@charset "utf-8";

/*animation*/
.fade {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: .5s;
    transition-delay: 0.5s;
}

.mv-fade {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


#wrapper {
    background: #f9f9f9;
}

.recruit.box {
    z-index: 1;
    position: relative;
    background: #fff;
    max-width: none;
    width: 100%;
    margin: 0;
}

/*右側*/
.content-inner {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: 100%;
}

.content-inner>section {
    border-radius: 0;
    background: #ededed;
    padding: 0 0 100px 0;
}

h1 {
    font-size: 3.15em;
    font-weight: 600;
    line-height: 1;
}


.r-head-box .en {
    margin: 15px 0 0 0;
    font-size: 1.3em;
    display: block;
}


.en {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.03em;
}

.content-inner h3 {
    border-bottom: none;
    padding: 0;
    box-shadow: none;
    /* color: #183d5d; */
}


.more {
    display: block;
    margin: 80px auto 0;
    max-width: 340px;
}

.recruit .button2 {
    /* border: 1px solid #ccc; */
    padding: 20px 50px;
    border-radius: 100px;
    background: #005bac;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    position: relative;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
    transition: .3s;
    display: block;
    text-align: center;
    border: none;
}

.recruit .button2:hover {
    background: #b8d3e0;
    color: #000;
}

.recruit .button2:before,.recruit .button3:before {
    content: "";
    background: url(../../images/common/arrow_w.svg) no-repeat center center;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 10px;
    transition: .3s;
}

.recruit .button2:hover:before {
    background: url(../../images/common/arrow_b.svg) no-repeat center center;
    right: 5%;
    background-size: 10px;
}

.button4 {
    border-radius: 5px;
    font-size: 1em;
    font-weight: 500;
    position: relative;
    display: block;
    margin: auto;
    padding: 0;
    transition: .3s;
    width: 60px;
    height: 60px;
}

.button4:before {
    content: "";
    background: url(../../images/common/arrow_w.svg) no-repeat center center;
    background-size: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    margin: auto;
    right: 0;
    left: 0;
    border: 1px solid #ffffff;
}

h2.mid-head {
    position: relative;
    padding: 14px 0 0 0;
}

h2.mid-head:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 48px;
    background: linear-gradient(90deg, #b8d3e0 31%, rgb(251 135 144)81%);
    top: 0;
    display: block;
    border-radius: 10px;
}

/*++++++++++++++
    詳細
 ++++++++++++++*/
   .shippori {
    font-family: 'Shippori Mincho', serif;
}


.first-wrap {
    display: flex;
    align-items: center;
    position: relative;
}


.r-a-wrap {
    position: absolute;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63%;
    background: linear-gradient(90deg, hsl(0deg 0% 92.94% / 100%),hsl(0deg 0% 92.94% / 100%),hsl(0deg 0% 92.94% / 100%), hsl(0deg 0% 92.94% / -1%));
}

.r-head-box {
    width: 100%;
    padding: 0 0 0 5%;
}

.first-wrap figure{
    margin:0 0 0 auto;
}


.first-img {
    position: relative;
}


.first-img .title {
    position: absolute;
    bottom: 110px;
    left: -3%;
}


.first-img .title h2 {
    background: linear-gradient(transparent 0%, #fff 0%);
    color: #c1c1c1;
    display: inline;
    line-height: 2;
    padding: 0 2px;
}

/*募集要項*/

.recruitment-box {
    padding: 80px;
    background: #fff;
}

.sonota.bg-none {
    background: none;
    padding: 0;
    border-radius: 0;
}

.sonota.sonota-contact {
    border: 1px solid hsl(200deg 27% 78% / 22%);
    width: 100%;
    margin: 0 1% 0 0;
    background: linear-gradient(2300deg, #f3f7f9 0%, #ffffff 52%, #f3f7f9 100%);
    box-shadow: 0px 0px 2px 0px #e7edf1;
    padding: 20px;
}

.sonota.sonota-contact:last-child {
    margin: 0;
}

/**/



/*tab*/

.tab-box {
    margin: 60px auto 0;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-radius: 10px;
    position: relative;
    padding: 0;
}

.tabnav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.tabnav li {
    width: 50%;
}

.tabnav li a {
    font-size: 1.3em;
    line-height: 1.5;
    display: block;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    padding: 25px 0;
    border-radius: 5px 5px 0 0;
    bottom: 0px;
}

.tabnav li a.active {
    opacity: 1;
    background: #183d5d;
    color: #fff;
    border-right: none;
    bottom: 0px;
    box-shadow: inset -4px -3px 6px 3px #12304a;
    z-index: 3;
    padding: 25px 0 25px;
}


.tab-label {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-content {
    width: 100%;
    /* overflow: hidden; */
    border-top: 3px solid #183d5d;
    padding: 50px 0 0 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

.tab-label {
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    width: 50%;
    text-align: center;
    color: #000;
    font-weight: 600;
    padding: 25px 0;
    border-radius: 5px 5px 0 0;
    bottom: 0px;
}




/* アクティブなタブ */

.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    opacity: 1;
    transition: .5s opacity;
    margin: 0;
    padding: 0;
    border-top: 3px solid #183d5d;
}


.tab-switch:checked+.tab-label:before {
    opacity: 1;
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

.tab-switch:checked+.tab-label+.tab-content b span {
    font-size: 28px;
    font-weight: 700;
}

.tab-switch:checked+.tab-label {
    opacity: 1;
    background: #183d5d;
    color: #fff;
    border-right: none;
    bottom: 0px;
    box-shadow: inset -4px -3px 6px 3px #12304a;
    z-index: 3;
    padding: 25px 0 25px;
}


dl.qa-box dd {
    padding: 30px 30px 50px;
    display: none;
}

dl.qa-box {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 2px 1px 3px 1px #ecececbd;
}

dl.qa-box dt {
    background: #f9f9f9;
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
}


dl.qa-box dt:before {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    font-size: 30px;
    font-weight: 300;
    background: #183d5d;
    line-height: 0.9;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: #fff;
    transition: .3s;
}

dl.qa-box dt.active:before {
    transform: rotateZ(45deg);
    top: 29%;
}


dl.qa-box dd>span {
    display: block;
}

.sonota.sonota-contact {
    width: 100%;
}

span.fax {
    padding: 0 0 0 10px;
    font-family: 'Roboto', sans-serif;
}

h6.sub-head {
    background: #f3f7f9;
    padding: 9px 10px 11px 16px;
    border-radius: 3px;
    position: relative;
}

h6.sub-head:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    background: #005bac;
    left: 0px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.sonota h6.sub-head {
    box-shadow: none;
    border-bottom: none;
    color: #000;
}

.sonota.bg-none > span {
    display: block;
}

/*採用フロー*/
.flow-box {
    display: flex;
    justify-content: flex-start;
    margin-top: 75px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.flow-wrap {
    width: 16%;
    background: #fff;
    padding: 30px 20px 30px 20px;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    z-index: 1;
}

.flow-wrap:last-child {
    margin-right: 0;
}

.step {
    position: absolute;
    left: 0;
    right: 0;
    top: -39px;
}

.step span {
    display: block;
    font-size: 1.3em;
}

.step b.num {
    font-size: 2.3em;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1;
}

.flow-detail h5 {
    font-weight: 600;
}

.flow-detail p {
    line-height: 1.8;
    margin: 15px auto 0;
}

.flow-box .flow-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 0;
    height: 0;
    right: -34px;
    border-style: solid;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 19px solid #005bac;
    border-right: 0;
}

.flow-box .flow-wrap:last-child:after {
    content: none;
}


/*エントリーフォーム*/
.d-box {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}    

section#entry {
    padding: 100px 0 200px;
    background: url(../../images/recruit/bottom.jpg) no-repeat center;
    background-size:cover;
    position: relative;
}

#entry .r-head-box {
    color: #fff;
    padding: 0;
    width: auto;
}

section#entry:before {
    content: "";
    position: absolute;
    width: 100%;
    background: hsl(0deg 0% 0% / 66%);
    top: 0;
    z-index: 0;
    height: 100%;
}

.entry-wrap {
    position: relative;
}

.entry-box:last-child {
    margin: 0;
}

#entry .r-head-box h2 {
    line-height: 1.3;
}

/*.entry-box {
    width: 48%;
    position: relative;
    margin: 0 4% 0 0;
}*/

/*臨時*/
.entry-wrap .d-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entry-list {
    width: 48%;
}

.entry-box {
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
}

.entry-box:last-child {
    margin: 0;
    display: none;
}

/*臨時ここまで====*/


.entry-box .button4 {
    position: absolute;
    right: 4%;
    bottom: 8%;
    width: 40px;
    height: 40px;
}

.entry-box .button4:before{
    border: none;
    background-color: #005bac;
}

.entry-box a {
    display: flex;
    height: 240px;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    color: #fff;
    border: 1px solid hsl(0deg 0% 100% / 75%);
    transition: .3s;
}

.entry-box a:hover{
    border-radius: 30px;
}

/*お問い合わせ*/
section#contact {
    padding: 0 0 0 0;
    margin: -120px auto 0;
    position: relative;
    background: none;
    border-radius: 0;
}

#contact .d-box.flex {
    align-items: center;
}

#contact .d-box {
    background: linear-gradient(2300deg, #005bac 0%, #176cb8 52%, #005bac 100%);
    padding: 80px 80px;
}

#contact .r-head-box small {
    display: block;
    font-size: 63%;
    padding: 0 0 10px 0;
}

#contact .r-head-box {
    width: 35%;
    color: #fff;
    padding: 0;
}

#contact .sonota-c-box {
    width: 63%;
    margin: 0 0 0 2%;
}


#contact .sonota.sonota-contact {
    border: 1px solid hsl(200deg 27% 78% / 22%);
    width: 100%;
    margin: 0;
    background: linear-gradient(2300deg, #f3f7f9 0%, #ffffff 52%, #f3f7f9 100%);
    box-shadow: 0px 0px 2px 0px #e7edf1;
    padding: 50px 20px;
    border-radius: 0;
}



#contact span.fax {
    padding: 0 0 0 10px;
    font-family: 'Roboto', sans-serif;
}


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

}

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

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

    /*募集要項*/
    .recruitment-box {
        padding: 50px;
    }
    
    .tabnav li a {
        font-size: 1.1em;
    }

    .sonota.bg-none span p{
        font-size: 1em;
    }
    
    /*採用フロー*/
    .flow-wrap {
        height: 250px;
    }
    
    /*お問い合わせ*/
    #contact .d-box {
        padding: 50px 50px;
    }
    

   
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 2.85em;
    }


    .r-head-box .en {
        font-size: 1em;
    }
    
    /*採用フロー*/
    .flow-box .flow-wrap:after {
        right: -29px;
    }

    /*エントリー*/
    section#entry {
        padding: 80px 0 100px 0;
    }
        
    .entry-box a {
        height: 180px;
    }
    
    /*お問い合わせ*/
    section#contact {
        margin: -50px auto 0;
    }
    

	
}
@media screen and (max-width: 1023px) {
    h1 {
        font-size: 2.6em;
    }
    
    h2 {
        font-size: 1.8em;
    }

    /*募集要項*/
    .sonota.bg-none span p{
        font-size: 0.9em;
    }

   


  
}
@media screen and (max-width: 991px) {
     
    h1 {
        font-size: 2.5em;
    }


    .first-img .title {
        bottom: 20px;
    }
    
    /*募集要項*/
    .recruitment-box {
        padding: 30px;
    }

    /*採用フロー*/
    .flow-box {
        flex-wrap: wrap;
        margin-top: 70px;
    }

    
    .flow-wrap:last-child {
        margin-bottom: 0;
    }
        
    .flow-wrap {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 80px;
        padding: 50px 0 40px 0;
    }
    
    .flow-box .flow-wrap:after {
        right: 0;
        left: 0;
        margin: auto;
        bottom: -26px;
        top: inherit;
        transform: rotate(90deg);
    }
    
    /*エントリー*/
    section#entry {
        padding: 50px 0 100px 0;
    }
    
    .entry-box a {
        height: 170px;
    }

    /*臨時*/
    .entry-wrap .d-box {
        flex-wrap: wrap;
    }
    
    .entry-list {
        width: 100%;
    }
    
    #entry .d-box > .r-head-box {
        margin: 0 0 40px;
    }

    /*臨時ここまで====*/

    /*お問い合わせ*/

    #contact .d-box {
        padding: 30px;
    }
    
    #contact .r-head-box {
        width: 45%;
    }
    
    #contact .sonota-c-box {
        width: 56%;
    }
    
    #contact span.fax {
        display: block;
        padding: 0;
    }
    
    #contact .sonota.sonota-contact {
        padding: 40px 20px;
    }
    

	
}


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

  h1 {
      font-size: 1.8em;
  }
  
  .r-head-box .en {
          margin: 8px 0 0 0;
  }

  .content-inner>section {
      padding: 0;
  }

  /**/

  
  .first-img .title {
        position: relative;
        bottom: inherit;
        left: 0;
        margin: -30px auto 20px;
        width: 90%;
    }
    
    .first-img .title h2 br {
        display: none;
    }
    
    
    .more {
        margin: 30px auto 0;
    }
    
      .recruit .button2 {
        font-size: 1em;
        padding: 18px 0;
    }

    .first-wrap {
        flex-wrap: wrap;
    }
    
    .r-a-wrap {
        position: relative;
        background: none;
        margin: 0 0 30px 0;
        width: 100%;
    }
    
    .r-head-box {
        padding: 0 0 0 5%;
    }
    
    .content-inner>section {
        padding: 50px 0 30px 0;
    }
    
    h2.mid-head:before {
        width: 30px;
        height: 3px;
    }
    
    h2.mid-head {
        padding: 4px 0 0 0;
        font-size: 1.4em;
    }

    
    /*募集要項*/
    .recruitment-box {
        padding: 0;
        background: none;
    }
    

    /*tab*/
    .tabnav li a,
    .tabnav li a.active {
        font-size: 1em;
        padding: 10px 0 5px;
    }

    .tab-content {
        padding: 30px 0;
    }


    dl.qa-box dd {
        padding: 15px 15px 20px;
        background: #fff;
    }
    
    h6.sub-head {
        padding: 7px 8px 7px 14px;
    }
    
    dl.qa-box dt{
        padding: 15px 35px 15px 15px;
    }
            
    
    .sonota.sonota-contact {
        padding: 10px;
    }

    span.fax {
        display: block;
        padding: 5px 0;
    }


    .flow-wrap {
        padding: 0 0;
        height: 110px;
        margin-bottom: 32px;
    }
    
    .step {
        top: inherit;
        left: inherit;
        right: inherit;
        position: relative;
        width: 30%;
        border-right: 1px solid #ededed;
    }
    
    .step b.num {
        font-size: 2em;
    }
    
    .step span {
        font-size: 1em;
    }
    
    .flow-detail {
        width: 70%;
        text-align: left;
        padding: 0 5%;
    }
    
    .flow-detail p {
        margin: 5px 0 0 0;
    }
    
    .flow-box .flow-wrap:after {
        right: inherit;
        left: 42px;
    }
    
    .flow-box {
        margin-top: 10px;
    }

    /*エントリー*/
        
    section#entry {
        padding: 30px 0 80px 0;
    }
    
    .entry-list {
        flex-wrap: wrap;
    }
    
    .entry-box {
        width: 100%;
        margin: 0 auto 20px;
    }
    
    .entry-box a {
        height: 100px;
    }
    
    .entry-box .button4 {
        width: 25px;
        height: 25px;
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .entry-box .button4:before {
        background-size: 6px;
    }

    /*臨時*/
    #entry .d-box > .r-head-box {
        margin: 0 0 30px 0;
    }
    /*臨時ここまで====*/

    /*お問い合わせ*/
    #contact {
        margin: -70px auto 0;
    }
    
    #contact .d-box {
        padding: 20px;
        flex-wrap: wrap;
    }
    
    #contact .r-head-box {
        width: 100%;
    }

    #contact .r-head-box small {
        padding: 0 0 3px 0;
    }
    
    #contact .sonota-c-box {
        margin: 20px auto 0;
        width: 100%;
    }
    
    #contact .sonota.sonota-contact {
        padding: 10px;
    }

}

@media screen and (max-width: 480px) {
    .first-wrap figure {
        overflow: hidden;
    }
    
    .first-wrap figure img {
        max-width: 130%;
        text-align: center;
    }

    .sonota.bg-none span p{
        font-size: 0.95em;
    }


}