@charset "UTF-8";
/* color import setting
------------------------------------*/
/* ========================================
   color setting
   ======================================== */
/* ----------------------------------------
   1. 基本色（黒・白・グレー）
   ---------------------------------------- */
/* ----------------------------------------
   2. カラー（赤・青・緑・黄）
   ---------------------------------------- */
/* ----------------------------------------
   3. 背景色
   ---------------------------------------- */
/* フォームエラー時の入力欄背景（薄いピンク） */
/* ----------------------------------------
   4. 透明度付き色
   ---------------------------------------- */
/* contactIntro setting
------------------------------------*/
#contactIntro {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
#contactIntro .inner p {
  margin: 0 0 60px;
  line-height: 1.8;
  font-size: 15px;
}

/* contactFormSection setting
------------------------------------*/
.mw_wp_form #contactFormSection {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background: #333344 url(../../img/common/bg_common-pattern_pc.webp) center 0/100% auto no-repeat;
  width: 100%;
  padding: 70px 0 60px;
}
.mw_wp_form #contactFormSection input,
.mw_wp_form #contactFormSection select,
.mw_wp_form #contactFormSection textarea,
.mw_wp_form #contactFormSection button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  box-sizing: border-box;
  vertical-align: middle;
}
.mw_wp_form #contactFormSection input,
.mw_wp_form #contactFormSection select,
.mw_wp_form #contactFormSection textarea,
.mw_wp_form #contactFormSection button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mw_wp_form #contactFormSection select::-ms-expand {
  display: none;
}
.mw_wp_form #contactFormSection button {
  cursor: pointer;
}
.mw_wp_form #contactFormSection button::-moz-focus-inner,
.mw_wp_form #contactFormSection input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mw_wp_form #contactFormSection .inner {
  box-sizing: border-box;
  border-radius: 15px 0 15px 0;
  background: #fff;
  margin: 0 auto 65px;
  padding: 55px 55px 0;
  width: 90%;
  max-width: 1010px;
}
.mw_wp_form #contactFormSection .inner > .formNote {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
  line-height: 1.8;
  font-size: 14px;
}
.mw_wp_form #contactFormSection .inner > .formNote strong {
  display: inline-block;
  border-radius: 3px;
  background: #c80000;
  margin: 0 5px;
  padding: 0 10px;
  color: #fff;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 25px;
  padding: 0 0 25px;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem:last-child {
  padding: 30px 0 60px;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dt {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1.465%;
  width: 32.222%;
  line-height: 1.8;
  font-size: 14px;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dt .requiredMark {
  display: inline-block;
  border-radius: 3px;
  background: #c80000;
  padding: 0 10px;
  color: #fff;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd {
  width: 66.111%;
  font-size: 14px;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd a {
  text-decoration: underline;
  color: #0087ac;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd input {
  box-sizing: border-box;
  border: 1px solid #0087ac;
  border-radius: 5px;
  padding: 0 15px;
  width: 92.435%;
  height: 45px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd:has(.error) input, .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd:has(.error) select, .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd:has(.error) textarea {
  background-color: #fff0f0;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd:has(select) {
  position: relative;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd:has(select)::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 45.5%;
  pointer-events: none;
  border-top: 2px solid #0087ac;
  border-right: 2px solid #0087ac;
  transform: translateY(-50%) rotate(135deg);
  width: 6px;
  height: 6px;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd select {
  box-sizing: border-box;
  border: 1px solid #0087ac;
  border-radius: 5px;
  padding: 0 36px 0 15px;
  width: 50%;
  height: 45px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  background: transparent;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd textarea {
  box-sizing: border-box;
  border: 1px solid #0087ac;
  border-radius: 5px;
  padding: 15px;
  width: 92.435%;
  min-height: 125px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd .formHint {
  margin: 0 0 10px;
  font-size: 11px;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd:has(input[type="hidden"]) .formHint {
  display: none;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd .error {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  color: #c80000;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd label::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd label:has(input:checked)::before {
  border-color: #0087ac;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd label:has(input:checked)::after {
  content: '';
  position: absolute;
  left: 3.5%;
  top: 52%;
  width: 10px;
  height: 5px;
  margin-top: -3px;
  border-left: 2px solid #0087ac;
  border-bottom: 2px solid #0087ac;
  transform: rotate(-45deg) translateY(-50%);
  pointer-events: none;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
.mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd label input[type="checkbox"]:focus-visible ~ .mwform-checkbox-field-text {
  outline: 2px solid #0087ac;
  outline-offset: 2px;
}
.mw_wp_form #contactFormSection .submitArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  width: 415px;
  min-height: 80px;
}
.mw_wp_form #contactFormSection .submitArea .submitBtnWrap {
  position: relative;
  display: block;
  width: 415px;
}
.mw_wp_form #contactFormSection .submitArea .submitBtnWrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: -5px 0 0;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
}
.mw_wp_form #contactFormSection .submitArea .submitBtnWrap:has(input[type="submit"]:disabled)::after {
  opacity: 0;
}
.mw_wp_form #contactFormSection .submitArea .backBtnWrap {
  display: block;
  width: 415px;
}
.mw_wp_form #contactFormSection .submitArea:has(input[name="submitBack"]) {
  width: 850px;
}
.mw_wp_form #contactFormSection .submitArea input[type="submit"] {
  display: block;
  box-sizing: border-box;
  background: #7fa329;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 415px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  transition: opacity 0.6s ease;
  cursor: pointer;
}
.mw_wp_form #contactFormSection .submitArea input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mw_wp_form #contactFormSection .submitArea input[type="submit"]:hover:not(:disabled) {
  opacity: 0.8;
}
.mw_wp_form #contactFormSection .submitArea input[name="submitBack"] {
  background: #666;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.mw_wp_form.mw_wp_form_confirm #contactFormSection .inner > .formNote {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm #contactFormSection .inner .mwWpFormInner .formItem dt .requiredMark {
  display: none;
}

/* contactSection setting
------------------------------------*/
#contactSection .inner h2 {
  display: none;
}
#contactSection .inner > p {
  display: none;
}
#contactSection .inner > a.btnContact {
  display: none;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* contactIntro setting
  ------------------------------------*/
  #contactIntro {
    width: 92vw;
  }
  #contactIntro .inner p {
    margin: 0 0 12vw;
    font-size: 3.733333vw;
  }

  /* contactFormSection setting
  ------------------------------------*/
  #contactFormSection .inner {
    padding: 4vw;
    width: 92vw;
    border-radius: 4vw 0 4vw 0;
  }

  /* contactFormSection setting
  ------------------------------------*/
  .mw_wp_form #contactFormSection {
    box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.15);
    background: #333344 url(../../img/common/bg_common-pattern_sp.webp) center 0/100% auto no-repeat;
    padding: 8vw 0 12vw;
  }
  .mw_wp_form #contactFormSection .inner {
    border-radius: 4vw 0 4vw 0;
    margin: 0 auto 7.2vw;
    padding: 8vw 4vw 0;
    width: 92vw;
  }
  .mw_wp_form #contactFormSection .inner > .formNote {
    margin: 0 0 6.4vw;
    font-size: 3.733333vw;
  }
  .mw_wp_form #contactFormSection .inner > .formNote strong {
    border-radius: 0.8vw;
    margin: 0 1.3333333vw;
    padding: 0 2.666667vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem {
    display: block;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem:not(:last-child) {
    border-bottom: 0.26667vw solid #f0f0f0;
    margin: 0 0 6.6666667vw;
    padding: 0 0 6.6666667vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem:last-child {
    padding: 2.4vw 0 12vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dt {
    padding: 0 0 2.4vw;
    width: 100%;
    font-size: 3.733333vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dt .requiredMark {
    border-radius: 0.8vw;
    padding: 0 2.666667vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd {
    width: 100%;
    font-size: 3.733333vw;
    /* 16px 未満だと iOS がフォーカス時にズームするため、入力欄だけ 16px に */
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd input,
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd select,
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd textarea {
    font-size: 4.2666667vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd input {
    border: 0.26667vw solid #0087ac;
    border-radius: 1.3333333vw;
    padding: 0 4vw;
    width: 100%;
    height: 12vw;
    box-shadow: inset 0 0.53333vw 1.06667vw rgba(0, 0, 0, 0.1);
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd:has(select)::after {
    top: 5.8666667vw;
    left: auto;
    right: 5%;
    border-top: 0.4vw solid #0087ac;
    border-right: 0.4vw solid #0087ac;
    width: 1.2vw;
    height: 1.2vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd select {
    border: 0.26667vw solid #0087ac;
    border-radius: 1.3333333vw;
    padding: 0 7.2vw 0 4vw;
    width: 100%;
    height: 12vw;
    box-shadow: inset 0 0.53333vw 1.06667vw rgba(0, 0, 0, 0.1);
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd textarea {
    border: 0.26667vw solid #0087ac;
    border-radius: 1.3333333vw;
    padding: 4vw;
    width: 100%;
    min-height: 33.333333vw;
    box-shadow: inset 0 0.53333vw 1.06667vw rgba(0, 0, 0, 0.1);
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd .formHint {
    margin: 0 0.8vw 2.666667vw;
    padding: 0 0 0 2.933333vw;
    line-height: 1.5;
    font-size: 2.933333vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd .formHint:first-letter {
    margin: 0 0 0 -2.933333vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd:has(input[type="hidden"]) .formHint {
    display: none;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd .error {
    margin: 2.666667vw 0 0;
    font-size: 3.733333vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd label {
    display: flex;
    justify-content: center;
    gap: 2vw;
    font-size: 3.733333vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd label::before {
    width: 4vw;
    height: 4vw;
    border: 0.4vw solid #e3e3e3;
    border-radius: 0.8vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd label:has(input:checked)::after {
    left: 15vw;
    width: 2vw;
    height: 1.0666667vw;
    margin: -0.8vw 0 0;
    border-left: 0.4vw solid #0087ac;
    border-bottom: 0.4vw solid #0087ac;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd label input[type="checkbox"] {
    width: 4vw;
    height: 4vw;
  }
  .mw_wp_form #contactFormSection .inner .mwWpFormInner .formItem dd label input[type="checkbox"]:focus-visible ~ .mwform-checkbox-field-text {
    outline: 0.4vw solid #0087ac;
    outline-offset: 0.4vw;
  }
  .mw_wp_form #contactFormSection .submitArea {
    gap: 4vw;
    width: 92vw;
    min-height: 16vw;
  }
  .mw_wp_form #contactFormSection .submitArea .submitBtnWrap {
    width: 92vw;
  }
  .mw_wp_form #contactFormSection .submitArea .submitBtnWrap::after {
    right: 4vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    margin: -1.0666667vw 0 0;
    width: 1.6vw;
    height: 1.6vw;
  }
  .mw_wp_form #contactFormSection .submitArea .backBtnWrap {
    width: 92vw;
  }
  .mw_wp_form #contactFormSection .submitArea:has(input[name="submitBack"]) {
    width: 92vw;
  }
  .mw_wp_form #contactFormSection .submitArea input[type="submit"] {
    background: #7fa329;
    box-shadow: 0 0.53333vw 1.6vw rgba(0, 0, 0, 0.15);
    width: 92vw;
    height: 16vw;
    line-height: 16vw;
    font-size: 3.733333vw;
  }
  .mw_wp_form #contactFormSection .submitArea input[name="submitBack"] {
    box-shadow: 0 0.53333vw 1.6vw rgba(0, 0, 0, 0.15);
  }

  /* contactSection setting
  ------------------------------------*/
  #contactSection .inner h2 {
    display: none;
  }
  #contactSection .inner > p {
    display: none;
  }
  #contactSection .inner > a.btnContact {
    display: none;
  }
}
