@charset "UTF-8";
/*共通*/
:root {
  --font-normal: 20px; /*PC用テキスト*/
  --font-normal-sp: 20px; /*スマホ用タイトル*/
  --font-big: 24px; /*スマホ用タイトル*/
  /*お問い合わせフォーム用*/
  --bg:#043161;
  --white:#fff;
  --ink:#0b1a2e;
  --field-radius:10px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック体", sans-serif;
  color: #333;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}

p {
  font-size: var(--font-normal);
  color: #333333;
}

h2 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}

img {
  vertical-align: bottom;
}

.spNon {
  display: block;
}

.spOnly {
  display: none !important;
}

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

.font-brown {
  font-weight: 600;
  color: #ae8b14;
}

/*青背景タイトル*/
.blue__ttl {
  position: relative;
  width: 100%;
  height: 100px;
  text-align: center;
  background: linear-gradient(to right, #033265, #074f98, #033265);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.blue__ttl::before, .blue__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #857942, #e8cb59, #857942);
}
.blue__ttl::before {
  top: 0;
}
.blue__ttl::after {
  bottom: 0;
}

/*pc*/
/*-----------------
fv
-----------------*/
#fv {
  width: 100vw;
  height: 100vh;
  max-height: 768px;
}
#fv .fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: linear-gradient(to bottom, #022852 0%, #014291 35%, #02274f 100%);
  overflow-y: hidden;
}
#fv .fv__inner img {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 1000px;
  height: 100%;
  object-fit: contain;
  transform: translateX(-50%);
}
#fv .fv__cta {
  position: absolute;
  right: 50%;
  bottom: 10px;
  width: 500px;
  height: 160px;
  transform: translateX(125%);
  transition: transform 0.25s ease, filter 0.25s ease;
}
#fv .fv__cta img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease, filter 0.25s ease;
  padding-top: 30px;
  padding-bottom: 30px;
}
#fv .fv__cta:hover {
  transform: translateX(125%) scale(1.05);
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.55));
}

/*-----------------
problem
-----------------*/
#problem {
  width: 1000px;
  margin: 0 auto;
  padding-top: 0px;
  background: linear-gradient(to right, #f3f3f3 0%, #ffffff 10%, #ffffff 90%, #f3f3f3 100%);
}
#problem .fv__cta {
  display: block;
  margin: 0 auto;
  position: static;
  bottom: 10px;
  width: 600px;
  height: 200px;
  transition: transform 0.25s ease, filter 0.25s ease;
}
#problem .fv__cta img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease, filter 0.25s ease;
  padding-top: 30px;
  padding-bottom: 30px;
}
#problem .fv__cta:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 14px rgb(255, 255, 255));
}
#problem .problem__ttl--box {
  position: relative;
  margin: 60px auto 30px;
  width: 550px;
  height: 133px;
}
#problem .problem__ttl--box .problem__ttl {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#problem .problem__list {
  width: fit-content;
  margin: 0 auto 60px auto;
}
#problem .problem__list .problem__content {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#problem .problem__list .problem__content .problem_icon {
  position: relative;
  top: -1px;
  width: 30px;
  object-fit: contain;
}
#problem .problem__list .problem__content:nth-of-type(1) .problem_icon {
  padding: 3px;
}
#problem .problem__footer {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
#problem .problem__footer img {
  width: 1000px;
}

/*以下scss用表記*/
/*-----------------
gain
-----------------*/
#gain {
  width: 1000px;
  margin: 0 auto 60px;
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("img/gain_bg.webp") repeat;
}
#gain .gain__ttl {
  position: relative;
  padding: 0 20px;
  margin-bottom: 50px;
  display: inline-block;
}
#gain .gain__ttl::before, #gain .gain__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 170px;
  height: 2px;
  background-color: #000;
}
#gain .gain__ttl::before {
  left: -190px;
}
#gain .gain__ttl::after {
  right: -190px;
}
#gain .gain__list {
  width: fit-content;
  margin: 0 auto 180px auto;
}
#gain .gain__list::after {
  content: "";
  width: 755px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #000;
}
#gain .gain__list li:nth-of-type(5) {
  margin-bottom: 50px;
}
#gain .gain__list .gain__content {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#gain .gain__list .gain__content .gain_icon {
  position: relative;
  width: 30px;
  object-fit: contain;
}
#gain h3 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}
#gain .gain__theme {
  width: 100%;
  margin-bottom: 30px;
}
#gain .gain__theme img {
  position: relative;
  left: -20px;
  width: 500px;
  object-fit: contain;
  margin: 0 auto;
}

#reason {
  width: 1000px;
  margin: 0 auto;
}
#reason .reason__ttl--box {
  position: relative;
  margin: 0 auto 30px;
  width: 500px;
  height: 157px;
}
#reason .reason__ttl--box .reason__ttl {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#reason .reason__table--inner {
  width: 800px;
  margin: 0 auto 120px;
}
#reason .reason__table--inner .reason__table {
  width: 100%;
  object-fit: contain;
}

#achievement {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 120px;
  background-color: #011b38;
}
#achievement .blue__ttl {
  height: 150px;
  margin-bottom: 60px;
}
#achievement .blue__ttl .achievement__ttl {
  position: relative;
  top: 15px;
}
#achievement .blue__ttl .achievement__ttl::before {
  content: "Achievements";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: var(--font-normal);
}
#achievement .achievement__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#achievement .achievement__list li {
  text-align: center;
}
#achievement .achievement__list li:nth-child(1) {
  flex: 1 1 100%;
}
#achievement .achievement__list li:nth-child(2), #achievement .achievement__list li:nth-child(3) {
  flex: 1 1 45%;
  margin-top: 10px;
}
#achievement .achievement__list li img {
  width: 490px;
}

#teacher {
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("img/teacher_bg.webp") no-repeat bottom/cover;
}
#teacher .teacher__ttl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}
#teacher .teacher__main--inner {
  width: 100%;
  padding-left: 50px;
  display: flex;
  flex-direction: row;
}
#teacher .teacher__main--inner .teacher__left--inner {
  position: relative;
  flex: 0 0 45%;
  top: -10px;
  left: 30px;
}
#teacher .teacher__main--inner .teacher__left--inner .teacher__face {
  width: 250px;
  margin: 0 auto;
}
#teacher .teacher__main--inner .teacher__right--inner {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
}
#teacher .teacher__main--inner .teacher__right--inner .teacher__name {
  width: 300px;
}
#teacher .teacher__main--inner .teacher__right--inner .teacher__info ul li {
  position: relative;
  padding-left: 16px; /* マーク分の余白 */
  margin-bottom: 6px;
}
#teacher .teacher__main--inner .teacher__right--inner .teacher__info ul li p {
  color: #01375d;
}
#teacher .teacher__main--inner .teacher__right--inner .teacher__info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* テキストの高さに合わせて微調整 */
  width: 6px;
  height: 6px;
  background-color: #01375d; /* ご指定のカラー */
  border-radius: 2px; /* 四角：0 / 少し丸み：2px */
}
#teacher .teacher__main--inner .teacher__right--inner .teacher__detail--top {
  position: relative;
  color: #02254c;
  font-size: var(--font-big);
}
#teacher .teacher__main--inner .teacher__right--inner .teacher__detail--top::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 5px; /* 太さ */
  height: 100%; /* テキストの高さに合わせる */
  background-color: #02254c; /* 色 */
  border-radius: 2px; /* 角に少し丸み（必要なければ削除） */
}
#teacher .teacher__detail {
  width: 700px;
  margin: 20px auto 0;
  padding: 20px 0px 20px 50px;
  background-color: #fff;
}

#present {
  width: 1000px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f0f0f0;
}
#present .present__ttl--box {
  display: block; /* 必要に応じて幅調整 */
  width: 200px;
  text-align: center;
  margin: 0 auto 60px;
  /* 上下のグラデーションボーダー */
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #aa9c3c, #decb8a, #aa9c3c) 1;
  border-image-slice: 1;
}
#present .present__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#present .present__list li {
  width: 700px;
  margin: 0 auto;
}
#present .present__list li img {
  width: 100%;
  object-fit: contain;
}

#detail {
  width: 1000px;
  margin: 120px auto;
  text-align: center;
}
#detail .detail__ttl {
  position: relative;
  font-size: 24px;
  padding: 0 20px;
  display: inline-block;
}
#detail .detail__ttl::before, #detail .detail__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 300px;
  height: 2px;
  background-color: #000;
}
#detail .detail__ttl::before {
  left: -320px;
}
#detail .detail__ttl::after {
  right: -320px;
}
#detail .detail__content {
  width: 700px;
  margin: 0 auto;
}
#detail .detail__content img {
  width: 100%;
  object-fit: contain;
}

#faq {
  width: 1000px;
  margin: 0 auto 120px;
  text-align: center;
}
#faq .blue__ttl {
  height: 150px;
  margin-bottom: 30px;
}
#faq .blue__ttl .faq__ttl {
  position: relative;
  top: 15px;
}
#faq .blue__ttl .faq__ttl::before {
  content: "FAQ";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: var(--font-normal);
}
#faq ul {
  padding-left: 0;
}
#faq ul li {
  width: 60%;
  margin: 0 auto 20px auto;
  background-color: #ffffff;
  box-shadow: 0 0 3px #777777;
}
#faq ul li .faq__q {
  position: relative;
  display: flex;
  width: 90%;
  padding-top: 15px;
  margin: 0 auto 20px auto;
  justify-content: flex-start;
  align-items: center;
}
#faq ul li .faq__q span:nth-of-type(2) {
  padding-left: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #01375d;
}
#faq ul li .faq__q::after {
  content: "";
  position: absolute;
  bottom: -8px;
  background-color: #01375d;
  height: 1px;
  width: 100%;
  box-shadow: #777777;
}
#faq ul li .faq__q .faq__icon {
  width: 30px;
}
#faq ul li .faq__q .faq__icon img {
  width: 100%;
  object-fit: cover;
}
#faq ul li .faq__a {
  display: flex;
  width: 90%;
  padding-bottom: 15px;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}
#faq ul li .faq__a span:nth-of-type(1) {
  color: #01375d;
  text-align: center;
  width: 30px;
}
#faq ul li .faq__a span:nth-of-type(2) {
  padding-left: 5px;
  letter-spacing: 1px;
  text-align: left;
}
#faq .order__btn {
  margin-top: 40px;
}

#closing {
  width: 1000px;
  margin: 0 auto 120px;
  text-align: center;
}
#closing .blue__ttl {
  height: 150px;
  margin-bottom: 60px;
}
#closing .blue__ttl .closing__ttl {
  position: relative;
  top: 15px;
}
#closing .blue__ttl .closing__ttl::before {
  content: "Closing";
  position: absolute;
  top: -30px;
  left: 45%;
  transform: translateX(-50%);
  color: #fff;
  font-size: var(--font-normal);
}
#closing .closing__content {
  width: 700px;
  margin: 0 auto 100px;
}
#closing .closing__content img {
  width: 100%;
  object-fit: contain;
}
#closing .cta__btn {
  position: relative;
  width: 400px;
  height: 100px;
  margin: 0 auto;
  transition: all 0.25s ease;
}
#closing .cta__btn img {
  width: 100%;
  object-fit: contain;
}
#closing .cta__btn:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

#form {
  background-color: #043161;
  color: #fff;
  font-size: var(--font-normal);
  /* 2カラム：左ラベル（右寄せ・白）／右入力欄（白背景） */
  /* ラジオを縦積み */
  /* アンケート内の追加入力（例：医院名／お名前／様） */
  /* ボタン行 */
  /* リセット：白い縁のみ */
  /* 確認：白塗り（テキストは濃紺） */
}
#form .form-wrap {
  max-width: 900px;
  margin: 48px auto 0 auto;
  padding: 24px 48px 60px 0;
}
#form .form-grid {
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 55px 24px;
  align-items: start;
}
#form .form-grid .label {
  text-align: right;
  color: var(--white);
  padding-top: 10px; /* ラベルの縦位置を入力と揃える */
  line-height: 1.6;
  font-weight: 600;
}
#form .control {
  display: block;
  width: 100%;
}
#form input[type=text],
#form input[type=email],
#form input[type=tel],
#form textarea,
#form select {
  width: 100%;
  background: var(--white);
  color: var(--ink);
  border: none;
  border-radius: var(--field-radius);
  padding: 12px 14px;
  line-height: 1.6;
  font-size: var(--font-normal);
  box-sizing: border-box;
}
#form textarea {
  min-height: 120px;
}
#form .radio-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: transparent;
  color: var(--white);
}
#form .radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
#form .radio-item input {
  transform: scale(1.05);
}
#form .inline-fields {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto auto;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  margin-left: 24px;
}
#form .inline-fields .name-block {
  display: flex;
  align-items: center;
  gap: 6px;
}
#form .inline-fields .chip {
  color: var(--white);
  opacity: 0.9;
  white-space: nowrap;
}
#form .note {
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.8;
}
#form .actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}
#form .btn {
  min-width: 180px;
  height: 52px;
  padding: 0 20px;
  border-radius: 9999px; /* 左右が半円になる丸み */
  font-size: var(--font-normal);
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
#form .btn-reset {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}
#form .btn-submit {
  background: var(--white);
  color: var(--ink);
  border: 2px solid var(--white);
}
#form .btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}
#form .btn:active {
  transform: translateY(0);
}

footer {
  padding-top: 10px;
  position: relative;
  color: #fff;
  background-color: #333;
}
footer h2 {
  font-size: 22px;
  margin-bottom: 0;
}
footer h2, footer h3 {
  position: relative;
  text-align: center;
}
footer h3::after {
  content: "";
  position: absolute;
  left: 50.5%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 95px;
  height: 2px;
  background-color: #fff;
}
footer p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
footer .footer__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
footer .footer__inner .footer__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
footer .footer__inner .footer__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
footer .footer__inner .footer__right .footer__right--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 30px;
}
footer .footer__inner .footer__right .footer__right--content .cancel__policy {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer .footer__inner::after {
  content: "";
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 2px;
  height: 85%;
  background-color: #fff;
}

/*----------------------------------------------------------
スマホ版
----------------------------------------------------------*/
@media all and (max-width: 700px) {
  /**/
  .spNon {
    display: none !important;
  }
  .spOnly {
    display: inline-block !important;
  }
  p {
    font-size: var(--font-normal-sp);
  }
  #fv {
    width: 100vw;
    height: auto;
    max-height: none;
  }
  #fv .fv__inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: unset;
    overflow-y: hidden;
  }
  #fv .fv__inner img {
    display: block;
    position: static;
    left: auto;
    bottom: auto;
    min-width: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateX(0);
  }
  #fv .fv__cta {
    position: absolute;
    right: auto;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    transition: none;
    width: 90%;
    height: 100px;
  }
  #fv .fv__cta img {
    width: 100%;
    object-fit: contain;
    padding-top: 0;
    padding-bottom: 0;
  }
  #fv .fv__cta:hover {
    transform: translateX(-50%);
    filter: none !important;
  }
  /*-----------------
  problem
  -----------------*/
  #problem {
    width: 100%;
    padding-top: 60px;
  }
  #problem .problem__ttl--box {
    width: 90%;
    margin-bottom: 0;
    margin-top: 0;
  }
  #problem .problem__list {
    width: 90%;
  }
  #problem .problem__list li.problem__content {
    padding-left: 10px;
    margin-bottom: 0px;
  }
  #problem .problem__footer {
    width: 100%;
  }
  #problem .problem__footer img {
    width: 100%;
  }
  #gain {
    width: 100%;
    padding-top: 60px;
  }
  #gain .gain__ttl {
    position: relative;
    padding: 0 20px;
    margin-bottom: 50px;
    display: inline-block;
  }
  #gain .gain__ttl::before, #gain .gain__ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 2px;
    background-color: #000;
  }
  #gain .gain__ttl::before {
    left: -50px;
  }
  #gain .gain__ttl::after {
    right: -50px;
  }
  #gain .gain__list {
    width: 90%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  #gain .gain__list .gain__content {
    text-align: left;
  }
  #gain .gain__list::after {
    width: 100%;
  }
  .gain__theme {
    width: 90% !important;
    margin: 0 auto;
  }
  .gain__theme img {
    left: -2% !important;
    width: 100% !important;
    object-fit: contain;
  }
  #reason {
    width: 100%;
  }
  #reason .reason__ttl--box {
    width: 90%;
  }
  #reason .reason__table--inner {
    width: 90%;
  }
  #achievement {
    width: 100%;
    padding-bottom: 60px;
  }
  #achievement .achievement__list {
    width: 90%;
    margin: 0 auto;
  }
  #achievement .achievement__list li {
    width: 100%;
    flex: 1 1 100% !important;
  }
  #achievement .achievement__list li img {
    width: 100%;
  }
  #teacher {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  #teacher .teacher__main--inner {
    padding-left: 20px;
    flex-direction: column;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("img/teacher_bg.webp") no-repeat bottom/cover;
  }
  #teacher .teacher__main--inner .teacher__left--inner {
    left: 0;
    text-align: center;
  }
  #teacher .teacher__main--inner .teacher__left--inner .teacher__face {
    position: relative;
    left: -2%;
    width: 60%;
    margin: 0 auto;
  }
  #teacher .teacher__main--inner .teacher__right--inner {
    flex: 0 0 50%;
  }
  #teacher .teacher__main--inner .teacher__right--inner .teacher__info {
    margin: 0 auto;
    text-align: center;
  }
  #teacher .teacher__main--inner .teacher__right--inner .teacher__info .teacher__name {
    position: relative;
    left: -3%;
    width: 50%;
  }
  #teacher .teacher__main--inner .teacher__right--inner .teacher__info ul {
    text-align: left;
    padding-left: 10px;
  }
  #teacher .teacher__detail {
    width: 100%;
    padding: 20px 20px 60px;
    margin-top: 0;
  }
  #present {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #present .present__list li {
    width: 90%;
  }
  #detail {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #detail .detail__content {
    width: 100%;
  }
  #faq {
    width: 100%;
    margin-bottom: 60px;
  }
  #faq ul li {
    width: 90%;
  }
  #closing {
    width: 100%;
    margin-bottom: 60px;
  }
  #closing .closing__content {
    width: 90%;
    margin-bottom: 60px;
  }
  #closing .cta__btn {
    width: 90%;
  }
  #closing .cta__btn:hover {
    transform: none;
    opacity: 1;
  }
  #form .form-wrap {
    margin: 48px auto 0 auto;
    padding: 0px 20px 60px 20px;
  }
  #form .form-grid {
    grid-template-columns: 1fr; /* 1カラムに落とす */
    gap: 20px;
  }
  #form .form-grid .label {
    text-align: left;
    padding-top: 0;
    font-weight: 700;
    margin-top: 35px;
    line-height: 0;
  }
  #form .inline-fields {
    grid-template-columns: 1fr; /* 1列縦並びにする */
    gap: 10px;
  }
  #form .inline-fields .inline-fields .chip {
    margin-top: 4px;
  }
  #form .btn {
    min-width: 150px;
  }
  footer .footer__inner {
    flex-direction: column;
    gap: 0;
  }
  footer .footer__inner p {
    font-size: 15px !important;
  }
  footer .footer__inner::after {
    display: none;
  }
  footer .footer__inner .footer__left {
    gap: 0;
  }
}

/*# sourceMappingURL=style.css.map */
