@charset "utf-8";


#main_ttl {
    background: url(../images/about/main.jpg) no-repeat;
}


#intro {
    margin-top: 50px;
}
   


/**/
.bottom-wrap h4 {
    font-weight: 600;
    position: relative;
    padding: 0 0 0 20px;
}

.bottom-wrap h4:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #3378af;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 20px;
}


h5.mid-head {
    font-weight: 500;
    background: #e4eef7;
    padding: 6px 8px 8px 28px;
    border-radius: 5px;
    position: relative;
}

h5.mid-head:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #3378af;
    position: absolute;
    left: 12px;
    top: 20px;
    border-radius: 40px;
}

h6.marker {
    position:relative;
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
}

h6.marker span{
    position: relative;
    padding: 0 25px 0 23px;
    color: #3378af;
    font-size: 131%;
}

h6.marker span:before, h6.marker span:after {
    content: "❝";
    color: #b7e0ff;
    position: absolute;
    left: 5px;
    top: -2px;
    font-size: 24px;
    line-height: 1;
}

h6.marker span:after {
    content: "❞";
    left: inherit;
    right: 9px;
    top: inherit;
    bottom: -11px;
}

.base-list li {
    position: relative;
}

.dl-wrap {
    position: relative;
}

dt.question {
    position: relative;
    padding: 0 30px 0 0;
    cursor: pointer;
}


dd.answer {
    position: relative;
    padding: 0 0 0 0;
    margin: 15px 0 15px 0;
    display: none;
}


.dl-wrap dl {
    padding: 15px 0;
}

.dl-wrap dl dt:after,.dl-wrap dl dt.full.active:after {
    right: 0;
    top: 4px;
    margin: 0 auto;
    left: auto;
    content: "+";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    box-sizing: border-box;
    padding: 0 5px;
    color: #111;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    transition: .5s;
}

.dl-wrap dl dt.active:after,.dl-wrap dl dt.full:after {
    transform: rotateZ(45deg) translateY(-35%);
    top: 8px;
    text-align: center;
    line-height: 1.37;
    right: 1%;
}

.dl-wrap dl dt.full.active:after{
     transform: rotateZ(0deg);
}

ul.flow-list li .num {
    position: absolute;
    background: #c5cbb2f2;
    font-weight: 600;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 2.8;
    border-radius: 100px;
    font-size: 16px;
    left: 3px;
    top: -10px;
    letter-spacing: 1px;
    margin: auto;
}

ul.flow-list li {
    position: relative;
    padding: 0;
    width: 80%;
}

.flow-wrap {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0;
}

.flow-wrap figure {
    border-radius: 10px;
    overflow: hidden;
}

.flow-wrap figcaption{
    width: 100%;
    margin: 7px 0 0 auto;
}

.flow-wrap figcaption h5 {
    font-size: 1.1em;
    font-weight: 600;
    /* text-align: center; */
    position: relative;
    line-height: 1.8;
}

.flow-wrap figcaption a{
    transition:.3s;
    color:#111;
}

.flow-wrap figcaption a:hover h5{
    color:#3378af;
}

.flow-box {
    overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
    top: 40%;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black{
    /* opacity:0.4; */
}



/**/
 .vbox-backdrop {
        background: #233955eb !important;
    }

.vbox-close {
    font-size: 31px !important;
    right: -1% !important;
}

.veno-frame-wrap {
    padding: 20px;
}

.vbox-inline {
    width: 880px  !important;
    max-width: 90% !important;
    padding: 30px;
    border-radius: 10px;
}

.vbox-inline h5 {
    font-weight: 600;
    border-left: 3px solid;
    line-height: 1;
    padding: 0 0 0 10px;
}
    
.vbox-inline ol {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    position: relative;
    color: #c5cbb2;
}

.vbox-inline ol li {
    margin: 0;
    padding: 7px 0 6px 16px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    width: 100%;
}

.vbox-inline ol li p {
    color: #111;
}

.vbox-inline ol li:before {
    content: "●";
    position: absolute;
    font-size: 8px;
    top: 13px;
    left: 0;
}


/**/

ul.selection-list li .selection-wrap {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

ul.selection-list li .selection-wrap .en {
    /* width: 25%; */
    font-size: 0.8em;
    color: #111;
    font-weight: 600;
}

ul.selection-list li .selection-wrap h5 {
    /* width: 75%; */
    margin: 0 0 0 20px;
    font-weight: 600;
}

ul.selection-list li .selection-wrap .en b {font-size: 140%;padding: 0 0 0 10px;font-weight: 600;}

ul.selection-list {
    display: grid;
    gap: 31px;
}

ul.selection-list li:before {
    left: 4%;
    bottom: -31px;
    position: absolute;
    right: 0;
    transition: .3s;
    z-index: 1;
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #c5cbb2;
}

ul.selection-list li {
    position: relative;
    padding: 15px;
    /* border: 1px solid #e5e5e5; */
    border-radius: 10px;
    background: #fff;
}

ul.selection-list li:last-child:before {
    content: none;
}

#recruit,#mid-career {
    background: #f7f7f7;
    padding: 70px 0;
    border-radius: 50px;
}

#mid-career {
    background: #e4eef7;
    border-radius: 0 0 50px 50px;
    position: relative;
}

#mid-career:before{
   content:"";
   background: #e4eef7;
   position:absolute;
   width:100%;
   height: 26%;
   top: -100px;
   z-index: -1;
}


.swiper-container {
    overflow: visible;
}

ul.flow-list > li:last-child {
    padding: 0;
}

th {
    background: #eaede1;
}

th.sub-th {
    background: #f1f5e5;
}

td {
    background: #fff;
}

/*福利厚生*/
ul.welfare-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

ul.welfare-list li {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    /* border: 1px solid #dbdbdb; */
}

ul.welfare-list li h6 {
    /* border-bottom: 1px solid; */
    text-align: center;
}

ul.welfare-list li .welfare-text {
    margin: 0 auto 10px;
    text-align: center;
    display: block;
}

ul.welfare-list li .welfare-text p.has-small-font-size {
    font-size: 0.9em;
    color: #666;
}

#recruit .formbox article.last {
    border-color: #dbdbdb;
}

#mid-career .formbox div.e_txt input,
#mid-career select.wpcf7-form-control.wpcf7-select,
#mid-career textarea,
#mid-career .wpcf7-radio .wpcf7-list-item-label::before
{
    background: #f7f7f7;
}

/*フォーム*/
.formbox article.last {
    padding: 0 0 20px;
    margin: 0 0 20px !important;
}

@media screen and (min-width: 767px) {
   #recruit, #mid-career {
        padding: 80px 0 120px;
    }

    .flow-wrap figcaption h5 {
        font-size: 1.1em;
        text-align: left;
    }
    
    h6.marker span {
        font-size: 191%;
    }
        
    .flow-wrap figure {width: 50%;}

    .flow-wrap {
        /* width: 90%; */
        padding: 20px;
        /* margin: auto; */
        display: flex;
        background: #ffffff;
        border-radius: 10px;
        align-items: center;
        /* border: 1px solid #e3e4e2; */
    }
     ul.flow-list li .num {
        top: 20px;
        right: 20px;
        left: inherit;
    }
    
    .swiper-button-next, .swiper-button-prev {
        top: 50%;
    }

    .flow-wrap figcaption {
        width: 45%;
        margin: 0 0 0 5%;
    }
    
    ul.flow-list li {
        width: 85%;
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%233f3f3f'%2F%3E%3C%2Fsvg%3E");
    }
    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%233f3f3f'%2F%3E%3C%2Fsvg%3E");
    }

    /**/
      .vbox-close {
            font-size: 40px !important;
            right: 1% !important;
        }
    
    /**/
    
    h6.marker {
        margin-top: 30px;
    }

    /*福利厚生*/
    ul.welfare-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    /*募集要項*/
    th {
        width: 15%;
    }
    
}
    @media screen and (min-width: 991px) {
   
    .dl-wrap dl {
        padding: 23px 0;
    }
    
    dd.answer {
        margin: 30px 0 20px;
    }



ul.flow-list > li:before {
    width: 100%;
    height: 1px;
    top: 150px;
    left: -80%;
}

ul.flow-list li {
    width: 60%;
}

ul.flow-list > li:first-child:before {
    content: none;
}
ul.selection-list {
    grid-template-columns: 1fr 1fr 1fr;
}

ul.selection-list li:before {
    bottom: inherit;
    top: 50%;
    margin: auto;
    left: inherit;
    right: -24px;
    transform: translateY(-50%);
    content: "\f061";
}

}

@media screen and (min-width: 1023px) {
 .flow-wrap figcaption ol li p {
    font-size: 0.9em;
    line-height: 1.9;
}

.flow-wrap {
}



ul.flow-list {
    background: none;
    padding: 0;
}
    
.flow-wrap figcaption h5 {
    font-size: 1.2em;
    text-align: left;
}

.flow-wrap figure {
    width: 50%;
}

.flow-wrap figcaption{
    width: 60%;
}

ul.flow-list li .num {
    right: 25px;
    top: 15px;
    width: 50px;
    height: 50px;
    line-height: 2.4;
    font-size: 20px;
    left: inherit;
}

ul.flow-list li.f03:before {
    top: -30px;
    left: inherit;
    right: -320px;
    transform: rotateZ(-52deg);
    width: 100%;
}


/**/

.vbox-inline {
    padding: 80px 50px;
}

.vbox-inline ol li:before {
    top: 17px;
}


    
}
@media screen and (min-width: 1100px) {

}

@media screen and (min-width: 1200px) {

    #intro {
        margin-top: 150px;
    }

    #recruit,#mid-career {

        padding: 100px 0 100px;
        border-radius: 100px;
    }

    #mid-career {
        border-radius:0 0 100px 100px;
    }

    ul.flow-list li {
        width: 45%;
    }

    ul.flow-list li .num {
        left: inherit;
        right: 10px;
        top: 10px;
        /* background: #175f99d1; */
        width: 50px;
        height: 50px;
        line-height: 2.5;
    }


    .flow-wrap {
        width: 100%;
    }
    
    ul.selection-list {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 42px;
    }

    ul.selection-list li .selection-wrap {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    
    ul.selection-list li .selection-wrap .en {
        width: 100%;
        font-size: 0.9em;
    }
    
    ul.selection-list li .selection-wrap h5 {
        margin: 10px auto 0;
    }
    
    ul.selection-list li .selection-wrap .en b {
        display: block;
        padding: 0;
        line-height: 1;
        font-size: 160%;
        font-weight: 600;
        letter-spacing: 1px;
    }

    
    ul.selection-list li:before {
        font-size: 23px;
        right: -32px;
    }

    ul.selection-list li {
        padding: 25px;
    }
    
    h5.mid-head {
        padding: 20px 0 20px 40px;
    }
    
    h5.mid-head:before {
        left: 23px;
        top: 35px;
    }

    /*福利厚生*/
    ul.welfare-list {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 15px;
    }
    
    ul.welfare-list li {
        padding: 20px;
    }

    ul.welfare-list li .welfare-text figure {
        width: 100%;
        margin: auto;
    }
    
    .dl-wrap dl dt {
        font-size: 1em;
        padding: 0;
    }

    dd.answer{
        padding: 0;
    }

    dt.question:before, dd.answer:before {
        font-size: 170%;
        line-height: 1.2;
    }
    
    .dl-wrap dl {
        padding: 32px 0;
    }
    
    .dl-wrap dl dt:after {
        font-size: 25px;
        font-weight: 300;
    }

    td p{
        font-size:0.9em;
    }
    .swiper-container {
        padding: 70px 0 0 0;
        margin: 70px auto 0;
    }
    
    .swiper-button-next, .swiper-button-prev {
        top: 0;
        background-size: 13px;
        background-color: #f3f3f3;
        width: 65px;
        height: 65px;
        background-repeat: no-repeat;
        border-radius: 40px;
    }
    
    h6.marker {
        text-align: left;
        margin-top: 60px;
        font-size: 1.4em;
    }
    
    .swiper-button-prev {
        left: inherit;
        right: 90px;
    }
    
    ul.flow-list li .num {
        background: none;
        color: #c5cbb2;
        font-size: 30px;
        line-height: 1;
    }
    
}


@media screen and (min-width: 1299px) {
    

    ul.anchor-list.detail {
        grid-template-columns: 1fr;
        margin: 40px 0 0 0;
        width: 250px;
        display: block;
    }

    ul.anchor-list.detail li{
            margin: 0 0 15px 0;
    }

    ul.anchor-list.detail li a {
        background: none;
        border-top: 1px solid #d0dae3;
        border-radius: 0;
        text-align: left;
        padding: 10px 0 0;
    }

        .bottom-wrap {
        display: flex;
        justify-content: space-between;
    }
    
      /*募集要項*/
    .bottom-wrap .base-list {
        width: 40%;
    }

    th {
        width: 23%;
    }

    th.sub-th {
        width: 14%;
    }
    
    .bottom-wrap .form-box {
        width: 55%;
    }
    
    form {
        background: #f7f7f7;
        padding: 50px;
    }

    #recruit form {
        background: #f5f5f5;
    }

    #mid-career .formbox div.e_txt input,
    #mid-career select.wpcf7-form-control.wpcf7-select,
    #mid-career textarea,
    #mid-career .wpcf7-radio .wpcf7-list-item-label::before
    {
        background: #ffffff;
    }
}


@media screen and (min-width: 1449px) {
 
}

@media screen and (min-width: 1699px) {


}