@charset "UTF-8";
/*
.home-sec03-a {
  display: flex;
  justify-content: space-between;
  background-image: url(/assets/images/home/img-sec3.jpg);
  background-position: left -250px center;
  background-size: 100%;
  background-repeat: no-repeat;
}
*/
:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
}

/* 改行指示 */
.sp_br {
  display: block; 
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: none; 
  }
}

.pc_br {
  display: block; 
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none; 
  }
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.show-pc {
  display: block;
}

.show-sp {
  display: none;
}

.show-sp480-over {
  display: block;
}

.show-sp480 {
  display: none;
}

@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .show-sp480-over {
    display: none;
  }
  .show-sp480 {
    display: block;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpEnd {
  opacity: 1;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup-column > .first-slide {
  opacity: 0;
}

.fadeup-section {
  opacity: 0;
  animation-delay: 300ms;
}

.fadeOut {
  animation-name: fadeOutAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 *  Button: View more
 */
.btn-link {
  position: relative;
  box-sizing: border-box;
  width: 200px;
  border: 1px solid #2e63a8;
  color: #2e63a8;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 0;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.btn-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #2e63a8;
  border-right: 1px solid #2e63a8;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/**
 *  SECTION
 */
.top-section-inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 90%;
  margin: auto;
}

.top-section-header {
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  max-width: 90%;
  padding: 45px 0;
}

#top-pickup .top-section-header,
#top-driven .top-section-header,
#top-news .top-section-header,
#top-case .top-section-header #top-driven-02 {
  margin: auto;
    
}


.top-section-header .header-en {
  display: block;
  width: auto;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif !important;
  font-size: 56px;
  font-weight: 500;
  color: #2e63a8;
  margin: 0;
}

.top-section-header .header-ja {
  display: inline-block;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-left: 30px;
}

.top-section-wrap {
  position: relative;
  display: block;
  width: 100%;
}

@media screen and (min-width: 1681px) {
  .top-section-header .header-en {
    font-size: 96px;
  }
  .top-section-header .header-ja {
    font-size: 24px;
  }
  .btn-link {
    font-size: 22px;
    width: 300px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
  .btn-link {
    font-size: 13px;
  }
  .top-section-header {
    padding: 20px 0;
  }
  .top-section-header .header-en {
    font-size: 28px;
  }
  .top-section-header .header-ja {
    font-size: 10px;
    margin-left: 1em;
  }
  #top-interview .top-section-header .header-ja {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 480px) {
  #top-pickup .top-section-inner {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    max-width: 95%;
  }
}
/**
 *  TOP MOVIE
 */
#top-movies {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

#top-movies .top-mv-block {
  position: relative;
}

#top-movies video {
  width: 100%;
}

#top-movies .top-mv-slider {
  width: 100%;
  margin: 0 auto;
}

#top-movies .top-mv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, -50% 0%, -100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, -50% 0%, -100% 100%, 0% 100%);
  transition: 1.5s ease;
  /*
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.57, .1, .04, .76) .1s;
  transition: -webkit-transform 1.2s cubic-bezier(.57, .1, .04, .76) .1s;
  transition: transform 1.2s cubic-bezier(.57, .1, .04, .76) .1s;
  transition: transform 1.2s cubic-bezier(.57, .1, .04, .76) .1s, -webkit-transform 1.2s cubic-bezier(.57, .1, .04, .76) .1s
  */
}

#top-movies .top-mv-slide.isNow {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2;
}

#top-movies .top-mv-slide.isOld {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.top-mv-slider .top-mv-text {
  position: absolute;
  display: block;
  width: 100%;
  top: 40%;
  color: #fff;
  border-left: 10px solid #2e63a8;
  padding: 40px 0;
}

.top-mv-slider-text .top-mv-text {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  border-left: 0;
  padding: 30px 1.5em;
  display: none;
}

.top-mv-text.active {
  display: block;
}

.top-mv-slider-text {
  position: absolute;
  display: none;
  width: 95%;
  height: 180px;
  margin-top: -40px;
  background-color: #2e63a8;
  z-index: 2;
}

.top-mv-text-inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 90%;
  margin: auto;
}

.top-mv-text .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.top-mv-text .sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.top-mv-text .title.fadeUp {
  animation-delay: 1500ms;
}

.top-mv-text .sub-title.fadeUp {
  animation-delay: 1800ms;
}

.top-mv-footer {
  position: absolute;
  width: 100%;
  bottom: 110px;
  z-index: 3;
}

.top-mv-footer .top-slider-controler {
  position: relative;
  width: 100%;
  max-width: 90%;
  margin: auto;
}

/* 1680p over */
@media screen and (min-width: 1681px) {
  .top-mv-text .title {
    font-size: 72px;
  }
  .top-mv-text .sub-title {
    font-size: 60px;
  }
  .top-mv-footer {
    bottom: 180px;
  }
}
@media screen and (min-width: 769px) {
  #top-movies video {
    height: calc(100vh + 150px);
    object-fit: cover;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #top-movies {
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 50px auto 0;
  }
  .top-movies-inner {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    padding-bottom: 140px;
  }
  #top-movies .top-mv-slider {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 56.25%;
    padding-bottom: 300px;
    height: 600pxpx;
    overflow: unset;
  }
  #top-movies .top-mv-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 1.5s ease;
    -webkit-clip-path: polygon(0% 0%, -100% 0%, -200% 100%, 0% 100%);
    clip-path: polygon(0% 0%, -100% 0%, -200% 100%, 0% 100%);
  }
  #top-movies .top-mv-slide.isNow {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2;
  }
  #top-movies .top-mv-slide.isOld {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
  }
  .top-mv-slider .top-mv-text {
    position: relative;
    display: block;
    top: unset;
    width: 95%;
    height: 220px;
    margin-top: -30px;
    background-color: #2e63a8;
    z-index: 3;
  }
  .top-mv-slider-text {
    display: block;
  }
  .top-mv-text .title {
    font-size: 22px;
  }
  .top-mv-text .sub-title {
    font-size: 16px;
  }
  .top-mv-footer {
    bottom: 210px;
    left: -5%;
  }
  .top-mv-text .title.fadeUp {
    animation-delay: 1500ms;
  }
  .top-mv-text .sub-title.fadeUp {
    animation-delay: 1800ms;
  }
}
@media screen and (max-width: 480px) {
  #top-movies {
    height: 80vh;
  }
  .top-movies-inner {
    height: 100%;
  }
  #top-movies .top-mv-block {
    height: 60vh;
  }
  #top-movies video {
    position: absolute;
    /*    left: -45%;*/
    margin: auto;
    width: 101%;
    height: auto;
  }
  #top-movies video#video1 {
    left: -70%;
  }
  #top-movies video#video3 {
    left: -80%;
  }
  #top-movies video#video5 {
    left: -90%;
  }
  #top-movies video#video7 {
    left: -70%;
  }
  .top-mv-slider .top-mv-text {
    display: flex;
    align-items: center;
    height: 160px;
    padding: 0;
    /*    padding: 60px 0;*/
  }
  .top-mv-text .title.midium {
    letter-spacing: 0;
  }
  .top-mv-footer {
    bottom: 267px;
  }
}
@media screen and (max-width: 375px) {
  #top-movies {
    height: 85vh;
  }
  #top-movies video#video1 {
    left: -50%;
  }
  #top-movies video#video3 {
    left: -60%;
  }
  #top-movies video#video7 {
    left: -45%;
  }
  #mv4 .top-mv-text-inner .title {
    letter-spacing: -0.05em;
  }
  .top-mv-text .sub-title {
    font-size: 14px !important;
  }
  .top-mv-slider .top-mv-text {
    height: 160px;
  }
}
/**
 *  TOP PICK UP
 */
#top-pickup {
  position: relative;
  margin-top: -60px;
  z-index: 2;
}

#top-pickup .top-section-inner {
  box-sizing: border-box;
}

#top-pickup .top-section-header {
  padding-bottom: 10px;
}

#top-pickup .top-section-header .header-en,
#top-pickup .top-section-header .header-ja {
  color: #fff;
}

#top-pickup-slide .top-bg-photo-slide-wrap {
  display: flex;
  justify-content: space-between;
}

#top-pickup-slide .top-bg-photo-slide {
  width: 30%;
  height: auto;
}

#top-pickup-slide .top-bg-photo-slide .title {
  display: block;
  background-image: linear-gradient(135deg, #2e63a8 30px, transparent 0);
}

#top-pickup .top-slider-controler {
  display: none;
}

@media screen and (min-width: 1681px) {
  #top-pickup {
    margin-top: -150px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup {
    margin-top: 40px;
  }
  #top-pickup .top-section-inner {
    padding: 0 1.5em;
  }
  #top-pickup .top-section-header .header-en {
    color: #2e63a8;
  }
  #top-pickup .top-section-header .header-ja {
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  #top-pickup {
    margin-top: -30px;
  }
  #top-pickup .top-section-inner {
    padding: 0;
  }
  #top-pickup .top-slider-controler {
    display: flex;
    justify-content: center;
  }
  #top-pickup .top-slider-controler-wrap {
    right: unset;
  }
}

/**
 *  TOP DRIVEN BASE
 */
#top-driven {
  margin-top: -80px;
}

#top-driven .block-header {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 36px;
}

#top-driven .block-header-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.8em;
  margin-bottom: 30px;
}

#top-driven .block-header-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 30px;
  margin-top: 10px;
}

@media screen and (min-width: 1681px) {
  #top-driven .block-header {
    font-size: 53px;
    margin-bottom: 35px;
  }
  #top-driven .block-header-text {
    font-size: 34px;
    margin-bottom: 45px;
  }
  #top-driven .block-header-text p {
    font-size: 17px;
    margin-bottom: 45px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #top-driven .top-slider-controler.long {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  #top-driven .block-header {
    font-size: 28px;
  }
  #top-driven .block-header-text {
    font-size: 20px;
  }
  #top-driven .block-header-text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #top-driven {
    margin-top: -80;
  }
  #top-driven .block-header {
    font-size: 23px;
  }
  #top-driven .block-header-text {
    font-size: 16px;
  }
  #top-driven .block-header-text p {
    font-size: 13px;
  }
}


/**
 *  TOP DRIVEN BASE
 */
#top-driven02 {
  margin-top: -80px;
}

#top-driven02 .block-header {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 36px;
}

#top-driven02 .block-header-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 30px;
}

#top-driven02 .block-header-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 30px;
  margin-top: 10px;
}

@media screen and (min-width: 1681px) {
  #top-driven02 .block-header {
    font-size: 53px;
    margin-bottom: 35px;
  }
  #top-driven02 .block-header-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #top-driven02 .block-header-text p {
    font-size: 17px;
    margin-bottom: 45px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #top-driven02 .top-slider-controler.long {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  #top-driven02 .block-header {
    font-size: 28px;
  }
  #top-driven02 .block-header-text {
    font-size: 18px;
  }
  #top-driven02 .block-header-text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #top-driven02 {
    margin-top: -30px;
  }
  #top-driven02 .block-header {
    font-size: 20px;
  }
  #top-driven02 .block-header-text {
    font-size: 14px;
  }
  #top-driven02 .block-header-text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
div.announcement{
    margin-top: 20px;
}}

/**
 *  TOP DRIVEN BASE
 */
#top-driven03 {
  margin-top: -80px;
}

#top-driven03 .block-header {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 36px;
}

#top-driven03 .block-header-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 30px;
}

#top-driven03 .block-header-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 30px;
  margin-top: 10px;
}

@media screen and (min-width: 1681px) {
  #top-driven03 .block-header {
    font-size: 53px;
    margin-bottom: 35px;
  }
  #top-driven03 .block-header-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #top-driven03 .block-header-text p {
    font-size: 17px;
    margin-bottom: 45px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #top-driven03 .top-slider-controler.long {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  #top-driven03 .block-header {
    font-size: 28px;
  }
  #top-driven03 .block-header-text {
    font-size: 18px;
  }
  #top-driven03 .block-header-text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #top-driven03 {
    margin-top: -70px;
    margin-bottom: -40px;
  }
  #top-driven03 .block-header {
    font-size: 20px;
  }
  #top-driven03 .block-header-text {
    font-size: 14px;
  }
  #top-driven03 .block-header-text p {
    font-size: 13px;
  }
}

/**
 *  TOP NEWS
 */
.top-news .top-section-wrap {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 240px;
}
.top-news .top-section-wrap .btn-block {
  padding: 0 5%;
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .top-news .top-section-wrap .btn-block {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-top: 60px;
  }
}

.top-news {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
.top-news {
  margin-top: 30px;
}
}

.top-news-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .top-news-wrap {
    background: linear-gradient(
      90deg,
      #f5f5f5 0%,
      #f5f5f5 95%,
      #fff 95%,
      #fff 100%
    );
    padding: 15px 0 30px;
  }
}

.top-news-wrap-inner {
  position: relative;
  box-sizing: border-box;
  top: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-news-wrap-inner {
    padding: 0 5%;
    max-width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .top-news-wrap-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.top-news-list {
  position: relative;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-news-list.news-info {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .top-news-list.news-info {
    border-right: 1px solid #ccc;
    border-bottom: 0;
  }
}

.top-news-list.news-media {
  box-sizing: border-box;
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .top-news-list.news-media {
    padding-top: 0;
    padding-left: 60px;
  }
}

.top-news-list li {
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  font-size: 16px;
  padding: 0;
  margin-bottom: 30px;
}

.top-news-list .news-stats {
  display: flex;
}

.top-news-list li time {
  position: relative;
  display: block;
  font-size: 0.8em;
  margin-right: 15px;
  width: 6em;
}

.top-news-list li .news-cat {
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #2e63a8;
  color: #fff;
  font-size: 0.8em;
  line-height: 16px;
  padding: 1px 0.5em;
  margin-right: 15px;
  width: 5em;
}

.top-news-list li a {
  position: relative;
  color: #000;
  text-decoration: none;
  width: auto;
}

.top-news-list li a::after {
  content: "";
  position: absolute;
  top: 0.65em;
  right: -13px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}

@media screen and (min-width: 1681px) {
  .top-news-list li a {
    font-size: 22px;
  }
  .top-news-list li time {
    font-size: 1.3em;
  }
  .top-news-list li .news-cat {
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 3px 0.5em;
  }
}
@media screen and (max-width: 1200px) {
  .top-news-list li {
    display: block;
  }
  .top-news-list li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .top-news-list li time,
  .top-news-list li .news-cat {
    float: left;
  }
  .top-news-list li a {
    display: inline-block;
    width: auto;
  }
  .top-news-list li .news-title {
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 1000px) {
  .top-news .top-section-header {
    padding: 10px 1.5em;
    margin-top: 30px;
  }
  .top-news .top-section-wrap {
    position: relative;
    display: block;
    flex-wrap: wrap-reverse;
    padding-bottom: 60px;
  }
  .top-news-list {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .top-news {
    margin-top: -100px;
  }
  .top-news-list li a {
    font-size: 0.9em;
  }
  .sp-news-top {
    margin-top: 20px;
  }
}
/**
 *  TOP NEWS（PERFORMANCE）
 */
.top-performance-wrap {
  position: absolute;
  box-sizing: border-box;
  top: 380px;
  display: block;
  width: 100%;
  height: 600px;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

.top-performance-inner {
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
}

@media screen and (min-width: 1600px) {
  .top-performance-inner {
    max-width: 90%;
  }
  .top-performance {
    width: 47% !important;
    padding: 0 60px 0 0px !important;
  }
  .top-performance-bg {
    left: unset !important;
    right: 0;
    width: 50% !important;
  }
}
.top-performance {
  position: absolute;
  display: block;
  right: 0;
  list-style: none;
  box-sizing: border-box;
  width: 48%;
  height: auto;
  margin: 0;
  padding: 0 0 0 60px;
  z-index: 1;
}

.top-performance li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border: 2px solid #fff;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif !important;
  font-size: 20px;
  font-weight: 500;
}

.top-performance li .performance-unit {
  font-size: 22px;
}

.top-performance li .performance-unit .performance-num {
  font-size: 42px;
}

.top-performance-bg {
  position: absolute;
  top: 0;
  left: 52%;
  display: block;
  height: 100%;
  width: auto;
}

@media screen and (min-width: 1681px) {
  .top-performance-wrap {
    height: 800px;
  }
  .top-performance li {
    font-size: 30px;
  }
  .top-performance li .performance-unit .performance-num {
    font-size: 80px;
  }
  .top-performance li .performance-unit {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .top-performance-wrap {
    padding: 15px 1.5em;
  }
  .top-performance {
    width: 54%;
    padding: 0 0 0 2em;
  }
  .top-performance-bg {
    left: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .top-performance-wrap {
    padding: 0;
    height: auto;
  }
  .top-performance li {
    font-size: 13px;
  }
  .top-performance li .performance-unit {
    font-size: 16px;
  }
  .top-performance li .performance-unit .performance-num {
    font-size: 32px;
  }
  .top-performance-wrap {
    position: relative;
    top: 0;
    background-image: url(../images/top/performance.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .top-performance {
    position: relative;
    width: 100%;
    top: 0;
    padding: 30px 5%;
    margin: auto;
  }
  .top-performance-bg {
    width: 100%;
    left: 0;
  }
  .top-performance li {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-performance-bg {
    display: none;
  }
}
/**
 *  TOP OVERLAP CONTENT
 */
.top-overlap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .top-overlap {
    padding-bottom: 80px;
  }
}

.top-overlap-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.top-overlap-wrap {
  position: relative;
}

.top-overlap-slide-block {
  position: relative;
  margin-top: -35px;
}

.top-overlap-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 560px;
  background: linear-gradient(
    90deg,
    #f5f5f5 0%,
    #f5f5f5 65%,
    #fff 65%,
    #fff 100%
  );
}

.top-overlap-slide-inner {
  position: relative;
  box-sizing: border-box;
  top: 0;
  margin: auto;
  width: 100%;
  max-width: 90%;
}

.top-overlap-text {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 45%;
  padding: 100px 0;
  vertical-align: middle;
}

#top-case .top-overlap-text {
  padding: 40px 0 60px;
}

.top-overlap-text .block-header {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8em;
  margin: 10px 0;
}

#top-overlap .top-overlap-text .block-header {
  font-size: 20px;
}

.top-overlap-text .block-header-sub {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  background-color: #2e63a8;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px 2px;
}

.top-overlap-text .block-text {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.top-overlap-image {
  position: absolute;
  top: 100px;
  right: 0;
  height: 560px;
  width: 100%;
  max-width: 50%;
}

.top-overlap-image img {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
}

.top-overlap-slide-wrap {
  position: relative;
  display: flex;
  height: 660px;
  box-sizing: border-box;
  padding-bottom: 80px;
}

@media screen and (min-width: 1681px) {
  .top-overlap-slide {
    height: 800px;
  }

  .top-overlap-slide-wrap {
    height: 800px;
  }
  .top-overlap-image {
    height: 800px;
  }
  .top-overlap-text .block-header-sub {
    font-size: 30px;
    line-height: 60px;
  }
  .top-overlap-text .block-header {
    font-size: 40px;
  }
  #top-overlap .top-overlap-text .block-header {
    font-size: 28px;
  }
  .top-overlap-text .block-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .top-overlap .top-section-header {
    padding: 50px 1.5em;
  }
  .top-overlap-slide-inner {
    padding: 0;
  }
  .top-overlap-text .block-header {
    font-size: 22px;
  }
  .top-overlap-image {
    right: 1.5em;
  }

  .top-overlap-text {
    padding: 100px 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .top-overlap-slide-block {
    margin-top: 0;
  }
  .top-overlap-slide {
    background: none;
    /*height: 300px; */
  }

  .top-overlap-slide-wrap {
    padding-bottom: 0;
  }
  .top-overlap-slide-inner {
    height: auto;
  }
  .top-overlap-text {
    width: 100%;
    padding: 40px 1.5em 120px;
    background: linear-gradient(
      90deg,
      #f5f5f5 0%,
      #f5f5f5 95%,
      #fff 95%,
      #fff 100%
    );
  }
  #top-case .top-overlap-text {
    padding: 40px 1.5em 120px;
  }
  .top-overlap-text .block-text {
    width: 95%;
  }
  .top-overlap-image {
    position: absolute;
    top: 200px;
    right: 0;
    width: 95%;
    max-width: 100%;
  }

  #top-driven02 .top-overlap-image {
    top: 200px;
  }
   #top-driven .top-overlap-image {
    top: 200px;
  }
    
    #top-driven03 .top-overlap-image {
    top: 200px;
  }


  #top-case .top-overlap-image {
    top: 300px;
  }

  #top-driven .top-slider-controler.long {
    right: 5%;
  }
  
  #top-driven02 .top-slider-controler.long {
    right: 5%;
  }
    
    #top-driven03 .top-slider-controler.long {
    right: 5%;
  }
    

}
@media screen and (max-width: 768px) {
  .top-overlap-text .block-header-sub {
    font-size: 12px;
    line-height: 20px;
  }
  .top-overlap-text .block-header {
    font-size: 14px;
  }
  .top-overlap-text .block-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .top-overlap {
    padding-bottom: 120px;
  }
  #top-pickup.top-overlap {
    padding-bottom: 40px;
  }
}
/**
 *  SLIDER CONTROLER
 */
.top-slider-controler {
  position: relative;
  width: 100%;
  z-index: 2;
}

.top-slider-controler.long {
  width: 100%;
  max-width: 90%;
  height: 46px;
  margin: auto;
}

.top-slider-controler.long .top-slider-controler-wrap {
  position: absolute;
  top: 25px;
  right: 0;
}

.top-slider-controler-wrap {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: flex;
  height: 100px;
}

.top-slide-controler.long .top-slider-controler-wrap {
  box-sizing: border-box;
  right: 0;
  padding: 25px 0;
}

.top-slider-controler button,
.top-slider-controler button.swiper-button-next,
.top-slider-controler button.swiper-button-prev {
  position: relative;
  display: block;
  top: unset;
  left: unset;
  right: unset;
  width: 46px;
  height: 46px;
  margin-top: unset;
  margin: 1px !important;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  background-color: #f5f5f5;
  border: 0;
  /*
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  */
}

/*
.top-slider-controler .arrow button {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    background-color: #f5f5f5;
    border: 0;
    margin: 1px;
}
*/
.top-slider-controler button:hover {
  background-color: #2e63a8;
}

.top-slider-controler .icon-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}

.top-slider-controler .icon-arrow-left {
  transform: translateX(25%) rotate(-135deg);
}

.top-slider-controler .icon-arrow-right {
  transform: translateX(-25%) rotate(45deg);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: unset;
  top: unset;
  left: unset;
  left: unset;
  width: auto;
}

.top-slider-controler .swiper-pagination,
.top-slider-controler .pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
  z-index: unset;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1px);
}

.top-slider-controler .swiper-pagination-bullet,
.top-slider-controler .pagination .pagination_item {
  width: 1.6rem;
  height: 2px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: #ccc;
  border: 0;
  border-radius: unset;
  opacity: 1;
}

.top-slider-controler .swiper-pagination-bullet-active,
.top-slider-controler .pagination .pagination_item.is-active {
  width: 3rem;
  height: 2px;
  background-color: #2e63a8;
}

@media screen and (max-width: 1200px) {
  .top-slider-controler.long .top-slider-controler-wrap {
    right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .top-bg-photo-footer .top-slider-controler .swiper-pagination-bullet,
  .top-bg-photo-footer .top-slider-controler .pagination .pagination_item {
    width: 0.8rem;
  }
  .top-bg-photo-footer .top-slider-controler .swiper-pagination-bullet-active,
  .top-bg-photo-footer
    .top-slider-controler
    .pagination
    .pagination_item.is-active {
    width: 1.2rem;
  }
  .top-overlap .top-section-header {
    padding: 10px 1.5em;
  }
  .top-slider-controler.long {
    position: absolute;
    bottom: -40px;
  }
  .top-slider-controler.long .top-slider-controler-wrap {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-slider-controler-wrap {
    right: 0;
  }
  #top-movies .top-slider-controler-wrap {
    position: absolute;
    left: 0;
  }
  .top-slider-controler button,
  .top-slider-controler button.swiper-button-next,
  .top-slider-controler button.swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .top-slider-controler .icon-arrow {
    width: 0.8em;
    height: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .top-slider-controler.long {
    bottom: unset;
    top: 450px;
    right: 5%;
  }
}
/**
 *  TOP BGPHOTO CONTENT
 */
.top-bg-photo-footer {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 82.5%;
  padding: 35px 0;
}

.top-bg-photo {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 100px;
}

.frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.frame-fix.frame {
  z-index: -1;
}

.frame .top,
.frame .bottom,
.frame .left,
.frame .right {
  position: absolute;
  display: block;
  background-color: #fff;
  transition: transform 0.3s ease-out;
}

.frame .top {
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  transform-origin: top;
}

.frame .bottom {
  width: 100%;
  height: 120px;
  bottom: 0;
  left: 0;
  display: none;
}

.frame .left {
  width: 120px;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: left;
}

.frame .right {
  width: 120px;
  height: 100%;
  top: 0;
  right: 0;
  transform-origin: right;
}

@media screen and (max-width: 768px) {
  .frame .top {
    height: 20px;
  }
  .frame .bottom {
    height: 20px;
  }
  .frame .left {
    width: 20px;
  }
  .frame .right {
    width: 20px;
  }
}
.top-bg-photo-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 1300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.top-bg-interview {
  background-image: url(../images/top/interview_bg.webp);
}

.top-bg-voice {
  background-image: url(../images/top/voice_bg.webp);
}

.top-bg-other {
  background-image: url(../images/top/other_bg.webp);
}

.top-bg-company {
  background-image: url(../images/top/company_bg2.webp);
}

.top-bg-photo-inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 90%;
  margin: auto;
  box-sizing: border-box;
  text-align: left;
}

.top-bg-photo-header {
  position: relative;
  top: 800px;
  left: 0;
}

.top-bg-photo-header .header-sub {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  background-color: #2e63a8;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  padding: 0 20px 2px;
  margin-bottom: 30px;
}

.top-bg-photo-header .big-header {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}

.top-bg-photo-slide-block {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -135px;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 90%,
    transparent 90%,
    transparent 100%
  );
}

.top-slide3-wrap {
  position: relative;
  width: 90%;
  margin: 0;
  box-sizing: border-box;
}

.top-bg-photo-slide {
  position: relative;
  display: block;
  /*	max-width: 32%; */
  height: auto;
  margin-right: 15px;
  background-color: transparent;
  overflow: hidden;
}

.top-bg-photo-slide img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.top-bg-photo-slide:hover img {
  transform: scale(1.1, 1.1);
}

.top-bg-photo-slide > a {
  width: 100%;
  height: 100%;
}

.top-bg-photo-slide .title {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /*  background: linear-gradient(to bottom, ##000, transparent );*/
  background-image: url(../images/top/bg_mask.webp);
  background-repeat: repeat-x;
  background-size: cover;
  z-index: 1;
  cursor: pointer;
}

.top-bg-photo-slide .title a {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  padding-left: 1em;
}

.top-bg-photo-slide .title a .position {
  font-size: 12px;
}

.top-bg-photo-slide .title a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 13px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

#top-pickup .top-bg-photo-slide .title a {
  padding: 0;
  bottom: 0;
}

#top-pickup .top-bg-photo-slide .title a span {
  display: inline-block;
  background-color: #2e63a8;
  padding: 0.5em 1em;
}

@media screen and (min-width: 1681px) {
  .top-bg-photo-header .header-sub {
    font-size: 30px;
    line-height: 60px;
  }
  .top-bg-photo-header .big-header {
    font-size: 72px;
  }
  .top-bg-photo-slide .title a {
    font-size: 28px;
  }
  .top-bg-photo-slide .title a .position {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .top-bg-photo-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-bg-photo {
    padding-bottom: 20px;
  }
  .top-bg-photo#top-other {
    padding-bottom: 60px;
  }
  .top-bg-photo-wrap {
    height: auto;
    padding: 600px 0 30px;
  }
  .top-slide3-wrap {
    width: unset;
  }
  .top-bg-photo-inner {
    padding: 0 1.5em;
  }
  .top-bg-photo-header {
    top: 0;
  }
  .top-bg-photo-header .big-header {
    font-size: 40px;
  }
  .top-bg-photo-header .header-sub {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 13px 4px;
  }
  .top-bg-photo-slide-block {
    margin-top: 0;
  }
  .top-bg-photo-slide .title a {
    font-size: 18px;
  }
  .top-bg-photo-slide .title a .position {
    font-size: 13px;
  }
  #top-pickup .top-bg-photo-slide .title a {
    font-size: 10px;
  }
  .top-bg-photo-footer {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .top-bg-photo-footer .btn-block {
    position: relative;
    margin-top: 60px;
    z-index: 2;
  }
  .top-bg-photo-footer .top-voice-slide-pagination {
    order: 1;
  }
  .top-bg-photo-footer button.prev {
    order: 2;
  }
  .top-bg-photo-footer button.next {
    order: 3;
  }
  .top-bg-interview {
    background-position: top 0 right 0;
  }
  .top-bg-voice {
    background-position: top 0 left 30%;
  }
  .top-bg-other {
    background-position: top 0 right 30%;
  }
}
@media screen and (max-width: 480px) {
  #top-pickup .top-bg-photo-slide .title a {
    font-size: 14px;
  }
  .top-bg-photo-wrap {
    padding: 340px 0 30px;
  }
  .top-bg-photo-inner {
    padding: 0 !important;
    margin: 0;
    max-width: 95%;
  }
  .top-section-header {
    margin: auto;
  }
  .top-bg-photo-header {
    padding: 0 5%;
  }
  .top-bg-photo-header .big-header {
    font-size: 23px;
  }
  .top-bg-photo-footer {
    padding-left: 5%;
  }
  .top-bg-interview {
    background-size: 220%;
    background-position: top 10% right 20%;
  }
  .top-bg-voice {
    background-image: url(../images/top/voice_bg2_sp.webp);
    background-position: center center;
  }
  .top-bg-other {
    background-size: 200%;
    background-position: bottom 30% center;
  }
  .top-bg-company {
    background-image: url(../images/top/company_bg_sp.webp);
    background-position: top center;
  }
}
/**
 *  TOP THEME
 */
.top-theme {
  position: relative;
  display: block;
  width: 100%;
}

.top-theme .top-slider-controler.long {
  z-index: unset !important;
}

#top-theme-slide-pagination {
  z-index: 1;
}

.top-theme-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 1300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  box-sizing: border-box;
}

.top-theme-slide.top-theme-frontier {
  background-image: url(../images/top/theme_p_01.webp);
}

.top-theme-slide.top-theme-futurist {
  background-image: url(../images/top/theme_p_02.webp);
}

.top-theme-slide.top-theme-flexible {
  background-image: url(../images/top/theme_p_03.webp);
}

@media screen and (max-width: 480px) {
  .top-theme-slide.top-theme-frontier {
    background-image: url(../images/top/theme_p_01_sp.webp);
    background-position: center top;
  }
  .top-theme-slide.top-theme-futurist {
    background-image: url(../images/top/theme_p_02_sp.webp);
    background-position: center top;
  }
}
.top-theme-slide-inner {
  position: relative;
  display: block;
  height: 90%;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.top-theme-header {
  position: relative;
  margin-top: 50px;
}

.top-theme-header .big-header {
  position: relative;
  display: block;
  width: auto;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif !important;
  font-size: 80px;
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  margin: 0;
}

.top-theme-content {
  position: absolute;
  display: block;
  bottom: 40px;
}

.top-theme-header-sub {
  color: #fff;
}

.top-theme-header-sub .midium-header {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 48px;
  margin: 0 0 40px;
  line-height: 1;
}

.top-theme-header-sub .small-header {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 36px;
  margin: 0;
  line-height: 1;
}

.top-theme-list {
  position: relative;
  display: block;
  box-sizing: border-box;
  list-style: none;
  width: 230px;
  padding: 0;
  margin-top: 40px;
  z-index: 3;
}

.top-theme-list li {
  position: relative;
  display: block;
  height: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
  z-index: 3;
}

.top-theme-list li a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #2e63a8;
  border-radius: 15px;
  z-index: 3;
}

.top-theme-list li a:hover {
  color: #2e63a8;
  background-color: #fff;
}

.top-theme .top-slider-controler.long {
  position: relative;
  margin-top: -150px;
  z-index: 1;
}

.top-theme-modal {
  display: none;
}

@media screen and (min-width: 1681px) {
  .top-theme-header .big-header {
    font-size: 140px;
  }
  .top-theme-header-sub .midium-header {
    font-size: 80px;
  }
  .top-theme-header-sub .small-header {
    font-size: 48px;
  }
  .top-theme-list {
    width: 320px;
  }
  .top-theme-list li {
    height: 48px;
    font-size: 24px;
    line-height: 48px;
  }
  .top-theme-list li a {
    border-radius: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .top-theme-slide-inner {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .top-theme-slide {
    height: auto;
    padding: 20px 1.5em;
  }
  .top-theme-header {
    margin-top: 0;
  }
  .top-theme-header .big-header {
    font-size: 60px;
    margin-bottom: 80px;
  }
  .top-theme-header-sub .midium-header {
    font-size: 60px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .top-theme-header-sub .small-header {
    font-size: 36px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .top-theme-list {
    display: none;
  }
  .top-theme .top-slider-controler.long {
    position: absolute;
    top: unset;
    margin-top: unset;
    bottom: 30px;
  }
  /* modal */
  .top-theme-content {
    bottom: -30px;
    padding-bottom: 30px;
    cursor: pointer;
  }
  .top-theme-content:hover {
    opacity: 0.8;
  }
  .top-theme-content:after {
    content: "";
    width: 13px;
    height: 13px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 40%;
    bottom: 30px;
    margin: auto;
  }
  .top-theme-modal {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 320px;
    display: none;
  }
  .top-theme-modal .modal-content {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2em;
    text-align: center;
  }
  .top-theme-modal .modal-title {
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 20px;
  }
  .top-theme-modal .modal-list {
    list-style: none;
  }
  .top-theme-modal .modal-list li {
    position: relative;
    display: block;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    z-index: 3;
  }
  .top-theme-modal .modal-list li a {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #2e63a8;
    border-radius: 15px;
    z-index: 3;
  }
  .top-theme-modal .modal-list li a:hover,
  .top-theme-modal .modal-list li a:active {
    color: #2e63a8;
    background-color: #fff;
  }
  .top-theme-modal .modal-close {
    position: absolute;
    display: block;
    top: -24px;
    right: 0;
    width: 24px;
    height: 24px;
  }
  .top-theme-modal .modal-close img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .top-theme-header .big-header {
    font-size: 40px;
  }
  .top-theme-header-sub .midium-header {
    font-size: 36px;
  }
  .top-theme-header-sub .small-header {
    font-size: 20px;
  }
  .top-theme-modal .modal-title {
    font-size: 16px;
  }
  .top-theme-modal .modal-list li {
    font-size: 13px;
  }
}
/**
 *  TOP SOLAR
 */
.top-solar {
  background-color: #efefef;
  padding-top: 85px;
  padding-bottom: 100px;
  overflow: hidden;
 margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .top-solar {
    padding-top: 50px;
  }
}

.top-solar-wrap {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-solar-wrap {
    flex-direction: column;
    row-gap: 40px;
  }
}

.top-solar-title {
  font-size: 3.65vw;
  font-weight: 900;
  opacity: 0;
  margin-right: 3.9062vw;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-solar-title {
    font-size: 10vw;
    margin-right: 0;
    letter-spacing: -0.075em;
  }
}
.top-solar-title > em {
  font-size: 6.57vw;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-solar-title > em {
    font-size: 20vw;
  }
}
.top-solar-title.show {
  opacity: 1;
}
.top-solar-title.show span {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  animation: fadeInUp 0.5s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-solar-slide-wrap {
  position: relative;
  z-index: 1;
  flex: 1 0 0;
}

.top-solar-icon-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 30px;
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 768px) {
  .top-solar-icon-list {
    justify-content: center;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(6, auto);
    gap: 25px 30px;
  }
}
.top-solar-icon-list.fade-in {
  opacity: 1;
}
.top-solar-icon-list > li {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.top-solar-icon-list > li.fade-out {
  animation: fadeOutMove 0.5s forwards;
}
.top-solar-icon-list > li.fade-in {
  animation: fadeInMove 0.5s forwards;
}
.top-solar-icon-list > li a {
  pointer-events: none;
}
.top-solar-icon-list > li a:active {
  pointer-events: none;
}
.top-solar-icon-list > li img {
  width: 100%;
  height: auto;
}

@keyframes fadeOutMove {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes fadeInMove {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-solar-bg-text {
  line-height: 1;
  position: absolute;
  bottom: -120px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-solar-bg-text {
    bottom: -100px;
    width: 400px;
    left: -7%;
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 *  TOP COMPANY
 */
/**#top-company .top-bg-photo-footer {
  display: none;
}

@media screen and (max-width: 480px) {
  #top-company .top-bg-photo-footer {
    display: none;
  }
  #top-company .top-bg-photo-slide-wrap {
    flex-direction: column;
  }
  #top-company .top-bg-photo-slide-wrap > * {
    margin-top: 8px;
  }
}
/**
 *  TOP CATCHPHRASE
 */
.top-catchphrase {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  transition: background-color 0.6s ease;
}

.top-catchphrase.is-visible {
  background-color: #05ba5c;
}

.top-catchphrase-inner {
  padding: 600px 0 750px;
}

.top-catchphrase-inner img {
  width: 80%;
  margin: auto;
}

.top-catchphrase-inner img.show-pc {
  max-width: 1100px;
}

.top-catchphrase-inner img.show-sp {
  max-width: 330px;
}

@media screen and (max-width: 768px) {
  .top-catchphrase-inner {
    padding: 300px 0 150px;
  }
}
/**
 *  FOOTER
 */
.footer-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
}

.footer-inner {
  position: relative;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.footer-logo {
  display: block;
  width: 280px;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-link-list {
  display: flex;
  list-style: none;
}

.footer-link-list li:not(:last-child) {
  margin-right: 15px;
}

.footer-link-list li a {
  color: #000;
  text-decoration: none;
}

.footer-copyright {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer-link {
    flex-direction: column;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer-inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .is-top .l-fixConsultation {
    top: unset;
    bottom: 0;
  }
  .is-top .l-fixConsultation_btnList_item {
    background-color: transparent;
    margin-right: 1.5em;
  }
  .is-top
    .l-fixConsultation_btnList_item_link.l-fixConsultation_btnList_item_link__mail,
  .is-top
    .l-fixConsultation_btnList_item_link.l-fixConsultation_btnList_item_link__line {
    background-color: transparent;
  }
  .is-top .l-fixConsultation_btnList_item_link {
    height: unset;
  }
}
@media screen and (min-width: 769px) and (max-width: 1680px) {
  .l-fixConsultation_btnList_item_link {
    width: 60px;
  }
}

/* ラルズネット記事ここから */
.top-overlap-slide-02 {
  position: relative;
  display: block;
  width: 100%;
  height: 730px !important;
  background: linear-gradient(
    90deg,
    #f5f5f5 0%,
    #f5f5f5 65%,
    #fff 65%,
    #fff 100%
  );
}
@media screen and (max-width: 1900px) {
  .top-overlap-slide-02 {
    height: 710px !important;
  }
}

@media screen and (max-width: 1800px) {
  .top-overlap-slide-02 {
    height: 700px !important;
  }
}

@media screen and (max-width: 1750px) {
  .top-overlap-slide-02 {
    height: 670px !important;
  }
}

@media screen and (max-width: 1700px) {
  .top-overlap-slide-02 {
    height: 670px !important;
  }
}

@media screen and (max-width: 1600px) {
  .top-overlap-slide-02 {
    height: 550px !important;
  }
}

@media screen and (max-width: 1500px) {
  .top-overlap-slide-02 {
    height: 500px !important;
  }
}
@media screen and (max-width: 1205px) {
  .top-overlap-slide-02 {
    height: 600px !important;
  }
}

@media screen and (max-width: 1160px) {
  .top-overlap-slide-02 {
    height: 600px !important;
  }
}
@media screen and (max-width: 500px) {
  .top-overlap-slide-02 {
    height: 500px !important;
  }
}
.top-overlap-text-02 {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 45%;
  padding: 50px 0 !important;
  vertical-align: middle;
}
@media screen and (max-width: 1760px) {
  .top-overlap-text-02 {
    width: 51%;
  }
}
@media screen and (max-width: 1200px) {
  .top-overlap-text-02 {
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .top-overlap-text-02 {
    width: 100%;
  }
}

.top-overlap-image-02 {
  top: 250px;
}

@media screen and (max-width: 1750px) {
  .top-overlap-image-02 {
    top: 258px !important;
  }
}
@media screen and (max-width: 1600px) {
  .top-overlap-image-02 {
    top: 135px !important;
  }
}

@media screen and (max-width: 1000px) {
  .top-overlap-image-02 {
    top: 510px !important;
  }
}
@media screen and (max-width: 800px) {
  .top-overlap-image-02 {
    top: 480px !important;
  }
}
@media screen and (max-width: 700px) {
  .top-overlap-image-02 {
    top: 450px !important;
  }
}
@media screen and (max-width: 500px) {
  .top-overlap-image-02 {
    top: 430px !important;
  }
}

@media screen and (max-width: 380px) {
  .top-overlap-image-02 {
    top: 425px !important;
  }
}
@media screen and (max-width: 375px) {
  .top-overlap-image-02 {
    top: 425px !important;
  }
}
@media screen and (max-width: 350px) {
  .top-overlap-image-02 {
    top: 450px !important;
  }
}

.top-overlap-slide-wrap-02 {
  position: relative;
  display: flex;
  height: 900px !important;
  box-sizing: border-box;
  padding-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .top-overlap-slide-wrap-02 {
    position: relative;
    display: flex;
    height: 700px !important;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .top-overlap-slide-wrap-02 {
    position: relative;
    display: flex;
    height: 1100px !important;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .top-overlap-slide-wrap-02 {
    height: 850px !important;
  }
}
@media screen and (max-width: 500px) {
  .top-overlap-slide-wrap-02 {
    height: 720px !important;
  }
}
@media screen and (max-width: 460px) {
  .top-overlap-slide-wrap-02 {
    height: 650px !important;
      
  }
}
@media screen and (max-width: 380px) {
  .top-overlap-slide-wrap-02 {
    height: 570px !important;
  }
}

/* ラルズネット記事ここまで */

.w430-br {
  display: none !important;
}

@media screen and (max-width: 430px) {
  .w430-br {
    display: block !important;
  }
}
