@charset "UTF-8";
/*
@function rem($size) {
  @return $size / 10 + rem;
}
*/
/*//////////////////////////////////////////
//  MV
//////////////////////////////////////////*/
.mv-section {
  position: relative;
}
.mv-section .mv-slider {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 42.5rem;
  background: linear-gradient(75deg, #fff 0, #fff 50%, var(--color-green) 50%, var(--color-green) 100%);
}
@media screen and (max-width: 1400px) {
  .mv-section .mv-slider {
    min-height: 48.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-section .mv-slider {
    max-height: 66.6666666667vw;
    overflow: hidden;
  }
}
.mv-section .mv-slider > li {
  display: block;
}
.mv-section .mv-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -0.5px; /* 隣のスライドと1px重なり合うように設定 */
}
.mv-section .mv-slider .slick-list {
  min-height: 42.5rem;
}
@media screen and (max-width: 1400px) {
  .mv-section .mv-slider .slick-list {
    min-height: 48.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-section .mv-slider .slick-list {
    max-height: 66.6666666667vw;
  }
}
.mv-section .mv-slider .slick-track {
  display: flex;
  align-items: center;
  min-height: 42.5rem;
}
@media screen and (max-width: 1400px) {
  .mv-section .mv-slider .slick-track {
    min-height: 48.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-section .mv-slider .slick-track {
    max-height: 66.6666666667vw;
  }
}
.mv-section .mv-slider .slick-slide {
  min-height: 42.5rem;
  padding: 0 1.875rem;
}
@media screen and (max-width: 1400px) {
  .mv-section .mv-slider .slick-slide {
    min-height: 48.5714285714vw;
    padding: 0 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-section .mv-slider .slick-slide {
    padding: 0 4vw;
    max-height: 66.6666666667vw;
  }
}
.mv-section .mv-slider .slick-slide picture {
  display: block;
  min-height: 42.5rem;
}
@media screen and (max-width: 1400px) {
  .mv-section .mv-slider .slick-slide picture {
    min-height: 48.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-section .mv-slider .slick-slide picture {
    max-height: 66.6666666667vw;
  }
}
.mv-section .mv-slider img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 75rem;
  min-height: 42.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
}
@media screen and (max-width: 1400px) {
  .mv-section .mv-slider img {
    min-height: 48.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-section .mv-slider img {
    max-height: 66.6666666667vw;
  }
}
.mv-section .slick-dots {
  position: absolute;
  bottom: 5.5rem;
  left: calc(50% - 75rem / 2 + 6.25rem);
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
}
@media screen and (max-width: 1400px) {
  .mv-section .slick-dots {
    bottom: 6.2857142857vw;
    left: calc(50% - 42.8571428571vw + 7.1428571429vw);
  }
}
.mv-section .slick-dots li {
  margin: 0;
  padding: 0;
}
.mv-section .slick-dots li button {
  padding: 0;
  width: 3.125rem;
  height: 0.125rem;
}
.mv-section .slick-dots li button:before {
  width: 3.125rem;
  height: 0.125rem;
  background: #fff;
  opacity: 1;
}
.mv-section .slick-dots li.slick-active button:before {
  background: var(--color-green);
}
.mv-section .mv-obj {
  max-width: 87.5rem;
  width: 100%;
  margin: 0 auto;
  height: 42.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .mv-section .mv-obj {
    max-width: 100vw;
    height: 48.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-section .mv-obj {
    height: 66.6666666667vw;
  }
}
.mv-section .mv-obj {
  /*
  &:before {
      content: "";
      display: inline-block;
      width: rem(190);
      height: rem(680);
      position: absolute;
      top: 0;
      left: rem(40);
      background: {
          image: url("../images/top/obj-arrow-left.png");
          size: 100%;
          position: center;
          repeat: no-repeat;
      }
      @include pc {
          width: vw(190);
          height: vw(680);
          left: vw(40);
      }
      @include sp {
          width: rems(150);
          height: rems(500);
          left: 0;
      }
  }
  &:after {
      content: "";
      display: inline-block;
      width: rem(190);
      height: rem(680);
      position: absolute;
      right: rem(40);
      background: {
          image: url("../images/top/obj-arrow-right.png");
          size: 100%;
          position: center;
          repeat: no-repeat;
      }
      @include pc {
          width: vw(190);
          height: vw(680);
          right: vw(40);
      }
      @include sp {
          width: rems(150);
          height: rems(500);
          right: 0;
      }
  }*/
}
.mv-section .mv-obj:before {
  content: "";
  display: inline-block;
  width: 8.875rem;
  height: 20.3125rem;
  position: absolute;
  background-image: url("../images/top/obj-mv.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: -1.25rem;
  top: 0.3125rem;
}
@media screen and (max-width: 1400px) {
  .mv-section .mv-obj:before {
    width: 10.1428571429vw;
    height: 23.2142857143vw;
    left: -1.4285714286vw;
    top: 0.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-section .mv-obj:before {
    width: 10.1333333333vw;
    height: 30vw;
    left: 0;
    top: -1.3333333333vw;
  }
}
.mv-section .mv-title {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-align: left;
  color: #fff;
  font-size: 3.859375rem;
  font-weight: bold;
  height: initial;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  left: 6.25rem;
  z-index: 1;
  gap: 2rem;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 1400px) {
  .mv-section .mv-title {
    font-size: 4.4107142857vw;
    left: 10vw;
    gap: 2.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-section .mv-title {
    font-size: 6.02vw;
  }
}
.mv-section .mv-title em {
  color: var(--color-green);
}
.mv-section .mv-title:after {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 0.125rem;
  margin-top: 0.625rem;
  margin-left: 0.3125rem;
  background: #49924c;
}
@media screen and (max-width: 1400px) {
  .mv-section .mv-title:after {
    width: 3.5714285714vw;
    height: 0.1428571429vw;
    margin-top: 0.7142857143vw;
    margin-left: 0.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-section .mv-title:after {
    width: 6.6666666667vw;
    height: 0.2666666667vw;
    margin-top: 1.3333333333vw;
    margin-left: 0.6666666667vw;
  }
}

/*//////////////////////////////////////////
//  about-section
//////////////////////////////////////////*/
.about-section {
  padding: 4.25rem 0 7.375rem;
  background-image: url("../images/top/img-regarding.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .about-section {
    padding: 9.0666666667vw 0 10.6666666667vw;
    background-image: url("../images/top/img-regarding_sp.jpg");
  }
}
.about-section .sec-header .sec-subtitle {
  color: #fff;
  font-family: var(--roboto);
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .about-section .sec-header .sec-subtitle {
    gap: 3.2vw;
  }
}
.about-section .sec-header .sec-subtitle:after {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 0.0625rem;
  background-color: #49924c;
}
@media screen and (max-width: 1400px) {
  .about-section .sec-header .sec-subtitle:after {
    width: 3.5714285714vw;
    height: 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .about-section .sec-header .sec-subtitle:after {
    width: 6.6666666667vw;
    height: 0.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .about-section .sec-header .sec-subtitle {
    font-size: 2vw;
    margin-bottom: 6.4vw;
  }
}
.about-section .sec-header .sec-title {
  color: #fff;
  font-size: 2.409375rem;
  line-height: 1.6601815824;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about-section .sec-header .sec-title {
    font-size: 5.6vw;
    line-height: 1.5238095238;
  }
}
.about-section .txt-box {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .about-section .txt-box {
    margin-top: 7.2vw;
  }
}
.about-section .txt-box h3 {
  font-size: 1.644375rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1400px) {
  .about-section .txt-box h3 {
    font-size: 0.8125rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .about-section .txt-box h3 {
    font-size: 3.4666666667vw;
    line-height: 1;
    margin-bottom: 3.2vw;
  }
}
.about-section .txt-box p {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 2.1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-section .txt-box p {
    font-size: 2.7333333333vw;
    line-height: 2.1;
  }
}

/*//////////////////////////////////////////
//  modal
//////////////////////////////////////////*/
.igax-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", -apple-system, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.igax-modal.is-open {
  display: flex;
  opacity: 1;
}

.igax-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  cursor: pointer;
}

.igax-modal__box {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 640px;
  max-height: 86vh;
  overflow-y: auto;
  background: #fff;
  border-top: 5px solid #e4004f;
  border-radius: 8px;
  padding: 40px 34px 30px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  -webkit-overflow-scrolling: touch;
}

.igax-modal__close {
  position: absolute;
  top: 8px;
  right: 14px;
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 1;
  font-size: 30px;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
}

.igax-modal__close:hover {
  color: #e4004f;
}

.igax-modal__label {
  display: inline-block;
  background: #e4004f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 12px;
  border-radius: 3px;
  margin: 0;
}

.igax-modal__title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  line-height: 1.55;
  margin: 14px 0 20px;
  padding: 0;
  border: none;
}

.igax-modal__text p {
  font-size: 14.5px;
  line-height: 1.95;
  color: #333;
  margin: 0 0 14px;
}

.igax-modal__text strong {
  color: #e4004f;
  font-weight: 700;
}

.igax-modal__contact {
  background: #f6f6f6;
  border-radius: 6px;
  padding: 16px 18px;
  margin-top: 6px;
}

.igax-modal__contact p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.igax-modal__contact-ttl {
  font-weight: 700;
  color: #222;
  margin-bottom: 4px !important;
}

.igax-modal__contact a {
  color: #e4004f;
}

.igax-modal__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.igax-modal__btn {
  display: inline-block;
  flex: 1;
  min-width: 160px;
  text-align: center;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #e4004f;
  background: #e4004f;
  color: #fff;
  transition: opacity 0.2s;
}

.igax-modal__btn:hover {
  opacity: 0.85;
}

.igax-modal__btn.-ghost {
  background: #fff;
  color: #e4004f;
}

@media screen and (max-width: 768px) {
  .igax-modal__box {
    padding: 34px 20px 24px;
  }
  .igax-modal__title {
    font-size: 17px;
    margin: 12px 0 16px;
  }
  .igax-modal__text p {
    font-size: 14px;
    line-height: 1.85;
  }
  .igax-modal__btn {
    min-width: 100%;
    flex: none;
  }
}/*# sourceMappingURL=top.css.map */