@charset "UTF-8";
/* =======================================

  CONTENTS

======================================= */
/*-----------------------------------------
  title_field
-----------------------------------------*/
.title_field {
  height: 434px;
  padding-top: 120px;
  background: url(/hospital/repro/img/common/title_bg.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 767px) {
  .title_field {
    height: 230px;
    margin-bottom: 40px;
    padding-top: 62px;
  }
}
.title_field .cont_outer {
  height: 100%;
}
.title_field .cont_inner {
  height: 100%;
  position: relative;
}
.title_field .page_title {
  color: #fff;
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 700;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .title_field .page_title {
    font-size: 3.2rem;
    line-height: 1.3125;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
  }
}

/*-----------------------------------------
  breadcrumbs_field
-----------------------------------------*/
.breadcrumbs_field {
  margin: 24px 0 64px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs_field {
    display: none;
  }
}

.breadcrumbs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.breadcrumbs_list li {
  position: relative;
  color: #969696;
  letter-spacing: 0.07em;
}
.breadcrumbs_list li:not(:first-child)::before {
  content: ">";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  left: -16px;
  top: 4px;
}
.breadcrumbs_list li a {
  text-decoration: none;
}

/*-----------------------------------------
  section
-----------------------------------------*/
.basic_section {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .basic_section {
    margin-top: 60px;
  }
}
.basic_section.bg_sub_color {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f0f9ff;
}
@media only screen and (max-width: 767px) {
  .basic_section.bg_sub_color {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*-----------------------------------------
  paragraph
-----------------------------------------*/
p {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.note {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  color: #969696;
}

/*-----------------------------------------
  img
-----------------------------------------*/
.img_area {
  margin-top: 32px;
  text-align: center;
}

.img_sp_scroll {
  margin-top: 32px;
}
.img_sp_scroll .img_area {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .img_sp_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 767px) {
  .img_sp_scroll .img_area {
    width: 720px;
  }
}

.img_box {
  margin-top: 32px;
  padding: 24px;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .img_box {
    padding: 16px;
  }
}

.book_cover {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .book_cover {
    display: block;
    margin: 0 auto;
  }
}

.img_width_200 {
  width: 200px;
}

.img_width_309 {
  width: 309px;
}

.img_width_352 {
  width: 352px;
}

.img_width_444 {
  width: 444px;
}

.img_width_459 {
  width: 459px;
}

.img_width_492 {
  width: 492px;
}

.img_width_566 {
  width: 566px;
}

.img_width_595 {
  width: 595px;
}

.img_width_640 {
  width: 640px;
}

.img_width_736 {
  width: 736px;
}

.img_width_746 {
  width: 746px;
}

.img_width_748 {
  width: 748px;
}

.img_width_767 {
  width: 767px;
}

.img_width_796 {
  width: 796px;
}

.img_width_800 {
  width: 800px;
}

@media only screen and (max-width: 767px) {
  [class^=img_width_] {
    width: 100%;
  }
}
/*-----------------------------------------
  hr
-----------------------------------------*/
hr {
  padding: 0;
  border: none;
  border-bottom: 1px solid #e4e4e4;
}
hr.size_m {
  margin: 32px 0;
}

/*-----------------------------------------
  heading
-----------------------------------------*/
.secondary_heading {
  margin: 0 0 72px;
  padding-bottom: 56px;
  font-size: 3rem;
  line-height: 1.4333333333;
  font-weight: 700;
  letter-spacing: 0.14em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .secondary_heading {
    margin: 0 0 36px;
    padding-bottom: 28px;
    font-size: 2.6rem;
    line-height: 1.4615384615;
  }
}
.secondary_heading::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #00d6c9 0%, #11c181 100%);
}
.secondary_heading .heading_note {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 767px) {
  .secondary_heading .heading_note {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.tertiary_heading {
  margin: 72px 0 32px;
  padding-left: 16px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tertiary_heading {
    margin: 36px 0 24px;
    font-size: 2rem;
    line-height: 1.45;
  }
}
.tertiary_heading::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #00bc78;
}

.quaternary_heading {
  margin: 48px 0 24px;
  padding: 16px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  background: rgba(47, 47, 47, 0.04);
}
@media only screen and (max-width: 767px) {
  .quaternary_heading {
    margin: 24px 0;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.quaternary_heading.no_decoration {
  padding: 0;
  background: none;
}

.quinary_heading {
  margin: 32px 0 16px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .quinary_heading {
    margin: 24px 0;
  }
}

.senary_heading {
  margin: 24px 0 16px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
}

.list_heading {
  margin: 32px 0 16px;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .list_heading {
    margin: 24px 0 16px;
    font-size: 2rem;
    line-height: 1.45;
  }
}

/*-----------------------------------------
  list
-----------------------------------------*/
.list_heading + .basic_ul,
.list_heading + .basic_ol {
  margin-top: 16px;
}

.basic_ul {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.basic_ul > li {
  padding-left: 20px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  position: relative;
}
.basic_ul > li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background: #00bc78;
  rotate: 45deg;
}

.basic_ol {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  list-style-type: none;
  counter-reset: number 0;
}
.basic_ol > li {
  padding-left: 32px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  position: relative;
}
.basic_ol > li::before {
  content: counter(number, decimal-leading-zero) ".";
  counter-increment: number 1;
  color: #00bc78;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 2px;
  left: 0;
}

.anchor_list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
.anchor_list > * {
  width: calc((100% - 16px) / 3);
}
@media only screen and (max-width: 767px) {
  .anchor_list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }
  .anchor_list > * {
    width: calc((100% - 0px) / 1);
  }
}
.anchor_list.clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
.anchor_list.clm2 > * {
  width: calc((100% - 8px) / 2);
}
@media only screen and (max-width: 767px) {
  .anchor_list.clm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }
  .anchor_list.clm2 > * {
    width: calc((100% - 0px) / 1);
  }
}
.anchor_list li a {
  min-height: 72px;
  height: 100%;
  padding: 16px 56px 16px 24px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #2f2f2f;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #f0f9ff;
}
@media only screen and (max-width: 767px) {
  .anchor_list li a {
    min-height: 56px;
  }
}
.anchor_list li a::before {
  content: "\e90f";
  font-family: "repro";
  color: #00bc78;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 24px;
  rotate: 90deg;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .anchor_list li a:hover {
    opacity: 0.6;
  }
  .anchor_list li a:hover::before {
    top: 54%;
  }
}
.anchor_list li a.icon_arrow::before {
  rotate: 0deg;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .anchor_list li a:hover.icon_arrow::before {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 20px;
  }
}
.anchor_list li a .anchor_note {
  font-weight: 400;
}

.bg_sub_color .anchor_list li a {
  background: #fff;
}

.history_list {
  list-style: none;
}
.history_list .history_item {
  font-size: 1.6rem;
  line-height: 1.625;
}
.history_list .history_item:nth-child(even) {
  background: #f0f9ff;
}
.history_list .history_item dl {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
}
@media only screen and (max-width: 767px) {
  .history_list .history_item dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.history_list .history_item dl dt {
  font-weight: 700;
}
.history_list .history_item dl dd {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .history_list .history_item dl dd {
    padding-left: 24px;
  }
}
.history_list .history_item dl dd::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  top: 14px;
  left: -54px;
  background: #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .history_list .history_item dl dd::before {
    width: 16px;
    left: 0;
  }
}

.flow_list {
  margin-top: 32px;
  list-style: none;
  counter-reset: number 0;
  position: relative;
}
.flow_list::after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 48px;
  z-index: 0;
  background: #e4e4e4;
}
.flow_list .flow_list_item {
  padding: 32px 24px 24px 96px;
  background: #fff;
  border: 1px solid #e4e4e4;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .flow_list .flow_list_item {
    padding: 24px 16px 16px;
  }
}
.flow_list .flow_list_item::before {
  content: counter(number, decimal-leading-zero) ".";
  counter-increment: number 1;
  color: #00bc78;
  font-size: 4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 32px;
  left: 24px;
}
@media only screen and (max-width: 767px) {
  .flow_list .flow_list_item::before {
    font-size: 3rem;
    line-height: 1;
    top: 24px;
    left: 16px;
  }
}
.flow_list .flow_list_item + .flow_list_item {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .flow_list .flow_list_item + .flow_list_item {
    margin-top: 16px;
  }
}
.flow_list .flow_list_title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .flow_list .flow_list_title {
    padding-left: 56px;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
.flow_list .flow_list_cont {
  margin-top: 16px;
}

/*-----------------------------------------
  table
-----------------------------------------*/
.basic_table {
  width: 100%;
  margin-top: 32px;
}
.basic_table thead th,
.basic_table thead td {
  padding: 16px;
  text-align: center;
  color: #fff;
  background: #00bc78;
  border: 1px solid #e4e4e4;
}
.basic_table tbody th,
.basic_table tbody td {
  padding: 16px;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.basic_table tbody th {
  font-weight: 700;
  background: #dcfff2;
}
@media only screen and (max-width: 767px) {
  .basic_table.table_sp_block th,
  .basic_table.table_sp_block td {
    width: 100% !important;
    margin-top: -1px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .basic_table.table_sp_maintain th,
  .basic_table.table_sp_maintain td {
    width: auto;
  }
}

.table_sp_scroll {
  margin-top: 32px;
}
.table_sp_scroll table {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .table_sp_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 767px) {
  .table_sp_scroll .basic_table {
    width: 1180px;
    width: 720px;
  }
}

@media only screen and (max-width: 1439px) {
  .type_first_consul_hours th,
  .type_first_consul_hours td {
    padding: 16px 8px !important;
  }
}
.type_first_consul_hours th {
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1439px) {
  .type_first_consul_hours th {
    width: 144px;
    white-space: nowrap;
    padding: 16px 8px;
  }
}
.type_first_consul_hours th br {
  display: none;
}
@media only screen and (max-width: 1439px) {
  .type_first_consul_hours th br {
    display: block;
  }
}
.type_first_consul_hours td {
  width: 135px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1439px) {
  .type_first_consul_hours td {
    width: auto;
    padding: 16px 8px;
  }
}
.type_first_consul_hours td br {
  display: none;
}
@media only screen and (max-width: 1439px) {
  .type_first_consul_hours td br {
    display: block;
  }
}

@media only screen and (max-width: 1439px) {
  .type_visit_consul_hours th,
  .type_visit_consul_hours td {
    padding: 16px 8px !important;
  }
}
.type_visit_consul_hours th {
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1439px) {
  .type_visit_consul_hours th {
    width: 144px;
    white-space: nowrap;
    padding: 16px 8px;
  }
}
.type_visit_consul_hours th br {
  display: none;
}
@media only screen and (max-width: 1439px) {
  .type_visit_consul_hours th br {
    display: block;
  }
}
.type_visit_consul_hours td {
  width: 118px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1439px) {
  .type_visit_consul_hours td {
    width: auto;
    padding: 16px 8px;
  }
}
.type_visit_consul_hours td br {
  display: none;
}
@media only screen and (max-width: 1439px) {
  .type_visit_consul_hours td br {
    display: block;
  }
}

.th_width_320 tbody th {
  width: 320px;
}

.th_width_half tbody th {
  width: 50%;
}

.type_test_flow th,
.type_test_flow td {
  vertical-align: middle;
}
.type_test_flow thead th:nth-child(2) {
  width: 50%;
}
.type_test_flow thead th:nth-child(3) {
  width: 50%;
}
.type_test_flow tbody th {
  width: 56px;
}

.type_infertility_surgery thead th {
  text-align: right;
}
.type_infertility_surgery tbody td {
  text-align: right;
}

.type_price {
  margin-top: 16px;
}
.type_price thead th {
  vertical-align: middle;
}
.type_price thead th:nth-child(1) {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .type_price thead th:nth-child(1) {
    width: 40%;
  }
}
.type_price thead th:nth-child(2) {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .type_price thead th:nth-child(2) {
    width: 30%;
  }
}
.type_price thead th:nth-child(3) {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .type_price thead th:nth-child(3) {
    width: 30%;
  }
}
.type_price tbody .total {
  border-top: 2px solid #00a067;
}
.type_price tbody th,
.type_price tbody td {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .type_price tbody th,
  .type_price tbody td {
    padding: 16px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .type_price tbody th {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.type_price tbody td {
  text-align: right;
}
.type_price .price_note {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 400;
  display: inline-block;
}

.type_total tbody td {
  text-align: right;
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .type_total tbody td {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

.type_number_of_eggs thead th {
  width: 25%;
}
.type_number_of_eggs tbody th,
.type_number_of_eggs tbody td {
  text-align: center;
}

.th_sub_color {
  font-weight: 700;
  color: #2f2f2f !important;
  background: #dcfff2 !important;
}

/*-----------------------------------------
  price accordion
-----------------------------------------*/
.accordion_field {
  margin-top: 32px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .accordion_field {
    margin-top: 24px;
  }
}
.accordion_field .accordion_header {
  position: relative;
}
.accordion_field .accordion_header .accordion_title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .accordion_field .accordion_header .accordion_title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.accordion_field .accordion_header .price_area {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .accordion_field .accordion_header .price_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 24px;
  }
}
.accordion_field .accordion_header .price_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion_field .accordion_header .price_area dt {
  font-weight: 700;
  color: #00a067;
}
.accordion_field .accordion_header .price_area dd .amount {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .accordion_field .accordion_header .btn_wrap {
    margin-top: 16px;
    text-align: center;
  }
}
.accordion_field .accordion_header .trigger_btn {
  min-width: 168px;
  padding: 4px 38px 4px 16px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  text-align: left;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  background: #00bc78;
  border: 1px solid #00bc78;
  border-radius: 9999px;
  -webkit-transition: opacity 0.3s, background 0.3s, color 0.3s ease-out;
  transition: opacity 0.3s, background 0.3s, color 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .accordion_field .accordion_header .trigger_btn {
    translate: none;
    position: relative;
  }
}
@media (hover: hover) and (pointer: fine) {
  .accordion_field .accordion_header .trigger_btn:hover {
    opacity: 0.6;
  }
}
.accordion_field .accordion_header .trigger_btn::before, .accordion_field .accordion_header .trigger_btn::after {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 18px;
  background: #fff;
  border-radius: 9999px;
  -webkit-transition: rotate 0.3s ease-out;
  transition: rotate 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .accordion_field .accordion_header .trigger_btn::before, .accordion_field .accordion_header .trigger_btn::after {
    right: 8px;
  }
}
.accordion_field .accordion_header .trigger_btn::after {
  rotate: 90deg;
}
.accordion_field .accordion_header .trigger_btn.open {
  color: #00bc78;
  background: #fff;
}
.accordion_field .accordion_header .trigger_btn.open::before, .accordion_field .accordion_header .trigger_btn.open::after {
  background: #00bc78;
}
.accordion_field .accordion_header .trigger_btn.open::after {
  rotate: 180deg;
}
.accordion_field .accordion_body {
  display: none;
}

/*-----------------------------------------
  readmore
-----------------------------------------*/
@media only screen and (max-width: 767px) {
  .readmore {
    margin-bottom: 40px;
  }
}
.readmore + * {
  margin-top: 32px;
}
.readmore .readmore_cont {
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.readmore .readmore_cont::after {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 124px;
  -webkit-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, transparent 0%, #ffffff 80%, #ffffff 100%);
}
.readmore .readmore_cont.open:after {
  z-index: -1;
  opacity: 0;
}
.readmore .readmore_btn {
  display: none;
  margin: -32px auto 0;
  padding: 0 24px 0 0;
  color: #00bc78;
  text-decoration: underline;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.readmore .readmore_btn::before {
  content: "\e90d";
  font-family: "repro";
  color: #00bc78;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .readmore .readmore_btn:hover {
    opacity: 0.6;
  }
}
.readmore .readmore_btn.open {
  margin: 16px auto 0;
}
.readmore .readmore_btn.open::before {
  -webkit-transform: rotate(90deg) rotateY(180deg);
          transform: rotate(90deg) rotateY(180deg);
}
.readmore.active .readmore_cont::after {
  content: "";
}
.readmore.active .readmore_btn {
  display: block;
}

/*-----------------------------------------
  important_notice
-----------------------------------------*/
.important_notice {
  margin-top: 32px;
  padding-left: 32px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  position: relative;
}
.important_notice::before {
  content: "\e900";
  font-family: "repro";
  font-weight: 400;
  color: #e92a2a;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
}

.maker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #e4ff76));
  background: linear-gradient(transparent 60%, #e4ff76 0%);
}

/*-----------------------------------------
  color_box
-----------------------------------------*/
.color_box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.color_box .color_box_item {
  padding: 24px;
  background: #f0f9ff;
}
.color_box .color_box_item .color_box_title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
.color_box .color_box_item .color_box_cont {
  margin-top: 16px;
}

.link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link_list .link_list_item {
  position: relative;
}
.link_list .link_list_item a {
  padding-right: 32px;
  position: relative;
}
.link_list .link_list_item a[href$=".pdf"]::after {
  margin-left: 4px;
  content: "\e90e";
  font-family: "repro";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

/*-----------------------------------------
  dl
-----------------------------------------*/
.basic_dl {
  margin-top: 32px;
  padding-left: 24px;
}
.basic_dl dt {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .basic_dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.basic_dl dt::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 8px;
  left: -22px;
  background: #00bc78;
  rotate: 45deg;
}
.basic_dl dd {
  margin-top: 8px;
  letter-spacing: 0.07em;
}

/*-----------------------------------------
  border_box
-----------------------------------------*/
.border_box {
  margin-top: 24px;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.border_box.size_s {
  padding: 16px;
}
.border_box.size_m {
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .border_box.size_m {
    padding: 16px;
  }
}
.border_box.size_l {
  padding: 32px;
}
@media only screen and (max-width: 767px) {
  .border_box.size_l {
    padding: 16px;
  }
}
.border_box.sub_color {
  border: 1px solid #cda9b3;
}

/*-----------------------------------------
  float_box
-----------------------------------------*/
.float_box {
  display: flow-root;
}
.float_box .float_r {
  float: right;
}
@media only screen and (max-width: 767px) {
  .float_box .float_r {
    float: none;
  }
}
.float_box .float_r img {
  margin: 0 0 32px 32px;
}
@media only screen and (max-width: 767px) {
  .float_box .float_r img {
    margin: 0;
  }
}
.float_box .float_l {
  float: left;
}
@media only screen and (max-width: 767px) {
  .float_box .float_l {
    float: none;
  }
}
.float_box .float_l img {
  margin: 0 32px 32px 0;
}
@media only screen and (max-width: 767px) {
  .float_box .float_l img {
    margin: 0;
  }
}

/*-----------------------------------------
  img_text_set
-----------------------------------------*/
.img_text_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
.img_text_set figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .img_text_set figure[class^=w_] {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .img_text_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.img_text_set.align_content_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*-----------------------------------------
  img_clm
-----------------------------------------*/
.img_clm {
  margin-top: 32px;
  text-align: center;
}
.img_clm .video_wrap {
  width: 566px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .img_clm .video_wrap {
    width: 100%;
  }
}
.img_clm .video_wrap video {
  width: 100%;
  height: 100%;
  aspect-ratio: 566/320;
}
.img_clm figcaption,
.img_clm .movie_caption {
  margin-top: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .img_clm figcaption,
  .img_clm .movie_caption {
    margin-top: 8px;
  }
}
.img_clm.clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
}
.img_clm.clm2 > * {
  width: calc((100% - 32px) / 2);
}
@media only screen and (max-width: 767px) {
  .img_clm.clm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }
  .img_clm.clm2 > * {
    width: calc((100% - 0px) / 1);
  }
}
.img_clm.clm3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 48px;
}
.img_clm.clm3 > * {
  width: calc((100% - 96px) / 3);
}
@media only screen and (max-width: 767px) {
  .img_clm.clm3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }
  .img_clm.clm3 > * {
    width: calc((100% - 0px) / 1);
  }
}
.img_clm.clm3 figcaption {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

/*-----------------------------------------
  doctor_list
-----------------------------------------*/
.doctor_list .doctor_list_item + .doctor_list_item {
  margin-top: 56px;
}
.doctor_list .info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .doctor_list .info_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.doctor_list figure {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .doctor_list figure {
    width: 100%;
  }
}
.doctor_list .info_aera {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.doctor_list .position {
  margin-bottom: 24px;
  color: #969696;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .doctor_list .position {
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.doctor_list .doctor_name {
  font-size: 3rem;
  line-height: 1.4333333333;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .doctor_list .doctor_name {
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
}
.doctor_list .furigana {
  margin-left: 8px;
  font-size: 1.6rem;
  line-height: 1.4375;
}
@media only screen and (max-width: 767px) {
  .doctor_list .furigana {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
.doctor_list .specialized_field {
  margin-top: 40px;
  padding: 16px;
  background: #f0f9ff;
}
@media only screen and (max-width: 767px) {
  .doctor_list .specialized_field {
    margin-top: 24px;
  }
}
.doctor_list .specialized_field dt {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}
.doctor_list .specialized_field dd {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.doctor_list .doctor_message {
  margin-top: 40px;
  padding: 0 0 40px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .doctor_list .doctor_message {
    margin-top: 32px;
    padding: 0 0 24px;
  }
}
.doctor_list .doctor_message::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #e4e4e4;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 0;
}
.doctor_list .doctor_message dt {
  padding-right: 16px;
  display: inline-block;
  font-family: "Mohave", sans-serif;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
  background: #fff;
}
.doctor_list .doctor_message dd {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .doctor_list .doctor_message dd {
    margin-top: 8px;
  }
}

.bg_sub_color .doctor_list .specialized_field {
  background: #fff;
}
.bg_sub_color .doctor_list .doctor_message dt {
  background: #f0f9ff;
}

/*-----------------------------------------
  vertical_flow_chart
-----------------------------------------*/
.vertical_flow_chart {
  overflow: hidden;
}
.vertical_flow_chart .vertical_flow_chart_item .chart_title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
}
.vertical_flow_chart .vertical_flow_chart_item:nth-child(1) .chart_title::before, .vertical_flow_chart .vertical_flow_chart_item:nth-child(5) .chart_title::before {
  background: #66d7ae;
}
.vertical_flow_chart .vertical_flow_chart_item:nth-child(2) .chart_title::before, .vertical_flow_chart .vertical_flow_chart_item:nth-child(4) .chart_title::before {
  background: #33ca93;
}
.vertical_flow_chart .vertical_flow_chart_item:nth-child(3) .chart_title::before {
  background: #00bc78;
}
.vertical_flow_chart .vertical_flow_chart_item:nth-child(1) .cahart_cont {
  border-top: 1px solid #e4e4e4;
}
.vertical_flow_chart .chart_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vertical_flow_chart .chart_title {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .vertical_flow_chart .chart_title {
    width: 96px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.vertical_flow_chart .cahart_cont {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .vertical_flow_chart .cahart_cont {
    padding: 16px;
  }
}
.vertical_flow_chart .sub_title {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  color: #00bc78;
  font-weight: 700;
}
.vertical_flow_chart .definition_title {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.vertical_flow_chart .definition_cont {
  margin-top: 16px;
  letter-spacing: 0.07em;
}

/*-----------------------------------------
  dl_box
-----------------------------------------*/
.dl_box {
  margin-top: 32px;
}
.dl_box .dl_box_item {
  background: #fff;
}
.dl_box .dl_box_item + .dl_box_item {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .dl_box .dl_box_item + .dl_box_item {
    margin-top: 8px;
  }
}
.dl_box .dl_wrap {
  border: 1px solid #e4e4e4;
}
.dl_box .dl_wrap.open {
  border: 1px solid #00bc78;
}
.dl_box .dl_wrap.open .dl_title {
  color: #00bc78;
}
.dl_box .dl_wrap.open .dl_title::after {
  color: #969696;
  -webkit-transform: rotate(90deg) rotateY(180deg);
          transform: rotate(90deg) rotateY(180deg);
}
.dl_box .dl_title {
  padding: 24px 72px 24px 48px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .dl_box .dl_title {
    padding: 16px 48px 16px 40px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.dl_box .dl_title::before {
  color: #00bc78;
  position: absolute;
  top: 24px;
  left: 24px;
}
.dl_box .dl_title::after {
  content: "\e90d";
  font-family: "repro";
  font-weight: 400;
  color: #00bc78;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .dl_box .dl_title::after {
    right: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .dl_box .dl_title:hover {
    color: #00bc78;
  }
}
.dl_box .dl_cont {
  display: none;
  padding: 0 72px 0 24px;
}
@media only screen and (max-width: 767px) {
  .dl_box .dl_cont {
    padding: 0 48px 0 16px;
  }
}
.dl_box .dl_cont .inner {
  padding: 24px 0;
  border-top: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .dl_box .dl_cont .inner {
    padding: 16px 0;
  }
}
.dl_box.type_qa .dl_title::before {
  content: "Q";
}
@media only screen and (max-width: 767px) {
  .dl_box.type_qa .dl_title::before {
    top: 16px;
    left: 16px;
  }
}
.dl_box.type_prefix .prefix {
  color: #00bc78;
  letter-spacing: 0.12em;
  position: absolute;
  top: 24px;
  left: 24px;
}
@media only screen and (max-width: 767px) {
  .dl_box.type_prefix .prefix {
    top: 16px;
    left: 16px;
  }
}
.dl_box.type_prefix::before {
  content: none;
}
.dl_box.zero_num .dl_title {
  padding-left: 64px;
}
@media only screen and (max-width: 767px) {
  .dl_box.zero_num .dl_title {
    padding-left: 48px;
  }
}
.dl_box.circle_num .dl_title {
  padding-left: 56px;
}
@media only screen and (max-width: 767px) {
  .dl_box.circle_num .dl_title {
    padding-left: 44px;
  }
}

/*-----------------------------------------
  step_list
-----------------------------------------*/
.step_list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 25px;
}
.step_list > * {
  width: calc((100% - 100px) / 5);
}
@media only screen and (max-width: 767px) {
  .step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
  .step_list > * {
    width: calc((100% - 0px) / 1);
  }
}
.step_list li {
  min-height: 78px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4375;
  position: relative;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .step_list li {
    min-height: 64px;
  }
}
.step_list li:nth-child(1) {
  background: #00bc78;
}
.step_list li:nth-child(2) {
  background: rgba(0, 188, 120, 0.8);
}
.step_list li:nth-child(3) {
  background: rgba(0, 188, 120, 0.6);
}
.step_list li:nth-child(4) {
  color: #00a067;
  background: rgba(0, 188, 120, 0.4);
}
.step_list li:nth-child(5) {
  color: #00a067;
  background: rgba(0, 188, 120, 0.2);
}
.step_list li:not(:last-child)::before {
  content: "\e90f";
  font-family: "repro";
  display: block;
  color: #00bc78;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -14px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .step_list li:not(:last-child)::before {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    top: auto;
    bottom: -14px;
    rotate: 90deg;
  }
}
.step_list.type_ahm {
  margin: 56px 0;
}
@media only screen and (max-width: 1179px) {
  .step_list.type_ahm {
    margin: 72px 0 56px;
  }
}
@media only screen and (max-width: 767px) {
  .step_list.type_ahm {
    margin: 24px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .step_list.type_ahm li:nth-child(3) {
    margin-top: 40px;
  }
}
.step_list.type_ahm li .step_note {
  width: 100%;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #969696;
  position: absolute;
  top: -40px;
  left: 0;
}
@media only screen and (max-width: 1179px) {
  .step_list.type_ahm li .step_note {
    top: -56px;
  }
}
@media only screen and (max-width: 767px) {
  .step_list.type_ahm li .step_note {
    top: -40px;
  }
}
.step_list.type_ahm li .step_note::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.step_list.type_ahm li .note_br {
  display: none;
}
@media only screen and (max-width: 1179px) {
  .step_list.type_ahm li .note_br {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .step_list.type_ahm li .note_br {
    display: none;
  }
}
.step_list.type_ahm li.circle {
  position: relative;
  color: #00a067;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .step_list.type_ahm li.circle {
    margin: 32px 0 24px;
  }
}
.step_list.type_ahm li.circle .inner {
  width: 142px;
  min-height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: rgba(0, 188, 120, 0.2);
  background: radial-gradient(ellipse at center, #ffffff 0%, #99e4c9 100%);
}
@media only screen and (max-width: 767px) {
  .step_list.type_ahm li.circle .inner {
    width: 120px;
    min-height: 120px;
  }
}

/*-----------------------------------------
  treatment_intro
-----------------------------------------*/
.treatment_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 96px;
}
@media only screen and (max-width: 767px) {
  .treatment_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.treatment_intro dt {
  width: 41%;
  min-width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 3rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .treatment_intro dt {
    width: 100%;
    min-width: auto;
    text-align: center;
    font-size: 2.4rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 1210px) {
  .treatment_intro dt br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .treatment_intro dt br {
    display: block;
  }
}
.treatment_intro dd {
  letter-spacing: 0.07em;
  position: relative;
}
.treatment_intro dd::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #e4e4e4;
  position: absolute;
  top: 0;
  left: -48px;
}
@media only screen and (max-width: 767px) {
  .treatment_intro dd::before {
    content: none;
  }
}

/*-----------------------------------------
  img_flow_list
-----------------------------------------*/
.img_flow_list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}
.img_flow_list > * {
  width: calc((100% - 48px) / 5);
}
@media only screen and (max-width: 767px) {
  .img_flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
  .img_flow_list > * {
    width: calc((100% - 0px) / 1);
  }
}
.img_flow_list figcaption {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.07em;
}
.img_flow_list .num {
  margin-bottom: 8px;
  display: block;
  color: #00bc78;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .img_flow_list .num {
    margin-bottom: 0;
  }
}

/*-----------------------------------------
  clm_box
-----------------------------------------*/
.clm_box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
}
.clm_box > * {
  width: calc((100% - 32px) / 2);
}
@media only screen and (max-width: 767px) {
  .clm_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }
  .clm_box > * {
    width: calc((100% - 0px) / 1);
  }
}
.clm_box.clm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
}
.clm_box.clm1 > * {
  width: calc((100% - 0px) / 1);
}
.clm_box .clm_box_item {
  padding: 32px;
  background: #fff;
  border: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .clm_box .clm_box_item {
    padding: 16px;
  }
}
.clm_box .clm_box_title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
  z-index: 0;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .clm_box .clm_box_title {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.clm_box .clm_box_title .en {
  font-size: 5.6rem;
  line-height: 0.7142857143;
  font-family: "Mohave", sans-serif;
  font-weight: 500;
  color: #f0f0f0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .clm_box .clm_box_title .en {
    font-size: 4rem;
    line-height: 1;
  }
}
.clm_box .clm_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.bg_sub_color .clm_box .clm_box_item {
  border: none;
}

/*-----------------------------------------
  word_definition
-----------------------------------------*/
.word_definition {
  margin-top: 32px;
}
.word_definition dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .word_definition dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .word_definition dl + dl {
    margin-top: 16px;
  }
}
.word_definition dl dt {
  width: 160px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .word_definition dl dt {
    width: auto;
    padding-right: 1em;
  }
}
.word_definition dl dt::before {
  content: "：";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

/*-----------------------------------------
  facilitylist
-----------------------------------------*/
.facility_slide_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .facility_slide_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.facilitylist {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .facilitylist {
    width: 100%;
  }
}
.facilitylist figure {
  text-align: center;
}
.facilitylist figure figcaption {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

/*-----------------------------------------
  facility_slider
-----------------------------------------*/
.facility_slider .slick-prev,
.facility_slider .slick-next {
  width: 40px;
  height: 40px;
  display: block;
  top: 45%;
  background: #fff;
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 1;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .facility_slider .slick-prev,
  .facility_slider .slick-next {
    width: 32px;
    height: 32px;
  }
}
.facility_slider .slick-prev::before,
.facility_slider .slick-next::before {
  content: "\e90d";
  font-family: "repro";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 1.2rem;
  color: #00bc78;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .facility_slider .slick-prev::before,
  .facility_slider .slick-next::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .facility_slider .slick-prev:hover,
  .facility_slider .slick-next:hover {
    opacity: 1;
  }
  .facility_slider .slick-prev:hover::before,
  .facility_slider .slick-next:hover::before {
    opacity: 0.4;
  }
}
.facility_slider .slick-prev {
  left: -21px;
  rotate: 180deg;
}
@media only screen and (max-width: 767px) {
  .facility_slider .slick-prev {
    left: -16px;
  }
}
.facility_slider .slick-next {
  right: -21px;
}
@media only screen and (max-width: 767px) {
  .facility_slider .slick-next {
    right: -16px;
  }
}

/*-----------------------------------------
  graph
-----------------------------------------*/
.graph_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .graph_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.graph_wrap > * {
  margin-top: 0;
}
.graph_wrap figure {
  width: 640px;
  padding: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .graph_wrap figure {
    width: 100%;
  }
}
.graph_wrap .basic_table {
  width: 500px;
}
.graph_wrap .basic_table th,
.graph_wrap .basic_table td {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .graph_wrap .basic_table {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .bar_graph.img_area {
    width: 800px !important;
  }
}
.bar_graph figure {
  background: #eff3f2;
}
.bar_graph figure img {
  width: 800px !important;
}

/*-----------------------------------------
  selfcheck_list
-----------------------------------------*/
.selfcheck_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.selfcheck_list li {
  padding-left: 24px;
  position: relative;
}
.selfcheck_list li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  background: #f0f9ff;
  border: 1px solid #e4e4e4;
}

/*-----------------------------------------
  definition_area
-----------------------------------------*/
.definition_area {
  margin-top: 32px;
  padding: 32px;
  background: #dcfff2;
}
@media only screen and (max-width: 767px) {
  .definition_area {
    padding: 24px;
  }
}
.definition_area .definition_area_title {
  padding-bottom: 16px;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .definition_area .definition_area_title {
    font-size: 2rem;
    line-height: 1.6;
  }
}

/*-----------------------------------------
  individual_field
-----------------------------------------*/
.individual_field {
  margin: 240px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .individual_field {
    margin: 120px 0 0;
  }
}
.individual_field .individual_heading {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4285714286;
}
@media only screen and (max-width: 767px) {
  .individual_field .individual_heading {
    font-size: 2.6rem;
    line-height: 1.5384615385;
  }
}
.individual_field .individual_text {
  margin: 40px 0;
}

/*-----------------------------------------
  reference_area
-----------------------------------------*/
.reference_area {
  margin: 32px 0 48px;
}
@media only screen and (max-width: 767px) {
  .reference_area {
    margin: 24px 0 36px;
  }
}
.reference_area dt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
}
.reference_area dd {
  max-width: 520px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .reference_area dd {
    max-width: none;
    width: 100%;
  }
}
.reference_area a {
  padding: 16px 48px 16px 16px;
  display: block;
  text-decoration: none;
  color: #2f2f2f;
  position: relative;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.reference_area a[target=_blank]::before {
  content: "\e910";
  font-family: "repro";
  display: block;
  color: #969696;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  right: 18px;
  bottom: 18px;
}
@media (hover: hover) and (pointer: fine) {
  .reference_area a:hover {
    background: #f0f9ff;
  }
}
.reference_area .reference_title {
  font-weight: 700;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.reference_area .reference_url {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
.reference_area.type_banner a {
  max-width: 452px;
  padding: 16px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .reference_area.type_banner a {
    max-width: none;
    width: 100%;
  }
}
.reference_area.type_banner figure {
  margin-bottom: 16px;
}
.reference_area.type_banner .reference_url {
  padding-right: 48px;
}

/*-----------------------------------------
  price_example
-----------------------------------------*/
.price_example {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
}
.price_example > * {
  width: calc((100% - 32px) / 2);
}
@media only screen and (max-width: 767px) {
  .price_example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
  .price_example > * {
    width: calc((100% - 0px) / 1);
  }
}
.price_example dl {
  background: #f4f4f4;
}
.price_example dt {
  padding: 18px;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: relative;
  background: #00bc78;
}
@media only screen and (max-width: 767px) {
  .price_example dt {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.price_example dt::before {
  content: "";
  width: 100%;
  height: 34px;
  display: block;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 99%;
  background: #00bc78;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media only screen and (max-width: 767px) {
  .price_example dt::before {
    height: 24px;
  }
}
.price_example dt span {
  font-size: 2.8rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .price_example dt span {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.price_example dd {
  padding: 60px 16px 32px;
  text-align: center;
  font-weight: 700;
}
.price_example dd .guideline {
  font-size: 2rem;
  line-height: 1;
  color: #00a067;
}
.price_example dd .price {
  margin-top: 4px;
  font-size: 2rem;
  line-height: 1;
}
.price_example dd .amount {
  font-size: 3.6rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .price_example dd .amount {
    font-size: 3.2rem;
    line-height: 1;
  }
}/*# sourceMappingURL=contents.css.map */