@charset "UTF-8";
.l-fv {
  padding-top: 6.375rem;
}
@media screen and (max-width: 767px) {
  .l-fv {
    padding-top: 3.75rem;
  }
}

.p-fv {
  background: url(../../images/fv_bg.webp) no-repeat top/cover;
  aspect-ratio: 1280/872;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: url(../../images/fv_bg-sp.webp) no-repeat top/cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    aspect-ratio: 375/676;
  }
}

.p-fv__img {
  width: 25.75rem;
  height: 200%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(217deg, rgb(30, 30, 30) 0%, rgb(54, 54, 54) 100%);
}
@media screen and (max-width: 1580px) {
  .p-fv__img {
    width: 19.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    width: 237.1875rem;
    height: 5.9375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__img--left {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__img--right {
    display: none;
  }
}

.p-fv__img--left-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__img--left-sp {
    display: block;
  }
}

.p-fv__loop {
  position: absolute;
  inset: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  will-change: transform;
  --duration: 30s;
  -webkit-animation: vloop-translate-left var(--duration) linear infinite;
  animation: vloop-translate-left var(--duration) linear infinite;
}
@media screen and (max-width: 767px) {
  .p-fv__loop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-animation: vloop-translate-left-sp var(--duration) linear infinite;
    animation: vloop-translate-left-sp var(--duration) linear infinite;
    inset: 0.5rem 0;
    --duration: 80s;
  }
}

.p-fv__loop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv__loop img {
    margin-left: -2.5rem;
  }
}

.p-fv__loop--left {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-fv__loop--left-sp {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes vloop-translate-left {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes vloop-translate-left {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes vloop-translate-left-sp {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes vloop-translate-left-sp {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.p-fv__loop--right {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-animation: vloop-translate-right var(--duration) linear infinite;
  animation: vloop-translate-right var(--duration) linear infinite;
}

@-webkit-keyframes vloop-translate-right {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@keyframes vloop-translate-right {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-fv__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-fv__lead {
  margin-top: 2.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    margin-top: 0.75rem;
  }
}

.p-fv__lead span {
  width: 32.3125rem;
  height: 3.0625rem;
  font-size: 1.25rem;
  background-color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fv__lead span {
    width: 20.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}

.p-fv__title {
  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;
  color: #fff;
  font-weight: 900;
  font-size: 4.5rem;
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    margin-top: 0;
    font-size: 2.75rem;
  }
}

.p-fv__title span {
  border-bottom: 3px solid #fff;
}

.p-fv__text {
  margin-top: 1.4375rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    margin-top: 0.5625rem;
    font-size: 1rem;
  }
}

.p-fv__card {
  margin-top: 1.25rem;
  width: 32.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__card {
    margin-top: 0.9375rem;
    width: 20.5rem;
  }
}

.p-fv__card img {
  aspect-ratio: 520/167;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-fv__btn {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    margin-top: 1.875rem;
  }
}

.l-voice {
  padding: 3.375rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-voice {
    padding: 2rem 0 2.5rem;
  }
}

.p-voice {
  background: url(../../images/voice_bg.webp) no-repeat center/cover;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice {
    background: url(../../images/voice_bg-sp.webp) no-repeat center/cover;
  }
}

.p-voice__title-box {
  text-align: center;
}

.p-voice__title {
  color: #fff;
}

.p-voice__title::before {
  color: #fff;
  font-weight: normal;
}

.p-voice__swiper-content {
  position: relative;
  margin-top: 2.5rem;
  padding-bottom: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice__swiper-content {
    margin-top: 1rem;
    padding-bottom: 1.25rem;
  }
}

.p-voice__swiper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-voice__swiper {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-voice__img {
  width: min(50vw, 51.75rem);
}
@media screen and (max-width: 767px) {
  .p-voice__img {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.p-voice__img img {
  aspect-ratio: 828/301;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-voice__pagination.swiper-pagination {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice__pagination.swiper-pagination {
    gap: 0.375rem;
  }
}

.p-voice__pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-voice__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.p-voice__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.p-voice__prev,
.p-voice__next {
  width: 2.5rem !important;
  height: 2.5rem !important;
  background-color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  top: 45%;
  z-index: 500;
  pointer-events: auto !important;
}
@media screen and (max-width: 767px) {
  .p-voice__prev,
  .p-voice__next {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-voice__prev {
  left: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-voice__prev {
    left: -0.5rem;
  }
}

.p-voice__next {
  right: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-voice__next {
    right: -0.5rem;
  }
}

.p-voice__prev::after,
.p-voice__next::after {
  width: 0.5rem;
  height: 1rem;
  background: url(../../images/icon_arrow-white.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-voice__prev::after,
  .p-voice__next::after {
    width: 0.375rem;
    height: 0.75rem;
  }
}

.p-voice__prev::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-voice__prev.swiper-button-disabled,
.p-voice__next.swiper-button-disabled {
  opacity: 1; /* 見た目もそのままでOKなら 1 */
  pointer-events: auto; /* ←これが超重要 */
  cursor: pointer;
}

.p-intro {
  position: relative;
}

.p-intro__head {
  position: relative;
  overflow: hidden;
  padding-top: 2.1875rem;
  background: url(../../images/intro_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-intro__head {
    padding-top: 1rem;
    padding-bottom: 3.25rem;
    background: url(../../images/intro_bg-sp.webp) no-repeat center/cover;
  }
}

.p-intro__loop-text {
  position: absolute;
  top: 2.3125rem;
  font-size: 6rem;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-intro__loop-text {
    font-size: 4rem;
    top: 1.25rem;
  }
}

.loop-wrapper {
  overflow: hidden;
  white-space: nowrap;
}

.loop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}

.loop span {
  padding-right: 4rem; /* テキスト間の余白調整 */
}

/* アニメーション */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-intro::before {
  content: "";
  width: 12.5625rem;
  height: 17.625rem;
  background: url(../../images/bg-decoration05.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-intro::before {
    width: 6.125rem;
    height: 10.8125rem;
  }
}

.p-intro__head--inner {
  max-width: 73rem;
}
@media screen and (max-width: 767px) {
  .p-intro__head--inner {
    padding: 0 0.625rem;
  }
}

.p-intro__title {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.71;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-intro__title {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.p-intro__title span {
  height: 4.75rem;
  color: #ff7a00;
  background-color: #fff;
  padding: 0 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-intro__title span {
    height: 2.0625rem;
    padding: 0 0.25rem;
  }
}

.p-intro__head-wrap {
  margin-top: -1.25rem;
  padding-left: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-intro__head-wrap {
    margin-top: 1.5rem;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
  }
}

.p-intro__head-img-box {
  position: relative;
  width: 40.7473309609%;
}
@media screen and (max-width: 767px) {
  .p-intro__head-img-box {
    width: 16.625rem;
  }
}

.p-intro__img img {
  aspect-ratio: 459/594;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-intro__img img {
    aspect-ratio: 266/344;
  }
}

.p-intro__head-text {
  width: 58.71886121%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8125rem;
  font-size: 2.5rem;
  font-weight: 800;
  color: #333;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-intro__head-text {
    gap: 0.5rem;
    font-size: 1.375rem;
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-intro__head-text .box {
  background-color: #fff;
  padding: 0 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4.1875rem;
  -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-intro__head-text .box {
    padding: 0 0.25rem;
    height: 2.5625rem;
  }
}

.p-intro__head-text .orange {
  color: #ff7a00;
}

.p-intro__head-chart {
  width: 41.1604714415%;
}
@media screen and (max-width: 767px) {
  .p-intro__head-chart {
    width: 18.875rem;
  }
}

.p-intro__head-chart img {
  aspect-ratio: 454/507;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-intro__head-chart img {
    aspect-ratio: 302/289;
  }
}

.p-intro__bottom {
  padding: 6.1875rem 0 5.125rem;
  background: url(../../images/intro-bottom_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-intro__bottom {
    padding: 2.5rem 0 1.5rem;
  }
}

.p-intro__bottom-inner {
  max-width: 68.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-intro__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.p-intro__bottom-copy {
  width: 36.8522072937%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 3rem;
  font-weight: 900;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f79439),
    to(#f06046)
  );
  background: linear-gradient(90deg, #f79439 0%, #f06046 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-intro__bottom-copy {
    width: 100%;
    font-size: 2rem;
  }
}

.p-intro__bottom-text {
  width: 60.0767754319%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-intro__bottom-text {
    width: 100%;
    font-size: 0.875rem;
  }
}

.l-why {
  padding: 9.8125rem 0 10.1875rem;
}
@media screen and (max-width: 767px) {
  .l-why {
    padding: 2.5rem 0 4rem;
  }
}

.p-why {
  position: relative;
  overflow: hidden;
}

.p-why__bg01,
.p-why__bg02,
.p-why__bg03,
.p-why__bg04,
.p-why__bg05 {
  position: absolute;
  z-index: -1;
}

.p-why__bg01 {
  width: 18.0625rem;
  height: 6.875rem;
  background: url(../../images/bg-decoration01.webp) no-repeat center/cover;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-why__bg01 {
    width: 6.75rem;
    height: 15.25rem;
  }
}

.p-why__bg02 {
  width: 16.1875rem;
  height: 29.875rem;
  background: url(../../images/bg-decoration06.webp) no-repeat center/cover;
  top: -15.9375rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-why__bg02 {
    width: 7.6875rem;
    height: 15.375rem;
    top: -9.75rem;
  }
}

.p-why__bg03 {
  width: 48.9375rem;
  height: 78.625rem;
  background: url(../../images/bg-decoration07.webp) no-repeat center/cover;
  top: 36.75rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-why__bg03 {
    display: none;
  }
}

.p-why__bg04 {
  width: 23.625rem;
  height: 28.875rem;
  background: url(../../images/bg-decoration01.webp) no-repeat center/cover;
  top: 54.0625rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-why__bg04 {
    width: 9.4375rem;
    height: 17.125rem;
    top: 43rem;
  }
}

.p-why__bg05 {
  width: 19.0625rem;
  height: 28.875rem;
  background: url(../../images/bg-decoration01.webp) no-repeat center/cover;
  top: 103.6875rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-why__bg05 {
    width: 9.3125rem;
    height: 17.125rem;
    bottom: 0;
    top: auto;
  }
}

.p-why__title-box {
  text-align: center;
}

.p-why__cards {
  margin-top: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-why__cards {
    margin-top: 1.625rem;
  }
}

.c-card-why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  counter-increment: num;
}
@media screen and (max-width: 767px) {
  .c-card-why {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.c-card-why:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-card-why:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-card-why:nth-child(n + 2) {
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .c-card-why:nth-child(n + 2) {
    margin-top: 2.5rem;
  }
}

.c-card-why__img {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .c-card-why__img {
    width: 100%;
  }
}

.c-card-why__img img {
  aspect-ratio: 572/487;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-card-why__body {
  width: 43.6363636364%;
}
@media screen and (max-width: 767px) {
  .c-card-why__body {
    width: 100%;
  }
}

.c-card-why__label {
  margin-bottom: -3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-card-why__label {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-card-why__label span {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 900;
  font-size: 1.375rem;
  color: #ff7a00;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  margin-right: -2.1875rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-card-why__label span {
    font-size: 1rem;
    margin-right: -1.25rem;
  }
}

.c-card-why__label span::after {
  content: "-知-";
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .c-card-why__label span::after {
    font-size: 0.9375rem;
  }
}

.c-card-why:nth-child(2) .c-card-why__label span {
  background-color: #fff8f1;
}
@media screen and (max-width: 767px) {
  .c-card-why:nth-child(2) .c-card-why__label span {
    background-color: #fff;
  }
}

.c-card-why:nth-child(2) .c-card-why__label span::after {
  content: "-心-";
}

.c-card-why:nth-child(3) .c-card-why__label span::after {
  content: "-現場-";
}

.c-card-why__label::after {
  content: counter(num, decimal-leading-zero);
  font-family: avenir-lt-pro, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  color: rgba(247, 148, 57, 0.2);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-card-why__label::after {
    font-size: 4rem;
  }
}

.c-card-why__title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.5;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-card-why__title {
    font-size: 1.5rem;
    text-align: center;
  }
}

.c-card-why__title span {
  color: #ff720c;
}

.c-card-why__text {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-card-why__text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.c-card-why__text .bold {
  font-weight: 900;
}

.c-card-why__btn {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card-why__btn {
    margin-top: 1rem;
  }
}

.l-service {
  padding: 5rem 0 9.5625rem;
}
@media screen and (max-width: 767px) {
  .l-service {
    padding: 2.5rem 0 3.75rem;
  }
}

.p-service {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}

.p-service__bg01,
.p-service__bg02,
.p-service__bg03,
.p-service__bg04,
.p-service__bg05 {
  position: absolute;
}

.p-service__bg01 {
  width: 22.0625rem;
  height: 41.3125rem;
  background: url(../../images/bg-decoration10.webp) no-repeat center/cover;
  top: 2.75rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-service__bg01 {
    width: 7.6875rem;
    height: 15.375rem;
    top: -9.5rem;
    background: url(../../images/bg-decoration08.webp) no-repeat center/cover;
  }
}

.p-service__bg02 {
  width: 21.625rem;
  height: 26.4375rem;
  background: url(../../images/bg-decoration01.webp) no-repeat center/cover;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-service__bg02 {
    display: none;
  }
}

.p-service__bg03 {
  width: 17.9375rem;
  height: 28.875rem;
  background: url(../../images/bg-decoration01.webp) no-repeat center/cover;
  top: 95.625rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-service__bg03 {
    width: 8.25rem;
    height: 17.125rem;
    top: 131.5625rem;
  }
}

.p-service__bg04 {
  width: 18.6875rem;
  height: 29.875rem;
  background: url(../../images/bg-decoration11.webp) no-repeat center/cover;
  top: 94.4375rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-service__bg04 {
    width: 7.6875rem;
    height: 15.375rem;
    background: url(../../images/bg-decoration09.webp) no-repeat center/cover;
    top: 138.6875rem;
  }
}

.p-service__bg05 {
  width: 17.125rem;
  height: 29.875rem;
  background: url(../../images/bg-decoration12.webp) no-repeat center/cover;
  bottom: -7.8125rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-service__bg05 {
    width: 7.6875rem;
    height: 15.375rem;
    background: url(../../images/bg-decoration08.webp) no-repeat center/cover;
    bottom: -8.25rem;
  }
}

.p-service__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    padding: 0 0.625rem;
  }
}

.p-service__title-box {
  text-align: center;
}

.p-service__blocks {
  margin-top: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-service__blocks {
    margin-top: 4.5rem;
  }
}

.p-live {
  position: relative;
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 7.5625rem 2.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-live {
    padding: 3.25rem 1.125rem 2.5rem;
    border-radius: 0.5rem;
  }
}

.p-live::before {
  content: "";
  width: 12rem;
  height: 12rem;
  background: url(../../images/icon_live.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-live::before {
    width: 6rem;
    height: 6rem;
  }
}

.p-live__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-live__title {
    font-size: 1.25rem;
  }
}

.p-live__text {
  margin-top: 0.6875rem;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-live__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-live__cards {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-live__cards {
    margin-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.875rem;
  }
}

.p-live__card {
  width: 23.3125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-live__card {
    width: 100%;
  }
}

.c-card-live {
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  padding: 0.625rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-card-live {
    padding: 0.625rem 1.25rem 1rem;
  }
}

.c-card-live:nth-child(2) {
  background-color: #fff4e8;
}

.c-card-live__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3125rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 2;
}

.c-card-live__title::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../../images/icon_flow01.webp) no-repeat center/cover;
}

.c-card-live:nth-child(2) .c-card-live__title::before {
  background: url(../../images/icon_flow02.webp) no-repeat center/cover;
}

.c-card-live__time {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  text-align: center;
  padding-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-card-live__time {
    padding-bottom: 0.5rem;
  }
}

.c-card-live__time span {
  color: #ff7a00;
}

.c-card-live__text {
  padding-top: 0.75rem;
  border-top: 1px solid #d9d9d9;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-card-live__text {
    padding-top: 0.5rem;
  }
}

.p-live__table {
  margin-top: 2.125rem;
  width: 48rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-live__table {
    margin-top: 1.25rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-live__table img {
    aspect-ratio: 319/184;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-live__lead {
  margin-top: 3.125rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-live__lead {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-live__imgs {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-live__imgs {
    margin-top: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-live__img img {
  aspect-ratio: 516/281;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-live__flow {
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-live__flow {
    margin-top: 1.875rem;
  }
}

.c-flow-live__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.75rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-flow-live__title {
    font-size: 1.25rem;
    gap: 0.875rem;
  }
}

.c-flow-live__title::before,
.c-flow-live__title::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #afafaf;
}

.c-flow-live__step {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .c-flow-live__step {
    margin-top: 1rem;
  }
}

.c-flow-live__step img {
  aspect-ratio: 985/317;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-flow-live__step img {
    aspect-ratio: 318/505;
  }
}

.c-flow-live__wrap {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-flow-live__wrap {
    margin-top: 1.875rem;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-flow-live__body {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-flow-live__body {
    display: contents;
  }
}

.c-flow-live__lead {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.1875rem;
  border-bottom: 1px solid #afafaf;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-flow-live__lead {
    font-size: 1.25rem;
    padding-bottom: 0.75rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.c-flow-live__lead span {
  color: #ff7a00;
}

.c-flow-live__text {
  margin-top: 1.1875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-flow-live__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.c-flow-live__caption {
  margin-top: 1.875rem;
  font-size: 0.75rem;
  line-height: 2;
  color: #797474;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-flow-live__caption {
    margin-top: 0.5rem;
    font-size: 0.625rem;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.c-flow-live__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-flow-live__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1.25rem;
  }
}

.c-flow-live__img img {
  aspect-ratio: 475/390;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-live__btn {
  margin-top: 3.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-live__btn {
    margin-top: 1.875rem;
  }
}

.p-core {
  margin-top: 8.5625rem;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.16);
  padding: 7.8125rem 8.125rem 4.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-core {
    margin-top: 5.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3.75rem 1.125rem 2.5rem;
  }
}

.p-core::before {
  content: "";
  width: 22.25rem;
  height: 11.9375rem;
  background: url(../../images/icon_core.webp) no-repeat center/cover;
  position: absolute;
  top: -4.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-core::before {
    width: 11.1875rem;
    height: 6rem;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.p-core__title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-core__title {
    font-size: 1.5rem;
  }
}

.p-core__text {
  margin-top: 2.375rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-core__text {
    margin-top: 0.5625rem;
    font-size: 1rem;
  }
}

.p-core__img {
  margin-top: 2.375rem;
  width: 42.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-core__img {
    margin-top: 0.3125rem;
    width: 100%;
  }
}

.p-core__img img {
  aspect-ratio: 684/461;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-core__btn {
  margin-top: 1.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-core__btn {
    margin-top: 0.6875rem;
  }
}

.p-core__info {
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.l-teacher {
  padding: 4.625rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-teacher {
    padding: 2.5rem 0;
  }
}

.p-teacher {
  background: url(../../images/teacher_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-teacher {
    background: url(../../images/teacher_bg-sp.webp) no-repeat center/cover;
  }
}

.p-teacher__inner {
  max-width: 68.625rem;
}
@media screen and (max-width: 767px) {
  .p-teacher__inner {
    padding: 0 0.625rem;
  }
}

.p-teacher__title-box {
  text-align: center;
}

.p-teacher__title-box .c-section-title {
  color: #fff;
}

.p-teacher__title-box .c-section-title::before {
  color: #fff;
}

.p-teacher__wrap {
  margin-top: 2.875rem;
  border-radius: 0.75rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.16);
  padding: 3.125rem 3.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-teacher__wrap {
    margin-top: 1.6875rem;
    padding: 1.25rem;
    gap: 0.8125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-teacher__img {
  width: 37.7944325482%;
}
@media screen and (max-width: 767px) {
  .p-teacher__img {
    width: 100%;
  }
}

.p-teacher__img img {
  aspect-ratio: 353/412;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-teacher__img img {
    aspect-ratio: 315/293;
  }
}

.p-teacher__body {
  width: 60.1713062099%;
}
@media screen and (max-width: 767px) {
  .p-teacher__body {
    width: 100%;
  }
}

.p-teacher__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-teacher__name {
    font-size: 1.25rem;
  }
}

.p-teacher__name span {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #ff7a00;
}
@media screen and (max-width: 767px) {
  .p-teacher__name span {
    margin-left: -0.5rem;
  }
}

.p-teacher__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-teacher__text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}

.l-faq {
  padding: 5.3125rem 0 8.1875rem;
}
@media screen and (max-width: 767px) {
  .l-faq {
    padding: 2.5rem 0 3rem;
  }
}

.p-faq {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.p-faq__bg01,
.p-faq__bg02,
.p-faq__bg03,
.p-faq__bg04 {
  position: absolute;
}

.p-faq__bg01 {
  width: 14.9375rem;
  height: 29.875rem;
  background: url(../../images/bg-decoration08.webp) no-repeat center/cover;
  top: -14.9375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__bg01 {
    width: 7.6875rem;
    height: 15.375rem;
    top: -9.5rem;
  }
}

.p-faq__bg02 {
  width: 20.625rem;
  height: 20.5rem;
  background: url(../../images/bg-decoration01.webp) no-repeat center/cover;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__bg02 {
    display: none;
  }
}

.p-faq__bg03 {
  width: 21.6875rem;
  height: 28.875rem;
  background: url(../../images/bg-decoration01.webp) no-repeat center/cover;
  top: 41.3125rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__bg03 {
    display: none;
  }
}

.p-faq__bg04 {
  width: 14.9375rem;
  height: 29.875rem;
  background: url(../../images/bg-decoration09.webp) no-repeat center/cover;
  bottom: -14.9375rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__bg04 {
    width: 7.6875rem;
    height: 15.375rem;
    bottom: -6.1875rem;
  }
}

.p-faq__inner {
  position: relative;
  z-index: 10;
}

.p-faq__title-box {
  text-align: center;
}

.p-faq__table {
  margin-top: 3.4375rem;
  max-width: 48rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-faq__table {
    margin-top: 2.5rem;
  }
}

.p-faq__table-box {
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}

.p-faq__table-box:nth-child(n + 2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__table-box:nth-child(n + 2) {
    margin-top: 1.5rem;
  }
}

.p-faq__table-box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
  padding: 1.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__table-box dt {
    gap: 0.5625rem;
    font-size: 1rem;
    padding-right: 3.25rem;
    line-height: 1.5;
    padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  }
}

.p-faq__table-box dt::before {
  content: "Q";
  font-family: avenir-lt-pro, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__table-box dt::before {
    font-size: 1.5rem;
  }
}

.p-faq__table-box dt::after {
  content: "";
  width: 0.875rem;
  height: 1.5rem;
  background: url(../../images/icon_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-faq__table-box dt.close::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.p-faq__table-box dd {
  padding-top: 0.8125rem;
  border-top: 1px solid #d9d9d9;
  margin-top: 1.5rem;
  display: none;
  padding: 1.75rem 2.5rem 1.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__table-box dd {
    padding: 1rem 0.75rem 0.75rem;
    margin-top: 0.5rem;
  }
}

.p-faq__table-a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  padding-right: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__table-a {
    font-size: 0.875rem;
    gap: 0.6875rem;
    padding-right: 0;
  }
}

.p-faq__table-a::before {
  content: "A";
  font-family: avenir-lt-pro, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.5;
  color: #ff7a00;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__table-a::before {
    font-size: 1.5rem;
  }
}

.p-faq__btn {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__btn {
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=home.css.map */
