@charset "UTF-8";
.section hr {
  margin: 55px -10px 67px;
}

@media (max-width: 767px) {
  .section hr {
    margin: 25px -10px 30px;
  }
}
* + .box_bg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  * + .box_bg {
    margin-top: 30px;
  }
}
.box_bg + .box_bg,
.box_bg + .bg {
  margin-top: 51px;
}

@media (max-width: 767px) {
  .box_bg + .box_bg,
  .box_bg + .bg {
    margin-top: 30px;
  }
}
.box_bg {
  padding: 25px 30px 40px 30px;
  border-radius: 40px;
  background: #569CFF;
}

.box_bg .inner p {
  color: #133668;
}

.box_bg h3 {
  color: #133668;
  border-color: #FF8D3C;
}

.box_bg h3:first-child {
  margin-bottom: 20px;
}

.box_bg h3:before {
  background: url(../img/common/ic_ttl_blue.svg) no-repeat center/cover;
}

.box_bg h3 + .clearfix {
  margin-top: 20px;
}

.box_bg h4 {
  background: #fff;
}

.box_bg > .primary_color {
  color: #133668;
}

.box_bg .inner h4 {
  margin-left: 0;
}

.box_bg .inner h4 + p {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .box_bg .alignleft,
  .box_bg .alignright {
    max-width: 30.4%;
  }
  .box_bg .alignright {
    margin-left: 17px;
  }
}
@media (max-width: 767px) {
  .box_bg {
    padding: 20px 20px 30px 20px;
    border-radius: 20px;
  }
}
.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border,
.row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}

.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border,
.row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}

@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border,
  .row .col_3 .box_bg,
  .row .col_3 .box_border,
  .row .col_4 .box_bg,
  .row .col_4 .box_border,
  .row .col_5 .box_bg,
  .row .col_5 .box_border,
  .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border,
  .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border,
  .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border,
  .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border,
  .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}
.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 40px;
  }
}
.comment-card {
  position: relative;
}

.comment-card:not(:last-child) {
  margin-bottom: 50px;
}

.comment-card h3:first-child {
  margin-bottom: 25px;
}

.comment-card:after {
  content: "";
  width: 310px;
  height: 243px;
  background: url(../img/common/human_img.svg) no-repeat center/cover;
  position: absolute;
  left: 30px;
  bottom: 0;
}

.comment-card .comment-card__balloon {
  padding: 25px 30px 25px 45px;
  border-radius: 40px;
  background: #FFF;
  color: #133668;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
  position: relative;
  margin: 0 10px;
}

.comment-card .comment-card__balloon:before {
  content: "";
  width: 30px;
  height: 27px;
  background: #fff;
  position: absolute;
  right: calc(100% - 1px);
  bottom: 41px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.comment-card .comment-card__balloon:after {
  content: "";
  width: 69px;
  height: 68px;
  background: url(../img/common/ic_bar.svg) no-repeat center/cover;
  position: absolute;
  right: calc(100% + 10px);
  top: -10px;
}

.comment-card.type_white {
  background: #fff;
}

.comment-card.type_white .comment-card__balloon {
  background: #569CFF;
  color: #fff;
}

.comment-card.type_white .comment-card__balloon:before {
  background: #569CFF;
}

@media (min-width: 768px) {
  .comment-card {
    min-height: 340px;
  }
  .comment-card .comment-card__balloon {
    max-width: 607px;
    width: 100%;
    margin-left: auto;
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .comment-card {
    padding-bottom: 170px;
  }
  .comment-card:after {
    width: 180px;
    height: 141px;
  }
  .comment-card .comment-card__balloon {
    padding: 20px;
    border-radius: 20px;
    margin-top: 50px;
  }
  .comment-card .comment-card__balloon:after {
    width: 40px;
    height: 39px;
    right: calc(100% - 5px);
    top: -30px;
  }
  .comment-card .comment-card__balloon:before {
    right: auto;
    left: 30%;
    bottom: auto;
    top: calc(100% - 1px);
    margin: auto;
    clip-path: polygon(0 100%, 100% 0, 0 0);
  }
}
.bg_block {
  background: #FF8D3C;
  padding: 1.5em;
}

.link_anchor {
  margin-bottom: 68px;
}

.link_anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 3px solid #569CFF;
  text-decoration: none;
  color: #EE5942;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 3.2px;
  text-align: center;
}

.link_anchor li a .arrow {
  display: inline-block;
  padding-right: 5px;
  position: relative;
}

.link_anchor li a .arrow:after {
  content: "";
  width: 14px;
  height: 10px;
  background: url(../img/common/arrow_anchor.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 5px);
  margin: auto;
}

.link_anchor li:nth-child(even) a {
  color: #FF8D3C;
}

.link_anchor li:nth-child(even) a .arrow:after {
  background: url(../img/common/arrow_anchor2.svg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .link_anchor {
    margin-bottom: 35px;
  }
  .link_anchor li a {
    min-height: 50px;
  }
  .link_anchor li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .link_anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px 15px;
  }
  .link_anchor li {
    width: 444px;
  }
  .link_anchor li a {
    height: 100%;
  }
  .link_anchor.list_columns_4 li {
    width: 217px;
  }
  .link_anchor.list_columns_3 li {
    width: 294px;
  }
}
.ul_circle {
  padding: 25px 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.ul_circle li {
  color: #133668;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.4px;
  padding-left: 20px;
  position: relative;
}

.ul_circle li:not(:last-child) {
  margin-bottom: 4px;
}

.ul_circle li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #133668;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}

@media (max-width: 767px) {
  .ul_circle {
    padding: 15px 15px;
    border-radius: 10px;
  }
}
.ol_circle {
  padding: 25px 40px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  counter-reset: item-counter;
}

.ol_circle li {
  counter-increment: item-counter 1;
  position: relative;
  color: #133668;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.4px;
  padding: 4px 0 4px 52px;
}

.ol_circle li:not(:last-child) {
  margin-bottom: 6px;
}

.ol_circle li:before,
.ol_circle li:after {
  position: absolute;
  margin: auto;
}

.ol_circle li:before {
  content: counter(item-counter, decimal-leading-zero);
  color: #fff;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-family: "Homenaje", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.25px;
  left: 7px;
  top: 0.3em;
  z-index: 1;
}

.ol_circle li:after {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #FF8D3C;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .ol_circle {
    padding: 15px 15px 15px;
  }
  .ol_circle li {
    padding-left: 35px;
  }
  .ol_circle li:before {
    font-size: 18px;
    top: 9px;
    left: 4px;
  }
  .ol_circle li:after {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    top: 5px;
  }
}
.ul_check {
  padding: 25px 50px;
  border-radius: 40px;
  background: #FFF;
}

.ul_check li {
  color: #133668;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
  padding-left: 45px;
  position: relative;
}

.ul_check li:not(:last-child) {
  margin-bottom: 3px;
}

.ul_check li:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/common/ic_check.svg) no-repeat center/cover;
  position: absolute;
  top: 4px;
  left: 0;
}

@media (max-width: 767px) {
  .ul_check {
    padding: 25px 10px;
    border-radius: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link_anchor li a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .link_anchor li a:hover {
    background: #fff;
    color: #EE5942;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .list_columns_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }
  .list_columns_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}

table.table_menu {
  table-layout: fixed;
}

table.table_menu thead th,
table.table_menu thead td {
  text-align: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.7px;
  padding: 14px 5px;
}

table.table_menu thead th:first-child,
table.table_menu thead td:first-child {
  border-radius: 30px 0 0 30px;
}

table.table_menu thead th:last-child,
table.table_menu thead td:last-child {
  border-radius: 0 30px 30px 0;
}

table.table_menu thead th {
  background: -webkit-gradient(linear, left top, left bottom, from(#3D7EDA), color-stop(62.67%, #1F467D));
  background: linear-gradient(180deg, #3D7EDA 0%, #1F467D 62.67%);
}

table.table_menu thead td {
  background: #569CFF;
}

table.table_menu tbody th,
table.table_menu tbody td {
  padding: 16px 5px 14px;
  border-bottom: solid 1px #fff;
}

table.table_menu tbody th:not(:last-child),
table.table_menu tbody td:not(:last-child) {
  border-right: solid 2px #133668;
}

table.table_menu tbody th {
  padding-left: 30px;
}

table.table_menu tbody td {
  text-align: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.6px;
}

table.table_menu tbody .price {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  padding: 0 6px 0 3px;
}

table.table_menu.typeA tbody th {
  background: #569CFF;
}

table.table_menu.typeA tbody th.gr {
  background: -webkit-gradient(linear, left top, left bottom, from(#3D7EDA), color-stop(62.67%, #1F467D));
  background: linear-gradient(180deg, #3D7EDA 0%, #1F467D 62.67%);
}

table.table_menu.typeA tbody .head th {
  border: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.7px;
  padding-left: 8px;
}

table.table_menu.typeA tbody .first th {
  border-radius: 30px 0 0 30px;
}

table.table_menu.typeA tbody .last th:last-child {
  border-radius: 0 30px 0 0;
}

* + .table_menu {
  margin-top: -3px;
}

.table_menu + .table_menu {
  margin-top: 65px;
}

.consul {
  color: #0f406c !important;
}

.consul2 {
  color: #5298d6 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}

.js-scrollable:not(:last-child),
.js-scrollable_pc:not(:last-child) {
  margin-bottom: 65px;
}

.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable_pc table.table_fixed {
  width: 100%;
}

@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1200px;
  }
}
.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.schedule-table {
  margin-bottom: 17px;
}

.schedule-table .thead {
  padding: 13px 17px 12px 52px;
  background: #569CFF;
  color: #fff;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.8px;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 49px;
  border-radius: 10px 10px 0 0;
}

.schedule-table .tbody {
  padding: 13px 9px 13px 24px;
  background: #fff;
  display: grid;
  grid-template-columns: 129px 1fr;
  gap: 35px;
  color: #636363;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.8px;
}

.schedule-table .tbody:not(:last-child) {
  border-bottom: solid 3px #569CFF;
}

.schedule-table .tbody:last-child {
  border-radius: 0 0 10px 10px;
}

.schedule-table .tbody .th {
  text-align: center;
}

.schedule-table .tbody .am {
  -webkit-transform: translate(3px, -2px);
  transform: translate(3px, -2px);
}

.schedule-table .tbody .td_list li {
  color: #569CFF;
  font-size: 18px;
  letter-spacing: 2.7px;
}

.schedule-table .td_list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

@media (max-width: 767px) {
  .schedule-table {
    max-width: 310px;
    width: 100%;
    margin-bottom: 13px;
  }
  .schedule-table .thead {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.424px;
    padding: 10px 13px 7px 25px;
    gap: 23px;
  }
  .schedule-table .tbody {
    padding: 10px 9px 6px 11px;
    font-size: 12px;
    line-height: 20px;
    grid-template-columns: 90px 1fr;
    gap: 16px;
  }
  .schedule-table .tbody .am {
    -webkit-transform: translate(1px, -2px);
    transform: translate(1px, -2px);
  }
  .schedule-table .tbody .th {
    letter-spacing: normal;
  }
  .schedule-table .tbody .td_list li {
    font-size: 14px;
    line-height: 20.572px;
  }
}
.schedule__note {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.75px;
  gap: 30px;
}

@media (max-width: 767px) {
  .schedule__note {
    padding-left: 12px;
    font-size: 14px;
    line-height: 20.572px;
    letter-spacing: 0.7px;
    gap: 24px;
  }
}
.table_default {
  table-layout: fixed;
}

.table_default th,
.table_default td {
  padding: 5px 0;
  vertical-align: top;
}

.table_default th {
  text-align: left;
  width: 150px;
}

.table_default .ul_circle {
  padding: 0;
  background: transparent;
}

.table_default .ul_circle li {
  color: #fff;
  margin: 0;
}

.table_default .ul_circle li:before {
  background: #fff;
}

@media (max-width: 767px) {
  .table_default.responsive-stack th,
  .table_default.responsive-stack td {
    display: block;
    width: 100%;
  }
  .table_default.responsive-stack th {
    padding-top: 10px;
  }
  .table_default.responsive-stack td {
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    padding-top: 0;
  }
}
.normal_table {
  width: 100%;
}

.normal_table th,
.normal_table td {
  border: solid 1px #ccc;
  text-align: center;
  padding: 5px 0;
}

.normal_table thead th,
.normal_table thead td {
  background: #133668;
  color: #fff;
}

.normal_table tbody td,
.normal_table tbody td {
  background: #fff;
  color: #133668;
}

.normal_table tbody .bg_blue {
  background: #133668;
  color: #fff;
}

.normal_table .type_orange {
  background: #ff6e5f;
  color: #fff;
}

.box_faq {
  padding: 15px 20px 16px 18px;
  border-radius: 20px;
  border: 1px solid #000;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
}

.box_faq:not(:last-child) {
  margin-bottom: 20px;
}

.box_faq .question {
  color: #133668;
  padding-left: 60px;
  padding: 0 0 0 59px;
  position: relative;
  cursor: pointer;
}

.box_faq .question:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/common/ic_q.svg) no-repeat center/cover;
  position: absolute;
  top: -1px;
  left: -1px;
}

.box_faq .question .faq_title {
  padding: 8px 62px 9px 12px;
  position: relative;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.box_faq .question .faq_title:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/arrow_qa.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.box_faq .question .faq_title p {
  letter-spacing: 2.4px;
  line-height: 30px;
}

.box_faq .answer {
  color: #133668;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  line-height: 200%;
  letter-spacing: 1.6px;
  padding-left: 75px;
  position: relative;
  margin-top: 15px;
  padding-bottom: 3px;
  display: none;
}

.box_faq .answer:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 9px;
  background: url(../img/common/ic_a.svg) no-repeat center/cover;
}

.box_faq.open .question .faq_title {
  border-bottom: solid 2px #133668;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.box_faq.open .question .faq_title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  .box_faq .question {
    padding: 0 0 0 35px;
  }
  .box_faq .question:before {
    width: 35px;
    height: 35px;
    top: 6px;
  }
  .box_faq .question .faq_title {
    padding-right: 45px;
  }
  .box_faq .question .faq_title:after {
    width: 30px;
    height: 30px;
  }
  .box_faq .question .faq_title p {
    line-height: 1.6;
  }
  .box_faq .answer {
    padding-left: 45px;
  }
  .box_faq .answer:before {
    width: 30px;
    height: 30px;
    left: 0;
  }
  .box_faq .answer p {
    line-height: 1.6;
  }
}
* + .step_parts {
  margin-top: 51px;
}

@media (max-width: 767px) {
  * + .step_parts {
    margin-top: 30px;
  }
}
.step_parts {
  padding: 40px 30px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 20px 0 rgba(31, 70, 125, 0.25);
  box-shadow: 0 0 20px 0 rgba(31, 70, 125, 0.25);
}

.step_parts:not(:last-child) {
  margin-bottom: 51px;
}

@media (max-width: 767px) {
  .step_parts:not(:last-child) {
    margin-bottom: 30px;
  }
}
.step_parts h3 {
  color: #133668;
  border-color: #133668;
}

.step_parts h3:first-child {
  margin-bottom: 35px;
}

.step_parts h3:before {
  background: url(../img/common/ic_ttl_blue.svg) no-repeat center/cover;
}

.step_parts .step_parts__container:not(:last-child) {
  margin-bottom: 48px;
  position: relative;
}

.step_parts .step_parts__container:not(:last-child):before,
.step_parts .step_parts__container:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.step_parts .step_parts__container:not(:last-child):before {
  width: 126px;
  height: 126px;
  border-radius: 100px;
  background: #1F467D;
  top: calc(100% - 93px);
  right: -2px;
}

.step_parts .step_parts__container:not(:last-child):after {
  width: 18px;
  height: 20px;
  background: url(../img/common/arrow_wh.svg) no-repeat center/cover;
  bottom: -20px;
  right: -4px;
}

.step_parts .step_parts__container .inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#3D7EDA), color-stop(62.67%, #1F467D));
  background: linear-gradient(180deg, #3D7EDA 0%, #1F467D 62.67%);
  border-radius: 30px;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
}

.step_parts .step_parts__container p {
  color: #fff;
}

.step_parts .step_parts__container .step {
  color: #FFF;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-family: "Homenaje", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3px;
  display: table;
  position: absolute;
  top: 11px;
  left: 34px;
  margin: 0;
  z-index: 0;
}

.step_parts .step_parts__container .step:before {
  content: "";
  width: 209px;
  height: 201px;
  background: #FF8D3C;
  border-radius: 150px;
  position: absolute;
  bottom: -29px;
  right: -41px;
  z-index: -1;
}

.step_parts .step_parts__container .num {
  text-align: center;
  font-size: 42px;
  letter-spacing: 2.1px;
  display: block;
  margin-top: 13px;
}

.step_parts .step_parts__container .step_parts__title {
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.52px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 98px;
  margin: 0;
  padding: 2px 0 0 126px;
}

.step_parts .step_parts__container .step_parts__content {
  width: calc(100% - 80px);
  margin: auto;
}

.step_parts .step_parts__container a {
  color: #fff;
}

@media (max-width: 767px) {
  .step_parts {
    padding: 20px 15px;
    border-radius: 20px;
  }
  .step_parts h3:first-child {
    margin-bottom: 25px;
  }
  .step_parts .step_parts__container:not(:last-child):after {
    right: 0;
  }
  .step_parts .step_parts__container .inner {
    padding-bottom: 20px;
    border-radius: 15px;
  }
  .step_parts .step_parts__container .step_parts__content {
    width: calc(100% - 40px);
  }
  .step_parts .step_parts__container .step_parts__title {
    font-size: 16px;
    padding: 20px 20px 0 70px;
    line-height: 1.4;
    margin-bottom: 20px;
    min-height: 60px;
  }
  .step_parts .step_parts__container .step {
    font-size: 16px;
    left: 10px;
    top: 8px;
  }
  .step_parts .step_parts__container .step:before {
    right: -25px;
  }
  .step_parts .step_parts__container .step .num {
    font-size: 25px;
    margin-top: 5px;
  }
}
.step_parts.step_parts_typeA .step_parts__container .inner {
  padding-top: 40px;
}

.step_parts.bg_none {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.step-item-parts .ttl {
  font-size: 120%;
  margin-bottom: 10px;
  line-height: 1.4;
}

.step-item-parts .item_block {
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  color: #133668;
}

.step-item-parts .item_block:not(:last-child) {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .step-item-parts .item_block figure {
    margin-top: 1em;
    text-align: center;
  }
  .step-item-parts .item_block p {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .step-item-parts .item_block {
    display: grid;
    grid-template-columns: 1fr 150px;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#3D7EDA), color-stop(62.67%, #1F467D));
  background: linear-gradient(180deg, #3D7EDA 0%, #1F467D 62.67%);
  padding: 24px 0 0;
}

footer .footer__list {
  color: #fff;
}

footer .footer__list-logo {
  margin-bottom: 20px;
}

footer .footer__list-address {
  color: var(--, #FFF);
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
}

footer .footer__list-tel {
  width: 385px;
  height: 85px;
  border-radius: 15px;
  background: #133668;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 55px;
}

footer .footer__list-tel a {
  color: #FFF;
  text-align: center;
  letter-spacing: 5.55px;
  line-height: normal;
  font-size: 37px;
  font-family: "Homenaje", sans-serif;
}

footer .footer__list-tel a .ic {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 6px 0 0 60px;
}

footer .footer__list-tel a .ic:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 9px;
  margin: auto;
  background: url(../img/common/ic_tel.svg) no-repeat center/cover;
}

footer .footer__list-tel a .txt {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 3.2px;
  font-weight: 400;
  display: block;
  line-height: normal;
  padding-bottom: 4px;
}

@media (min-width: 768px) {
  footer .row {
    max-width: 1015px;
    width: 100%;
    margin: auto;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 480px 1fr;
    gap: 0 95px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 25px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#3D7EDA), color-stop(62.67%, #1F467D));
    background: linear-gradient(180deg, #3D7EDA 0%, #1F467D 62.67%);
  }
  footer .container {
    max-width: calc(100% - 60px);
  }
  footer .map__image {
    text-align: center;
  }
  footer .map__image img {
    border-radius: 12px;
  }
  footer .row .col:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .row .info_block {
    padding: 0 10px;
    max-width: 330px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer__list-logo {
    max-width: 288px;
    width: 100%;
    margin-bottom: 16px;
  }
  footer .footer__list-address {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
  }
  footer .footer__list-tel {
    max-width: 310px;
    width: 100%;
    height: 60px;
    border-radius: 11.868px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1px 0 0 26px;
    margin-bottom: 31px;
  }
  footer .footer__list-tel a {
    font-size: 28px;
    letter-spacing: 4.2px;
  }
  footer .footer__list-tel a .txt {
    font-size: 14px;
    letter-spacing: 2.8px;
    padding: 0;
  }
  footer .footer__list-tel a .ic {
    padding: 6px 0 0 50px;
  }
  footer .footer__list-tel a .ic:before {
    width: 32px;
    height: 32px;
    top: 3px;
    left: 9px;
  }
}
.copyright {
  background: #133668;
  margin-top: 30px;
  padding: 16px 0;
  text-align: center;
  color: #FFF;
  -webkit-font-feature-settings: "pwid" on, "palt" on, "pkna" on;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.6px;
}

@media (max-width: 767px) {
  .copyright {
    padding: 16px 0 145px 1px;
    margin-top: 40px;
    font-size: 13px;
  }
  .copyright .mark {
    -webkit-transform: translate(1px, 0px);
    transform: translate(1px, 0px);
    font-size: 75%;
  }
}
body:not(.home) footer {
  margin-top: 224px;
  position: relative;
}

body:not(.home) footer:before {
  content: "";
  width: 100%;
  height: 224px;
  background: url(../img/common/footer_under_bg.png) no-repeat left top/cover;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}

@media (max-width: 767px) {
  body:not(.home) footer {
    margin-top: 100px;
  }
  body:not(.home) footer:before {
    height: 85px;
    background-size: cover;
  }
}
body.home footer {
  padding: 32px 0 0;
}

@media (max-width: 767px) {
  body.home footer {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.list_list dd a {
  color: #fff;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .list_list dd a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}
.img_slider {
  max-width: 840px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main {
  margin-bottom: 48px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .item img {
  border-radius: 50px;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 0 !important;
}

.img_slider .img_slide_thumb {
  padding: 10px 100px;
  border-radius: 50px;
  border: 3px solid #569CFF;
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.img_slider .img_slide_thumb .splide__slide {
  border-radius: 10px;
}

.img_slider .img_slide_thumb .splide__arrow {
  width: 45px;
  height: 45px;
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#3D7EDA), color-stop(62.67%, #1F467D));
  background: linear-gradient(0deg, #3D7EDA 0%, #1F467D 62.67%);
  border-radius: 50%;
}

.img_slider .img_slide_thumb .splide__arrow:before,
.img_slider .img_slide_thumb .splide__arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.img_slider .img_slide_thumb .splide__arrow:after {
  content: "";
  width: 14px;
  height: 18px;
  background: url(../img/common/arrow_wh.svg) no-repeat center/cover;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.img_slider .img_slide_thumb .splide__arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.img_slider .img_slide_thumb .splide__arrow svg {
  display: none;
}

.img_slider .img_slide_thumb .splide__arrow--next {
  right: 32px;
}

.img_slider .img_slide_thumb .splide__arrow--prev {
  left: 32px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .img_slider .img_slide_main .item img {
    border-radius: 20px;
  }
  .img_slider .img_slide_main {
    margin-bottom: 20px;
  }
  .img_slider .img_slide_thumb {
    padding: 10px 64px;
  }
  .img_slider .img_slide_thumb .splide__arrow {
    width: 30px;
    height: 30px;
  }
  .img_slider .img_slide_thumb .splide__arrow--prev {
    left: 15px;
  }
  .img_slider .img_slide_thumb .splide__arrow--next {
    right: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .img_slider .img_slide_thumb .splide__arrow:before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .img_slider .img_slide_thumb .splide__arrow:hover:before {
    background: #569CFF;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .pcbr02 {
    display: block !important;
  }
  .sp02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .spbr02 {
    display: block !important;
  }
  .pc02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .pc03 {
    display: none !important;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .sp03 {
    display: none !important;
  }
}
figure figcaption {
  text-align: center;
  margin-top: 10px;
}

.primary_color,
.color_orange {
  color: #FF8D3C !important;
}

.color_blue {
  color: #133668 !important;
}

.color_red {
  color: #ff6e5f !important;
}

.koumon-chiryou_sp figure {
  text-align: center;
}

.koumon-chiryou_sp figure figcaption {
  font-weight: 700;
  color: #133668;
}

.koumon-chiryou_sp p {
  line-height: 1.4;
}

.image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

* + .image_list {
  margin-top: 50px;
}

@media (max-width: 767px) {
  * + .image_list {
    margin-top: 30px;
  }
}
.logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.logo_list img {
  border-radius: 0;
}

.logo_list li {
  width: 180px;
  padding: 10px;
  background: #fff;
  text-align: center;
}

* + .row {
  margin-top: 50px;
}

@media (max-width: 767px) {
  * + .row {
    margin-top: 30px;
  }
}
.bg {
  padding: 1em;
  background: #f7c2bb;
  color: #133668;
}

.text_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(30%, #ff6e5f));
  background: linear-gradient(transparent 80%, #ff6e5f 30%);
}

@media (min-width: 768px) {
  .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .flex-container figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .flex-container .col {
    text-align: center;
  }
  .flex-container .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .flex-container .sp-mb {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .col_2 .ul_circle {
    padding: 25px 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.i-naishikyou-manga_list li {
  text-align: center;
}

.video_wrapper {
  max-width: 640px;
  width: 100%;
  margin: auto;
}

.video_wrapper video {
  width: 100%;
  height: 100%;
}

#loopText {
  font-family: "Homenaje", sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 12.75px;
}

.clinic_info_container {
  overflow: hidden;
}

.clinic_info_container .section {
  border-width: 3px;
  padding-bottom: 70px;
}

.clinic_info_container .section:not(:last-child) {
  margin-bottom: 80px;
}

.clinic_info_container .section .inner {
  padding: 0 6px;
}

.clinic_info_container .clinic_image {
  max-width: 750px;
  width: 100%;
  margin: 12px auto 36px;
}

.clinic_info_container .clinic_image img {
  border-radius: 70px;
}

.clinic_info_container .clinic_info__title {
  text-align: left;
  padding: 0 0 0 36px;
}

.clinic_info_container .clinic_info__title:before {
  bottom: 0;
  right: auto;
  left: 0;
}

.clinic_info_container .address {
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
  margin-bottom: 5px;
}

.clinic_info_container .medical-specialty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
  margin-bottom: 35px;
}

.clinic_info_container .medical-specialty:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #EE5942;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
}

.clinic_info_container .medical-specialty dd {
  padding-left: 11px;
}

.clinic_info_container .map {
  border-radius: 15px;
  overflow: hidden;
  border: 3px solid #569CFF;
}

.clinic_info_container .map img {
  border-radius: 0;
}

.clinic_info_container .schedule-table .thead {
  padding-left: 43px;
}

.clinic_info_container .schedule-table .tbody {
  padding: 13px 9px 15px 14px;
}

.clinic_info_container .googelmap_link {
  margin-left: 3px;
  margin-right: 3px;
}

.clinic_info_container .googelmap_link a {
  background: transparent;
  border-radius: 50px;
  border: 2px solid #569CFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 0;
  width: 100%;
  color: #fff;
  font-family: "Homenaje", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3.45px;
  padding: 21px 69px 19px 57px;
}

.clinic_info_container .googelmap_link a:after {
  right: 107px;
}

.clinic_info_container .googelmap_link a:before {
  background: #EE5942;
  right: 116px;
}

@media (max-width: 767px) {
  .clinic_info_container .section {
    padding-bottom: 35px;
  }
  .clinic_info_container .section:not(:last-child) {
    margin-bottom: 40px;
  }
  .clinic_info_container .clinic_image {
    margin: 0 auto 20px;
  }
  .clinic_info_container .clinic_image img {
    border-radius: 20px;
  }
  .clinic_info_container .medical-specialty {
    margin-bottom: 15px;
  }
  .clinic_info_container .googelmap_link a {
    text-align: center;
    padding: 16px 69px 14px 57px;
    font-size: 18px;
  }
  .clinic_info_container .googelmap_link a:before {
    right: 30px;
  }
  .clinic_info_container .googelmap_link a:after {
    right: 21px;
  }
  .clinic_info_container .info_block .col:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .clinic_info_container .info_block {
    display: grid;
    grid-template-columns: 465px 427px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -3px;
  }
  .clinic_info_container .map {
    margin-top: -3px;
  }
  .clinic_info_container .slider_block {
    padding-top: 58px;
  }
  .clinic_info_container .slider_block h2 {
    margin-bottom: 42px;
  }
}
.common-tel {
  width: 385px;
  height: 85px;
  border-radius: 15px;
  background: #FF8D3C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.common-tel a {
  color: #FFF;
  text-align: center;
  letter-spacing: 5.55px;
  line-height: normal;
  font-size: 37px;
  font-family: "Homenaje", sans-serif;
  font-weight: 400;
}

.common-tel a .ic {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 6px 0 0 60px;
}

.common-tel a .ic:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 9px;
  margin: auto;
  background: url(../img/common/ic_tel.svg) no-repeat center/cover;
}

.common-tel a .txt {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 3.2px;
  font-weight: 700;
  display: block;
  line-height: normal;
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  .common-tel {
    max-width: 310px;
    width: 100%;
    height: 60px;
    border-radius: 11.868px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1px 0 0 26px;
    margin-bottom: 31px;
  }
  .common-tel a {
    font-size: 28px;
    letter-spacing: 4.2px;
  }
  .common-tel a .txt {
    font-size: 14px;
    letter-spacing: 2.8px;
    padding: 0;
  }
  .common-tel a .ic {
    padding: 6px 0 0 50px;
  }
  .common-tel a .ic:before {
    width: 32px;
    height: 32px;
    top: 3px;
    left: 9px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .googelmap_link a:hover {
    background: #569CFF;
  }
  .googelmap_link a:hover:after {
    -webkit-transform: scale(1.55);
    transform: scale(1.55);
  }
}
.border_image {
  border-radius: 300px;
  border: 9px solid #569CFF;
  overflow: hidden;
}

@media (min-width: 768px) {
  body.page-name-doctor .mce-content-body {
    max-width: none;
    width: 100%;
  }
}
.doctor_container .section {
  border-width: 5px;
  overflow: hidden;
}

.doctor_container h2 {
  padding: 0 0 15px;
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 3.9px;
  margin-bottom: 34px;
}

.doctor_container h2:before {
  display: none;
}

.doctor_container h2:after {
  content: "";
  width: calc(100% + 250px);
  height: 3px;
  background: #FF8D3C;
  position: absolute;
  bottom: 0;
  right: -60px;
  z-index: -1;
}

.doctor_container h2 .role-tag {
  color: #FF8D3C;
  font-size: 22px;
  letter-spacing: 3.3px;
  padding-right: 22px;
}

.doctor_container .executive-ttl {
  border: 0;
  padding: 0;
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 4.2px;
  margin-bottom: 15px;
}

.doctor_container .executive-ttl:before {
  display: none;
}

.doctor_container h3 + p {
  margin-left: 0;
  margin-right: 0;
}

.doctor_container .special_block {
  border-color: #FF8D3C;
}

.doctor_container .bg_box {
  padding: 0 28px 20px 28px;
  border-radius: 40px;
  background: #FFF;
  max-width: 915px;
  width: 100%;
  margin: auto;
}
.doctor_container .bg_box > h3 {
  margin-bottom: 10px;
}
.doctor_container .bg_box .sub-box .list {
  padding: 0;
}

.doctor_container .bg_box:not(:last-child) {
  margin-bottom: 50px;
}

.doctor_container .sub-box {
  padding: 15px 20px 15px 25px;
  border-radius: 20px;
  background: rgba(233, 233, 233, 0.8);
  margin-left: 0;
  margin-right: 0;
}

.doctor_container .sub-box .list {
  padding-left: 20px;
}

.doctor_container .sub-box .list:not(:last-child) {
  margin-bottom: 20px;
}

.doctor_container .sub-box .list li {
  color: #133668;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 2.25px;
  padding-left: 20px;
  position: relative;
}

.doctor_container .sub-box .list li:not(:last-child) {
  margin-bottom: 4px;
}

.doctor_container .sub-box .list li .date {
  padding-right: 10px;
  min-width: 144px;
  display: inline-block;
}

.doctor_container .sub-box .list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #133668;
  position: absolute;
  top: 10px;
  left: 0;
}

.doctor_container .sub-box h3:before {
  background: url(../img/common/ic_ttl_blue.svg) no-repeat center/cover;
}

.doctor_container .sub-box h4 {
  display: block;
  color: #133668;
  background: #FFF;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.7px;
  margin: 0 auto 10px;
  padding: 4px 10px 5px;
  border-radius: 5px;
}

.doctor_container .normal_block h2 {
  font-size: 22px;
  letter-spacing: 3.3px;
}

.doctor_container .normal_block h2:after {
  background: #569CFF;
}

.doctor_container .normal_block h2 .role-tag {
  color: #569CFF;
  font-size: 19px;
  letter-spacing: 2.85px;
}

.doctor_container .normal_block .border_image {
  border-width: 6px;
}

@media (max-width: 767px) {
  .doctor_container .border_image {
    width: 70%;
    margin: 0 auto 20px;
  }
  .doctor_container h2 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .doctor_container h2 .role-tag {
    font-size: 18px;
    padding-right: 10px;
  }
  .doctor_container .executive-ttl {
    font-size: 18px;
  }
  .doctor_container .row:not(:last-child) {
    margin-bottom: 30px;
  }
  .doctor_container .secondar_box .col:not(:last-child) {
    margin-bottom: 30px;
  }
  .doctor_container .bg_box {
    padding: 0 20px 20px 20px;
    border-radius: 20px;
  }
  .doctor_container .bg_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .doctor_container .sub-box {
    padding: 20px 15px;
    border-radius: 20px;
  }
  .doctor_container .sub-box .list {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .doctor_container .bg_inner {
    position: relative;
    z-index: 0;
  }
  .doctor_container .bg_inner:before,
  .doctor_container .bg_inner:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .doctor_container .bg_inner:before {
    content: "";
    width: 284px;
    height: 516px;
    background: url(../img/common/doctor_bg01.svg) no-repeat center/cover;
    left: 1636px;
    top: 43px;
  }
  .doctor_container .bg_inner:after {
    content: "";
    width: 296px;
    height: 517px;
    background: url(../img/common/doctor_bg02.svg) no-repeat center/cover;
    right: 1624px;
    top: 584px;
  }
  .doctor_container .bg_inner2:before,
  .doctor_container .bg_inner2:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .doctor_container .bg_inner2:before {
    content: "";
    width: 273px;
    height: 502px;
    background: url(../img/common/doctor_bg03.svg) no-repeat center/cover;
    left: 1647px;
    top: 1096px;
  }
  .doctor_container .section {
    margin-left: -5px;
    margin-right: -5px;
  }
  .doctor_container .section:not(:last-child) {
    margin-bottom: 69px;
  }
  .doctor_container .link_anchor {
    margin-bottom: 100px;
  }
  .doctor_container .special_block {
    padding: 65px 50px 60px;
  }
  .doctor_container .special_block h2 {
    margin-top: 15px;
  }
  .doctor_container .special_block .primary_box {
    display: grid;
    grid-template-columns: 378px 1fr;
    gap: 42px;
  }
  .doctor_container .special_block .primary_box:not(:last-child) {
    margin-bottom: 81px;
  }
  .doctor_container .normal_block {
    padding: 28px 78px 35px;
  }
  .doctor_container .normal_block:not(:last-child) {
    margin-bottom: 52px;
  }
  .doctor_container .normal_block .primary_box {
    display: grid;
    grid-template-columns: 255px 1fr;
    gap: 40px;
  }
  .doctor_container .normal_block .primary_box:not(:last-child) {
    margin-bottom: 33px;
  }
  .doctor_container .normal_block .primary_box.reverse {
    grid-template-columns: 1fr 255px;
  }
  .doctor_container .normal_block .primary_box.reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .doctor_container .normal_block .primary_box.reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .doctor_container .normal_block .primary_box.reverse .wrapper {
    padding-left: 25px;
  }
  .doctor_container .normal_block .primary_box.reverse h2 {
    margin-top: 18px;
    margin-bottom: 26px;
  }
  .doctor_container .normal_block .primary_box.reverse h2:after {
    left: -100px;
  }
  .doctor_container .normal_block .primary_box.reverse h2 .role-tag {
    padding-right: 22px;
  }
  .doctor_container .normal_block .secondar_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .doctor_container .normal_block .secondar_box .bg_box {
    padding: 0 25px 20px 25px;
    border-radius: 40px;
    height: 100%;
  }
  .doctor_container .normal_block .secondar_box .sub-box {
    padding: 15px 5px 15px 5px;
    border-radius: 20px;
  }
  .doctor_container .normal_block .secondar_box h3.typeA {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.8px;
    padding: 9.5px 10px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1921px) {
  .doctor_container .bg_inner:before {
    left: auto;
    right: 0;
  }
  .doctor_container .bg_inner:after {
    right: auto;
    left: 0;
  }
  .doctor_container .bg_inner2:before {
    left: auto;
    right: 0;
  }
}
.bnr_reservation {
  max-width: 858px;
  width: 100%;
  margin: auto;
}

.bnr_reservation:not(:last-child) {
  margin-bottom: 100px;
}

.bnr_reservation a {
  width: 100%;
}

.bnr_reservation a img {
  border: 4px solid #133668;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.bnr_reservation a:hover img {
  border: 4px solid #FF8D3C;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

@media (max-width: 767px) {
  .bnr_reservation:not(:last-child) {
    margin-bottom: 40px;
  }
}
.message_box {
  max-width: 850px;
  width: 100%;
  margin: auto;
  padding-left: 2px;
}
.message_box .ttl {
  text-align: center;
  color: #fff;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
          font-feature-settings: "palt" on, "pkna" on;
  font-family: "Homenaje", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3.45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.message_box .ttl:before, .message_box .ttl:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #fff;
}
.message_box .ttl:before {
  margin-right: 13px;
}
.message_box .ttl:after {
  margin-left: 13px;
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}

.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}

.mce-content-body .calendar-caption {
  font-size: 1.2em;
}

.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}

.mce-content-body .monthly-prev-next {
  font-size: 1em;
}

.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}

.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}

.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}

.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}

.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}

.mce-content-body th.day-left {
  line-height: 2.5em;
}

.mce-content-body td.day-right {
  font-size: 1.5em;
}

.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-mix-calendar th,
.mce-content-body .day-mix-calendar td {
  font-size: 1em;
}

.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}

.mce-content-body .content-form {
  margin-bottom: 1em;
}

.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}

.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}

.mce-content-body .content-form legend {
  font-size: 1.1em;
}

.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}

.mce-content-body .content-form td {
  font-size: 0.9em;
}

.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}

.mce-content-body .content-text.small {
  width: 3em;
}

.mce-content-body .input-number {
  margin-right: 1em;
}

.mce-content-body .content-form .booking-seimei {
  width: 3em;
}

.mce-content-body .bill-details td {
  padding-right: 0.5em;
}

.mce-content-body .bill-total,
.mce-content-body .bill-tax {
  padding-right: 1.5em;
}

.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}

.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}

.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}

.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}

.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}

.mce-content-body .subscription-title {
  font-size: 1.2em;
}

.top-post {
  background: #FF8D3C;
  position: relative;
  z-index: 0;
}

.top-post:after {
  content: "";
  position: absolute;
  top: calc(100% - 31px);
  left: 0;
  background: url(../img/top/curve_bg01.png) no-repeat center bottom;
  width: 100%;
  height: 280px;
  z-index: -1;
}

.top-post__headline-news {
  width: 159px;
}

.top-post__headline-news h2 {
  color: #EE5942;
  font-size: 19px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2.85px;
  padding: 0;
  margin: 0;
}

.top-post__headline-news h2:before {
  display: none;
}

.top-post__headline-news h2:after {
  content: "";
  width: 41px;
  height: 51px;
  background: url(../img/top/top-ttl_ic.svg) no-repeat center/cover;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: auto;
}

.top-post__headline-news h2 .en {
  font-family: "Homenaje", sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 5.55px;
}

.top-post__content .list_list {
  margin-bottom: 15px;
}

.top-post__content .list_list li:not(:last-child) {
  margin-bottom: 15px;
}

.top-post__content .list_list a {
  text-decoration: none;
  padding: 0 35px 0 40px;
  position: relative;
  color: #FFF;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.4px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  z-index: 0;
  gap: 0 32px;
}

.top-post__content .list_list a .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.top-post__content .list_list a .date {
  font-family: "Homenaje", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
}

.top-post__content .list_list a:before,
.top-post__content .list_list a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.top-post__content .list_list a:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(47.56%, #1F467D), color-stop(98.91%, #3D7EDA));
  background: linear-gradient(90deg, #1F467D 47.56%, #3D7EDA 98.91%);
  opacity: 1;
}

.top-post__content .list_list a:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(16.98%, #3D7EDA), color-stop(68.33%, #1F467D));
  background: linear-gradient(90deg, #3D7EDA 16.98%, #1F467D 68.33%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}

.top-post .more {
  display: table;
  margin-left: auto;
}

.top-post .more a {
  color: #fff;
  text-decoration: none;
  font-family: "Homenaje", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 3px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 10px;
  position: relative;
  border-radius: 50px 0 0 50px;
}

.top-post .more a .arrow {
  position: relative;
  padding-right: 78px;
}

.top-post .more a .arrow:after {
  content: "";
  width: 40px;
  height: 39px;
  background: url(../img/top/ic_more_arrow.svg) no-repeat center/cover;
  position: absolute;
  bottom: 6px;
  right: 24px;
}

.top-post__headline-topics {
  width: 190px;
  height: 190px;
  background: #133668;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-post__headline-topics h2 {
  width: 145px;
  height: 145px;
  padding: 0;
  color: #EE5942;
  margin: auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 8px solid #569CFF;
}

.top-post__headline-topics h2:before {
  display: none;
}

.top-post__headline-topics h2 .ttl {
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 2.85px;
  display: block;
  margin-bottom: 10px;
}

.top-post__headline-topics h2 .en {
  position: absolute;
  top: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 5.4px;
  font-family: "Homenaje", sans-serif;
}

.top-post__headline-topics h2 .en span {
  display: inline-block;
}

.top-post__headline-topics h2 .en__1 {
  -webkit-transform: translate(10px, 20px) rotate(-58deg);
  transform: translate(10px, 20px) rotate(-58deg);
}

.top-post__headline-topics h2 .en__2 {
  -webkit-transform: translate(3px, 4px) rotate(-38deg);
  transform: translate(3px, 4px) rotate(-38deg);
}

.top-post__headline-topics h2 .en__3 {
  -webkit-transform: translate(3px, 0px) rotate(-5deg);
  transform: translate(3px, 0px) rotate(-5deg);
}

.top-post__headline-topics h2 .en__4 {
  -webkit-transform: translate(1px, 2px) rotate(13deg);
  transform: translate(1px, 2px) rotate(13deg);
}

.top-post__headline-topics h2 .en__5 {
  -webkit-transform: translate(-1px, 9px) rotate(35deg);
  transform: translate(-1px, 9px) rotate(35deg);
}

.top-post__headline-topics h2 .en__6 {
  -webkit-transform: translate(-6px, 25px) rotate(56deg);
  transform: translate(-6px, 25px) rotate(56deg);
}

.top-post__topics .top-post__content .list_list a:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(16.98%, #3D7EDA), color-stop(68.33%, #1F467D));
  background: linear-gradient(90deg, #3D7EDA 16.98%, #1F467D 68.33%);
}

.top-post__topics .top-post__content .list_list a:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(47.56%, #1F467D), color-stop(98.91%, #3D7EDA));
  background: linear-gradient(90deg, #1F467D 47.56%, #3D7EDA 98.91%);
}

@media (max-width: 767px) {
  .top-post {
    padding: 7px 0 45px;
    position: relative;
    margin-bottom: 92px;
  }
  .top-post:after {
    background: url(../img/top/curve_bg01_sp.png) no-repeat center/cover;
    height: clamp(92px, 34.069px + 14.854vw, 148px);
    top: calc(100% - 15px);
  }
  .top-post .container {
    max-width: calc(100% - 20px);
  }
  .top-post__news {
    position: relative;
    margin-bottom: 30px;
  }
  .top-post__headline-news {
    width: 104px;
    margin-left: 58px;
    margin-bottom: 13px;
    position: relative;
  }
  .top-post__headline-news h2 {
    background: url(../img/top/top-post__ttl_bg_sp.svg) no-repeat center/cover;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.933px;
    letter-spacing: 3.5px;
    height: 104px;
  }
  .top-post__headline-news h2:after {
    top: 0;
    bottom: 0;
    width: 32px;
    height: 26px;
    left: auto;
    right: calc(100% + 5px);
    background: url(../img/top/top-ttl_ic_sp.svg) no-repeat center/cover;
  }
  .top-post__headline-news h2 .ttl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
  }
  .top-post__headline-news h2 .en {
    font-size: 23.115px;
    line-height: 18.117px;
    letter-spacing: 3.467px;
    position: absolute;
    bottom: 33px;
    right: 25px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  .top-post__headline-news h2 .en__1 {
    -webkit-transform: translate(5px, 6px) rotate(-58deg);
    transform: translate(5px, 6px) rotate(-58deg);
  }
  .top-post__headline-news h2 .en__2 {
    -webkit-transform: translate(3px, 4px) rotate(-38deg);
    transform: translate(3px, 4px) rotate(-38deg);
  }
  .top-post__headline-news h2 .en__3 {
    -webkit-transform: translate(3px, 0px) rotate(-5deg);
    transform: translate(3px, 0px) rotate(-5deg);
  }
  .top-post__headline-news h2 .en__4 {
    -webkit-transform: translate(1px, 2px) rotate(13deg);
    transform: translate(1px, 2px) rotate(13deg);
  }
  .top-post__headline-news h2 .en__5 {
    -webkit-transform: translate(-1px, 9px) rotate(35deg);
    transform: translate(-1px, 9px) rotate(35deg);
  }
  .top-post__headline-news h2 .en__6 {
    -webkit-transform: translate(-6px, 25px) rotate(56deg);
    transform: translate(-6px, 25px) rotate(56deg);
  }
  .top-post__content .list_list {
    margin-right: -20px;
  }
  .top-post__content .list_list li:not(:last-child) {
    margin-bottom: 9px;
  }
  .top-post__content .list_list li a {
    display: block;
    font-size: 13.5px;
    line-height: 20px;
    letter-spacing: 1.35px;
    min-height: 53px;
    padding: 7px 10px 7px 25px;
    border-radius: 50px 0 0 50px;
  }
  .top-post__content .list_list li a .date {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.5px;
  }
  .top-post__content .list_list li a .ttl {
    max-width: 340px;
  }
  .top-post .more {
    position: absolute;
    top: 42px;
    right: -10px;
    width: 50%;
  }
  .top-post .more a {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2.7px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 2px #fff;
    border-right: 0;
    border-radius: 50px 0 0 50px;
    padding: 0 0 0 37px;
  }
  .top-post .more a .arrow {
    padding-right: 43px;
  }
  .top-post .more a .arrow:after {
    width: 28px;
    height: 27px;
    right: 2px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .top-post__topics {
    position: relative;
  }
  .top-post__headline-topics {
    width: 111px;
    height: 111px;
    margin-left: 51px;
    margin-bottom: 6px;
  }
  .top-post__headline-topics h2 {
    width: 92px;
    height: 92px;
    border-width: 6px;
  }
  .top-post__headline-topics h2 .en {
    font-size: 18.974px;
    line-height: 15.285px;
    letter-spacing: 2.846px;
  }
  .top-post__headline-topics h2 .en__1 {
    -webkit-transform: translate(5px, 6px) rotate(-58deg);
    transform: translate(5px, 6px) rotate(-58deg);
  }
  .top-post__headline-topics h2 .en__2 {
    -webkit-transform: translate(3px, -1px) rotate(-38deg);
    transform: translate(3px, -1px) rotate(-38deg);
  }
  .top-post__headline-topics h2 .en__3 {
    -webkit-transform: translate(2px, -5px) rotate(-5deg);
    transform: translate(2px, -5px) rotate(-5deg);
  }
  .top-post__headline-topics h2 .en__4 {
    -webkit-transform: translate(0, -3px) rotate(13deg);
    transform: translate(0, -3px) rotate(13deg);
  }
  .top-post__headline-topics h2 .en__5 {
    -webkit-transform: translate(0, 1px) rotate(35deg);
    transform: translate(0, 1px) rotate(35deg);
  }
  .top-post__headline-topics h2 .en__6 {
    -webkit-transform: translate(-3px, 9px) rotate(56deg);
    transform: translate(-3px, 9px) rotate(56deg);
  }
  .top-post__headline-topics h2 .ttl {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2.1px;
    margin-bottom: 13px;
    margin-left: 3px;
  }
}
@media (min-width: 768px) {
  .top-post {
    margin-bottom: 280px;
  }
  .top-post .container {
    max-width: 1134px;
  }
  .top-post__news {
    margin-left: 10px;
    display: grid;
    grid-template-columns: 159px 820px;
    gap: 0 43px;
    margin-bottom: 15px;
    min-height: 320px;
  }
  .top-post__headline-news h2 {
    width: 100%;
    height: 165px;
    background: url(../img/top/top-post__ttl_bg.svg) no-repeat center/cover;
    padding: 5px 0 0 3px;
  }
  .top-post__headline-news h2 .en {
    position: absolute;
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
    right: 10px;
    bottom: 60px;
  }
  .top-post__content {
    margin-top: 35px;
  }
  .top-post__topics {
    display: grid;
    grid-template-columns: 272px 1fr;
    gap: 40px;
  }
  .top-post__topics .top-post__content {
    margin-top: 20px;
  }
  .top-post__topics .top-post__content .list_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .top-post__topics .top-post__content .list_list a {
    min-height: 65px;
  }
  .top-post__topics .more {
    margin-right: -7px;
  }
  .top-post__headline-topics {
    margin-left: auto;
  }
  .top-post__headline-topics h2 .ttl {
    margin: 0 0 24px 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-post__content .list_list li a:before,
  .top-post__content .list_list li a:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-post__content .list_list li a:hover:before,
  .top-post__content .list_list li a:hover:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-post__content .list_list li a:hover:after {
    opacity: 1;
  }
  .top-post__content .list_list li a:hover:before {
    opacity: 0;
  }
  .top-post .more a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-post .more a .arrow:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-post .more a:hover {
    color: #133668;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-post .more a:hover .arrow:after {
    background: url(../img/top/ic_more_arrow_blue.svg) no-repeat center/cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    bottom: 11px;
  }
}
@media (min-width: 1921px) {
  .top-post {
    margin-bottom: clamp(280px, -1.296px + 14.643vw, 438px);
  }
  .top-post:after {
    background-size: cover;
    height: clamp(280px, -1.296px + 14.643vw, 438px);
  }
}
.top-specialty {
  position: relative;
}

.top-specialty:after {
  content: "";
  width: 100%;
  height: 508px;
  background: url(../img/top/curve_bg02.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-specialty .specialty_txt {
  font-weight: 700;
  text-align: center;
  padding: 40px 10px 32px;
  border-radius: 20px;
  background: #569CFF;
  max-width: 720px;
  width: 100%;
  margin: 0 auto 10px;
  margin-bottom: 70px;
  position: relative;
}

.top-specialty .specialty_txt:before {
  content: "";
  width: 84px;
  height: 84px;
  background: url(../img/top/ic_mark.png) no-repeat center/cover;
  position: absolute;
  bottom: calc(100% - 20px);
  left: 1px;
  right: 0;
  margin: auto;
}

.top-specialty .specialty_txt:after {
  content: "";
  width: 47px;
  height: 18px;
  background: #569CFF;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.top-specialty .specialty_txt__first {
  color: #FFF;
  text-align: center;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: 2.9px;
}

.top-specialty .specialty_txt__first .txt_bg {
  padding: 10px 23px;
  border-radius: 10px;
  background: #133668;
  display: inline-block;
  margin-bottom: 3px;
}

.top-specialty .specialty_txt__second {
  color: #133668;
  font-size: 29px;
  line-height: 49px;
  letter-spacing: 2.9px;
  margin-bottom: 5px;
}

.top-specialty .specialty_txt__second .color_white {
  font-size: 32px;
  line-height: 49px;
  letter-spacing: 3.2px;
  color: #fff;
}

.top-specialty .specialty_txt__second .num {
  font-size: 45px;
  line-height: 49px;
  letter-spacing: 4.5px;
}

.top-specialty .specialty_txt__third {
  color: #133668;
  text-align: center;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 1.9px;
}

.top-specialty .specialty__list {
  max-width: 1043px;
  width: 100%;
  margin: auto;
}

.top-specialty .specialty__list .col {
  border-radius: 50px 0;
  border: 4px solid #FF8D3C;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 193, 255, 0.72)), color-stop(57.67%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(170, 193, 255, 0.72) 0%, rgba(255, 255, 255, 0) 57.67%);
  text-align: center;
  padding: 0 0 57px;
  overflow: hidden;
}

.top-specialty .specialty__list .col .num {
  color: rgba(255, 255, 255, 0.8);
  background: #FF8D3C;
  font-family: "Homenaje", sans-serif;
  font-size: 43.636px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.182px;
  width: 75px;
  height: 54px;
  margin: 0 auto 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 8px;
  position: relative;
}

.top-specialty .specialty__list .col .num:after {
  content: "";
  width: 100%;
  height: 15px;
  background: #FF8D3C;
  position: absolute;
  top: 100%;
  left: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.top-specialty .specialty__list .col .title {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.15px;
  padding-bottom: 20px;
  position: relative;
}

.top-specialty .specialty__list .col .title:after {
  content: "";
  width: 250px;
  height: 3px;
  background: url(../img/top/line_dots.png) repeat left center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .top-specialty {
    padding: 17px 0 124px;
  }
  .top-specialty:after {
    background: url(../img/top/curve_bg02_sp.png) no-repeat center/cover;
    height: clamp(121px, -2.406px + 32.908vw, 250px);
  }
  .top-specialty .container {
    max-width: calc(100% - 24px);
  }
  .top-specialty .specialty_txt {
    padding: 22px 10px 18px;
    max-width: 290px;
    margin-bottom: 34px;
  }
  .top-specialty .specialty_txt:before {
    width: 47px;
    height: 47px;
    bottom: calc(100% - 14px);
  }
  .top-specialty .specialty_txt:after {
    width: 38px;
    height: 13px;
  }
  .top-specialty .specialty_txt__first {
    font-size: 18px;
    line-height: 20.693px;
    letter-spacing: 1.8px;
  }
  .top-specialty .specialty_txt__first .txt_bg {
    padding: 7px 17px;
    margin-bottom: 5px;
  }
  .top-specialty .specialty_txt__second {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.8px;
    margin-bottom: 9px;
  }
  .top-specialty .specialty_txt__second .color_white {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 2.1px;
  }
  .top-specialty .specialty_txt__second .num {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 2.8px;
  }
  .top-specialty .specialty_txt__third {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1.4px;
  }
  .top-specialty .specialty__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px 2%;
  }
  .top-specialty .specialty__list .col {
    border-radius: 30px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 193, 255, 0.72)), color-stop(61.4%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(170, 193, 255, 0.72) 0%, rgba(255, 255, 255, 0) 61.4%);
    padding-bottom: 21px;
    max-width: 178px;
    width: 49%;
  }
  .top-specialty .specialty__list .col .num {
    font-size: 28px;
    line-height: normal;
    letter-spacing: 1.4px;
    width: 44px;
    height: 32px;
    margin-bottom: 13px;
    position: relative;
  }
  .top-specialty .specialty__list .col .num:after {
    content: "";
    width: 100%;
    height: 7px;
    background: #FF8D3C;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .top-specialty .specialty__list .col .title {
    font-size: 15.5px;
    line-height: 23px;
    letter-spacing: 0.465px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .top-specialty {
    margin-top: -5px;
    padding-bottom: 345px;
  }
  .top-specialty .specialty__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
  }
}
@media (min-width: 1921px) {
  .top-specialty:after {
    background-size: cover;
    height: clamp(17.5rem, -39.694rem + 47.637vw, 76.625rem);
  }
}
.top-achievements {
  padding: 16px 0 26px;
  background: #fff;
}

.top-achievements h2 {
  padding: 0;
  text-align: left;
}

.top-achievements h2 .en {
  color: #EE5942;
  font-family: "Homenaje", sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 86.111px;
  letter-spacing: 11.25px;
  display: block;
  padding-bottom: 7px;
}

.top-achievements h2 .sub {
  display: block;
  color: #133668;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 5px;
}

.top-achievements h2:before {
  display: none;
}

.top-achievements .graph--image {
  max-width: 385px;
  width: 100%;
  margin: -40px auto 0;
}

.top-achievements .graph--image img {
  -webkit-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.top-achievements .number_block {
  max-width: 582px;
  width: 100%;
  margin-left: auto;
  margin-right: 113px;
}

.top-achievements .number_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 58px;
  position: relative;
  z-index: 1;
}

.top-achievements .number_list li {
  border-radius: 200px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15) inset;
  background: -webkit-gradient(linear, left top, left bottom, from(#3D7EDA), color-stop(62.67%, #1F467D));
  background: linear-gradient(180deg, #3D7EDA 0%, #1F467D 62.67%);
  z-index: 0;
  width: 260px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.top-achievements .number_list li:before {
  content: "";
  width: 202px;
  height: 202px;
  background: #E7F1FF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
}

.top-achievements .number_list li .ttl {
  color: #133668;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.88px;
  display: block;
  padding: 0 5px 10px;
  margin-bottom: 12px;
  position: relative;
}

.top-achievements .number_list li .ttl:after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(../img/top/line_dots_blue.png) repeat left top;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-achievements .number_list li .number-area {
  color: #EE5942;
  font-family: "BIZ UDPGothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.8px;
  display: block;
}

.top-achievements .number_list li .number-area .num {
  font-size: 32px;
  letter-spacing: 3.2px;
}

.top-achievements .case-volume {
  padding: 45px 100px 46px 72px;
  border-radius: 100px;
  background: linear-gradient(91deg, #FF7920 24.75%, #FF9A35 98.27%);
  margin: -103px auto 0;
  position: relative;
}

.top-achievements .case-volume:before {
  content: "";
  width: 489px;
  height: 401px;
  background: url(../img/top/doctor_image.png) no-repeat center/cover;
  position: absolute;
  bottom: 100%;
  left: 10px;
}

.top-achievements .case-volume .txt {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 38.417px;
  letter-spacing: 4.2px;
  padding: 0 13px 8px 17px;
  display: inline-block;
  position: relative;
}

.top-achievements .case-volume .txt:after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(../img/top/line_dots_wh.png) repeat left center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-achievements .case-volume .txt .num {
  font-size: 45px;
  letter-spacing: 6.75px;
}

@media (max-width: 767px) {
  .top-achievements {
    padding: 75px 0 0;
    position: relative;
  }
  .top-achievements:before {
    content: "";
    width: 100%;
    height: clamp(558px, 307.362px + 66.837vw, 820px);
    background: url(../img/top/top-achievements_bg_sp.png) no-repeat center top/cover;
    position: absolute;
    top: -82px;
    right: 0;
  }
  .top-achievements .container {
    max-width: calc(100% - 60px);
  }
  .top-achievements h2 {
    margin-bottom: 48px;
  }
  .top-achievements h2 .en {
    font-size: 43px;
    line-height: 40.234px;
    letter-spacing: 4.3px;
  }
  .top-achievements h2 .sub {
    font-size: 18px;
    line-height: 18.69px;
    letter-spacing: 3.6px;
  }
  .top-achievements .number_block {
    margin-right: auto;
  }
  .top-achievements .graph--image {
    max-width: 240px;
    margin-bottom: -14px;
  }
  .top-achievements .graph--image img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .top-achievements .number_list {
    gap: 15px;
    max-width: 331px;
    width: 100%;
    margin: auto;
  }
  .top-achievements .number_list li {
    width: 158px;
    height: 158px;
  }
  .top-achievements .number_list li:before {
    width: 125px;
    height: 125px;
  }
  .top-achievements .number_list li .ttl {
    font-size: 15px;
    line-height: 18.645px;
    letter-spacing: 1.8px;
    padding: 0 2px 0px;
    margin-bottom: 17px;
    -webkit-transform: translate(1px, 3px);
    transform: translate(1px, 3px);
    max-width: 105px;
    width: 100%;
  }
  .top-achievements .number_list li .ttl:after {
    bottom: -7px;
    background: url(../img/top/line_dots_blue_sp.png) repeat left center;
    height: 2px;
  }
  .top-achievements .number_list li .number-area {
    font-size: 17px;
    line-height: 19.888px;
    letter-spacing: 1.7px;
  }
  .top-achievements .number_list li .number-area .num {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .top-achievements .case-volume {
    padding: 11px 10px 10px;
    margin: 145px -15px 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .top-achievements .case-volume:before {
    width: 241px;
    height: 187px;
    left: 30px;
    background: url(../img/top/doctor_image_sp.png) no-repeat center/cover;
    z-index: -1;
  }
  .top-achievements .case-volume .txt {
    font-size: 20px;
    line-height: 27.59px;
    letter-spacing: 3px;
  }
  .top-achievements .case-volume .txt:after {
    background: url(../img/top/line_dots_wh_sp.png) repeat left center;
    height: 2px;
  }
  .top-achievements .case-volume .txt .num {
    font-size: 30px;
    line-height: 27.59px;
    letter-spacing: 4.5px;
  }
}
@media (min-width: 768px) {
  .top-achievements .container {
    max-width: 1098px;
  }
  .top-achievements .primary_container {
    position: relative;
  }
  .top-achievements .primary_container:before {
    content: "";
    width: 1484px;
    height: 1028px;
    background: url(../img/top/top-achievements_bg.png) no-repeat center/cover;
    position: absolute;
    right: 25px;
    bottom: -25px;
  }
  .top-achievements .number_list li .ttl {
    width: 165px;
    padding: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .top-achievements .case-volume {
    margin-left: -60px;
    margin-right: -60px;
  }
  .top-achievements .case-volume .txt {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
}
.top-achievements .graph--image {
  position: relative;
}
.top-achievements .graph--image .common_area {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 1.84px;
  position: absolute;
  bottom: 114px;
}
.top-achievements .graph--image .common_area .txt {
  display: block;
}
.top-achievements .graph--image .common_area .number-area {
  display: block;
  font-size: 25px;
  letter-spacing: 2.48px;
}
.top-achievements .graph--image .common_area .number-area .number {
  font-size: 31px;
}
.top-achievements .graph--image .case-number__total {
  font-weight: 700;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3D7EDA), to(#1F467D));
  background: linear-gradient(#3D7EDA 0%, #1F467D 100%);
  width: 258px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-transform: translate(-1px, 0);
          transform: translate(-1px, 0);
}
.top-achievements .graph--image .case-number__total:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border-radius: 50px;
}
.top-achievements .graph--image .case-number__total .txt {
  color: #133668;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 3.6px;
  display: block;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
.top-achievements .graph--image .case-number__total .number-area {
  color: #EE5942;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 4.2px;
  display: block;
  padding-top: 2px;
}
.top-achievements .graph--image .case-number__total .number-area .number {
  font-size: 35px;
  letter-spacing: 3.5px;
}
.top-achievements .graph--image .case-number__stomach {
  left: 50px;
}
.top-achievements .graph--image .case-number__stomach .number-area {
  -webkit-transform: translate(1px, -3px);
          transform: translate(1px, -3px);
}
.top-achievements .graph--image .case-number__colon {
  color: #133668;
  right: 52px;
}
.top-achievements .graph--image .case-number__colon .number-area {
  -webkit-transform: translate(1px, -3px);
          transform: translate(1px, -3px);
}
@media (max-width: 767px) {
  .top-achievements .graph--image .common_area {
    font-size: 15px;
    line-height: 26.724px;
    letter-spacing: 1.2px;
    bottom: 69px;
  }
  .top-achievements .graph--image .common_area .number-area {
    font-size: 15px;
    line-height: 26.724px;
    letter-spacing: 1.2px;
  }
  .top-achievements .graph--image .common_area .number-area .number {
    font-size: 19px;
    line-height: 26.724px;
    letter-spacing: 1.52px;
  }
  .top-achievements .graph--image .case-number__total {
    width: 163px;
    height: 56px;
    top: 50px;
  }
  .top-achievements .graph--image .case-number__total .txt {
    font-size: 15px;
    line-height: 18.645px;
    letter-spacing: 2.25px;
    -webkit-transform: translate(2px, -1px);
            transform: translate(2px, -1px);
  }
  .top-achievements .graph--image .case-number__total .number-area {
    font-size: 17px;
    line-height: 19.888px;
    letter-spacing: 2.55px;
    padding: 0;
    -webkit-transform: translate(2px, 3px);
            transform: translate(2px, 3px);
  }
  .top-achievements .graph--image .case-number__total .number-area .number {
    font-size: 22px;
    line-height: 19.888px;
    letter-spacing: 2.2px;
  }
  .top-achievements .graph--image .case-number__stomach {
    left: 34px;
  }
  .top-achievements .graph--image .case-number__colon {
    right: 33px;
  }
}

.top-information {
  padding: 209px 0 275px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 126, 218, 0.8)), color-stop(62.67%, #1F467D));
  background: linear-gradient(180deg, rgba(61, 126, 218, 0.8) 0%, #1F467D 62.67%);
  z-index: 0;
}

.top-information:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.top-information:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.top-information h2 {
  text-align: center;
  font-family: "Homenaje", sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 86.111px;
  letter-spacing: 11.25px;
  padding-top: 48px;
}

.top-information h2:before {
  width: 35px;
  height: 37px;
}

.top-information h3.info-ttl {
  background: transparent;
  padding: 0;
  border: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 5.6px;
  color: #fff;
}

.top-information h3.info-ttl:before {
  display: none;
}

.top-information .inner {
  margin-left: 0;
  margin-right: 0;
}

.top-information .inner p {
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
}

.top-information .primary_block {
  margin-bottom: 94px;
}

.top-information .secondary_block h3 {
  margin-bottom: 13px;
}

.top-information .treatment_block {
  padding: 40px 53px 42px 0;
  border-radius: 50px;
  border: 5px solid #569CFF;
  background: #133668;
}

.top-information .treatment_block h3 {
  max-width: 503px;
  color: #fff;
  border: 0;
  padding: 0;
  border-radius: 0 50px 50px 0;
  border: 4px solid #569CFF;
  border-left: 0;
  background: linear-gradient(269deg, #3D7EDA 3.02%, #1F467D 63.74%);
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 70px;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 5.6px;
  margin-bottom: 30px;
}

.top-information .treatment_block h3:before {
  display: none;
}

.top-information .treatment_block .info_list {
  font-weight: 700;
  line-height: 200%;
}

.top-information .treatment_block .info_list .clinic_name {
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 20px;
  letter-spacing: 2px;
}

.top-information .treatment_block .info_list .clinic_address {
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 16px;
  letter-spacing: 1.6px;
}

.top-information .treatment_block .info_list .common-tel {
  background: #fff;
}

.top-information .treatment_block .info_list .common-tel a {
  color: #133668;
}

.top-information .treatment_block .info_list .common-tel a .ic:before {
  background: url(../img/common/ic_tel_blue.svg) no-repeat center/cover;
}

.top-information .bg_wrapper {
  max-width: 1702px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
  background: url(../img/top/top-information_bg.png) no-repeat center top;
  padding-top: 40px;
  position: relative;
}

.top-information .bg_wrapper:before {
  content: "";
  width: 892px;
  height: 192px;
  background: url(../img/top/info_txt_image.svg) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(84px, -96px);
  transform: translate(84px, -96px);
}

@media (max-width: 767px) {
  .top-information {
    padding: 71px 0 129px;
  }
  .top-information:before {
    height: 74px;
    background: url(../img/top/curve_bg03_sp.png) no-repeat center/cover;
  }
  .top-information:after {
    height: clamp(97px, 0.793px + 24.668vw, 190px);
    background: url(../img/top/curve_bg04_sp.png) no-repeat center/cover;
  }
  .top-information h2 {
    font-size: 43px;
    line-height: 49.543px;
    letter-spacing: 6.45px;
    padding-left: 7px;
    padding-top: 22px;
    margin-bottom: 91px;
  }
  .top-information h2:before {
    width: 21px;
    height: 22px;
  }
  .top-information h3.info-ttl {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 6px;
  }
  .top-information .bg_wrapper {
    padding-top: 19px;
  }
  .top-information .bg_wrapper:before {
    width: 312px;
    height: 87px;
    background: url(../img/top/info_txt_image_sp.svg) no-repeat center/cover;
    -webkit-transform: translate(19px, -83px);
    transform: translate(19px, -83px);
  }
  .top-information .link_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 19px;
  }
  .top-information .link_list li a {
    font-size: 15.5px;
    line-height: 20px;
    letter-spacing: 0.775px;
    padding: 20px 33px 20px 20px;
    border-radius: 20px 10px;
    text-align: center;
  }
  .top-information .btnstyle a:before {
    right: 17px;
  }
  .top-information .btnstyle a:after {
    width: 22px;
    height: 22px;
    right: 11px;
  }
  .top-information .inner p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.4px;
    text-align: center;
  }
  .top-information .primary_block {
    margin-bottom: 48px;
  }
  .top-information .primary_block figure {
    width: 140px;
    margin: 0 auto 15px;
  }
  .top-information .secondary_block {
    max-width: 346px;
    width: 100%;
    margin: 0 auto 83px;
    position: relative;
  }
  .top-information .secondary_block:after {
    content: "";
    width: 305px;
    height: 97px;
    background: url(../img/top/hose_img02_sp.png) no-repeat center/cover;
    position: absolute;
    top: calc(100% - 17px);
    left: 42px;
    right: 0;
    margin: auto;
  }
  .top-information .secondary_block .wrapper {
    position: relative;
  }
  .top-information .secondary_block .wrapper:before {
    content: "";
    width: 3px;
    height: calc(100% + 20px);
    background: #133668;
    position: absolute;
    right: -1px;
    top: -30px;
  }
  .top-information .secondary_block .info-ttl {
    padding-left: 4px;
    margin-bottom: 11px;
  }
  .top-information .secondary_block .inner {
    max-width: 290px;
    width: 100%;
    margin: auto;
  }
  .top-information .secondary_block .btnstyle {
    margin-top: 19px;
    max-width: 250px;
    width: 100%;
    margin: 19px auto 0;
  }
  .top-information .secondary_block .btnstyle a {
    text-align: center;
    padding: 20px 59px 20px 46px;
    border-radius: 20px 10px;
  }
  .top-information .machine-image {
    width: 82px;
    margin: 0 94px 11px auto;
    position: relative;
    z-index: 0;
  }
  .top-information .machine-image:before {
    content: "";
    width: 305px;
    height: 119px;
    background: url(../img/top/hose_img01_sp.png) no-repeat center/cover;
    position: absolute;
    right: calc(100% - 177px);
    top: 8px;
    z-index: -1;
  }
  .top-information .treatment_block {
    border-radius: 30px;
    border-width: 4px;
    padding: 30px 0;
    margin: 0 6px;
  }
  .top-information .treatment_block h3 {
    font-size: 20px;
    line-height: 27.693px;
    letter-spacing: 4px;
    height: 45px;
    max-width: 265px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .top-information .treatment_block .info_list .clinic_name {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 1.7px;
    margin-bottom: 6px;
    margin-left: 23px;
  }
  .top-information .treatment_block .info_list .clinic_address {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
    margin-left: 23px;
  }
  .top-information .treatment_block .info_list .clinic_tel {
    margin-left: auto;
    margin-right: auto;
  }
  .top-information .schedule-table {
    margin-left: auto;
    margin-right: auto;
  }
  .top-information .schedule-table .thead {
    padding: 10px 13px 7px 26px;
  }
  .top-information .schedule-table .tbody {
    padding-bottom: 6px;
  }
  .top-information .schedule__note {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .top-information:before {
    height: 187px;
    background: url(../img/top/curve_bg03.png) no-repeat center top;
  }
  .top-information:after {
    height: 329px;
    background: url(../img/top/curve_bg04.png) no-repeat center top;
  }
  .top-information .container {
    max-width: 1120px;
  }
  .top-information h2 {
    padding-left: 12px;
    margin-bottom: 126px;
  }
  .top-information .primary_block {
    display: grid;
    grid-template-columns: 420px 1fr;
    padding-left: 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 50px;
  }
  .top-information .secondary_block {
    display: grid;
    grid-template-columns: 1fr 321px;
    max-width: 1088px;
    width: 100%;
    gap: 0 120px;
    margin: 0 auto 57px;
  }
  .top-information .secondary_block .image-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top-information .secondary_block .contents-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .top-information .secondary_block .btnstyle {
    text-align: left;
    margin-top: 29px;
  }
  .top-information .secondary_block .wrapper {
    padding: 56px 0 54px 74px;
    max-width: 581px;
    width: 100%;
    border: 7px solid #133668;
    border-right: 0;
    border-radius: 60px 0 0 60px;
    position: relative;
  }
  .top-information .secondary_block .wrapper:after {
    content: "";
    width: 621px;
    height: 237px;
    background: url(../img/top/hose_img02.png) no-repeat center/cover;
    position: absolute;
    top: calc(100% - 1px);
    right: -40px;
  }
  .top-information .treatment_block {
    max-width: 1092px;
    width: 100%;
    margin: auto;
  }
  .top-information .treatment_block h3 {
    margin-bottom: 18px;
  }
  .top-information .treatment_block .info-container {
    padding: 0 0 0 75px;
    display: grid;
    grid-template-columns: 435px 1fr;
    gap: 0 38px;
    margin-left: 0;
    margin-right: 0;
  }
  .top-information .treatment_block .info-container .info_list {
    margin-top: 15px;
  }
  .top-information .treatment_block .info-container .clinic_name {
    margin-bottom: 4px;
  }
  .top-information .treatment_block .info-container .clinic_address {
    margin-bottom: 25px;
  }
  .top-information .treatment_block .info-container .common-tel .ic {
    padding: 6px 0 0 62px;
    -webkit-transform: translate(-2px, 0px);
    transform: translate(-2px, 0px);
  }
  .top-information .treatment_block .info-container .schedule-table {
    margin-top: 10px;
  }
  .top-information .machine-image {
    position: relative;
    z-index: 0;
  }
  .top-information .machine-image:before {
    content: "";
    width: 220px;
    height: 229px;
    background: url(../img/top/hose_img01.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    right: calc(100% - 34px);
    z-index: -1;
  }
  .top-information .link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-top: 34px;
  }
  .top-information .link_list .btnstyle {
    width: 305px;
  }
  .top-information .link_list .btnstyle a {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .top-information .secondary_block:after {
    width: 100%;
    left: 0;
    right: -2px;
  }
}
@media (min-width: 1400px) {
  .top-information .secondary_block .wrapper .inner {
    margin-right: -50px;
  }
}
@media (min-width: 1921px) {
  .top-information:before {
    background-size: cover;
    height: clamp(187px, 87.3px + 5.19vw, 243px);
  }
  .top-information:after {
    background-size: cover;
    height: clamp(329px, -0.365px + 17.146vw, 514px);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .top-information .treatment_block {
    max-width: 360px;
    width: 100%;
    margin: auto;
  }
}
.top-features {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.top-features .top-features_inner {
  will-change: transform;
}

.top-features .container {
  position: relative;
}

.top-features .container:before {
  content: "";
  width: 367px;
  height: 139px;
  background: url(../img/top/features_txt_image.svg) no-repeat center/cover;
  position: absolute;
  bottom: calc(100% + 88px);
  left: 54px;
  z-index: 2;
}

.top-features h2 {
  padding: 0;
  color: #133668;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 3.2px;
  text-align: left;
  margin-bottom: 68px;
}

.top-features h2 .ttl_bg {
  background: #fff;
  padding: 1px 13px 0 15px;
  border-radius: 5px;
  display: inline-block;
}

.top-features h2 .ttl_bg:not(:last-child) {
  margin-bottom: 18px;
}

.top-features h2 .ttl_bg strong {
  color: #EE5942;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: 3.5px;
}

.top-features h2 .ttl_bg strong.num {
  font-size: 57px;
  line-height: 55px;
  letter-spacing: 8.55px;
  display: inline-block;
  -webkit-transform: translate(-5px, 3px);
  transform: translate(-5px, 3px);
}

.top-features h2 .ttl_bg.bg2 {
  padding: 0 0 0 15px;
}

.top-features h2 .ttl_bg.bg2 .txt1 {
  display: inline-block;
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.top-features h2 .ttl_bg.bg2 .ttl {
  -webkit-transform: translate(-14px, -4px);
  transform: translate(-14px, -4px);
  display: inline-block;
}

.top-features h2 .ttl_bg.bg2 .no {
  display: inline-block;
  -webkit-transform: translate(5px, -2px);
  transform: translate(5px, -2px);
}

.top-features h2:before {
  display: none;
}

.top-features .txt_list li {
  display: inline-block;
}

.top-features .txt_list .normal_txt {
  color: #26364C;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 2.6px;
  padding-left: 5px;
}

.top-features .txt_list .normal_txt:not(:last-child) {
  margin-bottom: 12px;
}

.top-features .txt_list .bg_txt {
  padding: 10px 25px;
  border-radius: 50px;
  background: #FF7112;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 2.5px;
}

.top-features .txt_list .bg_txt:not(:last-child) {
  margin-bottom: 10px;
}

.top-features .feature_box .primary-container {
  will-change: transform, opacity;
}

.top-features .feature_box .item:not(:last-child) {
  margin-bottom: 37px;
}

.top-features .feature_box .item a {
  width: 100%;
  min-height: 210px;
  border-radius: 50px;
  background: #133668;
  text-decoration: none;
  color: #fff;
  display: grid;
  grid-template-columns: 57px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
  padding: 15px 80px 15px 40px;
  outline: 9px solid transparent;
  position: relative;
}

.top-features .feature_box .item a:before,
.top-features .feature_box .item a:after {
  content: "";
  position: absolute;
}

.top-features .feature_box .item a:before {
  width: 59px;
  height: 59px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  right: 18px;
  top: 21px;
}

.top-features .feature_box .item a:after {
  width: 17px;
  height: 16px;
  background: url(../img/top/arrow_features.svg) no-repeat center/cover;
  top: 41px;
  right: 38px;
}

.top-features .feature_box .item a .num {
  color: #FFF;
  font-family: "Homenaje", sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 62px;
}

.top-features .feature_box .item a .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 3.15px;
}

.top-features .feature_box .item a .title .color {
  color: #FFC74D;
}

.top-features .feature_box .item a .title .number {
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 3.6px;
}

.top-features .feature_box .item:nth-child(even) a {
  background: #225BA9;
}

.top-features .feature_box .item:nth-child(even) a .num {
  color: #569CFF;
}

@media (max-width: 767px) {
  .top-features {
    background: url(../img/top/top-features_bg01_sp.png) no-repeat center top/cover;
    position: relative;
    /* z-index: -1; */
  }
  .top-features .container:before {
    width: 223px;
    height: 84px;
    bottom: calc(100% + 76px);
    left: 3px;
  }
  .top-features h2 {
    margin-bottom: 21px;
  }
  .top-features h2 .ttl_bg {
    font-size: 23px;
    line-height: 37.176px;
    letter-spacing: 2.3px;
    padding: 1px 9px 0 11px;
  }
  .top-features h2 .ttl_bg:not(:last-child) {
    margin-bottom: 12px;
  }
  .top-features h2 .ttl_bg.bg2 {
    font-size: 26px;
    line-height: 22.306px;
    letter-spacing: 2.6px;
    padding: 0 0 0 11px;
  }
  .top-features h2 .ttl_bg.bg2 .txt1 {
    font-size: 23px;
    line-height: 37.176px;
    letter-spacing: 5.3px;
    -webkit-transform: translate(2px, -3px);
    transform: translate(2px, -3px);
  }
  .top-features h2 .ttl_bg.bg2 .no {
    font-size: 26px;
    line-height: 22.306px;
    letter-spacing: 2.6px;
  }
  .top-features h2 .ttl_bg.bg2 .num {
    font-size: 42px;
    line-height: 40.894px;
    letter-spacing: 6.3px;
  }
  .top-features h2 .ttl_bg.bg2 .ttl {
    font-size: 23px;
    line-height: 22.306px;
    letter-spacing: 2.3px;
    -webkit-transform: translate(-10px, -3px);
    transform: translate(-10px, -3px);
  }
  .top-features h2 .ttl_bg.no {
    font-size: 26px;
    line-height: 22.306px;
    letter-spacing: 2.6px;
  }
  .top-features h2 .ttl_bg.num {
    font-size: 42px;
    line-height: 40.894px;
    letter-spacing: 6.3px;
  }
  .top-features h2 .ttl_bg.ttl {
    font-size: 23px;
    line-height: 22.306px;
    letter-spacing: 2.3px;
  }
  .top-features .top-features_bg {
    padding: 162px 10px 0;
    height: 844px;
    overflow: hidden;
    position: relative;
  }
  .top-features .top-features_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/top/top-feature_bg_sp.png) no-repeat center top/cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    pointer-events: none;
  }
  .top-features .top-features_bg:after {
    content: "";
    background: url(../img/top/top-features_img_sp.png) no-repeat center top/cover;
    width: 182px;
    height: 310px;
    position: absolute;
    right: 0;
    bottom: 70px;
    z-index: 1;
  }
  .top-features .primary-container .headline {
    margin-bottom: 38px;
  }
  .top-features .txt_list .normal_txt {
    font-size: 18px;
    line-height: 26.023px;
    letter-spacing: 1.8px;
  }
  .top-features .txt_list .normal_txt:not(:last-child) {
    margin-bottom: 4px;
  }
  .top-features .txt_list .bg_txt {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1.8px;
    padding: 5px 19px;
  }
  .top-features .txt_list .bg_txt:not(:last-child) {
    margin-bottom: 4px;
  }
  .top-features .feature_box .item:not(:last-child) {
    margin-bottom: 9px;
  }
  .top-features .feature_box .item a {
    width: 265px;
    min-height: 140px;
    border-radius: 30px;
    padding: 19px 65px 15px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr;
  }
  .top-features .feature_box .item a:before {
    width: 47px;
    height: 47px;
    right: 18px;
    top: 18px;
  }
  .top-features .feature_box .item a:after {
    width: 15px;
    height: 13px;
    top: 34px;
    right: 34px;
  }
  .top-features .feature_box .item a .num {
    font-size: 30px;
    line-height: 25px;
    display: block;
    padding-bottom: 6px;
  }
  .top-features .feature_box .item a .title {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1.7px;
    display: block;
    line-height: 25px;
  }
  .top-features .feature_box .item a .title .number {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .top-features {
    background: url(../img/top/top-features_bg01.png) no-repeat center top;
  }
  .top-features:before {
    content: "";
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .top-features .top-features_bg {
    padding: 260px 0 0;
    position: relative;
  }
  .top-features .top-features_bg:before {
    content: "";
    width: 100%;
    height: 1213px;
    background: url(../img/top/top-feature_bg.png) no-repeat center top;
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }
  .top-features .container {
    max-width: 1064px;
    position: relative;
  }
  .top-features .primary-container {
    display: grid;
    grid-template-columns: 450px 400px;
    gap: 0 63px;
    position: relative;
  }
  .top-features .primary-container:after {
    content: "";
    width: 314px;
    height: 483px;
    background: url(../img/top/top-features_img.png) no-repeat center top;
    position: absolute;
    top: 137px;
    left: calc(100% - 260px);
    z-index: 1;
  }
  .top-features .headline_wrapper {
    padding-top: 139px;
  }
  .top-features .feature_box .item a .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-features .feature_box .item a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-features .feature_box .item a:before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-features .feature_box .item a:hover {
    outline: 9px solid #569CFF;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-features .feature_box .item a:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: #fff;
  }
  .top-features .feature_box .item a:hover:after {
    background: url(../img/top/arrow_features_h.svg) no-repeat center/cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (min-width: 1921px) {
  .top-features .top-features_inner {
    position: relative;
  }
  .top-features .top-features_inner:before,
  .top-features .top-features_inner:after {
    content: "";
    width: clamp(200px, -512.141px + 37.071vw, 600px);
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
  }
  .top-features .top-features_inner:before {
    left: 0;
  }
  .top-features .top-features_inner:after {
    right: 0;
  }
}
.top-about {
  padding: 101px 0 253px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.83%, #FFF), color-stop(40.02%, rgba(31, 70, 125, 0.7)), color-stop(79.54%, #569CFF));
  background: linear-gradient(180deg, #FFF 1.83%, rgba(31, 70, 125, 0.7) 40.02%, #569CFF 79.54%);
  position: relative;
}

.top-about:after {
  content: "";
  width: 100%;
  height: 244px;
  background: url(../img/top/curve_bg05.png) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top-about__common_bg {
  padding: 70px 60px;
  border-radius: 80px;
  background: #133668;
  max-width: 900px;
  width: 100%;
}

.top-about__common_bg:not(:last-child) {
  margin-bottom: 68px;
}

.top-about__common_bg .inner:not(:last-child) {
  margin-bottom: 41px;
}

.top-about__common_bg .inner p {
  text-align: center;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
}

.top-about h2 {
  color: #FF8D3C;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3.3px;
  padding: 0 15px 15px 15px;
  border-bottom: 2px solid #FF8D3C;
  display: table;
  margin: 0 auto 40px;
}

.top-about h2:before {
  display: none;
}

.top-about h3 {
  color: #FFF;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2.7px;
  padding: 0;
  border: 0;
  margin-bottom: 24px;
}

.top-about h3:before {
  display: none;
}

.top-about .first_container {
  position: relative;
}

.top-about .first_container:before,
.top-about .first_container:after {
  content: "";
  position: absolute;
}

.top-about .first_container:before {
  width: 245px;
  height: 227px;
  background: url(../img/top/top-about-ic01.png) no-repeat center/cover;
  left: -63px;
  bottom: 19px;
}

.top-about .first_container:after {
  width: 288px;
  height: 389px;
  background: url(../img/top/top-about-ic02.png) no-repeat center/cover;
  right: -72px;
  bottom: -67px;
}

.top-about .second_container {
  position: relative;
}

.top-about .second_container:before {
  content: "";
  width: 158px;
  height: 169px;
  background: url(../img/top/top-about-ic03.png) no-repeat center/cover;
  position: absolute;
  right: 54px;
  bottom: -42px;
}

.top-about .bnr_container a {
  display: block;
  position: relative;
  outline: solid 2px #133668;
}

@media (max-width: 767px) {
  .top-about {
    padding: 40px 0 118px;
  }
  .top-about:after {
    background: url(../img/top/curve_bg05_sp.png) no-repeat center/cover;
    height: 122px;
  }
  .top-about h2 {
    text-align: left;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 2.1px;
    display: block;
    padding: 0 10px 8px;
    border-width: 1px;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 0.5px;
  }
  .top-about h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.8px;
    text-align: left;
    margin-bottom: 17px;
  }
  .top-about__common_bg {
    padding: 35px 25px 50px 24px;
    border-radius: 40px;
  }
  .top-about__common_bg .inner:not(:last-child) {
    margin-bottom: 15px;
  }
  .top-about .inner {
    margin: 0 auto 0;
  }
  .top-about .inner p {
    text-align: left;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.4px;
  }
  .top-about .first_container {
    margin-bottom: 118px;
  }
  .top-about .first_container:before {
    width: 126px;
    height: 118px;
    left: 30px;
    bottom: -88px;
  }
  .top-about .first_container:after {
    width: 165px;
    height: 223px;
    right: -7px;
    bottom: -118px;
  }
  .top-about .second_container {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    padding-bottom: 35px;
    margin-bottom: 57px;
  }
  .top-about .second_container:before {
    width: 89px;
    height: 95px;
    right: 32px;
    bottom: -31px;
  }
  .top-about .bnr_container {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
}
@media (min-width: 768px) {
  .top-about .container {
    max-width: 1060px;
  }
  .top-about .first_container {
    margin-left: 54px;
  }
  .top-about .second_container {
    margin: 0 11px 107px auto;
  }
  .top-about .bnr_container {
    width: 1000px;
    margin: auto;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1921px) {
  .top-about:after {
    background-size: cover;
    height: clamp(244px, 55.283px + 9.824vw, 350px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-about .bnr_container a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-about .bnr_container a:hover {
    outline: solid 4px #FF8D3C;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-about .bnr_container a:hover img {
    opacity: 1;
  }
}
.top-endoscopy {
  background: #fff;
}

.top-endoscopy h2 {
  padding: 0;
  color: #133668;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 3.6px;
  margin-bottom: 68px;
  z-index: 0;
}

.top-endoscopy h2:before {
  display: none;
}

.top-endoscopy h2:after {
  content: "";
  width: 292px;
  height: 200px;
  background: url(../img/top/top-endoscopy_ic02.png) no-repeat center/cover;
  position: absolute;
  bottom: calc(100% - 86px);
  left: -85px;
  z-index: -1;
}

.top-endoscopy h3 {
  padding: 0;
  border: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 4.2px;
  margin-bottom: 50px;
}

.top-endoscopy h3 .ttl_bg {
  display: inline-block;
  color: #fff;
  border-radius: 8px;
  background: #1D57A7;
  padding: 2px 15px 3px 19px;
}

.top-endoscopy h3 .ttl_bg:not(:last-child) {
  margin-bottom: 12px;
}

.top-endoscopy h3 .ttl_bg.bg2 {
  background: #FF8D3C;
}

.top-endoscopy h3:before {
  display: none;
}

.top-endoscopy .inner {
  margin: 0;
}

.top-endoscopy .inner p {
  color: #26364C;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1.65px;
}

@media (max-width: 767px) {
  .top-endoscopy {
    padding: 70px 0 0;
    position: relative;
  }
  .top-endoscopy:after {
    content: "";
    background: url(../img/top/top-endoscopy_ic03_sp.png) no-repeat center/cover;
    width: 64px;
    height: 157px;
    position: absolute;
    right: 0;
    bottom: 162px;
  }
  .top-endoscopy .container {
    max-width: calc(100% - 40px);
  }
  .top-endoscopy h2 {
    font-size: 26px;
    line-height: 35.548px;
    letter-spacing: 2.6px;
    margin-bottom: 28px;
  }
  .top-endoscopy h2:after {
    width: 132px;
    height: 90px;
    bottom: calc(100% - 30px);
    left: 16px;
  }
  .top-endoscopy h3 {
    line-height: normal;
    margin-bottom: 24px;
  }
  .top-endoscopy h3 .ttl_bg {
    font-size: 20px;
    line-height: 37.523px;
    letter-spacing: 2px;
    padding: 0 15px 2px;
    border-radius: 6px;
  }
  .top-endoscopy h3 .ttl_bg:not(:last-child) {
    margin-bottom: 10px;
  }
  .top-endoscopy .inner {
    margin-bottom: 12px;
  }
  .top-endoscopy .inner p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.4px;
  }
  .top-endoscopy figure {
    text-align: center;
  }
  .top-endoscopy figure img {
    width: 267px;
    -webkit-transform: translate(-20px, 0px);
    transform: translate(-20px, 0px);
  }
}
@media (max-width: 389px) {
  .top-endoscopy h3 .ttl_bg {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .top-endoscopy .container {
    max-width: 1119px;
  }
  .top-endoscopy .primary_container {
    display: grid;
    grid-template-columns: 548px 1fr;
  }
  .top-endoscopy .primary_container .wrapper {
    margin-top: 76px;
    padding-left: 11px;
  }
  .top-endoscopy .primary_container figure img {
    -webkit-transform: translate(4px, 3px);
    transform: translate(4px, 3px);
  }
}
@media (min-width: 1201px) {
  .top-endoscopy {
    padding: 48px 0 0;
    position: relative;
  }
  .top-endoscopy:before,
  .top-endoscopy:after {
    content: "";
    position: absolute;
  }
  .top-endoscopy:before {
    width: 177px;
    height: 252px;
    background: url(../img/top/top-endoscopy_ic01.png) no-repeat center/cover;
    left: 0;
    bottom: 35px;
  }
  .top-endoscopy:after {
    width: 173px;
    height: 382px;
    background: url(../img/top/top-endoscopy_ic03.png) no-repeat center/cover;
    right: 0;
    top: 22px;
  }
}
.top-stomach_colon {
  padding: 244px 0 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21.73%, #FFF), color-stop(40.02%, rgba(31, 70, 125, 0.7)), color-stop(69.69%, #1F467D));
  background: linear-gradient(0deg, #FFF 21.73%, rgba(31, 70, 125, 0.7) 40.02%, #1F467D 69.69%);
  position: relative;
}

.top-stomach_colon:before {
  content: "";
  width: 100%;
  height: 196px;
  background: url(../img/top/curve_bg06.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
}

.top-stomach_colon h2 {
  border: 0;
  padding: 0 15px 15px 18px;
  display: table;
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 4.2px;
  text-align: left;
}

.top-stomach_colon h2:after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(../img/top/line_dots_wh02.png) repeat left top;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-stomach_colon h2:before {
  display: none;
}

.top-stomach_colon .headline {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 20px;
}

.top-stomach_colon .btnstyle a {
  border: solid 1px #133668;
}

.top-stomach_colon .primary_block {
  position: relative;
  z-index: 0;
  padding-bottom: 105px;
}

.top-stomach_colon .primary_block:before {
  content: "";
  width: 1105px;
  height: 354px;
  background: url(../img/top/stomach_colon_bg.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: -33px;
  margin: auto;
  z-index: -1;
}

.top-stomach_colon .primary_block .ttl {
  color: #133668;
  text-align: center;
  font-family: "Homenaje", sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 8.7px;
}

.top-stomach_colon .primary_block .ttl .sub {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.4px;
}

.top-stomach_colon .primary_block .ttl .ttl,
.top-stomach_colon .primary_block .ttl .en {
  display: block;
}

.top-stomach_colon .primary_block .stomach_box {
  padding: 93px 0 84px;
  position: relative;
  z-index: 0;
}

.top-stomach_colon .primary_block .stomach_box:before {
  content: "";
  width: 389px;
  height: 361px;
  background: url(../img/top/stomach-bg.png) no-repeat center/cover;
  position: absolute;
  top: 63px;
  right: -22px;
  z-index: -1;
}

.top-stomach_colon .primary_block .stomach_box:after {
  content: "";
  width: 151px;
  height: 176px;
  background: url(../img/top/ic_stomach.png) no-repeat center/cover;
  position: absolute;
  right: calc(100% - 213px);
  bottom: calc(100% - 225px);
}

.top-stomach_colon .primary_block .colon_box {
  padding: 107px 0 105px;
  position: relative;
  z-index: 0;
}

.top-stomach_colon .primary_block .colon_box:before {
  content: "";
  width: 413px;
  height: 397px;
  background: url(../img/top/colon-bg.png) no-repeat center/cover;
  position: absolute;
  top: 15px;
  right: -19px;
  z-index: -1;
}

.top-stomach_colon .primary_block .colon_box:after {
  content: "";
  width: 130px;
  height: 173px;
  background: url(../img/top/ic_colon.png) no-repeat center/cover;
  position: absolute;
  left: calc(100% - 103px);
  bottom: calc(100% - 174px);
}

.top-stomach_colon .primary_block .colon_box .ttl {
  color: #FF8D3C;
}

.top-stomach_colon .primary_block .colon_box .btnstyle a {
  border-color: #fff;
}

.top-stomach_colon .btnstyle a {
  background: #133668;
  color: #fff;
}

.top-stomach_colon .btnstyle a:before {
  background: #EE5942;
}

.top-stomach_colon .menu_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 163px;
}

.top-stomach_colon .menu_container .col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.top-stomach_colon .menu_container .col a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  text-decoration: none;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 20px 0 rgba(31, 70, 125, 0.25);
  box-shadow: 0 0 20px 0 rgba(31, 70, 125, 0.25);
  padding: 0 0 43px 0;
}

.top-stomach_colon .menu_container .col a .ic {
  width: 240px;
  margin: 0 auto 16px;
}

.top-stomach_colon .menu_container .col a .title {
  color: #133668;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 1.68px;
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-stomach_colon .menu_container .col a .title .color {
  color: #EE5942;
}

.top-stomach_colon .menu_container .col a .title .num {
  font-size: 26px;
  letter-spacing: 2.08px;
}

.top-stomach_colon .menu_container .col a .more {
  color: #EE5942;
  font-family: "Homenaje", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 4px;
  width: 230px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid #FFF;
  background: #133668;
  margin: auto;
  padding: 0px 7px 1px 0;
  position: relative;
}

.top-stomach_colon .menu_container .col a .more:after {
  content: "";
  width: 10px;
  height: 14px;
  background: url(../img/top/arrow_menu.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 46px;
  margin: auto;
}

.top-stomach_colon .menu_container .col:nth-child(even) a .more {
  color: #569CFF;
}

.top-stomach_colon .menu_container .col:nth-child(even) a .more:after {
  background: url(../img/top/arrow_menu_blue.svg) no-repeat center/cover;
}

.top-stomach_colon .bnr_container {
  position: relative;
  z-index: 1;
}

.top-stomach_colon .bnr_container li a {
  outline: solid 2px #569CFF;
  display: block;
}

@media (max-width: 767px) {
  .top-stomach_colon {
    padding: 84px 0 35px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(21.31%, #FFF), color-stop(40.02%, rgba(31, 70, 125, 0.7)), to(#1F467D));
    background: linear-gradient(0deg, #FFF 21.31%, rgba(31, 70, 125, 0.7) 40.02%, #1F467D 100%);
  }
  .top-stomach_colon:before {
    height: clamp(50px, -0.69px + 12.997vw, 99px);
    background: url(../img/top/curve_bg06_sp.png) no-repeat center top/cover;
  }
  .top-stomach_colon h2 {
    font-size: 19px;
    line-height: 33.628px;
    letter-spacing: 1.9px;
    padding-bottom: 13px;
  }
  .top-stomach_colon h2:after {
    width: calc(100% - 15px);
    right: 0;
    margin: auto;
  }
  .top-stomach_colon .primary_block {
    padding-bottom: 63px;
    margin-bottom: 28px;
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-stomach_colon .primary_block:before {
    background: url(../img/top/stomach_colon_bg_sp.png) no-repeat center/cover;
    width: 187px;
    height: 60px;
    right: -22px;
  }
  .top-stomach_colon .primary_block .col:not(:last-child) {
    margin-bottom: 52px;
  }
  .top-stomach_colon .primary_block .ttl {
    font-size: 35.839px;
    line-height: 32.509px;
    letter-spacing: 5.376px;
    margin-bottom: 6px;
  }
  .top-stomach_colon .primary_block .ttl .sub {
    font-size: 17.023px;
    line-height: 16.255px;
    letter-spacing: 1.702px;
    display: inline-block;
    -webkit-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }
  .top-stomach_colon .primary_block .stomach_box {
    width: 280px;
    padding: 53px 0 10px 37px;
  }
  .top-stomach_colon .primary_block .stomach_box:before {
    width: 217px;
    height: 196px;
    background: url(../img/top/stomach-bg_sp.png) no-repeat center top/cover;
    top: 15px;
    right: 15px;
  }
  .top-stomach_colon .primary_block .stomach_box:after {
    width: 77px;
    height: 90px;
    right: calc(100% - 81px);
    bottom: calc(100% - 93px);
  }
  .top-stomach_colon .primary_block .stomach_box .btnstyle {
    margin-left: 34px;
  }
  .top-stomach_colon .primary_block .colon_box {
    width: 250px;
    padding: 10px 0 10px;
    margin: 0 29px 0 auto;
  }
  .top-stomach_colon .primary_block .colon_box:before {
    width: 228px;
    height: 201px;
    background: url(../img/top/colon-bg_sp.png) no-repeat center top/cover;
    top: -35px;
    right: 1px;
  }
  .top-stomach_colon .primary_block .colon_box:after {
    width: 65px;
    height: 86px;
    left: calc(100% - 62px);
    bottom: calc(100% - 48px);
  }
  .top-stomach_colon .primary_block .colon_box .ttl {
    font-size: 32.837px;
    line-height: 29.787px;
    letter-spacing: 4.926px;
  }
  .top-stomach_colon .primary_block .colon_box .ttl .sub {
    font-size: 16px;
    line-height: 14.893px;
    letter-spacing: 1.56px;
  }
  .top-stomach_colon .primary_block .colon_box .btnstyle {
    -webkit-transform: translate(-4px, 1px);
    transform: translate(-4px, 1px);
  }
  .top-stomach_colon .btnstyle {
    width: 230px;
  }
  .top-stomach_colon .btnstyle a {
    border-radius: 20px 10px;
    font-size: 15.5px;
    line-height: 20px;
    letter-spacing: 0.775px;
    text-align: center;
    padding: 20px 35px 19px 20px;
  }
  .top-stomach_colon .btnstyle a:before {
    right: 15px;
    width: 10px;
    height: 10px;
  }
  .top-stomach_colon .btnstyle a:after {
    right: 9px;
    width: 23px;
    height: 23px;
  }
  .top-stomach_colon .menu_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 19px 10px;
    margin-bottom: 57px;
  }
  .top-stomach_colon .menu_container .col a {
    padding: 0 8px 5px 10px;
    border-radius: 20px;
  }
  .top-stomach_colon .menu_container .col a .ic {
    width: 109px;
    margin-bottom: 0;
  }
  .top-stomach_colon .menu_container .col a .title {
    font-size: 14.5px;
    line-height: 19px;
    letter-spacing: 1.16px;
    margin-bottom: 0;
    min-height: 76px;
  }
  .top-stomach_colon .menu_container .col a .title .num {
    font-size: 14.5px;
    letter-spacing: 1.16px;
  }
  .top-stomach_colon .menu_container .col a .more {
    width: 157px;
    font-size: 14px;
    line-height: 10.389px;
    letter-spacing: 2.1px;
    height: 37px;
  }
  .top-stomach_colon .menu_container .col a .more:after {
    width: 8px;
    height: 10px;
    right: 34px;
  }
  .top-stomach_colon .bnr_container {
    margin: 0 15px;
  }
  .top-stomach_colon .bnr_container li {
    margin: auto;
    max-width: 480px;
    width: 100%;
  }
  .top-stomach_colon .bnr_container li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 389px) {
  .top-stomach_colon .menu_container .col a .more {
    width: 145px;
  }
  .top-stomach_colon .menu_container .col a .more:after {
    right: 20px;
  }
  .top-stomach_colon .menu_container .col a .title {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .top-stomach_colon {
    padding: 258px 0 1px;
  }
  .top-stomach_colon .container {
    max-width: 1381px;
    width: 100%;
  }
  .top-stomach_colon .primary_block {
    max-width: 1105px;
    width: 100%;
    margin: 0 auto 85px;
    display: grid;
    grid-template-columns: 509px 443px;
    gap: 40px;
  }
  .top-stomach_colon .primary_block .inner {
    width: 305px;
  }
  .top-stomach_colon .primary_block .btnstyle a {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 3.6px;
    padding: 17px 69px 18px 53px;
  }
  .top-stomach_colon .stomach_box .ttl {
    margin: 58px 0 31px 6px;
  }
  .top-stomach_colon .stomach_box .inner {
    margin: auto 18px auto auto;
  }
  .top-stomach_colon .colon_box .ttl {
    margin: 4px 0 29px 8px;
  }
  .top-stomach_colon .colon_box .inner {
    margin: auto 46px auto auto;
  }
  .top-stomach_colon .menu_container {
    grid-template-columns: repeat(4, 1fr);
    gap: 55px 27px;
  }
  .top-stomach_colon .menu_container .col a .ic img {
    -webkit-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
  }
}
@media (min-width: 768px) and (max-width: 1450px) {
  .top-stomach_colon .menu_container {
    grid-template-columns: repeat(3, 325px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .top-stomach_colon .bnr_container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  .top-stomach_colon .bnr_container li {
    -webkit-box-shadow: 0 0 20px 0 rgba(17, 30, 64, 0.25);
    box-shadow: 0 0 20px 0 rgba(17, 30, 64, 0.25);
  }
  .top-stomach_colon .bnr_container li:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media (min-width: 1921px) {
  .top-stomach_colon:before {
    background-size: cover;
    height: clamp(196px, -6.96px + 10.565vw, 310px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-stomach_colon .btnstyle a:hover {
    background: #569CFF;
  }
  .top-stomach_colon .stomach_box .btnstyle a:hover {
    border-color: #569CFF;
  }
  .top-stomach_colon .menu_container .col a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-stomach_colon .menu_container .col a .more {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-stomach_colon .menu_container .col a .more:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-stomach_colon .menu_container .col a:hover {
    outline: 4px solid #FFC74D;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-stomach_colon .menu_container .col a:hover img {
    opacity: 1;
  }
  .top-stomach_colon .menu_container .col a:hover .more {
    background: #EE5942;
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-stomach_colon .menu_container .col a:hover .more:after {
    background: url(../img/top/arrow_menu_wh.svg) no-repeat center/cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .top-stomach_colon .bnr_container li a {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .top-stomach_colon .bnr_container li a:hover {
    outline-width: 4px;
    outline-color: #FF8D3C;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .top-stomach_colon .bnr_container li a:hover img {
    opacity: 1;
  }
}
.top-greeting {
  position: relative;
  height: 1267px;
  clip-path: inset(0);
}

.top-greeting:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/top/curve_bg07.png) no-repeat center top/cover;
  width: 1920px;
  height: clamp(181px, 132.667px + 5.028vw, 210px);
  z-index: 1;
}

.top-greeting .parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/greeting_bg.png);
  background-size: cover;
  z-index: -1;
}

.top-greeting .bg-block {
  position: relative;
  padding: 274px 0 0;
}

.top-greeting .bg-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 141, 60, 0.7);
  position: absolute;
  top: 0;
}

.top-greeting .bg-inner {
  position: relative;
  padding-bottom: 135px;
}

.top-greeting .bg-inner:before {
  content: "";
  width: 100%;
  height: 182px;
  background: url(../img/top/greeting-bottom_bg.png) no-repeat left top;
  position: absolute;
  bottom: 10px;
  left: 0;
}

@media (max-width: 767px) {
  .top-greeting .bg-inner {
    margin-top: 100px;
  }
  .top-greeting .bg-inner:before {
    height: 85px;
    background-size: cover;
  }
}
@media (min-width: 1921px) {
  .top-greeting .bg-inner:before {
    background-size: cover;
  }
}
.top-greeting h2 {
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 6.4px;
  padding-left: 50px;
}

.top-greeting h2:before {
  display: none;
}

.top-greeting h2 .en {
  color: #EE5942;
  font-family: "Homenaje", sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 5.55px;
  width: 186px;
  height: 178px;
  background: url(../img/top/top-greeting__ttl_bg.svg) no-repeat center/cover;
  display: inline-block;
  position: relative;
}

.top-greeting h2 .en:before {
  content: "";
  width: 51px;
  height: 41px;
  background: url(../img/top/top-ttl_ic_sp.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% + 10px);
  margin: auto;
}

.top-greeting h2 .ttl {
  -webkit-transform: translate(1px, 9px);
  transform: translate(1px, 9px);
}

.top-greeting .contents_block {
  max-width: 1050px;
  width: 100%;
  min-height: 673px;
  margin: auto;
  padding: 35px 0 0;
  position: relative;
  z-index: 1;
}

.top-greeting .contents_block:before {
  content: "";
  width: 100%;
  height: 673px;
  background: url(../img/top/greeting-contents_bg.png) no-repeat center/cover;
  position: absolute;
  top: -88px;
  left: -31px;
  z-index: -1;
}

.top-greeting .contents_block:after {
  content: "";
  width: 537px;
  height: 465px;
  background: url(../img/top/greeting_img01.png) no-repeat center/cover;
  position: absolute;
  right: -23px;
  top: calc(100% - 363px);
  z-index: 10;
}

.top-greeting .contents_block .inner {
  max-width: 835px;
  width: 100%;
  margin: auto;
  padding-right: 15px;
}

.top-greeting .contents_block .inner p {
  color: #133668;
  -webkit-font-feature-settings: "palt" on, "pkna" on;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
}

.top-greeting .contents_block .inner p:not(:last-child) {
  margin-bottom: 30px;
}

.top-greeting .contents_block .inner p .color {
  color: #EE5942;
}

.top-greeting .contents_block .inner .txt_wrap:not(:last-child) {
  margin-bottom: 25px;
}

.top-greeting .normalbtn a {
  font-family: "Homenaje", sans-serif;
}

.top-greeting .textPathNode2,
.top-greeting .textPathNodeSP2 {
  position: absolute;
  top: 112px;
  left: 0;
  width: 100%;
  height: 250px;
}

.top-greeting #textPathNode2,
.top-greeting #textPathNodeSP2 {
  fill: rgba(255, 255, 255, 0.3);
  baseline-shift: -60px;
  font-size: 85px;
  letter-spacing: 12.75px;
  font-family: "Homenaje", sans-serif;
}

@media (max-width: 767px) {
  .top-greeting {
    padding: 0;
    height: 1123px;
  }
  .top-greeting:before {
    background: url(../img/top/curve_bg07_sp.png) no-repeat center/cover;
    width: 100%;
    height: clamp(44px, 6.759px + 9.549vw, 80px);
    z-index: 2;
  }
  .top-greeting:after {
    content: "";
    background: url(../img/top/greeting-bottom_bg_sp.png) no-repeat left top/cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: clamp(73px, 66.793px + 1.592vw, 79px);
  }
  .top-greeting .bg-block {
    padding: 79px 0 233px;
  }
  .top-greeting .container {
    max-width: 100%;
  }
  .top-greeting .parallax-bg {
    background-image: url(../img/top/greeting_bg_sp.png);
    background-size: cover;
  }
  .top-greeting h2 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 4.2px;
    padding-left: 64px;
    gap: 24px;
    margin-bottom: 30px;
  }
  .top-greeting h2 .en {
    font-size: 21.271px;
    line-height: 18.397px;
    letter-spacing: 3.191px;
    background: url(../img/top/top-greeting__ttl_bg_sp.svg) no-repeat center/cover;
    width: 107px;
    height: 102px;
  }
  .top-greeting h2 .en:before {
    width: 29px;
    height: 24px;
    right: calc(100% + 7px);
  }
  .top-greeting h2 .en .txt {
    -webkit-transform: rotate(19deg) translate(31px, 36px);
    transform: rotate(19deg) translate(31px, 36px);
    display: inline-block;
  }
  .top-greeting h2 .ttl {
    -webkit-transform: none;
    transform: none;
  }
  .top-greeting .bg-inner {
    margin-top: 0;
    padding: 0;
  }
  .top-greeting .bg-inner:before {
    display: none;
  }
  .top-greeting .contents_block {
    background: #fff;
    padding: 21px 0 0;
    min-height: auto;
  }
  .top-greeting .contents_block:before {
    display: none;
  }
  .top-greeting .contents_block:after {
    width: 263px;
    height: 227px;
    right: 15px;
    top: calc(100% - 16px);
    z-index: 2;
  }
  .top-greeting .contents_block .inner {
    padding: 0px 24px 20px 25px;
    min-height: 673px;
    position: relative;
  }
  .top-greeting .contents_block .inner:before,
  .top-greeting .contents_block .inner:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-greeting .contents_block .inner:before {
    background: url(../img/top/greeting-contents_bg_top_sp.png) no-repeat center top/cover;
    bottom: calc(100% + 20px);
    height: clamp(27px, -0.931px + 7.162vw, 54px);
  }
  .top-greeting .contents_block .inner:after {
    background: url(../img/top/greeting-contents_bg_bottom_sp.png) no-repeat center top/cover;
    top: calc(100% - 1px);
    height: clamp(44px, -1.517px + 11.671vw, 88px);
  }
  .top-greeting .contents_block .inner p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.4px;
  }
  .top-greeting .contents_block .inner .sp_box {
    max-width: 390px;
    width: 100%;
    margin: auto;
  }
  .top-greeting #textPathNodeSP2 {
    font-size: 32px;
    letter-spacing: 6px;
    baseline-shift: 0;
  }
  .top-greeting .textPathNode2 {
    height: clamp(210px, 60.765px + 39.796vw, 366px);
    bottom: calc(100% - clamp(210px, 61.288px + 36.99vw, 355px));
    top: auto;
  }
}
@media (min-width: 768px) {
  .top-greeting .container {
    max-width: 1110px;
    width: 100%;
  }
  .top-greeting h2 .en .txt {
    display: inline-block;
    -webkit-transform: rotate(18deg) translate(53px, 63px);
    transform: rotate(18deg) translate(53px, 63px);
  }
  .top-greeting .last-txt {
    max-width: 615px;
  }
  .top-greeting .normalbtn {
    width: 270px;
  }
  .top-greeting .normalbtn a {
    text-align: left;
    padding-left: 16px;
  }
  .top-greeting .normalbtn a:after {
    right: 39px;
  }
  .top-greeting .bg-inner {
    margin: auto;
  }
  .top-greeting .bg-inner:after {
    content: "";
    width: 310px;
    height: 566px;
    background: url(../img/top/greeting_img02.png) no-repeat center/cover;
    position: absolute;
    left: 1610px;
    top: 72px;
  }
  .top-greeting .normalbtn {
    width: 270px;
  }
  .top-greeting .normalbtn a {
    min-height: 70px;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3.6px;
  }
}
@media (min-width: 1921px) {
  .top-greeting:before {
    background-size: cover;
    width: 100%;
    height: clamp(211px, -0.862px + 11.029vw, 330px);
  }
  .top-greeting .bg-inner {
    width: 100%;
  }
  .top-greeting .bg-inner:before {
    background-size: cover;
  }
  .top-greeting .bg-inner:after {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .top-greeting .textPathNode2 {
    width: 1920px;
  }
}
@media (min-width: 1921px) and (max-width: 3000px) {
  .top-greeting .textPathNode2 {
    height: clamp(250px, -17.053px + 13.902vw, 400px);
    top: clamp(100px, 35.907px + 3.336vw, 136px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-greeting .normalbtn a:hover:after {
    right: 30px;
  }
}
.item_block.item_block_kai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img_kai_01 {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .img_kai_01 {
    width: 100%;
  }
}

.fadeIn.wow {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.mangaimg {
  width: 70%;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .mangaimg {
    width: auto;
    margin: 0 auto 30px;
  }
}
.section.area-01, .section.area-02, .section.area-03, .section.area-04, .section.area-05 {
  position: relative;
  border: 0;
  outline: 5px solid #569CFF;
  margin-top: 5px;
}
.section.area-01:not(:last-child), .section.area-02:not(:last-child), .section.area-03:not(:last-child), .section.area-04:not(:last-child), .section.area-05:not(:last-child) {
  margin-bottom: 71px;
}
.section.area-01:before, .section.area-02:before, .section.area-03:before, .section.area-04:before, .section.area-05:before {
  content: "";
  position: absolute;
}
.section.area-01 h2, .section.area-02 h2, .section.area-03 h2, .section.area-04 h2, .section.area-05 h2 {
  padding-top: 44px;
  letter-spacing: 4.2px;
}
.section.area-01.wow:before, .section.area-02.wow:before, .section.area-03.wow:before, .section.area-04.wow:before, .section.area-05.wow:before {
  opacity: 0;
}
.section.area-01.animated:before, .section.area-02.animated:before, .section.area-03.animated:before, .section.area-04.animated:before, .section.area-05.animated:before {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.section.area-01 {
  margin-top: 35px;
}
.section.area-01:before {
  background: url(../img/common/ic-area01.png) no-repeat center/cover;
  width: 221px;
  height: 180px;
  bottom: calc(100% - 136px);
  right: 86px;
}
.section.area-02 {
  margin-top: 60px;
}
.section.area-02:before {
  background: url(../img/common/ic-area02.png) no-repeat center/cover;
  width: 192px;
  height: 181px;
  bottom: calc(100% - 134px);
  left: 66px;
}
.section.area-03:before {
  background: url(../img/common/ic-area03.png) no-repeat center/cover;
  width: 109px;
  height: 117px;
  top: calc(100% - 72px);
  right: 68px;
}
.section.area-04:before {
  background: url(../img/common/ic-area04.png) no-repeat center/cover;
  width: 152px;
  height: 175px;
  bottom: calc(100% - 126px);
  left: 94px;
}
.section.area-05:before {
  background: url(../img/common/ic-area05.png) no-repeat center/cover;
  width: 198px;
  height: 163px;
  bottom: calc(100% - 137px);
  right: 83px;
}
@media (max-width: 767px) {
  .section.area-01:before {
    width: 110px;
    height: 90px;
    bottom: calc(100% - 60px);
    right: 20px;
  }
  .section.area-02:before {
    width: 96px;
    height: 91px;
    bottom: calc(100% - 53px);
    left: 8px;
  }
  .section.area-03:before {
    width: 54px;
    height: 58px;
    top: calc(100% - 33px);
    right: 20px;
  }
  .section.area-04:before {
    width: 76px;
    height: 88px;
    bottom: calc(100% - 66px);
    left: 16px;
  }
  .section.area-05:before {
    width: 99px;
    height: 82px;
    bottom: calc(100% - 47px);
    right: 23px;
  }
}

/* 1. ホラー現象（数字の伸び）を強制封印 */
.odometer {
  display: inline-block;
  position: relative;
  overflow: hidden !important; /* これが一番大事！ */
  height: 1em; /* 高さを1行分に固定 */
  line-height: 1em;
  vertical-align: middle;
}

/* 2. 縦に伸びる数字の帯を整列 */
.odometer-animating .odometer-inside {
  display: inline-block !important;
}

.odometer-digit {
  display: inline-block !important;
  height: 1em !important;
  overflow: hidden !important;
}

/* 3. フォントが崩れるなら強制継承 */
.odometer * {
  font-family: inherit !important;
}/*# sourceMappingURL=bond.css.map */