.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 900px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 10px;
  z-index: 1;
}
.home_page .key::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background-color: #fdfaf3;
  bottom: 0;
  height: 240px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 2000px) {
  .home_page .key {
    --max-height: 100vh;
  }
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1620px;
}
@media only screen and (min-width: 2000px) {
  .home_page .key .inner {
    max-width: 1800px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1740px) {
  .home_page .key .inner {
    max-width: 90%;
  }
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.home_page .key .s1::before {
  background-image: url(../images/idx_key_bg.jpg);
}
.home_page .key .slick-initialized .s2::before {
  background-image: url(../images/idx_key_bg2.jpg);
}
.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;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.home_page .key .key_text .item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  width: 58.3246073298%;
  height: auto;
  border-radius: 0 0 0 120px;
  aspect-ratio: 1114/865;
}
.home_page .key .key_text .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx_key_icon.svg) no-repeat center/contain;
  width: 16em;
  height: 16em;
  right: 56%;
  bottom: 7.9%;
}
.home_page .key .catch {
  padding-top: 8.4em;
}
.home_page .key h2,
.home_page .key p {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.home_page .key h2 {
  color: var(--main-color);
  margin-bottom: 1em;
  font-size: 6.5em;
  line-height: 1.7076923077;
  font-weight: 700;
  margin-bottom: 34px;
}
.home_page .key h2 span {
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 18px;
  padding: 0em 0.355em 0.077em 0.4154em;
  position: relative;
  top: -0.0308em;
  left: 0;
  margin-right: 0.2462em;
  margin-left: 0.0769em;
}
.home_page .key h2 .span2 {
  margin-left: 0.1692em;
  padding-right: 0.3692em;
}
.home_page .key p {
  font-size: 2.4em;
  line-height: 2.0833333333;
}
.home_page .key .key_scroll {
  position: absolute;
  left: 0;
  top: 19.5em;
  right: 0;
  z-index: 1;
}
.home_page .key .key_scroll .inner {
  max-width: 97%;
}
@media only screen and (min-width: 1919px) {
  .home_page .key .key_scroll .inner {
    max-width: 1828px;
  }
}
.home_page .key .idx_scroll a {
  font-family: var(--f-en);
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: var(--main-color);
  writing-mode: vertical-lr;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: 0.3s all;
  padding-bottom: 5.25em;
}
.home_page .key .idx_scroll a:hover {
  opacity: 1;
  color: var(--main-color);
}
.home_page .key .idx_scroll a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--main-color);
  width: 1px;
  height: 4.625em;
  bottom: 0;
  left: 50%;
}
@media only screen and (min-width: 769px) {
  .home_page .key .idx_scroll a:hover {
    color: var(--clr2);
  }
  .home_page .key .idx_scroll a:hover::after {
    background-color: var(--clr2);
  }
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  color: var(--main-color);
  font-size: calc(var(--ttl_size) + 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.home_page h3 .en {
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 1.159em;
  padding-left: 0.1053em;
}
.home_page h3 .en::before {
  content: "";
  display: block;
  mask-image: url(../images/h3_icon.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: var(--main-color);
  width: 1.5789em;
  height: 1.5789em;
  margin-right: 0.3684em;
  position: relative;
  top: -0.1053em;
}
.home_page h3 .char {
  position: relative;
  top: 4px;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.white .en::before {
  background-color: #fff;
}
.home_page h3.t_center {
  text-align: center;
}
.home_page h3.t_center::before {
  content: "";
  display: block;
  mask-image: url(../images/h3_icon_b.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: var(--main-color);
  width: 36px;
  height: 36px;
  margin: 0 auto 3px;
}
.home_page h3.t_center .en {
  justify-content: center;
  padding: 0;
  margin-top: 16px;
}
.home_page h3.t_center .en::before {
  display: none;
}
.home_page h3.clr2 {
  color: var(--clr2);
}
.home_page h3.clr2::before {
  background-color: var(--clr2);
}
.home_page h3.clr2 .en {
  color: var(--clr2);
}
.home_page h3.clr2 .en::before {
  background-color: var(--clr2);
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page h3 {
    letter-spacing: 0;
  }
  .home_page h3 .en {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .home_page h3 {
    letter-spacing: 0;
  }
  .home_page h3 .en {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page h3 {
    letter-spacing: 0;
    font-size: 30px;
  }
  .home_page h3 .en {
    font-size: 18px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .home_page .key {
    font-size: 9px;
  }
  .home_page .key .key_text .item::before {
    width: 55%;
  }
  .home_page .key .key_text .item::after {
    right: 52%;
    bottom: 26%;
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 850px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 1.1vmin);
    --max-height: calc(100vh - var(--wrapper));
  }
  .home_page .key .key_text .item::before {
    width: 48%;
  }
  .home_page .key .key_text .item::after {
    right: 45%;
    bottom: 16%;
  }
  .home_page .key .inner {
    max-width: 75%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1.3vmin;
    --height: auto;
  }
  .home_page .key .inner {
    max-width: 80.5%;
  }
  .home_page .key .key_text .item::before {
    width: 50%;
  }
  .home_page .key .key_text .item::after {
    right: 46%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .home_page .key {
    font-size: 0.85vmin;
  }
  .home_page .key .inner {
    max-width: 79%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) and (max-height: 690px) {
  .home_page .key {
    font-size: 0.85vmin;
  }
  .home_page .key .inner {
    max-width: 73%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key {
    font-size: 0.6vmin;
    --min-height: 55vw;
  }
  .home_page .key .inner {
    max-width: 80%;
  }
  .home_page .key .key_text .item::before {
    width: 58%;
    border-radius: 0 0 0 40px;
  }
  .home_page .key .key_text .item::after {
    bottom: 43%;
    font-size: 0.7em;
    right: 55%;
  }
  .home_page .key .catch {
    padding-top: 0;
  }
  .home_page .key .jp {
    font-size: 14px;
    letter-spacing: 0;
  }
  .home_page .key .key_scroll {
    top: 35em;
  }
}
@media only screen and (max-width: 850px) and (min-width: 769px) {
  .home_page .key .inner {
    max-width: 88%;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.idx1 {
  padding: 61px 0 100px;
  background-color: #fdfaf3;
}
.idx1 .inner_big {
  position: relative;
  z-index: 1;
}
.idx1 .inner_big::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx1_bg.jpg) no-repeat center/contain;
  width: 1376px;
  height: auto;
  aspect-ratio: 1376/762;
  left: -285px;
  top: 109px;
}
.idx1 .TabContainer {
  margin-top: -11px;
}
@media only screen and (min-width: 1025px) {
  .idx1 .TabContainer .TabContent {
    min-height: 502px;
  }
}
.idx1 .TabContainer .TabPager {
  width: 50%;
  max-width: 575px;
  margin: 0 50px 0 auto;
  justify-content: space-between;
  align-items: center;
  min-height: 136px;
  margin-bottom: -46px;
  position: relative;
  z-index: 5;
}
.idx1 .TabContainer .TabPager > div {
  width: calc(50% - 7.5px);
  background-color: var(--clr);
  font-size: 18px;
  border-radius: 10px;
  padding: 2.3889em 0 2.2778em;
  position: relative;
  z-index: 1;
}
.idx1 .TabContainer .TabPager > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 100%;
  left: calc(50% - 0.5em);
  border-top: 0.89em solid var(--clr);
  border-left: 0.54em solid transparent;
  border-right: 0.54em solid transparent;
  opacity: 0;
  transition: opacity 0.3s;
}
.idx1 .TabContainer .TabPager > div.active {
  font-size: 20px;
  padding: 2.45em 0 2.35em;
}
.idx1 .TabContainer .TabPager > div.active::after {
  opacity: 1;
}
.idx1 .TabContainer .TabPager > div p {
  transition: 0.3s all;
  border: 0 !important;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: inherit;
}
.idx1 .TabContainer .TabPager > div:not(.active) p::after {
  content: "";
  display: block;
  background: url(../images/idx1_arr_down.svg) no-repeat center/contain;
  width: 13px;
  height: 7px;
  margin-left: 11px;
  position: relative;
  top: 1px;
  left: 1px;
}
.idx1 .TabContainer .TabPager > div:first-child {
  --clr: var(--main-color);
}
.idx1 .TabContainer .TabPager > div:last-child {
  --clr: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .idx1 .TabContainer .TabPager > div:not(.active):hover {
    background-color: var(--clr1);
  }
}
.idx1 .TabContainer .TabContent .content {
  background: #fff;
  border-radius: 30px;
  position: relative;
}
.idx1 .idx1_tab {
  padding: 100px 0 90px;
}
.idx1 ul {
  max-width: 1092px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx1 ul li {
  max-width: 390px;
  width: 40%;
  margin-bottom: 10px;
}
.idx1 ul li a {
  display: flex;
  background-color: #fffae0;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--clr1);
  text-decoration: none;
  border-radius: 10px;
  padding: 1.2941em 2.9412em 1.2059em 1.1765em;
  position: relative;
  transition: 0.3s all;
}
.idx1 ul li a::before, .idx1 ul li a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 26px;
  height: 26px;
  right: 20px;
  top: calc(50% - 13px);
}
.idx1 ul li a::before {
  border-radius: 50%;
  background-color: var(--main-color);
}
.idx1 ul li a::after {
  background: url(../images/idx1_arr.png) no-repeat center/contain;
}
.idx1 ul li a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .idx1 ul li a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
.idx1 ul li a span {
  position: relative;
  padding-left: 2.4118em;
}
.idx1 ul li a span::before, .idx1 ul li a span::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  top: 0.0588em;
  width: 1.4118em;
  height: 1.4118em;
}
.idx1 ul li a span::before {
  background-color: #fff;
}
.idx1 ul li a span::after {
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(../images/idx1_check.png);
  background-color: var(--main-color);
}
.idx1 .img {
  position: absolute;
  left: 39.4%;
  bottom: 0;
  max-width: 280px;
  width: 25%;
}
.idx1 .tab2 ul li a {
  background-color: #eff8f1;
}
.idx1 .tab2 ul li a span::after {
  background-color: var(--clr2);
}
.idx1 .tab2 ul li a::before {
  background-color: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .idx1 .tab2 ul li a:hover {
    background-color: var(--clr2);
    color: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx1 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx1 {
    margin-top: 0;
    padding: 0;
  }
  .idx1 .inner_big {
    padding-bottom: 60px;
  }
  .idx1 .inner_big::before {
    left: 0;
    top: 40px;
    bottom: 0;
    aspect-ratio: unset;
    width: 80%;
    background-size: cover;
  }
  .idx1 .TabContainer .TabPager > div {
    font-size: 14px;
  }
  .idx1 .TabContainer .TabPager > div p {
    letter-spacing: 0;
  }
  .idx1 .TabContainer .TabPager > div.active {
    font-size: 16px;
  }
  .idx1 .img {
    width: 20%;
  }
  .idx1 .idx1_tab {
    padding: 60px 20px;
  }
  .idx1 ul li a::before, .idx1 ul li a::after {
    right: 10px;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx1 .tab1 ul li.m_h a {
    min-height: 76.98px;
    display: flex;
    align-items: center;
  }
  .idx1 .TabContainer .TabContent {
    min-height: auto;
  }
}

.idx2 {
  padding: 147px 0 113px;
  background-image: url(../images/idx2_bg.jpg);
}
.idx2 h3 {
  margin: 15px 0px 69px;
}
.idx2 .idx2_inner {
  display: grid;
  grid-template-columns: 50% 38.4615384615%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.idx2 .img {
  --radius: 80px;
  grid-row: 1/span 3;
  grid-column-start: 2;
  position: relative;
  padding-top: 60px;
  z-index: 1;
}
.idx2 .img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  aspect-ratio: 500/550;
  width: 100%;
  border-radius: 0 var(--radius) 0 0;
  background-color: #fff2ad;
  left: 60px;
  top: 0;
  opacity: 0.15;
}
.idx2 .img img {
  border-radius: 0 var(--radius) 0 0;
}
.idx2 .txt p {
  letter-spacing: 0.025em;
  line-height: 2.22;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.idx2 .idx2_list {
  margin-top: 152px;
}
.idx2 .idx2_list .item {
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
  aspect-ratio: 310/250;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  width: calc(25% - 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.idx2 .idx2_list .item .link a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.idx2 .idx2_list .item .link a:hover {
  opacity: 1;
}
.idx2 .idx2_list .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  background: rgba(100, 65, 0, 0.5);
  border-radius: 15px;
}
.idx2 .idx2_list .item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  inset: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.idx2 .idx2_list .item p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  position: relative;
  padding-bottom: 18px;
}
.idx2 .idx2_list .item p::after, .idx2 .idx2_list .item p::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  left: calc(50% - 19px);
  top: 100%;
}
.idx2 .idx2_list .item p::before {
  border-radius: 50%;
  background-color: var(--main-color);
}
.idx2 .idx2_list .item p::after {
  mask-repeat: no-repeat;
  mask-size: 7px;
  mask-position: center;
  mask-image: url(../images/idx2_arr.svg);
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx2 .idx2_list .item:hover p::before {
    background-color: var(--clr2);
  }
}
.idx2 .idx2_list .item1::before {
  background-image: url(../images/idx2_img1.jpg);
}
.idx2 .idx2_list .item2::before {
  background-image: url(../images/idx2_img2.jpg);
}
.idx2 .idx2_list .item3::before {
  background-image: url(../images/idx2_img3.jpg);
}
.idx2 .idx2_list .item4::before {
  background-image: url(../images/idx2_img4.jpg);
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .idx2 .img {
    padding-right: 40px;
    padding-top: 40px;
  }
  .idx2 .img::after {
    left: unset;
    right: 0;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx2 {
    padding: 60px 0;
  }
  .idx2 .idx2_inner {
    grid-template-columns: 51% 38.4615384615%;
  }
  .idx2 .img {
    --radius: 40px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .idx2 .img::after {
    left: unset;
    right: 0;
    width: calc(100% - 20px);
  }
  .idx2 .txt p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx2 .idx2_list {
    margin-top: 40px;
  }
  .idx2 .idx2_list .item .link a::after {
    inset: 5px;
  }
  .idx2 .idx2_list .item p {
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 5px;
  }
  .idx2 .idx2_list .item p::before, .idx2 .idx2_list .item p::after {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
  }
}

.idx3 {
  padding: 93px 0 40px;
  position: relative;
  overflow: hidden;
}
.idx3 .idx3_inner {
  display: grid;
  grid-template-columns: 57.6153846154% 38.4615384615%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  position: relative;
  z-index: 1;
}
.idx3 .idx3_inner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx3_img.jpg) no-repeat center/cover;
  top: -94px;
  right: -306px;
  width: 1118px;
  aspect-ratio: 1118/647;
  border-radius: 0 0 0 50px;
}
.idx3 .idx3_img {
  grid-row: 1/span 3;
  grid-column-start: 2;
  margin-left: auto;
  margin-right: -103px;
}
.idx3 h3 {
  margin-top: 62px;
  margin-bottom: 58px;
}
.idx3 .txt p {
  max-width: 645px;
  line-height: 2.2222222222;
  letter-spacing: 0.025em;
  font-size: 18px;
}
.idx3 .btn-group.fblock {
  max-width: 100%;
  margin-top: 63px;
}
.idx3 .idx3_ttl {
  line-height: 1.5;
  text-align: center;
  background-color: #e08100;
  border-radius: 45px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 20px 0 23px;
  max-width: 467px;
  width: 96%;
  position: relative;
}
.idx3 .idx3_ttl::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 100%;
  border-top: 1.125em solid #e08100;
  border-left: 0.5em solid transparent;
  border-right: 0.4375em solid transparent;
  left: calc(50% - 0.4375em);
}
.idx3 .idx3_ttl span {
  font-size: 1.3125em;
  letter-spacing: 0.05em;
}
.idx3 .ttl01 {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--main-color);
  margin: 40px 0 -1px;
}
.idx3 .ttl02 {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.idx3 .idx3_box {
  background: url(../images/idx3_box.jpg) no-repeat top center/cover;
  padding: 68px 0 65px;
  margin-top: 65px;
  border-radius: 20px;
}
.idx3 .idx3_box .inner {
  display: grid;
  grid-template-columns: 45% 54.5%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  max-width: 1196px;
}
.idx3 .idx3_box h4 {
  line-height: 1.5;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 7px;
  margin-bottom: 31px;
}
.idx3 .idx3_box .btn {
  margin: 0;
}
.idx3 .idx3_box .txt {
  grid-row: 1/span 3;
  grid-column-start: 2;
  color: #fff;
  padding-right: 25px;
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx3 .idx3_inner {
    grid-template-columns: 55% 45%;
    justify-content: space-between;
  }
  .idx3 .idx3_img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx3 {
    padding: 60px 0 0;
  }
  .idx3 .idx3_inner {
    grid-template-columns: 50% 45%;
    justify-content: space-between;
  }
  .idx3 .idx3_inner::after {
    top: -60px;
    right: -20px;
    width: 60%;
    aspect-ratio: unset;
    border-radius: 0 0 0 40px;
    height: 80%;
  }
  .idx3 .idx3_img {
    margin-right: 0;
  }
  .idx3 .btn-group.fblock {
    max-width: 131%;
    margin-top: 165px;
    width: 131%;
  }
  .idx3 .txt p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx3 .idx3_box {
    padding: 40px 0;
    margin-top: 40px;
  }
  .idx3 .idx3_box .inner {
    grid-template-columns: 45% 50%;
  }
}
@media only screen and (max-width: 850px) and (min-width: 769px) {
  .idx3 .btn-group.fblock {
    margin-top: 80px;
  }
}

.idx4 {
  padding: 46px 0;
}
.idx4 .inner {
  max-width: 1800px;
}
.idx4 .idx4_bg {
  background: #f5faf6;
  border-radius: 50px;
  padding: 87px 0 90px;
}
.idx4 .fblock {
  margin-top: 60px;
}
.idx4 .fblock .item {
  width: calc(50% - 20px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding-left: 55px;
  padding-top: 3px;
}
.idx4 .fblock .item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 463px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--clr2);
  top: calc(50% - 232px);
  left: -113px;
}
.idx4 .fblock .item p {
  color: #fff;
  line-height: 1.5454545455;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.idx4 .fblock .item p .en {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
.idx4 .fblock .item a {
  border-radius: 15px;
}
.idx4 .fblock .item a::before, .idx4 .fblock .item a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 40px;
  height: 40px;
  bottom: 15px;
  right: 15px;
}
.idx4 .fblock .item a::before {
  background-color: var(--main-color);
  border-radius: 50%;
}
.idx4 .fblock .item a::after {
  mask-repeat: no-repeat;
  mask-size: 31px;
  mask-image: url(../images/shared_btn_icon.png);
  background-color: #fff;
  mask-position: center;
}
.idx4 .fblock .item a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx4 .fblock .item:hover::before {
    background-color: var(--main-color);
  }
  .idx4 .fblock .item:hover a::before {
    background-color: var(--clr2);
  }
}
.idx4 .fblock .item1 {
  background-image: url(../images/idx4_img1.jpg);
}
.idx4 .fblock .item2 {
  background-image: url(../images/idx4_img2.jpg);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx4 .idx4_bg {
    border-radius: 40px;
    padding: 40px 0;
  }
  .idx4 .fblock .item {
    height: 130px;
    padding-left: 20px;
  }
  .idx4 .fblock .item::before {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: -35%;
  }
  .idx4 .fblock .item p {
    font-size: 18px;
    letter-spacing: 0;
  }
  .idx4 .fblock .item a::before, .idx4 .fblock .item a::after {
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
  }
}

.idx5 {
  padding: 80px 0 120px;
}
.idx5 .inner {
  max-width: 1630px;
}
.idx5 h3 {
  width: 25%;
  margin-top: 48px;
}
.idx5 .idx5_list {
  width: 74.3%;
  max-width: 1180px;
}
.idx5 .idx5_list .item {
  width: 23.7288135593%;
  position: relative;
  z-index: 1;
}
.idx5 .idx5_list .item::before, .idx5 .idx5_list .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
}
.idx5 .idx5_list .item::before {
  border-radius: 50%;
  background-color: var(--main-color);
}
.idx5 .idx5_list .item::after {
  background: url(../images/idx5_icon.svg) no-repeat center/18px;
}
.idx5 .idx5_list .item .img {
  background-color: #f7f7f7;
  border-radius: 0 0 20px 20px;
}
.idx5 .idx5_list .item a {
  border-radius: 20px;
}
.idx5 .idx5_list .item .ttl {
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: var(--main-color);
  margin: 0;
  border-radius: 20px 20px 0 0;
  padding: 17px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: 0.3s all;
}
@media only screen and (min-width: 769px) {
  .idx5 .idx5_list .item:hover::before {
    background-color: var(--clr2);
  }
  .idx5 .idx5_list .item:hover .ttl {
    background-color: var(--clr2);
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx5 h3 {
    align-self: center;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx5 {
    padding: 0 0 40px;
  }
  .idx5 .idx5_list .item::before, .idx5 .idx5_list .item::after {
    width: 30px;
    height: 30px;
    bottom: 5px;
    right: 5px;
  }
  .idx5 .idx5_list .item::after {
    background-size: 15px;
  }
}

.idx6 {
  padding: 117px 0 0;
  background-color: #fcfaf2;
}
.idx6 .idx6_list {
  margin-top: 82px;
}
.idx6 .idx6_list .item {
  width: 50%;
  aspect-ratio: 960/643.4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx6 .idx6_list .item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.idx6 .idx6_list .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(217, 117, 0, 0) 0%, #d97500 100%);
  opacity: 0.84;
  height: 370px;
}
.idx6 .idx6_list .item .link a {
  z-index: 2;
}
.idx6 .idx6_list .item .link a:hover {
  opacity: 1;
}
.idx6 .idx6_list .item .link a::before, .idx6 .idx6_list .item .link a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 25px;
}
.idx6 .idx6_list .item .link a::before {
  background-color: #fff;
  border-radius: 50%;
}
.idx6 .idx6_list .item .link a::after {
  mask-size: 15px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/idx6_arr.svg);
  background-color: var(--main-color);
}
.idx6 .idx6_list .item .txt {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 65px;
  left: 70px;
  width: 83%;
}
.idx6 .idx6_list .item .ttl01 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 19px;
}
.idx6 .idx6_list .item .ttl01 .jp {
  font-size: 0.6em;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 2.2222em;
  margin-left: 1.0556em;
}
.idx6 .idx6_list .item .ttl01 .jp::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  left: 0;
  width: 1.6667em;
  height: 2px;
  background-color: #fff;
}
.idx6 .idx6_list .item .ttl02 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media only screen and (min-width: 769px) {
  .idx6 .idx6_list .item:hover::before {
    transform: scale(1.025);
  }
  .idx6 .idx6_list .item:hover .link a::before {
    background-color: var(--main-color);
  }
  .idx6 .idx6_list .item:hover .link a::after {
    background-color: #fff;
  }
}
.idx6 .idx6_list .item1::before {
  background-image: url(../images/idx6_img1.jpg);
}
.idx6 .idx6_list .item2::before {
  background-image: url(../images/idx6_img2.jpg);
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .idx6 .idx6_list .item .link a::before, .idx6 .idx6_list .item .link a::after {
    bottom: 20px;
    right: 20px;
  }
  .idx6 .idx6_list .item .txt {
    left: 40px;
    width: 85%;
  }
  .idx6 .idx6_list .item .txt .ttl01 .jp {
    margin-left: 0;
    display: block;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx6 .idx6_list .item .link a::before, .idx6 .idx6_list .item .link a::after {
    bottom: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx6 {
    padding-top: 40px;
  }
  .idx6 .idx6_list {
    margin-top: 40px;
  }
  .idx6 .idx6_list .item .link a::before, .idx6 .idx6_list .item .link a::after {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .idx6 .idx6_list .item .txt {
    bottom: 20px;
    left: 20px;
    width: 83%;
  }
  .idx6 .idx6_list .item .txt .ttl01 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .idx6 .idx6_list .item .txt .ttl01 .jp {
    margin-left: 0;
    display: block;
    margin-bottom: 15px;
  }
  .idx6 .idx6_list .item .txt .ttl02 {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.idx7 {
  padding: 80px 0 0;
}
.idx7 .inner_big {
  display: grid;
  grid-template-columns: 46.1538461538% 46.1538461538%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.idx7 .img {
  grid-row: 1/span 3;
  width: 140%;
  margin-left: -305px;
}
.idx7 .img img {
  border-radius: 0 120px 0 0;
}
.idx7 h3 {
  margin: 123px 0 58px;
}
.idx7 .txt p {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 2.2222222222;
}
.idx7 .btn {
  margin: 63px 0 0 0;
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .idx7 .img {
    width: 120%;
    margin-left: -130px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx7 .img {
    width: 110%;
    margin-left: -11%;
  }
  .idx7 .btn {
    margin: 0;
    padding: 40px 0;
  }
  .idx7 .txt p {
    margin: 0;
  }
  .idx7 h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx7 {
    padding-top: 40px;
  }
  .idx7 .inner_big {
    grid-template-columns: 46.1538461538% 50%;
  }
  .idx7 .img {
    width: 95%;
    margin-left: -40px;
    align-self: flex-end;
  }
  .idx7 .img img {
    border-radius: 0 40px 0 0;
  }
  .idx7 h3 {
    margin: 80px 0 20px;
  }
  .idx7 .txt p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx7 .img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx7 {
    padding: 60px 0 0;
  }
  .idx7 .img img {
    border-radius: 0 40px 40px 0;
  }
  .idx7 h3 {
    margin-top: 0;
  }
  .idx7 .img {
    align-self: flex-start;
  }
}

.idx8 {
  background-image: url(../images/idx8_bg.jpg);
  padding: 180px 0 91px;
}
.idx8 .inner {
  max-width: 1140px;
  margin-top: 73px;
}
.idx8 .item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  --radius: 90px;
  position: relative;
}
.idx8 .item .link a {
  z-index: 2;
  border-radius: 0px var(--radius) 0px 0px;
}
.idx8 .item .img {
  position: relative;
  z-index: 1;
}
.idx8 .item .img img {
  border-radius: 0px var(--radius) 0px 0px;
}
.idx8 .item .img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  border-radius: 0px var(--radius) 0px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.21;
}
.idx8 .item .idx8_img {
  position: relative;
  z-index: 1;
}
.idx8 .item .idx8_img::before, .idx8 .item .idx8_img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 70px;
  height: 70px;
  right: 20px;
  bottom: -35px;
}
.idx8 .item .idx8_img::before {
  border-radius: 50%;
  background-color: var(--clr2);
  z-index: 2;
}
.idx8 .item .idx8_img::after {
  mask-image: url(../images/idx8_arr.svg);
  mask-repeat: no-repeat;
  mask-size: 15px;
  mask-position: center;
  background-color: #fff;
  z-index: 3;
}
.idx8 .item .num {
  line-height: 1;
  position: absolute;
  color: #fff;
  bottom: 9px;
  left: 27px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--f-en);
  font-size: 85px;
  letter-spacing: 0.05em;
}
.idx8 .item .num .en {
  display: block;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 6px;
  padding-right: 21px;
}
.idx8 .item .txt {
  background-color: #fff;
  padding: 40px 40px 35px;
}
.idx8 .item .ttl01 {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--clr2);
  font-weight: 700;
}
.idx8 .item .ttl02 {
  line-height: 1.9444444444;
  font-size: 18px;
  letter-spacing: 0.025em;
}
.idx8 .item:first-child .num .en {
  padding-right: 0;
}
@media only screen and (min-width: 769px) {
  .idx8 .item:hover .idx8_img::before {
    background: var(--main-color);
  }
  .idx8 .item:hover .ttl01 {
    color: var(--main-color);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx8 {
    background-size: 100%;
    background-color: #eda200;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx8 {
    padding: 60px 0 20px;
  }
  .idx8 .inner {
    margin-top: 40px;
    padding: 0;
  }
  .idx8 .item .num {
    font-size: 70px;
    left: 10px;
    bottom: 10px;
  }
  .idx8 .item .num .en {
    font-size: 18px;
  }
  .idx8 .item .idx8_img::before, .idx8 .item .idx8_img::after {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: -25px;
  }
  .idx8 .item .txt {
    padding: 40px 18px 20px;
  }
  .idx8 .item .txt .ttl01 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .idx8 .item .txt .ttl02 {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.idx9 {
  background-color: #fcfaf2;
  padding: 150px 0 132px;
}
.idx9 .inner_big {
  display: grid;
  grid-template-columns: 50% 41.429%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  max-width: 1440px;
}
.idx9 .idx9_img {
  --radius: 120px;
  grid-row: 1/span 3;
  grid-column-start: 2;
  position: relative;
  padding-top: 60px;
  z-index: 1;
  align-self: flex-start;
}
.idx9 .idx9_img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  border-radius: 0 var(--radius) 0 0;
  background: #eea200;
  opacity: 0.2;
  width: 100%;
  height: 92%;
  bottom: 60px;
  left: 60px;
}
.idx9 .idx9_img img {
  border-radius: 0 var(--radius) 0 0;
}
.idx9 .idx9_name {
  position: absolute;
  width: 175px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: -88px;
  bottom: 40px;
  z-index: 1;
}
.idx9 .idx9_name::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-radius: 50%;
  inset: 6px;
  border: 1px solid #fff;
  z-index: -1;
}
.idx9 .idx9_name p {
  line-height: 1;
  text-align: center;
}
.idx9 .idx9_name .small {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0;
}
.idx9 .idx9_name .jp {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0.4091em 0 0.6818em;
}
.idx9 .idx9_name .en {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
}
.idx9 .txt p {
  line-height: 2.2222222222;
  font-size: 18px;
  letter-spacing: 0.025em;
}
.idx9 .btn-group {
  max-width: 556px;
  margin-top: 63px;
}
.idx9 .btn-group .btn {
  width: calc(50% - 10px);
}
.idx9 h3 {
  margin: 3px 0 58px;
}
.idx9 h3,
.idx9 .txt {
  margin-left: 50px;
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .idx9 .idx9_img {
    padding-right: 40px;
    padding-top: 40px;
  }
  .idx9 .idx9_img::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 0;
    bottom: unset;
    left: unset;
    right: 0;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx9 .txt p {
    letter-spacing: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx9 {
    padding: 60px 0 50px;
  }
  .idx9 h3,
  .idx9 .txt {
    margin-left: 0;
  }
  .idx9 .idx9_img {
    padding-right: 20px;
    padding-top: 20px;
    --radius: 40px;
  }
  .idx9 .idx9_img::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 0;
    bottom: unset;
    left: unset;
    right: 0;
  }
  .idx9 .idx9_name {
    left: -48px;
    bottom: 15px;
    z-index: 1;
    width: 140px;
  }
  .idx9 .btn-group {
    width: 380px;
  }
  .idx9 .txt p {
    letter-spacing: 0;
    letter-spacing: 0;
  }
  .idx9 .txt p br {
    display: none;
  }
}

.idx10 {
  position: relative;
  z-index: 1;
  padding: 117px 0 71px;
  background-color: #fcfaf2;
}
.idx10::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  right: 0;
  height: 574px;
  background: url(../images/idx10_bg.jpg) no-repeat top center/cover;
  z-index: -1;
}
.idx10 .idx10_bg {
  border-radius: 30px;
  background-color: #fff;
  padding: 61px 0 60px;
  margin-top: 76px;
}
.idx10 .inner {
  max-width: 1220px;
}
.idx10 .txt {
  max-width: 630px;
  width: 54%;
}
.idx10 .tbl {
  max-width: 492px;
  width: 42%;
}
.idx10 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --w: 110px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.idx10 dl dt,
.idx10 dl dd {
  font-size: 16px;
  line-height: 1.6875;
}
.idx10 dl dt {
  width: var(--w);
  border-radius: 23px;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  padding: 9px 0 8px;
  letter-spacing: 0.025em;
}
.idx10 dl dd {
  width: calc(100% - var(--w));
  padding-top: 9px;
  padding-left: 22px;
  letter-spacing: 0.025em;
}
.idx10 .idx10_ttl {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
.idx10 .btn {
    margin: 10px 0 0 0;
    max-width: 100%;
    width: 48%;
}
.idx10 .shared_tbl {
  margin-top: 12px;
}
.idx10 .shared_tbl table tr th,
.idx10 .shared_tbl table tr td {
  line-height: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  letter-spacing: 0.025em;
  border: 0;
  width: 10.18%;
}
.idx10 .shared_tbl table tr th:first-child,
.idx10 .shared_tbl table tr td:first-child {
  width: auto;
  padding-left: 0.1em;
  text-align: left;
}
.idx10 .shared_tbl table tr th:last-child,
.idx10 .shared_tbl table tr td:last-child {
  width: 9.1%;
  padding-left: 0.4em;
}
.idx10 .shared_tbl table tr th:last-child::after,
.idx10 .shared_tbl table tr td:last-child::after {
  left: 0.1em;
}
.idx10 .shared_tbl table tr th {
  font-size: 14px;
  color: #fff;
}
.idx10 .shared_tbl table tr th.bg {
  position: relative;
  z-index: 1;
}
.idx10 .shared_tbl table tr th.bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background-color: var(--main-color);
  width: 2.8571em;
  height: 2.8571em;
  left: calc(50% - 1.4286em);
  top: calc(50% - 1.4286em);
  border-radius: 50%;
}
.idx10 .shared_tbl table tr th:last-child::after {
  left: calc(50% - 1.2857em);
}
.idx10 .shared_tbl table tr td {
  padding-top: 1.375em;
  padding-bottom: 1.375em;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  z-index: 1;
}
.idx10 .shared_tbl table tr td::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  background-position: center;
  background-size: 1.3125em;
  background-repeat: no-repeat;
  bottom: 0.1em;
}
.idx10 .shared_tbl table tr td.icon1::after {
  background-image: url(../images/tbl_icon1.png);
}
.idx10 .shared_tbl table tr td.icon2::after {
  background-image: url(../images/tbl_icon2.png);
}
.idx10 .shared_tbl table tr td.icon3::after {
  background-image: url(../images/tbl_icon3.png);
}
.idx10 .shared_tbl table tr:nth-child(2) td {
  padding-top: 2.25em;
  padding-bottom: 1.3125em;
}
.idx10 .shared_tbl table tr:nth-child(2) td:first-child {
  padding-left: 0.3em;
}
.idx10 .shared_tbl table tr:nth-child(2) td::after {
  top: 0.9em;
  bottom: 0;
}
.idx10 .shared_tbl table tr:last-child td {
  padding-bottom: 1.3125em;
}
.idx10 .shared_tbl p {
  font-size: 14px;
  letter-spacing: 0.025em;
  margin-top: 9px;
}
.idx10 .idx10_list {
  margin-top: 41px;
}
.idx10 .idx10_list .item {
  background-color: #f7f7f7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.8824em 0.5882em 0.8824em 0.9412em;
}
.idx10 .idx10_list .item:not(:last-child) {
  margin-bottom: 10px;
}
.idx10 .idx10_list .item p {
  line-height: 1.6875;
  letter-spacing: 0.025em;
  font-size: 0.9412em;
  margin-left: 0.875em;
}
.idx10 .idx10_list .item .img {
  background-color: #fff;
  border-radius: 50%;
  width: 3.9412em;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .idx10::before {
    height: 400px;
  }
  .idx10 .txt {
    width: 50%;
  }
  .idx10 .tbl {
    width: 45%;
  }
  .idx10 .idx10_bg {
    margin-top: 40px;
    padding: 40px 0;
  }
  .idx10 .shared_tbl table tr th,
  .idx10 .shared_tbl table tr td {
    font-size: 1.5604681404vw;
    width: 10%;
  }
  .idx10 .shared_tbl table tr th:first-child,
  .idx10 .shared_tbl table tr td:first-child {
    padding-left: 0 !important;
  }
  .idx10 .shared_tbl table tr th:last-child,
  .idx10 .shared_tbl table tr td:last-child {
    width: 10%;
  }
  .idx10 .shared_tbl table tr th {
    font-size: 1.300390117vw;
  }
  .idx10 .shared_tbl table tr th::after {
    font-size: 1em;
    width: 3em;
    height: 3em;
  }
  .idx10 .idx10_list .item p {
    font-size: 12px;
    letter-spacing: 0;
  }
}

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

.idx11 {
  padding: 99px 0;
}
.idx11 .inner {
  max-width: 1420px;
  display: grid;
  grid-template-columns: 45.8695652174% 43.5%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
@media only screen and (min-width: 769px) {
  .idx11 h3 {
    font-size: 41px;
    margin: 78px 0 43px;
    line-height: 1.5609756098;
  }
  .idx11 h3 .en {
    writing-mode: vertical-rl;
    left: calc(100% + 0.6842em);
    position: absolute;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    top: -1.5263em;
    height: 28.6842em;
    border-left: 1px solid var(--main-color);
    padding-left: 0.688em;
    padding-top: 0em;
  }
  .idx11 h3 .en::before {
    transform: rotate(90deg);
    left: 0.1579em;
    margin: 0 0 0.2105em 0;
  }
}
.idx11 .idx11_img {
  --radius: 120px;
  grid-row: 1/span 3;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.idx11 .idx11_img img {
  border-radius: 0 var(--radius) 0 0;
}
.idx11 .idx11_img .img1 {
  max-width: 248px;
  position: relative;
  margin-bottom: -84px;
  width: 40%;
}
.idx11 .idx11_img .img2 {
  width: 70%;
  margin-left: -61px;
  max-width: 435px;
}
.idx11 .txt p {
  letter-spacing: 0.025em;
  font-size: 18px;
  width: 90%;
  line-height: 2.2222222222;
}
.idx11 .btn {
  margin: 33px 0 0 0;
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx11 h3 .en {
    left: 88%;
  }
  .idx11 .txt p {
    width: 85%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx11 {
    padding: 60px 0;
  }
  .idx11 h3 {
    font-size: 26px;
    margin: 20px 0;
  }
  .idx11 h3 .en {
    left: 88%;
    font-size: 16px;
  }
  .idx11 .txt p {
    width: 80%;
  }
  .idx11 .idx11_img {
    --radius: 40px;
  }
}

.idx_bg {
  position: relative;
  z-index: 1;
}
.idx_bg::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  height: 1280px;
  left: 0;
  width: 39.78%;
  border-radius: 0 0 120px 0;
  top: 0;
  z-index: -1;
  background-color: #fcfaf2;
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx_bg::before {
    width: 35%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx_bg::before {
    height: 95%;
    width: 38%;
    border-radius: 0 0 40px 0;
  }
}

.idx12 {
  padding: 71px 0 137px;
}
.idx12 .inner {
  max-width: 1340px;
}
.idx12 .txt {
  width: 40%;
  padding: 19px 0;
}
.idx12 .news {
  width: 55%;
  max-width: 692px;
}
.idx12 .btn {
  margin: 65px 0 0 0;
  max-width: 285px;
}
.idx12 .TabContainer {
  margin-top: -11px;
}
.idx12 .TabContainer .TabPager {
  width: 384px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  --clr: #f7f7f7;
}
.idx12 .TabContainer .TabPager > div {
  width: calc(50% - 5px);
  background-color: var(--clr);
  font-size: 18px;
  border-radius: 10px;
  color: var(--main-color);
  position: relative;
  z-index: 1;
  border-radius: 37px;
  padding: 12px 0 12px;
}
.idx12 .TabContainer .TabPager > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 100%;
  left: calc(50% - 0.5em);
  border-top: 0.89em solid var(--clr);
  border-left: 0.54em solid transparent;
  border-right: 0.54em solid transparent;
  opacity: 0;
  transition: opacity 0.3s;
}
.idx12 .TabContainer .TabPager > div.active {
  background-color: var(--main-color);
  color: #fff;
}
.idx12 .TabContainer .TabPager > div p {
  transition: 0.3s all;
  border: 0 !important;
  font-weight: 700;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  font-size: inherit;
}
@media only screen and (min-width: 769px) {
  .idx12 .TabContainer .TabPager > div:not(.active):hover {
    background-color: var(--clr2);
    color: #fff;
  }
}
.idx12 .TabContainer .TabContent .content {
  background: #fff;
  border-radius: 30px;
  position: relative;
}
.idx12 .TabContainer .TabContent .content {
  background: transparent;
}
.idx12 ul {
  margin-top: 23px;
}
.idx12 ul li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.idx12 ul li a {
  --w: 130px;
  font-size: 0.8889em;
  letter-spacing: 0.1em;
  line-height: 1.125em;
  text-decoration: none;
  color: var(--clr1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 42px 45px 38px 0;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  border-bottom: #707070;
}
.idx12 ul li a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/idx12_arr.png);
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  right: 0px;
  top: calc(50% - 18px);
  border-radius: 50%;
}
.idx12 ul li a:hover {
  opacity: 1;
  color: var(--clr1);
}
.idx12 ul li a span {
  letter-spacing: 0.1em;
}
.idx12 ul li a .date {
  width: var(--w);
  padding-left: 0;
  letter-spacing: 0.025em;
  font-size: 16px;
  font-weight: 400;
  color: var(--main-color);
}
.idx12 ul li a .title {
  width: calc(100% - var(--w));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 769px) {
  .idx12 ul li a:hover {
    background-color: var(--main-color);
    padding-left: 5px;
  }
  .idx12 ul li a:hover::after {
    right: 5px;
  }
  .idx12 ul li a:hover .date,
  .idx12 ul li a:hover .title {
    color: #fff;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx12 .txt {
    width: 286px;
  }
  .idx12 .news {
    width: calc(100% - 460px);
    max-width: 100%;
    padding: 0 40px 0 60px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx12 .news {
    width: calc(100% - 430px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx12 {
    padding: 0 0 60px;
  }
  .idx12 ul li a {
    --w: 90px;
    padding: 24px 30px 24px 0;
  }
  .idx12 ul li a::after {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .idx12 ul li a .title {
    padding-right: 0;
    font-size: 16px;
  }
  .idx12 ul li a .date {
    font-size: 14px;
  }
  .idx12 ul li a .date,
  .idx12 ul li a .title {
    padding-bottom: 5px;
    letter-spacing: 0;
  }
  .idx12 .btn {
    max-width: 250px;
  }
  .idx12 .txt {
    width: 286px;
  }
  .idx12 .news {
    width: calc(100% - 286px);
    max-width: calc(100% - 286px);
    padding: 0 0 0 0;
  }
}
.idx10 .flex {
	justify-content: space-between;
    align-items: center;
}
.idx_new_banner {
	width: 48%;
}