@charset "utf-8";

/*============================
parts
============================*/

/* heading / text */
.section-ttl{
  font-family: 'Poppins', sans-serif, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
  font-size: 74px;
  line-height: 69px;
  margin-bottom: 5px;
}
.sub_ttl{
  font-size: 20px;
  color: #E2252C;
  font-weight: bold;
}
.leadTxt{
  font-size: 16px;
  margin-top: 53px;
  line-height: 32px;
}
@media screen and (max-width:980px) {
  .section-ttl{
    font-size: 48px;
    line-height: 48px;
  }
  .sub_ttl{
    font-size: 16px;
    line-height: 30px;
  }
  .leadTxt{
    font-size: 14px;
    margin-top: 20px;
    line-height: 26px;
  }
}



/*============================
contents
============================*/


/* mainArea */
.mainArea{
  position: relative;
}
.mainArea .video-container{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.mainArea .video-container .videoBlock{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(1920 / 1080 * 100vh);
  height: 100%;
  min-width: 100%;
  min-height: calc(1080 / 1920 * 100vw );
}
.mainArea .video-container .videoBlock .video-pc{
  width: 100%;
  height: 100vh;
}
.mainArea .video-container .videoBlock .video-pc video{
  width: 100%;
}
.mainArea .video-container .videoBlock .video-sp{
  width: 100%;
  height: 100%;
}
.mainArea .video-container .videoBlock .video-sp{
  width: 100%;
}
.mainArea .video-container .video-dot-cover{
  background-image: url(/sp/img/top/2023/dot-grid.png);
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
}
.mainArea .key-visual__title{
  position: absolute;
  left: calc( 50% - 405px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #fff;
}
.mainArea .key-visual__title .heading{
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 14px;
}

.mainArea .key-visual__title.ttl02{
  position: absolute;
  left: calc( 50% - 159px);
  top: auto;
  bottom: 100px;
}
.mainArea .key-visual__title.ttl02 .lead{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.mainArea .key-visual__title.ttl02 .lead span{
  color: #E2252C;
}
.mainArea .ico_arw{
  position: absolute;
  left: 50%;
  bottom: 25px;
}
@media screen and (max-width:980px) {  
  .mainArea .video-container .videoBlock{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(820 / 1424 * 100vh);
    height: 100%;
    min-width: 100%;
    min-height: calc(1424 / 820 * 100vw);
    max-width: none;
  }  
  .mainArea .video-container .videoBlock .video-sp{
    width: 100vw;
    height: 100vh;
  }
  .mainArea .video-container .videoBlock .video-sp video{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
  }
  .mainArea .key-visual__title{
    left: calc( 50% - 144px);
    text-align: center;
  }
  .mainArea .key-visual__title.ttl02{
    left: calc( 50% - 144px);
    top: auto;
    bottom: 70px;
  }
  .mainArea .key-visual__title .heading{
    font-size: 36px;
  }
  .mainArea .key-visual__title.ttl02 .lead{
    font-size: 18px;
    font-weight: normal;
  }
}

.videoBlock .video-pc{display: block;}
.videoBlock .video-sp{display: none;}
@media screen and (max-width:980px) {
  .videoBlock .video-pc{display: none;}
  .videoBlock .video-sp{display: block;}
}


/* leadArea */
.leadArea{
  padding: 57px 0 70px;
}
.leadArea .txt{
  font-size: 18px;
  line-height: 36px;
}
.leadArea .txt02{
  font-size: 26px;
  font-weight: bold;
  margin-top: 40px;
}
.leadArea .txt_dot{
  padding: 0 0 0 30px;
}
.leadArea .defaultBtn{
  margin-top: 74px;
}
@media screen and (max-width:980px) {
  .leadArea .txt{
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
  }
  .leadArea .txt02{
    font-size: 18px;
  }
  .leadArea .defaultBtn{
    margin-top: 30px;
  }
}


/* advantageArea */
.advantageArea{
  padding: 54px 0 60px;
  background: #F5F5F3 url(/sp/img/top/2023/bg_dot_right.png) no-repeat;
  background-position: right -200px bottom -45px;
  background-size: auto 510px;
}
.advantageArea .leadTxt{
  margin-top: 68px;
}
.advantageArea .defaultBtn{
  margin-top: 31px;
}
.advantageArea .col-r img{
  margin-top: -98px;
}
@media screen and (max-width:980px) {
  .advantageArea{
    padding: 27px 0 50px;
    background-position: right -200px bottom 60px;
    background-size: auto 310px;
  }
  .advantageArea .leadTxt{
    margin-top: 40px;
  }
  .advantageArea .col-r img{
    margin-top: 0;
  }
  .advantageArea .spImgCon{
    margin-top: 40px;
    text-align: center;
  }
}

/* jobArea */
.jobArea{
  background: url(/sp/img/top/2023/img_job_bg.png) no-repeat;
  background-position: right center;
  background-size: auto 450px;
  padding: 50px 0;
}
.jobArea .sec_col2 > div{
  width: 65%;
  margin-right: 0%;
  float: left;
}
.jobArea .sec_col2 > div:last-child {
  width: 35%;
  margin-right: 0;
  min-height: 310px;
}
.jobArea .textBox{
  min-height: 310px;
}
.jobArea .textBox .txt.txt01{
  min-height: 155px;
}
.jobArea .textBox .txt.txt02{
  min-height: 155px;
  text-align: right;
}
.jobArea .textBox .txt.txt02 img{
  margin-top: 57px;
}
.jobArea .defaultBtn{
  margin-top: 32px;
}
@media screen and (max-width:980px) {  
  .jobArea{
    background: none;
    padding: 38px 0 47px;
  }
  .jobArea .section-ttl{
    line-height: 48px;
  }
  .jobArea .sec_col2 > div:last-child {
    min-height: auto;
  }
  .jobArea .spImgCon{
    margin-top: 33px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .jobArea .spImgCon img{
    width: 100%;
  }
  .jobArea .textBox{
    display: none;
  }
}

/* voiceArea */
.voiceArea{
  padding: 60px 0 64px;
  background: #F5F5F3 url(/sp/img/top/2023/bg_dot_left.png) no-repeat;
  background-position: left bottom;
  background-size: auto 330px;
}
.voiceArea .sec_col2 > div{
  width: 280px;
  margin-right: 40px;
  float: left;
}
.voiceArea .sec_col2 > div:last-child {
  width: calc( 100% - 320px);
  margin-right: 0;
}
.voiceArea .voiceBox:after {
  content: " ";
  display: block;
  clear: both;
}
.voiceArea .voiceBox .item{
  width: 32%;
  margin-right: 2%;
  float: left;
}
.voiceArea .voiceBox .item:last-child{
  margin-right: 0;
}
.voiceArea .voiceBox .item a{
  text-decoration: none;
  display: block;
}
.voiceArea .voiceBox .item a:hover{
  opacity: 0.8;
}
.voiceArea .voiceBox .item .mainBlock{
  position: relative;
  margin-bottom: 17px;
}
.voiceArea .voiceBox .item .mainBlock .imgBox img{
  width: 100%;
  max-width: 260px;
}
.voiceArea .voiceBox .item .mainBlock .info{
  position: absolute;
  width: 100%;
  max-width: 225px;
  bottom: -35px;
  left: -10px;
  background: url(/sp/img/top/2023/img_vocie_label.png) no-repeat;
  background-size: auto 53px;
  padding: 15px 18px;
  display: inline-block;
}
.voiceArea .voiceBox .item .mainBlock .info .txt{
  font-size: 16px;
  color: #fff;
}
.voiceArea .voiceBox .item .mainBlock .info .txt .name{
  font-size: 18px;
  font-weight: bold;
}
.voiceArea .voiceBox .item .label{
  margin-top: 50px;
  margin-left: -10px;
}
.voiceArea .voiceBox .item .label a{
  font-size: 18px;
  color: #E2252C;
}

@media screen and (min-width: 980px) and (max-width: 1110px) {
  .voiceArea .voiceBox .item .mainBlock .info{
    position: absolute;
    width: 100%;
    max-width: 165px;
    bottom: -35px;
    left: -6px;
    background: url(/sp/img/top/2023/img_vocie_label.png) no-repeat;
    background-size: auto 45px;
    padding: 10px 16px 10px 14px;
    display: inline-block;
  }
}
@media screen and (max-width:980px) {
  .voiceArea{
    padding: 38px 0;
    background: #F5F5F3;
  }
  .voiceArea .leadTxt{
    margin: 40px 0 30px;
  }
  .voiceArea .voiceBox{    
    margin-left: -20px;
    margin-right: -20px;
  }
  .voiceArea .voiceBox .item{
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 80px;
  }
  .voiceArea .voiceBox .item:last-child{
    margin-bottom: 34px;
  }
  .voiceArea .voiceBox .item .mainBlock .imgBox img{
    max-width: 100%;
  }
  .voiceArea .voiceBox .item .mainBlock .info{
    max-width: 231px;
    left: 0;
    padding: 15px 20px;
  }
  .voiceArea .voiceBox .item .mainBlock .info .txt{
    font-size: 14px;
  }
  .voiceArea .voiceBox .item .label{
    margin: 0;
    position: absolute;
    bottom: 32px;
    left: 20px;
    font-size: 16px;
    color: #E2252C;
    font-weight: bold;
  }
}


/* bnrArea */
.bnrArea .heading{
  margin-bottom: 30px;
}
.bnrArea .heading .icon_x{
  width: 44px;
  height: 44px;
  margin: 0 20px 5px;
}
.bnrArea .heading span{
  font-size: 42px;
  font-weight: bold;
  line-height: 60px;
}
@media screen and (min-width: 980px) and (max-width: 1110px) {
  .bnrArea .heading{    
    margin-bottom: 24px;
  }
  .bnrArea .heading span{
    font-size: 36px;
  }
}
@media screen and (max-width:980px) {
  .bnrArea .heading .icon_x{
    width: 24px;
    height: 24px;
    margin: 0 14px 5px;
  }
  .bnrArea .heading{
    text-align: left!important;
    margin-bottom: 20px;
  }
  .bnrArea .heading span{
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: -3px;
  }
  .bnrArea .spImgCon{
    margin-bottom: 22px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .bnrArea .spImgCon img{
    width: 100%;
  }
  .bnrArea .txt{
    max-width: 100%!important;
    font-size: 14px!important;
    line-height: 26px!important;
  }
}

.bnrArea01{
  background: url(/sp/img/top/2023/img_bnr01_bg_l.png) no-repeat;
  /* background-position: left center; */
  background-position: top center;
  background-size: auto 440px;
  padding: 50px 0 55px;
}
.bnrArea01 .heading{
  text-align: left;
}
.bnrArea01 .sec_col2 > div{
  width: 55%;
  margin-right: 0%;
  float: left;
}
.bnrArea01 .sec_col2 > div:last-child {
  width: 45%;
  margin-right: 0;
}
.bnrArea01 .txt{
  width: 100%;
  max-width: 496px;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
}
.bnrArea01 .txt:after{
  content: " ";
  display: block;
  clear: both;
}
.bnrArea01 .defaultBtn{
  text-align: right;
  margin-top: 28px;
}
@media screen and (min-width: 980px) and (max-width: 1110px) {
  .bnrArea01 .txt{
    font-size: 15px;
  }
}
@media screen and (max-width:980px) {
  .bnrArea01{
    background: none;
    padding: 38px 0;
  }
  .bnrArea01 .defaultBtn{
    text-align: center;
    margin-top: 20px;
  }
}

.bnrArea02{
  background: url(/sp/img/top/2024/img_bnr02_bg_l.png) no-repeat;
  /* background-position: left center; */
  background-position: top center;
  background-size: auto 440px;
  padding: 85px 0 95px;
  border-top: 1px solid #EFEFEF;
}
.bnrArea02 .txt{
  width: 100%;
  max-width: 496px;
  font-size: 16px;
  line-height: 32px;
}
.bnrArea02 .defaultBtn{
  margin-top: 23px;
}
.bnrArea02 .sec_col2 > div{
  width: 60%;
  margin-right: 0%;
  float: left;
}
.bnrArea02 .sec_col2 > div:last-child {
  width: 40%;
  margin-right: 0;
}
@media screen and (max-width:980px) {
  .bnrArea02{
    background: none;
    padding: 0 0 45px;
  }
}


/* faqArea */
.faqArea{
  padding: 70px 0 80px;
}
.faqArea .sec_col2 > div{
  width: 215px;
  margin-right: 40px;
  float: left;
}
.faqArea .sec_col2 > div:last-child {
  width: calc( 100% - 255px );
  margin-right: 0;
}
.faqArea .faqListBox{
  display: table;
  width: 100%;
}
.faqArea .faqListBox .item{
  width: 24%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #E2252C;
}
.faqArea .faqListBox .item:last-child{
  border-right: none;
}
.faqArea .faqListBox .item a{
  color: #2B2F38;
  display: block;
  padding: 4px 10px;
}
.faqArea .faqListBox .item .img{
  margin-bottom: 18px;
  height: 44px;
}
.faqArea .faqListBox .item .txt{
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width:980px) {
  .faqArea{
    padding: 30px 0 40px;
  }
  .faqArea .faqListBox{
    margin-top: 30px;
    display: block;
  }
  .faqArea .faqListBox .item{
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #E2252C;
  }
  .faqArea .faqListBox .item:last-child{
    border-bottom: none;
  }
  .faqArea .faqListBox .item a{
    padding: 20px 10px;
    display: table;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }
  .faqArea .faqListBox .item .img{
    display: table-cell;
    vertical-align: middle;
    height: auto;
    width: 40px;
    text-align: center;
  }
  .faqArea .faqListBox .item .txt{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 14px;
  }
  .faqArea .faqListBox .item.item01 img{ width: 26px; }
  .faqArea .faqListBox .item.item02 img{ width: 28px; }
  .faqArea .faqListBox .item.item03 img{ width: 23px; }
  .faqArea .faqListBox .item.item04 img{ width: 36px; }
}


/* linkArea */
.linkArea{
  background: #2B2F38;
  padding: 90px 0 70px;
  color: #fff;
}
.linkArea .heading{
  font-size: 34px;
}
.linkArea .heading::before{
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.linkArea #recruit .heading::before{
  background-image: url(/sp/img/top/icon/icon_recruit.png);
  width: 32px;
  height: 38px;
  margin: 0 20px 5px 0;
}
.linkArea #company .heading::before{
  background-image: url(/sp/img/top/icon/icon_company.png);
  width: 36px;
  height: 40px;
  margin: 0 20px 10px 0;
}
.linkArea .txt{
  margin: 35px 0 26px;
  font-size: 16px;
  max-width: 470px;
}
@media screen and (max-width:980px) {
  .linkArea{
    padding: 44px 0;
  }
  .linkArea .heading{
    font-size: 24px;
  }
  .linkArea .txt{
    font-size: 14px;
    margin: 20px 0 22px;
    line-height: 26px; 
  }
  .linkArea .sec_col2 > div:last-child{
    margin-top: 66px;
  }
  .linkArea .defaultBtn{
    text-align: left;
  }
  .linkArea #recruit .heading::before{
    width: 25px;
    height: 29px;
    margin: 0 15px 5px 0;
  }
  .linkArea #company .heading::before{
    width: 26px;
    height: 28px;
    margin: 0 15px 5px 0;
  }
}


/*============================
media
============================*/
@media screen and (min-width:980px) {

}
@media screen and (max-width:980px) {
}