@charset "UTF-8";
/*
Theme Name: 
Theme URI: https://
Author: Qubic Inc
Author URI: https://qu-bic.jp
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*****************************

このファイルは直接変更しないでください。
CSSを変更・修正・追記したい場合は、cssファイルを作成し、そちらに記述お願いします。

こちらのファイルに記述した場合、変更が失われてしまったり、保守が困難になることもあります。
充分にお気をつけください。

*****************************/
/*****************************
フォント変数
*****************************/
/*****************************
ブレイクポイント
*****************************/
/*****************************
カラー変数
*****************************/
body {
  -webkit-text-size-adjust: 100%;
}

html {
  color: #101010;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: min(3.846vw, 18px);
}

@media screen and (min-width: 768px) {
  html {
    font-size: min(13px + 3 * (100vw - 768px) / 672, 16px);
  }
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #wrapper {
    height: auto;
    overflow-y: clip;
  }
}
section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    display: block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

html,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

input,
input:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=submit],
input[type=button],
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button,
textarea {
  -webkit-appearance: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

figure {
  margin: 0;
}

img,
picture {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.preload * {
  transition: none;
}

.l-footer {
  padding: 0.6666666667rem 0;
  background: #DDBD74;
  margin: 1.3333333333rem 0 0;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 3.6458333333vw;
  }
}
.l-footer--terms {
  margin: 0;
  background: #ffffff;
}

.l-footer--terms .l-footer__copy p {
  color: #696969;
}

.l-footer__inner {
  position: relative;
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-footer__inner {
    width: min(90%, 1280px);
  }
}
.l-footer__copy p {
  font-size: 0.8666666667rem;
  font-weight: 700;
  line-height: 1.2307692308;
  letter-spacing: 0;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .l-footer__copy p {
    text-align: center;
  }
}
.l-footer__link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.l-footer__link a {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: underline;
}

.l-inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner {
    width: min(90%, 1280px);
  }
}
.l-inner__wide {
  margin-inline: auto;
  width: min(100% - 2rem);
}

@media screen and (min-width: 768px) {
  .l-inner__wide {
    width: min(95%, 1680px);
  }
}
.l-inner__md {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__md {
    width: min(90%, 1080px);
  }
}
.l-inner__sm {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__sm {
    width: min(90%, 960px);
  }
}
.c-bg {
  background: #ffffff;
  overflow-x: clip;
  position: relative;
  z-index: 2;
}

.c-bg::before {
  content: "";
  display: block;
  width: 5.3333333333rem;
  height: 9.0666666667rem;
  background: url(./images/top/bg_bubbles01.webp) no-repeat center center/contain;
  position: absolute;
  top: -1.5333333333rem;
  left: -2.6666666667rem;
  z-index: 1;
}

.c-bg::after {
  content: "";
  display: block;
  width: 11.6rem;
  height: 8.2666666667rem;
  background: url(./images/top/bg_bubbles02.webp) no-repeat center center/contain;
  position: absolute;
  top: 9.5333333333rem;
  left: -2rem;
  z-index: 1;
}

.c-bg__logo {
  width: 3rem;
  margin-left: 0.6666666667rem;
  position: relative;
  z-index: 2;
}

.c-bg__logo img {
  width: 100%;
}

.c-bg__img {
  position: absolute;
  top: 6.2rem;
  left: calc(50% + 6.5333333333rem);
  width: 8.7333333333rem;
  z-index: 1;
}

.c-bg__img img {
  width: 100%;
}

.c-bg__head {
  text-align: center;
  position: relative;
}

.c-bg__head::after {
  content: "";
  display: block;
  width: 11.6rem;
  height: 8.2666666667rem;
  background: url(./images/top/bg_bubbles02_pc.webp) no-repeat center center/contain;
  position: absolute;
  top: -2.7333333333rem;
  right: -5.6666666667rem;
  z-index: 1;
}

.c-bg__head-txt {
  display: block;
  margin: -2rem auto 0;
  width: 10.6666666667rem;
  font-size: 1.3333333333rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  background: linear-gradient(120deg, rgb(191, 154, 84) 0%, rgb(221, 189, 116) 40%, rgb(192, 162, 102) 60%, rgb(161, 136, 56) 100%);
  border-radius: 0.4666666667rem;
  padding: 0.8rem;
}

.c-bg h1 {
  margin: 1rem 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6111111111;
  position: relative;
  z-index: 2;
}

.c-bg__gold {
  color: #A18838;
  font-size: 1.4666666667rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.c-bg__mid {
  font-size: 1.8666666667rem;
  line-height: 1;
}

.c-bg__dot {
  position: relative;
  margin: 1.2rem 0 0;
  display: inline-block;
}

.c-bg__dot::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background: #BF9A54;
  border-radius: 50%;
}

.c-bg__note {
  display: block;
  max-width: 20.6666666667rem;
  margin: 0.6666666667rem auto 0;
  font-size: 0.8666666667rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.018em;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .c-bg::before, .c-bg::after {
    display: none;
  }
  .c-bg__head {
    width: fit-content;
    position: relative;
    text-align: left;
  }
  .c-bg__head::before {
    content: "";
    display: block;
    width: 11.0666666667rem;
    height: 18.6666666667rem;
    background: url(./images/top/bg_bubbles01_pc.webp) no-repeat center center/contain;
    position: absolute;
    top: -1rem;
    left: -9.5333333333rem;
    z-index: 1;
  }
  .c-bg__head::after {
    width: 16.8666666667rem;
    height: 12rem;
    top: 0.4rem;
    right: -10.6666666667rem;
  }
  .c-bg__body {
    position: relative;
    z-index: 3;
  }
  .c-bg__head-txt {
    margin: 0;
    width: fit-content;
    font-size: 3.125vw;
    border-radius: 0.625rem;
    padding: 0.6875rem 0.5625rem 0.625rem 1.0625rem;
  }
  .c-bg__logo {
    width: 5.625rem;
    margin-left: 0;
  }
  .c-bg__img {
    width: min(43.125vw, 828px);
    top: -3.5416666667vw;
    left: 96%;
    z-index: 2;
  }
  .c-bg h1 {
    margin: 1.3125rem 0 0;
    font-size: 2.6041666667vw;
  }
  .c-bg__gold {
    font-size: 3.6458333333vw;
    position: relative;
  }
  .c-bg__gold::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 3.4375rem;
    background: url(./images/top/bg_deco_top.svg) no-repeat center center/contain;
    position: absolute;
    top: -2.25rem;
    right: -2.25rem;
  }
  .c-bg__mid {
    font-size: 3.3854166667vw;
    margin-top: 2.6041666667vw;
  }
  .c-bg__dot::before {
    width: 0.78125vw;
    height: 0.78125vw;
  }
  .c-bg__note {
    margin: 0.5rem 0 0;
    font-size: 1.5625vw;
    line-height: 1;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .c-bg__img {
    width: 65.4296875vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-bg__head-txt {
    font-size: 2.25rem;
  }
  .c-bg h1 {
    font-size: 1.625rem;
  }
  .c-bg__gold {
    font-size: 3rem;
  }
  .c-bg__mid {
    font-size: 2.5rem;
    margin-top: 2.375rem;
  }
  .c-bg__dot::before {
    width: 0.5625rem;
    height: 0.5625rem;
  }
  .c-bg__note {
    font-size: 1rem;
  }
  .c-bg__img {
    width: 57.8125vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-bg__img {
    width: 51.75rem;
  }
}
.c-form-bottom {
  margin: auto 0 0;
  padding-top: 0.6666666667rem;
  text-align: center;
}

.c-form-bottom__txt {
  font-size: 1.2rem;
  font-weight: 700;
}

.c-form-bottom__note {
  margin: 0.3333333333rem 0 0;
  font-size: 0.8666666667rem;
  font-weight: 500;
  line-height: 1.4285714286;
}

@media screen and (min-width: 768px) {
  .c-form-bottom {
    margin-top: 4.0625rem;
    padding: 0;
  }
  .c-form-bottom__txt {
    font-size: 1.4375rem;
    line-height: 1;
  }
  .c-form-bottom__note {
    display: block;
    margin: 0.6875rem 0 0;
    font-size: 1rem;
    line-height: 1;
  }
}
.p-form {
  position: relative;
  z-index: 2;
  margin: 1rem 0 0;
  overflow-x: clip;
}

.p-form__inner {
  margin-inline: auto;
  width: min(100% - 1.5rem, 650px);
}

.p-form__box {
  padding: 0.8666666667rem 0 0;
  border-radius: 1.0666666667rem;
  border: 0.4rem solid #DDBD74;
  position: relative;
  background: #F9F9F9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.p-form__medal {
  position: absolute;
  top: -2.4rem;
  right: -1.2rem;
  width: 5.6666666667rem;
  height: 5.6rem;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.p-form__head {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.6666666667rem;
}

.p-form__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4666666667rem;
  padding: 0.4666666667rem;
  background: #DDBD74;
}

.p-form__tab {
  padding: 0 0.3333333333rem 0.7692307692vw;
  background: #F0D595;
  border-radius: 0.3333333333rem;
  font-size: 0.8666666667rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}

.p-form__tab.is-active {
  background: linear-gradient(90deg, rgb(191, 154, 84) 0%, rgb(221, 189, 116) 40%, rgb(192, 162, 102) 60%, rgb(161, 136, 56) 100%);
}

.p-form__tab-step {
  display: none;
}

.p-form__tab-num {
  font-size: 0.9333333333rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.4285714286;
}

.p-form__date {
  font-size: 0.9333333333rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #BF9A54;
  border-radius: 1.0666666667rem;
  padding: 0.6rem 1.8rem;
  width: fit-content;
  margin-left: 0.6666666667rem;
}

.p-form__step {
  display: none;
  padding: 0 0.3333333333rem 0.6666666667rem;
}

.p-form__step.is-active {
  display: flex;
  flex-direction: column;
}

.p-form__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
  margin: 1rem 0 0;
  min-height: 3.3333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-form__title .p-form__required {
  font-size: 0.9333333333rem;
  font-weight: 500;
  text-align: right;
  display: block;
  margin-right: 1.7333333333rem;
}

.p-form__radio-wrap {
  margin: 0.6666666667rem 0 0;
  display: grid;
  gap: 0.6666666667rem;
}

.p-form__radio-wrap--qualification {
  margin-top: 0.6666666667rem;
  gap: 1rem;
}

.p-form__radio {
  display: block;
}

.p-form__radio input {
  display: none;
}

.p-form__radio input[type=radio]:checked + .p-form__label-text {
  background: #BF9A54;
  color: #ffffff;
}

.p-form__label-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.3333333333rem solid #BF9A54;
  border-radius: 0.6666666667rem;
  padding: 0.8666666667rem;
  cursor: pointer;
  background: #fff;
  transition: background 0.3s, color 0.3s;
  position: relative;
  font-size: 1.6rem;
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 3px 8px rgba(179, 178, 173, 0.68);
}

.p-form__field {
  margin: 0.6666666667rem 0 0;
  position: relative;
}

.p-form__field--year {
  display: grid;
  grid-template-columns: 4rem 1fr 3.5333333333rem;
  align-items: center;
  margin-top: 1.3333333333rem;
}

.p-form__field--year input {
  margin-top: 0;
}

.p-form__field--year .p-form__label {
  font-size: 1.3333333333rem;
  line-height: 1;
  text-align: right;
  margin-right: 0.6666666667rem;
}

.p-form__field--year span {
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.6666666667rem;
}

.p-form__label {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.p-form__label span {
  font-size: 0.8666666667rem;
}

.p-form__input {
  width: 100%;
  padding: 0.8666666667rem 0.6666666667rem;
  border: 0.3333333333rem solid #BF9A54;
  border-radius: 0.6666666667rem;
  font-size: max(16px, 1.3333333333rem);
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0.5333333333rem 0 0;
  box-shadow: 0 3px 8px rgba(179, 178, 173, 0.68);
}

.p-form__input::placeholder {
  color: #BEBEBE;
}

.p-form__error {
  position: absolute;
  width: 100%;
  color: #FC0404;
  font-size: 0.8rem;
  bottom: -1.3333333333rem;
  text-align: center;
}

.p-form__buttons {
  display: flex;
  justify-content: center;
  gap: 0.6666666667rem;
  align-items: center;
  margin-top: auto;
  padding-top: 2rem;
}

.p-form__prev {
  border: 1px solid #707070;
  background: #ffffff;
  padding: 0.8666666667rem 1.3333333333rem;
  border-radius: 0.3333333333rem;
  box-shadow: 0 4px 8px #B3B2AD;
}

.p-form__prev span {
  font-size: 1.0666666667rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #747474;
}

.p-form__next {
  background: #DDBD74;
  color: white;
  padding: 1.5333333333rem 0 1.5333333333rem 0.4rem;
  border: none;
  border-radius: 0.6666666667rem;
  font-size: 1.7333333333rem;
  font-weight: 700;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74.4117647059%;
  box-shadow: 0 7px 13px rgba(179, 178, 173, 0.8);
  position: relative;
}

.p-form__next span {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 1.3333333333rem;
  transform: translateY(-50%);
}

.p-form__next span::after {
  content: "";
  width: 0.6rem;
  height: 0.7333333333rem;
  background: #DDBD74;
  position: absolute;
  top: 50%;
  left: 0.6666666667rem;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media screen and (min-width: 768px) {
  .p-form__inner {
    width: min(90%, 1280px);
  }
  .p-form__box {
    max-width: 95%;
    padding: 4.375rem 2.7% 0;
    border-width: 0.375rem;
  }
  .p-form__medal {
    position: absolute;
    top: -4.875rem;
    right: -6.5104166667vw;
    width: 15.625vw;
    height: 15.625vw;
    box-shadow: none;
  }
  .p-form__head {
    flex-direction: column;
    gap: 1.4375rem;
  }
  .p-form__nav {
    gap: 0;
    padding: 0;
    background: none;
  }
  .p-form__tab {
    padding: 0.4375rem 1.5625rem 0.875rem 0;
    background: #F0D595;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  }
  .p-form__tab-step {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1.3125;
    letter-spacing: 0.04em;
    margin-right: 0.1875rem;
  }
  .p-form__tab-num {
    font-size: 1.0625rem;
    line-height: 1.3529411765;
    letter-spacing: 0.04em;
  }
  .p-form__date {
    font-size: 0.875rem;
    line-height: 1.0714285714;
    border-radius: 1rem;
    padding: 0.5625rem 1.6875rem;
    width: fit-content;
    margin-left: 0;
  }
  .p-form__step {
    min-height: 21.875rem;
    padding: 1.875rem 0;
  }
  .p-form__title {
    font-size: 1.75rem;
    line-height: 1;
    margin: 0;
    min-height: auto;
  }
  .p-form__title .p-form__required {
    font-size: 1rem;
    display: inline;
  }
  .p-form__radio-wrap {
    margin: 2.8125rem 0 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }
  .p-form__radio-wrap--qualification {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8125rem;
  }
  .p-form__label-text {
    border-width: 0.625rem;
    border-radius: 1.75rem;
    padding: 2.5rem 1.25rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-form__label-text:hover {
    color: #ffffff;
    background-color: #BF9A54;
  }
}
@media screen and (min-width: 768px) {
  .p-form__field {
    margin: 1.25rem 0 0 auto;
    width: 89.8666666667%;
    display: grid;
    grid-template-columns: 30.4154302671% 69.4362017804%;
    align-items: center;
  }
  .p-form__field--year {
    display: grid;
    grid-template-columns: 3.4375rem 1fr 2.1875rem;
    align-items: center;
    width: 23.75rem;
    margin: 4.375rem auto 0;
  }
  .p-form__field--year .p-form__label {
    font-size: 1.25rem;
  }
  .p-form__field--year span {
    font-size: 1.25rem;
  }
  .p-form__field--year .p-form__input {
    text-align: center;
  }
  .p-form__field--name {
    margin-top: 2.5rem;
  }
  .p-form__field--tel {
    margin-top: 2.5rem;
  }
  .p-form__label {
    display: block;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
  }
  .p-form__label span {
    font-size: 0.9375rem;
  }
  .p-form__input {
    width: 100%;
    padding: 0.6875rem 1.375rem;
    border: 0.3125rem solid #BF9A54;
    border-radius: 0.625rem;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.4583333333;
    text-align: left;
    margin: 0;
  }
  .p-form__error {
    position: absolute;
    width: 100%;
    color: #FC0404;
    font-size: 1rem;
    bottom: -1.5625rem;
  }
  .p-form__error--year {
    padding-left: 1.5rem;
  }
  .p-form__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.75rem;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .p-form__prev {
    padding: 0.875rem 3.625rem;
    border-radius: 0.3125rem;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
  }
  .p-form__prev span {
    font-size: 1rem;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-form__prev:hover {
    background: #707070;
  }
  .p-form__prev:hover span {
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .p-form__next {
    border: 1px solid #DDBD74;
    transition: background 0.3s, color 0.3s;
    width: 65.3333333333%;
    cursor: pointer;
  }
  .p-form__next span {
    width: 1.6875rem;
    height: 1.6875rem;
    transition: background 0.3s;
  }
  .p-form__next span::after {
    width: 0.625rem;
    height: 0.6875rem;
    left: 0.625rem;
    transition: background 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-form__next:hover {
    background: #ffffff;
    color: #DDBD74;
  }
  .p-form__next:hover span {
    background: #DDBD74;
  }
  .p-form__next:hover span::after {
    background: #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .p-form__box {
    max-width: 80%;
  }
  .p-form__medal {
    top: -8.7890625vw;
    right: -2.9296875vw;
    width: 13.671875vw;
    height: 13.671875vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-form__box {
    max-width: 52rem;
  }
  .p-form__medal {
    top: -4.875rem;
    right: -6.5rem;
    width: 11.125rem;
    height: 11.0625rem;
  }
}
.p-terms {
  background: url(./images/terms/terms_bg.webp) no-repeat center center/cover;
  padding: 1.6666666667rem 0 3.3333333333rem;
}

.p-terms__box {
  background: #ffffff;
  padding: 1.6666666667rem 1rem 2rem;
}

.p-terms__box h1 {
  font-size: 1.2rem;
  text-align: center;
}

.p-terms__box .p-terms__head {
  background: #EBF9EA;
  padding: 0.8rem 0.6666666667rem;
  margin: 1.3333333333rem 0 0;
}

.p-terms__box p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8666666667;
}

.p-terms__box .p-term__content {
  padding: 1rem 0.6666666667rem;
}

.p-terms__box h2 {
  font-size: 1.0666666667rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 1rem 0 0;
  padding-bottom: 0.0666666667rem;
  border-bottom: 2px solid #168519;
}

.p-terms__box ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8666666667;
}

.p-terms__box ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-terms__foot {
  text-align: right;
}

.p-terms__foot p {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-terms {
    background: url(./images/terms/terms_bg_pc.webp) no-repeat center center/cover;
    padding: 3.1875rem 0 6.25rem;
  }
  .p-terms__box {
    padding: 6.0625rem min(5.2083333333vw, 100px) 3.125rem;
  }
  .p-terms__box h1 {
    font-size: 3.125rem;
    line-height: 1;
  }
  .p-terms__box .p-terms__head {
    padding: 0.8125rem 0.875rem;
    margin: 1.25rem 0 0;
  }
  .p-terms__box .p-terms__list {
    margin-top: 2.375rem;
  }
  .p-terms__box p {
    font-size: 1.25rem;
    line-height: 2;
  }
  .p-terms__box .p-term__content {
    padding: 0.75rem 0;
  }
  .p-terms__box h2 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin: 1.125rem 0 0;
    padding-bottom: 0.375rem;
    border-bottom: 0.375rem solid #168519;
  }
  .p-terms__box h2 span {
    margin-left: 0.5em;
    display: inline-block;
  }
  .p-terms__box ul li {
    font-size: 1.25rem;
    line-height: 2;
  }
  .p-terms__foot p {
    font-size: 1.5rem;
  }
}
.p-thanks {
  padding: 0.1333333333rem 0 0;
  position: relative;
  overflow-x: clip;
}

.p-thanks::before {
  content: "";
  display: block;
  width: 5.3333333333rem;
  height: 9.0666666667rem;
  background: url(./images/top/bg_bubbles01.webp) no-repeat center center/contain;
  position: absolute;
  top: -1.5333333333rem;
  left: -2.6666666667rem;
  z-index: 1;
}

.p-thanks::after {
  content: "";
  display: block;
  width: 11.6rem;
  height: 8.2666666667rem;
  background: url(./images/top/bg_bubbles02.webp) no-repeat center center/contain;
  position: absolute;
  top: -2.8rem;
  right: -0.6rem;
  z-index: 1;
}

.p-thanks__inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

.p-thanks__logo {
  width: 3rem;
  margin-left: 0.6666666667rem;
  position: relative;
  z-index: 2;
}

.p-thanks__logo img {
  width: 100%;
}

.p-thanks h1 {
  font-size: 1.3333333333rem;
  line-height: 1.5909090909;
  text-align: center;
  color: #A18838;
  margin: 2.6rem 0 0;
}

.p-thanks__box {
  margin: 2rem 0 0;
  border-radius: 1.0666666667rem;
  border: 0.4rem solid #DDBD74;
  padding: 2.3333333333rem 0.6666666667rem 2.6666666667rem;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}

.p-thanks__item:not(:first-child) {
  margin-top: 2.3333333333rem;
}

.p-thanks__txt {
  font-size: 1.3333333333rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

.p-thanks__btn {
  margin: 1.2rem 0 0;
}

.p-thanks__btn p {
  font-size: 0.9333333333rem;
  font-weight: 500;
  line-height: 1.8571428571;
  text-align: center;
  margin: 1.3333333333rem 0 0;
}

.p-thanks__zoom {
  background: #DDBD74;
  color: white;
  padding: 1.8rem 0 1.8rem 0.6rem;
  border: none;
  border-radius: 0.6666666667rem;
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
  box-shadow: 0 7px 13px rgba(179, 178, 173, 0.8);
  position: relative;
}

.p-thanks__zoom span {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 1.3333333333rem;
  transform: translateY(-50%);
}

.p-thanks__zoom span::after {
  content: "";
  width: 0.6rem;
  height: 0.7333333333rem;
  background: #DDBD74;
  position: absolute;
  top: 50%;
  left: 0.6666666667rem;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.p-thanks__line {
  background: #06C755;
  color: white;
  border: none;
  border-radius: 0.6666666667rem;
  padding: 0.3333333333rem;
  font-size: 1.3333333333rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: 0 7px 13px rgba(179, 178, 173, 0.8);
}

@media screen and (min-width: 768px) {
  .p-thanks {
    padding: 0;
  }
  .p-thanks::before {
    width: 11.0666666667rem;
    height: 18.6666666667rem;
    top: auto;
    bottom: 2.6875rem;
    left: calc(50% + 33.75rem);
  }
  .p-thanks::after {
    width: 15.8125rem;
    height: 11.25rem;
    top: auto;
    bottom: 2.6875rem;
    right: calc(50% + 31.5625rem);
  }
  .p-thanks__inner {
    width: min(90%, 1280px);
    position: relative;
    z-index: 1;
  }
  .p-thanks__inner::before {
    content: "";
    width: 11.0666666667rem;
    height: 18.6666666667rem;
    background: url(./images/top/bg_bubbles01.webp) no-repeat center center/contain;
    position: absolute;
    top: 6.9333333333rem;
    left: 0;
    z-index: -1;
  }
  .p-thanks__inner::after {
    content: "";
    width: 15.8125rem;
    height: 11.25rem;
    background: url(./images/top/bg_bubbles02.webp) no-repeat center center/contain;
    position: absolute;
    top: 1.8125rem;
    right: 0;
    z-index: -1;
  }
  .p-thanks__logo {
    width: 5.625rem;
    margin-left: 0;
  }
  .p-thanks h1 {
    font-size: 3.6458333333vw;
    line-height: 1.25;
    margin-top: 0.9375rem;
  }
  .p-thanks__box {
    margin: 4.375rem auto 0;
    border-radius: 2.1875rem;
    border-width: 0.3125rem;
    padding: 4.6875rem 8% 4.375rem;
    max-width: 60rem;
    background: rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.16));
  }
  .p-thanks__item:not(:first-child) {
    margin-top: 3.75rem;
  }
  .p-thanks__txt {
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    line-height: 1.5384615385;
  }
  .p-thanks__btn {
    margin: 1.125rem 0 0;
  }
  .p-thanks__btn p {
    font-size: 1rem;
  }
  .p-thanks__zoom {
    padding: 1.375rem 0;
    border-radius: 0.625rem;
    font-size: 1.625rem;
    border: 1px solid #DDBD74;
    position: relative;
    transition: background 0.3s, color 0.3s;
  }
  .p-thanks__zoom span {
    transition: background 0.3s;
  }
  .p-thanks__zoom span::after {
    transition: background 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-thanks__zoom:hover {
    background: #ffffff;
    color: #DDBD74;
  }
  .p-thanks__zoom:hover span {
    background: #DDBD74;
  }
  .p-thanks__zoom:hover span::after {
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .p-thanks__line {
    padding: 1.375rem 0;
    border-radius: 0.625rem;
    border: 1px solid #06C755;
    font-size: 1.625rem;
    transition: background 0.3s, color 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-thanks__line:hover {
    background: #ffffff;
    color: #06C755;
  }
}
@media screen and (min-width: 1280px) {
  .p-thanks h1 {
    font-size: 3rem;
  }
  .p-thanks__box {
    padding: 4.6875rem 9.375% 4.375rem;
  }
}
.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
.u-tablet {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-tablet {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .u-tablet {
    display: none;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*# sourceMappingURL=sourcemaps/style.css.map */