@charset "UTF-8";
/* Reset css */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

body,
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

select:disabled {
  opacity: inherit;
}

textarea {
  overflow: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* end */
/* ============================================ */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 1.5640273705vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

img {
  max-width: 100%;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../images/bg_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.page-id-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body.page-id-7 main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#about,
#who,
#what,
#style,
#mission,
#check,
#staff,
#works,
#flow,
#access,
#contact,
#faq {
  scroll-margin-top: 85px; /* ヘッダーの高さに合わせて調整 */
}
@media screen and (max-width: 767px) {
  #about,
  #who,
  #what,
  #style,
  #mission,
  #check,
  #staff,
  #works,
  #flow,
  #access,
  #contact,
  #faq {
    scroll-margin-top: 20px; /* ヘッダーの高さに合わせて調整 */
  }
}

a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

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

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.l-inner {
  width: 100%;
  max-width: 1023px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  max-width: 32.5rem;
  width: 100%;
  margin-inline: auto;
}

.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  margin-inline: auto;
  padding: 1.25rem 0.8125rem 1.25rem 1.875rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__container {
    padding: 0.875rem 0.8125rem 0.875rem 1.5625rem;
  }
}

.l-header__container h1 {
  max-width: 9.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__container h1 {
    max-width: 8.125rem;
    width: 50vw;
  }
}

.l-header__cta nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
}

.l-header__cta-item {
  text-align: center;
}

.l-header__cta-item.--first {
  color: #f58c00;
  border: 0.1875rem solid #f58c00;
  border-radius: 0.9375rem;
  letter-spacing: 2px;
}

.l-header__cta-item.--last {
  border: 0.1875rem solid #288c00;
  border-radius: 0.9375rem;
}

.l-header__cta-item a {
  display: inline-block;
  width: 7.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__cta-item a {
    max-width: 7.5rem;
    width: 21vw;
    font-size: 0.875rem;
  }
}

.l-header__cta-item.--last {
  color: #fff;
  background-color: #288c00;
}

.l-header__cta-item img {
  width: 1.25rem;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .l-header__cta-item img {
    max-width: 1.5625rem;
    width: 5vw;
  }
}

.p-footer {
  max-width: 32.5rem;
  margin-inline: auto;
}

.c-formBtn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 5rem;
  max-width: 25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-formBtn {
    width: 80%;
    bottom: 17.5vw;
  }
}

.c-formBtn.--single {
  bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-formBtn.--single {
    bottom: 6vw;
  }
}

.c-formBtn.--aside {
  position: static;
  -webkit-transform: none;
          transform: none;
}

.c-formBtn.--aside .c-formBtn__item a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  font-weight: 400;
}

.c-formBtn.--aside .c-formBtn__item.--material a {
  border: 3px solid #f58c00;
}

.c-formBtn__item + .c-formBtn__item {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-formBtn__item + .c-formBtn__item {
    margin-top: 1rem;
  }
}

.c-formBtn__item.--material a {
  color: #f58c00;
  background-color: #fff;
  border: 0.3125rem solid #f58c00;
}

.c-formBtn__item.--visit a {
  color: #fff;
  background-color: #288c00;
  border: 0.3125rem solid #288c00;
}

.c-formBtn__item.--single a {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  color: #fff;
  background-color: #288c00;
  border: 0.3125rem solid #fff;
}
@media screen and (max-width: 767px) {
  .c-formBtn__item.--single a {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}

.c-formBtn__item a {
  display: inline-block;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1875rem;
  border-radius: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .c-formBtn__item a {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    font-size: 1.125rem;
  }
}

.c-content__topBtn {
  position: fixed;
  right: max(1rem, (100vw - 32.5rem) / 2 + 1rem);
  bottom: 3.125rem;
  z-index: 9999;
  width: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .c-content__topBtn {
    width: 3.125rem;
  }
}

.c-content__topBtn a {
  display: inline-block;
  width: 100%;
  padding: 0.625rem 0.1875rem;
  text-align: center;
  color: #fff;
  background-color: #0050b4;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-content__topBtn a {
    padding: 0.3125rem 0.1875rem;
  }
}

.c-content__topBtn img {
  width: 1.875rem;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-content__topBtn img {
    width: 1.25rem;
  }
}

.c-content__topBtn p {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-content__topBtn p {
    font-size: 0.875rem;
  }
}

.p-content__wrap {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.p-content__container {
  position: relative;
  max-width: 32.5rem;
  margin-inline: auto;
}

.p-content__container::-webkit-scrollbar {
  display: none;
}

.p-content__image {
  position: relative;
}

.p-content__image__access {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  max-width: 23.4375rem;
  width: 100%;
  height: 18.875rem;
}
@media screen and (max-width: 767px) {
  .p-content__image__access {
    max-width: 74%;
    height: 14%;
  }
}

.p-content__image__access iframe {
  border-radius: 1.5625rem;
}

.p-content__image__access.--first {
  top: 53.125rem;
}
@media screen and (max-width: 767px) {
  .p-content__image__access.--first {
    top: 36%;
  }
}

.p-content__image__access.--last {
  top: 121.875rem;
}
@media screen and (max-width: 767px) {
  .p-content__image__access.--last {
    top: 82.5%;
  }
}

.p-content__image.--contact {
  padding-bottom: 6.375rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-content__image.--contact {
    padding-top: 3rem;
    padding-bottom: 6.25rem;
  }
}

.p-contact__form {
  width: 88%;
  margin-inline: auto;
  padding-top: 3rem;
  padding-inline: 1.5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    padding-top: 3.125rem;
    padding-inline: 4vw;
    padding-bottom: 3.125rem;
  }
}

.p-contact__form-item + .p-contact__form-item {
  margin-top: 1.875rem;
}

.p-contact__form-label {
  display: inline-block;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
}

.p-contact__form-input {
  position: relative;
  width: 100%;
  color: #0f1115;
  background-color: #fff;
  border-radius: 10px;
}

.p-contact__form-input__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  padding: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-input__data {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-contact__form-input__data-label {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-input__data-label {
    width: 30%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form-input__data-item {
    width: 100%;
  }
}

.p-contact__form-input input {
  max-width: 100%;
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
  font-size: 1.25rem;
  outline: none;
}

.p-contact__form-input__data-item input {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form-input__data-item input {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

.p-contact__form-input select {
  width: 100%;
  padding: 1rem;
  font-size: 1.25rem;
  outline: none;
}

.p-contact__form-input textarea {
  width: 100%;
  padding: 0.875rem;
  color: #0f1115;
  background-color: #fff;
  border-radius: 10px;
  font-size: 1.25rem;
  outline: none;
}

.p-contact__form-input.--input p {
  padding: 1rem;
}

.p-contact__form-send {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-send {
    margin-top: 1.875rem;
  }
}

.p-contact__form-send input {
  display: inline-block;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: 5px;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  color: #fff;
  background-color: #f58c00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form-send input {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.p-contact__form-input:has(select)::after {
  content: "";
  position: absolute;
  top: 25%;
  left: auto;
  right: 1.875rem;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 auto;
  border: 0;
  border-top: solid 0.25rem #0f1115;
  border-right: solid 0.25rem #0f1115;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  pointer-events: none;
}

.p-contact__form-input .wpcf7-list-item.first {
  margin: 0;
}

.p-contact__form-input .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem;
}

/* デフォルトのボタン */
.p-contact__form-input input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.p-contact__form-input .wpcf7-list-item-label::before {
  background: #fff;
  border: 0.0625rem solid #0f1115;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.375rem;
  margin-top: auto;
  width: 1rem;
  height: 1rem;
}

/* チェック後のボタン */
.p-contact__form-input input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #f58c00; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

.wpcf7-not-valid-tip {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.wpcf7-spinner,
.wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 767px) {
  .wpcf7 input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    max-width: 100%;
    width: 100%;
    font-size: 1rem;
    padding: 0.625rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
  }
}

/*------------------------------------
--------------------------------------
----------よくあるご質問 共通------------
--------------------------------------
--------------------------------------*/
/* 開閉アイコン */
.accordion-area__second section::before,
.accordion-area__second section::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 4px;
  background-color: #0f1115;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .accordion-area__second section::before,
  .accordion-area__second section::after {
    width: 0.9375rem;
    height: 0.125rem;
  }
}

.accordion-area__second section::before {
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .accordion-area__second section::before {
    right: 1.125rem;
  }
}

.accordion-area__second section::after {
  top: 50%;
  right: 1.3125rem;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .accordion-area__second section::after {
    right: 0.5rem;
  }
}

/*　closeというクラスがついたら形状変化　*/
.accordion-area__second section:has(.title.--second.close)::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 2.375rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .accordion-area__second section:has(.title.--second.close)::before {
    right: 1.3125rem;
  }
}

.accordion-area__second section:has(.title.--second.close)::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 1.8125rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .accordion-area__second section:has(.title.--second.close)::after {
    right: 0.6875rem;
  }
}

/*アコーディオンで現れるエリア*/
.title {
  padding: 2.8125rem 2.5rem;
}

.title.--second {
  position: relative;
  padding-left: 5.375rem;
  padding-right: 4rem;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .title.--second {
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.125rem;
  }
}

.title.--second::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #f58c00;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .title.--second::before {
    left: 4%;
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 1.125rem;
  }
}

.box {
  display: none;
  width: 90%;
  margin-inline: auto;
  padding-bottom: 2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .box {
    font-size: 1.125rem;
  }
}

.accordion-area__second {
  padding-bottom: 5rem;
}

.accordion-area__second .box {
  width: 100%;
  padding-left: 5.375rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .accordion-area__second .box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.accordion-area__second .box p {
  position: relative;
}

.accordion-area__second .box p::before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: -17.5%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #0050b4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .accordion-area__second .box p::before {
    left: -3rem;
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 1.125rem;
  }
}

.accordion-area__second section {
  position: relative;
  background: #fff;
  border-radius: 25px;
}

.accordion-area__second li + li {
  margin-top: 1.25rem;
}

/*------------------------------------
--------------------------------------
----------よくあるご質問 上部------------
--------------------------------------
--------------------------------------*/
.p-content__image.--faq {
  background-image: url(../images/sp_019.jpg);
}

.p-content__image__wrap {
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-content__image__wrap {
    padding-top: 20vw;
  }
}

.p-content__image-img {
  text-align: center;
}

.p-content__image-img img {
  max-width: 22.5rem;
  margin-bottom: 1.875rem;
  padding-right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-content__image-img img {
    max-width: 18.75rem;
    width: 60vw;
    margin-bottom: 3vw;
    padding-right: 5vw;
  }
}

/* 開閉アイコン */
.accordion-area.--faq section::before,
.accordion-area.--faq section::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 4px;
  background-color: #0f1115;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .accordion-area.--faq section::before,
  .accordion-area.--faq section::after {
    width: 0.9375rem;
    height: 0.125rem;
  }
}

.accordion-area.--faq section::before {
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .accordion-area.--faq section::before {
    right: 0.9375rem;
  }
}

.accordion-area.--faq section::after {
  top: 50%;
  right: 1.3125rem;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .accordion-area.--faq section::after {
    right: 0.3125rem;
  }
}

/*　closeというクラスがついたら形状変化　*/
.accordion-area.--faq section:has(.title.--first.close)::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 2.375rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .accordion-area.--faq section:has(.title.--first.close)::before {
    right: 1.3125rem;
  }
}

.accordion-area.--faq section:has(.title.--first.close)::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 1.8125rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .accordion-area.--faq section:has(.title.--first.close)::after {
    right: 0.6875rem;
  }
}

/*アコーディオンで現れるエリア*/
.title {
  padding: 2.8125rem 2.5rem;
}

.title.--first {
  position: relative;
  padding-left: 5.375rem;
  padding-right: 4rem;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .title.--first {
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.125rem;
  }
}

.title.--first::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #f58c00;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .title.--first::before {
    left: 4%;
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 1.125rem;
  }
}

.accordion-area.--faq {
  width: 90%;
  margin-inline: auto;
  padding-bottom: 5rem;
}

.accordion-area.--faq .box {
  width: 100%;
  padding-left: 5.375rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .accordion-area.--faq .box {
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.125rem;
  }
}

.accordion-area.--faq .box p {
  position: relative;
}

.accordion-area.--faq .box p::before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: -17.5%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #0050b4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .accordion-area.--faq .box p::before {
    left: -3rem;
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 1.125rem;
  }
}

.accordion-area.--faq section {
  position: relative;
  background: #fff;
  border-radius: 25px;
}

.accordion-area.--faq li + li {
  margin-top: 1.25rem;
}

/*------------------------------------
--------------------------------------
----------よくあるご質問 下部------------
--------------------------------------
--------------------------------------*/
.p-content__image.--p-faq__footer {
  background-color: #e6e6e6;
}

.p-aside__logo {
  max-width: 18.75rem;
  width: 100%;
}

.p-thanks {
  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: 32.5rem;
  width: 100%;
  margin-inline: auto;
  padding: 0 2%;
  text-align: center;
  line-height: 2;
  background-image: url(../images/sp_019.jpg);
  background-position: center center;
  background-size: cover;
}

.p-thanks__wrap {
  width: 100%;
}

.p-thanks__container {
  width: 100%;
  padding: 5rem 4%;
  background-color: #fff;
  border-radius: 10px;
}

.p-thanks__container p + p {
  margin-top: 1.25rem;
}

.p-thanks__top a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
  padding: 0.625rem 1.25rem;
  color: #fff;
  background-color: #288c00;
  border-radius: 10px;
}

.p-aside {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc((100vw - 32.5rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-aside {
    display: none;
  }
}

.p-aside img {
  margin-bottom: 1rem;
}

.p-aside.--left {
  left: 0;
}

.p-aside.--right {
  right: 0;
}

.p-aside.--left aside {
  max-width: 21.875rem;
  margin-inline: auto;
  padding: 0 1.5625rem;
}

.p-aside.--right aside {
  max-width: 21.875rem;
  margin-inline: auto;
  padding: 0 1.5625rem;
}/*# sourceMappingURL=style.css.map */