@charset "utf-8";
#fv{
  width: 100%;
  margin: auto 0;
  padding: 0;
}
#fv__inner{
  position: relative;
  width: 100%;
  margin: auto 0;
}
#fv__inner #fv__logo{
  position: absolute;
  top: 30px;
  left: 50px;
  width: 200px;
  z-index: 10;
}
#fv__inner .ly-inner{
  position: absolute;
  left: 0;
  top: 80%;
  transform: translateY(-50%);
  z-index: 10;
}
#fv__inner #fv__textarea{
}
#fv__inner #fv__textarea #fv__textarea-sub{
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
  margin: auto;
}
#fv__inner #fv__textarea #fv__textarea-catch{
  color: #3b88f0;
  font-size: 36px;
  font-weight: 700;
  margin: auto;
}
#fv__inner #fv__textarea #fv__textarea-catch span.fv__textarea-catch__inner{
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  margin-top: 10px;
}
#fv #fv__swiper{
  position: relative;
}
#fv .fv__swiper__overlay{
  position: absolute;
  background: rgba(0,0,0,.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.section__intoro-txt{
  color: #000;
  margin: auto;
  max-width: 700px;
}

/** introduction **/
section#introduction{
  text-align: center;
  overflow: hidden;
}

/**#introduction .ly-inner{
  max-width: 1280px;
}**/

#introduction h2.lv2-heading{
  color: #3b88f0;
}
#introduction h2.lv2-heading .lv2-heading__sub{
  display: block;
  font-size: 20px;
}
#introduction h2.lv2-heading .small{
  font-size: 20px;
}
#introduction .introduction__inner{
  flex-wrap: wrap;
}
#introduction .introduction__inner .introduction__img{
  width: calc( 50% - 290px );
}
#introduction .introduction__inner .introduction__txt{
  width: 580px;
  padding: 15px;
  box-sizing: border-box;
}
#introduction__marquee{
  position: absolute;
  left: 0;
  top: 90px;
  opacity: .1;
  z-index: -1;
  font-size: 120px;
  line-height: 1.0;
}
/* .marquee-inner.eng{
	color:#e5e5e5;
	opacity:0.4;
} */
/** about **/
section#about{
  background: url(../img/front/about_bg.jpg) center 50% no-repeat;
  background-size: cover;
}
#about .ly-inner{
  z-index: 10;
}
#about h2.lv2-heading{
  color: #fff;
}

#about h2.lv2-heading .eng{
  color:#ffffff;
  opacity:0.13;
}
#about .section__intoro-txt{
  color: #fff;
}
#about .about__overlay{
  position: absolute;
  background: rgba(0,0,0,.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

/** business **/
#business{
}
#business .business__list{
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 45px;
}
#business .business__list li{
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc( 100%/3 - 20px );
  margin-right: 30px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}
#business .business__list li:not(:last-of-type){
	background: #468df1;
}
#business .business__list li a{
  color: inherit;
  text-decoration: none;
}
#business .business__list li:last-child{
  margin-right: auto;
}
#business .business__list .business__list__pic{
  width: 100%;
  margin: auto;
  background: #fff;
}
#business .business__list .business__list__pic img{
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 200px;
  object-fit: cover;
}
#business .business__list .business__list__textarea {
  padding: 15px;
}
#business .business__list .business__list__textarea h3.business__list__title{
  text-align: center;
  margin: auto auto 10px;
  font-weight: 700;
}
#business .business__list .business__list__textarea h3.business__list__title:not(last-of-type){
	  color: #fff;
}
#business .business__list .business__list__textarea .business__list__txt{
  text-align: left;
  margin: auto;
	 color:#fff;
}
#business .business__list-item h3.business__list__title{
  color: #3b88f0 !important; 
}
#business .business__list-item .business__list__textarea .business__list__txt{
color: inherit;
}
/** jobs **/
#jobs{
}

#jobs .jobs__inner{
  max-width: 1280px;
  background: url(../img/front/jobs-pic.jpg) left 50% no-repeat;
  background-size: 55%;
  padding: 60px 50px;
  margin:45px auto auto;
}
#jobs .jobs__inner__list{
  width: 60%;
  background: #e3f0fa;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 25px 15px;
  margin-right: 0;
  margin-left: auto;
  align-items: center;
}
#jobs .jobs__inner__list li{
  width: calc(50% - 30px);
  margin: 5px 15px;
}
/* 仕事紹介リンクの擬似要素（偶数の場合は削除） */
#jobs .jobs__inner__list:after {
    content: "";
    display: block;
    width: calc(50% - 30px);
    margin: 5px 15px;
    height: 0;
}
#jobs .jobs__inner__list li a{
  display: block;
  border: 2px solid #3b88f0;
  color: #3b88f0;
  text-align: left;
  text-decoration: none;
  background: url(../img/common/arrow-right-blue.svg) #fff no-repeat;
  background-size: 12px;
  border-radius: 6px;
  background-position: right 15px top 50%;
  padding: 0 30px;
  line-height: 46px;
  transition: background-position 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
#jobs .btn-wrap{
  margin-right: 0;
  margin-top: 15px;
}

/** Interview **/
section#people{
}
section#people::after{
  content: '';
  position: absolute;
  width: calc( 50% + 450px);
  height: 450px;
  background: #3b88f0;
  z-index: -2;
  right: 0;
  top: 0;
}
#people h2.lv2-heading{
  color: #fff;
}

#people h2.lv2-heading .eng{
  color:#ffffff;
  opacity:0.13;
}
#people .section__intoro-txt{
  color: #fff;
}

.swiper-interview{
  margin: 45px auto auto;
  overflow: hidden;
}
.swiper-interview-nav{
}
.swiper-interview-button{
  position: absolute;
  width: 130px;
  right: 50px;
  height: 60px;
}
.swiper-interview-scrollbar__inner{
  position: relative;
  width: 300px;
  margin-left: auto;
  margin-right: 140px;
  height: 40px;
}
.swiper-interview .swiper-scrollbar-drag{
  background: #3b88f0;
}

.swiper-interview-button .swiper-button-prev,
.swiper-interview-button .swiper-button-next{
  width: 44px;
  height: 44px;
}
.swiper-interview-button .swiper-button-prev:after ,
.swiper-interview-button .swiper-button-next:after {
  content: "";
  font-family: swiper-icons;
  font-size: 0;
  letter-spacing: 0;
  width: 44px;
  height: 44px;
  background: url(../img/common/angle-left-blue.svg) center 50%;
  background-size: cover;
}
.swiper-interview-button .swiper-button-next:after {
  content: "";
  background: url(../img/common/angle-right-blue.svg) center 50%;
  background-size: cover;
}

.swiper-interview article.interview-card{
  transform: scale(0.9);
}
.swiper-interview article.interview-card.swiper-slide-active{
  transform: scale(1.0);
}
article.interview-card a{
  display: block;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
}
article.interview-card .interview-card__pic{
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
article.interview-card .interview-card__pic__img,
article.interview-card .interview-card__pic__img img{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: auto;
}
article.interview-card .interview-card__titl{
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 10;
  bottom: 5px;
}
article.interview-card .interview-card__overlay{
  position: absolute;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));
  width: 100%;
  height: 100px;
  z-index: 1;
  bottom: 0;
}
article.interview-card .interview-card__textarea{
  padding: 15px;
  text-align: left;
  background-image: url(../img/common/arrow-right-blue.svg);
  background-position: right 15px top 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}
article.interview-card .interview-card__textarea__job{
  font-weight: 700;
  font-size: 16px;
  margin: auto auto 5px;
}
article.interview-card .interview-card__textarea__year{
  font-size: 14px;
  margin: auto;
}

/** Culture **/
section#culture{
}
#culture__list{
  margin: 45px auto auto;
  flex-wrap: wrap;
}
#culture__list li.culture__list-item{
  width: calc(50% - 10px);
  margin-right: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}
#culture__list li.culture__list-item:nth-child(even){
  margin-right: auto;
}

#culture__list li.culture__list-item a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
#culture__list li.culture__list-item .culture__list-item__pic{
  position: relative;
  margin: auto;
}
#culture__list li.culture__list-item .culture__list-item__pic::after{
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
#culture__list li.culture__list-item .culture__list-item__pic img{
  border-radius: 6px;
}

#culture__list li.culture__list-item h3{
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-left: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
}



@media (max-width:1139px) {
  #fv__inner #fv__logo{
    left: 30px;
  }
  #jobs .jobs__inner{
    padding-left: 30px;
    padding-right: 30px;
  }
  #jobs .jobs__inner__list{
    width: 66%;
    padding: 20px 10px;
  }
  #jobs .jobs__inner__list li{
    margin: 5px 10px; 
    font-size: 14px;
  }
  #jobs .jobs__inner__list li a{
    padding: 0 15px;
  }
}

@media (max-width:959px) {
  #culture__list li.culture__list-item h3{
    font-size: 18px;
  }
}

@media (max-width:743px) {
  #fv__inner .ly-inner{
    top: auto;
    bottom: 80px;
    left: 0;
    transform: translateY(0);
  }
  #fv__inner #fv__textarea #fv__textarea-catch{
    font-size: 30px;
  }
  #introduction__marquee{
    font-size: 80px;
  }
  
  #introduction .introduction__inner{
    display: block;
  }
  #introduction .introduction__inner .introduction__txt{
    margin: auto auto 10px;
    width: 100%;
    padding: 0;
  }
  #introduction .introduction__inner .introduction__img:first-child{
    display: none;
  }
  
  #introduction .introduction__inner .introduction__img{
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  #introduction h2.lv2-heading .small{
    display: block;
    margin-top: auto;
  }
  #business .business__list{
    display: block;
  }
  #business .business__list li{
    width: 100%;
    max-width: 600px;
    margin: auto auto 30px;
  }
  #jobs .jobs__inner{
    background: url(../img/front/jobs-pic.jpg) left top no-repeat;
    background-size: 90%;
    margin: 30px auto auto;
    padding-top: 40%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  #jobs .jobs__inner__list {
    width: 90%;
    padding: 20px 10px;
  }
  #jobs .btn-wrap{
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-interview{
    margin-left: -30px;
    margin-right: -30px;
  }
  .swiper-interview-button {
    position: absolute;
    width: 150px;
    left: 50%;
    right: auto;
    margin-top: 50px;
    transform: translateX(-75px);
  }
  .swiper-interview-scrollbar__inner {
    margin-right: auto;
  }
  #people .btn-wrap{
    margin-top: 90px;
  }
  #culture__list{
    display: block;
    max-width: 600px;
  }
  #culture__list li.culture__list-item {
    width: 100%;
    margin-right: auto;
  }
  #entry__btn-block{
    display: block;
  }
  #entry__btn-block .entry__btn-requirement{
    width: 100%;
    max-width: 600px;
    margin: auto auto 20px;
  }
  #entry__btn-block .entry__btn-entry{
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
}

@media (max-width:599px) {
  #fv__inner #fv__textarea #fv__textarea-sub{
    font-size: 12px;
    padding-left: 0;
  }
  #fv__inner #fv__textarea #fv__textarea-catch{
    font-size: 22px;
  }
  #introduction h2.lv2-heading{
    font-size: 20px;
  }
  #introduction h2.lv2-heading .lv2-heading__sub{
    font-size: 16px;
  }
  #introduction h2.lv2-heading .small{
    font-size: 16px;
  }
  #jobs .jobs__inner__list{
    display: block;
    width: 100%;
    padding-right: 30px;
  }
  #jobs .jobs__inner__list li{
    width: 100%;
    margin: 12px auto;
  }
  article.interview-card .interview-card__titl{
    font-size: 16px;
  }
  article.interview-card .interview-card__textarea__job{
    font-size: 14px;
  }
  #culture__list{
    margin-top: 30px;
  }
  #entry__btn-block a.entry__btn-requirement__pic {
    height: 110px;
    line-height: 106px;
    padding: 0 15px;
  }
}

/**TOP MOVIE**/
.fv__video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(var(--vh, 1vh)* 100);
}

.fv__video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  width: calc(640 / 360* 100vh);
  height: calc(360 / 640* 100vw);
}

.fv__video-pc {
  display: block;
}

.fv__video-sp {
  display: none;
}
@media (max-width:743px) {
  .fv__video-wrap {
    height: calc(1138 / 640 * 100vw);
  }

  .fv__video-pc {
    display: none;
  }

  .fv__video-sp {
    display: block;
  }
  .fv__video-wrap video {
    width: calc(640 / 1136 * 100vh);
    height: calc(1138 / 640 * 100vw);
  }
}
@media (max-width:744px) {
  #fv__inner #fv__textarea{
    text-align: center;
  }
  #fv__inner #fv__textarea #fv__textarea-catch{
    text-align: center;
  }
  #fv__inner #fv__textarea #fv__textarea-catch span.fv__textarea-catch__inner{
    background: none;
    color: #fff;
    font-size: 24px;
  }
  .fv__video-wrap::before {
    content: ""; 
    display: block; 
    width: 100%; 
    height: 200px;
    background: linear-gradient(rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 100%);
    position: absolute; 
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
/** add 2024 10**/
@media (max-width:744px) {
#people .ly-inner{
  overflow-x: hidden;
}
#people .ly-inner .swiper-interview{
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
}

#jobs .jobs__inner{
  max-width: 1280px;
  background: url(../img/front/jobs-pic.jpg) left 50% no-repeat;
  background-size: 55%;
  padding: 60px 50px;
  margin:45px auto auto;
}
#jobs .jobs__inner .requirement__list{
  width: 60%;
  background: #e3f0fa;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 15px;
  margin-right: 0;
  margin-left: auto;
  align-items: center;
}
#jobs .jobs__inner .requirement__list li{
  width: calc(50% - 30px);
  margin: 5px 15px;
}
/* 仕事紹介リンクの擬似要素（偶数の場合は削除） */
#jobs .jobs__inner .requirement__listt:after {
    content: "";
    display: block;
    width: calc(50% - 30px);
    margin: 5px 15px;
    height: 0;
}
#jobs .jobs__inner .requirement__list li a{
  display: block;
  border: 2px solid #3b88f0;
  color: #3b88f0;
  text-align: left;
  text-decoration: none;
  background: url(../img/common/arrow-right-blue.svg) #fff no-repeat;
  background-size: 12px;
  border-radius: 6px;
  background-position: right 10px top 50%;
  padding: 15px;
  line-height: 1.4;
  font-size: 14px;
  transition: background-position 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
#jobs .jobs__inner .requirement__list li a p {
  margin: auto;
}
#jobs .jobs__inner .requirement__list li a span.requirement__list-titl {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width:1139px) {
  #fv__inner #fv__logo{
    left: 30px;
  }
  #jobs .jobs__inner{
    padding-left: 30px;
    padding-right: 30px;
  }
  #jobs .jobs__inner .requirement__list{
    width: 66%;
    padding: 20px 10px;
  }
  #jobs .jobs__inner .requirement__list li{
    margin: 5px 10px; 
    font-size: 14px;
  }
  #jobs .jobs__inner .requirement__list li a{
    padding: 10px 15px;
  }
}

@media (max-width:743px) {
  #jobs .jobs__inner .requirement__list {
    width: 90%;
    padding: 20px 10px;
  }
  #jobs .jobs__inner{
    background: url(../img/front/jobs-pic.jpg) left top no-repeat;
    background-size: 90%;
    margin: 30px auto auto;
    padding-top: 40%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media (max-width:599px) {
  #jobs .jobs__inner .requirement__list{
    display: block;
    width: 100%;
    padding-right: 30px;
  }
  #jobs .jobs__inner .requirement__list li{
    width: 100%;
    margin: 12px auto;
  }
}