@charset "UTF-8";
.fv {
  position: relative;
  height: calc(100vh - 70px);
  width: 100%;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .fv {
    height: calc(100vh - 120px);
  }
}
.fv__img {
  width: 100%;
  height: 100%;
}
.fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__item {
  position: absolute;
  bottom: -10px;
  left: 50px;
  z-index: 2;
}
@media screen and (max-width: 1320px) {
  .fv__item {
    bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .fv__item {
    width: 35.4666666667vw;
    left: 22px;
    bottom: -10px;
  }
}
.fv__copy {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1320px) {
  .fv__copy {
    width: 60%;
    bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .fv__copy {
    width: 100%;
    bottom: unset;
    top: 10%;
  }
  .fv__copy img {
    width: 100%;
  }
}
.fv__nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  padding: 25px 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fv__nav {
    padding: 8vw 5.3333333333vw;
  }
}
.fv__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .fv__nav ul {
    flex-wrap: wrap;
    gap: 20px 50px;
  }
}
.fv__nav ul li a {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fv__nav ul li a {
    font-size: 5.3333333333vw;
  }
}
.fv__nav ul li:nth-child(1) a {
  color: #8A199C;
}
.fv__nav ul li:nth-child(2) a {
  color: #FC5000;
}
.fv__nav ul li:nth-child(3) a {
  color: #FCDC00;
}
.fv__nav ul li:nth-child(4) a {
  color: #C2D501;
}
.fv__nav ul li a:hover {
  color: #fff;
  opacity: 1;
}

.reason {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 13.3333333333vw 0 0;
  }
}
.reason__title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 80px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .reason__title {
    font-size: 8.5333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.reason__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .reason__lists {
    display: block;
  }
}
.reason__list {
  position: relative;
}
.reason__list--num {
  position: absolute;
  left: 12px;
  top: 20px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  writing-mode: vertical-lr;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .reason__list--num {
    top: 10px;
    left: 8px;
    font-size: 4.2666666667vw;
  }
}
.reason__list--num span {
  font-size: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .reason__list--num span {
    font-size: 5.3333333333vw;
  }
}
.reason__list--img img {
  vertical-align: bottom;
}
.reason__list:nth-child(1) .reason__list--num {
  color: #8A199C;
}
.reason__list:nth-child(2) .reason__list--num {
  color: #FC5000;
}
.reason__list:nth-child(3) .reason__list--num {
  color: #FCDC00;
}
.reason__list:nth-child(4) .reason__list--num {
  color: #C2D501;
}
.reason__list--title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 1320px) {
  .reason__list--title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .reason__list--title {
    font-size: 6.4vw;
  }
}

.intro {
  background: url(../img/intro-bg.png) no-repeat;
  background-position: top;
  background-size: cover;
  padding: 65px 40px 130px;
}
@media screen and (max-width: 768px) {
  .intro {
    background: url(../img/intro-bg-sp.png) no-repeat;
    background-position: top;
    background-size: cover;
    padding: 13.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.intro__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.intro__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 210px;
}
@media screen and (max-width: 768px) {
  .intro__title {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    margin-bottom: 34.6666666667vw;
  }
}
.intro__title span {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .intro__title span {
    font-size: 8vw;
  }
}
.intro__title span .yellow {
  background: linear-gradient(transparent 70%, #FCDC00 30%);
}
.intro__contents {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
.intro__contents h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro__contents h3 {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.intro__contents .bg {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  border-radius: 30px;
  padding: 14px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro__contents .bg {
    font-size: 5.3333333333vw;
    padding: 8px 0;
    margin-bottom: 9.3333333333vw;
  }
}
.intro__contents p {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .intro__contents p {
    font-size: 8vw;
  }
}

.detail {
  padding: 70px 40px 120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .detail {
    padding: 26.6666666667vw 2.6666666667vw 0vw;
  }
}
.detail__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.detail__title {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .detail__title {
    font-size: 6.1333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.detail__lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .detail__lists {
    flex-wrap: wrap;
    margin-bottom: 13.3333333333vw;
  }
}
.detail__list {
  width: 19.2%;
  border-radius: 20px;
  background: #F5F5F5;
  padding: 25px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail__list {
    border-radius: 13px;
    width: 49.5%;
    margin-bottom: 1%;
    padding: 17px 4px;
  }
}
.detail__list--num {
  display: block;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #8A199C;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .detail__list--num {
    font-size: 6.4vw;
  }
}
.detail__list--img {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.detail__list--img span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #098ADA;
}
@media screen and (max-width: 768px) {
  .detail__list--img span {
    font-size: 2.6666666667vw;
    right: 0;
  }
}
.detail__list--img span.txt01 {
  right: unset;
  left: 0;
}
.detail__list--img span.txt02 {
  right: -10px;
}
.detail__list--img img {
  margin: 0 auto;
  height: 175px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .detail__list--img img {
    height: 40vw;
    width: auto;
  }
}
.detail__list--text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1320px) {
  .detail__list--text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .detail__list--text {
    font-size: 3.4666666667vw;
  }
}
.detail__list--text .yellow {
  background: linear-gradient(transparent 70%, #FCDC00 30%);
}
.detail__list--text .min {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .detail__list--text .min {
    font-size: 2.9333333333vw;
  }
}
.detail__text {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  max-width: 767px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .detail__text {
    padding: 0 10px;
    font-size: 3.4666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.detail__text span {
  color: #FC5000;
}
.detail__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .detail__box {
    display: block;
  }
}
.detail__item {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .detail__item {
    width: 100%;
    margin-bottom: 13.3333333333vw;
  }
}
.detail__item h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #098ADA;
  background: #D9D9D9;
  border-radius: 30px;
  padding: 12px 0;
  margin-bottom: 38px;
}
@media screen and (max-width: 1320px) {
  .detail__item h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .detail__item h3 {
    font-size: 5.8666666667vw;
    padding: 8px 0;
    border-radius: 20px;
    margin-bottom: 6.6666666667vw;
  }
}
.detail__item p {
  text-align: center;
  line-height: 2.5;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  .detail__item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .detail__item p {
    font-size: 4vw;
  }
}
.detail__item:nth-of-type(2) h3 {
  background: #098ADA;
  color: #fff;
}

.about {
  padding: 290px 40px 100px;
  background: #F5F5F5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 37.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.about .ashirai {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about .ashirai {
    top: -190px;
  }
}
.about .ashirai img {
  width: 100%;
}
.about__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about__title {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 6.4vw;
    margin-bottom: 13.3333333333vw;
  }
}
.about__text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 4vw;
    margin-bottom: 13.3333333333vw;
  }
}
.about__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about__lists {
    flex-wrap: wrap;
  }
}
.about__list {
  width: 24.5%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .about__list {
    width: 49.5%;
    margin-bottom: 13.3333333333vw;
    gap: 10px;
  }
}
.about__list:nth-child(1) {
  background: #8A199C;
}
.about__list:nth-child(2) {
  background: #FC5000;
}
.about__list:nth-child(3) {
  background: #FCDC00;
}
.about__list:nth-child(4) {
  background: #C2D501;
}
.about__list--title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .about__list--title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about__list--title {
    font-size: 3.4666666667vw;
  }
}

.ph500 {
  background: #fff;
  padding: 40px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .ph500 {
    padding: 13.3333333333vw 4vw;
    margin-top: 13.3333333333vw;
  }
}
.ph500__title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ph500__title {
    font-size: 6.4vw;
  }
}
.ph500__title span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ph500__title span {
    font-size: 4.2666666667vw;
  }
}
.ph500__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ph500__lists {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10.6666666667vw;
  }
}
.ph500__list {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 4px solid #8A199C;
  color: #8A199C;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ph500__list {
    width: 130px;
    height: 130px;
    font-size: 4.2666666667vw;
  }
}
.ph500__list span {
  font-size: 40px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ph500__list span {
    font-size: 6.4vw;
  }
}
.ph500__list span span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ph500__list span span {
    font-size: 3.7333333333vw;
  }
}
.ph500__list:nth-child(2) {
  border-color: #C2D501;
  color: #C2D501;
}
.ph500__list:nth-child(3) {
  border-color: #FC5000;
  color: #FC5000;
}
.ph500__list:nth-child(4) {
  border-color: #098ADA;
  color: #098ADA;
}
.ph500__text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ph500__text {
    font-size: 4.2666666667vw;
  }
}

.lineup {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding: 13.3333333333vw 0 0;
  }
}
.lineup__title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .lineup__title {
    font-size: 12.8vw;
    margin-bottom: 9.3333333333vw;
  }
}
.lineup__box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lineup__box {
    display: block;
  }
}
.lineup__box:first-of-type {
  border-top: 1px solid #000;
}
.lineup__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.lineup__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lineup__img {
    width: 100%;
  }
}
.lineup__img img {
  vertical-align: bottom;
  width: 100%;
}
.lineup__contents {
  padding: 0 7%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lineup__contents {
    width: 100%;
    padding: 8vw 6.6666666667vw 24vw;
  }
}
.lineup__contents h3 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1320px) {
  .lineup__contents h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .lineup__contents h3 {
    font-size: 9.6vw;
    margin-bottom: 5.3333333333vw;
  }
}
.lineup__contents .subTitle {
  font-size: 20px;
  font-weight: bold;
  color: #FEF200;
  margin-bottom: 35px;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .lineup__contents .subTitle {
    font-size: 4vw;
  }
}
.lineup ul li h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1320px) {
  .lineup ul li h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lineup ul li h4 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.lineup ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1320px) {
  .lineup ul li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .lineup ul li p {
    font-size: 4vw;
  }
}
.lineup ul li + li {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .lineup ul li + li {
    margin-top: 5.3333333333vw;
  }
}

.solution {
  padding: 100px 40px 85px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .solution {
    padding: 13.3333333333vw 0;
  }
}
.solution__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.solution h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .solution h3 {
    font-size: 6.4vw;
    margin-bottom: 16vw;
  }
}
.solution p {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .solution p {
    font-size: 4.2666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.solution .section__subTitle {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .solution .section__subTitle {
    margin-top: 13.3333333333vw;
    font-size: 6.4vw;
  }
}
.solution .section__subTitle span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .solution .section__subTitle span {
    font-size: 4.2666666667vw;
  }
}
.solution__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .solution__box {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10.6666666667vw;
  }
}
.solution__item {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 4px solid #8A199C;
  color: #8A199C;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .solution__item {
    width: 145px;
    height: 145px;
    font-size: 4.2666666667vw;
  }
}
.solution__item span {
  font-size: 40px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .solution__item span {
    font-size: 8.5333333333vw;
  }
}
.solution__item span span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .solution__item span span {
    font-size: 4.2666666667vw;
  }
}
.solution__item:nth-child(1) {
  border-color: #C2D501;
  color: #C2D501;
}
.solution__item:nth-child(2) {
  border-color: #FC5000;
  color: #FC5000;
}
.solution__item:nth-child(3) {
  border-color: #098ADA;
  color: #098ADA;
}
.solution__text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .solution__text {
    font-size: 4.2666666667vw;
    margin-bottom: 0 !important;
  }
}
.solution__text span {
  color: #FC5000;
}
.solution__lists {
  margin-top: 50px;
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .solution__lists {
    width: -moz-max-content;
    width: max-content;
  }
}
.solution .solution__listsWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .solution .solution__listsWrap {
    overflow-x: auto;
    padding: 0 5.3333333333vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .solution .solution__listsWrap::-webkit-scrollbar {
    display: none;
  }
}
.solution__list {
  padding: 35px 20px;
}
.solution__list:nth-child(1) {
  background: #FEF200;
}
.solution__list:nth-child(2) {
  background: #FC5000;
}
.solution__list:nth-child(3) {
  background: #D090D8;
}
@media screen and (max-width: 768px) {
  .solution__list {
    padding: 6.6666666667vw 5.3333333333vw;
    width: auto;
  }
}
.solution__list--circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  margin: 0 auto;
  border: 4px solid #000;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .solution__list--circle {
    font-size: 4.2666666667vw;
  }
}
.solution__list--circle span {
  font-size: 40px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .solution__list--circle span {
    font-size: 8.5333333333vw;
  }
}
.solution__list--circle span span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .solution__list--circle span span {
    font-size: 4.2666666667vw;
  }
}
.solution__list--title {
  font-weight: bold;
  font-size: 48px;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .solution__list--title {
    font-size: 9.0666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.solution__list--subTitle {
  text-align: center;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
}
.solution__list--text {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.solution__list--img {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .solution__list--img {
    margin-bottom: 10.6666666667vw;
  }
}
.solution__list--detail > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.solution__list--detail span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 120px;
  padding: 7px 0;
  text-align: center;
  border-radius: 17px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .solution__list--detail span {
    font-size: 3.4666666667vw;
  }
}
.solution__list--detail .list {
  display: flex;
  gap: 10px;
  align-items: center;
}

.scene {
  padding: 100px 40px;
  background: #8A199C;
}
@media screen and (max-width: 768px) {
  .scene {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.scene__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.scene .section__title {
  color: #fff;
}
.scene .section__title::after {
  background: #fff;
}
.scene__lists {
  margin-top: 100px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .scene__lists {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 13.3333333333vw;
  }
}
.scene__list {
  background: #fff;
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  .scene__list {
    padding: 24px 14px;
  }
}
.scene__list--img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .scene__list--img {
    margin-bottom: 15px;
  }
}
.scene__list--num {
  font-weight: bold;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .scene__list--num {
    font-size: 11px;
  }
}
.scene__list--title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .scene__list--title {
    font-size: 15px;
  }
}

.plan {
  padding: 100px 40px;
  background: #FC5000;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 17.3333333333vw 4vw 21.3333333333vw;
  }
}
.plan__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.plan .section__title {
  color: #fff;
}
.plan .section__title::after {
  background: #fff;
}
.plan__lists {
  margin-top: 100px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .plan__lists {
    margin-top: 13.3333333333vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
.plan__list {
  background: #fff;
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  .plan__list {
    padding: 13.3333333333vw 8vw;
  }
}
.plan__list--img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .plan__list--img {
    margin-bottom: 5.3333333333vw;
  }
}
.plan__list--num {
  font-weight: bold;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .plan__list--num {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.plan__list--icon {
  text-align: center;
  margin-bottom: 20px;
}
.plan__list h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan__list h3 {
    font-size: 6.4vw;
  }
}
.plan__list p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .plan__list p {
    font-size: 4vw;
  }
}
.plan__list .box {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}
.plan__list .box span {
  display: block;
  padding-top: 5px;
  font-weight: normal;
}

.insert img {
  width: 100%;
}

.voice {
  padding: 100px 40px 50px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 32vw 5.3333333333vw 13.3333333333vw;
  }
}
.voice__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.voice__lists {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .voice__lists {
    margin-top: 16vw;
  }
}
.voice__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .voice__list {
    flex-direction: column;
    gap: 60px;
  }
}
.voice__list--img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .voice__list--img {
    width: 100%;
  }
}
.voice__list--contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .voice__list--contents {
    width: 100%;
  }
}
.voice__list--contents h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .voice__list--contents h3 {
    font-size: 7.4666666667vw;
  }
}
.voice__list--contents p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .voice__list--contents p {
    font-size: 4.2666666667vw;
  }
}
.voice__list--name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #8A199C;
  display: block;
}
@media screen and (max-width: 768px) {
  .voice__list--name {
    font-size: 5.3333333333vw;
  }
}
.voice__list + .voice__list {
  margin-top: 50px;
}
.voice__list + .voice__list .voice__list--name {
  color: #FC5000;
}

.faq {
  padding: 50px 40px 100px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 13.3333333333vw 5.3333333333vw 32vw;
  }
}
.faq__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.faq__lists {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .faq__lists {
    margin-top: 13.3333333333vw;
  }
}
.faq__list + .faq__list {
  margin-top: 20px;
}
.faq__list--title {
  display: flex;
  align-items: center;
  padding: 15px 50px 15px 25px;
  background: #000;
  gap: 30px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    padding: 30px 60px 30px 10px;
    gap: 15px;
  }
}
.faq__list--title::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%) rotate(90deg);
  color: #fff;
  font-size: 30px;
}
.faq__list--title.is_active::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .faq__list--title.is_active::after {
    font-size: 5.3333333333vw;
  }
}
.faq__list--title > span {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq__list--title > span {
    font-size: 12.8vw;
  }
}
.faq__list--title p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .faq__list--title p {
    font-size: 4vw;
  }
}
.faq__list--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__list--textWrap {
  padding: 30px 25px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .faq__list--textWrap {
    align-items: flex-start;
    padding: 30px 10px 30px 10px;
    gap: 15px;
  }
}
.faq__list--textWrap > span {
  font-size: 48px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq__list--textWrap > span {
    font-size: 12.8vw;
  }
}
.faq__list--textWrap p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .faq__list--textWrap p {
    font-size: 4.2666666667vw;
  }
}
.faq__list--textWrap p .purple {
  color: #8A199C;
  font-weight: bold;
}
.faq__list--textWrap p .orange {
  color: #FC5000;
  font-weight: bold;
}
.faq__list--textWrap p .gold {
  color: #DBBF00;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .wpcf7-list-item {
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
  }
}

.contact {
  padding: 100px 40px;
  background: #FEF200;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 24vw 5.3333333333vw;
  }
}
.contact__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.contact__form {
  margin-top: 50px;
  background: #fff;
  padding: 100px 7%;
}
@media screen and (max-width: 768px) {
  .contact__form {
    margin-top: 16vw;
    padding: 13.3333333333vw 4vw;
  }
}
.contact__form--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .contact__form--item {
    display: block;
    padding: 5.3333333333vw 0;
  }
}
.contact__form--item .title {
  width: 30%;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact__form--item .title {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.contact__form--item .content {
  width: 70%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact__form--item .content {
    width: 100%;
  }
}
.contact__form--item .content.flex {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .content.flex {
    display: block;
    gap: 20px;
  }
}
.contact__form--item .content input[type=text],
.contact__form--item .content input[type=tel],
.contact__form--item .content input[type=email] {
  width: 100%;
  border: 1px solid #D9D9D9;
  height: 55px;
  padding: 10px;
  box-sizing: border-box;
}
.contact__form--item .content textarea {
  padding: 10px;
  border: 1px solid #D9D9D9;
  width: 100%;
  box-sizing: border-box;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .content textarea {
    height: 150px;
  }
}
.contact__form--item label {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact__form--item label {
    width: 100%;
    font-size: 4vw;
  }
}
.contact__form--item label input {
  margin: 0;
}
.contact__form--item.top {
  align-items: flex-start;
}
.contact__form--item.top .title {
  padding-top: 20px;
}
.contact__form--submit {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__form--submit {
    margin-top: 10.6666666667vw;
  }
}
.contact__form--submit input {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #000;
  border-radius: 10px;
  max-width: 100%;
  width: 488px;
  border: none;
  cursor: pointer;
  height: 105px;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contact__form--submit input {
    width: 100%;
    height: 52px;
    font-size: 16px;
  }
}
.contact__form--submit input:hover {
  background: #FC5000;
  color: #fff;
  opacity: 1;
}

.link__item {
  width: 50%;
  padding: 75px 20px;
}
@media screen and (max-width: 768px) {
  .link__item {
    width: 100%;
    padding: 8vw 5.3333333333vw;
  }
}
.link__item:nth-child(1) {
  background: #FC5000;
}
.link__item:nth-child(1) a:hover {
  background: #FEF200;
  color: #000;
  opacity: 1;
}
.link__item:nth-child(2) {
  background: #8A199C;
}

.how {
  border-top: 1px solid #000;
  background: #FEF200;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .how {
    padding: 16vw 5.3333333333vw;
  }
}
.how__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.how__title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .how__title {
    font-size: 8.5333333333vw;
  }
}
.how__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #DBBF00;
  margin: 30px auto 100px;
}
@media screen and (max-width: 768px) {
  .how__title::after {
    margin: 5.3333333333vw auto 13.3333333333vw;
  }
}
.how__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .how__box {
    display: block;
  }
}
.how__contents {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .how__contents {
    width: 100%;
  }
}
.how__contents p {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .how__contents p {
    font-size: 6.4vw;
    text-align: center;
  }
}
.how__text {
  display: flex;
  flex-direction: column;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .how__text {
    font-size: 8.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.how__text span {
  padding: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 62px;
  background: #DBBF00;
  font-size: 24px;
}
.how__img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .how__img {
    width: 100%;
    margin-top: 8vw;
  }
}

.natoriumu {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .natoriumu {
    margin-bottom: 60px;
    padding: 0 5.3333333333vw;
  }
}
.natoriumu__title {
  background: #D9D9D9;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px 20px 0;
  margin-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .natoriumu__title {
    font-size: 4.8vw;
    margin-bottom: 13.3333333333vw;
    padding-bottom: 10px;
  }
}
.natoriumu__title .bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .natoriumu__title .bg {
    top: 98%;
  }
}
.natoriumu__title .bg img {
  width: 100%;
}
.natoriumu__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .natoriumu__lists {
    display: block;
  }
}
.natoriumu__list {
  width: 33%;
  background: #F5F5F5;
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  .natoriumu__list {
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 20px;
  }
}
.natoriumu__list--img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .natoriumu__list--img {
    margin-bottom: 20px;
  }
}
.natoriumu__list--text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .natoriumu__list--text {
    font-size: 20px;
  }
}/*# sourceMappingURL=top.css.map */