@charset "UTF-8";
:root {
  --color-main: #000;
  --color-gray: #D9D9D9;
  --color-white: #fff;
  --color-header: #1A1925;
  --color-footer: #E3E2EB;
  --color-current: #0066FF;
  --color-hover: #746DC8;
  --font-base: "Noto Sans JP", sans-serif;
  --font-notosan: "Noto Sans JP", sans-serif;
  --font-lexend: "Lexend", sans-serif;
  --font-lexendgiga: "Lexend Giga", sans-serif;
  --font-caveat: "Caveat", cursive;
  --font-just: "Jost", sans-serif;
  --header-h-pc:100px;
  --header-h-sp:13.0769230769vw;
  --footer-h-pc:780px;
  --footer-h-sp:223.0769230769vw;
  --hero-pt-pc:136px;
  --hero-pt-sp:25.7vw;
  --padding-side-xl-pc:20px;
  --padding-side-pc:0;
  --padding-side-sp:6.4102564103vw;
  --nav-side-width-md: 13px;
  --nav-side-line-color: #D9D9D9;
  --line-height-default: 1.6;
  --container-width: 1220px;
  --container-width-1000px: 1000px;
}

/* ==========================================================================
  animation
========================================================================== */
/* ==========================================================================
   index
========================================================================== */
/* --------------------------------------------------------------------------
  p-contact-
-------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .p-contact__inner--input {
    display: flex;
  }
}

.p-contact-titles {
  padding-bottom: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-contact-titles {
    width: 100%;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact-titles {
    width: 27%;
    padding-bottom: 0;
  }
}

.p-contact-titles__title--input {
  font-size: 7.6923076923vw;
  font-weight: 700;
  line-height: 1.66;
}
@media screen and (min-width: 768px) {
  .p-contact-titles__title--input {
    font-size: 3rem;
  }
}

.p-contact-titles__notes {
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .p-contact-titles__notes {
    font-size: 1.6rem;
  }
}

.p-contact-formarea {
  flex: 1 1;
  border-top-width: 0.5128205128vw;
  border-top-color: #000;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .p-contact-formarea {
    border-top-width: 2px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact-formarea {
    flex: 1 1;
  }
}

/* --------------------------------------------------------------------------
  p-contact__lists
-------------------------------------------------------------------------- */
.p-contact__lists {
  padding-right: 5.1282051282vw;
  padding-left: 5.1282051282vw;
  background: #F6F6F6;
}
@media screen and (min-width: 768px) {
  .p-contact__lists {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__lists {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.p-contact__lists li {
  padding: 8.9743589744vw 0;
  border-bottom-width: 0.2564102564vw;
  border-bottom-color: #D9D9D9;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .p-contact__lists li {
    padding: 35px 0 35px;
    border-bottom-width: 1px;
  }
}

.p-contact-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact-list {
    flex-direction: row;
  }
}
.p-contact-list .p-contact-list__titles {
  display: block;
  font-size: 4.1025641026vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact-list .p-contact-list__titles {
    width: 25%;
    margin-right: 1em;
    font-size: inherit;
  }
}
.p-contact-list .p-contact-list__titles span {
  display: block;
  font-size: 3.3333333333vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact-list .p-contact-list__titles span {
    font-size: 1.6rem;
  }
}
.p-contact-list .p-contact-list__texts {
  padding-top: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-contact-list .p-contact-list__texts {
    flex: 1 1;
    padding-top: 0;
  }
}

.area {
  padding: 4.6153846154vw 0 3.8461538462vw 5.1282051282vw;
  border-radius: 2.5641025641vw;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .area {
    padding: 20px 20px 20px 36px;
    border-radius: 10px;
  }
}

/* --------------------------------------------------------------------------
  p-contact__lists--finish
-------------------------------------------------------------------------- */
.p-contact__lists--finish {
  padding-right: 5.1282051282vw;
  padding-left: 5.1282051282vw;
  padding-top: 10.2564102564vw;
  padding-bottom: 10.2564102564vw;
  background: #E2E2E2;
}
@media screen and (min-width: 768px) {
  .p-contact__lists--finish {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__lists--finish {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__lists--finish {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-contact-privacy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69.7435897436vw;
  margin: auto auto 8.9743589744vw;
}
@media screen and (min-width: 768px) {
  .p-contact-privacy {
    width: 530px;
    margin-bottom: 35px;
  }
}
.p-contact-privacy .p-contact-privacy__check-box {
  width: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .p-contact-privacy .p-contact-privacy__check-box {
    width: 50px;
  }
}
.p-contact-privacy .p-contact-privacy__linktext {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.3333333333vw;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-contact-privacy .p-contact-privacy__linktext {
    font-size: 1.8rem;
  }
}
.p-contact-privacy .p-contact-privacy__linktext a {
  color: #06F;
  text-decoration: underline;
}

.p-contact--submit {
  width: 33.3333333333vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-contact--submit {
    width: min(560px, 80%);
  }
}
.p-contact--submit.is-disabled {
  pointer-events: none;
}

/* --------------------------------------------------------------------------
  p-contact-confirm
-------------------------------------------------------------------------- */
.p-contact__inner--confirm .p-contact-titles {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-contact__inner--confirm .p-contact-titles {
    width: 100%;
    padding-bottom: 50px;
  }
}
.p-contact__inner--confirm .p-contact-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-contact__inner--confirm .p-contact-list {
    align-items: center;
  }
}
.p-contact__inner--confirm .p-contact-list__texts {
  padding-left: 5.1282051282vw;
  padding-right: 5.1282051282vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact__inner--confirm .p-contact-list__texts {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-contact-titles__title--confirm {
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 1.66;
}
@media screen and (min-width: 768px) {
  .p-contact-titles__title--confirm {
    font-size: 3rem;
  }
}

.p-contact-confirm__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.1282051282vw 0;
}
@media screen and (min-width: 768px) {
  .p-contact-confirm__buttons {
    justify-content: center;
    flex-direction: row-reverse;
    gap: 0 60px;
  }
}

.p-contact-confirm--back {
  width: 38.4615384615vw;
}
@media screen and (min-width: 768px) {
  .p-contact-confirm--back {
    width: 200px;
  }
}

.p-contact-confirm--submit {
  width: 51.2820512821vw;
}
@media screen and (min-width: 768px) {
  .p-contact-confirm--submit {
    width: 300px;
  }
}

/* --------------------------------------------------------------------------
  p-contact-finish
-------------------------------------------------------------------------- */
.p-contact__inner--finish .p-contact-titles {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-contact__inner--finish .p-contact-titles {
    width: 100%;
    padding-bottom: 50px;
  }
}

.p-contact-titles__title--finish {
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-contact-titles__title--finish {
    font-size: 1.8rem;
  }
}

.p-contact-finish--back {
  width: 38.4615384615vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact-finish--back {
    width: 200px;
  }
}

/* --------------------------------------------------------------------------
  p-contact-error
-------------------------------------------------------------------------- */
.p-contact__inner--error .p-contact-titles {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-contact__inner--error .p-contact-titles {
    width: 100%;
    padding-bottom: 50px;
  }
}

.p-contact-titles__title--error {
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-titles__title--error {
    font-size: 1.8rem;
  }
}

/* --------------------------------------------------------------------------
  is-error
-------------------------------------------------------------------------- */
.is-error {
  margin-bottom: 8.9743589744vw;
  padding: 2.5641025641vw;
  color: #B40000;
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: 1.3;
  background: #FFDCDC;
}
@media screen and (min-width: 768px) {
  .is-error {
    margin-bottom: 35px;
    padding: 10px;
    font-size: 18px;
  }
}

/* ==========================================================================
  contact => form style
========================================================================== */
/* --------------------------------------------------------------------------
  input
-------------------------------------------------------------------------- */
input[type=text],
input[type=submit] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

select {
  /* 標準のスタイルを無効にする */
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: transparent;
}

.p-contact--check label span {
  display: inline-block;
}
.p-contact--check label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 6.1538461538vw;
  height: 6.1538461538vw;
  border-radius: 6px;
  border: 1px solid #06F;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact--check label span::before {
    width: 24px;
    height: 24px;
  }
}
.p-contact--check label span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 3.0769230769vw;
  left: 4.6153846154vw;
  width: 3.8461538462vw;
  height: 2.5641025641vw;
  border-left: 1.0256410256vw solid #06F;
  border-bottom: 1.0256410256vw solid #06F;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact--check label span::after {
    top: 8px;
    left: 31px;
    width: 15px;
    height: 10px;
    border-left: 4px solid #06F;
    border-bottom: 4px solid #06F;
  }
}

.p-contact__text input[type=text],
.p-contact__text textarea,
.p-contact__text select {
  width: 100%;
  padding: 2.5641025641vw 5.1282051282vw;
  border-radius: 10px;
  border-width: 0.2564102564vw;
  border-color: #B4B4B4;
  border-style: solid;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-contact__text input[type=text],
  .p-contact__text textarea,
  .p-contact__text select {
    padding: 10px 20px;
    border-width: 1px;
  }
}

.p-contact__text textarea::-moz-placeholder, .p-contact__text input::-moz-placeholder {
  color: #cccccc;
}

.p-contact__text textarea::placeholder, .p-contact__text input::placeholder {
  color: #cccccc;
}

.p-contact__text textarea:-moz-placeholder, .p-contact__text input:-moz-placeholder {
  color: #cccccc;
  background-color: #fff;
}

.p-contact__text select.is-no-select, .p-contact__text select:invalid, .p-contact__text textarea:placeholder-shown, .p-contact__text input:placeholder-shown {
  color: #cccccc;
  background-color: #fff;
}

.p-contact__text select:focus, .p-contact__text textarea:focus, .p-contact__text input:focus {
  outline: 2px solid var(--color-lblue);
  background-color: #fff;
}

.p-contact__text input:-webkit-autofill,
.p-contact__text textarea:-webkit-autofill,
.p-contact__text select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
.p-contact__text input {
  /*入力済み*/
  background-color: #fff;
  /* プレースホルダー */
  /* 未入力時 */
  /* 選択中 => cssの最後の方にしないと他のcssが優先される */
}
.p-contact__text textarea {
  /*入力済み*/
  background-color: #fff;
  /* プレースホルダー */
  /* 未入力時 */
  /* 選択中 => cssの最後の方にしないと他のcssが優先される */
}
.p-contact__text select {
  /*入力済み*/
  background-color: #fff;
  /* 未入力時 */
  /*  */
  /* 選択中 => cssの最後の方にしないと他のcssが優先される */
}
.p-contact__text--select {
  position: relative;
}
.p-contact__text--select select {
  cursor: pointer;
}
.p-contact__text--select::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 17px;
  height: 9px;
  transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/contact/icon/select_arrow.svg);
  background-size: contain;
}

.p-contact__text--textarea textarea {
  resize: none;
  min-height: 51.2820512821vw;
}
@media screen and (min-width: 768px) {
  .p-contact__text--textarea textarea {
    min-height: 236px;
  }
}

.p-contact__text--radio {
  /* 丸いポチ（外枠） */
  /* チェック状態：ポチが塗りつぶされる */
  /* チェック状態：全体スタイル変更（任意） */
}
.p-contact__text--radio .check-text {
  display: inline-flex;
  position: relative;
  padding: 0.8em 1em 0.8em 2.25em;
  font-size: 3.5897435897vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-contact__text--radio .check-text {
    padding: 0.35em 1em 0.35em 2em;
    font-size: 1.8rem;
  }
}
.p-contact__text--radio .check-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6.1538461538vw;
  height: 6.1538461538vw;
  border: 0.5128205128vw solid #000;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__text--radio .check-text::before {
    width: 24px;
    height: 24px;
    border: 2px solid #000;
  }
}
.p-contact__text--radio input[type=radio]:checked + .check-text::before {
  background-color: #06F;
  border-color: #06F;
  box-shadow: inset 0 0 0 5px #fff; /* 中抜き感 */
}
.p-contact__text--radio input[type=radio]:checked + .check-text {
  border-color: #06F;
}

.p-contact--check label input:checked + span::after {
  opacity: 1;
}
.p-contact-submit.is-disabled .p-contact-submit__enter {
  opacity: 0.3;
}

.p-contact-submit__enter {
  display: block;
  width: 100%;
  color: var(--color-white);
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-radius: 2.5641025641vw;
  background: #06F;
  padding: 2.5641025641vw 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-contact-submit__enter {
    font-size: 2rem;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-submit__enter {
    padding: 20px;
  }
}

.p-contact-button-submit--enter {
  display: block;
  width: 100%;
  color: var(--color-white);
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-radius: 2.5641025641vw;
  background: #06F;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5.1282051282vw;
  padding: 3.0769230769vw 5.1282051282vw;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .p-contact-button-submit--enter {
    font-size: 2rem;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-button-submit--enter {
    gap: 0 20px;
    padding: 20px;
    font-size: 2rem;
  }
}
.p-contact-button-submit--enter svg {
  aspect-ratio: 20/22;
  width: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .p-contact-button-submit--enter svg {
    width: auto;
  }
}

.p-contact-button-submit--back {
  display: block;
  width: 100%;
  color: var(--color-white);
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-radius: 2.5641025641vw;
  background: #06F;
  padding: 2.0512820513vw 5.1282051282vw;
  font-size: 3.8461538462vw;
  background: #8B8B8B;
}
@media screen and (min-width: 768px) {
  .p-contact-button-submit--back {
    font-size: 2rem;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-button-submit--back {
    padding: 15px 20px;
    font-size: 2rem;
  }
}