@charset "utf-8";
:root {
    --light-blue: #79abd9;
    --navy-blue: #3a6d80;
    --dark-blue: #0e3e47;
    --white: #fff;
    --gray: #f3f3f3;
}
html {
  font-size: 100%;
}
body {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
img {
  display: block;
  max-width: 100%;
}
a {
  display: block;
  text-decoration: none;
}
li {
  list-style: none;
}
.section-title {
  font-size: calc(clamp(1.5rem, 1.357rem + 0.54vw, 2rem));
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5em;
}
.section-title__stick {
  display: block;
  width: calc(clamp(0.313rem, 0.259rem + 0.2vw, 0.5rem));
  height: 1.5em;
  background-color: var(--light-blue);
}
.section__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}

/* header */
.header {
  background-color: #7ab2d3;
  padding: calc(clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem)) calc(clamp(0.625rem, -3.393rem + 6.43vw, 4.563rem)) calc(clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem)) calc(clamp(0.625rem, -10.449rem + 17.72vw, 10.813rem));
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: center;
  gap: 40px;
  position: relative;
}
.site-title {
  color: var(--dark-blue);
  font-size: calc(clamp(1rem, 0.879rem + 0.52vw, 1.5rem));
  font-weight: bold;
	text-align:left
}
.header__nav {
  justify-self: end;
}
.header__nav-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.header__nav-link {
  display: flex;
  align-items: center;
  gap: 17px;
}
.header__nav-pic {
  height: calc(clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem));
}
.header__nav-text {
  color: var(--dark-blue);
  font-size: calc(clamp(0.875rem, 0.767rem + 0.4vw, 1.25rem));
  font-weight: bold;
}
.burger {
  content: "";
  position: fixed;
  top: 8px;
  right: 20px;
  z-index: 99;
  width: 60px;
  height: 50px;
  cursor: pointer;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
}
.burger__line {
  display: block;
  width: 50px;
  background-color: var(--dark-blue);
  transition: all 0.6s ease;
  height: 1px;
}


/* mainvisual */
.mainvisual {
  padding: calc(clamp(1.25rem, 0.497rem + 2.82vw, 3.875rem)) 0px 0px;
  margin-inline: auto;
}
.mainvisual__pictures {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  max-width: 1710px;
  margin-inline: auto;
  padding-inline: 20px;
}
.mainvisual__picture {
  width: 30%;
}
.mainvisual__banner {
  background-image: url(../img/studio.jpg);
  background-position: top;
  text-align: center;
  color: var(--white);
  padding: calc(clamp(3rem, 2.749rem + 0.94vw, 3.875rem)) 20px calc(clamp(3rem, 2.749rem + 0.94vw, 3.875rem));
  position: relative;
}
.mainvisual__banner-title {
  font-weight: bold;
  font-size: calc(clamp(2rem, 1.462rem + 2.01vw, 3.875rem));
  letter-spacing: 0.05em;
}
.mainvisual__banner-sitename {
  font-size: calc(clamp(1.5rem, 1.106rem + 1.47vw, 2.875rem));
  font-weight: bold;
  margin-top: calc(clamp(1.25rem, 0.927rem + 1.21vw, 2.375rem));
  display: inline-block;
  text-shadow: 1px 1px 0 var(--dark-blue), -1px 1px 0 var(--dark-blue), -1px -1px 0 var(--dark-blue), 1px -1px 0 var(--dark-blue);
  position: relative;
}
.mainvisual__banner-description {
  font-size: calc(clamp(1rem, 0.713rem + 1.07vw, 2rem));
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 0 var(--dark-blue), -1px 1px 0 var(--dark-blue), -1px -1px 0 var(--dark-blue), 1px -1px 0 var(--dark-blue);
  margin-top: calc(clamp(3rem, 2.749rem + 0.94vw, 3.875rem));
}
.mainvisual__banner-label {
  font-size: clamp(1rem, 0.713rem + 1.07vw, 2rem);
  font-weight: bold;
  background-image: url(../img/Star.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: calc(clamp(6.25rem, 2.664rem + 13.4vw, 18.75rem));
  height: calc(clamp(6.25rem, 2.664rem + 13.4vw, 18.75rem));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin-block: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mainvisual__banner-label--number {
  font-size: 1.375em;
  margin-right: 0.2em;
}
.mainvisual__banner-label--flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainvisual__banner-label--flex > span:first-of-type {
  font-size: 2em;
}

/* service */
.service {
  padding: calc(clamp(3.75rem, 2.495rem + 4.69vw, 8.125rem)) 20px calc(clamp(3.75rem, 2.495rem + 4.69vw, 8.125rem));
  background-color: var(--gray);
}
.service__title {
  font-size: calc(clamp(1.5rem, 1.357rem + 0.54vw, 2rem));
  font-weight: bold;
  color: var(--dark-blue);
  text-align: center;
}
.service__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  color: var(--dark-blue);
  margin: 48px auto auto auto;
  max-width: 620px;
  width: auto;
}

/* flow */
.flow {
  padding: calc(clamp(2.5rem, 0.976rem + 5.7vw, 7.813rem)) 0px calc(clamp(2.5rem, 0.976rem + 5.7vw, 7.813rem));
}
.flow__content {
  max-width: 900px;
  margin: 17px auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flow__content-number {
  font-size: calc(clamp(0.875rem, 0.839rem + 0.13vw, 1rem));
  font-weight: bold;
  line-height: 1.2;
  color: var(--light-blue);
  width: 20%;
  padding: 4px calc(clamp(0.75rem, 0.32rem + 1.61vw, 2.25rem));
  margin-top: 16px;
  text-align: center;
  border-right: currentColor solid 1px;
}
.flow__content-sentence {
  color: var(--dark-blue);
  font-size: calc(clamp(1rem, 0.964rem + 0.13vw, 1.125rem));
  font-weight: bold;
  width: 80%;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

/* contact */
/* 親フォームをflex化 */
.contact .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 48px;
}

/* 各項目共通 */
.contact__form-flex {
  width: 100%;
}

/* 1〜4番目だけ2カラム */
.contact__form-flex:nth-of-type(1),
.contact__form-flex:nth-of-type(2),
.contact__form-flex:nth-of-type(3),
.contact__form-flex:nth-of-type(4) {
  width: 45%;
}

/* ラベルと入力の縦並び */
.contact__form-flex > p {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

/* 入力フォーム見た目（radio除外） */
.contact__form-flex input[type="text"],
.contact__form-flex input[type="email"],
.contact__form-flex input[type="tel"],
.contact__form-flex input[type="number"] {
  height: 50px;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  border: var(--light-blue) solid 1px;
  border-radius: 5px;
}

/* ラジオボタン横並び */
.radio-btn-customized {
  display: flex;
  gap: 24px;
  width: 100%;
}
.radio-btn-customized > span > label {
  display: flex;
  gap: 24px;
}

/* 送信ボタン中央寄せ */
.contact__btn {
  width: 100%;
  text-align: center;
}
.contact__btn input:hover {
  opacity: 0.7;
}

.contact__btn {
  margin-inline: auto;
}
.contact__btn input {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.1em;
  color: var(--white);
  background-color: #278ac3;
  border: none;
  border-radius: 10px;
  margin: 48px auto auto;
  padding-block: 20px;
  display: inline-block;
  width: 140px;
  cursor: pointer;
}
.contact__btn input:hover {
  opacity: 0.7;
}

/* price */
.price {
  background-color: var(--gray);
  padding: 20px 20px calc(clamp(3.75rem, 2.136rem + 6.03vw, 9.375rem));
}
.price__content {
  background-color: var(--light-blue);
  max-width: 1200px;
  width: 95%;
  margin: calc(clamp(3rem, 2.606rem + 1.47vw, 4.375rem)) auto 30px auto;
  display: flex;
  flex-wrap: wrap;
}
.price__content-pic {
  width: 50%;
  object-fit: cover;
}
.price__content-text {
  width: 50%;
  padding: calc(clamp(2rem, 1.426rem + 2.14vw, 4rem)) calc(clamp(1.5rem, 0.586rem + 3.42vw, 4.688rem));
}
.price__content-title {
  color: var(--dark-blue);
  font-size: calc(clamp(1.5rem, 1.285rem + 0.8vw, 2.25rem));
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  border-bottom: solid currentColor 1px;
}
.price__content-price {
  font-size: calc(clamp(1rem, 0.928rem + 0.27vw, 1.25rem));
  font-weight: bold;
  letter-spacing: 0.2em;
  color: var(--dark-blue);
  margin-top: 24px;
}
.price__content-price--highlighted {
  font-size: 1.4em;
}
.price__content-description,
.price__content-caution {
  color: var(--dark-blue);
  font-size: calc(clamp(1rem, 0.928rem + 0.27vw, 1.25rem));
  font-weight: bold;
  line-height: 1.5;
  margin-top: 18px;
}

/* faq */
.faq {
  padding: calc(clamp(3.75rem, 2.674rem + 4.02vw, 7.5rem)) 0px;
}
.faq__content {
  margin: calc(clamp(1.875rem, 1.552rem + 1.21vw, 3rem)) auto auto;
  font-size: calc(clamp(1rem, 0.928rem + 0.27vw, 1.25rem));
  font-weight: bold;
}
.faq__question {
  color: #278ac3;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  padding: calc(clamp(1.25rem, 0.712rem + 2.01vw, 3.125rem)) 0 0;
}
.faq__question > span {
  font-size: 1.5em;
}
.faq__answer {
  color: var(--dark-blue);
  line-height: 2;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  margin-top: 32px;
}
.faq__answer > span {
  font-size: 1.27em;
}

/* agreement */
.agreement {
  background-color: var(--gray);
  padding: calc(clamp(3.75rem, 2.495rem + 4.69vw, 8.125rem)) 0px;
}
.agreement__li {
  counter-reset: number;
  margin-top: calc(clamp(1.25rem, 0.712rem + 2.01vw, 3.125rem));
}
.agreement__li-text {
  font-size: calc(clamp(1rem, 0.928rem + 0.27vw, 1.25rem));
  font-weight: bold;
  line-height: 1.2;
  color: var(--dark-blue);
  position: relative;
  padding-left: 2em;
  margin-bottom: 30px;
}
.agreement__li-text::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: currentColor;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.2;
}

/* footer */
.footer {
  background-color: #326b8c;
  padding: calc(clamp(1.875rem, 1.158rem + 2.68vw, 4.375rem)) 20px 20px;
  text-align: center;
}
.footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(clamp(1.5rem, -0.221rem + 6.43vw, 7.5rem));
  flex-wrap: wrap;
}
.footer__nav-link {
  color: var(--white);
  font-size: calc(clamp(0.875rem, 0.772rem + 0.39vw, 1.25rem));
  font-weight: bold;
}
.footer__copyright {
  color: var(--white);
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: calc(clamp(2.5rem, 1.783rem + 2.68vw, 5rem));
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .section__inner {
    width: 100%;
    padding-inline: 12px;
  }

  .burger {
    opacity: 1;
    visibility: visible;
  }
  .header__nav-ul {
    background-color: #7ab2d3;
    color: var(--white);
    font-size: 1.5rem;
    flex-direction: column;
    gap: 40px;
    position: fixed;
    z-index: 90;
    top: 0;
    right: 0;
    left: 0;
    padding: 100px 0 100px;
    margin-inline: auto;
    visibility: hidden;
    opacity: 0;
    translate: 0 -100%;
    transition: all .6s ease;
  }
  .header__nav-li {
    max-width: 200px;
    width: 90%;
    margin-inline: auto;
  }
  .is-active > .header__nav-ul {
    visibility: visible;
    opacity: 1;
    translate: 0 0;
  }
  .is-active .header__link {
    color: var(--white);
  }
  .is-active > .burger__line:nth-of-type(1) {
    background-color: var(--white);
    transform: translateY(18px) rotate(45deg);
  }
  .is-active > .burger__line:nth-of-type(2) {
    opacity: 0;
  }
  .is-active > .burger__line:nth-of-type(3) {
    background-color: var(--white);
    transform: translateY(-15px) rotate(-45deg);
  }

  .mainvisual__banner {
    text-align: left;
    padding-left: calc(clamp(1.25rem, -3.471rem + 17.65vw, 5rem));
  }
  .mainvisual__banner-label {
    bottom: auto;
    top: 50px;
  }

  .contact__form-flex:nth-of-type(3),
  .contact__form-flex:nth-of-type(4),
  .contact__form-flex:nth-of-type(5),
  .contact__form-flex:nth-of-type(6) {
    width: 100%;
  }
  .price__content-pic {
    width: 100%;
  }
  .price__content-text {
    width: 100%;
  }
}

.screen-reader-response {
	display: none;
}