@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secTopMv {
  position: relative;
}

.secTopMv__inner {
  padding-top: 3.125vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__inner {
    padding-top: 0;
    padding-bottom: 6rem;
  }
}
.secTopMv__inner .swiper {
  position: relative;
}
.secTopMv__inner .swiper-container {
  z-index: 10;
  position: relative;
  pointer-events: none;
  padding: 0 5.390625vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__inner .swiper-container {
    padding: 0;
  }
}
.secTopMv__inner .swiper-button-next, .secTopMv__inner .swiper-container-rtl .swiper-button-prev,
.secTopMv__inner .swiper-button-prev, .secTopMv__inner .swiper-container-rtl .swiper-button-next {
  width: 6.25vw;
  height: 6.25vw;
  background-color: #DE0D22;
  box-shadow: 0 0.234375vw 0.46875vw rgba(0, 0, 0, 0.16);
  display: block;
  border-radius: 6.25vw;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .secTopMv__inner .swiper-button-next, .secTopMv__inner .swiper-container-rtl .swiper-button-prev,
  .secTopMv__inner .swiper-button-prev, .secTopMv__inner .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}
.secTopMv__inner .swiper-button-next {
  right: 2.34375vw;
}
.secTopMv__inner .swiper-button-prev {
  left: 2.34375vw;
}
.secTopMv__inner .swiper-button-next:hover {
  transform: translateX(0.78125vw);
}
.secTopMv__inner .swiper-button-prev:hover {
  transform: translateX(-0.78125vw);
}
.secTopMv__inner .swiper-button-next img,
.secTopMv__inner .swiper-button-prev img {
  width: 1.015625vw;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.secTopMv__inner .swiper-button-next img {
  right: 1.015625vw;
  transform: translateY(-50%) rotate(180deg);
}
.secTopMv__inner .swiper-button-prev img {
  left: 1.015625vw;
}
.secTopMv__inner .swiper-button-next:after, .secTopMv__inner .swiper-container-rtl .swiper-button-prev:after,
.secTopMv__inner .swiper-button-prev:after, .secTopMv__inner .swiper-container-rtl .swiper-button-next:after {
  content: none;
}
.secTopMv__inner .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 1.171875vw;
  margin-top: 2.34375vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__inner .swiper-pagination {
    gap: 0 0.9rem;
    margin-top: 1.6rem;
  }
}
.secTopMv__inner .swiper-pagination-bullet {
  width: 0.78125vw;
  height: 0.78125vw;
  background-color: #DBDBDB;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .secTopMv__inner .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.secTopMv__inner .swiper-pagination-bullet-active {
  background-color: #DE0D22;
}

.scrollTextTopMv {
  position: absolute;
  top: -0.390625vw;
  right: -2.34375vw;
  height: 50.78125vw;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .scrollTextTopMv {
    top: auto;
    bottom: -3rem;
    right: auto;
    left: 0;
    height: auto;
  }
}

.scrollTextTopMv__list {
  margin: 0;
  padding: 0;
  animation: scrollY 30s linear infinite;
  display: flex;
  flex-direction: column;
  gap: 2.34375vw 0;
}
@media screen and (max-width: 750px) {
  .scrollTextTopMv__list {
    flex-direction: row;
    animation: scrollX 30s linear infinite;
    gap: 0 3rem;
  }
}

@keyframes scrollY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scrollX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.scrollTextTopMv__item {
  font-family: "Roboto", sans-serif;
  font-size: 6.875vw;
  font-weight: 700;
  letter-spacing: -0.02em;
  writing-mode: vertical-rl;
  color: #F6F7F7;
}
@media screen and (max-width: 750px) {
  .scrollTextTopMv__item {
    writing-mode: inherit;
    font-size: 8.8rem;
    white-space: nowrap;
  }
}

.scrollIconTopMv {
  position: absolute;
  left: 2.1875vw;
  bottom: 6.25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.78125vw;
}
@media screen and (max-width: 750px) {
  .scrollIconTopMv {
    display: none;
  }
}

.scrollIconTopMv__text {
  font-size: 0.78125vw;
  letter-spacing: 0.09em;
  line-height: 1.3;
  font-weight: 900;
  writing-mode: vertical-rl;
}

.scrollIconTopMv__border {
  width: 0.078125vw;
  height: 7.03125vw;
  background-color: #231815;
  display: block;
  position: relative;
}

.scrollIconTopMv__dot {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 0.625vw;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #DE0D22;
  top: 0;
  left: 50%;
  animation: scrollDot 3s infinite;
}
@keyframes scrollDot {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

.secTopNews {
  background-color: #F0EDED;
  position: relative;
}

.secTopNews__accent {
  position: absolute;
  left: -2rem;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 8.5rem;
  font-weight: 100;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  color: #FFFFFF;
  mix-blend-mode: soft-light;
}
@media screen and (max-width: 750px) {
  .secTopNews__accent {
    left: -2.5rem;
  }
}

.secTopNews__inner {
  padding-top: 6.5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .secTopNews__inner {
    max-width: 32.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.columnTopNews {
  gap: 0 10rem;
}
@media screen and (max-width: 750px) {
  .columnTopNews {
    flex-direction: column;
    gap: 1.5rem 0;
  }
}

@media screen and (max-width: 750px) {
  .columnTopNews__item:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.columnTopNews__item:nth-child(2) {
  margin-top: -2rem;
}
@media screen and (max-width: 750px) {
  .columnTopNews__item:nth-child(2) {
    margin-top: 0;
  }
}

.secTopMv__title {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .secTopMv__title {
    flex-direction: row;
    gap: 0 1rem;
    align-items: center;
  }
}

.secTopMv__title--large {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 1.3076923077;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #DE0D22;
}

.secTopMv__title--small {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secTopMv__title--small {
    margin-top: 0;
  }
}

.secTopNews__button {
  width: 8.7rem;
  margin-top: 6.6rem;
}
@media screen and (max-width: 750px) {
  .secTopNews__button {
    margin-top: 0;
  }
}

.buttonNews {
  border: 0.1rem solid #DE0D22;
  border-radius: 0.5rem;
  display: block;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.buttonNews:hover {
  background-color: #DE0D22;
}
.buttonNews:hover .buttonNews__inner {
  color: #fff;
}
.buttonNews:hover picture:nth-child(1) img {
  opacity: 0;
}
.buttonNews:hover picture:nth-child(2) img {
  opacity: 1;
}

.buttonNews__inner {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #DE0D22;
  display: block;
}

.buttonNews__arrow {
  width: 1rem;
  display: block;
  position: relative;
}
.buttonNews__arrow img {
  display: block;
}
.buttonNews__arrow picture:nth-child(2) img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.boxNewsTopNews__link {
  display: block;
  width: 82.5rem;
  padding: 2rem 4rem 2rem 0;
  position: relative;
  transition: all 0.3s;
}
.boxNewsTopNews__link:not(:nth-child(3)) {
  border-bottom: 0.1rem solid #FFFFFF;
}
@media screen and (max-width: 750px) {
  .boxNewsTopNews__link {
    padding: 1.5rem 5rem 1.5rem 0;
    width: 100%;
  }
}
.boxNewsTopNews__link:hover {
  color: #DE0D22;
}

.boxNewsTopNews__content {
  display: flex;
  gap: 0 3rem;
}
@media screen and (max-width: 750px) {
  .boxNewsTopNews__content {
    flex-direction: column;
    gap: 0.5rem 0;
  }
}

.boxNewsTopNews__date {
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .boxNewsTopNews__date {
    font-size: 1.2rem;
  }
}

.boxNewsTopNews__title {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .boxNewsTopNews__title {
    font-size: 1.2rem;
  }
}

.boxNewsTopNews__arrow {
  display: block;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 2.9rem;
  background-color: #DE0D22;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
}
.boxNewsTopNews__arrow img {
  display: block;
  width: 0.8rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 1rem;
  transform: translateY(-50%) rotate(180deg);
}

.noPostText {
  margin-top: 3.5rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .noPostText {
    margin-top: 1rem;
  }
}

.secTopLead__inner {
  max-width: 127.8rem;
  padding-top: 10rem;
  padding-bottom: 4.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .secTopLead__inner {
    max-width: 32.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.columnTopLead {
  gap: 0 3rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnTopLead {
    flex-direction: column;
    gap: 3rem 0;
  }
}

.columnTopLead__item:first-child {
  width: 57rem;
  border-radius: 2rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .columnTopLead__item:first-child {
    width: 100%;
  }
}

.secTopLead__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.secTopLead__title--large {
  font-family: "Roboto", sans-serif;
  font-size: 5.3rem;
  line-height: 1.320754717;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secTopLead__title--large {
    font-size: 4rem;
    line-height: 1.25;
    text-align: left;
  }
}

.secTopLead__title--02 {
  margin-left: 1.2rem;
}

.secTopLead__title--03 {
  margin-left: 3.4rem;
}
@media screen and (max-width: 750px) {
  .secTopLead__title--03 {
    margin-left: 0;
  }
}

.secTopLead__title--04 {
  margin-left: 1.2rem;
}

.secTopLead__title--small {
  font-size: 2.6rem;
  line-height: 1.1923076923;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secTopLead__title--small {
    margin-top: 0.3rem;
    font-size: 2.4rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.columnTopLead__text {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2.0714285714;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .columnTopLead__text {
    margin-top: 2rem;
  }
}

.secTopLead__scrollText {
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .secTopLead__scrollText {
    margin-top: -8rem;
  }
}

.secTopFeatures__inner {
  max-width: 127.8rem;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 750px) {
  .secTopFeatures__inner {
    padding-top: 5rem;
    padding-bottom: 7rem;
    max-width: 32.5rem;
  }
}

.secTopFeatures__title {
  display: flex;
  flex-direction: column;
}

.secTopFeatures__title--large {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  line-height: 1.3166666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secTopFeatures__title--large {
    font-size: 4rem;
    line-height: 1.325;
  }
}

.secTopFeatures__title--small {
  margin-top: -2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secTopFeatures__title--small {
    margin-top: -1.4rem;
  }
}

.secTopFeatures__cards {
  margin-top: 4rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .secTopFeatures__cards {
    margin-left: 0;
    margin-right: -4.5rem;
  }
}

@media screen and (max-width: 750px) {
  .secTopFeatures__scroll {
    display: flex;
    overflow: auto;
  }
  .secTopFeatures__scroll::after {
    content: "";
    flex: 0 0 4.5rem;
  }
}

.cardsTopFeatures {
  border: 0.1rem solid #ADADAD;
  border-top-left-radius: 2rem;
  counter-reset: item;
}
@media screen and (max-width: 750px) {
  .cardsTopFeatures {
    width: 85.8rem;
  }
}

.cardsTopFeatures__item {
  width: 33.3333333333%;
  counter-increment: item;
}
@media screen and (max-width: 750px) {
  .cardsTopFeatures__item {
    width: 28.6rem;
  }
}
.cardsTopFeatures__item:not(:first-child) .cardTopFeatures {
  border-left: 0.1rem solid #ADADAD;
}
.cardsTopFeatures__item:nth-child(1) .cardTopFeatures__img {
  width: 9.2rem;
}
@media screen and (max-width: 750px) {
  .cardsTopFeatures__item:nth-child(1) .cardTopFeatures__img {
    width: 7rem;
  }
}
.cardsTopFeatures__item:nth-child(2) .cardTopFeatures__img {
  width: 15.2rem;
}
@media screen and (max-width: 750px) {
  .cardsTopFeatures__item:nth-child(2) .cardTopFeatures__img {
    width: 12rem;
  }
}
.cardsTopFeatures__item:nth-child(3) .cardTopFeatures__img {
  width: 12.1rem;
}
@media screen and (max-width: 750px) {
  .cardsTopFeatures__item:nth-child(3) .cardTopFeatures__img {
    width: 9.9rem;
  }
}

.cardTopFeatures {
  border-top-left-radius: 2rem;
  padding-bottom: 2.5rem;
  height: 100%;
}
.cardTopFeatures::before {
  content: counter(item, decimal-leading-zero);
  width: 5.9rem;
  height: 5.9rem;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background-color: #231815;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}

.cardTopFeatures__img {
  margin: 1.3rem auto 0;
  height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .cardTopFeatures__img {
    margin-top: 0;
    height: 9rem;
  }
}

.cardTopFeatures__content {
  margin: 3rem auto 0;
  width: 27.5rem;
}
@media screen and (max-width: 750px) {
  .cardTopFeatures__content {
    width: 23.5rem;
    margin-top: 0.6rem;
  }
}

.cardTopFeatures__title {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.4285714286;
  letter-spacing: 0;
  font-weight: 700;
  color: #DE0D22;
}

.cardTopFeatures__subtitle {
  text-align: center;
  margin-top: 0.6rem;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #DE0D22;
}

.cardTopFeatures__text {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .cardTopFeatures__text {
    margin-top: 1.6rem;
  }
}

.secTopBusiness {
  background-color: #F0EDED;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.secTopBusiness__inner {
  max-width: 127.8rem;
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .secTopBusiness__inner {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}

.secTopBusiness__title {
  display: flex;
  flex-direction: column;
}

.secTopBusiness__title--large {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  line-height: 1.3166666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secTopBusiness__title--large {
    font-size: 4rem;
    line-height: 1.325;
  }
}

.secTopBusiness__title--small {
  margin-top: -2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secTopBusiness__title--small {
    margin-top: -1.4rem;
  }
}

.secTopBusiness__cards {
  margin-top: 6.5rem;
}
@media screen and (max-width: 750px) {
  .secTopBusiness__cards {
    margin-top: 4rem;
  }
}

.cardsTopBusiness {
  border-radius: 3rem;
  overflow: hidden;
  border: 0.2rem solid #FFFFFF;
}
@media screen and (max-width: 750px) {
  .cardsTopBusiness {
    flex-direction: column;
  }
}

.cardsTopBusiness__item {
  width: 50%;
  height: 57rem;
}
@media screen and (max-width: 750px) {
  .cardsTopBusiness__item {
    width: 100%;
    height: 20rem;
  }
}

.cardTopBusiness {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 4rem;
}
@media screen and (max-width: 750px) {
  .cardTopBusiness {
    padding: 2.4rem;
    justify-content: center;
  }
}
.cardTopBusiness:hover .cardTopBusiness__img::before {
  opacity: 0.1;
}

.cardTopBusiness__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cardTopBusiness__img::before {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.cardTopBusiness__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cardTopBusiness__content {
  position: relative;
  z-index: 10;
  padding-right: 6rem;
  width: 100%;
}

.cardTopBusiness__title {
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
  line-height: 1.3095238095;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .cardTopBusiness__title {
    font-size: 3.5rem;
    line-height: 1.0857142857;
  }
}

.cardTopBusiness__text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .cardTopBusiness__text {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.cardTopBusiness__arrow {
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 4.9rem;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0.4rem;
  right: 0;
}
@media screen and (max-width: 750px) {
  .cardTopBusiness__arrow {
    transform: translateY(-50%);
    top: 50%;
  }
}
.cardTopBusiness__arrow img {
  display: block;
  width: 1rem;
  position: absolute;
  transform: translate(-50%, -50%) scale(-1);
  top: 50%;
  left: 50%;
}

.secTopSns__inner {
  max-width: 127.8rem;
  padding-top: 7.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .secTopSns__inner {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}

.secTopSns__title {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .secTopSns__title {
    margin: 0 auto;
    max-width: 28.5rem;
  }
}

.secTopSns__title--large {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  line-height: 1.3166666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secTopSns__title--large {
    font-size: 4rem;
    line-height: 1.325;
  }
}

.secTopSns__title--small {
  margin-top: -2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secTopSns__title--small {
    margin-top: -1.4rem;
  }
}

.secTopSns__iframe {
  margin: 6rem auto 0;
  width: 82rem;
  height: 50rem;
  overflow: auto;
}
@media screen and (max-width: 750px) {
  .secTopSns__iframe {
    margin-top: 3rem;
    width: 100%;
  }
}