@charset "UTF-8";
/* ----------------------------------------------
    cotact form 7
---------------------------------------------- */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
}

/* ----------------------------------------------
    エントリーフォーム
    お問い合わせフォーム
---------------------------------------------- */
#entry .entry-email {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#entry .entry-email dt {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  #entry .entry-email dt {
    padding-top: 0;
  }
}

::-webkit-input-placeholder {
  color: #a6acaf;
}

::-moz-placeholder {
  color: #a6acaf;
}

:-ms-input-placeholder {
  color: #a6acaf;
}

::-ms-input-placeholder {
  color: #a6acaf;
}

::placeholder {
  color: #a6acaf;
}

.form__title {
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .form__title {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

.form__disc {
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .form__disc {
    margin-bottom: 56px;
  }
}

.form-wrap {
  background-color: #fff;
  width: 964px;
  padding: 80px 60px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .form-wrap {
    width: 100%;
    padding: 40px 16px;
  }
}

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  dl {
    display: block;
  }
}

dl.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}
dt .caution {
  color: #db0000;
  margin-left: 3px;
}

dd {
  width: 654px;
}
@media screen and (max-width: 767px) {
  dd {
    width: 100%;
  }
}

input:not(input[type=file]):not(input[type=submit]),
textarea,
select {
  width: 100%;
  height: 50px;
  border: 1px solid #a6acaf;
  border-radius: 8px;
  padding: 10px;
}

select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

textarea {
  height: 175px;
}

.form-attention {
  font-size: 1.4rem;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
}

.read-policy {
  font-weight: 700;
  text-align: center;
  margin: 72px auto 32px;
}
.policy__box {
  overflow: scroll;
  width: 100%;
  height: 235px;
  border: 1px solid #a6acaf;
  border-radius: 8px;
}
.policy__inner {
  padding: 40px 20px;
}
.policy__content dl {
  display: block;
}
.policy__content dd {
  width: auto;
}

.policy__title {
  text-decoration: underline;
  text-align: center;
  margin-bottom: 40px;
}

.policy__disc {
  margin-bottom: 40px;
}
.policy__dt-inner {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
.sign-box {
  text-align: right;
}
.policy__enactment {
  margin-bottom: 40px;
}
.submit-btn__wrap {
  background: linear-gradient(110deg, #00bfff, #0327a6);
  width: 430px;
  height: 60px;
  border-radius: 110px;
  position: relative;
  margin: 72px auto 0;
}
@media screen and (max-width: 767px) {
  .submit-btn__wrap {
    width: 328px;
    height: 68px;
  }
}

.submit-btn__bg {
  opacity: 0;
  background-color: #f2f4f6;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  background: linear-gradient(110deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgba(255, 255, 255, 0);
  line-height: 1;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .submit-btn {
    font-size: 1.6rem;
    line-height: 1.4;
    white-space: break-spaces;
    text-align: center;
  }
}

.submit-btn.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .submit-btn.pc-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .submit-btn.sp-none {
    display: none;
  }
}

.submit-btn::after {
  content: "";
  display: block;
  background: url(../img/common/arrow-right-hover.svg) center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .submit-btn::after {
    width: 24px;
    height: 24px;
    right: 25px;
  }
}

.submit-btn__bg,
.submit-btn,
.submit-btn::after {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.submit-btn__wrap:hover .submit-btn__bg {
  opacity: 1;
}
.submit-btn__wrap:hover .submit-btn {
  background: linear-gradient(110deg, #00bfff, #0327a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgba(255, 255, 255, 0);
}
.submit-btn__wrap:hover .submit-btn::after {
  background: url(../img/common/arrow-entry-btn.svg) center/contain;
}

.submit-btn {
  position: relative;
}
.submit-btn input {
  height: 100%;
  width: 100%;
  text-align: center;
  text-indent: -1em;
}
.submit-btn .wpcf7-spinner {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.thanks {
  line-height: 1.8;
  text-align: center;
}
.thanks .thanks__top-page {
  color: #0327a6;
  text-decoration: underline;
}/*# sourceMappingURL=form.css.map */