@charset "UTF-8";
.home_page .key {
  position: relative;
  --height: 56vw;
  --min-height: 450px;
  --max-height: 880px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: min(0.57vw, 0.625em);
  z-index: 2;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:not(:first-child) {
  display: none;
}
.home_page .key_wrap {
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key_bg::before {
  content: "";
  position: absolute;
  width: 70vw;
  max-width: 1317px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: url("../images/idx_key_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.home_page .key_text {
  max-width: 840px;
  width: 50%;
  margin-left: auto;
}
.home_page .key .mv_slider {
  width: 100%;
}
.home_page .key .mv_slider .item {
  width: 100%;
}
.home_page .key h2 {
  font-size: max(18px, 3.6em);
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.3333em;
}
.home_page .key h2 > span {
  padding: 0.1389em 0.1667em 0.3056em 0.5556em;
  display: block;
  width: fit-content;
  background-color: #0e357f;
  border-radius: 0.2778em;
}
.home_page .key h2 > span:not(:last-child) {
  margin-bottom: 0.25em;
}
.home_page .key h2 .brk {
  display: inline-block;
  --spc: 0.5em;
}
.home_page .key h2 .brk-l {
  margin-left: calc(var(--spc) * -1);
}
.home_page .key h2 .brk-r {
  margin-right: calc(var(--spc) * -1);
}
.home_page .key .desc {
  font-size: max(11px, 2.2em);
  line-height: 1.9090909091;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: var(--clr1);
  margin-bottom: 1.5909em;
}
.home_page .key_list {
  display: flex;
  gap: 0.6em;
  margin-bottom: 2.2em;
}
.home_page .key_list .item {
  width: max(135px, 24em);
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: url("../images/idx_key_item_bg.png") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_page .key_list .item .txt {
  position: relative;
  font-size: max(10px, 1.8em);
  font-weight: 500;
  color: var(--clr1);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.5556em;
  margin-bottom: 0;
  padding-bottom: 1em;
}
.home_page .key_list .item .txt::before {
  content: "";
  display: block;
  width: 3.6111em;
  aspect-ratio: 1/1;
  margin: 0 auto;
  margin-bottom: 0.3333em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home_page .key_list .item1 .txt::before {
  background-image: url(../images/idx_key_ic1.png);
}
.home_page .key_list .item2 .txt::before {
  background-image: url(../images/idx_key_ic2.png);
}
.home_page .key_list .item3 .txt::before {
  background-image: url(../images/idx_key_ic3.png);
}
.home_page .key_note {
  position: relative;
  font-size: max(10px, 1.4em);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  color: var(--clr1);
  padding-left: 1.4286em;
}
.home_page .key_note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: inherit;
}
.home_page .topic_path {
  display: none;
}
.home_page .ttl_h3 {
  position: relative;
}
.home_page .ttl_h3 .h_en {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-transform: uppercase;
}
.home_page .ttl_h3 h3 {
  position: relative;
  color: var(--clr1);
  font-family: var(--f-jp);
  letter-spacing: 0.1em;
}
.home_page .ttl_h3 h3 .ttl_sub {
  display: block;
  margin-bottom: 7px;
}
.home_page .ttl_h3 h3 .sm {
  font-weight: 400;
  letter-spacing: 0.1em;
}
.home_page .ttl_h3 h3 .md {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page .ttl_h3.st1 {
  text-align: center;
}
.home_page .ttl_h3.st1::before {
  content: "";
  display: block;
  width: 2px;
  height: 2.5em;
  margin: 0 auto;
  margin-bottom: 0.4375em;
  background-image: linear-gradient(to bottom, #113f97 50%, #f8b62d 50%);
}
.home_page .ttl_h3.st1 .h_en {
  font-size: calc(var(--txt_size) + 4px);
}
.home_page .ttl_h3.st1 h3 {
  margin-bottom: 8px;
  font-weight: 400;
}
.home_page .ttl_h3.st1.white::before {
  background-image: linear-gradient(to bottom, #fff 50%, #f8b62d 50%);
}
.home_page .ttl_h3.st1.white .h_en {
  color: #fff;
}
.home_page .ttl_h3.st1.white h3 {
  color: #fff;
}
.home_page .ttl_h3.st2 .h_en {
  letter-spacing: 0.14em;
}
.home_page .ttl_h3.st2 h3 {
  font-weight: 500;
}
.home_page .ttl_h3.st2.white .h_en {
  color: #fff;
}
.home_page .ttl_h3.st2.white h3 {
  color: #fff;
}
.home_page .ttl_h4 {
  text-align: center;
}
.home_page .ttl_h4 .h_en {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #fff;
  background-color: var(--clr2);
  border-radius: 999em;
  text-transform: uppercase;
  padding: 0.5em 1.5em 0.75em;
  margin-bottom: 0.4375em;
}
.home_page .ttl_h4 h4 {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--clr1);
}
.home_page .txt_en {
  font-family: var(--f-en);
  line-height: 1.1666666667;
  letter-spacing: 0.14em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .home_page .txt_en {
    font-size: clamp(50px, 6.25vw, 120px);
  }
  .home_page .txt_en.sm {
    font-size: clamp(50px, 5.25vw, 100px);
  }
}
@media only screen and (min-width: 769px) {
  .home_page .txt-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
  }
}
.home_page .f-md {
  font-weight: 500;
}
.home_page .txt-lg {
  padding-left: 2px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 137.5%;
}
.home_page .lt-09 {
  letter-spacing: 0.09em !important;
}
.home_page ul.list01:not(:last-child), .home_page ul.list02:not(:last-child), .home_page ul.list-check:not(:last-child) {
  margin-bottom: 12px;
}
.home_page ul.list01 li, .home_page ul.list02 li, .home_page ul.list-check li {
  position: relative;
  padding-left: 1.25em;
  padding-bottom: 0;
  letter-spacing: 0.1em;
  line-height: var(--line-height-default);
  text-align: left;
}
.home_page ul.list01 li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0.875em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--main-color);
}
.home_page ul.list02 {
  counter-reset: item;
}
.home_page ul.list02 li {
  position: relative;
  counter-increment: item;
  padding-left: 40px;
}
.home_page ul.list02 li::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 30px;
  top: 0px;
  left: 0px;
  aspect-ratio: 1/1;
  font-family: var(--f-en);
  font-size: inherit;
  line-height: 1;
  letter-spacing: 0;
  color: var(--clr1);
  background-color: var(--main-color);
}
.home_page ul.list-check li {
  padding-left: 30px;
}
.home_page ul.list-check li::before {
  content: "🗹";
  position: absolute;
  color: var(--main-color);
  font-size: 120%;
  top: -3px;
  left: 0;
}
.home_page .txt-main {
  color: var(--main-color);
}
.home_page .txt-clr2 {
  color: var(--clr2);
}
.home_page .txt-uline {
  position: relative;
  z-index: 1;
}
.home_page .txt-uline::before {
  content: "";
  position: absolute;
  width: calc(100% - 3px);
  height: 0.375em;
  bottom: 1px;
  left: 0;
  right: 0;
  background-color: var(--clr2);
  z-index: -1;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 40vw;
  }
  .home_page .key_bg::before {
    max-width: 60vw;
  }
}
@media only screen and (min-width: 769px) {
  .home_page .key_text {
    padding-bottom: 2em;
  }
  .home_page .key_wrap {
    padding: 0 20px;
  }
  .home_page .key_bg::before {
    right: min(27vw, 503px);
    border-radius: 0 8em 8em 0;
  }
  .home_page .ttl_h3 {
    margin-bottom: 35px;
  }
  .home_page .ttl_h3 h3 {
    font-size: calc(var(--ttl_size) + 6px);
  }
  .home_page .ttl_h3 h3 .sm {
    font-size: calc(var(--ttl_size) - 6px);
  }
  .home_page .ttl_h3 h3 .md {
    font-size: calc(var(--ttl_size) - 4px);
  }
  .home_page .ttl_h3.st2 {
    text-align: left;
  }
  .home_page .ttl_h3.st2 .h_en {
    position: relative;
    font-size: calc(var(--txt_size) + 2px);
    margin-left: 4px;
    display: flex;
    align-items: center;
  }
  .home_page .ttl_h3.st2 .h_en::before {
    content: "";
    display: inline-block;
    width: 2.2222em;
    height: 2px;
    margin-top: 2px;
    margin-right: 0.7778em;
    background-image: linear-gradient(to right, #113f97 50%, #f8b62d 50%);
  }
  .home_page .ttl_h3.st2 h3 {
    margin-bottom: 9px;
  }
  .home_page .ttl_h3.st2.white .h_en::before {
    background-image: linear-gradient(to right, #fff 50%, #fff 50%);
  }
  .home_page .ttl_h3.st2.clr2 .h_en::before {
    background-image: linear-gradient(to right, #fff 50%, #f8b62d 50%);
  }
  .home_page .ttl_h4 {
    margin-bottom: 42px;
  }
  .home_page .ttl_h4 .h_en {
    font-size: var(--txt_size);
  }
  .home_page .ttl_h4 h4 {
    font-size: var(--ttl_size);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1920px) {
  .home_page .key::before {
    max-width: 1317px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1900px) {
  .home_page .key_bg::before {
    left: calc(50% - 50vw);
    right: unset;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 625px) and (max-height: 800px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 1.1vmin);
    --max-height: calc(100vh - var(--wrapper));
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .home_page .key {
    font-size: 4.3px;
  }
  .home_page .key_text {
    width: 58%;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx01 {
  position: relative;
  background-image: url("../images/idx01_bg.jpg");
  background-position: bottom center;
  margin-top: calc(var(--mt) * -1);
  padding: calc(var(--mt) + var(--py)) 0 var(--py);
  margin-bottom: 8.0729166667vw;
  z-index: 1;
}
.idx01::before, .idx01::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
  right: 0px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -1;
}
.idx01::after {
  aspect-ratio: 1920/139;
  background-color: #dfe9f1;
  top: calc(100% - 1px);
}
.idx01::before {
  aspect-ratio: 1920/155;
  background-color: var(--clr2);
}
.idx01 .idx_box {
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.idx01 .idx_box .item {
  position: relative;
  max-width: 293px;
  aspect-ratio: 1/1;
  height: fit-content;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #f6fafd 50%, #fff 50%);
  box-shadow: -2.5px 4.33px 10px 0px rgba(17, 63, 151, 0.1);
  overflow: hidden;
}
.idx01 .idx_box .item .tt {
  position: relative;
  text-align: center;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.idx01 .idx_box .item .tt::after {
  content: "";
  aspect-ratio: 208/178;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx01 .idx_box .item1 .tt::after {
  background-image: url(../images/idx01_item1.png);
}
.idx01 .idx_box .item2 .tt::after {
  background-image: url(../images/idx01_item2.png);
}
.idx01 .idx_box .item3 .tt::after {
  background-image: url(../images/idx01_item3.png);
}
.idx01 .idx_box .item4 .tt::after {
  background-image: url(../images/idx01_item4.png);
}
.idx01 .idx_box .item5 .tt::after {
  background-image: url(../images/idx01_item5.png);
}
.idx01 .idx_box .item6 .tt::after {
  background-image: url(../images/idx01_item6.png);
}
.idx01 .idx_box .item7 .tt::after {
  background-image: url(../images/idx01_item7.png);
}
.idx01 .idx_box .item8 .tt::after {
  background-image: url(../images/idx01_item8.png);
}
.idx01 .idx_desc {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.75;
}
.idx01 .idx_desc > span {
  font-size: 1.1429em;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 769px) {
  .idx01 {
    --mt: min(6.5vw, 97px);
    --py: min(10vw, 119px);
  }
  .idx01 .ttl_h3 {
    margin-bottom: -52px;
  }
  .idx01 .idx_box {
    justify-content: space-between;
    padding: min(10vw, 105px) min(4.2vw, 80px) min(10vw, 126px) min(4.2vw, 80px);
    font-size: min(0.65vw, 10px);
    margin-bottom: 40px;
    border-radius: min(5.2vw, 80px);
    --gap: 3.6em;
  }
  .idx01 .idx_box .item {
    width: calc((100% - var(--gap) * 3) / 4);
  }
  .idx01 .idx_box .item:nth-child(even) {
    top: 4.6em;
  }
  .idx01 .idx_box .item .tt {
    font-size: max(13px, 1.8em);
    padding-top: 2.3889em;
  }
  .idx01 .idx_box .item .tt::after {
    width: 11.5556em;
  }
  .idx01 .idx_desc {
    font-size: calc(var(--ttl_size) - 2px);
    margin-bottom: -6.7857em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx01 {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx01 {
    padding-bottom: 140px;
  }
  .idx01 .idx_box {
    --gap: 2em;
  }
  .idx01 .idx_box .item .tt {
    font-size: max(10px, 1.8em);
  }
}

.idx02 {
  position: relative;
  z-index: 0;
}
.idx02::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/1288;
  top: -8.0729166667vw;
  left: 0px;
  right: 0px;
  background: url("../images/idx02_bg.png") no-repeat center/cover;
  z-index: -1;
}
.idx02 .wrap {
  position: relative;
  width: 100%;
  max-width: 1720px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
}
.idx02 .wrap::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - var(--top));
  top: var(--top);
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: #e9f0f5;
  z-index: -1;
}
.idx02 .idx_box {
  display: flex;
  position: relative;
}
.idx02 .idx_box .box_cont .desc p:has(+ p) {
  margin-bottom: 10px;
}
.idx02 .idx_box .txt_en {
  position: absolute;
  height: max-content;
  letter-spacing: 0.14em;
}
.idx02 .idx_flow {
  max-width: 1280px;
  margin: 0 auto;
  border: 4px solid var(--clr2);
  border-radius: min(5.2vw, 80px);
  background-color: #fffcf7;
}
.idx02 .idx_flow .list_flow {
  counter-reset: item;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.4em var(--gap);
}
.idx02 .idx_flow .list_flow .item {
  position: relative;
  max-width: 260px;
  counter-increment: item;
}
.idx02 .idx_flow .list_flow .item .img {
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 27px;
  position: relative;
}
.idx02 .idx_flow .list_flow .item .img::before {
  content: counter(item);
  position: absolute;
  width: round(1.65em, 1px);
  height: round(1.65em, 1px);
  left: 0;
  right: 0;
  bottom: -0.8em;
  margin: 0 auto;
  border-radius: 50%;
  font-family: var(--f-notosans);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background-color: #0e357f;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding-bottom: 0.05em;
  padding-left: 0.1em;
}
.idx02 .idx_flow .list_flow .item .img picture {
  position: relative;
  border-radius: 50%;
  border: 4px solid var(--clr2);
  overflow: hidden;
}
.idx02 .idx_flow .list_flow .item .tt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  color: var(--main-color);
  text-align: center;
}
.idx02 .idx_flow .list_flow .item .desc {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: var(--txt_size);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.idx02 .idx_flow .list_flow .item .desc.w-sm {
  width: 95%;
}
@media only screen and (min-width: 769px) {
  .idx02 {
    padding: min(10vw, 95px) 0 0;
  }
  .idx02 .ttl_h3 {
    margin-bottom: 39px;
    margin-left: -4px;
  }
  .idx02 .wrap {
    --top: min(16vw, 303px);
    padding-bottom: clamp(80px, 6.25vw, 120px);
  }
  .idx02 .wrap::before {
    border-radius: min(6.5vw, 100px) min(6.5vw, 100px) 0 0;
  }
  .idx02 .idx_box {
    margin-bottom: 63px;
  }
  .idx02 .idx_box .box_img {
    flex-shrink: 0;
    width: 45%;
    max-width: 638px;
    margin-right: 5.7%;
  }
  .idx02 .idx_box .box_img picture img {
    border-radius: 20px;
  }
  .idx02 .idx_box .box_cont {
    width: 35%;
    max-width: 500px;
    padding-top: min(4vw, 76px);
  }
  .idx02 .idx_box .txt_en {
    right: -0.6167em;
    top: -0.05em;
    z-index: -1;
  }
  .idx02 .idx_flow {
    padding: 41px min(7.8125vw, 150px) 75px;
  }
  .idx02 .idx_flow .list_flow {
    font-size: min(1vw, 10px);
    --gap: 8.8em;
  }
  .idx02 .idx_flow .list_flow .item {
    width: calc((100% - var(--gap) * 2) / 3);
  }
  .idx02 .idx_flow .list_flow .item:not(:nth-child(3n)) .img::after {
    content: "";
    position: absolute;
    width: 7.1em;
    aspect-ratio: 71/31;
    top: calc(50% - 1.5em);
    left: calc(100% + 0.2em);
    background: url("../images/ic-arr-flow01.png") no-repeat center/cover;
  }
  .idx02 .idx_flow .list_flow .item .img::before {
    font-size: calc(var(--txt_size) + 4px);
  }
  .idx02 .idx_flow .list_flow .item .tt {
    font-size: calc(var(--txt_size) + 2px);
    margin-bottom: 9px;
  }
  .idx02 .idx_flow .list_flow .item1 .tt {
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx02 .idx_box .box_img {
    margin-right: 3.5%;
  }
  .idx02 .idx_box .txt_en {
    right: -0.25em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_box .box_cont {
    width: 45%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx02 .idx_flow {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.idx03 {
  background-image: url(../images/idx03_bg.jpg);
}
@keyframes animate_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.idx03 .idx_box {
  display: flex;
}
.idx03 .idx_box .box_img {
  position: relative;
}
.idx03 .idx_box .box_img .parts {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.idx03 .idx_box .box_img .parts .part {
  cursor: pointer;
  position: absolute;
  width: 5em;
  height: 5em;
  border-radius: 50%;
}
.idx03 .idx_box .box_img .parts .part[data-target=elbow] {
  top: 29em;
  left: 5em;
}
.idx03 .idx_box .box_img .parts .part[data-target=hand] {
  top: 45.2em;
  left: 1.5em;
}
.idx03 .idx_box .box_img .parts .part[data-target=knees] {
  top: 62.8em;
  left: 12em;
}
.idx03 .idx_box .box_img .parts .part[data-target=feet] {
  top: 85em;
  left: 11em;
}
.idx03 .idx_box .box_img .parts .part[data-target=others] {
  top: 79em;
  left: 12em;
}
.idx03 .idx_box .box_img .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 25.7em;
  aspect-ratio: 1/1;
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0s;
  z-index: 2;
}
.idx03 .idx_box .box_img .circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  background: url("../images/idx03_look.png") no-repeat center/contain;
  animation: animate_rotate 5s linear infinite;
}
.idx03 .idx_box .box_img .circle.active {
  opacity: 1;
  transition-delay: 0.25s;
}
.idx03 .idx_box .box_cont {
  max-width: 600px;
}
.idx03 .idx_box .box_cont .list .item {
  cursor: pointer;
  position: relative;
  border-radius: var(--border-radius);
  background-color: #0e357f;
  transition: all 0.3s ease;
}
.idx03 .idx_box .box_cont .list .item:not(:last-child) {
  margin-bottom: 10px;
}
.idx03 .idx_box .box_cont .list .item::before, .idx03 .idx_box .box_cont .list .item::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}
.idx03 .idx_box .box_cont .list .item::before {
  transition-delay: 0.25s;
}
.idx03 .idx_box .box_cont .list .item::after {
  transition-delay: 0s;
}
.idx03 .idx_box .box_cont .list .item.active {
  background-color: #fff;
}
.idx03 .idx_box .box_cont .list .item.active .txt .tt {
  color: #0e357f;
}
.idx03 .idx_box .box_cont .list .item.active .txt .cont > ul li {
  color: var(--clr1);
}
.idx03 .idx_box .box_cont .list .item.active .txt .cont .ic-arr {
  background-color: var(--clr2);
}
.idx03 .idx_box .box_cont .list .item.active .txt .cont .ic-arr::before {
  background-color: #fff;
}
.idx03 .idx_box .box_cont .list .item.active::before {
  transition-delay: 0s;
}
.idx03 .idx_box .box_cont .list .item.active::after {
  transition-delay: 0.25s;
}
.idx03 .idx_box .box_cont .list .item .txt .tt {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.idx03 .idx_box .box_cont .list .item .txt .cont > ul li {
  position: relative;
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.idx03 .idx_box .box_cont .list .item .txt .cont > ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.idx03 .idx_box .box_cont .list .item .txt .cont > ul li::before {
  content: "•";
  display: inline-block;
  font-size: inherit;
  color: inherit;
  margin-right: 0.3571em;
}
.idx03 .idx_box .box_cont .list .item .txt .cont > ul.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx03 .idx_box .box_cont .list .item .txt .cont > ul.col2 > li {
  font-size: 1em;
  margin-bottom: 0;
}
.idx03 .idx_box .box_cont .list .item .txt .cont > ul.col2 > li::before {
  display: none;
}
.idx03 .idx_box .box_cont .list .item .txt .cont .ic-arr {
  position: relative;
  width: 3.6em;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.idx03 .idx_box .box_cont .list .item .txt .cont .ic-arr::before {
  content: "";
  position: absolute;
  width: 0.6em;
  aspect-ratio: 6/11;
  inset: 0;
  margin: auto;
  --mask: url(../images/ic-arr.png);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .idx03 {
    padding: clamp(80px, 6.25vw, 117px) 0 clamp(80px, 6.25vw, 97px);
  }
  .idx03 .ttl_h3 {
    margin-bottom: 54px;
  }
  .idx03 .idx_box {
    font-size: min(0.735vw, 10px);
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 5em 0 5.5em;
  }
  .idx03 .idx_box .box_cont {
    width: 52%;
  }
  .idx03 .idx_box .box_cont .list .item::before, .idx03 .idx_box .box_cont .list .item::after {
    height: 1px;
    top: calc(50% - 2px);
    transform: scaleX(0);
  }
  .idx03 .idx_box .box_cont .list .item::before {
    right: -12em;
    width: 12em;
    transform-origin: left center;
  }
  .idx03 .idx_box .box_cont .list .item::after {
    left: calc(100% + 12em);
    transform-origin: 0 50%;
  }
  .idx03 .idx_box .box_cont .list .item.active::before, .idx03 .idx_box .box_cont .list .item.active::after {
    transform: scaleX(1);
  }
  .idx03 .idx_box .box_cont .list .item[data-target=elbow]::after {
    width: 7.8em;
    rotate: 35deg;
  }
  .idx03 .idx_box .box_cont .list .item[data-target=hand]::after {
    width: 8.2em;
    rotate: 47deg;
  }
  .idx03 .idx_box .box_cont .list .item[data-target=knees]::after {
    width: 16.8em;
    rotate: 36deg;
  }
  .idx03 .idx_box .box_cont .list .item[data-target=feet]::after {
    width: 34em;
    rotate: 59deg;
  }
  .idx03 .idx_box .box_cont .list .item[data-target=others]::after {
    width: 18.4em;
    rotate: 34deg;
  }
  .idx03 .idx_box .box_cont .list .item .txt {
    display: flex;
    padding: 3em 0;
  }
  .idx03 .idx_box .box_cont .list .item .txt .tt {
    font-size: 3.6em;
    width: 4.5em;
    height: 2.2222em;
  }
  .idx03 .idx_box .box_cont .list .item .txt .cont {
    display: flex;
    align-items: center;
    padding-left: 3em;
    border-left: 1px solid #cae2f3;
  }
  .idx03 .idx_box .box_cont .list .item .txt .cont > ul {
    width: 27.2em;
    margin-right: 5.9em;
  }
  .idx03 .idx_box .box_cont .list .item5 .txt .tt {
    font-size: 3em;
    width: 5.4em;
    height: 2.6667em;
  }
  .idx03 .idx_box .box_img {
    height: fit-content;
    max-width: 383px;
    margin-top: -14.3em;
    width: 33%;
  }
  .idx03 .idx_box .box_img .circle {
    width: 25.7em;
  }
  .idx03 .idx_box .box_img .circle.is-elbow {
    transform: translate(-5.2em, 18.6em);
  }
  .idx03 .idx_box .box_img .circle.is-hand {
    transform: translate(-8.9em, 34.7em) scale(0.75);
  }
  .idx03 .idx_box .box_img .circle.is-knees {
    transform: translate(1.6em, 51.8em) scale(0.85);
  }
  .idx03 .idx_box .box_img .circle.is-feet {
    transform: translate(0.4em, 74.6em) scale(0.75);
  }
  .idx03 .idx_box .box_img .circle.is-others {
    transform: translate(1.8em, 69.6em) scale(0.8);
  }
}

.idx04 {
  position: relative;
  z-index: 0;
  background-color: #e9f0f5;
}
.idx04 .wrap {
  position: relative;
  width: 100%;
  max-width: 1720px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 1;
}
.idx04 .wrap::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: -1;
}
.idx04 .wrap01::before {
  top: var(--top);
  height: calc(100% - var(--top));
  background-color: #f6fafd;
}
.idx04 .wrap02::before {
  top: var(--top);
  height: calc(100% - var(--top));
  background-color: #fff;
}
.idx04 .idx_box {
  position: relative;
  display: flex;
}
.idx04 .idx_box .box_img {
  max-width: 700px;
}
.idx04 .idx_box .box_cont .desc p:has(+ p) {
  margin-bottom: 10px;
}
.idx04 .idx_box .txt_en {
  position: absolute;
  letter-spacing: 0.14em;
  z-index: -1;
}
.idx04 .idx_list {
  display: flex;
  justify-content: space-between;
}
.idx04 .idx_list .item {
  --clr-item: var(--clr2);
  width: calc(50% - 10px);
  max-width: 630px;
  border-radius: 20px;
  border: 1px solid var(--clr-item);
  background-color: #fff;
}
.idx04 .idx_list .item:nth-child(even) {
  --clr-item: var(--main-color);
}
.idx04 .idx_list .item .ttl_h4 {
  margin-bottom: 1.875em;
}
.idx04 .idx_list .item .ttl_h4 .h_en {
  min-width: 7.5em;
  background-color: var(--clr-item);
}
.idx04 .idx_list .item .img {
  margin-bottom: 1.875em;
}
.idx04 .idx_list .item .img picture img {
  border-radius: var(--border-radius);
}
.idx04 .idx_list .item .list ul li {
  position: relative;
  padding-left: 2.375em;
}
.idx04 .idx_list .item .list ul li:not(:last-child) {
  margin-bottom: 1.3125em;
}
.idx04 .idx_list .item .list ul li::before {
  content: "";
  position: absolute;
  width: 1.5em;
  aspect-ratio: 1/1;
  top: 0.125em;
  left: 0px;
  --mask: url(../images/ic-check.png);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--clr-item);
}
.idx04 .idx_flow .list_flow {
  counter-reset: item;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.4em var(--gap);
}
.idx04 .idx_flow .list_flow .item {
  position: relative;
  width: calc((100% - var(--gap) * 2) / 3);
  max-width: 360px;
  counter-increment: item;
}
.idx04 .idx_flow .list_flow .item:not(:nth-child(3n)) .img::after {
  content: "";
  position: absolute;
  aspect-ratio: 126/55;
  top: calc(50% - 2em);
  background: url("../images/ic-arr-flow02.png") no-repeat center/cover;
}
.idx04 .idx_flow .list_flow .item .img {
  position: relative;
}
.idx04 .idx_flow .list_flow .item .img picture {
  position: relative;
  overflow: hidden;
  border: 4px solid var(--clr-item);
}
.idx04 .idx_flow .list_flow .item .img picture::before {
  content: counter(item);
  position: absolute;
  width: 3.5714em;
  height: 3.5714em;
  left: -1.1429em;
  top: -1.1429em;
  margin: 0 auto;
  border-radius: 50%;
  font-family: var(--f-notosans);
  font-size: 5.6em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--clr-item);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding-top: 0.5536em;
  padding-left: 0.7679em;
}
.idx04 .idx_flow .list_flow .item .tt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--clr-item);
  min-height: 4.2778em;
}
.idx04 .idx_flow .list_flow .item .desc {
  text-align: center;
  font-size: var(--txt_size);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
.idx04 .idx_flow .list_flow .item1 {
  --clr-item: #ea66a7;
}
.idx04 .idx_flow .list_flow .item1 .tt {
  letter-spacing: 0;
}
.idx04 .idx_flow .list_flow .item2 {
  --clr-item: #37b0ea;
}
.idx04 .idx_flow .list_flow .item3 {
  --clr-item: #54b285;
}
.idx04 .idx_video {
  position: relative;
  display: flex;
}
.idx04 .idx_video .box_ttl .note {
  font-weight: 500;
}
.idx04 .idx_video .box_ttl .note > span {
  font-weight: 400;
  font-size: 0.875em;
}
.idx04 .idx_video .box_cont {
  max-width: 1040px;
}
.idx04 .idx_video .box_cont .video {
  position: relative;
  overflow: hidden;
  border: 1px solid #0e357f;
}
.idx04 .idx_video .box_cont .video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (min-width: 769px) {
  .idx04 {
    padding: clamp(80px, 6.25vw, 96px) 0 0;
  }
  .idx04 .wrap01 {
    --top: min(16vw, 303px);
    padding-bottom: 50px;
    margin-bottom: 80px;
  }
  .idx04 .wrap01::before {
    border-radius: clamp(50px, 6.25vw, 100px);
  }
  .idx04 .wrap02 {
    --top: min(9.5vw, 182px);
    padding-bottom: clamp(50px, 6.25vw, 120px);
  }
  .idx04 .wrap02::before {
    border-radius: clamp(60px, 6.25vw, 120px) clamp(60px, 6.25vw, 120px) 0 0;
  }
  .idx04 .ttl_h3 {
    margin-bottom: 39px;
    margin-left: -3px;
  }
  .idx04 .idx_box {
    justify-content: flex-end;
    margin-bottom: 69px;
  }
  .idx04 .idx_box .box_img {
    flex-shrink: 0;
    width: 50%;
    margin-left: 5.6%;
  }
  .idx04 .idx_box .box_img picture img {
    border-radius: 20px;
  }
  .idx04 .idx_box .box_cont {
    max-width: 500px;
    width: 35%;
    padding-top: min(4vw, 76px);
  }
  .idx04 .idx_box .txt_en {
    left: -0.9333em;
    top: 0;
    height: max-content;
  }
  .idx04 .idx_list {
    margin-bottom: 30px;
  }
  .idx04 .idx_list .item {
    padding: min(4vw, 43px) min(3.1vw, 59px) min(4vw, 61px);
  }
  .idx04 .idx_list .item .list {
    padding: 0 min(3.325vw, 62px);
  }
  .idx04 .idx_flow {
    margin-bottom: 73px;
  }
  .idx04 .idx_flow .list_flow {
    font-size: min(0.53vw, 10px);
    --gap: 10em;
  }
  .idx04 .idx_flow .list_flow .item:not(:nth-child(3n)) .img::after {
    width: 12.6em;
    left: calc(100% - 3.95em);
  }
  .idx04 .idx_flow .list_flow .item .img {
    margin-bottom: 2.8em;
  }
  .idx04 .idx_flow .list_flow .item .img picture {
    border-radius: 20px;
  }
  .idx04 .idx_flow .list_flow .item .tt {
    font-size: max(12px, 1.8em);
    border-radius: 0 0 20px 20px;
    padding: 0.4444em 1.1111em;
  }
  .idx04 .idx_video {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .idx04 .idx_video .box_ttl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .idx04 .idx_video .box_ttl .ttl_h4 {
    text-align: left;
    margin-left: auto;
    padding-top: min(2.5vw, 41px);
    padding-right: min(2.5vw, 44px);
    margin-bottom: 20px;
  }
  .idx04 .idx_video .box_ttl .ttl_h4 .h_en {
    padding: 1.9375em 0.5625em 1.9375em 0.6875em;
    margin-left: 1.1875em;
  }
  .idx04 .idx_video .box_ttl .ttl_h4 h4 {
    margin-top: -2px;
    letter-spacing: 0.115em;
  }
  .idx04 .idx_video .box_ttl .note {
    font-size: min(1.3vw, 16px);
    letter-spacing: -0.04em;
    padding-bottom: 1.5625em;
  }
  .idx04 .idx_video .box_cont {
    width: 82%;
    flex-shrink: 0;
  }
  .idx04 .idx_video .box_cont .video {
    aspect-ratio: 1040/585;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx04 .idx_box .box_img {
    margin-left: 3.5%;
  }
  .idx04 .idx_box .txt_en {
    left: -0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .idx_box .box_cont {
    width: 45%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx04 .idx_list .item .list {
    padding: 0 10px;
  }
}

.idx05 {
  position: relative;
  background-color: #fcd131;
  z-index: 0;
}
.idx05::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/1891;
  top: 0px;
  left: 0px;
  right: 0px;
  background: url("../images/idx05_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx05 .ttl_h3::after {
  content: "";
  position: absolute;
  width: 23.75em;
  aspect-ratio: 380/264;
  opacity: 0.16;
  background: url("../images/ic-logo1.png") no-repeat center/cover;
}
.idx05 .idx_list {
  counter-reset: item;
}
.idx05 .idx_list .item {
  counter-increment: item;
  max-width: 600px;
}
.idx05 .idx_list .item .img {
  position: relative;
  width: 90%;
  max-width: 540px;
  z-index: 2;
  margin-bottom: 3.4em;
}
.idx05 .idx_list .item .img picture img {
  border-radius: 4em;
}
.idx05 .idx_list .item .txt {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  z-index: 1;
}
.idx05 .idx_list .item .txt::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  font-family: var(--f-en);
  color: #fff;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.05em;
}
.idx05 .idx_list .item .txt::after {
  --top: 26.6em;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + var(--top));
  top: calc(var(--top) * -1);
  left: 0px;
  right: 0px;
  border-radius: 4em;
  background-color: rgba(189, 136, 27, 0.4);
  z-index: -1;
}
.idx05 .idx_list .item .tt {
  position: relative;
  font-family: var(--f-zmg);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
.idx05 .idx_list .item .desc p {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2;
}
.idx05 .idx_list .item .desc p:has(+ p) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .idx05 {
    padding: clamp(80px, 6.25vw, 98px) 0 min(9vw, 166px);
  }
  .idx05 .ttl_h3 {
    width: 50%;
    margin-left: auto;
    padding-left: 3.6875em;
    margin-bottom: -2.375em;
  }
  .idx05 .ttl_h3 h3 {
    margin-bottom: 22px !important;
  }
  .idx05 .ttl_h3 .h_en {
    margin-left: 2px !important;
  }
  .idx05 .ttl_h3::after {
    top: -4.1875em;
    left: -9.9375em;
  }
  .idx05 .idx_list {
    font-size: min(0.78vw, 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .idx05 .idx_list .item {
    width: 47%;
  }
  .idx05 .idx_list .item .txt {
    padding: 0 6em 4.4em;
    width: 88%;
  }
  .idx05 .idx_list .item .txt::before {
    top: -0.125em;
    left: -0.5417em;
    font-size: 12em;
  }
  .idx05 .idx_list .item .tt {
    font-size: max(18px, 2.8em);
    margin-bottom: 0.6429em;
  }
  .idx05 .idx_list .item .desc p {
    font-size: max(14px, 1.8em);
  }
  .idx05 .idx_list .item2 {
    padding-top: clamp(80px, 6.25vw, 100px);
  }
  .idx05 .idx_list .item2 .txt::before {
    left: -0.6em;
  }
  .idx05 .idx_list .item3 {
    margin-top: -5px;
  }
  .idx05 .idx_list .item.w-full {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .idx05 .idx_list .item.w-full .img {
    width: 50%;
    max-width: 600px;
  }
  .idx05 .idx_list .item.w-full .txt {
    width: 52%;
    max-width: 660px;
    margin-left: 0;
    padding: 7em 6em 2.6em;
  }
  .idx05 .idx_list .item.w-full .txt::before {
    top: -0.425em;
    right: 0.6em;
    left: unset;
  }
  .idx05 .idx_list .item.w-full .txt::after {
    left: unset;
    top: 0;
    width: 142.7%;
    height: calc(100% + 4.6em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx05 .idx_list .item .txt {
    padding-right: 4.5em;
  }
  .idx05 .idx_list .item3 {
    margin-top: 60px;
  }
  .idx05 .idx_list .item.w-full .txt {
    padding-right: 4.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .ttl_h3 {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx05 .idx_list {
    font-size: min(0.65vw, 10px);
  }
}

.idx06 {
  position: relative;
  z-index: 1;
}
.idx06::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  aspect-ratio: 1880/745;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: min(2.6vw, 40px) min(2.6vw, 40px) 0 0;
  background: url("../images/idx06_bg.png") no-repeat center/cover;
  z-index: -1;
}
.idx06 .idx_slider .slick-arrow {
  top: 50%;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  background-color: #f6fafd;
  border: 1px solid #dfe9f1;
  z-index: 1;
}
.idx06 .idx_slider .slick-arrow::before {
  content: "";
  position: absolute;
  width: round(1.7em, 1px);
  aspect-ratio: 17/32;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}
.idx06 .idx_slider .slick-arrow.slick-next {
  right: 0;
  transform: translate(50%, -54%);
}
.idx06 .idx_slider .slick-arrow.slick-next::before {
  --mask: url("../images/ic-next.png");
}
.idx06 .idx_slider .slick-arrow.slick-prev {
  left: 0;
  transform: translate(-50%, -54%);
}
.idx06 .idx_slider .slick-arrow.slick-prev::before {
  --mask: url("../images/ic-prev.png");
}
.idx06 .idx_slider .slider-nav {
  background-color: #f1f6f9;
  border: 1px solid #dfe9f1;
}
.idx06 .idx_slider .slider-nav:not(.slick-slider) .item:not(:first-child) {
  display: none;
}
.idx06 .idx_slider .slider-nav .slick-list {
  overflow: visible !important;
}
.idx06 .idx_slider .slider-nav .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.idx06 .idx_slider .slider-nav .item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.idx06 .idx_slider .slider-nav .item:not(:last-child)::before {
  content: "";
  position: absolute;
  aspect-ratio: 17/32;
  left: 100%;
  background: url("../images/ic-arr-lg.png") no-repeat center/cover;
}
.idx06 .idx_slider .slider-nav .item .num {
  flex-shrink: 0;
  width: 2.9167em;
  height: 2.9167em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #828da2;
  margin-bottom: 0;
  margin-right: 0.8333em;
  transition: all 0.3s ease;
}
.idx06 .idx_slider .slider-nav .item .tt {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #828da2;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.idx06 .idx_slider .slider-nav .item .tt > span {
  display: block;
}
.idx06 .idx_slider .slider-nav .item .tt .en {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 0.5833em;
  text-transform: uppercase;
}
.idx06 .idx_slider .slider-nav .item.slick-current {
  opacity: 1;
  pointer-events: none;
}
.idx06 .idx_slider .slider-nav .item.slick-current .num {
  background-color: var(--main-color);
  color: #fff;
}
.idx06 .idx_slider .slider-nav .item.slick-current .tt {
  color: #0e357f;
}
.idx06 .idx_slider .slider-for {
  display: flex;
  justify-content: center;
}
.idx06 .idx_slider .slider-for:not(.slick-slider) .item:not(:first-child) {
  display: none;
}
.idx06 .idx_slider .slider-for .slick-list {
  overflow: visible !important;
}
.idx06 .idx_slider .slider-for .slick-track {
  display: flex;
}
.idx06 .idx_slider .slider-for .item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  z-index: 1;
}
.idx06 .idx_slider .slider-for .item::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.idx06 .idx_slider .slider-for .item1::before {
  background-image: url(../images/idx06_img1.jpg);
}
.idx06 .idx_slider .slider-for .item2::before {
  background-image: url(../images/idx06_img2.jpg);
}
.idx06 .idx_slider .slider-for .item3::before {
  background-image: url(../images/idx06_img3.jpg);
}
.idx06 .idx_slider .slider-for .item4::before {
  background-image: url(../images/idx06_img4.jpg);
}
.idx06 .idx_slider .slider-for .item .txt {
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.9);
}
.idx06 .idx_slider .slider-for .item .txt .ttl {
  display: flex;
  align-items: center;
}
.idx06 .idx_slider .slider-for .item .txt .num {
  width: 2.9167em;
  height: 2.9167em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.idx06 .idx_slider .slider-for .item .txt .tt {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #0e357f;
  margin-bottom: 0;
}
.idx06 .idx_slider .slider-for .item .txt .tt .jp {
  margin-bottom: 0px;
}
.idx06 .idx_slider .slider-for .item .txt .tt .en {
  display: block;
  font-weight: 300;
  font-size: 0.5833em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.idx06 .idx_slider .slider-for .item .txt .desc {
  width: 96%;
  margin: 0 auto;
}
.idx06 .idx_slider .slider-for .item .txt .desc p {
  line-height: 1.75;
}
.idx06 .idx_slider .slider-for .item .txt .desc p:has(+ p) {
  margin-bottom: 10px;
}
.idx06 .idx_slider .slider-for .item .txt .desc ul li {
  line-height: 1.75;
}
.idx06 .idx_slider .slider-for .item .txt .desc ul li:has(+ li) {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1920px) {
  .idx06::before {
    max-width: 1880px;
  }
}
@media only screen and (min-width: 769px) {
  .idx06 {
    padding: clamp(80px, 6.25vw, 119px) 0 clamp(80px, 6.25vw, 120px);
  }
  .idx06 .ttl_h3 {
    margin-bottom: 3.25em;
  }
  .idx06 .idx_slider {
    min-height: clamp(550px, 70vw, 820px);
  }
  .idx06 .idx_slider .slick-arrow {
    font-size: clamp(5px, 0.75vw, 10px);
  }
  .idx06 .idx_slider .slick-arrow:hover {
    background-color: #dfe9f1;
  }
  .idx06 .idx_slider .slick-arrow:hover::before {
    background-color: #37b0ea;
  }
  .idx06 .idx_slider .slider-nav {
    font-size: min(0.8vw, 10px);
    padding: 2.9em 5.3em;
    border-radius: 2em;
    margin-bottom: 6em;
  }
  .idx06 .idx_slider .slider-nav .slick-track {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
  .idx06 .idx_slider .slider-nav .item:not(:last-child) {
    padding-right: 5em;
    margin-right: 6.2em;
  }
  .idx06 .idx_slider .slider-nav .item:not(:last-child)::before {
    width: 1.7em;
    top: calc(50% - 1.6em);
  }
  .idx06 .idx_slider .slider-nav .item:hover .num {
    background-color: #37b0ea;
    color: #fff;
  }
  .idx06 .idx_slider .slider-nav .item:hover .tt {
    color: #37b0ea;
  }
  .idx06 .idx_slider .slider-for {
    min-height: clamp(450px, 58vw, 620px);
  }
  .idx06 .idx_slider .slider-for .slick-track {
    height: 100%;
  }
  .idx06 .idx_slider .slider-for .item {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    font-size: min(0.65vw, 10px);
    width: 112em;
    margin: 0 8em;
    min-height: 63em;
    border-radius: min(5.2vw, 80px);
    padding: 6em;
  }
  .idx06 .idx_slider .slider-for .item::before {
    position: absolute;
    inset: 0;
  }
  .idx06 .idx_slider .slider-for .item .txt {
    max-width: 54em;
    min-height: 51em;
    border-radius: 6em;
    padding: 4em 4em 3.6em;
  }
  .idx06 .idx_slider .slider-for .item .txt .ttl {
    margin-bottom: 3.1em;
  }
  .idx06 .idx_slider .slider-for .item .txt .num {
    font-size: max(18px, 2.4em);
    margin-right: 1.0833em;
  }
  .idx06 .idx_slider .slider-for .item .txt .tt {
    font-size: max(18px, 2.4em);
  }
  .idx06 .idx_slider .slider-for .item .txt .desc {
    font-size: max(14px, 1.6em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx06 .idx_slider .slick-arrow.slick-prev {
    left: calc(50% - 50vw + 8.5vw);
  }
  .idx06 .idx_slider .slick-arrow.slick-next {
    right: calc(50% - 50vw + 8.5vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx06 .idx_slider .slider-nav {
    font-size: min(0.8vw, 8.75px);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx06 .idx_slider .slider-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1260px) {
  .idx06 .idx_slider .slider-nav .item:not(:last-child) {
    padding-right: 3em;
    margin-right: 5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx06 .idx_slider .slider-for .item .txt .desc {
    font-size: max(10px, 1.6em);
  }
}

.idx07 {
  position: relative;
  z-index: 1;
}
.idx07::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  background: url("../images/idx07_bg.png") no-repeat top center/100% auto var(--main-color);
  z-index: -1;
}
.idx07 .TabContainer .TabPager {
  position: relative;
  gap: 1px;
  z-index: 3;
}
.idx07 .TabContainer .TabPager > div {
  position: relative;
  align-items: flex-end;
  max-width: 320px;
  height: 5.3125em;
}
.idx07 .TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  width: 0.875em;
  aspect-ratio: 14/18;
  top: calc(100% - 1px);
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: var(--clr2);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.idx07 .TabContainer .TabPager > div .tt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  width: 100%;
  height: 82.3529411765%;
  padding: 10px 0.9091em;
  border-radius: 0.7273em 0.7273em 0 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.idx07 .TabContainer .TabPager > div.active {
  pointer-events: none;
}
.idx07 .TabContainer .TabPager > div.active::before {
  opacity: 1;
  visibility: visible;
}
.idx07 .TabContainer .TabPager > div.active .tt {
  height: 100%;
  background-color: var(--clr2);
}
.idx07 .TabContainer .TabContent .content > div {
  background-color: #fff;
}
.idx07 .TabContainer .TabContent .content > div .idx_box {
  display: flex;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_img {
  max-width: 504px;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_img picture img {
  border-radius: 10px;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .tt {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 0.7em;
  margin-bottom: 1.1333em;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .tt::before {
  content: "";
  position: absolute;
  width: 5.3333em;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-color: var(--clr2);
}
@media only screen and (max-width: 1920px) {
  .idx07::before {
    max-width: 1800px;
  }
}
@media only screen and (min-width: 769px) {
  .idx07 {
    padding: clamp(80px, 6.7vw, 127px) 20px clamp(80px, 6.7vw, 120px);
  }
  .idx07::before {
    width: calc(100% - 20px);
    left: 0;
    border-radius: 0 clamp(50px, 6.25vw, 100px) clamp(50px, 6.25vw, 100px) 0;
  }
  .idx07 .ttl_h3 {
    margin-left: min(3.125vw, 58px) !important;
    margin-bottom: -2.375em;
  }
  .idx07 .ttl_h3 h3 {
    line-height: 1.3333333333;
    margin-bottom: 12px !important;
  }
  .idx07 .TabContainer {
    min-height: clamp(380px, 50vw, 605px);
  }
  .idx07 .TabContainer .TabPager {
    justify-content: flex-end;
    padding: 0 min(3.125vw, 60px);
  }
  .idx07 .TabContainer .TabPager > div {
    width: 30%;
  }
  .idx07 .TabContainer .TabPager > div:hover .tt {
    background-color: rgba(248, 182, 45, 0.8);
  }
  .idx07 .TabContainer .TabContent .content > div {
    border-radius: 1.875em;
    padding: 60px 145px 60px 60px;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box {
    justify-content: space-between;
    align-items: center;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_img {
    width: 48%;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont {
    width: 48%;
    padding-bottom: 6px;
    max-width: 495px;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .tt {
    font-size: var(--ttl_size);
  }
}
@media only screen and (min-width: 1561px) {
  .idx07 {
    left: -5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx07 .TabContainer .TabContent .content > div {
    padding: clamp(40px, 3.125vw, 60px) min(8.5vw, 163px) clamp(30px, 3.125vw, 60px) clamp(40px, 3.125vw, 60px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 .TabContainer .TabContent .content > div {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx07 .TabContainer .TabContent .content > div .idx_box {
    align-items: flex-start;
  }
}

.idx08 {
  position: relative;
  z-index: 0;
}
.idx08::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + min(25vw, 393px));
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #e9f0f5;
  z-index: -1;
}
.idx08 .idx_box {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.idx08 .idx_box::before {
  content: "";
  position: absolute;
  border: 1px solid var(--main-color);
  z-index: -1;
}
.idx08 .idx_box .item3 .txt p:not(.note) {
  font-weight: 500;
}
.idx08 .idx_box .item3 .txt p:not(.note):has(+ p) {
  margin-bottom: 3px;
}
.idx08 .idx_box .item .tt {
  position: relative;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding-left: 1.0833em;
}
.idx08 .idx_box .item .tt::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 100%;
  top: 1px;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0.25em 0.25em 0;
  background-color: var(--clr2);
}
.idx08 .idx_box .item .idx_table:not(:last-child) {
  margin-bottom: 1em;
}
.idx08 .idx_box .item .idx_table dl {
  display: flex;
}
.idx08 .idx_box .item .idx_table dl:has(+ dl) {
  margin-bottom: 1px;
}
.idx08 .idx_box .item .idx_table dl dt,
.idx08 .idx_box .item .idx_table dl dd {
  min-height: var(--min-h);
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.idx08 .idx_box .item .idx_table dl dt {
  width: var(--w);
  background-color: var(--main-color);
  border-radius: 5px 0 0 5px;
  color: #fff;
  justify-content: center;
}
.idx08 .idx_box .item .idx_table dl dd {
  width: calc(100% - var(--w));
  background-color: #e9f0f5;
  border-radius: 0 5px 5px 0;
}
.idx08 .idx_box .item .idx_table dl .num {
  letter-spacing: 0.05em;
  line-height: 1.2857142857;
  color: var(--main-color);
}
.idx08 .idx_box .note {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  line-height: 1.875;
}
.idx08 .idx_box .note::before {
  content: "※";
  position: absolute;
  font-size: inherit;
  color: inherit;
  top: 0;
  left: 0px;
}
.idx08 .idx_box .note_line {
  padding-bottom: 2px;
}
.idx08 .idx_box .note_line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: currentColor;
}
@media only screen and (min-width: 769px) {
  .idx08 {
    padding: 77px 0 clamp(80px, 6.25vw, 120px);
  }
  .idx08 .ttl_h3 {
    margin-bottom: 3.375em;
  }
  .idx08 .idx_box {
    border-radius: 55px;
    padding: clamp(60px, 4.2vw, 79px) min(6.25vw, 120px) clamp(60px, 4.2vw, 71px);
  }
  .idx08 .idx_box::before {
    inset: 15px;
    border-radius: 40px;
  }
  .idx08 .idx_box .item:has(+ .item) {
    margin-bottom: 40px;
  }
  .idx08 .idx_box .item3 {
    display: flex;
    margin-bottom: 25px;
  }
  .idx08 .idx_box .item3 .tt {
    flex-shrink: 0;
    margin-top: 0.2917em;
    height: fit-content;
    margin-right: 4.4167em;
  }
  .idx08 .idx_box .item .tt {
    font-size: calc(var(--ttl_size) - 6px);
    margin-bottom: 0.9583em;
  }
  .idx08 .idx_box .item .idx_table dl dt,
  .idx08 .idx_box .item .idx_table dl dd {
    --w: 13em;
    --min-h: 3em;
    font-size: calc(var(--txt_size) + 4px);
  }
  .idx08 .idx_box .item .idx_table dl dt {
    padding: 0.35em 1em;
  }
  .idx08 .idx_box .item .idx_table dl dd {
    padding: 0.35em 2.95em;
  }
  .idx08 .idx_box .item .idx_table dl .num {
    font-size: calc(var(--ttl_size) - 2px);
  }
  .idx08 .idx_box .note_line {
    margin-bottom: 1px;
  }
}

.idx09 {
  position: relative;
  background-color: #e9f0f5;
  z-index: 2;
}
.idx09::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  background-color: #fff;
  z-index: -1;
}
.idx09 .faq_container .faq_group {
  counter-reset: item;
}
.idx09 .faq_container .faq_group .item {
  background-color: #f2f2f2;
  border-radius: 1.875em;
  counter-increment: item;
  overflow: hidden;
}
.idx09 .faq_container .faq_group .item:has(+ .item) {
  margin-bottom: 1em;
}
.idx09 .faq_container .faq_group .question,
.idx09 .faq_container .faq_group .answer {
  position: relative;
  padding: 2.5625em calc(var(--px) + 1.5em) 2.6875em var(--px);
}
.idx09 .faq_container .faq_group .question {
  transition: all 0.3s ease;
}
.idx09 .faq_container .faq_group .question .ttl {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--clr1);
}
.idx09 .faq_container .faq_group .question .ttl::before {
  content: "Q" counter(item) ".";
  display: inline;
  font-size: inherit;
  font-weight: 700;
  color: var(--main-color);
  padding-right: 9px;
}
.idx09 .faq_container .faq_group .question .ic {
  position: absolute;
  width: 3.75em;
  height: 3.75em;
  border-radius: 50%;
  background-color: var(--main-color);
  top: 0;
  bottom: 0;
  right: calc(var(--px) / 2 - 0.625em);
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.idx09 .faq_container .faq_group .question .ic::before, .idx09 .faq_container .faq_group .question .ic::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: max(12px, 1.375em);
  height: 2px;
  background-color: #fff;
  z-index: 2;
}
.idx09 .faq_container .faq_group .question:not(.rotate) .ic::after {
  transform: rotate(90deg);
}
.idx09 .faq_container .faq_group .question.rotate {
  padding-bottom: 1.25em;
}
.idx09 .faq_container .faq_group .question.rotate .ic {
  background-color: var(--clr2);
  top: 23px;
}
@media only screen and (min-width: 769px) {
  .idx09 .faq_container .faq_group .question:hover {
    cursor: pointer;
    background-color: #e9f0f5;
  }
  .idx09 .faq_container .faq_group .question:hover .ic {
    background-color: var(--clr2);
  }
  .idx09 .faq_container .faq_group .question:hover.rotate .ic {
    background-color: var(--main-color);
  }
}
.idx09 .faq_container .faq_group .answer {
  padding: 0.625em var(--px) 3.25em;
  position: relative;
}
.idx09 .faq_container .faq_group .answer .content {
  min-height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .idx09 {
    padding: 77px 0 clamp(80px, 6.25vw, 120px);
  }
  .idx09::before {
    width: calc(100% - 20px);
    right: 0px;
    border-radius: clamp(50px, 6.25vw, 100px) 0 0 clamp(50px, 6.25vw, 100px);
  }
  .idx09 .ttl_h3 {
    margin-bottom: 54px;
  }
  .idx09 .faq_container {
    padding: 0 55px;
  }
  .idx09 .faq_container .faq_group {
    --px: 5em;
  }
  .idx09 .faq_container .faq_group .question .ttl {
    font-size: calc(var(--txt_size) + 4px);
  }
}
@media only screen and (min-width: 1561px) {
  .idx09 {
    right: -5px;
  }
}
@media only screen and (max-width: 1920px) {
  .idx09::before {
    max-width: 1800px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx09 .faq_container .faq_group {
    --px: 3em ;
  }
}

.idx10 {
  position: relative;
  background-color: #e9f0f5;
  z-index: 1;
}
.idx10::before {
  position: absolute;
  width: 100%;
  height: 512px;
  top: 0;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: url("../images/idx10_bg.png") no-repeat center/cover;
  z-index: -1;
}
.idx10 .idx_doctor {
  position: relative;
  display: flex;
  z-index: 1;
}
.idx10 .idx_doctor::before {
  content: "";
  position: absolute;
  background-color: #f6f8fa;
  z-index: -1;
}
.idx10 .idx_doctor::after {
  content: "";
  position: absolute;
  width: 38em;
  aspect-ratio: 380/264;
  background: url("../images/ic-logo2.png") no-repeat center/cover;
  opacity: 0.16;
}
.idx10 .idx_doctor .box_img {
  flex-shrink: 0;
  max-width: 720px;
}
.idx10 .idx_doctor .box_img picture {
  position: relative;
  z-index: 1;
}
.idx10 .idx_doctor .box_img picture::before {
  content: "";
  position: absolute;
  width: 101.3888888889%;
  aspect-ratio: 1/1;
  background: url("../images/idx10_doctor_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx10 .idx_doctor .box_img picture img {
  box-shadow: -2.5px 4.33px 10px 0px rgba(17, 63, 151, 0.1);
}
.idx10 .idx_doctor .box_cont .desc p {
  font-size: calc(var(--txt_size) + 2px);
  line-height: 2;
  letter-spacing: 0.14em;
}
.idx10 .idx_doctor .box_cont .desc .txt-main {
  font-size: calc(var(--txt_size) + 4px);
  line-height: 1.8;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}
.idx10 .idx_doctor .box_cont .info .pos {
  display: inline-block;
  border-radius: 999em;
  background-color: var(--clr2);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #fff;
  padding: 0.8125em 1.375em 0.875em 1.5625em;
  margin-bottom: 0.5em;
}
.idx10 .idx_doctor .box_cont .info .name {
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: var(--main-color);
  padding: 0.5em 0.9231em 0.5769em 1.4231em;
  border-radius: 999em;
}
.idx10 .idx_doctor .box_cont .info .name .en {
  font-size: calc(var(--txt_size) - 2px);
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-left: 1em;
}
.idx10 .idx_news {
  position: relative;
  z-index: 2;
}
.idx10 .idx_news::before {
  content: "";
  position: absolute;
  width: 100vw;
  bottom: 0;
  left: calc(50% - 50vw);
  background: #fff;
  z-index: -1;
}
.idx10 .idx_news .TabContainer {
  background-color: #fff;
}
.idx10 .idx_news .TabContainer .TabPager {
  gap: 10px;
}
.idx10 .idx_news .TabContainer .TabPager > div {
  max-width: 384px;
  background-color: #f1f6f9;
  border: 1px solid #dfe9f1;
}
.idx10 .idx_news .TabContainer .TabPager > div .tt {
  font-size: calc(var(--txt_size) + 2px);
  font-weight: 500;
  color: #828da2;
}
.idx10 .idx_news .TabContainer .TabPager > div.active {
  pointer-events: none;
  border-color: var(--clr2);
  background-color: var(--clr2);
  box-shadow: 4.495px 11.126px 32px 0px rgba(248, 182, 45, 0.4);
}
.idx10 .idx_news .TabContainer .TabPager > div.active .tt {
  color: #fff;
}
.idx10 .idx_news .TabContent .content > div .news ul li {
  max-width: 400px;
}
.idx10 .idx_news .TabContent .content > div .news ul li a {
  color: var(--clr1);
  text-decoration: none;
}
.idx10 .idx_news .TabContent .content > div .news ul li a .thumb {
  position: relative;
  margin-bottom: 23px;
}
.idx10 .idx_news .TabContent .content > div .news ul li a .thumb picture {
  width: 100%;
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx10 .idx_news .TabContent .content > div .news ul li a .thumb picture img {
  max-height: 100%;
  object-fit: cover;
}
.idx10 .idx_news .TabContent .content > div .news ul li a .date {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: var(--f-en);
  color: var(--main-color);
  font-size: calc(var(--txt_size) - 2px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  background-color: #fff;
  border-radius: 1.1429em 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9286em 0.9286em 1.0714em 1.7143em;
}
.idx10 .idx_news .TabContent .content > div .news ul li a .title {
  font-family: var(--f-en);
  font-size: calc(var(--txt_size) + 4px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.idx10 .idx_news .TabContent .content > div .news ul li a .desc {
  line-height: 1.875;
}
@media only screen and (min-width: 769px) {
  .idx10 {
    padding: 120px 0 0;
  }
  .idx10 .ttl_h3 {
    margin-bottom: 42px;
    margin-left: -4px;
  }
  .idx10 .idx_doctor {
    justify-content: space-between;
    --pt: min(4.2vw, 80px);
    padding-bottom: clamp(100px, 7vw, 119px);
  }
  .idx10 .idx_doctor::before {
    width: 100vw;
    height: calc(100% + 110px);
    top: var(--pt);
    bottom: 0px;
    left: 0px;
  }
  .idx10 .idx_doctor::after {
    font-size: min(0.65vw, 10px);
    top: -4.6em;
    right: -7.4em;
  }
  .idx10 .idx_doctor .box_img {
    width: 50%;
  }
  .idx10 .idx_doctor .box_img picture::before {
    top: 48.1%;
    left: -33.4%;
    border-radius: 0 20px 20px 0;
  }
  .idx10 .idx_doctor .box_img picture img {
    border-radius: 20px 20px 20px clamp(40px, 4.2vw, 80px);
  }
  .idx10 .idx_doctor .box_cont {
    padding-top: calc(var(--pt) + min(4.8vw, 92px));
    width: 44%;
    max-width: 633px;
    padding-right: min(4.2vw, 80px);
  }
  .idx10 .idx_doctor .box_cont .desc {
    margin-bottom: 59px;
  }
  .idx10 .idx_doctor .box_cont .info .name {
    font-size: calc(var(--ttl_size) - 4px);
  }
  .idx10 .idx_doctor .box_cont .txt_en {
    position: absolute;
    right: -1.77em;
    text-align: right;
    bottom: 0.52em;
    line-height: 1.2;
  }
  .idx10 .idx_news::before {
    height: calc(100% - 190px);
  }
  .idx10 .idx_news .TabContainer {
    border-radius: clamp(40px, 4.2vw, 80px) clamp(40px, 4.2vw, 80px) 0 0;
    padding: clamp(60px, 6.25vw, 120px) min(4.2vw, 80px);
  }
  .idx10 .idx_news .TabContainer .TabPager {
    gap: 10px;
  }
  .idx10 .idx_news .TabContainer .TabPager > div {
    border-radius: 999em;
    padding: 13px 20px 15px;
  }
  .idx10 .idx_news .TabContainer .TabPager > div:hover {
    background-color: #bd881b;
  }
  .idx10 .idx_news .TabContainer .TabPager > div:hover .tt {
    color: #fff;
  }
  .idx10 .idx_news .TabContainer .TabContent .content > div {
    padding: 60px 0 0;
  }
  .idx10 .idx_news .TabContainer .TabContent .content > div .news ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 54px;
    --gap: min(2.6vw, 40px);
    gap: var(--gap);
  }
  .idx10 .idx_news .TabContainer .TabContent .content > div .news ul li {
    width: calc((100% - var(--gap) * 2) / 3);
  }
  .idx10 .idx_news .TabContainer .TabContent .content > div .news ul li a .thumb picture img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1920px) {
  .idx10::before {
    content: "";
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx10 .idx_doctor::after {
    right: -1.8vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx10 .idx_doctor .box_cont .txt_en {
    right: -20px;
    z-index: -1;
    font-size: clamp(20px, 4vw, 100px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx10 .idx_doctor::after {
    font-size: min(0.6vw, 8px);
    right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx10 .idx_doctor .box_cont .desc p {
    font-size: calc(var(--txt_size));
  }
  .idx10 .idx_doctor .box_cont .txt_en {
    right: 10px;
    bottom: 10px;
  }
}

.index07 {
  padding: 80px 0px;
  background-color: #edeff2;
}
.index07 .content {
  align-items: inherit;
}
.index07 .content .box {
  width: 49%;
  padding: 50px;
  max-width: 638px;
  background-color: #fff;
}
.index07 .content li {
  border-bottom: 1px solid #c8c8c8;
  width: auto;
}
.index07 .content li a {
  display: inline-flex;
  text-decoration: none;
  padding: 26px 0px 26px;
  --w: 8.5em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
}
.index07 .content li a span {
  display: inline-block;
}
.index07 .content li a:hover {
  opacity: 1;
  color: var(--clr2);
}
.index07 .content li a:hover .date {
  color: var(--clr2);
}
.index07 .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  font-weight: 500;
  color: var(--main-color);
}
.index07 .content li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  padding-right: 1.5em;
}
.index07 .content .news {
  position: relative;
}
.index07 .content .btn-group {
  position: absolute;
  right: 0px;
  top: 4px;
  z-index: 1;
  width: 50%;
  max-width: 218px;
}
.index07 .content .btn-group .btn.style01 {
  width: 100%;
}

.index08 {
  padding: 100px 0;
}
.index08 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 238px;
  height: 229px;
  transition: all 0.3s;
  color: #fff;
  text-align: center;
}
.index08 .box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/doctor.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--main-color);
  z-index: -1;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 238 229' %3E%3Cpath d='M7.790,92.655 C0.489,114.686 -2.999,140.450 8.422,161.34 C13.375,169.960 20.650,177.390 28.386,184.63 C76.535,225.594 153.75,247.999 207.372,207.209 C237.463,184.605 240.996,137.660 235.151,102.626 C230.113,72.430 214.626,43.769 190.924,24.336 C157.942,-2.704 121.593,-6.1 84.325,11.146 C49.608,27.120 21.242,56.863 7.790,92.655 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: bottom center;
  -webkit-mask-position: bottom center;
}
.index08 .box:hover::before {
  opacity: 1;
}

.index09 {
  padding: 100px 0;
  background-color: #333;
}
.index09 h3 {
  text-align: center;
  color: blue;
  text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, -1px -2px 0 #fff, 0px -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, -2px 0px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, 2px 0px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0px 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff;
}
.index09 .idx_row {
  display: flex;
  flex-wrap: wrap;
}
.index09 .idx_row .box {
  width: 100%;
  margin-bottom: 20px;
  background-color: var(--main-color);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .index09 .idx_row > .box {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .index09 .idx_row > .box:nth-child(2n+2), .index09 .idx_row > .box:last-child {
    margin-right: 0px;
  }
}
.index09 .idx_row.st1 > .box {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 10px;
}
.index09 .idx_row.st1 > .box:nth-child(3n+3), .index09 .idx_row.st1 > .box:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 769px) {
  .index09 .idx_row.st2 > .box {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .index09 .idx_row.st2 > .box:nth-child(4n+4), .index09 .idx_row.st2 > .box:last-child {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  .index09 .idx_row.st3 > .box {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .index09 .idx_row.st3 > .box:nth-child(5n+5), .index09 .idx_row.st3 > .box:last-child {
    margin-right: 0px;
  }
}

.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

/*# sourceMappingURL=index_pc.css.map */
