.foot-content {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .foot-content {
    margin-top: 24px;
  }
}

.js-fade-in {
  opacity: 0;
}

.sec-main {
  position: relative;
  color: #fff;
  padding-block: 0 0;
  background: #E9381B;
}
.sec-main .main-inner {
  aspect-ratio: 1280/655;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}


.sec-simulation {
  background: #F2F2F2;
}
.fs-34 {
  font-size: 34px !important;
}
@media screen and (max-width: 767px) {
  .fs-32-sp {
    font-size: 32px !important;
  }
}

.mv-swiper {
  opacity: 0;
}
.mv-swiper.is-visible {
  opacity: 1;
  transition: opacity 2.5s ease;
}
.mv-swiper img {
  width: 100%;
}

/* 左から右に表示用
.text .fade1,
.text .fade2{
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.9s ease;
  will-change: clip-path;
}


.text .is-reveal{
  clip-path: inset(0 0 0 0);
}


.text p{
  display:block;
} */

/*フェードイン用*/
.text .fade1,
.text .fade2 {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.text .is-reveal {
  opacity: 1;
  transform: translateY(0);
}
/*フェードイン用　ここまで*/

.swiper-slide {
  background: #ffffff;
}

.sec-mv .container {
  max-width: 1440px;
  margin-bottom: 311px;
}
@media screen and (max-width: 767px) {
  .sec-mv .container {
    width: 100%;
    margin: 0 0 343px 0;
  }
}

.sec-mv .text {
  color: #E84B14;
  position: absolute;
  left: 160px;
  bottom: -220px;
  z-index: 10;
}
.sec-mv p {
  line-height: 1.72;
  font-size: 20px;
  font-weight: bold;
}
.sec-mv .large {
  font-size: 94px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec-mv .text {
    left: 100px;
    bottom: -300px;
  }
  .sec-mv p {
    line-height: 1.62;
    font-size: 12px;
  }
  .sec-mv .large {
    font-size: 36px;
    margin-bottom: 14px;
    line-height: 1.13;
  }
}

.page-read {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  color: #E84B14;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-read {
    font-size: 36px;
    padding-top: 40px;
  }
}

.sec-feature .container {
  display: grid;
  grid-template-columns: 688px auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec-feature .container {
    display: block;
    margin-top: 45px;
  }
}
.sec-feature_image img {
  width: 100%;
}

.sec-feature_content {
  background: #E84B14;
  height: 666px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec-feature_content {
    height: auto;
    padding: 60px 16px;
    position: relative;
    display: block;
  }
  .sec-feature .sec-feature_content h2 {
    position: absolute;
    top: -23px;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .sec-feature .sec-feature_content h2.mobile-tv {
    top: -11px;
    margin: 0 auto ;
  }
  .sec-feature .sec-feature_content h2 img {
    margin: 0 auto;
    display: block;
  }
  .sec-feature .sec-feature_content h2.mobile-tv + p {
    margin-top: -30px;
  }
}
.sec-feature_content a.textlink {
  color: #ffffff;
  text-decoration: underline;
}

.sec-feature_content p {
  line-height: 1.6;
}
.sec-feature_content .btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #333333 !important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  min-height: 45px;
}
.sec-feature_content .btn-primary::after {
    background: url(/common_v10/images/icn-bullet-black.svg) no-repeat center center / contain;
}
.text-upper::before, .text-upper::after {
  border-width: 2px;
}
.sec-feature_content [class^="btn-"],
.sec-feature_content [class*=" btn-"] {
  width: 290px;
  min-width: 290px;
}

/* .award-flex {
  display: flex;
  gap: 0 18px;
} */
 .award-flex img {
  display: block;
 }
@media screen and (max-width: 767px) {
  .award-flex {
    display: block;
  }
  .award-flex img {
    display: block;
    margin: 10px auto 0 auto;
  }
}
.sec-feature2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec-feature2 {
    margin-bottom: 45px;
  }
}

.sec-feature2 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec-feature2 .container {
    display: block;
    margin-top: 0;
  }
}
.sec-feature2 .sec-feature_content {
  height: 440px;
  padding: 20px 80px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .sec-feature2 .sec-feature_content {
    height: auto;
    padding: 60px 16px;
    position: relative;
  }
  .sec-feature2 .sec-feature_content h2 {
    position: absolute;
    top: -23px;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .sec-feature2 .sec-feature_content h2.mobile-tv {
    top: -11px;
    margin: 0 auto ;
  }
  .sec-feature2 .sec-feature_content h2 img {
    margin: 0 auto;
    display: block;
  }
  .sec-feature2 .sec-feature_content h2.mobile-tv + p {
    margin-top: -30px;
  }
}

.sec-feature2 h2 {
  font-size: 42px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec-feature2 .sec-feature_image {
    margin-top: 45px;
  }
}


.sec-jcomstories {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
.sec-jcomstories {
  padding: 45px 0 0 0;
}
}

.sec-other {
  padding-block: 60px;
  background: #fff;
}
.sec-other h2 {
  font-size: 36px;
  line-height: 1.32;
  color: #111;
}
@media screen and (max-width: 767px) {
  .sec-other h2 {
    font-size: 26px;
  }
}
.sec-other h2 .fs-lg {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .sec-other h2 .fs-lg {
    font-size: 30px;
  }
}
.sec-other .h-balloon {
  border-color: #e83817;
  --bgcolor: #fff;
}
.sec-other .h-balloon::before {
  border-color: #e83817;
  background-color: #FDECEE;
}
.swiper-other {
  max-width: 1000px;
}
@media screen and (max-width: 979px) {
  .swiper-other {
    max-width: 656px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-other {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.swiper-other .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-other .swiper-slide:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .swiper-other .swiper-footer .swiper-btn-prev,
  .swiper-other .swiper-footer .swiper-btn-next {
    display: block;
    top: calc(50% - 30px);
  }
}

.sec-flow {
  padding-top: 80px;
  margin-bottom: 80px;
}
.sec-flow h2 {
  margin-bottom: 80px;
}
.sec-flow h2 span {
  font-size: 42px;
}
.sec-flow h2 span::before {
  background-color: #E84B14;
  width: 100px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.sec-flow_box {
  border: 2px solid #E84B14;
  border-radius: 60px;
  padding: 73px 60px;
}
@media screen and (max-width: 767px) {
  .sec-flow_box {
    border-radius: 20px;
    padding: 32px 16px;
  }
}
.sec-flow_box .text-upper {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}

.sec-flow_box .text-upper::before, .sec-flow_box .text-upper::after {
  border-color: #E84B14;
  border-width: 2px;
}

.sec-flow_grid {
  max-width: 925px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 245px 1fr 245px 1fr 245px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-flow_grid {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-flow_grid .arrow {
    transform: rotate(90deg);
  }
}


