@charset "UTF-8";
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Abhaya_Libre/AbhayaLibre-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Abhaya_Libre/AbhayaLibre-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Abhaya_Libre/AbhayaLibre-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Abhaya_Libre/AbhayaLibre-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Barlow_Condensed/BarlowCondensed-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Abhaya_Libre/AbhayaLibre-ExtraBold.ttf") format("truetype");
}
.l-form > dl:not(:first-child) {
  margin-top: min(2.5vw, 48px);
}
@media screen and (max-width: 768px) {
  .l-form > dl:not(:first-child) {
    margin-top: 48px;
  }
}
.l-form__label {
  font-size: min(0.9375vw, 18px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-form__label {
    font-size: 16px;
  }
}
.l-form__label.required::after {
  content: "必須";
  display: inline-block;
  margin-left: min(0.625vw, 12px);
  color: #000000;
  padding: min(0.1042vw, 2px) min(0.4167vw, 8px);
  background: #fff;
  font-size: min(0.7292vw, 14px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-form__label.required::after {
    margin-left: 12px;
    padding: 2px 8px;
    font-size: 14px;
  }
}
.l-form__column-input {
  margin-top: min(0.625vw, 12px);
}
@media screen and (max-width: 768px) {
  .l-form__column-input {
    margin-top: 12px;
  }
}
.l-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: min(0.4167vw, 8px);
}
@media screen and (max-width: 768px) {
  .l-form .wpcf7-radio {
    gap: 8px;
  }
}
.l-form .wpcf7-radio > span > label {
  padding: min(0.4167vw, 8px) 0;
  display: flex;
  gap: min(0.4167vw, 8px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-form .wpcf7-radio > span > label {
    padding: 8px 0;
    gap: 8px;
  }
}
.l-form .wpcf7-radio > span > label > span {
  flex: 1;
}
.l-form input[type=radio] {
  width: min(1.0416vw, 20px);
  height: min(1.0416vw, 20px);
  background: #3D3D3D;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: bottom;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-form input[type=radio] {
    width: 20px;
    height: 20px;
  }
}
.l-form input[type=radio] + span {
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .l-form input[type=radio] + span {
    font-size: 16px;
  }
}
.l-form input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(0.625vw, 12px);
  height: min(0.625vw, 12px);
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .l-form input[type=radio]:checked::before {
    width: 12px;
    height: 12px;
  }
}
.l-form input[type=text], .l-form input[type=email], .l-form input[type=tel] {
  width: 100%;
  background-color: #D3D3D3;
  border-radius: min(0.1042vw, 2px);
  padding: min(0.625vw, 12px) min(0.8333vw, 16px);
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .l-form input[type=text], .l-form input[type=email], .l-form input[type=tel] {
    border-radius: 2px;
    padding: 12px 16px;
    font-size: 16px;
  }
}
.l-form input[type=text]::placeholder, .l-form input[type=email]::placeholder, .l-form input[type=tel]::placeholder {
  color: #7B7B7B;
}
.l-form input.wpcf7-not-valid {
  background-color: #F8ECEC;
  color: #CF1F1F;
  border: 1px solid #CF1F1F;
}
.l-form input.wpcf7-not-valid::placeholder {
  color: #CF1F1F;
}
.l-form textarea {
  width: 100%;
  background-color: #D3D3D3;
  border-radius: min(0.1042vw, 2px);
  padding: min(0.625vw, 12px);
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #000000;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .l-form textarea {
    border-radius: 2px;
    padding: 12px;
    font-size: 16px;
  }
}
.l-form textarea::placeholder {
  color: #7B7B7B;
}
.l-form .wpcf7-not-valid-tip {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: min(0.625vw, 12px);
  padding: min(0.1042vw, 2px) min(0.4167vw, 8px) min(0.2083vw, 4px);
  background-color: #CF1F1F;
  font-size: min(0.7292vw, 14px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-form .wpcf7-not-valid-tip {
    margin-top: 12px;
    padding: 2px 8px 4px;
    font-size: 14px;
  }
}
.l-form .wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  top: 0;
  left: min(1.3542vw, 26px);
  border-style: solid;
  border-width: 0 min(0.2604vw, 5px) min(0.4167vw, 8px) min(0.2604vw, 5px);
  border-color: transparent transparent #CF1F1F;
  translate: -50% -100%;
}
@media screen and (max-width: 768px) {
  .l-form .wpcf7-not-valid-tip::before {
    left: 26px;
    border-width: 0 5px 8px 5px;
  }
}
.l-form__agree {
  margin-top: min(3.333vw, 64px);
      text-align: center;
}
.l-form__agree .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.4167vw, 8px);
}
@media screen and (max-width: 768px) {
.l-form__agree {
    text-align: left;
}
.wpcf7-list-item {
    margin: 0 !important;
}
  .l-form__agree .wpcf7-list-item > label {
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.l-form__agree input[type=checkbox] {
  width: min(1.25vw, 24px);
  height: min(1.25vw, 24px);
  background-image: url("../images/icon/ic_checkbox.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .l-form__agree input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }
}
.l-form__agree input[type=checkbox]:checked {
  background-image: url("../images/icon/ic_checkbox_on.webp");
}
.l-form__agree .wpcf7-list-item-label {
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-form__agree .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.l-form__agree > p {
  margin-top: min(0.8333vw, 16px);
  text-align: center;
  font-size: min(0.7292vw, 14px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-form__agree > p {
    margin-top: 16px;
    font-size: 14px;
    text-align: start;
  }
}
.l-form__agree > p > a {
  text-decoration: underline;
}
.l-form__submit {
  margin-top: min(2.5vw, 48px);
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-form__submit {
    margin-top: 24px;
  }
}
.l-form__btn {
  display: inline-block;
  background-color: #fff;
  color: #000000;
  font-size: min(0.9375vw, 18px);
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  /*padding: min(1.6667vw, 32px) 0;*/
  width: 100%;
  height: min(4.696970vw, 93px);
  line-height: min(4.696970vw, 93px);
}
.l-form__btn:disabled {
  cursor: not-allowed;
  background-color: #B0B0B0;
  color: #fff;
}
.l-form__btn:hover:not(:disabled) {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-form__btn {
    font-size: 18px;
    /*padding: 32px 0;*/
    height: 25.6vw;
  }
}
.l-form__btn-wrapper {
  width: min(19.792vw, 380px);
  height: min(4.696970vw, 93px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-form__btn-wrapper {
    width: 100%;
    height: 25.6vw;
  }
}
.l-form__btn-wrapper:has(> input:disabled)::after {
  background-image: url("../images/icon/ic_wchevron_right24.webp");
}
.l-form__btn-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(0.8333vw, 16px);
  transform: translateY(-50%);
  width: min(1.25vw, 24px);
  height: min(1.25vw, 24px);
  background-image: url("../images/icon/ic_chevron_right.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-form__btn-wrapper::after {
    right: 16px;
    width: 24px;
    height: 24px;
  }
}

.screen-reader-response, .wpcf7-response-output {
  display: none;
}

.p-contact {
  padding: min(12.5vw, 240px) 0;
  width: min(61.666vw, 1184px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 160px 20px;
    width: 100%;
  }
}
.p-contact > p {
  font-size: min(0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-contact > p {
    font-size: 18px;
  }
}
.p-contact > a {
  display: inline-block;
  margin-top: min(6.25vw, 120px);
  padding: min(3.333vw, 64px) 0;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact > a {
    margin-top: 120px;
    padding: 48px 0;
  }
}
.p-contact > a > span {
  font-size: min(1.4583vw, 28px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-contact > a > span {
    display: inline-block;
    width: 85%;
    font-size: 20px;
  }
}
.p-contact > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(2.0833vw, 40px);
  width: min(2.0833vw, 40px);
  height: min(2.0833vw, 40px);
  background-image: url("../images/icon/ic_wchevron_right.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-contact > a::after {
    right: 0;
    width: 40px;
    height: 40px;
  }
}
.p-contact > ul {
  margin-top: min(6.25vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-contact > ul {
    margin-top: 120px;
  }
}
.p-contact > ul > li > a {
  padding: min(3.333vw, 64px) 0;
  width: 100%;
  border-top: 1px solid #fff;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact > ul > li > a {
    padding: 48px 0;
  }
}
.p-contact > ul > li > a:last-child {
  border-bottom: 1px solid #fff;
}
.p-contact > ul > li > a > span {
  font-size: min(1.4583vw, 28px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-contact > ul > li > a > span {
    display: inline-block;
    width: 85%;
    font-size: 20px;
  }
}
.p-contact > ul > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(2.0833vw, 40px);
  width: min(2.0833vw, 40px);
  height: min(2.0833vw, 40px);
  background-image: url("../images/icon/ic_external.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-contact > ul > li > a::after {
    right: 0;
    width: 40px;
    height: 40px;
  }
}

.p-contact-form {
  padding-top: min(12.5vw, 240px);
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    padding-top: 160px;
  }
}
.p-contact-form__step {
  display: flex;
  gap: min(0.8333vw, 16px);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-contact-form__step {
    gap: 11px;
  }
}
.p-contact-form__step-item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(3.6458vw, 70px);
  height: min(3.6458vw, 70px);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: min(1.3542vw, 26px);
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact-form__step-item > span {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}
.p-contact-form__step-item > p {
  margin-top: min(0.8333vw, 16px);
  font-size: min(1.4583vw, 28px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-form__step-item > p {
    margin-top: 16px;
    font-size: 20px;
  }
}
.p-contact-form__step-item.is-active > span {
  background-color: #fff;
  color: #000000;
}
.p-contact-form__step-stroke {
  width: min(3.9583vw, 76px);
}
@media screen and (max-width: 768px) {
  .p-contact-form__step-stroke {
    width: auto;
    flex: 1;
  }
}
.p-contact-form__step-stroke-bar {
  width: 100%;
  height: min(2px, 0.1042vw);
  background: repeating-linear-gradient(to right, #fff 0 min(0.2083vw, 4px), transparent min(0.2083vw, 4px) min(0.4167vw, 8px));
  margin-top: min(34px, 1.7708vw);
}
@media screen and (max-width: 768px) {
  .p-contact-form__step-stroke-bar {
    margin-top: 23px;
    height: 2px;
  }
}
.p-contact-form__box {
  margin-top: min(6.25vw, 120px);
  display: flex;
  gap: min(7.5vw, 144px);
}
@media screen and (max-width: 768px) {
  .p-contact-form__box {
    flex-direction: column;
    margin-top: 80px;
    gap: 80px;
  }
}
.p-contact-form__inner {
  flex: 1;
}
.p-contact-form__inner > h3 {
  font-size: min(2.8125vw, 54px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .p-contact-form__inner > h3 {
    font-size: 28px;
  }
}
.p-contact-form__inner > p {
  font-size: min(0.9375vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
  margin-top: min(2.5vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-contact-form__inner > p {
    font-size: 16px;
    margin-top: 48px;
  }
}
.p-contact-form__input {
  width: 43.3333vw;
}
@media screen and (max-width: 768px) {
  .p-contact-form__input {
    width: 100%;
  }
}




/********* 20260208追記 **********/

main{
    overflow: hidden;
}

.wpcf7-not-valid {
  animation: shake .3s;
}

.confirm .l-form__column-input{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    padding-bottom: 48px;
    border-bottom: 1px solid #fff;
}

.confirm .submit_area{
    margin-top: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm .submit_area li{
    width: 396px;
    height: 96px;
    margin: 0 20px;
    position: relative;
}

.confirm .submit_area li input{
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.confirm .submit_area li .text_wrapp{
    display: block;
    width: 100%;
    height: 96px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: -1;
}

.confirm .submit_area li .text_wrapp strong{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.confirm .submit_area li.back .text_wrapp{
    border: 1px solid #fff;
}

.confirm .submit_area li.back .text_wrapp::after{
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/top/icon_news_list2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%) scale(-1, 1);
}

.confirm .submit_area li.submit .text_wrapp{
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.confirm .submit_area li.submit .text_wrapp::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/top/icon_news_list.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}


.complete .catch{
    font-size: 54px;
    font-weight: 700;
    line-height: 1.8;
    text-align : center;
    margin: 120px 0 48px;
}

.complete .caption{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    text-align : center;
    margin-bottom: 120px;
}

.complete .totop{
    width: 380px;
    margin: 0 auto;
}

.complete .totop a{
    display: block;
    height: 96px;
    background: #fff;
    position: relative;
}

.complete .totop a::before{
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/top/icon_news_list.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.complete .totop a strong{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.04em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.recaptcha_comment{
    width: 570px;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 1.6;
}

.recaptcha_comment a{
    text-decoration: underline;
}




/********************************************************************************
	リッキド用 CSS
********************************************************************************/
@media (max-width: 1920px) {

.confirm .l-form__column-input{
    font-size: 0.9375vw;
    padding-bottom: 2.5vw;
}

.confirm .submit_area{
    margin-top: 3.333333vw;
}

.confirm .submit_area li{
    width: 20.625vw;
    height: 5vw;
    margin: 0 1.041667vw;
}

.confirm .submit_area li .text_wrapp{
    height: 5vw;
}

.confirm .submit_area li .text_wrapp strong{
    font-size: 0.9375vw;
}

.confirm .submit_area li.back .text_wrapp::after{
    width: 1.25vw;
    height: 1.25vw;
    left: 0.833333vw;
}

.confirm .submit_area li.submit .text_wrapp::after {
    width: 1.25vw;
    height: 1.25vw;
    right: 0.833333vw;
}


.complete .catch{
    font-size: 2.8125vw;
    margin: 6.25vw 0 2.5vw;
}

.complete .caption{
    font-size: 0.9375vw;
    margin-bottom: 6.25vw;
}

.complete .totop{
    width: 19.791667vw;
}

.complete .totop a{
    height: 5vw;
}

.complete .totop a::before{
    width: 1.25vw;
    height: 1.25vw;
    right: 0.833333vw;
}

.complete .totop a strong{
    font-size: 0.9375vw;
}

.recaptcha_comment{
    width: 29.6875vw;
    margin: 1.041667vw auto 0;
    font-size: 0.729167vw;
}




}


/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width: 768px){


.confirm .l-form__column-input{
    font-size: 4.266667vw;
    padding-bottom: 12.8vw;
}

.confirm .submit_area{
    margin-top: 17.066667vw;
    display: block;
}

.confirm .submit_area li{
    width: auto;
    height: 25.6vw;
    margin: 0 0 10.666667vw;
}

.confirm .submit_area li:last-child{
    margin-bottom: 0;
}

.confirm .submit_area li .text_wrapp{
    height: 25.6vw;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: -1;
}

.confirm .submit_area li .text_wrapp strong{
    font-size: 4.8vw;
}

.confirm .submit_area li.back .text_wrapp::after{
    width: 6.4vw;
    height: 6.4vw;
    left: 4.266667vw;
}

.confirm .submit_area li.submit .text_wrapp::after {
    width: 6.4vw;
    height: 6.4vw;
    right: 4.266667vw;
}


.complete .catch{
    font-size: 7.466667vw;
    margin: 21.333333vw 0 12.8vw;
}

.complete .caption{
    font-size: 4.266667vw;
    text-align : left;
    margin-bottom: 21.333333vw;
}

.complete .totop{
    width: auto;
}

.complete .totop a{
    height: 25.6vw;
}

.complete .totop a::before{
    width: 6.4vw;
    height: 6.4vw;
    right: 4.266667vw;
}

.complete .totop a strong{
    font-size: 4.8vw;
}

.recaptcha_comment{
    width: auto;
    margin: 5.333333vw auto 0;
    font-size: 3.733333vw;
}



}


.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}