@charset "UTF-8";
body {
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

.title {
  margin-bottom: 30px;
}

.fv__inner {
  background: url("../img/fv_backimg.png") no-repeat center top;
  height: auto;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #0237cb;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
.header__inner img {
  width: 110px;
}
.header__inner p {
  color: #fff;
  font-size: 0.77rem;
}
@media screen and (min-width: 640px) {
  .header__inner {
    padding: 10px 20px;
  }
  .header__inner img {
    width: 150px;
  }
  .header__inner p {
    font-size: 16px;
  }
}

.header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fv__contents-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  width: 100%;
}
.fv__contents-img img {
  width: 100%;
}

.fv__contents-1 {
  background-color: #0237cb;
}

.fv__contents-point {
  background-color: #0237cb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding-inline: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .fv__contents-point {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.fv__contents-point__item {
  aspect-ratio: 1/1;
  width: 33.3333%;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
  overflow: hidden;
}
.fv__contents-point__item p {
  color: #272981;
  font-weight: 600;
  letter-spacing: -0.08em;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  word-break: keep-all;
  white-space: normal;
}
.fv__contents-point__item span {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
}
.fv__contents-point__item img {
  width: 40px;
  margin-top: 8px;
}
.fv__contents-point__item img.point2 {
  width: 60px;
}
@media screen and (min-width: 500px) {
  .fv__contents-point__item p {
    font-size: 16px;
  }
  .fv__contents-point__item span {
    font-size: 25px;
  }
  .fv__contents-point__item img {
    width: 60px;
  }
  .fv__contents-point__item img.point2 {
    width: 80px;
  }
}
@media screen and (min-width: 640px) {
  .fv__contents-point__item p {
    font-size: 22px;
  }
  .fv__contents-point__item span {
    font-size: 30px;
  }
  .fv__contents-point__item img {
    width: 60px;
  }
  .fv__contents-point__item img.point2 {
    width: 80px;
  }
}

.fv__contents-button {
  padding-top: 25px;
  padding-bottom: 25px;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
}
.button-fukidashi {
  position: absolute;
  margin-top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
  z-index: 2;
}
.button-fukidashi img {
  width: 200px;
}
@media screen and (min-width: 640px) {
  .button-fukidashi {
    margin-top: -40px;
  }
  .button-fukidashi img {
    width: 260px;
  }
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.fv__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #03C300;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3019607843), var(--shadow-sm);
          box-shadow: inset 0 1px rgba(255, 255, 255, 0.3019607843), var(--shadow-sm);
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 8px 20px 8px 16px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.fv__button svg {
  width: 40px;
}
.fv__button svg path {
  fill: #ffffff;
}
.fv__button span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.fv__button::after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 12px;
  height: 18px;
  right: 10px;
  background-color: #fff;
}
.fv__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-animation: shine 3s infinite;
          animation: shine 3s infinite;
}
@media screen and (min-width: 640px) {
  .fv__button {
    max-width: 540px;
    padding: 20px 20px 20px 16px;
  }
  .fv__button span {
    font-size: 28px;
  }
}

.company__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.company__inner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  pointer-events: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company__inner-reverse {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.company__inner-list-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  pointer-events: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company__inner-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 150px;
  margin-right: 10px;
  padding: 7px 5px;
}

.company__icon img {
  width: 100px;
  display: block;
}

.union {
  background-color: #012476;
  padding: 30px 30px;
}

.union__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.union__inner p:nth-child(1) {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
.union__inner img {
  width: 250px;
}

.union__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  gap: 10px;
}
.union__text img {
  width: 100px;
}
.union__text p {
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .union__text p {
    font-size: 24px;
  }
}

.voice__inner {
  background: url("../img/voice_back.png") no-repeat center top;
  background-size: cover;
}

.voice__title-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  padding-top: 20px;
}
.voice__title-img img {
  width: 420px;
}

.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: none;
  transition: none;
  overflow-y: auto;
  height: 500px;
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.voice__list::-webkit-scrollbar {
  display: none;
}

.voice__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 10px;
  border: 2px solid #E7C05A;
  border-radius: 5px;
  gap: 10px;
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 45px;
  background-color: #fff;
}

.voice__list-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice__list-item__img img {
  width: 60px;
}

.voice__list-item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
}

.voice__list-item--inner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice__list-item--inner__text span:nth-child(1) {
  font-size: 16px;
  color: #E7C05A;
}
.voice__list-item--inner__text span:nth-child(2) {
  font-size: 12px;
}

.reason {
  background-color: #eff2fe;
  padding-bottom: 40px;
}

.reason__contents {
  padding: 20px 10px;
}
@media screen and (min-width: 640px) {
  .reason__contents {
    padding: 10px 20px;
  }
}

.reason__list {
  gap: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reason__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (min-width: 640px) {
  .reason__item {
    padding: 10px 20px;
  }
}

.reason__item-title {
  position: absolute;
  margin-top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.reason__item-title img {
  width: 250px;
}
@media screen and (min-width: 640px) {
  .reason__item-title img {
    width: 300px;
  }
}

.reason__item-text {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason__item-text p:nth-child(1) {
  font-size: 24px;
  color: #0237CB;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
}
.reason__item-text p:nth-child(2) {
  font-size: 36px;
  color: red;
  font-weight: 800;
  border-bottom: 1px solid red;
  width: auto;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .reason__item-text {
    padding-top: 55px;
  }
}

.reason__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.r_img1 img, .r_img4 img {
  width: 350px;
}

.r_img2 img, .r_img3 img {
  width: 180px;
}

.r_img5 img {
  width: 250px;
}

.reason__item-bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 40px;
}

.problem__title {
  background-color: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
}
.problem__title img {
  width: 400px;
}
@media screen and (min-width: 640px) {
  .problem__title {
    padding: 20px 30px;
  }
}

.problem__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/problem_back.png") no-repeat center top;
  background-size: 100% auto;
  background-color: #D4D8DF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.problem__wrapper {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.problem__wrapper img {
  width: 300px;
}

.problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px 10px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .problem__list {
    padding: 40px 20px 40px;
  }
}

.problem__item img {
  width: 20px;
}

.problem_text {
  font-size: 22px;
  font-weight: 500;
}
.problem_text strong {
  color: red;
}
@media screen and (min-width: 640px) {
  .problem_text {
    font-size: 28px;
  }
}

.problem__arrow {
  position: absolute;
  margin-top: -450px;
}
.problem__arrow img {
  width: 100px;
}

.problem__container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: url("../img/problem_back2.png") no-repeat center center;
}

.problem_title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 5px 0;
}
.problem_title2 img {
  width: 400px;
}

.problem__img img {
  width: 400px;
}

.step {
  background: url("../img/step_back.png") no-repeat center top;
  background-size: cover;
}

.step__list {
  padding: 20px 10px;
}
@media screen and (min-width: 640px) {
  .step__list {
    padding: 20px 20px;
  }
}

.step__item:nth-child(1) .step__arrow::after {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.step__item:nth-child(2) .step__arrow::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.step__item:nth-child(3) .step__arrow::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.step__item:nth-child(4) .step__arrow::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.step__item {
  margin-top: 30px;
  position: relative;
}

.step__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step__item-title img {
  width: 120px;
}
@media screen and (min-width: 640px) {
  .step__item-title img {
    width: 180px;
  }
}

.step__title-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .step__title-img {
    margin-top: 20px;
  }
}

.step__img1 img {
  width: 60px;
}
@media screen and (min-width: 640px) {
  .step__img1 img {
    width: 80px;
  }
}

.step__img2 img {
  width: 200px;
}
.step__item:nth-of-type(1) .step__img2 img {
  width: 180px;
}
.step__item:nth-of-type(2) .step__img2 img {
  width: 250px;
}
.step__item:nth-of-type(3) .step__img2 img {
  width: 240px;
}
.step__item:nth-of-type(4) .step__img2 img {
  width: 230px;
}
.step__item:nth-of-type(5) .step__img2 img {
  width: 160px;
}
@media screen and (min-width: 640px) {
  .step__img2 img {
    width: 250px;
  }
  .step__item:nth-of-type(1) .step__img2 img {
    width: 250px;
  }
  .step__item:nth-of-type(2) .step__img2 img {
    width: 300px;
  }
  .step__item:nth-of-type(3) .step__img2 img {
    width: 300px;
  }
  .step__item:nth-of-type(4) .step__img2 img {
    width: 330px;
  }
  .step__item:nth-of-type(5) .step__img2 img {
    width: 230px;
  }
}

.step__contents-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.step__contents-text span {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .step__contents-text span {
    font-size: 24px;
  }
}

.step__arrow {
  position: relative;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step__arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #C7D2FE;
  -webkit-animation: arrowHighlight 4s steps(4) infinite;
          animation: arrowHighlight 4s steps(4) infinite;
}

@-webkit-keyframes arrowHighlight {
  0%, 20% {
    border-top-color: #325DD5; /* 濃い色 */
  }
  21%, 100% {
    border-top-color: #C7D2FE; /* 薄い色 */
  }
}

@keyframes arrowHighlight {
  0%, 20% {
    border-top-color: #325DD5; /* 濃い色 */
  }
  21%, 100% {
    border-top-color: #C7D2FE; /* 薄い色 */
  }
}
.merit {
  background-color: #eff2fe;
}

.merit__inner {
  position: relative;
  padding: 20px 20px 60px;
}
@media screen and (min-width: 640px) {
  .merit__inner {
    padding: 20px 30px 60px;
  }
}

.merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.merit__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.merit__item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.18em;
  width: 100px;
  height: 100px;
  background-color: #0237cb;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, 0 0 0 5px #0237cb;
          box-shadow: 0 0 0 4px white, 0 0 0 5px #0237cb;
  left: 0;
  line-height: 1;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.merit__item-number strong {
  font-size: 42px;
  color: #FFFF32;
}

.merit__item-text {
  background-color: #fff;
  border: 2px solid #0237cb;
  border-radius: 8px;
  padding: 15px 30px 15px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 70px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .merit__item-text {
    padding: 25px 30px 25px 40px;
  }
}

.merit__item-text1 {
  text-align: center;
}
.merit__item-text1 p {
  font-size: 20px;
  font-weight: 700;
}
.merit__item-text1 span {
  font-weight: 700;
  font-size: 24px;
  color: #0237cb;
}
.merit__item-text1::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: #0237cb;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .merit__item-text1 p {
    font-size: 24px;
  }
  .merit__item-text1 span {
    font-size: 24px;
  }
  .merit__item-text1::after {
    width: 180px;
  }
}

.merit__item-text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  font-size: 17px;
}
.merit__item-text2 span {
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .merit__item-text2 {
    font-size: 20px;
  }
}

.price__inner {
  padding: 0px 10px 50px;
}

.price__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Oswald";
  line-height: 1.2;
}

.price-price {
  color: red;
  font-size: 90px;
  font-weight: 900;
}
@media screen and (min-width: 640px) {
  .price-price {
    font-size: 120px;
  }
}

.price-yen {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .price-yen {
    font-size: 50px;
  }
}

.price__subtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.price__subtext span {
  font-size: 12px;
}

.price__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.price__item {
  color: #0237cb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
}
.price__item span {
  font-size: 20px;
  font-weight: 700;
}
.price__item img {
  width: 30px;
}
@media screen and (min-width: 640px) {
  .price__item span {
    font-size: 24px;
  }
  .price__item img {
    width: 40px;
  }
}

.user {
  background-color: #eff2fe;
}

.user__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 20px 10px 50px;
}
.user__list .user__item:nth-child(1)::after {
  content: url("../img/user_age1.png");
  position: absolute;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  left: -55px;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.user__list .user__item:nth-child(2)::after {
  content: url("../img/user_age2.png");
  position: absolute;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  left: -55px;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.user__list .user__item:nth-child(3)::after {
  content: url("../img/user_age3.png");
  position: absolute;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  left: -55px;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.user__list .user__item:nth-child(4)::after {
  content: url("../img/user_age4.png");
  position: absolute;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  left: -55px;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (min-width: 640px) {
  .user__list .user__item:nth-child(1)::after, .user__list .user__item:nth-child(2)::after, .user__list .user__item:nth-child(3)::after, .user__list .user__item:nth-child(4)::after {
    top: 70px;
    left: -60px;
  }
}

.user__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 55px;
}

.user__avatar {
  position: absolute;
  left: -55px;
}
.user__avatar img {
  width: 60px;
}
@media screen and (min-width: 640px) {
  .user__avatar {
    left: -70px;
  }
  .user__avatar img {
    width: 80px;
  }
}

.user__voice {
  border: 1px solid #0237cb;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
}
.user__voice img {
  width: 280px;
}
@media screen and (min-width: 640px) {
  .user__voice {
    padding: 30px;
  }
  .user__voice img {
    width: 300px;
  }
}

.faq__contents {
  padding: 0 10px;
  margin-top: 20px;
}

.faq__list {
  border: 1px solid #0237cb;
}

.faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #0237cb;
  padding: 10px 30px 10px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__question span {
  font-size: 20px;
  font-weight: 600;
}
.faq__question::before {
  content: "Q";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "BIZ UDPGothic";
  width: 28px;
  height: 28px;
  left: 10px;
  font-weight: 600;
  color: #0237cb;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .faq__question {
    padding: 10px 30px 10px 60px;
  }
  .faq__question span {
    font-size: 26px;
  }
  .faq__question::before {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.faq__answer {
  position: relative;
  padding: 20px 30px 40px 50px;
}
.faq__answer span {
  font-size: 18px;
}
.faq__answer::before {
  content: "A";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "BIZ UDPGothic";
  font-weight: 600;
  width: 28px;
  height: 28px;
  left: 10px;
  color: #fff;
  background-color: #0237cb;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .faq__answer {
    padding: 20px 30px 40px 60px;
  }
  .faq__answer span {
    font-size: 24px;
  }
  .faq__answer::before {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.footer {
  background-color: #0237cb;
}

.footer__inner {
  color: #fff;
  padding: 20px;
  margin-top: 20px;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__logo img {
  width: 200px;
}
@media screen and (min-width: 640px) {
  .footer__logo img {
    width: 240px;
  }
}

.footer__list {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .footer__list {
    font-size: 14px;
  }
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .copyright {
    font-size: 14px;
  }
}

.footer__button {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  padding-inline: 10px;
}
.footer__button a {
  display: block;
  -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;
}
.footer__button a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.footer__button a img {
  width: 100%;
  max-width: 450px;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 640px) {
  .footer__button a img {
    max-width: 450px;
  }
}

.footer__fukidashi {
  margin-top: -30px;
  position: absolute;
  z-index: 1;
}
.footer__fukidashi img {
  max-width: 200px;
}
@media screen and (min-width: 640px) {
  .footer__fukidashi {
    margin-top: -35px;
  }
  .footer__fukidashi img {
    max-width: 250px;
  }
}