@charset "utf-8";
/*コーポレートサイトTOPページの記述*/
/*==================================================================================================*/
#index section{
    padding: 84px 0;
}
#index .inner{
    max-width: 1145px;
}
#index .fvTop{
    width: 100%;
    height: 100vh;
    max-height: 768px;
    padding: 0;
    overflow: visible;
}
.fvTop .fvTopBg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fvTop div{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.fvTop div img:nth-child(1),
.fvTop div img:nth-child(2){
    width: 90%;
    max-width: 983px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 2;
}
.fvTop div img:nth-child(3){
    width: 292px;
    opacity: .2;
    position: absolute;
    right: 30px;
    bottom: -50px;
    z-index: 1;
}
.fvTop div span{
    border-top: 311px solid transparent;
    border-right: 925px solid #FFF;  
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    #index section{
        padding: 60px 0;
    }
    .fvTop div img:nth-child(3){
        width: 210px;
    }
    .fvTop div span{
        border-top: 211px solid transparent;
        border-right: 725px solid #FFF;  
    }
}
@media screen and (max-width: 520px) {
    #index section.fvTop{
        max-height: 100vh;
    }
    .fvTop div{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fvTop div img:nth-child(1),
    .fvTop div img:nth-child(2){
        position: relative;
        right: 0;
        bottom: 0;
    }
    .fvTop div img:nth-child(3){
        display: none;
    }
    .fvTop div span{
        display: none;
    }
}
#index .title{
    width: fit-content;
    margin: 0 0 20px;
}
@media screen and (max-width: 428px) {
    #index section{
        padding: 40px 0;
    }
}
/*==================================================================================================*/
/*wrap01*/
#index .wrap01 .inner div{
    width: 47%;
    max-width: 531px;
}
#index .wrap01 .inner span.line{
    display: block;
    content: "";
    width: 1px;
    height: 270px;
    background: var(--main-color);
}
#index .wrap01 .btn{
    position: relative;
    top: 23px;
}
#index .wrap01 ul li{
    margin: 0 0 15px;
    opacity: 1;
    transition: .5s;
}
#index .wrap01 ul li:last-child{
    margin: 0;
}
#index .wrap01 ul li:hover{
    opacity: .5;
}
#index .wrap01 ul li a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#index .wrap01 .day{
    width: fit-content;
    font-weight: normal;
}
#index .wrap01 .tag,
#index .wrap01 .tagB{
    width: 100px;
    height: 20px;
    font-size: 11px;
}
#index .wrap01 h4{
    width: 100%;
    font-size: 14px;
    margin: 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 820px) {
    #index .wrap01 .inner{
        max-width: 600px;
    }
    #index .wrap01 .inner div{
        width: 100%;
        max-width: 100%;
    }
    #index .wrap01 .inner div:nth-child(1){
        margin: 0 0 40px;
    }
    #index .wrap01 .inner span.line{
        width: 100%;
        height: 1px;
        margin: 0 0 40px;
    }
    #index .wrap01 .btn{
        top: 10px;
    }
}
@media screen and (max-width: 768px) {
    #index .wrap01 .inner{
        max-width: 500px;
    }
}
@media screen and (max-width: 428px) {
    #index .wrap01 .btn{
        top: 5px;
    }
}
/*==================================================================================================*/
/**/
.company .textBox{
    width: calc( 100% - 590px );
    max-width: 524px;
}
.company .textBox .btn{
     margin: 20px 0 0;
}
.company .textBox + .img{
    width: 574px;
    padding-top: 27%;
    border-radius: 20px;
}
.company .boxLine{
    margin: 30px auto 0;
}
.company .boxLine li p {
    width: 90%;
    max-width: 280px;
    text-align: left;
}
@media screen and (max-width: 1000px) {
    .company  .titleText {
        flex-wrap: wrap-reverse;
    }
    .company .textBox{
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
        position: relative;
    }
    .company .textBox + .img{
        width: 100%;
        padding-top: 50%;
    }
    .company .textBox .btn{
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    .company .boxLine li{
        width: 100%;
        max-width: 100%;
    }
    .company .textBox + .img{
        border-radius: 10px;
    }
    .company .textBox .btn{
        margin: 7px 0 0;
    }
}
/*==================================================================================================*/
/**/
.introduce{
    margin: 0 0 100px;
}
.introduce ul{
    width: 100%;
    margin: 50px 0 0;
}
.introduce ul li{
    width: 19%;
    cursor: pointer;
    transition: .5s;
}
.introduce ul li a:hover{
    opacity: 1;
}
/*
.introduce ul li .img{
    border-radius: 5px;
    padding-top: 50%;
    border: solid 2px #FFF;
    transition: .5s;
}
.introduce ul li .img img:nth-child(2){
    opacity: 1;
    transition: .5s;
}
.introduce ul li:hover .img img:nth-child(2){
    opacity: 0;
}
*/
.introduce ul li h4{
    font-size: 18px;
    padding: 0;
    margin: 10px 0 0;
}
.introduce ul li h4::after{
    display: none;
}
.introduce ul li h4 + span{
    font-size: 10px;
    font-weight: bold;
    color: var(--main-color);
}
.introduce ul li h4 + span br{
    display: none;
}
@media screen and (max-width: 1200px) {
    .introduce ul li h4{
        font-size: 16px;
    }
    .introduce ul li h4 + span br{
        display: block;
    }
}
@media screen and (max-width: 1000px) {
    .introduce ul::after{
        display: block;
        content: "";
        width: 32%;
    }
    .introduce ul li{
        width: 32%;
        margin: 0 0 20px;
    }
    .introduce ul li:nth-child(4),
    .introduce ul li:nth-child(5),
    .introduce ul li:nth-child(6){
        margin: 0;
    }
    .introduce ul li h4{
        font-size: 18px;
    }
    .introduce ul li h4 + span br{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .introduce {
        margin: 0 0 60px;
    }
    .introduce ul li,
    .introduce ul::after{
        width: 48%;
    }
    /*
    .introduce ul li .img{
        border-radius: 10px;
    }*/
}
@media screen and (max-width: 428px) {
    .introduce {
        margin: 0 0 40px;
    }
    #index .introduce .title{
        margin: 0;
    }
    .introduce ul{
        margin: 30px 0 0;
    }
    .introduce ul li{
        width: 100%;
    }
    .introduce ul li:nth-child(4),
    .introduce ul li:nth-child(5){
        margin: 0 0 20px;
    }
    .introduce ul li:last-child{
        margin: 0;
    }
}
/*==================================================
　5-3-10 線が伸びて枠線になる
===================================*/

.gnavi li div{
    /*線の基点とするためrelativeを指定*/
    position: relative;
}
.gnavi li div img{
    display: block;
	height: 130px;
    transition: .5s;
	filter: grayscale(100%);
	position: relative;
	z-index: -1;
}
.gnavi li:hover div img{
    filter: grayscale(0);
}
@media screen and (max-width: 520px) {
	.gnavi li div img{
		filter: grayscale(0);
	}
}
/*線の基点位置*/
.gnavi li div::before,
.gnavi li div::after{
    content:"";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    background: var(--main-color);
    /*線の形状*/
    width: 0;
    height:2px;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}

.gnavi li div::before{
  right: 0;
  bottom: -2px;
}

.gnavi li div::after{
  left: 0;
  top: 0;
}

/*線の基点位置2 spanタグ*/

.gnavi li div span{
    display: block;
    position: relative;
}

.gnavi li div span::before,
.gnavi li div span::after{
  content:"";
    /*絶対配置で線の位置を決める*/
  position: absolute;
  background: var(--main-color);
    /*線の形状*/
  width:2px;
  height:0;
/*アニメーションの指定*/
  transition: all 0.1s linear;
}

.gnavi li div span::before{
  left: 0;
  bottom: 0;
}

.gnavi li div span::after{
  right: 0;
  top: 0;
}

/*現在地とhoverした際の線の変化*/
.gnavi li div:hover::before,
.gnavi li div:hover::after{
  width: 100%;
}

.gnavi li div:hover::after{
  transition-delay: 0s;/*すぐ線を出現させる*/
}

.gnavi li div:hover::before{
  transition-delay: 0.3s;/*線の出現を0.3秒遅らせる*/
}

.gnavi li div:hover span::before,
.gnavi li div:hover span::after{
  height: 100%;
}

.gnavi li div:hover span::before{
  transition-delay: 0.5s;/*線の出現を0.5秒遅らせる*/
}

.gnavi li div:hover span::after{
  transition-delay: 0.2s;/*線の出現を0.2秒遅らせる*/
}
/*==================================================================================================*/
/*originality*/
.originality .img{
    padding-top: 20%;
    margin: 0 0 20px;
}
.originality.titleText{
    align-items: flex-start;
}
.originality.titleText .textBox + p{
    padding: 16px 0 0;
}
@media screen and (max-width: 1000px) {
    #index .wrap02 .btn {
        position: absolute;
        top: 0;
        right: 0;
        margin: 7px 0 0;
    }
    .originality.titleText .textBox + p{
        padding: 0;
    }
    .originality .img{
        padding-top: 50%;
    }
}
@media screen and (max-width: 768px) {
    .originality img{
        border-radius: 10px;
    }
    .originality .textBox{
        position: relative;
        margin: 0;
    }
}
/*==================================================================================================*/
/*recruitBanner*/
.recruitBanner{
    background: center / cover no-repeat url("../img/index-recruit-bg.jpg");
}
#index .recruitBanner{
    padding: 60px 0;
}
.recruitBanner .catch{
    width: fit-content;
    font-family: 'a-otf';
    font-size: 64px;
    font-weight: bold;
    line-height: 1.4;
    color: #FFF;
}
.recruitBanner .inner a{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 320px;
    height: 168px;
    padding: 0 40px;
    border: solid 5px var(--recruit-color);
    border-radius: 10px;
    background: #FFF;
    position: relative;
}
.recruitBanner .inner a::before{
    display: block;
    content: "";
    border-top: 98px solid transparent;
    border-right: 254px solid var(--recruit-color);
    position: absolute;
    right: 0;
    bottom: 0;
}
.recruitBanner .inner a:hover p.btn{
    opacity: .5;
}
.recruitBanner .inner a:hover p.btn::before,
.recruitBanner .inner a:hover p.btn::after{
   transform: rotate(45deg);
}
.recruitBanner .inner a:hover p.btn:hover::before,
.recruitBanner .inner a:hover p.btn:hover::after{
   opacity: 1;
}
#index .recruitBanner .title{
    margin: 0;
}
#index .recruitBanner .title .subFont{
    color: var(--text-color);
}
#index .recruitBanner .title .subFont::after{
    background: var(--text-color);
}
#index .recruitBanner .btn{
    color: var(--text-color);
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .recruitBanner .catch{
        font-size: 55px;
    }
}
@media screen and (max-width: 1100px) {
    .recruitBanner .catch{
        font-size: 48px;
    }
}
@media screen and (max-width: 1000px) {
    #index .recruitBanner{
        padding: 40px 0;
    }
    .recruitBanner .catch{
        font-size: 40px;
    }
}
@media screen and (max-width: 900px) {
    #index .recruitBanner{
        padding: 40px 0;
    }
    .recruitBanner .catch{
        font-size: 40px;
    }
}
@media screen and (max-width: 428px) {
    .recruitBanner .inner a{
        width: 100%;
    }
    .recruitBanner .catch{
        font-size: 34px;
        margin: 0 0 20px;
    }
}
/*==================================================================================================*/
/*other*/
#index .other{
    padding: 40px 0;
}
.other .column3{
    max-width: 361px;
    margin: 0;
    transition: .5s !important;
}
.other .column3:hover{
    opacity: .5 !important;
}
.other .column3 img{
    border-radius: 15px;
    margin: 0 0 5px;
}
.other .column3:nth-child(1) img{
    border: solid 3px var(--main-color);
}
.other .boxThumbnail h4{
    font-size: 18px;
    text-align: center;
    padding: 0;
}
.other .boxThumbnail h4::after{
    display: none;
}
@media screen and (max-width: 768px) {
    .other .boxThumbnail h4{
        font-size: 14px;
    }
    .other .column::after{
        display: block;
        content: "";
        width: 48%;
    }
    .other .column3{
        width: 48%;
        margin: 0 auto 20px;
    }
    .other .column3:nth-child(3){
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px) {
    .other .column::after{
        display: none;
    }
    .other .column3{
        width: 100%;
    }
}
/*==================================================================================================*/
/*----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*IE11対策----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.member {
    display: -ms-grid;
    overflow: hidden;
}
/*----------------------------*/
#index .memberSlider{
    padding: 40px 0;
    width: calc( 100% - 100px );
    margin: 0 auto;
}
#index .memberSlider li{
    height: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#index .memberSlider li > a{
    display: flex;
    align-items: center;
    width: 75%;
    transition: opacity .5s;
}
#index .memberSlider li:hover > a{
    opacity: .5;
}
#index .memberSlider li > a img{
    max-height: 100px;
    object-fit: contain;
}
.memberSlider .slick-prev,
.memberSlider .slick-next {
    width: 25px;
}
.memberSlider .slick-prev{
    left: -30px;
}
.memberSlider .slick-next{
    left: auto;
    right: -30px;
}
.memberSlider .slick-prev::before,
.memberSlider .slick-prev::after,
.memberSlider .slick-next::before,
.memberSlider .slick-next::after {
    width: 25px;
    transform: rotate(50deg);
    top: 22px;
}
.memberSlider .slick-prev::after,
.memberSlider .slick-next::after{
    transform: rotate(-50deg);
    top: auto;
    bottom: 27px;
}
    
@media screen and (max-width: 768px) {    
}