@charset "utf-8";

/* -------------------------------------
contact
------------------------------------- */
#contact {
}

.contact .section-title {
  margin-bottom: 76px;
}
.contact .section-title__en {
  width: 92px;
}
.contact .section-title__ja {
  max-width: 376px;
}

/* フォーム */
.form {
  color: #69503f;
  width: 100%;
  max-width: 961px;
  padding: 52px 0 0;
  margin: 0 auto;
}
.form__row {
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
.form__row:not(:last-child) {
  padding-bottom: 17px;
}
.form__row--mb {
  margin-bottom: 17px;
}
.form__row--type02 {
  margin-bottom: 57px;
  border-bottom: none;
  align-items: flex-start;
}
.form__row--type03 {
  margin-bottom: 92px;
}
.form__field-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.form__field--input-txt input {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  width: 100%;
  height: 37px;
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.form__field-colum2.form__field--input-txt input {
  max-width: 86px;
}
.form__field--txtarea textarea {
  background-color: #fff;
  width: 100%;
  height: 186px;
  padding: 7px 15px;
  border: 1px solid #e6e6e6;
}
::placeholder {
  color: #a1a1a2;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.47;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #a1a1a2;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.47;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #a1a1a2;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.47;
}
.form__field--select {
  position: relative;
}
.form__field--select select {
  color: #222;
  font-size: 14px;
  background-color: #fff;
  width: 100%;
  height: 35px;
  padding-left: 15px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}
.form__field-wrap--select {
  position: relative;
  z-index: 2;
}
.form__field-wrap--select::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #222;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  pointer-events: none;
  z-index: 0;
}
.mw_wp_form_confirm .form__field-wrap--select::after {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.form__label {
  margin-bottom: 3px;
  width: 280px;
  display: flex;
  align-items: center;
}
.form__label--type02 {
  max-width: none;
  padding-top: 8px;
}
.form__label label {
  color: #69503f;
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-weight: 500;
  padding-left: 11px;
  line-height: 1.7;
}
.form__row--type02 .form__label {
  padding-top: 4px;
}
.form__label label.req--none {
  padding-left: 43px;
}
.form__field {
  width: calc(100% - 280px);
  max-width: 371px;
  box-sizing: border-box;
}
.form__field--type02 {
  max-width: initial;
}
.form__field--type03 {
  max-width: 131px;
}
.form__field-colum2 {
  display: flex;
  align-items: center;
}
.form__field-colum2--type02 {
  max-width: 270px;
  justify-content: space-between;
}
.form__field-name {
  width: 130px;
  display: inline-block;
}
.form__field-name--type02 {
  width: 130px;
}
.form__field-text {
  color: #69503f;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  display: inline-block;
  padding-right: 6px;
}
.form__field-name--type02 .form__field-text {
}
.form__label-req {
  width: 32px;
  height: 18px;
  color: #fff;
  background-color: #db381b;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  font-family: "Noto Sans JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.form__field--txtarea textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}
.form__label label,
.form__field--input-txt input,
.form__field--txtarea textarea {
  line-height: 1.75;
  border-radius: 5px;
}

[type="submit"] {
  width: 100%;
  padding: 19px 5px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.18em;
}
[type="reset"] {
  width: 100%;
  padding: 12px 5px 12px 5px;
}
.flex-submits {
  display: flex;
  justify-content: center;
}
.form__submits {
  width: 100%;
  max-width: 247px;
  height: 62px;
  margin: 0 auto;
  color: #fff;
  background-color: #e96e00;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 50px;
}
.form__submits .btn {
}
.form__submits.reset {
  margin-right: 30px;
}
.form__submits:hover {
}
.mw_wp_form .error {
  color: #ff0000;
  font-size: 11px !important;
  padding-top: 10px;
  width: 100%;
  cursor: auto;
  display: block;
}
.form__conf .mw_wp_form .error {
  padding-top: 0;
}

/*確認画面*/

.mw_wp_form_confirm .form {
  padding-top: 60px;
}
.mw_wp_form_confirm .form__field {
  /* background: #E6E6E6; */
  padding: 15px 0;
  text-align: left;
}

.mw_wp_form_confirm .form__field--select::after {
  display: none;
}
.mw_wp_form_confirm .form__field-wrap {
  line-height: 1.75;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mw_wp_form_confirm .form__label--type02 {
  padding-top: 0;
}
.mw_wp_form_confirm .form__submits {
  margin-top: 80px;
  width: 100%;
  max-width: 508px;
  display: flex;
  justify-content: space-between;
  background: none;
}
.mw_wp_form_confirm .form__submits-item {
  width: 48.5%;
  max-width: 244px;
  height: 62px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 50px;
  background-color: #e96e00;
}

.contact__confirm .form__submits {
  width: 100%;
  max-width: 528px;
  display: flex;
  justify-content: space-between;
}
.contact__confirm .form__submits-item {
  width: 48.5%;

  max-width: 244px;
}

.form__submits-item--back.gr_btn:hover {
  animation: arrow--type02 0.5s;
}
@keyframes arrow--type02 {
  50% {
    background-position: center left 7%;
  }
  100% {
    background-position: center left 10%;
  }
}

.mw_wp_form_confirm .form__field-text {
  display: none;
}
.mw_wp_form_confirm .form__field-colum2 {
  max-width: 100%;
  justify-content: flex-start;
}
.mw_wp_form_confirm .form__field-name {
  width: auto;
  min-width: 130px;
}
.mw_wp_form_confirm .form__field-colum2 .form__field-name:first-child {
  padding-right: 15px;
}
.mw_wp_form_confirm .form__field-colum2 .form__field-name:nth-child(2) {
  min-width: 100px;
}

/*完了画面*/
.contact_block {
  text-align: center;
}
.contact_thanks {
  color: #69503f;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-top: 110px;
  line-height: 1.75;
}
.form__submits.top__back {
  padding: 12px 5px 12px 5px;
  margin: 0 auto;
}

.comp__btnWrap {
  padding-top: 60px;
}
.comp__btn {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  background: #3e3a39;
}
.section-title {
  margin-bottom: 60px;
}

.position-title__ja {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.78;
  letter-spacing: 0.18em;
  font-size: 22px;
}
.catch_ttl__contact {
  margin-bottom: 26px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.78;
  letter-spacing: 0.18em;
}
.contant_block a.btn {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

/* フォーム */

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 920px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 750px) {
  .form__row {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
  .form__label {
    margin-bottom: 10px;
  }
  .form__label label {
    font-size: 14px;
  }
  .form__label label.req--none {
    padding-left: 0;
  }
  .form__field {
    width: 100%;
  }
  .form__field-text {
    font-size: 15px;
    padding-right: 4px;
  }
  .form__field-name--type02 {
    width: 126px;
  }
  .form__label-req {
    width: 30px;
    height: 16px;
    font-size: 12px;
  }
  .form__submits {
    max-width: 200px;
    height: 50px;
  }
  [type="submit"] {
    font-size: 14px;
    width: 100%;
    padding: 14px 11px;
    max-width: 200px;
  }

  .contact_thanks {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
  .mw_wp_form_confirm .form__submits {
    max-width: initial;
    display: block;
  }
  .mw_wp_form_confirm .form__submits-item {
    width: 100%;
    max-width: 212px;
    margin: 0 auto;
  }
  .mw_wp_form_confirm .form__submits-item--back {
    margin-bottom: 15px;
  }

  .contact__confirm .form__submits {
    max-width: initial;
    display: block;
  }
  .contact__confirm .form__submits-item {
    width: 100%;
    max-width: 212px;
    margin: 0 auto;
  }
  .contact__confirm .form__submits-item--back {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (min-width: 769px) {
}
