@charset "UTF-8";
@font-face {
  font-family: "AlteHaasGroteskRegular";
  src: url(./AlteHaasGroteskRegular.ttf);
}
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.col4 {
  display: flex;
}
.col4 > * {
  flex: 0 0 25%;
}

.col2 {
  display: flex;
}
.col2 > * {
  flex: 0 0 50%;
}

/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 0.7320644217vw;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background-color: #F8F8F5;
  background-image: url("../images/bg-main.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center 10rem;
  /* 游ゴシック体 */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.88;
  font-weight: 400;
  min-height: 100vh;
  color: #3B4043;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
    line-height: 1.79;
    background: none;
  }
  body::after {
    top: 0;
    left: 0;
    content: "";
    background-color: #F8F8F5;
    background-image: url(../images/bg-main.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center 16rem;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.josefin {
  font-family: "Josefin Sans", sans-serif;
}

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

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

video {
  max-width: 100%;
}

.serif {
  font-family: "ten-mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-weight: 400;
}

.wrapper {
  max-width: 100rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .wrapper {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.line-float a {
  position: fixed;
  right: 0;
  top: 50%;
  max-width: 6rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  .line-float a img {
    max-width: 2.7rem;
  }
  .line-float a {
    transform: none;
    top: 1.5rem;
    left: 50%;
    right: auto;
  }
  .line-float a:nth-child(3) {
    left: 39.5%;
  }
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.header__row {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  flex: 0 0 41%;
  max-width: 41%;
}
.header__logo img {
  width: 27.3rem;
  margin: 0;
  position: absolute;
  left: 7rem;
  top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .header__logo img {
    width: 11.3rem;
    left: 2rem;
  }
}
.header__cta {
  flex: 0 0 57%;
  max-width: 21rem;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .header__cta {
    max-width: 14rem;
  }
}

.cta-button {
  height: 7.5rem;
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  padding: 1.5rem 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.cta-button:hover {
  opacity: 0.7;
}
.cta-button:hover img {
  transform: translate(10px, -2px);
}
@media screen and (max-width: 750px) {
  .cta-button {
    height: 6rem;
    font-size: 1.4rem;
  }
}
.cta-button img {
  transition: 0.3s;
  margin: 0 0 0rem 1rem;
  transform: translate(0, -2px);
}
.cp {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.contents {
  text-align: center;
  overflow: hidden;
}
.contents img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .contents {
    overflow: hidden;
  }
}

.pagetop {
  position: absolute;
  z-index: 2;
  bottom: 6.5rem;
  right: 7.5rem;
  width: 1rem;
  height: 15.5rem;
}
@media screen and (max-width: 750px) {
  .pagetop {
    bottom: 23rem;
    right: 2rem;
  }
}
.pagetop:hover .arrow {
  transform: translate(0, -1rem);
}
.pagetop .arrow {
  transition: 0.3s;
  margin-bottom: 1.5rem;
}

.footer {
  position: relative;
  font-size: 1.4rem;
  padding: 4rem 0;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 1.5rem 0 3rem;
  }
}
.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__row {
    display: block;
  }
}
.footer__logo {
  flex: 0 0 14%;
  /* max-width: 14%; */
  max-width: 27.3rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    max-width: 100%;
  }
}
.footer__logo img {
  margin: 0;
  max-width: 27.3rem;
  }
  @media screen and (max-width: 750px) {
    .footer__logo img {
    max-width: 26.3rem;
    /* transform: translate(-1.5rem, 0); */
  }
}
.footer .snss {
  justify-content: space-around;
  display: flex;
  margin-top: 0.5rem;
}
.footer .sns img {
  margin: 0 ;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .footer .sns img {
    margin: 0 1.5rem 0 0;
    display: inline-block;
  }
  .footer .address {
    margin-bottom: 2rem;
  }
  .footer .snss {
    justify-content: flex-start;
    margin-bottom: 4rem;
  }
}
.footer__info {
  flex: 0 0 86%;
  max-width: 86%;
  padding-left: 2.4rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__info {
    display: block;
    max-width: 100%;
    padding-left: 0;
  }
}
.footer__copyright {
  align-self: flex-end;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    text-align: center;
  }
}

.entryform {
  background-size: 100%;
  background-position: top 0.5rem left 0;
  background-repeat: no-repeat;
  padding: 10rem 0 6rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  .entryform {
    background-size: 100%;
    background-position: top 0.5rem left 0;
    background-repeat: no-repeat;
    padding: 7.3rem 0 5rem;
  }
}
.entryform__inner {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .entryform__inner {
    padding: 0 2rem;
  }
}
.entryform__title {
  text-align: center;
}
.entryform__text {
  text-align: center;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 750px) {
  .entryform__text {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: 3.8rem;
  }
}
.entryform__subtitle {
  text-align: center;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 750px) {
  .entryform__subtitle {
    margin-bottom: 2.6rem;
  }
}
.entryform__box {
  text-align: left;
  max-width: 100rem;
  margin: auto;
  padding: 7rem 9rem 7rem;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background: #fff;
}
.entryform__box .arrow-top {
  position: absolute;
  left: -3.7rem;
  top: -4.4rem;
  width: 11rem;
}
@media screen and (max-width: 750px) {
  .entryform__box .arrow-top {
    position: absolute;
    left: -1.6rem;
    top: -2rem;
    width: 5rem;
  }
}
.entryform__box .arrow-bottom {
  position: absolute;
  right: -3rem;
  bottom: -5rem;
  width: 11rem;
}
@media screen and (max-width: 750px) {
  .entryform__box .arrow-bottom {
    position: absolute;
    right: -1.4rem;
    bottom: -2.2rem;
    width: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .entryform__box {
    margin: 0;
    padding: 3.5rem 1.5rem 4rem;
    max-width: 100%;
  }
}
.entryform__box-line {
  /* max-width: 85rem; */
  margin: auto;
  border-left: dashed 1px #707070;
  /* display: flex; */
  /* height: 10.8rem; */
  align-items: center;
  padding-left: 4.3rem;
  justify-content: space-between;
  padding-right: 4.3rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  /* margin-bottom: 6.4rem; */
}
.entryform__box-line a {
  /* background: #3EBF58;
  padding: 1.3rem 3rem 1rem;
  width: 24rem;
  height: 6rem; */
  display: block;
  margin: auto;
  margin-top: 2rem;
  transition: .3s;
}
.entryform__box-line a:hover {
  opacity: .8;
}

.entryform__box-row {
  display: flex;
  border: solid #707070 1px;
  padding: 1.65rem 0;
  margin-bottom: 6rem;
}
.entryform__box-row > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.entryform__box-tel {
  padding: 1.8rem 0;
  text-align: center;
}
.entryform__box-tel .t1{
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
}
.entryform__box-tel .t1 i{
  font-size: 1.5em;
  margin: 0 0.6rem;
  transform: rotate(10deg);

}
.entryform__box-tel .t2{
  font-weight: bold;
  font-weight: 400;
  font-size: 2.8rem;
}
.entryform__box-tel .t2 span{
  font-size: 3.2rem;
}
.entryform__box-tel .t3{
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 750px) {
  .entryform__box-row{
    margin-bottom: 2rem;
  }
  .entryform__box-line {
    margin-bottom: 2.6rem;
    display: block;
    /* height: 21.1rem; */
    padding: 3.25rem 0 2.7rem;
    text-align: center;
  }
  .entryform__box-tel .t1 i {
    font-size: 1.1em;
  }
  .entryform__box-line p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
  .entryform__box-row {
    display: block;
    border: 0;
  }
  .entryform__box-tel {
    max-width: 100%;
    border: solid #CCCCCC 1px;
    margin-bottom: 2rem;
    padding: 3.25rem 0 2.7rem;
  }
  .entryform__box-line {
    max-width: 100%;
    border: solid #CCCCCC 1px;
  }
}
.entryform__box-line img {
  width: 24rem;
}
.entryform__steps {
  font-size: 4rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 31rem;
  margin: auto;
  position: relative;
  margin-bottom: 6.4rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .entryform__steps {
    max-width: 25rem;
    margin-bottom: 6rem;
  }
}
.entryform__steps::after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 3px solid #A3BBB7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.entryform__step {
  text-align: center;
  height: 6rem;
  line-height: 6.5rem;
  position: relative;
  width: 6rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .entryform__step {
    width: 5rem;
    height: 5rem;
    line-height: 5.5rem;
    font-size: 2.8rem;
  }
}
.entryform__step span {
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  top: 0.5rem;
  left: -0.5rem;
  color: #A3BBB7;
  display: block;
}
@media screen and (max-width: 750px) {
  .entryform__step span {
    font-size: 1.4rem;
    top: 0.5rem;
  }
}
.entryform__step.is-active::after {
  background-color: #FF4E72;
}
.entryform__step.is-active span {
  color: #FF4E72;
}
.entryform__step::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(-10deg);
  width: 100%;
  height: 100%;
  background-color: #A3BBB7;
}
.entryform__items {
  margin: auto;
}
.entryform__item {
  font-weight: bold;
  margin-bottom: 4rem;
}
.entryform__item--harf {
  max-width: 58rem;
}
@media screen and (max-width: 750px) {
  .entryform__item {
    margin-bottom: 3rem;
  }
}
.entryform__item-name {
  margin-bottom: 1.5rem;
}
.entryform__item-name span {
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .entryform__item-name span {
    vertical-align: baseline;
    letter-spacing: 0;
  }
}
.entryform__item-name::before {
  content: "任意";
  background-color: #A9A9A9;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 4px;
  margin-right: 0.9rem;
}
.entryform__item-name.require::before {
  content: "必須";
  background-color: #DF4849;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 4px;
  margin-right: 0.5rem;
  position: relative;
  top: -0.3rem;
}
@media screen and (max-width: 750px) {
  .entryform__item-name.require::before {
    font-size: 1.2rem;
  }
}
.entryform__item-input input, .entryform__item-input select {
  border: solid 1px #CCCCCC;
}
.entryform__item-input .age {
  width: 16.5rem !important;
}
.entryform__item-input .sai {
  margin: 0 1rem;
}
.entryform__item-input input[type=text] {
  width: 100%;
  border-radius: 2px;
  font-weight: normal;
  padding: 1.2rem 1.8rem;
}
@media screen and (max-width: 750px) {
  .entryform__item-input input[type=text] {
    padding: 1.15rem;
    width: 100%;
  }
}
.entryform__item-input input[type=tel] {
  font-weight: normal;
  padding: 1.2rem 1.8rem;
  border-radius: 2;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .entryform__item-input input[type=tel] {
    padding: 1.15rem;
  }
}
.entryform__item-input select {
  width: 100%;
  font-weight: normal;
  border-radius: 2px;
  width: 100%;
  padding: 1.4rem 1.8rem;
}
@media screen and (max-width: 750px) {
  .entryform__item-input select {
    padding: 1.15rem;
  }
}
.entryform__item-input textarea {
  border: solid 1px #CCCCCC;
  border-radius: 2px;
  width: 100%;
  height: 24rem;
  padding: 1.4rem 1.8rem;
}
@media screen and (max-width: 750px) {
  .entryform__item-input textarea {
    padding: 1.15rem;
  }
}
.entryform__item-input .selectboxs {
  display: flex;
  justify-content: space-between;
  max-width: 50rem;
}
.entryform__item-input .selectboxs select {
  border-radius: 2px;
  width: 100%;
  font-weight: normal;
}
.entryform__item-input .selectboxs .year {
  flex: 0 0 42%;
  max-width: 42%;
}
.entryform__item-input .selectboxs .month {
  flex: 0 0 24%;
  max-width: 24%;
}
.entryform__item-input .selectboxs .day {
  flex: 0 0 24%;
  max-width: 24%;
}
.entryform__item-input .tels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 49.5rem;
}
.entryform__item-input .tel {
  flex: 0 0 32.5%;
}
@media screen and (max-width: 750px) {
  .entryform__item-input .tel {
    flex: 0 0 26.5%;
  }
}
.entryform__item-input .tel-separate {
  flex: 0 0 9%;
  font-size: 2.7rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .entryform__item-input .tel-separate {
    font-size: 1.7rem;
  }
}
.entryform__item-input .address {
  width: 100%;
}
.entryform__item-input .address input {
  width: 100%;
}
.entryform .form_error_wrap {
  color: #D00000;
  font-weight: normal;
}
.entryform__terms {
  border: solid 1px;
  font-size: 1.6rem;
  padding: 1.8rem 1.5rem;
  max-height: 20rem;
  overflow: scroll;
  margin-bottom: 2.8rem;
  margin-top: 6.7rem;
}
@media screen and (max-width: 750px) {
  .entryform__terms {
    max-height: 31rem;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    padding: 1.7rem 1.9rem;
  }
}
.entryform__terms-check {
  position: relative;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 750px) {
  .entryform__terms-check {
    margin-bottom: 2.5rem;
  }
}
.entryform__terms-check-label {
  text-align: center;
  width: 100%;
  display: block;
  padding: 2.15rem;
  border-radius: 17px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  border: solid 1px #CCCCCC;
}
@media screen and (max-width: 750px) {
  .entryform__terms-check-label {
    padding: 1.15rem;
    border-radius: 9px;
    font-size: 1.2rem;
  }
}
.entryform__terms-check-label input {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem;
  display: inline-block;
  transform: translate(0, 4px);
}
@media screen and (max-width: 750px) {
  .entryform__terms-check-label input {
    margin: 0 1rem 0 3rem;
  }
}
.entryform__terms-check-label::before {
  position: absolute;
  left: 2.6rem;
  content: "必須";
  background-color: #D00000;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 4px;
  margin-right: 0.9rem;
}
@media screen and (max-width: 750px) {
  .entryform__terms-check-label::before {
    left: 1.2rem;
    font-size: 1.2rem;
  }
}
.entryform__terms-text {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5.6rem;
}
.is-confirm .confirm-el {
  display: flex;
}
.is-confirm .js-submit-button {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .is-confirm .confirm-el {
    display: block;
  }
  .is-confirm .js-submit-button {
    width: 100%;
  }
  .entryform__terms-text {
    line-height: 2rem;
    font-size: 1.2rem;
    margin: 2.8rem 1rem 3.5rem;
  }
}
.entryform__button {
  text-align: center;
  display: flex;
  justify-content: center;
}
.entryform__button button {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: auto;
  font-size: 1.6rem;
  color: #fff;
  border: 0;
  padding: 2.5rem;
  background: #000;
  width: 24rem;
  margin: 1rem auto;
  border: solid 1px #fff;
}
.entryform__button button:hover {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
.entryform__button button:hover svg {
  transform: translate(1rem, 0);
}
.entryform__button button:hover svg path {
  stroke: #000;
}
.entryform__button button svg {
  width: 4.7rem;
  margin-left: 1rem;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .entryform__button button svg {
    width: 3.7rem;
    margin-left: 1rem;
  }
}
.entryform__button button.is-back {
  background: #928989;
}
@media screen and (max-width: 750px) {
  .entryform__button button {
    width: 90%;
    font-size: 1.4rem;
    padding: 2rem;
    justify-content: space-around;
    margin: 1.5rem auto;
  }
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-prev {
  left: -9.5rem;
  z-index: 11;
  background: #CFCFCF;
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 750px) {
  .slick-prev {
    width: 4.6rem;
    height: 4.6rem;
    left: 0.9rem;
  }
}

.slick-prev:before {
  content: "";
  border-left: solid 3px #fff;
  border-bottom: solid 3px #fff;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  transform: rotate(45deg);
  position: relative;
  right: -3px;
}

.slick-next {
  right: -9.5rem;
  z-index: 11;
  background: #CFCFCF;
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 750px) {
  .slick-next {
    right: 0.9rem;
    width: 4.6rem;
    height: 4.6rem;
  }
}

.slick-next:before {
  content: "";
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  transform: rotate(45deg);
  position: relative;
  left: -3px;
}

.slick-prev:hover, .slick-prev:focus {
  background: #FFEC00;
}

.slick-next:hover, .slick-next:focus {
  background: #FFEC00;
}

.slick-dots li {
  background: #fff;
  border-radius: 100%;
  border: solid 1px #707070;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 1rem;
}
@media screen and (max-width: 750px) {
  .slick-dots li {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 0.5rem;
  }
}

.slick-dots li.slick-active {
  background: #FFEC00;
}

.slick-dots li button:before {
  content: "";
}

.modaal-container {
  background: transparent;
  box-shadow: none;
}

.modaal-close {
  top: 6rem;
  right: 6rem;
}
@media screen and (max-width: 750px) {
  .modaal-close {
    right: 1rem;
    top: 10rem;
  }
}

.modaal-content {
  padding-top: 4rem;
}

.modal-content {
  background: #fff;
  height: 100%;
  max-width: 100rem;
  padding: 4.95rem 5.5rem 2rem;
  margin: 0 auto 10rem;
  border-radius: 6px;
  border: 1px solid #707070;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 750px) {
  .modal-content {
    padding: 2.95rem 2rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .modal-content .item-card__tags {
    padding: 0 0.5rem;
  }
}

.modaal-wrapper {
  top: 6rem;
}
@media screen and (max-width: 750px) {
  .modaal-wrapper {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}

.modaal-inner-wrapper {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .modaal-inner-wrapper {
    padding: 0 1rem;
    margin-top: 10rem;
  }
}

.modaal-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

.modal-title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 2.3rem;
  border-bottom: 1px dashed #CCCCCC;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .modal-title {
    font-size: 2rem;
  }
}

.modal-box-text {
  margin-bottom: 3rem;
}
.modal-box-items {
  margin-bottom: 3.6rem;
}
.modal-box-title {
  font-size: 2.4rem;
  padding-bottom: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #707070;
}
.modal-box-item + .modal-box-item {
  margin-top: 3rem;
}
.modal-box-item__label {
  font-weight: bold;
  margin-bottom: 1.4rem;
}
.modal-box-table__row {
  display: flex;
  border-bottom: dashed 1px #AAAAAA;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .modal-box-table__row {
    display: block;
  }
}
.modal-box-table__row:last-child {
  border-bottom: 0;
}
.modal-box-table__label {
  font-weight: bold;
  padding: 2rem 0 2rem 2.6rem;
  flex: 0 0 30%;
  max-width: 20rem;
}
@media screen and (max-width: 750px) {
  .modal-box-table__label {
    font-weight: bold;
    padding: 2rem 0 0rem 0rem;
    flex: 0 0 30%;
    max-width: 100%;
  }
}
.modal-box-table__body {
  padding: 2rem 0;
}

.modal-box-left {
  width: 25rem;
}

.modaal-content-container {
  padding: 0;
}

.float-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: 0.3s;
  transform: translateY(100%);
  background: linear-gradient(to right, #fbfdde 0%, #f1f7f0 100%);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 751px) {
  .float-box {
    display: none !important;
  }
}
.float-box.is-active {
  transform: translateY(0);
}

.is-confirm .js-submit-button {
  margin: 0 1rem;
}
@media screen and (max-width: 750px) {
  .is-confirm .js-submit-button {
    margin: 1rem auto;
  }
}
.is-confirm .entryform__item-input .selectboxs,
.is-confirm .entryform__item-input .tels {
  justify-content: flex-start;
}
.is-confirm .entryform__item-input .selectboxs .year,
.is-confirm .entryform__item-input .selectboxs .month {
  flex: 0 0 20%;
}
@media screen and (max-width: 750px) {
  .is-confirm .entryform__item-input .selectboxs .year,
.is-confirm .entryform__item-input .selectboxs .month {
    flex: 0 0 30%;
  }
}
.is-confirm .entryform__item-input .tel {
  flex: 0 0 10%;
}

.thanks {
  min-height: 50vh;
  text-align: center;
}
.thanks .entryform {
  padding: 19rem 0 15rem;
}
.thanks b {
  font-size: 5rem;
  margin: 12rem auto;
  display: block;
}
.thanks p {
  margin: 0 0 6rem;
}
.thanks a {
  font-weight: bold;
  display: block;
  margin-bottom: 6rem;
  font-size: 1.6rem;
  border: solid 1px;
  padding: 1.5rem;
  max-width: 24rem;
  margin: auto;
}

.is-confirm .entryform__step.is-active::after {
  background: #A3BBB7 !important;
}
.is-confirm .entryform__step.is-active span {
  color: #A3BBB7 !important;
}
.is-confirm .entryform__step:nth-child(2) span {
  color: #FF4E72 !important;
}
.is-confirm .entryform__step:nth-child(3) span {
  color: #A3BBB7 !important;
}
.is-confirm .entryform__step:nth-child(2):after {
  background: #FF4E72;
}
.is-confirm .entryform__step:nth-child(3):after {
  background: #A3BBB7 !important;
}

#particle {
  width: 25%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #particle {
    display: none;
  }
}

#particle2 {
  width: 25%;
  height: 100%;
  position: fixed;
  z-index: -1;
  right: 0;
}
@media screen and (max-width: 750px) {
  #particle2 {
    display: none;
  }
}

.radio {
  margin: 0.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}



