.home_page .key {
  position: relative;
  z-index: 1;
  background: var(--main-color) url(../images/idx_key01.jpg) no-repeat/cover center;
  --height: 58vw;
  --min-height: 500px;
  --max-height: 720px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  overflow: hidden;
  font-size: min(0.9vw, 10px);
}
.home_page .key .mv_slider {
  display: flex;
}
.home_page .key .mv_slider:not(.slick-initialized) {
  display: flex;
}
.home_page .key .mv_slider:not(.slick-initialized):first-child {
  width: 100%;
  display: block;
}
.home_page .key .mv_slider:not(.slick-initialized):not(:first-child) {
  display: none;
}
.home_page .key .key_text {
  position: relative;
  width: 100%;
  height: 100%;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  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 .key_text .s1 {
	background-image: url(../images/idx_key01.jpg);
}
.home_page .key .key_text .s2 {
	background-image: url(../images/idx_key02.jpg);
}
.home_page .key .key_text .s3 {
	background-image: url(../images/idx_key03.jpg);
}
.home_page .key .catch {
  padding: 10px 10px 29em 10px;
  margin: 0px auto;
  max-width: 70em;
}
.home_page .key .catch .title,
.home_page .key .catch p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.home_page .key .catch .title {
  margin-bottom: 0.7429em;
  font-size: 4em;
  letter-spacing: 0.1em;
  line-height: 1.65909;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.home_page .key .catch p {
  font-size: 1.8em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 100%;
}
.home_page .key .catch .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.38899em 2.5em 0.39em 2.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 446px;
  border-radius: 25px;
  color: var(--main-color);
  background-color: white;
}
.home_page .key .key_inner {
  --size-space-w-bg: 34em;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
/*.home_page .key .key_inner::before, .home_page .key .key_inner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  height: 100%;
  background: no-repeat center/cover;
}
.home_page .key .key_inner::before {
  z-index: -1;
  right: var(--size-space-w-bg);
  width: calc(105vw - var(--size-space-w-bg));
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--size-space-w-bg) * 1.462) 100%, 0 100%);
  background-image: url(../images/idx_key_bg01.jpg);
  background-position: left -10% center;
}
.home_page .key .key_inner::after {
  z-index: -2;
  left: 0;
  width: 100vw;
  background-image: url(../images/idx_key_bg02.jpg);
  background-position: right top;
}*/
.home_page .key .key_time {
  position: absolute;
  left: 24px;
  bottom: 6em;
  width: calc(50% - 20px);
}
.home_page .key .key_time .key_banner {
  margin-bottom: 19px;
}
.home_page .key .key_time .key_banner .banner {
  position: relative;
  z-index: 1;
  width: 21.1em;
  height: 6.1em;
  background-color: white;
  border-radius: 5px;
  transition: var(--value-transition);
}
.home_page .key .key_time .key_banner .banner::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #d8dfe2;
}
.home_page .key .key_time .key_banner .bn01 {
  background-image: url(../images/idx_key_banner01.svg);
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_time .key_banner .bn01:hover {
    opacity: 0.8;
  }
}
.home_page .key .time_sheet_key {
  position: relative;
  z-index: 1;
  left: 2em;
  top: 2em;
}
.home_page .key .time_sheet_key::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -2em;
  top: -2em;
  width: calc(100% + 4em);
  height: calc(100% + 4em);
  border-radius: 10px;
  background-color: white;
}
.home_page .key .time_sheet_key.white {
  --cl-mode:var(--main-color);
}
.home_page .key .key_circle {
  --size-mg: -5px;
  --cl-mode: var(--main-color);
  position: absolute;
      bottom: 4em;
    right: 5em;
  display: flex;
  justify-content: flex-end;
  margin-left: calc(var(--size-mg) * -1);
  margin-right: calc(var(--size-mg) * -1);
}
.home_page .key .key_circle .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1em 1em 1em 1em;
    margin: var(--size-mg);
    width: 13em;
    height: 13em;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
	position: relative;
}

.home_page .key .key_circle .item a {
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
}
.home_page .key .key_circle .item a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.home_page .key .key_circle .item p {
  font-weight: 300;
  text-align: center;
  color: #fff;
}
.home_page .key .key_circle .item .item_en {
  display: block;
  margin-bottom: 3px;
  font-size: 1.4em;
  font-family: var(--f-en);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.home_page .key .key_circle .item .item_ttl {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 1.644375;
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_circle .row_sp {
    display: contents;
  }
}
.home_page .topic_path {
  display: none;
}
.home_page .box_title {
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
.home_page .box_title::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--main-color);
}
.home_page .box_title.ico-white::before {
  background-color: white;
}
@media only screen and (min-width: 769px) {
  .home_page .box_title {
    position: relative;
    left: -15px;
  }
  .home_page .box_title:has(.fs75)::before {
    top: 13px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .home_page .box_title {
    left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .home_page .h2_en.fs40 {
    font-size: clamp(30px, 3.2vw, 40px);
    line-height: 1.15;
  }
  .home_page .h2_en.fs64 {
    font-size: clamp(45px, 5.1vw, 64.5px);
  }
  .home_page .h2_en.fs75 {
    font-size: clamp(50px, 5.9vw, 75px);
  }
}
.home_page .h2_en.fw400 {
  font-weight: 400;
}
.home_page .h2_en {
  margin-bottom: 5px;
  font-size: clamp(40px, 5.1vw, 64.5px);
  font-weight: 500;
  line-height: 1;
  font-family: var(--f-en);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home_page .h2_en.white {
  color: white;
}
.home_page .h2_en:last-child {
  margin-bottom: 0;
}
.home_page h2 {
  position: relative;
  margin-bottom: 35px;
  color: #9ea2a4;
  font-family: var(--f-jp);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page h2 .en {
  color: var(--main-color);
  font-weight: 500;
  text-transform: uppercase;
}
.home_page h2.white {
  color: #fff;
}
.home_page h2.fs36 {
  font-size: calc(var(--ttl_size) + 6px);
}
.home_page h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--f-jp);
  line-height: 2.0965;
  letter-spacing: 0.1em;
  color: var(--main-color);
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1366px) {
  .home_page .key .key_inner::before {
    width: 80%;
  }
  .home_page .key .key_inner::after {
    right: 0;
    left: auto;
    width: 80%;
  }
  .home_page .key {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key .key_inner {
    --size-space-w-bg: 28em;
  }
  .home_page .key .catch {
    max-width: 54em;
  }
  .home_page .key .catch .title {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1366px) and (max-height: 650px) {
  .home_page .key {
    --min-height: 500px;
    --max-height: 625px;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
}

.idx_decor {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.idx_decor .item {
  position: absolute;
  background: no-repeat center/cover;
}

.idx_box_list {
  position: relative;
  z-index: 1;
  padding: 27px 40px 30px 40px;
  background-color: white;
}
.idx_box_list::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--clr2);
  opacity: 0.5;
}
.idx_box_list::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 4px;
  border: 2px solid var(--clr2);
  opacity: 0.5;
}
.idx_box_list h3 {
  display: block;
  padding-bottom: 16px;
  margin: 0 auto 18px;
  width: calc(100% - 40px);
  max-width: 356px;
  line-height: 1.598;
  text-align: center;
  font-weight: 500;
  background: url(../images/idx_box_list_h3_line.svg) repeat-x left bottom/auto 1px;
}
.idx_box_list ul {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.idx_box_list ul li {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.idx_box_list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.idx_box_list ul li::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0.8em;
  width: 5px;
  height: 5px;
  background-color: var(--main-color);
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_box_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.loop_wrap {
  display: flex;
}
.loop_wrap .en-big {
  font-size: clamp(200px, 18vw, 230px);
  line-height: 1;
  letter-spacing: 0.04em;
  opacity: 0.3;
}
.loop_wrap .text {
  margin-left: 0.15em;
  animation: 30s loop 0s linear infinite;
  will-change: transform;
  white-space: nowrap;
}
.idx01 {
  padding: 113px 0px 55px;
  background-color: #f8f9fa;
}
.idx01 .h2_en {
  font-weight: 300;
  font-size: 40px;
}
.idx01 .content {
  align-items: inherit;
}
.idx01 .content .box {
  width: calc(50% - 30px);
  max-width: 493px;
}
.idx01 .content li {
  border-bottom: 1px solid #e5e5e5;
  width: auto;
}
.idx01 .content li:last-child {
  border-bottom: 0;
}
.idx01 .content li a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 24px 0px 25px;
  font-weight: 500;
  transition: all 0.3s;
  white-space: nowrap;
  max-width: 100%;
}
.idx01 .content li a span {
  display: inline;
}
.idx01 .content li a:hover {
  opacity: 1;
  color: var(--main-color);
}
.idx01 .content li a:hover .date {
  color: var(--main-color);
}
.idx01 .content li a .date {
  display: table;
  margin-bottom: 4px;
  width: 100%;
  font-size: 15px;
  font-family: var(--f-en);
  font-weight: 300;
  letter-spacing: 0.04em;
  transition: all 0.3s;
  color: #a0a4a6;
}
.idx01 .content li a .title {
  width: 100%;
  padding-right: 40px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--clr1);
  background: url(../images/idx_news_li_arr_ico.svg) no-repeat center right/14px auto;
}
.idx01 .content .news {
  height: 287px;
  padding-right: 23px;
}
.idx01 .content .box_top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 17px;
}
.idx01 .content .box_top .btn-group {
  position: relative;
  bottom: 5px;
  flex-grow: 1;
  margin-left: max(20px, 6.5%);
}

@media only screen and (min-width: 769px) {
  .idx01 .box_title {
    left: 0;
  }
  .idx01 .box_title::before {
    top: 8px;
  }
  .idx01 .content {
    position: relative;
    z-index: 1;
  }
  .idx01 .content::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 2px;
    height: 100%;
    background-color: #d8dfe2;
  }
  .idx01 .content .box_top {
    position: relative;
    left: -15px;
  }
  .idx01 .content .box:nth-child(2) {
    position: relative;
    left: 3px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.idx02 {
  position: relative;
  z-index: 2;
  padding-top: 214px;
}
.idx02::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 122px;
  width: 100vw;
  height: calc(100% - 122px);
  background: url(../images/idx02_bg.png) repeat-x left -5px top -4px/1280px auto;
}
.idx02 .card_gr {
  --size-padding-le-r-card: 3.85em;
  --cl-bd: rgb(216 223 226 / 50%);
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: min(0.95vw, 10px);
}
.idx02 .card_gr::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid var(--cl-bd);
}
.idx02 .card_gr .card {
  position: relative;
  z-index: 1;
  padding-left: var(--size-padding-le-r-card);
  padding-right: var(--size-padding-le-r-card);
  width: 33.33333%;
  border: 0.5px solid var(--cl-bd);
  background-color: white;
  transition: var(--value-transition);
}
.idx02 .card_gr .card::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 1.9em;
  top: 1.9em;
  width: 5px;
  height: 5px;
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx02 .card_gr .card::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(../images/idx02_card_arr_ico.svg) no-repeat center/14px auto;
    background-color: var(--main-color);
  }
}
.idx02 .card_gr .card .en {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--main-color);
}
.idx02 .card_gr .card .ttl {
  display: block;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--clr1);
}
.idx02 .card_gr .card picture {
  max-width: 30em;
}
.idx02 .card_gr .st_col {
  display: flex;
  flex-direction: column;
  padding-top: 45px;
  padding-bottom: 39px;
}
.idx02 .card_gr .st_col .en {
  margin-bottom: 0;
  font-size: 1.2em;
}
.idx02 .card_gr .st_col .ttl {
  margin-bottom: 0.5714em;
  font-size: 2.8em;
}
.idx02 .card_gr .st_col .ct_area p {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .idx02 .card_gr .st_col .ct_area p {
    font-size: 14px;
  }
}
.idx02 .card_gr .st_col .card_ct {
  margin-bottom: 3.3em;
}
.idx02 .card_gr .st_col picture {
  margin-top: auto;
}
.idx02 .card_gr .st_row {
  --size-w-pic: 40%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 39px;
  padding-bottom: 34px;
}
.idx02 .card_gr .st_row .en {
  margin-top: -3px;
  margin-bottom: 1px;
  font-size: 1.1em;
}
.idx02 .card_gr .st_row .ttl {
  margin-bottom: 7px;
  font-size: 2.4em;
}
.idx02 .card_gr .st_row .ct_area p {
  font-size: 14px;
}
.idx02 .card_gr .st_row picture {
  width: var(--size-w-pic);
  max-width: 12em;
}
.idx02 .card_gr .st_row .card_ct {
  flex-grow: 1;
  width: calc(100% - var(--size-w-pic));
  padding-left: max(20px, 9.4%);
}
@media only screen and (min-width: 769px) {
  .idx02 .card_gr .card:hover {
    background-color: #f8f4ee;
  }
}

@media only screen and (min-width: 769px) {
  .idx02 h2 {
    margin-bottom: 65px;
  }
  .idx02 .box_title {
    position: relative;
    left: 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .card_gr {
    --size-padding-le-r-card: 20px;
  }
}
.idx03 {
  position: relative;
  z-index: 1;
  padding: 100px 0 142px;
}
.idx03 .idx_box {
  --size-w-pic: 25em;
  --size-space-between: 13.6%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: min(1vw, 10px);
}
.idx03 .idx_box .box_l {
  position: relative;
  z-index: 2;
  margin-right: var(--size-space-between);
  width: calc(100% - var(--size-w-pic) - var(--size-space-between));
  max-width: 636px;
}
.idx03 .idx_box .box_pic {
  position: relative;
  z-index: 1;
  width: var(--size-w-pic);
}
.idx03 .card_gr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx03 .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1em 1em 1em 1.8em;
  width: calc(50% - 1em);
  max-width: 29.3em;
  min-height: 11.6em;
  border-bottom: 2px solid rgba(216, 223, 226, 0.5);
  cursor: pointer;
  transition: var(--value-transition);
}
.idx03 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 1.9em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.4em;
  height: 1.1em;
  --mask: url(../images/idx03_card_arr.svg);
  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(--clr1);
}
.idx03 .card_gr .card p {
  transition: var(--value-transition);
}
.idx03 .card_gr .card .en {
  display: block;
  margin-bottom: 2px;
  font-size: clamp(10px, 1.1em, 11px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 0.95;
  font-family: var(--f-en);
  color: #93a3b2;
}
.idx03 .card_gr .card .card_ttl {
  margin-bottom: 0;
  font-size: clamp(14px, 1.8em, 18px);
  line-height: 1.5;
  color: var(--clr1);
}
.idx03 .card_gr .card .card_ct {
  position: relative;
  z-index: 1;
  padding-left: 5.7em;
}
.idx03 .card_gr .card .card_ct::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 4.1em;
  height: 4em;
  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);
}
.idx03 .card_gr .card:nth-child(1), .idx03 .card_gr .card:nth-child(2) {
  border-top: 2px solid rgba(216, 223, 226, 0.5);
}
.idx03 .card_gr .c1 .card_ct::before {
  left: 0.2em;
  top: -2px;
}
.idx03 .card_gr .c2 .card_ct::before {
  left: 0.2em;
  top: -2px;
}
.idx03 .card_gr .c3 .card_ct::before {
  left: 0.4em;
  top: -1px;
}
.idx03 .card_gr .c4 .card_ct::before {
  left: 0.2em;
  top: -1px;
}
.idx03 .card_gr .c5 .card_ct::before {
  left: 0.6em;
}
.idx03 .card_gr .c6 .card_ct::before {
  left: 2.5px;
}
.idx03 .card_gr .c7 .card_ct::before {
  left: 0.8em;
}
.idx03 .card_gr .c8 .card_ct::before {
  left: 0.8em;
}
.idx03 .card_gr .c1 .card_ct::before {
  --mask: url(../images/idx03_card_ico1.png);
}
.idx03 .card_gr .c2 .card_ct::before {
  --mask: url(../images/idx03_card_ico2.png);
}
.idx03 .card_gr .c3 .card_ct::before {
  --mask: url(../images/idx03_card_ico3.png);
}
.idx03 .card_gr .c4 .card_ct::before {
  --mask: url(../images/idx03_card_ico4.png);
}
.idx03 .card_gr .c5 .card_ct::before {
  --mask: url(../images/idx03_card_ico5.png);
}
.idx03 .card_gr .c6 .card_ct::before {
  --mask: url(../images/idx03_card_ico6.png);
}
.idx03 .card_gr .c7 .card_ct::before {
  --mask: url(../images/idx03_card_ico7.png);
}
.idx03 .card_gr .c8 .card_ct::before {
  --mask: url(../images/idx03_card_ico8.png);
}
@media only screen and (min-width: 769px) {
  .idx03 .card_gr .card:hover {
    background-color: var(--main-color);
  }
  .idx03 .card_gr .card:hover::after {
    background-color: white;
  }
  .idx03 .card_gr .card:hover p {
    color: white;
  }
  .idx03 .card_gr .card:hover .card_ct::before {
    background-color: white;
  }
}
.idx03 .box_pic::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: -34.8em;
  bottom: -26.7em;
  width: 86.9em;
  height: 117em;
  background: url(../images/idx03_bg01.svg) no-repeat center/cover;
}
.idx03 .pic_sd {
  position: absolute;
  z-index: 0;
  left: -1.1em;
  bottom: -2.2em;
  width: 27.3em;
  height: 7.1em;
  background: url(../images/idx03_pic_sd.svg) no-repeat center/cover;
  mix-blend-mode: multiply;
}
.idx03 .pic_person {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 67.1em;
  --mask: url(../images/idx03_mask_person.svg);
  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);
  background-color: white;
}
.idx03 .pic_person .item {
  position: absolute;
  --background-img: url(../images/pic_person_neck_light.png);
}
.idx03 .pic_person .item::before, .idx03 .pic_person .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: var(--background-img) no-repeat center/cover;
}
.idx03 .pic_person .item::before {
  width: 100%;
  height: 100%;
}
.idx03 .pic_person .item::after {
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: color;
  mix-blend-mode: multiply;
  opacity: 0;
}
.idx03 .pic_person .item01 {
  top: 6.7em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 8em;
  height: 5.5em;
}
.idx03 .pic_person .item02 {
  --background-img: url(../images/pic_person_shoulder_light.svg);
  top: 7.5em;
  width: 5.5em;
  height: 5.5em;
}
.idx03 .pic_person .item02.item_l {
  left: 6.1em;
}
.idx03 .pic_person .item02.item_r {
  right: 6.1em;
}
.idx03 .pic_person .item03 {
  --background-img: url(../images/pic_person_back_light.svg);
  top: 11.7em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 13.5em;
  height: 13.5em;
}
.idx03 .pic_person .item04 {
  --background-img: url(../images/pic_person_lower_back_light.svg);
  top: 22.2em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 8em;
  height: 5.5em;
}
.idx03 .pic_person .item05 {
  --background-img: url(../images/pic_person_lower_hand_elbow_arm_light.svg);
  top: 0;
  bottom: 7.4em;
  margin-top: auto;
  margin-bottom: auto;
  width: 13.5em;
  height: 13.5em;
}
.idx03 .pic_person .item05.item_l {
  left: -2.8em;
}
.idx03 .pic_person .item05.item_r {
  right: -2.8em;
}
.idx03 .pic_person .item06 {
  --background-img: url(../images/pic_person_hip_joint_light.svg);
  left: 0;
  right: 0;
  top: -0.9em;
  bottom: 0px;
  margin: auto;
  width: 13.1em;
  height: 13.5em;
}
.idx03 .pic_person .item07 {
  --background-img: url(../images/pic_person_knee_light.svg);
  bottom: 17.3em;
  width: 6em;
  height: 6em;
}
.idx03 .pic_person .item07.item_l {
  left: 5.7em;
}
.idx03 .pic_person .item07.item_r {
  right: 5.7em;
}
.idx03 .pic_person .item08 {
  --background-img: url(../images/pic_person_foot_leg_light.svg);
  bottom: -1.4em;
  width: 13.5em;
  height: 13.5em;
}
.idx03 .pic_person .item08.item_l {
  left: 3.2em;
}
.idx03 .pic_person .item08.item_r {
  right: 3.2em;
}
.idx03 .pic_person .item.active::after {
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .idx03 .box_title {
    position: relative;
    left: -15px;
    margin-right: -50px;
  }
  .idx03 h2 {
    margin-bottom: 65px;
  }
  .idx03 .card_gr .card:nth-child(1), .idx03 .card_gr .card:nth-child(2) {
    min-height: calc(11.6em + 2px);
  }
  .idx03 .idx_box .box_l {
    top: 2px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_box {
    --size-space-between: 6em;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.idx04 {
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
}
.idx04 .card_gr {
  --size-mg: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: min(0.85vw, 10px);
}
.idx04 .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1em 4em 1em 1.8em;
  width: calc(33.333333% - 10px);
  max-width: 31.7em;
  min-height: 11.6em;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 2px solid rgba(216, 223, 226, 0.5);
  cursor: pointer;
  transition: var(--value-transition);
}
.idx04 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 1.9em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.4em;
  height: 1.1em;
  --mask: url(../images/idx03_card_arr.svg);
  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(--clr1);
}
.idx04 .card_gr .card p {
  transition: var(--value-transition);
}
.idx04 .card_gr .card .en {
  display: block;
  margin-bottom: 2px;
  font-size: clamp(10px, 1.1em, 11px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 0.95;
  font-family: var(--f-en);
  color: #93a3b2;
}
.idx04 .card_gr .card .ttl {
  margin-bottom: 0;
  font-size: clamp(14px, 1.8em, 18px);
  line-height: 1.5;
  color: var(--clr1);
}
.idx04 .card_gr .card .ttl.ttl-lt02 {
  letter-spacing: 0;
}
.idx04 .card_gr .card .card_ct {
  position: relative;
  z-index: 1;
  padding-left: 5.7em;
}
.idx04 .card_gr .card .card_ct::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 4.1em;
  height: 4.1em;
  background: no-repeat center/cover;
}
.idx04 .card_gr .card:nth-child(1), .idx04 .card_gr .card:nth-child(2) {
  border-top: 2px solid rgba(216, 223, 226, 0.5);
}
.idx04 .card_gr .c1 .card_ct::before {
  left: 4px;
  top: -2px;
}
.idx04 .card_gr .c2 .card_ct::before {
  left: 0.2em;
  top: -2px;
}
.idx04 .card_gr .c3 .card_ct::before {
  left: 0.1em;
  top: -1px;
}
.idx04 .card_gr .c4 .card_ct::before {
  left: 0.3em;
  top: -1px;
}
.idx04 .card_gr .c5 .card_ct::before {
  left: 0.7em;
  top: -0.1em;
}
.idx04 .card_gr .c6 .card_ct::before {
  left: 0.2em;
}
.idx04 .card_gr .c7 .card_ct::before {
  left: 0.7em;
  top: -0.1em;
}
.idx04 .card_gr .c8 .card_ct::before {
  left: 0.6em;
  top: -0.1em;
}
.idx04 .card_gr .c9 .card_ct::before {
  left: 0.4em;
  top: -0.1em;
}
.idx04 .card_gr .c10 .card_ct::before {
  left: 0.7em;
  top: -0.1em;
}
.idx04 .card_gr .c11 .card_ct::before {
  left: 0.7em;
  top: -0.1em;
}
.idx04 .card_gr .c12 .card_ct::before {
  left: 0.7em;
  top: -0.1em;
}
.idx04 .card_gr .c1 .card_ct::before {
  background-image: url(../images/idx04_card_ico1.png);
}
.idx04 .card_gr .c2 .card_ct::before {
  background-image: url(../images/idx04_card_ico2.png);
}
.idx04 .card_gr .c3 .card_ct::before {
  background-image: url(../images/idx04_card_ico3.png);
}
.idx04 .card_gr .c4 .card_ct::before {
  background-image: url(../images/idx04_card_ico4.png);
}
.idx04 .card_gr .c5 .card_ct::before {
  background-image: url(../images/idx04_card_ico5.png);
}
.idx04 .card_gr .c6 .card_ct::before {
  background-image: url(../images/idx04_card_ico6.png);
}
.idx04 .card_gr .c7 .card_ct::before {
  background-image: url(../images/idx04_card_ico7.png);
}
.idx04 .card_gr .c8 .card_ct::before {
  background-image: url(../images/idx04_card_ico8.png);
}
.idx04 .card_gr .c9 .card_ct::before {
  background-image: url(../images/idx04_card_ico9.png);
}
.idx04 .card_gr .c10 .card_ct::before {
  background-image: url(../images/idx04_card_ico10.png);
}
.idx04 .card_gr .c11 .card_ct::before {
  background-image: url(../images/idx04_card_ico11.png);
}
.idx04 .card_gr .c12 .card_ct::before {
  background-image: url(../images/idx04_card_ico12.png);
}
@media only screen and (min-width: 769px) {
  .idx04 .card_gr .card:hover::after {
    background-color: var(--main-color);
    transform: translateX(1em);
  }
  .idx04 .card_gr .card:hover p {
    color: var(--main-color);
  }
}
.idx04 .idx_box {
  position: relative;
  z-index: 1;
  padding: 0 100px 69px 100px;
  max-width: 1210px;
}
.idx04 .idx_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 35px);
  background-color: white;
}
.idx04 .idx_box .btn-group {
  margin-top: 49px;
}

@media only screen and (min-width: 769px) {
  .idx04 h2 {
    margin-bottom: 65px;
  }
  .idx04 .box_title {
    left: -15px;
  }
  .idx04 .inner_big {
    padding-left: 0;
  }
  .idx04 .card_gr .card:nth-child(1), .idx04 .card_gr .card:nth-child(2), .idx04 .card_gr .card:nth-child(3) {
    min-height: calc(11.6em + 2px);
    border-top: 2px solid rgba(216, 223, 226, 0.5);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx04 .idx_box {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .idx_box::before {
    height: calc(100% - 2.5vw);
  }
  .idx04 .idx_box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .idx04 .card_gr {
    font-size: 0.75vw;
  }
  .idx04 .card_gr .card {
    max-width: 100%;
  }
}
.idx_section_gr {
  position: relative;
  z-index: 1;
}

.gr-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.gr-background span {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, currentColor 0%, transparent 65%);
  opacity: 0.6;
  will-change: transform;
  animation: move linear infinite;
}

.gr-background span:nth-child(1) {
  color: #afdbff;
  top: 28%;
  left: 33%;
  animation-duration: 25.7s;
  animation-delay: -22.1s;
  transform-origin: 25vw 2vh;
}

.gr-background span:nth-child(2) {
  color: #dcccfa;
  top: 53%;
  left: 50%;
  animation-duration: 12.3s;
  animation-delay: -1.9s;
  transform-origin: -20vw -4vh;
}

.gr-background span:nth-child(3) {
  color: #afdbff;
  top: 94%;
  left: 32%;
  animation-duration: 26.7s;
  animation-delay: -5.2s;
  transform-origin: 7vw 5vh;
}

.gr-background span:nth-child(4) {
  color: #afdbff;
  top: 21%;
  left: 36%;
  animation-duration: 15.9s;
  animation-delay: -9.6s;
  transform-origin: -8vw -15vh;
}

.gr-background span:nth-child(5) {
  color: #dcccfa;
  top: 80%;
  left: 72%;
  animation-duration: 23.8s;
  animation-delay: -2.1s;
  transform-origin: -21vw 24vh;
}

.gr-background span:nth-child(6) {
  color: #afdbff;
  top: 76%;
  left: 91%;
  animation-duration: 22.8s;
  animation-delay: -8.6s;
  transform-origin: -15vw 20vh;
}

.gr-background span:nth-child(7) {
  color: #8fbfff;
  top: 71%;
  left: 86%;
  animation-duration: 19.4s;
  animation-delay: -24.3s;
  transform-origin: 7vw 21vh;
}

.gr-background span:nth-child(8) {
  color: #afdbff;
  top: 42%;
  left: 39%;
  animation-duration: 20.3s;
  animation-delay: -23.8s;
  transform-origin: 22vw 12vh;
}

.gr-background span:nth-child(9) {
  color: #dcccfa;
  top: 6%;
  left: 54%;
  animation-duration: 15s;
  animation-delay: -19.1s;
  transform-origin: 14vw 6vh;
}

.gr-background span:nth-child(10) {
  color: #8fbfff;
  top: 1%;
  left: 34%;
  animation-duration: 13.8s;
  animation-delay: -24.8s;
  transform-origin: -2vw 4vh;
}

.gr-background span:nth-child(11) {
  color: #dcccfa;
  top: 84%;
  left: 42%;
  animation-duration: 23.8s;
  animation-delay: -6.9s;
  transform-origin: 15vw -15vh;
}

.gr-background span:nth-child(12) {
  color: #8fbfff;
  top: 26%;
  left: 95%;
  animation-duration: 21.6s;
  animation-delay: -18s;
  transform-origin: -8vw -1vh;
}

.gr-background span:nth-child(13) {
  color: #8fbfff;
  top: 12%;
  left: 17%;
  animation-duration: 18.6s;
  animation-delay: -11.8s;
  transform-origin: 14vw 8vh;
}

.gr-background span:nth-child(14) {
  color: #8fbfff;
  top: 76%;
  left: 79%;
  animation-duration: 21.8s;
  animation-delay: -6.8s;
  transform-origin: 23vw 20vh;
}

.gr-background span:nth-child(15) {
  color: #8fbfff;
  top: 27%;
  left: 59%;
  animation-duration: 29.4s;
  animation-delay: -8.9s;
  transform-origin: -2vw -21vh;
}

.gr-background span:nth-child(16) {
  color: #8fbfff;
  top: 36%;
  left: 24%;
  animation-duration: 25s;
  animation-delay: -15.1s;
  transform-origin: -14vw -9vh;
}

.gr-background span:nth-child(17) {
  color: #8fbfff;
  top: 98%;
  left: 9%;
  animation-duration: 16.5s;
  animation-delay: -21.3s;
  transform-origin: -15vw 0vh;
}

.gr-background span:nth-child(18) {
  color: #afdbff;
  top: 25%;
  left: 48%;
  animation-duration: 10.1s;
  animation-delay: -11.7s;
  transform-origin: 13vw 17vh;
}

.gr-background span:nth-child(19) {
  color: #8fbfff;
  top: 37%;
  left: 88%;
  animation-duration: 19.4s;
  animation-delay: -15.5s;
  transform-origin: -19vw 19vh;
}

.gr-background span:nth-child(20) {
  color: #dcccfa;
  top: 36%;
  left: 43%;
  animation-duration: 11.4s;
  animation-delay: -17.6s;
  transform-origin: 25vw 18vh;
}

@keyframes move {
  to {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.sec_gr01 {
  --size-grow-bot: 400px;
}
.sec_gr01::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + var(--size-grow-bot));
  background: url(../images/sec_gr01_bg.jpg) no-repeat center/cover;
  background-color: white;
  opacity: 0.5;
}
.sec_gr01 .gr-background {
  height: calc(100% + var(--size-grow-bot));
}
.sec_gr01 .idx_decor {
  font-size: min(0.8vw, 10px);
}
.sec_gr01 .idx_decor .item {
  width: 75em;
  height: 75em;
  background-image: url(../images/sec_gr01_decor_item01.svg);
}

.idx05,
.idx06,
.idx07 {
  position: relative;
}
.idx05 .inner_big,
.idx06 .inner_big,
.idx07 .inner_big {
  position: relative;
}
.idx05 .idx_catch .pic_top,
.idx06 .idx_catch .pic_top,
.idx07 .idx_catch .pic_top {
  margin-left: auto;
  margin-right: -10px;
  width: calc(100% - 40px);
  max-width: 1021px;
}
.idx05 .idx_box,
.idx06 .idx_box,
.idx07 .idx_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.idx05 .idx_box .btn-group .btn,
.idx06 .idx_box .btn-group .btn,
.idx07 .idx_box .btn-group .btn {
  max-width: 184px;
}

@media only screen and (min-width: 769px) {
  .idx05 .h2_en,
  .idx06 .h2_en,
  .idx07 .h2_en {
    margin-top: -0.53em;
    margin-bottom: 13px;
    margin-right: -50vw;
  }
  .idx05 .box_title,
  .idx06 .box_title,
  .idx07 .box_title {
    left: -15px;
  }
  .idx05 .idx_box,
  .idx06 .idx_box,
  .idx07 .idx_box {
    max-width: 1080px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1360px) {
	.home_page .key .key_circle {
          bottom: 3em;
        right: 7em;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .box_title,
  .idx06 .box_title,
  .idx07 .box_title {
    left: -5px;
  }
}
.idx05 {
  position: relative;
  z-index: 2;
  padding-top: 150px;
}
.idx05 .pic_gr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.idx05 .pic_gr .item {
  position: relative;
  z-index: 1;
  width: calc(50% - 10px);
  max-width: 310px;
}
.idx05 .pic_gr .item:nth-child(2n) {
  margin-top: 40px;
}
.idx05 .pic_gr .item p,
.idx05 .pic_gr .item picture {
  transition: var(--value-transition);
}
.idx05 .pic_gr .item .pic_ttl_en {
  display: block;
  margin-top: 15px;
  margin-bottom: 1px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #93a3b2;
}
.idx05 .pic_gr .item .pic_ttl_jp {
  display: table;
  padding-right: 25px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--clr1);
  background: url(../images/idx05_box_pic_ttl_jp_arr.svg) no-repeat center right/14px auto;
}
@media only screen and (min-width: 769px) {
  .idx05 .pic_gr .item:hover picture {
    opacity: 0.9;
  }
  .idx05 .pic_gr .item:hover p {
    color: var(--main-color);
  }
}
.idx05 .btn-group {
  margin-top: 32px;
}
.idx05 .idx_decor .item01 {
  bottom: -12em;
  left: -12em;
}

@media only screen and (min-width: 769px) {
  .idx05 h2 {
    margin-bottom: 53px;
  }
  .idx05 .idx_box {
    --size-w-r: 60%;
    justify-content: space-between;
  }
  .idx05 .idx_box .box_l {
    width: calc(100% - var(--size-w-r) - 40px);
    max-width: 370px;
  }
  .idx05 .idx_box .box_r {
    padding-top: 145px;
    width: var(--size-w-r);
    max-width: 645px;
  }
  .idx05 .idx_decor .item02 {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .idx_box {
    --size-w-r: 56%;
  }
  .idx05 .pic_gr .item .pic_ttl_jp {
    font-size: 18px;
  }
}
.idx06 {
  z-index: 1;
  padding-top: 145px;
}
.idx06 .idx_box .btn-group {
  margin-top: 26px;
}
.idx06 .idx_box .btn-group .btn {
  max-width: 184px;
}
.idx06 .idx_box .box_r {
  max-width: 431px;
}
.idx06 .idx_decor .item01 {
  top: -35em;
  right: -40em;
}
.idx06 .idx_decor .item02 {
  bottom: -25em;
  left: -15em;
}

@media only screen and (min-width: 769px) {
  .idx06 h2 {
    margin-bottom: 53px;
  }
  .idx06 .idx_box {
    --size-w-r: 40%;
    justify-content: space-between;
  }
  .idx06 .idx_box .btn-group {
    --size-mg: 7.5px;
    justify-content: flex-start;
  }
  .idx06 .idx_box .box_l {
    width: calc(100% - var(--size-w-r) - 40px);
    max-width: 582px;
  }
  .idx06 .idx_box .box_r {
    padding-top: 70px;
    width: var(--size-w-r);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .idx_box .btn-group {
    --size-mg: 5px;
  }
  .idx06 .idx_box {
    --size-w-r: 43%;
  }
}
.idx07 {
  z-index: 2;
  padding-top: 149px;
  padding-bottom: 112px;
}
.idx07 .pic_gr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 695px;
}
.idx07 .pic_gr .item {
  width: calc(33.3333333333% - 10px);
  max-width: 215px;
}
.idx07 .pic_gr .item:nth-child(1) {
  margin-top: 50px;
}
.idx07 .pic_gr .item:nth-child(3) {
  margin-top: 100px;
}
.idx07 .idx_box .btn-group {
  margin-top: 32px;
}
.idx07 .idx_decor .item01 {
  top: -35em;
  right: -35em;
}
.idx07 .idx_decor .item02 {
  bottom: -10em;
  left: -15em;
}
.idx07 .idx_decor .item03 {
  right: -35em;
  bottom: -60em;
}

@media only screen and (min-width: 769px) {
  .idx07 h2 {
    margin-bottom: 54px;
  }
  .idx07 .idx_box {
    --size-w-r: 60%;
    --size-space-between: 60px;
    justify-content: flex-end;
    max-width: 1179px;
  }
  .idx07 .idx_box .box_l {
    margin-right: var(--size-space-between);
    width: calc(100% - var(--size-w-r) - var(--size-space-between));
    max-width: 375px;
  }
  .idx07 .idx_box .box_r {
    padding-top: 95px;
    max-width: 695px;
    width: var(--size-w-r);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 .idx_box {
    --size-w-r: 55%;
    --size-space-between: 40px;
  }
}
.idx08 {
  --size-grow-bot-card-gr: 122px;
  position: relative;
  z-index: 3;
}
.idx08::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx08_bg.png) repeat-x left top/1280px auto;
}
.idx08 .loop_wrap {
  margin-bottom: 15px;
}
.idx08 .loop_wrap .en-big {
  color: white;
}
.idx08 h2 {
  text-align: center;
}
.idx08 .catch_ct {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}
.idx08 .catch_ct p {
  text-align: center;
  font-weight: 400;
  color: white;
}
.idx08 .btn-group {
  margin-top: 33px;
}
.idx08 .btn-group .btn {
  max-width: 184px;
}
.idx08 .card_gr {
  --cl-mode: #fea20e;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  font-size: min(1vw, 10px);
  max-width: 1142px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 69px;
  margin-bottom: calc(var(--size-grow-bot-card-gr) * -1);
  border-top: 2px solid rgba(216, 223, 226, 0.5);
  border-bottom: 2px solid rgba(216, 223, 226, 0.5);
  background-color: white;
}
.idx08 .card_gr .card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.4em 20px 3.7em 20px;
  width: 25%;
  min-height: 37.8em;
  background-color: white;
  border-right: 2px solid rgba(216, 223, 226, 0.5);
  transition: var(--value-transition);
}
.idx08 .card_gr .card::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 1.9em;
  top: 2em;
  width: 5px;
  height: 5px;
  background-color: var(--cl-mode);
}
.idx08 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  background: url(../images/idx08_card_arr_ico.png) no-repeat center/1.3em auto;
  background-color: var(--cl-mode);
}
.idx08 .card_gr .card:first-child {
  border-left: 2px solid rgba(216, 223, 226, 0.5);
}
.idx08 .card_gr .card .card_ttl {
  width: 100%;
  max-width: 20.5em;
}
.idx08 .card_gr .card .card_ttl p {
  transition: var(--value-transition);
}
.idx08 .card_gr .card .card_ttl .en {
  display: block;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--cl-mode);
}
.idx08 .card_gr .card .card_ttl .jp {
  display: block;
  margin-bottom: 0.8929em;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.5;
}
.idx08 .card_gr .card .card_pic {
  width: 100%;
  max-width: 20.5em;
  min-height: 21em;
  background: no-repeat center/cover;
}
.idx08 .card_gr .c1 .card_pic {
  background-image: url(../images/idx08_img01.jpg);
}
.idx08 .card_gr .c2 .card_pic {
  background-image: url(../images/idx08_img02.jpg);
}
.idx08 .card_gr .c3 .card_pic {
  background-image: url(../images/idx08_img03.jpg);
}
.idx08 .card_gr .c4 .card_pic {
  background-image: url(../images/idx08_img04.jpg);
}
@media only screen and (min-width: 769px) {
  .idx08 .card_gr .card:hover {
    --cl-mode: #fe460e;
  }
  .idx08 .card_gr .card:hover .jp {
    color: var(--cl-mode);
  }
}
.idx08 .idx_concept {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.idx08 .idx_concept .btn-group .btn {
  max-width: 239px;
}
.idx08 .idx_concept .idx_box {
  --fs-ico-light: clamp(6px, .8vw, 10px);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(var(--size-grow-bot-card-gr) + 93px);
  padding-bottom: 94px;
  width: 50%;
  min-height: 877px;
  color: white;
}
.idx08 .idx_concept .idx_box .en-sm {
  display: block;
  margin-bottom: 7px;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 300;
  line-height: 1.5;
}
.idx08 .idx_concept .idx_box .en-big {
  display: block;
  margin-bottom: 19px;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.100625;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.idx08 .idx_concept .idx_box .ct_area {
  margin-bottom: 70px;
  max-width: 370px;
}
.idx08 .idx_concept .idx_box .ct_area p {
  font-weight: 400;
}
.idx08 .idx_concept .idx_box .ct_area:last-child {
  margin-bottom: 0;
}
.idx08 .idx_concept .idx_box .btn-group {
  margin-top: auto;
}
.idx08 .idx_concept .idx_box:first-child::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: -45em;
  top: -45em;
  width: 104.5em;
  height: 104.5em;
  font-size: var(--fs-ico-light);
  background: url(../images/idx_concept_light_bl.svg) no-repeat center/cover;
  mix-blend-mode: overlay;
}
.idx08 .idx_concept .idx_box:last-child::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: -50em;
  bottom: -50em;
  width: 104.5em;
  height: 104.5em;
  font-size: var(--fs-ico-light);
  background: url(../images/idx_concept_light_or.svg) no-repeat center/cover;
  mix-blend-mode: overlay;
}

@media only screen and (min-width: 769px) {
  .idx08 h2 {
    margin-bottom: 32px;
  }
  .idx08 .idx_concept {
    --size-grow-right: 268px;
    --size-grow-left: 300px;
    --size-padding-r-box-l: 7.1%;
    --size-padding-l-box-r: 7.1%;
  }
  .idx08 .idx_concept .idx_box::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .idx08 .idx_concept .idx_box .btn-group {
    margin-bottom: 6px;
  }
  .idx08 .idx_concept .idx_box:nth-child(1) {
    z-index: 2;
    padding-right: var(--size-padding-r-box-l);
    padding-left: 80px;
  }
  .idx08 .idx_concept .idx_box:nth-child(1)::before {
    right: calc(var(--size-grow-right) * -1);
    width: calc(100% + var(--size-grow-right));
    background-image: url(../images/idx_concept_bg01.jpg);
    background-position: left top;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--size-grow-right) * 2) 100%, 0 100%);
  }
  .idx08 .idx_concept .idx_box:nth-child(2) {
    padding-left: var(--size-padding-l-box-r);
    padding-right: 60px;
  }
  .idx08 .idx_concept .idx_box:nth-child(2)::before {
    left: calc(var(--size-grow-left) * -1);
    width: calc(100% + var(--size-grow-left));
    background-image: url(../images/idx_concept_bg02.jpg);
    background-position: right center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx08 .idx_concept {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx08 .card_gr {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.9vw;
  }
  .idx08 .card_gr .card {
    padding-left: 15px;
    padding-right: 15px;
  }
  .idx08 .idx_concept {
    --size-grow-right: 50px;
    --size-padding-r-box-l: 30px;
    --size-padding-l-box-r: 30px;
  }
  .idx08 .idx_concept .idx_box {
    padding-bottom: 60px;
    min-height: 86vw;
  }
  .idx08 .idx_concept .idx_box:nth-child(1) {
    padding-left: 40px;
  }
  .idx08 .idx_concept .idx_box:nth-child(1)::before {
    background-position: left 20% center;
  }
  .idx08 .idx_concept .idx_box:nth-child(2) {
    padding-right: 40px;
  }
  .idx08 .idx_concept .idx_box:nth-child(2)::before {
    background-position: left 20% center;
  }
}
.idx_feature {
  --size-pt-idx-feature: 138px;
  --size-w-card: 530px;
  --size-h-card: 397px;
  --size-h-container: 100vh;
  padding-bottom: 149px;
  background-color: white;
}
.idx_feature .pin-spacer {
  padding-bottom: 0 !important;
}
.idx_feature .h2_en {
  position: relative;
  z-index: 1;
  line-height: 1.06791;
  letter-spacing: 0.04em;
}
.idx_feature .h2_en .num {
  position: absolute;
  z-index: -1;
  left: 0.7429em;
  top: -0.4095em;
  font-size: 3.2559em;
  line-height: 1;
  color: #ccdeee;
}
.idx_feature h2 {
  margin-bottom: 33px;
}
.idx_feature h3 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5804167;
  letter-spacing: 0.1em;
}
.idx_feature .box_logo {
  display: table;
  margin-top: 31px;
  max-width: 457px;
}
.idx_feature .box_logo a:hover {
  opacity: 1;
}
.idx_feature .card_gr {
  width: var(--size-w-card);
}
.idx_feature .card_gr .card {
  position: relative;
  z-index: 1;
  padding: 31px 48px 40px 49px;
  margin-bottom: 33px;
  min-height: var(--size-h-card);
  width: var(--size-w-card);
  border: 2px solid rgba(216, 223, 226, 0.5);
  background-color: white;
}
.idx_feature .card_gr .card::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 3px;
  border: 2px solid rgba(216, 223, 226, 0.5);
}
.idx_feature .card_gr .card:last-child {
  margin-bottom: 0;
}
.idx_feature .card_gr .card .ct_area {
  display: inline;
}
.idx_feature .card_gr .card .card_ttl {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-right: 12em;
  padding-bottom: 2.5em;
  margin-bottom: 2em;
  min-height: 5.5em;
  font-size: clamp(9px, 1vw, 10px);
  background: url(../images/idx_feature_card_ttl_line.svg) repeat-x left bottom/auto 1px;
}
.idx_feature .card_gr .card .card_ttl::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 1px;
  width: 10.2em;
  height: 5.6em;
  background: no-repeat center/cover;
}
.idx_feature .card_gr .card .card_ttl p {
  margin-bottom: 0;
}
.idx_feature .card_gr .card .card_ttl .jp {
  font-size: 2.8em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--main-color);
}
.idx_feature .card_gr .card .card_ttl .en {
  position: relative;
  top: 3px;
  margin-left: 13px;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #93a3b2;
}
.idx_feature .card_gr .c1 .card_ttl::after {
  background-image: url(../images/idx_feature_card_ttl_ico01.svg);
}
.idx_feature .card_gr .c2 .card_ttl::after {
  background-image: url(../images/idx_feature_card_ttl_ico02.svg);
}
.idx_feature .card_gr .c3 .card_ttl::after {
  background-image: url(../images/idx_feature_card_ttl_ico03.svg);
}
.idx_feature .card_gr .c4 .card_ttl::after {
  background-image: url(../images/idx_feature_card_ttl_ico04.svg);
}
.idx_feature .inner_sm {
  padding-top: var(--size-pt-idx-feature) !important;
  height: var(--size-h-container) !important;
}
.idx_feature .idx_box_catch {
  position: relative;
  max-width: 1200px;
  height: var(--size-h-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr var(--size-w-card);
}
.idx_feature .idx_box_catch .box_sticky {
  position: sticky;
  top: auto;
}
.idx_feature .idx_box_catch .card_gr {
  position: relative;
  height: var(--size-h-card);
}
.idx_feature .idx_box_catch .card_gr .card {
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .idx_feature .inner_sm {
    max-width: 1104px;
  }
  .idx_feature .box_logo {
    position: relative;
    left: 11px;
  }
  .idx_feature .idx_box_catch {
    --size-w-r: 50%;
  }
}
@media only screen and (min-width: 1921px) {
  .idx_feature {
    --size-h-container: 800px;
  }
  .idx_feature .pin-spacer {
    height: var(--size-h-container);
  }
}
@media only screen and (min-width: 1280px) {
  .idx_feature .box_title {
    left: -13px;
  }
  .idx_feature .box_title::before {
    top: 13px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 650px) {
  .idx_feature {
    --size-pt-idx-feature: 114px;
  }
  .idx_feature .h2_en.fs64 {
    font-size: 45px;
  }
  .idx_feature h2 {
    margin-bottom: 20px;
  }
  .idx_feature .box_logo {
    margin-top: -10px;
    max-width: 270px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_feature {
    --size-w-card: 350px;
    --size-h-container: 700px;
    padding-bottom: 100px;
  }
  .idx_feature .b_l .h2_en {
    font-size: min(5.5vw, 55px);
  }
  .idx_feature .box_logo {
    max-width: 300px;
  }
  .idx_feature .card_gr .card {
    padding-left: 30px;
    padding-right: 20px;
  }
}
.idx09 {
  position: relative;
  z-index: 1;
  padding: 132px 0 150px;
}
.idx09::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 460px;
  background: url(../images/idx09_bg.jpg) no-repeat center/cover;
}
.idx09 .h2_en {
  padding-top: 0.6202em;
  padding-left: 2.031em;
  line-height: 1.067907;
  color: white;
}
.idx09 .h2_en .num {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: -1;
  font-size: 3.25582em;
}
.idx09 h2 {
  color: white;
}
.idx09 .box_title::before {
  top: 21px;
}
.idx09 .card_slider {
  --size-w-card: 55.3em;
  --size-mg: 12.5px;
  --size-w-slick-btn-gr: 8em;
  position: relative;
  z-index: 1;
  padding-bottom: 62px;
  font-size: clamp(9px, 0.9vw, 10px);
}
.idx09 .card_slider .slick_btn_gr {
  position: absolute;
  bottom: -6px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--size-w-slick-btn-gr);
  height: 14px;
}
.idx09 .card_slider .slick_btn_gr .btn {
  position: unset;
  transform: unset;
  width: 1.7em;
  height: 100%;
  background: no-repeat center/cover;
  cursor: pointer;
  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(--clr1);
  transition: var(--value-transition);
}
.idx09 .card_slider .slick_btn_gr .next {
  --mask: url(../images/idx_09_slick_arr_next_ico.svg);
}
.idx09 .card_slider .slick_btn_gr .pre {
  --mask: url(../images/idx_09_slick_arr_pre_ico.svg);
}
@media only screen and (min-width: 769px) {
  .idx09 .card_slider .slick_btn_gr .btn:hover {
    background-color: var(--main-color);
  }
}
.idx09 .card_slider .card_gr_catch {
  clip-path: polygon(0 0, 100vw 0, 100vw calc(100% + 100px), 0 calc(100% + 100px));
}
.idx09 .card_slider .card_gr {
  position: unset !important;
}
.idx09 .card_slider .card_gr:not(.slick-initialized) {
  display: flex;
}
.idx09 .card_slider .card_gr.slick-initialized .slick-list {
  overflow: visible !important;
}
.idx09 .card_slider .card_gr.slick-initialized .slick-track {
  display: flex !important;
}
.idx09 .card_slider .card_gr.slick-initialized .slick-slide {
  height: inherit !important;
}
.idx09 .card_slider .card_gr.slick-initialized ul li {
  margin: 0 20px;
}
.idx09 .card_slider .card_gr.slick-initialized ul li img {
  border-radius: 0;
}
.idx09 .card_slider .card_gr.slick-initialized .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  margin-top: 19px;
  margin-right: 0;
  margin-left: auto;
  width: calc(100% - var(--size-w-slick-btn-gr) - 30px);
  max-width: 952px;
}
.idx09 .card_slider .card_gr.slick-initialized .slick-dots button {
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  border: 0;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
}
.idx09 .card_slider .card_gr.slick-initialized .slick-dots li {
  margin: 0;
  width: 16.6666666667%;
  height: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idx09 .card_slider .card_gr.slick-initialized .slick-dots li button {
  transition: var(--value-transition);
}
.idx09 .card_slider .card_gr.slick-initialized .slick-dots li.slick-active button {
  background: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx09 .card_slider .card_gr.slick-initialized .slick-dots li:not(.active):hover button {
    background: #0397c4;
  }
}
.idx09 .card_slider .slide_item {
  margin: 0 var(--size-mg);
}
.idx09 .card_slider .card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 14px 4em 4em;
  width: var(--size-w-card);
  height: 100%;
  background-color: white;
}
.idx09 .card_slider .card::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(216, 223, 226, 0.5);
}
.idx09 .card_slider .card .txt-top {
  margin-bottom: 14px;
  font-size: 12px;
  font-family: var(--f-en);
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--main-color);
}
.idx09 .card_slider .card .card_pic {
  display: block;
  margin-bottom: 2.5em;
  width: 100%;
  height: 25em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx09 .card_slider .card .card_ct .card_ttl {
  margin-bottom: 0.8em;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--main-color);
}
.idx09 .card_slider .card .card_ct .ct_area {
  margin-bottom: 18px;
}
.idx09 .card_slider .card .card_ct .ct_area p {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .idx09 .card_slider .card .card_ct .ct_area p {
    font-size: 14px;
  }
}
.idx09 .card_slider .card .btn-group {
  margin-top: auto;
  font-size: 1em;
}
.idx09 .card_slider .card .btn-group .btn-txt {
  margin-left: auto;
  margin-right: -1px;
  max-width: 112px;
}
.idx09 .c1 .card_pic {
  background-image: url(../images/idx09_card_img01.jpg);
}
.idx09 .c2 .card_pic {
  background-image: url(../images/idx09_card_img02.jpg);
}
.idx09 .c3 .card_pic {
  background-image: url(../images/idx09_card_img03.jpg);
}
.idx09 .c4 .card_pic {
  background-image: url(../images/idx09_card_img04.jpg);
}
.idx09 .c5 .card_pic {
  background-image: url(../images/idx09_card_img05.jpg);
}
.idx09 .c6 .card_pic {
  background-image: url(../images/idx09_card_img06.jpg);
}

@media only screen and (min-width: 769px) {
  .idx09 h2 {
    margin-bottom: 44px;
  }
  .idx09 .h2_en {
    position: relative;
    left: -3px;
  }
  .idx09 .box_title {
    left: -15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx09 .box_title {
    left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx09 .card_slider {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx09 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.idx10 h2 {
  font-size: 14px;
}
.idx10 .box_name {
  position: absolute;
  z-index: 1;
  left: 2.9em;
  top: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 7.6em;
  min-height: 23.2em;
  border: 1px solid #d8dfe2;
  font-size: clamp(8px, 0.8vw, 10px);
  background-color: white;
}
.idx10 .box_name::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 4px;
  border: 1px solid #d8dfe2;
}
.idx10 .box_name p {
  writing-mode: vertical-rl;
  color: var(--main-color);
  line-height: 1.5;
  text-align: center;
}
.idx10 .box_name .pos {
  margin-bottom: 1.3571em;
  font-size: 1.4em;
  letter-spacing: 0.1em;
}
.idx10 .box_name .name_jp {
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.idx10 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx10 .idx_box .btn-group {
  --size-mg: 7.5px;
  display: flex;
  justify-content: flex-start;
  margin: calc(var(--size-mg) * -1);
  margin-top: 25px;
}
.idx10 .idx_box .btn-group .btn {
  min-width: 129px;
  width: fit-content;
  margin: var(--size-mg);
}
.idx10 .idx_box .box_r {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .idx10 .h2_en {
    margin-bottom: 9px;
  }
  .idx10 h2 {
    margin-bottom: 55px;
  }
  .idx10 h3 {
    margin-bottom: 16px;
  }
  .idx10 .inner_big {
    max-width: 1280px;
    padding-right: 0;
  }
  .idx10 .idx_box {
    --size-w-pic: 60%;
    --size-space-between: 56px;
    position: relative;
    z-index: 1;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 100px;
    padding-left: 20px;
  }
  .idx10 .idx_box::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: -10px;
    top: 0;
    width: calc(var(--size-w-pic) + 10px);
    max-width: 745px;
    height: 100%;
    background-color: white;
  }
  .idx10 .idx_box .box_l {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: var(--size-space-between);
    width: calc(100% - var(--size-w-pic) - var(--size-space-between));
    max-width: 379px;
  }
  .idx10 .idx_box .box_l .btn-group .btn {
    max-width: 224px;
  }
  .idx10 .idx_box .box_l .btn-group .btn:nth-child(2) {
    flex-grow: 1;
  }
  .idx10 .idx_box .box_r {
    position: relative;
    z-index: 1;
    width: var(--size-w-pic);
    max-width: 745px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx10 .idx_box {
    --size-w-pic: 52%;
    --size-space-between: 30px;
    padding-top: 40px;
  }
}
.idx11 {
  position: relative;
  z-index: 1;
  padding: 101px 0 100px;
  overflow: hidden;
}
.idx11 h2 {
  margin-bottom: 37px;
}
.idx11 .box_title::before {
  top: 10px;
}
.idx11 .inner_sm {
  position: relative;
  z-index: 1;
}
.idx11 .idx_decor {
  font-size: clamp(9px, 0.9vw, 10px);
}
.idx11 .idx_decor .item {
  width: 94.3em;
  height: 94.3em;
}
.idx11 .idx_decor .item01 {
  top: -56em;
  left: -56em;
  background-image: url(../images/idx11_decor_item01.svg);
}
.idx11 .idx_decor .item02 {
  bottom: -56em;
  right: -56em;
  background-image: url(../images/idx11_decor_item02.svg);
}
.idx11 .idx_box {
  position: relative;
  z-index: 1;
  padding: 53px 52px 54px 52px;
  border: 2px solid rgba(216, 223, 226, 0.5);
  background-color: white;
}
.idx11 .idx_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 2px;
  border: 2px solid rgba(216, 223, 226, 0.5);
}
.idx11 .idx_box .btn-group {
  margin-top: 33px;
}
.idx11 .idx_box .btn-group .btn {
  max-width: 184px;
}
.idx11 .idx_box .box_l {
  max-width: 372px;
}
.idx11 .idx_box .box_r {
  max-width: 452px;
}

@media only screen and (min-width: 769px) {
  .idx11 .idx_box {
    --size-w-pic: 50%;
    --size-space-between: 10%;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .idx11 .idx_box .box_l {
    padding-top: 42px;
    margin-right: var(--size-space-between);
    width: calc(100% - var(--size-w-pic) - var(--size-space-between));
  }
  .idx11 .idx_box .box_r {
    width: var(--size-w-pic);
  }
}
@media only screen and (min-width: 1280px) {
  .idx11 .box_title {
    left: -9px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx11 .idx_box {
    --size-space-between: 40px;
    padding: 40px;
  }
}
.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 h2 {
  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 {
  position: relative;
  z-index: 2;
  height: 500px;
}
.idx_map iframe {
  height: 100%;
  border: 0;
}

@media only screen and (max-width: 768px) {
  .idx_map {
    height: 299px;
  }
}
.scroll-wrapper {
  --size-w-thumb: 3px;
  position: relative;
  overflow: hidden;
}

.content-area {
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  /* hide scrollbar browser */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

.content-area::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.custom-scrollbar-track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--size-w-thumb);
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  z-index: 10;
}

.custom-scrollbar-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  background: var(--main-color);
  border-radius: 10px;
  cursor: pointer;
}

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