.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 940px;
  position: relative;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  z-index: 0;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.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_video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.home_page .key_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_page .key_video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.home_page .key_text {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home_page .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .catch {
  width: 100%;
}
.home_page .key h2,
.home_page .key p {
  font-family: var(--f-jp);
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.home_page .key h2 {
  font-size: 6.3em;
  line-height: 1.5873015873;
  margin-bottom: 0.7302em;
}
.home_page .key p {
  font-size: 3em;
  line-height: 1.4666666667;
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
}
@media only screen and (min-width: 769px) {
  .home_page .key_text .item {
    align-items: flex-end;
  }
  .home_page .key .catch {
    padding: 20.2em 11.5em;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 800px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: 100vh;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 0.875vmin;
  }
  .home_page .key_text .item {
    align-items: center;
  }
  .home_page .key .catch {
    padding: 16em 8em 8em;
  }
}

.home_page .topic_path {
  display: none;
}
.home_page .ttl_h3 {
  position: relative;
}
.home_page .ttl_h3 .h_en {
  font-family: var(--f-en);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-bottom: 0;
}
.home_page .ttl_h3 h3 {
  font-weight: 400;
  font-family: var(--f-jp);
  letter-spacing: 0.05em;
}
.home_page .ttl_h3.white .h_en,
.home_page .ttl_h3.white h3 {
  color: #fff;
}
.home_page .ttl_h3:not(.st2) .h_en {
  color: var(--main-color);
}
.home_page .ttl_h3:not(.st2) h3 {
  color: var(--main-color);
  position: relative;
}
.home_page .ttl_h3:not(.st2) h3::before, .home_page .ttl_h3:not(.st2) h3::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
}
.home_page .ttl_h3:not(.st2) h3::before {
  background-color: var(--main-color);
}
.home_page .ttl_h3:not(.st2) h3::after {
  width: 100%;
  background-color: rgba(33, 51, 89, 0.2);
}
.home_page .ttl_h3:not(.st2).white .h_en,
.home_page .ttl_h3:not(.st2).white h3 {
  color: #fff;
}
.home_page .ttl_h3:not(.st2).white h3::before {
  background-color: #fff;
}
.home_page .ttl_h3:not(.st2).white h3::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.home_page .ttl_h3.st2 .h_en {
  line-height: 1.5744680851;
}
.home_page .ttl_h3.st2 h3 {
  position: relative;
  line-height: 1.9411764706;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .home_page {
    --pb-06: 452px;
  }
  .home_page .ttl_h3 {
    margin-bottom: 49px;
  }
  .home_page .ttl_h3:not(.st2) .h_en {
    font-size: calc(var(--fs-base) + 4px);
  }
  .home_page .ttl_h3:not(.st2) h3 {
    font-size: calc(var(--ttl_size) + 5px);
    padding-bottom: 0.6857em;
    margin-bottom: 0.0286em;
  }
  .home_page .ttl_h3:not(.st2) h3:before {
    width: 2em;
  }
  .home_page .ttl_h3:not(.st2) h3::after {
    max-width: max(500px, 18em);
  }
  .home_page .ttl_h3.ttl_center {
    text-align: center;
  }
  .home_page .ttl_h3.ttl_center h3::before, .home_page .ttl_h3.ttl_center h3::after {
    right: 0;
    margin: 0 auto;
  }
  .home_page .ttl_h3.ttl_right {
    text-align: right;
  }
  .home_page .ttl_h3.ttl_right h3::before, .home_page .ttl_h3.ttl_right h3::after {
    left: unset;
    right: 0;
  }
  .home_page .ttl_h3.st2 {
    display: flex;
    align-items: center;
  }
  .home_page .ttl_h3.st2 .h_en {
    font-size: calc(var(--ttl_size) + 17px);
    margin-right: 0.4894em;
  }
  .home_page .ttl_h3.st2 h3 {
    font-size: calc(var(--fs-base) + 1px);
    top: -2px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .ttl_h3.st2 .h_en {
    font-size: calc(var(--ttl_size) + 4px);
  }
  .home_page .ttl_h3.st2 h3 {
    font-size: calc(var(--fs-base));
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .home_page {
    --pb-06: 400px;
  }
}

section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx01 .wrap {
  max-width: 1500px;
  margin: 0 auto;
  background-color: rgba(28, 28, 28, 0.51);
}
.idx01 .idx_box .box {
  max-width: 560px;
}
.idx01 .news {
  position: relative;
}
.idx01 .news ul li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  width: auto;
}
.idx01 .news ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  color: #fff;
  transition: all 0.3s ease;
}
.idx01 .news ul li a::before {
  content: "";
  position: absolute;
  width: 13px;
  aspect-ratio: 13/5;
  right: 14px;
  background: url("../images/ic_arr01_sm.png") no-repeat center/cover;
}
.idx01 .news ul li a span {
  display: inline-block;
}
.idx01 .news ul li a:hover {
  opacity: 1;
}
.idx01 .news ul li a .date {
  font-family: var(--f-en);
  font-size: calc(var(--fs-base) - 2px);
  letter-spacing: 0.05em;
  width: var(--w);
  transition: all 0.3s;
}
.idx01 .news ul li a .title {
  position: relative;
  font-family: var(--f-jp);
  letter-spacing: 0.025em;
  width: calc(100% - var(--w));
  padding-right: 2.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx01 {
    padding-bottom: 44px;
  }
  .idx01 .wrap {
    padding: 75px 0 84px;
  }
  .idx01 .ttl_h3 {
    margin-bottom: 10px;
  }
  .idx01 .idx_box {
    display: flex;
    justify-content: space-between;
  }
  .idx01 .idx_box .box {
    width: 48%;
  }
  .idx01 .news ul li a {
    --w: 95px;
    padding: 1.9375em 0 2em;
  }
  .idx01 .news ul li a:hover {
    padding-left: 1em;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .idx01 .news .btn-group {
    position: absolute;
    right: 0;
    top: 0.625em;
    z-index: 1;
    width: 40%;
    max-width: 199px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx01 .wrap {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx01 .wrap {
    padding: 60px 0;
  }
  .idx01 .idx_box {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 .news .btn-group {
    font-size: 6.5px;
    max-width: 100px;
  }
  .idx01 .news .btn-group .btn {
    min-width: 100px;
  }
}

.idx02 {
  background-color: #fff;
  z-index: 0;
}
.idx02::after {
  content: "";
  position: absolute;
  width: 71%;
  max-width: 1339px;
  aspect-ratio: 1339/737;
  bottom: 0;
  left: 0;
  background: url("../images/idx02_bg.png") no-repeat center/cover;
  z-index: -1;
}
.idx02 .idx_box {
  display: flex;
}
.idx02 .idx_box .box_cont {
  max-width: 630px;
}
.idx02 .idx_box .box_img {
  max-width: 703px;
}
.idx02 .idx_box .box_img picture {
  position: relative;
  padding: 0px 9% 7.43% 0;
  z-index: 0;
}
.idx02 .idx_box .box_img picture img {
  margin-left: auto;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
}
.idx02 .idx_box .box_img picture::after {
  content: "";
  position: absolute;
  width: 80%;
  max-width: 558px;
  aspect-ratio: 558/416;
  bottom: 0;
  right: 0;
  background: url("../images/idx02_img_bg.png") no-repeat center/cover;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx02 {
    padding: clamp(80px, 12vw, 175px) 0 clamp(80px, 12vw, 153px);
  }
  .idx02 .ttl_h3 {
    margin-bottom: 3.5625em;
  }
  .idx02 .desc,
  .idx02 .btn-group {
    padding: 0 40px;
  }
  .idx02 .desc {
    margin-bottom: 3.5625em;
  }
  .idx02 .idx_box {
    justify-content: space-between;
  }
  .idx02 .idx_box .box_cont {
    width: 54%;
  }
  .idx02 .idx_box .box_img {
    flex-shrink: 0;
    width: 60%;
    margin-right: -17.2%;
    padding-top: 18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx02 .idx_box .box_img {
    width: 50%;
    margin-right: -5vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx02 .idx_box .box_img {
    width: 48%;
    margin-right: 0;
  }
  .idx02 .idx_box .box_cont {
    width: 48%;
  }
  .idx02 .desc,
  .idx02 .btn-group {
    padding: 0 10px;
  }
}

.idx03 {
  background-color: #F2F7FA;
  z-index: 0;
}
.idx03::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  right: 0;
  background: url("../images/idx03_bg.jpg") no-repeat top center/cover;
  z-index: -1;
}
.idx03 .idx_box {
  display: flex;
}
.idx03 .idx_box .box_cont {
  max-width: 630px;
}
.idx03 .idx_box .desc {
  color: #fff;
}
.idx03 .idx_list {
  display: flex;
  counter-reset: item;
  gap: 10px;
}
.idx03 .idx_list .item {
  counter-increment: item;
  position: relative;
  max-width: 268px;
  aspect-ratio: 268/260;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  overflow: hidden;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}
.idx03 .idx_list .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.39);
  z-index: -1;
  transition: all 0.3s ease;
}
.idx03 .idx_list .item .txt {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  position: relative;
  color: #fff;
}
.idx03 .idx_list .item .txt::before, .idx03 .idx_list .item .txt::after {
  content: "";
  position: absolute;
  width: 100px;
  aspect-ratio: 100/25;
  background: rgba(226, 199, 180, 0.6);
}
.idx03 .idx_list .item .txt::before {
  top: 0;
  left: 0;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.idx03 .idx_list .item .txt::after {
  bottom: -1px;
  right: 0;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.idx03 .idx_list .item .txt .tt {
  font-size: 1.8em;
  letter-spacing: 0.025em;
  line-height: 1.6666666667;
  position: relative;
}
.idx03 .idx_list .item .txt .tt::before {
  content: counter(item, decimal-leading-zero);
  display: block;
  font-family: var(--f-en);
  font-size: 2.4444em;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.2273em;
}
.idx03 .idx_list .item .txt .ic_arr {
  position: absolute;
  width: round(4.1em, 1px);
  aspect-ratio: 1/1;
  top: 1em;
  right: 1em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: url("../images/ic_arr01_sm.png") no-repeat center/13px 5px;
}
.idx03 .idx_list .item1 {
  background-image: url("../images/idx03_img1.jpg");
}
.idx03 .idx_list .item2 {
  background-image: url("../images/idx03_img2.jpg");
}
.idx03 .idx_list .item3 {
  background-image: url("../images/idx03_img3.jpg");
}
.idx03 .idx_list .item4 {
  background-image: url("../images/idx03_img4.jpg");
}
@media only screen and (min-width: 769px) {
  .idx03 {
    padding: clamp(80px, 12vw, 155px) 0 clamp(80px, 12vw, 100px);
  }
  .idx03::before {
    content: "";
    position: absolute;
    width: 42%;
    max-width: 800px;
    aspect-ratio: 8/7;
    top: -40px;
    left: 0;
    background: url("../images/idx03_img.jpg") no-repeat center/cover;
  }
  .idx03::after {
    max-height: 855px;
  }
  .idx03 .idx_box {
    justify-content: flex-end;
    margin-bottom: 73px;
  }
  .idx03 .idx_box .box_cont {
    width: 58%;
  }
  .idx03 .idx_box .desc {
    padding-left: 50px;
    margin-bottom: 64px;
  }
  .idx03 .idx_box .btn-group .btn {
    margin-left: auto;
  }
  .idx03 .idx_list {
    justify-content: space-between;
    font-size: min(0.9vw, 10px);
    margin: 0 -1px;
  }
  .idx03 .idx_list .item {
    width: calc(25% - 7.5px);
  }
  .idx03 .idx_list .item .txt {
    padding: 1em 3em;
  }
  .idx03 .idx_list .item:hover::before {
    background: rgba(0, 0, 0, 0.55);
  }
  .idx03 .idx_list .item:hover .ic_arr {
    background-color: var(--main-color);
  }
}
@media only screen and (min-width: 1921px) {
  .idx03::before {
    left: calc(50vw - 960px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_box {
    padding: 0 40px;
  }
}

.idx04 {
  background-color: #fff;
}
.idx04 .idx_box {
  position: relative;
  display: flex;
  z-index: 0;
}
.idx04 .idx_box::before {
  content: "";
  position: absolute;
  width: 100vw;
  aspect-ratio: 1920/542;
  left: calc(50% - 50vw);
  background: url("../images/idx04_bg.png") no-repeat center/cover;
  z-index: -1;
}
.idx04 .idx_box .box_img01 {
  max-width: 542px;
}
.idx04 .idx_box .box_img02 {
  max-width: 561px;
}
.idx04 .idx_box .box_cont {
  max-width: 640px;
}
.idx04 .desc {
  color: var(--main-color);
  text-align: center;
}
.idx04 .img {
  display: table;
  position: relative;
  z-index: 0;
}
.idx04 .img::before, .idx04 .img::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.idx04 .img01 {
  width: 80%;
  max-width: 430px;
  margin-bottom: 46px;
}
.idx04 .img01::before {
  width: 111%;
  max-width: 476px;
  aspect-ratio: 476/396;
  bottom: -25.5%;
  left: 0;
  background: url("../images/idx04_img01_bg.png");
}
.idx04 .img02 {
  width: 47%;
  max-width: 250px;
  margin-left: auto;
}
.idx04 .img02::before {
  width: 78%;
  max-width: 194px;
  aspect-ratio: 194/178;
  bottom: -19.9%;
  left: -30.5%;
  background-color: rgba(139, 172, 203, 0.1);
}
.idx04 .img03 {
  margin-left: auto;
  width: 93%;
  max-width: 520px;
}
.idx04 .img03::before {
  width: 33%;
  max-width: 169px;
  aspect-ratio: 169/165;
  top: -13.4%;
  left: -7.9%;
  background-color: rgba(139, 172, 203, 0.1);
}
.idx04 .img03::after {
  width: 80%;
  max-width: 410px;
  aspect-ratio: 410/372;
  bottom: -29.3%;
  right: 0;
  background: url("../images/idx04_img03_bg.png");
}
@media only screen and (min-width: 769px) {
  .idx04 {
    padding: 61px 0 clamp(80px, 12vw, 120px);
  }
  .idx04 .idx_box {
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
  }
  .idx04 .idx_box::before {
    top: 151px;
  }
  .idx04 .idx_box .box_img01 {
    width: 30%;
  }
  .idx04 .idx_box .box_img02 {
    width: 30%;
    padding-top: 85px;
  }
  .idx04 .idx_box .box_cont {
    padding-top: 76px;
    align-self: center;
    width: 40%;
  }
  .idx04 .idx_box .desc {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx04 .idx_box .box_img01, .idx04 .idx_box .box_img02 {
    width: 25%;
  }
  .idx04 .idx_box .box_cont {
    width: 45%;
  }
}

.idx05 {
  background-color: #F5F2EF;
  z-index: 0;
}
.idx05::before, .idx05::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.idx05::before {
  width: 57%;
  max-width: 1075px;
  aspect-ratio: 1075/765;
  top: 0;
  right: 0;
  background-image: url("../images/idx05_bg01.png");
}
.idx05::after {
  width: 65%;
  max-width: 1237px;
  aspect-ratio: 1237/915;
  bottom: 0;
  left: 0;
  background-image: url("../images/idx05_bg02.png");
}
.idx05 .idx_box .item {
  position: relative;
  display: flex;
  z-index: 0;
}
.idx05 .idx_box .item::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: -1;
}
.idx05 .idx_box .item .box_img {
  max-width: 514px;
}
.idx05 .idx_box .item .box_img picture img {
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.06));
}
.idx05 .idx_box .item h4 {
  position: relative;
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) - 4px);
  letter-spacing: 0.05em;
  line-height: 1.7307692308;
  color: var(--clr2);
  background-color: rgba(226, 199, 180, 0.25);
}
.idx05 .idx_box .item h4::before {
  content: "";
  position: absolute;
  width: round(0.3077em, 1px);
  aspect-ratio: 1/1;
  top: 0.3077em;
  border-radius: 50%;
  background-color: #E2C7B4;
}
@media only screen and (min-width: 1561px) {
  .idx05 .idx_box .item {
    min-height: 31.25em;
  }
  .idx05 .idx_box .item .box_cont {
    padding: 5.625em 0 5em;
  }
}
@media only screen and (min-width: 769px) {
  .idx05 {
    padding: clamp(80px, 12vw, 176px) 0 clamp(80px, 12vw, 123px);
  }
  .idx05 .ttl_h3 {
    margin-bottom: 4.5em;
  }
  .idx05 .idx_box {
    margin-bottom: 4.375em;
  }
  .idx05 .idx_box .item {
    justify-content: space-between;
  }
  .idx05 .idx_box .item::after {
    width: 100vw;
  }
  .idx05 .idx_box .item:not(:last-child) {
    margin-bottom: 110px;
  }
  .idx05 .idx_box .item .box_img {
    flex-shrink: 0;
    width: 45%;
    margin-top: -3.125em;
  }
  .idx05 .idx_box .item .box_img picture {
    display: flex;
  }
  .idx05 .idx_box .item .box_img picture img {
    max-width: min(40vw, 630px);
  }
  .idx05 .idx_box .item .box_cont {
    padding: 5em 0;
  }
  .idx05 .idx_box .item h4 {
    padding: 0.1923em 0.9615em 0.2308em;
    margin-bottom: 1.1154em;
  }
  .idx05 .idx_box .item:nth-child(odd)::after {
    right: 2.5em;
  }
  .idx05 .idx_box .item:nth-child(odd) h4::before {
    left: 0.3077em;
  }
  .idx05 .idx_box .item:nth-child(odd) .box_img picture {
    justify-content: flex-start;
  }
  .idx05 .idx_box .item:nth-child(odd) .box_cont {
    padding-left: 1em;
  }
  .idx05 .idx_box .item:nth-child(odd) .box_cont .desc {
    padding: 0 4.75em 0 1.5em;
  }
  .idx05 .idx_box .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .idx05 .idx_box .item:nth-child(even)::after {
    left: 2.5em;
  }
  .idx05 .idx_box .item:nth-child(even) h4 {
    text-align: right;
  }
  .idx05 .idx_box .item:nth-child(even) h4::before {
    right: 0.3077em;
  }
  .idx05 .idx_box .item:nth-child(even) .box_img picture {
    justify-content: flex-end;
  }
  .idx05 .idx_box .item:nth-child(even) .box_cont {
    padding-right: 1em;
  }
  .idx05 .idx_box .item:nth-child(even) .box_cont .desc {
    padding: 0 1.5em 0 4.75em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx05 .idx_box .item .box_cont {
    padding: 4em 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .idx_box .item h4 {
    font-size: max(18px, var(--ttl_size) - 6px);
  }
  .idx05 .idx_box .item:nth-child(odd) .box_cont .desc {
    padding-right: 3em;
  }
  .idx05 .idx_box .item:nth-child(even) .box_cont .desc {
    padding-left: 3em;
  }
  .idx05 .idx_box .box_img picture img {
    max-width: 100%;
  }
}

.idx06 {
  background: url("../images/idx06_bg.jpg") no-repeat top center/cover;
}
.idx06 .box_cont {
  position: relative;
  z-index: 0;
}
.idx06 .box_cont::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: -1;
}
.idx06 .idx_list {
  position: relative;
  counter-reset: step;
  max-width: 870px;
}
.idx06 .idx_list .item {
  counter-increment: step;
  max-width: 750px;
}
.idx06 .idx_list .item .step {
  flex-shrink: 0;
  position: relative;
  width: 7.1429em;
  height: fit-content;
  background: url("../images/idx06_last_step_bg.png") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--f-en);
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.18));
}
.idx06 .idx_list .item .step::before {
  content: "step";
  margin-right: 0.5em;
}
.idx06 .idx_list .item .step::after {
  font-size: 2.1429em;
  content: counter(step, decimal-leading-zero);
}
.idx06 .idx_list .item .img {
  max-width: 640px;
  aspect-ratio: 64/69;
}
.idx06 .idx_list .item .tt {
  font-family: var(--f-jp);
  font-size: calc(var(--fs-base) + 4px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.65;
  color: var(--main-color);
  margin-bottom: 15px;
}
.idx06 .idx_list .item .desc {
  font-size: calc(var(--fs-base) - 1px);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.8666666667;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx06 {
    padding: clamp(80px, 12vw, 166px) 0 var(--pb-06);
  }
  .idx06 .ttl_h3 {
    width: 56%;
    max-width: 630px;
  }
  .idx06 .btn-group {
    width: 38%;
    max-width: 320px;
  }
  .idx06 .box_ttl {
    display: flex;
    justify-content: space-between;
    padding-right: 2.375em;
    margin-bottom: 0.8125em;
  }
  .idx06 .box_cont {
    padding: clamp(80px, 12vw, 134px) 2.5em clamp(80px, 12vw, 126px);
  }
  .idx06 .box_cont::after {
    width: 100vw;
    right: 40px;
  }
  .idx06 .idx_list {
    width: 80%;
  }
  .idx06 .idx_list .item {
    font-size: min(0.78vw, 10px);
    width: 87%;
  }
  .idx06 .idx_list .item.active .desc {
    color: var(--clr2);
  }
  .idx06 .idx_list .item.active .img {
    opacity: 1;
    visibility: visible;
  }
  .idx06 .idx_list .item:not(:last-child) {
    margin-bottom: 12px;
  }
  .idx06 .idx_list .item:not(:last-child) .step {
    padding-bottom: 0.5714em;
    margin-bottom: 0;
    aspect-ratio: 10/11;
    background-image: url("../images/idx06_step_bg.png");
  }
  .idx06 .idx_list .item .content {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 110px;
  }
  .idx06 .idx_list .item .step {
    aspect-ratio: 1/1;
    margin-right: 2.5em;
    margin-bottom: 0.7143em;
  }
  .idx06 .idx_list .item .img {
    position: absolute;
    width: 75%;
    top: -2px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
  }
  .idx06 .overlay {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx06 .idx_list {
    width: 70%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx06 .idx_list {
    width: 65%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx06 .idx_list {
    width: 55%;
  }
  .idx06 .idx_list .item .img {
    width: 100%;
  }
}

.idx07 .TabContainer .TabPager {
  position: relative;
  z-index: 3;
}
.idx07 .TabContainer .TabPager > div {
  max-width: 295px;
  background-color: #364769;
  color: #fff;
  transition: all 0.3s ease;
}
.idx07 .TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  width: 1.25em;
  aspect-ratio: 1/1;
  top: 0.3125em;
  left: 0.3125em;
  background-color: #8BACCB;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.idx07 .TabContainer .TabPager > div .tt {
  font-size: calc(var(--fs-base) + 2px);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.idx07 .TabContainer .TabPager > div.active {
  background-color: var(--main-color);
}
.idx07 .TabContainer .TabPager > div.active::before {
  opacity: 1;
  visibility: visible;
}
.idx07 .TabContainer .TabPager > div.active::after,
.idx07 .TabContainer .TabPager > div.active + div::after {
  content: none;
}
.idx07 .TabContainer .TabContent {
  position: relative;
  overflow: visible;
}
.idx07 .TabContainer .TabContent::before, .idx07 .TabContainer .TabContent::after {
  content: "";
  position: absolute;
  width: 100vw;
  left: calc(50% - 50vw);
}
.idx07 .TabContainer .TabContent::before {
  height: 73px;
  bottom: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.idx07 .TabContainer .TabContent::after {
  height: 100%;
  top: 0;
  background: #fff;
}
.idx07 .TabContainer .TabContent .content > div .idx_list {
  display: grid;
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item {
  position: relative;
  max-width: 350px;
  background-color: #F7F7F7;
  border: 1px solid rgba(33, 51, 89, 0.15);
  display: flex;
  justify-content: center;
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item .txt .tag {
  position: absolute;
  color: #8BACCB;
  font-family: var(--f-en);
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 1em;
  margin-bottom: 0;
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item .txt .tag::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 0;
  width: 0.5em;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: currentColor;
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item .txt .ic_arr {
  position: absolute;
  aspect-ratio: 1/1;
  background: url(../images/ic_arr01_sm.png) no-repeat center/13px 5px var(--main-color);
  border-radius: 50%;
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item .txt .tt {
  position: relative;
  font-family: var(--f-jp);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 0;
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item .txt .tt::before {
  content: "";
  position: relative;
  display: block;
  width: round(6.7778em, 1px);
  aspect-ratio: 1/1;
  margin: 0 auto;
  margin-bottom: 1.1111em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item1 .txt .tt::before {
  background-image: url(../images/idx07_item1.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item2 .txt .tt::before {
  background-image: url(../images/idx07_item2.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item3 .txt .tt::before {
  background-image: url(../images/idx07_item3.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item4 .txt .tt::before {
  background-image: url(../images/idx07_item4.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item5 .txt .tt::before {
  background-image: url(../images/idx07_item5.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_list .item6 .txt .tt::before {
  background-image: url(../images/idx07_item6.png);
}
.idx07 .TabContainer .TabContent .content > div .idx_box {
  display: flex;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_cont {
  max-width: 570px;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_cont h4 {
  position: relative;
  font-size: calc(var(--ttl_size) - 5px);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--main-color);
  padding-bottom: 0.8em;
  margin-bottom: 1.04em;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_cont h4::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 51, 89, 0.2);
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .desc p {
  font-size: calc(var(--fs-base) - 1px);
  letter-spacing: 0.025em;
  line-height: 1.8666666667;
  color: var(--main-color);
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .btn-group .btn {
  margin-bottom: 0;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .btn-group .btn.full {
  width: 100%;
}
.idx07 .TabContainer .TabContent .content > div .idx_box .box_img {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  max-width: 470px;
}
@media only screen and (min-width: 769px) {
  .idx07 {
    margin-top: calc(var(--pb-06) * -0.678);
  }
  .idx07 .ttl_h3 {
    padding-right: 2.5em;
    margin-bottom: 3.4375em;
  }
  .idx07 .TabContainer .TabPager > div {
    width: 25%;
    min-height: 8.125em;
    padding: 1em;
  }
  .idx07 .TabContainer .TabPager > div:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 73.07%;
    max-height: 95px;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
  .idx07 .TabContainer .TabPager > div:hover {
    background-color: #182748;
  }
  .idx07 .TabContainer .TabContent {
    padding-bottom: 3.5625em;
  }
  .idx07 .TabContainer .TabContent .content > div {
    padding: 4.375em 40px;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5625em;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_list .item {
    font-size: 0.625em;
    min-height: 25em;
    padding: 3.9em 0.9em 2.5em 1em;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_list .item .txt .tag {
    top: 17px;
    left: 14px;
    font-size: calc(var(--fs-base) - 2px);
  }
  .idx07 .TabContainer .TabContent .content > div .idx_list .item .txt .ic_arr {
    top: 1.1em;
    right: 1.1em;
    width: round(3.1em, 1px);
  }
  .idx07 .TabContainer .TabContent .content > div .idx_list .item .txt .tt {
    font-size: calc(var(--fs-base) + 2px);
  }
  .idx07 .TabContainer .TabContent .content > div .idx_list .item .txt .tt::before {
    right: -5px;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_list .item:hover {
    background-color: #F3F7FA;
  }
}
@media only screen and (min-width: 993px) {
  .idx07 .TabContainer .TabContent .content > div .idx_box {
    justify-content: space-between;
    align-items: center;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont {
    width: 52%;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont h4::before {
    width: 190%;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .desc {
    margin-bottom: 56px;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .desc p {
    width: 98%;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .btn-group .btn {
    width: calc(50% - 5px);
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_img {
    width: 43%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx07 .TabContainer .TabContent {
    padding-bottom: 0;
  }
  .idx07 .TabContainer .TabContent .content > div {
    padding: 40px;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .btn-group {
    font-size: 7.75px;
  }
}
@media only screen and (max-width: 992px) {
  .idx07 .TabContainer .TabContent .content > div .idx_box {
    flex-direction: column;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont {
    display: contents;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont h4 {
    order: 1;
    text-align: center;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont h4::before {
    width: 100%;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .desc {
    order: 3;
    margin-bottom: 30px;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_cont .btn-group {
    order: 4;
    justify-content: center;
  }
  .idx07 .TabContainer .TabContent .content > div .idx_box .box_img {
    order: 2;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

.idx08 {
  background-color: #F5F2EF;
  z-index: 0;
}
.idx08::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url("../images/idx08_bg.png") no-repeat center/cover;
  z-index: -1;
}
.idx08 .content {
  position: relative;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}
.idx08 .content .idx_box {
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.idx08 .content .idx_box::before {
  content: "";
  position: absolute;
  aspect-ratio: 21/60;
  top: 0px;
  background: url("../images/idx08_decor.png") no-repeat center/cover;
}
.idx08 .content .idx_box::after {
  content: "";
  position: absolute;
  border: 20px solid rgba(226, 199, 180, 0.2);
  z-index: -1;
}
.idx08 .content .idx_box .box_img {
  flex-shrink: 0;
  max-width: 500px;
}
.idx08 .content .idx_box .box_cont {
  max-width: 639px;
}
.idx08 .content .idx_box .box_cont .btn-group {
  --size-mg: 5px;
}
@media only screen and (min-width: 993px) {
  .idx08 .content .idx_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 36px 40px 40px;
  }
  .idx08 .content .idx_box::before {
    width: round(1.3125em, 1px);
    right: 2.8125em;
  }
  .idx08 .content .idx_box::after {
    inset: -20px;
  }
  .idx08 .content .idx_box .box_img {
    width: 41%;
  }
  .idx08 .content .idx_box .box_cont {
    width: 53%;
    margin-bottom: -7px;
  }
  .idx08 .content .idx_box .box_cont .desc {
    padding-right: 3.0625em;
    margin-bottom: 5.0625em;
  }
  .idx08 .content .idx_box .box_cont .btn-group {
    justify-content: flex-end;
  }
  .idx08 .content .idx_box .box_cont .btn-group .btn {
    max-width: 240px;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 {
    padding: clamp(80px, 12vw, 166px) 0 clamp(80px, 12vw, 137px);
  }
  .idx08 .ttl_h3 {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx08 .content {
    padding: 0 40px;
  }
  .idx08 .content .idx_box {
    align-items: flex-start;
  }
  .idx08 .content .idx_box .box_cont .desc {
    margin-bottom: 3.125em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx08 .content .idx_box .box_cont .btn-group {
    font-size: 7.75px;
  }
}
@media only screen and (max-width: 992px) {
  .idx08 .content {
    padding: 0 10px;
  }
  .idx08 .content .idx_box {
    padding: 60px 40px;
  }
  .idx08 .content .idx_box::before {
    width: 21px;
    right: 40px;
  }
  .idx08 .content .idx_box::after {
    inset: -10px;
    border-width: 10px;
  }
  .idx08 .content .idx_box .box_img {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .idx08 .content .idx_box .box_cont .desc {
    margin-bottom: 30px;
  }
}

.idx09 {
  background-color: #fff;
  z-index: 0;
}
.idx09::before, .idx09::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.idx09::before {
  width: 66%;
  max-width: 1255px;
  aspect-ratio: 2510/1602;
  top: 0;
  left: 0;
  background-image: url(../images/idx09_decor01.png);
}
.idx09::after {
  width: 57%;
  max-width: 1075px;
  aspect-ratio: 2150/1372;
  bottom: 0;
  right: 0;
  background-image: url(../images/idx09_decor02.png);
}
.idx09 .wrap {
  position: relative;
  z-index: 1;
}
.idx09 .idx_list {
  counter-reset: item;
}
.idx09 .idx_list .item {
  counter-increment: item;
  max-width: 580px;
}
.idx09 .idx_list .item .img {
  position: relative;
}
.idx09 .idx_list .item .img::after {
  content: "";
  position: absolute;
  width: 82%;
  max-width: 470px;
  aspect-ratio: 470/46;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.idx09 .idx_list .item .img picture {
  width: 95%;
  max-width: 550px;
}
.idx09 .idx_list .item .num {
  position: absolute;
  width: 7.5em;
  aspect-ratio: 1/1;
  top: 1.25em;
  right: 0;
  font-size: 1.6em;
  font-family: var(--f-en);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("../images/idx09_point.jpg") no-repeat center/cover;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.idx09 .idx_list .item .num::before {
  content: "feature";
  text-transform: capitalize;
  margin-bottom: 0.6875em;
}
.idx09 .idx_list .item .num::after {
  content: counter(item, decimal-leading-zero);
  font-size: 2.6875em;
}
.idx09 .idx_list .item .tt {
  position: relative;
  font-family: var(--f-jp);
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  color: var(--main-color);
  padding-bottom: 1.1667em;
  margin-bottom: 1.1667em;
}
.idx09 .idx_list .item .tt::before, .idx09 .idx_list .item .tt::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
}
.idx09 .idx_list .item .tt::before {
  width: 70px;
  background-color: var(--main-color);
}
.idx09 .idx_list .item .tt::after {
  width: 100%;
  background-color: rgba(33, 51, 89, 0.2);
}
.idx09 .idx_list .item .desc {
  font-size: var(--fs-base);
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx09 {
    padding: clamp(80px, 12vw, 165px) 0 clamp(80px, 12vw, 127px);
  }
  .idx09 .wrap {
    padding: 0 35px;
  }
  .idx09 .ttl_h3 {
    margin-bottom: 73px;
  }
  .idx09 .idx_list {
    --gap: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 73px var(--gap);
    margin-bottom: 63px;
  }
  .idx09 .idx_list .item {
    font-size: min(0.65vw, 10px);
    width: calc(50% - var(--gap) / 2);
  }
  .idx09 .idx_list .item .txt {
    margin-top: -4px;
  }
  .idx09 .idx_list .item .tt {
    font-size: max(20px, var(--ttl_size) - 6px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx09 .idx_list {
    --gap: 40px;
  }
}

.idx10 {
  background-color: #fff;
  z-index: 0;
}
.idx10::before, .idx10::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
}
.idx10::before {
  max-width: 1224px;
  background: url("../images/idx10_bg.png") no-repeat center/cover;
  z-index: -1;
}
.idx10::after {
  max-width: 1460px;
  background: url("../images/idx10_decor.png") no-repeat center/cover;
  z-index: -1;
}
.idx10 .idx_box {
  display: flex;
}
.idx10 .idx_box .box_img {
  position: relative;
  flex-shrink: 0;
  max-width: 443px;
}
.idx10 .idx_box .box_cont {
  position: relative;
  z-index: 1;
  max-width: 695px;
}
.idx10 .idx_box .box_cont .desc {
  color: var(--main-color);
}
.idx10 .idx_box .box_cont .btn-group {
  display: flex;
  gap: 10px;
}
.idx10 .idx_box .box_cont .btn-group .btn {
  margin-bottom: 0;
}
.idx10 .idx_box .doctor_name {
  font-size: 10px;
  position: absolute;
  max-width: 30em;
  width: 100%;
  display: table;
  z-index: 0;
}
.idx10 .idx_box .doctor_name::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.idx10 .idx_box .doctor_name .jp {
  font-family: var(--f-jp);
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--main-color);
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(33, 51, 89, 0.2);
  padding-bottom: 0.7778em;
  margin-bottom: 0.6667em;
}
.idx10 .idx_box .doctor_name .jp span {
  font-size: 1.3889em;
  letter-spacing: 0.05em;
  margin-left: 0.68em;
}
.idx10 .idx_box .doctor_name .en {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx10 .idx_box .box_img picture {
    display: flex;
  }
  .idx10 .idx_box .box_img picture img {
    max-width: min(40vw, 632px);
  }
  .idx10 .idx_box .box_cont {
    padding: clamp(80px, 8vw, 138px) 0 clamp(80px, 8vw, 123px);
    width: 60%;
  }
  .idx10 .idx_box .box_cont .desc {
    margin-bottom: 64px;
  }
  .idx10 .doctor_name {
    padding: 3.4em 3.5em 3.3em;
    top: 34.2%;
    left: calc(100% - 40px);
  }
}
@media only screen and (min-width: 993px) {
  .idx10::before, .idx10::after {
    right: calc(50vw - 960px);
  }
  .idx10::before {
    width: 277%;
  }
  .idx10::after {
    width: 330%;
  }
  .idx10 .idx_box {
    justify-content: space-between;
    align-items: flex-end;
  }
  .idx10 .idx_box .box_img {
    width: 38%;
  }
  .idx10 .idx_box .box_cont .desc,
  .idx10 .idx_box .box_cont .btn-group {
    padding-left: 40px;
  }
  .idx10 .idx_box .box_cont .btn-group .btn01 {
    width: 50%;
    max-width: 239px;
  }
  .idx10 .idx_box .box_cont .btn-group .btn02 {
    width: 50%;
    max-width: 320px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx10 .idx_box .doctor_name {
    top: 50%;
    left: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx10 .idx_box .box_cont {
    width: 54%;
  }
  .idx10 .idx_box .box_cont .desc,
  .idx10 .idx_box .box_cont .btn-group {
    padding-left: 20px;
  }
  .idx10 .idx_box .box_img {
    width: 45%;
    max-width: 100%;
  }
  .idx10 .idx_box .box_img picture img {
    max-width: min(45vw, 632px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx10 .idx_box .doctor_name {
    font-size: 8.75px;
  }
}
@media only screen and (max-width: 992px) {
  .idx10 {
    padding: 60px 0;
  }
  .idx10::before, .idx10::after {
    width: 100%;
    right: 0;
  }
  .idx10::after {
    top: 15%;
    width: 120%;
    aspect-ratio: 1460/863;
    height: auto;
  }
  .idx10 .ttl_h3 {
    order: 1;
  }
  .idx10 .ttl_h3 h3::before, .idx10 .ttl_h3 h3::after {
    right: 0;
    margin: 0 auto;
  }
  .idx10 .idx_box {
    flex-direction: column;
    align-items: center;
  }
  .idx10 .idx_box .box_img {
    order: 2;
  }
  .idx10 .idx_box .box_img picture {
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 78%, rgba(0, 0, 0, 0) 96%);
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 78%, rgba(0, 0, 0, 0) 96%);
  }
  .idx10 .idx_box .box_img picture img {
    max-width: 100%;
  }
  .idx10 .idx_box .box_cont {
    display: contents;
  }
  .idx10 .idx_box .box_cont .desc {
    order: 3;
  }
  .idx10 .idx_box .box_cont .btn-group {
    order: 4;
    width: 100%;
    justify-content: center;
  }
  .idx10 .idx_box .doctor_name {
    padding: 2em;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2;
  }
  .idx10 .idx_box .doctor_name::after {
    width: 100%;
  }
  .idx10 .idx_box .doctor_name .jp {
    justify-content: center;
  }
}

.idx11 {
  position: relative;
  background-color: #F3F7FA;
  padding: var(--h-bg) 0 104px;
  z-index: 0;
}
.idx11::before {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--h-bg);
  top: 0px;
  left: 0;
  right: 0;
  background: url("../images/idx11_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx11 .idx_box {
  position: relative;
  margin-top: calc(var(--h-bg) * -0.2778);
  z-index: 1;
}
.idx11 .box_cont {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.idx11 .box_cont .box01 {
  max-width: 590px;
}
.idx11 .box_cont .box02 {
  max-width: 480px;
}
.idx11 .idx_logo {
  display: table;
  margin: 0 auto;
  margin-bottom: 19px;
}
.idx11 .idx_logo a:hover {
  opacity: 1;
}
.idx11 .idx_tag {
  background-color: rgba(139, 172, 203, 0.14);
  color: var(--main-color);
  text-align: center;
  font-size: calc(var(--fs-base) + 2px);
  font-weight: 400;
  letter-spacing: 0.025em;
  padding: 0.2778em 0.5556em 0.3333em;
  margin-bottom: 2em;
}
.idx11 .idx_map {
  height: 250px;
}
.idx11 .idx_map iframe {
  height: 100%;
}
.idx11 .btn-group {
  display: flex;
  gap: 10px;
}
.idx11 .btn-group .btn {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .idx11 {
    --h-bg: clamp(350px, 45vw, 540px);
  }
  .idx11 .idx_box {
    margin-bottom: 40px;
  }
  .idx11 .box_cont {
    display: flex;
    justify-content: space-between;
    padding: 70px 70px 70px 90px;
  }
  .idx11 .box_cont .box01 {
    width: 52%;
    padding-top: 33px;
  }
  .idx11 .box_cont .box02 {
    width: 46%;
  }
  .idx11 .idx_info {
    margin-bottom: 24px;
  }
  .idx11 .btn-group {
    justify-content: flex-start;
  }
  .idx11 .btn-group .btn01 {
    max-width: 230px;
  }
  .idx11 .btn-group .btn02 {
    max-width: 350px;
  }
  .idx11 .time_sheet {
    margin-bottom: 31px;
  }
  .idx11 .time_sheet table {
    font-size: min(0.8vw, 10px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx11 .box_cont {
    padding: 60px 40px;
  }
  .idx11 .box_cont .box01 {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx11 .btn-group {
    font-size: 7px;
  }
}

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