@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 880px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 880px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
.page-wrapp {
  padding-bottom: 6%;
  margin-top: 6%;
}
@media (max-width: 560px) {
  .page-wrapp {
    width: 100%;
    padding-bottom: 11%;
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .main-column-top-tit img {
    width: 55%;
  }
}

.mailform-table {
  margin-top: 5%;
}

@media (max-width: 560px) {
  .mailform-column {
    margin-bottom: 10%;
    padding-top: 6%;
  }
  .mailform-column:last-of-type {
    padding-bottom: 9%;
  }
}

.con-top-p {
  margin: 0 auto;
  margin-top: 3%;
  color: white;
}

.contact-columns {
  background-color: white;
  padding-top: 2%;
}

.mailform-table {
  width: 95%;
  max-width: 926px;
  margin: 5% auto 3%;
}
@media (max-width: 560px) {
  .mailform-table {
    width: 90%;
  }
}

span.req {
  color: #fff;
  background-color: #8FC31F;
  border-radius: 1em;
  padding: 2px 11px;
  font-weight: 400;
  font-size: 0.8em;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.mailform-column {
  display: flex;
  align-items: center;
  border-top: 1px solid #003F88;
  margin-bottom: 5%;
  padding-top: 5%;
  position: relative;
}
.mailform-column .form-tit {
  width: 31%;
  padding-left: 2%;
  font-weight: bold;
  color: #383838;
}
@media (max-width: 880px) {
  .mailform-column .form-tit {
    width: 100%;
  }
}
.mailform-column .form-input {
  width: 69%;
  text-align: left;
  display: inline-block;
}
.mailform-column .form-input input, .mailform-column .form-input textarea, .mailform-column .form-input select {
  border: none;
  background: #EFEFEF;
  padding: 7px;
  width: 95%;
  height: 30px;
  font-family: initial;
}
@media (max-width: 880px) {
  .mailform-column .form-input input, .mailform-column .form-input textarea, .mailform-column .form-input select {
    height: 21px;
  }
}
@media (max-width: 880px) {
  .mailform-column .form-input {
    width: 98%;
    padding-left: 2%;
    margin-top: 3%;
  }
}
.mailform-column .form-input select {
  box-sizing: content-box;
}
.mailform-column .form-input textarea {
  height: auto;
}
.mailform-column .form-input input:focus-visible,
.mailform-column .form-input textarea:focus-visible,
.mailform-column .form-input select:focus-visible {
  outline: solid 2px #8FC31F;
}
@media (max-width: 880px) {
  .mailform-column .form-input {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .mailform-column .form-input {
    width: 98%;
    text-align: justify;
    padding-left: 2%;
  }
}
.mailform-column .input-pref {
  position: relative;
}
.mailform-column .input-pref::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../images/chevron-under.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 2.5em;
  top: 1.25em;
  transform: translateY(-50%);
}
@media (max-width: 560px) {
  .mailform-column .input-pref::after {
    right: 1.5em;
    top: 1.8em;
  }
}
.mailform-column:last-of-type {
  border-bottom: 1px solid #003F88;
  padding-bottom: 5%;
}
.mailform-column:last-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 26%;
  height: inherit;
  border-bottom: 1px solid #8FC31F;
}
@media (max-width: 560px) {
  .mailform-column:last-of-type::after {
    width: 52%;
  }
}
.mailform-column::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 26%;
  height: inherit;
  border-bottom: 1px solid #8FC31F;
}
@media (max-width: 560px) {
  .mailform-column::before {
    width: 52%;
  }
}
@media (max-width: 880px) {
  .mailform-column {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .mailform-column {
    margin-bottom: 9%;
    padding-top: 7%;
  }
  .mailform-column:last-of-type {
    padding-bottom: 9%;
  }
}

/*ラジオボタン*/
@media (max-width: 560px) {
  .row-sex .form-input {
    margin-top: 3%;
  }
}
.row-sex span.mwform-radio-field {
  position: relative;
  flex-basis: 50%;
  width: 100%;
}
.row-sex .mwform-radio-field-text {
  cursor: pointer;
  margin-right: 6px;
}
.row-sex input[type=radio] {
  position: absolute;
  opacity: 0;
}
.row-sex .mwform-radio-field-text:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #dedeea;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: -0.1em;
  margin-right: 4px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.row-sex input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #003F88;
  box-shadow: inset 0 0 0 3px #fff;
  border: 2px solid #b1b1b1;
}

.row-age .form-input input {
  width: fit-content;
  vertical-align: bottom;
}

.submit-button-eria {
  text-align: center;
  margin-bottom: 4%;
}

.submit-button {
  width: 340px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
@media (max-width: 560px) {
  .submit-button {
    margin-top: 3%;
  }
}
.submit-button input[type=submit] {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 340px;
  height: 60px;
  cursor: pointer;
  background: none;
  color: #fff;
  border-style: none;
  background-color: #8FC31F;
  transition: all 0.2s ease-in-out;
  text-align: center;
  box-sizing: border-box;
}
.submit-button::before, .submit-button::after {
  content: "";
  height: 1px;
  background-color: white;
  position: absolute;
  margin-top: 2px;
  right: 26px;
  top: 50%;
  transform-origin: 100% 100%;
  transition: all 0.2s ease-in-out;
}
.submit-button::before {
  width: 12px;
  transform: rotate(34deg);
}
.submit-button::after {
  width: 39px;
}
.submit-button:hover input[type=submit] {
  background-color: #003F88;
}
.submit-button:hover::before, .submit-button:hover::after {
  right: 16px;
}

/*戻る*/
.back-button {
  text-align: center;
  margin-top: 2%;
}
.back-button .fm-back {
  display: inline-block;
  color: #717171;
  background-color: #f1f1f1;
  border: 1px solid;
  padding: 10px 12px;
  transition: color 0.2s ease;
}
.back-button .fm-back:hover {
  color: #003F88;
}

/*リキャプチャの説明*/
.recaptcha_policy {
  text-align: center;
  font-size: 14px;
  padding-bottom: 3%;
}
.recaptcha_policy a {
  color: #8FC31F;
}
.recaptcha_policy a:hover {
  text-decoration: underline;
}
@media (max-width: 560px) {
  .recaptcha_policy {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0%;
    padding-bottom: 8%;
  }
}

.thanks-top {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 5%;
  padding-bottom: 4%;
}
@media (max-width: 560px) {
  .thanks-top {
    margin-top: 10%;
    padding-bottom: 9%;
  }
}

.thanks-top-btn {
  box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
  outline: 0 solid transparent;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  position: relative;
  border: 0;
  overflow: hidden;
  isolation: isolate;
  margin-top: 5%;
}
.thanks-top-btn a {
  padding: 1rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #003F88;
  display: inline-block;
}
.thanks-top-btn a span {
  position: relative;
}
.thanks-top-btn a:before {
  position: absolute;
  top: 0;
  left: 97px;
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #8FC31F;
}
.thanks-top-btn a:after {
  position: absolute;
  content: "";
  background: url(../images/metro-chevron-thin-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  color: #003F88;
  font-size: 15px;
  right: 5%;
  width: 12px;
  height: 15px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.thanks-top-btn a:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}
.thanks-top-btn a:hover:after {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: transform;
  transform: translate(7px, -50%);
}
.thanks-top-btn:hover i {
  transform: translateX(-5px);
}

/*# sourceMappingURL=contact.css.map */
