 @charset "UTF-8";
/*スマホ用
----------------------------------*/
/*@media only screen and (max-width: 1035px) {
  .FEATURE-box .text {width: 100%;}
.FEATURE-box .right {width: 100%;}
.FEATURE-box .left {width: 100%;}  
}*/

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

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

header .head {background: #fff;}
header .read {font-size: 20px;}
header .contents {display: none;}
header .sp-logo-box {display: block;}
header .sp-logo-box h1 {width: 100%; text-align: center; padding: 40px 0; background: #2f373a;}
header .slide-area {padding: 0; background-size: 310%; height: 100vh; animation: none;}
header .slide-area .read {top: 175px;}
.scroll {bottom: 15%;}
.scroll img {width:35px;}
.contents ul.NEWS-area li span {margin-bottom: 15px; display: block;}
.contents {width: 90%; margin:0 5%;}
br.sp-br {display: block;}
.sp-zone {display: block;}
.pc-zone {display: none;}

header h1.sp-index-logo {width: 100%; position: absolute; float: none; z-index: 999; text-align: center; padding: 100px 0;}
header .sp-navi {display: block;}











/*btn-navi*/
.Btn-navi {padding: 10px 5px; right: 10px; top: 50px; position: fixed; background: #1685b7; width: 40px; display:block; line-height:1em; z-index:9999; transition: .3s;}
.Btn-navi .name {font-weight: bold; position: relative; bottom: -25px; vertical-align:middle; text-align:center; color:#ffffff; font-size:7.3px; line-height: 1em; }
.Btn-navi .menuBtn {display: inline-block; position: relative; width: 40px; height:30px;}
.menu-icon {display: block; position: absolute; top: 20%; left: 50%; width: 24px; height: 2px; margin: -1px 0 0 -12px; background: #ffffff; transition: .2s;}
.menu-icon:before,.menu-icon:after {display: block; content: ""; position: absolute; top: 50%; left: 0; width: 24px; height: 2px; background: #ffffff; transition: .3s;}
.menu-icon:before {margin-top: -8px;}
.menu-icon:after {margin-top: 6px;}
.menuBtn:hover .menu-icon:before {margin-top: -10px;}
.menuBtn:hover .menu-icon:after {margin-top: 8px;}
.Btn-navi.close .name { color:#ffffff; overflow: hidden; left: 0px; width: 100%; font-size: 7.3px; line-height: 10px; text-align: center; font-weight: bold; height: 8px;}
.Btn-navi.close .name:before {display: block; content: 'CLOSE'; overflow: hidden; margin-right: 20px; }
.Btn-navi.close .menu-icon:before,.Btn-navi.close .menu-icon:after {background: #ffffff;}
.Btn-navi.close .menuBtn .menu-icon {background: transparent;}
.Btn-navi.close .menuBtn .menu-icon:before, .Btn-navi.close .menuBtn .menu-icon:after {margin-top: 0;}
.Btn-navi.close .menuBtn .menu-icon:before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.Btn-navi.close .menuBtn .menu-icon:after { -webkit-transform: rotate(-135deg); transform: rotate(-135deg);}
#mainhead .Btn-navi{ position: absolute; left:5px; top:5px; }
#mainhead .Btn-navi.close { opacity: 0; display: none;}
#fixBtn-navi {position: fixed;  width: auto; bottom: 20px; right:15px;}
#fixBtn-navi.Btn-navi .menuBtn { display: block; background-color:#333; border-radius: 10px; padding:10px 0px 0px;}
#fixBtn-navi.Btn-navi .menuBtn .menu-icon {margin-top: -6px;}
#fixBtn-navi .menu-icon,#fixBtn-navi .menu-icon:before,#fixBtn-navi .menu-icon:after {background-color: #ffffff;}
#fixBtn-navi .menu-icon:before{margin-top: -7px;}
#fixBtn-navi .menu-icon:after {margin-top: 5px;}
#fixBtn-navi.close .menu-icon:before,#fixBtn-navi.close .menu-icon:after {margin-top: 0;}
#fixBtn-navi.close .menu-icon {background: transparent;}
#fixBtn-navi .name { color: #ffffff; display: block; position: relative; left:0px; bottom: -17px;}
#fixBtn-navi .name:before { display: inline; content: 'MENU';}
#fixBtn-navi.close .name:before { display: inline; content: 'CLOSE';}
#fixBtn-navi.close .name { color: #ffffff;}
#cavor.Btn-navi {width: 100%; height: 100%; position: fixed; top:0px; left: -100%; transition:0s;  z-index: 999;}
#cavor.Btn-navi .menuBtn {display:block; width: 100%; height: 100%; background:rgba(255,255,255,0.6); }
#cavor.close { left: 0px; }
.navi {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px; /*メニュー内部上下左右余白*/
    position: fixed;
    left: -70%; /*メニュー横幅①と合わせる*/
    top: 0;
    transition: .2s; /*0.3s は変化するのにかかる時間*/
    width: 70%; /*メニュー横幅①*/
    z-index: 1000;
}
.Btn-navi:hover + .navi-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}
/*.navi-background {width: 100%; height: 100%; position: fixed; top: 0px; left: 0%; transition: 0s; z-index: 999;}*/
.navi-background a.background-btn{display: block; width: 100%; height: 100%; background: rgba(255,255,255,0.6);}
.navi.open { left: 0; }
.navi-background {z-index: 999; display: none; position: fixed; width: 100%; height: 100%; top: 0; left:0; }
.navi-background.open {display: block; background: rgba(255,255,255,0.6); }
.navi.open {padding-bottom: 10px; padding-top: 30px; text-align: center;}
.navi.open ul li {font-size: 14px; margin-bottom: 25px;}

.Btn-navi_first {padding: 5px; background: #816a29; width: 40px; display:none; line-height:1em; z-index:9999; transition: .3s;}
.Btn-navi_first .name { vertical-align:middle; text-align:center; color:#ffffff; font-size:7.3px; line-height: 1em; }
.Btn-navi_first .menuBtn {display: inline-block; position: relative; width: 40px; height:30px;}
/*footer .navi ul {display: block; padding: 30px 0px;}*/
footer .navi ul {
    font-size: 12px;
    height: 280px;
    overflow: auto;
    /* background-color: #FFF; */
    padding: 10px 10px;
    margin-bottom: 15px;
    /* border: 1px solid #CCC; */
    display: block;
    padding: 30px 0px;
}












}



@media only screen and (max-width: 1400px) {   
    .topcontent__section#top1 .title_area .top6 {
    top: 51px;
    right: 0px;
    left: auto;
    width: 20%;
}

.topcontent__section#top1 .title_area .top9 {
    width: 18%;
    left: auto;
    right: 100px;
    top: 243px;
}

.topcontent__section#top1 .title_area .top7 {
    top: 375px;
    left: auto;
    right: 43px;
    width: 39%;
}

.topcontent__section#top8 .content a {
    width: auto;
}

.topcontent__section#top1 .title_area .top2 {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topcontent__section#top1 .title_area .top3 {
    width: 144px;
    position: absolute;
    top: 17%;
    left: 23%;
    transform: translate(-50%, -50%);
}

.topcontent__section#top1 .title_area .top1 {
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
}

.topcontent__section#top1 .title_area .top4 {
    width: 22%;
}

.topcontent__section#top1 .title_area .top5 {
    width: 17%;
}

.topcontent__section#top1 .title_area .top8 {
    width: 22%;
}

.topcontent__section#top1 .title_area .top2 {
    width: 50%;
}

.topcontent__section#top2 .content .content__about .right-item .icon4 {
    position: absolute;
    width: 251px;
    top: -283px;
    left: auto;
    right: 30px;
}

.topcontent__section#top2 .content .content__about .right-item .icon3 {
     left: auto;
    right: 30px;
}

.topcontent__section#top1{
    height: 840px;
}

.header-content .left-area {
    justify-content: left;
}

.header-content .left-area a{
        width: 55%;
        padding-right: 5%;
    }

    .topcontent__section#top2 .content .content__about .left-item .icon1 {
    position: absolute;
    width: 30%;
    top: -60%;
    left: 0px;
}

.accordion_title span {
    height: 34px;
}

.page-content {
    width: 100%;
    min-width: none!important;

}

.header-content .right-area a {
    font-size: 1vw;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px 0px;
}
}

@media only screen and (max-width: 1280px) {
html{
    font-size: 55.5%;}

    .header-content .left-area {
    width: 30%;
    }

    .header-content .right-area {
    width: 60%;
    }

    

    .header-content .right-area a{
        padding: 0px;
    }

    .topcontent__section#top1 .title_area .top2 {
        top: 42%;
    }

    .topcontent__section#top1 .title_area h1 {
    top: 68%;
    }
    .topcontent__section .base1 {
    width: 90%;
    }
    .topcontent__section .base2 {
    width: 90%;
    }

    .topcontent__section#top5 .content .asirai {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25%;
    }

    .topcontent__section#top6 .content .asirai {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 250px;
    }

    .topcontent__section#top1{
    height: auto;
    }

    .topcontent__section#top2 {
    height: auto;
    margin-top: -85px;
    }

    .topcontent__section#top2 .content .content__about {
    margin-top: 35%;
    }

    .topcontent__section#top2 .content .company-btn a {
    margin-top: 30%;
    }

    .topcontent__section#top2 .content .company-btn {
    text-align: center;
    padding-bottom: 18%;
}

.topcontent__section#top3 {
    height: auto;
    margin-top: -80px;
}

.topcontent__section#top3 .content .content__works .item .item-inner {
    width: 85%;
}

.topcontent__section#top3 .content .content__works .item .item-inner .min-item .min-flex{
    display: block;
}
.topcontent__section#top3 .content .content__works .item .item-inner .min-item .min-flex .cover {
    width: 100%;
    max-width: 100%;
    height: auto; 
    margin-bottom: 5%;
}

.topcontent__section#top3 .content .content__works .item .item-inner .item-texit {
    font-size: 3rem;
    text-align: center;
}

.topcontent__section#top3 .content {
    padding-bottom: 20%;
}

.topcontent__section#top4 .content__point {
    margin-top: 20%;
    padding-bottom: 20%;
}

.topcontent__section#top4 {
    height: auto;
}

.topcontent__section#top5 {
    height: auto;
}

.topcontent__section#top5 .content__interview .layer {
    margin-top: 15%;
    padding-bottom: 20%;
}

.topcontent__section#top5 .content__interview .layer1 {
        margin-top: 40%;
        justify-content: space-around;
        padding-bottom: 20%;
    }

.topcontent__section#top6 .content__training .box-item {
    width: 45%;
    max-width: 470px;
    position: relative;
    border: 1px solid #707070;
    border-radius: 30px;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 10px 10px 5px #CDD2D5;
    margin-left: 10px;
    margin-right: 10px;
}

.topcontent__section#top6 .content__training .box-item__title {
    padding-top: 80%;
}

.topcontent__section#top6 .content__training{
    justify-content: center;
    padding-bottom: 15%;
}

.topcontent__section#top6 {
    height: auto;
    margin-top: -60px;
}

.topcontent__section#top3 .content .content__works .item .item-inner .item-title {
    letter-spacing: 0.8em;
}

    .topcontent__section#top2 .content .content__about .right-item .icon4 {
        position: absolute;
        width: 30%;
        top: -90%;
        left: auto;
        right: 5%;
    }

    .topcontent__section#top2 .content .content__about .right-item .icon3 {
        left: auto;
        right: 0%;
        top: 70%;
        width: 30%;
    }

        .topcontent__section#top6 .content .asirai{
            width: 20%;
}

.answer-texit {
    font-size: 1.8rem;
    padding: 20px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    line-height: 1.8em;
    display: flex;
    
}

    .answer {
        position: static;
        margin: 0% 26px;
        width: 36px;
        height: 34px;
        line-height: 1.4em;
    }

    .accordion_title:after {
        width: 34px;
    }

    .topcontent__section#top3 .content .asirai {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30%;
    }


.interview-page .inter-slide {
    position: absolute;
    left: 10px;
}


.topcontent__section#top3 .content {
        padding-bottom: 20%;
        margin-top: -158px;
    }

    .interview__section#top8 .content a {
    width: auto;
    }


    .interview__section#inter4 .content__interview .layer .people {
    width: 25%;
    min-width: 225px;
    margin: 20px;
    margin-bottom: 135px;
    }

    .interview__section#inter4 .content__interview .layer {
        flex-wrap: wrap;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 200px;
    }

    .interview__section#inter4{
        padding-bottom: 100px;
    }

    .interview__section#inter4 {
    height: 800px;
    }

    .interview__section#inter1 .content .profile {
    position: absolute;
    bottom: 0px;
    left: -100px;
    padding-bottom: 100px;
}
}
@media only screen and (max-width: 990px) {
html{
    font-size: 52.5%;}

        .header-content .right-area {
            display: none;
        }

        .topcontent__section#top3 .content {
        padding-bottom: 20%;
        margin-top: 0px;
    }


        .topcontent__section#top1 .title_area .top7 {
        top: 471px;
        left: auto;
        right: 4px;
        width: 32%;
        }

        .topcontent__section#top1 .title_area .top9 {
        width: 18%;
        left: auto;
        right: 5%;
        top: 255px;
        }

    .topcontent__section#top1 .title_area .top8 {
    width: 20%;
    top: 516px;
    left: 6px;
}

.topcontent__section#top1 .title_area .top5 {
    top: 375px;
    left: 36px;
}


    .topcontent__section#top1 .title_area .top6 {
        width: 26%;
    }

.topcontent__section#top1 .title_area .top3 {
        width: 13%;
        position: absolute;
        top: 16%;
        left: 39%;
        transform: translate(-50%, -50%);
    }

    .topcontent__section#top1 .title_area .top1 {
        position: absolute;
        top: 48%;
        left: 71%;
        transform: translate(-50%, -50%);
        width: 11%;
    }

        .topcontent__section#top3 .content .content__works .item .item-inner .item-texit {
        font-size: 2.7rem;
        }

            .topcontent__section#top3 .content .content__works .item .item-inner .item-title {
        letter-spacing: 0.7em;
    }

        .topcontent__section#top2 .content .content__about {
        display: block;
        margin: auto;
        margin-top: 35%;
        width: 90%;
    }

    .topcontent__section#top2 .content .content__about .right-item {
    width: auto;
    margin-left: 0px;
     margin-top: 35%;
}

.topcontent__section#top2 .content .content__about .left-item {
    width: auto;
    margin-right: 0px;
}

.topcontent__section#top1 .title_area .top4 {
    top: 15px;
    left: -13px;
    width: 30%;
}

.topcontent__section#top2 .content .content__about .item-texit{
    font-size: 2.6rem;

}

.topcontent__section#top2 .content .content__about .right-item .bgs {
    position: absolute;
    top: 70%;
}

.topcontent__section#top2 .content .content__about .left-item .bgs {
    position: absolute;
    top: 50%;
}

    .topcontent__section#top2 .content .content__about .right-item .icon3 {
        left: -3%;
        right: auto;
        top: 70%;
        width: 30%;
    }

    .topcontent__section#top3 .content .content__works .item .item-inner .item-title img {
        width: 80%;
    }

    .accordion_title {
        font-size: 2.5vw;
    }

    .topcontent__section#top8 {
        height: auto;
    }

    .topcontent__section .content h2 span {
        font-size: 3rem;
    }

    .header-content {
        display: none;
    }

    .topcontent__section{
        background-size: auto!important;
    }

    .topcontent__section#top5 {
        background-size: auto 100%!important;
    }

    .fadeitem{
    opacity: 1!important;
    }
    .fadeitem2 {
    opacity: 1!important;
}

h2.fadeitem.show{
    animation: none;
    -webkit-animation:none;
}

.text-split span {
    opacity: 1;
    transform: none;
}

.show.text-split span{
    animation: none!important;
}

.anime{
    opacity: 1!important;
}

h2.fadeitem span{
    opacity: 1;
}

.topcontent__section .content h1 {
    font-size: 4.1vw;
}

topcontent__section#top8 .content a p {
    font-size: 3.6vw;
}

.topcontent__section#top8 {
        padding-bottom: 11%;
    }


    .inter-slide .inter-slide01 {
        background-size: 50% auto!important;
    }

    .inter-slide .inter-slide02 {
        background-size: 50% auto!important;
    }

    .inter-slide .inter-slide03 {
        background-size: 50% auto!important;
    }

    .interview-page .inter-slide {
    position: absolute;
  top: 70%;
  left: 75%;
  transform: translate(-50%, -50%);
    }

    .interview__section#top8 .content a {
    width: 100%;
    }

    .interview__section#inter1 {
        height: auto;
    }

    .interview__section#inter1 .content {
        overflow: hidden;
        width: 90%;
        height: 750px;
    }

    .interview__section#inter1 .content .profile {
    position: absolute;
    top: 30%;
    bottom: auto;
    left: 0px;
    padding-bottom: 100px;
}

.interview__section#inter1 .content h2 {
        padding-top: 10%;
    }

    .interview__section#top8 .content a p {
    font-size: 3vw;
    /* margin-left: 5%; */
    color: #014099;
    margin: auto;
    display: block;
    font-weight: 600;
    width: 605px;
    line-height: 1.8em;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.interview__section#top8 .content a p.yaji {
    top: 50%;
    left: 93%;
    transform: translate(-50%, -50%);
    width: 20px;
}




}

@media only screen and (max-width: 860px) {
    .interview__section#top8 .content a p {
    font-size: 3vw;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}
}


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

     .topcontent .freeAreacontent#slide {
    margin-top: -8%;
}

    .topcontent__section .content .top-flex {
    display: block;
}

.topcontent__section#top3 .content .content__works .item {
    width: 100%;
    max-width: 100%;
}

.topcontent__section#top3 .content .content__works .item .item-inner {
        width: 90%;
        max-width: 100%;
    }

        .topcontent__section#top3 .content .content__works .item .item-inner .min-item .min-flex {
        display: flex;
    }

    .topcontent__section#top3 .content .content__works .item .item-inner .min-item .min-flex .cover {
        width: 48%;
    }

    .topcontent__section#top3 .content .content__works .right-item {
       margin-top: 20%;
    }


    .topcontent__section#top4 .content__point .item {
    width: 100%;
    }

    .topcontent__section#top5 .content__interview .layer {
        display: block;
    }

    .topcontent__section#top5 .content__interview .layer .people {
    width: 100%;
    margin: auto;
    margin-top: 50%;
    max-width: 300px;
    }

    .topcontent__section .content h2{
        font-size: 6.5rem;
    }

    .topcontent__section#top6 .content__training .box-item {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .topcontent__section#top4 .content__point .item img.left {
    position: absolute;
    top: 142%;
    }

    .topcontent__section#top4 .content__point .item .main {
    width: 85%;
    padding-bottom: 50%;
}

    .topcontent__section#top4 .content__point .item img.left {
        position: absolute;
        top: 84%;
    }

.topcontent__section#top4 .content__point .right-item {
    border-right: 0px dashed #707070;
    padding-top: 0;
    
}

.topcontent__section#top4 .content__point .left-item {
    border: 0px dashed #707070;
    
}

.topcontent__section#top4 .content__point .item img.right {
    position: absolute;
    top: 85%;
}

.topcontent__section#top4 .content__point {
     border-right: none;
     border-left: none;
}

.topcontent__section#top3 .content .content__works .item {
    border-right: none;
     border-left: none;
}

.topcontent__section#top4 .content__point .item {
    border: none;
}

    .topcontent__section#top4 .content__point {
        /* margin-top: 20%; */
        padding-bottom: 5%;
    }

    .topcontent__section#top5 .content__interview .layer1 {
        margin-top: 45%;
    }

        .topcontent__section#top5 .content .asirai {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30%;
    }

        .topcontent__section#top5 .content__interview .layer2 {
        margin-top: -20%;
        }

        .topcontent__section#top2 .content .company-btn a {
    padding: 5%;
        }

        .topcontent__section#top2 .content .top-texit {
    margin-bottom: 15%;
}

.topcontent__section#top3 .content .content__works .item .item-inner .min-item-nomber img {
    position: absolute;
    top: 50%;
    left: 3.5%;
    transform: translate(-50%, -50%);
    width: 7%;

}

.topcontent__section#top3 .content .content__works .item .item-inner .min-item-nomber .nom {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(-50%, -50%);
}

.topcontent__section#top3 .content .content__works .item .item-inner .min-item-nomber .title {
    margin-left: 10%;
}

.topcontent__section#top5 .content__interview .layer .people .position p {
    margin: 20px;
    color: #fff;
    font-size: 2rem;
}

.topcontent__section#top8 .content a {
        width: 85%;
    }

    .topcontent__section#top8 .content a p {
        width: 90%;
        font-size: 3.4vw;
    }

    .topcontent__section#top8 .content a p.yaji {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    right: -5%;
}

.topcontent__section#top8 .content h2.sec {
    padding-top: 15%;
}

.topcontent__section#top8 .content h2 {
    margin-bottom: 5%;
}

.topcontent__section#top7 .content {
    padding-bottom: 15%;
}

.topcontent__section#top8 .content h2 {
        margin-bottom: 5%;
    }

    .page-content section .base2 {
    width: 90%;
    }

    .interview__section.comb .content .texit-item .texit-flex .main-texit {
        padding-left: 5%;
        line-height: 1.4em;
    }

    .interview__section.comb .content .texit-item .texit-flex .as-texit {
        padding-left: 5%;
    }

    .interview__section.comb .content .texit-item .texit-flex {
        padding: 3% 0px;
    }

    .interview__section.comb .content .texit-item {
    margin-top: 5%;
    }

    .interview__section.comb .content img {
    padding-top: 10%;
}

.interview__section#inter1 .content h2{
    font-size: 5.5rem;
}

.interview__section#top8 .content a {
    margin: auto;
    border: 1px solid #707070;
    border-radius: 100px;
    background: #E4EAF3;
    display: block;
    height: 125px;
    overflow: hidden;
    position: relative;
}

.interview__section#top8 .content a p{
    font-size: 3.5vw;
    width: 84%;
}

.interview__section#top8 .content a p.yaji {
    top: 50%;
    left: auto;
    right: 40px;
}

.interview__section#top8 .content h2{
    padding-top: 30%;
    margin-bottom: 10%;
    font-size: 6.5rem;
}

.interview__section#top8 {
    height: auto;
    padding-bottom: 15%;
}

.page-content section .content h2 span {
    font-size: 3rem;
}

.interview__section#inter4 .content__interview .layer{
    display: block;
}

.interview__section#inter4 .content__interview .layer .people {
    width: 90%;
    margin: auto;
    margin-bottom: 40%;
    min-width: 300px;

}

.interview__section#inter4 .content__interview .layer {
    margin-top: 50%;
}

.interview__section#inter4 {
    background-size: 100% 100%;
    height: auto;
}

.interview__section#inter4 .content__interview .layer .people .inter-box .year {
    font-size: 2.2rem;
}

.interview__section#inter4 .content__interview .layer .people .inter-box .name {
    font-size: 2.8rem;
}

    
.interview__section#inter4 .content__interview .layer .people .inter-box .texit {
    font-size: 2.2rem;
    text-align: center;
}


.interview__section#top8 .content h2.sec {
    padding-top: 15%;
}

.contact-page .contact-zone .name1 input {
    width: 90%;
}

.contact-page .contact-zone .name2 input {
    width: 90%;
}

.contact-page .contact-zone {
    margin-top: 20%;
}


.contact-page .topcontent__section#top2 {
    height: auto;
}

.interview__section#inter4 .content__interview .layer .people .position p {
    margin: 23px;
    color: #fff;
    font-size: 1.6rem;
}


.contact-page .contact-zone .form-tit {
    font-size: 2.8rem;
}

.contact-page .contact-zone .item-flex .form-tit {
    font-size: 2.3rem;
}

.wpcf7-list-item-label{
    font-size: 2.3rem;
}

div.wpcf7 {
    padding-bottom: 100px;
    background-color: #DDE8F8;
}

button.wpcf7cp-cfm-edit-btn {
    margin: auto auto 5%;
}

.contact-page .contact-zone input {
    font-size: 2.8rem;
}

.requirements-page .topcontent__section#top2 .content h2 {
    font-size: 5.5rem;
    padding-top: 30%;

}


.requirements-page .topcontent__section#top2 .content .rikunani .btn-title {
    margin-top: 10%
}

.requirements-page .topcontent__section#top2 .content .rikunani .btn-texit {
    padding-top: 10%;
}

.requirements-page .topcontent__section#top2 .content .rikunani a {
    background: #fff;
    border: 1px solid #333;
    box-shadow: 10px 10px 5px #CDD2D5;
    margin-top: 15%;
    margin-bottom: 0%;
}


.requirements-page .topcontent__section#top2 {
    background: url(../../images/topbg/top7bg.webp) top center no-repeat;
    background-size: 100% 100%;
    height: auto;
    margin-top: -5%;
    z-index: 999;
    position: relative;
    padding-bottom: 10%;
}

.requirements-page .topcontent__section#top3 {
    background: url(../../images/topbg/top7bg.webp) top center no-repeat;
    background-size: 100% 100%;
    height: auto;
    margin-top: -5%;
    z-index: 999;
    position: relative;
}

.requirements-page .topcontent__section#top3 .content h2 {
    padding-top: 15%;
    margin-bottom: 15%;
}



.requirements-page .topcontent__section#top8 .content a p {
    font-size: 3.5vw;
    color: #014099;
    margin: auto;
    display: block;
    font-weight: 600;
    width: 90%;
    line-height: 1.8em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.requirements-page .topcontent__section#top8 .content a {

    height: 90px;
}

.requirements-page .topcontent__section#top8 .content h2.sec {
    padding-top: 30%;
}


.requirements-page .topcontent__section#top8 {
    height: auto;
}

.ans-texit {
        width: 80%;
    }


    .interview__section#inter4 .content__interview .layer .people .fase {
    top: -16%;
    }


    .topcontent__section#top4 .content__point .right-item.fadeitem2 {
    opacity: 1;
    padding-top: 20%;
}


.sp-br{
    display: block;
}

.interview__section#top8 .content a p {
        font-size: 3vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


}
@media only screen and (max-width: 580px) {
    html{
        font-size: 42.5%;
    }

    .topcontent__section#top2 .content .company-btn a {
        width: 50%;
    }

    .footer-content {
        padding-top: 5%;
        padding-bottom: 80px;
        display: block;
        width: 90%;
        margin: auto;
    }
    .footer-content .left-item {
    width: 90%;
    margin: auto;
    }

    .footer-content .right-item {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    padding-bottom: 5%;
}

.footer-content .right-item .page-top a {
    width: 60px;
    height: 60px;
}

.footer-content .right-item .page-top a .up-mark {
    margin-top: 10px;
}

.footer-content .right-item .btn {
    display: block;
    width: 30%;
    background-color: #fff;
    padding: 5% 0px;
    border-radius: 100px;
    text-align: center;
}

.footer-content .right-item .recruit{
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-content .right-item .page-top {
    margin-top: 0px;
}

.footer-content .right-item {
    align-items: center;
}

.footer-content .right-item .page-top {
    margin-top: 0px;
}

.topcontent__section#top8 .content h2 {
    padding-top: 15%;
}

.topcontent__section#top8 {
    padding-bottom: 15%;
}



    .topcontent__section#top2 .content .content__about .item-texit {
        font-size: 2.6rem;
        width: 80%;
        margin-top: 5%;
    }

        .topcontent__section#top3 .content .content__works .item .item-inner .item-texit {
        font-size: 3rem;
    }

    .topcontent__section#top3 .content .content__works .item .item-inner .min-item-main {
    font-size: 2.3rem;
    }

    .topcontent__section#top3 .content .content__works .item .item-inner .min-item-nomber .nom {
    font-size: 2.3rem;
    }

    .topcontent__section#top2 .content .content__about .right-item .icon3 {
        left: -3%;
        right: auto;
        top: 100%;
        width: 30%;
    }

        .topcontent__section#top5 .content__interview .layer .people {
        width: 90%;
        }

        .topcontent__section#top5 .content__interview .layer .people .position p {
        margin: 20px;
        color: #fff;
        font-size: 2.4rem;
    }

    .topcontent__section#top4 .content__point .item .main {
        font-size: 2rem;
    }

    .topcontent__section#top7 .content h2 {
    padding-top: 35%;
    margin-bottom: 15%;
    }


    .accordion_title span {
    background: #fff;
    color: #014099;
    border-radius: 98px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0px 3%;
    font-size: 2.5rem;
}

.accordion_title:after {
        width: 28px;
    }

    .accordion_title {
        padding: 3% 0%;
        font-size: 2.5vw
    }

    .answer {
        position: static;
        margin: 0% 3%;
        width: 27px;
        height: 24px;
        line-height: 1.2em;
    }

    .ans-texit{
        width: 80%;
    }

    .accordion[open] .accordion_title:after {
    content: "ー";
    font-size: 1.9rem;
    padding: 6px 0px;
    margin-top: -4px;
    width: 25px;
}


.topcontent__section#top5 .content__interview .layer .people .inter-box .year {
    font-size: 2.2rem;
}

.topcontent__section#top5 .content__interview .layer .people .inter-box .name {
    text-align: center;
    font-size: 2.8rem;
    margin: 3% auto;
    letter-spacing: 0.2em;
    font-weight: 500;
}

.topcontent__section#top5 .content__interview .layer .people .inter-box .texit {
    font-size: 2.2rem;
}

.topcontent__section#top8 .content a {
    height: 100px;
}

/* .topcontent__section#top8 .content a p {
    font-size: 2.8rem;
} */

.topcontent__section#top2 .content .company-btn p span {
    display: block;
    font-size: 2.2rem;
    margin-top: 5%;
}

.topcontent__section#top3 .content .content__works .item .item-inner .item-texit {
    margin-top: 15%;
}

.topcontent__section#top4 .content h2 {
    padding-top: 20%;
}

.topcontent__section#top4 .content h3 {
    margin-top: 10%;
}

.topcontent__section#top3 .content .asirai {
    width: 30%;
}

.topcontent .freeAreacontent#slide {
    margin-top: -33px;
}

.topcontent__section#top3 {
        height: auto;
        margin-top: -126px;
    }

    .topcontent__section#top3 .content .content__works {
    justify-content: space-between;
    margin-top: 80px;
}

.topcontent__section#top5 .content__interview .layer1 {
        margin-top: 64%;
    }


    .inter-slide .inter-slide01 {
        background-size: 50% auto!important;
    }

    .inter-slide .inter-slide02 {
        background-size: 50% auto!important;
    }

    .inter-slide .inter-slide03 {
        background-size: 50% auto!important;
    }

    .interview-page .inter-slide {
    position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
    }

    .interview__section#top8 .content a {
    width: 90%;
    }

    .interview__section#inter1 {
        height: auto;
    }

    .interview__section#inter1 .content {
        overflow: hidden;
        width: 90%;
        height: 650px;
    }

    .interview__section#inter1 .content .profile {
    position: absolute;
    top: 20%;
    bottom: auto;
    left: 0px;
    padding-bottom: 100px;
}

    .interview__section#top8 .content h2 {
        font-size: 5.5rem;
    }

    .interview__section#inter1 .content h2 {
    padding-top: 10%;
}

.topcontent__section#top1 .title_area .top4 {
        top: 15px;
        left: -13px;
        width: 40%;
    }

        .topcontent__section#top1 .title_area .top3 {
        width: 23%;
        }

        .topcontent__section#top1 .title_area .top6 {
        width: 36%;
    }

    .topcontent__section#top1 .title_area .top1 {
        position: absolute;
        top: 47%;
        left: 48%;
        transform: translate(-50%, -50%);
        width: 20%;
    }

        .topcontent__section#top1 .title_area .top9 {
        width: 36%;
        left: auto;
        right: 0px;
        top: 324px;
    }

    .topcontent__section#top1 .title_area .top8 {
        width: 38%;
        top: 547px;
        left: 6px;
    }

    .topcontent__section#top1 .title_area .top5 {
        top: 321px;
        left: 0px;
        width: 29%;
    }

    .topcontent__section#top1 .title_area .top7 {
        top: 491px;
        left: auto;
        right: 0px;
        width: 53%;
    }


    .interview__section#inter4 .content__interview .layer .people {
    width: 90%;
    margin: auto;
    margin-bottom: 40%;
    min-width: 250px;
}

.interview__section#inter4 .content__interview .layer .people .position p {
    font-size: 2rem;
}

.interview__section#inter4 .content__interview .layer .people .fase {
    top: -17%;
    }


    .interview__section#top8 .content a {
        height: 80px;
    }


    .interview__section#top8 .content a p.yaji {
        top: 50%;
        left: auto;
        right: 10px;
    }


}
@media only screen and (max-width: 480px) {
    .topcontent__section#top1 .title_area .top3 {
        width: 22%;
        position: absolute;
        top: 13%;
        left: 38%;
        transform: translate(-50%, -50%);
    }

        .topcontent__section#top1 .title_area .top2 {
        top: 20%;
        width: 60%;
        }

            .topcontent__section#top1 .title_area h1 {
        top: 46%;
        left: 52%;
    }

    .topcontent__section#top1 .title_area .top9 {
        width: 31%;
        left: auto;
        right: 0%;
        top: 31%;
    }

    .topcontent__section#top1 .title_area .top1 {
        position: absolute;
        top: 32%;
        left: auto;
        right: 27%;
    }

            .topcontent__section#top1 .title_area .top9 {
        width: 31%;
        left: auto;
        right: 0%;
        top: 31%;
    }

        .topcontent__section#top1 .title_area .top5 {
        top: 30%;
        left: 0%;
        width: 25%;
    }

    
    .topcontent__section#top1 .title_area .top7 {
        top: 50%;
    }

        .topcontent__section#top1 .title_area .top8 {
            top: 51%;
        left: 0%;
        width: 45%;
        }

    html{
        font-size: 32.5%;
    }

    .topcontent__section .content h1 {
        font-size: 6.5VW;
        font-weight: 700;
        width: 79%;
        color: #014099;
    }


.topcontent__section#top1 .title_area .top6 {
        top: 4%;}


            .topcontent__section#top2 {
        height: auto;
        margin-top: -70%;
    }

        .topcontent__section#top5 .content__interview .layer .people {
        width: 75%;
    }

    .topcontent__section#top5 .content__interview .layer .people .body {
    position: absolute;
    top: 78px;
    left: 50%;
    width: 130px;
    transform: translate(-50%, -50%);
}

.topcontent__section#top5 .content__interview .layer .people .fase {
    position: absolute;
    top: -19%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
}
.topcontent__section#top5 .content__interview .layer .people .position p {
    /* margin: auto 23px; */
    color: #fff;
    font-size: 2.8rem;
}

.accordion_title:after {
        width: 23px;
    }

    .accordion_title span {
        background: #fff;
        color: #014099;
        border-radius: 98px;
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 1.2;
        text-align: center;
        margin: 0px 3%;
        font-size: 2.5rem;
    }

    .answer {
        position: static;
        margin: 0% 3%;
        width: 27px;
        height: 24px;
        line-height: 1.6em;
    }

    .accordion[open] .accordion_title:after {
        content: "ー";
        font-size: 1.9rem;
        padding: 7px 0px;
        margin-top: -6px;
        width: 24px;
    }

    .topcontent__section .content h2 {
        font-size: 5.5rem;
    }

        .topcontent__section#top8 .content a p {
        font-size: 3.5vw;
    }

        .topcontent__section#top8 .content a {
        height: 70px;
    }

    .topcontent__section .content p.top-texit {
    font-size: 3vw;
    }

    .topcontent__section#top4 .content p.top-texit {
    font-size: 2.5vw;
    }

    .topcontent__section#top5 .content .asirai {
        width: 40%;
    }

    .topcontent__section#top6 .content .asirai {
        width: 30%;
    }

    .topcontent__section#top1 .content h2 {
    padding-top: 30%;
    margin-bottom: 15%;
    }

    .topcontent__section#top2 .content h2 {
    padding-top: 30%;
    margin-bottom: 15%;
    }

    .topcontent__section#top3 .content h2 {
    padding-top: 30%;
    margin-bottom: 15%;
    }

    .topcontent__section#top4 .content h2 {
    padding-top: 30%;
    margin-bottom: 15%;
    }

    .topcontent__section#top5 .content h2 {
    padding-top: 30%;
    margin-bottom: 15%;
    }

    .topcontent__section#top6 .content h2 {
    padding-top: 30%;
    margin-bottom: 15%;
    }

    .topcontent__section#top7 .content h2 {
    padding-top: 30%;
    margin-bottom: 15%;
    }

    .topcontent__section#top8 .content h2 {
    padding-top: 30%;
    margin-bottom: 15%;
    }

    .topcontent__section#top9 .content h2 {
    padding-top: 30%;
    margin-bottom: 15%;
    }

    .topcontent__section .content h2.sec{
        padding-top: 10%;
    }

    .accordion_title:after {
    top: calc(45% - 0.5em);
    }

    .contact .content h2{
        margin-top: 220px;
    }

    .topcontent__section#top1 .title_area .top4 {
        top: 0px;
        left: 0px;
        width: 40%;
    }

    .topcontent__section#top1 .title_area .top6 {
        width: 41%;
    }

    .topcontent__section#top1 .title_area .top2 {
        top: 28%;
    }

    .topcontent__section#top1 .title_area {
        height: 900px;
    }

    .topcontent__section#top8 .content a p.yaji {
    
        right: -15%;
    }

}
@media only screen and (max-width: 380px) {
    .topcontent__section#top2 {
        height: auto;
        margin-top: -400px;
    }

    .topcontent__section#top8 .content a {
        height: 60px;
    }

    .answer {
        position: static;
        margin: 0% 3%;
        width: 22px;
        height: 19px;
        line-height: 1.3em;
    }

    .interview__section#inter4 .content__interview .layer .people {
        width: 90%;
        margin: auto;
        margin-bottom: 50%;
    }

    .contact .content h2{
        margin-top: 275px;
    }

    .topcontent__section#top1 .title_area .top3 {
        top: 11%;
    }

        .topcontent__section#top1 .title_area .top2 {
        top: 23%;
    }

        .topcontent__section#top1 .title_area .top5 {
        top: 26%;
        }

        .topcontent__section#top1 .title_area .top9 {
            top: 26%;
        }

        .topcontent__section#top1 .title_area .top1 {
        top: 24%;
        }

        .topcontent__section#top1 .title_area h1 {
        top: 39%;
    }
    .topcontent__section#top1 .title_area .top8 {
        top: 44%;
    }

    .topcontent__section#top1 .title_area .top7 {
        top: 43%;
    }


}







