@charset "UTF-8";
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 84rem;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

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

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

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0 2rem;
}
@media screen and (max-width: 840px) {
  .header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0;
    text-align: center;
  }
}
.header__inner.js-h-height {
  padding: 2rem 0 8.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 840px) {
  .header__img {
    margin-bottom: 2.3rem;
  }
}
.header__img img {
  width: 22rem;
}
@media screen and (max-width: 840px) {
  .header__img img {
    width: 15rem;
  }
}

.header__sub {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 840px) {
  .header__sub {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.header__ttl {
  color: #ff7fa6;
  font-size: 3rem;
}
@media screen and (max-width: 840px) {
  .header__ttl {
    font-size: 2.7rem;
    font-weight: bold;
  }
}

.content {
  position: relative;
}

.fukidashi {
  background-image: url(../img/fukidashi.png);
  background-size: cover;
  max-width: 84.5rem;
  width: 100%;
  height: 14.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -7.2%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.fukidashi.hidden {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 840px) {
  .fukidashi {
    background-image: url(../img/fukidashi-sp.png);
    max-width: 32.2rem;
    top: -7.2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 16rem;
  }
}

.fukidashi__ttl {
  color: #ff7fa6;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 840px) {
  .fukidashi__ttl {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 840px) {
  .fukidashi__lead {
    font-size: 1.4rem;
  }
}

.fukidashi__cont {
  position: relative;
  text-align: center;
  width: 33.3%;
}
@media screen and (max-width: 840px) {
  .fukidashi__cont {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.6rem;
  }
  .fukidashi__cont:first-child {
    margin-top: -2rem;
  }
  .fukidashi__cont:last-child {
    margin-bottom: 0;
  }
}
.fukidashi__cont::after {
  position: absolute;
  width: 3px;
  height: 70px;
  background: #ff7fa6;
  content: "";
  top: 2.5rem;
  right: 0;
}
@media screen and (max-width: 840px) {
  .fukidashi__cont::after {
    top: 3rem;
    width: 100%;
    max-width: 29rem;
    height: 0.2rem;
    right: 0.1rem;
  }
}
.fukidashi__cont:last-child {
  border-right: none;
  margin-left: 0;
}
.fukidashi__cont:last-child::after {
  width: 0;
}

.content {
  border-top: #ff7fa6 3px solid;
  background: #fef9ef;
}

.top-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .top-num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-num__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 840px) {
  .top-num__text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.top-num__text__left {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background: #ff7fa6;
  color: #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 840px) {
  .top-num__text__left {
    font-size: 1.4rem;
    padding: 0.8rem 0.8rem;
  }
}

.cl-pink {
  color: #ff7fa6;
}

.top-num__text__right {
  font-size: 2.4rem;
}
@media screen and (max-width: 840px) {
  .top-num__text__right {
    font-size: 1.9rem;
  }
}
.top-num__text__right .cl-pink:first-child {
  font-size: 4rem;
}
@media screen and (max-width: 840px) {
  .top-num__text__right .cl-pink:first-child {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 840px) {
  .top-num {
    margin-top: 1.3rem;
  }
}
.top-num.js-top-num {
  margin-top: 6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 840px) {
  .top-num.js-top-num {
    margin-top: 10rem;
  }
}

.top-num__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 840px) {
  .top-num__num {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
}
.top-num__num .num {
  font-weight: 500;
  margin-right: 2rem;
  width: 7rem;
  height: 7rem;
  line-height: 6.6rem;
  border: 2px #fff solid;
  border-radius: 50%;
  background: #f2e3c2;
  font-size: 2.4rem;
  text-align: center;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 840px) {
  .top-num__num .num {
    margin-right: 0;
    width: 5rem;
    height: 5rem;
    font-size: 1.9rem;
    line-height: 4.8rem;
  }
}
.top-num__num .num.active {
  background: #ff7fa6;
  color: #fff;
  font-size: 3rem;
}
@media screen and (max-width: 840px) {
  .top-num__num .num.active {
    font-size: 2.4rem;
  }
}

.form-slider__next {
  border-radius: 30px;
  width: 100%;
  max-width: 40rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  font-size: 2.4rem;
  background: #ff7fa6;
  color: #fff;
  border: none;
}
@media screen and (max-width: 840px) {
  .form-slider__next {
    font-size: 1.8rem;
    height: 4rem;
    line-height: 4rem;
  }
}
.form-slider__next:after {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow.svg);
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  color: #fff;
}
@media screen and (max-width: 840px) {
  .form-slider__next:after {
    width: 0.9rem;
    height: 0.9rem;
    right: 2rem;
    background-size: cover;
  }
}
.form-slider__next:hover {
  opacity: 0.7;
  cursor: pointer;
}

.form-slider__prev {
  width: 20rem;
  height: 5rem;
  background: #6ab6d8;
  border-radius: 25px;
  color: #fff;
  font-size: 2rem;
  border: none;
}
@media screen and (max-width: 840px) {
  .form-slider__prev {
    width: 14rem;
    height: 3.4rem;
    font-size: 1.6rem;
  }
}
.form-slider__prev:hover {
  opacity: 0.7;
  cursor: pointer;
}

.form-slider__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 840px) {
  .form-slider__button {
    gap: 1rem;
  }
}

.form-slider__slide {
  border-radius: 20px;
  display: none;
  -webkit-box-shadow: 0 0 11.7px 1.3px rgba(115, 115, 115, 0.2);
          box-shadow: 0 0 11.7px 1.3px rgba(115, 115, 115, 0.2);
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.form-slider__slide.active {
  display: block;
}

.form-slider__slide.next {
  -webkit-animation: slideInRight 0.2s forwards;
          animation: slideInRight 0.2s forwards;
}

.form-slider__slide.prev {
  -webkit-animation: slideInLeft 0.2s forwards;
          animation: slideInLeft 0.2s forwards;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.form-slider__ttl-cont {
  border-radius: 20px 20px 0 0;
  padding: 3rem 0 2.6rem;
  background: #ff7fa6;
  padding-left: 5rem;
  padding-right: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 840px) {
  .form-slider__ttl-cont {
    padding: 2.6rem 2rem 2.6rem;
  }
}

.form-slider__ttl-cont__num {
  font-size: 4rem;
  padding-right: 2rem;
  border-right: 0.2rem solid #fff;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 840px) {
  .form-slider__ttl-cont__num {
    font-size: 2.4rem;
    border-right: 0.1rem solid #fff;
    padding-right: 1rem;
    height: 4rem;
  }
}

.form-slider__ttl-cont__ttl {
  font-size: 2.4rem;
  margin-left: 2rem;
}
@media screen and (max-width: 840px) {
  .form-slider__ttl-cont__ttl {
    font-size: 1.6rem;
    margin-left: 1rem;
    line-height: 1.3;
  }
}
.form-slider__ttl-cont__ttl span {
  font-size: 2rem;
}
@media screen and (max-width: 840px) {
  .form-slider__ttl-cont__ttl span {
    display: block;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.form-slider__content {
  padding: 5rem;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 840px) {
  .form-slider__content {
    padding: 2.2rem;
  }
}

.form-slider__options__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.option01 {
  gap: 25px;
}
@media screen and (max-width: 840px) {
  .option01 {
    gap: 20px;
  }
}
.option01 .form-slider__option {
  width: 23rem;
  height: 20rem;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .option01 .form-slider__option {
    width: calc(50% - 10px);
    height: 14rem;
  }
}

@media screen and (max-width: 840px) {
  .option01__img img {
    width: 4.4rem;
  }
}

.form-slider__option {
  border: solid 1px #999;
  border-radius: 10px;
  position: relative;
}
.form-slider__option.checked {
  border: solid 5px #ff7fa6;
  background-color: #fef9ef;
}
.form-slider__option .form-slider__option__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.form-slider__option:hover {
  cursor: pointer;
}

.form-slider__aleat {
  position: absolute;
  color: #fff;
  background: #fa6363;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 4px;
  left: 50%;
  bottom: -2.3%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  white-space: nowrap;
}
@media screen and (max-width: 840px) {
  .form-slider__aleat {
    bottom: -3.5%;
  }
}

.option01 .ttl {
  line-height: 1.33;
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 840px) {
  .option01 .ttl {
    font-size: 1.4rem;
  }
}

.checkbox {
  display: none;
}

.form-slider__option--other {
  margin-top: 3rem;
  display: block;
}
@media screen and (max-width: 840px) {
  .form-slider__option--other {
    margin-top: 1.5rem;
  }
}

.form-slider__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 10px;
  border: solid 1px #999;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  max-width: 53rem;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .form-slider__input {
    margin-top: 1rem;
  }
}
.form-slider__input:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #acacac;
}

input::-moz-placeholder {
  color: #acacac;
}

input:-ms-input-placeholder {
  color: #acacac;
}

input::-ms-input-placeholder {
  color: #acacac;
}

input::placeholder {
  color: #acacac;
}

.form-slider__next-cont {
  text-align: right;
  margin-top: 3rem;
}
@media screen and (max-width: 840px) {
  .form-slider__next-cont {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 840px) {
  .form-slider__next-cont .form-slider__next {
    max-width: 20rem;
  }
}

@media screen and (max-width: 840px) {
  .option02 .ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 365px) {
  .option02 .ttl {
    font-size: 1.3rem;
  }
}

.form-slider__ttl,
.form-slider__h3 {
  margin-bottom: 3rem;
}
.form-slider__ttl::first-letter,
.form-slider__h3::first-letter {
  color: #ff7fa6;
}
@media screen and (max-width: 840px) {
  .form-slider__ttl,
  .form-slider__h3 {
    line-height: 1.3;
    margin-bottom: 2rem;
  }
}

.option02-top {
  gap: 25px;
}
@media screen and (max-width: 840px) {
  .option02-top {
    gap: 10px;
  }
}
.option02-top .form-slider__option {
  width: 230px;
  height: 77px;
}
@media screen and (max-width: 840px) {
  .option02-top .form-slider__option {
    width: calc(50% - 5px);
    height: 66px;
  }
}

.option02__content {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.option02-top .option02__content {
  left: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: auto;
}
@media screen and (max-width: 840px) {
  .option02-top .option02__content {
    left: 1.5rem;
  }
}

.option02__img {
  margin-right: 1.4rem;
}
@media screen and (max-width: 840px) {
  .option02__img {
    margin-right: 0.7rem;
  }
  .option02__img img {
    width: 3.5rem;
  }
}

.form-slider__options__cont:nth-child(2) {
  margin-top: 3rem;
}

.option02-bottom {
  gap: 20px;
}
@media screen and (max-width: 840px) {
  .option02-bottom {
    gap: 10px;
  }
}
.option02-bottom .form-slider__option {
  width: 17rem;
  height: 7.7rem;
}
@media screen and (max-width: 840px) {
  .option02-bottom .form-slider__option {
    width: calc(50% - 5px);
    height: 6rem;
  }
}

.form-slider__button {
  margin-top: 5rem;
}
@media screen and (max-width: 840px) {
  .form-slider__button {
    margin-top: 2rem;
  }
}

.option02-bottom .ttl {
  line-height: 1.33;
}

.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333;
  cursor: pointer;
  background: none;
  font-family: inherit;
  font-size: 1em;
  border-radius: 10px;
  padding: 1rem 2rem;
  width: 100%;
  position: relative;
  border: solid 1px #999;
  background: transparent url(../img/arrow-bk.png) no-repeat center right 20px/11px 9px;
}
@media screen and (max-width: 840px) {
  .select {
    background: transparent url(../img/arrow-bk.png) no-repeat center right 10px/11px 9px;
    padding: 1rem;
  }
}
.select::-ms-expand {
  display: none;
}
.select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-slider__address {
  margin-bottom: 3rem;
}
@media screen and (max-width: 840px) {
  .form-slider__address {
    margin-bottom: 2rem;
  }
}

.form-slider__address__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .form-slider__address__content {
    gap: 10px;
  }
  .form-slider__address__content > div {
    width: 100%;
  }
}
.form-slider__address__content .select {
  width: 360px;
}
@media screen and (max-width: 840px) {
  .form-slider__address__content .select {
    width: 100%;
  }
}

.form__dfb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .form__dfb {
    gap: 10px;
  }
}
.form__dfb .select {
  width: 230px;
}
@media screen and (max-width: 840px) {
  .form__dfb .select {
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .form-slider__text {
    text-align: left;
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.form-slider__text::first-letter {
  color: #ff7fa6;
}

.form-slider__text-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 840px) {
  .form-slider__text-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: solid 1px #999;
  border-radius: 10px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 1rem 2rem;
  width: 100%;
  max-width: 36rem;
}

.form-text :focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-slider__text-cont {
  margin-bottom: 2rem;
}
.form-slider__text-cont:nth-child(n+5) {
  margin-bottom: 0;
}

.form-slider__privacy {
  border: solid 1px #999;
  padding: 3rem;
  height: 15rem;
  overflow-y: scroll;
}
@media screen and (max-width: 840px) {
  .form-slider__privacy {
    padding: 2rem;
  }
}

.form-slider__privacy__ttl {
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 840px) {
  .form-slider__privacy__ttl {
    line-height: 1.3;
    margin-bottom: 1rem;
  }
}

.form-slider__privacy__text {
  line-height: 1.71;
  font-size: 1.4rem;
}

.form-slider__privacy-btn {
  line-height: 20px;
  height: 8rem;
  border-radius: 40px;
}
@media screen and (max-width: 840px) {
  .form-slider__privacy-btn {
    height: 6rem;
  }
  .form-slider__privacy-btn::after {
    right: 1rem;
  }
}
.form-slider__privacy-btn small {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 840px) {
  .form-slider__privacy-btn small {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.2;
    margin-bottom: 0.3rem;
  }
}
.form-slider__privacy-btn.passive {
  background: #d4d4d4;
  pointer-events: none;
}

.slide05 {
  margin-top: 2rem;
}

.form-slider__fix {
  text-align: center;
  background: #fff;
  padding: 5rem;
  border-radius: 20px;
  color: #ff7fa6;
  border: 3px solid #ff7fa6;
}
@media screen and (max-width: 840px) {
  .form-slider__fix {
    padding: 3rem 2rem;
  }
}

.form-slider__fix__ttl {
  margin-bottom: 3rem;
  font-size: 3rem;
}
@media screen and (max-width: 840px) {
  .form-slider__fix__ttl {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.form-slider__fix__text {
  line-height: 2.5;
  font-size: 2rem;
}
@media screen and (max-width: 840px) {
  .form-slider__fix__text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.form-slider__fix__btn {
  margin-top: 3rem;
  display: inline-block;
  height: 6rem;
  font-size: 2rem;
  color: #fff;
  background: #6ab6d8;
  border-radius: 30px;
  text-align: center;
  line-height: 6rem;
  padding: 0 7rem;
  position: relative;
}
@media screen and (max-width: 840px) {
  .form-slider__fix__btn {
    font-size: 1.6rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0 4rem;
    margin-top: 1.6rem;
  }
}
.form-slider__fix__btn:after {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow.svg);
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  color: #fff;
}
@media screen and (max-width: 840px) {
  .form-slider__fix__btn:after {
    width: 0.9rem;
    height: 0.9rem;
    right: 2rem;
    background-size: cover;
  }
}

.footer {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  background: #fff;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 840px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 840px) {
  .footer__logo {
    margin-bottom: 2rem;
  }
}
.footer__logo img {
  width: 16rem;
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  font-size: 1.4rem;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 840px) {
  .footer__links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
}

.footer__link {
  color: #333;
}

.footer__copy {
  font-size: 1.2rem;
  margin-top: 0.9rem;
}
@media screen and (max-width: 840px) {
  .footer__copy {
    font-size: 1rem;
  }
}