.top__fv{
  width: 100%;
}

.top__fv_sp{
  display: none;
  width: 100%;
}


.hero__content {
  width: 100%;
  /* height: 100vh; */
  /* display: flex;
  align-items: center;
  background: #CECECE; */
  position: relative;
}
.hero__title {
  color: #FFD500;
  font-size: clamp(3rem, 1.712rem + 2.68vw, 4rem);
  font-weight: 900;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
}
.hero__title-wrap {
  background: rgba(13, 27, 74, 0.7);
  width: 100%;
  height: 231px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hero__title-small {
  color: #FFD500;
  font-size: clamp(2.25rem, 1.284rem + 2.01vw, 3rem);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.hero__body {
  color: #fff;
  font-size: clamp(1.25rem, 0.928rem + 0.67vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
}

.about__section {
  padding: 80px 0 160px;
  background: url(../images/section__pattern.png) repeat;
  position: relative;
}
.about__title-deco {
  width: 140px;
  position: absolute;
  left: 100%;
  translate: 48px -20px;
}
.about__deco-top, .about__deco-bottom {
  width: clamp(18.75rem, 2.649rem + 33.5vw, 31.25rem);
  position: absolute;
}
.about__deco-top {
  top: 0;
  left: 100%;
  translate: max(-345px, -26.8vw + 21px) clamp(-8.75rem, -20.021rem + 23.45vw, 0rem);
}
.about__deco-bottom {
  top: 69%;
  left: -195px;
}
.about__body {
  color: #3B4043;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}
.about__primary-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 160px));
  justify-content: center;
  gap: clamp(2.25rem, -1.453rem + 7.71vw, 5.125rem);
}
.about__primary-el {
  display: grid;
  grid-template-columns: 1fr;
}
.about__primary-txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.intro__section {
  padding: 160px 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  position: relative;
}
.intro__title-deco {
  width: 140px;
  position: absolute;
  right: 100%;
  translate: -26px 0;
}
.intro__list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
  justify-content: center;
}
.intro__el a picture {
  transition: all 0.3s ease;
}
.intro__el a:hover picture {
  filter: drop-shadow(0 0 2px #C6006F);
  -webkit-filter: drop-shadow(0 0 2px #C6006F);
  -moz-filter: drop-shadow(0 0 2px #C6006F);
}
.intro__el a:hover .intro__text {
  color: #C6006F;
}
.intro__text {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.news__section {
  padding: 160px 0;
  background: url(../images/section__pattern.png) repeat;
}
.news__inner {
  display: grid;
  grid-template-columns: minmax(auto, 256px) minmax(auto, 592px);
  justify-content: center;
  gap: clamp(2.188rem, 0.642rem + 3.21vw, 4.5rem);
  align-items: center;
}
.news__buttons .section__title {
  margin: 0 0 40px;
}
.news__buttons .section__title .section__title-en, .news__buttons .section__title .section__title-jp {
  text-align: left;
}
.news__buttons-el {
  width: 100%;
}
.news__buttons-el:not(:last-child) {
  margin-bottom: 20px;
}
.news__buttons-button {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: 44px;
  border: 1px solid #707070;
  border-radius: 25px;
  background: #fff;
}
.news__buttons-button.is-active {
  color: #fff;
  background: #000;
}
.news__title-deco {
  width: 140px;
  position: absolute;
  left: 100%;
  bottom: 0;
  translate: 15px 19px;
}
.news__article-el {
  border-bottom: 1px solid #707070;
  padding: 0 20px 30px;
}
.news__article-el:not(:last-child) {
  margin-bottom: 30px;
}
.news__article-link {
  display: grid;
  grid-template-columns: minmax(auto, 184px) auto;
  gap: 20px;
}
.news__article picture {
  height: 123px;
  background: #EFEFEF;
}
.news__article-tags {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 10px;
  margin-bottom: 10px;
}
.news__article-tag {
  color: #151515;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
}
.news__article-ttl {
  font-size: clamp(1.125rem, 0.964rem + 0.34vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 10px;
}
.news__article-body {
  color: #3B4043;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no_info{
  font-size: 18px;
  text-align: center;
}

.faq__section {
  padding: 80px 0;
  background: url(../images/faq__back.png) no-repeat center/cover;
}
.faq__inner .section__title-jp {
  color: #fff;
}
.faq__body {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}
.faq__link a {
  font-size: 16px;
  font-weight: 500;
  width: 256px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 25px;
  transition: color 0.4s ease, border 0.4s ease, background 0.4s ease;
}
.faq__link a:hover {
  color: #fff;
  background: #C6006F;
  border: unset;
}

.contact__section {
  padding: 160px 0 80px;
  background: url(../images/section__pattern.png) repeat;
}
.contact__inner .section__title {
  margin: 0 auto 40px;
  padding: 0 clamp(3.375rem, -0.972rem + 9.05vw, 6.75rem);
}
.contact__deco-left, .contact__deco-right {
  width: 140px;
  position: absolute;
  bottom: 3px;
}
.contact__deco-left {
  right: 100%;
}
.contact__deco-right {
  left: 100%;
}
.contact__content-body {
  color: #3B4043;
  font-size: 16px;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto 25px;
  text-align: center;
  line-height: 2;
}
.contact__conversion {
  display: grid;
  grid-template-columns: minmax(auto, 384px) auto;
  justify-content: center;
  gap: 74px;
  margin-bottom: 160px;
}
.contact__conversion-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C6006F;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: 40px;
  border-radius: 25px;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16);
  transition: translate 0.4s ease, box-shadow 0.4s ease;
}
.contact__conversion-button a::before {
  content: "";
  background: url(../images/Icon\ ion-mail.png) no-repeat center/contain;
  width: 20px;
  height: 16px;
  margin-right: 4px;
}
.contact__conversion-button a:hover {
  box-shadow: unset;
  translate: 3px 3px;
}
.contact__conversion-number {
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 5px;
}
.contact__conversion-number::before {
  content: "";
  background: url(../images/icn__tel-black.png) no-repeat center/auto;
  width: 24px;
  height: 24px;
}
.contact__conversion-time {
  color: #3B4043;
  font-size: 16px;
  font-weight: 400;
  padding-left: 28px;
}
.contact__map iframe {
  width: 100%;
  height: 400px;
}

.attention__section {
  padding: 80px 0;
}
.attention__inner .section__title-wrap {
  padding: 0 clamp(0.625rem, -1.951rem + 5.36vw, 2.625rem);
}
.attention__inner .section__title-jp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: clamp(25.438rem, -20.416rem + 89.8vw, 56.25rem);
}
.attention__title-deco {
  width: 184px;
  position: absolute;
  bottom: 0;
  right: 100%;
  translate: 0 22px;
}
.attention__body {
  color: #3B4043;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .top__fv_sp{
    display: block;
    width: 100%;
  }
  .top__fv{
    display: none;
  }
  .hero__content {
   /*  height: clamp(23.438rem, 4.055rem + 82.7vw, 43.75rem); */
  }
  .hero__title {
    font-size: clamp(1.5rem, 0.069rem + 6.11vw, 3rem);
  }
  .hero__title-wrap {
    height: clamp(9.813rem, 5.399rem + 18.83vw, 14.438rem);
  }
  .hero__title-small {
    font-size: clamp(1.5rem, 0.069rem + 6.11vw, 3rem);
  }
  .hero__body {
    font-size: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
  }
  .about__section {
    padding: 10px 0 80px;
  }
  .about__title-deco {
    width: clamp(4.375rem, -0.396rem + 20.36vw, 9.375rem);
    position: unset;
    translate: unset;
    margin: 0 auto 10px;
  }
  .about__deco-top, .about__deco-bottom {
    width: clamp(15.625rem, 12.643rem + 12.72vw, 18.75rem);
  }
  .about__deco-top {
    translate: -160px -120px;
  }
  .about__deco-bottom {
    top: 86%;
    left: -125px;
  }
  .about__body {
    text-align: left;
    margin-bottom: 56px;
  }
  .about__primary-list {
    grid-template-columns: repeat(2, minmax(auto, 164px));
    gap: 20px;
  }
  .about__primary-txt {
    font-size: 18px;
  }
  .intro__section {
    padding: 80px 0;
  }
  .intro__title-deco {
    width: clamp(4.375rem, 0.2rem + 17.81vw, 8.75rem);
    margin: 0 auto 10px;
    position: unset;
    translate: unset;
  }
  .intro__list {
    grid-template-columns: 1fr;
  }
  .news__section {
    padding: 80px 0;
  }
  .news__inner {
    grid-template-columns: 1fr;
    gap: unset;
  }
  .news__buttons .section__title {
    margin: 0 auto 30px;
  }
  .news__buttons-wrap {
    display: none;
  }
  .news__title-deco {
    width: clamp(4.375rem, 0.2rem + 17.81vw, 8.75rem);
    margin: 0 auto 10px;
    position: unset;
    translate: unset;
  }
  .news__article {
    margin-bottom: 30px;
  }
  .news__article-el {
    padding: 0 15px 30px;
  }
  .news__article-link {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .news__article-link picture {
    height: clamp(13.313rem, -0.702rem + 59.8vw, 28rem);
  }
  .news__more a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 256px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #C6006F;
    border-radius: 25px;
  }

  .no_info{
    font-size: 16px;
    text-align: center;
    margin: 30px 0;
  }
  .faq__body {
    margin-bottom: 30px;
  }
  .faq__link a {
    color: #fff;
    background: #C6006F;
    border: unset;
  }
  .contact__section {
    padding: 80px 0 0;
  }
  .contact__inner .section__title {
    padding: 0 10px;
  }
  .contact__deco-left, .contact__deco-right {
    width: clamp(4.375rem, 0.2rem + 17.81vw, 8.75rem);
    bottom: 0;
    translate: 0 10px;
  }
  .contact__content-body {
    text-align: left;
    margin: 0 auto 30px;
  }
  .contact__conversion {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
  .contact__conversion-tel {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .contact__map {
    padding-bottom: 400px;
  }
  .contact__map iframe {
    position: absolute;
    left: -3.8vw;
    width: 100vw;
  }
  .attention__section {
    padding: 80px 0 60px;
  }
  .attention__title-deco {
    width: clamp(4.375rem, -2.424rem + 29.01vw, 11.5rem);
    margin: 0 auto 10px;
    position: unset;
    translate: unset;
  }
  .attention__body {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */