@charset "utf-8";

/*===================
contactPage
===================*/
.sp {
  display: none;
}
/* ヘッダー↓ */
.header.under .header__nav {
  opacity: 0;
  pointer-events: none;
}
.nav__listLink {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.22em;
}
.nav__listItem {
  margin-bottom: 35px;
}
.header__left {
  position: relative;
  z-index: 999;
}
.page-template-page-contact .header-img.-after,
.page-template-page-confirm .header-img.-after {
  opacity: 1;
}
.page-template-page-contact .header-img.-before,
.page-template-page-confirm .header-img.-before {
  opacity: 0;
}

body.fixed.page-template-page-contact .header-img.-after,
body.fixed.page-template-page-confirm .header-img.-after {
  opacity: 0;
}
body.fixed.page-template-page-contact .header-img.-before,
body.fixed.page-template-page-confirm .header-img.-before {
  opacity: 1;
}

.page-template-page-contact .ham__lineWrapper span,
.page-template-page-confirm .ham__lineWrapper span {
  background-color: #fff;
}
body.fixed.page-template-page-contact .ham__lineWrapper span,
body.fixed.page-template-page-confirm .ham__lineWrapper span {
  background-color: #294997;
}

.header__wrapper {
  /* background: #fff; */
}
.contactPage {
  padding: 130px 0 38px;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
}

.inner-1000 {
  max-width: 1000px;
  width: 86%;
  padding: 88px 0 76px;
  margin: 0 auto;
  background: #fff;
  border-radius: 17px;
}
.sec__ttl {
  max-width: 295px;
  padding: 14px 5px;
  margin: 0 auto 56px;
  background: #294997;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.sec__ttl.type02 {
  border: 1px solid #fff;
}
.sec__en {
  position: absolute;
  top: 139px;
  left: 38px;
}
.sec__en-icon {
  display: block;
  width: 10px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 4px;
}
.sec__en-ttl {
  display: block;
  padding-top: 25px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 16px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.contactSec__inner {
  max-width: 700px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .sec__en {
    top: 116px;
  }
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  .sec__ttl {
    max-width: 280px;
    margin: 0 auto 35px;
  }
  .sec__en {
    display: none;
  }
  .inner-1000 {
    padding: 18px 0 15px;
    border-radius: 0;
  }
  .contactPage {
    padding: 112px 0 19px;
  }
}

/*===================
mwwpform
===================*/
.contact__formBtnLink {
  display: block;
  width: 354px;

  margin: 0 auto;
  letter-spacing: 0.24em;
  text-align: center;
}
.contact__formBtnLink input {
  width: 100%;
  height: 100%;
  padding: 23px 5px;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #275aa3;
  border-radius: 21px;
  background: #275aa3;
  color: #fff;
  cursor: pointer;
}
.form {
  margin-bottom: 91px;
}
.form__box {
  padding: 31px 10px 9px;
}

.form__left {
  margin-bottom: 15px;
}
.form__right.select01 {
  width: 150px;
}
.form__right.select02 {
  width: 250px;
}
.form__right.select-date {
  width: 150px;
}
.form__right.select-date input {
  padding-left: 10px;
}
.form__item {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  color: #275aa3;
}
.form__notes1 {
  margin-top: 4px;
  font-size: 12px;
  color: #275aa3;
}
/* .form__itemReq {
  display: block;
  width: fit-content;
  padding: 6px 11px;
  background: #b15026;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #fff;
} */
.form__inputTxt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #12327c;
  position: relative;
  /* min-height: 29px; */
}

.form__inputTxt input {
  box-sizing: border-box;
  width: 100%;
  /* min-width: 396px; */
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #294997;
  letter-spacing: 0.2em;
  line-height: 1.75;
  /* background: #f2f2f2; */
  background: #fff;
}
/* fileアップロードcss */
.form__file label {
  width: 198px;
  height: 45px;
  cursor: pointer;
  /* border: 1px solid #707070; */
  background: #fff;
  font-weight: 300;
  color: #231815;
  position: relative;
  background-color: #999999;
  border-radius: 8px;
}

.mw_wp_form input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.form__file {
  display: flex;
  align-items: center;
  line-height: 1;
  /* width: 168px; */
}

.form__file-btn {
  width: 168px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
}

.mwform-file-delete {
  display: none;
}
input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.file-input label {
  width: 198px;
  height: 46px;
  padding: 0;
  background: #dcdddd;
  color: #222;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  margin-right: 16px;
  position: relative;
}

.fileclear {
  display: none;
  width: 70px;
  /* height: 43px; */
  padding: 5px 12px;
  background: #f8f8f8;
  color: #294997;
  font-weight: 600;
  border: 1px solid #294997;
  cursor: pointer;
  margin-left: 15px;
  text-align: center;
}
.js-upload-filename {
  /* width: 40%; */
  /* width: calc(100% - 268px); */
  width: fit-content;
  padding: 5px 10px;
  margin-left: 7px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.mwform-file-delete {
  display: none;
  cursor: initial !important;
}
.form__up-file {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
}
#entry .mw-wp-form_file {
  display: none;
  /* position: absolute;
  top:0;
left: 180px;
  overflow: hidden;
  font-weight: 400;
  padding: 5px 10px;
  max-width: 570px;
  height: 60px;
  width:300%; */
}
#confirm .form__file label {
  width: 100%;
  background: none;
  background-color: #fff;
  border: none;
  height: auto;
  max-height: none;
}
#confirm .mw-wp-form_file {
  width: 100%;
  top: 5px;
  left: 0;
  word-break: break-all;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #12327c;
}

/*  */
.form__inputTxt.messege {
  min-height: 236px;
}
.form__inputTxt.messege textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 347px;
  padding: 8px;
  /* background: #f2f2f2; */
  background: #fff;
  border-radius: 5px;
  border: 1px solid #294997;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.mw_wp_form span.error {
  display: block;
  font-size: 11px;
  padding-top: 5px;
  letter-spacing: 0.05em;
}

.preview__text {
  display: none;
  font-size: 25px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}

/* 確認画面 */

/* #confirm {
  padding-top: 210px;
} */
#confirm h1.page-title__jp {
  font-size: 30px;
  text-align: center;
  margin: 0 4%;
}
#confirm .page-titleWrap {
  margin-bottom: 70px;
}
#confirm .attension__text {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.75;
}
.confirm__wrap {
  padding: 30px 0 0;
}
#confirm .form {
  margin-bottom: 50px;
}
#confirm .form__inputTxt {
  padding-left: 0;
  border: none;
  background: none;
  padding-top: 6px;
}
#confirm .form__inputTxt.messege {
  min-height: 60px;
  line-height: 1.5;
}

#confirm .contact__formBtn {
  padding-bottom: 95px;
}
#confirm .contact__formBtnLink {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 100%;
  max-width: 415px;
}
.mw_wp_form_confirm .form__up-file {
  display: none;
}
.mw_wp_form_confirm .fileclear {
  display: none;
}
.mw_wp_form_confirm .js-upload-filename {
  display: none;
}

/* 完了画面 */

/* #comp {
  padding-top: 210px;
} */
#comp .page-titleWrap {
  margin-bottom: 50px;
}
#comp .page-title__jp {
  margin-bottom: 100px;
  font-size: 30px;
  text-align: center;
  margin: 0 4%;
}
.comp__wrap {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#comp .catch_ttl__contact {
  margin-bottom: 56px;
  text-decoration: underline;
  font-size: 21px;
  font-weight: 700;
  color: #294997;
  text-align: center;
}
#comp .attension__text {
  color: #294997;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 3.2;
  text-align: center;
}
.comp__btnWrap {
  margin-top: 65px;
}
.comp__btn {
  display: block;
  max-width: 280px;
  height: auto;
  padding: 17px 10px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  border: 1px solid #294997;
  background-color: #294997;
  /* background-size: 7px 9px; */
  text-align: center;
  color: #fff;
  border-radius: 999px;
  line-height: 1;
}
@media screen and (max-width: 920px) {
  .form__left {
    /* width: 270px;
    min-width: 270px; */
    width: 100%;
    min-width: none;
  }
  .form__right {
    /* width: calc(100% - 270px - 48px); */
    width: 100%;
  }
  .form__inputTxt input {
    width: 100%;
    min-width: auto;
  }
  .form__inputTxt.messege textarea {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .contact__formBtnLink {
    width: 100%;
    max-width: 350px;
    padding: 18px 10px;
    /* margin-top: 80px; */
  }
  .contact__btnBox {
    margin: 0 4%;
  }
  .contact__btnBox .box-outer {
    width: 100%;
    min-width: auto;
  }
  .form {
    margin-bottom: 8px;
  }
  .form__box {
    display: block;
    padding: 15px 10px;
  }
  .form__item {
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .form__left {
    width: 100%;
    min-width: auto;
    margin-bottom: 12px;
  }
  .form__right,
  .form__right.half {
    width: 100%;
    min-width: auto;
  }
  .form__itemReq {
    padding: 3px 7px;
    margin-left: 15px;
    font-size: 13px;
  }
  .form__inputTxt {
    letter-spacing: 0.04em;
  }
  .form__inputTxt input {
    letter-spacing: 0.04em;
  }
  .form__inputTxt input {
    letter-spacing: 0.04em;
  }
  .form__inputTxt.messege textarea {
    min-height: 322px;
    letter-spacing: 0.04em;
  }
  .contact__formBtnLink input {
    padding: 20px 0;
    font-size: 18px;
    border-radius: 13px;
  }
  /* fileアップロードcss */
  .form__file {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .form__file label {
    width: 173px;
    height: 49px;
  }
  .form__up-file {
    font-size: 13px;
  }
  .js-upload-filename {
    margin-left: 0;
    padding: 8px 10px 8px 0;
  }

  /* 確認画面 */

  /* #confirm {
    padding-top: 130px;
  } */
  #confirm h1.page-title__jp {
    font-size: 25px;
  }
  #confirm .page-titleWrap {
    margin-bottom: 30px;
  }
  #confirm .attension__text {
    font-size: 16px;
  }

  /* 完了画面 */
  /* #comp {
    padding-top: 130px;
  } */
  #comp .page-title__jp {
    margin-bottom: 70px;
    font-size: 25px;
    text-align: center;
    margin: 0 4%;
  }
  .comp__wrap {
    padding-bottom: 80px;
  }
  #comp .catch_ttl__contact {
    margin-bottom: 40px;
    font-size: 18px;
  }
  #comp .attension__text {
    font-size: 14px;
  }
  .mw_wp_form_preview .confirm__top-text {
    font-size: 16px;
  }
  .comp__title {
    margin: 80px auto 40px;
    font-size: 25px;
  }
  .lang-contact__wrap .mw_wp_form_complete {
    margin-bottom: 80px;
  }
  .comp__text {
    font-size: 14px;
  }
}
