/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  display: block;
  width: 100%;
}

html {
  background: #fff;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #fdf6f2 0%, #fdeee6 35%, #efd1ce 70%, #ebcaca 100%);
}
@media (max-width: 900px) {
  body {
    min-width: auto;
    max-width: none;
  }
}
body * {
  box-sizing: border-box;
}
body p,
body a {
  line-height: 1.5;
}
body p,
body a,
body li,
body dt,
body dd {
  color: #404040;
}

.l-container {
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 900px) {
  .l-container {
    padding: 0 20px;
  }
}

.l-main section {
  overflow-x: hidden;
}

.pc-none {
  display: none;
}
@media (max-width: 900px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 900px) {
  .sp-none {
    display: none;
  }
}

.l-header {
  position: absolute;
  z-index: 99;
  padding: 0;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 900px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
  }
}
.l-header.is-hidden {
  opacity: 0;
}
.l-header.is-visible {
  opacity: 1;
}

.l-header-inner {
  position: relative;
  width: 100%;
}
@media (max-width: 900px) {
  .l-header-inner {
    padding: 0;
  }
}

.l-header__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 121px;
  margin: 8px 0 0 7px;
}
@media (max-width: 900px) {
  .l-header__logo {
    width: 13.8666666667%;
  }
}

.l-header__btn {
  z-index: 1;
  display: none;
}
@media (max-width: 900px) {
  .l-header__btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 44px;
    padding: 11px 9px 10px 12px;
    border-radius: 0 0 0 20px;
    background-color: white;
  }
}
.l-header__btn .l-header__btn-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
}
.l-header__btn .line-wrapper {
  position: relative;
  width: 21px;
  height: 9px;
}
.l-header__btn .line-wrapper span {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 1px;
  transition: top 0.3s, transform 0.3s;
  transform: translateX(-50%);
  background-color: #1ba7c1;
}
.l-header__btn .line-wrapper span:nth-child(1) {
  top: 0;
}
.l-header__btn .line-wrapper span:nth-child(2) {
  top: 4px;
}
.l-header__btn .line-wrapper span:nth-child(3) {
  top: 8px;
}
.l-header__btn .text {
  font-size: 8px;
  line-height: 1.375;
  text-align: center;
  text-transform: uppercase;
  color: #1ba7c1;
}
.l-header__btn.is-open .line-wrapper span:nth-child(1) {
  top: 4px;
  transform: translateX(-50%) rotate(45deg);
}
.l-header__btn.is-open .line-wrapper span:nth-child(2) {
  opacity: 0;
}
.l-header__btn.is-open .line-wrapper span:nth-child(3) {
  top: 4px;
  transform: translateX(-50%) rotate(-45deg);
}

.l-header__nav {
  z-index: 0;
  display: none;
}
.l-header__nav.is-open {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100svh;
}
.l-header__nav.is-open .l-header__nav-inner-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1ba7c1;
}
.l-header__nav.is-open .l-header__nav-inner-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 0.5597014925;
  background: url(../../assets/img/bg_header_menu01.png) center top/contain no-repeat;
}
.l-header__nav.is-open .l-header__nav-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 108px 50px 50px;
}
.l-header__nav.is-open .l-header__nav-inner ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.l-header__nav.is-open .l-header__nav-inner ul a {
  font-size: 20px;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.l-header__nav.is-open .l-header__nav-inner ul li {
  position: relative;
  width: 100%;
  text-align: center;
}
.l-header__nav.is-open .l-header__nav-inner .p-menu__link {
  width: 40px;
  height: 40px;
  margin: 46px auto 0;
  padding-left: 0;
}
.l-header__nav.is-open .l-header__nav-inner .p-menu__link::before {
  display: none;
}

.l-footer {
  margin-top: 0;
  padding: 124px 0 77px;
  background: url(../../assets/img/bg_footer01.png) center top/cover no-repeat;
}
@media (max-width: 900px) {
  .l-footer {
    padding: 40px 0 30px;
    background: url(../../assets/img/bg_footer01_sp.png) center top/cover no-repeat;
  }
}

.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
@media (max-width: 900px) {
  .l-footer__inner {
    padding: 10px 0;
  }
}

.l-footer__logo {
  width: 246px;
}
@media (max-width: 900px) {
  .l-footer__logo {
    width: 103px;
  }
}

.l-footer__copyright {
  font-size: 10px;
  color: #ffffff;
}
@media (max-width: 900px) {
  .l-footer__copyright {
    font-size: 8px;
  }
}

.p-contact-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  padding: 50px 50px 63px;
  border-radius: 40px;
  background: #ffffff;
}
@media (max-width: 900px) {
  .p-contact-box {
    margin-top: 30px;
    padding: 25px 25px 30px;
    border-radius: 20px;
  }
}

.p-contact-box__header {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3076923077;
  text-align: center;
}
@media (max-width: 900px) {
  .p-contact-box__header {
    font-size: 14px;
  }
}

.p-contact-box__mail {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 20px;
  text-decoration: none;
}
@media (max-width: 900px) {
  .p-contact-box__mail {
    font-size: 16px;
    margin-top: 12px;
  }
}
.p-contact-box__mail a {
  font-family: "Rubik", sans-serif;
  text-decoration: none;
}

.p-contact-box__date {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 20px;
}
@media (max-width: 900px) {
  .p-contact-box__date {
    margin-top: 20px;
    gap: 10px;
  }
}

.p-contact-box__date-inner {
  display: flex;
  gap: 20px;
}
@media (max-width: 900px) {
  .p-contact-box__date-inner {
    gap: 1px;
    flex-direction: column;
  }
}
.p-contact-box__date-inner dt,
.p-contact-box__date-inner dd {
  font-size: 16px;
}
@media (max-width: 900px) {
  .p-contact-box__date-inner dt,
  .p-contact-box__date-inner dd {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}
.p-contact-box__date-inner dt {
  font-weight: bold;
}

.l-footer__logo {
  display: block;
  width: 197px;
  margin: 100px auto 0;
}
@media (max-width: 900px) {
  .l-footer__logo {
    width: 27.1641791045%;
    margin: 30px auto 0;
  }
}

/****************************
form
****************************/
/****************************
common
****************************/
.l-container--form {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 900px) {
  .l-container--form {
    padding: 0 5.2631578947vw;
  }
}

.p-form {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 900px) {
  .p-form {
    padding-bottom: 10.5263157895vw;
  }
}
.p-form .l-footer {
  display: none;
}

/****************************
form-top
****************************/
.p-form-top {
  position: relative;
  margin-top: 0;
}
.p-form-top__content01 {
  width: 100%;
}
.p-form-top__content02 {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .p-form-top__content02 {
    margin-top: 5.2631578947vw;
  }
}

.p-form-top__content03 {
  width: 100%;
  margin-top: 40px;
  filter: drop-shadow(6px 6px 30px #d6d1d1);
}
@media (max-width: 900px) {
  .p-form-top__content03 {
    margin-top: 5.2631578947vw;
  }
}

/****************************
form
****************************/
.p-form-inner {
  margin-top: 90px;
  padding: 50px 32px 80px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 6px 6px 30px #d6d1d1;
}
@media (max-width: 900px) {
  .p-form-inner {
    margin-top: 11.8421052632vw;
    padding: 6.5789473684vw 4.2105263158vw 10.5263157895vw;
    border-radius: 2.6315789474vw;
    box-shadow: 0.7894736842vw 0.7894736842vw 3.9473684211vw #d6d1d1;
  }
}

.p-form-info {
  display: block;
  width: 100%;
  margin-top: 46px;
}
@media (max-width: 900px) {
  .p-form-info {
    margin-top: 6.0526315789vw;
  }
}

.p-form-flow {
  display: block;
  width: 93.5064935065%;
  margin: 0;
}
.p-form-attention {
  max-width: 958px;
  margin: 80px auto 0;
}
@media (max-width: 900px) {
  .p-form-attention {
    max-width: 126.0526315789vw;
    margin: 10.5263157895vw auto 0;
  }
}

/****************************
entry-form
****************************/
.p-entry-form {
  display: flex;
  flex-direction: column;
  margin-top: 55px;
  gap: 40px;
}
@media (max-width: 900px) {
  .p-entry-form {
    margin-top: 7.2368421053vw;
    gap: 5.2631578947vw;
  }
}

.p-entry-form__block {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media (max-width: 900px) {
  .p-entry-form__block {
    gap: 2.7631578947vw;
  }
}
.p-entry-form__block .c-normal {
  font-weight: normal;
}
.p-entry-form__block > label {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4375;
}
@media (max-width: 900px) {
  .p-entry-form__block > label {
    font-size: 4.2105263158vw;
  }
}
.p-entry-form__block > label:has(.required), .p-entry-form__block > label:has(.optional) {
  position: relative;
  padding-left: 102px;
}
@media (max-width: 900px) {
  .p-entry-form__block > label:has(.required), .p-entry-form__block > label:has(.optional) {
    padding-left: 13.4210526316vw;
  }
}
.p-entry-form__block > label .smaller {
  font-size: 28px;
}
@media (max-width: 900px) {
  .p-entry-form__block > label .smaller {
    font-size: 3.6842105263vw;
  }
}

.p-entry-form__body {
  flex: 1;
  width: 100%;
}
.p-entry-form__body p {
  font-size: 32px;
}
@media (max-width: 900px) {
  .p-entry-form__body p {
    font-size: 4.2105263158vw;
  }
}

.p-entry-form__body input,
.p-entry-form__body textarea,
.p-entry-form__body select {
  font-size: 32px;
  line-height: 1.4375;
  width: 100%;
  max-width: 100%;
  padding: 20px 30px;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .p-entry-form__body input,
  .p-entry-form__body textarea,
  .p-entry-form__body select {
    font-size: 4.2105263158vw;
    padding: 2.6315789474vw 3.9473684211vw;
    border-radius: 0.6578947368vw;
  }
}
.p-entry-form__body input.p-input--zipcode,
.p-entry-form__body textarea.p-input--zipcode,
.p-entry-form__body select.p-input--zipcode {
  width: 226px;
}
@media (max-width: 900px) {
  .p-entry-form__body input.p-input--zipcode,
  .p-entry-form__body textarea.p-input--zipcode,
  .p-entry-form__body select.p-input--zipcode {
    width: 29.7368421053vw;
  }
}

.p-entry-form__body input {
  border: 0;
  background-color: #f4f4f4;
}
.p-entry-form__body input::-moz-placeholder {
  color: #c3c3c3;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-entry-form__body input::placeholder {
  color: #c3c3c3;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-entry-form__block label {
  display: inline-block;
}
.p-entry-form__body .c-note {
  margin-top: 10px;
  color: #000000;
}
@media (max-width: 900px) {
  .p-entry-form__body .c-note {
    margin-top: 1.3157894737vw;
  }
}
.p-entry-form__body .c-note p {
  font-size: 20px;
  line-height: 1.4375;
}
@media (max-width: 900px) {
  .p-entry-form__body .c-note p {
    font-size: 2.6315789474vw;
  }
}
.p-entry-form__body .c-note span {
  display: block;
}
.p-entry-form__body .c-note span.red {
  font-weight: bold;
  color: #d52d2d;
}
.p-entry-form__img {
  display: block;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .p-entry-form__img {
    margin-top: 2.6315789474vw;
  }
}

.p-entry-form__submit {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .p-entry-form__submit {
    margin-top: 2.6315789474vw;
  }
}
.p-entry-form__submit .c-btn {
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: center;
  font-size: 40px;
  width: 590px;
  font-weight: 700;
  line-height: 1.45;
  padding: 24px 14px 28px 0;
  cursor: pointer;
  color: #fff;
  border: 0;
  background-color: #dc91a1;
  border-radius: 55px;
  box-shadow: 0 6px 10px rgba(203, 190, 193, 0.6);
  transition: box-shadow 0.3s;
  position: relative;
}
@media (max-width: 900px) {
  .p-entry-form__submit .c-btn {
    width: 77.6315789474vw;
    font-size: 5.2631578947vw;
    padding: 3.1578947368vw 1.8421052632vw 3.6842105263vw 0;
    border-radius: 7.2368421053vw;
    box-shadow: 0 0.7894736842vw 1.3157894737vw rgba(203, 190, 193, 0.6);
  }
}
.p-entry-form__submit .c-btn::after {
  content: "";
  background: url(../../assets/img/form/ico_arrow.svg) center center/contain no-repeat;
  width: 17px;
  aspect-ratio: 0.53125;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .p-entry-form__submit .c-btn::after {
    width: 2.2368421053vw;
    right: 3.9473684211vw;
  }
}
.p-entry-form__submit .c-btn:hover {
  box-shadow: 0 0 0 rgba(203, 190, 193, 0.6);
}
.required,
.optional {
  font-size: 24px;
  line-height: 1.4583333333;
  position: absolute;
  top: 23px;
  left: 0;
  display: inline-block;
  font-weight: bold;
  padding: 7px 17px;
  transform: translateY(-50%);
  color: #ffffff;
  background-color: #b96a7e;
}
@media (max-width: 900px) {
  .required,
  .optional {
    font-size: 3.1578947368vw;
    padding: 0.9210526316vw 2.2368421053vw;
    top: calc(4.2105263158vw * 1.4375 / 2);
  }
}

.optional {
  color: #e62a73;
  border: 1px solid #e62a73;
  background-color: #ffffff;
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}
.p-radio,
.p-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 900px) {
  .p-radio,
  .p-checkbox {
    gap: 1.8421052632vw;
  }
}
.p-radio input[type=radio],
.p-radio input[type=checkbox],
.p-checkbox input[type=radio],
.p-checkbox input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}
.p-radio label,
.p-checkbox label {
  font-size: 32px;
  line-height: 1.4375;
  position: relative;
  box-sizing: border-box;
  padding-left: 64px;
  cursor: pointer;
  color: #333333;
}
@media (max-width: 900px) {
  .p-radio label,
  .p-checkbox label {
    font-size: 4.2105263158vw;
    padding-left: 8.4210526316vw;
  }
}
.p-radio label::before,
.p-checkbox label::before {
  position: absolute;
  top: 23px;
  left: 0;
  width: 42px;
  height: 42px;
  content: "";
  transition: border-color 0.2s;
  transform: translateY(-50%);
  border: 1px solid #47393e;
  border-radius: 50%;
  background-color: #f4f4f4;
}
@media (max-width: 900px) {
  .p-radio label::before,
  .p-checkbox label::before {
    width: 5.5263157895vw;
    height: 5.5263157895vw;
    top: calc(4.2105263158vw * 1.4375 / 2);
    border: 0.1315789474vw solid #47393e;
  }
}
.p-radio label::after,
.p-checkbox label::after {
  position: absolute;
  top: 23px;
  left: 6px;
  width: 32px;
  height: 32px;
  content: "";
  transition: opacity 0.2s;
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  background-color: #dc91a1;
}
@media (max-width: 900px) {
  .p-radio label::after,
  .p-checkbox label::after {
    left: 0.7894736842vw;
    width: 4.2105263158vw;
    height: 4.2105263158vw;
    top: calc(4.2105263158vw * 1.4375 / 2);
  }
}
.p-radio input[type=radio]:checked + label::after,
.p-radio input[type=checkbox]:checked + label::after,
.p-checkbox input[type=radio]:checked + label::after,
.p-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.p-radio.age .adjust {
  width: 96px;
}
@media (max-width: 900px) {
  .p-radio.age .adjust {
    width: 12.6315789474vw;
  }
}

.p-checkbox.agreement label {
  margin: 0 auto;
}
.p-checkbox.agreement label a {
  color: #b96a7e;
}
.p-checkbox.agreement label a:hover {
  text-decoration: none;
}
.p-checkbox.agreement label::before {
  border-radius: 5px;
  border: 0;
}
@media (max-width: 900px) {
  .p-checkbox.agreement label::before {
    border-radius: 0.6578947368vw;
  }
}
.p-checkbox.agreement label::after {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 20px;
  height: 12px;
  content: "";
  transition: opacity 0.2s;
  transform: translateY(-60%) rotate(-45deg);
  opacity: 0;
  border-bottom: 6px solid #dc91a1;
  border-left: 6px solid #dc91a1;
  border-radius: 0;
  background-color: initial;
}
@media (max-width: 900px) {
  .p-checkbox.agreement label::after {
    font-size: 2.1052631579vw;
    left: 0.7894736842vw;
    width: 2.6315789474vw;
    height: 1.5789473684vw;
    border-bottom-width: 0.7894736842vw;
    border-left-width: 0.7894736842vw;
  }
}

input[type=file] {
  font-size: 32px;
  line-height: 1.4375;
  padding: 0;
  background-color: initial;
}
@media (max-width: 900px) {
  input[type=file] {
    font-size: 4.2105263158vw;
  }
}

.p-file {
  position: relative;
}
.p-file__input {
  visibility: hidden;
}
.p-file__label {
  font-size: 32px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.4375;
  display: inline-block;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #ffffff;
  border-radius: 5px;
  background-color: #9a9a9a;
}
@media (max-width: 900px) {
  .p-file__label {
    font-size: 4.2105263158vw;
    padding: 2.6315789474vw;
    border-radius: 0.6578947368vw;
  }
}

.p-file__filename {
  display: inline-block;
  margin-top: 8px;
  font-size: 32px;
  line-height: 1.4375;
}
@media (max-width: 900px) {
  .p-file__filename {
    margin-top: 1.0526315789vw;
    font-size: 4.2105263158vw;
  }
}

.p-file__content01 {
  margin-top: 30px;
}
@media (max-width: 900px) {
  .p-file__content01 {
    margin-top: 3.9473684211vw;
  }
}

/****************************
comfirm
****************************/
.p-comfirm .p-entry-form__submit {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-comfirm .c-button--back {
  font-size: 28px;
  margin-top: 40px;
  text-decoration: underline;
  color: #404040;
  border: 0;
  background-color: initial;
}
.p-comfirm .c-button--back:hover {
  text-decoration: none;
}
@media (max-width: 900px) {
  .p-comfirm .c-button--back {
    font-size: 3.6842105263vw;
    margin-top: 5.2631578947vw;
  }
}

/****************************
thanks
****************************/
.p-thanks {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 109px);
}
.p-thanks footer {
  margin-top: auto;
}
.p-form-thanks {
  margin-top: 60px;
}
@media (max-width: 900px) {
  .p-form-thanks {
    margin-top: 7.8947368421vw;
  }
}

.p-form-thanks__copy {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #dc91a1;
}
@media (max-width: 900px) {
  .p-form-thanks__copy {
    font-size: 4.6052631579vw;
  }
}

.p-form-thanks__desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 900px) {
  .p-form-thanks__desc {
    font-size: 2.1052631579vw;
    margin-top: 3.9473684211vw;
  }
}
.p-form-thanks__desc span {
  font-size: 14px;
}
@media (max-width: 900px) {
  .p-form-thanks__desc span {
    font-size: 1.8421052632vw;
  }
}

.p-form-thanks__note {
  max-width: 502px;
  margin: 30px auto 0;
}
@media (max-width: 900px) {
  .p-form-thanks__note {
    max-width: 66.0526315789vw;
    margin: 3.9473684211vw auto 0;
  }
}
.p-form-thanks__note span {
  font-size: 12px;
  line-height: 1.8333333333;
  display: block;
  padding-left: 14px;
  text-indent: -14px;
}
@media (max-width: 900px) {
  .p-form-thanks__note span {
    font-size: 1.5789473684vw;
    padding-left: 1.8421052632vw;
    text-indent: -1.8421052632vw;
  }
}

.error-message {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
  color: #d52d2d;
}
@media (max-width: 900px) {
  .error-message {
    font-size: 1.8421052632vw;
    margin-top: 1.0526315789vw;
  }
}

.form-error-global {
  font-size: 28px;
  margin-top: 40px;
  padding: 8px 24px;
  border-radius: 8px;
  background-color: rgba(213, 45, 45, 0.16);
}
@media (max-width: 900px) {
  .form-error-global {
    font-size: 3.6842105263vw;
    margin-top: 5.2631578947vw;
    padding: 1.0526315789vw 3.1578947368vw;
    border-radius: 1.0526315789vw;
  }
}
.form-error-global + .p-entry-form {
  margin-top: 16px;
}
@media (max-width: 900px) {
  .form-error-global + .p-entry-form {
    margin-top: 2.1052631579vw;
  }
}

.p-entry-form__body:has(.error-message) input[type=text],
.p-entry-form__body:has(.error-message) input[type=email] {
  border: 2px solid #d52d2d;
}
@media (max-width: 900px) {
  .p-entry-form__body:has(.error-message) input[type=text],
  .p-entry-form__body:has(.error-message) input[type=email] {
    border-width: 0.2631578947vw;
  }
}

.agreement__text {
  font-size: 12px;
  line-height: 1.4166666667;
  padding: 20px 35px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .agreement__text {
    font-size: 1.5789473684vw;
    padding: 2.6315789474vw 4.6052631579vw;
    border-radius: 1.3157894737vw;
  }
}
.agreement__text * + .header {
  margin-top: 24px;
}
@media (max-width: 900px) {
  .agreement__text * + .header {
    margin-top: 3.1578947368vw;
  }
}
.agreement__text li {
  font-size: 16px;
  padding-left: 16px;
  text-indent: -16px;
}
@media (max-width: 900px) {
  .agreement__text li {
    font-size: 2.1052631579vw;
    padding-left: 2.1052631579vw;
    text-indent: -2.1052631579vw;
  }
}
.agreement__text p + p {
  margin-top: 10px;
}
@media (max-width: 900px) {
  .agreement__text p + p {
    margin-top: 1.3157894737vw;
  }
}
.agreement__text a {
  color: #004598;
}
.p-entry-form__desc {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-top: 22px;
}
@media (max-width: 900px) {
  .p-entry-form__desc {
    font-size: 2.1052631579vw;
    margin-top: 2.8947368421vw;
  }
}
.p-entry-form__desc span {
  color: #d52d2d;
}
.p-entry-form__desc--2 {
  font-size: 16px;
  line-height: 1.625;
  padding-left: 16px;
  text-indent: -16px;
}
@media (max-width: 900px) {
  .p-entry-form__desc--2 {
    font-size: 2.1052631579vw;
    padding-left: 2.1052631579vw;
    text-indent: -2.1052631579vw;
  }
}
.p-entry-form__desc--2 + .p-entry-form__desc--2 {
  margin-top: 0;
}
.p-entry-form__desc--2 .green {
  color: #55c070;
}
.p-entry-form__desc--3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .p-entry-form__desc--3 {
    font-size: 2.6315789474vw;
    margin-top: 3.9473684211vw;
  }
}
.p-entry-form__desc--3 + .p-entry-form__img {
  margin-top: 20px;
}
@media (max-width: 900px) {
  .p-entry-form__desc--3 + .p-entry-form__img {
    margin-top: 2.6315789474vw;
  }
}

.p-entry-form__img + .p-entry-form__desc--3 {
  margin-top: 50px;
}
@media (max-width: 900px) {
  .p-entry-form__img + .p-entry-form__desc--3 {
    margin-top: 6.5789473684vw;
  }
}

.p-entry-form__note {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}
@media (max-width: 900px) {
  .p-entry-form__note {
    font-size: 1.8421052632vw;
    margin-top: 2.1052631579vw;
  }
}
.p-entry-form__note--red {
  color: #d52d2d;
}
.p-entry-form__img--3 img {
  width: 100%;
  height: auto;
}
.p-entry-form__img--4 img {
  width: 102%;
  height: auto;
}
.p-entry-form__wchance {
  margin-top: 20px;
}
@media (max-width: 900px) {
  .p-entry-form__wchance {
    margin-top: 2.6315789474vw;
  }
}
.p-entry-form__wchance p {
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .p-entry-form__wchance p {
    margin-bottom: 1.3157894737vw;
  }
}

.p-entry-form__body--flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}
@media (max-width: 900px) {
  .p-entry-form__body--flex {
    gap: 2.6315789474vw 1.3157894737vw;
  }
}
.p-entry-form__body--flex .inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 900px) {
  .p-entry-form__body--flex .inner {
    gap: 1.0526315789vw;
  }
}
.p-entry-form__body--flex .select-wrapper {
  position: relative;
  display: inline-block;
}
.p-entry-form__body--flex .select-wrapper::before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
  background: url(../../assets/img/form/ico_arrow_gray.svg) center center/contain no-repeat;
  z-index: 99;
}
@media (max-width: 900px) {
  .p-entry-form__body--flex .select-wrapper::before {
    right: 2.6315789474vw;
    width: 2.1052631579vw;
    height: 2.1052631579vw;
  }
}
.p-entry-form__body--flex select {
  position: relative;
  width: auto;
  display: inline-block;
  background-color: #efefef;
  border: 0;
  padding: 20px 57px 20px 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 900px) {
  .p-entry-form__body--flex select {
    padding: 2.6315789474vw 7.5vw 2.6315789474vw 3.9473684211vw;
  }
}
.p-entry-form__body--flex select:invalid {
  color: #cacaca;
}
.c-accordion {
  margin-top: 60px;
}
@media (max-width: 900px) {
  .c-accordion {
    margin-top: 7.8947368421vw;
  }
}
.c-accordion dt {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 900px) {
  .c-accordion dt {
    font-size: 2.6315789474vw;
    height: 9.2105263158vw;
  }
}
.c-accordion dt::before, .c-accordion dt::after {
  position: absolute;
  top: 50%;
  right: 42px;
  width: 28px;
  height: 2px;
  content: "";
  transition: transform 0.3s;
  transform: translateY(-50%);
  background-color: #000000;
}
@media (max-width: 900px) {
  .c-accordion dt::before, .c-accordion dt::after {
    right: 5.5263157895vw;
    width: 3.6842105263vw;
    height: 0.2631578947vw;
  }
}
.c-accordion dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.c-accordion dt.is-active::after {
  transform: translateY(-50%) rotate(0deg);
}
.c-accordion dd {
  font-size: 16px;
  line-height: 1.75;
  padding: 30px 0 22px;
}
@media (max-width: 900px) {
  .c-accordion dd {
    font-size: 2.1052631579vw;
    padding: 3.9473684211vw 0 2.8947368421vw;
  }
}
.c-accordion .red {
  color: #e62a73;
}
.c-accordion__header {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
}
@media (max-width: 900px) {
  .c-accordion__header {
    font-size: 1.8421052632vw;
  }
}

.c-accordion__desc {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .c-accordion__desc {
    font-size: 1.8421052632vw;
    margin-top: 1.3157894737vw;
  }
}
.c-accordion__desc + .c-accordion__header {
  margin-top: 28px;
}
.c-accordion__desc + .c-accordion__desc {
  margin-top: 28px;
}
.c-accordion__desc .inner {
  display: inline-block;
  padding-left: 16px;
  text-indent: -16px;
}
@media (max-width: 900px) {
  .c-accordion__desc .inner {
    padding-left: 2.1052631579vw;
    text-indent: -2.1052631579vw;
  }
}
.c-accordion__desc a {
  color: #000000;
}
.c-accordion__desc .c-accordion__note {
  display: block;
}
.p-entry-form__block.has-error {
  padding: 20px;
  border-radius: 12px;
  background: #fbdfde;
}
@media (max-width: 900px) {
  .p-entry-form__block.has-error {
    padding: 2.6315789474vw;
    border-radius: 1.5789473684vw;
  }
}

.p-product-experience {
  max-width: 840px;
}
@media (max-width: 900px) {
  .p-product-experience {
    max-width: 110.5263157895vw;
  }
}

.sp-colmn {
  flex-direction: column;
}
.p-file-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 900px) {
  .p-file-group {
    gap: 2.6315789474vw;
  }
}

.is-hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */