.home_page {
  --radius: 199px;
}
.home_page .key {
  --height: 87.5vh;
  --min-height: 525px;
  --max-height: 827px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
}
@media only screen and (min-width: 2000px) {
  .home_page .key {
    --height: calc(100vh - var(--wrapper) - 20px);
    --max-height: calc(100vh - var(--wrapper) - 20px);
  }
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 90%;
  max-width: 1280px;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home_page .key .s1 {
  background-image: url(../images/idx_key_bg.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: 2;
}
.home_page .key .key_text .item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  background: rgba(40, 27, 23, 0.4);
}
.home_page .key .catch {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 1440px) {
  .home_page .key .catch {
    padding-top: 13.3em;
  }
}
.home_page .key h2,
.home_page .key .jp {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page .key h2 {
  margin-bottom: 0.1944em;
  font-size: 3.6em;
  line-height: 1.9444444444;
  letter-spacing: 0.14em;
}
.home_page .key .jp {
  font-size: 2.4em;
  line-height: 2.0833333333;
}
.home_page .key .key_list {
  max-width: 37em;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4em;
}
@media only screen and (min-width: 1440px) {
  .home_page .key .key_list {
    margin-top: -25px;
  }
}
.home_page .key .key_list .key_item {
  width: calc(50% - 5px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #b8b0a7;
  background: rgba(141, 117, 92, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.7em;
}
.home_page .key .key_list .key_item p {
  text-align: center;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.4545454546;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.05em;
}
.home_page .key .key_list .key_item p::before {
  content: "";
  display: block;
  background: url(../images/idx_key_icon01.svg) no-repeat top center/contain;
  width: 1.182em;
  height: 1.0455em;
  margin-bottom: 0.6818em;
}
.home_page .key .key_list .key_item2 p::before {
  background-image: url(../images/idx_key_icon02.svg);
  width: 1.273em;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: var(--main-color);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size));
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.home_page h3 .en {
  display: block;
  font-size: 3.5714em;
  color: #b8b0a7;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: -0.1em;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.small {
  font-size: 40px;
}
.home_page h3.small .en {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  margin: 0;
  margin-top: 0.2em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page h3 {
    letter-spacing: 0;
  }
  .home_page h3 .en {
    letter-spacing: 0;
  }
  .home_page h3.small {
    font-size: 32px;
    letter-spacing: 0;
  }
  .home_page h3.small .en {
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1281px) {
  .home_page .key {
    font-size: 8px;
    --max-height: calc(100vh - var(--wrapper) - 20px);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key .key_list {
    position: absolute;
    width: 37em;
    margin-top: -1em;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .home_page .key {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key {
    --min-height: 590px;
  }
  .home_page .key .key_list {
    position: static;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 850px) and (min-width: 769px) {
  .home_page .key {
    --min-height: 650px;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx1 {
  padding: 80px 0 0;
}
.idx1 .shared_tbl table .char {
  padding: 0;
  margin-right: -0.25em;
}
.idx1 .inner_sm {
  position: relative;
  z-index: 1;
}
.idx1 .inner_sm::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx1_before.jpg) no-repeat center;
  width: 47.25em;
  height: 34.6875em;
  left: -26.875em;
  top: -3.4375em;
  border-radius: var(--radius);
}
@media only screen and (min-width: 769px) {
  .idx1 .inner_sm::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    background: url(../images/idx1_img02.jpg) no-repeat center/cover;
    width: 26.8125em;
    height: auto;
    bottom: 0;
    left: -23.8125em;
    aspect-ratio: 429/740;
  }
}
.idx1 .idx1_l {
  width: 32%;
  max-width: 355px;
  position: relative;
  z-index: 1;
  padding: 52px 0;
}
.idx1 .idx1_l::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  background: linear-gradient(to right, rgb(157, 143, 127) 0%, rgb(208, 200, 187) 99%);
  opacity: 0.2;
  z-index: -1;
}
.idx1 h4 {
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.2em;
}
.idx1 h4 .en {
  font-weight: 400;
  line-height: 1;
  display: block;
  color: #8d755c;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 14px;
  letter-spacing: 0.1em;
}
.idx1 .idx1_btn {
  max-width: 246px;
  margin: 26px auto 0;
}
.idx1 .idx1_btn a {
  display: flex;
  width: 100%;
  background-color: #fff;
  letter-spacing: 0.1em;
  font-weight: 200;
  text-align: center;
  align-items: center;
  padding: 1.125em 0 1.125em 2em;
  text-decoration: none;
  color: var(--clr1);
  transition: 0.3s all;
}
.idx1 .idx1_btn a::after, .idx1 .idx1_btn a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 1.8125em;
  height: 1.8125em;
  border-radius: 50%;
  right: 7.6%;
}
.idx1 .idx1_btn a::before {
  background-color: #c26c26;
}
.idx1 .idx1_btn a::after {
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/shared_btn_icon01.png);
  background-color: #fff;
}
.idx1 .idx1_btn a:hover {
  opacity: 1;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .idx1 .idx1_btn a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .idx1 .idx1_btn a:hover::after {
    background-color: #fff;
    animation: 2s cubic-bezier(0.86, 0, 0.07, 1) button-arrow;
  }
  .idx1 .idx1_btn a:hover::before {
    background-color: transparent;
  }
}
.idx1 .idx1_r {
  max-width: 682px;
  width: 62%;
}
.idx1 ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 20px;
  --w: 142px;
  border-bottom: 1px solid #ece9e4;
  padding: 30px 60px 31px 0;
  color: var(--clr1);
  position: relative;
  transition: 0.3s all;
}
.idx1 ul li a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-image: url(../images/idx1_arr.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  top: calc(50% - 3px);
  width: 6px;
  height: 7px;
  right: 2em;
  background-color: var(--clr2);
}
.idx1 ul li a .date {
  letter-spacing: 0.1em;
  border-right: 1px solid #b8b0a7;
  width: var(--w);
  padding-left: 5px;
  text-align: center;
}
.idx1 ul li a .title {
  letter-spacing: 0.1em;
  width: calc(100% - var(--w) - 21px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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:hover::after {
    background-color: #fff;
  }
}
.idx1 ul li:nth-child(1) a {
  padding-top: 25px;
  padding-bottom: 28px;
}
.idx1 ul li:nth-child(1) a::after {
  top: calc(50% - 5px);
}
.idx1 ul li:nth-child(3) a {
  padding-top: 29px;
  padding-bottom: 31px;
}
.idx1 ul li:nth-child(3) a::after {
  top: calc(50% - 4px);
}
.idx1 .inner {
  max-width: 940px;
}
.idx1 .idx1_inner {
  display: grid;
  grid-template-columns: 52% 75%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 121px 28px 0;
}
.idx1 .idx1_img {
  grid-column-start: 2;
  grid-row: 1/span 3;
  max-width: 625px;
  margin-right: -71px;
  margin-left: 79px;
}
.idx1 .idx1_logo {
  width: fit-content;
  display: table;
  margin-bottom: 61px;
}
.idx1 .idx1_logo a:hover {
  opacity: 1;
}
.idx1 .idx1_dl {
  margin-bottom: 39px;
}
.idx1 .idx1_dl dl {
  --w: 81px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.idx1 .idx1_dl dl dt,
.idx1 .idx1_dl dl dd {
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.idx1 .idx1_dl dl dt {
  width: var(--w);
}
.idx1 .idx1_dl dl dd {
  width: calc(100% - var(--w));
}
.idx1 .idx1_dl a {
  text-decoration: none;
  color: inherit;
}
.idx1 .idx1_dl a:hover {
  opacity: 1;
}
.idx1 .idx1_img .img {
  position: relative;
  z-index: 1;
}
.idx1 .idx1_img .img::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 51.2%;
  height: auto;
  aspect-ratio: 320/247;
  background-color: #f5f4f1;
  right: -15em;
  top: -6.875em;
}
.idx1 .idx1_img .img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 31.1875em;
  height: auto;
  background-color: #ece9e4;
  aspect-ratio: 499/341;
  right: -21.1em;
  bottom: -7.4em;
}
.idx1 .btn-group {
  max-width: 373px;
  margin-top: 74px;
}
@media only screen and (min-width: 1280px) {
  .idx1 .btn-group {
    position: relative;
    left: -4px;
  }
}
.idx1 .btn-group .btn a {
  padding-right: 47px;
}
.idx1 .btn-group .btn a::before, .idx1 .btn-group .btn a::after {
  top: calc(50% - 13px);
}
.idx1 .idx1_map {
  margin-top: 87px;
  height: 300px;
  width: 122%;
  max-width: 1090px;
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx1 .inner_sm::after {
    left: -20em;
    font-size: 12px;
  }
  .idx1 .idx1_img {
    max-width: 550px;
  }
  .idx1 .idx1_map {
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx1 {
    padding-top: 60px;
  }
  .idx1 h4 {
    font-size: 20px;
  }
  .idx1 .idx1_l {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .idx1 .idx1_btn {
    width: 100%;
  }
  .idx1 .idx1_img {
    max-width: 78%;
    margin-left: 40px;
  }
  .idx1 .inner_sm::after {
    left: -14em;
    font-size: 0.5vw;
  }
  .idx1 .idx1_dl dl {
    --w: 60px;
  }
  .idx1 .idx1_inner {
    padding-top: 60px;
    padding-left: 40px;
    grid-template-columns: 50% 75%;
  }
  .idx1 .idx1_logo {
    margin-bottom: 40px;
    max-width: 250px;
  }
  .idx1 .idx1_map {
    padding-left: 40px;
  }
  .idx1 .btn-group {
    max-width: 320px;
  }
}

.idx2 {
  padding: 140px 0 126px;
}
.idx2 .inner {
  padding: 0;
  max-width: 1440px;
  display: grid;
  grid-template-columns: 43% 49%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.idx2 .inner::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx2_before.jpg) no-repeat center;
  width: 47.25em;
  height: 39.0625em;
  right: -15em;
  top: -8.75em;
  border-radius: var(--radius);
}
.idx2 .idx2_img {
  grid-row: 1/span 3;
  max-width: 597px;
  position: relative;
}
.idx2 .img {
  position: relative;
  z-index: 1;
}
.idx2 .img::before, .idx2 .img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background-color: #f5f4f1;
}
.idx2 .img::before {
  top: -3.6875em;
  right: -4.875em;
  aspect-ratio: 246/247;
  width: 15.375em;
}
.idx2 .img::after {
  left: -14.9em;
  bottom: -12.875em;
  aspect-ratio: 400/395;
  width: 25em;
  height: auto;
  background-color: #ece9e4;
}
.idx2 .idx2_name {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(67, 44, 22, 0.8);
  color: #fff;
  padding: 60px 22px 52px 23px;
  z-index: 1;
}
.idx2 .idx2_name p {
  letter-spacing: 0.1em;
  line-height: 1;
}
.idx2 .idx2_name .ttl01 {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1px solid #b8b0a7;
  padding-bottom: 14px;
  margin-bottom: 11px;
}
.idx2 .idx2_name .ttl02 {
  display: flex;
  letter-spacing: 0.1em;
  align-items: flex-start;
}
.idx2 .idx2_name .ttl02 .jp {
  letter-spacing: 0.1em;
}
.idx2 .idx2_name .ttl02 .big {
  font-size: 26px;
  text-align: center;
  margin-left: 10.5px;
  letter-spacing: 0.1em;
}
.idx2 .idx2_name .ttl02 .small {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 8px;
  text-align: center;
  padding-left: 12px;
}
.idx2 .idx2_name .ttl02 .small .small2 {
  margin-left: 26px;
}
.idx2 .idx2_name .ttl02 .jp0 {
  padding-top: 0.45em;
}
.idx2 h3 {
  margin-top: -5px;
  position: relative;
  z-index: 2;
}
.idx2 .idx2_ttl {
  color: #8d755c;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin: 7px 0 20px;
}
.idx2 .idx2_ttl02 {
  width: 78%;
}
.idx2 .btn-group {
  max-width: 424px;
  margin-top: 47px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx2 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 60px;
  }
  .idx2 .idx2_ttl {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx2 .idx2_name {
    padding: 20px;
  }
  .idx2 .idx2_ttl02 {
    width: 95%;
  }
  .idx2 .btn-group {
    max-width: 346px;
  }
  .idx2 .img::before {
    top: -30px;
    right: -30px;
  }
  .idx2 .inner::before {
    font-size: 1.25vw;
    top: -18em;
  }
}

.idx3 {
  background-image: url(../images/idx3_bg.jpg);
  background-position: top center;
  padding-bottom: 139px;
}
.idx3 h3 .en {
  color: #8d755c;
}
.idx3 .idx3_list {
  margin-top: 108px;
  position: relative;
  z-index: 1;
}
.idx3 .idx3_list::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx3_bg_before.jpg) no-repeat center/contain;
  width: 73.125em;
  height: 54.375em;
  top: 8.25em;
  left: -5.3125em;
  border-radius: var(--radius);
}
.idx3 .idx3_list .item {
  display: grid;
  grid-template-columns: 44% 51.09375%;
  justify-content: space-between;
  align-items: flex-start;
}
.idx3 .idx3_list .item:not(:last-child) {
  margin-bottom: 17px;
}
.idx3 .idx3_list .item .img {
  grid-row: 1/span 3;
  position: relative;
  z-index: 1;
}
.idx3 .idx3_list .item .img::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx3_bg2.jpg) no-repeat center/cover;
  width: 18.625em;
  height: 19.6875em;
  z-index: -1;
  right: -5em;
  top: -4.6875em;
  background-size: contain;
}
.idx3 .idx3_list .item:first-child .img {
  grid-column-start: 2;
}
.idx3 .idx3_list .item:first-child .img::before {
  background: url(../images/idx3_bg1.jpg) no-repeat center/cover;
}
.idx3 .idx3_list .item .ttl01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  writing-mode: vertical-rl;
  font-size: 32px;
  letter-spacing: 0.2em;
  color: #8d755c;
  line-height: 1.25;
  padding-left: 1.0313em;
  margin-top: -0.0938em;
}
.idx3 .idx3_list .item .ttl01 .en {
  font-family: var(--f-en);
  font-size: 0.5625em;
  font-weight: 300;
  color: var(--clr2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-left: 2px solid #c26c26;
  align-self: flex-start;
  margin-left: 0.8889em;
  padding-left: 0.2222em;
}
.idx3 .idx3_list .item .ttl01 .jp {
  padding-top: 1.2em;
}
.idx3 .idx3_list .item .txt {
  margin: 18px 18px 0 auto;
  padding-left: 80px;
}
.idx3 .idx3_list .item .ttl02 {
  width: 94%;
}
.idx3 .idx3_list .item .btn-group {
  display: table;
  margin-left: auto;
  margin-top: 25px;
}
@media only screen and (min-width: 769px) {
  .idx3 .idx3_list .item:last-child .img {
    margin-top: 59px;
  }
  .idx3 .idx3_list .item:last-child .img::before {
    right: unset;
    left: -5em;
    top: -3.8125em;
  }
  .idx3 .idx3_list .item:last-child .txt {
    padding-left: 28px;
    max-width: 90%;
    margin-left: 0;
  }
  .idx3 .idx3_list .item:last-child .ttl01 {
    padding: 0 56px 0 0;
  }
  .idx3 .idx3_list .item:last-child .ttl02 {
    width: 100%;
  }
  .idx3 .idx3_list .item:last-child .btn-group {
    margin-left: 0;
    margin-top: 34px;
  }
}
.idx3 .idx3_list2 {
  margin-top: 41px;
}
.idx3 .idx3_list2 .item {
  background-color: #fff;
  width: calc(33.3333333333% - 6.66px);
  padding: 37px 20px 54px;
}
.idx3 .idx3_list2 .item .ttl01 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #8d755c;
  margin-bottom: 25px;
}
.idx3 .idx3_list2 .item .ttl02 {
  margin: 28px 0 0;
  padding: 0 10px;
}
.idx3 .idx3_list2 .item .btn-group {
  flex-shrink: 1;
  display: table;
  margin: 46px auto 0;
}
@media only screen and (min-width: 1366px) {
  .idx3 .idx3_list2 .item .btn-group.btn-group1 {
    margin-top: 82px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx3 .idx3_list .item .img::before {
    right: -40px;
    top: -40px;
  }
  .idx3 .idx3_list .item:last-child .img::before {
    left: -40px;
    top: -40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx3 .idx3_list .item .img::before {
    right: -20px;
    top: -20px;
  }
  .idx3 .idx3_list .item:last-child .img::before {
    left: -20px;
    top: -20px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx3 {
    padding-bottom: 60px;
  }
  .idx3 .idx3_list .item .ttl01 {
    font-size: 24px;
  }
  .idx3 .idx3_list .item .ttl02 {
    width: 100%;
    letter-spacing: 0;
  }
  .idx3 .idx3_list .item .txt {
    padding-left: 20px;
  }
  .idx3 .idx3_list .item .img::before {
    font-size: 11px;
  }
  .idx3 .idx3_list2 .item {
    padding: 20px;
  }
  .idx3 .idx3_list2 .item .ttl01 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .idx3 .idx3_list2 .item .ttl02 {
    margin: 20px 0 0;
    padding: 0;
    letter-spacing: 2px;
  }
  .idx3 .idx3_list2 .item .btn-group {
    margin-top: 20px;
  }
}

.idx4 {
  background-image: url(../images/idx4_bg.jpg);
  background-position: top center;
  padding: 105px 0 136px;
}
.idx4 h3 {
  color: #fff;
  margin-bottom: 77px;
}
.idx4 h3 .en {
  color: #ece9e4;
}
.idx4 .TabPager_l {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.idx4 .TabPager_l > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  border: 0;
  border-bottom: 3px solid #8d755c;
  background: #ece9e4;
  border-radius: 0;
  padding: 29px 0 26px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.idx4 .TabPager_l > div p {
  border: 0;
  color: #b4a493;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.idx4 .TabPager_l > div.active {
  background-color: #8d755c;
}
.idx4 .TabPager_l > div.active p {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx4 .TabPager_l > div:hover {
    transition: 0.3s all;
    background-color: var(--clr2);
  }
  .idx4 .TabPager_l > div:hover p {
    transition: 0.3s all;
    color: #fff;
  }
}
.idx4 .inner {
  max-width: 1158px;
}
.idx4 .idx4_content {
  background-color: #ffffff;
}
.idx4 .idx4_content .idx4_tab_content {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
.idx4 .idx4_content .idx4_tab_content.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.idx4 .idx4_inner {
  padding: 51px 0 78px;
}
.idx4 .idx4_inner2 {
  padding-top: 40px;
  padding-bottom: 70px;
}
.idx4 .TabContainer .TabPager_s {
  border-bottom: 2px solid #ece9e4;
}
.idx4 .TabContainer .TabPager {
  width: 90%;
  max-width: 910px;
}
.idx4 .TabContainer .TabPager > div {
  padding: 0;
  background: transparent;
  width: calc(33.3333333333% - 3px);
  max-width: 300px;
  border-bottom: 4px solid transparent;
  padding-bottom: 9px;
}
.idx4 .TabContainer .TabPager > div p {
  line-height: 1.5;
  text-align: center;
  color: #432c16;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  border: 0;
}
.idx4 .TabContainer .TabPager > div.active {
  border-bottom-color: #c26c26;
}
.idx4 .TabContainer .TabPager > div.active p {
  color: #c26c26;
  border: 0;
}
@media only screen and (min-width: 769px) {
  .idx4 .TabContainer .TabPager > div:hover {
    border-bottom-color: #c26c26;
  }
  .idx4 .TabContainer .TabPager > div:hover p {
    color: #c26c26;
    transition: 0.3s all;
    border: 0;
  }
}
.idx4 .TabContainer .TabContent .content {
  background: transparent;
}
.idx4 .idx4_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 40px;
}
.idx4 .idx4_list .item {
  position: relative;
  z-index: 1;
  width: calc(25% - 10px);
  margin: 0 5px;
  background: #f5f4f1;
  margin-bottom: 10px;
  padding: 30px 0 26px;
  transition: 0.3s all;
}
.idx4 .idx4_list .item .link a {
  z-index: 2;
}
.idx4 .idx4_list .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-right: 14px solid var(--clr2);
  border-top: 14px solid transparent;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}
.idx4 .idx4_list .item .img {
  display: table;
  margin: 0 auto 24px;
}
.idx4 .idx4_list .item .img img {
  border-radius: 50%;
}
.idx4 .idx4_list .item .ttl {
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.3s all;
}
@media only screen and (min-width: 769px) {
  .idx4 .idx4_list .item:hover {
    background: var(--clr2);
  }
  .idx4 .idx4_list .item:hover::after {
    border-right-color: #ece9e4;
  }
  .idx4 .idx4_list .item:hover .ttl,
  .idx4 .idx4_list .item:hover .des {
    color: #fff;
  }
  .idx4 .idx4_list .item:hover .ttl::after {
    background-color: #fff;
  }
}
.idx4 .idx4_list2 .item {
  aspect-ratio: 272/220;
  padding-top: 36px;
  transition: 0.3s all;
}
.idx4 .idx4_list2 .item .ttl {
  margin-bottom: 12px;
  transition: 0.3s all;
}
.idx4 .idx4_list2 .item .ttl::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--clr2);
  margin: 15px auto 0;
  transition: 0.3s all;
}
.idx4 .idx4_list2 .item .des {
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  transition: 0.3s all;
}
.idx4 .idx4_list2 .item .txt {
  position: absolute;
  inset: 0;
  background-color: var(--clr2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s all;
}
@media only screen and (min-width: 769px) {
  .idx4 .idx4_list2 .item:hover {
    background: var(--clr2);
  }
  .idx4 .idx4_list2 .item:hover .ttl,
  .idx4 .idx4_list2 .item:hover .des {
    color: #fff;
  }
  .idx4 .idx4_list2 .item:hover .ttl::after {
    background-color: #fff;
  }
  .idx4 .idx4_list2 .item:hover .txt {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .idx4 h3 {
    margin-bottom: 40px;
  }
  .idx4 .TabPager_l > div {
    padding: 14px 0;
  }
  .idx4 .TabPager_l > div p {
    font-size: 20px;
    letter-spacing: 0;
  }
  .idx4 .idx4_inner {
    padding: 40px 0;
  }
  .idx4 .TabContainer .TabPager > div {
    border-bottom-width: 2px;
  }
  .idx4 .TabContainer .TabPager > div p {
    font-size: 18px;
    letter-spacing: 0;
  }
  .idx4 .idx4_list .item .ttl {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx4 .idx4_list .item .des {
    width: 100%;
    padding: 0 10px;
    letter-spacing: 0;
    font-size: 14px;
  }
  .idx4 .idx4_list .item .img {
    display: table;
    max-width: 100px;
  }
}

.idx_ttl {
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 140px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -0.5071em;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx_ttl {
    font-size: 12vw;
    letter-spacing: 0;
  }
}

.idx5 {
  background: url(../images/idx5_bg.jpg) no-repeat top center/cover;
  padding: 75px 0 92px;
  position: relative;
  overflow: hidden;
}
.idx5 h3 .en {
  color: #8d755c;
}
.idx5 .bg {
  position: relative;
  z-index: 1;
}
.idx5 .bg::before, .idx5 .bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 47.25em;
  height: 39.0625em;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--radius);
}
.idx5 .bg::before {
  top: -6.25em;
  left: -18em;
  background-image: url(../images/idx5_before.jpg);
}
.idx5 .bg::after {
  background-image: url(../images/idx5_after.jpg);
  right: -5em;
  top: 30em;
}
.idx5 .idx5_list {
  counter-reset: count;
  margin-top: 58px;
}
.idx5 .idx5_list .item {
  max-width: 626px;
  padding-left: 81px;
  width: calc(50% - 10px);
  margin-bottom: 85px;
  position: relative;
  z-index: 1;
}
.idx5 .idx5_list .item p {
  position: relative;
  z-index: 2;
}
.idx5 .idx5_list .item .idx5_img {
  position: relative;
}
.idx5 .idx5_list .item .en {
  position: absolute;
  line-height: 1;
  writing-mode: vertical-rl;
  left: -1.8125em;
  top: -0.0625em;
  z-index: 1;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--f-jp);
  color: #8d755c;
  display: flex;
  align-items: center;
}
.idx5 .idx5_list .item .en::after {
  content: "";
  display: block;
  width: 1px;
  height: 10em;
  background-color: #b8b0a7;
  margin: 1.125em auto 0;
}
.idx5 .idx5_list .item .ttl01 {
  font-size: 36px;
  color: var(--clr2);
  letter-spacing: 0.1em;
  line-height: 1.55;
  margin-left: -0.7778em;
  margin-top: -0.8333em;
  position: relative;
  margin-bottom: 0.8056em;
}
.idx5 .idx5_list .item .ttl01 span {
  display: table;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding-left: 0.5556em;
  padding-right: 0.3611em;
  padding-bottom: 0.1389em;
  margin-bottom: 0.1389em;
}
.idx5 .idx5_list .item .ttl02 {
  max-width: 436px;
  margin-left: 30px;
}
.idx5 .idx5_list .item .img {
  position: relative;
  z-index: 1;
}
.idx5 .idx5_list .item .img::before {
  content: counter(count, decimal-leading-zero);
  counter-increment: count;
  position: absolute;
  top: -0.5467em;
  right: 0.1333em;
  font-family: var(--f-en);
  color: #b8b0a7;
  font-size: 150px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.0267em;
  z-index: 2;
}
.idx5 .idx5_list .item .img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 27.25em;
  height: 22.5em;
}
.idx5 .idx5_list .item1,
.idx5 .idx5_list .item3 {
  margin-top: 40px;
}
.idx5 .idx5_list .item1 .img::after {
  background: url(../images/idx5_bg1.jpg) no-repeat center/cover;
  bottom: -4em;
  left: -5.0625em;
}
.idx5 .idx5_list .item2 .img::after {
  background: url(../images/idx5_bg2.jpg) no-repeat center/cover;
  top: -3.75em;
  right: -1.875em;
}
.idx5 .idx5_list .item3 .img::after {
  background: url(../images/idx5_bg3.jpg) no-repeat center/cover;
  bottom: -4.0625em;
  left: -7.5625em;
}
.idx5 .idx5_list .item4 .img::after {
  background: url(../images/idx5_bg4.jpg) no-repeat center/cover;
  bottom: -4.0625em;
  right: -3.125em;
}
.idx5 .btn-group {
  margin-left: auto;
  margin-top: -42px;
}
.idx5 .idx5_box {
  padding: 140px 0 100px;
}
.idx5 .idx5_box .content {
  width: 48.90625%;
  position: relative;
  z-index: 2;
}
.idx5 .idx5_box .img {
  width: 68.125%;
  margin-left: -50%;
  position: relative;
  z-index: 1;
  align-self: flex-start;
}
.idx5 .idx5_box .img::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 34.0625em;
  height: 20.3125em;
  background-color: #ece9e4;
  top: -4.5625em;
  left: -13.625em;
  z-index: -1;
}
.idx5 .idx5_box .img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 18.625em;
  height: 18.6875em;
  background-color: #f5f4f1;
  bottom: -4.375em;
  right: -5em;
  z-index: -1;
}
.idx5 .idx5_box .idx_ttl {
  font-size: 100px;
  white-space: nowrap;
  margin: 0.2em 0 -0.2em -0.05em;
  letter-spacing: 0.058em;
}
.idx5 .idx5_box .txt {
  background: #fff;
  padding: 88px 81px 106px 109px;
  align-self: flex-start;
}
.idx5 .idx5_box .ttl {
  margin: 31px 0 46px;
}
.idx5 .idx5_box .btn-group {
  margin-top: 0;
  margin-right: auto;
  margin-left: 0;
}
.idx5 h4 {
  line-height: 1.5;
  text-align: center;
  color: #432c16;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.idx5 h4 .en {
  display: block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #c26c26;
  text-transform: uppercase;
  margin-top: 7px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx5 .idx5_list {
    padding-right: 85px;
  }
  .idx5 .idx5_list .item1 .img::after,
  .idx5 .idx5_list .item3 .img::after {
    left: -5em;
  }
  .idx5 .idx5_list .item2 .img::after,
  .idx5 .idx5_list .item4 .img::after {
    right: -5em;
  }
  .idx5 .btn-group {
    padding-right: 0;
  }
  .idx5 .idx5_box .txt {
    padding: 60px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .idx5 .bg::before {
    font-size: 12px;
  }
  .idx5 h4 {
    font-size: 20px;
  }
  .idx5 h4 .en {
    font-size: 16px;
  }
  .idx5 .idx5_list {
    padding-right: 40px;
  }
  .idx5 .idx5_list .item {
    padding-left: 40px;
  }
  .idx5 .idx5_list .item .img::before {
    font-size: 100px;
  }
  .idx5 .idx5_list .item .img::after {
    font-size: 9px;
  }
  .idx5 .idx5_list .item .en {
    font-size: 14px;
  }
  .idx5 .idx5_list .item .en::after {
    height: 7em;
  }
  .idx5 .idx5_list .item .ttl01 {
    font-size: 24px;
    margin-left: -20px;
  }
  .idx5 .idx5_list .item .ttl01 span {
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
  .idx5 .idx5_box {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .idx5 .idx5_box .idx_ttl {
    font-size: 60px;
  }
  .idx5 .idx5_box .txt {
    padding: 40px;
  }
}

.idx_banner {
  position: absolute;
  bottom: 5em;
  right: 6em;
  z-index: 10;
}
.idx_banner.active {
  position: fixed;
  bottom: 100px;
  right: 20px;
}
.idx_banner .bg {
  width: 37.5em;
  background: url(../images/idx_banner_bg.jpg) no-repeat top center/cover;
  padding-top: 2.8em;
  position: relative;
  z-index: 1;
}
.idx_banner .bg::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  border: 1px solid #133f5c;
}
.idx_banner .img {
  display: table;
  margin: 0 auto;
  max-width: 33em;
}
.idx_banner .ttl {
  font-size: 2.1em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-align: center;
  background-color: #133f5c;
  margin-top: 1.381em;
  color: #fff;
  padding: 0.4762em 0 0.5238em 0.2381em;
  display: block;
  position: relative;
  transition: 0.3s all;
}
.idx_banner .ttl::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx_banner_arr.png);
  background-color: #fff;
  width: 1.1905em;
  height: 0.3333em;
  right: 0.619em;
  top: calc(50% - 0.1429em);
}
.idx_banner .close {
  width: 3.8em;
  height: 3.8em;
  z-index: 2;
  background-color: #432c16;
  border-radius: 50%;
  position: absolute;
  top: -1.3em;
  right: -1.3em;
  cursor: pointer;
}
.idx_banner .close::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx_banner_close.png);
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 769px) {
  .idx_banner .close:hover {
    background-color: #fff;
    transition: 0.3s all;
  }
  .idx_banner .close:hover::after {
    background-color: #432c16;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx_banner {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx_banner {
    font-size: 7px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) and (max-height: 450px) {
  .idx_banner.active {
    position: fixed;
    bottom: 20px;
    right: 100px;
  }
}