.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 950px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: var(--mr);
}
@media only screen and (min-width: 2000px) {
  .home_page .key {
    --max-height: calc(100vh - var(--wrapper));
  }
  .home_page .key .key_center .idx_logo {
    margin-top: 40px;
  }
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .key_center:not(.slick-slider) .slide:last-child {
  display: none;
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_center:not(.slick-slider) {
    opacity: 0;
  }
  .home_page .key .key_center:not(.slick-slider) ~ .key_left, .home_page .key .key_center:not(.slick-slider) ~ .key_right {
    transform: translateY(-100%);
  }
}
@keyframes key_center {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
.home_page .key .key_center.slick-slider ~ .key_left, .home_page .key .key_center.slick-slider ~ .key_right {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_center.slick-slider ~ .key_left::after, .home_page .key .key_center.slick-slider ~ .key_right::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 90%);
  animation: key_center 1s linear forwards;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .key_item {
  height: calc(100% - var(--mr));
  width: 43.8502673797%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5.2em;
}
.home_page .key .key_item .ttl {
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  font-size: 3.2em;
}
.home_page .key .key_item .ttl .en {
  display: block;
  letter-spacing: 0.1em;
  font-size: 0.5625em;
  font-weight: 400;
  margin-bottom: 1em;
}
.home_page .key .key_item .btn {
  width: 100%;
  max-width: 280px;
}
.home_page .key .key_left {
  background-image: url(../images/idx_key_left.jpg);
}
@media only screen and (min-width: 1919px) {
  .home_page .key .key_left {
    padding-right: 2em;
  }
}
.home_page .key .key_center {
  width: 12.2994652406%;
  padding-bottom: calc(var(--mr) * 2);
  overflow: hidden;
}
.home_page .key .key_center .txt {
  writing-mode: vertical-rl;
  padding-top: calc(var(--mr) * 6);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home_page .key .key_center .slick-list,
.home_page .key .key_center .slick-track,
.home_page .key .key_center .slick-slide {
  height: 100%;
}
.home_page .key .key_right {
  background-image: url(../images/idx_key_right.jpg);
}
@media only screen and (min-width: 1919px) {
  .home_page .key .key_right {
    padding-left: 3.2em;
  }
}
.home_page .key .idx_logo {
  display: table;
  margin: auto auto 0;
  position: absolute;
  bottom: 0;
  left: calc(50% - 8.7em);
  width: 17.4em;
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .home_page .key .idx_logo {
    padding: 0 10px;
  }
}
.home_page .key .idx_logo a:hover {
  opacity: 1;
}
.home_page .key h2,
.home_page .key .jp {
  color: #593c25;
  letter-spacing: 0.14em;
  line-height: 1.4375;
}
.home_page .key h2 {
  font-weight: 500;
  font-size: 3.2em;
  margin-left: 0.25em;
}
.home_page .key .jp {
  font-size: 1.8em;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  color: var(--clr1);
  font-size: calc(var(--ttl_size) + 12px);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
}
.home_page h3 .en {
  color: var(--main-color);
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.1em;
  font-size: 0.6em;
  margin-top: 0.125em;
  display: flex;
  align-items: center;
}
.home_page h3 .en::before {
  content: "";
  display: block;
  background: url(../images/idx_h3_icon.png) no-repeat center/contain;
  width: 1.209em;
  height: 1.209em;
  margin-right: 0.375em;
  align-self: center;
  margin-top: 0.084em;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.white .en::before {
  background: #fff;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx_h3_icon.png);
}
.home_page h3.t_center {
  background: url(../images/idx_h3_icon.png) no-repeat top center/0.725em;
  padding-top: 0.925em;
  text-align: center;
}
.home_page h3.t_center .en {
  display: block;
}
.home_page h3.t_center .en::before {
  display: none;
}
.home_page h3.t_center.white {
  background-image: url(../images/idx_h3_icon_white.png);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page h3 {
    letter-spacing: 0;
  }
  .home_page h3 .en {
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 769px) {
  .home_page .key .key_left {
    order: -1;
  }
}
@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.2vmin);
    --max-height: calc(100vh - var(--wrapper));
  }
  .home_page .key h2,
  .home_page .key .jp {
    letter-spacing: 0.05em;
  }
  .home_page .key .key_item {
    background-position: bottom right;
  }
  .home_page .key .key_center .txt {
    padding-top: calc(var(--mr) * 1.5);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1.2vmin;
  }
  .home_page .key .key_left,
  .home_page .key .key_right {
    width: 42%;
  }
  .home_page .key .key_center {
    width: 16%;
  }
  .home_page .key .key_center .txt {
    padding-top: calc(var(--mr) * 1);
  }
  .home_page .key h2,
  .home_page .key .jp {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1.05vmin;
  }
  .home_page .key .key_left,
  .home_page .key .key_right {
    width: 40%;
  }
  .home_page .key .key_center {
    width: 20%;
  }
  .home_page .key .key_center .txt {
    padding-top: calc(var(--mr) * 1);
  }
  .home_page .key .key_item {
    background-position: bottom right;
  }
  .home_page .key .key_item .btn {
    max-width: 200px;
  }
  .home_page .key .key_item .btn a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .home_page .key .key_item .ttl {
    letter-spacing: 0;
  }
  .home_page .key h2,
  .home_page .key .jp {
    letter-spacing: 0;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx1 {
  padding: 120px 0 0;
  background-color: #f6f2ec;
}
.idx1 .idx1_txt .inner_big {
  display: grid;
  grid-template-columns: 43% 65.234375%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.idx1 .idx1_txt .inner_big::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx1_before.png) no-repeat center/contain;
  width: 13.5em;
  height: 13.1875em;
  left: -12.875em;
  top: -2.75em;
}
.idx1 .idx1_txt .img {
  grid-row: 1/span 4;
  grid-column-start: 2;
  margin-right: -10.7%;
  margin-left: auto;
}
.idx1 .idx1_txt .img img {
  border-radius: 20px;
  box-shadow: 0px 0px 55.2px 4.8px rgba(0, 0, 0, 0.1);
}
.idx1 h3 {
  margin-top: 65px;
}
.idx1 .idx1_p {
  letter-spacing: 0.14em;
  margin-top: 40px;
}
.idx1 .btn {
  width: 100%;
  margin: 16px 0 0 0;
}
.idx1 .inner_max {
  position: relative;
  z-index: 1;
}
.idx1 .inner_max::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 322px;
  right: -50vw;
  left: -6.4%;
  bottom: -120px;
  background-color: #fff;
  border-radius: 40px 0 0 40px;
}
.idx1 .idx1_box {
  position: relative;
  background-color: #afacac;
  border-radius: 40px;
  padding: 86px 40px 40px;
  max-width: 1360px;
  margin: 82px auto 0;
}
.idx1 .idx1_box .ttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: #fff;
  z-index: 1;
  display: table;
  position: absolute;
  left: -1.6667em;
  top: -2.0833em;
  padding: 1.2083em 4.7083em 1.2917em 3.8333em;
  margin: 0;
}
.idx1 .idx1_box .ttl::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx1_ttl_bg.png) no-repeat bottom left/contain;
  width: 16.0417em;
  height: 5.6667em;
  left: calc(50% - 8.0417em);
  top: calc(50% - 2em);
}
.idx1 .idx1_list01 .item {
  width: calc(33.3333333333% - 15px);
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  transition: 0.3s all;
}
.idx1 .idx1_list01 .item .link a::before, .idx1 .idx1_list01 .item .link a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 1.875em;
  height: 1.875em;
  bottom: 0.625em;
  right: 0.625em;
}
.idx1 .idx1_list01 .item .link a::before {
  background-color: #ded2c0;
  border-radius: 50%;
}
.idx1 .idx1_list01 .item .link a::after {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/idx1_arr.png);
  background-color: #fff;
}
.idx1 .idx1_list01 .item .link a:hover {
  opacity: 1;
}
.idx1 .idx1_list01 .item .img {
  border-radius: 20px 20px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  aspect-ratio: 1.7166666667/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.idx1 .idx1_list01 .item .ttl01 {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.5;
  padding-top: 0.8em;
}
.idx1 .idx1_list01 .item .ttl01 .en {
  display: block;
  font-size: 0.5833em;
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0.4286em;
}
.idx1 .idx1_list01 .item .ttl02 {
  color: #75685e;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  padding: 27px 46px 29px;
  line-height: 2.1428571429;
  transition: 0.3s all;
}
@media only screen and (min-width: 769px) {
  .idx1 .idx1_list01 .item:hover {
    background-color: #ded2c0;
  }
  .idx1 .idx1_list01 .item:hover .ttl02 {
    color: #fff;
  }
  .idx1 .idx1_list01 .item:hover .link a::before {
    background-color: var(--main-color);
  }
}
@media only screen and (min-width: 1025px) {
  .idx1 .idx1_list01 .item2 .ttl01 {
    padding-bottom: 1.625em;
  }
  .idx1 .idx1_list01 .item2 .ttl01 .en {
    margin-top: 0.6429em;
  }
}
.idx1 .idx1_list01 .item1 .img {
  background-image: url(../images/idx1_img01.jpg);
}
.idx1 .idx1_list01 .item2 .img {
  background-image: url(../images/idx1_img02.jpg);
}
.idx1 .idx1_list01 .item3 .img {
  background-image: url(../images/idx1_img03.jpg);
}
.idx1 .idx1_list02 {
  max-width: 1280px;
  margin: 40px auto 0;
}
.idx1 .idx1_list02 .item {
  width: calc(33.3333333333% - 15px);
  position: relative;
  z-index: 1;
  border-radius: 20px;
  transition: 0.3s all;
  aspect-ratio: 1.2834890966/1;
  padding: 30px 0;
  transition: 0.3s all;
}
.idx1 .idx1_list02 .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  z-index: -1;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.idx1 .idx1_list02 .item .link a {
  z-index: 2;
}
.idx1 .idx1_list02 .item .link a::before, .idx1 .idx1_list02 .item .link a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 1.875em;
  height: 1.875em;
  bottom: 1.875em;
  left: calc(50% - 0.9375em);
}
.idx1 .idx1_list02 .item .link a::before {
  background-color: #fff;
  border-radius: 50%;
}
.idx1 .idx1_list02 .item .link a::after {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/idx1_arr.png);
  background-color: var(--main-color);
}
.idx1 .idx1_list02 .item .link a:hover {
  opacity: 1;
}
.idx1 .idx1_list02 .item .img {
  position: relative;
  z-index: 1;
  display: table;
  margin: 0 auto;
}
.idx1 .idx1_list02 .item .img::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 50%;
  inset: 10px;
  z-index: -1;
}
.idx1 .idx1_list02 .item .img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border: 1px solid #fff;
  border-radius: 50%;
  inset: 0;
}
.idx1 .idx1_list02 .item .ttl01 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.5;
  margin: 13px 0 0;
}
@media only screen and (min-width: 769px) {
  .idx1 .idx1_list02 .item:hover::after {
    filter: blur(3px);
  }
  .idx1 .idx1_list02 .item:hover .img::before {
    background-color: var(--main-color);
  }
  .idx1 .idx1_list02 .item:hover .img::after {
    border-color: var(--main-color);
  }
  .idx1 .idx1_list02 .item:hover .img img {
    filter: brightness(0) invert(1);
  }
  .idx1 .idx1_list02 .item:hover .link a::before {
    background-color: var(--main-color);
  }
  .idx1 .idx1_list02 .item:hover .link a::after {
    background-color: #fff;
  }
}
.idx1 .idx1_list02 .item4::after {
  background-image: url(../images/idx1_img04.jpg);
}
.idx1 .idx1_list02 .item5::after {
  background-image: url(../images/idx1_img05.jpg);
}
.idx1 .idx1_list02 .item6::after {
  background-image: url(../images/idx1_img06.jpg);
}
@media only screen and (min-width: 769px) and (max-width: 1700px) {
  .idx1 .idx1_txt .inner_big {
    grid-template-columns: 43% 53%;
  }
  .idx1 .idx1_txt .img {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx1 .idx1_list02 {
    max-width: 1106px;
  }
  .idx1 .idx1_list02 .item {
    width: calc(33.3333333333% - 10px);
  }
  .idx1 .idx1_list02 .item .ttl01 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .idx1 .idx1_list02 .item .link a::before, .idx1 .idx1_list02 .item .link a::after {
    bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx1 .idx1_list02 {
    max-width: 1020px;
  }
  .idx1 .idx1_list02 .item .img {
    width: 130px;
    height: 130px;
  }
  .idx1 .idx1_list02 .item .link a::before, .idx1 .idx1_list02 .item .link a::after {
    bottom: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx1 h3 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1840px) {
  .idx1 .inner_max {
    padding: 0 40px;
  }
  .idx1 .inner_max::after {
    left: 20px;
  }
  .idx1 .idx1_box {
    max-width: calc(100% - 100px);
  }
  .idx1 .idx1_txt .inner_big::before {
    left: 0;
    top: -10em;
    font-size: 0.6vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx1 {
    padding-top: 60px;
  }
  .idx1 .inner_max::after {
    left: 20px;
    border-radius: 20px 0 0 20px;
    top: 16em;
    bottom: -60px;
  }
  .idx1 .idx1_txt .inner_big {
    padding: 0;
  }
  .idx1 .idx1_p {
    margin-top: 20px;
    letter-spacing: 0;
  }
  .idx1 .idx1_box {
    max-width: calc(100% - 40px);
    padding: 60px 20px;
    width: 100%;
    margin-left: 30px;
  }
  .idx1 .idx1_box .ttl {
    font-size: 20px;
  }
  .idx1 .idx1_list01 .item {
    width: calc(33.3333333333% - 5px);
  }
  .idx1 .idx1_list01 .item .img {
    font-size: 16px;
    min-height: 8em;
  }
  .idx1 .idx1_list01 .item .ttl02 {
    font-size: 14px;
    letter-spacing: 0;
    width: 100%;
    padding: 20px 10px;
  }
  .idx1 .idx1_list02 {
    padding-left: 0;
  }
  .idx1 .idx1_list02 .item {
    padding-bottom: 45px;
    width: calc(33.3333333333% - 5px);
  }
  .idx1 .idx1_list02 .item .img {
    width: 80px;
    height: 80px;
  }
  .idx1 .idx1_list02 .item .ttl01 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .idx1 .idx1_list02 .item .link a::before, .idx1 .idx1_list02 .item .link a::after {
    bottom: 10px;
  }
  .idx1 .idx1_txt .inner_big::before {
    left: 0;
    top: -10em;
    font-size: 0.6vw;
  }
}

.idx2 {
  padding: 240px 0 0;
  background-image: url(../images/idx2_bg.jpg);
}
.idx2 .fblock {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx2 h3 {
    position: absolute;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    top: 11.5%;
    left: 50%;
    transform: translateX(-50%);
  }
  .idx2 h3 .en {
    margin-top: 66px;
    margin-right: 4px;
    letter-spacing: 0.115em;
  }
  .idx2 h3 .en::before {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1919px) {
  .idx2 h3 {
    left: 46.5%;
    transform: translateX(0);
  }
}
.idx2 .idx2_box {
  width: 38%;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 92px 0 129px;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
}
.idx2 .idx2_box .img {
  display: table;
  position: relative;
  margin: 0 auto;
  transition: 0.3s all;
}
.idx2 .idx2_box .ttl {
  transition: 0.3s all;
  line-height: 1.5;
  text-align: center;
  color: #605d5a;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 14px 0 0;
}
.idx2 .idx2_box .ttl .en {
  transition: 0.3s all;
  display: block;
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.14em;
  margin-top: 3px;
}
.idx2 .idx2_box .link a {
  z-index: 2;
}
.idx2 .idx2_box .link a::before, .idx2 .idx2_box .link a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 2.5em;
  height: 2.5em;
  bottom: 2.6875em;
  left: calc(50% - 1.25em);
}
.idx2 .idx2_box .link a::before {
  background-color: var(--main-color);
  border-radius: 50%;
}
.idx2 .idx2_box .link a::after {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../images/idx2_arr.png);
  background-color: #fff;
}
.idx2 .idx2_box .link a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx2 .idx2_box:hover {
    background-color: var(--main-color);
  }
  .idx2 .idx2_box:hover .ttl {
    color: #fff;
  }
  .idx2 .idx2_box:hover .ttl .en {
    color: #fff;
  }
  .idx2 .idx2_box:hover img {
    filter: brightness(0) invert(1);
  }
  .idx2 .idx2_box:hover .link a::before {
    background-color: #fff;
  }
  .idx2 .idx2_box:hover .link a::after {
    background-color: var(--main-color);
  }
}
.idx2 .idx2_box01 .img {
  position: relative;
  z-index: 1;
}
.idx2 .idx2_box01 .img::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx2_icon_shadow.png) no-repeat center/contain;
  max-width: 164px;
  max-height: 164px;
  width: 165%;
  height: 165%;
  left: -80%;
  top: -60%;
}
.idx2 .idx2_box02 {
  background-color: #f5f0e8;
}
.idx2 .ttl_en {
  margin-top: 4px;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx2 .fblock {
    max-width: 1146px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx2 .fblock {
    max-width: 1060px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx2 {
    padding: 120px 0 0;
  }
  .idx2 h3 {
    top: 2%;
  }
  .idx2 h3 .en {
    letter-spacing: 0.1px;
  }
  .idx2 .idx2_box {
    padding: 60px 0;
  }
  .idx2 .idx2_box .link a::before, .idx2 .idx2_box .link a::after {
    bottom: 20px;
  }
  .idx2 .idx2_box .img {
    width: 60px;
  }
  .idx2 .idx2_box .ttl {
    font-size: 18px;
    padding: 0 10px;
    letter-spacing: 0;
  }
}

.ttl_en {
  line-height: 0.83;
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 140px;
  font-weight: 400;
  opacity: 0.1;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ttl_en {
    font-size: 10vw;
  }
}

.idx3 {
  background-color: #f6f2ec;
  padding: 120px 0 0;
}
.idx3 .idx3_inner {
  display: grid;
  grid-template-columns: 52% 43.05%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.idx3 .idx3_inner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx3_after.png) no-repeat center/contain;
  width: 13.5em;
  height: 13.1875em;
  right: -10.6em;
  top: -3.0625em;
}
.idx3 h3 {
  margin-top: 29px;
}
.idx3 h3 .en {
  margin-top: 8px;
  margin-left: 3px;
  color: var(--clr2);
}
.idx3 .idx3_img {
  grid-row: 1/span 4;
  max-width: 835px;
  margin-left: -30.3%;
}
.idx3 .idx3_img img {
  border-radius: 20px;
  box-shadow: 0px 0px 55.2px 4.8px rgba(0, 0, 0, 0.1);
}
.idx3 .idx3_p {
  width: 89%;
  margin: 29px 0 29px;
  letter-spacing: 0.14em;
}
.idx3 .btn {
  width: 100%;
  margin: 0;
}
.idx3 .inner_big {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
.idx3 .inner_big::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background-color: #fff;
  top: 13.1875em;
  left: -50vw;
  right: -10.9375em;
  bottom: 0;
  border-radius: 0 2.5em 2.5em 0;
}
.idx3 .TabContainer {
  margin-top: 60px;
}
.idx3 .TabContainer .TabPager {
  max-width: 898px;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
.idx3 .TabContainer .TabPager > div {
  width: calc(25% - 4.5px);
  background-color: #f6f2ec;
  transition: 0.3s all;
  border-radius: 10px;
  border: 1px solid #f6f2ec;
  padding: 0;
  position: relative;
  z-index: 1;
  aspect-ratio: 1.1/1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 1.25em;
}
.idx3 .TabContainer .TabPager > div:last-child {
  padding-bottom: 0;
  padding-top: 0.625em;
}
.idx3 .TabContainer .TabPager > div::before, .idx3 .TabContainer .TabPager > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 3.75em;
  height: 3.75em;
  bottom: -1.9375em;
  left: calc(50% - 1.875em);
  opacity: 0;
  visibility: hidden;
}
.idx3 .TabContainer .TabPager > div::before {
  background-color: var(--clr2);
  border-radius: 50%;
}
.idx3 .TabContainer .TabPager > div::after {
  background: url(../images/idx3_arr.png) no-repeat center/contain;
}
.idx3 .TabContainer .TabPager > div p {
  border: 0 !important;
  color: #615c58;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  font-size: 20px;
  transition: 0.3s all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.idx3 .TabContainer .TabPager > div p::before {
  content: "";
  display: block;
  width: 2.65em;
  height: 2.65em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.45em;
}
.idx3 .TabContainer .TabPager > div p.tt1::before {
  background-image: url(../images/idx3_icon01.png);
}
.idx3 .TabContainer .TabPager > div p.tt2::before {
  background-image: url(../images/idx3_icon02.png);
}
.idx3 .TabContainer .TabPager > div p.tt3::before {
  background-image: url(../images/idx3_icon03.png);
}
.idx3 .TabContainer .TabPager > div p.tt4::before {
  background-image: url(../images/idx3_icon04.png);
}
.idx3 .TabContainer .TabPager > div.active {
  background-color: #fff;
  border-color: var(--clr2);
}
.idx3 .TabContainer .TabPager > div.active::after, .idx3 .TabContainer .TabPager > div.active::before {
  opacity: 1;
  visibility: visible;
}
.idx3 .TabContainer .TabPager > div.active p {
  border: 0;
}
@media only screen and (min-width: 769px) {
  .idx3 .TabContainer .TabPager > div:hover {
    background-color: #fff;
    border-color: var(--clr2);
  }
  .idx3 .TabContainer .TabPager > div:hover::after, .idx3 .TabContainer .TabPager > div:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
.idx3 .TabContainer .inner {
  max-width: 1160px;
}
.idx3 .TabContainer .TabContent {
  margin-top: 60px;
}
.idx3 .TabContainer .TabContent .content {
  background-color: #fff;
}
.idx3 .TabContainer .TabContent .tab_content {
  border: 10px solid #eae5dd;
  border-radius: 30px;
}
.idx3 .TabContainer .TabContent .bg {
  padding: 52px 0 60px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
}
.idx3 .TabContainer .TabContent .bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-radius: 20px;
  border: 2px solid #fff;
  inset: 0;
  z-index: -1;
}
.idx3 .TabContainer .TabContent .bg.bg1 {
  background-image: url(../images/idx3_tab1_img.jpg);
}
.idx3 .TabContainer .TabContent .bg.bg2 {
  background-image: url(../images/idx3_tab2_img.jpg);
}
.idx3 .TabContainer .TabContent .bg.bg3 {
  background-image: url(../images/idx3_tab3_img.jpg);
}
.idx3 .TabContainer .TabContent .bg.bg4 {
  background-image: url(../images/idx3_tab4_img.jpg);
}
.idx3 .TabContainer .ttl01 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #615c58;
  font-size: 38px;
  display: flex;
  align-items: center;
}
.idx3 .TabContainer .ttl01 .jp {
  position: relative;
  padding-bottom: 10px;
}
.idx3 .TabContainer .ttl01 .jp::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 2px;
  right: 6px;
  border-bottom: 3px solid var(--clr2);
}
.idx3 .TabContainer .ttl01::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6053em;
  height: 1.6053em;
  margin-right: 0.2632em;
  align-self: flex-end;
  margin-bottom: -0.0526em;
}
.idx3 .TabContainer .ttl01.tt1::before {
  background-image: url(../images/idx3_ttl_icon01.png);
}
.idx3 .TabContainer .ttl01.tt2::before {
  background-image: url(../images/idx3_ttl_icon02.png);
}
.idx3 .TabContainer .ttl01.tt3::before {
  background-image: url(../images/idx3_ttl_icon03.png);
}
.idx3 .TabContainer .ttl01.tt4::before {
  background-image: url(../images/idx3_ttl_icon04.png);
}
.idx3 .TabContainer .ttl02 {
  letter-spacing: 0.14em;
  margin: 22px 0 30px;
  width: 50%;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx3 .inner_big::before {
    right: -40px;
  }
  .idx3 .idx3_inner::after {
    z-index: -1;
    right: -40px;
    font-size: min(1vw, 16px);
  }
  .idx3 .idx3_img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx3 .inner_big::before {
    right: -20px;
  }
  .idx3 .idx3_inner::after {
    right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx3 .inner_big::before {
    right: 0;
  }
  .idx3 .idx3_inner::after {
    top: 0;
  }
  .idx3 .TabContainer .TabContent {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    position: relative;
    left: 10px;
  }
  .idx3 .TabContainer .TabContent .bg {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx3 .TabContainer {
    max-width: calc(100% - 20px);
  }
  .idx3 .inner_big::before {
    right: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx3 {
    padding-top: 60px;
  }
  .idx3 .inner_big {
    padding-bottom: 60px;
  }
  .idx3 .idx3_inner::after {
    top: 4em;
  }
  .idx3 .TabContainer .TabPager > div p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx3 .TabContainer .TabPager > div::before, .idx3 .TabContainer .TabPager > div::after {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    bottom: -15px;
  }
  .idx3 .TabContainer .TabContent .bg {
    background-position: top right 25%;
    padding: 20px 0;
  }
  .idx3 .TabContainer .TabContent .bg.bg2, .idx3 .TabContainer .TabContent .bg.bg3 {
    background-position: top right 40%;
  }
  .idx3 .TabContainer .ttl01 {
    font-size: 30px;
    letter-spacing: 0;
  }
}

.idx4 {
  background-image: url(../images/idx4_bg.jpg);
  padding: 92px 0 65px;
}
.idx4 .inner {
  max-width: 1222px;
  position: relative;
  z-index: 1;
}
.idx4 .inner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx4_after.png) no-repeat center/contain;
  width: 13.5em;
  height: 13.125em;
  right: -18.4%;
  bottom: 25.56%;
}
.idx4 .idx4_en {
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: min(12vw, 120px);
  font-weight: 400;
  margin-left: -1.1333em;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.idx4 .idx4_inner {
  display: grid;
  grid-template-columns: 44% 50%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.idx4 .idx4_inner .img {
  grid-row: 1/span 4;
  grid-column-start: 2;
  max-width: 590px;
  margin-top: -83px;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.idx4 .idx4_inner .img img {
  border-radius: 20px;
  box-shadow: 14.849px 14.849px 35.6px 4.4px rgba(41, 42, 42, 0.08);
}
.idx4 .idx4_inner .img.img1::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx4_bg01.jpg) no-repeat center/cover;
  max-width: 880px;
  max-height: 480px;
  bottom: 0;
  left: 80px;
  border-radius: 20px 0 0 20px;
  height: 89%;
  width: 150%;
}
.idx4 .idx4_inner .img.img2::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx4_bg02.jpg) no-repeat center/cover;
  max-width: 880px;
  max-height: 480px;
  bottom: 0;
  right: 80px;
  border-radius: 0 20px 20px 0;
  height: 89%;
  width: 150%;
}
.idx4 .idx4_inner .ttl01 {
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: 500;
  color: #605d5a;
  margin: -4px 0 0;
  line-height: 1.5;
}
.idx4 .idx4_inner .ttl01::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--main-color);
  margin-top: 20px;
}
.idx4 .idx4_inner .ttl02 {
  margin: 39px 0 40px;
  letter-spacing: 0.14em;
}
.idx4 .idx4_inner .btn {
  margin: 0;
  width: 100%;
}
.idx4 .idx4_inner02 {
  grid-template-columns: 50% 43.3%;
  margin-top: 83px;
  padding-bottom: 65px;
}
.idx4 .idx4_inner02 .img2 {
  grid-column-start: 1;
  padding-bottom: 0;
  padding-top: 60px;
}
.idx4 .idx4_inner02 .img2::after {
  top: 0;
  bottom: unset;
}
.idx4 .idx4_inner02 .img2 img {
  box-shadow: -14.849px 14.849px 35.6px 4.4px rgba(41, 42, 42, 0.08);
}
.idx4 .idx4_inner02 .ttl01 {
  margin-top: 56px;
}
.idx4 .idx4_inner02 .ttl01::after {
  background-color: var(--clr2);
}
.idx4 .idx4_en02 {
  color: #ebf0e3;
  position: absolute;
  bottom: 0;
  right: -2.2em;
}
.idx4 .btn {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx4 .idx4_en {
    letter-spacing: 0.02em;
  }
  .idx4 .idx4_en02 {
    right: -1.2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx4 .idx4_en {
    font-size: 7vw;
    margin-left: -20px;
  }
  .idx4 .idx4_en02 {
    right: -0.7em;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx4 .idx4_en {
    font-size: min(8.8vw, 105px);
    margin-left: -20px;
  }
  .idx4 .idx4_en02 {
    right: 0em;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx4 {
    padding: 60px 0;
  }
  .idx4 h3 {
    margin-bottom: 30px;
  }
  .idx4 .idx4_inner .img {
    margin-top: -60px;
    padding-bottom: 20px;
  }
  .idx4 .idx4_inner .ttl01 {
    font-size: 20px;
  }
  .idx4 .idx4_inner .ttl02 {
    margin: 10px 0;
  }
  .idx4 .idx4_inner02 {
    padding-bottom: 10px;
  }
  .idx4 .idx4_inner02 .img2 {
    padding-top: 20px;
    margin-top: -30px;
  }
  .idx4 .idx4_inner02 .ttl01 {
    margin-top: 0;
  }
  .idx4 .idx4_en {
    font-size: min(8.2vw, 90px);
    margin-left: -10px;
  }
  .idx4 .idx4_en02 {
    right: 0em;
    margin-left: 0;
    margin: 0;
  }
}

.idx5 {
  position: relative;
  z-index: 1;
}
.idx5 .idx5_bg {
  border-radius: 60px;
  padding: 92px 0 120px;
  background: url(../images/idx5_bg.jpg) no-repeat top center/cover;
}
.idx5 .inner {
  max-width: 1880px;
}
.idx5 h3 {
  margin-bottom: 52px;
}
.idx5 .idx5_img {
  width: 52.7777777778%;
  position: relative;
  z-index: 1;
}
.idx5 .idx5_img img {
  border-radius: 20px;
}
.idx5 .idx5_txt {
  width: 60.8333333333%;
  margin-left: -13.6111111111%;
  margin-top: 120px;
  background: url(../images/idx5_txt.png) no-repeat top center/cover;
  border-radius: 20px;
  padding-left: 19%;
  padding-top: 76px;
  padding-right: 7%;
  color: #fff;
  padding-bottom: 70px;
  position: relative;
}
.idx5 .idx5_txt .en {
  position: absolute;
  font-size: 160px;
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0;
  top: -0.7063em;
  right: 0.2813em;
}
.idx5 .idx5_txt .en .point {
  writing-mode: vertical-rl;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 0.1875em;
  margin: 1.1em 0 0 0.1333em;
}
.idx5 .idx5_txt .ttl01 {
  font-size: 2.75em;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.3181818182;
  margin-bottom: 37px;
}
.idx5 .idx5_txt .ttl01::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  margin-top: 16px;
}
.idx5 .idx5_txt .ttl02 {
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 2.2222222222;
}
.idx5 .TabContainer .TabContent .content {
  background: transparent;
}
.idx5 .TabContainer .TabPager02 {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  margin-top: 79px;
}
.idx5 .TabContainer .TabPager02 > div {
  width: calc(25% - 30px);
  aspect-ratio: 1/0.8484848485;
  padding: 0;
  background: url(../images/idx5_thumb01.jpg) no-repeat center/contain;
  position: relative;
  color: #fdedc1;
  border-radius: 10px;
  z-index: 1;
  transition: 0.3s all;
}
.idx5 .TabContainer .TabPager02 > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: rgba(255, 183, 61, 0.28);
  inset: 0;
  border-radius: 10px;
}
.idx5 .TabContainer .TabPager02 > div::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: -1em;
  border-radius: 26px;
  border: 2px solid #fff;
  z-index: -1;
  opacity: 0;
}
.idx5 .TabContainer .TabPager02 > div .num {
  position: absolute;
  bottom: -0.42em;
  right: 0.28em;
  line-height: 1;
  font-size: 6.25em;
  letter-spacing: 0.05em;
  font-family: var(--f-en);
  text-transform: uppercase;
  z-index: 2;
}
.idx5 .TabContainer .TabPager02 > div.active {
  color: #fff;
}
.idx5 .TabContainer .TabPager02 > div.active::after {
  opacity: 0;
}
.idx5 .TabContainer .TabPager02 > div.active::before {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx5 .TabContainer .TabPager02 > div:hover {
    color: #fff;
  }
  .idx5 .TabContainer .TabPager02 > div:hover::after {
    opacity: 0;
  }
  .idx5 .TabContainer .TabPager02 > div:hover::before {
    opacity: 1;
  }
}
.idx5 .TabContainer .TabPager02 [data-index="01"] {
  background-image: url(../images/idx5_thumb01.jpg);
}
.idx5 .TabContainer .TabPager02 [data-index="02"] {
  background-image: url(../images/idx5_thumb02.jpg);
}
.idx5 .TabContainer .TabPager02 [data-index="03"] {
  background-image: url(../images/idx5_thumb03.jpg);
}
.idx5 .TabContainer .TabPager02 [data-index="04"] {
  background-image: url(../images/idx5_thumb04.jpg);
}
.idx5 .TabContainer .TabPager01 {
  counter-reset: count;
  max-width: 1280px;
  width: 100%;
  justify-content: flex-start;
  margin-top: -50px;
  position: relative;
  z-index: 3;
}
.idx5 .TabContainer .TabPager01 > div {
  width: 1.9444em;
  padding: 0;
  font-weight: 500;
  font-size: 2.25em;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  font-family: var(--f-en);
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  transition: 0.3s all;
  padding-bottom: 0.3889em;
  position: relative;
}
.idx5 .TabContainer .TabPager01 > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  height: 1px;
  bottom: 3px;
  left: 0;
  right: 0;
  background-color: #fff;
}
.idx5 .TabContainer .TabPager01 > div:not(:first-child) {
  margin-left: 0.2778em;
}
.idx5 .TabContainer .TabPager01 > div.active {
  color: #fff;
}
.idx5 .TabContainer .TabPager01 > div.active::after {
  height: 4px;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  .idx5 .TabContainer .TabPager01 > div:hover {
    color: #fff;
  }
}
.idx5 .btn {
  margin-top: 94px;
}
.idx5::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background-color: #f6f2ec;
  bottom: 0;
  left: 0;
  right: 0;
  height: 345px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx5 .inner {
    width: 95%;
  }
  .idx5 .inner_max {
    padding: 0 40px;
  }
  .idx5 .TabContainer .TabPager02 {
    font-size: 1vw;
  }
  .idx5 .TabContainer .TabPager01 {
    margin: -130px 0 140px 40px;
    font-size: min(1.3vw, 14px);
  }
  .idx5 .idx5_txt .ttl01 {
    letter-spacing: 0;
    font-size: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx5 .TabContainer .TabPager01 {
    margin: -190px 0 200px 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx5 .idx5_bg {
    padding: 60px 0;
  }
  .idx5 h3 {
    margin-bottom: 40px;
  }
  .idx5 .idx5_img {
    width: 48%;
  }
  .idx5 .idx5_txt {
    margin-top: 60px;
    width: 60%;
    margin-left: -8%;
    padding: 40px 40px 40px 11.5%;
  }
  .idx5 .idx5_txt .en {
    font-size: 100px;
  }
  .idx5 .idx5_txt .ttl01 {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .idx5 .idx5_txt .ttl02 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx5 .TabContainer .TabPager02 {
    margin-left: auto;
    margin-right: auto;
    font-size: 1vw;
  }
  .idx5 .TabContainer .TabPager02 > div {
    width: calc(25% - 20px);
  }
  .idx5 .TabContainer .TabPager02 > div::before {
    border-radius: 10px;
  }
  .idx5 .TabContainer .TabPager01 {
    margin: -8vw 0 8vw 20px;
  }
  .idx5 .btn {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx5 .TabContainer .TabPager01 {
    margin: -30vw 0 30vw 20px;
  }
}

.idx6 {
  position: relative;
  z-index: 2;
  background-color: #f6f2ec;
  padding: 100px 0 120px;
}
.idx6 .inner_big {
  position: relative;
}
.idx6 .idx6_inner {
  display: grid;
  grid-template-columns: 68.2% 62%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.idx6 .idx6_inner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx6_logo.png) no-repeat center/contain;
  width: 24.5em;
  height: 25.8125em;
  top: -3.75em;
  left: -6em;
}
.idx6 h3 {
  position: absolute;
  top: 0;
  left: 0;
}
.idx6 .idx6_img {
  grid-row: 1/span 4;
  grid-column-start: 2;
  max-width: 722px;
  margin-top: -186px;
  position: relative;
  z-index: 1;
}
.idx6 .idx6_img .img img {
  box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 0 0 20px;
}
.idx6 .txt {
  padding: 60px 40px 0 204px;
}
.idx6 .txt p:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .idx6 .txt p {
    line-height: 2.125;
  }
}
@media only screen and (min-width: 1919px) {
  .idx6 .txt {
    padding-left: 204px;
  }
}
.idx6 h3 {
  position: absolute;
  top: 15px;
  left: 47px;
  writing-mode: vertical-rl;
}
.idx6 h3 .en {
  margin: 0;
  margin-right: 0.1em;
}
.idx6 h3 .en::before {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1919px) {
  .idx6 h3 {
    left: 47px;
  }
}
.idx6 .idx6_name {
  position: absolute;
  bottom: 3.0625em;
  left: 0;
  background-color: #fff;
  padding: 29px 46px 33px 54px;
}
.idx6 .idx6_name .ttl01 {
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 21px;
}
.idx6 .idx6_name .ttl02 {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.1em;
}
.idx6 .idx6_name .ttl02 .en {
  text-transform: uppercase;
  color: var(--main-color);
  letter-spacing: 0.3em;
  font-weight: 400;
  font-size: 18px;
  margin-left: 1.5em;
}
.idx6 .idx6_img2 {
  position: absolute;
  left: -36%;
  bottom: -25.3%;
  width: 48%;
  max-width: 631px;
}
.idx6 .idx6_img2 img {
  border-radius: 0 20px 20px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx6 .idx6_inner {
    grid-template-columns: 62% 52%;
  }
  .idx6 .idx6_img2 {
    left: -14%;
    bottom: -30%;
    width: 30%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx6 .idx6_inner {
    grid-template-columns: 62% 44%;
  }
  .idx6 .idx6_img2 {
    left: -6%;
    width: 25%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx6 .idx6_inner {
    grid-template-columns: 62% 42%;
  }
  .idx6 .idx6_inner::after {
    left: 0;
    font-size: 1vw;
  }
  .idx6 .idx6_img2 {
    left: -3%;
    bottom: -25%;
    width: 22%;
  }
  .idx6 .idx6_name {
    padding: 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx6 {
    padding: 60px 0 35vw;
  }
  .idx6 .idx6_inner {
    display: block;
  }
  .idx6 .inner_big {
    position: static;
  }
  .idx6 h3 {
    position: static;
    writing-mode: unset;
    text-align: center;
  }
  .idx6 h3 .en {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .idx6 h3 .en::before {
    margin: 0 10px 0 0;
  }
  .idx6 .idx6_img {
    margin: 0;
    max-width: 500px;
  }
  .idx6 .idx6_img .img img {
    border-radius: 20px;
  }
  .idx6 .txt {
    padding: 0;
  }
  .idx6 .idx6_name {
    padding: 20px;
    right: unset;
    bottom: 80px;
  }
  .idx6 .idx6_name .ttl01 {
    letter-spacing: 0;
    font-size: 16px;
  }
  .idx6 .idx6_name .ttl02 {
    letter-spacing: 0;
    font-size: 30px;
  }
  .idx6 .idx6_name .ttl02 .en {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx6 .idx6_inner::after {
    left: calc(50% - 12.25em);
    font-size: 1vw;
  }
  .idx6 .btn_group {
    max-width: 570px;
    margin-top: 25px;
  }
  .idx6 .idx6_img2 {
    left: 0;
    bottom: -40px;
    width: 40%;
  }
  .idx6 .idx6_img {
    margin-top: 40px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 40px;
  }
}

.idx7 {
  background-color: #f6f2ec;
  padding: 131px 0 0;
  position: relative;
  z-index: 1;
}
.idx7::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx7_bg.jpg) no-repeat top center/cover;
  top: 0;
  left: 0;
  right: 0;
  height: 581px;
}
.idx7 .idx7_bg {
  background-color: #fff;
  padding: 80px 0;
  border-radius: 20px;
  margin-top: 53px;
}
.idx7 .idx7_bg .inner {
  max-width: 1160px;
}
.idx7 .idx7_map,
.idx7 .idx7_txt {
  max-width: 530px;
  width: 48%;
}
.idx7 .idx7_logo {
  max-width: calc(100% - 40px);
  display: table;
  margin: 0 auto;
}
.idx7 .idx7_logo a:hover {
  opacity: 1;
}
.idx7 .idx7_address {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 19px auto 13px;
  line-height: 1.875;
}
.idx7 .idx_tel {
  margin-bottom: 30px;
}
.idx7 .btn {
  margin-top: 30px;
}
.idx7 .idx7_news {
  padding: 118px 0 120px;
}
.idx7 .idx7_news .idx7_news_box {
  width: 45.3%;
}
.idx7 .idx7_news .txt {
  width: 150px;
}
.idx7 .idx7_news h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 9px;
}
.idx7 .idx7_news h4 .en {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: var(--main-color);
  margin-top: 12px;
}
.idx7 .idx7_news .btn {
  margin-top: 80px;
  margin-left: 0;
}
.idx7 .idx7_news .btn a {
  min-height: 56px;
}
.idx7 .idx7_news .btn a::after {
  right: 1.05em;
}
.idx7 .idx7_news ul {
  width: 67%;
  max-width: 388px;
  margin-top: -25px;
}
.idx7 .idx7_news ul a {
  display: flex;
  --w: 114px;
  text-decoration: none;
  color: var(--clr1);
  border-bottom: 1px solid #e1e1e1;
  padding-top: 21px;
  padding-bottom: 24px;
  position: relative;
  transition: 0.3s all;
}
.idx7 .idx7_news ul a:hover {
  opacity: 1;
}
.idx7 .idx7_news ul a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx8_arr.png);
  background-color: var(--main-color);
  width: 8px;
  height: 11px;
  top: calc(50% - 6px);
  right: 0px;
}
.idx7 .idx7_news ul a .date {
  width: var(--w);
  transition: 0.3s all;
}
.idx7 .idx7_news ul a .title {
  width: calc(100% - var(--w));
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 1em;
}
@media only screen and (min-width: 769px) {
  .idx7 .idx7_news ul a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .idx7 .idx7_news ul a:hover::after {
    background-color: #fff;
    right: 3px;
  }
  .idx7 .idx7_news ul a:hover .date {
    padding-left: 3px;
  }
}
@media only screen and (min-width: 1919px) {
  .idx7 .idx7_news ul li:nth-child(3) a {
    padding-bottom: 25px;
  }
}
.idx7 .idx7_news_box2 {
  position: relative;
}
.idx7 .idx7_news_box2::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: -30.6%;
  left: -10.3%;
  width: 1px;
  bottom: -30.6%;
  background-color: rgba(0, 0, 0, 0.05);
}
.idx7 .idx7_news_box2 h4 .en {
  color: var(--clr2);
}
.idx7 .idx7_news_box2 ul li a::after {
  background-color: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .idx7 .idx7_news_box2 ul li a:hover {
    background-color: var(--clr2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx7 {
    padding: 60px 0 0;
  }
  .idx7 .idx7_bg {
    margin-top: 40px;
    padding: 40px 0;
  }
  .idx7 .idx7_address {
    letter-spacing: 0;
  }
  .idx7 .idx7_news {
    padding: 60px 0;
  }
  .idx7 .idx7_news h4 {
    letter-spacing: 0;
    font-size: 20px;
  }
  .idx7 .idx7_news .btn {
    margin-top: 40px;
  }
  .idx7 .idx7_news .btn a {
    min-height: 40px;
  }
  .idx7 .idx7_news .idx7_news_box {
    width: 48%;
  }
  .idx7 .idx7_news .txt {
    width: 40%;
  }
  .idx7 .idx7_news ul {
    width: 55%;
  }
  .idx7 .idx7_news ul li a {
    --w: 80px;
    letter-spacing: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .idx7 .idx7_news .btn {
    max-width: 130px;
  }
  .idx7 .idx7_news_box2::before {
    top: 0;
    bottom: 0;
    left: -4%;
  }
}