html {
  font-size: 100%;
  scroll-behavior: smooth;
}

/* スマホデザインが414pxで作られている場合の,rem可変を同倍率可変にする場合は有効・不要なら削除 */
@media screen and (max-width: 767.98px) {
  html {
    font-size: 3.8647342995vw;
  }
}
html {
  font-size: 20.86px;
}

:where(.ali) img {
  width: 100%;
}

.ali {
}

/* ここにPCを時の背景 */
.ali:before {
  content: "";
  background-image: url(../img/pc-1.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .ali:before {
    display: none;
  }
}

.ali__inner {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 1155px;
  margin-inline: auto;
  min-height: 100vh;
}

.ali-pc-logo {
  position: fixed;
  top: 3.4%;
  left: 3%;
}
@media screen and (max-width: 1000.98px) {
  .ali-pc-logo {
    display: none;
  }
}

.ali-pc-logo__img {
  width: 33.3%;
}

.ali-pc-left {
  /* margin-right: -0.7%; */
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1000.98px) {
  .ali-pc-left {
    display: none;
  }
}

.ali-pc-left__inner {
  position: sticky;
  top: 50vh;
  transform: translate(-4%, -45%);
  max-width: 483px;
  /* margin-left: 19%; */
  /* margin-right: 20%; */
  margin-right: min(5.8vw, 20%);
  max-height: 90vh;
  aspect-ratio: 1 / 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
.ali-pc-left__img {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.ali-content {
  background-color: #fff;
  margin-top: 54px;
  margin-top: 2.575rem;
  position: relative;
  border: 3px solid #ffffff;
}
@media screen and (max-width: 1000.98px) {
  .ali-content {
    margin-top: 0;
  }
}

.ali-content__inner {
  width: 570px;
  margin-inline: auto;
  overflow: hidden;
}

.ali-content__inner > * {
  position: relative;
}

.ali-pc-right {
  margin-left: 10.2%;
}
.ali-pc-right__inner {
  position: sticky;
  top: 50vh;
  transform: translateY(-50%);
}

.ali-pc-right__img {
  width: 200px;
  width: 12.5rem;
  height: 200px;
  height: 12.5rem;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 1059.98px) {
  .ali-pc-right {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .ali {
  }

  .ali__inner {
    width: 100%;
    display: block;
  }

  .ali-pc-logo {
    display: none;
  }

  .ali-pc-left {
    display: none;
  }

  .ali-pc-left__inner {
  }

  .ali-content {
    border: none;
  }

  .ali-content__inner {
    width: 100%;
  }

  .ali-pc-right {
  }

  .ali-pc-right__inner {
  }
}
/* ==============================================
　ここからサイト固有のスタイルを記述
==============================================
*/
.ali-s1 {
  position: relative;
}
.ali-s2 {
}
.ali-s3 {
}
.ali-s4 {
}
.ali-s5 {
}
.ali-s6 {
  position: relative;
}
.ali-s7 {
}
.ali-s8 {
}
.ali-s9 {
}
.ali-s10 {
  position: relative;
  z-index: 0;
}
.ali-s10 h2 {
}
.ali-s11 {
}
.ali-s12 {
}
.ali-s13 {
}
.ali-s14 {
}
.ali-s15 {
  position: relative;
}
.ali-btn {
  position: absolute;
  bottom: 0;
  width: 89.2%;
  left: 50%;
  transform: translate(-50%, -29%);
  /* display: block; */
  /* margin-left: 37px;
  /* margin-left: 2.3125rem; */
}
.ali-btn--pc {
  display: block;
  position: static;
  transform: none;
  width: 83.1%;
  margin-left: -40px;
  margin-inline: auto;
  margin-left: 4%;
}
.ali-s1-btn {
  width: 31.7%;
  height: 5.7%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  opacity: 0;
}
.ali-btn--1 {
}
.ali-btn--2 {
  transform: translate(-50%, -25%);
}
.ali-btn--3 {
  transform: translate(-50%, -96%);
}
.ali__pdf-btn-content {
  position: absolute;
  width: 79.3%;
  margin-inline: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -61%);
}
.ali__pdf-btn {
  display: block;
}
.ali__pdf-btn--1 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
/* Modaal PDF popup */

.modaal-overlay {
  background: rgba(0, 0, 0, 0.75);
  z-index: 1001 !important;
  cursor: default !important;
}

/* Swiper */
.ali-s10__swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -29.5%);
  width: 100%;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  overflow: visible;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  box-sizing: border-box;
  z-index: 2;
}
.ali-s10__swiper .swiper-wrapper {
  align-items: flex-start;
}

.ali-s10__swiper .swiper-slide {
  height: auto;
}

.ali-s10__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ali-s10__swiper .ali-s10__swiper-pagination {
  text-align: center;
  /* padding-left: 20px;
  /* padding-left: 1.25rem; */
  bottom: 10px;
  bottom: 0.625rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.ali-s10__swiper .swiper-pagination-bullet {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  margin-left: 8px !important;
  margin-left: 0.5rem !important;
  margin-right: 8px !important;
  margin-right: 0.5rem !important;
  background: #5c5b5a;
  opacity: 0.8;
}

.ali-s10__swiper .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

/* ==============================================
　無限ループスライダー (Marquee)
==============================================
*/

/* アニメーションの定義 */
@keyframes marquee-to-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-to-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* スライダー全体のコンテナ */
.marquee {
  margin: 15px 0;
  margin: 0.9375rem 0;
  position: absolute;
  top: 50%;
  transform: translateY(-15%);
  width: 100%;
  margin: 0;
  z-index: 2;
}

.marquee__track {
  overflow: hidden;
}

.marquee__track--to-left {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.marquee__list {
  display: flex;
  width: fit-content;
}

.marquee__list img {
  display: block;
  flex-shrink: 0;
  width: auto;
  max-width: none;
  height: 99.2px;
  height: 6.2rem;
  object-fit: contain;
  margin-left: 10px;
}

@media screen and (min-width: 550px) and (max-width: 767.98px) {
  .marquee__list img {
    height: 180px;
  }
}

.marquee__track--to-left .marquee__list {
  animation: marquee-to-left 30s linear infinite;
}
.marquee__track--to-right .marquee__list {
  animation: marquee-to-right 30s linear infinite;
}

/* ==============================================
　FAQ
==============================================
*/
.faq-list {
  padding: 10px 25px 25px;
  padding: 0.625rem 1０625rem 1.0625rem;
  font-family: "Noto Sans JP";
  color: #2b3b42;
}

.faq-item {
  background: #fff;
  border: 1.5px solid #c1cacd;
  border: 0.09375rem solid #c1cacd;
  border-radius: 9px;
  border-radius: 0.5625rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.faq-item__inner {
  width: 80%;
  margin-inline: auto;
  margin-right: 6%;
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 17px 39px 17px 0;
  padding: 1.0625rem 2.4375rem 1.0625rem 0;
  cursor: pointer;
  font-size: 16.178px;
  font-size: 1.011125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.809px;
  letter-spacing: 0.0505625rem;
}
.faq-text::before {
  content: "";
  background-image: url(../img/question.png);
  background-size: 100% 100%;
  width: 14px;
  width: 0.875rem;
  height: 20.4px;
  height: 1.275rem;
  position: absolute;
  top: -17px;
  top: -1.0625rem;
  top: 35%;
  left: -11%;
  transform: translate(-50%, -35%);
  z-index: 10;
}
.faq-icon-q {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  flex-shrink: 0;
}
.faq-icon-q img {
  width: 100%;
}

.faq-text {
  flex: 1;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}
.faq-toggle {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  flex-shrink: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.faq-text::after {
  content: "＋";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(177%, -18%);
  font-size: 18.8px;
  font-size: 1.175rem;
}
.faq-item.is-open .faq-text::after {
  content: "－";
}
.faq-item.is-open .faq-toggle::before {
  display: none; /* ＋を非表示 */
}
.faq-item.is-open .faq-toggle::after {
  display: block; /* －を表示 */
}

.faq-answer {
  display: none;
  padding: 0px 0 20px;
  padding: 0rem 0 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}

@media screen and (max-width: 767.98px) {
  .faq-text {
    flex: 1;
    font-weight: bold;
    /* font-size: 16px; */
    font-size: 0.8rem;
    line-height: 1.5;
    position: relative;
  }
  .faq-answer {
    display: none;
    padding: 0px 0 20px;
    padding: 0rem 0 1.25rem;
    font-size: 14px;
    font-size: 0.675rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.7px;
    letter-spacing: 0.04375rem;
  }
}

.ali__access-map {
  overflow: hidden;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -78%);
  width: 87%;
}

.ali__access-map iframe {
  width: 100%;
  border: 0;
  aspect-ratio: 361 / 215;
}
.ali__copyright {
  background-color: #d9d9d9;
}
.ali__follow {
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  bottom: 0rem;
}
.ali__follow-btn {
  width: 89.2%;
  display: block;
  margin-inline: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.ali__follow.hidden {
  display: none;
}

@media screen and (min-width: 767.98px) {
  .ali__follow {
    display: none;
  }
}

.btn-sec {
  position: absolute;
  top: 82.7%;
  width: 100%;
}

.btn-sec__list {
  display: flex;
  gap: 21.4px;
  width: 40.8502415459%;
  margin: 0 auto;
  justify-content: space-between;
}

.btn-sec__list-item {
  width: 23.935666982%;
  list-style: none;
}

/* ==============================================
　（追加）インラインモーダル用のスタイル
==============================================
*/
.modaal-inner-wrapper {
  padding: 0 !important;
}
.modaal--spec .modaal-container {
  width: 95vw;
  background-color: transparent;
  box-sizing: border-box;
  max-width: 1000px;
}
.modal-spec-content {
  text-align: center;
}

.modal-spec-content img {
  width: 100%;
  height: auto;
  /* margin-bottom: 15px;  */
  cursor: default;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  display: block;
}

.modal-spec-link {
  font-size: 13px;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: underline;
  border-radius: 4px;
  font-family: Noto serif;
  font-weight: bold;
  margin-top: 15px;
}
.modal-spec-link:hover {
  color: #ddd;
}
.modaal-content-container {
  padding: 0 !important;
  margin-top: 25px;
}
.modaal-close:hover,
.modaal-close:focus {
  background: transparent !important;
}

.modaal-close:hover::before,
.modaal-close:hover::after,
.modaal-close:focus::before,
.modaal-close:focus::after {
  background: #fff !important;
}
.modaal-wrapper {
  z-index: 1002 !important;
}
