@charset "utf-8";

/*見出し*/
h3 {
    /*18-22*/
    /*font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);*/
}


/*表紙*/
#vision {
    width: 100%;
    height: calc(100vh - 140px);
    padding: 0 140px;
    display: flex;
    align-items: center;
    position: relative;
    background: url('../img/bg_wave.svg') no-repeat center bottom;
}

/*イラスト*/
#cover_recruit {
    position: absolute;
    bottom: 20vh;
    right: 80px;
    max-width: 40vw;
    z-index: 1;
}

/*タイトル*/
.title {
    width: 60vw;
    /*margin-top: 15vh;*/
    margin-top: 5vh;
    z-index: 2;
}
.title h1 {
    /*36-56*/
    font-size: clamp(2.25rem, 2rem + 1.25vw, 3.5rem);
    margin: 0;
    overflow-wrap: break-word;

}
.title .cp {
    /*24-38*/
    font-size: clamp(1.5rem, 1.325rem + 0.88vw, 2.375rem);
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    margin: 60px 0 30px;
    line-height: 120%;
}
.title .sub {
    /*16-18*/
    font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
    line-height: 160%;
    font-weight: bold;
    max-width: 800px;
}


/*メニュー*/
.btnmenu {
    margin-top: 50px;
}
.btnmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.btnmenu li {
    margin: 0 30px;
    text-align: center;
}
.btnmenu a {
    /*18-20*/
    font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
    text-decoration: none;    
    line-height: 100%;
}
.btnmenu a span {
    display: inline-block;
    min-width: 160px;
    background: url('../img/icon_arrow_w.png') no-repeat right 10px center;
    background-size: 28px; 
    background-color: #005aba;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    padding: 10px 44px 10px 30px;
}
.btnmenu a:hover span {
    background-color: #b1d558;
    transition: all .5s;
}



/*-----------------------*/
/*NITTOCORPとは？*/
/*-----------------------*/
#about {
    margin-top: 50px;
    margin-bottom: 60px;
}
#about .items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
#about .items .item {
    width: calc((100% / 3) - 50px);
    margin:0 25px 30px;
    background-color: #f8f8f8;
    border-radius: 10px;
}
#about .items a {
    color: #000;
    overflow: hidden;
    text-decoration: none;
    
    display: flex;
    flex-direction: column;
    height: 100%;        
}
#about .items a img {
    transition-duration: 0.3s;
}
#about .items a:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s;
    opacity: 0.8;
}

#about .items .photo {
    min-height: 240px;
}
#about .items img {
    display: block;
    object-fit: cover;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#about .items .about-txt {
    /*
    display: flex;
    flex-direction: column;
    height: 100%;
    */
    padding: 15px 30px;
}

#about .items dl {
    margin: 0 0 20px;
}
#about .items dt {
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    /*18-22*/
    font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
    line-height: 100%;
}
#about .items dd {
    margin: 0;
    /*14-16*/
    font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
    line-height: 140%;
}
#about .items dd~dd {
    margin-top: 10px;
}

#about .items .more {
    text-align: center;
    margin: 20px 10px;
    /*margin-top: auto;*/
}
#about .items .more span {
    display: inline-block;
    padding: 7px 30px 7px 20px;
    border-radius: 50px;
    background: url('../img/icon_arrow_w.png') no-repeat right 5px center;
    background-size: 20px; 
    background-color: #005aba;
    color: #fff;
    /*12-14*/
    font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
    line-height: 100%;
}
#about .items a:hover .more span {
    transition-duration: 0.5s;
    background-color: #b1d558;
}



/*-----------------------*/
/*募集要項など*/
/*-----------------------*/
#guideline {
    background: url('../img/bg_wave_y.svg') no-repeat center bottom;
    padding-bottom: 160px;
}
#guideline .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#guideline .info .info-l {
    width: 40%;
}
#guideline .info .info-r {
    flex: 1;
}
#guideline .items {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    margin-left: -25px;
}
#guideline .items .item {
    width: calc((100% /2) - 50px);
    margin: 0 25px;
}

#guideline .item h3 {
    line-height: 120%;
    margin: 0 0 20px;
    padding: 12px 10px;
    background-color: #f7f7f7;
}
#guideline .item h3 span {
    border-left: 5px #ddd solid;
    padding-left: 10px; 
}
#guideline .item p {
    padding-left: 10px;
}

/*会社説明会バナー*/
figure.bnr {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
figure.bnr img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
figure.bnr figcaption {
    margin-top: 20px;
    line-height: 160%;
}


/*募集要項*/
#job {
    margin-bottom: 50px;
}
#job ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#job li {
    min-width: calc(31% - 30px);
    margin: 0 15px;
    text-align: center;
    line-height: 100%;
}
#job li a {
    /*18-20*/
    font-size:clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
    display: block;    
    font-weight: bold;
    text-decoration: none;
    padding: 20px 40px;
    background: url('../img/icon_arrow_w.png') no-repeat right 10px center;
    background-size: 28px; 
    background-color: #af1e81;
    color: #fff;
    border-radius: 5px;    
}
#job li a:hover {
    transition: all .5s;
    background-color: #ddd;
    color: #000;
}

/*その他*/
.menulist {
    margin-top:30px
}
.menulist li {
   line-height: 140%;
    /*16-18*/
    font-size:clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
    font-weight: bold;
}
.menulist li~li {
    margin-top: 5px;
}



/*-----------------------*/
/*高校生*/
/*-----------------------*/
#highschool {
    background: url('../img/bg_wave_w.svg') no-repeat center bottom;
    background-color: #f7f091;
    padding-top: 1px; /*余白対策*/
    margin-top: -1px;
    padding-bottom: 50px;
}
#highschool .contents {
    background: url('../img/illust02.png') no-repeat right 7vw top;
    background-size: 340px;
    padding: 0 35vw 0 10vw;
    min-height: 300px;
}
#highschool .read p {
    /*16-20*/
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    font-weight: bold;
    color: #000;
}
#highschool .more {
    text-align: center;
}
#highschool .more a {
    display: inline-block;
    padding: 10px 44px 10px 30px;
    border-radius: 50px;

    background: url('../img/icon_arrow_w.png') no-repeat right 10px center;
    background-size: 28px; 
    background-color: #005aba;
    color: #fff;
    line-height: 140%;
    text-decoration: none;
    font-weight: bold;
}
#highschool .more a:hover {
    transition-duration: 0.5s;
    background-color: #b1d558;
}



/*-----------------------*/
/*SNS公式アカウント*/
/*-----------------------*/
#socialmedia {
    padding-bottom: 100px;
}
#socialmedia .read {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sns .sns-recruit {
    width: 40%;
    margin-right: 50px;
    text-align: center;
}
.sns .sns-recruit img {
    display: inline-block;
    margin: 0 auto;
}
.sns .sns-other {
    flex: 1;
}
.sns .sns-other ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.sns .sns-other li {
    width: 50%;
    margin: 0 auto 20px;
}
.sns .sns-other li img {
    max-width: 240px;
}




/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1379px) {
    #guideline .info .info-l {
        width: 35%;
        margin-right: 50px;
    }
    figure.bnr {
        max-width: 350px;
    }
}
@media screen and (max-width: 1279px) {
    #vision {
        padding: 0 80px;
    }
    #cover_recruit {
        bottom: 20vh;
        right: 20px;
        max-width: 40vw;
    }

    #about .items .item {
        width: calc((100% / 3) - 30px);
        margin:0 15px 30px;
    }

    #guideline {
        padding-bottom: 100px;
    }
    #guideline .info .info-l {
        width: 30%;
        margin-right: 50px;
    }
    #job ul {
        justify-content: center;
    }
    #job li {
        margin: 0 10px;
    }
    #job li a {
        background-size: 22px;
        padding: 15px 40px 15px 20px;
    }
    #guideline .items {
        width: 100%;
        margin-left: 0;
    }
    #guideline .items .item {
        width: 100%;
        margin: 0;
    }
    #guideline .items .item~.item {
        margin-top: 30px;
    }

    #highschool {
        padding-bottom: 0px;
    }

    #highschool .contents {
        background-position: right 7vw top;
        background-size: 280px;
        min-height: 300px;
    }
    .sns .sns-recruit {
        width: 30%;
        margin-right: 30px;
    }
    .sns .sns-recruit img {
        max-width: 200px;
    }
}

@media screen and (max-width: 979px) {

    #vision {
        height: calc(100vh - 140px);
        padding: 0 40px;
        position: static;

        display: flex;
        flex-direction: column;
    }

    #cover_recruit {
        position: static;
        bottom: auto;
        right: auto;
        max-width: 50vw;
        margin: 10px auto 30px;
    }
    .title {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    .title .cp {
        margin: 30px 0 30px;
    }

    #about .items .photo {
        min-height: 180px;
    }
    #about .items .about-txt {
        padding: 15px 10px 10px;
    }
    #about .items .item {
        width: calc((100% / 3) - 20px);
        margin:0 10px 30px;
    }

    #guideline .info .info-l {
        width: 100%;
        margin-right: 0;
        order: 2;
    }
    #guideline .info .info-r {
        orphans: 1;
        margin-bottom: 30px;
    }

    #highschool .more {
        margin-top: 30px;
    }
    #highschool .contents {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 20px 260px;
        background-position: center bottom 50px;
        background-size: 280px;
        min-height: 300px;
    }

    #socialmedia {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 779px) {
    #vision {
        height: auto;
        padding: 0 40px 100px;
    }
    
    #about .items {
        flex-direction: column;
    }
    #about .items .item {
        width: 100%;
        margin: 0 0 10px;
        padding: 10px 20px;
        border-radius: 0;
    }

    #about .items .photo {
        width: 200px;
        margin-right: 30px;
        min-height: 100%;
    }
    #about .items img {
        border-radius: 0;
    }
    #about .items a {
        display: flex;
        flex-wrap: wrap;
        flex-direction:row;
        align-items: center;
    }

    #about .items .about-txt {
        flex: 1;
        padding: 0;
    }

    #about .items dl {
        margin: 0;
    }
    #about .items dt {
        margin-top: 10px;
    }
    #about .items .more {
        margin: 10px auto;
    }

    #job {
        margin-bottom: 30px;
    }
    #job ul {
        margin-top: 30px;
    }
    #job li {
        min-width: calc((100% / 2.5) - 30px);
        margin: 0 15px 20px;
    }

    .sns .sns-recruit {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .sns .sns-other li {
        text-align: center;
    }
}

@media screen and (max-width: 579px) {

    #vision {
        padding: 0 20px 100px;
    }
    .btnmenu li {
        margin: 0 10px;
    }
    .btnmenu a span {
        display: block;
        min-width: auto;
    }

    #about .items .item {
        max-width: 480px;
        margin: 0 auto 10px;
        padding: 20px;
    }

    #about .items .photo {
        width: 100%;
        margin: 0 0 10px;
    }
    #about .items a {
        flex-direction: column;
    }

    #about .items .about-txt {
        flex: 1;
        padding: 0;
    }
    #about .items .more {
        margin: 20px auto 0;
    }

    #job ul {
        flex-direction: column;
        align-items: center;
    }
    #job li {
        min-width: auto;
        width: 220px;
        margin: 0 15px 20px;
    }
    figure.bnr img {
        max-width: 300px;
    }

    .sns .sns-other ul {
        flex-direction: column;
    }
    .sns .sns-other li {
        width: 100%;
        margin: 0 auto 20px;
    }
    .sns .sns-other li img {
        max-width: 240px;
    }
    #highschool .contents {
        padding: 0 20px 200px;
        background-position: center bottom 20px;
        background-size: 220px;
    }
}

@media screen and (max-width: 479px) {
    #vision {
        padding: 0 20px 40px;
    }
    .btnmenu li {
        width: 100%;
        max-width: 220px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 379px) {
}
