@charset "UTF-8";
/* 共通調整
---------------------------------------------------------------------------- */
body {
  background-color: #F5F5F5;
}

/* p-contact
---------------------------------------------------------------------------- */
.p-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-contact-nav-list {
  width: 32rem;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
  flex-direction: column;
  position: relative;
  padding-left: 3rem;
}
.p-contact-nav-list li {
  position: relative;
}
.p-contact-nav-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.6rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #D7D8DA;
  border-radius: 50%;
}
.p-contact-nav-list::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 90%;
  border-left: 0.3rem dotted #D7D8DA;
}

.p-contact-nav-list-current::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.6rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff !important;
  border-radius: 50%;
  z-index: 2;
}
.p-contact-nav-list-current::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4.5rem;
  width: 3.3rem;
  height: 3.3rem;
  background-image: linear-gradient(135deg, #001336 0, #0844E5 60%);
  border-radius: 50%;
  z-index: 1;
}

.p-contact-wrapper {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .m-bg .l-content {
    padding-inline: 0;
  }
  .p-contact {
    flex-direction: column;
  }
  .p-contact-nav-list {
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-weight: 700;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9.0666666667vw;
    flex-direction: row;
    position: relative;
    padding-left: 0;
    margin-bottom: 16vw;
  }
  .p-contact-nav-list li {
    position: relative;
  }
  .p-contact-nav-list li::before {
    content: "";
    position: absolute;
    top: 10.6666666667vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .p-contact-nav-list::before {
    content: "";
    position: absolute;
    top: 5.3333333333vw;
    left: 16.2666666667vw;
    width: 55.4666666667vw;
    height: 100%;
    border-left: none;
    border-bottom: 0.8vw dotted #D7D8DA;
  }
  .p-contact-nav-list-current::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .p-contact-nav-list-current::after {
    content: "";
    position: absolute;
    top: 10.6666666667vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    background-image: linear-gradient(135deg, #001336 0, #0844E5 60%);
    border-radius: 50%;
    z-index: 1;
  }
  .p-contact-wrapper {
    flex: 1;
  }
}
.p-contact-box {
  border: 1px solid #D7D8DA;
  border-radius: 10px;
  padding: 4rem 11rem;
  margin-bottom: 4rem;
}

.p-contact-box-text {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 2rem;
}

.p-contact-box-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.p-contact-box-item + .p-contact-box-item {
  margin-top: 1rem;
}

.p-contact-box-item-title {
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: 7.4rem;
  font-family: "Orbitron";
  color: #fff;
  background-color: #0843DC;
  padding: 0.5rem 0;
  border-radius: 9999px;
  text-align: center;
}

.p-contact-box-item-text {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.08em;
  font-weight: 700;
  flex: 1;
}

.p-contact-box-item-text-small {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-contact-box {
    border: 1px solid #D7D8DA;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .p-contact-box-text {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-bottom: 5.3333333333vw;
  }
  .p-contact-box-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.3333333333vw;
  }
  .p-contact-box-item + .p-contact-box-item {
    margin-top: 5.3333333333vw;
  }
  .p-contact-box-item-title {
    font-size: 4.2666666667vw;
    line-height: 1.125;
    letter-spacing: 0.04em;
    font-weight: 700;
    width: 21.3333333333vw;
    padding: 1.3333333333vw 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-contact-box-item-text {
    font-size: 4.8vw;
    line-height: 1.1111111111;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .p-contact-box-item-text-small {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
.p-contact-item + .p-contact-item {
  margin-top: 4rem;
}

.p-contact-label {
  margin-bottom: 1rem;
}

.p-contact-label-str {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-contact-label-str span {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-contact-label-required {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  background: #D21708;
  padding: 0.2rem 1rem;
  margin-left: 1rem;
}

.p-contact-radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}

.p-contact-radio-label input {
  display: none;
}
.p-contact-radio-label .wpcf7-list-item {
  margin: 0;
}
.p-contact-radio-label .wpcf7-list-item-label {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 1rem 4rem 1rem 5rem;
  background: #D7D8DA;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  border-radius: 0.4rem;
  position: relative;
}
.p-contact-radio-label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.p-contact-radio-label input:checked + .wpcf7-list-item-label {
  background: #01163B;
}
.p-contact-radio-label input:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #01163B;
  border-radius: 50%;
  z-index: 2;
}

.p-contact-input {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 1rem 2rem;
  width: 100%;
  border: 1px solid #D7D8DA;
}

.p-contact-input-textarea {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 1rem 2rem;
  width: 100%;
  height: 20rem;
  border: 1px solid #D7D8DA;
  border-radius: 0.4rem;
  resize: none;
}

.p-contact-acceptance {
  background: #F5F5F5;
  padding: 4rem 7rem;
  border-radius: 0.4rem;
  margin-top: 4rem;
}
.p-contact-acceptance input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
}
.p-contact-acceptance .wpcf7-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-contact-acceptance .wpcf7-list-item-label {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.p-contact-acceptance .wpcf7-list-item-label a {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #0843DC;
  text-decoration: underline;
}

.p-contact-acceptance-text {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}

.p-contact-button-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contact-button {
  width: 28rem;
  margin-top: 3rem;
  position: relative;
}
.p-contact-button:hover input {
  text-align: left;
  background-image: linear-gradient(-135deg, #fff 0, #fff 100%);
  border: solid 1px #222222;
  color: #222;
}
.p-contact-button:hover::before {
  border-right: 0.2rem solid #222222;
  border-bottom: 0.2rem solid #222222;
}
.p-contact-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 1.2rem;
  height: 1.2rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  pointer-events: none;
}
.p-contact-button input {
  border: solid 1px #F5F5F5;
  text-align: left;
  background-image: linear-gradient(-135deg, #0843DC 0, #001330 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 2rem 4rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 28rem;
  border-radius: 9999px;
  cursor: pointer;
}

.p-contact .wpcf7-spinner,
.p-contact .wpcf7-spinner::before,
.p-contact .wpcf7 form .wpcf7-response-output,
.p-contact .wpcf7 form.sent .wpcf7-response-output,
.p-contact div.wpcf7 .ajax-loader,
.p-contact .wpcf7-mail-sent-ok {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .p-contact-item + .p-contact-item {
    margin-top: 5.3333333333vw;
  }
  .p-contact-label {
    margin-bottom: 2.6666666667vw;
  }
  .p-contact-label-str {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-contact-label-str span {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
  .p-contact-label-required {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
    padding: 0.5333333333vw 2.6666666667vw;
    margin-left: 1.3333333333vw;
  }
  .p-contact-radio {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5.3333333333vw;
  }
  .p-contact-radio-label .wpcf7-list-item-label {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 8vw;
    border-radius: 1.3333333333vw;
  }
  .p-contact-radio-label .wpcf7-list-item-label::before {
    left: 2.6666666667vw;
    width: 4vw;
    height: 4vw;
  }
  .p-contact-radio-label input:checked + .wpcf7-list-item-label::after {
    left: 3.7333333333vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  .p-contact-input {
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .p-contact-input-textarea {
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 2.6666666667vw 5.3333333333vw;
    height: 53.3333333333vw;
    border-radius: 1.0666666667vw;
  }
  .p-contact-acceptance {
    padding: 5.3333333333vw 5.3333333333vw;
    border-radius: 1.0666666667vw;
    margin-top: 10.6666666667vw;
  }
  .p-contact-acceptance input[type=checkbox] {
    width: 4vw;
    height: 4vw;
  }
  .p-contact-acceptance .wpcf7-list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-contact-acceptance .wpcf7-list-item-label {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
  .p-contact-acceptance .wpcf7-list-item-label a {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #0843DC;
    text-decoration: underline;
  }
  .p-contact-acceptance-text {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  .p-contact-button {
    width: 53.3333333333vw;
    margin-top: 8vw;
    position: relative;
  }
  .p-contact-button:hover input {
    text-align: left;
    background-image: linear-gradient(-135deg, #0843DC 0, #001330 100%);
    border: solid 1px #F5F5F5;
    color: #fff;
  }
  .p-contact-button:hover::before {
    border-right: 0.5333333333vw solid #fff;
    border-bottom: 0.5333333333vw solid #fff;
  }
  .p-contact-button::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid #fff;
    border-bottom: 0.5333333333vw solid #fff;
    pointer-events: none;
  }
  .p-contact-button input {
    border: solid 1px #F5F5F5;
    text-align: left;
    background-image: linear-gradient(-135deg, #0843DC 0, #001330 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4vw 5.3333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.4375;
    letter-spacing: 0.06em;
    font-weight: 700;
    width: 100%;
    border-radius: 9999px;
    cursor: pointer;
  }
}
.p-contact-btn-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}

.p-contact-button-reverse {
  margin-top: 3rem;
  position: relative;
}
.p-contact-button-reverse::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(135deg);
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.2rem solid #222;
  border-bottom: 0.2rem solid #222;
  pointer-events: none;
}
.p-contact-button-reverse input {
  font-size: 1.6rem;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 1.5rem 2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  background-image: linear-gradient(-135deg, #fff 0, #fff 100%);
  border: solid 1px white;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-contact-btn-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.3333333333vw;
    margin-top: 8vw;
    flex-direction: column-reverse;
  }
  .p-contact-button-reverse {
    margin-top: 0;
    position: relative;
  }
  .p-contact-button-reverse::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(135deg);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid #222;
    border-bottom: 0.5333333333vw solid #222;
    pointer-events: none;
  }
  .p-contact-button-reverse input {
    font-size: 4vw;
    line-height: 1.5333333333;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 4vw 5.3333333333vw;
    border-radius: 1.0666666667vw;
    cursor: pointer;
    background-image: linear-gradient(-135deg, #fff 0, #fff 100%);
    border: solid 1px white;
    color: #222;
  }
}
.p-contact-thanks-button {
  width: 28rem;
  margin: 4rem auto 0;
}

.p-contact-thanks-title {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-contact-thanks-button {
    width: 53.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
  .p-contact-thanks-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
}
