.home_page .key {
  --height-line-bg-bottom: 17em;
  --height: 63vw;
  --min-height: 450px;
  --max-height: 100vh;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: min(0.7vw, 10px);
  background: url(../images/idx_key_bg.jpg) no-repeat center bottom/cover;
}
.home_page .key::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--height-line-bg-bottom);
  background-color: var(--main-color);
  height: 0;
}
.home_page .key .inner {
  padding: 0;
  margin: unset;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:not(:first-of-type) {
  display: none;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:first-of-type {
  display: block;
  width: 100%;
}
.home_page .key .slick-list {
  overflow: visible !important;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: calc(var(--height-line-bg-bottom) + 29.6em);
  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 h2,
.home_page .key .key_text p {
  color: var(--clr1);
  text-align: right;
}
.home_page .key .key_text p:last-of-type {
  margin-bottom: 0;
}
.home_page .key .catch {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .home_page .key .catch {
    min-width: 76em;
  }
}
.home_page .key .key_catch {
  z-index: -5;
}
.home_page .key h2 {
  margin-bottom: 8px;
  font-size: 6.5em;
  line-height: 1.42857;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.home_page .key h2 .char01 {
  margin-right: -0.815em;
}
.home_page .key h2 .char02 {
  margin-right: -0.815em;
}
.home_page .key h2 .cl-main {
  font-size: 1.16667em;
  letter-spacing: 0.14em;
}
.home_page .key p {
  font-size: 2.2em;
  font-size: 2.5em;
  letter-spacing: 0.1em;
}
.home_page .key .scroll-tomain {
  --cl-mode: #afafaf;
  position: absolute;
  right: 0;
  bottom: calc(var(--height-line-bg-bottom) + 18em);
  z-index: 2;
}
.home_page .key .scroll-tomain .icon {
  position: absolute;
  right: 1.5em;
  bottom: 0;
  width: 5em;
  height: 10.2em;
}
.home_page .key .scroll-tomain a {
  display: table;
}
.home_page .key .scroll-tomain a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  right: 0;
  bottom: 2.2em;
  margin: 0 auto;
  width: 1.1em;
  height: 0.7em;
  max-height: 8em;
  --mask: url(../images/idx_scroll_to_main_ico.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 top;
  -webkit-mask-position: center top;
  background-color: var(--cl-mode);
}
.home_page .key .scroll-tomain a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  bottom: 0;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 1px solid var(--cl-mode);
}
.home_page .key .scroll-tomain a .line-arr {
  position: absolute;
  bottom: 2.4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 76%;
  background-color: var(--cl-mode);
}
.home_page .key .loop_wrap {
  position: absolute;
  z-index: -5;
  left: 0;
  bottom: var(--height-line-bg-bottom);
}
.home_page .key .loop_wrap .text {
  font-size: 20em;
  letter-spacing: 0;
  line-height: 0.7;
  color: white;
}
.home_page .key .key_decor {
  position: absolute;
  bottom: calc(var(--height-line-bg-bottom) + 58em);
  right: 52.5em;
  width: 13.3em;
  height: 10.7em;
}
@keyframes foot_fadeIn {
  from {
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home_page .key .key_decor .dc_item {
  position: absolute;
  width: 3.5em;
  height: 3.7em;
  --mask: url(../images/idx_key_foot_ico.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: #485a72;
  opacity: 0;
  animation: foot_fadeIn 0.5s linear forwards;
}
.home_page .key .key_decor .foot01 {
  top: 0;
  right: 0;
  animation-delay: 0s;
}
.home_page .key .key_decor .foot02 {
  left: 2em;
  top: 2.3em;
  animation-delay: 0.25s;
}
.home_page .key .key_decor .foot03 {
  right: 3em;
  bottom: 2em;
  animation-delay: 0.5s;
}
.home_page .key .key_decor .foot04 {
  bottom: 0;
  left: 0;
  width: 3.3em;
  height: 3.3em;
  --mask: url(../images/idx_key_foot_ico02.png);
  animation-delay: 0.75s;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 6px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
.home_page h3 .en {
  display: block;
  margin-top: 7px;
  color: var(--main-color);
  font-size: 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home_page h3::after {
  content: "";
  display: block;
  margin: 29px auto 0;
  width: 120px;
  height: 3px;
}
.home_page h3:not(.white)::after {
  background-image: -moz-linear-gradient(0deg, rgb(24, 93, 185) 22%, rgb(241, 155, 98) 75%);
  background-image: -webkit-linear-gradient(0deg, rgb(24, 93, 185) 22%, rgb(241, 155, 98) 75%);
  background-image: -ms-linear-gradient(0deg, rgb(24, 93, 185) 22%, rgb(241, 155, 98) 75%);
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white::after {
  background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 40%, rgb(241, 155, 98) 66%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 40%, rgb(241, 155, 98) 66%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 40%, rgb(241, 155, 98) 66%);
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h4.white {
  color: white;
}
.home_page h4.white .en {
  display: block;
  text-transform: uppercase;
  color: white;
}

@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: calc(100vh);
    --height-line-bg-bottom: 12em;
    font-size: min(0.6vw, 7px);
  }
  .home_page .key .decor {
    top: -6.5em;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1560px) {
  .home_page .key {
    padding-right: calc(var(--wrapper) * 2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .key .catch {
    min-width: 80em;
  }
  .home_page .key {
    padding-right: calc(var(--wrapper) + 12em);
  }
  .home_page .key .scroll-tomain a::before {
    width: 9px;
    height: 6px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key {
    padding-right: calc(var(--wrapper) + 8em);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) and (max-height: 650px) {
  .home_page .key {
    font-size: clamp(4px, 1.2vmin, 8px);
    --min-height: 450px;
  }
  .home_page .key .key_text .item {
    padding-bottom: calc(var(--height-line-bg-bottom) + 21em);
  }
  .home_page .key .scroll-tomain {
    bottom: calc(var(--height-line-bg-bottom) + 12em);
  }
  .home_page .key .scroll-tomain .icon {
    height: 9em;
  }
  .home_page .key .loop_wrap .text {
    font-size: 15em;
    margin-bottom: 0.05em;
  }
  .home_page .key .key_decor {
    right: 55em;
    bottom: calc(var(--height-line-bg-bottom) + 50em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key .scroll-tomain a::before {
    width: 7px;
    height: 4px;
  }
  .home_page .key .loop_wrap .text {
    margin-bottom: 0.05em;
  }
}
.home_page .key {
  --height-line-bg-bottom:0px !important;
}

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

.decor {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.decor .item {
  position: absolute;
  z-index: -1;
  background: no-repeat center/cover;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.idx01 {
  padding: 64px 0px 59px;
  background: no-repeat center top/cover;
}
@media only screen and (min-width: 769px) {
  .idx01 {
    background-image: url(../images/idx01_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx01 {
    background-image: url(../images/idx01_bg_sp.jpg);
  }
}
.idx01 h3 {
  font-size: calc(var(--ttl_size) - 2px);
  letter-spacing: 0.14em;
}
.idx01 h3::after {
  display: none;
}
.idx01 h3 .en {
  margin-top: 3px;
  font-size: 16px;
  color: var(--cl-mode-txt);
}
.idx01 .content {
  position: relative;
  z-index: 1;
  align-items: inherit;
}
.idx01 .content .box {
  width: calc(50% - 20px);
  max-width: 580px;
}
.idx01 .content .box:nth-of-type(1) {
  --cl-mode-txt: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box:nth-of-type(1) a:hover {
    --cl-mode-txt: var(--clr2);
  }
  .idx01 .content .box:nth-of-type(1) a:hover .title {
    color: var(--cl-mode-txt);
  }
}
.idx01 .content .box:nth-of-type(2) {
  --cl-mode-txt: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box:nth-of-type(2) a:hover {
    --cl-mode-txt: var(--main-color);
  }
  .idx01 .content .box:nth-of-type(2) a:hover .title {
    color: var(--cl-mode-txt);
  }
}
.idx01 .content li {
  --size-padding-a: 27px;
  border-bottom: 1px solid #a0a0a0;
  width: auto;
}
.idx01 .content li a {
  position: relative;
  z-index: 1;
  display: flex;
  text-decoration: none;
  padding: var(--size-padding-a) 25px var(--size-padding-a) 0;
  --w: 7em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
}
.idx01 .content li a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 8px;
  top: var(--size-padding-a);
  bottom: var(--size-padding-a);
  margin: auto 0;
  width: 7px;
  height: 11px;
  --mask: url(../images/idx_btn_mask_arr.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(--cl-mode-txt);
}
.idx01 .content li a span {
  display: inline-block;
}
.idx01 .content li a:hover {
  opacity: 1;
}
.idx01 .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  color: var(--cl-mode-txt);
}
.idx01 .content li a .title {
  padding-left: 2px;
  max-width: calc(100% - var(--w));
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx01 .content li:last-of-type {
  border-bottom: none;
}
.idx01 .content li:first-of-type a {
  padding-top: 0;
}
.idx01 .content li:first-of-type a::after {
  top: 0;
}
.idx01 .content li:last-of-type a {
  padding-bottom: 0;
}
.idx01 .content li:last-of-type a::after {
  bottom: 0;
}
@media only screen and (min-width: 1281px) {
  .idx01 .content li:last-of-type a:not(:first-of-type) {
    padding-top: 29px;
  }
}
.idx01 .content .news {
  position: relative;
}
.idx01 .btn-group .btn {
  max-width: 178px;
  min-width: auto;
}
.idx01 .btn-group .btn a {
  min-height: 50px;
}

@media only screen and (min-width: 769px) {
  .idx01 {
    --w-h3: 178px;
  }
  .idx01 h3 {
    text-align: left;
  }
  .idx01 .content {
    padding: 49px 0 60px;
  }
  .idx01 .content::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #9cb3d1;
    opacity: 0.2;
  }
  .idx01 .news {
    display: flex;
    align-items: flex-start;
    min-height: 191px;
  }
  .idx01 .news h3 {
    width: var(--w-h3);
  }
  .idx01 .news > ul {
    width: calc(100% - var(--w-h3));
    padding-left: 7%;
    padding-top: 7px;
  }
  .idx01 .btn-group {
    position: absolute;
    left: 0px;
    bottom: 6px;
    z-index: 1;
    width: 50%;
    max-width: 218px;
  }
  .idx01 .btn-group .btn.style01 {
    width: var(--w-h3);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx01 {
    background-position: left top;
  }
  .idx01 .inner_big {
    max-width: 1170px;
  }
  .idx01 .content .box {
    width: calc(50% - 20px);
    max-width: 500px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 {
    --w-h3: 130px;
  }
}
.idx02 {
  position: relative;
  z-index: 2;
  padding: 123px 20px 0;
}
.idx02::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  min-height: 450px;
  max-height: 771px;
  background: no-repeat center top/cover;
}
@media only screen and (min-width: 769px) {
  .idx02::before {
    background-image: url(../images/idx02_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx02::before {
    background-image: url(../images/idx02_bg_sp.jpg);
  }
}
.idx02 .idx_banner_gr .banner_st01 {
  max-width: 560px;
}
.idx02 .idx_banner_gr .banner_st01.has_bd a {
  position: relative;
  z-index: 1;
  display: table;
}
.idx02 .idx_banner_gr .banner_st01.has_bd a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--clr2);
}
.idx02 .infor_logo {
  margin-bottom: 17px;
}
.idx02 .infor_address {
  margin-bottom: 9px;
}
.idx02 .infor_tel {
  margin-bottom: 30px;
}
.idx02 .btn-group {
  margin-bottom: 35px;
}
.idx02 .idx_map {
  margin-bottom: 30px;
}
.idx02 .btn-group .btn {
  max-width: 240px;
}
.idx02 .idx_box {
  padding: 80px 80px 72px;
  background-color: rgb(255, 255, 255);
  box-shadow: 3.365px 12.557px 40px 0px rgba(42, 68, 97, 0.12);
}
.idx02 .idx_box .box_left {
  max-width: 500px;
}
.idx02 .idx_box .box_right {
  max-width: 560px;
}

@media only screen and (min-width: 769px) {
  .idx02 h3 {
    margin-bottom: 60px;
  }
  .idx02 h3 .en {
    font-size: 16px;
  }
  .idx02 .idx_box .box_left {
    width: 45%;
    padding-top: 1px;
  }
  .idx02 .idx_box .box_right {
    width: calc(55% - 20px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx02 .idx_box {
    padding: 50px 40px;
  }
  .idx02 .idx_box .box_left,
  .idx02 .idx_box .box_right {
    width: calc(50% - 20px);
  }
  .idx02 .idx_box .time_sheet_note p {
    font-size: 12px;
  }
}
.idx03 {
  --size-height-bg-grow-top: 246px;
  --size-height-bg-grow-bottom: 216px;
  position: relative;
  z-index: 1;
}
.idx03::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: calc(var(--size-height-bg-grow-bottom) * -1);
  width: 100%;
  height: calc(100% + var(--size-height-bg-grow-bottom) + 246px);
  min-height: 1618px;
  background: url(../images/idx03_bg.jpg) no-repeat left bottom/cover;
}
.idx03 h4 {
  margin-bottom: 30px;
  font-size: calc(var(--ttl_size) + 12px);
  letter-spacing: 0.2em;
  line-height: 1.6667;
  font-weight: 600;
  color: var(--main-color);
}
.idx03 .inner_big {
  position: relative;
  z-index: 1;
  padding-top: 123px;
  padding-bottom: 104px;
}
.idx03 .decor {
  font-size: min(0.7vw, 10px);
  width: 100vw;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.idx03 .decor .item01 {
  width: 49em;
  height: 87.3em;
  left: 0;
  top: calc(var(--size-height-bg-grow-top) * -1);
  background-image: url(../images/idx03_decor_img01.jpg);
}
.idx03 .decor .item02 {
  right: 0;
  bottom: -9.4em;
  width: 49.1em;
  height: 67.4em;
  background-image: url(../images/idx03_decor_img02.jpg);
}
.idx03 .decor .item03 {
  left: calc((100% - 1472px) / 2);
  bottom: -1.3em;
  width: 12.8em;
  height: 17.6em;
  background-image: url(../images/idx03_decor_img03.png);
}
.idx03 .box_name {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  right: 3.5em;
  top: 9.1em;
  min-height: 21em;
  font-size: 1em;
}
.idx03 .box_name p {
  line-height: 1;
}
.idx03 .box_name .position,
.idx03 .box_name .name_jp {
  writing-mode: vertical-rl;
}
.idx03 .box_name .position {
  min-height: 10.8333em;
  padding-left: 0.7222em;
  margin-left: 0.8333em;
  border-left: 1px solid #7d7d7d;
  font-size: 1.8em;
  letter-spacing: 0.16em;
  font-family: var(--f-jp);
  color: var(--main-color);
}
.idx03 .box_name .name_jp {
  font-size: 3em;
  font-family: var(--f-jp);
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--main-color);
}
.idx03 .box_name .name_en {
  margin-right: 0.6667em;
  font-size: 12px;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--f-en);
}
.idx03 .idx_box .box_pic {
  position: relative;
  z-index: 1;
  padding-left: 6.8em;
  padding-bottom: 10.3em;
  max-width: 62.4em;
  font-size: min(0.8vw, 10px);
}
.idx03 .idx_box .box_pic .pic_big {
  position: relative;
  z-index: 1;
}
.idx03 .idx_box .box_pic .pic_big::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 92%;
  max-height: 604px;
  background: url(../images/idx03_img_doctor_bg.jpg) no-repeat center/cover;
  box-shadow: 0px 20px 50px 0px rgba(0, 30, 63, 0.08);
}
.idx03 .idx_box .box_pic .pic_sm {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 36.2em;
  height: 28em;
  box-shadow: 3.365px 12.557px 40px 0px rgba(42, 68, 97, 0.12);
}
.idx03 .idx_box .box_pic .pic_sm::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid white;
}
.idx03 .btn-group {
  margin-top: 47px;
}
.idx03 .btn-group .btn:not(:last-of-type) {
  margin-bottom: 27px;
}

@media only screen and (min-width: 769px) {
  .idx03 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .idx03 h3 {
    margin-bottom: 4px;
  }
  .idx03 h3::after {
    margin-top: 28px;
  }
  .idx03 h3 .en {
    margin-top: 5px;
  }
  .idx03 .idx_box {
    --size-w-pic: 55.3%;
    --size-space: 35px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .idx03 .idx_box .box_ct {
    padding-top: 39px;
    width: calc(100% - var(--size-w-pic) - var(--size-space));
    margin-right: var(--size-space);
  }
  .idx03 .idx_box .box_pic {
    width: var(--size-w-pic);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx03 .decor .item02 {
    bottom: -10em;
  }
  .idx03 .decor .item02 {
    width: 38em;
    background-position: top center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx03 .idx_box .box_ct {
    padding-bottom: 100px;
  }
  .idx03 .decor .item03 {
    left: calc(20px + 5%);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx03 .decor .item01 {
    width: 43em;
    height: 70em;
  }
  .idx03 .decor .item02 {
    bottom: -20em;
    width: 36em;
    height: 60em;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1560px) {
  .idx03 .idx_box .box_ct {
    padding-top: 135px;
    text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white;
  }
  .idx03 .inner_big {
    padding-bottom: 10vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 {
    --size-height-bg-grow-top: 190px;
  }
  .idx03 h4 {
    font-size: 31px;
  }
  .idx03 .decor .item02 {
    bottom: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx03 .box_name {
    text-shadow: 0 0 2em white, 0 0 2em white, 0 0 2em white, 0 0 1em white, 0 0 1em white, 0 0 1em white;
  }
  .idx03 .decor .item01 {
    top: -26em;
  }
  .idx03 .decor .item02 {
    bottom: auto;
    top: calc(218px + 53vw);
  }
}
.idx04 {
  position: relative;
  z-index: 2;
}
.idx04::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 200px);
  background-color: #edf0f5;
}
.idx04 .box_catch_st01 {
  position: relative;
  z-index: 1;
  padding: 15px 40px 0;
  min-height: 880px;
  border: 1px solid var(--main-color);
  background-color: white;
}
.idx04 .box_catch_st01::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 19px;
  background: url(../images/idx04_bg.jpg) no-repeat center bottom/cover;
}
.idx04 .box_catch_st01:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: calc((100% - 1000px) / 2 - 9em);
  top: -8.2em;
  width: 19.4em;
  height: 19.3em;
  font-size: min(0.7vw, 10px);
  animation: rotate360 20s infinite linear;
  background: url(../images/idx04_decor_img01.png) no-repeat center/cover;
}
.idx04 .box_svg {
  width: 86em;
  height: 86em;
  font-size: min(0.6vw, 10px);
}
.idx04 .box_svg .svg_item .svg-text {
  text-anchor: middle;
}
.idx04 .box_svg .svg_item .text-en {
  text-transform: uppercase;
  font-family: var(--f-en);
  letter-spacing: 0.1em;
  fill: var(--main-color);
}
.idx04 .box_svg .svg_item .text-jp {
  font-weight: 500;
  letter-spacing: 0.14em;
}
.idx04 .box_svg .svg_item .svg_square_gr {
  transform-box: fill-box;
  transform-origin: center;
}
.idx04 .box_svg .svg_item .svg_square,
.idx04 .box_svg .svg_item .square_line {
  transform-box: fill-box;
  transform-origin: center;
}
.idx04 .box_svg .svg_item .svg_square {
  fill: #fff;
}
.idx04 .box_svg .svg_item .svg_square01 {
  transform: rotate(30deg);
}
.idx04 .box_svg .svg_item .svg_square02 {
  transform: rotate(20deg);
}
.idx04 .box_svg .svg_item .square_line {
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 0, 4;
  stroke-linecap: round;
  fill: none;
}
.idx04 .box_svg .svg_item .square_line_big {
  transform: rotate(10deg);
}
.idx04 .box_svg .svg_item .svg01_line {
  stroke: #c0cce0;
  stroke-width: 1;
}
.idx04 h4 {
  margin-bottom: 19px;
  font-size: var(--ttl_size);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7333;
}
.idx04 h4,
.idx04 p {
  color: white;
}
.idx04 .en-big {
  position: absolute;
  bottom: -0.0722em;
  right: 19px;
  color: white;
  opacity: 0.2;
}
.idx04 .idx_box .ct_area {
  max-width: 580px;
}

@media only screen and (min-width: 769px) {
  .idx04 .inner_max {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .idx04 h3 {
    margin-bottom: 47px;
    text-align: left;
  }
  .idx04 h3::after {
    margin-top: 28px;
    margin-left: 0;
  }
  .idx04 h3 .en {
    margin-top: 4px;
  }
  .idx04 .box_catch_st01 {
    display: flex;
    align-items: center;
  }
  .idx04 .idx_box {
    --size-grow-left-box-ct: 54px;
    position: relative;
    z-index: 1;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 1499px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx04 .idx_box .box_svg {
    position: relative;
    left: 0;
    top: 1px;
  }
  .idx04 .idx_box .box_ct {
    padding-bottom: 29px;
    width: calc(40% + var(--size-grow-left-box-ct));
    margin-left: calc(var(--size-grow-left-box-ct) * -1);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx04 .en-big {
    font-size: 9.5vw;
    bottom: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx04 .box_catch_st01 {
    min-height: 630px;
  }
  .idx04 .box_catch_st01:after {
    right: 40px;
  }
  .idx04 .box_svg {
    font-size: 0.5vw;
  }
  .idx04 .idx_box .ct_area > p br {
    display: none;
  }
}
.idx05 {
  position: relative;
  z-index: 2;
  padding: 120px 0 134px;
}
.idx05::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx05_bg.jpg) no-repeat right bottom/100% auto;
  --mask: url(../images/idx05_mask.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 bottom;
  -webkit-mask-position: center bottom;
  background-color: #edf0f5;
}
.idx05 .en-big {
  position: absolute;
  z-index: -2;
  color: white;
}
@media only screen and (min-width: 769px) {
  .idx05 .en-big {
    writing-mode: vertical-lr;
    bottom: -0.0333em;
    right: -0.9em;
  }
}
.idx05 .card_gr {
  --size-mg: 0.5px;
  position: relative;
  z-index: 1 !important;
  margin: 0;
  max-width: 86.9em;
  font-size: min(0.8vw, 10px);
}
.idx05 .card_gr::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 1px;
  background-color: #a5a7aa;
}
.idx05 .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.9em 1em 1em 1em;
  transition: all 0.3s;
  width: calc(50% - 2 * var(--size-mg));
  min-height: 20.4em;
  background-color: white;
}
.idx05 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0px 10px 40px 0px rgba(0, 30, 63, 0.15);
  opacity: 0;
}
.idx05 .card_gr .card h4 {
  padding-top: 4.25em;
  width: 100%;
  font-size: 2em;
  letter-spacing: 0.14em;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  background: no-repeat center top/4.15em auto;
  transition: all 0.3s;
}
.idx05 .card_gr .card h4 .en {
  display: block;
  margin-top: 0.5em;
  color: var(--main-color);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.6em;
}
@media only screen and (min-width: 769px) {
  .idx05 .card_gr .card:not(.card-big) {
    width: calc(33.333333% - 2 * var(--size-mg));
  }
}
.idx05 .card_gr .c1 h4 {
  background-image: url(../images/idx05_card_ico1.png);
}
.idx05 .card_gr .c2 h4 {
  background-image: url(../images/idx05_card_ico2.png);
}
.idx05 .card_gr .c3 h4 {
  background-image: url(../images/idx05_card_ico3.png);
}
.idx05 .card_gr .c4 h4 {
  background-image: url(../images/idx05_card_ico4.png);
}
.idx05 .card_gr .c5 h4 {
  background-image: url(../images/idx05_card_ico5.png);
}
.idx05 .card_gr .c6 h4 {
  background-image: url(../images/idx05_card_ico6.png);
}
.idx05 .card_gr .c7 h4 {
  background-image: url(../images/idx05_card_ico7.png);
}
.idx05 .card_gr .c8 h4 {
  background-image: url(../images/idx05_card_ico8.png);
}
.idx05 .card_gr .c9 h4 {
  background-image: url(../images/idx05_card_ico9.png);
}
.idx05 .card_gr .c10 h4 {
  background-image: url(../images/idx05_card_ico10.png);
}
.idx05 .card_gr .c11 h4 {
  background-image: url(../images/idx05_card_ico11.png);
}
.idx05 .card_gr .c12 h4 {
  background-image: url(../images/idx05_card_ico12.png);
}
.idx05 .card_gr .c13 h4 {
  background-image: url(../images/idx05_card_ico13.png);
}
.idx05 .card_gr .c14 h4 {
  background-image: url(../images/idx05_card_ico14.png);
}
.idx05 .card_gr .c7 h4 {
  background-position: center top 0.35em;
}
@media only screen and (min-width: 769px) {
  .idx05 .card_gr .card {
    --size-scale: 1.21;
  }
  .idx05 .card_gr .card:hover {
    z-index: 2;
  }
  .idx05 .card_gr .card:hover::after {
    transform: scale(var(--size-scale));
    opacity: 1;
  }
  .idx05 .card_gr .card:hover a {
    transform: scale(var(--size-scale));
  }
}
.idx05 .idx_box .box_left {
  position: relative;
  z-index: 1;
}
.idx05 .idx_box .box_right {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .idx05 h3 {
    margin-bottom: 49px;
    text-align: left;
  }
  .idx05 h3::after {
    margin-left: 0;
  }
  .idx05 .idx_box {
    position: relative;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .idx05 .idx_box .box_right {
    margin-left: 6%;
    width: 26%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx05 .card_gr .card {
    --size-scale: 1.1;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  .idx05 {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx05 .card_gr .card {
    --size-scale: 1.08;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .idx_box .box_right {
    width: 35%;
    margin-left: 40px;
    padding-right: 40px;
  }
  .idx05 .idx_box .box_left {
    width: 60%;
  }
}
.idx06 {
  --size-grow-bg-top: min(15.7vw, 300px);
  position: relative;
  z-index: 1;
  padding: 89px 0 220px;
}
.idx06 .decor .item {
  width: 100%;
  height: 100%;
  left: 0;
  top: calc(var(--size-grow-bg-top) * -1);
  height: calc(100% + var(--size-grow-bg-top));
}
.idx06 .decor .item01 {
  z-index: -1;
  background: url(../images/idx06_bg_top.png) no-repeat right -5px top/100vw auto;
}
.idx06 .decor .item02 {
  z-index: -2;
  background: url(../images/idx06_bg_bottom.png) no-repeat bottom center/100% auto;
  mix-blend-mode: multiply;
}
.idx06 .decor .item03 {
  z-index: -3;
  background-image: -moz-linear-gradient(90deg, rgb(125, 170, 230) 0%, rgb(19, 70, 138) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(125, 170, 230) 0%, rgb(19, 70, 138) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(125, 170, 230) 0%, rgb(19, 70, 138) 100%);
}
.idx06 h4 {
  margin-bottom: 35px;
  font-size: calc(var(--ttl_size) + 6px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
.idx06 h4 .en {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.idx06 p {
  color: white;
}
.idx06 .idx_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.idx06 .idx_box .box_ct {
  max-width: 565px;
}
.idx06 .idx_box .box_pic {
  max-width: 640px;
}
.idx06 .idx_box .btn-group {
  margin-top: 40px;
}
.idx06 .gr_btn02 {
  --size-mg: 1.1em;
  margin-top: 49px;
  font-size: min(1vw, 10px);
}
.idx06 .gr_btn02 .btn02 {
  min-width: auto;
}

@media only screen and (min-width: 769px) {
  .idx06 h3 {
    margin-bottom: 60px;
  }
  .idx06 h3::after {
    margin-top: 26px;
  }
  .idx06 .idx_box {
    justify-content: space-between;
  }
  .idx06 .idx_box .box_ct {
    margin-top: -12px;
    width: calc(50% - 30px);
  }
  .idx06 .idx_box .box_pic {
    width: 50%;
  }
}
@media only screen and (min-width: 1921px) {
  .idx06 {
    --size-grow-bg-top: 15vw;
  }
}
.idx07 {
  --height-decor-top: clamp(70px, 5.3vw, 100px);
  position: relative;
  z-index: 2;
  padding: 23px 0 85px;
}
.idx07::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: calc(var(--height-decor-top) * -1);
  width: 58.95%;
  height: var(--height-decor-top);
  clip-path: polygon(0 0, calc(100% - 56px) 0, 100% 100%, 0 100%);
  background-color: white;
}
.idx07::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 80px);
  background: url(../images/idx07_bg.jpg) no-repeat right bottom/100vw auto;
  background-color: white;
}
.idx07 h4 {
  position: relative;
  margin-bottom: 30px;
  font-size: calc(var(--ttl_size) + 4px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.471;
}
.idx07 h4::after {
  content: "";
  display: block;
  margin-top: 35px;
  margin-left: 2px;
  width: 4.1176em;
  height: 2px;
  background-color: white;
}
.idx07 .decor {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  font-size: min(0.8vw, 10px);
}
.idx07 .decor .item01 {
  top: -18.9em;
  left: 9.7em;
  width: 22.3em;
  height: 18.9em;
  background: url(../images/idx07_decor_img01.png) no-repeat center/cover;
}
.idx07 .btn-group {
  margin-top: 50px;
}
.idx07 .btn-group a::before {
  background-color: white;
}
@media only screen and (min-width: 769px) {
  .idx07 .btn-group a:hover::before {
    background-color: var(--main-color);
  }
}
.idx07 .card_st02 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx07 .card_st02 .idx_box .box_pic {
  display: table;
}
.idx07 .card_st02 .idx_box .ct_area p {
  font-size: 1.125em;
}
@media only screen and (min-width: 769px) {
  .idx07 .card_st02 .idx_box .ct_area p {
    line-height: 2.22222;
  }
}
@media only screen and (min-width: 769px) {
  .idx07 .card_st02 .idx_box {
    --size-w-box-pic: 71%;
    justify-content: space-between;
  }
  .idx07 .card_st02 .idx_box .box_ct {
    padding-top: 44px;
    padding-left: 3px;
    padding-right: 30px;
    width: calc(100% - var(--size-w-box-pic));
    max-width: 310px;
  }
  .idx07 .card_st02 .idx_box .box_pic {
    width: var(--size-w-box-pic);
    max-width: 790px;
  }
}
.idx07 .Tab_st02 {
  --cl-mode-bg04: var(--main-color);
  --cl-mode-bg03: #5d8dce;
  --cl-mode-bg02: #8baedc;
  --cl-mode-bg01: #b9ceea;
}
.idx07 .Tab_st02 h4,
.idx07 .Tab_st02 p {
  color: white;
}
.idx07 .Tab_st02 .Tab_count {
  --vl-skew: 5.6em;
  position: relative;
  z-index: 10;
  width: calc(100% - 220px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  font-size: min(0.8vw, 10px);
}
.idx07 .Tab_st02 .Tab_count .num-big-active {
  position: absolute;
  z-index: 6;
  right: 0.68em;
  top: 0.25em;
  font-family: var(--f-en);
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 12em;
  pointer-events: none;
}
.idx07 .Tab_st02 .Tab_count > div {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 1em 2em 2.2em 7em;
  width: 25%;
  max-width: 28em;
  height: 10em;
  transition: all 0.3s;
  cursor: pointer;
  clip-path: polygon(var(--vl-skew) 0, 100% 0, 100% 100%, 0 100%);
}
.idx07 .Tab_st02 .Tab_count > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.idx07 .Tab_st02 .Tab_count > div .title {
  position: relative;
  font-size: 7em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: var(--f-en);
  color: white;
  transition: all 0.3s;
}
.idx07 .Tab_st02 .Tab_count > div .title .new-value {
  width: 0;
  opacity: 0;
}
.idx07 .Tab_st02 .Tab_count > div .title .old-value {
  width: auto;
  opacity: 1;
}
.idx07 .Tab_st02 .Tab_count > div:last-of-type {
  pointer-events: none;
}
.idx07 .Tab_st02 .Tab_count > div:last-of-type .title {
  opacity: 0;
}
.idx07 .Tab_st02 .Tab_count > div:nth-of-type(1) {
  margin-right: -5.6em;
}
.idx07 .Tab_st02 .Tab_count > div:nth-of-type(2) {
  margin-right: -6.4em;
}
.idx07 .Tab_st02 .Tab_count > div:nth-of-type(3) {
  margin-right: -6.8em;
}
.idx07 .Tab_st02 .Tab_count > div:nth-of-type(1) {
  z-index: 1;
}
.idx07 .Tab_st02 .Tab_count > div:nth-of-type(2) {
  z-index: 2;
}
.idx07 .Tab_st02 .Tab_count > div:nth-of-type(3) {
  z-index: 3;
}
.idx07 .Tab_st02 .Tab_count > div:nth-of-type(4) {
  z-index: 4;
}
.idx07 .Tab_st02 .Tab_count > div:nth-of-type(1)::after {
  background-color: var(--cl-mode-bg01);
}
.idx07 .Tab_st02 .Tab_count > div:nth-of-type(2)::after {
  background-color: var(--cl-mode-bg02);
}
.idx07 .Tab_st02 .Tab_count > div:nth-of-type(3)::after {
  background-color: var(--cl-mode-bg03);
}
.idx07 .Tab_st02 .Tab_count > div:nth-of-type(4)::after {
  background-color: var(--cl-mode-bg04);
}
@media only screen and (min-width: 769px) {
  .idx07 .Tab_st02 .Tab_count > div:hover::after {
    background-color: var(--clr2);
  }
}
.idx07 .Tab_st02 .Tab_content .Tab_content_catch {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: url(../images/idx07_tab_catch_bg.jpg) no-repeat center bottom/cover;
  background-color: var(--main-color);
}
.idx07 .Tab_st02 .Tab_content .content_item {
  padding: 82px 80px 80px 75px;
}
@media only screen and (min-width: 769px) {
  .idx07 .Tab_st02 .Tab_content .Tab_content_catch > div {
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
  }
  .idx07 .Tab_st02 .Tab_content .Tab_content_catch > div.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 769px) {
  .idx07 h3 {
    margin-bottom: -40px;
    text-align: left;
  }
  .idx07 h3::after {
    margin-top: 26px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .idx07::after {
    background-position: right bottom -66px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx07 .Tab_st02 .Tab_count > div {
    clip-path: polygon(var(--vl-skew) 0, 100% 0, 100% calc(100% + 2px), 0 calc(100% + 2px));
  }
  .idx07::before {
    top: calc(var(--height-decor-top) * -1 + 1px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx07 .Tab_st02 .Tab_content .content_item {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 .card_st02 .idx_box {
    --size-w-box-pic: 60%;
  }
  .idx07 .card_st02 .idx_box .box_ct {
    padding-top: 25px;
    padding-right: 25px;
  }
}
.idx08 {
  --size-space-top: 80px;
  --size-space-left: 220px;
  position: relative;
  z-index: 3;
}
.idx08::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: calc(var(--size-space-left) + 20px);
  height: calc(100% + var(--size-space-top));
  background: url(../images/idx08_bg_left.jpg) no-repeat left top/cover;
}
.idx08 .loop_wrap .en-big {
  margin-bottom: -0.485em;
  color: white;
  opacity: 0.1;
}
.idx08 h4 {
  margin-bottom: 3px;
  font-size: var(--ttl_size);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: white;
}
.idx08 .idx_box {
  position: relative;
  z-index: 1;
  max-width: 1683px;
}
.idx08 .idx_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: no-repeat right top/cover;
}
@media only screen and (min-width: 769px) {
  .idx08 .idx_box::before {
    background-image: url(../images/idx08_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx08 .idx_box::before {
    background-image: url(../images/idx08_bg_sp.jpg);
  }
}
.idx08 .idx_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: -87px;
  width: 24.1em;
  height: 16.8em;
  font-size: min(0.8vw, 10px);
  background: url(../images/idx08_decor01.png) no-repeat center/cover;
}
.idx08 .idx_box .ct_area p {
  font-size: 1.125em;
  color: white;
}
@media only screen and (min-width: 769px) {
  .idx08 .idx_box .ct_area p {
    line-height: 2.2222;
  }
}
.idx08 .idx_box .box_ct {
  position: relative;
  z-index: 1;
}
.idx08 .idx_box .box_ct::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: -251px;
  bottom: -136px;
  width: 27.2em;
  height: 27.2em;
  font-size: min(0.8vw, 10px);
  background: url(../images/idx08_ico_logo.png) no-repeat center/cover;
}
.idx08 .box_ct_footer {
  margin-top: 44px;
  align-items: center;
  font-size: min(0.6vw, 10px);
}
.idx08 .box_ct_footer .btn-group {
  width: 53.5%;
  font-size: 1em;
}
.idx08 .box_ct_footer .btn-group .btn {
  min-width: auto;
}
.idx08 .box_ct_footer .infor_tel02 {
  font-size: 1em;
}

@media only screen and (min-width: 769px) {
  .idx08 .inner_max {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .idx08 h3 {
    margin-bottom: 49px;
    text-align: left;
  }
  .idx08 h3::after {
    margin-left: 0;
    margin-top: 26px;
  }
  .idx08 .idx_box {
    --size-space-between: 5.3%;
    --size-w-box-pic: 61%;
    justify-content: flex-start;
    padding-bottom: 120px;
  }
  .idx08 .idx_box::before {
    left: var(--size-space-left);
    top: var(--size-space-top);
    width: calc(100vw - var(--size-space-left));
    max-width: 1680px;
    height: calc(100% + 33px);
  }
  .idx08 .idx_box::after {
    top: calc(var(--size-space-top) - 16em);
  }
  .idx08 .idx_box .box_pic {
    position: relative;
    z-index: 2;
    width: var(--size-w-box-pic);
    max-width: 956px;
  }
  .idx08 .idx_box .box_ct {
    width: calc(100% - var(--size-w-box-pic) - var(--size-space-between));
    margin-left: var(--size-space-between);
    margin-top: var(--size-space-top);
    padding: 30px 30px 60px 0;
    max-width: 564px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx08 .idx_box {
    --size-w-box-pic: 57%;
  }
  .idx08 .idx_box::after {
    right: 40px;
  }
  .idx08 .idx_box .box_ct::after {
    right: 4em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx08 .idx_box .box_ct::after {
    font-size: 0.6vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx08 .idx_box {
    --size-w-box-pic: 50%;
    --size-space-left: 150px;
    --size-space-between: 40px;
    padding-bottom: 100px;
  }
  .idx08 .idx_box .box_ct {
    padding-bottom: 0;
  }
  .idx08 .box_ct_footer {
    font-size: min(0.8vw, 8px);
  }
  .idx08 .box_ct_footer .btn-group {
    width: 50%;
  }
}
.idx09 {
  position: relative;
  z-index: 2;
}

.idx_map {
  height: 386px;
}

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