body {
  background-color: #f6f6f6;
}

@keyframes runDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(250%);
  }
}
.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 900px;
  width: 98.5%;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  font-size: 10px;
  position: relative;
}
@media only screen and (max-width: 1920px) {
  .home_page .key {
    max-width: 1880px;
  }
}
@media only screen and (max-width: 1566px) {
  .home_page .key {
    width: calc(100% - 40px);
  }
}
.home_page .key_bg {
  position: absolute;
  inset: 0;
}
.home_page .key_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.102);
  z-index: 1;
}
.home_page .key_bg .slider {
  display: flex;
  height: 100%;
}
.home_page .key_bg .slider .slide {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key_bg .slider_left {
  width: 50%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to right, black 90%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.home_page .key_bg .slider_left .slide {
  background-image: url("../images/idx_key_bg01.jpg");
}
.home_page .key_bg .slider_right {
  width: 50%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to left, black 70%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to left, black 70%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.home_page .key_bg .slider_right .slide01 {
  background-image: url("../images/idx_key_bg02_01.jpg");
}
.home_page .key_bg .slider_right .slide02 {
  background-image: url("../images/idx_key_bg02_02.jpg");
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.home_page .key .key_text .slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .catch {
  margin: auto;
  text-align: center;
  padding-top: 2.3em;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
}
.home_page .key h2 {
  display: inline;
  font-family: var(--f-jp);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: linear-gradient(to right, var(--main-color), var(--main-color)) bottom left/100% 0.7308em repeat-x;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0 3px 6px;
}
@media only screen and (min-width: 769px) {
  .home_page .key h2 {
    font-size: 5.2em;
  }
}
.home_page .key p {
  margin-top: 0.4286em;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.7142857143;
  letter-spacing: 0.14em;
  text-shadow: 0px 4px 5px rgba(46, 46, 46, 0.3);
}
.home_page .key .key_scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_scroll {
    bottom: 6.5em;
  }
}
.home_page .key .key_scroll a {
  display: table;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}
.home_page .key .key_scroll .txt {
  display: block;
  font-family: var(--f-jp);
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 0.625em;
}
.home_page .key .key_scroll .line {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 11em;
  background-color: rgba(255, 255, 255, 0.5);
}
.home_page .key .key_scroll .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4em;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  animation: runDown 1.5s infinite linear;
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_scroll a:hover .txt {
    color: var(--clr3);
  }
  .home_page .key .key_scroll a:hover .line::before {
    background-color: var(--clr3);
  }
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.home_page h3 > span {
  display: block;
}
.home_page h3::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  margin: 0 auto;
  margin-top: 0.3em;
  background-color: var(--main-color);
}
.home_page h3 .en {
  font-size: calc(var(--txt_size) + 2px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr2);
  margin-bottom: 3px;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.sm {
  font-size: var(--ttl_size);
  text-align: left;
}
.home_page h3.sm::after {
  display: none;
}
.home_page h3.sm .en {
  font-size: var(--txt_size);
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 40vw;
  }
}
@media only screen and (max-width: 1560px) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: calc(100vh - 22px);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1vmin;
  }
  .home_page .key p {
    font-size: 20px;
  }
  .home_page .key .key_scroll {
    font-size: min(0.78vw, 7.25px);
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx01 {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .idx01 {
    padding: min(7.8vw, 80px) 0px min(7.8vw, 72px);
    margin-top: calc(min(6vw, 65px) * -1);
  }
}
.idx01::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx01::before {
    width: 95%;
  }
}
@media only screen and (max-width: 1920px) {
  .idx01::before {
    max-width: 1820px;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 .content {
    display: flex;
    justify-content: center;
    align-items: inherit;
  }
}
.idx01 .content .box {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box {
    --pd-size: min(4.2vw, 80px);
    width: 70%;
    padding-top: 12px;
  }
}
.idx01 .content .box:nth-child(1) {
  --clr-box: var(--clr2);
  padding-right: var(--pd-size);
}
.idx01 .content .box:nth-child(1) .btn-group {
  right: -4px;
}
.idx01 .content .box:nth-child(2) {
  --clr-box: var(--main-color);
  padding-left: var(--pd-size);
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto 0;
    background-color: #b0b0b0;
  }
}
.idx01 .content .news {
  position: relative;
}
.idx01 .content h3 {
  margin-bottom: 13px;
}
.idx01 .content h3 .en {
  color: var(--clr-box);
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .idx01 .content h3 {
    padding-top: 2px;
  }
}
.idx01 .content li {
  width: auto;
}
.idx01 .content li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.idx01 .content li a {
  position: relative;
  display: flex;
  text-decoration: none;
  transition: all 0.38s linear;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: #49525b;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx01 .content li a {
    padding: 1.3125em 0 1.5625em;
    --w: 9.1875em;
  }
}
.idx01 .content li a::before {
  content: "";
  position: absolute;
  width: 0.375em;
  height: 0.625em;
  top: 0em;
  bottom: 0em;
  right: 0.3125em;
  margin: auto 0;
  --mask: url("../images/idx01_arr.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #b0b0b0;
}
.idx01 .content li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  inset: 0;
  background-color: var(--clr-box);
  opacity: 0.1;
  transition: all 0.3s linear;
  z-index: -1;
}
.idx01 .content li a span {
  display: inline-block;
}
.idx01 .content li a:hover {
  opacity: 1;
  padding-left: 5px;
}
.idx01 .content li a:hover::after {
  width: 100%;
}
.idx01 .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  color: #878e96;
}
.idx01 .content li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx01 .content .btn-group {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 1;
    width: 50%;
    max-width: 180px;
  }
}
.idx01 .content .btn-group .btn.style01 {
  width: 100%;
}

.idx02 {
  position: relative;
  background-image: url("../images/idx02_bg.jpg");
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx02 {
    margin-top: -56px;
    padding: min(15vw, 143px) 0 min(10vw, 120px);
    clip-path: ellipse(122% 100% at 50% 0%);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx02 {
    clip-path: ellipse(150% 100% at 50% 0%);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 {
    clip-path: ellipse(170% 100% at 50% 0%);
  }
}
.idx02 h3 .en-lg {
  position: absolute;
  font-family: var(--f-barlow);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 769px) {
  .idx02 h3 .en-lg {
    font-size: 4em;
    top: -0.2875em;
    left: -0.2313em;
    margin-left: -0.3125em;
  }
}
@media only screen and (min-width: 769px) {
  .idx02 h3 {
    text-align: left;
    padding-top: 0.725em;
    margin-bottom: 1.475em;
  }
  .idx02 h3::after {
    margin-left: 0;
  }
}
.idx02 .idx_box {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_box {
    font-size: min(0.54vw, 10px);
    justify-content: space-between;
  }
  .idx02 .idx_box_left {
    max-width: 650px;
    width: 52%;
  }
  .idx02 .idx_box_right {
    max-width: 603px;
    width: 48%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1280px) {
  .idx02 .idx_box_right {
    width: 46%;
  }
}
.idx02 picture {
  position: relative;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx02 picture {
    justify-content: flex-end;
  }
}
.idx02 picture::after {
  content: "";
  position: absolute;
  opacity: 0.2;
  background: url("../images/idx02_img_shape.png") no-repeat center/cover;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx02 picture::after {
    width: 102em;
    height: 70.1em;
    top: 0.1em;
    right: -11.4em;
  }
}
.idx02 picture img {
  mask-position: center center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-image: url("../images/idx02_img_mask.png");
  -webkit-mask-image: url("../images/idx02_img_mask.png");
}
@media only screen and (min-width: 769px) {
  .idx02 picture img {
    max-width: 83em;
  }
}
.idx02 .idx_map {
  max-width: 600px;
  height: 280px;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_map {
    margin-top: -7.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_map {
    height: 199px;
  }
}
.idx02 .idx_logo {
  margin-bottom: 9px;
}
.idx02 .idx_tel {
  margin-bottom: 3.7em;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_tel {
    margin-left: 0.2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_tel {
    font-size: 8.75px;
  }
}
.idx02 .idx_address {
  font-size: var(--txt_size);
  margin-bottom: 4px;
}
.idx02 .map_note {
  font-size: calc(var(--txt_size) - 2px);
  color: #fff;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .idx02 .time_sheet {
    margin-bottom: 32px;
  }
  .idx02 .time_sheet .tbl {
    font-size: min(0.875vw, 10px);
    margin-left: 3px;
    max-width: 600px;
  }
}
@media only screen and (min-width: 769px) {
  .idx02 .btn-group {
    font-size: 10px;
    --size-mg: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .btn-group {
    font-size: 8.75px;
    --size-mg: 5px;
  }
  .idx02 .btn-group .btn02 {
    width: 100%;
  }
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 1280px;
}
@media only screen and (min-width: 769px) {
  .popup {
    width: 80%;
    aspect-ratio: 16/9;
  }
}
.popup iframe {
  width: 100%;
  height: 100%;
}
.popup .btn-close {
  position: absolute;
  top: 0.7em;
  right: 3em;
  background: var(--main-color);
  color: white;
  border: none;
  border-radius: 50%;
  width: 1.75em;
  height: 1.75em;
  font-size: 20px;
  cursor: pointer;
}
.popup .btn-close:hover {
  background-color: var(--clr2);
}

.idx03 {
  position: relative;
  background-image: url("../images/idx03_bg.jpg");
  background-position: top left;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx03 {
    margin-top: calc(min(10.5vw, 165px) * -1);
    padding: min(20vw, 281px) 0 min(10vw, 120px);
  }
}
.idx03::before {
  content: "";
  position: absolute;
  width: 64.3em;
  aspect-ratio: 643/744;
  height: auto;
  top: -8.2em;
  right: -32.3em;
  background: url("../images/idx03_shape01.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx03::before {
    font-size: min(0.65vw, 10px);
  }
}
.idx03 .inner_big {
  position: relative;
}
.idx03 h3 {
  margin-bottom: 48px;
}
.idx03 .sub_ttl {
  text-align: center;
  margin-bottom: 41px;
}
.idx03 .idx_flow {
  position: relative;
  counter-reset: item;
  display: flex;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_flow {
    font-size: min(0.7vw, 10px);
    margin-bottom: 79px;
    width: 128em;
    justify-content: space-between;
  }
  .idx03 .idx_flow::before {
    content: "";
    position: absolute;
    width: 98.3em;
    aspect-ratio: 983/113;
    height: auto;
    top: 10.1em;
    left: -1.7em;
    right: 0px;
    margin: 0 auto;
    background: url("../images/idx03_line.png") no-repeat center/cover;
  }
}
.idx03 .idx_flow .item {
  position: relative;
  counter-increment: item;
  width: 23%;
  max-width: 29em;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_flow .item:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 2em;
    height: 1.8em;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: var(--main-color);
  }
  .idx03 .idx_flow .item02::before {
    top: 14em;
    left: -1.3em;
    rotate: 6deg;
  }
  .idx03 .idx_flow .item02 .img {
    position: relative;
    left: 0.5em;
  }
  .idx03 .idx_flow .item02 .img::before {
    left: -1em !important;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1023px) {
  .idx03 .idx_flow .item02 .desc {
    margin: 0 -3em;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_flow .item02 .desc {
    margin: 0 -0.5em;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_flow .item03::before {
    top: 15.2em;
    left: -1.5em;
    rotate: -17deg;
  }
  .idx03 .idx_flow .item04::before {
    top: 7.5em;
    left: -0.2em;
    rotate: 21deg;
  }
}
.idx03 .idx_flow .item:nth-child(odd) .img {
  border-color: var(--main-color);
}
.idx03 .idx_flow .item:nth-child(even) {
  margin-top: 4.9em;
}
.idx03 .idx_flow .item:nth-child(even) .img {
  border-color: var(--clr2);
}
.idx03 .idx_flow .item.item01 .img::before {
  background-image: url("../images/idx03_img01.png");
}
.idx03 .idx_flow .item.item02 .img::before {
  background-image: url("../images/idx03_img02.png");
}
.idx03 .idx_flow .item.item03 .img::before {
  background-image: url("../images/idx03_img03.png");
}
.idx03 .idx_flow .item.item04 .img::before {
  background-image: url("../images/idx03_img04.png");
}
.idx03 .idx_flow .item .img {
  position: relative;
  border-radius: 50%;
  border: 0.4em solid;
  width: 29em;
  height: 29em;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 2.8em;
  z-index: 2;
}
.idx03 .idx_flow .item .img::before {
  content: "";
  position: absolute;
  width: 22em;
  height: 22em;
  inset: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.idx03 .idx_flow .item .img::after {
  content: counter(item);
  position: absolute;
  font-family: var(--f-jp);
  font-size: 7em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: var(--clr-blue02);
  text-align: center;
  top: -0.7714em;
  left: 0em;
  right: 0em;
}
.idx03 .idx_flow .item .desc {
  font-size: calc(var(--txt_size) + 2px);
  font-weight: 500;
  line-height: 1.7777777778;
  text-align: center;
}

.idx04 {
  position: relative;
  background: url("../images/idx_pattern.jpg") repeat top left/236px 236px;
}
@media only screen and (min-width: 769px) {
  .idx04 {
    padding: 0 40px;
  }
}
.idx04::before {
  content: "";
  position: absolute;
  width: 72.9em;
  aspect-ratio: 729/597;
  height: auto;
  top: -31.7em;
  left: -25.1em;
  background: url("../images/idx04_shape01.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx04::before {
    font-size: min(0.6vw, 10px);
  }
}
.idx04 .content {
  max-width: 1720px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx04 .content {
    padding: min(10vw, 116px) 0 min(12vw, 206px);
    border-radius: 60px 60px 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .content {
    border-radius: 40px 40px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 h3 {
    margin-bottom: 20px;
  }
}
.idx04 .box {
  --clr-box: var(--clr2);
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx04 .box {
    font-size: 10px;
    --pd-size: min(12vw, 219px);
    justify-content: space-between;
  }
  .idx04 .box:not(:last-child) {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx04 .box {
    --pd-size: min(10vw, 219px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .box {
    --pd-size: 40px;
  }
}
.idx04 .box:nth-child(odd) {
  padding-left: var(--pd-size);
}
@media only screen and (min-width: 769px) {
  .idx04 .box:nth-child(odd) .box_img {
    margin-right: -6.4em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1866px) {
  .idx04 .box:nth-child(odd) .box_img {
    width: 58%;
    margin-right: -3.2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx04 .box:nth-child(odd) .box_img {
    margin-right: calc(min(2.6vw, 6.4em) * -1);
  }
}
.idx04 .box:nth-child(odd) .box_img .img_lg {
  position: relative;
  max-width: 904px;
}
.idx04 .box:nth-child(odd) .box_img .img_lg picture {
  mask-position: center center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-image: url(../images/idx04_img01_mask.png);
  -webkit-mask-image: url(../images/idx04_img01_mask.png);
}
.idx04 .box:nth-child(odd) .box_img .img_sm {
  width: 49%;
  max-width: 437px;
  position: relative;
  margin-top: -26.2%;
}
@media only screen and (min-width: 769px) {
  .idx04 .box:nth-child(odd) .box_img .img_sm {
    margin-left: -2.1%;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .box:nth-child(odd) .box_info {
    top: 21.1%;
    right: 24.9%;
  }
}
.idx04 .box:nth-child(even) {
  --clr-box: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx04 .box:nth-child(even) {
    flex-direction: row-reverse;
    padding-right: var(--pd-size);
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .box:nth-child(even) .box_img {
    margin-left: calc(min(2.6vw, 3.2em) * -1);
    padding-top: 3.1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1700px) {
  .idx04 .box:nth-child(even) .box_img {
    width: 55%;
  }
}
.idx04 .box:nth-child(even) .box_img .img_lg {
  position: relative;
  max-width: 880px;
}
.idx04 .box:nth-child(even) .box_img .img_lg picture {
  mask-position: center center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-image: url(../images/idx04_img03_mask.png);
  -webkit-mask-image: url(../images/idx04_img03_mask.png);
}
.idx04 .box:nth-child(even) .box_img .img_sm {
  width: 54%;
  max-width: 467px;
  position: relative;
  display: table;
  margin-left: auto;
  margin-top: -31.9%;
}
@media only screen and (min-width: 769px) {
  .idx04 .box:nth-child(even) .box_img .img_sm {
    margin-right: -8.6%;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .box:nth-child(even) .box_info {
    top: 18%;
    left: 19.6%;
  }
  .idx04 .box:nth-child(even) .box_info .en {
    padding-bottom: 0.875em;
  }
  .idx04 .box:nth-child(even) .box_info .jp {
    padding-bottom: 0.5714em;
  }
  .idx04 .box:nth-child(even) .box_info .jp .sm {
    padding-bottom: 1.0556em;
  }
  .idx04 .box:nth-child(even) .desc {
    margin-bottom: 49px;
  }
  .idx04 .box:nth-child(even) .btn-group .btn {
    margin-left: auto;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .box_content {
    max-width: 587px;
    width: 40%;
    padding-top: min(6.5vw, 98px);
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .box_img {
    width: 60.5%;
    max-width: 904px;
  }
}
.idx04 .box_info {
  position: absolute;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 769px) {
  .idx04 .box_info {
    font-size: min(0.65vw, 10px);
  }
}
.idx04 .box_info p {
  border-radius: 5px;
  font-family: var(--f-jp);
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .idx04 .box_info p {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.idx04 .box_info .en {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--clr-box);
  margin-bottom: 0;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .idx04 .box_info .en {
    padding: 1.1875em 0.875em 1.3125em 1.125em;
    margin-right: 0.8125em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .box_info .en {
    padding-left: 0.875em;
  }
}
.idx04 .box_info .jp {
  font-size: 2.8em;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx04 .box_info .jp {
    letter-spacing: 0.2em;
    padding: 0.5714em 0.7143em 0.5714em 0.7857em;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
  }
  .idx04 .box_info .jp .lg > span {
    margin-top: 0.4643em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .box_info .jp {
    padding-left: 0.7143em;
  }
}
.idx04 .box_info .jp .sm {
  position: relative;
  font-size: 0.6429em;
  letter-spacing: 0.16em;
}
@media only screen and (min-width: 769px) {
  .idx04 .box_info .jp .sm {
    padding-bottom: 0.8889em;
    margin-bottom: 0.7778em;
  }
}
.idx04 .box_info .jp .sm::before {
  content: "";
  position: absolute;
  aspect-ratio: 10/1;
  height: auto;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  left: 0em;
  background: url("../images/idx04_line.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx04 .box_info .jp .sm::before {
    width: 2.2222em;
  }
}
.idx04 .box .ttl {
  font-family: var(--f-jp);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
.idx04 .box .ttl > span {
  display: block;
}
.idx04 .box .ttl .en {
  color: var(--clr-box);
  font-size: var(--txt_size);
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media only screen and (min-width: 769px) {
  .idx04 .box .ttl {
    font-size: var(--ttl_size);
  }
}
.idx04 .box .desc {
  font-size: var(--txt_size);
}
.idx04 .box .desc p:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .idx04 .box .desc {
    margin-bottom: 3.1875em;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .box .btn-group {
    font-size: 10px;
  }
  .idx04 .box .btn-group .btn:not(:last-child) {
    margin-bottom: 2.7em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .box .btn-group {
    font-size: 8.75px;
  }
}

.idx05 {
  background-image: url("../images/idx05_bg.jpg");
}
@media only screen and (min-width: 769px) {
  .idx05 {
    padding: min(10vw, 116px) 0 min(10vw, 120px);
  }
}
@media only screen and (min-width: 769px) {
  .idx05 h3 {
    margin-bottom: 60px;
  }
}
.idx05 .TabContainer .TabPager {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.idx05 .TabContainer .TabPager > div {
  margin: 0;
  width: 25%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabPager > div {
    padding: 25px 20px 24px;
  }
  .idx05 .TabContainer .TabPager > div:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .TabContainer .TabPager > div {
    padding: 15px 20px;
  }
}
.idx05 .TabContainer .TabPager > div:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: -1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.idx05 .TabContainer .TabPager > div .tt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .TabContainer .TabPager > div .tt {
    font-size: 18px;
  }
}
.idx05 .TabContainer .TabPager > div .tt > span {
  display: block;
}
.idx05 .TabContainer .TabPager > div .tt .en {
  font-family: var(--f-jp);
  font-weight: 400;
  font-size: calc(var(--txt_size) - 2px);
  letter-spacing: 0.1em;
}
.idx05 .TabContainer .TabPager > div.active {
  pointer-events: none;
  background-color: #fff;
  z-index: 1;
}
.idx05 .TabContainer .TabPager > div.active .tt {
  color: var(--clr1);
}
.idx05 .TabContainer .TabPager > div.active .tt .en {
  color: var(--clr2);
}
.idx05 .TabContainer .TabContent {
  position: relative;
  z-index: 2;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.idx05 .TabContainer .TabContent .content {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content > div {
    padding: 60px 50px 49px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .TabContainer .TabContent .content > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content > div .box {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx05 .TabContainer .TabContent .content > div .box {
    align-items: flex-start;
  }
}
.idx05 .TabContainer .TabContent .content > div .box_img {
  flex-shrink: 0;
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content > div .box_img {
    max-width: 587px;
    width: 50%;
  }
}
.idx05 .TabContainer .TabContent .content > div .box_img picture img {
  border-radius: 20px;
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content > div .box_content {
    max-width: 525px;
    width: 45%;
    padding-bottom: 16px;
  }
}
.idx05 .TabContainer .TabContent .content > div .ttl {
  font-size: calc(var(--ttl_size) + 2px);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .TabContainer .TabContent .content > div .ttl {
    font-size: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content > div .desc {
    margin-bottom: 37px;
  }
}
.idx05 .TabContainer .TabContent .content > div .desc p {
  line-height: 1.875;
}

.idx06 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx06 {
    padding: min(10vw, 115px) 0 min(12vw, 120px);
  }
}
.idx06::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/866;
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  background: url("../images/idx06_bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.idx06 h3::after {
  display: none;
}
@media only screen and (min-width: 769px) {
  .idx06 h3 {
    margin-bottom: 18px;
  }
}
.idx06 .sub_ttl {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .idx06 .sub_ttl {
    margin-bottom: 47px;
  }
}
.idx06 .TabContainer .TabPager {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 0px auto;
}
.idx06 .TabContainer .TabPager > div {
  position: relative;
  width: 35%;
  max-width: 425px;
  background-color: #fff;
}
.idx06 .TabContainer .TabPager > div .tt {
  font-family: var(--f-jp);
}
@media only screen and (min-width: 769px) {
  .idx06 .TabContainer .TabPager > div {
    border-radius: 10px;
    margin: 0 10px;
    padding: 31px 20px 33px;
  }
  .idx06 .TabContainer .TabPager > div:hover {
    background-color: var(--clr-yellow01);
  }
  .idx06 .TabContainer .TabPager > div:hover .tt {
    color: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .TabContainer .TabPager > div {
    padding: 20px;
  }
}
.idx06 .TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(to bottom, #fff 50%, var(--main-color) 50%);
}
@media only screen and (min-width: 769px) {
  .idx06 .TabContainer .TabPager > div::before {
    height: 40px;
    bottom: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .TabContainer .TabPager > div::before {
    bottom: -15px;
    height: 30px;
  }
}
.idx06 .TabContainer .TabPager > div .tt {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .idx06 .TabContainer .TabPager > div .tt {
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .TabContainer .TabPager > div .tt {
    font-size: 22px;
  }
}
.idx06 .TabContainer .TabPager > div.active {
  pointer-events: none;
  background-color: var(--main-color);
}
.idx06 .TabContainer .TabPager > div.active::before {
  opacity: 1;
  visibility: visible;
}
.idx06 .TabContainer .TabPager > div.active .tt {
  color: #fff;
}
.idx06 .TabContainer .TabContent {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx06 .TabContainer .TabContent {
    border-radius: 20px;
    margin-top: -50px;
  }
}
.idx06 .TabContainer .TabContent .content {
  background-color: #efead7;
}
@media only screen and (min-width: 769px) {
  .idx06 .TabContainer .TabContent .content > div {
    padding: 110px 50px 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .TabContainer .TabContent .content > div {
    padding: 100px 40px 60px;
  }
}
.idx06 .TabContainer .TabContent .content > div .box .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px var(--size-mg);
}
@media only screen and (min-width: 769px) {
  .idx06 .TabContainer .TabContent .content > div .box .btn-group {
    --size-mg: 34px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .TabContainer .TabContent .content > div .box .btn-group {
    --size-mg: 15px;
  }
}
.idx06 .TabContainer .TabContent .content > div .box .btn02 {
  width: calc((100% - var(--size-mg) * 2) / 3);
}

.idx07 {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx07 {
    background-image: url("../images/idx07_bg.jpg");
    padding: min(10vw, 111px) 0 min(12vw, 122px);
  }
}
.idx07::before {
  font-size: min(0.55vw, 10px);
  content: "";
  position: absolute;
  width: 45.1em;
  aspect-ratio: 451/361;
  height: auto;
  top: 0px;
  right: 0px;
  background: url("../images/idx07_shape01.png") no-repeat center/cover;
}
.idx07::after {
  font-size: min(0.55vw, 10px);
  content: "";
  position: absolute;
  width: 52.3em;
  aspect-ratio: 523/380;
  height: auto;
  bottom: 0px;
  left: 0px;
  background: url("../images/idx07_shape02.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx07 h3 {
    margin-bottom: 38px;
  }
}
.idx07 h3::after {
  display: none;
}
.idx07 h3 .en {
  margin-bottom: 10px;
}
.idx07 h3 .jp-sm {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.1em;
  border: 1px solid;
  border-left: none;
  border-right: none;
  padding: 0.5455em 0 0.3636em;
  margin-bottom: 0.5909em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 h3 .jp-sm {
    font-size: 20px;
  }
}
.idx07 h3 .jp-sm > .uline {
  display: inline;
  color: var(--clr2);
  background: linear-gradient(to right, var(--clr-yellow02), var(--clr-yellow02)) bottom 2px left/100% 6px repeat-x;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.idx07 h3 .jp-sm > .lg {
  font-size: 1.0909em;
  letter-spacing: 0.1em;
}
.idx07 h3 .jp {
  font-size: calc(var(--ttl_size) + 6px);
}
.idx07 .desc {
  margin: 0 auto;
  max-width: 1070px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .idx07 .desc {
    margin-bottom: 49px;
  }
}

.idx08 {
  background-image: url("../images/idx08_bg.jpg");
}
@media only screen and (min-width: 769px) {
  .idx08 {
    padding: min(10vw, 116px) 0 60px;
  }
}
.idx08 h3::after {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx08 h3 {
    margin-bottom: 130px;
  }
}
.idx08 .content {
  max-width: 1660px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .idx08 .content {
    padding: 0 40px;
  }
}
.idx08 .idx_box {
  counter-reset: box;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx08 .idx_box {
    border-radius: 40px;
    margin-bottom: 60px;
    padding: 80px 0;
  }
}
.idx08 .box {
  font-size: 10px;
  --clr-box: var(--clr2);
  counter-increment: box;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx08 .box {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1700px) {
  .idx08 .box {
    font-size: min(0.4vw, 10px);
  }
}
.idx08 .box:not(:first-child) {
  align-items: center;
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .idx08 .box:not(:first-child) {
    align-items: flex-start;
    margin-top: 40px;
  }
}
.idx08 .box_content {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx08 .box_content {
    width: 50%;
  }
}
.idx08 .box_content::before {
  content: counter(box, decimal-leading-zero);
  display: block;
  font-family: var(--f-jp);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--clr-box);
  margin-bottom: 0.15em;
}
@media only screen and (min-width: 769px) {
  .idx08 .box_content::before {
    font-size: clamp(80px, 7.5vw, 120px);
    margin-left: -0.05em;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .box_img {
    width: 50%;
  }
}
.idx08 .box_img picture {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx08 .box_img picture img {
    border-radius: 20px;
    max-width: calc(100% + 7em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1800px) {
  .idx08 .box_img picture img {
    max-width: calc(100% + 4em);
  }
}
@media only screen and (min-width: 1280px) {
  .idx08 .box_img picture {
    min-height: 520px;
  }
  .idx08 .box_img picture img {
    max-height: 100%;
    width: auto;
    object-fit: cover;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .box:nth-child(odd) .box_content {
    padding-left: 15em;
    padding-right: 8.5em;
  }
}
@media only screen and (min-width: 1441px) {
  .idx08 .box:nth-child(odd) .box_content {
    padding-top: 1.6em;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .box:nth-child(odd) .box_img picture {
    justify-content: flex-start;
  }
  .idx08 .box:nth-child(odd) .box_img picture img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.idx08 .box:nth-child(even) {
  --clr-box: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx08 .box:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .box:nth-child(even) .box_content {
    padding-left: 8.9em;
    padding-right: 15em;
  }
}
@media only screen and (min-width: 1441px) {
  .idx08 .box:nth-child(even) .box_content {
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .box:nth-child(even) .box_img picture {
    justify-content: flex-end;
  }
  .idx08 .box:nth-child(even) .box_img picture img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .box:first-child {
    margin-top: calc(clamp(130px, 11vw, 150px) * -1);
  }
}
.idx08 .box:first-child .box_content {
  padding-top: 0;
}
@media only screen and (min-width: 769px) {
  .idx08 .box:first-child .box_img picture img {
    border-top-left-radius: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .box:last-child .box_img picture img {
    border-bottom-right-radius: 40px;
  }
}
.idx08 .box .ttl {
  font-family: var(--f-jp);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx08 .box .ttl {
    font-size: clamp(21px, 2vw, 36px);
    padding-bottom: 0.8333em;
    margin-bottom: 0.6944em;
  }
}
.idx08 .box .ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  --mask: url("../images/idx08_line.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--clr-box);
  width: 68px;
  height: 4px;
}
.idx08 .box .desc {
  font-size: var(--txt_size);
}
.idx08 .box .desc p:not(:last-child) {
  margin-bottom: 5px;
}

.home_page .idx_payment {
  padding: 20px 20px;
  margin-bottom: 32px;
  border-radius: 10px;
  background-color: white;
}
.home_page .idx_payment .ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: var(--clr1);
}
.home_page .idx_payment .payment_method_gr {
  --size-mg: 3.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(var(--size-mg) * -1);
}
.home_page .idx_payment .payment_method_gr .item {
  margin: var(--size-mg);
  width: calc(33.333333% - 2 * var(--size-mg));
  max-width: 100px;
}
.home_page .idx_payment .payment_method_gr .item img {
  max-width: 100%;
  mask-image: unset;
  -webkit-mask-image: unset;
}
@media only screen and (max-width: 1024px) {
  .home_page .idx_payment .ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .home_page .idx_payment {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .home_page .idx_payment .ttl {
    margin-bottom: 15px;
  }
}

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