@charset "UTF-8";
/*
Theme Name: IYASHI Original Theme
Description: リラクゼーション IYASHI オリジナルテーマ。
Version: 1.0.2
Author: Voleur .Inc
Author URI: https://www.voleur.co.jp/
*/
/* ===== foundation ===== */
:root {
  --pcBaseWidth: 192;
  --spBaseWidth: 120;
  --headerHeight: clamp(60px, 7.4074074dvh, 80px);
  --headline: 30px;
}
@media (max-width: 780px) {
  :root {
    --headerHeight: calc(8.99550225dvh + 1rem);
  }
}

html {
  scroll-behavior: smooth;
}

.wf-loading {
  opacity: 0;
}

body {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #fafafa;
}

section {
  padding: 11.11111112dvh 0;
}
@media (max-width: 780px) {
  section {
    padding: 10% 0;
  }
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #3EA6FF;
}

.Br-p {
  display: block;
}
@media (max-width: 450px) {
  .Br-p {
    display: none;
  }
}

.Br-l {
  display: none;
}
@media (max-width: 1550px) {
  .Br-l {
    display: block;
  }
}

.Br-m {
  display: none;
}
@media (max-width: 1080px) {
  .Br-m {
    display: block;
  }
}

.Br-s {
  display: none;
}
@media (max-width: 780px) {
  .Br-s {
    display: block;
  }
}

.Br {
  display: none;
}
@media (max-width: 450px) {
  .Br {
    display: block;
  }
}

.wrapper {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}
@media (max-width: 1760px) {
  .wrapper {
    padding: 0 5vw;
  }
}
@media (max-width: 780px) {
  .wrapper {
    padding: 0 2.5vw;
  }
}

.inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2.0833333333vw;
}
@media (max-width: 1440px) {
  .inner {
    padding: 0 5vw;
  }
}
@media (max-width: 780px) {
  .inner {
    padding: 0 2.5vw;
  }
}

.dis-pc {
  display: block;
}
@media (max-width: 780px) {
  .dis-pc {
    display: none !important;
  }
}

.dis-sp {
  display: none;
}
@media (max-width: 780px) {
  .dis-sp {
    display: block !important;
  }
}

.dis-pc-mv {
  display: block;
}
@media (max-width: 550px) {
  .dis-pc-mv {
    display: none !important;
  }
}

.dis-sp-mv {
  display: none;
}
@media (max-width: 550px) {
  .dis-sp-mv {
    display: block !important;
  }
}

/* img */
img {
  display: block;
}

.back-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-cover {
  --z-index: 0;
  position: relative;
  z-index: var(--z-index);
  overflow: hidden;
}
.img-cover::after {
  content: "";
  position: absolute;
  z-index: calc(var(--z-index) + 1);
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
}

/* display */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 780px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* block */
@media (max-width: 750px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 750px) {
  .sp-block {
    display: block;
  }
}

/* ===== typography ===== */
@font-face {
  font-family: "Source Han Serif JP";
  src: url(font/SourceHanSerifJP-Regular.woff2) format("woff2"), url(font/SourceHanSerifJP-Regular.woff) format("woff"), url(font/SourceHanSerifJP-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Han Serif JP";
  src: url(font/SourceHanSerifJP-Light.woff2) format("woff2"), url(font/SourceHanSerifJP-Light.woff) format("woff"), url(font/SourceHanSerifJP-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Han Serif JP";
  src: url(font/SourceHanSerifJP-ExtraLight.woff2) format("woff2"), url(font/SourceHanSerifJP-ExtraLight.woff) format("woff"), url(font/SourceHanSerifJP-ExtraLight.otf) format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter Variable";
  src: url("fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2"), url("fonts/Inter-VariableFont_opsz,wght.woff") format("woff"), url("fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
}
html {
  font-size: calc(100vw / var(--pcBaseWidth));
}
@media (max-width: 780px) {
  html {
    font-size: calc(100vmax / var(--spBaseWidth));
  }
}

body {
  font-family: "Source Han Serif JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 200;
  color: #222;
  line-height: 1.6;
}

h2 {
  font-size: clamp(24px, 3.2rem, 32px);
  font-weight: 400;
  line-height: 1.6;
}

h3 {
  font-size: clamp(20px, 2.4rem, 24px);
  font-weight: 300;
  line-height: 1.6;
}

.u-heading-txt {
  font-family: "Inter Variable", "Arial", "Helvetica Neue", Helvetica, sans-serif;
}

.font-en {
  font-family: "Inter Variable", "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.font-stack {
  font-family: "Source Han Serif JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

.font-s {
  font-size: 0.875em;
}

.font-ss {
  font-size: 0.75em;
}

.accent-color {
  color: #0098FF;
}

/* ===== u text ===== */
.u-heading-txt {
  font-size: clamp(16px, 4.8rem, 48px);
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
.u-heading-txt--gray {
  color: #C4C4C4;
}
.u-heading-txt--black {
  color: #222;
}

.u-heading-message {
  font-size: clamp(20px, 5.6rem, 48px);
  font-weight: 200;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.05em;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== c line ===== */
.c-line-accent {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  display: block;
  width: calc(100% + 0.25em);
  height: 0.2em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-line-accent--1 {
  background: #3EA6FF;
}
.c-line-accent--2 {
  background: #DBC26E;
}

.c-line-underline {
  display: block;
  width: 100%;
  height: 0.2em;
  background: #002A5C;
}

/* ===== c shape ===== */
/* ===== c button ===== */
.c-btn-open {
  --btn-w: 45px;
  --line-h: 5px;
  position: relative;
  width: var(--btn-w);
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media (max-width: 450px) {
  .c-btn-open {
    --btn-w: 40px;
    --line-h: 4px;
  }
}
.c-btn-open > span {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: var(--line-h);
  border-radius: calc(var(--line-h) / 2);
  background: #002A5C;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-btn-open > span:nth-child(1) {
  top: 25%;
}
.c-btn-open > span:nth-child(2) {
  top: 50%;
  opacity: 1;
}
.c-btn-open > span:nth-child(3) {
  top: 75%;
}
.c-btn-open.active > span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-btn-open.active > span:nth-child(2) {
  opacity: 0;
}
.c-btn-open.active > span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5em;
  font-size: clamp(14px, 1.25vw, 24px);
  font-weight: 200;
  letter-spacing: 0.05em;
}
.c-btn-more__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.c-btn-more__icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-btn-cta {
  position: relative;
  display: block;
  width: 320px;
  padding: 1.5em 3em;
  border-radius: 0.25em;
  background: #fefefe;
  font-size: clamp(16px, 2rem, 20px);
  color: #222;
  text-align: center;
}
.c-btn-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: url(images/svg/right-icon.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 450px) {
  .c-btn-cta {
    width: 280px;
  }
}

/* ===== c box ===== */
.c-site-name {
  display: block;
  width: 10.416667vw;
  max-width: 200px;
  aspect-ratio: 1/1;
}
.c-site-name img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-deco-box {
  width: 10vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.c-deco-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===== c cards ===== */
/* ===== common ===== */
.l-common-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-width: 1920px;
  overflow: hidden;
}
.l-common-bg .back-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-common-bg .overlay {
  position: absolute;
  inset: 0;
  background: rgba(49, 29, 3, 0.4);
  mix-blend-mode: hard-light;
  pointer-events: none;
}

.l-common-header2 {
  position: relative;
}
.l-common-header2__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-common-header2__container .nav-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 2.5em;
}
.l-common-header2__container .nav-list ul li {
  font-size: clamp(14px, 1.6rem, 16px);
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 450px) {
  .l-common-header2__container .nav-list {
    display: none;
  }
}

.l-common-mv {
  position: relative;
  width: 100%;
  height: 50vh;
  max-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .l-common-mv {
    height: 70vh;
    min-height: 400px;
    max-height: none;
  }
}
.l-common-mv h1 {
  font-size: clamp(32px, 5.666vw, 56px);
  font-weight: 600;
  color: #fefefe;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-sns-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}
.l-sns-menu ul > li {
  width: clamp(24px, 1.4vw, 28px);
  aspect-ratio: 1/1;
}
.l-sns-menu ul > li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* ===== 404 ===== */
.l-404 {
  width: 100%;
  height: 90vh;
  max-height: 900px;
  text-align: center;
  padding: 80px 20px;
}
.l-404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 720px;
  height: 100%;
  margin: 0 auto;
}
.l-404__container {
  padding: 5em 7.5em;
  border-radius: 1em;
  background: #fafafa;
}
@media (max-width: 780px) {
  .l-404__container {
    padding: 5em 2.5em;
  }
}
@media (max-width: 450px) {
  .l-404__container {
    padding: 5em 1.5em;
  }
}
.l-404__title {
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: bold;
  margin-bottom: 1em;
}
.l-404__text {
  font-size: 16px;
  color: #666;
  margin-bottom: 2em;
  line-height: 1.8;
}
.l-404__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-404__btns .c-btn {
  padding: 1em 2em;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  background: #002A5C;
  color: #fff;
}
.l-404__btns .c-btn--sub {
  background: #002A5C;
  color: #fff;
}

/* ===== cta ===== */
.l-common-cta {
  position: relative;
  background: #002A5C;
}
@media (max-width: 450px) {
  .l-common-cta {
    padding: 7.5vh 0 12.5vh;
  }
}
.l-common-cta__heading {
  margin: 0 auto 1em;
  color: #fefefe;
}
@media (max-width: 450px) {
  .l-common-cta__heading {
    font-size: 7vw;
    text-align: center;
    line-height: 1.4;
  }
}
.l-common-cta__txt {
  font-size: clamp(14px, 2.4rem, 24px);
  text-align: center;
  color: #fefefe;
  margin-bottom: 1em;
}
.l-common-cta > .bg-illust {
  --margin: 2.5vw;
  position: absolute;
  bottom: var(--margin);
  right: var(--margin);
  width: 11.71875vw;
  max-width: 225px;
  min-width: 120px;
  aspect-ratio: 1/1;
}
.l-common-cta > .bg-illust > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.l-cta {
  width: 100%;
  padding: 2.5em;
  border: 5px solid #DBC26E;
  border-radius: 1em;
  background: #FFFFE2;
}
@media (max-width: 960px) {
  .l-cta {
    padding: 1.5em 1em;
  }
}
.l-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  width: 100%;
}
@media (max-width: 450px) {
  .l-cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-cta__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  max-width: 600px;
}
.l-cta__question {
  font-size: clamp(16px, 2.4rem, 24px);
  font-weight: 500;
}
.l-cta__question .q-mark {
  font-weight: 700;
  color: #F4B200;
}
.l-cta__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  width: 100%;
}
@media (max-width: 960px) {
  .l-cta__options {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}

/* ===== form ===== */
.l-contact-form {
  padding: 15vh 0 10vh;
}
.l-contact-form__head {
  margin-bottom: 3em;
}
.l-contact-form__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 5em;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 780px) {
  .l-contact-form__container {
    padding: 5em 2.5em;
  }
}
.l-contact-form__container .c-step-nav {
  position: relative;
  min-width: 560px;
  margin: 0 auto;
  margin-bottom: 5em;
}
@media (max-width: 780px) {
  .l-contact-form__container .c-step-nav {
    margin-bottom: 2.5em;
    min-width: 100%;
  }
}
.l-contact-form__container .c-step-nav .active {
  font-weight: 700;
  color: #0098FF;
}
.l-contact-form__container .c-form-line {
  width: 100%;
  height: 2px;
  background: #e1e1e1;
  margin-bottom: 5em;
}
.l-contact-form__content {
  display: none;
}
.l-contact-form__content.active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
}
.l-contact-form__content h3 {
  font-size: clamp(22px, 3.2rem, 32px);
  font-weight: 700;
  margin-bottom: 1.5em;
}
.l-contact-form__content > p {
  font-size: clamp(16px, 1.8rem, 18px);
  margin-bottom: 1em;
}
.l-contact-form__content button {
  margin-top: 2em;
  padding: 0.5em 2em;
  background-color: #FF0F47;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.l-contact-form__content button:hover {
  background-color: #cc0000;
}
.l-contact-form #contactForm .form-group {
  margin-bottom: 20px;
}
.l-contact-form #contactForm .form-group > p > br {
  display: none;
}
.l-contact-form #contactForm .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.l-contact-form #contactForm .form-group input, .l-contact-form #contactForm .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #002A5C;
  background: #fdfdfd;
  border-radius: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.l-contact-form #contactForm .form-group .wpcf7-list-item {
  margin-left: 1.5em;
}
.l-contact-form #contactForm .form-group .wpcf7-list-item > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-contact-form #contactForm .form-group .wpcf7-list-item > label > input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.l-contact-form #contactForm .form-group .wpcf7-list-item > label .wpcf7-list-item-label {
  margin-left: 0.25em;
}
.l-contact-form #contactForm .form-radio p {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: dashed 2px #002A5C;
}
@media (max-width: 780px) {
  .l-contact-form #contactForm .form-radio p .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
  }
}
.l-contact-form #contactForm .submit-btn {
  display: none;
}
.l-contact-form #contactForm .required {
  display: inline-block;
  margin-left: 1em;
  padding: 0 0.25em;
  font-size: smaller;
  font-weight: 700;
  color: #ff0f47;
  border: solid 1px #ff0f47;
  border-radius: 5px;
}
.l-contact-form #contactForm .c-form-line {
  margin: 4em 0;
}
.l-contact-form #contactForm .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.l-contact-form #contactForm .privacy-check {
  margin-left: 1.5em;
  color: #002A5C;
}
.l-contact-form #contactForm .privacy-check:hover {
  color: #0098FF;
}

/* ===== faq ===== */
.l-faq {
  padding: 15vh 0 10vh;
  background: #fafafa;
}
@media (max-width: 450px) {
  .l-faq {
    padding: 10vh 0 5vh;
  }
}
.l-faq__head {
  margin-bottom: 10vh;
}
.l-faq__list {
  max-width: 980px;
  margin: 0 auto;
}
.l-faq__item {
  width: 100%;
}
.l-faq__question {
  position: relative;
  cursor: pointer;
  padding: 1em 2em;
  padding-left: 4em;
  margin-bottom: 1em;
  border-radius: 1.5rem;
  background-color: #fdfdfd;
  font-size: clamp(16px, 2.4rem, 24px);
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 780px) {
  .l-faq__question {
    padding: 1em 3em;
  }
}
.l-faq__question::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 1em;
  font-size: 1.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #002A5C;
}
@media (max-width: 780px) {
  .l-faq__question::before {
    top: 1.5em;
  }
}
.l-faq__question::after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  font-size: clamp(32px, 4.5rem, 45px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #002A5C;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 780px) {
  .l-faq__question::after {
    right: 0.25em;
  }
}
.l-faq__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 3em;
  border-top: 3px solid transparent;
  font-size: clamp(16px, 1.8rem, 18px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-faq .l-faq__item.active .l-faq__question {
  margin-bottom: 0;
  border-radius: 1.5rem 1.5rem 0 0;
}
.l-faq .l-faq__item.active .l-faq__question::after {
  content: "-";
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.l-faq .l-faq__item.active .l-faq__answer {
  max-height: 150px;
  padding: 1em 3em 2em;
  border-top: 3px solid #002A5C;
}
@media (max-width: 780px) {
  .l-faq .l-faq__item.active .l-faq__answer {
    max-height: 280px;
  }
}

.l-common-prepare {
  background: #002A5C;
}
.l-common-prepare p {
  font-size: clamp(16px, 4.8rem, 48px);
  font-weight: 600;
  text-align: center;
  color: #fff;
}

/* ===== header ===== */
.l-common-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-common-header.visible {
  visibility: visible;
  opacity: 1;
}
.l-common-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: var(--headerHeight);
  padding: 0 2em;
  border-radius: calc(var(--headerHeight) / 2);
  background: #fff;
  -webkit-box-shadow: 3px 0 6px rgba(34, 34, 34, 0.15), 0 3px 6px rgba(34, 34, 34, 0.15);
          box-shadow: 3px 0 6px rgba(34, 34, 34, 0.15), 0 3px 6px rgba(34, 34, 34, 0.15);
}
@media (max-width: 450px) {
  .l-common-header__container {
    padding: 1em 2em 0.5em;
  }
}
@media (max-width: 450px) {
  .l-common-header__logo .c-site-name {
    max-width: 120px;
  }
}
.l-common-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.l-common-header__btn .c-btn-open {
  position: relative;
  z-index: 99;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
@media (max-width: 450px) {
  .l-common-header__btn .c-btn-open {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@media (max-width: 450px) {
  .l-common-header__btn .c-btn-contact {
    display: none;
  }
}
.l-common-header__nav-container {
  position: absolute;
  z-index: 1;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 2.5vmax 5vmax;
  background: #fafafa;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-common-header__nav-container.active {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.l-common-header__nav-container > .c-site-name {
  margin-bottom: 1.5em;
}
@media (max-width: 450px) {
  .l-common-header__nav-container > .c-site-name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2em;
  }
}
.l-common-header__nav-container > .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}
@media (max-width: 450px) {
  .l-common-header__nav-container > .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.l-common-header__nav-container > .btn-container > .c-btn-cta {
  width: 20.83333333vw;
  max-width: 400px;
  min-width: auto;
  font-size: clamp(14px, 1.25vw, 24px);
}
@media (max-width: 450px) {
  .l-common-header__nav-container > .btn-container > .c-btn-cta {
    width: 80vw;
  }
}
.l-common-header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-common-header__nav .main-menu, .l-common-header__nav .article-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 1em;
}
.l-common-header__nav .main-menu li, .l-common-header__nav .article-menu li {
  font-size: clamp(14px, 1.8rem, 18px);
  font-weight: 600;
}
@media (max-width: 450px) {
  .l-common-header__nav .main-menu, .l-common-header__nav .article-menu {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, auto);
    gap: 0.5em;
  }
}
.l-common-header__column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 450px) {
  .l-common-header__column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.l-common-header__column-container .column-left, .l-common-header__column-container .column-right {
  width: 50%;
}
@media (max-width: 450px) {
  .l-common-header__column-container .column-left, .l-common-header__column-container .column-right {
    width: 100%;
  }
}
.l-common-header__column-container .column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 450px) {
  .l-common-header__column-container .column-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5em;
  }
}
.l-common-header__column-container .recommend-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
}
@media (max-width: 450px) {
  .l-common-header__column-container .recommend-list {
    margin-bottom: 1em;
  }
}
.l-common-header__column-container .recommend-list .recommend-item {
  width: 100%;
}
@media (max-width: 450px) {
  .l-common-header__column-container .recommend-list .recommend-item:nth-last-child(1), .l-common-header__column-container .recommend-list .recommend-item:nth-last-child(2) {
    display: none;
  }
}
.l-common-header__column-container .recommend-list .recommend-item > a {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
}
.l-common-header__column-container .recommend-list .recommend-item > a > span, .l-common-header__column-container .recommend-list .recommend-item > a img {
  display: block;
}
.l-common-header__column-container .recommend-list .recommend-item > a > span {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.75em 1em 0.5em;
  background: #fff;
}
.l-common-header__column-container .recommend-list .recommend-item > a > img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-common-header__column-container .u-menu-title {
  margin-bottom: 1.5em;
}
@media (max-width: 450px) {
  .l-common-header__column-container .u-menu-title {
    margin-bottom: 0.5em;
  }
}

body.error404 .l-common-header {
  visibility: visible;
  opacity: 1;
}

/* ===== footer ===== */
.l-common-footer {
  position: relative;
  width: 100%;
}
.l-common-footer__logo {
  padding: 15vh 0;
}
.l-common-footer__logo .c-site-name {
  display: block;
  width: 15.625vw;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .l-common-footer__logo .c-site-name {
    min-width: 150px;
  }
}
.l-common-footer__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 780px;
  margin: 0 auto 3em;
  color: #fff;
}
@media (max-width: 780px) {
  .l-common-footer__content {
    gap: 0 1.5em;
  }
}
.l-common-footer__content > p {
  font-size: clamp(14px, 2.4rem, 24px);
  margin-bottom: 1.5em;
}
.l-common-footer__content .info-yamato {
  grid-area: auto/1/auto/2;
}
.l-common-footer__content .info-atsugi {
  grid-area: auto/2/auto/3;
}
.l-common-footer .copyright {
  font-size: 12px;
  line-height: 1.2;
  color: #fefefe;
  text-align: center;
  margin-bottom: 1em;
}

/* ===== animation ===== */
@-webkit-keyframes arrow-up-down {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow-up-down {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes box-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes box-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes box-scroll-small {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes box-scroll-small {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes icon-move {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  10% {
    -webkit-transform: translateX(5px) translateY(-50%);
            transform: translateX(5px) translateY(-50%);
  }
  20% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  40% {
    -webkit-transform: translateX(5px) translateY(-50%);
            transform: translateX(5px) translateY(-50%);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
@keyframes icon-move {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  10% {
    -webkit-transform: translateX(5px) translateY(-50%);
            transform: translateX(5px) translateY(-50%);
  }
  20% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  40% {
    -webkit-transform: translateX(5px) translateY(-50%);
            transform: translateX(5px) translateY(-50%);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
@-webkit-keyframes move-random {
  0% {
    top: 0;
    left: 100%;
  }
  25% {
    top: 10%;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 80%;
  }
  75% {
    top: 55%;
    left: 30%;
  }
  100% {
    top: 0;
    left: 100%;
  }
}
@keyframes move-random {
  0% {
    top: 0;
    left: 100%;
  }
  25% {
    top: 10%;
    left: 50%;
  }
  50% {
    top: 50%;
    left: 80%;
  }
  75% {
    top: 55%;
    left: 30%;
  }
  100% {
    top: 0;
    left: 100%;
  }
}/*# sourceMappingURL=style.css.map */