@charset "UTF-8";
.seo-hidden-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

#under-page {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  #under-page {
    padding-top: 92px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page {
    padding-top: 92px;
  }
}
#under-page .c-section {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  #under-page .c-section {
    padding: 100px 16px 0;
  }
}
#under-page .c-section:first-of-type {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  #under-page .c-section:first-of-type {
    padding-top: 80px;
  }
}
#under-page .c-section.is-last {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #under-page .c-section.is-last {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #under-page .c-section.no-padding {
    padding: 60px 0 0;
  }
}
#under-page .c-section section {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #under-page .c-section section {
    padding-bottom: 80px;
  }
}
#under-page .c-section section.no-padding {
  padding-bottom: 0;
}
#under-page .c-section section .wbg-b__section:last-of-type {
  padding-bottom: 0;
}
#under-page .c-section > section:last-of-type {
  padding-bottom: 0;
}
#under-page .c-section .btn-primary {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #under-page .c-section .btn-primary {
    margin-top: 40px;
  }
}
#under-page h2 {
  color: #3a2205;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  #under-page h2 {
    font-size: 32px;
    padding-bottom: 24px;
    margin-bottom: 60px;
  }
}
#under-page h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #6e9617;
  border-radius: 2px;
}
#under-page h2.wbg-b__main-title::after {
  display: none;
}
#under-page h3 {
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #6e9617;
  color: #fffcf4;
  border-radius: 12px;
  padding: 24px 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page h3 {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  #under-page h3 {
    font-size: 18px;
    margin: 0 auto 40px;
    padding: 12px 20px;
  }
}
#under-page h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3a2205;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  max-width: 1000px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page h4 {
    max-width: 800px;
  }
}
@media screen and (min-width: 1025px) {
  #under-page h4 {
    font-size: 20px;
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
#under-page .l-a,
#under-page .c-a {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #under-page .l-a,
  #under-page .c-a {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .l-a,
  #under-page .c-a {
    max-width: 800px;
  }
}
#under-page .l-a {
  text-align: left;
}
#under-page .c-a {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #under-page .c-a {
    text-align: left;
  }
}
#under-page .f-txt {
  padding-bottom: 60px;
}
#under-page .flex-l__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 42px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .flex-l__inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  #under-page .flex-l__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  #under-page .flex-l .l-img {
    width: 100%;
    height: auto;
  }
}
#under-page .flex-l .l-img img {
  aspect-ratio: 600/400;
  max-width: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  #under-page .flex-l .l-img img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .flex-l .l-img img {
    min-width: 370px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .flex-l .l-img img {
    min-width: 300px;
  }
}
#under-page .boxed-w {
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 60px auto 0;
  border: 1px solid #6e9617;
  border-radius: 16px;
  background-color: #f9f9f3;
  padding: 38px 43px 44px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .boxed-w {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  #under-page .boxed-w {
    padding: 30px 14px 38px;
  }
}
#under-page .boxed-w .boxed-t {
  font-size: 20px;
  color: #6e9617;
  background-color: transparent;
  margin-bottom: 22px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #under-page .boxed-w .boxed-t {
    font-size: 18px;
  }
}
#under-page .wbg-b {
  background-color: #fffcf4;
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b .l-a.f-txt {
    margin-top: 0;
    padding-bottom: 40px;
  }
}
#under-page .wbg-b__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .wbg-b__inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b__inner {
    padding: 60px 16px;
  }
}
#under-page .wbg-b__section {
  gap: 42px;
  border-bottom: 2px solid #6e9617;
  padding: 30px 0 60px;
}
#under-page .wbg-b__section:first-of-type {
  padding-top: 0;
}
#under-page .wbg-b__section:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b__section.no-padding {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b__image {
    width: 100%;
    height: auto;
  }
}
#under-page .wbg-b__image img {
  aspect-ratio: 600/400;
  max-width: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b__image img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .wbg-b__image img {
    min-width: 370px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .wbg-b__image img {
    min-width: 300px;
  }
}
#under-page .wbg-b__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
}
#under-page .wbg-b__flex section {
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b__flex section {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b__flex {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b__main-title {
    margin-bottom: 0;
  }
}
#under-page .wbg-b__sub-title {
  position: relative;
  background-color: transparent;
  margin: 0 0 22px;
  padding-left: 32px;
  font-size: 20px;
  color: #3a2205;
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b__sub-title {
    font-size: 18px;
  }
}
#under-page .wbg-b__sub-title::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #6d9b1f;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b__sub-title::before {
    top: 20px;
  }
}
#under-page .wbg-b__sub2-title {
  position: relative;
  background-color: transparent;
  margin: 0 0 22px;
  padding-left: 32px;
  font-size: 18px;
  color: #3a2205;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b__sub2-title {
    font-size: 16px;
  }
}
#under-page .wbg-b__sub2-title::before {
  content: "▶";
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3a2205;
  font-size: 16px;
  line-height: 1;
  background: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #under-page .wbg-b__sub2-title::before {
    top: 13px;
  }
}
#under-page .image-text-block {
  padding-top: 60px;
}
#under-page .image-text-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .image-text-block__inner {
    max-width: 800px;
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  #under-page .image-text-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 24px;
  }
}
#under-page .image-text-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .image-text-block__image {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media screen and (max-width: 767px) {
  #under-page .image-text-block__image {
    width: 100%;
  }
}
#under-page .image-text-block__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
#under-page .image-text-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#under-page .image-text-block__heading {
  position: relative;
  margin: 0 0 18px;
  padding-left: 20px;
  color: #3a2205;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  background-color: transparent;
}
#under-page .image-text-block__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 40px;
  background-color: #ffc600;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #under-page .image-text-block__heading {
    margin-bottom: 16px;
    padding-left: 16px;
    font-size: 18px;
  }
  #under-page .image-text-block__heading::before {
    height: 34px;
  }
}
#under-page .image-text-block__text {
  margin: 0;
}
#under-page .access-location-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#under-page .access-location-wrapper .access-location {
  width: 100%;
  max-width: 800px;
}
#under-page .access-location-wrapper .access-location iframe {
  width: 100%;
  height: 340px;
  border-radius: 16px;
  display: block;
}
#under-page .clinic-director-profile {
  color: #3a2205;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#under-page .clinic-director-profile__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .clinic-director-profile__inner {
    max-width: 800px;
  }
}
#under-page .clinic-director-profile__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .clinic-director-profile__intro {
    gap: 42px;
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 32px;
    margin-top: 42px;
  }
}
#under-page .clinic-director-profile__visual {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  min-width: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__visual {
    width: 100%;
  }
}
#under-page .clinic-director-profile__visual img {
  display: block;
  max-width: 340px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .clinic-director-profile__visual img {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__visual img {
    max-width: 280px;
  }
}
#under-page .clinic-director-profile__message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#under-page .clinic-director-profile__message p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
#under-page .clinic-director-profile__message p + p {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__message p {
    font-size: 16px;
    line-height: 1.9;
  }
  #under-page .clinic-director-profile__message p + p {
    margin-top: 20px;
  }
}
#under-page .clinic-director-profile__information {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__information {
    margin-top: 56px;
  }
}
#under-page .clinic-director-profile__section {
  min-width: 0;
}
#under-page .clinic-director-profile__heading {
  margin: 0 0 28px;
  padding: 0 18px 14px;
  background-color: transparent;
  border-radius: 0;
  color: #3a2205;
  border-bottom: 2px solid #6e9617;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__heading {
    margin-bottom: 22px;
    padding: 0 8px 10px;
    font-size: 20px;
  }
}
#under-page .clinic-director-profile__history, #under-page .clinic-director-profile__list {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
#under-page .clinic-director-profile__history li, #under-page .clinic-director-profile__list li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
#under-page .clinic-director-profile__history li::before, #under-page .clinic-director-profile__list li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #6e9617;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#under-page .clinic-director-profile__history li + li, #under-page .clinic-director-profile__list li + li {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__history, #under-page .clinic-director-profile__list {
    padding: 0 4px;
  }
  #under-page .clinic-director-profile__history li, #under-page .clinic-director-profile__list li {
    padding-left: 16px;
    font-size: 14px;
  }
}
#under-page .clinic-director-profile__history li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__history li {
    display: block;
  }
}
#under-page .clinic-director-profile__year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 116px;
          flex: 0 0 116px;
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__year {
    display: block;
  }
}
#under-page .clinic-director-profile__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__description {
    display: block;
  }
}
#under-page .clinic-director-profile__current {
  position: relative;
  margin: 4px 0 0;
  padding-left: 154px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__current {
    padding-left: 20px;
  }
}
#under-page .clinic-director-profile__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .clinic-director-profile__columns {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #under-page .clinic-director-profile__columns {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 52px;
  }
}
#under-page .lower-header {
  position: relative;
  background: url(../images/lower/lower-bg.png) no-repeat center/cover;
  padding: 53px 0 100px 0;
}
@media screen and (max-width: 767px) {
  #under-page .lower-header {
    padding: 53px 0 80px 0;
  }
}
#under-page .lower-header p {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #under-page .lower-header p {
    font-size: 32px;
  }
}
#under-page .lower-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(../images/top/tree-line.png) repeat-x center top/auto 70px;
}
@media screen and (max-width: 767px) {
  #under-page .lower-header::after {
    height: 65px;
    background: url(../images/top/tree-line.png) repeat-x center top/auto 65px;
  }
}
#under-page .trouble {
  padding: 0;
  color: #3a2205;
}
@media screen and (min-width: 1025px) {
  #under-page .trouble {
    padding: 80px 0;
  }
}
#under-page .trouble__inner {
  position: relative;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f9f9f3;
  border-radius: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .trouble__inner {
    max-width: 800px;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .trouble__inner {
    padding: 56px 64px;
    border-radius: 16px;
  }
}
#under-page .trouble__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 32px 0;
  white-space: nowrap;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#under-page .trouble__title::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  #under-page .trouble__title {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
#under-page .trouble__txt {
  text-align: center;
  margin-bottom: 48px;
}
#under-page .trouble__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .trouble__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 48px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .trouble__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 48px;
    margin: 0 auto;
  }
}
#under-page .trouble__list p {
  margin: 0;
}
#under-page .trouble__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1025px) {
  #under-page .trouble__item {
    gap: 16px;
  }
}
#under-page .trouble__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  #under-page .trouble__icon {
    width: 32px;
    height: 32px;
  }
}
#under-page .trouble__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#under-page .comparison__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .comparison__inner {
    max-width: 800px;
  }
}
#under-page .comparison__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .comparison__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .comparison__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-top: 60px;
  }
}
#under-page .comparison__card {
  width: 100%;
  background-color: #fffcf4;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #under-page .comparison__card {
    max-width: 500px;
  }
}
#under-page .comparison__card--merit {
  border: 1px solid #ff9393;
}
#under-page .comparison__card--merit .comparison__card-header {
  background-color: #ff9393;
}
#under-page .comparison__card--merit .comparison__card-item::before {
  background-color: #ff9393;
}
#under-page .comparison__card--demerit {
  border: 1px solid #5989f0;
}
#under-page .comparison__card--demerit .comparison__card-header {
  background-color: #5989f0;
}
#under-page .comparison__card--demerit .comparison__card-item::before {
  background-color: #5989f0;
}
#under-page .comparison__card-header {
  color: #fffcf4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 12px 16px;
  letter-spacing: 0.1em;
  border-radius: 16px 16px 0 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  #under-page .comparison__card-header {
    font-size: 24px;
    padding: 14px 16px;
  }
}
#under-page .comparison__card-list {
  list-style: none;
  padding: 24px 20px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1025px) {
  #under-page .comparison__card-list {
    padding: 32px 32px;
  }
}
#under-page .comparison__card-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #3a2205;
  position: relative;
  padding-left: 34px;
}
@media screen and (min-width: 1025px) {
  #under-page .comparison__card-item {
    font-size: 16px;
  }
}
#under-page .comparison__card-item::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
#under-page .pricing__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .pricing__inner {
    max-width: 800px;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .pricing__inner {
    padding: 0;
  }
}
#under-page .pricing__container {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  #under-page .pricing__container {
    margin-top: 56px;
  }
}
#under-page .pricing__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3a2205;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
}
#under-page .pricing__table__row {
  border-top: 1px solid #b5b5b5;
}
#under-page .pricing__table__row:last-child {
  border-bottom: 1px solid #b5b5b5;
}
#under-page .pricing__table__label {
  width: 50%;
  background-color: #fff5d6;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 20px 12px;
  border-right: 1px solid #b5b5b5;
}
@media screen and (min-width: 1025px) {
  #under-page .pricing__table__label {
    font-size: 16px;
    padding: 20px 16px;
  }
}
#under-page .pricing__table__value {
  width: 50%;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 20px 12px;
}
@media screen and (min-width: 1025px) {
  #under-page .pricing__table__value {
    font-size: 16px;
    padding: 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  #under-page .pricing__table {
    border-left: none;
    border-right: none;
  }
  #under-page .pricing__table tbody, #under-page .pricing__table__row, #under-page .pricing__table__label, #under-page .pricing__table__value {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #under-page .pricing__table__row {
    margin-bottom: 12px;
    border: 1px solid #b5b5b5;
  }
  #under-page .pricing__table__row:last-child {
    border-bottom: 1px solid #b5b5b5;
  }
  #under-page .pricing__table__label {
    border-right: none;
    border-bottom: 1px solid #b5b5b5;
    padding: 14px 12px;
  }
  #under-page .pricing__table__value {
    padding: 14px 12px;
  }
}
#under-page .pricing__note {
  margin-top: 20px;
}
#under-page .pricing__note p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #under-page .pricing__note p {
    font-size: 14px;
  }
}
#under-page .pricing--compact-label .pricing__table__value {
  text-align: left;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  #under-page .pricing--compact-label .pricing__table__label {
    width: 15%;
  }
  #under-page .pricing--compact-label .pricing__table__value {
    width: 85%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .pricing--compact-label .pricing__table__label {
    width: 25%;
  }
  #under-page .pricing--compact-label .pricing__table__value {
    width: 75%;
  }
}
#under-page .flow__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .flow__inner {
    padding: 0;
    max-width: 800px;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .flow__inner {
    padding: 0;
  }
}
#under-page .flow__list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  max-width: 1000px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .flow__list {
    margin-top: 64px;
    gap: 80px;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .flow__list {
    margin-top: 64px;
    gap: 80px;
  }
}
#under-page .flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
#under-page .flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: #6e9617;
  width: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  height: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .flow__item:not(:last-child)::after {
    left: 160px;
    top: 100%;
    height: 80px;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .flow__item:not(:last-child)::after {
    left: 185.5px;
    top: 100%;
    height: 80px;
  }
}
#under-page .flow__item.txt_only:not(:last-child)::after {
  left: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #under-page .flow__item.txt_only:not(:last-child)::after {
    left: 50%;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .flow__item.txt_only:not(:last-child)::after {
    left: 50%;
    margin-top: 30px;
  }
}
#under-page .flow__img {
  width: 100%;
  aspect-ratio: 371/247;
  max-width: 371px;
}
@media screen and (max-width: 767px) {
  #under-page .flow__img {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  #under-page .flow__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
#under-page .flow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
#under-page .flow__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#under-page .flow__step {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #6e9617;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  #under-page .flow__step {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
#under-page .flow__title {
  background-color: transparent;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #3a2205;
  margin: 0 0 12px 0;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  #under-page .flow__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
#under-page .flow__text {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #under-page .flow__text {
    margin-bottom: 0;
  }
}