@charset "UTF-8";
.program__slider-button {
  opacity: 1;
  transition: opacity 0.4s;
}
.program__slider-button:hover {
  opacity: 0.6;
}

.merit__container, .why__container, .voice__container, .solution__container, .task__container, .reason__container, .program__container {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .merit__container, .why__container, .voice__container, .solution__container, .task__container, .reason__container, .program__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.program__button, .kv__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  width: 285px;
  height: 80px;
  padding-bottom: 4px;
  border-radius: 40px;
  background-color: #f8e51f;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .program__button, .kv__button {
    font-size: 1.8rem;
    width: 220px;
    height: 60px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 375px) {
  .program__button, .kv__button {
    font-size: 4.8vw;
    width: 58.6666666667vw;
    height: 16vw;
    padding-bottom: 0.5333333333vw;
  }
}
.program__button::after, .kv__button::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/common/arrow_large.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .program__button::after, .kv__button::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 375px) {
  .program__button::after, .kv__button::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.program__button, .kv__button {
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 375px) {
  .program__button, .kv__button {
    box-shadow: 0.5333333333vw 0.8vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
}

.merit__content-text, .why__content-text, .why__content-text--emphasis, .why__content-text--large, .solution__content-text, .task__content-text, .merit-header__text, .why-header__text, .voice-header__text, .solution-header__text, .task-header__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .merit__content-text, .why__content-text, .why__content-text--emphasis, .why__content-text--large, .solution__content-text, .task__content-text, .merit-header__text, .why-header__text, .voice-header__text, .solution-header__text, .task-header__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .merit__content-text, .why__content-text, .why__content-text--emphasis, .why__content-text--large, .solution__content-text, .task__content-text, .merit-header__text, .why-header__text, .voice-header__text, .solution-header__text, .task-header__text {
    font-size: 3.7333333333vw;
  }
}

.merit-header__subtitle, .why-header__subtitle, .voice-header__subtitle, .solution-header__subtitle, .task-header__subtitle {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.5;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #fff;
  color: #07243b;
}
@media screen and (max-width: 768px) {
  .merit-header__subtitle, .why-header__subtitle, .voice-header__subtitle, .solution-header__subtitle, .task-header__subtitle {
    font-size: 1.4rem;
    width: 100vw;
    margin-left: -5.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .merit-header__subtitle, .why-header__subtitle, .voice-header__subtitle, .solution-header__subtitle, .task-header__subtitle {
    font-size: 3.7333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
.merit-header__subtitle-icon, .why-header__subtitle-icon, .voice-header__subtitle-icon, .solution-header__subtitle-icon, .task-header__subtitle-icon {
  display: inline-flex;
  position: absolute;
  top: 54%;
  left: 12px;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: rgba(7, 36, 59, 0.18);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .merit-header__subtitle-icon, .why-header__subtitle-icon, .voice-header__subtitle-icon, .solution-header__subtitle-icon, .task-header__subtitle-icon {
    left: 9px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 375px) {
  .merit-header__subtitle-icon, .why-header__subtitle-icon, .voice-header__subtitle-icon, .solution-header__subtitle-icon, .task-header__subtitle-icon {
    left: 2.4vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.merit-header__subtitle-icon::before, .why-header__subtitle-icon::before, .voice-header__subtitle-icon::before, .solution-header__subtitle-icon::before, .task-header__subtitle-icon::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #07243b;
  content: "";
}
@media screen and (max-width: 768px) {
  .merit-header__subtitle-icon::before, .why-header__subtitle-icon::before, .voice-header__subtitle-icon::before, .solution-header__subtitle-icon::before, .task-header__subtitle-icon::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 375px) {
  .merit-header__subtitle-icon::before, .why-header__subtitle-icon::before, .voice-header__subtitle-icon::before, .solution-header__subtitle-icon::before, .task-header__subtitle-icon::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.merit-header__subtitle-inner, .why-header__subtitle-inner, .voice-header__subtitle-inner, .solution-header__subtitle-inner, .task-header__subtitle-inner {
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 36px;
  padding-right: 40px;
  background-color: #fff;
  vertical-align: middle;
  /* Safari用の古い記述（念のため） */
  /* 標準の記述 */
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .merit-header__subtitle-inner, .why-header__subtitle-inner, .voice-header__subtitle-inner, .solution-header__subtitle-inner, .task-header__subtitle-inner {
    padding-left: 30px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 375px) {
  .merit-header__subtitle-inner, .why-header__subtitle-inner, .voice-header__subtitle-inner, .solution-header__subtitle-inner, .task-header__subtitle-inner {
    margin-bottom: -0.5333333333vw;
    padding-top: 0.5333333333vw;
    padding-bottom: 0.5333333333vw;
    padding-left: 8vw;
    padding-right: 9.3333333333vw;
  }
}
.merit-header__inner, .why-header__inner, .voice-header__inner, .solution-header__inner, .task-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .merit-header__inner, .why-header__inner, .voice-header__inner, .solution-header__inner, .task-header__inner {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .merit-header__inner, .why-header__inner, .voice-header__inner, .solution-header__inner, .task-header__inner {
    margin-top: 5.3333333333vw;
  }
}
.merit-header__title, .why-header__title, .voice-header__title, .solution-header__title, .task-header__title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 1140px) {
  .merit-header__title, .why-header__title, .voice-header__title, .solution-header__title, .task-header__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .merit-header__title, .why-header__title, .voice-header__title, .solution-header__title, .task-header__title {
    text-align: center;
    font-size: 2rem;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 375px) {
  .merit-header__title, .why-header__title, .voice-header__title, .solution-header__title, .task-header__title {
    font-size: 5.3333333333vw;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
.merit-header__title--emphasis, .why-header__title--emphasis, .voice-header__title--emphasis, .solution-header__title--emphasis, .task-header__title--emphasis {
  color: #f8e51f;
}
.merit-header__text, .why-header__text, .voice-header__text, .solution-header__text, .task-header__text {
  line-height: 2;
  margin-left: 30px;
}
@media screen and (max-width: 1140px) {
  .merit-header__text, .why-header__text, .voice-header__text, .solution-header__text, .task-header__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .merit-header__text, .why-header__text, .voice-header__text, .solution-header__text, .task-header__text {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .merit-header__text, .why-header__text, .voice-header__text, .solution-header__text, .task-header__text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.kv {
  background-image: url(/assets/img/top/kv_bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 3885px 100%;
}
.kv__container {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .kv__container {
    max-width: 100%;
  }
}
.kv__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 37.0833333333%;
  height: 100%;
  padding-top: 4.6875%;
  margin-left: 11.71875%;
}
@media screen and (max-width: 768px) {
  .kv__inner {
    width: 100%;
    padding-top: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .kv__inner {
    padding-top: 8vw;
  }
}
.kv__title {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv__title {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 375px) {
  .kv__title {
    width: 92vw;
  }
}
.kv__text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 40px;
}
@media screen and (max-width: 1920px) {
  .kv__text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .kv__text {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .kv__text {
    font-size: 6.4vw;
    margin-top: 5.3333333333vw;
  }
}
.kv__button {
  margin-top: 7.0224719101%;
}
@media screen and (max-width: 1920px) {
  .kv__button {
    font-size: 1.25vw;
    width: 14.84375vw;
    height: 4.1666666667vw;
    margin-top: 2.6041666667vw;
    padding-bottom: 0.2083333333vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .kv__button {
    font-size: 1.8rem;
    width: 220px;
    height: 50px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 375px) {
  .kv__button {
    font-size: 4.8vw;
    width: 58.6666666667vw;
    height: 13.3333333333vw;
    margin-top: 8vw;
    padding-bottom: 0.2666666667vw;
    border-radius: 6.6666666667vw;
  }
}
.kv__button::after {
  margin-top: 3px;
  margin-left: 15px;
}
@media screen and (max-width: 1920px) {
  .kv__button::after {
    width: 0.9375vw;
    height: 0.9375vw;
    margin-top: 0.15625vw;
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .kv__button::after {
    width: 13px;
    height: 13px;
    margin-top: 3px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 375px) {
  .kv__button::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-top: 0.8vw;
    margin-left: 4vw;
  }
}
.kv__img {
  display: block;
}
@media screen and (max-width: 768px) {
  .kv__img {
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 375px) {
  .kv__img {
    width: 100vw;
  }
}

.program__container {
  position: relative;
  max-width: 1780px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1920px) {
  .program__container {
    margin-top: -4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .program__container {
    max-width: 100%;
    margin-top: -80px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .program__container {
    margin-top: -21.3333333333vw;
  }
}
.program__inner {
  position: relative;
  padding-top: 80px;
  border-radius: 80px;
  background: linear-gradient(to right, #3b48e6, #101aa2);
}
@media screen and (max-width: 1920px) {
  .program__inner {
    padding-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .program__inner {
    padding-top: 45px;
    border-radius: 0;
  }
}
@media screen and (max-width: 375px) {
  .program__inner {
    padding-top: 12vw;
  }
}
.program__inner::before {
  display: inline-block;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 93.6046511628%;
  height: 68px;
  background-image: url(/assets/img/top/program_item.png);
  background-repeat: no-repeat;
  background-size: 1610px 68px;
  background-position: center;
  content: "";
}
@media screen and (max-width: 1920px) {
  .program__inner::before {
    top: -1.8229166667vw;
    height: 3.5416666667vw;
    background-size: 83.8541666667vw 3.5416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .program__inner::before {
    top: -35px;
    width: 100%;
    height: 68px;
    background-size: 1610px 68px;
  }
}
@media screen and (max-width: 375px) {
  .program__inner::before {
    top: -9.3333333333vw;
    width: 100%;
    height: 18.1333333333vw;
    background-size: 429.3333333333vw 18.1333333333vw;
  }
}
.program__title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .program__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .program__title {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 375px) {
  .program__title {
    font-size: 3.7333333333vw;
  }
}
.program__title--large {
  font-size: 4rem;
}
@media screen and (max-width: 1140px) {
  .program__title--large {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .program__title--large {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .program__title--large {
    font-size: 4.8vw;
  }
}
.program__slider {
  position: relative;
  margin-top: 55px;
}
@media screen and (max-width: 1920px) {
  .program__slider {
    margin-top: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .program__slider {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .program__slider {
    margin-top: 8vw;
  }
}
.program__slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 41.0256410256%;
  width: 60px;
  height: 60px;
  padding-right: 5px;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .program__slider-button {
    top: 36.5079365079%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 375px) {
  .program__slider-button {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.program__slider-button::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 13px solid #07243b;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  content: "";
}
@media screen and (max-width: 375px) {
  .program__slider-button::before {
    border-right-width: 3.4666666667vw;
    border-top-width: 2.4vw;
    border-bottom-width: 2.4vw;
  }
}
.program__slider-button::after {
  content: none;
}
.program__slider-button.swiper-button-prev {
  left: -30px;
}
@media screen and (max-width: 768px) {
  .program__slider-button.swiper-button-prev {
    left: 1.3333333333vw;
  }
}
.program__slider-button.swiper-button-next {
  right: -30px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .program__slider-button.swiper-button-next {
    right: 1.3333333333vw;
  }
}
.program__thum {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .program__thum {
    border-radius: 2.6666666667vw;
  }
}
.program__subtitle {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4444444444;
  margin-top: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .program__subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .program__subtitle {
    font-size: 4vw;
  }
}
.program__text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4285714286;
  margin-top: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .program__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .program__text {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.program__button {
  position: relative;
  bottom: -30px;
  height: 60px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 45px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .program__button {
    bottom: -25px;
    height: 50px;
    margin-top: 10px;
    padding-bottom: 2px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .program__button {
    bottom: -6.6666666667vw;
    height: 13.3333333333vw;
    margin-top: 2.6666666667vw;
    padding-bottom: 0.5333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.program__button::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .program__button::after {
    right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .program__button::after {
    right: 5.3333333333vw;
  }
}

.reason__container {
  padding-top: 210px;
}
@media screen and (max-width: 768px) {
  .reason__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .reason__container {
    padding-top: 26.6666666667vw;
  }
}
.reason__title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .reason__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .reason__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 375px) {
  .reason__title {
    font-size: 5.8666666667vw;
  }
}
.reason__title--large {
  font-size: 4rem;
}
@media screen and (max-width: 1140px) {
  .reason__title--large {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .reason__title--large {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .reason__title--large {
    font-size: 6.4vw;
  }
}
.reason__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .reason__content {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .reason__content {
    margin-top: 10.6666666667vw;
  }
}
.reason__content-text {
  width: 48.1818181818%;
}
@media screen and (max-width: 768px) {
  .reason__content-text {
    width: 100%;
  }
}
.reason__content-img {
  width: 45.4545454545%;
}
@media screen and (max-width: 768px) {
  .reason__content-img {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .reason__content-img {
    margin-top: 16vw;
  }
}
.reason__subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8888888889;
}
@media screen and (max-width: 768px) {
  .reason__subtitle {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .reason__subtitle {
    font-size: 4.2666666667vw;
  }
}
.reason__subtitle-inner {
  display: inline-block;
  padding: 6px 25px;
  border-radius: 25px;
  border: 2px solid #fff;
}
@media screen and (max-width: 375px) {
  .reason__subtitle-inner {
    padding: 1.6vw 6.6666666667vw;
    border-radius: 6.6666666667vw;
    border-width: 0.5333333333vw;
  }
}
.reason__list {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .reason__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .reason__list {
    margin-top: 5.3333333333vw;
  }
}
.reason__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .reason__item {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 375px) {
  .reason__item {
    padding-bottom: 1.3333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
.reason__item + .reason__item {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .reason__item + .reason__item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .reason__item + .reason__item {
    margin-top: 2.6666666667vw;
  }
}
.reason__num {
  display: block;
  width: 29px;
  min-width: 29px;
  margin-right: 10px;
}
@media screen and (max-width: 375px) {
  .reason__num {
    width: 7.7333333333vw;
    min-width: 7.7333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.reason__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8888888889;
}
@media screen and (max-width: 768px) {
  .reason__text {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .reason__text {
    font-size: 4.2666666667vw;
  }
}
.reason__text--term {
  color: #f8e51f;
}
.reason__img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .reason__img {
    border-radius: 2.6666666667vw;
  }
}
.reason__message {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .reason__message {
    font-size: 1.6rem;
    padding-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .reason__message {
    font-size: 4.2666666667vw;
    padding-top: 16vw;
  }
}
.reason__message--large {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .reason__message--large {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 375px) {
  .reason__message--large {
    font-size: 5.8666666667vw;
  }
}
.reason__message::before {
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 45px;
  background-image: url(/assets/img/top/reason_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .reason__message::before {
    width: 12px;
    height: 30px;
  }
}
@media screen and (max-width: 375px) {
  .reason__message::before {
    top: 5.3333333333vw;
    width: 3.2vw;
    height: 8vw;
  }
}

.task__content-icon--03, .task__content-icon--02, .task__content-icon--01 {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 375px) {
  .task__content-icon--03, .task__content-icon--02, .task__content-icon--01 {
    width: 16vw;
    height: 16vw;
  }
}

.task__container {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .task__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .task__container {
    padding-top: 26.6666666667vw;
  }
}
.task__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .task__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .task__list {
    margin-top: 8vw;
  }
}
.task__item {
  max-width: 330px;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .task__item {
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .task__item + .task__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .task__item + .task__item {
    margin-top: 5.3333333333vw;
  }
}
.task__content {
  position: relative;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .task__content {
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .task__content {
    padding: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.task__content-icon--01 {
  background-image: url(/assets/img/top/task_icon-01.png);
}
.task__content-icon--02 {
  background-image: url(/assets/img/top/task_icon-02.png);
}
.task__content-icon--03 {
  background-image: url(/assets/img/top/task_icon-03.png);
}
.task__content-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  margin-top: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .task__content-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .task__content-title {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
.task__content-text {
  margin-top: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .task__content-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .task__content-text {
    margin-top: 5.3333333333vw;
  }
}
.task__texts {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .task__texts {
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .task__texts {
    margin-top: 8vw;
  }
}
.task__text {
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 50px;
}
@media screen and (max-width: 1140px) {
  .task__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .task__text {
    font-size: 1.6rem;
    width: 42.6666666667vw;
    padding-left: 35px;
  }
}
@media screen and (max-width: 375px) {
  .task__text {
    font-size: 4.2666666667vw;
    padding-left: 9.3333333333vw;
  }
}
.task__text::before {
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  color: #f8e51f;
  content: "✗";
}
@media screen and (max-width: 768px) {
  .task__text::before {
    top: -14px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 375px) {
  .task__text::before {
    top: -3.7333333333vw;
    font-size: 12vw;
  }
}
.task__text + .task__text {
  margin-left: 6.3636363636%;
}
@media screen and (max-width: 1140px) {
  .task__text + .task__text {
    margin-left: 1.8181818182%;
  }
}
@media screen and (max-width: 768px) {
  .task__text + .task__text {
    margin-left: 0;
  }
}

.solution__content-icon--04, .solution__content-icon--03, .solution__content-icon--02, .solution__content-icon--01 {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 375px) {
  .solution__content-icon--04, .solution__content-icon--03, .solution__content-icon--02, .solution__content-icon--01 {
    width: 16vw;
    height: 16vw;
  }
}

.solution__container {
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  .solution__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .solution__container {
    padding-top: 26.6666666667vw;
  }
}
.solution__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1140px) {
  .solution__list {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .solution__list {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .solution__list {
    margin-top: 2.6666666667vw;
  }
}
.solution__item {
  max-width: 260px;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .solution__item {
    max-width: 47.7611940299%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .solution__item {
    padding-top: 5.3333333333vw;
  }
}
.solution__content {
  position: relative;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .solution__content {
    padding: 15px;
  }
}
@media screen and (max-width: 375px) {
  .solution__content {
    padding: 4vw;
    border-radius: 2.6666666667vw;
  }
}
.solution__content-icon--01 {
  background-image: url(/assets/img/top/solution_icon-01.png);
}
.solution__content-icon--02 {
  background-image: url(/assets/img/top/solution_icon-02.png);
}
.solution__content-icon--03 {
  background-image: url(/assets/img/top/solution_icon-03.png);
}
.solution__content-icon--04 {
  background-image: url(/assets/img/top/solution_icon-04.png);
}
.solution__content-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  margin-top: 10px;
  color: #3b48e6;
}
@media screen and (max-width: 768px) {
  .solution__content-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .solution__content-title {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
.solution__content-text {
  text-align: center;
  letter-spacing: 0;
  margin-top: 15px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .solution__content-text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .solution__content-text {
    margin-top: 2.6666666667vw;
  }
}
.solution__text {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .solution__text {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .solution__text {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
.solution__text--large {
  font-size: 2.4rem;
  color: #f8e51f;
}
@media screen and (max-width: 768px) {
  .solution__text--large {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .solution__text--large {
    font-size: 5.3333333333vw;
  }
}

.voice__container {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .voice__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .voice__container {
    padding-top: 26.6666666667vw;
  }
}
.voice__imgs {
  position: relative;
  margin-top: -1.8181818182%;
}
@media screen and (max-width: 768px) {
  .voice__imgs {
    margin-top: -5.3333333333vw;
  }
}
.voice__img--01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice__img--01 {
    width: 98.5074626866%;
    margin-left: auto;
    margin-right: auto;
  }
}
.voice__img--02, .voice__img--03 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .voice__img--02, .voice__img--03 {
    position: static;
    width: 98.5074626866%;
    margin-left: auto;
    margin-right: auto;
  }
}

.why-table__head--emphasis, .why-table__head:first-child, .why-table__head {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  height: 45px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #264054;
}
@media screen and (max-width: 768px) {
  .why-table__head--emphasis, .why-table__head:first-child, .why-table__head {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .why-table__head--emphasis, .why-table__head:first-child, .why-table__head {
    font-size: 3.7333333333vw;
    height: 12vw;
  }
}

.why-table__body--emphasis, .why-table__body {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  height: 72px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .why-table__body--emphasis, .why-table__body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .why-table__body--emphasis, .why-table__body {
    font-size: 3.7333333333vw;
    height: 19.2vw;
  }
}

.why__container {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .why__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .why__container {
    padding-top: 26.6666666667vw;
  }
}
.why__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .why__list {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .why__list {
    margin-top: 8vw;
  }
}
.why__item {
  max-width: 350px;
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .why__item {
    max-width: 100%;
    padding-top: 0;
  }
}
.why__item + .why__item {
  margin-left: 2.2727272727%;
}
@media screen and (max-width: 768px) {
  .why__item + .why__item {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .why__item + .why__item {
    margin-top: 5.3333333333vw;
  }
}
.why__content {
  position: relative;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .why__content {
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .why__content {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.why__content-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .why__content-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .why__content-title {
    font-size: 4.8vw;
  }
}
.why__content-text, .why__content-text--large, .why__content-text--emphasis {
  margin-top: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .why__content-text, .why__content-text--large, .why__content-text--emphasis {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .why__content-text, .why__content-text--large, .why__content-text--emphasis {
    margin-top: 2.6666666667vw;
  }
}
.why__content-text--emphasis {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  color: #3b48e6;
}
@media screen and (max-width: 768px) {
  .why__content-text--emphasis {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .why__content-text--emphasis {
    font-size: 6.4vw;
    margin-top: 5.3333333333vw;
  }
}
.why__content-text--large {
  display: inline-block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 0;
  color: #3b48e6;
}
@media screen and (max-width: 768px) {
  .why__content-text--large {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 375px) {
  .why__content-text--large {
    font-size: 9.6vw;
  }
}
.why__content-text--large.font__en {
  font-size: 6.4rem;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .why__content-text--large.font__en {
    font-size: 6rem;
    margin-top: -7px;
  }
}
@media screen and (max-width: 375px) {
  .why__content-text--large.font__en {
    font-size: 16vw;
    margin-top: -1.8666666667vw;
  }
}
.why__scroll {
  margin-top: 90px;
}
@media screen and (max-width: 1140px) {
  .why__scroll {
    margin-top: 75px;
    padding-top: 11px;
    padding-bottom: 13px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .why__scroll {
    margin-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  .why__scroll {
    margin-top: 13.3333333333vw;
    padding-top: 2.9333333333vw;
    padding-bottom: 3.4666666667vw;
  }
}
.why-table {
  display: table-cell;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.why-table__head {
  min-width: 296px;
}
@media screen and (max-width: 768px) {
  .why-table__head {
    min-width: 260px;
  }
}
@media screen and (max-width: 375px) {
  .why-table__head {
    min-width: 69.3333333333vw;
  }
}
.why-table__head:first-child {
  min-width: 210px;
}
@media screen and (max-width: 768px) {
  .why-table__head:first-child {
    min-width: 180px;
  }
}
@media screen and (max-width: 375px) {
  .why-table__head:first-child {
    min-width: 48vw;
  }
}
.why-table__head--emphasis {
  position: relative;
  font-size: 1.8rem;
  min-width: 297px;
}
@media screen and (max-width: 768px) {
  .why-table__head--emphasis {
    font-size: 1.6rem;
    min-width: 260px;
  }
}
@media screen and (max-width: 375px) {
  .why-table__head--emphasis {
    font-size: 4.2666666667vw;
    min-width: 69.3333333333vw;
  }
}
.why-table__head-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 2px);
  height: calc(100% + 10px);
  margin-top: -10px;
  margin-left: -1px;
  padding-bottom: 2px;
  background: linear-gradient(to bottom, #842cc2, #7000bf);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 375px) {
  .why-table__head-inner {
    height: calc(100% + 2.6666666667vw);
    margin-top: -2.6666666667vw;
    padding-bottom: 0.5333333333vw;
  }
}
.why-table__body--emphasis {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  background-color: #9e50d6;
}
@media screen and (max-width: 768px) {
  .why-table__body--emphasis {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .why-table__body--emphasis {
    font-size: 4.2666666667vw;
  }
}
.why-table__body-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 2px);
  height: calc(100% + 12px);
  margin-bottom: -12px;
  margin-left: -1px;
  background-color: #9e50d6;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 375px) {
  .why-table__body-inner {
    height: calc(100% + 3.2vw);
    margin-bottom: -3.2vw;
  }
}

.merit__container {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .merit__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 375px) {
  .merit__container {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.merit-header__title--large {
  display: inline-block;
  font-size: 4.6rem;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .merit-header__title--large {
    font-size: 3rem;
    margin-top: -5px;
  }
}
@media screen and (max-width: 375px) {
  .merit-header__title--large {
    font-size: 8vw;
    margin-top: -5.3333333333vw;
    margin-bottom: -1.3333333333vw;
  }
}
.merit__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 768px) {
  .merit__list {
    justify-content: center;
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 375px) {
  .merit__list {
    margin-top: 2.6666666667vw;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
.merit__item {
  max-width: 374px;
  width: 100%;
  padding-top: 25px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 768px) {
  .merit__item {
    max-width: 50%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .merit__item {
    padding-top: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.merit__content {
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .merit__content {
    border-radius: 2.6666666667vw;
  }
}
.merit__content-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 78px;
  padding: 10px 0;
  background-color: #3b48e6;
}
@media screen and (max-width: 768px) {
  .merit__content-head {
    display: block;
    min-height: auto;
    padding: 5px 0 10px;
  }
}
@media screen and (max-width: 375px) {
  .merit__content-head {
    padding: 1.3333333333vw 0 2.6666666667vw;
  }
}
.merit__content-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .merit__content-num {
    position: relative;
    display: block;
    left: -8px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 375px) {
  .merit__content-num {
    left: -2.1333333333vw;
    width: 10.6666666667vw;
  }
}
.merit__content-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__content-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .merit__content-title {
    font-size: 4.8vw;
  }
}
.merit__content-body {
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .merit__content-body {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 375px) {
  .merit__content-body {
    padding: 4vw 2.6666666667vw;
  }
}
.merit__content-text {
  color: #07243b;
}