@charset "UTF-8";
.cta-entry {
  display: none;
}

.enrty-content {
  padding-inline: calc(50dvw - min(558.5px, 47.4511469839vw));
}
@media screen and (max-width: 1177px) {
  .enrty-content {
    padding-inline: 30px;
  }
}
@media (max-width: 960px) {
  .enrty-content {
    padding-inline: 20px;
  }
}
@media (min-width: 961px) {
  .enrty-content {
    padding-bottom: min(120px, 10.1954120646vw);
  }
}
@media (max-width: 960px) {
  .enrty-content {
    padding-bottom: 80px;
  }
}

.confirm-content {
  padding-inline: calc(50dvw - min(558.5px, 47.4511469839vw));
}
@media screen and (max-width: 1177px) {
  .confirm-content {
    padding-inline: 30px;
  }
}
@media (max-width: 960px) {
  .confirm-content {
    padding-inline: 20px;
  }
}
@media (min-width: 961px) {
  .confirm-content {
    padding-bottom: min(120px, 10.1954120646vw);
  }
}
@media (max-width: 960px) {
  .confirm-content {
    padding-bottom: 80px;
  }
  .confirm-content .form-box dt {
    font-size: 14px;
  }
}
.confirm-content h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 961px) {
  .confirm-content h2 {
    padding-top: min(100px, 8.4961767205vw);
    height: min(320px, 27.1877655055vw);
    font-size: min(40px, 3.3984706882vw);
  }
}
@media (max-width: 960px) {
  .confirm-content h2 {
    padding-top: 60px;
    height: 160px;
    font-size: 24px;
  }
}

/* ページ上部文章 */
.message {
  text-align: center;
}
@media (min-width: 961px) {
  .message {
    margin-bottom: min(40px, 3.3984706882vw);
    font-size: min(18px, 1.5293118097vw);
  }
}
@media (max-width: 960px) {
  .message {
    margin-bottom: 24px;
  }
}

/* フォーム部品 */
.form-box {
  background-color: var(--color-white);
}
@media (min-width: 961px) {
  .form-box {
    padding: min(80px, 6.7969413764vw);
    border-radius: min(16px, 1.3593882753vw);
  }
}
@media (max-width: 960px) {
  .form-box {
    padding: 32px 20px 40px;
    border-radius: 12px;
  }
}
.form-box dt {
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-weight: 600;
}
@media (min-width: 961px) {
  .form-box dt {
    margin-bottom: min(20px, 1.6992353441vw);
    font-size: min(20px, 1.6992353441vw);
  }
}
@media (max-width: 960px) {
  .form-box dt {
    margin-bottom: 0.7em;
    font-size: 16px;
  }
}
@media (min-width: 961px) {
  .form-box dd:not(:last-of-type) {
    margin-bottom: min(45px, 3.8232795242vw);
  }
}
@media (max-width: 960px) {
  .form-box dd {
    font-size: 16px;
  }
  .form-box dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.form-box input[type=text],
.form-box input[type=email],
.form-box select {
  appearance: none;
  background-color: var(--color-white);
  border: 1px solid rgba(var(--color-text-base-code), 0.3);
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  padding: 1em;
}
@media (min-width: 961px) {
  .form-box input[type=text],
  .form-box input[type=email],
  .form-box select {
    height: min(80px, 6.7969413764vw);
    font-size: min(18px, 1.5293118097vw);
  }
}
@media (max-width: 960px) {
  .form-box input[type=text],
  .form-box input[type=email],
  .form-box select {
    height: 60px;
    font-size: 16px;
  }
}
.form-box select {
  background: url(../img/common/mrk-select.svg) no-repeat;
}
@media (min-width: 961px) {
  .form-box select {
    background-position: right min(24px, 2.0390824129vw) center;
    background-size: min(24px, 2.0390824129vw);
  }
}
@media (max-width: 960px) {
  .form-box select {
    background-position: right 16px center;
    background-size: 16px;
  }
}
.form-box ::placeholder {
  color: #ccc;
}
.form-box dd {
  position: relative;
}
.form-box .error {
  position: absolute;
  top: 100%;
  left: 0;
  color: #EB7979;
  white-space: nowrap;
}
@media (min-width: 961px) {
  .form-box .error {
    font-size: min(16px, 1.3593882753vw);
  }
}
@media (max-width: 960px) {
  .form-box .error {
    font-size: 14px;
  }
}
.form-box .wpcf7-not-valid-tip {
  color: #EB7979;
}
@media (min-width: 961px) {
  .form-box .wpcf7-not-valid-tip {
    font-size: min(16px, 1.3593882753vw);
  }
}
@media (max-width: 960px) {
  .form-box .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}

/* 必須・任意 */
:is(.required, .any) {
  padding: 0.35em 0.5em 0.4em;
  border-radius: 0.35em;
  color: var(--color-white);
  line-height: 1;
}
@media (min-width: 961px) {
  :is(.required, .any) {
    font-size: min(13px, 1.1045029737vw);
  }
}
@media (max-width: 960px) {
  :is(.required, .any) {
    font-size: 12px;
  }
}

.required {
  background-color: #EB7979;
}

.any {
  background-color: #ccc;
}

/* プライバシーポリシー */
.privacy {
  display: grid;
  text-align: center;
}
@media (min-width: 961px) {
  .privacy {
    padding-top: min(60px, 5.0977060323vw);
    font-size: min(18px, 1.5293118097vw);
  }
}
@media (max-width: 960px) {
  .privacy {
    padding-top: 40px;
  }
}
.privacy .text {
  background-color: var(--color-white);
  overflow-y: auto;
  text-align: left;
}
@media (min-width: 961px) {
  .privacy .text {
    margin: min(28px, 2.3789294817vw) auto min(40px, 3.3984706882vw);
    width: min(600px, 50.9770603229vw);
    height: min(280px, 23.7892948173vw);
    padding: min(37px, 3.1435853866vw) min(40px, 3.3984706882vw);
    border-radius: min(8px, 0.6796941376vw);
    font-size: min(16px, 1.3593882753vw);
  }
}
@media (max-width: 960px) {
  .privacy .text {
    margin: 24px 20px;
    padding: 24px;
    height: 300px;
    border-radius: 8px;
  }
}

/* 送信ボタン */
.button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 961px) {
  .button-wrap {
    padding-top: min(80px, 6.7969413764vw);
  }
}
@media (max-width: 960px) {
  .button-wrap {
    padding-top: 40px;
  }
}
.button-wrap .entry-button {
  padding-inline: 0;
  overflow: visible;
}
@media (max-width: 960px) {
  .button-wrap .entry-button {
    width: 257px;
  }
}
.button-wrap .submit {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  box-shadow: none;
  text-align: left;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
}
@media (min-width: 961px) {
  .button-wrap .submit {
    padding-inline: min(24px, 2.0390824129vw);
  }
}
@media (max-width: 960px) {
  .button-wrap .submit {
    padding-inline: 1.5em 12px;
  }
}
.button-wrap i.fa-arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transform: translateX(min(-12px, -1.0195412065vw));
}
.button-wrap .wpcf7-spinner {
  position: absolute;
  top: 110%;
  left: 50%;
  translate: -50%;
  margin: 0;
}

/* 送信完了ページ */
.mainContents {
  overflow: hidden;
}

.thanks-title {
  position: relative;
}
@media (min-width: 961px) {
  .thanks-title {
    height: min(400px, 33.9847068819vw);
    padding-top: min(50px, 4.2480883602vw);
  }
}
@media (max-width: 960px) {
  .thanks-title {
    height: 230px;
    padding-top: 100px;
  }
}
.thanks-title::after {
  position: absolute;
  z-index: 2;
  right: 0;
  content: "";
  background: url(../img/common/bg-pagetitle.png) no-repeat center center/contain;
}
@media (min-width: 961px) {
  .thanks-title::after {
    top: 50%;
    transform: translateY(-42%);
    width: min(386px, 32.795242141vw);
    height: min(360px, 30.5862361937vw);
  }
}
@media (max-width: 960px) {
  .thanks-title::after {
    top: 375px;
    right: -80px;
    width: 193px;
    height: 180px;
  }
}
.thanks-title h2 {
  position: relative;
  height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1em;
  padding-inline: calc(50dvw - min(558.5px, 47.4511469839vw));
}
@media screen and (max-width: 1177px) {
  .thanks-title h2 {
    padding-inline: 30px;
  }
}
@media (max-width: 960px) {
  .thanks-title h2 {
    padding-inline: 20px;
  }
}
.thanks-title .en {
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-family: var(--font-futura);
  font-weight: 500;
}
.thanks-title .en::before, .thanks-title .en::after {
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: currentColor;
}
.thanks-title .en::before {
  rotate: -30deg;
}
.thanks-title .en::after {
  rotate: 30deg;
}
@media (min-width: 961px) {
  .thanks-title .en {
    font-size: min(32px, 2.7187765506vw);
  }
  .thanks-title .en::before, .thanks-title .en::after {
    width: min(2px, 0.1699235344vw);
  }
}
@media (max-width: 960px) {
  .thanks-title .en {
    font-size: 20px;
  }
}
.thanks-title .ja {
  font-weight: 600;
  line-height: 1.35;
}
@media (min-width: 961px) {
  .thanks-title .ja {
    font-size: min(40px, 3.3984706882vw);
  }
}
@media (max-width: 960px) {
  .thanks-title .ja {
    font-size: 28px;
  }
}
@media (min-width: 961px) {
  .thanks-title .ill-1 {
    width: min(60px, 5.0977060323vw);
    top: min(210px, 17.841971113vw);
    right: calc(50% + min(440px, 37.3831775701vw));
  }
}
@media (max-width: 960px) {
  .thanks-title .ill-1 {
    top: 270px;
    left: 20px;
  }
}
@media (min-width: 961px) {
  .thanks-title .ill-2 {
    width: min(114px, 9.6856414613vw);
    top: min(120px, 10.1954120646vw);
    right: calc(50% + min(330px, 28.0373831776vw));
  }
}
@media (max-width: 960px) {
  .thanks-title .ill-2 {
    top: 410px;
    left: 15px;
  }
}
@media (min-width: 961px) {
  .thanks-title .ill-3 {
    width: min(115px, 9.7706032285vw);
    top: min(115px, 9.7706032285vw);
    right: calc(50% + min(195px, 16.5675446049vw));
  }
}
@media (max-width: 960px) {
  .thanks-title .ill-3 {
    top: 60px;
    left: 60px;
  }
}

.thanks-content {
  text-align: center;
}
@media (min-width: 961px) {
  .thanks-content {
    padding-bottom: min(160px, 13.5938827528vw);
  }
}
@media (max-width: 960px) {
  .thanks-content {
    padding-bottom: 100px;
  }
}
@media (max-width: 960px) {
  .thanks-content .button-wrap {
    padding-top: 60px;
  }
}