.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 940px;
  position: relative;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: min(0.7vw, 10px);
  background-size: cover;
  background-color: var(--main-color);
}
.home_page .key .key_fixed {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:not(:first-child) {
  display: none;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:first-child {
  display: block;
  width: 100%;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 40px 0;
  padding-top: calc(var(--wrapper) + 5px);
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .catch {
  margin: auto;
  background-color: rgba(90, 149, 198, 0.8);
  padding: 5px;
}
.home_page .key .catch h2,
.home_page .key .catch p {
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.home_page .key .catch p {
  font-size: 2.6em;
  line-height: 1.8;
  font-weight: 500;
}
.home_page .key h2 {
  margin-bottom: 0.3143em;
  font-weight: 400;
  font-size: 7.5em;
  line-height: 1.6;
}
.home_page .key .key_card_gr {
  --size-mg: 10px;
  position: absolute;
  right: 18px;
  bottom: 20px;
  width: 100%;
  justify-content: flex-end;
}
.home_page .key .key_card_gr .item {
  max-width: 25em;
}
.home_page .key .key_card_gr .item > div {
  width: 100%;
  height: 100%;
  min-height: 15em;
}
.home_page .key .key_card_gr .card01 {
  --size-space-bd: 5px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
.home_page .key .key_card_gr .card01::before,
.home_page .key .key_card_gr .card01::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  border: 1px solid #fff;
  opacity: 0.5;
}
.home_page .key .key_card_gr .card01::before {
  top: 0;
  left: var(--size-space-bd);
  width: calc(100% - var(--size-space-bd) * 2);
  height: 100%;
}
.home_page .key .key_card_gr .card01::after {
  left: 0;
  top: var(--size-space-bd);
  width: 100%;
  height: calc(100% - var(--size-space-bd) * 2);
}
.home_page .key .key_card_gr .card01 p {
  text-align: center;
  font-weight: 400;
  line-height: 1.375;
  color: white;
}
.home_page .key .key_card_gr .card01 .c01_ttl {
  display: block;
  margin-bottom: 0.3em;
  font-size: 2.2em;
  letter-spacing: 0.05em;
}
.home_page .key .key_card_gr .card01 .c01_ttl:last-child {
  margin-bottom: 0;
}
.home_page .key .key_card_gr .card01 .c01_txt {
  font-size: 1.8em;
  letter-spacing: 0.05em;
}
.home_page .key .key_card_gr .card02 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 2.8em 3em 6em 3em;
  background: url(../images/idx_key_card02_bg.jpg) no-repeat center/cover;
}
.home_page .key .key_card_gr .card02::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 2.66em;
  bottom: 2.64em;
  width: 3.2em;
  height: 3.3em;
  background: url(../images/idx_key_card02_ico01.svg) no-repeat center/cover;
}
.home_page .key .key_card_gr .card02 .c02_ttl {
  font-size: 2em;
  letter-spacing: 0.05em;
  line-height: 1.6666667;
  transition: var(--value-transition);
  color: white;
}
.home_page .key .key_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home_page .key .key_bg::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 26em;
  background: url(../images/idx_key_shadow.svg) no-repeat center top/cover;
}
.home_page .key .key_bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.home_page .key .key_bg .bg_item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: no-repeat center/cover;
}
.home_page .key .key_bg .item_top {
  top: 0;
  background-image: url(../images/idx_key_bg01.jpg);
}
.home_page .key .key_bg .item_bot {
  bottom: 0;
  background-image: url(../images/idx_key_bg02.jpg);
}
.home_page #mainContent {
  position: relative;
  z-index: 2;
  background-color: #fcfbf7;
}
.home_page .topic_path {
  display: none;
}
.home_page .box_title {
  margin-bottom: 70px;
}
.home_page .box_title.white * {
  color: #fff;
}
.home_page .box_title.white .h3_en::before {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .home_page .box_title.t_center .h3_en {
    justify-content: center;
  }
  .home_page .box_title.t_center h3 {
    text-align: center;
  }
  .home_page .box_title.ct_right * {
    text-align: right;
  }
  .home_page .box_title.ct_right .h3_en {
    justify-content: flex-end;
  }
  .home_page .key .key_card_gr .card02:hover{opacity: 0.8;}
}
.home_page .h3_en {
  --size-circle: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: clamp(20px, 1.4vw, 25px);
  font-family: var(--f-en);
  line-height: 1.5;
  font-weight: 500;
  color: var(--main-color);
}
.home_page .h3_en::before {
  content: "";
  display: block;
  margin-right: 10px;
  min-width: var(--size-circle);
  height: var(--size-circle);
  border-radius: 50%;
  background-color: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .home_page .h3_en.fs23 {
    font-size: clamp(18px, 1.2vw, 23px);
  }
}
.home_page h3 {
  position: relative;
  color: var(--clr1);
  font-size: calc(var(--ttl_size) * 1.5 + 3px);
  font-family: var(--f-jp);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .home_page h3.fs45 {
    font-size: calc(var(--ttl_size) * 1.5);
  }
}

@media only screen and (min-width: 1567px) {
  .home_page .key .key_card_gr .card02 {
    left: -2px;
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
  .home_page .key .key_bg::before {
    background-size: cover;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: calc(100vh);
    --min-height: 500px;
    font-size: min(1.3vmin, 9px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .home_page .key {
    font-size: min(0.7vw, 8px);
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 500px) {
  .home_page .key .key_fixed {
    position: relative;
  }
  .home_page .key {
    font-size: 6px;
  }
  .home_page .key .key_text .item {
    padding-top: calc(var(--wrapper) / 2);
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx_new {
  --size-w-date: 110px;
  --size-w-arr: 47px;
  --size-w-cat: 125px;
  padding: 98px 0px 89px;
  background-color: #fcfbf7;
}
.idx_new h3 {
  font-size: calc(var(--ttl_size) + 5px);
}
.idx_new .box_ct_catch {
  padding: 40px 0 40px 40px;
  height: 474px;
  background-color: #f7f6f0;
}
.idx_new .box_ct_catch > div {
  height: 100%;
}
.idx_new .box_ct_catch > div {
  display: none;
}
.idx_new .box_ct_catch > div.active {
  display: flex;
  flex-direction: column;
}
.idx_new .new_content {
  align-items: inherit;
}
.idx_new .new_content li {
  margin-bottom: 2px;
}
.idx_new .new_content li:last-child {
  margin-bottom: 0;
}
.idx_new .new_content li a {
  position: relative;
  z-index: 1;
  display: flex;
  text-decoration: none;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: var(--size-w-date);
  padding-right: calc(var(--size-w-arr) + 10px);
  --w: 8.5em;
  transition: all 0.3s;
  letter-spacing: 0.05em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--main-color);
  background-color: white;
}
.idx_new .new_content li a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr2);
  opacity: 0;
}
.idx_new .new_content li a:hover {
  opacity: 1;
}
.idx_new .new_content li .date {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: var(--size-w-date);
  font-family: var(--f-en);
  font-weight: 400;
  line-height: 1;
  color: white;
  background-color: var(--main-color);
  transition: var(--value-transition);
}
.idx_new .new_content li .date > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.idx_new .new_content li .date .year {
  width: 100%;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  text-align: right;
  padding-right: 50%;
}
.idx_new .new_content li .date .m {
  position: relative;
  z-index: 1;
  width: calc(50% - 0.2963em);
  font-size: 1.35em;
  letter-spacing: 0.05em;
  text-align: right;
}
.idx_new .new_content li .date .m::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: -0.17em;
  bottom: 0.16em;
  width: 1px;
  height: 0.67em;
  transform: rotate(26deg);
  transform-origin: bottom left;
  background-color: white;
}
.idx_new .new_content li .date .day {
  width: calc(50% - 0.3333em);
  font-size: 1.35em;
  letter-spacing: 0.05em;
}
.idx_new .new_content li .content {
  display: inline-flex;
  width: 100%;
  transition: var(--value-transition);
}
.idx_new .new_content li .content .cat {
  position: relative;
  z-index: 1;
  padding-left: 1.1667em;
  padding-right: 0.6111em;
  min-width: var(--size-w-cat);
  font-size: 0.9em;
  text-align: center;
}
.idx_new .new_content li .content .cat::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  right: -1px;
  top: -0.5556em;
  margin-top: auto;
  margin-bottom: auto;
  width: 2px;
  height: calc(100% + 1.1111em);
  background-color: #e6e6e6;
  opacity: 0.5;
}
.idx_new .new_content li .content .title {
  padding-left: 1em;
  position: relative;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
  flex-grow: 1;
}
.idx_new .new_content li .arr {
  position: absolute;
  right: 0;
  top: 0;
  width: var(--size-w-arr);
  height: 100%;
  border-left: 2px solid #e6e6e6;
}
.idx_new .new_content li .arr::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  margin: auto;
  width: 7px;
  height: 11px;
  --mask: url(../images/idx_news_list_arr_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: var(--clr2);
}
.idx_new .btn-group01 {
  font-size: 10px;
}
.idx_new .btn-group01 .btn01 {
  margin-bottom: 0;
  max-width: 250px;
  border-bottom: 2px solid rgba(22, 58, 100, 0.1);
  transition: var(--value-transition);
}
.idx_new .btn-group01 .btn01 a {
  display: flex;
  align-items: center;
  padding-top: 1.15em;
  padding-bottom: 1.2em;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
  color: var(--main-color);
  transition: var(--value-transition);
  opacity: 0.5;
}
.idx_new .btn-group01 .btn01 a > span {
  position: relative;
  z-index: 1;
  padding-left: 0;
  transition: var(--value-transition);
}
.idx_new .btn-group01 .btn01 a > span::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0.7em;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background-color: var(--main-color);
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .idx_new .btn-group01 .btn01 a {
    font-size: 1.8em;
  }
}
.idx_new .btn-group01 .btn01.active {
  border-color: rgba(22, 58, 100, 0.5);
}
.idx_new .btn-group01 .btn01.active a {
  opacity: 1;
}
.idx_new .btn-group01 .btn01.active a > span {
  padding-left: 0.8em;
}
.idx_new .btn-group01 .btn01.active a > span::before {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx_new .btn-group01 .btn01:not(.active) a:hover {
    opacity: 0.8;
  }
}
.idx_new .btn-group02 {
  margin-top: auto;
  font-size: 10px;
}
.idx_new .btn-group02 .btn02 {
  display: table;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 0;
}
.idx_new .btn-group02 .btn02 a {
  position: relative;
  z-index: 1;
  display: table;
  padding-left: 1.95em;
  text-decoration: none;
  font-size: 2em;
  font-weight: 500;
  font-family: var(--f-jp);
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--main-color);
}
.idx_new .btn-group02 .btn02 a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background: url(../images/idx_new_btn02_ico.png) no-repeat center/8px auto;
  background-color: var(--clr2);
}
@media only screen and (max-width: 1024px) {
  .idx_new .btn-group02 .btn02 a {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 769px) {
  .idx_new .btn-group02 .btn02 a:hover {
    opacity: 1;
  }
  .idx_new .btn-group02 .btn02 a:hover::before {
    background-color: var(--main-color);
  }
}

@media only screen and (min-width: 769px) {
  .idx_new {
    --size-w-left: 300px;
  }
  .idx_new .h3_en {
    margin-bottom: 7px;
  }
  .idx_new .box_left {
    padding-top: 35px;
    width: var(--size-w-left);
  }
  .idx_new .box_title {
    margin-bottom: 95px;
  }
  .idx_new .box_ct {
    width: calc(100% - var(--size-w-left));
    max-width: 891px;
  }
  .idx_new .box_ct_catch {
    position: relative;
    z-index: 1;
  }
  .idx_new .box_ct_catch::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    max-width: 1200px;
    background-color: #f7f6f0;
  }
  .idx_new .new_content li a:hover::before {
    opacity: 1;
    color: white;
  }
  .idx_new .new_content li a:hover .date {
    background-color: var(--clr2);
  }
  .idx_new .new_content li a:hover .content {
    color: white;
  }
  .idx_new .new_content li a:hover .arr::after {
    background-color: white;
  }
  .idx_new .btn-group01 .btn01:first-child a {
    padding-top: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx_new {
    padding-left: clamp(20px, 2.1vw, 40px);
    padding-right: clamp(20px, 2.1vw, 40px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_new .box_ct_catch {
    height: 420px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx_new {
    --size-w-left: 240px;
    --size-w-date: 95px;
    --size-w-arr: 30px;
  }
  .idx_new .box_title {
    margin-bottom: 61px;
  }
  .idx_new .btn-group01 {
    width: calc(100% - 10px);
  }
  .idx_new .box_ct_catch {
    padding: 30px 0 30px 30px;
  }
  .idx_new .content li a {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.idx02 {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.idx02 .infor_address {
  margin-bottom: 0;
}
.idx02 .infor_tel {
  margin-top: 18px;
}
.idx02 .time_sheet {
  margin-top: 44px;
}
.idx02 .btn-group {
  margin-top: 40px;
}
.idx02 .idx_box {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
  padding: 84px 40px 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  min-height: clamp(500px, 45vw, 850px);
  background-color: white;
}
.idx02 .idx_box .box_ct {
  width: 100%;
}
.idx02 .idx_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  max-width: 1920px;
  height: 100%;
}
.idx02 .idx_bg::before,
.idx02 .idx_bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  width: 50%;
  height: 100%;
  background: no-repeat center/cover;
}
.idx02 .idx_bg::before {
  left: 0;
  background-image: url(../images/idx02_bg01.jpg);
}
.idx02 .idx_bg::after {
  right: 0;
  background-image: url(../images/idx02_bg02.jpg);
}

@media only screen and (min-width: 769px) {
  .idx02 .btn-group .btn {
    max-width: 350px;
  }
}
.idx03 {
  position: relative;
  z-index: 1;
  padding-top: 105px;
}
.idx03::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0;
  width: 80%;
  max-width: 1472px;
  height: calc(100% + 400px);
  max-height: 1288px;
  background: no-repeat right top/100% auto;
}
.idx03 .box_pic .content > div {
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
}
.idx03 .box_pic .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.idx03 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx03 .idx_box .ct_txt {
  margin-top: clamp(60px, 5.3vw, 95px);
}
.idx03 .idx_box .btn-group {
  margin-top: clamp(40px, 3.7vw, 59px);
  max-width: 620px;
}
.idx03 .idx_box .box_pic {
  position: relative;
  z-index: 2;
  max-width: 86em;
  min-height: 68em;
  font-size: min(0.75vw, 10px);
}
.idx03 .idx_box .box_pic .full_infor {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  /* background: url(../images/idx03_box_pic_bg.jpg) no-repeat center/cover; */  
  background: url(../images/idx03_box_bg.jpg) no-repeat center/cover;
}
.idx03 .idx_box .box_pic .full_infor::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 19.6em;
  background: url(../images/idx03_sd.svg) no-repeat center top/cover;
}
.idx03 .idx_box .box_pic .full_infor picture {
  position: relative;
  right: 0;
  z-index: 2;
  max-width: 87.8em;
}
.idx03 .idx_box .box_pic .img_only picture {
  position: relative;
  z-index: 1;
  height: 100%;
}
.idx03 .idx_box .box_pic .img_only img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.idx03 .idx_box .box_pic .name_en_big {
  position: absolute;
  z-index: 1;
  right: 0.5em;
  bottom: 1.5em;
  font-size: 9.5em;
  font-family: var(--f-en);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.8762;
  color: white;
  white-space: nowrap;
}
.idx03 .idx_box .box_pic .box_name {
  position: absolute;
  z-index: 4;
  right: 3.9em;
  bottom: 3.7em;
  width: 60%;
  max-width: 51em;
}
.idx03 .idx_box .box_pic .box_name p {
  color: white;
  line-height: 1.5;
}
.idx03 .idx_box .box_pic .box_name .pos {
  display: block;
  margin-bottom: 4px;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.idx03 .idx_box .box_pic .box_name .name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.idx03 .idx_box .box_pic .box_name .name .jp {
  margin-bottom: 0;
  font-size: 3.4em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.idx03 .idx_box .box_pic .box_name .name .name_en {
  font-size: 2em;
  font-family: var(--f-en);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.idx03 .idx_box .box_ct {
  position: relative;
  z-index: 1;
}
.idx03 .idx_box .box_ct::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  background-color: white;
}

@media only screen and (min-width: 769px) {
  .idx03::before {
    background-image: url(../images/idx03_bg.png);
  }
  .idx03 .box_title {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .idx03 .inner_big {
    max-width: 1920px;
    padding: 0;
  }
  .idx03 .idx_box {
    --size-w-box-pic: 50%;
    --size-space: clamp(40px, 5.73vw, 110px);
    justify-content: flex-start;
    align-items: flex-start;
    max-width: calc(1610px + var(--size-space));
  }
  .idx03 .idx_box .btn-group.flex_gr {
    justify-content: flex-start;
  }
  .idx03 .idx_box .ct_area {
    padding-left: 10px;
  }
  .idx03 .idx_box .box_pic {
    margin-top: 66px;
    width: var(--size-w-box-pic);
  }
  .idx03 .idx_box .box_ct {
    width: calc(100% - var(--size-w-box-pic));
    padding-top: 73px;
    padding-right: var(--size-space);
    padding-bottom: 96px;
    padding-left: var(--size-space);
  }
  .idx03 .idx_box .box_ct::before {
    left: -93px;
    width: 100vw;
    max-width: 1153px;
  }
  .idx03 .TabContainer.st01 .TabPager::after {
    left: -322px;
  }
}
@media only screen and (min-width: 1921px) {
  .idx03::before {
    right: calc((100vw - 1920px) / 2);
  }
  .idx03 .TabContainer.st01 .TabPager::after {
    max-width: 1275px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx03 .idx_box {
    --size-space: 3.3vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx03 .idx_box .box_pic .name_en_big {
    /*font-size: 9em;
     top: 4.5em; */
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx03 .idx_box .box_pic .name_en_big {
    /* top: 5.8em; */
  }
  .idx03 .idx_box {
    --size-space: clamp(30px, 3vw, 40px);
  }
  .idx03 .idx_box .box_pic .full_infor{
    max-height: 100%;
    height: 38vw;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .idx03 .idx_box .ct_txt p {
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_box .ct_txt p br {
    display: none;
  }
  .idx03 .idx_box .box_pic .full_infor{
    overflow: hidden;
  }
  .idx03 .idx_box .box_pic .full_infor picture img{
    max-width: 76em;
  }
  /* .idx03 .idx_box .box_pic .name_en_big{
    right: 4.15em;
    top: 3.6em;
  } */
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx03 .idx_box .btn-group.flex_gr {
    justify-content: center;
  }
  .idx03 .idx_box .btn-group.flex_gr .btn {
    width: calc(100% - var(--size-mg) * 2);
  }
  .idx03 .idx_box .box_ct {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.idx04 {
  position: relative;
  z-index: 2;
  padding: 44px 0 58px;
}
.idx04 .TabContainer {
  display: flex;
  flex-wrap: wrap;
}
.idx04 .TabPager {
  counter-reset: count-pager;
  font-size: min(0.86vw, 10px);
}
.idx04 .TabPager > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1em 4.5em 1em 3.5em;
  max-width: 59em;
  min-height: 14.3em;
  transition: var(--value-transition);
  cursor: pointer;
}
.idx04 .TabPager > div::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 3em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.5;
  background-color: var(--clr2);
}
.idx04 .TabPager > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: calc(100% - 2.2em);
  height: 2px;
  background-color: rgba(226, 226, 226, 0.5);
}
.idx04 .TabPager > div p {
  opacity: 0.5;
  transition: var(--value-transition);
}
.idx04 .TabPager > div .item_en {
  margin-bottom: 9px;
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--f-en);
  color: var(--clr2);
}
.idx04 .TabPager > div .item_en::after {
  content: counter(count-pager, decimal-leading-zero);
  counter-increment: count-pager;
  display: inline;
  margin-left: 0.5625em;
}
.idx04 .TabPager > div .item_ttl {
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.5;
  color: var(--main-color);
}
.idx04 .TabPager > div.active {
  background-color: #f7f6f0;
}
.idx04 .TabPager > div.active::before {
  opacity: 1;
}
.idx04 .TabPager > div.active p {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx04 .TabPager > div:hover {
    background-color: #f7f6f0;
  }
  .idx04 .TabPager > div:hover p {
    opacity: 1;
  }
}
.idx04 .TabContent {
  counter-reset: count-content;
}
.idx04 .idx_box .h4_en {
  position: relative;
  z-index: 2;
  margin-bottom: 7px;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: var(--f-en);
  line-height: 1.5;
  color: var(--clr2);
}
.idx04 .idx_box .h4_en::after {
  content: counter(count-content, decimal-leading-zero);
  counter-increment: count-content;
  display: inline;
  margin-left: 0.4em;
}
.idx04 .idx_box h4 {
  position: relative;
  z-index: 1;
  display: table;
  padding-right: 15%;
  margin-bottom: 19px;
  min-width: 66.66667%;
  max-width: calc(100% - 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: var(--f-jp);
  color: var(--main-color);
}
.idx04 .idx_box h4::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: -85px;
  width: 100%;
  height: 150px;
  background-color: #fcfbf7;
}
.idx04 .idx_box .ct_area {
  position: relative;
  z-index: 3;
  max-width: 760px;
}
@media only screen and (min-width: 1441px) {
  .idx04 .idx_box .ct_area p {
    font-size: 22px;
  }
}
.idx04 .idx_box .btn-group {
  margin-top: 44px;
}
.idx04 .idx_box .btn-group.col2{
  display: flex;
  flex-wrap: wrap;
}
.idx04 .idx_box .box_ct {
  margin-top: -29px;
}

@media only screen and (min-width: 769px) {
  .idx04 .inner_max {
    max-width: 1920px;
    padding-right: 0;
  }
  .idx04 .box_title {
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 120px);
    max-width: 1396px;
  }
  .idx04 .TabContainer {
    --size-w-TabContent: 58.5%;
    --size-space: clamp(40px, 5vw, 95px);
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    max-width: 1650px;
  }
  .idx04 .TabPager {
    margin-right: var(--size-space);
    width: calc(100% - var(--size-w-TabContent) - var(--size-space));
    max-width: 590px;
  }
  .idx04 .TabPager > div .link {
    display: none;
  }
  .idx04 .TabContent {
    width: var(--size-w-TabContent);
    max-width: 960px;
  }
  .idx04 .idx_box h4 {
    font-size: calc(var(--ttl_size) + 4px);
  }
  .idx04 .idx_box .box_ct {
    padding-right: 60px;
  }
  .idx04 .idx_box .btn-group.col2 .btn{
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx04 .idx_box h4 {
    padding-right: 5%;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .box_title {
    width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx04 .box_title.ct_right .h3_en {
    justify-content: center;
  }
  .idx04 .box_title.ct_right h3 {
    text-align: center;
  }
  .idx04 .idx_box .btn-group.col2 .btn{
    width: calc(50% - 10px);
    margin: 5px;
    min-width: 175px;
  }
}
.idx_gr {
  position: relative;
  z-index: 2;
  padding-top: 57px;
}
.idx_gr::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 281px;
  background: url(../images/idx_gr_bg_top.png) no-repeat center bottom/cover;
}
.idx_gr::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  bottom: 76px;
  width: 100%;
  height: calc(100% - 356.5px);
  background: no-repeat center/cover;
}

@media only screen and (min-width: 769px) {
  .idx_gr::after {
    background-image: url(../images/idx_gr_bg.jpg);
  }
  .idx_gr .gr_catch > .box_title {
    margin-bottom: 63px;
  }
}
.idx05 .box_title {
  margin-bottom: 22px;
}
.idx05 .idx_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.idx05 .idx_box:nth-child(2n + 1) {
  z-index: 2;
}
.idx05 .idx_box:nth-child(2n) {
  z-index: 1;
}
.idx05 .idx_box:nth-child(2n)::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: calc(50% - 50vw);
  bottom: 229px;
  width: 100vw;
  height: calc(100% - 51px);
  background-color: var(--main-color);
  opacity: 0.4;
}
.idx05 .idx_box p {
  color: white;
}
.idx05 .idx_box .ct_area {
  padding-top: 46px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.idx05 .idx_box .btn-group {
  margin-top: 51px;
}
.idx05 .idx_box .box_ct {
  position: relative;
  z-index: 1;
  padding: 6.02% calc(6.02% + 10px);
  max-width: 830px;
}
.idx05 .idx_box .box_ct::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
}
.idx05 .idx_box.pic_l .box_title.white .h3_en::before {
  background-color: var(--clr2);
}
.idx05 .idx_box.pic_l .box_ct::before {
  background-color: rgba(22, 58, 100, 0.8);
}
.idx05 .idx_box.pic_r .box_title.white .h3_en::before {
  background-color: #c0e1f5;
}
.idx05 .idx_box.pic_r .box_ct::before {
  background-color: rgba(90, 149, 198, 0.8);
}

@media only screen and (min-width: 769px) {
  .idx05 .inner_max {
    max-width: 1700px;
  }
  .idx05 .box_title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  .idx05 .box_title .h3_en {
    margin-bottom: 0;
    bottom: -2px;
  }
  .idx05 .idx_box {
    position: relative;
    z-index: 1;
    margin-bottom: 2px;
  }
  .idx05 .idx_box::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    width: calc(50% + 130px + 12%);
    max-width: 1150px;
    padding-top: 39.157%;
    max-height: 650px;
    background: no-repeat center/cover;
  }
  .idx05 .idx_box:last-child {
    margin-bottom: 0;
  }
  .idx05 .idx_box:last-child .btn{max-width: 325px;}
  .idx05 .idx_box .ct_area p {
    line-height: 1.8;
  }
  .idx05 .idx_box .btn-group.flex_gr {
    margin-top: 45px;
  }
  .idx05 .idx_box .box_ct {
    width: 50%;
  }
  .idx05 .idx_box.pic_l {
    padding-top: 7.4%;
    justify-content: flex-end;
  }
  .idx05 .idx_box.pic_l::before {
    left: -130px;
    bottom: 52px;
    background-image: url(../images/idx05_img03.jpg);
  }
  .idx05 .idx_box.pic_r {
    justify-content: flex-start;
    padding-bottom: 5.4%;
  }
  .idx05 .idx_box.pic_r::before {
    right: -130px;
    top: 46px;
    padding-top: 37.952%;
    background-image: url(../images/idx05_img02.jpg);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx05 .idx_box.pic_r {
    padding-bottom: 20px;
  }
  .idx05 .btn-group .btn.style01 a{
    padding: 0.5em 2em 0.5em 1.1vw;
  }
  .idx05 .btn-group .btn.style01 a::after{right: 1em;}
  .idx05 .idx_box .box_ct{padding: 6.02% calc(3.02% + 10px) 6.02% calc(6.02% + 10px);}
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx05 .idx_box .box_ct {
    padding: 4.5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .idx_box .box_ct {
    padding: 30px;
    width: 66%;
  }
  .idx05 .idx_box.pic_l::before {
    left: -100px;
  }
  .idx05 .idx_box.pic_r::before {
    right: -100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx05 .idx_box.pic_l {
    padding-top: 0;
  }
  .idx05 .idx_box.pic_l::before {
    display: none;
  }
  .idx05 .idx_box.pic_r::before {
    display: none;
  }
  .idx05 .idx_box .btn-group:not(.flex_gr) .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .idx05 .idx_box {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
  .idx05 .idx_box .box_ct {
    width: 100%;
    padding: 30px clamp(20px, 5.3vw, 40px);
  }
  .idx05 .idx_box .btn-group {
    margin-top: 30px;
  }
  .idx05 .idx_box .ct_area {
    padding-top: 30px;
  }
  .idx05 .idx_box .ct_area::before {
    content: "";
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    padding-top: 50%;
    background: no-repeat center/cover;
  }
  .idx05 .idx_box.pic_l .ct_area::before {
    background-image: url(../images/idx05_img01.jpg);
  }
  .idx05 .idx_box.pic_r .ct_area::before {
    background-image: url(../images/idx05_img02.jpg);
  }
  .idx05 .idx_box:nth-child(2n)::after {
    bottom: 60px;
  }
}
.idx06 {
  position: relative;
  z-index: 2;
  padding: 70px 0 70px;
}
.idx06 h3 .cl02 {
  color: var(--clr2);
}
.idx06 .box_title {
  padding: 3.3em 8em 3.2em;
  margin-bottom: 3.6em;
  background: url(../images/idx06_box_title_bg.jpg) no-repeat center/cover;
}
.idx06 .box_title .h3_en {
  font-size: 2em;
  color: var(--clr2);
}
.idx06 .box_title .h3_en::before {
  background-color: #c0e1f5;
  width: 10px;
  height: 10px;
}
.idx06 .box_title h3 {
  font-size: 3em;
}
.idx06 .idx_box {
  position: relative;
  z-index: 1;
  background-color: white;
}
.idx06 .idx_box .ct_area p {
  color: #315987;
}

@media only screen and (min-width: 769px) {
  .idx06 .box_title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-right: 45em;
  }
  .idx06 .box_title .h3_en {
    margin-bottom: 0;
    margin-left: 0.9em;
  }
  .idx06 .idx_box {
    padding-top: 4em;
    padding-bottom: 4em;
    min-height: 36.5em;
    max-width: 130em;
    margin-left: auto;
    margin-right: auto;
    font-size: min(0.7vw, 10px);
  }
  .idx06 .idx_box .ct_area {
    padding-left: 8em;
    max-width: 79em;
  }
  .idx06 .idx_box .ct_area p {
    line-height: 1.8;
    font-size: 20px;
  }
  .idx06 .idx_box .btn-group {
    position: absolute;
    top: 8.5em;
    right: 8em;
    width: 35em;
    font-size: 1em;
  }
  .idx06 .idx_box .btn-group .btn {
    max-width: 100%;
    margin-bottom: 2em;
  }
  .idx06 .idx_box .btn-group .btn:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 {
    padding: 50px 0;
  }
  .idx06 .idx_box {
    font-size: min(0.75vw, 8px);
  }
  .idx06 .idx_box .ct_area {
    padding-left: 4em;
  }
  .idx06 .box_title {
    padding-left: 4em;
    padding-right: 44em;
  }
  .idx06 .idx_box .btn-group {
    right: 4em;
    width: 33em;
  }
  .idx06 .idx_box .btn-group .btn a {
    font-size: 14px;
  }
  .idx06 .idx_box .ct_area p {
    font-size: 18px;
  }
}
.idx07 {
  padding: 0 20px 108px;
}
.idx07 .box_title.white .h3_en::before {
  background-color: var(--clr2);
  opacity: 1;
}
.idx07 .inner_big {
  position: relative;
  z-index: 1;
}
.idx07 .inner_big::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: -310px;
  bottom: -65px;
  width: calc(100% + 190px);
  height: clamp(380px, 40vw, 525px);
  background-color: var(--main-color);
  opacity: 0.4;
}
.idx07 .en-big {
  position: absolute;
  font-size: min(8vw, 110px);
  font-weight: 400;
  font-family: var(--f-en);
  line-height: 1;
  letter-spacing: 0.05em;
  color: white;
  opacity: 0.2;
}
.idx07 .card_gr {
  position: relative;
  z-index: 2;
  counter-reset: count-card;
  font-size: min(0.75vw, 10px);
}
.idx07 .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.4em 1em 1em;
  max-width: 32.1em;
  min-height: 38em;
  background: no-repeat center/cover;
  transition: var(--value-transition);
  cursor: pointer;
}
.idx07 .card_gr .card::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.idx07 .card_gr .card .card_ttl {
  display: block;
  padding-bottom: 2.08em;
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.32;
  text-align: center;
  transition: var(--value-transition);
  color: white;
  background: url(../images/idx07_card_arr_ico.svg) no-repeat center bottom/1.24em auto;
  transition: var(--value-transition);
}
.idx07 .card_gr .card .card_ttl::before {
  content: counter(count-card, decimal-leading-zero);
  counter-increment: count-card;
  display: block;
  margin-bottom: 10px;
  font-size: 0.88em;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: var(--f-en);
  line-height: 1;
  color: #c0e1f5;
}
.idx07 .card_gr .card .btn-read {
  display: none;
}
.idx07 .card_gr .c1 {
  background-image: url(../images/idx07_card_bg1.jpg);
}
.idx07 .card_gr .c2 {
  background-image: url(../images/idx07_card_bg2.jpg);
}
.idx07 .card_gr .c3 {
  background-image: url(../images/idx07_card_bg3.jpg);
}
.idx07 .card_gr .c4 {
  background-image: url(../images/idx07_card_bg4.jpg);
}
.idx07 .card_gr .c5 {
  background-image: url(../images/idx07_card_bg5.jpg);
}
.idx07 .card_gr .c6 {
  background-image: url(../images/idx07_card_bg6.jpg);
}
.idx07 .card_gr .c7 {
  background-image: url(../images/idx07_card_bg7.jpg);
}

@media only screen and (min-width: 769px) {
  .idx07 .en-big {
    top: 74px;
    right: -0.9364em;
  }
  .idx07 .box_title {
    margin-bottom: 47px;
  }
  .idx07 .card_gr .card:hover::before {
    opacity: 0;
  }
}
@media only screen and (min-width: 1567px) {
  .idx07 .h3_en {
    margin-bottom: 6px;
  }
  .idx07 .box_title {
    position: relative;
    top: -2px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx07 .en-big {
    top: 64px;
    right: -40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx07 .en-big {
    right: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 .en-big {
    top: 75px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx07 .en-big {
    top: 88px;
  }
  .idx07 .card_gr {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 20px);
    font-size: 0.9vw;
  }
  .idx07 .card_gr .card {
    width: calc(25% - 2 * var(--size-mg));
  }
  .idx07 .inner_big::after {
    left: -50px;
    width: calc(100% + 25px);
    height: calc(100% - 11em);
  }
}
.idx08 .idx_box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.idx08 .idx_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
}
.idx08 .idx_box .btn-group {
  margin-top: 47px;
}
.idx08 .idx_box .ct_area p {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .idx08 .idx_box .ct_area p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 431px) {
  .idx08 .idx_box .btn-group {
    --size-w-btn01: 50%;
  }
  .idx08 .idx_box .btn-group .btn {
    min-width: auto;
  }
  .idx08 .idx_box .btn-group .btn01 {
    width: calc(var(--size-w-btn01) - 2 * var(--size-mg));
  }
  .idx08 .idx_box .btn-group .btn02 {
    width: calc(100% - var(--size-w-btn01) - 2 * var(--size-mg));
    max-width: 390px;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .box_title {
    margin-bottom: 34px;
  }
  .idx08 .inner_max {
    max-width: 1920px;
    padding-right: 0;
    padding-left: 40px;
  }
  .idx08 .idx_box {
    --size-space-top: 52px;
    --size-w-pic: 48%;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 1810px;
    margin-left: auto;
    margin-right: 0;
  }
  .idx08 .idx_box::before {
    height: calc(100% - var(--size-space-top));
  }
  .idx08 .idx_box .btn-group {
    justify-content: flex-start;
  }
  .idx08 .idx_box .ct_area p {
    line-height: 2.2222222;
  }
  .idx08 .idx_box .box_ct {
    padding: 6.5% 6.1% 6.6% 7.25%;
    margin-top: var(--size-space-top);
    width: calc(100% - var(--size-w-pic));
  }
  .idx08 .idx_box .box_pic {
    width: var(--size-w-pic);
    max-width: 860px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx08 .idx_box .box_ct {
    padding: 60px min(4.2vw, 65px);
  }
  /* .idx08 .idx_box .btn-group {
    --size-w-btn01: 39%;
  } */
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx08 .idx_box .box_ct {
    padding-left: 40px;
    padding-right: 40px;
  }
  .idx08 .btn-group .btn a {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx08 .inner_max {
    padding-left: 20px;
  }
  .idx08 .idx_box {
    --size-w-pic: 42%;
  }
  .idx08 .idx_box .box_ct {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx08 .idx_box .btn-group .btn01,
  .idx08 .idx_box .btn-group .btn02 {
    width: 100%;
    max-width: 330px;
  }
}
.idx_flow {
  position: relative;
  z-index: 1;
  padding: 110px 0 79px;
}
.idx_flow::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: -76px;
  width: 100%;
  height: calc(100% + 76px);
  background: no-repeat center/cover;
}
.idx_flow .box_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: clamp(80px, 5.7vw, 108px);
}
.idx_flow .box_top .box_title {
  margin-bottom: 0;
}
.idx_flow .box_top .ttl_top {
  position: relative;
  margin-bottom: 0;
}
.idx_flow .box_top .btn-group {
  position: relative;
}
.idx_flow .box_top .btn-group .btn {
  min-width: auto;
  max-width: 350px;
}
.idx_flow .card_gr {
  counter-reset: count-card;
  font-size: min(1vw, 10px);
}
.idx_flow .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5em 2em 3.5em 2em;
  max-width: 317px;
  min-height: 32.8em;
  background-color: white;
  transition: var(--value-transition);
}
.idx_flow .card_gr .card::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: calc(var(--size-mg) * -2);
  top: -2px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: calc(var(--size-mg) * 2);
  height: 1.6em;
  background-color: var(--clr2);
}
.idx_flow .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 1.5em;
  top: 1.5em;
  width: 6.5em;
  height: 6.5em;
  border-radius: 50%;
  border: 1px solid rgba(90, 149, 198, 0.2);
  background-repeat: no-repeat;
  background-position: center;
}
.idx_flow .card_gr .card:last-child::before {
  display: none;
}
.idx_flow .card_gr .card .ttl_top,
.idx_flow .card_gr .card .txt_bot {
  width: 100%;
  max-width: 247px;
}
.idx_flow .card_gr .card .ttl_top {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.idx_flow .card_gr .card .ttl_top .ttl_en {
  margin-bottom: 6px;
  font-size: 2em;
  font-weight: 400;
  font-family: var(--f-en);
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--clr2);
}
.idx_flow .card_gr .card .ttl_top .ttl_en::after {
  content: counter(count-card, decimal-leading-zero);
  counter-increment: count-card;
  margin-left: 5px;
}
.idx_flow .card_gr .card .ttl_top .ttl_jp {
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6087;
  color: var(--main-color);
}
.idx_flow .card_gr .card .txt_bot {
  position: relative;
  z-index: 1;
  margin-top: 1.9444em;
  padding-top: 1.9444em;
  min-height: 5.0556em;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.55556;
}
.idx_flow .card_gr .card .txt_bot::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: -0.8333em;
  top: 0;
  width: calc(100% + 1.6667em);
  height: 2px;
  background-color: #d9d9d9;
  opacity: 0.5;
}
.idx_flow .card_gr .c1::after {
  background-image: url(../images/idx_flow_card1_ico.svg);
}
.idx_flow .card_gr .c2::after {
  background-image: url(../images/idx_flow_card2_ico.svg);
}
.idx_flow .card_gr .c3::after {
  background-image: url(../images/idx_flow_card3_ico.svg);
}
.idx_flow .card_gr .c4::after {
  background-image: url(../images/idx_flow_card4_ico.svg);
}
.idx_flow .card_gr .c1::after {
  background-size: 3.5em auto;
}
.idx_flow .card_gr .c2::after {
  background-size: 3.4em auto;
}
.idx_flow .card_gr .c3::after {
  background-size: 3.6em auto;
}
.idx_flow .card_gr .c4::after {
  background-size: 2em auto;
}

@media only screen and (min-width: 769px) {
  .idx_flow::before {
    background-image: url(../images/idx_flow_bg.png);
  }
  .idx_flow .box_top {
    --size-w01: 33%;
    --size-w03: 27%;
    align-items: flex-end;
  }
  .idx_flow .box_top .box_title {
    width: var(--size-w01);
    margin-bottom: 0;
  }
  .idx_flow .box_top .ttl_top {
    bottom: -5px;
    left: -4px;
    width: calc(100% - var(--size-w01) - var(--size-w03) - 4%);
  }
  .idx_flow .box_top .btn-group {
    left: 1px;
    bottom: -7px;
    width: var(--size-w03);
  }
}
.idx09 .idx_box_gr {
  --s-w-item: 35%;
  display: flex;
  flex-wrap: wrap;
  font-size: min(1vw, 10px);
}
.idx09 .idx_box_gr .item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.8em 0 2.8em;
  border-bottom: 2px solid rgba(217, 217, 217, 0.5);
}
.idx09 .idx_box_gr .item:first-child {
  padding-top: 0;
}
.idx09 .idx_box_gr .item .ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  width: calc(100% - 0.76em);
  padding-right: 25px;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: var(--value-transition);
  color: var(--main-color);
}
.idx09 .idx_box_gr .item .ttl::before,
.idx09 .idx_box_gr .item .ttl::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
  background: no-repeat center/cover;
}
.idx09 .idx_box_gr .item .ttl::before {
  opacity: 1;
  background-image: url(../images/idx09_card_arr_ico.svg);
}
.idx09 .idx_box_gr .item .ttl::after {
  background-image: url(../images/idx09_card_arr_ico_hv_bg_main.svg);
  opacity: 0;
}
.idx09 .idx_box_gr .box_pic {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.idx09 .card_gr {
  --size-mg: 3.5px;
  --size-arr-right: 2em;
  font-size: min(1vw, 10px);
}
.idx09 .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em 4.5em 1em 2.5em;
  max-width: 32em;
  min-height: 8em;
  transition: var(--value-transition);
  background-color: white;
}
.idx09 .card_gr .card::before,
.idx09 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: var(--size-arr-right);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: no-repeat center/cover;
}
.idx09 .card_gr .card::before {
  opacity: 1;
  background-image: url(../images/idx09_card_arr_ico.svg);
}
.idx09 .card_gr .card::after {
  opacity: 0;
  background-image: url(../images/idx09_card_arr_ico_hv.svg);
}
.idx09 .card_gr .card .card_ttl {
  margin-bottom: 0;
  font-size: 2em;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5;
  color: var(--main-color);
  transition: var(--value-transition);
}
.idx09 .card_gr .card .card_ttl .sm {
  font-size: 0.7em;
}
@media only screen and (min-width: 769px) {
  .idx09 .card_gr .card:hover {
    background-color: var(--clr2);
  }
  .idx09 .card_gr .card:hover::before {
    opacity: 0;
  }
  .idx09 .card_gr .card:hover::after {
    opacity: 1;
  }
  .idx09 .card_gr .card:hover p {
    color: white;
  }
}

@media only screen and (min-width: 769px) {
  .idx09 .inner_max {
    max-width: 1340px;
  }
  .idx09 .idx_box_gr {
    justify-content: space-between;
    align-items: flex-end;
  }
  .idx09 .idx_box_gr .item:hover .ttl::before {
    opacity: 0;
  }
  .idx09 .idx_box_gr .item:hover .ttl::after {
    opacity: 1;
  }
  .idx09 .idx_box_gr .box_l,
  .idx09 .idx_box_gr .box_r {
    width: var(--s-w-item);
    margin-bottom: 9.1em;
  }
  .idx09 .idx_box_gr .box_l,
  .idx09 .idx_box_gr .box_r {
    max-width: 430px;
  }
  .idx09 .idx_box_gr .box_pic {
    width: calc(100% - 2 * var(--s-w-item) - 40px);
  }
}
@media only screen and (min-width: 1567px) {
  .idx09 .card_gr .card {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .idx09 .idx_box_gr .item .ttl {
    top: 1px;
  }
  .idx09 .idx_box_gr .box_pic {
    position: relative;
    left: 2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .idx09 .inner_max {
    max-width: calc(100% - clamp(40px, 5.9vw, 80px));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx09 .idx_box_gr .item {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.idx10 {
  padding: 120px 0 87px;
  background: no-repeat center/cover;
}
.idx10 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx10 .idx_box .ct_area p {
  color: white;
}
.idx10 .idx_box .btn-group {
  margin-top: clamp(40px, 3.2vw, 56px);
}

@media only screen and (min-width: 769px) {
  .idx10 {
    background-image: url(../images/idx10_bg.jpg);
  }
  .idx10 .inner_max {
    max-width: 1920px;
    padding: 0;
  }
  .idx10 .box_title {
    margin-bottom: 46px;
  }
  .idx10 .idx_box {
    --size-w-box-pic: 56%;
    --size-space: clamp(40px, 3.6vw, 68px);
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 0;
    max-width: calc(1610px + var(--size-space));
  }
  .idx10 .idx_box .btn-group .btn {
    max-width: 350px;
  }
  .idx10 .idx_box .ct_area {
    max-width: 570px;
  }
  .idx10 .idx_box .ct_area p {
    line-height: 1.8;
  }
  .idx10 .idx_box .box_ct {
    padding-top: 46px;
    padding-right: var(--size-space);
    padding-left: var(--size-space);
    width: calc(100% - var(--size-w-box-pic));
  }
  .idx10 .idx_box .box_ct::before {
    left: -70px;
    width: 100vw;
    max-width: 1153px;
  }
  .idx10 .idx_box .box_pic {
    width: var(--size-w-box-pic);
    max-width: 940px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx10 .idx_box .box_ct {
    padding-right: calc(var(--size-space) - 10px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx10 {
    padding: 80px 0 80px;
  }
}
.idx11 {
  position: relative;
  z-index: 1;
  padding: 115px 0 90px;
}
.idx11::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 0;
  width: 90%;
  max-width: 1472px;
  height: 100%;
  background: no-repeat right top/100% auto;
}
.idx11 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx11 .idx_box .btn-group {
  margin-top: 34px;
}
.idx11 .idx_box .box_pic {
  max-width: 430px;
}

@media only screen and (min-width: 769px) {
  .idx11::before {
    background-image: url(../images/idx11_bg.png);
    background-position: right -5px top;
  }
  .idx11 .box_title {
    margin-bottom: 36px;
  }
  .idx11 .idx_box {
    --size-space-left-bottom-pic: clamp(20px, 1.6vw, 30px);
    --size-w-box-pic: 34%;
    --size-space-ct: clamp(50px, 4.4vw, 84px);
    padding-left: var(--size-space-left-bottom-pic);
    padding-bottom: var(--size-space-left-bottom-pic);
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
  }
  .idx11 .idx_box .btn-group .btn {
    max-width: 350px;
  }
  .idx11 .idx_box .ct_bottom {
    position: relative;
    z-index: 1;
    padding-top: 74px;
    padding-bottom: 40px;
    padding-left: var(--size-space-ct);
    padding-right: calc(var(--size-space-ct) - 9px);
  }
  .idx11 .idx_box .ct_bottom::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    right: 0;
    bottom: calc(var(--size-space-left-bottom-pic) * -1);
    width: 100vw;
    min-width: 1300px;
    height: calc(100% + var(--size-space-left-bottom-pic));
    background-color: white;
  }
  .idx11 .idx_box .box_pic {
    position: relative;
    z-index: 2;
    width: var(--size-w-box-pic);
  }
  .idx11 .idx_box .box_ct {
    align-self: flex-end;
    width: calc(100% - var(--size-w-box-pic));
  }
}
@media only screen and (min-width: 1600px) {
  .idx11 .idx_box .box_pic {
    top: 7px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx11 {
    padding: 80px 0 70px;
  }
  .idx11 .idx_box .ct_bottom {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.idx12 {
  background: no-repeat center/cover;
}
.idx12 .idx_box {
  display: flex;
  flex-wrap: wrap;
}
.idx12 .idx_box .btn-group {
  margin-top: 41px;
}
.idx12 .idx_box .box_ct {
  position: relative;
  z-index: 1;
  padding: 5.6% 5% 5.7% 6.5%;
  background-color: white;
}
.idx12 .idx_box .box_pic {
  max-width: 491px;
}

@media only screen and (min-width: 769px) {
  .idx12 {
    background-image: url(../images/idx12_bg.jpg);
  }
  .idx12 .inner_max {
    max-width: 1580px;
  }
  .idx12 .box_title {
    margin-bottom: 21px;
  }
  .idx12 .idx_box {
    --size-w-box-pic: 40%;
    --size-space-between: clamp(40px, 4.5vw, 86px);
    align-items: flex-start;
  }
  .idx12 .idx_box .btn-group .btn {
    max-width: 350px;
  }
  .idx12 .idx_box .btn-group .btn a {
    padding-left: 2.2em;
  }
  .idx12 .idx_box .box_ct {
    margin-bottom: 64px;
    margin-top: 64px;
    margin-right: var(--size-space-between);
    width: calc(100% - var(--size-w-box-pic) - var(--size-space-between));
    max-width: 749px;
  }
  .idx12 .idx_box .box_pic {
    align-self: flex-end;
    width: var(--size-w-box-pic);
    max-width: 491px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx12 .idx_box .box_ct {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx12 .idx_box {
    --size-w-box-pic: 36%;
  }
  .idx12 .idx_box .box_ct {
    padding: 50px 30px;
  }
}
.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

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