@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.home_page .key {
  position: relative;
  --height: 56vw;
  --min-height: 500px;
  --max-height: 960px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
}
.home_page .key::before {
  content: "";
  position: absolute;
  width: 35%;
  max-width: 617px;
  height: 100%;
  top: calc(var(--wrapper) * -1);
  left: 0;
  background-color: #e8f5e9;
}
.home_page .key .mv_slider:not(.slick-slider) {
  overflow: hidden;
}
.home_page .key .mv_slider:not(.slick-slider) .item:not(:first-child) {
  display: none;
}
.home_page .key .mv_slider .item.s1 .key_bg {
  background-image: url(../images/idx_mv01.jpg);
}
.home_page .key .mv_slider .item.s2 .key_bg {
  background-image: url(../images/idx_mv02.jpg);
}
.home_page .key .mv_slider .item.s3 .key_bg {
  background-image: url(../images/idx_mv03.jpg);
}
.home_page .key_bg {
  position: absolute;
  width: 85%;
  max-width: 1600px;
  right: 0;
  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_text {
  position: relative;
  overflow: hidden;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  display: flex;
  align-items: center;
  z-index: 1;
}
.home_page .key .catch {
  position: relative;
  max-width: 1670px;
  padding: 0 20px;
  z-index: 1;
}
.home_page .key .catch::before {
  content: "";
  position: absolute;
  width: 32%;
  max-width: 512px;
  aspect-ratio: 512/484;
  background: url("../images/idx_key_decor.png") no-repeat center/cover;
  z-index: -1;
}
.home_page .key .catch h2,
.home_page .key .catch p {
  color: #fff;
  letter-spacing: 0.1em;
}
.home_page .key .catch h2 {
  display: table;
  font-weight: 700;
  line-height: 1.5;
}
.home_page .key .catch p {
  font-weight: 500;
}
.home_page .key_marquee {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -0.7em;
}
.home_page .key_marquee .txt {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  animation-play-state: running;
}
.home_page .key_marquee .txt span {
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  color: rgba(129, 212, 250, 0.5);
  text-transform: uppercase;
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
  .home_page .key::before {
    width: 45%;
    max-width: 45vw;
  }
  .home_page .key_bg {
    max-width: 66.5vw;
  }
}
@media only screen and (min-width: 769px) {
  .home_page .key_bg {
    border-radius: 30px 0 0 30px;
  }
  .home_page .key .catch {
    width: 90%;
    padding-top: 6.8em;
    margin: 0 auto;
  }
  .home_page .key .catch::before {
    left: calc(min(4.5%, 75px) * -1);
    top: 50%;
    transform: translateY(-59.7%);
  }
  .home_page .key .catch h2 {
    font-size: max(20px, 4.2em);
    margin-bottom: 0.5714em;
  }
  .home_page .key .catch h2 > span {
    display: table;
    border-radius: 6px;
    background-color: var(--main-color);
    padding: 0.2857em 0.4286em 0.4048em 1em;
  }
  .home_page .key .catch h2 > span:not(:last-child) {
    margin-bottom: 0.2em;
  }
  .home_page .key .catch p {
    font-size: max(16px, 2.6em);
    line-height: 2;
    margin-left: 1.7308em;
  }
  .home_page .key .catch p > span {
    display: table;
    background-color: var(--clr2);
    padding: 1px 0.8462em 2px 0.8846em;
    border-radius: 6px;
  }
  .home_page .key .catch p > span:not(:last-child) {
    margin-bottom: 0.1538em;
    padding-right: 0.4231em;
  }
  .home_page .key_marquee .txt span {
    font-size: clamp(60px, 5.5vw, 80px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .home_page .key {
    font-size: min(0.6vw, 10px);
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 800px) and (orientation: landscape) {
  .home_page .key {
    --max-height: calc(100vh - var(--wrapper));
  }
}

.home_page .topic_path {
  display: none;
}
.home_page .ttl_h3 {
  position: relative;
  text-align: center;
}
.home_page .ttl_h3::before {
  content: "";
  display: block;
  aspect-ratio: 34/32;
  margin: 0 auto;
  --mask: url("../images/ic_ttl_h3.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(--main-color);
}
.home_page .ttl_h3 .h_en {
  color: var(--clr2);
  font-weight: 500;
  text-transform: uppercase;
}
.home_page .ttl_h3 h3 {
  color: var(--main-color);
  font-family: var(--f-jp);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.home_page .ttl_h3.sm .h_en {
  font-size: calc(var(--fs-base) + 2px);
  color: var(--main-color);
}
.home_page .ttl_h3.sm h3 {
  font-weight: 500;
  color: var(--clr1);
}
.home_page .ttl_h3.white::before {
  background-color: #fff;
}
.home_page .ttl_h3.white .h_en,
.home_page .ttl_h3.white h3 {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .home_page .ttl_h3 {
    margin-bottom: 39px;
  }
  .home_page .ttl_h3::before {
    width: 2.125em;
    margin-bottom: 0.3125em;
  }
  .home_page .ttl_h3 .h_en {
    font-size: calc(var(--fs-base) + 6px);
  }
  .home_page .ttl_h3 h3 {
    font-size: calc(var(--ttl_size) + 18px);
    margin-bottom: -2px;
  }
  .home_page .ttl_h3.sm::before {
    margin-bottom: 3px;
  }
  .home_page .ttl_h3.sm h3 {
    font-size: calc(var(--ttl_size) + 6px);
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .ttl_h3.sm h3 {
    font-size: calc(var(--ttl_size) + 3px);
  }
}

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

.idx01 {
  background: url("../images/idx01_bg.jpg") no-repeat center/cover;
}
.idx01 .idx_box {
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.09);
}
.idx01 .news {
  position: relative;
}
.idx01 .news ul li {
  border-bottom: 1px solid #c8c8c8;
  width: auto;
}
.idx01 .news ul li a {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  color: var(--clr1);
  font-size: var(--fs-base);
}
.idx01 .news ul li a::after {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 6/10;
  right: 10px;
  top: calc(50% - 5px);
  background: url("../images/ic_arrow02.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 {
  width: var(--w);
  transition: all 0.3s;
  color: var(--main-color);
}
.idx01 .news ul li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx01 {
    padding: 80px 0px;
  }
  .idx01 .idx_box {
    justify-content: space-between;
    border-radius: 20px;
    padding: 84px 100px 111px;
  }
  .idx01 .idx_box .box_ttl {
    width: 30%;
    max-width: 310px;
    padding-top: 21px;
  }
  .idx01 .idx_box .box_cont {
    width: 65%;
    max-width: 700px;
  }
  .idx01 .idx_box .news ul li a {
    padding: 1.6875em 0.8125em;
    --w: 8.625em;
  }
  .idx01 .idx_box .news ul li a:hover {
    background-color: #fff8ed;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 .idx_box {
    padding: 60px 60px 70px;
  }
  .idx01 .idx_box .box_ttl {
    width: 35%;
  }
  .idx01 .idx_box .box_cont {
    width: 60%;
  }
}

.idx02 .wrap {
  position: relative;
  background: url("../images/idx02_bg.jpg") no-repeat center/cover;
}
.idx02 .wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: var(--pb) solid rgba(232, 245, 233, 0.7);
}
.idx02 .ttl_h3::before {
  content: none;
}
.idx02 .ttl_h3 h3 {
  font-weight: 500;
  color: var(--clr1);
  letter-spacing: 0.075em;
}
.idx02 .ttl_h3 h3 > span {
  position: relative;
  font-weight: 700;
  color: var(--main-color);
  display: inline-block;
}
.idx02 .ttl_h3 h3 > span::before {
  content: "";
  display: block;
  aspect-ratio: 15/14;
  margin: 0 auto;
  background: url("../images/ic_ttl_h3_sm.png") no-repeat center/cover;
}
.idx02 .idx_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx02 .idx_list .list {
  --clr-item: var(--main-color);
  --clr-shadow: rgba(121, 86, 35, 0.5);
  --clr-arrow: #96661f;
  max-width: 463px;
}
.idx02 .idx_list .list .item {
  position: relative;
  border-radius: 999em;
  max-width: 222px;
  aspect-ratio: 222/112;
  transition: all 0.3s ease;
}
.idx02 .idx_list .list .item .txt {
  filter: drop-shadow(0.4em 0.7em 0 var(--clr-shadow));
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  font-size: 1em;
}
.idx02 .idx_list .list .item .txt > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: max(12px, 2em);
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 2px;
  --mask: url("../images/idx02_item_mask.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);
}
.idx02 .idx_list .list .item .ic_arr {
  --size: max(11px, 1.7em);
  position: absolute;
  bottom: 0.5em;
  right: 1.8em;
  width: var(--size);
  aspect-ratio: 1/1;
}
.idx02 .idx_list .list .item .ic_arr::before, .idx02 .idx_list .list .item .ic_arr::after {
  content: "";
  position: absolute;
  width: round(var(--size), 1px);
  height: round(var(--size), 1px);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.idx02 .idx_list .list .item .ic_arr::before {
  background-color: var(--clr-arrow);
}
.idx02 .idx_list .list .item .ic_arr::after {
  --mask: url("../images/ic_arrow01.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: #fff;
}
.idx02 .idx_list .list02 {
  --clr-item: var(--clr2);
  --clr-shadow: rgba(104, 165, 194, 0.5);
  --clr-arrow:#55a2c5;
}
.idx02 .idx_decor {
  max-width: 364px;
  aspect-ratio: 364/284;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .idx02 {
    padding: 80px 0;
  }
  .idx02 .wrap {
    border-radius: 80px;
    --pb: 10px;
    padding: 74px 168px var(--pb) 169px;
  }
  .idx02 .ttl_h3 h3 {
    font-size: calc(var(--ttl_size) + 6px);
    margin-bottom: -2px;
  }
  .idx02 .ttl_h3 h3 > span {
    font-size: calc(var(--ttl_size) + 18px);
  }
  .idx02 .ttl_h3 h3 > span::before {
    width: 15px;
    margin-bottom: -8px;
  }
  .idx02 .idx_list {
    font-size: min(0.7vw, 10px);
  }
  .idx02 .idx_list .list {
    --gap-x: 1.9em;
    gap: 2.4em var(--gap-x);
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .idx02 .idx_list .list .item {
    width: calc((100% - var(--gap-x)) / 2);
  }
  .idx02 .idx_list .list .item:hover {
    transform: translateY(0.7em);
  }
  .idx02 .idx_list .list .item:hover .txt {
    filter: none;
  }
  .idx02 .idx_decor {
    width: 35%;
    margin-top: -10.1%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx02 .wrap {
    padding: 60px min(6vw, 168px) var(--pb);
  }
}

.idx03 {
  background: url("../images/idx03_bg.jpg") no-repeat center/cover;
}
.idx03 .ttl_h3::before {
  content: none;
}
.idx03 .ttl_h3 .h_en {
  position: relative;
}
.idx03 .ttl_h3 .h_en::before, .idx03 .ttl_h3 .h_en::after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.idx03 .ttl_h3 .h_en::before {
  border-radius: 50%;
}
.idx03 .idx_box {
  display: flex;
}
.idx03 .idx_box .box_cont .desc {
  color: #fff;
}
.idx03 .idx_box .box_cont .desc p {
  letter-spacing: 0.095em;
}
.idx03 .idx_box .box_img {
  filter: drop-shadow(0 3px 30px rgba(0, 0, 0, 0.2));
}
.idx03 .idx_box .box_img .img.lg {
  width: 100%;
}
.idx03 .idx_box .box_img .img.sm {
  margin-top: -41.2%;
  width: 46%;
  max-width: 331px;
  margin-left: auto;
}
.idx03 .idx_box .box_img .img.sm img {
  mask-position: center center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-image: url(../images/idx03_img02_mask.png);
  -webkit-mask-image: url(../images/idx03_img02_mask.png);
}
@media only screen and (min-width: 769px) {
  .idx03 {
    padding: clamp(80px, 10vw, 105px) 0;
  }
  .idx03 .ttl_h3 {
    text-align: left;
    margin-bottom: 33px;
  }
  .idx03 .ttl_h3 .h_en {
    margin-bottom: 2px;
    --left: 2.2222em;
  }
  .idx03 .ttl_h3 .h_en::before {
    width: 0.9444em;
    height: 0.9444em;
    top: 0.7222em;
    left: calc(var(--left) * -1);
  }
  .idx03 .ttl_h3 .h_en::after {
    width: 100vw;
    height: 1px;
    top: 0.1667em;
    right: calc(100% + var(--left));
    bottom: 0;
    margin: auto 0;
  }
  .idx03 .ttl_h3 h3 {
    line-height: 1.6666666667;
  }
  .idx03 .idx_box {
    justify-content: space-between;
  }
  .idx03 .idx_box .box_cont {
    padding-top: 30px;
    width: 47%;
    max-width: 560px;
  }
  .idx03 .idx_box .box_cont .desc {
    margin-bottom: 43px;
  }
  .idx03 .idx_box .box_img {
    flex-shrink: 0;
    width: 47%;
    max-width: 720px;
  }
  .idx03 .idx_box .box_img .img img {
    border-radius: 20px;
  }
  .idx03 .idx_box .box_img .img.sm {
    margin-right: -9.6%;
  }
}
@media only screen and (min-width: 1561px) {
  .idx03 .idx_box .box_img {
    width: 57%;
    margin-right: -80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx03 .idx_box {
    padding: 0 60px;
  }
}

.idx04 {
  position: relative;
  background-color: #f2faf3;
}
.idx04::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/1672;
  top: 0;
  left: 0;
  right: 0;
  background: url("../images/idx04_bg.png") no-repeat top center/cover;
}
.idx04 .TabContainer {
  filter: drop-shadow(0 3px 60px rgba(0, 0, 0, 0.1));
}
.idx04 .TabContainer .TabPager {
  position: relative;
  gap: 4px;
  z-index: 3;
}
.idx04 .TabContainer .TabPager > div {
  width: 40%;
  max-width: 400px;
  align-items: flex-end;
}
.idx04 .TabContainer .TabPager > div .tt {
  position: relative;
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  border-radius: 0.8333em 0.8333em 0 0;
  background-color: var(--clr2);
  color: #fff;
  transition: all 0.3s ease;
}
.idx04 .TabContainer .TabPager > div .tt::before {
  content: "";
  position: absolute;
  width: 0.6667em;
  aspect-ratio: 16/10;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  --mask: url("../images/ic_arrow03.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: currentColor;
  opacity: 0;
  visibility: hidden;
}
.idx04 .TabContainer .TabPager > div.active .tt {
  height: 100%;
  background-color: #fff;
  color: #ee9b23;
}
.idx04 .TabContainer .TabPager > div.active .tt::before {
  opacity: 1;
  visibility: visible;
}
.idx04 .TabContainer .TabContent {
  background-color: #fff;
}
.idx04 .TabContainer .TabContent .content > div .idx_box {
  display: flex;
}
.idx04 .TabContainer .TabContent .content > div .idx_box .box_cont .ttl_h4 {
  color: var(--main-color);
}
.idx04 .TabContainer .TabContent .content > div .idx_box .box_cont .ttl_h4 .h_en {
  font-size: calc(var(--fs-base) - 2px);
}
.idx04 .TabContainer .TabContent .content > div .idx_box .box_cont .ttl_h4 h4 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.idx04 .TabContainer .TabContent .content > div .idx_box .box_cont .btn-group.flex_gr .btn {
  max-width: 280px;
}
.idx04 .TabContainer .TabContent .content > div .idx_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item {
  --opacity: .5;
  position: relative;
  border-radius: 10px;
  max-width: 400px;
  aspect-ratio: 40/26;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: rgba(110, 82, 40, var(--opacity));
  transition: all 0.3s ease;
  z-index: -1;
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item .ic_arr {
  position: absolute;
  width: var(--size);
  aspect-ratio: 1/1;
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item .ic_arr::before, .idx04 .TabContainer .TabContent .content > div .idx_list .item .ic_arr::after {
  content: "";
  position: absolute;
  width: round(var(--size), 1px);
  height: round(var(--size), 1px);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item .ic_arr::before {
  background-color: #ffb74d;
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item .ic_arr::after {
  --mask: url("../images/ic_arrow01.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: #fff;
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item:nth-child(even)::before {
  background-color: rgba(59, 113, 137, var(--opacity));
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item:nth-child(even) .ic_arr::before, .idx04 .TabContainer .TabContent .content > div .idx_list .item:nth-child(even) .ic_arr::after {
  content: "";
  position: absolute;
  width: round(var(--size), 1px);
  height: round(var(--size), 1px);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item:nth-child(even) .ic_arr::before {
  background-color: #81d4fa;
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item:nth-child(even) .ic_arr::after {
  --mask: url("../images/ic_arrow01.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: #fff;
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item1 {
  background-image: url(../images/idx04_item1.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item2 {
  background-image: url(../images/idx04_item2.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item3 {
  background-image: url(../images/idx04_item3.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item4 {
  background-image: url(../images/idx04_item4.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item5 {
  background-image: url(../images/idx04_item5.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item6 {
  background-image: url(../images/idx04_item6.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item7 {
  background-image: url(../images/idx04_item7.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item8 {
  background-image: url(../images/idx04_item8.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item9 {
  background-image: url(../images/idx04_item9.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item10 {
  background-image: url(../images/idx04_item10.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item11 {
  background-image: url(../images/idx04_item11.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item12 {
  background-image: url(../images/idx04_item12.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item13 {
  background-image: url(../images/idx04_item13.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item14 {
  background-image: url(../images/idx04_item14.jpg);
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item .txt .ttl {
  position: relative;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item .txt .ttl::before {
  content: "";
  position: absolute;
  width: 4em;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: currentColor;
}
.idx04 .TabContainer .TabContent .content > div .idx_list .item .txt .desc {
  font-size: max(12px, 1.8em);
  font-weight: 300;
  line-height: 1.875;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .idx04 {
    padding: 80px 0 98px;
  }
  .idx04 .ttl_h3 {
    margin-bottom: 38px;
  }
  .idx04 .TabContainer .TabPager > div {
    height: 6.25em;
  }
  .idx04 .TabContainer .TabPager > div .tt {
    font-size: calc(var(--ttl_size) - 6px);
    padding: 20px 20px 25px;
  }
  .idx04 .TabContainer .TabPager > div:hover .tt {
    background-color: var(--main-color);
    color: #fff;
  }
  .idx04 .TabContainer .TabContent {
    border-radius: min(5.2vw, 80px);
  }
  .idx04 .TabContainer .TabContent .content > div {
    padding: 90px 80px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box {
    --gap: 58px;
    gap: var(--gap);
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box .box_img {
    flex-shrink: 0;
    width: 50%;
    max-width: 640px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box .box_img picture img {
    border-radius: 20px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box .box_cont {
    padding-bottom: 10px;
    width: calc(50% - var(--gap));
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box .box_cont .ttl_h4 {
    margin-bottom: 24px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box .box_cont .ttl_h4 .h_en {
    margin-bottom: -1px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box .box_cont .ttl_h4 h4 {
    font-size: var(--ttl_size);
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box .box_cont .desc {
    width: 90%;
    max-width: 521px;
    margin-bottom: 38px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box .box_cont .desc p {
    letter-spacing: 0.02em;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box .box_cont .btn-group.flex_gr {
    --size-mg: 11px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_list {
    font-size: 10px;
    --gap: 4em;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_list .item {
    width: calc((100% - var(--gap) * 2) / 3);
    padding: 20px 20px 22px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_list .item:hover {
    --opacity: .8;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_list .item .ic_arr {
    --size: 17px;
    bottom: 10px;
    right: 10px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_list .item .txt .ttl {
    font-size: max(18px, 2.4em);
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx04 .TabContent .content > div .idx_box .box_cont .btn-group {
    font-size: 8px;
  }
  .idx04 .TabContent .content > div .idx_box .box_cont .btn-group .btn {
    max-width: 280px;
  }
  .idx04 .TabContent .content > div .idx_box .box_cont .btn-group.flex_gr {
    --size-mg: 5px;
  }
  .idx04 .TabContent .content > div .idx_list {
    font-size: 8.75px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .TabContainer .TabContent .content > div {
    padding: 60px min(5.2vw, 80px);
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box {
    align-items: flex-start;
    --gap: 30px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_box .box_cont .btn-group.flex_gr {
    --size-mg: 5px;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_list {
    font-size: min(0.4vw, 8.75px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx04 .TabContainer .TabContent .content > div .idx_box .btn-group.flex_gr .item {
    width: 100%;
  }
  .idx04 .TabContainer .TabContent .content > div .idx_list {
    font-size: min(0.4vw, 8.75px);
  }
  .idx04 .TabContainer .TabContent .content > div .idx_list .item {
    min-height: 160px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.idx05 {
  position: relative;
  background: url("../images/idx05_bg.jpg") no-repeat center/cover;
}
.idx05::before {
  content: "";
  position: absolute;
  background: url("../images/idx05_img01.jpg") no-repeat center/cover;
}
.idx05 .content {
  position: relative;
  z-index: 1;
}
.idx05 .content::after {
  font-size: min(0.65vw, 10px);
  content: "";
  position: absolute;
  width: 45.6em;
  aspect-ratio: 456/428;
  bottom: 0;
  opacity: 0.15;
  background: url("../images/idx05_decor.png") no-repeat center/cover;
  z-index: -1;
}
.idx05 .ttl_h3::before {
  content: none;
}
.idx05 .ttl_h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/ic_line.png") repeat-x top left/3px 1px;
}
.idx05 .ttl_h3 h3 {
  color: var(--clr1);
  font-weight: 500;
  line-height: 1.5757575758;
  letter-spacing: 0.075em;
}
.idx05 .idx_box {
  max-width: 720px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 20px;
  filter: drop-shadow(0 3px 40px rgba(0, 0, 0, 0.2));
}
@media only screen and (min-width: 769px) {
  .idx05 .ttl_h3 {
    padding-bottom: 15px;
    margin-bottom: 28px;
  }
  .idx05 .ttl_h3 h3 {
    font-size: var(--ttl_size);
    margin-bottom: -3px;
  }
  .idx05 .ttl_h3 h3 > .txt-main {
    font-size: calc(var(--ttl_size) + 12px);
  }
  .idx05 .idx_box {
    padding: 53px 88px 69px;
  }
  .idx05 .idx_box .desc {
    margin-bottom: 37px;
  }
}
@media only screen and (min-width: 993px) {
  .idx05::before {
    width: 61%;
    max-width: 1157px;
    height: 100%;
    left: -5px;
  }
  .idx05 .content {
    padding: 80px 0;
  }
  .idx05 .content::after {
    left: calc(100% - 16.5em);
  }
  .idx05 .idx_box {
    width: 57%;
  }
}
@media only screen and (min-width: 1921px) {
  .idx05::before {
    max-width: 61vw;
    background-position: bottom center;
  }
  .idx05 .content {
    padding: 6vw 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx05 .content {
    padding: 60px;
  }
  .idx05 .content::after {
    font-size: min(0.5vw, 8px);
    left: unset;
    right: -8em;
  }
  .idx05 .idx_box {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx05 .content::after {
    right: -1.5em;
  }
  .idx05 .idx_box {
    padding: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .idx05::before {
    width: 100%;
    aspect-ratio: 769/400;
    background-image: url("../images/idx05_img01_sp.jpg");
  }
  .idx05 .content {
    padding: min(50vw, 350px) 40px 80px;
  }
  .idx05 .content::after {
    right: 0;
  }
}

.idx06 .wrap {
  max-width: 1520px;
  padding: 0 20px;
  margin: 0 auto;
}
.idx06 .content {
  background-color: #f2faf3;
}
.idx06 .ttl_h3::before {
  aspect-ratio: 52/50;
  --mask: url("../images/ic_ttl_h3_02.png");
}
.idx06 .ttl_h3::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/idc_line02.png") no-repeat center left/cover;
}
.idx06 .ttl_h3 .h_en {
  font-weight: 400;
  letter-spacing: 0.11em;
  color: var(--clr1);
}
.idx06 .ttl_h3 h3 {
  color: var(--clr1);
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.idx06 .ttl_h3 h3 > span {
  letter-spacing: 0.1em;
}
.idx06 .idx_list .item {
  position: relative;
  max-width: 400px;
  filter: drop-shadow(0 3px 25px rgba(0, 0, 0, 0.2));
}
.idx06 .idx_list .item::before {
  content: "";
  position: absolute;
  width: 7.4em;
  aspect-ratio: 74/40;
  top: -2.4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  --mask: url("../images/idx06_decor.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: #fff;
}
.idx06 .idx_list .item .txt {
  display: block;
  position: relative;
  background-color: #fff;
  text-decoration: none;
  height: 100%;
}
.idx06 .idx_list .item .ttl {
  color: var(--main-color);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.idx06 .idx_list .item .img {
  position: relative;
  width: 70%;
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f4f4f4;
  margin: 0 auto;
}
.idx06 .idx_list .item .img::before {
  content: "";
  position: absolute;
  width: 50%;
  max-width: 84px;
  aspect-ratio: 84/126;
  inset: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx06 .idx_list .item .desc {
  text-align: center;
  letter-spacing: 0.075em;
  color: var(--clr1);
  margin-bottom: 0;
}
.idx06 .idx_list .item .ic_arr {
  position: absolute;
  width: 17px;
  aspect-ratio: 1/1;
  bottom: 19px;
  right: 19px;
}
.idx06 .idx_list .item .ic_arr::before, .idx06 .idx_list .item .ic_arr::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.idx06 .idx_list .item .ic_arr::before {
  background-color: #ffb74d;
}
.idx06 .idx_list .item .ic_arr::after {
  --mask: url("../images/ic_arrow01.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: #fff;
}
.idx06 .idx_list .item1 .img:before {
  background-image: url(../images/idx06_item1.png);
}
.idx06 .idx_list .item2 .img:before {
  background-image: url(../images/idx06_item2.png);
}
.idx06 .idx_list .item3 .img:before {
  background-image: url(../images/idx06_item3.png);
}
@media only screen and (min-width: 769px) {
  .idx06 {
    padding: 80px 0;
  }
  .idx06 .content {
    border-radius: min(5.2vw, 80px);
    padding: 88px 100px 98px;
  }
  .idx06 .ttl_h3 {
    display: flex;
    align-items: flex-end;
    text-align: left;
    padding-bottom: 1.6875em;
    margin-bottom: 4em;
  }
  .idx06 .ttl_h3::before {
    width: 3.25em;
    margin-left: 0.75em;
    margin-right: 1.6875em;
    margin-bottom: 0.25em;
  }
  .idx06 .ttl_h3::after {
    height: 0.5em;
  }
  .idx06 .ttl_h3 .h_en {
    margin-bottom: -4px;
  }
  .idx06 .ttl_h3 h3 {
    font-size: var(--ttl_size);
    margin-right: 0.6333em;
  }
  .idx06 .ttl_h3 h3 > span {
    font-size: calc(var(--ttl_size) + 12px);
  }
  .idx06 .idx_list {
    --gap: 40px;
    display: flex;
    justify-content: space-between;
    gap: var(--gap);
  }
  .idx06 .idx_list .item {
    width: calc((100% - var(--gap) * 2) / 3);
  }
  .idx06 .idx_list .item::before {
    font-size: min(0.9vw, 10px);
  }
  .idx06 .idx_list .item .txt {
    border-radius: 30px;
    padding: 37px 50px 51px;
  }
  .idx06 .idx_list .item:hover {
    opacity: 1;
  }
  .idx06 .idx_list .item:hover::before {
    background-color: #fff8ed;
  }
  .idx06 .idx_list .item:hover .txt {
    background-color: #fff8ed;
  }
  .idx06 .idx_list .item .ttl {
    font-size: var(--ttl_size);
    margin-bottom: 17px;
  }
  .idx06 .idx_list .item .img {
    margin-bottom: 22px;
  }
  .idx06 .idx_list .item .link a {
    font-size: min(0.9vw, 10px);
    top: -2.4em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx06 .content {
    padding: min(5.2vw, 100px);
  }
  .idx06 .idx_list {
    --gap: 20px;
  }
  .idx06 .idx_list .item .txt {
    padding-left: 2.65vw;
    padding-right: 2.65vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx06 .ttl_h3 h3 > span {
    font-size: 30px;
  }
  .idx06 .ttl_h3 .h_en {
    font-size: 18px;
  }
}

.idx07 .ttl_h3::before {
  content: none;
}
.idx07 .idx_list {
  position: relative;
}
.idx07 .idx_list::before {
  content: "";
  position: absolute;
  width: 45%;
  max-width: 794px;
  aspect-ratio: 794/414;
  opacity: 0.1;
  background: url("../images/idx07_decor.png") no-repeat center/cover;
}
.idx07 .idx_list .item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx07 .idx_list .item .txt {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  max-width: 800px;
  margin: 0 auto;
}
.idx07 .idx_list .item .txt .desc {
  flex-grow: 1;
  color: #fff;
  text-align: center;
}
.idx07 .idx_list .item .txt .desc p {
  letter-spacing: 0.075em;
}
.idx07 .idx_list .item1 {
  background-image: url(../images/idx07_img01.jpg);
}
.idx07 .idx_list .item1 .txt {
  background-color: rgba(110, 82, 40, 0.8);
}
.idx07 .idx_list .item2 {
  background-image: url(../images/idx07_img02.jpg);
}
.idx07 .idx_list .item2 .txt {
  background-color: rgba(59, 113, 137, 0.8);
}
@media only screen and (min-width: 1561px) {
  .idx07 .idx_list .item1 {
    padding-left: 75px;
  }
  .idx07 .idx_list .item2 {
    padding-right: 75px;
  }
}
@media only screen and (min-width: 769px) {
  .idx07 .ttl_h3 {
    margin-bottom: 30px;
  }
  .idx07 .ttl_h3 .h_en {
    margin-bottom: 4px;
  }
  .idx07 .ttl_h3 h3 {
    margin-bottom: 0;
  }
  .idx07 .idx_list {
    display: flex;
  }
  .idx07 .idx_list::before {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .idx07 .idx_list .item {
    width: 50%;
    padding: min(5.3vw, 100px) min(4.2vw, 80px);
  }
  .idx07 .idx_list .item .txt {
    padding: 56px min(6.25vw, 120px) 70px;
  }
  .idx07 .idx_list .item .txt .desc {
    margin-bottom: 39px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx07 .idx_list .item .txt {
    padding: 50px min(4vw, 120px) 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx07 .btn-group .btn a {
    min-height: 65px;
  }
}

.idx08 {
  position: relative;
  background: url("../images/idx08_bg1.jpg") no-repeat top center/100% auto #fff;
  z-index: 0;
}
.idx08::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/1385;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/idx08_bg2.png") no-repeat bottom center/100% auto;
  z-index: -1;
}
.idx08 .ttl_h3 h3 {
  font-weight: 500;
  color: var(--clr1);
}
.idx08 .idx_list {
  counter-reset: item;
}
.idx08 .idx_list .item {
  counter-increment: item;
  max-width: 620px;
}
.idx08 .idx_list .item .img,
.idx08 .idx_list .item .txt {
  max-width: 580px;
}
.idx08 .idx_list .item .img {
  margin-left: var(--mx);
  position: relative;
}
.idx08 .idx_list .item .img::before {
  content: "";
  position: absolute;
  width: 14.4em;
  aspect-ratio: 144/126;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/idx08_decor1.png");
}
.idx08 .idx_list .item .img picture img {
  border-radius: 2em;
}
.idx08 .idx_list .item .img .num {
  font-size: 1.6em;
  position: absolute;
  bottom: -2.375em;
  right: 2.5625em;
}
.idx08 .idx_list .item .img .num::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 100%;
  left: -0.375em;
  background-color: #fff;
}
.idx08 .idx_list .item .img .num > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 8em;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-transform: capitalize;
}
.idx08 .idx_list .item .img .num > span::after {
  content: counter(item, decimal-leading-zero);
  font-size: 4.6154em;
  letter-spacing: -0.05em;
  margin-top: -0.1em;
}
.idx08 .idx_list .item .txt {
  margin-right: var(--mx);
  margin-top: -4.4em;
  border-radius: 2em;
  background: url("../images/idx08_item_bg1.jpg") no-repeat center/cover;
}
.idx08 .idx_list .item .txt .ttl {
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.6428571429;
  color: #fff;
  margin-bottom: 0.75em;
}
.idx08 .idx_list .item .txt .ttl .char_l {
  margin-left: -0.5em;
}
.idx08 .idx_list .item .txt .ttl .char_r {
  margin-right: -0.5em;
}
.idx08 .idx_list .item .txt .desc {
  font-size: var(--fs-base);
  color: #fff;
  letter-spacing: 0.075em;
}
.idx08 .idx_list .item:nth-child(4n+2) .img::before, .idx08 .idx_list .item:nth-child(4n+3) .img::before {
  background-image: url("../images/idx08_decor2.png");
}
.idx08 .idx_list .item:nth-child(4n+2) .img .num > span, .idx08 .idx_list .item:nth-child(4n+3) .img .num > span {
  color: var(--clr2);
}
.idx08 .idx_list .item:nth-child(4n+2) .txt, .idx08 .idx_list .item:nth-child(4n+3) .txt {
  background-image: url("../images/idx08_item_bg2.jpg");
}
@media only screen and (min-width: 769px) {
  .idx08 {
    padding: 80px 0 90px;
  }
  .idx08 .ttl_h3 {
    margin-bottom: 50px;
  }
  .idx08 .ttl_h3 h3 {
    font-size: calc(var(--ttl_size) + 6px);
  }
  .idx08 .ttl_h3 h3 > span {
    font-size: calc(var(--ttl_size) + 18px);
  }
  .idx08 .idx_list {
    font-size: min(0.65vw, 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
    gap: 10px;
    margin-bottom: 60px;
  }
  .idx08 .idx_list .item {
    --mx: 4em;
    width: 46%;
  }
  .idx08 .idx_list .item .txt {
    padding: 7.3em 8.6em 6.2em;
  }
  .idx08 .idx_list .item .txt .ttl {
    font-size: calc(var(--ttl_size) - 2px);
  }
  .idx08 .idx_list .item:nth-child(odd) .img::before {
    bottom: 2.9em;
    right: calc(100% - 2.8em);
  }
  .idx08 .idx_list .item:nth-child(even) {
    padding-top: 50px;
  }
  .idx08 .idx_list .item:nth-child(even) .img::before {
    top: -3.4em;
    left: calc(100% - 3.2em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx08 .idx_list .item .txt {
    padding: 9.5em 5em 6em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx08 .idx_list .item .txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.idx09 {
  background-image: url(../images/idx09_bg.jpg);
}
.idx09 .ttl_h3::before {
  position: absolute;
  width: 45em;
  aspect-ratio: 450/442;
  opacity: 0.1;
  --mask: url("../images/idx09_decor.png");
}
.idx09 .idx_box {
  display: flex;
}
.idx09 .idx_box .box_cont {
  align-self: center;
}
.idx09 .doctor_info {
  width: 100%;
  max-width: 380px;
}
.idx09 .doctor_info .position {
  font-size: calc(var(--fs-base) + 2px);
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  margin-bottom: 13px;
}
.idx09 .doctor_info .name {
  line-height: 1;
}
.idx09 .doctor_info .name .jp {
  font-size: calc(var(--ttl_size));
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 1.2667em;
}
.idx09 .doctor_info .name .en {
  text-transform: uppercase;
  color: var(--main-color);
}
.idx09 .desc p {
  font-size: calc(var(--fs-base) + 2px);
  line-height: 2.3333333333;
  letter-spacing: 0.075em;
}
.idx09 .btn-group {
  --size-mg: 10px;
  justify-content: flex-start;
}
.idx09 .btn-group .btn {
  width: 300px;
}
@media only screen and (min-width: 993px) {
  .idx09 .ttl_h3 {
    text-align: left;
    display: flex;
    align-items: baseline;
    margin-left: -7px;
    margin-bottom: 38px;
  }
  .idx09 .ttl_h3::before {
    top: -8.7em;
    right: calc(100% - 18.8em);
  }
  .idx09 .ttl_h3 h3 {
    margin-right: 23px;
  }
  .idx09 .ttl_h3 .h_en {
    position: relative;
    letter-spacing: 0.085em;
    top: 4px;
  }
  .idx09 .idx_box {
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 35px 0 45px;
  }
  .idx09 .idx_box .box_img {
    flex-shrink: 0;
    width: 48%;
    max-width: 568px;
  }
  .idx09 .idx_box .box_cont {
    width: 47%;
    max-width: 560px;
    padding-bottom: 53px;
  }
  .idx09 .doctor_info {
    margin-bottom: 47px;
  }
  .idx09 .doctor_info .position,
  .idx09 .doctor_info .name {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1560px) {
  .idx09 .ttl_h3::before {
    right: unset;
    left: -6em;
  }
}
@media only screen and (min-width: 769px) {
  .idx09 {
    padding: 76px 0 0;
  }
  .idx09 .ttl_h3::before {
    font-size: min(0.65vw, 10px);
  }
  .idx09 .desc {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 992px) {
  .idx09 {
    padding-bottom: 60px;
  }
  .idx09 .ttl_h3::before {
    font-size: 3px;
    top: -5em;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .idx09 .idx_box {
    flex-direction: column;
    padding: 0 40px;
  }
  .idx09 .idx_box .box_img {
    max-width: 380px;
    order: 2;
    margin: 0 auto;
  }
  .idx09 .idx_box .box_img picture {
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
  .idx09 .idx_box .box_cont {
    display: contents;
  }
  .idx09 .idx_box .box_cont .ttl_h3 {
    order: 1;
  }
  .idx09 .idx_box .box_cont .desc {
    order: 4;
  }
  .idx09 .idx_box .box_cont .btn-group {
    order: 5;
    justify-content: center;
  }
  .idx09 .doctor_info {
    order: 3;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.idx10 {
  background-image: url("../images/idx10_bg.jpg");
  background-position: top center;
}
.idx10 .idx_box .box_info dl {
  display: flex;
  font-size: calc(var(--fs-base) + 2px);
  letter-spacing: 0.1em;
  color: #fff;
}
.idx10 .idx_box .box_info dl dt {
  width: var(--w);
  border-bottom: 1px solid var(--main-color);
}
.idx10 .idx_box .box_info dl dd {
  width: calc(100% - var(--w));
  border-bottom: 1px solid #fff;
}
.idx10 .idx_box .box_info dl .lt0 {
  letter-spacing: 0;
}
.idx10 .idx_box .box_info .note {
  font-size: calc(var(--fs-base) + 2px);
  letter-spacing: 0.075em;
  color: #fff;
  margin-top: 0.9444em;
}
.idx10 .idx_vehicle .item {
  overflow: hidden;
}
.idx10 .idx_vehicle .title,
.idx10 .idx_vehicle .txt {
  position: relative;
  padding: var(--py) var(--px) calc(var(--py) + 1px);
  border-radius: 45px;
  overflow: hidden;
}
.idx10 .idx_vehicle .title {
  background-color: #fff;
  transition: all 0.3s ease;
  z-index: 0;
}
.idx10 .idx_vehicle .title::before, .idx10 .idx_vehicle .title::after {
  content: "";
  position: absolute;
  width: var(--px);
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.idx10 .idx_vehicle .title:before {
  background: url("../images/ic_vehicle.png") no-repeat center/100% auto;
}
.idx10 .idx_vehicle .title::after {
  background-color: var(--main-color);
  z-index: -1;
}
.idx10 .idx_vehicle .title .ttl {
  font-weight: 700;
  color: var(--main-color);
  letter-spacing: 0.075em;
  text-align: center;
}
.idx10 .idx_vehicle .title .ic {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: calc(var(--px) / 2 - 1.3em);
  margin: auto 0;
}
.idx10 .idx_vehicle .title .ic::before, .idx10 .idx_vehicle .title .ic::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  z-index: 2;
}
.idx10 .idx_vehicle .title:not(.rotate) .ic::after {
  transform: rotate(90deg);
}
.idx10 .idx_vehicle .title.rotate {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.idx10 .idx_vehicle .title.rotate::before, .idx10 .idx_vehicle .title.rotate::after {
  opacity: 0;
  visibility: hidden;
}
.idx10 .idx_vehicle .title.rotate + .txt {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (min-width: 769px) {
  .idx10 .idx_vehicle .title:hover {
    cursor: pointer;
    background-color: var(--main-color);
  }
  .idx10 .idx_vehicle .title:hover .ttl {
    color: #fff;
  }
  .idx10 .idx_vehicle .title:hover .ic::before, .idx10 .idx_vehicle .title:hover .ic::after {
    background-color: #fff;
  }
}
.idx10 .idx_vehicle .txt {
  background-color: #fff;
  position: relative;
}
.idx10 .idx_vehicle .txt .content .box .box_cont p {
  font-size: var(--fs-base);
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .idx10 {
    padding: 82px 0 clamp(80px, 10vw, 124px);
  }
  .idx10 .ttl_h3 {
    margin-bottom: 25px;
  }
  .idx10 .idx_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
  }
  .idx10 .idx_box .box_info {
    width: 47%;
    max-width: 600px;
  }
  .idx10 .idx_box .box_info dl {
    --w: 8.8889em;
  }
  .idx10 .idx_box .box_info dl dt,
  .idx10 .idx_box .box_info dl dd {
    padding: 1.3333em 0;
  }
  .idx10 .idx_box .box_info dl dt {
    padding-left: 2.5556em;
  }
  .idx10 .idx_box .box_info dl dd {
    padding-left: 1.1111em;
    padding-right: 0.5556em;
  }
  .idx10 .idx_box .box_info dl:first-child dt,
  .idx10 .idx_box .box_info dl:first-child dd {
    padding-bottom: 1.4444em;
  }
  .idx10 .idx_box .box_timesheet {
    width: 47%;
    max-width: 600px;
    padding-top: 32px;
  }
  .idx10 .idx_box .box_timesheet .time_sheet {
    font-size: min(0.78vw, 10px);
  }
  .idx10 .btn-group {
    margin-bottom: 60px;
    --size-mg: 10px;
  }
  .idx10 .idx_vehicle {
    font-size: min(1vw, 10px);
    --px: 12em;
    --py: 2.2em;
  }
  .idx10 .idx_vehicle .title .ttl {
    font-size: var(--ttl_size);
  }
  .idx10 .idx_vehicle .title .ic {
    width: 2.3em;
    height: 3px;
  }
  .idx10 .idx_vehicle .txt {
    padding: calc(var(--py) + 0.3em) calc(var(--px) - 2.5em) calc(var(--py) + 5em) calc(var(--px) - 1.6em);
  }
  .idx10 .idx_vehicle .txt .content .box {
    display: flex;
    justify-content: space-between;
  }
  .idx10 .idx_vehicle .txt .content .box .box_img {
    flex-shrink: 0;
    width: 47%;
    max-width: 500px;
  }
  .idx10 .idx_vehicle .txt .content .box .box_img picture img {
    border-radius: 2em;
  }
  .idx10 .idx_vehicle .txt .content .box .box_cont {
    padding-top: 11px;
    width: 48%;
    max-width: 511px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx10 .idx_vehicle .txt {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.idx_map iframe {
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .idx_map {
    height: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .idx_map {
    height: 299px;
  }
}

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