@charset "UTF-8";
.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

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

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Shippori Mincho", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: "palt";
}

html {
  font-size: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
  html {
    font-size: 0.9259259259vw;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 1.5625vw;
  }
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

img {
  width: 100%;
}

#container {
  width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 108rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .inner {
    padding-left: 2.9rem;
    padding-right: 2.7rem;
  }
}

.sub__inner {
  max-width: 108rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}

.timer__padding1 {
  padding-bottom: 8rem;
}

.timer__arrow--padding {
  padding-top: 5.9rem;
}

.timer__arrow--padding2 {
  padding-top: 7.5rem;
}

.timer__arrow {
  width: 22rem;
  margin: 0 auto 0.5rem;
  padding-top: 3.5rem;
}
@media screen and (max-width: 640px) {
  .timer__arrow {
    width: 20.5rem;
    margin: 0 auto 1rem;
  }
}

.timer__description {
  text-align: center;
}

.timer__description01 {
  font-size: 2.8rem;
  margin-bottom: 3.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .timer__description01 {
    margin-bottom: 4.5rem;
  }
}

.timer__description02 {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.17rem;
  line-height: 1.75;
  margin-bottom: 0.2rem;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .timer__description02 {
    margin-bottom: 5.8rem;
  }
}

.timer__description02 span {
  color: #D60720;
  box-shadow: inset 0 -0.4em 0 #EFD725;
}

.timer__description--second {
  text-align: center;
}

.timer__description--second01 {
  font-size: 2.8rem;
  padding-top: 8.3rem;
  padding-bottom: 8.3rem;
  line-height: 1.74;
}

.timer__description--second02 {
  font-size: 4.2rem;
  margin-bottom: 6.6rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 640px) {
  .timer__description--second02 {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    margin-bottom: 4.2rem;
  }
}

.timer__description--second02::before {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 18rem;
  width: 4rem;
  height: 4rem;
  background: url("../img/timer5.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .timer__description--second02::before {
    top: 1.3rem;
    left: 0.5rem;
    width: 3.5rem;
    height: 4rem;
  }
}

.timer__description--second02::after {
  content: "";
  position: absolute;
  top: 1.7rem;
  right: 18rem;
  width: 4rem;
  height: 4rem;
  background: url("../img/timer6.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .timer__description--second02::after {
    top: 1.3rem;
    right: 0.5rem;
    width: 3.5rem;
    height: 4rem;
  }
}

.timer__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 640px) {
  .timer__items {
    margin-bottom: 5.8rem;
  }
}
@media screen and (max-width: 640px) {
  .timer__items { /* 1番目の項目を2番目に */
    /* 2番目の項目を1番目に */
    /* 3番目の項目を4番目に */
    /* 4番目の項目を3番目に */
    /* 5番目の項目を5番目に */
  }
  .timer__items .timer__item:nth-child(1) {
    order: 2;
  }
  .timer__items .timer__item:nth-child(2) {
    order: 1;
  }
  .timer__items .timer__item:nth-child(3) {
    order: 4;
  }
  .timer__items .timer__item:nth-child(4) {
    order: 3;
  }
  .timer__items .timer__item:nth-child(5) {
    order: 5;
  }
}

.timer__item {
  width: 46.8rem;
  background-color: #EBF6FF;
  font-size: 3.2rem;
  padding: 2.8rem 0 2.2rem;
  border-radius: 1.6rem;
  border: 0.2rem solid #0A2E93;
  font-weight: bold;
  line-height: 1.48;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 640px) {
  .timer__item {
    padding: 3.1rem 0 3rem;
    font-size: 2.2rem;
    width: 28rem;
    border-radius: 1rem;
    border: 0.1rem solid #0A2E93;
    margin-bottom: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .timer__font-size {
    font-size: 2rem;
  }
}

.timer__item:nth-last-child(1) {
  width: 100%;
  line-height: 1.3;
  font-size: 4rem;
  border-radius: 2rem;
  padding: 1.7rem 0 2.4rem;
}
@media screen and (max-width: 640px) {
  .timer__item:nth-last-child(1) {
    border-radius: 1.3rem;
    font-size: 3rem;
    padding: 2.3rem 0 2.3rem;
  }
}

.timer__item span {
  color: #D60720;
  font-size: 4rem;
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .timer__item span {
    font-size: 2.6rem;
  }
}

.timer__item:nth-of-type(5) span {
  font-size: 5rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 640px) {
  .timer__item:nth-of-type(5) span {
    font-size: 3.7rem;
  }
}

.timer__item span::after {
  content: "";
  position: absolute;
  top: 62%;
  left: 0;
  width: 100%;
  height: 1.7rem;
  background-color: #EFD725;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .timer__item span::after {
    top: 60%;
    height: 1rem;
  }
}

.timer__item:nth-last-child(1) span::after {
  content: "";
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1.7rem;
  background-color: #EFD725;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .timer__item:nth-last-child(1) span::after {
    width: 92%;
    height: 1.4rem;
  }
}

.timer__description--second03 {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 640px) {
  .timer__description--second03 {
    line-height: 1.55;
    margin-bottom: 5rem;
  }
}

.timer__description--second03 span:nth-of-type(1) {
  color: #0e78bb;
}

.timer__description--second03 span:nth-of-type(2) {
  font-size: 3.7rem;
  background: linear-gradient(to right, #66B5FF, #3256C8, #7953C7);
  color: #fff;
  padding: 0rem 0.3rem 0rem 1rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 640px) {
  .timer__description--second03 span:nth-of-type(2) {
    padding: 0rem 0.3rem 0.4rem 1rem;
  }
}

.timer__wrap {
  text-align: center;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 640px) {
  .timer__wrap {
    margin-bottom: 2.8rem;
    max-height: 13rem;
    overflow: hidden;
  }
}

.timer__wrap-description {
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .timer__wrap-description {
    letter-spacing: 0rem;
  }
}

#timer1,
#timer2,
#timer3,
#timer4,
#timer5 {
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #timer1,
  #timer2,
  #timer3,
  #timer4,
  #timer5 {
    font-size: 3.45rem;
  }
}

.number {
  font-size: 9rem;
  /* 数字を大きく */
  font-weight: 800;
  letter-spacing: -0.1rem;
  line-height: 0;
  margin-left: -0.2rem;
}
@media screen and (max-width: 640px) {
  .number {
    font-size: 8.15rem;
    letter-spacing: 0rem;
  }
}

.text {
  width: 80%;
  width: 1rem;
}

.text:nth-of-type(1) {
  font-weight: 500;
}

.timer-button {
  width: 100%;
  margin-top: -1rem;
}

.timer-button--margin {
  width: 100%;
  margin-bottom: -0.5rem;
}

.timer-button__inner {
  max-width: 62.8rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .timer-button__inner {
    max-width: 57.5rem;
  }
}

.timer-button__btn {
  background: linear-gradient(to bottom, #e26270, #D60720);
  width: 100%;
  border: 0.6rem solid #B3B3B3;
  border-radius: 2rem;
  position: relative;
  color: #fff;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease; /* opacityの変化をゆっくりに */
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.95, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

.timer-button__btn.active {
  opacity: 0.7 !important;
}

.timer-button__description {
  padding: 0 0 1rem;
}
@media screen and (max-width: 640px) {
  .timer-button__description {
    padding: 1rem 0 1.9rem;
  }
}

.timer-button__description01 {
  width: 25rem;
  margin: 0.3rem auto 0;
}
@media screen and (max-width: 640px) {
  .timer-button__description01 {
    width: 33rem;
    margin-top: -1rem;
  }
}

.timer-button__description02 {
  font-size: 4.7rem;
  font-weight: bold;
  height: 6rem;
  margin-top: -2rem;
  letter-spacing: 0.4rem;
  margin-bottom: 0.5rem;
  text-shadow: 0px 0px 1.8rem rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 640px) {
  .timer-button__description02 {
    margin-bottom: 0.7rem;
    margin-top: -1.6rem;
  }
}

.timer-button__description03 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.43rem;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 640px) {
  .timer-button__description03 {
    font-size: 3.2rem;
    letter-spacing: 0.26rem;
  }
}

.countdown-area {
  text-align: center;
}

.countdown__heading {
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}

.countdown__text {
  font-size: 3.8rem;
  color: #D60720;
  font-weight: bold;
  margin-top: -4rem;
}
@media screen and (max-width: 640px) {
  .countdown__text {
    margin-top: -1.5rem;
  }
}

.countdown__unit {
  font-size: 3.8rem !important;
}
@media screen and (max-width: 640px) {
  .countdown__unit {
    font-size: 3.2rem;
  }
}

.countdown__days,
.countdown__hours,
.countdown__minutes,
.countdown__seconds {
  font-size: 9rem;
}
@media screen and (max-width: 640px) {
  .countdown__days,
  .countdown__hours,
  .countdown__minutes,
  .countdown__seconds {
    font-size: 7rem;
  }
}
.js-timer {
	opacity:0;
    transition: opacity 0.5s ease-in-out; /* 0.5秒かけてフェードイン・アウト */
}
.timer__bg {
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
/*   opacity: 0; /* 初期状態は見えない */ */
  transition: opacity 0.5s ease-in-out; /* 0.5秒かけてフェードイン・アウト */
}

.timer__bg .timer__wrap {
  padding: 1.5rem 0 0.5rem;
  color: #fff !important;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .timer__bg .timer__wrap {
    padding: 2rem 0 0;
  }
}

.timer__bg .timer__wrap-description {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .timer__bg .timer__wrap-description {
    letter-spacing: 0rem;
    font-size: 2rem;
  }
}

.timer__bg .eb-cd-inner {
  margin-left: 0;
  margin-top: -2.5rem;
}

.timer__bg .eb-cd-inner::after {
  display: none;
}

.timer__bg .eb-cd-digit {
  font-size: 5rem !important;
}
@media screen and (max-width: 640px) {
  .timer__bg .eb-cd-digit {
    font-size: 4rem !important;
  }
}

.timer__bg .eb-cd-label {
  font-size: 3rem !important;
  vertical-align: bottom !important;
  margin-top: 2.4rem !important;
}
@media screen and (max-width: 640px) {
  .timer__bg .eb-cd-label {
    font-size: 2rem !important;
    vertical-align: bottom !important;
    margin-top: 2.4rem !important;
  }
}

.timer__bg .eb-cd-wrapper {
  overflow: inherit !important;
}

.timer__bg .timer-button__btn-sub {
  background: linear-gradient(to bottom, #e26270, #D60720);
  width: 100%;
  border: 0.6rem solid #B3B3B3;
  border-radius: 2rem;
  position: relative;
  color: #fff;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease; /* opacityの変化をゆっくりに */
}

.timer__bg .timer-button__btn-sub.active {
  opacity: 0.7; /* アクティブクラスで透明度を調整 */
}

.timer__bg .timer-button {
  width: 100%;
  margin-top: -1rem;
}
@media screen and (max-width: 640px) {
  .timer__bg .timer-button {
    margin-top: 0;
  }
}

.timer__bg .timer-button--margin {
  width: 100%;
  margin-bottom: -0.5rem;
}

.timer__bg .timer-button__inner {
  max-width: 55rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .timer__bg .timer-button__inner {
    max-width: 48rem;
  }
}

.timer__bg .timer-button__description {
  padding: 0 0 1.5rem;
}
@media screen and (max-width: 640px) {
  .timer__bg .timer-button__description {
    padding: 1rem 0 1rem;
  }
}

.timer__bg .timer-button__description01 {
  width: 21rem;
  margin: 0 auto 0;
}
@media screen and (max-width: 640px) {
  .timer__bg .timer-button__description01 {
    margin-top: -1rem;
  }
}

.timer__bg .timer-button__description02 {
  font-size: 3.5rem;
  font-weight: bold;
  height: 6rem;
  margin-top: -2rem;
  letter-spacing: 0.4rem;
  margin-bottom: 0;
  text-shadow: 0px 0px 1.8rem rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 640px) {
  .timer__bg .timer-button__description02 {
    font-size: 3rem;
    margin-bottom: 0rem;
    margin-top: -1.6rem;
  }
}

.timer__bg .timer-button__description03 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.43rem;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.9);
  margin-top: -1rem;
}
@media screen and (max-width: 640px) {
  .timer__bg .timer-button__description03 {
    font-size: 2.2rem;
    letter-spacing: 0.26rem;
    margin-top: -2rem;
  }
}

.timer__bg .timer__padding1 {
  padding-bottom: 1.5rem;
}

.timer__bg .countdown-area {
  padding: 1.5rem 0 0.5rem;
  color: #fff !important;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .timer__bg .countdown-area {
    padding: 1rem 0 0;
  }
}

.timer__bg .countdown__heading {
  letter-spacing: 0.2rem;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .timer__bg .countdown__heading {
    font-size: 2rem;
    padding-top: 1rem;
  }
}

.timer__bg .countdown__text {
  margin-top: -2.6rem;
  color: #fff !important;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .timer__bg .countdown__text {
    margin-top: -1.5rem;
    font-size: 2rem;
  }
}

.timer__bg .countdown__unit {
  font-size: 3.8rem !important;
}
@media screen and (max-width: 640px) {
  .timer__bg .countdown__unit {
    font-size: 2rem !important;
  }
}

.timer__bg .countdown__days,
.timer__bg .countdown__hours,
.timer__bg .countdown__minutes,
.timer__bg .countdown__seconds {
  font-size: 5rem !important;
}
@media screen and (max-width: 640px) {
  .timer__bg .countdown__days,
  .timer__bg .countdown__hours,
  .timer__bg .countdown__minutes,
  .timer__bg .countdown__seconds {
    font-size: 4rem !important;
  }
}

.eb-cd-inner {
  position: relative !important;
  margin-left: 5rem;
  margin-top: -4rem;
}
@media screen and (max-width: 640px) {
  .eb-cd-inner {
    margin-top: -2rem;
    margin-left: 7rem;
  }
}

.eb-cd-inner::after {
  content: "残り";
  position: absolute;
  bottom: 2.3rem;
  left: 15rem;
  font-size: 3.8rem;
  color: #D60720; /* テキストの色を調整 */
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .eb-cd-inner::after {
    bottom: 1.7rem;
    left: -4.3rem;
    font-size: 3.5rem;
  }
}

div.eb-cd-wrapper div.eb-cd-inner {
  color: #D60720;
}

.timer__bg div.eb-cd-wrapper div.eb-cd-inner {
  color: #fff;
}

div.eb-cd-wrapper div.eb-cd-inner .box {
  width: auto !important;
  font-weight: bold;
}

div.eb-cd-wrapper div.eb-cd-inner .box .eb-cd-digit {
  font-size: 9rem;
}
@media screen and (max-width: 640px) {
  div.eb-cd-wrapper div.eb-cd-inner .box .eb-cd-digit {
    font-size: 8rem;
  }
}

.eb-cd-label {
  font-size: 3.8rem !important;
  vertical-align: bottom !important;
  margin-top: 6rem !important;
}
@media screen and (max-width: 640px) {
  .eb-cd-label {
    font-size: 3.5rem !important;
    margin-top: 5.3rem !important;
  }
}

.expired {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.expired__inner {
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-inline: auto;
}

.expired__textarea {
  text-align: center;
}
.expired__text {
  font-size: 3rem;
  font-family: "Shippori Mincho", sans-serif;
}
@media screen and (max-width: 640px) {
  .expired__text {
    font-size: 2.5rem;
  }
}

#expired .expired__text:not(:first-of-type) {
  margin-top: 1rem;
}

.expired__img-body {
  margin-top: 10rem;
  margin-inline: auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  max-width: 45.5rem;
}

.expired__img-container {
  width: 100%;
  height: auto;
}

.expired__img-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.important {
  padding-top: 6rem;
  padding-bottom: 5.7rem;
  background: linear-gradient(to bottom, #C5ECFF 0%, #FFF 80%);
  position: relative;
}
@media screen and (max-width: 640px) {
  .important {
    padding-top: 5.9rem;
    padding-bottom: 6.8rem;
  }
}

.important::before {
  content: "";
  position: absolute;
  top: -1.1rem;
  left: -1.3rem;
  width: 15.3rem; /* もしくはお好みのサイズ */
  height: 15rem; /* もしくはお好みのサイズ */
  background: url("../img/important1.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .important::before {
    top: 0rem;
    left: -0.5rem;
    width: 15rem;
    height: 12.5rem;
  }
}

.important::after {
  content: "";
  position: absolute;
  top: -1.8rem;
  right: 0rem;
  width: 18.2rem; /* もしくはお好みのサイズ */
  height: 15rem; /* もしくはお好みのサイズ */
  background: url("../img/important2.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .important::after {
    top: -1.9rem;
    right: -1rem;
    width: 18rem;
    height: 13.5rem;
  }
}

.important__wrap {
  text-align: center;
}

.important__description01 {
  margin-bottom: 4.7rem;
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 2.1rem;
  position: relative;
  line-height: 1.2;
  color: #D60720;
  display: inline-block;
  right: -0.8rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .important__description01 {
    font-size: 6.7rem;
    letter-spacing: 1.5rem;
  }
}

.important__description01::after {
  content: "";
  position: absolute;
  top: 8.2rem;
  right: -4.9rem;
  width: 29.5rem; /* もしくはお好みのサイズ */
  height: 5rem; /* もしくはお好みのサイズ */
  background: url("../img/important3.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .important__description01::after {
    top: 8.2rem;
    right: -3.5rem;
    width: 24.9rem;
    height: 5rem;
  }
}

.important__description02 {
  font-size: 2.5rem;
  margin-bottom: 3.6rem;
  line-height: 1.85;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 640px) {
  .important__description02 {
    font-size: 2.8rem;
    margin-top: -1.74rem;
    margin-bottom: 3.5rem;
    line-height: 1.92;
  }
}

.important__description02 span {
  font-size: 4rem;
  color: #D60720;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .important__description02 span {
    font-size: 5rem;
  }
}

.important__description03 {
  font-size: 2rem;
  line-height: 1.75;
  color: #D60720;
  letter-spacing: 0.2rem;
}

.video__box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9の比率 (9/16 = 0.5625) */
  overflow: hidden;
  max-width: 108rem;
  height: 0;
  /* 高さをゼロに設定してアスペクト比を維持 */
}

video {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .video {
    background-color: transparent;
  }
}
.video__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (min-width: 1080px) {
  .video-box {
    max-width: none;
    /* 最大幅の制限を解除 */
    width: 98rem;
    /* 幅を128remに固定 */
    height: 55.7rem;
    /* 縦幅を72remに固定 */
    padding-bottom: 0;
    /* パディングを解除して高さを直接指定 */
  }
}
.fv {
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 640px) {
  .fv {
    margin-bottom: 0;
  }
}

.fv__bg {
  background: url("../img/fv2.svg") no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .fv__bg {
    background: url("../img/fv-sp2.svg") no-repeat;
  }
}

.fv__bgw {
  margin-top: 3.6rem;
  margin-bottom: 4.2rem;
  height: calc(100% - 7.7rem);
  background-color: #FFF;
}
@media screen and (max-width: 640px) {
  .fv__bgw {
    margin-top: 3.1rem;
    margin-bottom: 2.6rem;
  }
}

.fv__wrap {
  width: calc(100% - 9rem);
  display: flex;
  margin-left: 9.5rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .fv__wrap {
    margin-left: 4.3rem;
  }
}

.fv__wrap::before {
  content: "";
  position: absolute;
  top: 2.6rem;
  right: 38.6rem;
  width: 4.5rem; /* もしくはお好みのサイズ */
  height: 8rem; /* もしくはお好みのサイズ */
  background: url("../img/fv4.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .fv__wrap::before {
    right: 10.4rem;
    top: 3.5rem;
    width: 3.5rem; /* もしくはお好みのサイズ */
    height: 5.2rem;
  }
}

.fv__wrap::after {
  content: "";
  position: absolute;
  top: -2.8rem;
  right: -3.2rem;
  width: 49.5rem; /* もしくはお好みのサイズ */
  height: 47rem; /* もしくはお好みのサイズ */
  background: url("../img/fv5.png") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .fv__wrap::after {
    top: 1.2rem;
    right: -13.1rem;
    width: 29.5rem;
    height: 30rem;
  }
}

.fv__heading {
  display: block;
  width: 52.41%;
}
@media screen and (max-width: 640px) {
  .fv__heading {
    width: 38.5rem;
  }
}

.fv-heading__img {
  width: 27rem;
  padding-left: 0.5rem;
  margin: 1.7rem auto 0.2rem;
}
@media screen and (max-width: 640px) {
  .fv-heading__img {
    width: 20.5rem;
    padding-left: 0.5rem;
    margin: 1.5rem auto 0.2rem;
  }
}

.fv-heading__description01 {
  line-height: 1;
  font-size: 6.7rem;
  margin-bottom: 1.9rem;
  letter-spacing: 0.82rem;
  position: relative;
  font-weight: 800;
}
@media screen and (max-width: 640px) {
  .fv-heading__description01 {
    font-size: 4.9rem;
    margin-bottom: 1.7rem;
  }
}

.fv-heading__description01::before {
  content: "";
  position: absolute;
  top: -2.2rem;
  left: -3.4rem;
  width: 4.7rem; /* もしくはお好みのサイズ */
  height: 4rem; /* もしくはお好みのサイズ */
  background: url("../img/fv3.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .fv-heading__description01::before {
    top: -1.9rem;
    left: -2.8rem;
    width: 3.6rem;
    height: 3.5rem;
  }
}

.fv-heading__description02 {
  font-size: 5.2rem;
  font-weight: 800;
  background: linear-gradient(to right, #66B5FF, #3256C8, #7953C7);
  color: #FFFFFF;
  border-radius: 1.2rem 1.2rem 1.2rem 0;
  letter-spacing: 1rem;
  padding-bottom: 0.9rem;
  padding-top: 0.3rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
  .fv-heading__description02 {
    font-size: 4rem;
    padding-top: 0rem;
    padding-bottom: 0.6rem;
    letter-spacing: 0.6rem;
    border-radius: 0.8rem 0.8rem 0.8rem 0;
  }
}

.fv-heading__description02 span {
  font-size: 4rem;
}
@media screen and (max-width: 640px) {
  .fv-heading__description02 span {
    font-size: 3rem;
  }
}

.fv-heading__description03 {
  font-size: 3.9rem;
  letter-spacing: 0.2rem;
  font-weight: 800;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .fv-heading__description03 {
    font-size: 2.9rem;
    padding-bottom: 0.9rem;
  }
}

.fv__heading p:nth-of-type(4) {
  font-size: 2rem;
}

.fv-bott {
  margin-bottom: 11rem;
}

.fv__description {
  margin-bottom: 7.1rem;
}
@media screen and (max-width: 640px) {
  .fv__description {
    margin-bottom: 7.6rem;
  }
}

.fv__description01 {
  background-color: #000;
  color: #FFF;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  z-index: 2;
  padding-bottom: 0.2rem;
  position: relative;
  margin-bottom: 0.4rem;
}

.fv__description01 span {
  padding: 0 1.4rem;
}

.fv__description02 {
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.fv__description03 {
  margin-bottom: 2.5rem;
  font-size: 2.8rem;
}

.fv__ul {
  margin-bottom: 4.7rem;
  text-align: center;
}

.fv__li {
  position: relative;
  display: inline-block;
  letter-spacing: 0.07rem;
  font-size: 2.8rem;
  line-height: 1.8;
  margin-right: -2.5rem;
}

.fv__li::before {
  content: "•"; /* ドットの内容 */
  font-size: 0.8em; /* ドットのサイズ */
  color: #000; /* ドットの色 */
  position: absolute; /* ドットの位置を絶対指定 */
  left: -1.7rem; /* リストの左端に配置 */
  top: 50%; /* 縦中央に配置 */
  transform: translateY(-50%);
}

.fv__description04 {
  color: #fff;
  background: linear-gradient(to right, #66B5FF, #3256C8, #7953C7);
  font-weight: bold;
  letter-spacing: 0.2rem;
  display: inline-block;
  margin: 0 1.9rem 5.1rem 0;
  font-size: 3.3rem;
  padding: 0 0.7rem 0.3rem 1.7rem;
}
@media screen and (max-width: 640px) {
  .fv__description04 {
    margin: 0 0rem 5.7rem 0;
    line-height: 1.55;
    width: 42.4rem;
  }
}

.fv__description04 span {
  padding-left: 0.7rem;
}

.fv__description05 {
  letter-spacing: 0.05rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  .fv__description05 {
    line-height: 1.7;
  }
}

.fv__description05 span {
  font-size: 3.2rem;
  color: #D60720;
  font-weight: bold;
  position: relative;
}

.fv__description05 span::after {
  content: "";
  position: absolute;
  top: 61%;
  left: 0;
  width: 100%;
  height: 1.8rem;
  background-color: #EFD725;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .fv__description05 span::after {
    top: 70%;
    height: 1.5rem;
  }
}

.benefits {
  text-align: center;
  margin-bottom: 7rem;
}

.benefits__wrap {
  padding-bottom: 11.4rem;
  background: linear-gradient(to bottom, rgba(102, 181, 255, 0.3), rgba(50, 86, 200, 0.2), rgba(121, 83, 199, 0.1));
}
@media screen and (max-width: 640px) {
  .benefits__wrap {
    padding-bottom: 9.2rem;
  }
}

.benefits__title {
  padding: 8.1rem 0 9.5rem;
  width: 90rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .benefits__title {
    padding: 6.1rem 0 7.8rem;
    width: 64rem;
    margin-left: 1rem;
  }
}

.benefits__title::before {
  content: "";
  position: absolute;
  top: 8.3rem;
  left: 2.5rem;
  width: 10.2rem;
  height: 21rem;
  background: url("../img/benefits10.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .benefits__title::before {
    top: 6.3rem;
    width: 7.2rem;
    height: 13.8rem;
  }
}

.benefits__title::after {
  content: "";
  position: absolute;
  top: 8.3rem;
  right: 2.5rem;
  width: 10.2rem;
  height: 21rem;
  background: url("../img/benefits11.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .benefits__title::after {
    top: 6.3rem;
    width: 7.2rem;
    height: 13.8rem;
    right: 3.5rem;
  }
}

.benefits__title01 {
  color: #6BADEF;
  font-size: 2.5rem;
  letter-spacing: 0.15rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .benefits__title01 {
    font-size: 1.7rem;
    margin-bottom: 0.2rem;
    line-height: 1.55;
    letter-spacing: 0.1rem;
  }
}

.benefits__title02 {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  margin-top: -0.2rem;
}
@media screen and (max-width: 640px) {
  .benefits__title02 {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
  }
}

.benefits__title02 span {
  font-weight: bold;
  font-size: 4.85rem;
}
@media screen and (max-width: 640px) {
  .benefits__title02 span {
    font-size: 3.3rem;
  }
}

.benefits__title03 {
  font-weight: bold;
  font-size: 3.8rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 640px) {
  .benefits__title03 {
    font-size: 2.65rem;
    margin-top: -0.3rem;
    letter-spacing: 0.15rem;
  }
}

.benefits__title03 span {
  font-size: 5rem;
  color: #0A2E93;
  line-height: 1;
  /* 行の高さをテキストの高さに合わせる */
  /* テキストを中央に揃える */
  display: inline-block;
  /* vertical-alignを有効にするために追加 */
}
@media screen and (max-width: 640px) {
  .benefits__title03 span {
    font-size: 3.45rem;
  }
}

.benefits__title04 {
  font-weight: bold;
  font-size: 7rem;
  height: 9rem;
  line-height: 8rem;
}

.benefits-item {
  background: linear-gradient(to right, #DEF5F4, #C5ECFF);
  margin: 0 auto 10rem;
  width: 90rem;
  height: 77.2rem;
  border-radius: 3rem;
  overflow: hidden; /* マージンによるはみ出しを防ぐ */
  box-shadow: 1rem 1rem 2rem rgba(10, 46, 147, 0.1);
}
@media screen and (max-width: 640px) {
  .benefits-item {
    width: 58rem;
    margin: 0 auto 6.2rem;
    height: 69rem;
  }
}

.benefits-item:nth-of-type(1) {
  height: 82.7rem;
}
@media screen and (max-width: 640px) {
  .benefits-item:nth-of-type(1) {
    height: 78.2rem;
  }
}

.benefits-item:nth-last-child(1) {
  margin-bottom: 0;
}

.benefits-item__inner {
  margin: 1rem;
  border-radius: 3rem;
  width: calc(100% - 2rem); /* 親要素の幅からマージンを差し引く */
  height: calc(100% - 2rem); /* 親要素の高さに合わせる */
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .benefits-item__inner {
    margin: 0.7rem;
    border-radius: 2.5rem;
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
  }
}

.benefits-item__title {
  font-weight: bold;
  font-size: 5.34rem;
  color: #0C72C6;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  width: 50rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .benefits-item__title {
    font-size: 4.9rem;
    padding-top: 1.8rem;
    padding-bottom: 3.9rem;
  }
}

.benefits-item__title:nth-of-type(1) {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .benefits-item__title:nth-of-type(1) {
    margin-top: 0rem;
  }
}

.benefits-item__title::before {
  content: "";
  position: absolute;
  top: 5.2rem;
  left: 4.9rem;
  width: 5.2rem;
  height: 9rem;
  background: url("../img/benefits8.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .benefits-item__title::before {
    top: 4.8rem;
    left: 6.3rem;
    height: 8.5rem;
  }
}

.benefits-item__title::after {
  content: "";
  position: absolute;
  top: 5.2rem;
  right: 4.9rem;
  width: 5.2rem;
  height: 9rem;
  background: url("../img/benefits9.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .benefits-item__title::after {
    top: 4.8rem;
    right: 6.3rem;
    height: 8.5rem;
  }
}

.benefits-item__title span {
  letter-spacing: 0.2rem;
  font-size: 8.48rem;
  font-family: "Shippori Mincho";
}
@media screen and (max-width: 640px) {
  .benefits-item__title span {
    font-size: 7.83rem;
  }
}

.benefits-item__img {
  width: 46rem;
  height: 44rem;
  margin-left: 30.7rem;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .benefits-item__img {
    width: 37rem;
    height: 35.5rem;
    margin-left: 17rem;
  }
}

.benefits-item__img img {
  height: 100%;
}

.benefits-item__description01 {
  font-size: 3rem;
  margin-bottom: 1.2rem;
  margin-top: -1.6rem;
}
@media screen and (max-width: 640px) {
  .benefits-item__description01 {
    margin-top: -0.6rem;
    margin-bottom: 2.2rem;
    line-height: 1.76;
  }
}

.benefits-item__description01 span {
  color: #d00909;
}

.benefits-item__description02 {
  font-weight: bold;
  font-size: 5rem;
  background: linear-gradient(to right, #66B5FF, #3256C8, #7953C7);
  color: #fff;
  letter-spacing: 0.5rem;
  padding: 0.1rem 2rem 0.2rem 2rem;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .benefits-item__description02 {
    font-size: 4rem;
    letter-spacing: 0.4rem;
    padding: 1.1rem 1rem 0.8rem 1rem;
  }
}

.detail {
  margin-bottom: 10.8rem;
}
@media screen and (max-width: 640px) {
  .detail {
    margin-bottom: 4.7rem;
  }
}

.detail__wrap {
  padding: 7.3rem 0 0;
  background: linear-gradient(to right, rgba(102, 181, 255, 0.3), rgba(50, 86, 200, 0.2), rgba(121, 83, 199, 0.1));
}
@media screen and (max-width: 640px) {
  .detail__wrap {
    padding: 3.5rem 0 0;
  }
}

.detail__heading {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 5.4rem;
  width: 60rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .detail__heading {
    margin: 0 auto 2.9rem;
  }
}

.detail__heading::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: -18.4rem;
  width: 18.3rem;
  height: 9rem;
  background: url("../img/detail1.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .detail__heading::before {
    top: -1.7rem;
    left: 1.3rem;
    width: 8.9rem;
    height: 7rem;
  }
}

.detail__heading::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: -18.4rem;
  width: 18.3rem;
  height: 9rem;
  background: url("../img/detail2.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .detail__heading::after {
    top: -1.7rem;
    right: 0.8rem;
    width: 8.9rem;
    height: 7rem;
  }
}

.detail__heading01 {
  color: #6BADEF;
  font-size: 2.3rem;
  letter-spacing: 0.18rem;
}

.detail__heading02 {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.2rem;
}

.detail__wrap li {
  font-size: 2.8rem;
  padding: 2.9rem 0 3.1rem 16.2rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .detail__wrap li {
    padding: 1.7rem 0 1.7rem 10.2rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 640px) {
  .detail__wrap li:nth-of-type(2), .detail__wrap li:nth-of-type(4) {
    padding: 1.5rem 0 1rem 10.2rem;
  }
}

.detail__wrap li::before {
  content: "";
  position: absolute;
  top: 2.7rem;
  left: 9rem;
  width: 5rem;
  height: 5rem;
  background: url("../img/detail3.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .detail__wrap li::before {
    top: 2.3rem;
    left: 3.2rem;
  }
}

.detail__wrap li:nth-of-type(2n - 1) {
  background-color: #EBF6FF;
}

.achievements {
  text-align: center;
}

.achievements__wrap {
  padding: 7.6rem 0 7.7rem;
  background: linear-gradient(to right, rgba(102, 181, 255, 0.3), rgba(50, 86, 200, 0.2), rgba(121, 83, 199, 0.1));
}
@media screen and (max-width: 640px) {
  .achievements__wrap {
    padding: 6rem 0 5.7rem;
  }
}

.achievements__heading {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto;
  width: 84rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .achievements__heading {
    width: 64rem;
  }
}

.achievements__heading::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 1rem;
  width: 18.3rem;
  height: 9rem;
  background: url("../img/detail1.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .achievements__heading::before {
    top: -1.7rem;
    left: 11.7rem;
    width: 8.9rem;
    height: 7rem;
  }
}

.achievements__heading::after {
  content: "";
  position: absolute;
  top: 3rem;
  right: 0.3rem;
  width: 18.3rem;
  height: 9rem;
  background: url("../img/detail2.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .achievements__heading::after {
    top: -1.7rem;
    right: 11.4rem;
    width: 8.9rem;
    height: 7rem;
  }
}

.achievements__heading01 {
  font-size: 2.5rem;
  color: #6BADEF;
  margin-bottom: -1.8rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}

.achievements__heading02 {
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 7.3rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .achievements__heading02 {
    margin-bottom: 9.7rem;
  }
}

.achievements__heading02:after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.4rem;
  height: 0.4rem;
  background-color: #6BADEF;
}

.achievements__items {
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 640px) {
  .achievements__items {
    margin: 0 auto 5.3rem;
  }
}

.achievements-item {
  width: 84.1rem;
  margin: 0 auto 10rem;
  box-shadow: 0.58rem 0.58rem 1rem rgba(10, 46, 147, 0.3);
}
@media screen and (max-width: 640px) {
  .achievements-item {
    width: 58rem;
    margin: 0 auto 6.9rem;
  }
}

.achievements-item:nth-last-child(1) {
  margin-bottom: 0;
}

.achievements__text {
  font-size: 2.8rem;
  line-height: 1.7;
}

.achievements__text span {
  color: #D60720;
}

.recommended {
  padding: 8.7rem 0 9.6rem;
}
@media screen and (max-width: 640px) {
  .recommended {
    padding: 6rem 0 8.3rem;
  }
}

.recommended__heading {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto;
  width: 84rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .recommended__heading {
    width: 64rem;
  }
}

.recommended__heading01 {
  font-size: 2.5rem;
  color: #6BADEF;
  margin-bottom: -0.3rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .recommended__heading01 {
    margin-bottom: 0.5rem;
  }
}

.recommended__heading01::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 20.2rem;
  width: 9.3rem;
  height: 3rem;
  background: url("../img/detail1.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .recommended__heading01::before {
    top: 0.22rem;
    left: 11.3rem;
    width: 9.3rem;
    height: 3rem;
  }
}

.recommended__heading01::after {
  content: "";
  position: absolute;
  top: 0.62rem;
  right: 22.2rem;
  width: 9.3rem;
  height: 3rem;
  background: url("../img/detail2.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .recommended__heading01::after {
    top: 0.22rem;
    right: 11.3rem;
    width: 9.3rem;
    height: 3rem;
  }
}

.recommended__heading02 {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 11.9rem;
  position: relative;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 640px) {
  .recommended__heading02 {
    line-height: 1.3;
    margin-bottom: 8rem;
  }
}

.recommended__heading02:after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.4rem;
  height: 0.4rem;
  background-color: #6BADEF;
}
@media screen and (max-width: 640px) {
  .recommended__heading02:after {
    bottom: -1.7rem;
  }
}

.recommended ul {
  margin: 0 auto 5rem;
  width: 84.2rem;
  border: 0.1rem solid #0A2E93;
  padding-top: 0.8rem;
  padding-bottom: 4.4rem;
}
@media screen and (max-width: 640px) {
  .recommended ul {
    width: 58rem;
    padding-top: 1.8rem;
    padding-bottom: 4.2rem;
  }
}

.recommended li {
  border-bottom: 0.1rem solid #0A2E93;
  padding: 2.2rem 0 2.13rem 8.3rem;
  margin: 0 4.5rem;
  font-size: 2.8rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .recommended li {
    padding: 1.5rem 0 1.6rem 6rem;
    font-size: 2rem;
    margin: 0 2rem;
  }
}

.recommended li::before {
  content: "";
  position: absolute;
  top: 1.9rem;
  left: 2rem;
  width: 5rem;
  height: 5rem;
  background: url("../img/recommended1.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .recommended li::before {
    top: 1.3rem;
    left: 1.5rem;
    width: 3.4rem;
    height: 3.5rem;
  }
}

.recommended__description {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .recommended__description {
    font-size: 2.8rem;
    line-height: 1.7;
  }
}

.magazine {
  text-align: center;
}

.magazine__wrap {
  background: linear-gradient(to right, rgba(102, 181, 255, 0.3), rgba(50, 86, 200, 0.2), rgba(121, 83, 199, 0.1));
  padding-bottom: 9rem;
  padding-top: 7.3rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .magazine__wrap {
    padding-top: 6.8rem;
    padding-bottom: 7.1rem;
  }
}

.magazine__wrap::before {
  content: "";
  position: absolute;
  top: -3.3rem;
  left: -2.8rem;
  width: 35rem;
  height: 24.5rem;
  background: url("../img/magazine3.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .magazine__wrap::before {
    top: -2.1rem;
    left: -1.3rem;
    width: 19.6rem;
    height: 13.5rem;
  }
}

.magazine__wrap::after {
  content: "";
  position: absolute;
  bottom: -2.8rem;
  right: -1.8rem;
  width: 35rem;
  height: 24.5rem;
  background: url("../img/magazine4.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .magazine__wrap::after {
    bottom: -1.5rem;
    right: -2.1rem;
    width: 20rem;
    height: 13.5rem;
  }
}

.magazine__title {
  margin-bottom: 6.2rem;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.66;
}
@media screen and (max-width: 640px) {
  .magazine__title {
    font-size: 2.63rem;
    line-height: 1.85;
    margin-bottom: 6rem;
  }
}

.magazine__cover {
  margin: 0 auto 4.3rem;
  width: 50rem;
  height: 70.7rem;
}
@media screen and (max-width: 640px) {
  .magazine__cover {
    margin: 0 auto 5rem;
  }
}

.magazine__cover img {
  height: 100%;
}

.magazine__page {
  width: 98rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .magazine__page {
    width: 58rem;
  }
}

.magazine__page img {
  height: 100%;
}

.testimony {
  background: linear-gradient(to right, rgba(102, 181, 255, 0.3), rgba(50, 86, 200, 0.2), rgba(121, 83, 199, 0.1));
  padding-top: 6.9rem;
  padding-bottom: 7.2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .testimony {
    padding-top: 6.1rem;
    padding-bottom: 5rem;
  }
}

.testimony::after {
  content: "";
  position: absolute;
  bottom: 7.2rem;
  right: 4.8rem;
  width: 42rem; /* もしくはお好みのサイズ */
  height: 56.3rem; /* もしくはお好みのサイズ */
  background: url("../img/testimony3.png") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .testimony::after {
    bottom: 5rem;
    right: 2.6rem;
    width: 24rem;
    height: 30.7rem;
    background: url("../img/testimony-sp3.png") no-repeat;
    background-size: contain; /* 画像の比率を維持 */
    background-position: center; /* 画像の位置を中央に設定 */
  }
}

.testimony__wrap {
  padding: 3.2rem 4rem 1.2rem;
  background-color: #fff;
  border-radius: 1.7rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .testimony__wrap {
    padding: 3.7rem 2.1rem 1.8rem;
  }
}

.testimony__wrap::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -0.6rem;
  width: 30rem; /* もしくはお好みのサイズ */
  height: 18.3rem; /* もしくはお好みのサイズ */
  background: url("../img/testimony1.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
}
@media screen and (max-width: 640px) {
  .testimony__wrap::before {
    top: -1.7rem;
    right: -0.8rem;
    width: 16.4rem;
    height: 11.4rem;
  }
}

.testimony__wrap p {
  margin-bottom: 3.81rem;
  font-size: 2.2rem;
  line-height: 1.76;
}
@media screen and (max-width: 640px) {
  .testimony__wrap p {
    font-size: 2.8rem;
    margin-bottom: 4.82rem;
  }
}

.testimony__wrap p:nth-of-type(1) {
  line-height: 1.89;
}
@media screen and (max-width: 640px) {
  .testimony__wrap p:nth-of-type(1) {
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 640px) {
  .testimony__wrap p:nth-of-type(2) {
    margin-top: 4.3rem;
  }
}

.testimony__wrap p:nth-of-type(15) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  .testimony__wrap p:nth-of-type(15) {
    margin-bottom: 4.7rem;
  }
}

.testimony__wrap p:nth-last-child(1), .testimony__wrap p:nth-last-child(2) {
  margin-bottom: 0;
}

.testimony__wrap p:nth-last-child(1) {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.testimony__span1 {
  background-color: #3371DD;
  color: #FFF;
  font-size: 2.4rem;
  padding: 0.3rem 0.5rem 0.3rem 0.2rem;
  margin-bottom: -0.2rem;
}
@media screen and (max-width: 640px) {
  .testimony__span1 {
    display: inline;
    padding: 0rem;
    font-size: 3rem;
    line-height: 1.7;
  }
}

.testimony__wrap-size {
  margin-bottom: 3.85rem;
  font-size: 2.2rem;
  line-height: 1.76;
}
@media screen and (max-width: 640px) {
  .testimony__wrap-size {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .testimony__span-padding {
    padding: 0 0.5rem;
    margin-bottom: 0.2rem;
  }
}

.testimony__span2 {
  color: #0A2E93;
}
@media screen and (max-width: 640px) {
  .testimony__span2 {
    font-size: 2.75rem;
  }
}

.testimony__wrap .testimony__name {
  font-size: 5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .testimony__wrap .testimony__name {
    font-size: 4rem;
    margin-top: 0.3rem;
    margin-left: 1rem;
  }
}

.testimony__wrap .testimony__last {
  position: relative;
  z-index: 2;
}

.testimony::before {
  content: "";
  position: absolute;
  bottom: 4.3rem;
  left: 1.8rem;
  width: 24rem;
  height: 26.3rem;
  background: url("../img/testimony2.svg") no-repeat;
  background-size: contain; /* 画像の比率を維持 */
  background-position: center; /* 画像の位置を中央に設定 */
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .testimony::before {
    bottom: 2.6rem;
    left: 2.4rem;
    width: 13.5rem;
    height: 16rem;
  }
}

.line {
  text-align: center;
  background: linear-gradient(to bottom, #00b800, #008500);
}

.line__wrap {
  padding: 4.3rem 0 27.1rem;
}
@media screen and (max-width: 640px) {
  .line__wrap {
    padding: 2.6rem 0 22.2rem;
  }
}

.line__top {
  display: flex;
  justify-content: center;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 640px) {
  .line__top {
    margin-bottom: 1.3rem;
  }
}

.line__top-description {
  font-size: 4.8rem;
  line-height: 1.45;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 640px) {
  .line__top-description {
    font-size: 3rem;
    line-height: 1.44;
  }
}

.line__top-description::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: -11.5rem;
  width: 12rem;
  height: 11rem;
  background: url("../img/line1.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .line__top-description::after {
    top: 0.3rem;
    right: -6.5rem;
    width: 6.9rem;
    height: 6.9rem;
  }
}

.line__img {
  width: 10rem;
}

.line__bottom01 {
  display: inline-block;
  background-color: #fff;
  color: rgb(86, 172, 0);
  font-size: 2.2rem;
  padding: 0.7rem 1.4rem;
  font-weight: bold;
  letter-spacing: -0.03rem;
  border-radius: 9999px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .line__bottom01 {
    font-size: 1.35rem;
    padding: 0.4rem 1.1rem 0.5rem;
    letter-spacing: -0.02rem;
    margin-bottom: 1.3rem;
  }
}

.line__bottom02 {
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .line__bottom02 {
    font-size: 1.73rem;
  }
}

.reset {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.reset__inner {
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-inline: auto;
}

.reset__textarea {
  text-align: center;
}

.reset__text {
  font-size: 3rem;
  font-family: "Shippori Mincho", sans-serif;
}

.reset__button-body {
  margin-top: 7rem;
}

.reset-button {
  padding: 1rem 2rem;
  font-size: 3rem;
  text-align: center;
  background-color: #6BADEF;
  color: #fff;
  cursor: pointer;
  font-family: "Shippori Mincho", sans-serif;
  transition: opacity 0.3s, box-shadow 0.3s;
}

.reset-button:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */