@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/

#index_cont .bnCont .bnArea .bn.bn5 a, #index_cont .bnCont .bnArea .bn.bn6 a {
    width: 224px;
    display: block;
    padding: 1.4rem 0.5rem;
    border: solid 2px;
    box-shadow: 5px 5px 0px;
    text-align: center;
    height: 95%;
    font-family: 'Dela Gothic One';
    position: relative;
}
section#joblist_cont {
    margin-top: 10rem;
}

#index .sec.secadd#joblist_cont {
    margin-top: 10rem;
}

#index .sec.secadd p {
    margin: 0 auto 5rem;
}
#index_cont .bnCont .bnArea .bn.bn5, #index_cont .bnCont .bnArea .bn.bn6 {
    width: unset;
    position: relative;
}

#index_cont .bnCont .bnArea .bn.bn5 a {
    margin-right: 5px;
    font-size: 21px;
    background-position: left center;
    position: relative;
}
#index_cont .bnCont .bnArea .bn.bn6 a {
    font-size: 15px;
}
#index_cont .bnCont .bnArea .bn b {
    font-weight: normal;
}
#index_cont .bnCont .bnArea .bn.bn6 a:before {
    content: "";
    display: block;
    width: 10rem;
    height: 6rem;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url(https://www.kyutou-career.com/wp/wp-content/themes/wp001j/img/img_carreer_ph04.png);
    background-size: 100%;
    opacity: 0.5;
    display: none;
}
#index_cont .bnCont .bnArea .bn.bn6:before {
    background: url(https://www.kyutou-career.com/wp/wp-content/themes/wp001j/img/img_carreer_ph04.png);
    background-color: #dbe5f3;
    background-repeat: no-repeat;
    content: "";
    display: block;
    width: 10rem;
    height: 7rem;
    position: absolute;
    opacity: 0.5;
    background-size: 100%;
    bottom: 0;
}

::before {}
#index_cont .bnCont .bnArea .bn.bn6 {
    background: #dbe5f3;
}
#index_cont .bnCont .bnArea .bn.bn6 a b {
    font-size: 20px;
}
#index_cont .bnCont .bnArea .bn.bn5 b {
    font-size: 24px;
}
#index_cont .bnCont .bnArea .bn.bn5 {
    background: #e7f7e5;
}
#index_cont .bnCont .bnArea .bn.bn5:before {
    content: "";
    background: url(https://www.kyutou-career.com/wp/wp-content/uploads/index_banner05_pc.png);
    background-repeat: no-repeat;
    display: block;
    width: 9rem;
    height: 5rem;
    position: absolute;
    background-position: 2% -1rem;
    background-size: 374%;
    bottom: 0;
}
#index_cont .bnCont .bnArea .bn.bn5 a:after, #index_cont .bnCont .bnArea .bn.bn6 a:after {
    content: '';
    background: url(https://www.kyutou-career.com/wp/wp-content/themes/wp001j/img/arrow_slider_next.png);
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    position: absolute;
    right: 6%;
    top: 33%;
    background-size: 100%;
    background-color: #37301e6b;
    border-radius: 2rem;
}
#contents .slideCont.wi1000 ul ul {
    padding: 0;
    margin: 0;
}

#contents .slideCont.wi1000 ul ul li {
    margin: 0;
}
.lp2 #interview_cont .detail .intv_block03 .titArea .idxh3 span.marker {
    font-weight: normal;
}
.lp2 #interview_cont .detail .intv_block03 .slideCont {
    display: block;
}

.lp3 #interview_cont .detail .intv_block03 .titArea .idxh3 span.marker {
    font-weight: normal;
}
.lp3 #interview_cont .detail .intv_block03 .slideCont {
    display: block;
}

.kanren {
    border: 2px solid #aca798;
    padding: 20px 30px 0;
    margin: 50px 0;
	border-radius: 5px;
    position: relative;
    box-sizing: border-box;
	background: #FFF;
}
.midasi {
    border-bottom: 1px dotted #aca798;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.kanren br {
	display: none;
}

.readmore-content {
    position: relative;
    overflow: hidden;
    height: 150px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 5px auto;
    z-index: 2;
    padding: 2px 15px;
    background-color: #0078ba;
    border-radius: 10px;
    color: #fff;
}
.readmore-label:before{
    content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: "\9589\3058\308B";
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
.btn-internal02 {
        width: 90%;
        margin: 20px auto;
}
.btn-internal02 a:hover {
    opacity: 0.7;
}

.btn-internal02 a {
        background: #FFF url(img/arr_black2.png) right 15px top 50% no-repeat;
        background-size: 8px auto;
        color: #37301e;
        font-size: 15px;
        font-size: 1.5rem;
        display: block;
        text-align: center;
        padding: 16px 35px 16px 20px;
        position: relative;
        border: 2px solid #37301e;
}

#map_cont .mapArea .btnTit.chubu {
    top: 550px;
    right: 255px;
}
#page h2.tokushu{
	margin-top: 100px;
	margin-bottom: 10px;
}
.mini{
	font-size: 90% !important;
	background: none;
	font-weight: bold;
}
p.txt{
	margin-bottom: 4rem !important;
}
.addParts02 .sCont01 .ph02{
	width: 400px;
}
.addParts02 .sCont01 .txtArea02 {
    width: calc(78% - 200px);
    padding: 0 0 0 40px;
}
.addParts02 .sCont01 .txtArea02 .jobName {
    display: inline-block;
    background: #e60013;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #FFF;
    padding: 10px 50px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    margin: 15px 0 15px 0;
}
.addParts02 .sCont01 .txtArea02 .name {
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.addParts02 .sCont01 .catch {
    font-size: 2.2rem;
    color: #e60013;
    margin: 0 0 15px 0;
    font-weight: 700;
}
p.p-txt{
	margin-bottom: 10px;
}

#keyArea .keyAb .mainArea_key .mainTxt_area p span {
    color: #e60013;
    background: none;
    font-size: 1.6rem;
}

#interview_cont .detail .intv_block02_bot {
    background: #f4f4f4;
    padding: 1px 0;
}











h2 a, h3 a, h4 a, h5 a, .caption a {
    pointer-events: none !important;
    background-image: none !important;
    text-decoration: none !important;
}
h2 a:after, h3 a:after, h4 a:after, h5 a:after {
    display: none !important;
}
#contents .btn-internal a {
    display: none;
}
#contents .btn-internal.down a {
    display: block;
}
#contents .btn-internal.up a {
    display: block;
}
.blind {
    display: none;
}

#index section.sec.sec03 {
        background: #fff5cb;
        padding: 4rem 0 0rem 0;
    }
.bx-wrapper {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 2rem;
}
.bx-wrapper p.ttl {
    font-weight: bold;
    color: #e60013;
    margin: 2rem 0 1rem;
    line-height: 1.7;
    font-size: 1.6rem;
}

.inner.wi1000.show .bx-wrapper p {
    margin: 1rem auto 1rem;
}

#index section.sec.sec04 h3 {
    position: relative;
    margin: 35px 0 20px;
    padding: 15px 10px 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    border-bottom: 3px solid #CCC;
}

#index section.sec.sec04 h3:before {
    content: "";
    background: #e60013;
    display: inline-block;
    width: 60px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
}
.lp2 #index #interview_cont.sec03 {
    padding-bottom: 3rem;
    margin-bottom: 8rem;
}

/*20260305*/
.lp3 #index #interview_cont.sec03 {
    padding-bottom: 3rem;
    margin-bottom: 8rem;
}

.lp3 #index section.sec.sec06 {
    background: #fff5cb;
    padding: 6rem 0 0rem 0;
}

.lp3 .youtube-wrapper{
  width: 80%;
  aspect-ratio: 16 / 9;
  margin: 30px auto 50px;
}

.lp3 .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
}

.lp3 #index .addParts04.qanda .txtArea.txtArea-lp.box {
    margin-bottom: 50px;
}

.lp3 #index .addParts04.qanda p {
    margin: 20px 0;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
section#joblist_cont .addParts02 .sCont03 .btn-internal, 
section#joblist_cont .addParts02 .sCont03 .btn-web {
    width: 44%;
}
.addParts04 .ap04_block .contBox .txtArea.txtArea-lp {
    width: 100%;
}
    .bx-wrapper img {
        height: 390px;
        margin: 0 auto 2rem;
    }
	
	
	
	.sec.sec02 .intv_block03 .slideCont.wi1000 .bx-wrapper img {
    height: auto;
    max-width: 100%;
    margin: 0 auto 2rem;
}
	
	
.lp2 #keyArea .keyAb .mainArea_key .mainTxt_area .idxh2 {
}
.lp2 #keyArea .keyAb .mainArea_key .mainTxt_area .idxh2 .fs_l {
    font-size: 6.6rem;
    line-height: 9rem;
}
.lp2 #keyArea .keyAb .mainArea_key {
    padding: 10px 70px 90px 180px;
}	
.lp2 #index .caption.center {
    text-align: center;
}	
.lp2 #interview_cont .detail .intv_block03 .titArea .idxh3 {
    font-size: 5.2rem;
}	

/*20260305*/
.lp3 #keyArea .keyAb .mainArea_key .mainTxt_area .idxh2 .fs_l {
    font-size: 6.6rem;
    line-height: 9rem;
}
.lp3 #keyArea .keyAb .mainArea_key {
    padding: 10px 70px 90px 180px;
}	
.lp3 #index .caption.center {
    text-align: center;
}	
.lp3 #interview_cont .detail .intv_block03 .titArea .idxh3 {
    font-size: 5.2rem;
}
.lp3 #interview_cont .detail .intv_block03 .titArea .idxh3_01{
    font-size: 3.2rem;
	background: none;
    margin: 0 0 50px 0;
    padding: 0;
    text-align: center;
    line-height: 6rem;
}
.lp3 #interview_cont .detail .intv_block03 .titArea .idxh3_01 span.marker {
    font-weight: normal;
}
	

}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
.addParts06{
	margin: 30px auto 80px !important;
}
/*2024.09.04*/
#keyArea .keyAb .mainArea_key .mainTxt_area .idxh2:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -9px;
        background: url(https://www.kyutou-career.com/wp/wp-content/uploads/deco_img_key.png) 50% 100% no-repeat;
        background-size: 125px auto;
        width: 125px;
        height: 256px;
    }
#keyArea:before {
        content: "";
        background: url(https://www.kyutou-career.com/wp/wp-content/uploads/bg_rep_red.jpg);
        clip-path: polygon(0 0, 0% 100%, 100% 0);
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
        width: 500px;
        height: 500px;
        position: absolute;
        top: 0;
        left: calc(50% - 500px);
    }

.addParts02 .sCont01 .ph02{
	width: 100%;
    margin: 0 auto 30px;
}	
.addParts02 .sCont01 .txtArea02 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
	    text-align: center;
}
.addParts02 .sCont01 .txtArea02 .jobName {
　　　　display: block;
        text-align: center;
        width: 80%;
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 10px 30px;
        clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
        -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	    margin: 15px 0 15px 0 !important;
}
.addParts02 .sCont01 .txtArea02 .name {
    text-align: center;
        font-size: 2rem;
        letter-spacing: 0.1rem;
        margin: 0 0 20px 0;
}
	
#index_cont .bnCont .bnArea .bn.bn5 {
    width: 48%;
}

#index_cont .bnCont .bnArea .bn.bn5 a {
    width: unset;
    padding: unset;
    margin: unset;
    border: none;
    box-shadow: none;
}

#index_cont .bnCont .bnArea .bn.bn5 {
    background: unset;
}

#index_cont .bnCont .bnArea .bn.bn5:before {
    display: none;
}

#index_cont .bnCont .bnArea .bn.bn6 a {
    width: unset;
}

#index_cont .bnCont .bnArea .bn.bn6 {width: 48%;height: 90%;}

#index_cont .bnCont .bnArea .bn.bn6 a {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    box-shadow: 2px 2px 0px;
    height: 100%;
    text-align: left;
}

#index_cont .bnCont .bnArea .bn.bn6 a b {
    font-size: 17px;
}

#index_cont .bnCont .bnArea .bn.bn6 a b:last-child:before {content: "";display: block;}
#index_cont .bnCont .bnArea .bn.bn5 a:after {
    display: none;
}

#index_cont .bnCont .bnArea .bn.bn6 a:after {
    width: 22px;
    height: 22px;
    bottom: -14%;
    top: unset;
    left: 44%;
}
#index_cont .bnCont .bnArea .bn.bn6:before {
    right: 0;
    width: 6.5rem;
    background-size: 180%;
    height: 8rem;
}	
section#joblist_cont .addParts02 p {
    margin: 0 0 10px 0;
}

section#joblist_cont .addParts02 .btn-link, section#joblist_cont .addParts02 .sCont03 .btn-internal, section#joblist_cont .addParts02 .sCont03 .btn-web {
    margin: 1rem auto 2rem;
}	
	
	#interview_cont .detail .intv_block03 {
        padding: 50px 15px 15px 15px;
        position: relative;
    }
	
#keyArea .keyAb .mainArea_key {
        padding: 20px 15px 20px 15px;
        position: relative;
    }
	
#keyArea .keyAb .mainArea_key .mainTxt_area .idxh2 .fs_s {
        font-size: 1.5rem;
    }
	

.sitename_wrap {
    padding: 10px;
}

#keyArea .keyAb .mainArea_key {
    padding-bottom: 2rem;
}
body {
    padding-bottom: 0;
}

.addParts04 .ap04_block {padding: 2rem 1rem;}

.addParts04 .ap04_block .titBox {
    margin-left: 0;
    margin-top: -2rem;
}	
.addParts04 {
    margin-bottom: 0;
}

#index section.sec.sec04 {
    margin-top: 6rem;
    padding: 1rem;
}

#index section.sec.sec04 h2 {
    letter-spacing: 0.2rem;
    font-weight: 700;
    background: #FCF5CB url(img/bg_yel.png) right -120px top 0 no-repeat;
    background-size: 200px 100%;
    margin: 35px 0 20px;
    padding: 12px 10px 12px 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: left;
    position: relative;
    color: #37301e;
    font-family: unset;
}

    #index section.sec.sec04 {
        margin-top: 2rem;
        padding: 1rem;
    }


    #keyArea {
        height: auto;
        margin: 0 auto;
        overflow-y: unset;
    }

.bx-wrapper {
    width: 90%;
}	
.inner.wi1000.show p {
    margin: 0 auto 5rem;
}	
	
.btn-web.fixbanner {
    position: fixed;
    bottom: 4px;
    width: 99%;
    margin: 0 auto;
	z-index: 11;
}	
#page-top {
    bottom: 110px;
}	
	
#interview_cont .detail .intv_block03 .slideCont {
    z-index: 0;
}	
	
	
	
.lp2 #keyArea .keyAb .mainArea_key .mainTxt_area .idxh2 .fs_l {
    font-size: 2rem;
    line-height: 1.4;
}
.lp2 #keyArea .keyAb .mainArea_key .mainTxt_area .idxh2 {
    line-height: 1;
}	
.lp2 #interview_cont .detail .intv_block03 .titArea .idxh3 span.marker {
    font-size: unset;
}
.lp2 #interview_cont .detail .intv_block03 .titArea .idxh3 {
    font-size: 3rem;
}	
	
.lp2 #keyArea .keyAb .mainArea_key .mainTxt_area .idxh2 {
        line-height: 0.5;
    }

/*20260305*/
.lp3 #keyArea .keyAb .mainArea_key .mainTxt_area .idxh2 .fs_l {
    font-size: 2rem;
    line-height: 1.4;
}
.lp3 #interview_cont .detail .intv_block03 .titArea .idxh3 span.marker {
    font-size: unset;
}
.lp3 #interview_cont .detail .intv_block03 .titArea .idxh3 {
    font-size: 3rem;
}
.lp3 #keyArea .keyAb .mainArea_key .mainTxt_area .idxh2 {
    line-height: 0.5;
	margin-bottom: 20px;
}
.lp3 #keyArea .keyAb .mainArea_key .mainTxt_area .idxh2:before {
        bottom: -20%;
}
.lp3 #interview_cont .detail .intv_block03 .titArea .idxh3_01{
	font-size: 3rem;
    background: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    line-height: 1.3;   
}
.lp3 #interview_cont .detail .intv_block03 .titArea .idxh3_01 span.marker {
    font-size: unset;
	font-weight: normal;
}
.lp3 .addParts04 .ap04_block .titBox .secTit.txt{
	font-size: 1.5rem;
	line-height: 2rem;
}
.lp3 #index .idxh2 .fs_s {
    font-size: 2.7rem;
    line-height: 1.4;
    display: inline-block;
}
.lp3 .youtube-wrapper {
  width: 90%;
}
.lp3 .addParts04.qanda {
    margin-top: 50px;
}
.lppc_br {
        display: none;
}

}/*////////////////////SP用CSSここまで///////////////////*/