@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: "Antro Vectra";
  src: url("../fonts/Antro_Vectra.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

body {
  color: #333 !important;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

span.dib {
  display: inline-block;
}

.c-inner {
  margin-inline: auto;
  width: min(96.5%, 1020px);
}
@media (max-width: 767px) {
  .c-inner {
    width: min(92%, 576px);
  }
}

.c-btn {
  padding-block: 16px;
  display: inline-grid;
  gap: 0 4px;
  width: min(100%, 450px);
  font-family: "Shippori Mincho";
  font-size: 22px;
  font-weight: 600;
  line-height: calc(30 / 22);
  text-align: center;
  color: #fff;
  transition: filter 0.3s;
  cursor: pointer;
}

.c-btn--a {
  background-color: #5fb7ad;
}

.c-btn--b {
  background-color: #e67993;
}

.c-btn--c {
  background-color: #2554bf;
}

.c-btn--d {
  background-color: #14a090;
}

.c-btn--e {
  background-color: #f18d15;
}

.c-btn--sm {
  padding-block: 8px;
  width: min(100%, 300px);
}

.c-btn--3col {
  padding-left: 40px;
  padding-right: 24px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.c-btn--3col::before {
  content: "";
  width: 26px;
  aspect-ratio: 1;
  background: url(../img/common/new/btn-icon.svg) no-repeat center center/contain;
}

.c-btn--3col::after {
  content: "";
  justify-self: end;
  width: 43px;
  aspect-ratio: 1;
  background: url(../img/common/new/btn-arrow.svg) no-repeat center center/contain;
}

@media (any-hover: hover) {
  .c-btn:hover {
    filter: brightness(0.7);
  }
}

@media (max-width: 767px) {
  .c-btn {
    padding-block: 12px;
    font-size: 18px;
  }

  .c-btn--sm {
    padding-block: 8px;
  }

  .c-btn--3col {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-btn--3col::before {
    width: 20px;
  }

  .c-btn--3col::after {
    width: 36px;
  }
}

#medical-menu {
  margin-top: 0;
}

/* ======================================
  c-fv
========================================= */
.c-fv {
  position: relative;
  min-height: 433px;
  z-index: 1;
}

.c-fv__inner {
  min-height: inherit;
  place-content: center;
}

.c-fv__text1 {
  margin-inline: auto;
  max-width: fit-content;
}

.c-fv__text1 p {
  margin-inline: auto;
  max-width: fit-content;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: calc(35 / 24);
  color: #fff;
}

.c-fv__text1 p + p {
  margin-top: 8px;
}

.c-fv__text1 span {
  padding: 0.1em 0.5em;
  background: linear-gradient(to right, #715e28 0%, #a57d0b 100%);
}

.c-fv__heading {
  margin-top: 22px;
}

.c-fv__heading h1 {
  font-family: "Shippori Mincho";
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: calc(52 / 38);
  color: #a37c1e;
  text-align: center;
}

.c-fv__heading .small {
  font-size: 28px;
}

.c-fv__text2 {
  margin: 17px auto 0;
  max-width: fit-content;
}

.c-fv__text2 p {
  font-family: "Shippori Mincho";
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: calc(30 / 25);
  color: #5fb7ad;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}

.c-fv__text2 .big {
  font-size: 34px;
}

.c-fv__text3 {
  margin-top: 25px;
}

.c-fv__text3 p {
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-weight: 600;
  line-height: calc(26 / 16);
  text-align: center;
}

.c-fv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .c-fv {
    min-height: 433px;
  }

  .c-fv__inner {
    min-height: inherit;
    place-content: center;
  }

  .c-fv__text1 p {
    font-size: 18px;
  }

  .c-fv__heading {
    margin-top: 22px;
  }

  .c-fv__heading h1 {
    font-size: 26px;
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke;
  }

  .c-fv__heading .small {
    font-size: 22px;
  }

  .c-fv__text2 p {
    font-size: 16px;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke;
    text-decoration-color: #5fb7ad;
  }

  .c-fv__text2 .big {
    font-size: 24px;
  }

  .c-fv__text3 {
    margin-top: 24px;
  }

  .c-fv__text3 p {
    font-size: 14px;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke;
  }

  .c-fv__img img {
    object-position: 90%;
  }
}

/* ======================================
  c-about
========================================= */
.c-about {
  margin-top: 80px;
}

.c-about__container {
  display: grid;
  grid-template-columns: calc(452 / 1020 * 100%) 1fr;
  grid-template-rows: auto auto;
  gap: 0 70px;
}

.c-about__heading {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: end;
}

.c-about__sub-heading {
  font-family: Optima;
  font-size: 38px;
  letter-spacing: 0.05em;
  line-height: calc(45 / 38);
  color: rgb(95 183 173 / 0.5);
  text-transform: uppercase;
}

.c-about__main-heading {
  margin-top: 4px;
  font-family: "Shippori Mincho";
  font-size: 34px;
  font-weight: 700;
  line-height: calc(48 / 34);
  color: #5fb7ad;
}

.c-about__img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  align-self: center;
}

.c-about__description {
  margin-top: 34px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.c-about__description p {
  margin-block: var(--leading-trim);
  font-size: 16px;
  font-weight: 700;
  line-height: calc(36 / 16);
}

.c-about__description p + p {
  margin-top: 1lh;
}

.c-about__description .accent {
  background-color: #fff5ac;
  color: #2554bf;
}

@media (max-width: 767px) {
  .c-about {
    margin-top: 40px;
  }

  .c-about__container {
    display: block;
  }

  .c-about__sub-heading {
    font-size: 28px;
  }

  .c-about__main-heading {
    margin-top: 4px;
    font-size: 26px;
  }

  .c-about__img {
    margin-top: 30px;
  }

  .c-about__description {
    margin-top: 30px;
  }

  .c-about__description p {
    font-size: 14px;
  }
}

/* ======================================
  c-feature
========================================= */
.c-feature {
  margin-top: 80px;
  padding: 60px 0 80px;
  background: linear-gradient(to bottom, rgb(249 253 255) 0%, rgb(210 239 239) 100%);
}

.c-feature__inner {
  width: min(96.5%, 1111px);
}

.c-feature__heading {
  text-align: center;
}

.c-feature__sub-heading {
  font-family: Optima;
  font-size: 98px;
  letter-spacing: 0.05em;
  line-height: calc(116 / 98);
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 50px rgb(184 219 224);
}

.c-feature__main-heading {
  margin-top: calc(60 / 40 * -1em);
  font-family: "Shippori Mincho";
  font-size: 40px;
  font-weight: 500;
  line-height: calc(58 / 40);
}

.c-feature__cards {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-feature__card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 calc((100% - 20px * 2) / 3);
  transition: filter 0.3s;
}

.c-feature__card a {
  padding: 26px 28px 66px;
  display: block;
  position: relative;
}

.c-feature__card a::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  translate: -50%;
  width: 30px;
  aspect-ratio: 30 / 10;
  background-color: #5fb7ad;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.c-feature__num {
  margin-inline: auto;
  padding: 3.5px 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  min-width: 113px;
  border: 1px solid #ccc;
  font-family: Optima;
  font-size: 18px;
  line-height: calc(22 / 18);
  text-transform: uppercase;
}

.c-feature__num span {
  margin-left: 6px;
  font-size: 28px;
  line-height: 1;
}

.c-feature__img {
  margin-top: 20px;
  aspect-ratio: 300 / 200;
}

.c-feature__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-feature__description {
  margin-top: 25px;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-weight: bold;
  line-height: calc(30 / 18);
  text-align: center;
}

.c-feature__description span {
  background-color: #fff5ac;
}

.c-feature__block {
  margin: 80px auto 0;
  max-width: 900px;
}

.c-feature__header {
  padding: 36px 1em;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  z-index: 1;
}

.c-feature__h3 {
  font-family: "Shippori Mincho";
  font-size: 32px;
  font-weight: 600;
  line-height: calc(48 / 32);
  color: #fff;
  text-align: center;
}

.c-feature__header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.c-feature__body {
  padding: 30px 35px 35px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.c-feature__list1-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.c-feature__list1-wrap .c-feature__list1-item {
  margin-inline: unset;
  max-width: unset;
}

.c-feature__list1-item {
  margin-inline: auto;
  padding-left: 37px;
  position: relative;
  max-width: fit-content;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-weight: 600;
  line-height: calc(20 / 16);
}

.c-feature__list1-item .marker {
  background-color: #fff5ac;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(23 / 20);
}

.c-feature__list1-item .big {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(29 / 20);
}

.c-feature__list1-item + .c-feature__list1-item {
  margin-top: 20px;
}

.c-feature__list1-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  aspect-ratio: 1;
  background: url(../img/feature/icon-feature-list1.webp) no-repeat center center/contain;
}

.c-feature__text {
  margin-top: 50px;
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #2554bf;
  text-align: center;
  z-index: 1;
}

.c-feature__text::before {
  content: "";
  position: absolute;
  top: -37px;
  left: 50%;
  translate: -50%;
  background: linear-gradient(to bottom, rgb(255 255 255 / 0) 0%, rgb(95 183 173 / 0.31) 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 300px;
  aspect-ratio: 301 / 88.85;
  z-index: -1;
}

.c-feature__wrap {
  margin-top: 28px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: rgb(95 183 173 / 0.1);
  border-radius: 10px;
}

.c-feature__wrap-img {
  flex: 0 0 calc(284 / 830 * 100%);
  aspect-ratio: 284 / 184;
}

.c-feature__wrap-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-feature__list2-item {
  padding-left: 24px;
  position: relative;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-weight: 600;
  line-height: calc(30 / 16);
}

.c-feature__list2-item + .c-feature__list2-item {
  margin-top: 10px;
}

.c-feature__list2-item span {
  font-size: 20px;
  line-height: calc(30 / 20);
  color: #2554bf;
}

.c-feature__list2-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 1lh;
  background: url(../img/feature/icon-feature-list2.webp) no-repeat center center/contain;
}

.c-feature__movie {
  margin: 80px auto 0;
  padding: 7px;
  max-width: 913px;
  background-color: #fcf7ed;
  border: 3px solid #beb08b;
}

.c-feature__movie-wrap {
  padding-block: calc(40 / 893 * 100%);
  border: 1px solid #ccc;
}

.c-feature__movie-content {
  margin-inline: auto;
  width: calc(800 / 893 * 100%);
}

.c-feature__movie iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
}

@media (any-hover: hover) {
  .c-feature__card:hover {
    filter: brightness(0.7);
  }
}

@media (max-width: 767px) {
  .c-feature {
    margin-top: 40px;
    padding: 60px 0 40px;
  }

  .c-feature__inner {
    width: min(92%, 576px);
  }

  .c-feature__sub-heading {
    font-size: 60px;
  }

  .c-feature__main-heading {
    font-size: 28px;
  }

  .c-feature__cards {
    display: block;
  }

  .c-feature__card + .c-feature__card {
    margin-top: 20px;
  }

  .c-feature__block {
    margin-top: 60px;
  }

  .c-feature__header {
    padding: 23px 1em;
  }

  .c-feature__h3 {
    font-size: 20px;
  }

  .c-feature__body {
    padding: 24px 24px 35px;
  }

  .c-feature__list1-wrap {
    margin-inline: auto;
    display: block;
    max-width: fit-content;
  }

  .c-feature__list1 + .c-feature__list1 {
    margin-top: 14px;
  }

  .c-feature__list1-item {
    margin-inline: unset;
    padding: 1px 0 0 32px;
    font-size: 14px;
    line-height: 1.75;
  }

  .c-feature__list1-item .marker {
    font-size: 16px;
  }

  .c-feature__list1-item + .c-feature__list1-item {
    margin-top: 14px;
  }

  .c-feature__list1-item::before {
    width: 27px;
  }

  .c-feature__text {
    margin-top: 40px;
    font-size: 24px;
  }

  .c-feature__text::before {
    top: -20px;
    width: 200px;
  }

  .c-feature__wrap {
    margin: 32px -8px 0;
    padding: 16px;
    display: block;
  }

  .c-feature__list2 {
    margin-top: 24px;
  }

  .c-feature__list2-item {
    padding-left: 24px;
    font-size: 14px;
  }

  .c-feature__list2-item + .c-feature__list2-item {
    margin-top: 8px;
  }

  .c-feature__list2-item span {
    font-size: 18px;
  }

  .c-feature__list2-item::before {
    top: 2px;
  }

  .c-feature__movie {
    margin-top: 40px;
    padding: 4px;
    border-width: 2px;
  }

  .c-feature__movie-wrap {
    padding-block: calc(24 / 893 * 100%);
  }
}

/* ================================================
  c-section1
===================================================*/
.c-section1 {
  padding: 70px 0 54px;
  position: relative;
  z-index: 1;
}

.c-section1__inner {
  width: min(96.5%, 1086px);
}

.c-section1__heading h2 {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #a37c1e;
  text-align: center;
}

.c-section1__container {
  margin-top: 40px;
  padding: 60px 84px;
  display: grid;
  grid-template-columns: min(calc(439 / 918 * 100%), 439px) 1fr;
  grid-template-rows: auto auto;
  gap: 0 79px;
  background-color: #fff;
  border-radius: 10px;
}

.c-section1--wide .c-section1__container {
  padding: 60px 40px;
  gap: 0 50px;
}

.c-section1--thp .c-section1__container {
  padding: 60px 40px;
  gap: 0 50px;
}

.c-section1__text1 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: end;
}

.c-section1__text1 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 29px;
  font-weight: 600;
  line-height: calc(47 / 29);
  text-align: center;
  color: #666;
}

.c-section1__img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  aspect-ratio: 439 / 297;
}

.c-section1__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-section1__text2 {
  margin-top: 35px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.c-section1__text2 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 16px;
  line-height: calc(35 / 16);
  text-align: center;
  color: #444;
}

.c-section1__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-section1__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .c-section1 {
    padding: 40px 0;
  }

  .c-section1__inner {
    width: min(92%, 576px);
  }

  .c-section1__heading h2 {
    font-size: 28px;
  }

  .c-section1__container {
    margin-top: 32px;
    padding: 24px 16px;
    display: block;
  }

  .c-section1--wide .c-section1__container {
    padding: 24px 16px;
  }

  .c-section1--thp .c-section1__container {
    padding: 24px 16px;
  }

  .c-section1__text1 p {
    font-size: 20px;
  }

  .c-section1__img {
    margin-top: 24px;
  }

  .c-section1__text2 {
    margin-top: 24px;
  }

  .c-section1__text2 p {
    font-size: 14px;
    text-align: left;
  }
}

/* ======================================
  c-note
========================================= */
.c-note {
  padding: 100px 0 0;
  background: linear-gradient(to bottom, rgb(255 255 255 / 0) 0%, rgb(218 222 227 / 1) 100%);
}

.c-note__inner {
  width: min(96.5%, 1044px);
}

.c-note__text1 p {
  font-family: "Shippori Mincho";
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: calc(67 / 46);
  color: #756026;
  text-align: center;
}

.c-note__text1 span {
  display: inline-block;
  position: relative;
}

.c-note__text1 .line:before,
.c-note__text1 .line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #756026;
}

.c-note__text1 .line:before {
  bottom: 0;
}

.c-note__text1 .line:after {
  bottom: -5px;
}

.c-note__container {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr calc(416 / 1044 * 100%);
  grid-template-rows: auto 1fr;
  gap: 0 48px;
}

.c-note__img {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.c-note--laser .c-note__img {
  align-self: end;
}

.c-note__heading {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.c-note__heading h2 {
  font-family: "Antro Vectra";
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: calc(75 / 46);
  color: #b2b2b2;
}

.c-note__text2 {
  margin-top: 18px;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.c-note__text2 p {
  margin-block: var(--leading-trim);
  font-size: 16px;
  font-weight: 500;
  line-height: calc(36 / 16);
}

.c-note__text2 p + p {
  margin-top: 1lh;
}

.c-note__text2 .marker {
  background-color: #fff5ac;
}

.c-note__text2 .bold {
  font-weight: 700;
}

.c-note__text2 .color {
  color: #2554bf;
}

.c-note--laser .c-note__text2 {
  padding-bottom: 140px;
}

.c-note__block {
  margin-top: -40px;
  padding-bottom: 110px;
}

.c-note__title {
  width: calc(521 / 1020 * 100%);
}

.c-note__title h3 {
  padding-bottom: 16px;
  border-bottom: 1px solid #756026;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #756026;
}

.c-note__block-container {
  margin-top: 12px;
  display: flex;
}

.c-note__list-wrap {
  padding-top: 21px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  flex: 0 0 calc(521 / 1020 * 100%);
}

.c-note__list-item {
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: calc(28 / 14);
}

.c-note__images-wrap {
  flex: 1;
}

.c-note__text3 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.5;
  color: #666;
  text-align: center;
}

.c-note__images {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.c-note__image img {
  width: 100%;
  aspect-ratio: 103.13 / 139.53;
  object-fit: contain;
}

.c-note__image figcaption {
  font-size: 11px;
  font-weight: 600;
  color: #756026;
  text-align: center;
}

.c-note__text4 {
  margin-top: 48px;
}

.c-note__text4 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: calc(36 / 24);
  text-align: center;
  color: #756026;
  text-shadow: 0 0 6px #fff;
}

@media (max-width: 767px) {
  .c-note {
    padding: 40px 0;
  }

  .c-note__inner {
    width: min(92%, 576px);
  }

  .c-note__text1 p {
    font-size: 18px;
    text-align: center;
  }

  .c-note__text1 span {
    display: inline-block;
    position: relative;
  }

  .c-note__text1 span:first-of-type:before {
    bottom: 4px;
  }

  .c-note__text1 span:first-of-type:after {
    bottom: -0;
  }

  .c-note__container {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr calc(416 / 1044 * 100%);
    grid-template-rows: auto 1fr;
    gap: 0 20px;
  }

  .c-note__img {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .c-note__heading {
    align-self: center;
    justify-self: end;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .c-note__heading h2 {
    font-size: 32px;
  }

  .c-note__text2 {
    margin-top: 24px;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }

  .c-note__text2 p {
    font-size: 14px;
  }

  .c-note--laser .c-note__text2 {
    padding-bottom: 0;
  }

  .c-note__block {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .c-note__title {
    width: 100%;
  }

  .c-note__title h3 {
    padding-bottom: 12px;
    font-size: 20px;
  }

  .c-note__block-container {
    margin-top: 12px;
    display: block;
  }

  .c-note__list-wrap {
    padding-top: 16px;
    display: block;
  }

  .c-note__images-wrap {
    margin-top: 32px;
  }

  .c-note__text3 p {
    font-size: 16px;
    white-space: nowrap;
  }

  .c-note__images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(112px, 100%), 1fr));
    gap: 15px;
  }

  .c-note__text4 {
    margin-top: 24px;
  }

  .c-note__text4 p {
    font-size: 14px;
  }
}

/* ======================================
  c-section2
========================================= */
.c-section2 {
  margin: 120px 0 120px;
}

.c-section2__inner {
  width: min(96.5%, 1012px);
}

.c-section2__container {
  padding: 40px 56px;
  background-color: #f9fbfd;
}

.c-section2__heading h2 {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-section2__text1 {
  margin-top: 16px;
}

.c-section2__text1 p {
  margin-block: var(--leading-trim);
  font-size: 16px;
  line-height: 2;
}

/* ================================================
  c-section3
===================================================*/
.c-section3 {
  padding: 56px 0 44px;
  position: relative;
  z-index: 1;
}

.c-section3--drymouth {
  margin-top: 76px;
}

.c-section3__heading h2 {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(60 / 36);
  text-align: center;
}

.c-section3__text1 {
  margin-top: 52px;
}

.c-section3__text1 p {
  margin-block: var(--leading-trim);
  font-size: 16px;
  font-weight: 500;
  line-height: calc(36 / 16);
  text-align: center;
}

.c-section3__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-section3__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-section3__text2 {
  margin-top: 24px;
}

.c-section3__text2 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-weight: 600;
  line-height: calc(50 / 20);
  text-align: center;
}

@media (max-width: 767px) {
  .c-section3 {
    margin-top: 40px;
    padding: 40px 0;
  }

  .c-section3__heading h2 {
    font-size: 24px;
  }

  .c-section3__text1 {
    margin-top: 40px;
  }

  .c-section3__text1 p {
    font-size: 14px;
    text-align: left;
  }

  .c-section3__bg img {
    object-position: top left;
  }

  .c-section3__text2 p {
    font-size: 16px;
    line-height: 1.5;
  }
}


/* ================================================
  c-section4
===================================================*/
.c-section4 {
  margin-top: 60px;
}

.c-section4__inner {
  width: min(96.5%, 960px);
}

.c-section4__heading h2 {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: calc(40 / 28);
  color: #2554bf;
  text-align: center;
}

.c-section4__container {
  margin-top: 40px;
  padding-left: 20px;
}

.c-section4__wrap {
  padding: 34px 0 44px;
  position: relative;
  border: 6px solid #598fd9;
}

.c-section4__text1 {
  translate: calc(20 / 590 * -100% - 6px);
  width: calc(590 / 940 * 100%);
}

.c-section4__title {
  margin-top: 13px;
}

.c-section4__title h3 {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 65px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: calc(89 / 65);
  text-align: center;
}

.c-section4__title .small {
  font-size: 38px;
  line-height: calc(89 / 38);
}

.c-section4__text2 {
  margin-top: 28px;
  padding-right: calc(106 / 940 * 100%);
}

.c-section4__text2 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: calc(44 / 23);
  color: #2554bf;
  text-align: right;
}

.c-section4__img img {
  display: block;
  width: 100%;
}

.c-section4__deco {
  position: absolute;
  top: 21px;
  right: 28px;
  width: calc(153 / 940 * 100%);
}

.c-section4__btn {
  text-align: center;
}

.c-section4__btn a {
  padding: 14.5px 24px 14.5px 40px;
  display: inline-grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  width: min(100%, 450px);
  background-color: #5fb7ad;
  font-family: "Shippori Mincho";
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  transition: opacity 0.3s;
}

.c-section4__btn a::before {
  content: "";
  width: 27px;
  aspect-ratio: 1;
  background: url(../img/common/new/c-section4-btn-icon.svg) no-repeat center center/contain;
}

.c-section4__btn a::after {
  content: "";
  width: 43px;
  aspect-ratio: 1;
  background: url(../img/common/new/c-section4-btn-arrow.svg) no-repeat center center/contain;
}

@media (any-hover: hover) {
  .c-section4__btn a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .c-section4 {
    margin-top: 40px;
  }

.c-section4__inner {
  width: min(92%, 576px);
}

  .c-section4__heading h2 {
    font-size: 22px;
  }

  .c-section4__container {
    padding-left: 10px;
  }

  .c-section4__wrap {
    padding: 16px 0 32px;
    border-width: 4px;
  }

  .c-section4__text1 {
    translate: calc(10 / 323 * -100% - 4px);
    width: 100%;
  }

  .c-section4__title {
    margin-top: 10px;
  }

  .c-section4__title h3 {
    font-size: 40px;
    line-height: 1;
  }

  .c-section4__title .small {
    font-size: 24px;
  }

  .c-section4__text2 {
    margin-top: 16px;
    padding-right: unset;
  }

  .c-section4__text2 p {
    font-size: 16px;
    text-align: center;
  }

  .c-section4__deco {
    top: 13%;
    right: 28px;
    width: 60px;
  }

  .c-section4__btn a {
    padding: 14.5px 5% 14.5px 5%;
    gap: 8px;
    width: min(92%, 450px);
    font-size: 18px;
  }

  .c-section4__btn a::before {
    width: 24px;
  }

  .c-section4__btn a::after {
    width: 32px;
  }
}