@charset "UTF-8";
/* FV */
.fv {
  overflow: hidden;
  height: 100svh;
  min-height: 216vw;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 400px) {
  .fv {
    min-height: 68rem;
  }
}
@media screen and (min-width: 768px) {
  .fv {
    min-height: 52rem;
  }
}
@media screen and (min-width: 992px) {
  .fv {
    min-height: 44rem;
  }
}
@media screen and (min-width: 1400px) {
  .fv {
    min-height: 48rem;
  }
}
.fv .splide__toggle {
  position: absolute;
  bottom: 0.7142857143rem;
  right: 0.7142857143rem;
  z-index: 1000;
  pointer-events: auto;
}

.fv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #e3e5e8;
  z-index: -10;
}

.fv__bg-inner {
  height: 60%;
}

.fv_splide {
  overflow: hidden;
  height: 100%;
}

.fv_splide .splide__track {
  height: 100%;
}

.fv_splide, .fv_splide .splide__slide {
  pointer-events: none;
}

.fv_splide .splide__video, .fv_splide .splide__video__wrapper div, .fv_splide .splide__video__wrapper iframe, .fv_splide .splide__video__wrapper video, .fv_splide .splide__slide img {
  object-fit: cover;
  height: 100%;
  min-height: 130vw;
  width: 100%;
}

@media screen and (min-width: 400px) {
  .fv_splide .splide__video, .fv_splide .splide__video__wrapper div, .fv_splide .splide__video__wrapper iframe, .fv_splide .splide__video__wrapper video, .fv_splide .splide__slide img {
    min-height: 42rem;
  }
}
@media screen and (min-width: 576px) {
  .fv_splide .splide__video, .fv_splide .splide__video__wrapper div, .fv_splide .splide__video__wrapper iframe, .fv_splide .splide__video__wrapper video, .fv_splide .splide__slide img {
    min-height: 44rem;
  }
}
@media screen and (min-width: 768px) {
  .fv .splide__toggle {
    bottom: 1.875rem;
    right: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .fv_splide .splide__video, .fv_splide .splide__video__wrapper div, .fv_splide .splide__video__wrapper iframe, .fv_splide .splide__video__wrapper video, .fv_splide .splide__slide img {
    min-height: 48rem;
  }
}
@media screen and (min-width: 1400px) {
  .fv_splide .splide__video, .fv_splide .splide__video__wrapper div, .fv_splide .splide__video__wrapper iframe, .fv_splide .splide__video__wrapper video, .fv_splide .splide__slide img {
    min-height: 52rem;
  }
}
.fv__video {
  mask-image: linear-gradient(to top, black 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 31px;
  width: 100%;
  height: 66%;
  object-fit: cover;
  opacity: 0.8;
}

.bg-video {
  background-color: #E6E7E8;
}

.bg-video video {
  opacity: 0.7;
  pointer-events: none;
}

.splide__video__wrapper {
  background: rgba(255, 255, 255, 0);
}

.fv__overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to top, #e3e5e8 50%, rgba(255, 255, 255, 0) 70%);
}

.fv__inner {
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  justify-content: flex-end;
  row-gap: 1.5svh;
  padding-bottom: max(68px, 8svh);
  align-items: center;
  text-align: center;
}

.fv__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: max(30rem, 100vw);
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(229, 231, 234, 0.79) 59%, rgba(255, 255, 255, 0) 100%);
  z-index: -5;
}

.fv__catch-en {
  font-size: clamp(2.6785714286rem, 11.2vw, 5.4285714286rem);
  line-height: 1.12;
  color: #777;
  text-shadow: 0px 0px 53.96px rgb(255, 255, 255);
}

.fv__catch-jp {
  font-size: clamp(1.3357142857rem, 5.3vw, 2.2857142857rem);
  font-weight: 500;
  line-height: 1.6;
  padding-top: 6px;
}

.fv__lead {
  font-size: clamp(0.8428571429rem, 3.47vw, 1.0714285714rem);
  line-height: 1.85;
  padding-bottom: 14px;
}

.fv__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.fv__scroll {
  display: block;
  margin: 0 auto 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  opacity: 0;
  transition: 0.3s;
}

.fv__scroll.is-visible {
  opacity: 1;
}

.fv__scroll-inner {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #E31F26;
  font-size: 0.75rem;
  font-weight: 400;
  padding-bottom: 0.875rem;
}

@keyframes arrowmove {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-30%);
  }
  20% {
    opacity: 1;
    transform: translateX(-50%) translateY(-30%);
  }
  80% {
    opacity: 0.8;
    transform: translateX(-50%) translateY(50%);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(50%);
  }
}
.fv__scroll-inner::after {
  content: "";
  display: block;
  width: 2.625rem;
  height: 0.625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  background: url("../media/images/top/icon-scroll-arrow.svg") no-repeat center top/contain;
  animation: arrowmove 3s ease 2.5s infinite;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .fv__video {
    mask-image: none;
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: none;
    opacity: 1;
  }
  .fv__overlay {
    background-image: radial-gradient(farthest-side at 100% 15%, rgba(255, 255, 255, 0) 55%, #e3e5e8 90%);
  }
  .fv__bg-inner {
    height: 100%;
  }
  .fv__inner {
    row-gap: 2svh;
    padding-bottom: max(36px, 4svh);
    align-items: flex-start;
    text-align: left;
  }
  .fv__inner::before {
    height: 50rem;
  }
  .fv__btn {
    justify-content: flex-start;
  }
  .fv__catch-jp {
    font-size: 2.2857142857rem;
    line-height: 1.64;
    letter-spacing: 0.055em;
    padding-top: 0;
  }
  .fv__lead {
    font-size: 1.0714285714rem;
    line-height: 2;
  }
  .fv__catch-en {
    font-size: 5.4285714286rem;
    line-height: 1.1;
    letter-spacing: 0.014em;
  }
}
@media screen and (min-width: 992px) {
  .fv__inner {
    row-gap: 2svh;
    padding-bottom: max(68px, 6svh);
  }
  .fv__inner::before {
    height: 28.75rem;
  }
  .fv__catch-jp {
    font-size: 2.25rem;
    line-height: 1.64;
    letter-spacing: 0.055em;
  }
  .fv__lead {
    font-size: 0.875rem;
    line-height: 2;
  }
  .fv__catch-en {
    font-size: 6.75rem;
    line-height: 1.02;
    letter-spacing: 0.014em;
  }
}
@media screen and (min-width: 1400px) {
  .fv__catch-en {
    font-size: 7.75rem;
  }
}
@media screen and (min-width: 1800px) {
  .fv__inner {
    row-gap: 2.5svh;
    padding-bottom: max(80px, 8svh);
  }
  .fv__catch-jp {
    font-size: clamp(2.25rem, 3.8svh, 3rem);
  }
  .fv__lead {
    font-size: clamp(1rem, 1.6svh, 1.1875rem);
  }
  .fv__catch-en {
    font-size: clamp(7.75rem, 13.4svh, 10rem);
  }
}
/* //FV */
.home-business {
  background-color: #e3e5e8;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.home__header--business {
  text-align: center;
}

.home__title-jp {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.home__title-en {
  font-size: 1rem;
  font-weight: 500;
}

.home-business__link {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.home-business__thumb {
  overflow: hidden;
  aspect-ratio: 370/254;
}

.home-business__img {
  transition: 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-business__item-title {
  font-weight: 700;
  font-size: 1.2857142857rem;
  letter-spacing: 0.03em;
}

.home-business__link::before,
.home-business__link::after {
  content: "";
  position: absolute;
  bottom: 15px;
  margin: auto;
  width: 26px;
  height: 26px;
  right: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-business__link::before {
  background-image: url(../media/images/icon/icon-arrow-white__sm.svg);
}

.home-business__link::after {
  background-image: url(../media/images/icon/icon-arrow-red__sm.svg);
  opacity: 0;
  transition: 0.3s;
}

.home-business::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100vw;
  background-image: url(../media/images/top/bg-business.webp);
  background-size: cover;
  background-position: center;
  mask-image: linear-gradient(to top, black 60%, transparent 100%);
  opacity: 0;
}

.home-business::after {
  content: "";
  position: absolute;
  z-index: -1;
  mix-blend-mode: overlay;
  width: 100vw;
  min-width: 28.5714285714rem;
  left: 0;
  bottom: 0;
  aspect-ratio: 375/196;
  background-image: url(../media/images/top/_business-overlay__sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .home-business::before {
    opacity: 1;
  }
  .home-business::after {
    aspect-ratio: 1600/530;
    background-image: url(../media/images/top/_business-overlay.webp);
  }
  .home-business__link::before {
    background-image: url(../media/images/icon/icon-arrow-white__md.svg);
  }
  .home-business__link::after {
    background-image: url(../media/images/icon/icon-arrow-red__md.svg);
  }
  .home-business__list {
    column-gap: 20px;
  }
  .home-business__item {
    width: calc((100% - 20px) / 2);
  }
  .home-business__link::before,
  .home-business__link::after {
    bottom: 12px;
    width: 30px;
    height: 30px;
    right: 12px;
  }
}
@media screen and (min-width: 992px) {
  .home__title-jp {
    font-size: 2.375rem;
    margin-bottom: 0.075em;
  }
  .home__title-en {
    font-size: 1.25rem;
  }
  .home-business__list {
    column-gap: 2rem;
  }
  .home-business__item {
    width: calc((100% - 2rem) / 2);
  }
  .home-business__item-title {
    font-size: 1.5rem;
  }
  .home-business__link::before,
  .home-business__link::after {
    bottom: 20px;
    right: 21px;
    width: 34px;
    height: 34px;
  }
  .home-business__link::before {
    background-image: url(../media/images/icon/icon-arrow-white__lg.svg);
  }
  .home-business__link::after {
    background-image: url(../media/images/icon/icon-arrow-red__lg.svg);
  }
}
@media screen and (min-width: 1400px) {
  .home-business__list {
    column-gap: 2.25rem;
  }
  .home-business__item {
    width: calc((100% - 4.5rem) / 3);
  }
}
@media (hover: hover) {
  .home-business__link:hover {
    color: #333;
    opacity: 1;
  }
  .home-business__link:hover .home-business__img {
    transform: scale(1.08);
  }
  .home-business__link:hover::after {
    opacity: 1;
  }
}
.home-section__lead {
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.home-strength__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.7142857143rem;
}

.home-strength__item {
  width: 100%;
}

.home-strength__head {
  background: linear-gradient(180deg, #fff 0%, #F4F4F4 100%);
  box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.1);
  border-radius: 5px;
  position: relative;
}

.home-strength__head:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.home-strength__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}

.home-strength__icon {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-strength__icon-img {
  max-height: 100%;
}

.home-strength__text {
  line-height: 1.625;
}

.home-section__btn-wrap {
  display: flex;
}

@media screen and (min-width: 768px) {
  .home-strength__list {
    gap: 1.7142857143rem 1.4285714286rem;
  }
  .home-strength__item {
    width: calc((100% - 1.4285714286rem) / 2);
  }
  .home-strength__item:nth-of-type(3) .home-strength__head,
  .home-strength__item:nth-of-type(4) .home-strength__head {
    min-height: 230px;
  }
}
@media screen and (min-width: 992px) {
  .home-strength__item {
    width: calc((100% - 1.4285714286rem) / 2);
  }
  .home__header-sub {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .home-strength__item:nth-of-type(3) .home-strength__head,
  .home-strength__item:nth-of-type(4) .home-strength__head {
    min-height: auto;
  }
}
@media screen and (min-width: 1200px), print {
  .home-strength__list {
    gap: 2.5rem 1.75rem;
  }
  .home-strength__item {
    width: calc((100% - 5.25rem) / 4);
  }
  .home-strength__head {
    min-height: 256px;
  }
}
@media screen and (min-width: 1400px) {
  .home-strength__list {
    gap: 3.125rem 2.25rem;
  }
  .home-strength__item {
    width: calc((100% - 6.75rem) / 4);
  }
}
.home-archive-group {
  position: relative;
  z-index: 0;
}

.home-archive-group::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image: url(../media/images/top/bg-home-archive.webp);
  background-size: cover;
}

.home-archive-group::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image: url(../media/images/top/bg-home-archive2.webp);
  background-size: 320% auto;
  background-repeat: no-repeat;
  background-position: center 42%;
  mix-blend-mode: overlay;
}

.post-card__slider-wrap {
  position: relative;
}

.post-card__slider {
  width: max(100%, 50vw + 50%);
  max-width: max(100%, 50vw + 50%);
  position: static;
}

.post-card__slider .splide__track {
  padding: 22px !important;
  margin-left: -22px;
}

.post-card__slider .is-visible .post-card__inner,
.post-card__slider .is-visible ~ .post-card__item .post-card__inner {
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
}

.post-card__slider .splide__arrow {
  width: 36px;
  height: 36px;
  background-color: #FEFFFF;
  opacity: 0.7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}

.post-card__slider .splide__arrow::before {
  content: "";
  background-image: url(../media/images/icon/icon-slider-arrow.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin: auto;
  inset: 0;
}

.post-card__slider .splide__arrow svg {
  display: none;
}

.post-card__slider .splide__arrow--prev {
  left: -18px;
}

.post-card__slider .splide__arrow--next {
  right: -18px;
}

.post-card__slider .splide__arrow--prev::before {
  transform: scaleX(-1);
}

.slider-progress {
  bottom: -8px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 4px;
}

.slider-progress__base {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
}

.slider-progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 16.6666666667%;
  background-color: rgba(167, 169, 172, 0.5);
  transition: width 0.6s ease;
}

.sec-news-tab-list {
  display: flex;
  gap: 18px 20px;
}

.sec-news-tab-btn {
  color: #878787;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  position: relative;
  transition: 0.3s;
}

.sec-news-tab-btn.js-tab-active {
  color: #333;
  pointer-events: none;
}

.sec-news-tab-btn:before,
.sec-news-tab-btn.js-tab-active::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E31F26;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: 0.3s;
}

.sec-news-tab-btn:not(.js-tab-active):before {
  transform: scaleX(0);
}

.sec-news-tab-btn:hover:before {
  transform: scaleX(1);
}

.tab-cont {
  display: none;
}

.tab-cont.js-tab-cont-active {
  display: block;
}

.splide__slide {
  width: 83%;
  margin-right: 22px;
}

.post-card__slider.splide--static .post-card__inner {
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
}

.splide--static .splide__arrows,
.splide--static .splide__pagination {
  display: none !important;
}

@media screen and (min-width: 576px) {
  .splide__slide {
    width: 306px;
    margin-right: 22px;
  }
}
@media screen and (min-width: 768px) {
  .home-archive-group::after {
    background-size: contain;
  }
  .post-card__slider .splide__arrow {
    width: 48px;
    height: 48px;
  }
  .post-card__slider .splide__arrow--prev {
    left: -24px;
  }
  .post-card__slider .splide__arrow--next {
    right: -24px;
  }
  .post-card__slider .splide__arrow::before {
    width: 20px;
    height: 20px;
  }
  .sec-news-tab-btn {
    font-size: 1.125rem;
  }
  .sec-news-tab-btn:before,
  .sec-news-tab-btn.js-tab-active::before {
    bottom: -4px;
  }
}
@media screen and (min-width: 992px) {
  .sec-news-tab-list {
    gap: 10px 30px;
  }
  .slider-progress {
    bottom: -18px;
    height: 5px;
  }
}
@media screen and (min-width: 1200px), print {
  .post-card__slider .splide__arrow {
    width: 65px;
    height: 65px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .post-card__slider .splide__arrow::before {
    width: 23px;
    height: 23px;
  }
  .post-card__slider .splide__arrow--prev {
    left: -32px;
  }
  .post-card__slider .splide__arrow--next {
    right: -38px;
  }
}
@media (hover: hover) {
  .home-column__categories-link:hover {
    opacity: 1;
    color: #333;
  }
  .sec-news-tab-btn:hover {
    color: #333;
  }
}
.post-simple__list--home {
  width: 100%;
}

.post-simple__list--home .post-simple__link {
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .post-simple__list--home .post-simple__link {
    flex-direction: row;
    gap: 0.5rem 1.25rem;
    align-items: center;
    min-height: 90px;
  }
}
.home__header-wrap {
  display: contents;
}

.home-news__row {
  flex-direction: column;
}

.home-news .home-section__btn-wrap {
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .home__header-wrap {
    display: block;
  }
  .home-news__row {
    flex-direction: row;
  }
  .home-news .home-section__btn-wrap {
    justify-content: flex-start;
  }
}
/* 共通ボタン */
.c-btn {
  max-width: 258px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 5px;
  padding: 0 20px 2px;
  position: relative;
}

.c-btn--primary {
  color: #fff;
  background-color: #E31F26;
  border: 1px solid #E31F26;
}

.c-btn::before,
.c-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  right: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-btn::before {
  background-image: url(../media/images/icon/icon-arrow-white__sm.svg);
}

.c-btn::after {
  background-image: url(../media/images/icon/icon-arrow-red__sm.svg);
  opacity: 0;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .c-btn::before {
    background-image: url(../media/images/icon/icon-arrow-white__md.svg);
  }
  .c-btn::after {
    background-image: url(../media/images/icon/icon-arrow-red__md.svg);
  }
}
@media screen and (min-width: 992px) {
  .c-btn {
    max-width: 313px;
    height: 64px;
    font-size: 1.25rem;
  }
  .c-btn::before,
  .c-btn::after {
    width: 36px;
    height: 36px;
    right: 19px;
  }
  .c-btn::before {
    background-image: url(../media/images/icon/icon-arrow-white__lg.svg);
  }
  .c-btn::after {
    background-image: url(../media/images/icon/icon-arrow-red__lg.svg);
  }
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #fff;
    opacity: 1;
  }
  .c-btn:hover::after {
    opacity: 1;
  }
}
/* //共通ボタン */

/*# sourceMappingURL=home.css.map */
