@charset "shift_jis";
/*
	2014 siterewal ver.4.1
*/

header{position: inherit !important;}
.stikycontainer{overflow-x:clip;}
/* --------------------------------------------------
#main
-------------------------------------------------- */
body { line-height: initial; background-color: transparent;}
.pc-hidden{ display:block;}
.sp-hidden{ display: none;}
#header{ transition: 1s;}
#header.hide { transform:translateY(-60px);}
#main { background-color: #FFF;position: relative;}
#main ul { list-style: none;}
#main .text-center{ text-align: center;}
#main img{ width: 100%;}
#main .bg-color-blue{ background-color: #2FB3CE!important;}
#main .bg-color-green{ background-color: #58C4A8!important;}
#main .text-color-blue{ color:#2FB3CE!important;}
#main .text-color-red{ color:#F0001C!important;}
#main .text-color-white{ color:#FFF!important;}
#main h3.text-color-blue { margin: 40px auto 30px;}
#main .red-border{ margin:0 auto;}
#main .img-box { margin: 0 auto;}
#main .chushaku{ font-size: 13px; margin: 50px auto;}
#main p{ font-size: calc(6*((100vw - 320px) / 650) + 14px);}
#main .text-box{ font-size: calc(24*((100vw - 320px) / 650) + 22px); font-weight: bold; margin: 35px auto;}
#main .text-box small { font-size: 58%; display: block;}
#main .text-box strong { font-size: 141%;  position: relative; top: 1px;}
#main h2 , #main h3 , #main h4 ,
#main .red-border, #main .big-txt{ font-size: calc(10*((100vw - 320px) / 650) + 18px); letter-spacing: 1.5px; line-height: 1.7;}
#main h5{ font-size: calc(10*((100vw - 320px) / 650) + 24px);}
#main h4{
    color: #FFF;
    text-align: center;
    line-height: 1.7;
    width: 100%;
    margin: 45px 0 35px 0;
    padding: 10px 0;
    display: block;
}
#main h5 {
    letter-spacing: 1.5px;
    border-bottom: #F0001C 3px solid;
    line-height: 0.7;
    padding: 20px 0 25px;
    margin-bottom: 25px;
}
#main p {
    text-align: left;
    margin: 0 auto;
    line-height: 1.7;
}
#main .detail{
    width: 90%;
    max-width: 900px;
    margin: 0 auto 20px;
}
#main .wrap {
    height: auto;
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
#main .wrap-flex1{display: flex;flex-direction: column;}
#main .wrap-flex2{
    height: auto;
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .wrap-flex3{display: flex;}

#Job_introduction p,
#Support-system p,
#New-employee-training p {margin: 30px auto;}

#Job_introduction p {padding: 0px auto;}

.responsive {
width: 100%;
aspect-ratio: 16/9;
}

#New-employee-training,#Job_introduction, #Support-system, #Annual-holiday,#Welfare-benefits{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}
#Support-system, #Welfare-benefits{ padding-bottom: 40px; background-color: #eef9f6;}

#Hero {
    background-attachment: fixed;
    background-position: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    height: auto;
    text-align: center;
    background-color: #FFF;

    background-image: url(../image/mainimage.jpg);
    background-size: cover;
}
#Hero .firstview {
    width: 100%;
    height: 71vw;
    margin: 20px auto 0;
    background-image: url(../image/sp_mini_Hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: left;
    line-height: 1.5;
    background-image: url(../image/pc_Hero.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
    height: auto;
}
#Hero .firstview h1{
    font-size: calc(24*((100vw - 320px) / 650) + 22px);
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 0px;
    padding: 10% 3% 5%;
}
#Hero .firstview .read {
    font-size: calc(20*((100vw - 320px) / 650) + 16px);
    font-weight: bold;
    padding: 0% 4% 10%;
    color: #000;
    text-shadow: 0 0 1px #fff,0 1px 1px #fff,1px 0 1px #fff,0 -1px 1px #fff,-1px 0 1px #fff;
}
#Hero .firstview .read small {font-size: 60%;font-weight: normal;text-shadow: none;}
#tab-menu{
    font-weight: bold;
    display: block;
    background-color: #D6131C;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
}

#tab-menu ul{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
}
#tab-menu ul li {
    display: inline-block;
    list-style: none;
    width: calc(100% / 2);
    margin-right: -5px;
}
#tab-menu ul li a{
    color: #FFF;
    background: #d6131c;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 3;
    margin: 0;
    cursor: pointer;
    text-align: center;
    border-bottom: #FFF 1px solid;
    border-right: #FFF 1px solid;
    transition: 0.2s;
}
#tab-menu ul li a:hover,
#tab-menu ul li a.active{background-color: #FFF;color: #D6131C;}

#New-employee-training{}
#New-employee-training > .wrap-flex1:nth-child(2) > .detail:nth-child(1) {order: 2;}
#New-employee-training > .wrap-flex1:nth-child(2) > .detail:nth-child(2) {order: 1;padding:0;}
#New-employee-training .wrap .img-box {margin: 40px auto;}

#Support-system .wrap picture {
    display: block;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 2px;
}
#Support-system .wrap .img-box .text-box {
    position: relative;
    top: -6vw;
    margin: 0 auto;
}
#Support-system .wrap .img-box .text-box p {width: 95%;margin: 0 auto;font-weight: normal;}
#Support-system .wrap .img-box .text-box span {
    background: #58c4a8;
    color: #FFF;
    font-weight: bold;
    padding: 28px 0 20px;
    width: 91%;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 20px;
}
#Support-system .wrap .img-box .text-box span strong {margin-left: 7px;}
#Support-system .wrap .detail{ display: flex; flex-direction: column; width: 100%;}
#Support-system .wrap .detail .left-column,
#Support-system .wrap .detail .right-column {
    width: 90%;
    margin: 0 auto;
}
#Support-system .wrap .detail .left-column .white-box1,
#Support-system .wrap .detail .right-column .white-box1 {
    background-color: #FFF;
    padding: 20px 30px;
    margin-bottom: 40px;
}
#Support-system .wrap .detail .left-column .white-box1:nth-of-type(2) {
    padding: 20px 32px 40px;
}
#Support-system .wrap .detail .right-column .white-box1:last-child {
    margin-bottom: 0;
    padding-bottom: 0.1px;
}
#Support-system .wrap .detail .left-column .white-box1 p {width: 100%;margin: 0 auto;}
#Support-system .wrap .detail .right-column .Speech-Bubble_2,
#Support-system .wrap .detail .left-column .Speech-Bubble_1{
    margin: 0 auto;
    width: 90%;
    max-width: 418px;
}
#Support-system .wrap .detail .left-column .Speech-Bubble_1 {
    position: relative;
    margin-top: -54px;
}
#Support-system .wrap .detail .right-column .Speech-Bubble_2 {
    margin: 30px auto;
}
#Support-system .wrap .detail .right-column .white-box1 > .left-and-right-line {
    font-size: 18px;
    margin-bottom: 11px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
#Support-system .wrap .detail .right-column .white-box1 > .left-and-right-line::before,
#Support-system .wrap .detail .right-column .white-box1 > .left-and-right-line::after {
    content: '';
    position: relative;
    top: -4px;
    display: inline-block;
    width: 16px;
    height: 1.3px;
    background: #000;
}
#Support-system .wrap .detail .right-column .white-box1 > .left-and-right-line::before{left:-8px;}
#Support-system .wrap .detail .right-column .white-box1 > .left-and-right-line::after{right:-8px;}

#Support-system .wrap .detail .right-column .img-woking-hours {width: 70%;}

#Support-system .wrap .detail .right-column img.short-work{width: 80%;}
#Support-system .wrap .detail .right-column ul.Example-of-work{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    line-height: 1.7;
    font-weight: bold;
}
#Support-system .wrap .detail .right-column ul.Example-of-work li{
    font-size: 16px;
    width: 100%;
    max-width: 273px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
#Support-system .wrap .detail .right-column ul.Example-of-work li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-flex;
    background-color: #F0001C;
    align-items: stretch;
    margin-right: 7px;
}
#Support-system .wrap .detail .white-box2{
    background-color: #FFF;
    padding: 20px 30px 0.1px;
    margin-bottom: 30px;
}
#Annual-holiday {
    padding-top: 10px;
    padding-bottom: 30px;
}
#Annual-holiday .detail .text-box span {
    border-bottom: #A3A3A3 2.5px solid;
    max-width: 400px;
    width: 71%;
    display: block;
    margin: 0 auto 2.5%;
    line-height: initial;
}
#Annual-holiday > div.wrap-flex1 > div.img-box > picture > img:nth-of-type(1) { width: 85%;}
#Annual-holiday .bg-PaleLightBlue-box {
    background-color: #f3fbfc;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 60px 30px;
    margin: 40px auto 71px;
    box-sizing: border-box;
}
#Annual-holiday .bg-PaleLightBlue-box div:nth-child(2) { width: 29%; margin: 45px auto;}
#Annual-holiday .bg-PaleLightBlue-box p { margin-top: 20px;}
#Annual-holiday .Easy-vacation {}
#Annual-holiday .Easy-vacation .wrap-flex2 p:nth-of-type(1),
#Annual-holiday .Easy-vacation .wrap-flex2 p:nth-of-type(2),
#Annual-holiday .Easy-vacation .wrap-flex2 p:nth-of-type(3),
#Annual-holiday .Easy-vacation .wrap-flex2 p:nth-of-type(4){
    border: #2FB3CE 2px solid;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 18px 2px;
    margin: 0 auto 20px;
    justify-content: center;
    font-weight: bold;
    font-size: calc(9*((100vw - 320px) / 650) + 15px);
}
#Annual-holiday .img-box img.free-life { width: 63%; max-width: 255px; margin: 60px 0;}
#Welfare-benefits > div:nth-child(2) {
    margin-top: 35px;
}
#Welfare-benefits .wrap .detail .big-txt { text-indent: -1em; padding-left: 1em; font-weight: bold; text-align: left; margin-bottom: 10px;}
#Welfare-benefits .wrap .detail .big-txt::first-letter{ color: #F0001C; vertical-align: baseline;}
#Welfare-benefits > div:nth-child(3) > div > p > span { margin-left: 0;}


/*開閉ボタン*/
/*inputを非表示*/
input[type="checkbox"].on-off{
    opacity: 0;
  }
  /*ラベル（「開く」ボタン）*/
  .open-label{
    margin: 0 auto;
    padding: 20px 0;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #ee0000;
    cursor: pointer;
    box-sizing: border-box;
    width: 96%;
    font-size: 18px;
    box-shadow: 0 1px 2px #999;
    position: relative;
  }
  /*ボタンっぽい効果*/
  .open-label:active{
    box-shadow: 0 0 0 0;
  }
  .open-label:hover{
    opacity: 0.6;
  }
  /*開閉エリア*/
  .open{
    padding: 10px 1em;
    height: 0px;
    opacity: 0;
    transition: .5s;
    border:1px solid #ccc;
    box-sizing: border-box;
    width: 96%;
    margin: auto;
    background-color: #fff;
  }
  /*「開く」をタップで表示*/
  .on-off:checked  ~ .open{
    padding: 1.5em 1em;
    height: auto;
    opacity: 1;
  }
  /*ラベルに表示するテキスト*/
  .open-label::after{
    content:'＋';
    position: absolute;
    right: 3%;
  }
  .on-off:checked ~ .open-label::after{
    content: '−';
    position: absolute;
    right: 3%;
  }



  /*内部レイアウト*/
  #main .line_qr{
    margin: 0 auto 20px;
  }
  #main .line_qr dt img{
    width: 150px;
    }
    .line_qr dt b{
        font-size: 22px;
    }
    #main .line_qr dt p{
        font-size: 14px;
        width: 90%;
        margin: 0 auto 10px;
        text-align: left;
    }
    #main .line_qr dd img{
        width: 150px;
        height: auto;
    }
    #bnrarea {
        width: 100%;
        background-color: transparent;
        z-index: 0;
    }
    #bnrarea a{
        width: 90%;
        max-width: 400px;
        display: block;
        margin: auto;
    }
    #bnrarea a img{
        width: 100%;
    }

	#bnr_mynavi {
		width: 160px!important;
		margin: 30px auto;
		display: block;
	}

    a.mainbtn {
        font-size: calc(10*((100vw - 320px) / 650) + 15px);
        background-color: #173a91;
        text-align: center;
        padding: 20px 0 15px;
        margin: 10px auto !important;
        width: 90%;
        max-width: 750px;
        margin: auto;
        border-radius: 3px;
        box-shadow: 2px 2px 3px 0px #6666663b;
        color: #fff;
        display: block;
        position: relative;
        font-weight: bold;
    }

    a.mainbtn:hover{
       opacity: 0.7;
    }


/* --------------------------------------------------
-----------------------------------------------------
window size 400-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:400px){
#Hero .firstview {background-image: url(../image/pc_Hero.jpg);}
}

/* --------------------------------------------------
-----------------------------------------------------
window size 600-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:600px){
    #main .line_qr dd img{
        width: 150px;
        height: auto;
    }
    #bnrarea {
        width: 100%;
        background-color: transparent;
        display: block !important;
    }
    #bnrarea a{
        width: 90%;
        max-width: 400px;
        display: block;
        margin: auto;
    }
    #bnrarea a img{
        width: 100%;
    }

}
/* --------------------------------------------------
-----------------------------------------------------
window size 650-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:650px){
    #main h2, #main h3, #main h4, #main h5,#main .big-txt,
    #main .red-border, a.mainbtn{font-size: 24px;}
    #main h4 { margin: 50px auto 60px;}
    #main p {font-size: 15px;}
    #main .red-border { padding-bottom: 13px; margin-bottom: 40px;}
    #Support-system .wrap .img-box .text-box span {line-height: 48px;}
    #Support-system .wrap .detail .left-column .white-box1,
    #Support-system .wrap .detail .right-column .white-box1 {padding: 20px 67px;}
    #Support-system .wrap .detail .right-column .white-box1:last-child {margin-bottom: 50px;}
    #Support-system .wrap .detail .left-column .white-box1:nth-of-type(2) {padding: 20px 67px 40px;}
    #Support-system .wrap .detail .left-column .Speech-Bubble_1 {top: 0;}
    #Annual-holiday .wrap-flex1 .detail:nth-child(1) {margin-top: 50px;}
    #main .text-box { margin: 0 auto;}
}

/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
    .pc-hidden{ display:none;}
    .sp-hidden{ display: block;}
    #main h3.text-color-blue { margin: 0px auto 30px;}
    #main .text-box{ font-size: 40px; margin: 0px auto 60px;}
    #main h2,#main h3,
    #main .red-border{ text-align: left;}
    #main .wrap-flex1 { margin: 35px 0;}
    #main .img-box p { margin: auto 8px;}
    #main .wrap-flex1 {
        display: flex;
        flex-direction: row;
        margin: 35px auto 0;
    }
    #main .wrap-flex1 .detail {
        align-self: flex-start;
        flex: 1;
        width: calc(100% / 2);
        margin: 0 auto;
    }
    #main .wrap { padding:0;}
    #main .detail{ width: 100%;}
    #Hero {height: 666px;}
    #Hero .firstview {
        max-width: 1200px;
        width: 100%;
        height: 666px;;
        margin: 0 auto;

    }
    #Hero .firstview h1 {
        font-size: 42px;
        color: #464444;
        font-weight: bold;
        margin: 0px 0;
        padding: 216px 0 0 66px;
        line-height: 1.5;
        letter-spacing: 2.5px;
    }
    #Hero .firstview .read {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.2;
        padding-left: 66px;
        color: #464444;
    }
    #Hero .firstview .read small{font-size: 16px;font-weight: normal;}
    #tab-menu{
        /*position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1;*/
    }

    #tab-menu ul li {width: calc(100% / 5);margin-right: -6.6px;}
    #tab-menu ul {
        display: block;
        max-width: 1024px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        font-size: 20px;
    }
    #tab-menu ul li a {border-bottom: none;line-height: 3.1;}
    #tab-menu ul li:last-child a {border-right: none;}
    #main .wrap-full-width .detail {width: 100%;margin: 0 auto;}
    #New-employee-training,#Annual-holiday,#area-4,#Job_introduction{
        margin: 0 auto;
        height: auto;
        width: 900px;
        text-align: center;
    }


    #New-employee-training > .wrap-flex1:nth-child(2) > .detail:nth-child(1) { order: 1; padding: 0;}
    #New-employee-training > .wrap-flex1:nth-child(2) > .detail:nth-child(2) { order: 2; margin-top: 35px; padding: 0 0 0 48px;}
    #New-employee-training > .wrap-flex1:nth-child(3) > .detail:nth-child(2) { width: 617px; margin: 30px 0px 0px 44px; padding: 0;}
    #New-employee-training .wrap .img-box {margin: 40px auto;}
    #New-employee-training > div:nth-child(2) > div:nth-child(1) > div,
    #New-employee-training > div:nth-child(3) > div:nth-child(2) > div { width: 100%;}
    #Support-system {}
    #Support-system p, #New-employee-training p {width: 100%;}

    #Support-system .wrap .img-box { width: 100%; margin: 35px 0; position: relative;}
    #Support-system .wrap .img-box picture > img { width: 565px; text-align: right; margin: 0;}
    #Support-system .wrap .img-box .text-box { position: absolute; top: 25px; left: 0; width: 521px; z-index: 0;}
    #Support-system .wrap .img-box .text-box span { width: 100%;}
    #Support-system .wrap picture { display: block; text-align: right;}
    #Support-system .wrap .detail { width: 100%;}
    #Support-system .wrap .detail {
        display: flex;
        align-items: stretch;
        flex-direction: row;
        width: 100%;
        margin: 0 auto;
    }
    #Support-system .wrap .detail .right-column {margin: 0 auto 0;}

    #Support-system .wrap .detail .left-column .white-box1,
    #Support-system .wrap .detail .right-column .white-box1 { padding: 29px 32px;}

    #Support-system .wrap .detail .left-column .white-box1:nth-of-type(2) { padding: 20px 32px 40px; margin-bottom: 12px;}
    #Support-system .wrap .detail .left-column{ margin-right: 25px;}
    #Support-system .wrap .detail .right-column{ margin-left: 25px;}
    #Support-system > div > div.detail > div.left-column > div:nth-child(2) > div.wrap-flex3 > img{
        width: 92px;
        height: 99px;
        margin: 0 2px 0px 24px;
    }

    #Support-system .wrap .detail .left-column .Speech-Bubble_1 { width: 100%; top: 0; margin: auto 0 0 0;}
    #Support-system .wrap .detail .right-column .Speech-Bubble_2{ width: 100%; margin: 38px 0 60px auto;}
    #Support-system .wrap .detail .right-column img.short-work{ width: 100%;}
    #Annual-holiday .wrap-flex1 .detail:nth-child(2) .img-box { width: 85%; margin: 0 0 0 44px; padding: 0;}
    #Annual-holiday {padding-top: 0;}
    #Annual-holiday .bg-PaleLightBlue-box {
        flex-direction: row;
        padding: 33px;
        margin: 70px auto;
        width: 100%;
    }
    #Annual-holiday .bg-PaleLightBlue-box div:nth-child(2) { width: 15%; margin: auto 10px;}
    #Annual-holiday .bg-PaleLightBlue-box div:nth-child(1),
    #Annual-holiday .bg-PaleLightBlue-box div:nth-child(3) { width: 40%;}
    #Annual-holiday .Easy-vacation{
        padding: 20px 0 0;
    }
    #Annual-holiday .Easy-vacation .wrap-flex2 { flex-direction: row; width: 100%; margin-top: 36px;}
    #Annual-holiday .Easy-vacation .wrap-flex2 p:nth-of-type(1),
    #Annual-holiday .Easy-vacation .wrap-flex2 p:nth-of-type(2),
    #Annual-holiday .Easy-vacation .wrap-flex2 p:nth-of-type(3),
    #Annual-holiday .Easy-vacation .wrap-flex2 p:nth-of-type(4) {
        width: calc(100% / 2.13);
        margin: 0 0 20px;
        font-size: 20px;
    }
    #Welfare-benefits > div:nth-child(3) > div > p > span { margin-left: 10px;}



    /*開閉ボタン*/
    /*内部レイアウト*/
    .line_qr{
        display: flex;
        background-color: #eef9f6;
        padding: 10px;
        flex-direction: row-reverse;
    }
    .line_qr dt{
        text-align: left;
        padding: 0 0 0 20px;

        }
        #main .line_qr dt p{
            margin: 0 auto 10px;
        }
    .line_qr dd{
        padding: 0 0 0 20px;
    }

    #bnrarea{
        display: flex !important;
        justify-content: space-between;
    }
    #bnrarea a{
        width: 48%;
        display: block;
    }
    #bnrarea a img{
        width: 100%;
    }
    a.mainbtn {
        font-size: 18px;
    }
    a.mainbtn br{
        display: none;
    }
}

@media (min-width: 1200px) {
    #Support-system .wrap .detail .left-column,
    #Support-system .wrap .detail .right-column{ width: calc(100% / 2);}
    #Support-system .wrap .detail .right-column ul.Example-of-work li { width: 275px;}

}

