@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "";
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

body {
  max-width: 100%;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  body {
    max-width: 30rem;
    margin-inline: auto;
    font-family: "Noto Sans JP", sans-serif;
  }
}

.faq {
  padding-top: 1.5625rem;
  width: 46.875rem;
  max-width: 100%;
}

/* FAQパーツ */
.pageSubTitle {
  font-size: 2.25rem;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  padding-left: 1.375rem;
  padding-right: 1.875rem;
}

.contentText {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #353535;
}

.qa__box {
  margin-inline: auto;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(81, 156, 214, .4);
          box-shadow: 6px 6px 0px 0px rgba(81, 156, 214, .4);
}

.qa__box > dl > dt {
  background-color: #519cd6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.375rem;
  padding-right: 3.875rem;
  position: relative;
}

.qa__box > dl > dt .crossBar {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa__box > dl > dt .crossBar::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__box > dl > dt .crossBar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.375rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-qa__parent::before {
  content: "Q";
  font-size: 1.75rem;
  line-height: 4.75rem;
  font-weight: bold;
  font-style: normal;
  color: #083296;
  width: 4.75rem;
  height: 4.75rem;
  min-width: 4.75rem;
  min-height: 4.75rem;
  background-color: #fff;
  border-radius: 50%;
  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;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

.qa__box > dl > dd {
  margin: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4.25rem;
  padding-right: 1.875rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__child {
  border: 2px solid #519cd6;
  position: relative;
}

.qa__child::before {
  content: "A";
  font-size: 1.75rem;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
  color: #083296;
  margin-right: 1.4375rem;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  position: absolute;
  top: 1.875rem;
  left: 1.375rem;
}

/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open {
  /* heightとpaddingをアニメーション */
  max-height: 31.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 4.25rem;
  padding-right: 1.875rem;
}

/* ＋ボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg); /* 90度回転 */
}

.form-area {
  background-color: #f8f8f8;
}

.form-item {
  margin-inline: 2.1875rem;
  padding-top: 3.125rem;
}

.form-item:first-child {
  padding-top: 3.4375rem;
}

.form-title {
  background-color: #083296;
  color: #fff;
  padding: 0.9375rem;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.1875rem;
}

.form-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.7;
}

.form-item label p {
  margin-left: 0.5rem;
}

/* ラジオボタンのサイズを調整する場合 */
.form-item input[type=radio] {
  width: 1.875rem;
  height: 1.875rem;
}

.area-item {
  margin-bottom: 3rem;
}

.area-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5625rem;
}

.title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.7;
}

.req {
  background-color: #083296;
  color: #fff;
  padding-inline: 0.75rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.7;
  margin-left: 1rem;
}

.area-note {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.select-box {
  position: relative;
}

.select-box::after {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: 19.6875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.9375rem;
  height: 0.9375rem;
  border-right: 2px solid #acacac;
  border-bottom: 2px solid #acacac;
}

.select-box select,
.area-box input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  background: #fff;
  padding: 2% 3%;
  border: solid #acacac 2px;
  border-radius: min(1.9vw, 14px);
  font-size: 1.3125rem;
}

.select-box select {
  max-width: 22.5rem;
}

.confirm-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  color: #083296;
  margin-bottom: 1.5625rem;
}

.confirm-item {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
  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;
}

.agree {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}

.form-item input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border: 2px solid #acacac;
  position: relative;
  top: -12px;
}

.confirm-text {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  margin-left: 1.875rem;
}

.confirm-text span {
  font-weight: bold;
  color: red;
}

#submitBtn {
  background-image: url("../images/btn01.png"); /* 背景画像のパスを指定 */
  background-size: cover; /* 画像がボタン全体を覆うように設定 */
  background-position: center; /* 画像を中央に配置 */
  background-repeat: no-repeat; /* 画像の繰り返しを無効に */
  width: 25rem; /* ボタンの幅を指定 */
  height: 6.25rem; /* ボタンの高さを指定 */
  border: none; /* ボーダーを削除 */
  color: transparent; /* ボタンのテキスト色を透明に */
  cursor: pointer; /* カーソルをポインターに設定 */
  background-color: unset;
}

.submit-area {
  width: 25rem;
  max-width: 100%;
  margin-inline: auto;
}

.form-box {
  padding-inline: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.form-box p {
  background-color: #fff;
  color: #ff0000;
}

.form-box-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.form-box-text {
  font-size: 1.125rem;
  line-height: 1.7;
  padding-left: 1.9375rem;
  padding-bottom: 1.25rem;
}

.footer {
  background-color: #708fb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3rem;
}

.footer-text {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #fff;
  padding-top: 3rem;
}

.footer-logo {
  width: 14.625rem;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 1.75rem;
}

.footer-logo img {
  aspect-ratio: 234/171;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.footer-address {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.7;
  margin-right: 5rem;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}

.footer-tel {
  margin-top: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-tel img {
  width: 1.6875rem;
  height: 1.25rem;
  margin-right: 0.625rem;
}

.footer-tel span {
  font-size: 2.125rem;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
}

.footer-text2 {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.7;
  margin-top: 0.75rem;
  letter-spacing: 0.1em;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
