@charset "utf-8";


/* header
----------------------------------------------------------------*/

header#recruit-header.under-header {
    /* box-shadow: 0px 6px 12px 0px rgb(126 28 201 / 12%); */
    /* top: 0; */
    /* background: #fff; */
}
header#recruit-header.under-header .header-inner{
    /* padding: 12px 0; */
}
header#recruit-header.under-header ul.main-nav li a{
    color: #191B1F;
}


@media screen and (max-width: 767px) {

    header#recruit-header.under-header .header-inner{
        /* padding: 0; */
    }
    

}


/* 下層共通sectionパEチE----------------------------------------------------------------*/

article#under-page-article{padding-bottom: 108px;}
article#under-page-article section{
    padding-top: 108px;
    font-size: 16px;
    font-weight: 500;
}
#under-page-bg {
    background: url(../images/bg_cube.png) #F5F5F5;
    background-size: 16rem;
}
.under-section-inner{
    max-width: 1000px;
    margin: 0 auto;
}

.under-section{

}
.under-section-title{
    font-size: 18px;
    display: inline-block;
    color: #0F218B;
    font-weight: 600;
}
.under-section-title.en-title{
    font-family: 'Sen', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.under-section-title span{
    line-height: 1;
    display: block;
}
.under-section-title-bar {
    display: block;
    width: 100%;
    height: 2px;
    background: #0F218B;
    margin-top: 12px;
}
.under-section-title.en-title .under-section-title-bar{
    margin-top: 8px;
}
.under-section-copy{
    margin-top: 32px;
    font-size: 36px;
    line-height: 1.4166666667;
    font-weight: 700;
}
.under-section-copy-en{
    font-family: 'Sen', sans-serif;
    font-size: 48px;
}
.under-section-body {
    margin-top: 48px;
}
.under-section-supplement {
    font-size: 24px;
    font-family: 'Sen', sans-serif;
    font-weight: 600;
    line-height: 1;
    /* margin-top: 24px; */
    letter-spacing: .7px;
}
.under-section-description {
    margin-top: 20px;
}

aside#next-aside {
    position: relative;
}
.next-aside-content{
    padding: 0 0 10px;
    background: #fff;
}
aside#next-aside:before{
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background-image: url(../images/aside_circle.png);
    background-position: top center;
}

#next-aside-box{
    position: relative;
    bottom: 60px;
}
.next-aside-decorate{
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -.75px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #0F218B;
    margin-bottom: 16px;
}
.next-aside-decorate .material-symbols-outlined{
    margin-left: 16px;
    font-size: 32px;
}
.next-aside-text {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
}

.next-aside-btn.flex-two {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.next-aside-btn.flex-two .main-btn{
    width: 50%;
    box-sizing: border-box;
    padding: 0 16px;
}
.next-aside-btn.flex-two .main-btn a{
    width: 100%;
}
.next-aside-btn.flex-two .main-btn a .material-symbols-outlined.icon-tab{
    font-size: 24px;
}

@media screen and (max-width: 767px) {

    .under-section-inner{
        padding: 0 6%;
    }
    article#under-page-article {
        padding-bottom: 56px;
    }
    article#under-page-article section{
        padding-top: 56px;
        font-size: 14px;
    }

    .under-section-title{
        font-size: 14px;
    }
    .under-section-copy {
        margin-top: 20px;
        font-size: 24px;
        line-height: 1.4285714286;
    }
    .under-section-body {
        margin-top: 24px;
    }
    .under-section-copy-en{
        font-size: 32px;
    }
    .under-section-supplement{
        font-size: 18px;
    }

    aside#next-aside:before {
        height: 10vw;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .next-aside-text {
        font-size: 18px;
        margin-bottom: 24px;
        line-height: 1.6;
    }
    .next-aside-btn .main-btn{
        padding: 0;
    }
    #next-aside-box {
        position: relative;
        bottom: 0;
    }
    .next-aside-content{
        padding: 16px 0 40px;
    }
    .next-aside-decorate{
        font-size: 24px;
        margin-bottom: 12px;
    }
    .next-aside-decorate .material-symbols-outlined{
        margin-left: 12px;
        font-size: 24px;
    }

    .under-section-title.en-title{
        font-size: 16px;
    }
    
    .next-aside-btn.flex-two{
        display: block;
        margin: 0;
    }
    .next-aside-btn.flex-two .main-btn{
        width: 100%;
        padding: 0;
    }
    .next-aside-btn.flex-two .main-btn:not(:first-of-type){
        margin-top: 10px;
    }
    .next-aside-btn.flex-two .main-btn-text{
        margin-top: 0;
    }

}




/* under-visual
----------------------------------------------------------------*/

#under-visual {
    padding-top: 66px;
}
#under-visual-main{
    position: relative;
}
#under-visual-main-bg{
    padding-top: 365px;   
}
#under-visual-main-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#under-visual-main-content .section-inner{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#under-visual-title {
    text-align: center;
    margin-bottom: 72px;
}
.under-visual-title-en{
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 24px;
    color: #0F218B;
    margin-bottom: 16px;
}
.under-visual-title-jp {
    font-size: 40px;
    line-height: 1.4166666667;
    font-weight: 500;
    background: #0F218B;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    padding: 3px 20px 6px;
}

#under-visual-sub-box{
    background: #fff;
    border-radius: 16px 16px 0 0;
    margin-top: -60px;
    padding: 0 40px 48px;
}

#breadcrumb-list{
    padding: 20px 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
}
#breadcrumb-list li.en{
    font-family: 'Sen', sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 15px;
}
#breadcrumb-list li.separate{
    margin: 0 6px;
}
#breadcrumb-list li.separate .material-symbols-outlined{
    display: block;
    font-size: 16px;
}
#breadcrumb-list li.current{
    color: #0F218B;
    font-weight: 500;
}
#breadcrumb-list li a{
    text-decoration: underline;
}
#breadcrumb-list li a:hover{
    text-decoration: none;
    opacity: 0.6;
}

#under-visual-copy{
    text-align: center;
}
.under-visual-copy-main{
    font-size: 36px;
    line-height: 1.4166666667;
    color: #0F218B;
    font-weight: 600;
}
.under-visual-copy-body{
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
    color: #191B1F;
}
/*.under-visual-copy-body .stand-out{
    color: #000;
}*/

ul#page-inlink-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 32px -12px 0;
    /* background: #F5F5F5; */
    /* border-radius: 16px; */
}
ul#page-inlink-list li{
    padding: 10px 12px;
    font-weight: 600;
    font-size: 16px;
}
ul#page-inlink-list li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul#page-inlink-list li a .material-symbols-outlined{
    font-size: 20px;
    margin-left: 4px;
}
ul#page-inlink-list li a:hover{
    color: #0F218B;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {

    #under-visual {
        padding-top: 63px;
    }
    #under-visual-main-content{
        position: relative;
    }
    #under-visual-main-content .section-inner{
        padding: 0;
        display: block;
    }
    #under-visual-title{
        margin-bottom: 0;
        position: relative;
        bottom: 40px;
        margin-bottom: -40px;
    }
    .under-visual-title-jp{
        display: block;
        border-radius: 0;
        font-size: 24px;
        padding: 16px 6%;
        text-align: left;
    }
    .under-visual-title-en {
        font-size: 16px;
        margin-bottom: 12px;
        text-align: left;
        padding: 0 6%;
    }
    #under-visual-main-bg {
        padding-top: 50%;
    }
    #under-visual-sub-box {
        border-radius: 0;
        margin-top: 0;
        padding: 0 0px 32px;
    }

    #breadcrumb-list {
        padding: 12px 0 20px;
        font-size: 12px;
    }
    #breadcrumb-list li.en{
        font-size: 13px;
    }
    #breadcrumb-list li.separate .material-symbols-outlined{
        font-size: 14px;
    }

    .under-visual-copy-main {
        font-size: 24px;
        text-align: left;
        line-height: 1.4285714286;
    }
    .under-visual-copy-body {
        font-size: 14px;
        margin-top: 20px;
        text-align: left;
    }

    ul#page-inlink-list{
        margin: 16px -12px 0;
    }
    ul#page-inlink-list li {
        padding: 8px 12px;
        font-size: 14px;
    }

    

}




/* 会社を知るEージ
----------------------------------------------------------------*/

/* greeting */
#greeting-person {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 410px;
}
#greeting-box{
    background: #fff;
    border-radius: 16px;
    padding: 40px 40px;
}
section#greeting .under-section-copy{
    max-width: 520px;
}
.greeting-box-text{
    max-width: 540px;
    line-height: 2.4;
  }
/* ƃZ^O */
.greeting-box-text-bold{
    max-width: 520px;
    line-height: 2.4;
    font-weight: bold;
    display: grid;
    place-items: center center;
}
.greeting-person-profile{
    margin-top: 16px;
}
.greeting-person-profile-career{
    line-height: 1.6;
    font-size: 15px;
}
.greeting-person-profile-name{
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {

    #greeting-box {
        padding: 8% 6%;
        margin: 0 -6%;
    }
    .greeting-box-text {
        line-height: 2;
    }
    #greeting-person{
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: 24px;
    }
    .greeting-person-profile-career {
        font-size: 13px;
    }
    

}



/* position */

section#position .under-section-copy{
    font-size: 32px;
}
#position-box{
    background: #fff;
    border-radius: 16px;
}
.position-box-head{
    text-align: center;
    padding: 16px 0;
}
ul.position-box-list{
    display: flex;
    flex-wrap: wrap;
    background: #DDDDDD;
    margin-bottom: 24px;
}
ul.position-box-list li{
    width: 50%;
    text-align: center;
    padding: 40px 0 32px;
    border-radius: 0 0 16px 16px;
}
ul.position-box-list li.maker{
    background: #0F218B;
    color: #fff;
}
.position-box-list-text {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}
.position-box-list-face{

}
.position-box-list-face-main{
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}
.position-box-list-face-sub{
    font-size: 20px;
    line-height: 1;
    margin-left: 8px;
    font-weight: 600;
}
.position-box-list-suruga {
    margin-top: 24px;
    display: inline-block;
    padding: 12px 16px;
    background: #fff;
}
.position-box-list-suruga img{
    display: block;
}

@media screen and (max-width: 767px) {

    section#position .under-section-copy{
        font-size: 22px;
    }
    .position-box-head{
        padding: 12px 0;
    }
    .position-box-head img{
        width: 108px;
    }
    ul.position-box-list li{
        width: 100%;
        border-radius: 0;
        padding: 20px 6%;
    }
    .position-box-list-text {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 8px;
    }
    .position-box-list-face-main{
        font-size: 24px;
    }
    .position-box-list-face-sub{
        font-size: 15px;
    }
    .position-box-list-suruga {
        margin-top: 12px;
        display: inline-block;
        padding: 8px 12px;
        background: #fff;
    }
    .position-box-list-suruga img{
        width: 200px;
    }
    ul.position-box-list li.maker{
        padding: 20px 6% 16px;
    }
    ul.position-box-list li.maker .position-box-list-face-main{
        font-size: 28px;
    }
    ul.position-box-list{
        border-radius: 0 0 16px 16px;
        margin-bottom: 20px;
    }
    

}




/* model */

section#model .under-section-title span{
    line-height: 1.4166666667;
}
section#model .under-section-copy{
    margin-top: 16px;
}
ul.model-list{

}
ul.model-list li{
    background: #fff;
    border-radius: 16px;
}
ul.model-list li:not(:first-of-type){
    margin-top: 32px;
}
.model-list-head {
    background: #0F218B;
    border-radius: 16px 16px 0 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding: 16px 0;
    line-height: 1.4166666667;
}
.model-list-body{
    padding: 32px 32px 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.model-list-body-content{
    width: calc(100% - 450px);
    box-sizing: border-box;
    padding-right: 32px;
}
.model-list-body-img{
    width: 450px;
}
.model-list-name{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4166666667;
}
.model-list-description{
    margin-top: 16px;
}


ul.model-list:after{
    content: "";
    display: block;
    width: 0;
  height: 0;
  border-style: solid;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  border-top: 60px solid #ffffff;
  border-bottom: 0;
  margin: auto;
}
#meviy-movie{
    max-width: 720px;
    margin: 32px auto 0;
}
#meviy-movie .img-wrap{
    padding-top: calc(100% / 1.618);
}
#meviy-movie .sub-btn a{
    margin: 0 auto;
}

@media screen and (max-width: 767px) {

    ul.model-list li:not(:first-of-type) {
        margin-top: 20px;
    }
    .model-list-head {
        font-size: 14px;
        padding: 12px 6%;
        line-height: 1.6;
    }
    .model-list-body {
        padding: 24px 6% 20px;
        display: block;
    }
    .model-list-body-content{
        width: 100%;
        padding-right: 0;
    }
    .model-list-body-img{
        width: 100%;
        margin-top: 16px;
    }
    .model-list-name{
        font-size: 18px;
    }
    .model-list-description{
        margin-top: 12px;
    }
    .model-list-name img{
        width: 140px;
    }
    ul.model-list:after{
        border-right: 120px solid transparent;
        border-left: 120px solid transparent;
        border-top: 40px solid #ffffff;
    }
    #meviy-movie .sub-btn {
        margin-top: 24px;
    }
    

}




/* data */

ul.data-list{
    display: flex;
    flex-wrap: wrap;
    margin: -16px -8px 0;
}
ul.data-list li{
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 8px;
    margin-top: 16px;
}
.data-list-card{
    background: #fff;
    border-radius: 12px;
    height: 200px;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}
.data-list-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.data-list-name {
    line-height: 1.4166666667;
    font-size: 18px;
    font-weight: 600;
}
.data-list-cat {
    font-size: 13px;
    display: inline-block;
    background: #0F218B;
    color: #fff;
    line-height: 1;
    padding: 6px 10px 7px;
    border-radius: 8px;
    margin-left: 20px;
}

.data-list-content{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.data-list-note{
    font-size: 15px;
    line-height: 1.6;
}
.data-list-data{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.data-list-data-main {
    line-height: 1;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #0F218B;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
}
.data-list-data-sub {
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    color: #0F218B;
    margin-left: 10px;
    margin-bottom: 6px;
}
.data-list-data-sm {
    line-height: 1;
    margin-bottom: 6px;
    color: #0F218B;
}

ul.data-list li.childcare .data-list-data-sub{
    margin-left: 0;
}
ul.data-list li.childcare .data-list-data-main{
    margin: 0 10px;
}
ul.data-list li.childcare .data-list-content .data-list-data:nth-of-type(2){
    margin-top: 4px;
}

ul.data-list.sp-almamater.sp{
    display: none;
}

li.childcare .data-list-data-main{
    font-size: 45px;
}
ul.data-list li.employees .data-list-data-sub {
    margin-left: 0;
}
ul.data-list li.employees .data-list-data-main {
    margin: 0 10px;
}

@media screen and (max-width: 767px) {

    #data .under-section-description{
        margin-top: 2px;
    }
    ul.data-list {
        display: flex;
        flex-wrap: unset;
        margin: 0;
    }
    ul.data-list li {
        width: 264px;
        padding: 0;
        margin-top: 0;
    }
    .data-list-card {
        background: #fff;
        border-radius: 12px;
        height: 160px;
        box-sizing: border-box;
        padding: 20px 16px;
        position: relative;
    }
    .data-list-name {
        font-size: 15px;
    }
    .data-list-cat {
        font-size: 12px;
        display: inline-block;
        background: #0F218B;
        color: #fff;
        line-height: 1;
        padding: 5px 6px 6px;
        border-radius: 4px;
        margin-left: 12px;
        /* margin-top: 8px; */
    }
    .data-list-content {
        
    }
    .data-list-note{
        font-size: 13px;
    }
    .data-list-data-main {
        font-size: 40px;
    }
    .data-list-data-sub {
        font-size: 20px;
        margin-left: 8px;
        margin-bottom: 4px;
    }

    ul.data-list.sp-almamater.sp{
        display: flex;
    }
    .slide-data-btn {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .slide-data-btn .swiper-btn-prev {
        margin-right: 10px;
    }

    li.childcare .data-list-data-main{
        font-size: 35px;
    }
    ul.data-list li.childcare .data-list-data-sub {
        font-size: 18px;
    }
    

}




/* business */
section#business .under-section-copy {
    font-size: 32px;
}
ul.business-list{
    margin-top: 32px;
}
ul.business-list li{
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.business-list li:not(:first-of-type){
    margin-top: 32px;
}
.business-list-content{
    width: calc(100% - 420px);
    box-sizing: border-box;
    padding: 40px 32px;
}
.business-list-img{
    width: 420px;
}
.business-list-img .img-wrap {
    padding-top: 68%;
}
.business-list-name {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4166666667;
    margin-bottom: 16px;
}
#business-meviy {
    margin-top: 56px;
}

@media screen and (max-width: 767px) {

    section#business .under-section-copy{
        font-size: 22px;
    }
    ul.business-list li{
        display: block;
    }
    ul.business-list li:not(:first-of-type) {
        margin-top: 24px;
    }
    .business-list-content{
        width: 100%;
        padding: 24px 6% 20px;
    }
    .business-list-img{
        width: 100%;
    }
    .business-list-name{
        font-size: 18px;
        margin-bottom: 12px;
    }
    

}




/* blog */

#blog-box .sub-btn{
    margin-top: 40px;
}
#blog-box{

}
#blog-box .under-section-head{
    margin-bottom: 32px;
}
#blog-box .under-section-copy{
    font-size: 32px;
}
#blog-box .under-section-body{
    margin-top: 0;
    width: 480px;
}
.blog-img{
    width: 100%;
    height: 360px;
    display: block;
    background-image: url(../images/top/feature04.jpg);
    background-position: center right;
    background-size: cover;
}

@media screen and (max-width: 767px) {

    #blog-box{
        display: block;
    }
    #blog-box .under-section-head{
        width: 100%;
    }
    #blog-box .under-section-body{
        width: 100%;
        margin-top: 24px;
    }
    #blog-box .under-section-copy{
        font-size: 24px;
    }
    .blog-img{
        height: 50vw;
    }
    #blog-box .sub-btn{
        margin-top: 24px;
    }
    

}




/* base */

section#base .under-section-copy{
    font-size: 32px;
}
#base-detail{
    margin-top: 32px;
}
.base-detail-head{
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.base-detail-title{
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}
.base-detail-note{
    line-height: 1;
    font-size: 14px;
    margin-left: 16px;
}

ul.base-detail-list{

}
ul.base-detail-list li{
    
}
.base-detail-card{
    background: #fff;
    border-radius: 16px;
}
.base-detail-img{

}
.base-detail-img img{
    border-radius: 16px 16px 0 0;
    height: 160px;
    object-fit: cover;
}
.base-detail-content{
    padding: 16px;
}
.base-detail-main-name{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.base-detail-main-name-text{
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}
.base-detail-main-name-adress{
    line-height: 1;
    font-size: 13px;
}
.base-detail-main{

}
.base-detail-main-people{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 10px;
}
.base-detail-main-people-number {
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #0F218B;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
}
.base-detail-main-people-unit {
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #0F218B;
    margin-left: 10px;
    margin-bottom: 6px;
}

.base-detail-sub{
    margin-top: 16px;
}
.base-detail-tags {
    display: flex;
    flex-wrap: wrap;
    margin: -2px;
}
.base-detail-tags .tag-item {
    background: #020202;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    display: block;
    text-align: center;
    padding: 3px 0 4px;
    margin: 2px;
    width: calc(100% / 4 - 4px);
    border-radius: 2px;
}
.base-detail-tags .tag-item:not(:first-of-type){
    
}
.slide01.swiper {
    overflow: visible;
}
.slide01-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}
.slide01-btn .swiper-btn-prev{
    width: 56px;
    height: 56px;
    margin-right: 10px;
}
.slide01-btn .swiper-btn-next{
    width: 56px;
    height: 56px;
}

.base-detail-foot {
    margin-top: 32px;
    font-size: 15px;
}

@media screen and (max-width: 767px) {

    section#base .under-section-copy{
        font-size: 22px;
    }
    .base-detail-head{
        margin-bottom: 20px;
    }
    .base-detail-title{
        font-size: 18px;
    }
    .base-detail-note{
        font-size: 12px;
        margin-left: 12px;
    }

    ul.base-detail-list li{
        width: 320px;
    }
    .slide01-btn .swiper-btn-next{
        width: 40px;
        height: 40px;
    }
    .slide01-btn .swiper-btn-prev{
        width: 40px;
        height: 40px;
    }

    #base-detail {
        margin-top: 24px;
    }
    .slide01-btn{
        margin-top: 20px;
    }
    .base-detail-foot{
        margin-top: 24px;
        font-size: 14px;
    }
    .base-detail-main-name-adress{
        font-size: 12px;
    }
    

}






/* 仕事を知るEージ
----------------------------------------------------------------*/

.work-visual ul#page-inlink-list {
    max-width: 850px;
    margin: 32px auto 0;
    padding: 10px 0;
}
.work-area{
    padding-top: 108px;
}
#management{
    padding-bottom: 108px;
}

.work-area-head {
    text-align: center;
    margin-bottom: 40px;
}
.work-area-title {
    font-size: 40px;
    line-height: 1.4166666667;
    font-weight: 700;
    margin-top: 16px;
}

article#work-page-article{

}
article#work-page-article section{
    padding: 40px 0px;
    border-bottom: 1px solid;
    /* background: #fff; */
}
article#work-page-article section:first-of-type{
    border-top: 1px solid;
}
article#work-page-article .main-btn {
    margin-top: 64px;
}
.work-cat {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    padding-left: 24px;
}
.work-cat:before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #0F218B;
    position: absolute;
    top: 1px;
    left: 0;
}
.work-name {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4166666667;
    margin-top: 8px;
}
dl.work-target {
    margin-top: 16px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
}
dl.work-target dt{font-weight: 600;margin-bottom: 4px;}
dl.work-target dd{line-height: 1.45;}

.work-block{
    display: flex;
    flex-wrap: wrap;
}
.work-block-th{
    width: 320px;
    box-sizing: border-box;
    padding-right: 32px;
}
.work-block-td{
    width: calc(100% - 320px);
    box-sizing: border-box;
    padding-left: 32px;
    border-left: 1px solid #707070;
}
.work-copy {
    color: #0F218B;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    /*margin-left: -12px;*/
    margin-top: -8px;
}
.work-content-caption {
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 16px;
}
ul.work-content-list{

}
ul.work-content-list li{
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.45;
}
ul.work-content-list li:before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
ul.work-content-list li:not(:first-of-type){
    margin-top: 5px;
}
.work-interview{
    margin-top: 22px;
}
.work-interview-caption{
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 16px;
}

ul.work-interview-list{
    display: flex;
    flex-wrap: wrap;
    margin: -12px -8px 0;
}
ul.work-interview-list li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 8px;
    margin-top: 12px;
}
ul.work-interview-list li a:hover{
    opacity: 0.6;
}
.work-interview-card{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-radius: 16px;
}
.work-interview-img{
    width: 100px;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
}
.work-interview-img img{
    height: 100px;
    width: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
ul.work-interview-list li a:hover .work-interview-img img{
    transform: scale(1.1);
}
.work-interview-img img{
    border-radius: 16px 0 0 16px;
}
.work-interview-content{
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
}
.work-interview-name{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
/*.work-interview-division{
    line-height: 1.5;
    font-size: 11px;
    margin-top: 8px;
}*/
.work-interview-career {
    font-size: 12px;
    line-height: 1;
    margin-top: 12px;
}

.work-content .work-content-box:not(:first-of-type){
    margin-top: 20px;
}


#work-pageinlink{
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    top: -100px;
    transition: all .5s;
}
#work-pageinlink.fixed{
    top: 74px;
}
#work-pageinlink-box{
    background: #fff;
    box-shadow: 0px 6px 12px 0px rgb(126 28 201 / 12%);
    border-radius: 16px;
    padding: 8px 0;
}
#work-pageinlink ul#page-inlink-list{
    margin: 0 -7px;
}
#work-pageinlink ul#page-inlink-list li{
    padding: 8px 5px;
    font-size: 14px;
}
#work-pageinlink ul#page-inlink-list li a .material-symbols-outlined{
    font-size: 16px;
}

@media screen and (max-width: 767px) {

    #work-pageinlink-box{
        display: none;   
    }
    .work-area {
        padding-top: 56px;
    }
    .work-area-head{
        margin-bottom: 24px;
    }
    .work-area-title{
        font-size: 24px;
    }
    .work-cat{
        font-size: 14px;
    }
    .work-cat:before{
        width: 14px;
        height: 14px;
    }
    .work-name{
        font-size: 22px;
        margin-top: 12px;
    }
    dl.work-target {
        font-size: 14px;
        margin-top: 12px;
    }
    .work-block-th{
        width: 100%;
        padding-right: 0;
    }
    .work-block-td{
        width: 100%;
        padding-left: 0;
        margin-top: 16px;
        border-left: none;
    }
    .work-copy {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 16px;
        margin-left: 0;
        margin-top: 0;
    }
    .work-content-caption {
        font-size: 14px;
    }
    ul.work-content-list li {
        font-size: 14px;
    }
    article#work-page-article section{
        padding: 32px 0;
    }

    .work-interview-caption{
        font-size: 14px;
        margin-bottom: 16px;
    }

    ul.work-interview-list{
        display: block;
        margin: 0;
    }
    ul.work-interview-list li{
        width: 100%;
        padding: 0;
    }
    ul.work-interview-list li:not(:first-of-type){
        margin-top: 12px;
    }
    .work-interview-name{
        font-size: 16px;
    }
    .work-interview-career {
        font-size: 12px;
        line-height: 1;
        margin-top: 10px;
    }

    #management{
        padding-bottom: 56px;
    }
    .work-copy br{
        display: none;
    }

    article#work-page-article .main-btn {
        margin-top: 48px;
        padding: 0;
    }

    .work-interview-content{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    

}






/* インタビュー子Eージ
----------------------------------------------------------------*/

#interview-visual {
    margin-top: 66px;
    position: relative;
    background: #fff;
}
#interview-visual-bg{
    height: calc(100vh - 66px);
    min-height: 650px;
    max-height: 850px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#interview-visual-box {
    background: #0F218B;
    color: #fff;
    border-radius: 0 16px 0 0;
    /* margin-top: -120px; */
    padding: 36px 40px 0;
    position: absolute;
    position: absolute;
    left: 0;
    bottom: 0;
}
.interview-visual-box-inner{
    padding-bottom: 36px;
    /* border-bottom: 1px solid #fff; */
}
#interview-visual-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
#interview-visual-content .section-inner{
    width: 100%;
    height: 100%;
}

.interview-visual-copy {
    font-size: 28px;
    line-height: 1.56;
    line-height: 1.4166666667;
    font-weight: 600;
}
.interview-visual-profile {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.interview-visual-profile-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-right: 20px;
    padding-top: 4px;
}
.interview-visual-profile-info {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 6px;
}

.interview-visual-work {
    position: absolute;
    top: -26px;
    left: -16px;
    background: #FFCC00;
    color: #0F218B;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 5px;
}

#interview-why{
    background: #fff;
    padding: 80px 0;
}
#interview-why-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* background: #0F218B; */
    padding: 56px 40px;
    /* border-radius: 16px; */
    border-top: 2px solid #0F218B;
    border-bottom: 2px solid #0F218B;
}
.interview-why-head {
    /* padding-top: 36px; */
    width: 250px;
}
.interview-why-decorate {
    color: #0F218B;
    font-weight: 600;
    font-family: 'Sen', sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 12px;
}
.interview-why-title {
    line-height: 1;
    /* color: #0F218B; */
    font-weight: 600;
    font-size: 28px;
}
.interview-why-body {
    background: #fff;
    padding: 0px 0px 0px 40px;
    border-radius: 16px;
    width: calc(100% - 250px);
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
}

article#interview-page-article{
    background: #fff;
    /* padding-bottom: 80px; */
}
article#interview-page-article section{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.interview-section-content{
    width: 50%;
    box-sizing: border-box;
    padding: 0 48px;
}
.interview-section-photo{
    width: 50%;
}
.interview-section-photo .img-wrap{
    /* height: 100%; */
    padding-top: calc(520px / 1.618);
}
article#interview-page-article section .under-section-title.en-title{
    font-size: 18px;
}

.interview-section-title{
    font-size: 28px;
    line-height: 1.56;
    line-height: 1.4166666667;
    font-weight: 600;
    margin-top: 24px;
}
.interview-section-title-sm{
    font-size: 26px;
}
.interview-section-body{
    margin-top: 20px;
}
.interview-section-body p{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

.interview-section-foot{
    margin-top: 40px;
}
.interview-section-foot .img-wrap{
    padding-top: calc(1080px / 1.618);
}


article#interview-page-article section#story01{
    margin-top: 0;
}
article#interview-page-article section#story01 .interview-section-content{
    padding-left: 0;
}
article#interview-page-article section#story02{
    flex-direction: row-reverse;
}
article#interview-page-article section#story02 .interview-section-content{
    padding-right: 0;
}
article#interview-page-article section#story03{
    display: block;
}

#interview-work {
    padding: 80px 0;
    background: #fff;
}
.interview-work-head{
    text-align: center;
    margin-bottom: 40px;
}
.interview-work-title {
    font-size: 28px;
    line-height: 1.4166666667;
    font-weight: 700;
    margin-top: 16px;
}

aside#interview-aside {
    padding: 80px 0;
}
.interview-aside-head{
    text-align: center;
    margin-bottom: 40px;
}
.interview-aside-title {
    font-size: 28px;
    line-height: 1.4166666667;
    font-weight: 700;
    margin-top: 16px;
}
ul.other-interview-list{
    display: flex;
    flex-wrap: wrap;
    margin: -16px -8px 0;
}
ul.other-interview-list li{
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 0 8px;
    margin-top: 16px;
}
ul.other-interview-list li a{
    background: #fff;
    height: 100%;
}
ul.other-interview-list li .interview-list-thumb-img img{
    height: 258px;
    object-fit: cover;
    transition: transform .5s ease;
}
ul.other-interview-list li .interview-list-thumb-img{
    overflow: hidden;
}
ul.other-interview-list li a:hover .interview-list-thumb-img img{
    transform: scale(1.1);
}
ul.other-interview-list li .interview-list-jobcat{
    font-size: 14px;
    width: auto;
    padding: 8px 14px;
}
ul.other-interview-list li .interview-list-career{
    font-size: 11px;
    line-height: 1.4;
    margin-top: 10px;
}
ul.other-interview-list li .interview-list-content{
    padding: 18px 14px 20px;
}

/* firstview画像設宁E*/
.interview05-visual #interview-visual-bg{
    background-image: url(../images/interview/05/visual_img.jpg);
}
.interview06-visual #interview-visual-bg{
    background-image: url(../images/interview/06/visual_img.jpg);
}
.interview07-visual #interview-visual-bg{
    background-image: url(../images/interview/07/visual_img.jpg);
}
.interview08-visual #interview-visual-bg{
    background-image: url(../images/interview/08/visual_img.jpg);
}
.interview09-visual #interview-visual-bg{
    background-image: url(../images/interview/09/visual_img.jpg);
}
.interview13-visual #interview-visual-bg{
    background-image: url(../images/interview/13/visual_img.jpg);
}
.interview14-visual #interview-visual-bg{
    background-image: url(../images/interview/14/visual_img.jpg);
}
.interview15-visual #interview-visual-bg{
    background-image: url(../images/interview/15/visual_img.jpg);
}
.interview16-visual #interview-visual-bg{
    background-image: url(../images/interview/16/visual_img.jpg?240318);
}

/* 旧インタビュー新チEイン */
#interview-visual-old img {
    max-width: 1080px;
    margin: auto;
    display: block;
    width: 100%;
}
article#interview-page-article.old-interview-page {
    padding-top: 80px;
    padding-bottom: 20px;
}
article#interview-page-article.old-interview-page section{
    display: block;
}
.old-story-text-w100 {
    width: 100%;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
}
/*.interview01-visual #interview-visual-box {
    padding: 32px 40px 0;
}*/
.interview02-visual #interview-visual-box {
    left: unset;
    right: 0;
    border-radius: 16px 0 0 0;
    /*padding: 32px 40px 0;*/
}
.interview03-visual #interview-visual-box {
    left: unset;
    right: 0;
    border-radius: 16px 0 0 0;
    /*padding: 32px 24px 0 40px;*/
}
.interview03-visual .interview-visual-copy{
    font-size: 25px;
}
/*.interview04-visual #interview-visual-box {
    padding: 32px 40px 0;
}*/



article#interview-page-article.old-interview-page section#old-story02{
    display: flex;
}
article#interview-page-article.old-interview-page section#old-story02 .interview-section-content{
    padding-left: 0;
}
article#interview-page-article.old-interview-page section#old-story04{
    display: flex;
    flex-direction: row-reverse;
}
article#interview-page-article.old-interview-page section#old-story04 .interview-section-content{
    padding-right: 0;
}

@media screen and (max-width: 767px) {

    ul.other-interview-list{
        margin: -24px -6px 0;
    }
    ul.other-interview-list li {
        width: calc(100% / 2);
        box-sizing: border-box;
        padding: 0 6px;
        margin-top: 24px;
    }
    ul.other-interview-list li .interview-list-thumb-img img{
        height: 100%;
    }
    ul.other-interview-list li .interview-list-jobcat {
        font-size: 12px;
        width: auto;
        padding: 6px 6px;
    }
    ul.other-interview-list li .interview-list-jobcat.work06{
        font-size: 10px;
    }
    ul.other-interview-list li .interview-list-content {
        padding: 14px 14px 14px;
    }
    ul.other-interview-list li .interview-list-career br{
        display: none;
    }

    #interview-visual{
        margin-top: 63px;
    }
    #interview-visual-bg{
        min-height: unset;
        max-height: unset;
        height: 50vw;
    }
    #interview-visual-content{
        position: relative;
    }
    #interview-visual-box{
        position: relative;
        padding: 28px 6% 0;
        border-radius: 0;
    }
    .interview02-visual #interview-visual-box{
        border-radius: 0;
    }
    .interview03-visual #interview-visual-box{
        border-radius: 0;
    }
    #interview-visual-content .section-inner{
        padding: 0;
    }
    .interview-visual-work {
        position: absolute;
        top: -18px;
        left: 6%;
        background: #FFCC00;
        color: #0F218B;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        padding: 8px 16px 9px;
        border-radius: 4px;
    }
    .interview-visual-copy {
        font-size: 19px;
        line-height: 1.56;
        font-weight: 600;
    }
    .interview03-visual .interview-visual-copy {
        font-size: 19px;
    }
    .interview-visual-profile{
        margin-top: 12px;
    }
    .interview-visual-box-inner{
        padding-bottom: 28px;
    }
    .interview-visual-profile-name {
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        margin-right: 16px;
        padding-top: 4px;
        margin-bottom: 0;
    }
    .interview-visual-profile-info {
        font-size: 11px;
    }
    #interview-why{
        padding: 40px 0 56px;
    }
    #interview-why-box{
        display: block;
        padding: 28px 0 24px;
    }
    .interview-why-head{
        width: 100%;
        margin-bottom: 16px;
    }
    .interview-why-decorate{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .interview-why-title{
        font-size: 20px;
    }
    .interview-why-body{
        width: 100%;
        font-size: 14px;
        padding: 0;
    }
    article#interview-page-article section{
        display: block;
        margin-top: 56px;
    }
    .interview-section-content{
        width: 100%;
        padding: 0 !important;
    }
    .interview-section-photo{
        width: 100%;
        margin-top: 24px;
    }
    .interview-section-title{
        font-size: 20px;
        margin-top: 20px;
        line-height: 1.4285714286;
    }
    .interview-section-body p{
        font-size: 14px;
    }
    .interview-section-photo .img-wrap {
        /* height: 100%; */
        padding-top: calc(100% / 1.618);
    }
    .interview-section-foot .img-wrap{
        padding-top: calc(100% / 1.618);
    }
    .interview-section-foot {
        margin-top: 32px;
    }
    .interview-work-title {
        font-size: 20px;
        line-height: 1.4285714286;
        font-weight: 700;
        margin-top: 16px;
    }
    .interview-work-head {
        margin-bottom: 24px;
    }
    #interview-work{
        padding: 56px 0;
    }
    aside#interview-aside{
        padding: 56px 0;
    }
    .interview-aside-title {
        font-size: 20px;
        line-height: 1.4285714286;
        font-weight: 700;
        margin-top: 16px;
    }
    .interview-aside-head{
        margin-bottom: 32px;
    }

    article#interview-page-article.old-interview-page{
        padding: 56px 0 0;
    }
    .old-story-text-w100{
        font-size: 14px;
        margin-top: 20px;
    }

    .interview-section-body{
        margin-top: 16px;
    }
    

}




/* 働く環墁E知るEージ
----------------------------------------------------------------*/

#movie-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#movie-box .under-section-head{
    width: calc(100% - 480px);
    box-sizing: border-box;
    padding-right: 40px;
}
#movie-box .under-section-body {
    margin-top: 0;
    width: 480px;
}
#movie-box .under-section-copy {
    font-size: 36px;
}
#movie-content{

}
#movie-content .img-wrap{
    padding-top: calc(480px / 1.618);
    /*padding-top: 56%;*/
}
#ratingsystem-box{
    margin-bottom: 24px;
}


/*ul.gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: -16px -8px 0;
}
ul.gallery-list li {
    width: calc(100% / 5);
    box-sizing: border-box;
    padding: 0 8px;
    margin-top: 16px;
}
ul.gallery-list li a{
    overflow: hidden;
}
ul.gallery-list li a .img-wrap{
    padding-top: 100%;
    transition: all .5s;   
}
ul.gallery-list li a:hover .img-wrap {
    transform: scale(1.1);
    opacity: .8;
}*/

table.ratingsystem-table{
    background: #fff;
}
table.ratingsystem-table thead tr{

}
table.ratingsystem-table thead tr th{
    background: #0F218B;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    vertical-align: middle;
    padding: 4px 0 5px;
}
table.ratingsystem-table tbody tr{

}
table.ratingsystem-table tbody tr.official-tr td{
    background: #f5f5f5;
}
table.ratingsystem-table tbody tr td{
    border: 1px solid #707070;
    text-align: center;
    padding: 8px;
    vertical-align: middle;
}
table.ratingsystem-table tbody tr td.category-td{
    font-weight: 600;
}
table.ratingsystem-table tbody tr td.rank-td {
    font-weight: 600;
    background: #DDFFFF;
    color: #0F218B;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 22px;
}


ul.questionnaire-list{
    display: flex;
    flex-wrap: wrap;
    margin: -16px -8px 0;
}
ul.questionnaire-list li{
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 8px;
    margin-top: 16px;
}
.questionnaire-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    height: 120px;
    box-sizing: border-box;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
}



/* アンケート部刁E*/
section#survey .under-section-body{
    margin-top: 56px;
}
.survey-slider{
    width:75%;
}
.survey-slider .swiper-slide{   /* 追訁E*/
    border-radius: 20px;        /* 追訁E*/
}

.survey-card-body{
    position: relative;
}
#survey-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -56px -16px 0;
}
.survey-card{
    width: 50%;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 56px;
}
.survey-card-head{
    text-align: center;
    margin-bottom: 24px;
}
.survey-card-head-number {
    font-family: 'Sen', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0F218B;
    line-height: 1;
    margin-bottom: 12px;
}
.survey-card-head-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
}
ul.survey-list{
    width: 320px;
    height: 280px;
}
ul.survey-list li {
    background: #fff;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    /* color: #707070; */
}
ul.survey-list li p{

}

.swiper-button-disabled{
    color: #707070 !important;
    background: none !important;
    border: none !important;
    cursor: default !important;
}
.swiper-button-disabled{
    
}
.survey-btn-prev{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #0F218B;
    box-sizing: border-box;
    color: #0F218B;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    transition: all .5s;
    z-index: 2;
}
.survey-btn-prev:hover {
    background: #0F218B;
    color: #fff;
}
.survey-btn-next {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #0F218B;
    box-sizing: border-box;
    color: #0F218B;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    transition: all .5s;
    z-index: 2;
}
.survey-btn-next:hover {
    background: #0F218B;
    color: #fff;
}
.swiper-pagination{
    font-family: 'Sen', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    bottom: 16px;
}
.swiper-pagination-total{
    color: #707070;
}


/* フォトギャラリー */
.sp-black {
    background: #0F218B;
    padding: 4px 16px;
    height: 56px !important;
    box-sizing: border-box;
    font-size: 24px;
}
.slider-pro .sp-selected-thumbnail{
    position: relative;
}
.slider-pro .sp-selected-thumbnail:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(15,33,139,0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#gallery-box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
#company-gallery-slider{
    width: 50% !important;
    box-sizing: border-box;
    padding: 0 20px;
}
#shizuoka-gallery-slider{
    width: 50% !important;
    box-sizing: border-box;
    padding: 0 20px;
}
.gallery-slider-head {
    margin-bottom: 24px;
}
.gallery-slider-head-number {
    font-family: 'Sen', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0F218B;
    line-height: 1;
    margin-bottom: 8px;
}
.gallery-slider-head-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
}

@media screen and (max-width: 767px) {

    #movie-box{
        display: block;
    }
    #movie-box .under-section-head{
        width: 100%;
        padding-right: 0;
    }
    #movie-box .under-section-body{
        width: 100%;
        margin-top: 24px;
    }
    #movie-box .under-section-copy{
        font-size: 24px;
    }
    #movie-content .img-wrap{
        padding-top: calc(100% / 1.618);
    }
    #survey-box{
        display: block;
        margin: 0;
    }
    .survey-card{
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
    #survey-box .survey-card:not(:first-of-type){
        margin-top: 40px;
    }
    section#survey .under-section-body{
        margin-top: 40px;
    }
    .survey-card-head{
        margin-bottom: 16px;
    }
    .survey-card-head-number{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .survey-card-head-title{
        font-size: 18px;
    }
    ul.survey-list{
        width: 320px;
        height: 200px;
    }
    ul.survey-list li{
        padding: 24px;
        font-size: 16px;
        line-height: 1.6;
    }
    .swiper-pagination {
        font-size: 14px;
        line-height: 1;
        bottom: 12px;
    }

    /*ul.gallery-list li{
        width: 50%;
    }*/

    #gallery-box{
        display: block;
        margin: 40px 0 0;
    }
    #company-gallery-slider{
        width: 100% !important;
        padding: 0;
    }
    #shizuoka-gallery-slider{
        width: 100% !important;
        padding: 0;
        margin-top: 40px;
    }
    .sp-black{
        font-size: 22px;
    }
    .gallery-slider-head{
        margin-bottom: 20px;
    }
    .gallery-slider-head-number{
        font-size: 16px;
    }
    .gallery-slider-head-title{
        font-size: 20px;
    }

}



/* 新卒採用惁EペEジ
----------------------------------------------------------------*/

.recruit-visual #under-visual-main-bg {
    padding-top: 450px;
}
.recruit-visual #under-visual-title{
    margin-bottom: 0;
}
ul.data-list li.almamater {
    width: 100%;
}
li.almamater .data-list-card {
    height: auto;
    padding: 32px 32px;
}
li.almamater .data-list-item{
    justify-content: center;
}
.data-list-almamater{
    margin-top: 16px;
}
.data-list-almamater p{
    font-size: 15px;
}
ul.faq-list li {
    background: #fff;
    border-radius: 16px;
}
ul.faq-list li:not(:first-of-type){
    margin-top: 8px;
}
.faq-list-question {
    padding: 24px 36px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.faq-list-answer {
    margin: 0px 40px;
    padding: 24px 0;
    border-top: 1px solid #707070;
    display: none;
}
.faq-list-item {
    width: 48px;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
}
.faq-list-question-content {
    width: calc(100% - 48px);
    display: flex;
    flex-wrap: wrap;
}
.faq-list-question-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    width: calc(100% - 28px);
    box-sizing: border-box;
    padding-right: 20px;
}
.faq-list-question-decorate {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0F218B;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.faq-list-question.open .faq-list-question-decorate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-list-answer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.faq-list-answer-content {
    width: calc(100% - 48px);
}
.faq-list-answer-text {
    font-weight: 500;
    font-size: 16px;
}
.faq-list-question .faq-list-item {
    color: #0F218B;
}
.faq-list-item {
    color: #F42C2C;
}

section#faq .sub-btn a{
    margin: 0 auto;
}

article#under-page-article section#application{
    background: #fff;
    padding-bottom: 108px;
    margin-top: 108px;
}
section#application .under-section-head{
    text-align: center;
}

table.application-table{
    border-top: 1px solid #707070;
    font-size: 15px;
    line-height: 1.8;
}
table.application-table tr{
    border-bottom: 1px solid #707070;
}
table.application-table tr th {
    padding: 24px 0;
    width: 156px;
    text-align: left;
    font-size: 16px;
}
table.application-table tr td{
    padding: 24px 0;
}
table.application-table tr td .job-td:not(:first-of-type){
    margin-top: 24px;
}
.job-td-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}
/*.job-td-target{
    line-height: 1.56;
}
.job-td-description{
    line-height: 1.56;
}*/
.job-td-head{
    margin-bottom: 15px;
}
.job-td-list-item{
    font-weight: 600;
    font-size: 16px;
}
ul.job-td-list{

}
ul.job-td-list li{

}
ul.job-td-list li:not(:first-of-type){
    margin-top: 10px;
}

article#under-page-article section#entry{
    background: #0F218B;
    color: #fff;
    padding-bottom: 108px;
}
article#under-page-article section#entry .under-section-head{
    text-align: center;
}
article#under-page-article section#entry .under-section-title.en-title{
    color: #FFCC00;
}
article#under-page-article section#entry .under-section-title.en-title .under-section-title-bar{
    background: #FFCC00;
}

ul.entry-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
ul.entry-list li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
}
.entry-card {
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}
.entry-card-body{
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.entry-card a:hover{
    opacity: 0.6;
}

#contact .under-section-copy{
    
}
#contact-box{
    margin-top: -16px;
}

@media screen and (max-width: 767px) {

    .recruit-visual #under-visual-main-bg {
        padding-top: 50%;
    }
    .recruit-visual #under-visual-title{
        margin-bottom: -40px;
    }
    ul.data-list.sp-almamater.sp{
        display: block;
        margin-top: 24px;
    }
    ul.data-list.sp-almamater.sp li.almamater{
        margin-right: 0;
    }
    li.almamater .data-list-card{
        padding: 8% 6%;
    }
    .data-list-almamater p{
        font-size: 13px;
    }
    .faq-list-question{
        padding: 16px 6%;
    }
    .faq-list-answer{
        margin: 0 6%;
        padding: 16px 0;
    }
    .faq-list-item {
        width: 30px;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        line-height: 1;
    }
    .faq-list-question-content {
        width: calc(100% - 32px);
    }
    .faq-list-question-text {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.55;
        width: calc(100% - 24px);
        box-sizing: border-box;
        padding-right: 12px;
    }
    .faq-list-question-decorate {
        width: 24px;
        height: 24px;
    }
    .faq-list-answer-content {
        width: calc(100% - 32px);
    }
    .faq-list-answer-text {
        font-size: 14px;
        line-height: 1.6;
    }
    table.application-table{
        font-size: 13px;
    }
    table.application-table tr th {
        padding: 16px 0;
        width: 64px;
        text-align: left;
        font-size: 13px;
        padding-right: 16px;
    }
    table.application-table tr td {
        padding: 16px 0;
    }
    .job-td-title{
        font-size: 16px;
    }
    .job-td-description {
        margin-top: 4px;
    }
    .job-td-head {
        margin-bottom: 12px;
    }
    .job-td-list-item{
        font-size: 14px;
    }
    table.application-table tr td .job-td:not(:first-of-type) {
        margin-top: 16px;
    }
    article#under-page-article section#application{
        padding-bottom: 72px;
        margin-top: 72px;
    }
    article#under-page-article section#entry{
        padding-bottom: 72px;
    }
    ul.entry-list{
        margin: 0 -8px;
    }
    ul.entry-list li{
        padding: 0 8px;
    }
    .entry-card{
        padding: 16px;
    }
    .entry-card-body{
        height: 130px;
    }
    

}



/* 職種インタビューペEジ
----------------------------------------------------------------*/

.basic-page-visual #under-visual-sub-box{
    padding-bottom: 6px;
    padding: 0 0 6px;
}
.basic-page-visual #under-visual-main-bg{
    padding-top: 272px;
}
.basic-page-visual #under-visual-title{
    margin-bottom: 32px;
}




@media screen and (max-width: 767px) {

    .basic-page-visual #under-visual-main-bg {
        padding-top: 24px;
    }
    .basic-page-visual #under-visual-title {
        margin-bottom: 0;
        bottom: 0;
    }
    .basic-page-visual #under-visual-sub-box {
        padding-bottom: 0;
    }
    article#under-page-article section#interview-list {
        padding-top: 6%;
    }
    .basic-page-visual #breadcrumb-list {
        padding: 12px 0 12px;
    }


}



/* 旧インタビュー
----------------------------------------------------------------*/

#old-interview {
    margin-top: 66px;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 1px;
}
.title-h1 h1 {
    font-size: 36px;
    line-height: 1.416;
    font-weight: 700;
}
.interview-page{
    margin-top: 60px;
}
#old-interview h3 {
    font-size: 20px;
    padding-bottom: 20px;
    color: #27577E;
    font-weight: 600;
}
#old-interview p{
    font-size: 16px;
}
.section-last{
    margin-bottom: 80px;
}




/* 新着惁EペEジ
----------------------------------------------------------------*/

ul.news-list{

}
ul.news-list li{

}
ul.news-list li:not(:first-of-type){
    margin-top: 16px;
}
ul.news-list li .news-card{
    background: #fff;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
ul.news-list li .news-list-thumbnail{
    width: 240px;
    border: 1px solid #707070;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px;
}
ul.news-list li .news-list-thumbnail img{
    width: 100%;
    height: 148px;
    object-fit: cover;
    transition: transform .5s ease;
}
ul.news-list li .news-list-content{
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 32px;
}
ul.news-list li.no-thumbnail a{

}
ul.news-list li.no-thumbnail .news-list-content{
    width: 100%;
    padding-left: 0;
}

ul.news-list li .news-list-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
}
ul.news-list li .news-list-date{
    font-size: 17px;
    margin-right: 24px;
}
ul.news-list li .news-list-cat{
    font-size: 14px;
}
ul.news-list li .news-list-title{
    font-size: 18px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
ul.news-list li a .news-list-title{
    color: #0F218B;
    text-decoration: underline;
}
ul.news-list li a:hover .news-list-title{
    text-decoration: none;
}
ul.news-list li a .news-list-thumbnail{
    border: 1px solid #0F218B;
}
ul.news-list li a:hover .news-list-thumbnail img{
    transform: scale(1.1);
}
ul.news-list li a:hover{
    opacity: 0.6;
}

@media screen and (max-width: 767px) {

    ul.news-list li .news-card{
        padding: 20px 6%;
    }
    ul.news-list li .news-card{
        display: block;
    }
    ul.news-list li .news-list-thumbnail{
        width: 100%;
        margin-bottom: 12px;
    }
    ul.news-list li .news-list-content{
        width: 100%;
        padding-left: 0;
    }

    ul.news-list li .news-list-title{
        font-size: 16px;
        display: block;
    }
    ul.news-list li .news-list-info{
        margin-bottom: 8px;
    }
    ul.news-list li .news-list-date{
        font-size: 15px;
    }
    ul.news-list li .news-list-cat{
        font-size: 13px;
    }

    ul.news-list li .news-list-thumbnail img{
        height: 48vw;
    }


}




/* TechBlogペEジ
----------------------------------------------------------------*/

/*.basic-page-visual.techblog-visual #under-visual-main-bg{
    background: rgb(0, 77, 145);
    background: linear-gradient(180deg, rgba(0, 77, 145, 1) 0%, rgba(15, 34, 139, 1) 100%);
}*/
.basic-page-visual.techblog-visual .under-visual-title-en{
    font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}
.basic-page-visual.techblog-visual .under-visual-title-jp{
    font-weight: 700;
}

ul.techblog-list{
    display: flex;
    flex-wrap: wrap;
    margin: -32px -16px 0;
}
ul.techblog-list li{
    width: 50%;
    box-sizing: border-box;
    padding: 32px 16px 0;
}
.techblog-list-thumbnail{
    overflow: hidden;
    position: relative;
    border-radius: 16px 16px 0 0;
}
.techblog-list-thumbnail img{
    height: 324px;
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}
.techblog-list-thumbnail iframe{
    height: 324px;
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}
.techblog-list-content{
    background: #fff;
    padding: 24px 20px 24px;
    border-radius: 0 0 16px 16px;
}
.techblog-list-cat {
    background: #0F218B;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
}
.techblog-list-date {
    font-family: 'Sen', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
}
.techblog-list-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /*height: 94.5px;*/
}
ul.techblog-list li a:hover{
    opacity: 0.6;
}
ul.techblog-list li a:hover .techblog-list-thumbnail img {
    transform: scale(1.1);
}



@media screen and (max-width: 767px) {

    ul.techblog-list{
        display: block;
        margin: -16px 0 0;
    }
    ul.techblog-list li{
        width: 100%;
        padding: 16px 0 0;
    }
    .techblog-list-content{
        padding: 20px 6%;
    }
    .techblog-list-date{
        font-size: 15px;
    }
    .techblog-list-title{
        font-size: 16px;
        display: block;
    }

    .techblog-list-cat {
        padding: 10px 4%;
        font-size: 14px;
    }
    .basic-page-visual.techblog-visual .under-visual-title-en{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .techblog-list-thumbnail img{
        height: 54vw;
    }
    .techblog-list-thumbnail iframe{
        height: 54vw;
    }





}



