@media only screen and (min-width: 1919px) {
  .home_page {
    background-size: min(35vw, 661px);
  }
}
.home_page .key {
  --height: 44.2708333333vw;
  --min-height: 550px;
  --max-height: 900px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  width: 1520px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 1;
}
.home_page .key::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 2000px) {
  .home_page .key {
    max-width: calc(100% - 400px);
    --max-height: 100vh;
    width: 100%;
  }
}
.home_page .key video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.home_page .key .inner {
  position: relative;
  max-width: 1132px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 2000px) {
  .home_page .key .inner {
    max-width: 75%;
  }
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.home_page .key .key_text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--radius);
}
.home_page .key .catch {
  padding-bottom: 8.8em;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--f-en);
}
.home_page .key h2 {
  margin-bottom: 0.5833em;
  font-size: 3.6em;
  line-height: 2.5em;
  color: var(--main-color);
  font-weight: 700;
}
.home_page .key h2 span {
  display: table;
  padding: 0.5em 0.3em 0.7222em 0.8889em;
  margin-bottom: 0.1667em;
  background-color: #fff;
  line-height: 1;
  border-radius: 40px;
}
.home_page .key h2 .h2_01_first {
  padding-right: 0.8em;
}
.home_page .key h2 .h2_02 {
  padding-bottom: 0.6111em;
  padding-top: 0.6111em;
  margin-bottom: 0;
}
.home_page .key .jp {
  font-size: 2.4em;
  letter-spacing: 0.24em;
  padding-left: 1.1667em;
  line-height: 1.8333em;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.22), 0 0 30px rgba(0, 0, 0, 0.22);
}
.home_page .topic_path {
  display: none;
}
.home_page .h_en {
  color: var(--clr2);
  letter-spacing: 0;
  margin: 0;
  line-height: 1;
  font-family: var(--f-en);
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.home_page .h_en.small {
  font-size: 40px;
}
.home_page .h_en.white {
  color: #fff;
}
.home_page .h_en.big {
  font-size: 80px;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.home_page .h_en.med {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: 14px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .h_en {
    letter-spacing: 0 !important;
  }
  .home_page .h_en.small {
    font-size: 32px;
  }
  .home_page .h_en.white {
    color: #fff;
  }
  .home_page .h_en.big {
    font-size: 60px;
    letter-spacing: 0;
  }
  .home_page .h_en.med {
    font-size: 18px;
    letter-spacing: 0;
    margin: 8px 0 0 0;
  }
}
.home_page h3 {
  position: relative;
  color: var(--clr1);
  font-family: var(--f-en);
  font-size: calc(var(--ttl_size));
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #252525;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.small {
  font-size: calc(var(--ttl_size) - 2px);
}
.home_page h3.med {
  font-size: calc(var(--ttl_size) + 2px);
}
.home_page h3.big {
  font-size: calc(var(--ttl_size) + 8px);
}
.home_page h3.border {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.home_page h3.border::before, .home_page h3.border::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.75em;
  height: 1.1389em;
  top: 0.25em;
}
.home_page h3.border::before {
  left: calc(100% + 0.3611em);
  background-image: url(../images/h3_right.png);
}
.home_page h3.border::after {
  right: calc(100% + 0.4444em);
  background-image: url(../images/h3_left.png);
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page h3 {
    letter-spacing: 0 !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page h3 {
    letter-spacing: 0 !important;
  }
  .home_page h3.small {
    font-size: calc(var(--ttl_size) - 2px);
  }
  .home_page h3.med {
    font-size: calc(var(--ttl_size) + 2px);
  }
  .home_page h3.big {
    font-size: calc(var(--ttl_size) + 4px);
  }
  .home_page .key h2, .home_page .key p{letter-spacing: 0.05em;}
}

@media only screen and (max-width: 1600px) and (min-width: 769px) and (max-height: 800px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 1.2vmin);
    --max-height: calc(100vh - var(--wrapper) - 20px);
  }
  .home_page .key .catch {
    padding-bottom: 13em;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    --height: 46vw;
    font-size: 1.1vmin;
  }
  .home_page .key .inner {
    max-width: 850px;
  }
  .home_page .key .jp {
    font-size: 2.5em;
  }
  .home_page .key .catch {
    padding-bottom: 10em;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .home_page .key .inner {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key {
    --min-height: 450px;
  }
  .home_page .key .inner {
    max-width: calc(100% - 80px);
  }
  .home_page .key .catch {
    padding-bottom: 10em;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.idx1 {
  padding: 80px 0;
}
.idx1 .inner_big {
  position: relative;
  z-index: 1;
}
.idx1 .inner_big::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx1_bg.png) no-repeat center/contain;
  width: 71.4375em;
  height: 80.625em;
  right: -45.3125em;
  bottom: -32.4375em;
}
.idx1 .info {
  background-color: #fff;
  border-radius: 50px;
  width: 34.375%;
  padding: 72px 20px 80px;
}
.idx1 h3 {
  color: #373737;
  margin-bottom: 36px;
}
.idx1 .h_en {
  text-transform: unset;
}
.idx1 .btn {
  margin-top: 13px;
  max-width: 280px;
}
.idx1 .btn a {
  font-weight: 400;
}
.idx1 .btn:last-child a {
  padding-left: 1.6em;
  padding-top: 0.1111em;
}
.idx1 .news {
  max-width: 747px;
  width: 60%;
  margin-top: 47px;
  position: relative;
  align-self: flex-start;
}
.idx1 .news .btn {
  max-width: 230px;
  margin: 30px 0 0 0;
}
.idx1 .news .btn a {
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0.2em;
  padding-left: 1.65em;
  letter-spacing: 0.14em;
}
.idx1 .news .btn a::after {
  right: 18px;
}
.idx1 ul li a {
  --w: 135px;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  line-height: 1;
  font-size: 18px;
  color: #5c5955;
  justify-content: space-between;
  padding-right: 1em;
  padding-top: 17px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
  transition: 0.3s all;
}
.idx1 ul li a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(../images/idx1_arr.png);
  background-color: var(--clr2);
  width: 7px;
  height: 13px;
  right: 0px;
  top: calc(50% - 8px);
}
.idx1 ul li a span {
  transition: 0.3s all;
  letter-spacing: 0.1em;
}
.idx1 ul li a .date {
  background-color: #fff;
  border-radius: 18px;
  width: var(--w);
  padding: 7px 0 11px;
  text-align: center;
  letter-spacing: 0.1em;
  padding-left: 4px;
  font-family: var(--f-en);
}
.idx1 ul li a .title {
  width: calc(100% - var(--w) - 37px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 7px;
}
.idx1 ul li a:hover {
  opacity: 1;
  color: #5c5955;
}
.idx1 .b_opening{
  margin: 82px 0 4px;
  background-color: #ebf2f5;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  box-shadow: 5px 8.66px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 5.7em 7.2em 5.3em;
  min-height: 41.9em;
  font-size: 10px;
}
.idx1 .b_opening::before{
  content: "";
  display: block;
  position: absolute;
  background: url(../images/opening_bf.png) no-repeat top left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.idx1 .opening_cont::before{
  content: "";
  display: block;
  position: absolute;
  background: url(../images/opening_bg.png) no-repeat bottom center/contain;
  width: 88.2em;
  height: 74.9em;
  bottom: -20.2em;
  right: -2em;
  z-index: -1;

}
.idx1 .opening_ttl{
  font-family: var(--f-en);
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.idx1 .opening_ttl .ttl01{
  font-size: 4em;
  line-height: 1;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25em;
  text-transform: uppercase;
  padding: 0 1.025em;
}
.idx1 .opening_ttl .ttl01::before, .idx1 .opening_ttl .ttl01::after{
  content: '';
  position: absolute;
  top: -0.15em;
  width: 1px;
  height: 1.425em;
  background-color: #ffffff;
}
.idx1 .opening_ttl .ttl01::before{
  left: 0;
  transform: rotate(-45deg);
}
.idx1 .opening_ttl .ttl01::after{
  right: 0.15em;
  transform: rotate(45deg);
}
.idx1 .opening_ttl .ttl02{
  font-size: 6.8em;
  line-height: 1;
  text-shadow: 0.0294117647058824em 0.0882352941176471em 0px #f08416;
  letter-spacing: 0;
}
.idx1 .opening_ttl .ttl02 span{
  text-shadow: 0.0294117647058824em 0.0882352941176471em 0px #0f3d57;

}
@media only screen and (min-width: 769px) {
  .idx1 ul li:first-child a {
    padding-bottom: 18px;
  }
  .idx1 ul li a:hover {
    background-color: var(--main-color);
  }
  .idx1 ul li a:hover::after {
    right: 5px;
    background-color: #fff;
  }
  .idx1 ul li a:hover span {
    color: #fff;
  }
  .idx1 ul li a:hover .date {
    background-color: transparent;
  }
  /* .idx1 .b_opening{    
    display: flex;
    justify-content: space-between;
  } */
  .idx1 .opening_logo{
    width: 42em;
    position: absolute;
    left: 4em;
    top: 39%;
  }
  .idx1 .opening_cont{
    width: calc(100% - 18.2em);
    max-width: 70.2em;
    margin-left: auto;
    height: 35.9em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.idx1 .idx1_banner {
  background-color: #f1ebe4;
  border-radius: 120px;
  margin: 80px 0 0 0;
  padding: 20px;
}
.idx1 .idx1_banner .bg {
  background: url(../images/idx1_banner.jpg) no-repeat top center/cover;
  border: 1px solid #d9d7d6;
  border-radius: 100px;
  padding: 56px 55px 44px 111px;
  box-shadow: 0px 14px 60px 0px rgba(112, 107, 101, 0.1);
}
.idx1 .idx1_banner .jp {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  font-family: var(--f-en);
  position: relative;
  color: #373737;
}
.idx1 .idx1_banner .jp::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx1_banner_icon.png) no-repeat center/contain;
  width: 1.4615em;
  height: 1.6154em;
  left: -1.7308em;
  top: -0.5385em;
}
.idx1 .idx1_btn:first-child span:not(.active) {
  background-color: #4bb0d8;
}
.idx1 .idx1_btn span:not(.active) {
  color: #373737;
}
@media only screen and (min-width: 769px) {
  .idx1 .idx1_btn span:not(.active):hover {
    color: #fff;
  }
}
.idx1 .idx_tel {
  align-self: flex-start;
  width: 350px;
  margin-top: -1px;
}
.idx1 .idx1_tab {
  opacity: 0;
  transition: 0.3s all;
  position: absolute;
  inset: 0;
  visibility: hidden;
}
.idx1 .idx1_tab.active {
  visibility: visible;
  position: static;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx1 .idx1_btn span.active:hover {
    background-color: #4bb0d8;
    color: #fff;
  }
  .idx1 .idx1_btn span:hover {
    background-color: #4bb0d8 !important;
    color: #fff;
  }
  .idx1 ul {
    min-height: 212px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx1 .info {
    width: 36%;
  }
  .idx1 .news {
    margin-right: 7%;
    width: 50%;
  }
  .idx1 ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx1 .idx1_banner .jp {
    letter-spacing: 0;
  }
  .idx1 .b_opening{
    font-size: min(10px, 0.75vw);
    margin-top: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx1 {
    padding: 60px 0;
  }
  .idx1 ul {
    min-height: 178px;
  }
  .idx1 ul li a {
    --w: 100px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }
  .idx1 ul li a span {
    letter-spacing: 0;
  }
  .idx1 ul li a .date {
    border-radius: 14px;
    padding: 5px 5px 8px;
    text-align: center;
    letter-spacing: 0;
  }
  .idx1 ul li a .title {
    letter-spacing: 0;
    width: calc(100% - var(--w) - 20px);
  }
  .idx1 .info {
    padding: 40px 20px;
    border-radius: 30px;
    align-self: center;
  }
  .idx1 .idx1_banner {
    margin-top: 25px;
    padding: 10px;
  }
  .idx1 .idx1_banner .bg {
    padding: 40px;
  }
  .idx1 .idx1_banner .bg .jp {
    letter-spacing: 0;
    font-size: 2.3vw;
    text-align: center;
    width: 69%;
  }
  .idx1 .idx1_banner .bg .jp::before {
    left: -1em;
    top: 0;
  }
  .idx1 .idx_tel {
    width: 30%;
    align-self: center;
  }
  .idx1 .idx_tel a {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx1 .idx1_banner .bg .jp::before {
    left: -1.5em;
  }
}

.idx_tel {
  background-color: var(--clr2);
  border-radius: 44px;
}
.idx_tel a {
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--f-en);
  font-size: 30px;
  padding: 0.834em 0 1em;
  justify-content: center;
  color: #fff;
  padding-left: 0.1333em;
}
.idx_tel a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.idx_tel a::before {
  content: "";
  display: block;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx1_tel.png);
  background-color: #fff;
  width: 1.0667em;
  height: 1.1em;
  margin-right: 0.5667em;
  position: relative;
  top: 0.1em;
}

.idx2 {
  position: relative;
  z-index: 2;
}
.idx2 .TabContainer .TabPager {
  width: 100%;
  max-width: 100%;
  --radius: 80px;
}
.idx2 .TabContainer .TabPager > div {
  border-radius: 0;
  background-color: #e9e4de;
  padding: 28px 0 33px;
  transition: 0.3s all;
}
.idx2 .TabContainer .TabPager > div:not(:first-child) {
  border-left: 1px solid #ffffff;
}
.idx2 .TabContainer .TabPager > div p {
  line-height: 1.5;
  text-align: center;
  color: #666666;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--f-en);
  border: 0 !important;
  position: relative;
  transition: 0.3s all;
}
.idx2 .TabContainer .TabPager > div p::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--clr2);
  left: calc(50% - 5px);
  top: calc(100% + 10px);
  opacity: 0;
}
.idx2 .TabContainer .TabPager > div:first-child {
  border-radius: var(--radius) 0 0 0;
}
.idx2 .TabContainer .TabPager > div:last-child {
  border-radius: 0 var(--radius) 0 0;
}
.idx2 .TabContainer .TabPager > div.active {
  background-color: #fff;
}
.idx2 .TabContainer .TabPager > div.active p {
  color: #373737;
}
.idx2 .TabContainer .TabPager > div.active p::after {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx2 .TabContainer .TabPager > div:hover {
    background-color: #fff;
  }
  .idx2 .TabContainer .TabPager > div:hover p {
    color: #373737;
  }
  .idx2 .TabContainer .TabPager > div:hover p::after {
    opacity: 1;
  }
}
.idx2 .TabContainer .TabContent {
  overflow: unset;
}
.idx2 .TabContainer .TabContent .content {
  background: transparent;
}
.idx2 .bg {
  position: relative;
  z-index: 1;
}
.idx2 .bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #fff;
  z-index: -1;
  inset: 0;
  right: unset;
  width: 100vw;
}
.idx2 .idx2_tab {
  display: grid;
  grid-template-columns: 54% 41.40625%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  padding: 80px 0 122px;
}
.idx2 .idx2_img {
  grid-row: 1/span 3;
  align-self: flex-end;
  position: relative;
}
.idx2 .idx2_img img {
  border-radius: 20px;
}
.idx2 .idx2_img1 img {
  border-radius: 265px 265px 0 265px;
}
.idx2 .idx2_tab_r .idx2_img {
  grid-column-start: 2;
}
.idx2 .tab1 .idx2_tab {
  grid-template-columns: 41.4% 50%;
}
.idx2 .idx_tab {
  padding: 80px 0;
}
.idx2 .title {
  padding-top: 50px;
  margin-left: -4px;
  padding-bottom: 42px;
}
.idx2 .txt {
  position: relative;
}
.idx2 .txt .jp {
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 2.1111111111;
}
.idx2 .btn {
  margin: 40px 0 0 0;
}
.idx2 .btn.bg2 {
  margin: 14px 0 0 0;
}
.idx2 .btn.bg2 a {
  padding-left: 1.25em;
}
.idx2 .idx_en {
  position: absolute;
  bottom: -0.67em;
  right: -2.12em;
  text-align: right;
}
.idx2 .idx2_name {
  position: absolute;
  bottom: -0.375em;
  right: 0;
  display: flex;
  background-color: #fff;
  padding: 1.75em 0 0 1.75em;
  border-radius: 40px 0 0 0;
}
.idx2 .idx2_name p {
  line-height: 1;
  margin: 0;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.idx2 .idx2_name .en {
  letter-spacing: 0.24em;
  font-size: 1em;
  font-weight: 500;
  color: var(--main-color);
  text-transform: uppercase;
  margin: 1.5625em 1em 0 0em;
}
.idx2 .idx2_name .jp {
  font-size: 2.375em;
  letter-spacing: 0.135em;
  font-weight: 500;
  font-family: var(--f-en);
  color: var(--clr2);
}
.idx2 .idx2_name .jp .small {
  letter-spacing: 0.14em;
  color: var(--clr1);
  font-size: 0.57899em;
  margin-bottom: 0.5909em;
}
@-moz-document url-prefix() {
  .idx2 .idx2_name .jp .small {
    position: relative;
    left: -0.3em;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .idx2 .idx_en {
    font-size: 80px;
    right: -1.5em;
    bottom: 0;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx2 .idx_en {
    font-size: 70px;
    right: -1em;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx2 .idx_en {
    font-size: 60px;
    right: -0.5em;
  }
  .idx2 .inner_big {
    padding: 0 40px;
  }
  .idx2 .txt .jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx2 .idx_en {
    font-size: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx2 .txt .jp {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 0;
    letter-spacing: 0;
  }
  .idx2 .TabContainer .TabPager {
    --radius: 40px;
  }
  .idx2 .TabContainer .TabPager > div {
    padding: 10px 0;
  }
  .idx2 .TabContainer .TabPager > div p {
    font-size: min(5.5vw, 20px);
    letter-spacing: 0;
  }
  .idx2 .TabContainer .TabPager > div p::after {
    width: 6px;
    height: 6px;
    left: calc(50% - 3px);
    top: calc(100% + 0px);
  }
  .idx2 .TabContainer .TabPager > div p .sp_only {
    display: block !important;
  }
  .idx2 .idx2_tab {
    padding: 40px 0;
  }
  .idx2 .idx2_img {
    align-self: flex-start;
  }
  .idx2 .tab3 h3 .br425 {
    display: block !important;
  }
  .idx2 .idx_en {
    right: unset;
    left: -100%;
  }
  .idx2 .title {
    padding: 20px 0;
  }
}

.idx_en {
  color: #faf9f7;
  font-size: 100px;
  font-weight: 500;
  font-family: var(--f-en);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1em;
  background: linear-gradient(90deg, rgb(246, 242, 236) 0%, rgb(241, 242, 241) 74%, rgb(235, 242, 245) 99%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}

.idx3 {
  position: relative;
  z-index: 1;
  padding: 160px 0;
}
.idx3::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  right: 0;
  height: 861px;
  z-index: -1;
  background: url(../images/idx3_bg.jpg) no-repeat top center/cover;
}
.idx3 .h_en {
  text-transform: unset;
}
.idx3 .idx3_bg {
  margin-top: 51px;
  background-color: #fff;
  border-radius: 80px;
  padding: 80px 0;
  box-shadow: 3.365px 12.557px 40px 0px rgba(42, 68, 97, 0.12);
}
.idx3 .idx3_l,
.idx3 .idx3_r {
  max-width: 620px;
  width: 49%;
}
.idx3 .idx3_l {
  border-radius: 20px;
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 43px;
}
.idx3 .idx3_l .txt {
  padding-left: 140px;
}
.idx3 .idx3_ttl {
  background-color: var(--main-color);
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--f-en);
  writing-mode: vertical-lr;
  padding: 1.3214em 1.5em 1.2143em;
  margin: 0;
  border-radius: 20px 0 30px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.idx3 .idx3_ttl01 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--f-en);
  color: #9dc469;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin-top: 1.75em;
  padding-left: 1.25em;
  padding-right: 4.5em;
  display: table;
  padding-bottom: 0.15em;
  position: relative;
  z-index: 1;
  margin-bottom: 11px;
}
.idx3 .idx3_ttl01::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #9dc469;
  opacity: 0.34;
  border-radius: 2.5px;
  bottom: 0;
  left: 0.8em;
  right: 0;
  z-index: -1;
  height: 0.55em;
}
.idx3 .idx3_ttl01::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx3_icon1.png) no-repeat center/contain;
  width: 27px;
  height: 52px;
  left: 2px;
  bottom: 0;
}
.idx3 .idx3_ttl01 span {
  position: relative;
}
.idx3 .idx3_ttl01 span::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: calc(100% + 0.95em);
  background: url(../images/idx3_icon2.png) no-repeat center/contain;
  width: 3.05em;
  height: 1.3em;
  bottom: 0.05em;
}
.idx3 .idx3_flex {
  display: flex;
  white-space: nowrap;
  margin: 0 0 -8px;
}
.idx3 .idx3_ttl02 {
  color: #252525;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}
.idx3 .idx3_ttl03 {
  color: #666666;
  letter-spacing: 0.09em;
  margin-top: 0.375em;
  line-height: 1.875;
  margin-left: 0.25em;
}
.idx3 .txt2 {
  margin-top: -26px;
  padding: 0 30px;
}
@media only screen and (min-width: 1919px) {
  .idx3 .txt2 {
    padding-left: 67px;
    padding-right: 0;
  }
}
.idx3 .idx3_ttl04 {
  color: #252525;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: var(--f-en);
  padding-left: 2.5em;
  background: url(../images/idx3_icon_car1.png) no-repeat 0em 0.2083em/1.7917em;
  margin-bottom: 14px;
}
.idx3 .idx3_ttl04.car2 {
  margin-top: 22px;
  background-image: url(../images/idx3_icon_car2.png);
}
.idx3 .idx3_list {
  max-width: 485px;
  margin-bottom: 7px;
}
.idx3 .idx3_list li {
  width: calc(50% - 2.5px);
  border-radius: 25px;
  background-color: #cadbe5;
  text-align: center;
  padding: 10px 0 11px;
  color: #275668;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.idx3 .idx3_list li.active {
  color: #275668;
  background-color: #b7e0fd;
}
.idx3 .star {
  font-weight: 500;
  color: #ff8a13;
}
.idx3 .p_star {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.idx3 .p_star .star {
  position: absolute;
  top: 0;
  left: 0;
}
@-moz-document url-prefix() {
  .idx3 .p_star {
    letter-spacing: 0.05em;
  }
}
.idx3 .p_star_mt {
  margin-top: 13px;
}
.idx3 .ul_flex {
  max-width: 508px;
  margin-bottom: 16px;
}
.idx3 .ul_flex .idx3_list {
  margin: 0;
  width: calc(50% - 14px);
}
.idx3 .ul_flex .idx3_list li {
  width: 100%;
}
.idx3 .ul_flex p {
  width: 48.7%;
  font-weight: 500;
  align-self: center;
}
.idx3 .ul_flex p.p_star {
  margin-top: 0.5em;
}
.idx3 .p_flex {
  justify-content: flex-start;
}
.idx3 .p_flex p:not(:first-child) {
  margin-left: 17px;
}
.idx3 .idx3_yt {
  height: 349px;
}
.idx3 .idx3_yt iframe {
  border-radius: 20px;
  display: block;
  border: 0;
}
.idx3 .idx3_dl {
  padding-top: 16px;
}
.idx3 .idx3_dl dl {
  display: flex;
  flex-wrap: wrap;
  --w: 122px;
}
.idx3 .idx3_dl dl:not(:last-child) {
  margin-bottom: 15px;
}
.idx3 .idx3_dl dl dt,
.idx3 .idx3_dl dl dd {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  color: #666666;
  line-height: 30px;
}
.idx3 .idx3_dl dl dt {
  width: var(--w);
}
.idx3 .idx3_dl dl dt .char {
  margin-left: -0.25em;
}
.idx3 .idx3_dl dl dd {
  width: calc(100% - var(--w));
  padding-right: 44px;
}
.idx3 .idx3_dl a {
  font-size: 26px;
  color: var(--clr2);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--f-en);
  line-height: 1;
  text-decoration: none;
}
.idx3 .idx3_dl a:hover {
  opacity: 1;
}
.idx3 .idx3_yt {
  margin: 36px 0 47px;
}
.idx3 .btn-group {
  margin-top: 36px;
}
.idx3 .btn-group .btn a {
  padding-bottom: 1px;
  padding-left: 1.45em;
}
.idx3 .idx3_box {
  margin-top: 80px;
}
.idx3 .idx3_map {
  width: 67%;
  max-width: 850px;
  height: 300px;
}
.idx3 .idx3_map iframe {
  border: 1px solid rgb(184, 182, 180) !important;
  width: 100%;
  display: block;
  height: 100%;
  border: 0;
  border-radius: 20px;
}
.idx3 .idx3_address {
  margin-top: 35px;
}
.idx3 .idx3_address li {
  position: relative;
  padding-left: 80px;
  color: #252525;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 54.5px;
  line-height: 30px;
}
.idx3 .idx3_address li::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: calc(50% - 29px);
  left: 0;
  background: url(../images/idx3_icon01.png) no-repeat center/contain;
  width: 60px;
  height: 60px;
}
.idx3 .idx3_address li:nth-child(2)::before {
  background-image: url(../images/idx3_icon02.png);
}
.idx3 .idx3_address li:nth-child(3)::before {
  background-image: url(../images/idx3_icon03.png);
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx3::before {
    height: 44vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366) {
  .idx3 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx3 .idx3_l .txt {
    padding-left: 130px;
  }
  .idx3 .idx3_ttl01 {
    margin-top: 40px;
  }
  .idx3 .idx3_ttl01 .jp {
    letter-spacing: 0;
  }
  .idx3 .idx3_ttl01,
  .idx3 .idx3_ttl02 {
    font-size: 18px;
  }
  .idx3 .idx3_ttl04 {
    letter-spacing: 0;
    font-size: 22px;
  }
  .idx3 .idx3_list {
    max-width: 100%;
    display: flex;
  }
  .idx3 .idx3_list li {
    letter-spacing: 0;
    font-size: min(4.5vw, 16px);
  }
  .idx3 .txt2 {
    margin-top: 0;
    padding: 0 20px;
  }
  .idx3 .idx3_dl dl {
    --w: 100px;
  }
  .idx3 .idx3_dl dl dt,
  .idx3 .idx3_dl dl dd {
    padding: 0;
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx3 .idx3_dl a {
    font-size: 24px;
    letter-spacing: 0;
  }
  .idx3 .idx3_yt {
    height: auto;
    margin: 25px 0;
    position: relative;
    padding-bottom: 56.25%;
  }
  .idx3 .idx3_yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .idx3 .idx3_box {
    margin-top: 40px;
  }
  .idx3 .p_flex p:not(:first-child) {
    margin-left: 4px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx3 {
    padding: 60px 0 120px;
  }
  .idx3 .p_star {
    letter-spacing: 0 !important;
  }
  .idx3 .idx3_ttl {
    font-size: 2.3vw;
  }
  .idx3 .idx3_flex {
    display: block;
    margin-bottom: 10px;
  }
  .idx3 .idx3_box .txt {
    align-self: center;
    width: 40%;
  }
  .idx3 .idx3_address {
    margin-top: 0;
  }
  .idx3 .idx3_address li {
    padding-left: 3.125em;
    font-size: 2.0806241873vw;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  .idx3 .idx3_address li::before {
    top: calc(50% - 1.25em);
    width: 2.5em;
    height: 2.5em;
  }
  .idx3 .idx3_map {
    height: 299px;
    width: 60%;
  }
  .idx3 .btn-group.col2 {
    display: block;
    max-width: 240px;
    margin: 25px auto 0;
  }
  .idx3 .btn-group.col2 .btn {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .idx3 .btn-group.col2 .btn:last-child {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx3 .idx3_l .txt {
    padding-left: 85px;
  }
  .idx3 .idx3_ttl01 {
    margin-top: 40px;
  }
  .idx3 .idx3_ttl01 .jp {
    letter-spacing: 0;
  }
  .idx3 .idx3_ttl01,
  .idx3 .idx3_ttl02 {
    font-size: 15px;
  }
  .idx3 .idx3_ttl04 {
    letter-spacing: 0;
    font-size: 22px;
  }
  .idx3 .idx3_list {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .idx3 .idx3_list li {
    letter-spacing: 0;
    font-size: min(4.5vw, 16px);
  }
  .idx3 .txt2 {
    margin-top: 0;
    padding: 0 20px;
  }
  .idx3 .idx3_dl dl {
    --w: 100px;
  }
  .idx3 .idx3_dl dl dt,
  .idx3 .idx3_dl dl dd {
    padding: 0;
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx3 .idx3_dl a {
    font-size: 24px;
    letter-spacing: 0;
  }
  .idx3 .idx3_yt {
    height: auto;
    margin: 25px 0;
    position: relative;
    padding-bottom: 56.25%;
  }
  .idx3 .idx3_yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .idx3 .idx3_box {
    margin-top: 40px;
  }
  .idx3 .p_flex p:not(:first-child) {
    margin-left: 4px;
  }
}

.idx4 {
  padding: 89px 0 0;
  background: url(../images/idx4_bg.png) no-repeat top center/cover;
  margin-top: -69px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1919px) and (max-width: 1921px) {
  .idx4 {
    background-size: auto;
  }
}
.idx4::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 75%;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
@media only screen and (min-width: 2000px) {
  .idx4::after {
    opacity: 0;
  }
}
.idx4 .inner {
  max-width: 1812px;
}
.idx4 .fblock {
  margin-top: 55px;
  justify-content: flex-start;
}
.idx4 .txt {
  max-width: 886px;
  width: 50%;
  position: relative;
  z-index: 1;
}
.idx4 .txt::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #faf5ef;
  right: 0;
  width: 100vw;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 120px 0 0;
}
.idx4 .idx4_ttl {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  padding: 0 2.3125em 2.95em 2.375em;
  justify-content: center;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.idx4 .idx4_ttl p {
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  font-family: var(--f-en);
  font-weight: 500;
}
.idx4 .idx4_ttl .en {
  font-size: 1.25em;
  letter-spacing: 0.05em;
  margin-right: 0.45em;
  text-transform: uppercase;
  color: var(--clr2);
}
.idx4 .idx4_ttl .jp {
  letter-spacing: 0.14em;
  font-size: 2.25em;
  font-weight: 500;
  color: #252525;
}
.idx4 .idx4_txt {
  max-width: 640px;
  margin-left: auto;
  width: 75%;
  padding: 96px 0px 40px;
}
.idx4 .idx4_txt p {
  font-size: 18px;
  width: 90%;
  line-height: 2.1111111111;
}
.idx4 .idx4_txt .btn {
  margin: 31px 0 0 0;
  max-width: 300px;
}
.idx4 .idx4_txt .btn a::after {
  right: 1.1em;
}
.idx4 h4 {
  line-height: 1.5;
  color: #252525;
  letter-spacing: 0.14em;
  font-size: 26px;
  font-weight: 500;
  font-family: var(--f-en);
  padding-left: 0.8462em;
  margin-bottom: 1.2692em;
  position: relative;
}
.idx4 h4::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0.4615em;
  height: 1.3077em;
  background-color: var(--main-color);
  left: 0;
  top: 0.1923em;
  border-radius: 0 4px 4px 0;
}
.idx4 .idx4_btn_group {
  max-width: 760px;
  border-radius: 60px 0 0 0;
  background-color: #fff;
  width: 86%;
  margin: 0;
  margin-left: auto;
  padding: 40px 0 0 40px;
  justify-content: space-between;
}
.idx4 .idx4_btn_group .idx4_btn {
  width: calc(50% - 10px);
}
.idx4 .idx4_btn_group .idx4_btn a {
  text-decoration: none;
  text-align: center;
  background: url(../images/idx4_btn1.jpg) no-repeat center/cover;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  display: block;
  width: 100%;
  padding: 24px 0;
  border-radius: 20px;
  padding-left: 0.25em;
  font-family: var(--f-en);
}
.idx4 .idx4_btn_group .idx4_btn a:hover {
  opacity: 1;
}
.idx4 .idx4_btn_group .idx4_btn a span {
  display: block;
  letter-spacing: 0.24em;
}
.idx4 .idx4_btn_group .idx4_btn a .jp01 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.idx4 .idx4_btn_group .idx4_btn:last-child a {
  background-image: url(../images/idx4_btn2.jpg);
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .idx4 .idx4_btn_group .idx4_btn:last-child a:hover {
    opacity: 0.85;
  }
}
.idx4 .idx4_svg {
  width: 68.7em;
  margin-left: 7.8em;
  margin-top: -3em;
  position: relative;
  font-size: min(0.6vw, 10px);
  align-self: flex-start;
}
.idx4 .idx4_svg svg {
  width: 100%;
}
.idx4 .idx4_svg.active .border {
  animation: idx4_border 6s cubic-bezier(0.1, 0.2, 0.9, 1) forwards;
}
.idx4 .idx4_svg.active .idx4_circle .box {
  animation: idx4_swap 2s cubic-bezier(0.1, 0.2, 0.9, 1) forwards;
}
.idx4 .idx4_svg.active .idx4_circle .box_txt {
  animation: idx4_swapAnti 2s cubic-bezier(0.1, 0.2, 0.9, 1) forwards;
}
.idx4 .idx4_svg .idx4_circle {
  width: 64em;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
  bottom: 0.6em;
  left: 0.2em;
}
.idx4 .idx4_circle .circle_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.idx4 .idx4_circle .circle_wrap.left {
  --deg: 0deg;
  --newdeg: 120deg;
}
.idx4 .idx4_circle .circle_wrap.right {
  --deg: 120deg;
  --newdeg: 240deg;
}
.idx4 .idx4_circle .circle_wrap.bottom {
  --deg: 240deg;
  --newdeg: 360deg;
}
.idx4 .idx4_circle .box {
  width: 55em;
  height: 55em;
  position: relative;
  transform: rotate(var(--deg));
  transform-origin: center;
}
.idx4 .idx4_circle .box_txt {
  width: 20em;
  height: 20em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.8em;
  aspect-ratio: 1/1;
  transform: translateX(-50%) rotate(calc(-1 * var(--deg)));
  transform-origin: center;
}
.idx4 .idx4_circle .box_txt .ttl01 {
  font-size: 2em;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 500;
  font-family: var(--f-en);
  margin-bottom: 0.6em;
}
.idx4 .idx4_circle .box_txt .ttl02 {
  line-height: 1.7142857143;
  text-align: center;
  color: #666666;
  letter-spacing: 0.05em;
  font-size: 1.4em;
}
.idx4 .idx4_circle .box_txt .ttl02 span {
  font-size: 1.1429em;
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3125em;
}
.idx4 .idx4_circle .center {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  background-color: var(--clr2);
  width: 24em;
  top: calc(50% - 12em);
  left: calc(50% - 12em);
  padding-top: 0;
  padding-bottom: 0.3em;
}
.idx4 .idx4_circle .center p {
  line-height: 1;
  color: #fff;
  font-size: 2.6em;
  letter-spacing: 0;
  font-family: var(--f-en);
  font-weight: 50;
}
.idx4 .idx4_circle .left .box_txt {
  width: 20em;
  background: url(../images/idx4_bg2.jpg) no-repeat center/cover;
  padding-left: 0.8em;
}
.idx4 .idx4_circle .left .box_txt .ttl01 {
  color: #d48fea;
}
.idx4 .idx4_circle .right .box_txt {
  width: 20em;
  background: url(../images/idx4_bg3.jpg) no-repeat center/cover;
}
.idx4 .idx4_circle .right .box_txt .ttl01 {
  color: #f07272;
}
.idx4 .idx4_circle .bottom .box_txt {
  width: 20em;
  background: url(../images/idx4_bg1.jpg) no-repeat center/cover;
  padding-left: 0.3em;
}
.idx4 .idx4_circle .bottom .box_txt .ttl01 {
  color: #5cdaca;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx4 {
    background-size: 100%;
  }
  .idx4::after {
    top: 40vw;
  }
  .idx4 .idx4_btn_group .idx4_btn a {
    letter-spacing: 0;
    font-size: 18px;
  }
  .idx4 .idx4_txt p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx4 {
    background-size: 100%;
  }
  .idx4::after {
    top: 41vw;
  }
  .idx4 .idx4_ttl {
    font-size: 12px;
  }
  .idx4 .idx4_txt {
    width: 75%;
    padding: 40px 0;
    margin-right: -20px;
  }
  .idx4 .idx4_txt p {
    letter-spacing: 0;
    font-size: 16px;
  }
  .idx4 .idx4_btn_group .idx4_btn a {
    font-size: 18px;
  }
  .idx4 .idx4_btn_group .idx4_btn a .jp01,
  .idx4 .idx4_btn_group .idx4_btn a .jp02 {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx4::after {
    top: 40vw;
  }
  .idx4 .fblock {
    display: flex;
    margin-top: 30px;
  }
  .idx4 .idx4_svg,
  .idx4 .txt {
    width: 100%;
    max-width: 100%;
  }
  .idx4 .idx4_svg {
    order: -1;
    font-size: min(1.23vw, 10px);
    margin: 0 auto;
    max-width: 650px;
    position: relative;
    left: 10px;
  }
  .idx4 .idx4_txt {
    max-width: 100%;
    width: 100%;
  }
  .idx4 .txt {
    margin-top: 30px;
  }
  .idx4 .txt::after {
    border-radius: 0 60px 0 0;
  }
  .idx4 .idx4_ttl {
    display: table;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    position: static;
  }
  .idx4 .idx4_ttl p {
    writing-mode: unset;
  }
  .idx4 .idx4_ttl .en {
    margin: 0;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .idx4 .idx4_ttl .jp {
    font-size: 28px;
  }
  .idx4 .idx4_txt {
    padding: 40px 55px 30px;
    margin: 0;
  }
  .idx4 .idx4_txt p {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx4 .idx4_txt .btn {
    margin: 25px auto 0;
    max-width: 280px;
  }
  .idx4 h4 {
    letter-spacing: 0;
    font-size: 22px;
  }
  .idx4 .fblock {
    display: flex;
    margin-top: 0;
    width: 100%;
    padding: 20px 0 0 20px;
    border-radius: 40px 0 0 0;
  }
}

@keyframes idx4_border {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -1000;
  }
}
@keyframes idx4_swap {
  from {
    transform: rotate(var(--deg));
  }
  to {
    transform: rotate(var(--newdeg));
  }
}
@keyframes idx4_swapAnti {
  from {
    transform: translateX(-50%) rotate(calc(-1 * var(--deg)));
  }
  to {
    transform: translateX(-50%) rotate(calc(-1 * var(--newdeg)));
  }
}
.idx5 {
  background-color: #fff;
  padding: 120px 0 143px;
}
.idx5 .inner {
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
}
.idx5 .item {
  width: calc(50% - 10px);
  background: url(../images/idx5_item1.jpg) no-repeat top center/cover;
  padding: 111px 50px 71px 60px;
  border-radius: 5px;
  box-shadow: 5px 8.66px 40px 0px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: 41.40625% 57%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.idx5 .item:last-child {
  background-image: url(../images/idx5_item2.jpg);
}
@media only screen and (min-width: 1500px) {
  .idx5 .item:last-child {
    grid-template-columns: 50% 50%;
  }
}
.idx5 h4 {
  line-height: 1;
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--f-en);
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.idx5 h4 .en {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-left: 0.2778em;
  margin-top: 0.3333em;
}
.idx5 h4 .en::before {
  display: block;
  content: "";
  background: url(../images/h4_en.png) no-repeat center/contain;
  width: 1.1111em;
  height: 1.1111em;
  margin-right: 0.6667em;
}
.idx5 .txt {
  grid-row: 1/span 3;
  grid-column-start: 2;
  min-height: 216px;
}
.idx5 .txt p {
  letter-spacing: 0.1em;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  font-weight: 300;
}
.idx5 .btn {
  max-width: 280px;
  margin: 31px 0 0 4px;
}
.idx5 .btn a {
  font-weight: 400;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx5 .item {
    padding: 60px 20px;
  }
  .idx5 .item .txt {
    min-height: 252px;
    padding-left: 20px;
  }
  .idx5 .item .txt p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx5 h4 {
    letter-spacing: 0;
  }
  .idx5 h4 .en {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx5 .item {
    grid-template-columns: 52%;
  }
  .idx5 h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx5 .item {
    grid-template-columns: 52%;
    padding: 40px 20px;
  }
  .idx5 .item .txt {
    min-height: 252px;
    padding-left: 20px;
  }
  .idx5 .item .txt p {
    letter-spacing: 0;
    font-size: 16px;
  }
  .idx5 h4 {
    letter-spacing: 0;
  }
  .idx5 h4 .en {
    letter-spacing: 0;
    font-size: 14px;
  }
  .idx5 h4 .en::before{
    margin-right: 0.3em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx5 {
    padding: 60px 0;
  }
  .idx5 .item {
    width: 49%;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    display: block;
  }
  .idx5 .item h4 {
    margin-top: 0;
    justify-content: center;
    margin-bottom: 25px;
    letter-spacing: 0;
    font-size: 30px;
  }
  .idx5 .item h4 .en {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx5 .item .txt {
    min-height: unset;
  }
  .idx5 .item .txt p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx5 .item .btn {
    max-width: 280px;
    margin: 25px auto 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx5 .item {
    padding: 20px;
  }
  .idx5 .item h4 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .idx5 .item .txt {
    min-height: 224px;
  }
  .idx5 .item .txt p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx5 .item .btn {
    max-width: 280px;
    margin: 20px auto 0;
  }
}

.idx6 {
  background-color: #fff;
  padding-bottom: 90px;
}
.idx6 .idx6_ttl {
  display: table;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  padding: 0 67px;
}
.idx6 .idx6_box {
  border: 1px solid #cdcdcd;
  border-radius: 40px;
  margin-top: -58px;
  padding: 105px 0 73px;
}
.idx6 .idx6_box .item {
  position: relative;
  cursor: pointer;
  width: calc(20% - 5px);
  max-width: 220px;
}
.idx6 .idx6_box .item picture {
  background-color: #fff;
  transition: 0.3s all;
  border-radius: 50%;
  box-shadow: 5px 8.66px 40px 0px rgba(0, 0, 0, 0.05);
  display: table;
  margin: 0 auto;
  position: relative;
}
.idx6 .idx6_box .item picture img {
  transition: none;
}
.idx6 .idx6_box .item picture::before, .idx6 .idx6_box .item picture::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  bottom: -21px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  opacity: 0;
}
.idx6 .idx6_box .item picture::before {
  border-radius: 50%;
  background-color: #fff;
}
.idx6 .idx6_box .item picture::after {
  mask-image: url(../images/id6_arr.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--clr2);
}
.idx6 .idx6_box .item .ttl {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #252525;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.55em;
}
@media only screen and (min-width: 769px) {
  .idx6 .idx6_box .item:hover picture {
    background-color: var(--clr2);
  }
  .idx6 .idx6_box .item:hover picture img {
    filter: brightness(0) invert(1);
  }
  .idx6 .idx6_box .item:hover picture::before, .idx6 .idx6_box .item:hover picture::after {
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx6 .idx6_box .item .img {
    max-width: min(16vw, 200px);
  }
  .idx6 .idx6_box .item .img::before, .idx6 .idx6_box .item .img::after {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    bottom: -15px;
  }
  .idx6 .idx6_box .item .ttl {
    letter-spacing: 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx6 .idx6_box .item .img {
    max-width: min(16vw, 160px);
  }
  .idx6 .idx6_box .item .img::before, .idx6 .idx6_box .item .img::after {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    bottom: -15px;
  }
  .idx6 .idx6_box .item .ttl {
    letter-spacing: 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx6 .idx6_box .item .ttl {
    letter-spacing: 0;
    font-size: 14px;
  }
}

.idx7 {
  background-color: #fff;
  padding: 116px 0 0;
  position: relative;
  z-index: 1;
}
.idx7 .idx7_img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 61.780104712%;
}
.idx7 .idx7_img img {
  border-radius: 120px 0 0 0;
}
.idx7 .idx7_ttl {
  margin-bottom: 56px;
}
.idx7 .idx7_list {
  width: 63%;
  max-width: 980px;
  margin-left: -2.5px;
  margin-right: -2.5px;
  justify-content: flex-start;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1919px) {
  .idx7 .idx7_list {
    width: 70%;
  }
}
.idx7 .idx7_list::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  right: -38px;
  border-radius: 0 50px 0 0;
  background-color: #fff;
}
.idx7 .idx7_list .item {
  background-color: #f2ece6;
  width: calc(25% - 5px);
  margin: 0 2.5px;
  padding: 34px 0 39px;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: 0.3s all;
  position: relative;
  z-index: 1;
}
.idx7 .idx7_list .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-bottom: 8px solid var(--clr2);
  border-left: 8px solid transparent;
  bottom: 6px;
  right: 6px;
}
.idx7 .idx7_list .item .img {
  display: table;
  margin: 0 auto 10px;
  transition: 0.3s all;
}
.idx7 .idx7_list .item .ttl {
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #252525;
  transition: 0.3s all;
}
.idx7 .idx7_list .item:last-child {
  width: calc(50% - 5px);
}
@media only screen and (min-width: 769px) {
  .idx7 .idx7_list .item:hover {
    background-color: var(--clr2);
    box-shadow: 5px 8.66px 40px 0px rgba(0, 0, 0, 0.05);
  }
  .idx7 .idx7_list .item:hover::after {
    border-bottom-color: #fff;
  }
  .idx7 .idx7_list .item:hover img {
    filter: brightness(0) invert(1);
  }
  .idx7 .idx7_list .item:hover .ttl {
    color: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx7 .idx7_list .item .ttl {
    letter-spacing: 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx7 .idx7_list .item .img {
    max-width: 60px;
  }
  .idx7 .idx7_list .item .ttl {
    letter-spacing: 0;
    font-size: 16px;
  }
  .idx7 .idx7_list .item .ttl br {
    display: block !important;
  }
}

.idx8 {
  background-color: #fff;
  padding: 132px 0 200px;
}
@media only screen and (min-width: 2000px) {
  .idx8 {
    padding-bottom: 10vw;
  }
}
.idx8 .idx8_bg {
  background: url(../images/idx8_bg.jpg) no-repeat top center/cover;
  padding: 66px 0 81px;
  border-radius: 80px;
  box-shadow: 5px 8.66px 40px 0px rgba(0, 0, 0, 0.05);
}
.idx8 .idx8_ttl {
  text-align: center;
  color: #fff;
  margin: 37px 0 0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
}
.idx8 .btn {
  max-width: 242px;
  margin-top: 22px;
}
.idx8 .btn a {
  padding-left: 1.4em;
}
.idx8 .idx8_banner {
  --radius: 90px;
  background-color: #fbf5f3;
  border-radius: var(--radius);
  border: 10px solid #fff;
  max-width: calc(100% - 40px);
  width: 960px;
  margin: 42px auto 0;
  padding: 35px 0 36px;
  position: relative;
}
.idx8 .idx8_banner a {
  z-index: 2;
  border-radius: var(--radius);
  inset: -10px;
}
.idx8 .idx8_banner::after, .idx8 .idx8_banner::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 2.5em;
  height: 2.5em;
  right: 3.1875em;
  top: calc(50% - 1.25em);
}
.idx8 .idx8_banner::before {
  border-radius: 50%;
  background-color: #f7a093;
}
.idx8 .idx8_banner::after {
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx8_arr.png);
  mask-position: center;
  background-color: #fff;
}
.idx8 .idx8_banner .ttl01 {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: var(--f-en);
  color: #000;
  background-color: #fff;
  border: 1px solid #f7a093;
  border-radius: 17px;
  display: table;
  margin: 0 auto;
  font-size: 20px;
  padding: 0em 0.6em 0.1em;
  position: relative;
  z-index: 1;
  margin-bottom: 0.35em;
  transition: 0.3s all;
}
.idx8 .idx8_banner .ttl01::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #fbf5f3;
  width: 0.95em;
  height: 1px;
  bottom: -1px;
  left: calc(50% - 0.5em);
}
@-moz-document url-prefix() {
  .idx8 .idx8_banner .ttl01::before {
    bottom: 0;
  }
}
.idx8 .idx8_banner .ttl01::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-size: contain;
  mask-image: url(../images/idx8_border.png);
  mask-repeat: no-repeat;
  background-color: #f7a093;
  width: 0.7em;
  height: 0.6em;
  top: calc(100% + 0em);
  left: calc(50% - 0.15em);
}
.idx8 .idx8_banner .ttl02 {
  font-size: 2em;
  font-weight: 700;
  font-family: var(--f-en);
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #f7a093;
  text-align: center;
  transition: 0.3s all;
}
@media only screen and (min-width: 769px) {
  .idx8 .idx8_banner:hover .ttl01 {
    border-color: var(--main-color);
  }
  .idx8 .idx8_banner:hover .ttl01::after {
    background-color: var(--main-color);
  }
  .idx8 .idx8_banner:hover .ttl02 {
    color: var(--main-color);
  }
  .idx8 .idx8_banner:hover::before {
    background-color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx8 .idx8_ttl {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px 0;
  }
  .idx8 .idx8_bg {
    padding: 40px 0;
  }
  .idx8 .idx8_banner {
    margin-top: 40px;
    padding: 40px 0;
  }
  .idx8 .idx8_banner .ttl01 {
    font-size: 18px;
  }
  .idx8 .idx8_banner .ttl02 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx8 {
    padding: 80px 0 120px;
  }
  .idx8 .idx8_ttl {
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 0;
  }
  .idx8 .idx8_banner::before, .idx8 .idx8_banner::after {
    right: 30px;
  }
}

.idx9 {
  margin-top: -202px;
  background-image: url(../images/idx9_bg.png);
  padding: 294px 0 0;
}
@media only screen and (min-width: 2000px) {
  .idx9 {
    margin-top: -10vw;
    padding-top: 10vw;
  }
}
.idx9 .idx9_fblock {
  max-width: 1280px;
  margin: 0 auto;
}
.idx9 .h_en {
  margin-left: -3px;
}
.idx9 h3 {
  letter-spacing: 0.01em;
  margin-left: -5px;
}
.idx9 .TabContainer .TabPager {
  max-width: 736px;
  width: 100%;
  margin: 0;
  justify-content: space-between;
  align-self: center;
  margin-top: 18px;
}
.idx9 .TabContainer .TabPager > div {
  width: calc(50% - 8px);
  padding: 14px 0 26px;
  border-radius: 20px;
  border: 1px solid var(--clr2);
  background: #fff;
  color: var(--clr2);
}
.idx9 .TabContainer .TabPager > div p {
  padding: 0;
  border: 0 !important;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--f-en);
  line-height: 1.75;
}
.idx9 .TabContainer .TabPager > div p .en {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.idx9 .TabContainer .TabPager > div.active {
  background-color: var(--clr2);
  box-shadow: 0px 10px 40px 0px rgba(233, 125, 16, 0.3);
  color: #fff;
  border-color: var(--clr2);
}
.idx9 .TabContainer .TabPager > div:last-child {
  border: 1px solid #4faace;
  background: #fff;
  color: #4faace;
}
.idx9 .TabContainer .TabPager > div:last-child.active {
  background-color: #4faace;
  box-shadow: 0px 10px 40px 0px rgba(79, 170, 206, 0.3);
  color: #fff;
  border-color: #4faace;
}
@media only screen and (min-width: 769px) {
  .idx9 .TabContainer .TabPager > div:last-child:hover {
    background-color: #4faace;
    box-shadow: 0px 10px 40px 0px rgba(79, 170, 206, 0.3);
    color: #fff;
    border-color: #4faace;
  }
}
@media only screen and (min-width: 769px) {
  .idx9 .TabContainer .TabPager > div:hover {
    background-color: var(--clr2);
    box-shadow: 0px 10px 40px 0px rgba(233, 125, 16, 0.3);
    color: #fff;
    border-color: var(--clr2);
  }
}
.idx9 .TabContainer .TabContent .content {
  background: transparent;
}
.idx9 .idx9_tab {
  padding-top: 54px;
  padding-bottom: 122px;
  position: relative;
}
.idx9 .idx9_col {
  width: 540px;
}
.idx9 .img {
  position: absolute;
  left: calc(50% - 173px);
  bottom: 28.8%;
}
.idx9 .idx9_list li {
  width: 460px;
  margin-left: auto;
}
.idx9 .idx9_list li:not(:last-child) {
  margin-bottom: 24px;
}
.idx9 .idx9_list li a {
  font-size: 20px;
  display: block;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: #666666;
  border: 1px solid #f6f1ec;
  background-color: #f6f1ec;
  border-radius: 40px;
  text-decoration: none;
  padding: 0 0.5em 0 2.1em;
  height: 4em;
  display: flex;
  align-items: center;
  transition: 0.3s all;
  position: relative;
  position: relative;
}
.idx9 .idx9_list li a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx9_arr.png) no-repeat center/contain;
  width: 8px;
  height: 14px;
  right: 1.25em;
  top: calc(50% - 7px);
}
.idx9 .idx9_list li a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx9 .idx9_list li a:hover {
    background-color: #fff;
    border-color: var(--clr2);
    box-shadow: 0px 5px 40px 0px rgba(233, 125, 16, 0.1);
    color: var(--clr2);
  }
}
.idx9 .idx9_list li.lt0 a {
  letter-spacing: 0;
  font-size: 18px;
  height: 4.4444em;
}
@media only screen and (min-width: 769px) {
  .idx9 .idx9_list.idx9_list1 li:nth-child(2),
  .idx9 .idx9_list.idx9_list1 li:nth-child(4) {
    margin-left: 40px;
  }
  .idx9 .idx9_list.idx9_list1 li:nth-child(3) {
    margin-left: 0;
  }
  .idx9 .idx9_list.idx9_list2 li:nth-child(1),
  .idx9 .idx9_list.idx9_list2 li:nth-child(5) {
    margin-right: auto;
    margin-left: 0;
  }
  .idx9 .idx9_list.idx9_list2 li:nth-child(2),
  .idx9 .idx9_list.idx9_list2 li:nth-child(4) {
    margin-right: 40px;
  }
  .idx9 .idx9_list.idx9_list2 li:nth-child(3) {
    margin-right: 0;
  }
}
.idx9 #idx9_p.clr02 {
  color: #4faace;
}
.idx9 .tab1 .idx9_tab {
  position: relative;
}
.idx9 .idx9_list_item {
  justify-content: center;
  margin: 0 -10px;
}
.idx9 .idx9_list_item .item {
  width: calc(25% - 20px);
  margin: 0 10px;
  aspect-ratio: 305/311;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 22px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.idx9 .idx9_list_item .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.idx9 .idx9_list_item .item p {
  letter-spacing: 0.14em;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 60px;
}
@media only screen and (min-width: 769px) {
  .idx9 .idx9_list_item .item:hover::after {
    transform: scale(1.05);
  }
}
.idx9 .idx9_list_item .item1::after {
  background-image: url(../images/idx9_img1.jpg);
}
.idx9 .idx9_list_item .item2::after {
  background-image: url(../images/idx9_img2.jpg);
}
.idx9 .idx9_list_item .item3::after {
  background-image: url(../images/idx9_img3.jpg);
}
.idx9 .idx9_list_item .item4::after {
  background-image: url(../images/idx9_img4.jpg);
}
.idx9 .idx9_list_item .item5::after {
  background-image: url(../images/idx9_img5.jpg);
}
.idx9 .idx9_list_item .item6::after {
  background-image: url(../images/idx9_img6.jpg);
}
.idx9 .idx9_list_item .item7::after {
  background-image: url(../images/idx9_img7.jpg);
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx9 {
    margin-top: -140px;
    padding: 160px 0 0;
    background-size: 100%;
    background-color: #fff;
  }
  .idx9 .idx9_list li {
    width: 400px;
  }
  .idx9 .idx9_list li a {
    letter-spacing: 0 !important;
    font-size: 16px !important;
    padding-left: 1em;
  }
  .idx9 .img {
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx9 {
    background-size: 100%;
    margin-top: -60px;
    padding: 120px 0 0;
    background-color: #fff;
  }
  .idx9 .idx9_fblock {
    align-items: center;
  }
  .idx9 .TabContainer .TabPager {
    width: 60%;
  }
  .idx9 .TabContainer .TabPager > div p {
    letter-spacing: 0;
    font-size: 18px;
  }
  .idx9 .img {
    margin: 0 auto 40px;
    position: static;
    display: table;
    max-width: 280px;
  }
  .idx9 .idx9_col {
    width: calc(50% - 5px);
  }
  .idx9 .img {
    transform: scale(1);
  }
  .idx9 .idx9_tab {
    padding: 60px 0;
  }
  .idx9 .idx9_list li {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .idx9 .idx9_list li:not(:last-child) {
    margin-bottom: 10px !important;
  }
  .idx9 .idx9_list li a {
    height: 70px !important;
    letter-spacing: 0;
    font-size: 16px !important;
    padding-right: 2em;
    padding-left: 1em;
  }
  .idx9 .idx9_list_item {
    margin-left: -5px;
    margin-right: -5px;
  }
  .idx9 .idx9_list_item .item {
    width: calc(25% - 10px);
    margin: 0 5px 10px;
    padding-bottom: 10px;
  }
  .idx9 .idx9_list_item .item .ttl {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx9 .fblock {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx9 .idx9_list2 li:nth-child(3) br {
    display: block !important;
  }
}

.idx_bg {
  background-color: #f7f7f7;
}

.idx10 {
  padding: 81px 0 1px;
}
.idx10 h3 {
  color: #373737;
}
.idx10 .idx10_list {
  margin-top: 65px;
}
.idx10 .slick-list {
  margin: 0 -8px;
}
.idx10 .slick-slide {
  padding: 0 8px;
}
.idx10 .yt_res {
  position: relative;
  padding: 0 0 56.25% !important;
}
.idx10 .yt_res iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 10px;
}
.idx10 .slick-arrow {
  font-size: 10px;
  position: absolute;
  z-index: 2;
  width: 6em;
  height: 6em;
  background-color: #fff;
  border-radius: 50%;
  transform: unset;
  top: calc(50% - 3em);
}
.idx10 .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  background-color: var(--main-color);
  width: 100%;
  height: 100%;
  mask-size: 100%;
  mask-position: center;
}
@media only screen and (min-width: 769px) {
  .idx10 .slick-arrow:hover {
    background-color: var(--main-color);
  }
  .idx10 .slick-arrow:hover::after {
    background-color: #fff;
  }
}
.idx10 .slick-prev {
  left: -3em;
}
.idx10 .slick-prev::after {
  mask-image: url(../images/idx10_arr_l.png);
}
.idx10 .slick-next {
  right: -3em;
}
.idx10 .slick-next::after {
  mask-image: url(../images/idx10_arr_r.png);
}
.idx10 .btn {
  max-width: 320px;
  margin-top: 59px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx10 .inner_big {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx10 {
    padding: 60px 0;
  }
  .idx10 .slick-list {
    margin: 0 -4px;
  }
  .idx10 .slick-slide {
    padding: 0 4px;
  }
  .idx10 .idx10_list {
    margin-top: 40px;
  }
  .idx10 .slick-arrow {
    width: 4em;
    height: 4em;
    top: calc(50% - 2em);
  }
  .idx10 .btn {
    margin: 40px auto 0;
  }
}

.idx11 {
  background-image: url(../images/idx11_bg.png);
  padding: 268px 0 200px;
}
.idx11 .slider {
  width: 82.7777777778%;
  margin-right: -16.3194444444%;
  position: relative;
  z-index: 1;
}
.idx11 .slider::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-radius: 260px 0 0 260px;
  background-color: #d3e1e7;
  top: -189px;
  bottom: -120px;
  left: -120px;
  z-index: -1;
  right: -100vw;
}
.idx11 .idx11_slider:not(.slick-initialized) {
  opacity: 0;
}
.idx11 .idx11_slider .slick-list {
  margin: 0 -16px;
}
.idx11 .idx11_slider .slick-slide {
  padding: 0 16px;
  width: 2.46%;
}
.idx11 .idx11_slider .idx11_item {
  position: relative;
  z-index: 1;
  aspect-ratio: 460/663;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 45px;
}
.idx11 .idx11_slider .idx11_item::after {
  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;
  border-radius: 140px;
}
.idx11 .idx11_slider .idx11_item .ttl01 {
  letter-spacing: 0.1em;
  color: #4faace;
  line-height: 1.5;
  font-weight: 500;
  font-size: 24px;
  display: inline;
  padding: 1px 0px 5px 1px;
  text-align: center;
  font-family: var(--f-en);
  margin-bottom: 2px;
}
.idx11 .idx11_slider .idx11_item .ttl01 span {
  display: table;
  background-color: #fff;
  border-radius: 25px;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 9.6px 8px;
  margin-bottom: 7px;
}
.idx11 .idx11_slider .idx11_item .ttl01 span:last-child {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 11px;
  padding-right: 11px;
}
.idx11 .idx11_slider .idx11_item .ttl02 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0 auto;
  width: 75%;
}
.idx11 .idx11_slider .idx11_item1::after {
  background-image: url(../images/idx11_item1.jpg);
}
.idx11 .idx11_slider .idx11_item2::after {
  background-image: url(../images/idx11_item2.jpg);
}
.idx11 .idx11_slider .idx11_item3::after {
  background-image: url(../images/idx11_item3.jpg);
}
.idx11 .idx11_slider .idx11_item4::after {
  background-image: url(../images/idx11_item4.jpg);
}
@media only screen and (min-width: 3000px) {
  .idx11 .idx11_slider {
    width: 50vw;
  }
}
.idx11 .idx11_box {
  width: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 26.9%;
  top: -18.5%;
}
.idx11 .idx11_box .ixd11_page {
  width: 71px;
  height: 60px;
  display: flex;
  flex-direction: column;
}
.idx11 .idx11_box .ixd11_page p {
  letter-spacing: 0;
  font-family: var(--f-en);
  color: #666666;
  font-size: 1.5em;
  line-height: 1;
  margin-left: auto;
  margin-top: 0.375em;
  margin-right: 0.125em;
}
.idx11 .idx11_box .ixd11_page .idx11_current {
  color: var(--main-color);
  font-size: 2.25em;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: -0.2222em;
  margin-left: -0.1389em;
  position: relative;
}
.idx11 .idx11_box .ixd11_page .idx11_current::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx11_border.png) no-repeat center/contain;
  width: 1.0833em;
  height: 1.0556em;
  left: 33%;
  top: 61%;
}
.idx11 .idx11_arr {
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  transition: 0.3s all;
}
.idx11 .idx11_arr::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  mask-size: contain;
  mask-image: url(../images/idx11_arr_l.png);
  mask-position: center;
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx11 .idx11_arr:hover {
    background-color: var(--main-color);
  }
  .idx11 .idx11_arr:hover::after {
    background-color: #fff;
  }
}
.idx11 .idx11_prev {
  left: 0.0625em;
}
.idx11 .idx11_next {
  right: -0.0625em;
}
.idx11 .idx11_next::after {
  mask-image: url(../images/idx11_arr_r.png);
}
.idx11 .idx11_ttl {
  display: flex;
  padding-left: 41px;
  margin-top: -2px;
}
.idx11 .h_en {
  writing-mode: vertical-rl;
  font-size: 80px;
  margin-right: 16px;
  margin-top: 37px;
  letter-spacing: 0.065em;
}
.idx11 h3 {
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
.idx11 .btn {
  width: 230px;
  margin-top: 133px;
  margin-left: -5px;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx11 {
    background-size: 100%;
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .idx11 .idx11_box {
    right: 42%;
  }
  .idx11 h3,
  .idx11 .h_en {
    letter-spacing: 0;
  }
  .idx11 .idx11_box {
    top: -15%;
  }
  .idx11 .idx11_slider .idx11_item::after {
    border-radius: 80px;
  }
  .idx11 .btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx11 .txt {
    padding-right: 10px;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .idx11 .slider {
    margin-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .idx11 .slider::after {
    border-radius: 80px 0 0 80px;
    top: -120px;
    bottom: 0;
    left: 0;
  }
  .idx11 .idx11_slider .slick-slide {
    width: 400px;
  }
  .idx11 .idx11_slider .idx11_item .ttl01 {
    letter-spacing: 0;
  }
  .idx11 .idx11_slider .idx11_item .ttl02 {
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx11 .idx11_box {
    right: 42%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx11 {
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .idx11 .idx11_box {
    top: -13%;
  }
  .idx11 .idx11_slider .idx11_item::after {
    border-radius: 80px;
  }
  .idx11 .idx11_slider .idx11_item .ttl01 {
    font-size: 20px;
  }
  .idx11 .idx11_slider .idx11_item .ttl02 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .idx11 .slider {
    margin-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .idx11 .slider::after {
    border-radius: 80px 0 0 80px;
    top: -120px;
    bottom: 0;
    left: 0;
  }
  .idx11 .idx11_slider .slick-slide {
    width: 400px;
  }
}

.idx_banner {
  background-color: #f6f0ea;
  padding: 80px 0 48px;
}
.idx_banner .bn_it {
  max-width: 630px;
  height: 12.5em;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.idx_banner .bn_it::before, .idx_banner .bn_it::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s all;
}
.idx_banner .bn_it::before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.idx_banner .bn_it::after {
  right: 3.125em;
  margin: auto;
  width: 2.5em;
  height: 2.5em;
  background: rgba(255, 255, 255, 0.3) url(../images/idx_bn_arr.png) no-repeat center/contain;
  border-radius: 50%;
}
.idx_banner .bn_it.bn_faq {
  background-image: url(../images/idx_bn_faq.jpg);
}
.idx_banner .bn_it.bn_faq::before {
  background-color: rgba(130, 162, 88, 0.5);
}
.idx_banner .bn_it.bn_fee {
  background-image: url(../images/idx_bn_fee.jpg);
}
.idx_banner .bn_it.bn_fee::before {
  background-color: rgba(255, 137, 19, 0.5);
}
.idx_banner .bn_it.bn_fee .box_in {
  padding-left: 4.5625em;
}
.idx_banner .bn_it.bn_fee .bn_tl .en {
  margin-left: -0.06em;
}
.idx_banner .bn_it .bn_tl {
  color: #fff;
  font-weight: 500;
  font-size: 1.75em;
  line-height: 1.4;
  font-family: var(--f-en);
}
.idx_banner .bn_it .bn_tl .en {
  font-size: 1.7857142857em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-left: 0.16em;
  margin-bottom: 0.06em;
}
.idx_banner .bn_it .box_in {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.875em 1.25em 1.25em 4.125em;
}
@media only screen and (min-width: 769px) {
  .idx_banner .bn_it {
    width: calc(50% - 10px);
  }
  .idx_banner .bn_it:hover::before {
    opacity: 1;
  }
  .idx_banner .bn_it:hover::after {
    right: 2.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx_banner .bn_it {
    font-size: min(16px, 1.3vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx_banner {
    padding: 40px 0 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
  .idx_banner .bn_it {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .idx_banner {
    padding: 40px 0;
  }
  .idx_banner .bn_it {
    width: 100%;
    margin: 15px auto;
    font-size: min(14px, 2.5vw);
  }
  .idx_banner .bn_it .box_in {
    padding-left: 3.125em;
  }
}
@media only screen and (max-width: 450px) {
  .idx_banner .bn_it::after {
    font-size: 1.3em;
    right: 2.125em;
  }
  .idx_banner .bn_it .bn_tl {
    font-size: 1.85em;
  }
}
.idx_fixed_banner {
  left: 0;
  bottom: 20px;
  position: fixed;
  z-index: 9;
  font-size: 10px;
}
.idx_fixed_banner .close {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  width: 5em;
  height: 5em;
  top: -2.1em;
  right: -1.8em;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s all;
}
.idx_fixed_banner .close::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  mask-image: url(../images/fixed_banner_close.png);
  background-color: var(--clr2);
  inset: 0;
}
@media only screen and (min-width: 769px) {
  .idx_fixed_banner .close:hover {
    background-color: var(--clr2);
  }
  .idx_fixed_banner .close:hover::after {
    background-color: #fff;
  }
}
.idx_fixed_banner .txt {
  position: relative;
  background: url(../images/fixed_banner.jpg) no-repeat center/cover;
  width: 34em;
  height: 11em;
  border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0 1.2em 0.6em;
}
.idx_fixed_banner .txt p {
  color: #fff;
  line-height: 1;
  font-family: var(--f-en);
  font-size: 2.2em;
  letter-spacing: 0.24em;
  font-weight: 700;
}
.idx_fixed_banner .txt p span {
  font-weight: 500;
  font-size: 0.7273em;
  display: block;
  letter-spacing: 0.24em;
  margin-bottom: 0.875em;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx_fixed_banner {
    bottom: 10px;
    font-size: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .idx_fixed_banner {
    bottom: 10px;
    font-size: 7px;
  }
  .idx_fixed_banner.active {
    bottom: 70px;
  }
}

.idx11 .slider {
  opacity: 0;
  visibility: hidden;
}

.idx11 .slider.is-ready {
  opacity: 1;
  visibility: visible;
}