@charset"utf-8";

/*===========================
アコーディオン
===========================*/
.accordion_title {
    background: #f5f5f5;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.accordion_title:hover {
    opacity: 0.8;
}
.accordion .font{
    color: #154c8d;
    font-size: 4rem;
    margin-right: 20px;    
}
.icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title.open 
.icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.icon:before, .icon:after {
    display: flex;
    content: '';
    background-color: #01a1ff;
    border-radius: 10px;
    width: 18px;
    height: 3px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.icon:before {
  width: 3px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion_title.open 
.icon_wrap .icon:before {
  content: none;
}
.accordion_title.open 
.icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.js-accordion_inner {
  display: none;
}
.js-accordion_inner .flex{
    align-items: flex-start;
    padding: 0 20px 40px 20px;
}
.ac_inner_wraper p{
    flex: 1;
}
    
    
/*===========================
共通
===========================*/
main .w1000{
    width: 1000px;
    margin: 0 auto;
}
header nav .gnav .entry{
    margin: 0;
    width: 168px;
}
header nav .gnav .entry a,header nav .gnav .entry img{
    width: 100%;
}
footer{
    background-image: url(../../common/img/footer.jpg);
    background-size: cover;
    background-position: bottom;
    margin-top: 110px;
    text-align: left;
    padding: 80px 0;
}
footer .inner{
 position: relative;   
}
footer .copy{
    position: absolute;
    bottom: 0;
    right: 70px;
}
footer .logo{
    margin-bottom: 30px; 
}
footer .nav ul {
    margin: 0;
    justify-content: flex-start;
}
footer .nav ul li{
    margin-right: 20px;
}
footer .corporate{
    border: 1px solid #fff;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
    margin-right: 0;
    margin-left: 0;
    margin-top: 37px;
    display: inline-block;
}
main h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    color: #154c8d;
}
main h2 span{
    color: #FFE246;
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}
.page main h2{
    text-align: center;
}
.people_box .box{
    width: 29%;    
    margin-left: 30px;
}
.people_box .box img{
    width: 100%;    
}
.people_box .box .name{
    color: #fff;
    font-size: 2rem;
    margin-top: 15px;    
}
.people_box .box .name span{
     background: #000;
    padding: 5px 10px;
    font-size: 1.5rem;
    text-align: center;
    margin-left: 6px;   
}
.people_box .box .name .year{
    font-size: 1.5rem;  
    margin-top: 4px;
}
main .entry{
    background: #FFE246;
    display: block;
    width: 450px;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    padding: 30px;
    margin: 0 auto;
}
main .sec1{
    margin-top: 80px;
}
/*パンくず*/
main .bread {
    margin-top: 20px;
}
main .bread .flex{
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1;
}
main .bread a{
    color: #b3b3b3;
    font-size: 1.4rem;
    line-height: 1;
}
main .bread .on{
    color: #494949;    
}
.page .mv{
    width: 100%;
    height: 300px;
    position: relative;
}
.page .mv h1{
    font-size: 3rem;
    text-align: center;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
#process .mv{
    background-image: url("../../process/img/mv.jpg");
    background-size: cover;
}
#contact .mv{
    background-image: url("../../entry/img/mv.jpg");
    background-size: cover;
    background-position: right;
}
#information .mv{
    background-image: url("../../information/img/mv.jpg");
    background-size: cover;
    background-position: right;
}
main .sec{
    margin-top: 80px;
}
main h3{
    font-size: 2.3rem;
    margin-bottom: 17px;
    color: #154c8d;
    margin-top: 50px;
    border-left: 6px solid #154c8d;
    padding-left: 10px;
    line-height: 1; 
}
/*===========================
TOP
===========================*/
#top .mv .right{
    text-align: right;
    width: 90%;
    position: relative;
    margin-left: auto;
    padding-bottom: 60px;
}
#top .mv img{
    width: 100%;
}
#top .mv .right .font{
    position: absolute;
    bottom: 175px;
    transform: rotate(-90deg);
    left: -167px;
    font-size: 3rem;
    color: #FFE246;
}
#top .mv .right h1{
    position: absolute;
    top: 37%;
    left: 50px;
    font-size: 5rem;
    line-height: 1.5;
    color: #fff;
    text-align: left;
}
#top .mv .right:after{
    content: "";
    background: #154c8d;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    bottom: 0px;
    left: -70px;
}
#top .sec1 img{
    width: 330px;
    margin-left: 60px;
}
#top .sec1 .txt{
    flex: 1;
}
#top .sec1 .inner{
    width: 1000px;    
}
#top .sec{
    margin-top: 110px;
}
#top .sec2{
    background-image: url(../../img/bg.jpg);
    background-size: cover;
    position: relative;
    margin-top: 160px;
    overflow-x: hidden;
}
#top .sec2 .inner{
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 60px 0;
}
#top .sec2 .flex{
    justify-content: end;
    align-items: flex-start;
}
#top .sec2 .people_box{
    flex: 1;
}
#top .sec2 .txt{
    width: 400px;
}
#top .sec2 .pass{
    position: absolute;
    z-index: 1;
    bottom: 0;
    max-width: 1930px;
    opacity: 0.9;
    width: 130%;
}
#top .sec3{
    margin-top: 0px;
    padding: 60px;
}
#top .sec3 a{
    position: relative;
    display: block;
    width: 50%;
    height: 240px;
    background-position: center;
}
#top .sec3 p{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 2.5rem;
    color: #002d63;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1.5;
}
#top .sec3 .process{
    background-image: url("../../img/img2.jpg");
    background-size: cover;
}
#top .sec3 .information{
    background-image: url("../../img/img3.jpg");
    background-size: cover;    
}
#top .sec4{
    margin-top: 53px;
}
/*===========================
インタビュー
===========================*/
#interview .mv{
    height: 510px;    
    background-position: right;
    background-size: cover;
    position: relative;
}
#interview .mv .inner{
    position: absolute;
    top: 50%;
    left: 130px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    margin: 0 auto;
    background: #154c8d;
    padding: 30px;
    width: 290px;
    color: #fff;
}
#interview .mv h1{
font-size: 3rem;
    position: static;
    transform: none;
    text-align: left;
}
#interview .mv .year{
    margin-top: 10px;
}
#interview.interview1 .mv{
    background-image: url("../../interview1/img/mv.jpg");
}
#interview.interview2 .mv{
    background-image: url("../../interview2/img/mv.jpg");
}
#interview.interview3 .mv{
    background-image: url("../../interview3/img/mv.jpg");
}
#interview .sec .box{
    align-items: center;
    margin-bottom: 70px;
}
#interview .sec .box.row{
flex-direction: row-reverse;    
}
#interview .sec .txt{
    flex: 1;
    background: #fff;
    z-index: 2;
    margin-left: -60px;
    padding: 40px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 13%);   
    position: relative;
}
#interview .sec .box.row .txt{
     margin-right: -60px;
     margin-left: 0px;
}
#interview .sec h2{
    font-size: 2.6rem;
}
#interview .sec .schedule{
    margin-bottom: 80px;
    background: repeating-linear-gradient(135deg, #f5f5f5, #f5f5f5 5px, #fff 5px, #fff 7px);
    padding: 60px;
    position: relative;
}
#interview .sec .schedule .illust1{
    position: absolute;
    width: 140px;
    bottom: 70px;
    left: 50px;
}
#interview .sec .schedule .illust2{
    position: absolute;
    width: 200px;
    top: 70px;
    right: 60px;
}
#interview .timeline dl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 750px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}
#interview .timeline{
    position: relative;
    width: 750px;
    margin: 0 auto;
}
#interview .schedule .w750{
    width: 750px;
    margin: 26px auto 0;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
}
#interview .timeline:after{
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #00b1c7;
    font-size: -5.5rem;
    z-index: 1;
    left: 62px;
    top: 0;
}
#interview .timeline dt{
    width: 131px;
    font-weight: 700;
    position: relative;
    font-family: "Outfit", sans-serif;
    background: #00b1c7;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    z-index: 2;
    padding: 7px;
}
#interview .timeline dd{
    flex: 1;
}
#interview .sec .off{
    background: repeating-linear-gradient(135deg, #f5f5f5, #f5f5f5 5px, #fff 5px, #fff 7px);
    padding: 60px;    
}
#interview .message{
    background: #154c8d;
    margin-top: 80px;
    padding: 60px 0;
}
#interview .message h2{
    color: #fff;
    text-align: left;
}
#interview .message .flex img{
    width: 220px;
    margin-right: 30px;
}
#interview .message .flex{
    justify-content: flex-start;
    align-items: center;
}
#interview .message .txt{
    flex: 1;
    color: #fff;
}
#interview footer{
    margin-top: 0px;
}
/*===========================
採用の流れ・よくあるご質問
===========================*/
#process .sec .flow{
    align-items: center;
    justify-content: space-between;
}
#process .sec .flow p{
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
    margin-top: 0;
}
#process .sec1 p{
    margin-top: 37px;
}
/*===========================
募集要項
===========================*/
main .information_table .ttl_area{
    background: #f5f5f5;
    justify-content: flex-start;
    color: #154c8d;
    margin-top: 30px;
}
main .information_table .ttl_area p{
    padding: 20px;
}
main .information_table .ttl_area p:first-child{
width: 155px;
    padding: 33px 0;
}
main .information_table .ttl_area p:nth-child(3){
    text-align: center;
    font-weight: 700;
    flex: 1;
}
main .information_table .ttl_area .border{
    border-right: dotted 2px #cecece;
    font-weight: 700;
    width: 194px;
    text-align: center;
}
main .information_table .article{
    justify-content: flex-start;
    border-bottom: 2px solid #f5f5f5;
}
main .information_table .place{
    display: flex;
    justify-content: flex-start;
    border-right: dotted 2px #cecece;
    text-align: left;
}
main .information_table .place p:first-child{
width: 155px;
    border-right: dotted 2px #cecece;
    padding: 20px 0;
    text-align: center;
}
main .information_table .place p:nth-child(2){
    width: 192px;
    text-align: center;
    padding: 20px 0;
}
main .information_table .naiyou{
    flex: 1;
    padding: 20px;
}
/*採用 - 一目で見る*/
#digest .mv{
    background-image: url("../../digest/img/mv.jpg");
    background-size: cover;
}
#digest main .sec1 .flex img{
    margin-bottom: 24px;
}
#digest main .sec2{
    background: #f5f5f5;
    padding: 80px 0;    
}
#digest main .sec2 .all_wrap{
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#digest main .sec2 .all_wrap .box{
    background: #fff;
    padding: 20px;
    align-items: center;
    justify-content: flex-start;
    width: 49%;
    flex-wrap: nowrap;
    margin-bottom: 19px;
}
#digest main .sec2 .read{
    margin-bottom: 20px;
}
#digest main .sec1 .img1{
    width: 446px;
}
#digest main .sec1 .img2{
    width: 529px;
}
#digest main .sec1 .img3{
    width: 549px;
}
#digest main .sec1 .img4{
    width: 425px;
}
#digest main .sec1 .img5{
    width: 317px;
}
#digest main .sec1 .img6{
    width: 317px;
}
#digest main .sec1 .img7{
    width: 317px;
}
#digest main .sec2 .all_wrap .box img{
    width: 110px;
    margin-right: 18px;    
}



















@media only screen and (max-width: 767px){
    /*===========================
    アコーディオン
    ===========================*/
    .accordion_title{
        font-size: 1.6rem;
        padding-right: 60px;
        padding-left: 10px;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    .accordion .font{
        font-size: 2.3rem;
        margin-right: 14px;
    }
    .js-accordion_inner .flex{
        display: flex;
        padding: 0 20px 40px 10px;
    }
    .icon_wrap{
        right: 5px;
    }
    /*===========================
    共通
    ===========================*/
    .read{
        text-align: left!important;
    }
    main .w1000{
        width: 90%;
        margin: 0 auto;
    }
    main{
        margin-top: 70px;
    }
    main h3{
        font-size: 1.7rem;
        margin-bottom: 15px;
        margin-top: 30px;
    }
    header nav .gnav .entry{
        width: 100%;
    }
   header nav .gnav .entry img{
        width: 100%;
    }
    header .entry img{
    right: 70px;
    position: absolute;
    }
    header .logo{
        width: 172px;
        left: 10px;
    }
    footer{
        padding: 15% 0 100px;
        margin-top: 15%;
    }
    footer .inner{
     position: relative;   
    }
    footer .copy{
        position: static;
        margin-top: 30px;
    }
    footer .logo{
        width: 80%;
        display: block;
        margin: 0 auto 5%;
    }
    footer .nav ul {
        display: none;
    }
    footer .corporate{
        padding: 10px 30px;
        font-size: 1.5rem;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }
    .page main h2 {
        margin-bottom: 17px;
        font-size: 2rem;
    }
    .people_box .box{
        width: 48%;
        margin-left: 0;
        margin-top: 5%;
    }
    .people_box .box img{
        width: 100%;    
    }
    .people_box .box .name{
        color: #fff;
        font-size: 2rem;
        margin-top: 15px;    
    }
    .people_box .box .name span{
         background: #000;
        padding: 5px 10px;
        font-size: 1.5rem;
        text-align: center;
        margin-left: 6px;   
    }
    .people_box .box .name .year{
        font-size: 1.5rem;  
        margin-top: 4px;
    }
    main .entry{
        width: 100%;
    }
    /*パンくず*/
    main .bread {
       display: none;
    }
    .page .mv {
    width: 100%;
    position: relative;
    margin-top: 69px;
    height: 159px;
    }
    .page .mv h1 {
        font-size: 2.3rem;
        line-height: 1.3;
    }
    main .sec{
        margin-top: 15%;
    }
    /*===========================
    TOP
    ===========================*/
    #top .mv .right{
        text-align: right;
        width: 90%;
        position: relative;
        margin-left: auto;
        padding-bottom: 60px;
    }
    #top .mv img{
        width: 100%;
    }
    #top .mv .right .font{
        position: absolute;
        bottom: 130px;
        transform: rotate(-90deg);
        left: -101px;
        font-size: 2rem;
        color: #FFE246;
    }
    #top .mv .right h1{
        position: absolute;
        top: unset;
        left: 20px;
        font-size: 2.5rem;
        line-height: 1.5;
        color: #fff;
        text-align: left;
        bottom: 76px;
    }
    #top .mv .right:after{
        content: "";
        background: #154c8d;
        width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute;
        bottom: 0px;
        left: -70px;
    }
    #top .sec1{
        position: relative;
        overflow-x: hidden;
    }
    #top .sec1 img{
        margin-left: 0;
        position: absolute;
        z-index: -1;
        top: -40px;
        right: -60px;
        width: 260px;
        opacity: 0.3;
    }
    #top .sec1 .inner{
        width: 100%;    
    }
    #top .sec{
        margin-top: 15%;
    }
    #top .sec2{
        margin-top: 15%;
        overflow: hidden;
    }
    #top .sec2 .inner{
        padding: 15% 0;
        display: block;
    }
    #top .sec2 .txt{
        width: 100%;
    }
    #top .sec2 .flex {
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }
    #top .sec2 .pass{
        position: absolute;
        z-index: 1;
        bottom: unset;
        max-width: 1930px;
        opacity: 0.8;
        width: 410%;
    }
    #top .sec3{
        padding: 0;
        margin-top: 0px;
    }
    #top .sec3 a{
        width: 100%;
        height: 140px;
        margin-top: 1%;
    }
    #top .sec3 p{
        font-size: 2rem;
    }
    #top .sec4{
        margin-top: 53px;
    }
    /*===========================
    インタビュー
    ===========================*/
    #interview .mv{
        height: 230px;
        background-position: right;
    }
    #interview .mv .inner {
        position: absolute;
        top: unset;
        left: 0;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto;
        background: #154c8d;
        padding: 5%;
        width: 200px;
        color: #fff;
        bottom: -66px;
    }
    #interview .mv h1{
        font-size: 2.3rem;
    }
    #interview .mv .year{
        font-size: 1.4rem;
    }
    #interview .sec .box{
        margin-bottom: 15%;
    }
    #interview .sec .box img{
        width: 100%;
    }
    #interview .sec .txt {
        flex: 1;
        background: #fff;
        z-index: 2;
        margin-left: 0;
        padding: 10% 7%;
        box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 13%);
        position: relative;
        width: 90%;
        margin-top: -70px;
    }
    #interview .sec h2 {
        font-size: 2rem;
        margin-bottom: 5%;
    }
    #interview .sec .box.row .txt {
        margin-right: 0;
        margin-left: auto;
    }
    #interview .sec .schedule {
        margin-bottom: 15%;
        padding: 10% 7%;
    }
    #interview .timeline {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    #interview .timeline dl {
        display: block;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 15px;
    }
    #interview .timeline dd {
        padding-left: 40px;
        margin-top: 10px;
    }
    #interview .timeline:after{
        left: 20px;
    }
    #interview .sec .off {
        padding: 10% 7%;
    }
    #interview .message {
        margin-top: 15%;
        padding: 10% 7%;
    }
    #interview .message .flex img {
        width: 160px;
        margin-right: 0;
        margin: 0 auto 5%;
        display: block;
    }
    #interview .message .flex{
        width: 100%;
    }
    #interview .sec .schedule .illust1{
        position: absolute;
        width: 140px;
        bottom: 70px;
        left: 50px;
    }
    #interview .sec .schedule .illust2{
        position: absolute;
        width: 200px;
        top: 70px;
        right: 60px;
    }
    #interview .schedule .w750{
        width: 100%;
    }
    
    /*===========================
    採用の流れ・よくあるご質問
    ===========================*/
    #process .sec .flow{
    display: flex;
    }
    #process .sec .flow .box{
        width: 18%;
    }
    #process .sec .flow .box img{
        width: 100%;
    }
    #process .sec .flow .arrow{
           width: 7%; 
    }
    #process .sec .flow p{
        font-size: 1.5rem;
    }
    #process .sec1 p{
        margin-top: 5%;
    }
    /*===========================
    募集要項
    ===========================*/
    main .information_table .ttl_area{
                display: flex;
    }
    main .information_table .ttl_area p{
        padding: 20px;
    }
    main .information_table .ttl_area p:nth-child(3){
        text-align: center;
        font-weight: 700;
        flex: 1;
    }
    main .information_table .ttl_area .border{
        width: 38%;
    }
    main .information_table .article{
        display: flex;
        align-items: center;
    }
    main .information_table .place{
        width: 38%;
        display: block;
        padding: 14px;
    }
    main .information_table .place p:first-child{
        width: auto;
        border: none;
        padding: 0;
        font-size: 1.3rem;
    }
     main .information_table .place p:nth-child(2){
        width: auto;
        padding: 0;
        line-height: 1.3;
        text-align: left;
    }
    main .information_table .naiyou{
        flex: 1;
        padding: 14px;
    }
    main .information_table .ttl_area p:first-child{
        display: none;
    }
    
    /*===========================
    一目で見る
    ===========================*/
    #digest main .sec1 .flex img{
        margin-bottom: 5%;
        width: 100%;
    }
    #digest main .sec2{
        padding: 15% 0;    
    }
    #digest main .sec2 .all_wrap .box{
        padding: 5%;
        width: 100%;
        margin-bottom: 5%;
    }
    #digest main .sec2 .all_wrap .box img{
        display: none;
    }
    #digest main .sec2 .all_wrap .box h4{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #digest main .sec2 .all_wrap .box h4 img{
        width: 48px;
        display: block;
        margin-right: 10px;
    }
    #digest main .sec2 .read {
        margin-bottom: 10px;
    }
}/*sp-end*/



