@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
:root {
  --base: #2E3840;
  --gray1: #C4C4C4;
  --blue1: #3275A3;
  --blue2: #6DC7DB;
  --blue3: #B3E8DB;
  --blue4: #439CDA;
  --blue5: #165B98;
  --pink1: #FF4C7A;
  --btn: linear-gradient(to right, #FFD8AD, #FF7699);
  --background: #FAFAFA;
}

/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  background-size: 100%;
  background: var(--background);
  position: relative;
  overflow-x: hidden;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: var(--base);
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
  }
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .tab {
    display: block;
  }
}

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

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .inline-pc {
    display: none;
  }
}

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

.l-header {
  padding: 0.55rem 0 2.5rem;
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding: 1.08rem 0 1.8rem;
  }
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  max-width: 104rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-header__container {
    padding: 0 1rem;
  }
}
.l-header__title {
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 900;
  color: var(--blue5);
}
@media only screen and (max-width: 767px) {
  .l-header__title {
    font-size: 2.1rem;
  }
}
.l-header__authorization {
  display: inline-block;
  padding: 0.5rem 1.52rem 0.3rem;
  box-sizing: border-box;
  background: var(--pink1);
  line-height: 1.2;
  font-size: 1.857rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-header__authorization {
    padding: 0.4rem 1.05rem 0.2rem;
    font-size: 1.3rem;
  }
}

.l-footer {
  padding: 4.28rem 0 1rem;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 2.48rem 0 1rem;
  }
}
.l-footer__container {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
.l-footer__terms_link {
  line-height: 1.1;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--blue2);
}
@media only screen and (max-width: 767px) {
  .l-footer__terms_link {
    font-size: 1.2rem;
  }
}
.l-footer__copy {
  margin: 2.8rem auto 0;
}
@media only screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 1.8rem;
  }
}
.l-footer__copy_text {
  line-height: 1.2142857;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__copy_text {
    line-height: 1.4166666;
    font-size: 1.2rem;
  }
}
.l-footer__copy_text a {
  color: var(--base);
}

.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
.l-container--ptn1 {
  max-width: 64rem;
}

.l-form-block {
  display: none;
  padding: 4rem 0 5rem;
  box-sizing: border-box;
  background: url(../img/bg.webp) 50% 50% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .l-form-block {
    padding: 4.98rem 0 5rem;
    background-image: url(../img/bg_sp.webp);
  }
}
.l-form-block + .l-form-block {
  margin-top: 1rem;
}
.l-form-block.show {
  display: block;
}
.l-form-block__title {
  margin: 0 0 1.9rem;
  padding: 0 0 0 8rem;
  position: relative;
}
.l-form-block__title::before {
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  background: url(../img/logo.webp) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-form-block__title::after {
  content: "";
  display: none;
  width: 4rem;
  height: 4.003rem;
  background: url(../img/hand.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.75rem;
  bottom: -2.33rem;
  animation: handslide 0.6s ease-in-out infinite alternate-reverse forwards;
}
@media only screen and (max-width: 767px) {
  .l-form-block__title::after {
    animation: handslideSP 0.6s ease-in-out infinite alternate-reverse forwards;
  }
}
.l-form-block__title.on::after {
  display: block;
}
.l-form-block__title_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 6.4rem;
  padding: 0 1.64rem;
  border-radius: 1.4rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  line-height: 1.4;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--blue1);
  filter: drop-shadow(0 0 0.8rem rgba(11, 133, 255, 0.16));
}
.l-form-block__title_inner::before {
  content: "";
  border-top: 0.6rem solid transparent;
  border-left: 0;
  border-right: 1.4rem solid #FFF;
  border-bottom: 0.6rem solid transparent;
  position: absolute;
  top: 50%;
  right: calc(100% - 0.2rem);
  transform: translateY(-50%);
}
.l-form-block__title_small {
  font-size: 1.5rem;
}
.l-form-block__body {
  padding: 2.1rem 2rem 3.8rem;
  border-radius: 2rem;
  box-shadow: 0 0.4rem 0.8rem rgba(11, 133, 255, 0.16);
  box-sizing: border-box;
  background: #FFF;
}
.l-form-block__wrap + .l-form-block__wrap {
  margin-top: 1.35rem;
}
.l-form-block__wrap--ptn1 {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 1rem;
}
.l-form-block__wrap--ptn2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .l-form-block__wrap--ptn2-2 {
    grid-template-columns: 100%;
  }
}
.l-form-block__subtitle {
  margin: 0 auto 0.42rem;
  line-height: 1.3;
  font-size: 1.7rem;
  font-weight: 700;
}
.l-form-check__label {
  display: block;
  cursor: pointer;
}
.l-form-check__label input[type=checkbox],
.l-form-check__label input[type=radio] {
  display: none;
}
.l-form-check__label input[type=checkbox] + .l-form-check__caption,
.l-form-check__label input[type=radio] + .l-form-check__caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.6rem;
  padding: 1.45rem 0;
  border: 0.3rem solid var(--blue3);
  border-radius: 100px;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 700;
  transition: 0.3s;
}
.l-form-check__label input[type=checkbox]:checked + .l-form-check__caption,
.l-form-check__label input[type=radio]:checked + .l-form-check__caption {
  border-color: var(--blue2);
  background: var(--blue2);
  color: #FFF;
}
.l-form-check--ptn2 {
  display: block;
  margin: 0;
  text-align: left;
  cursor: pointer;
}
.l-form-check--ptn2 input[type=checkbox] {
  display: none;
}
.l-form-check--ptn2 input[type=checkbox] + .l-form-check__caption {
  display: block;
  padding-left: 3.9rem;
  position: relative;
  line-height: 1.461538;
  font-size: 1.3rem;
  font-weight: 400;
}
.l-form-check--ptn2 input[type=checkbox] + .l-form-check__caption::before, .l-form-check--ptn2 input[type=checkbox] + .l-form-check__caption::after {
  content: "";
  position: absolute;
  top: 50%;
}
.l-form-check--ptn2 input[type=checkbox] + .l-form-check__caption::before {
  width: 3rem;
  height: 3rem;
  border: 0.3rem solid var(--blue2);
  border-radius: 0.5rem;
  box-sizing: border-box;
  background: #FFF;
  left: 0;
  transform: translateY(-50%);
}
.l-form-check--ptn2 input[type=checkbox] + .l-form-check__caption::after {
  width: 0.8rem;
  height: 1.5rem;
  border-right: 0.3rem solid var(--blue2);
  border-bottom: 0.3rem solid var(--blue2);
  left: 1rem;
  transform: translateY(-60%) rotate(45deg);
  opacity: 0;
  transition: 0.3s;
}
.l-form-check--ptn2 input[type=checkbox]:checked + .l-form-check__caption::after {
  opacity: 1;
}
.l-form-input__block {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l-form-input__block.name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.l-form-input__block--cursor::after {
  content: "";
  display: none;
  width: 4rem;
  height: 4.003rem;
  background: url(../img/hand.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 12rem;
  bottom: -2.33rem;
  animation: handslide 0.6s ease-in-out infinite alternate-reverse forwards;
}
@media only screen and (max-width: 767px) {
  .l-form-input__block--cursor::after {
    right: 4rem;
    animation: handslideSP 0.6s ease-in-out infinite alternate-reverse forwards;
  }
}
.l-form-input__block--cursor.on::after {
  display: block;
}
.l-form-input__block select,
.l-form-input__block input[type=text],
.l-form-input__block input[type=email],
.l-form-input__block input[type=tel] {
  width: 100%;
  padding: 1.28rem 1rem 1.32rem;
  border: 0.3rem solid var(--blue2);
  border-radius: 1rem;
  box-sizing: border-box;
  line-height: 1.3;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}
.l-form-btn {
  margin: 2rem auto 0;
  position: relative;
}
.l-form-btn--cursor::after {
  content: "";
  display: none;
  width: 4rem;
  height: 4.003rem;
  background: url(../img/hand.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 12rem;
  bottom: -2.33rem;
  animation: handslide 0.6s ease-in-out infinite alternate-reverse forwards;
}
@media only screen and (max-width: 767px) {
  .l-form-btn--cursor::after {
    right: 4rem;
    animation: handslideSP 0.6s ease-in-out infinite alternate-reverse forwards;
  }
}
.l-form-btn--cursor.on::after {
  display: block;
}
.l-form-btn__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.6rem;
  border-radius: 100px;
  box-shadow: 0 0.4rem 0.4rem rgba(178, 50, 126, 0.24);
  box-sizing: border-box;
  background: var(--btn);
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
  transition: 0.3s;
}
.l-form-btn__item.no-link {
  box-shadow: 0 0.4rem 0.4rem rgba(196, 196, 196, 0.24);
  background: var(--gray1);
  pointer-events: none;
}
.l-form-btn__submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.5rem;
  border-radius: 2.3rem;
  box-shadow: 0 0.4rem 0.4rem rgba(178, 50, 126, 0.24);
  box-sizing: border-box;
  background: var(--btn);
  line-height: 1.2;
  font-size: 1.9rem;
  font-weight: 700;
  color: #FFF;
  transition: 0.3s;
}
.l-form-btn__submit.no-link {
  box-shadow: 0 0.4rem 0.4rem rgba(196, 196, 196, 0.24);
  background: var(--gray1);
  pointer-events: none;
}
.l-form-btn__submit_sub {
  font-size: 1.5rem;
}
.l-form-btn__residue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  border: 0.3rem solid #FFF;
  border-radius: 100%;
  box-sizing: content-box;
  background: var(--pink1);
  position: absolute;
  right: 1.2rem;
  bottom: -2.7rem;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-form-btn__residue {
    right: -0.8rem;
  }
}
.l-form-btn__residue_num {
  font-family: "Arial", sans-serif;
}

@keyframes handslide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2rem);
  }
}
@keyframes handslideSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2rem);
  }
}
.p-mv {
  padding: 0 0 2.81rem;
}
.p-mv__container {
  max-width: 68rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-mv__container {
    padding: 0 1.05rem;
  }
}
.p-mv__container::after {
  content: "";
  width: 13.714rem;
  height: 13.714rem;
  background: url(../img/logo.webp) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: calc(100% + 1.1rem);
}
@media only screen and (max-width: 767px) {
  .p-mv__container::after {
    width: 9.6rem;
    height: 9.6rem;
    left: auto;
    right: 1.05rem;
  }
}
.p-mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.19rem;
  margin: 0 auto 1.03rem;
  color: var(--blue4);
}
@media only screen and (max-width: 767px) {
  .p-mv__title {
    align-items: flex-start;
    row-gap: 0.08rem;
    margin-bottom: 1.7rem;
    text-align: left;
  }
}
.p-mv__title_sub {
  line-height: 1.3;
  font-size: 2.143rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-mv__title_sub {
    font-size: 1.5rem;
  }
}
.p-mv__title_sub-num {
  font-family: "Arial", sans-serif;
}
.p-mv__title_main {
  line-height: 1.38;
  font-size: 4.286rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .p-mv__title_main {
    font-size: 3rem;
  }
}
.p-mv__title_main-small {
  font-size: 3.714rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-mv__title_main-small {
    font-size: 2.6rem;
  }
}
.p-mv__batch {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.71rem;
       column-gap: 1.71rem;
}
@media only screen and (max-width: 767px) {
  .p-mv__batch {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}
.p-mv__batch_item {
  width: 15.714rem;
}
@media only screen and (max-width: 767px) {
  .p-mv__batch_item {
    width: auto;
  }
}

.p-thanks {
  padding: 5.5rem 0 5.7rem;
  background: url(../img/bg.webp) 50% 50% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-thanks {
    padding-bottom: 5.2rem;
  }
}
.p-thanks__logo {
  max-width: 9.6rem;
  width: 100%;
  margin: 0 auto 1.08rem;
}
.p-thanks__title {
  margin: 0 auto 1.2rem;
  line-height: 1.1;
  font-size: 2.3rem;
  font-weight: 900;
  color: var(--pink1);
}
.p-thanks__lead {
  margin: 0 auto 3.5rem;
  line-height: 1.66666;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-thanks__block {
  margin: 0;
  padding: 0;
}
.p-thanks__block + .p-thanks__block {
  margin-top: 1.32rem;
  padding-top: 1.48rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-thanks__block + .p-thanks__block {
    border-top: 1px solid var(--base);
  }
}
.p-thanks__block + .p-thanks__block::before {
  content: "";
  width: 44rem;
  height: 1px;
  background: var(--base);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-thanks__block + .p-thanks__block::before {
    display: none;
  }
}
.p-thanks__block_title {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-thanks__block_content {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-thanks__block_link {
  color: var(--blue2);
}
/*# sourceMappingURL=maps/style.css.map */
