/* =========================================================
button
========================================================= */
/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs--wrap {
  border-bottom: 1px solid #dbdbdb;
  margin: auto;
  max-width: 1760px;
  padding: 2rem 3vw;
  width: 96%;
}
.c-breadcrumbs-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.c-breadcrumbs-list > li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-breadcrumbs-list > li:not(:last-child)::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  width: 1rem;
  margin-left: 8px;
}
.c-breadcrumbs-list a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
title
========================================================= */
/* =========================================================
contact
========================================================= */
.p-contact {
  padding-top: 90px;
}
@media screen and (min-width: 992px) {
  .p-contact {
    padding-top: 150px;
  }
}
.p-contact-mv--wrap {
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 10vh 2vh;
  position: relative;
  width: 95%;
}
@media screen and (min-width: 992px) {
  .p-contact-mv--wrap {
    padding: 20vh 10vh;
  }
}
.p-contact-mv--wrap::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-contact-mv--wrap::after {
  background-image: url("./../images/contact/img_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-contact-mv_phrase {
  position: relative;
  width: 100%;
  z-index: 3;
}
.p-contact-mv_phrase .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-mv_phrase .title {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-contact-mv_phrase .title {
    font-size: clamp(56px, 4.323vw, 83px);
  }
}
.p-contact-mv_phrase .text {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-contact-mv_phrase .text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-contact-mv_phrase .text {
    font-size: clamp(22px, 1.667vw, 32px);
  }
}
.p-contact-intro--wrap {
  margin: auto;
  max-width: 1760px;
  padding: 30px 0;
  width: 95%;
}
.p-contact-intro_label {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1200px;
}
.p-contact-intro_label .en {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
}
.p-contact-intro_label::before {
  background-color: #209cff;
  content: "";
  display: block;
  height: 1px;
  width: 3rem;
  margin-right: 0.5rem;
}
.p-contact-intro_title {
  font-size: 30px;
  letter-spacing: 0.2rem;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-contact-intro_title {
    font-size: 40px;
  }
}
.p-contact-intro_text {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-contact-intro_text {
    font-size: 15px;
    text-align: center;
  }
}
.p-contact-button {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 840px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .p-contact-button {
    flex-direction: row;
    gap: 30px;
  }
}
.p-contact-button_eneleage {
  align-items: center;
  background-color: #004668;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.p-contact-button_eneleage span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact-button_eneleage span {
    font-size: 1.8rem;
  }
}
.p-contact-button_eneleage img {
  flex-shrink: 0;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .p-contact-button_eneleage img {
    width: 35px;
  }
}
.p-contact-button_eneleage:hover {
  opacity: 0.8;
}
.p-contact-button_eneleagezero {
  align-items: center;
  background-color: #f8b500;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.p-contact-button_eneleagezero span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact-button_eneleagezero span {
    font-size: 1.8rem;
  }
}
.p-contact-button_eneleagezero img {
  flex-shrink: 0;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .p-contact-button_eneleagezero img {
    width: 35px;
  }
}
.p-contact-button_eneleagezero:hover {
  opacity: 0.8;
}
.p-contact-form {
  margin: 30px auto 0;
  max-width: 900px;
}
.p-contact-form--wrap {
  background-color: #e6e6e6;
  margin: 2vw auto 0;
  max-width: 1550px;
  padding: 30px 0;
  position: relative;
  width: 95%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-contact-form--wrap {
    padding: 60px 5vw;
    width: 90%;
  }
}
.p-contact-form_label {
  display: flex;
  align-items: center;
  margin: auto;
}
.p-contact-form_label::before {
  background-color: #209cff;
  content: "";
  display: block;
  height: 1px;
  width: 3rem;
  margin-right: 0.5rem;
}
.p-contact-form_label .en {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
}
.p-contact-form_title {
  font-size: 30px;
  letter-spacing: 0.2rem;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-contact-form_title {
    font-size: 40px;
  }
}
.p-contact-form_text {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-contact-form_text {
    font-size: 15px;
  }
}
.p-contact-form_row {
  align-items: start;
  border-bottom: 1px solid #ccc;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  padding: 15px 0;
}
.p-contact-form_row:first-child {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-contact-form_row {
    grid-template-columns: 210px 1fr;
    gap: 12px;
    padding: 20px 0;
  }
}
.p-contact-form_row--label {
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-contact-form_row--label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
  }
}
.p-contact-form_row--label .badge {
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 3px 10px;
  margin-left: 10px;
  white-space: nowrap;
}
.p-contact-form_row--label .badge.required {
  background-color: #e5001f;
}
.p-contact-form_row--label .badge.optional {
  background-color: #5a94d9;
}
.p-contact-form_row--input input[type=text],
.p-contact-form_row--input input[type=email],
.p-contact-form_row--input input[type=tel] {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1.5rem;
  outline: none;
  padding: 12px 16px;
  transition: border-color 0.2s;
  width: 100%;
}
.p-contact-form_row--input input[type=text]:focus,
.p-contact-form_row--input input[type=email]:focus,
.p-contact-form_row--input input[type=tel]:focus {
  border-color: #5a94d9;
}
.p-contact-form_row--input textarea {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1.5rem;
  min-height: 140px;
  outline: none;
  padding: 12px 16px;
  resize: vertical;
  transition: border-color 0.2s;
  width: 100%;
}
.p-contact-form_row--input textarea:focus {
  border-color: #5a94d9;
}
.p-contact-form_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-contact-form_radio .wpcf7-list-item {
  margin: 0 0 5px;
}
.p-contact-form_radio label {
  cursor: pointer;
}
.p-contact-form_radio label input {
  display: none;
}
.p-contact-form_radio label input[type=radio] {
  display: none;
}
.p-contact-form_radio label span {
  background-color: #e0e0e0;
  border-radius: 50px;
  color: #555;
  display: block;
  font-size: 1.5rem;
  padding: 8px 22px;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
.p-contact-form_radio label .wpcf7-list-item-label {
  background-color: #e0e0e0;
  border-radius: 50px;
  color: #555;
  display: block;
  font-size: 1.5rem;
  padding: 8px 22px;
  margin-right: 5px;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
.p-contact-form_radio label:has(input:checked) span {
  background-color: #2e6fcc;
  color: #fff;
}
.p-contact-form_agree {
  margin-top: 40px;
  text-align: center;
}
.p-contact-form_agree label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1.6rem;
}
.p-contact-form_agree input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.p-contact-form_agree a {
  color: #1f5cc4;
  text-decoration: underline;
}
.p-contact-form_submit {
  align-items: center;
  background-color: #1a3a5c;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  margin: 16px auto 0;
  padding: 22px 20px;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}
.p-contact-form_submit:hover {
  opacity: 0.8;
}
.p-contact-form_submit .arrow {
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  right: 30px;
}

.wpcf7-response-output {
  background: #fff;
  border: none;
  color: #1a3a5c;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding: 30px 10px;
}
/*# sourceMappingURL=style-contact.css.map */