@charset "UTF-8";

#subVisual{padding: 130px 0 10px;}

.subVisualInner{
    width: 98%;
    margin: auto;
    background: #333;
    border-radius: 20px;
    padding: 80px 10px;
    box-sizing: border-box;
    }
.overviewVisual .subVisualInner{background: url("../img/overview/h2.jpg")no-repeat center / cover;}
.jobVisual .subVisualInner{background: url("../img/job/h2.jpg")no-repeat center / cover;}
.memberVisual .subVisualInner{background: url("../img/member/h2.jpg")no-repeat center / cover;}
.welfareVisual .subVisualInner{background: url("../img/welfare/h2.jpg")no-repeat center / cover;}
.recruitVisual .subVisualInner{background: url("../img/recruitment/h2.jpg")no-repeat center / cover;}
.entryVisual .subVisualInner{background: url("../img/entry/h2.jpg")no-repeat center / cover;}
.newsVisual .subVisualInner{background: url("../img/news/h2.jpg")no-repeat center / cover;}

#subVisual h2{
    margin: 0 auto;
    width: 96%;
    max-width: 1280px;
    text-align: center;
    color: #fff;
    }
#subVisual h2 .en{
    display: block;
    font-family: var(--ff-en);
    font-size: 10.0rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.1;
    }
#subVisual h2 .ja{
    font-family: var(--ff-main);
    font-size: 5.0rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.3;
    }
@media screen and (max-width: 1290px) {
    #subVisual{padding-top: 90px;}
    }
@media screen and (max-width: 1000px) {
    #subVisual{padding-top: 70px;}    
    }
/* TAB */
@media screen and (max-width: 899px) {
    #subVisual{padding:50px 0 0;}
    #subVisual h2 .en{font-size: 6.0rem;}
    #subVisual h2 .ja{font-size: 2.5rem;}
}
/* SP */
@media screen and (max-width: 480px) {
    .subVisualInner{
    border-radius: 10px;
    padding: 40px 10px;
    }
    #subVisual h2 .en{font-size: 4.5rem;}
    #subVisual h2 .ja{font-size: 1.6rem;}
}

/* bread_crumb
--------------------------------------------------*/
.bread_crumb_list {
    padding:0 0;
    width: 100%;
    margin:10px 0;
    }
ul.bread_crumb {
	text-align:left;
	margin: 0 auto;
	padding:0;
    width: 96%;
    max-width: 1280px;
	}
.bread_crumb li {
	display:inline;
	font-size: 1.4rem;
    font-family: var(--ff-main);
	font-weight: 500;
    line-height: 1.0;
	}
.bread_crumb .material-icons{vertical-align:-0.2em !important;}
.bread_crumb li:after {
    content : '>';
    padding-left:5px;
    margin-right:5px;
	}
.bread_crumb li:last-child:after {content : '';}
.bread_crumb li a {text-decoration:underline;}
.bread_crumb li a:hover{text-decoration:none;}
.bread_crumb li.current {}

@media screen and (max-width: 899px) {
    .bread_crumb_list {margin:0 0;}
    }
@media screen and (max-width: 480px) {
    .bread_crumb_list {}
    .bread_crumb li {font-size: 1.2rem;}
    }

/* subcon
---------------------------------------------------------------------------*/
#mainBox.subcon{margin-top: 0;font-size: 1.6rem;}

.subcon .cntInner{
    max-width: 1280px;
    width: 96%;
    margin: 0 auto;
    padding: 0;
    }
.subcon section{padding: 100px 0;}
.subcon p{
    font-family: var(--ff-main);
    font-size:1.6rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .075em;
    }
.subcon .kadomaru{border-radius: 20px;}
.subcon ._Title{margin-bottom: 80px;}

.subcon ._Title2{
    font-family: var(--ff-main);
    font-size: 3.0rem;
    border-left: 6px solid var(--c-main);
    padding: 1px 0 3px 15px;
    line-height: 1.1;
    letter-spacing: .075em;
    margin-bottom: 20px;
    color: var(--c-main);
    }
.subcon #_joinus{
    background-size: contain;
    width: 1280px;
    margin: auto;
}

/* TAB */
@media screen and (max-width: 899px) {
    .subcon section{padding: 60px 0;}
    .subcon  ._Title{margin-bottom: 40px;}
    .subcon ._Title2{
    font-size: 2.4rem;
    }

}
/* SP */
@media screen and (max-width: 480px) {
    .subcon{font-size: 1.4rem;}
    .subcon section{padding: 40px 0;}
    .subcon p{
    font-size:1.4rem;
    line-height: 1.7;
    letter-spacing: .05em;
    }
    .subcon .kadomaru{border-radius: 10px;}
    .subcon  ._Title{margin-bottom: 20px;}
.subcon ._Title2{
    font-size: 2.0rem;
    border-left: 5px solid var(--c-main);
    padding: 1px 0 3px 8px;
    }
}



/* TBL
---------------------------------------------------------------------------*/
.subcon .defTable01,
.subcon .defTable02{
    width: 100%;
    margin: 0 auto;
    border: none;
    border-collapse: collapse;
    }
.subcon .defTable01 th,
.subcon .defTable02 th{
    width: 280px;
    padding:20px 25px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    font-size:1.7rem;
    font-weight: 600;
    line-height: 1.7;
    border-bottom: 1px solid #ddd;
    background: #eee;
    }
.subcon .defTable01 td,
.subcon .defTable02 td{
    padding:20px 25px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    font-size:1.6rem;
    font-weight: 600;
    line-height: 1.7;
    border-bottom: 1px solid #ddd;
    background:#fff;
    }
.subcon .defTable01 tr:first-child th{border-top: 1px solid #ddd;}
.subcon .defTable01 tr:first-child td {border-top: 1px solid #ddd;}

.subcon .defTable02 th{
    width: 180px;
    padding:20px 20px 20px 0;
    border: none;
    background: none;
    vertical-align: top;
    position: relative;
    }
.subcon .defTable02 th::after{
    position: absolute;
    content: ":";
    top: 20px;
    right: 0;
    }
.subcon .defTable02 td{
    padding:20px 0 20px 40px;
    border: none;
    background: none;
    vertical-align: top;
    }
/* TAB */
@media screen and (max-width: 899px) {
.subcon .defTable01 th,
.subcon .defTable02 th{
    width: 180px;
    padding:15px 15px;
    font-size:1.6rem;  
    line-height: 1.5;
    }  
.subcon .defTable01 td,
.subcon .defTable02 td{
    padding:15px 15px;
    line-height: 1.5;
    }
    .subcon .defTable02 th{padding:20px 15px 20px 0;}
    .subcon .defTable02 td{padding:20px 0 20px 15px;}
}
/* SP */
@media screen and (max-width: 480px) {
.subcon .defTable01{
    margin: 20px auto;
    }
.subcon .defTable01 th,
.subcon .defTable02 th{
    display: block;
    width: 100%;
    padding:10px 15px;
    font-size:1.5rem;
    line-height: 1.7;
    border-bottom:none;
    }
.subcon .defTable01 td,
.subcon .defTable02 td{
    display: block;
    width: 100%;
    padding:15px 0;
    font-size:1.4rem;
    line-height: 1.7;
    border-bottom:none;
    }
.subcon .defTable01 tr:first-child th{border-top:none;}
.subcon .defTable01 tr:first-child td {border-top: none;}
.subcon .defTable01 tr:last-child td{border-bottom: 1px solid #ddd;}
    
.subcon .defTable02 th{padding: 10px 0 0 0;color: var(--c-main);} 
.subcon .defTable02 td{padding: 4px 0 10px 0}
    .subcon .defTable02 th::after{display: none;}
}


/* overview
---------------------------------------------------------------------------*/
#_subOverv01 p{
    display: block;
    /* margin-bottom: 30px; */
    margin: 0px 10% 30px;
    }
#_subOverv02{
    background: url("../img/cmn/bg01.jpg")repeat center;
    }
#_subOverv02 .officeArea{margin-bottom:180px;}
#_subOverv02 .officeArea article{
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 50px 60px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
    }
#_subOverv02 .officeArea article .gmap{margin-top: 20px;}
#_subOverv02 .officeArea article .gmap iframe{width: 100%;height: 250px;border-radius: 10px;}
#_subOverv02 .officeArea article ul{margin-top: 20px;}
#_subOverv02 .officeArea article li{width: 24%;}
#_subOverv02 .officeArea article li img{border-radius: 10px;}
#_subOverv02 .historyArea{
    margin-top:180px;
    background: url("../img/overview/bg.png")no-repeat top right;
    }
#_subOverv02 .historyArea table{
    width: 100%;
    margin: 0 auto;
    border: none;
    border-collapse: collapse;
    position: relative;
    }
#_subOverv02 .historyArea table::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: var(--c-main);
    top: 0;
    left: 200px;
}
#_subOverv02 .historyArea table th{
    width: 200px;
    vertical-align: middle;
    padding: 8px 30px 8px 0;
    text-align: right;
    font-size:1.7rem;
    font-weight: 600;
    line-height: 1.7;
    box-sizing: border-box;
    color: var(--c-main);
    position: relative;
    }
#_subOverv02 .historyArea table th::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 40%;
    right: -7px;
    background: var(--c-main);
    border-radius: 100px;
    }
#_subOverv02 .historyArea table td{
    vertical-align: middle;
    padding: 8px 0 8px 30px;
    font-size:1.6rem;
    font-weight: 600;
    line-height: 1.7;
    box-sizing: border-box;
    }

#_subOverv03{
    background: var(--c-main);
    color: #fff;
    }
#_subOverv03 .cntList li{
    width: 31%;
    margin: 1%;
    color: var(--c-main);
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 30px 5px 30px;
    max-height: 220px;
    }
#_subOverv03 .cntList li:nth-child(7),
#_subOverv03 .cntList li:nth-child(8){width: 48%;}

#_subOverv03 .cntList li:nth-child(1){background: url("../img/overview/01.png")no-repeat 80% 70% , #fff;}
#_subOverv03 .cntList li:nth-child(2){background: url("../img/overview/02.png")no-repeat 80% 70% , #fff;}
#_subOverv03 .cntList li:nth-child(3){background: url("../img/overview/03.png")no-repeat 80% 70% , #fff;}
#_subOverv03 .cntList li:nth-child(4){background: url("../img/overview/04.png")no-repeat 80% 70% , #fff;}
#_subOverv03 .cntList li:nth-child(5){background: url("../img/overview/05.png")no-repeat 80% 70% , #fff;}
#_subOverv03 .cntList li:nth-child(6){background: url("../img/overview/06.png")no-repeat 50% 50% , #fff;}
#_subOverv03 .cntList li:nth-child(7){background: url("../img/overview/07.png")no-repeat 90% 60% , #fff;}

#_subOverv03 .cntList li h4{
    font-size: 2.8rem;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 14px;
    line-height: 1.5;
    }
#_subOverv03 .cntList li h4 span{display: block;font-size: 1.6rem;}
#_subOverv03 .cntList li h4::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background: #88cc8d;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    }
#_subOverv03 .cntList li .nm{
    font-size: 2.8rem;
    line-height: 1.1;
    }
#_subOverv03 .cntList li .nm span{
    font-size: 5.5rem;
    font-family: var(--ff-en);
    letter-spacing: 0;
    padding-right: 5px;
    }

#_subOverv03 .cntList li:nth-child(7){padding-right: 12%;}


/* TAB */
@media screen and (max-width: 899px) {
#_subOverv02 .officeArea{margin-bottom:100px;}
#_subOverv02 .officeArea article{
    padding: 40px 40px;
    margin-bottom: 20px;
    }
#_subOverv02 .historyArea{
    margin-top:100px;
    background: none;
    }
#_subOverv02 .historyArea table::after{
    left: 140px;
    }
#_subOverv02 .historyArea table th{
    width: 140px;
    padding: 8px 20px 8px 0;
    font-size:1.5rem;
    }
#_subOverv02 .historyArea table td{
    padding: 8px 0 8px 20px;
    font-size:1.5rem;
    }

#_subOverv03 .cntList li{
    width: 48%;
    margin: 1%;
    }
#_subOverv03 .cntList li:nth-child(7),
#_subOverv03 .cntList li:nth-child(8){width: 98%;}
    
}


/* SP */
@media screen and (max-width: 480px) {
#_subOverv01 p{margin-bottom: 0 0 20px;} 
#_subOverv02 .officeArea{margin-bottom:60px;}
#_subOverv02 .officeArea article{
    padding: 20px;
    border-radius: 10px;
    }
#_subOverv02 .officeArea article .gmap{margin-top: 10px;}
#_subOverv02 .officeArea article .gmap iframe{height: 200px;}
#_subOverv02 .officeArea article ul{margin-top: 10px;}
#_subOverv02 .officeArea article li{width: 48%;margin-top: 2%;}
#_subOverv02 .historyArea{margin-top:60px;}
#_subOverv02 .historyArea table td{line-height: 1.3;}
#_subOverv03 .cntList li{padding: 18px 2px;}
#_subOverv03 .cntList li h4{font-size: 1.7rem;}
#_subOverv03 .cntList li h4 span{font-size: 1.2rem;letter-spacing: 0}    
#_subOverv03 .cntList li h4::after{width: 30px;}
#_subOverv03 .cntList li .nm{font-size: 1.7rem;}
#_subOverv03 .cntList li .nm span{font-size: 3.2rem;}    
    
}




/* Job
---------------------------------------------------------------------------*/
#_subJob01 .cntDiv{
    position: relative;
    margin: 0px 9% 30px;
    }
#_subJob01 .cntDiv::after{
    position: absolute;
    content: "Diversity";
    font-family: "Ms Madi", cursive;
    font-weight: 400;
    font-style: normal;
    bottom: 0;
    right: 0;
    font-size: 30rem;
    opacity: 0.4;
    z-index:1;
    transform: rotate(-10deg);
    line-height: 1.1;
    color: rgba(49,136,56,0.2);
    }
#_subJob01 .cntDiv p{
    position: relative;
    z-index: 2;
    /* font-size: 2.2rem; */
    }
#_subJob01 .cntDiv h3{
    position: relative;
    z-index: 2;
    font-size: 5.0rem;
    margin-bottom: 40px;
    }
#_subJob01 .cntList{
    margin-top: 100px;
    }
#_subJob01 .cntList li{
    width: 46%;
    margin: 4% 0;
    }
#_subJob01 .cntList li figure{position: relative;}
#_subJob01 .cntList li figure::before{
    position: absolute;
    content: "01";
    color: #fff;
    bottom: -40px;
    right: 0;
    font-family: var(--ff-en);
    font-size: 18rem;
    line-height: 1.0;
    letter-spacing: 0;
    }
#_subJob01 .cntList li:nth-child(2) figure::before{content: "02"}
#_subJob01 .cntList li:nth-child(3) figure::before{content: "03"}
#_subJob01 .cntList li:nth-child(4) figure::before{content: "04"}
#_subJob01 .cntList li h4{
    font-size: 2.8rem;
    margin: 35px 0 15px;
    }


#_subJob02{
    background: url("../img/cmn/bg01.jpg")repeat center;
    }

#_subJob02 .cntList{
    margin-bottom: 100px;
    justify-content: center;
    }
#_subJob02 .cntList li{
    width: 31%;
    margin: 1%;
    background: #fff;
    border-radius: 20px;
    padding: 55px 10px 50px;
    text-align: center;
    color: var(--c-main);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    }
#_subJob02 .cntList li figure{margin-bottom: 10px;}
#_subJob02 .cntList li figure img{max-width: 80px;}
#_subJob02 .cntList li p{
    font-weight: 600;
    font-size: 2.0rem;
    }
#_subJob02 .cntList li:nth-child(2) p{padding-top: 18px;}
#_subJob02 .cntList li p span{
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0;
    }
#_subJob02 .cntList.cntText{justify-content:space-between;}
#_subJob02 .cntList.cntText .cntDiv{width: 50%;}
#_subJob02 .cntList.cntText:nth-child(3) {flex-direction: column-reverse;flex-direction: row-reverse;}
#_subJob02 .cntList.cntText figure{width: 46%;}
#_subJob02 .cntList.cntText .cntDiv h4{
    font-size: 2.8rem;
    margin: 10px 0 25px;
    line-height: 1.5;
    }
#_subJob02 .cntList.cntText .cntDiv p{
    font-size: 1.7rem;
    display: block;
    padding: 8px 0;
    }

#_subJob03{
    background:var(--c-main);
    color: #fff;
    }
#_subJob03 .cntInner{background: url("../img/job/bg.png")no-repeat right top;}
#_subJob03 h4{
    font-size: 2.5rem;
    margin: 0 0 15px;
    background: url("../img/job/icon06.png")no-repeat left center;
    background-size: 35px;
    padding-left: 48px;
    }
#_subJob03 table{
    width: 100%;
    margin: 0 auto;
    border: none;
    border-collapse: collapse;
    position: relative;
    font-size: 1.8rem;
    }
#_subJob03 table::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    left:16px;
    background: #fff000;
    }
#_subJob03 table th{
    width: 140px;
    padding: 15px 0 15px 34px;
    text-align: left;
    position: relative;
    color: #fff000;
    font-family: var(--ff-en);
    }
#_subJob03 table th::before{
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 42%;
    left: 11px;
    background: #fff000;
    border-radius: 100px;
    }
#_subJob03 table td{
    padding: 15px 10px;
    }


#_subJob04 h4{
    font-size: 2.5rem;
    margin: 0 0 15px;
    background: url("../img/job/icon07.png")no-repeat left center;
    background-size: 35px;
    padding-left: 40px;
    color: var(--c-main);
    }
#_subJob04 .cntList{
    background: #e3fde5;
    padding: 60px 50px 30px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 10px;
    }
#_subJob04 .cntList .cntBox{
    width: 24%;
    background: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    }
#_subJob04 .cntList .cntBox::before{
    content: "";
    position: absolute;
    top: -40px;
    left: -55px;
    background: url("../img/job/stepup.png") no-repeat center center;
    background-size: contain;
    width: 80px;
    height: 40px;
    z-index: 1;
    }
#_subJob04 .cntList .cntBox:nth-child(1)::before{
    display: none;
    }
#_subJob04 .cntList .cntBox h5{
    background: #ddd;
    padding: 25px 5px;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 10px 10px 0 0;
    color: #295551;
    }
#_subJob04 .cntList .cntBox:nth-child(1) h5{
    background: #bbf5d9
    }
#_subJob04 .cntList .cntBox:nth-child(2) h5{
    background: #98ecc3
    }
#_subJob04 .cntList .cntBox:nth-child(3) h5{
    background: #66debb
    }
#_subJob04 .cntList .cntBox:nth-child(4) h5{
    background: #4dd0c5
    }
#_subJob04 .cntList .cntBox h5 span{
    font-size: 2.6rem;
    font-weight: 600;
    display: block;
    }
#_subJob04 .cntList .cntBox ul{
    padding: 20px;
    }
#_subJob04 .cntList .cntBox li{
    list-style: disc;
    line-height: 1.4;
    padding: 8px 0;
    margin-left: 10px;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 500;
    }


/* TAB */
@media screen and (max-width: 899px) {
#_subJob01 .cntDiv::after{font-size: 15rem;}
#_subJob01 .cntDiv p{font-size: 1.8rem;}
#_subJob01 .cntDiv h3{
    font-size: 3.3rem;
    margin-bottom: 20px;
    }
#_subJob01 .cntList{margin-top: 80px;}
#_subJob01 .cntList li figure::before{
    bottom: -20px;
    font-size: 10rem;
    }
#_subJob01 .cntList li h4{
    font-size: 2.2rem;
    margin: 15px 0 15px;
    }

#_subJob02{}
#_subJob02 .cntList{
    margin-bottom: 80px;
    }
#_subJob02 .cntList li{
    width: 48%;
    margin: 1%;
    padding: 35px 10px 30px;
    }
#_subJob02 .cntList li figure img{max-width: 60px;}
#_subJob02 .cntList li p{font-size: 1.8rem;}
#_subJob02 .cntList li p span{font-size: 1.2rem;}
#_subJob02 .cntList.cntText .cntDiv h4{
    font-size: 2.2rem;
    margin: 0 0 10px;
    }
#_subJob02 .cntList.cntText .cntDiv p{font-size: 1.4rem;}

#_subJob03 .cntInner{
    background: url("../img/job/bg.png")no-repeat right top;
    background-size: 40%;
    }
#_subJob03 h4{
    font-size: 2.0rem;
    background: url("../img/job/icon06.png")no-repeat left center;
    background-size: 25px;
    padding-left: 38px;
    }
#_subJob03 table{font-size: 1.5rem;}
#_subJob03 table th{
    width: 100px;
    padding: 10px 0 10px 34px;
    }
#_subJob03 table th::before{
    width: 12px;
    height: 12px;
    top: 40%;
    }
#_subJob03 table td{padding: 10px 10px;}
    
#_subJob04 h4{
    font-size: 2.0rem;
    background: url("../img/job/icon07.png")no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
    }
#_subJob04 .cntList{
    background: #e3fde5;
    padding: 60px 15px 20px;
    }
#_subJob04 .cntList .cntBox h5{
    padding: 20px 5px;
    font-size: 1.3rem;
    }
#_subJob04 .cntList .cntBox h5 span{font-size: 1.8rem;}
#_subJob04 .cntList .cntBox ul{padding: 15px;}
#_subJob04 .cntList .cntBox li{font-size: 1.4rem;}   
}

/* SP */
@media screen and (max-width: 480px) {
#_subJob01 .cntDiv::after{font-size: 10rem;}
#_subJob01 .cntDiv p{font-size: 1.5rem;}
#_subJob01 .cntDiv h3{
    font-size:2.2rem;
    margin-bottom: 10px;
    }
#_subJob01 .cntList{margin-top: 40px;}
#_subJob01 .cntList li{width: 100%;}
#_subJob01 .cntList li figure::before{
    bottom: -20px;
    font-size: 8rem;
    }
#_subJob01 .cntList li h4{
    font-size: 2.0rem;
    margin: 15px 0 5px;
    }

#_subJob02{}
#_subJob02 .cntList{
    margin-bottom: 40px;
    }
#_subJob02 .cntList li{
    width: 100%;
    border-radius: 10px;
    margin: 1% 0;
    padding: 25px 10px 20px;
    }
#_subJob02 .cntList li figure img{max-width: 50px;}
#_subJob02 .cntList li p{font-size: 1.6rem;}
#_subJob02 .cntList li:nth-child(2) p{padding-top: 5px;}
    
#_subJob02 .cntList.cntText .cntDiv{width:100%;}
#_subJob02 .cntList.cntText figure{width: 100%;margin-top: 10px;}
#_subJob02 .cntList.cntText .cntDiv h4{
    font-size: 1.8rem;
    margin: 0 0 5px;
    }
#_subJob02 .cntList.cntText .cntDiv p{padding: 5px 0;}

#_subJob03 .cntInner{background: none;}
#_subJob03 h4{
    margin-left: 8px;
    font-size: 1.6rem;
    background: url("../img/job/icon06.png")no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    }
#_subJob03 table{font-size: 1.4rem;}
#_subJob03 table th{
    width: 100px;
    padding: 8px 0 8px 34px;
    }
#_subJob03 table th::before{top: 13px;}
#_subJob03 table td{padding: 8px 10px;line-height: 1.5;}
    
#_subJob04 h4{
    font-size: 1.6rem;
    background: url("../img/job/icon07.png")no-repeat left center;
    background-size: 20px;
    padding-left: 25px;
    }
#_subJob04 .cntList{
    border-radius: 10px;
    padding: 10px 15px;
    }
#_subJob04 .cntList .cntBox{
    width: 100%;
    margin: 10px 0;
    }
#_subJob04 .cntList .cntBox::before{
    display: none;
    }
#_subJob04 .cntList .cntBox h5{
    padding: 15px 5px;
    font-size: 1.2rem;
    }
#_subJob04 .cntList .cntBox h5 span{font-size: 1.8rem;}
#_subJob04 .cntList .cntBox ul{padding: 15px;}
#_subJob04 .cntList .cntBox li{padding: 3px 0;}  
      
}



/* member
---------------------------------------------------------------------------*/
#_subMember article{margin-bottom: 200px;}
#_subMember article:last-child{margin-bottom: 0;}
#_subMember .profile{position: relative;margin-bottom: 100px;} 
#_subMember .profile h3{
    position: absolute;
    bottom:34%;
    right: 40px;
    font-size: 4.0rem;
    }
#_subMember .profile h3 span{
    background:  var(--c-main);
    padding: 1px 15px;
    color: #fff;
    border-radius: 4px;
    }
#_subMember .profile .cntText{
    position: absolute;
    bottom: 0;
    right: 40px;
    background: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    }
#_subMember .profile .cntText h4{
    font-size: 28px;
    margin-bottom:3px;
    }
#_subMember .profile .cntText h4 span{
    font-size: 16px;
    padding-left: 15px;
    color: #666;
    letter-spacing: 0;
    font-family: var(--ff-en);
    }
#_subMember .profile .cntText p{color: var(--c-main);font-size: 1.5rem;}
#_subMember .profile .cntText p::before{content: "・"}

#_subMember .cntList {margin-bottom: 60px;padding: 0 60px;}
#_subMember .cntList:nth-child(2n){flex-direction: column-reverse;flex-direction: row-reverse;}
#_subMember .cntList .cntImg{width: 40%;}
#_subMember .cntBox{width: 55%;}
#_subMember .cntBox p{padding-bottom: 30px;}

/* TAB */
@media screen and (max-width: 899px) {
#_subMember article{margin-bottom: 120px;}
#_subMember .profile{position: relative;margin-bottom: 80px;} 
#_subMember .profile h3{
    bottom:30%;
    right: 10px;
    font-size: 1.8rem;
    }
#_subMember .profile h3 span{
    padding: 1px 10px;
    }
#_subMember .profile .cntText{
    right: 10px;
    padding: 10px 30px 0;
    }
#_subMember .profile .cntText h4{
    font-size: 2.0rem;
    margin-bottom:0;
    }
#_subMember .profile .cntText h4 span{
    font-size: 1.3rem;
    padding-left: 5px;
    }
#_subMember .profile .cntText p{font-size: 1.3rem;}

#_subMember .cntList {margin-bottom: 30px;padding: 0 30px;}
#_subMember .cntBox p{padding-bottom: 10px;}

}
/* SP */
@media screen and (max-width: 480px) {
#_subMember article{margin-bottom: 80px;}
#_subMember .profile{margin-bottom: 40px;} 
#_subMember .profile h3{
    bottom:36%;
    right: 5px;
    font-size: 1.5rem;
    }
#_subMember .profile h3 span{
    padding: 1px 8px;
    }
#_subMember .profile .cntText{
    right: 5px;
    padding: 10px 20px 0;
    border-radius: 5px;
    }
#_subMember .profile .cntText h4{
    font-size: 1.6rem;
    }
#_subMember .profile .cntText h4 span{
    font-size: 1.2rem;
    }
#_subMember .profile .cntText p{font-size: 1.2rem;}

#_subMember .cntList {margin-bottom: 30px;padding: 0 30px;} 
#_subMember .cntList .cntImg{width: 100%;padding: 0 25px 30px;}
#_subMember .cntBox{width:100%;}   
    
    
}




/* welfare
---------------------------------------------------------------------------*/
#_subwelfare01{}
#_subwelfare02{
    background: url("../img/cmn/bg01.jpg")repeat center;
    }
#_subwelfare01 li,
#_subwelfare02 li{
    width: 47%;
    margin: 0 0 5%;
    }

#_subwelfare01 li h4,
#_subwelfare02 li h4{
    margin: 30px 0 20px;
    }

#_subwelfare03{
    background: var(--c-main);
    color: #fff;
    }
#_subwelfare03 li{
    width: 24%;
    border: 3px solid #fff;
    padding:35px 20px 25px;;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    }
#_subwelfare03 li  figure img{max-width: 100px;}
#_subwelfare03 li h4{
    font-size: 2.3rem;
    margin: 20px 0 10px;
    letter-spacing: .075em;
    }
#_subwelfare03 li p{
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.5;
    }

/* TAB */
@media screen and (max-width: 899px) {
#_subwelfare01 li h4,
#_subwelfare02 li h4{margin: 20px 0 10px;}
#_subwelfare03 li{
    width: 48%;
    margin: 1%;
    padding:25px 10px 20px;;
    }
#_subwelfare03 li  figure img{max-width: 50px;}
#_subwelfare03 li h4{
    font-size: 2.0rem;
    margin: 10px 0 5px;
    }
#_subwelfare03 li p{font-size: 1.4rem;} 
}
/* SP */
@media screen and (max-width: 480px) {
#_subwelfare01 li,
#_subwelfare02 li{
    width:96%;
    margin: 0 2% 5%;
    } 
#_subwelfare03 li{
    padding:20px 5px 10px;
    border: 2px solid #fff;
    }
#_subwelfare03 li  figure img{max-width: 40px;}
#_subwelfare03 li h4{font-size: 1.8rem;}
#_subwelfare03 li p{font-size: 1.3rem;}  
}




/* recruitment
---------------------------------------------------------------------------*/

#_subRecruit01 .tab-1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    }
#_subRecruit01 .tab-1 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #ddd;
    color: #535353;
    text-align: center;
    cursor: pointer;
    font-size: 1.8rem;
    }
#_subRecruit01 .tab-1 > label span{
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: 400;
    }
#_subRecruit01 .tab-1 > label:hover {opacity: .8}
#_subRecruit01 .tab-1 input {display: none;}
#_subRecruit01  .tab-1 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
    }
#_subRecruit01 .tab-1 label:has(:checked) {
    background-color: #fff;
    border-color: var(--c-main) var(--c-main) #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    color: #333333;
    }
#_subRecruit01 .tab-1 label:has(:checked) + div {display: block;}


#_subRecruit02{
    background: url("../img/cmn/bg01.jpg")repeat center;
    }
#_subRecruit02 li{
    width: 24%;
    background: #fff;
    border-radius: 20px;
    padding: 45px 10px 40px;
    text-align: center;
    color: var(--c-main);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    }
#_subRecruit02 li img{max-width: 80px;}
#_subRecruit02 li h4{
    font-weight: 600;
    margin-top: 20px;
    font-size: 2.0rem;
    letter-spacing: .075em;
    }


/* TAB */
@media screen and (max-width: 899px) {
    #_subRecruit02 ul{max-width: 480px;margin: auto;}
#_subRecruit02 li{
    width:98%;
    margin: 1%;
    border-radius: 10px;
    padding: 25px 10px 20px;
    }
#_subRecruit02 li img{max-width: 50px;}
#_subRecruit02 li h4{
    margin-top: 10px;
    font-size: 1.8rem;
    }    
}
/* SP */
@media screen and (max-width: 480px) {
#_subRecruit01 .tab-1 {
    display: grid;
    margin-bottom: 60px;
    }
#_subRecruit01 .tab-1 > label {
    font-size: 1.5rem;
    line-height: 1.5;
    }   
#_subRecruit01  .tab-1 > div {
    padding: 0.5em 0.5em;
    }
}




/* entry
---------------------------------------------------------------------------*/

.subcon .defTable01 label {
    font-size:1.6rem;
    line-height: 1.7;
    }
.subcon .defTable01 input[type=radio],
.subcon .defTable01 input[type=checkbox] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding: 0;
    margin: 2px 4px;
    font-size:1.6rem;
    }
.subcon .defTable01 input[type=text],
.subcon .defTable01 input[type=email],
.subcon .defTable01 input[type=tel] {
    border: 1px solid #e1ded8;
    padding:10px;
    background: #f8f6f2;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
    border-radius: 2px;
    font-size:1.6rem;
    }
.subcon .defTable01 input.form-m[type=text] {width: 50%; }
.subcon .defTable01 input.form-s[type=text] {width: 13%; }
.subcon .form-box {margin: 10px 0; }
.subcon .defTable01 select {
    border: 1px solid #e1ded8;
    background: #f8f6f2;
    padding:10px;
    width: 50%;
    box-sizing: border-box;
    line-height: 1.6;
    border-radius: 2px;
    font-size:1.6rem;
    }
.subcon .defTable01 select optgroup {background: #e1ded8; }
.subcon .defTable01 textarea {
    border: 1px solid #e1ded8;
    padding: 10px;
    background: #f8f6f2;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    font-size:1.6rem;
    }
.subcon .defTable01 input[type=text]::-moz-placeholder, .subcon .defTable01 input[type=email]::-moz-placeholder, .subcon .defTable01 input[type=tel]::-moz-placeholder, .subcon .defTable01 input[type=text]::placeholder, .subcon .defTable01 input[type=email]::placeholder, .subcon .defTable01 input[type=tel]::placeholder {
    color: #666;
    font-size:1.6rem;
    font-family: var(--ff-main);
    }
.subcon .defTable01 textarea::-moz-placeholder, .subcon .defTable01 textarea::placeholder {
    color: #666;
    font-size:1.6rem;
    font-family: var(--ff-main);
    }
.subcon .defTable01 td a {text-decoration: underline; }
.subcon .defTable01 td a:hover {text-decoration: none; }


.subcon .defTable01 .privacy_box{
    max-height: 450px;
    overflow-y: scroll;
    padding: 40px;
    margin: 20px 0;
    background: #f8f6f2;
    box-sizing: border-box;
    border: 1px solid #e1ded8;
    }
.subcon .defTable01 .privacy_box ._Title2{
    font-size: 1.8rem;
    margin-top: 40px;
    }
.subcon .defTable01 .privacy_box h5{margin-top: 20px;}
.subcon .defTable01 .privacy_box p,
.subcon .defTable01 .privacy_box ul li{
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 500;
    }
.subcon .defTable01 .privacy_box ul{margin: 10px 0 10px 1.5em;}
.subcon .defTable01 .privacy_box ul li{list-style: decimal;}
.subcon .form_btn {
    text-align: center;
    margin-top: 5rem;
    }
.subcon .form_btn input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: .075em;
    background: var(--c-main);
    border: 1px solid var(--c-main);
    transition: 0.5s;
    margin: auto;
    font-family: var(--ff-main);
    border-radius: 100px;
    }
.subcon .form_btn input:hover {
    background: #fff;
    color:var(--c-main);
    }
.subcon .defTable01 em.colR {
    font-style: normal;
    color: var(--c-main);
    font-size:1.4rem;
    margin-left: 4px;
    font-weight: 600;
    font-weight: bold;
    }


/* TAB */
@media screen and (max-width: 899px) {
.subcon .defTable01 label {
    font-size:1.5rem;
    line-height: 1.5;
    }
.subcon .defTable01 input[type=radio],
.subcon .defTable01 input[type=checkbox] {
    line-height: 1.5;
    font-size:1.5rem;
    }
.subcon .defTable01 input[type=text],
.subcon .defTable01 input[type=email],
.subcon .defTable01 input[type=tel] {
    padding:10px;
    line-height: 1.5;
    font-size:1.5rem;
    }
.subcon .defTable01 input.form-m[type=text] {width: 50%; }
.subcon .defTable01 input.form-s[type=text] {width: 15%; }
.subcon .form-box {margin: 10px 0; }
.subcon .defTable01 select {
    padding:10px;
    line-height: 1.5;
    font-size:1.5rem;
    }
.subcon .defTable01 select optgroup {background: #ddd; }
.subcon .defTable01 textarea {
    padding: 10px;
    line-height: 1.5;
    font-size:1.5rem;
    }
.subcon .defTable01 input[type=text]::-moz-placeholder, .subcon .defTable01 input[type=email]::-moz-placeholder, .subcon .defTable01 input[type=tel]::-moz-placeholder, .subcon .defTable01 input[type=text]::placeholder, .subcon .defTable01 input[type=email]::placeholder, .subcon .defTable01 input[type=tel]::placeholder {
    font-size:1.5rem;
    }
.subcon .defTable01 textarea::-moz-placeholder, .subcon .defTable01 textarea::placeholder {
    font-size:1.5rem;
    }
.subcon .defTable01 .privacy_box{
    padding: 30px;
    }
.subcon .defTable01 .privacy_box ._Title2{
    font-size:1.8rem;
    }
.subcon .form_btn input {
    width: 100%;
    max-width: 350px;
    font-size: 1.6rem;
    margin-top: 10px;
    font-weight: 600;
    }
}
/* SP */
@media screen and (max-width: 480px) {
.subcon .defTable01 label {
    font-size:1.4rem;
    line-height: 1.5;
    }
.subcon .defTable01 input[type=radio],
.subcon .defTable01 input[type=checkbox] {
    font-size:1.4rem;
    line-height: 1.5;
    }
.subcon .defTable01 input[type=text],
.subcon .defTable01 input[type=email],
.subcon .defTable01 input[type=tel] {
    font-size:1.4rem;
    line-height: 1.5;
    }
.subcon .form-box {margin: 10px 0; }
.subcon .defTable01 select {
    font-size:1.4rem;
    line-height: 1.5;
    }
.subcon .defTable01 textarea {
    font-size:1.4rem;
    line-height: 1.5;
    }
.subcon .defTable01 input[type=text]::-moz-placeholder, .subcon .defTable01 input[type=email]::-moz-placeholder, .subcon .defTable01 input[type=tel]::-moz-placeholder, .subcon .defTable01 input[type=text]::placeholder, .subcon .defTable01 input[type=email]::placeholder, .subcon .defTable01 input[type=tel]::placeholder {
    font-size:1.4rem;
    }
.subcon .defTable01 textarea::-moz-placeholder, .subcon .defTable01 textarea::placeholder {
    font-size:1.4rem;
    }
.subcon .defTable01 .privacy_box{
    max-height: 250px;
    }
.subcon .defTable01 .privacy_box ._Title2{
    font-size:1.6rem;
    }
.subcon .defTable01 .privacy_box p,
.subcon .defTable01 .privacy_box ul li{
    font-size: 1.4rem;
    }
.subcon .form_btn {
    margin-top: 2rem;
    }
.subcon .defTable01 em.colR {
    font-size:1.8rem;
    }
}


/* news
--------------------------------------------------*/
.subcon #_subtopics .cntList li{
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    }
.subcon #_subtopics .cntList li:first-child{
    padding: 15px 0 15px;
    border-top: 2px solid #ddd;
    }
.subcon #_subtopics .cntList li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 0;
    transition: 0.7s;
    }
.subcon #_subtopics .cntList li a:hover{
    color: var(--c-main);
    }
.subcon #_subtopics .cntList li .date {
    font-weight: 500;
    margin-right: 10px;
    }
.subcon #_subtopics .cntList li .cate {
    font-weight: 500;
    margin-right: 10px;
    background: var(--c-accent);
    color: #fff;
    border-radius: 100px;
    padding: 1px 14px;
    transition: 0.7s;
    }
.subcon #_subtopics .cntList li a:hover .cate{background: var(--c-main);}
.subcon #_subtopics .cntList li p {display: inline;}

.subcon #_subtopics .cntDiv{}
.subcon #_subtopics .cntDiv h1{
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .055em;
    margin: 0 0 30px;
    padding-bottom: 40px;
    border-bottom: 2px solid #ddd;
    }
.subcon #_subtopics .cntDiv .date {
    font-family:var(--ff-en);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .075em;
    text-align: right;
    display: block;
    margin-bottom: 20px;
    }
.subcon #_subtopics .cntDiv .cntImg{padding: 20px 0;}
.subcon #_subtopics .cntDiv h2{
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--c-main);
	margin:45px 0 15px;
	padding:15px 0;
	border-top:1px solid var(--c-main);
	border-bottom:1px solid var(--c-main);
	}
.subcon #_subtopics .cntDiv h3{
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--c-main);
	margin:45px 0 15px;
	padding:18px 0;
	position: relative;	
	}
.subcon #_subtopics .cntDiv h3::after {
     position: absolute;
     content: '';
     left: 0;
     bottom: 0;
     width: 100%;
     height: 7px;
     box-sizing: border-box;
     border-top: 3px solid var(--c-main);
     border-bottom: 1px solid var(--c-main);
    }

.subcon #_subtopics .cntDiv h4{
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .05em;
	margin:35px 0 15px;
	padding:2px 0 4px 20px;
	position: relative;
	}
.subcon #_subtopics .cntDiv h4::after {
    position: absolute;
    top: 50%;
    left:0;
    transform:translateY(-50%);
    content: '';
    width: 5px;
    height:100%;
    background-color: var(--c-main);
    border-radius: 10px;
    }

.subcon #_subtopics .cntDiv h5,
.subcon #_subinfo article.cntBox h3{
    font-size: 1.9rem;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .05em;
    margin:40px 0 10px;
    padding:8px 0;
    padding-left: 1.5em;
    position: relative;
    }
.subcon #_subtopics .cntDiv h5::after,
.subcon #_subinfo article.cntBox h3::after{
    position: absolute;
    top: 52%;
    left:0;
    transform:translateY(-50%);
    content: '';
    width: 9px;
    height:9px;
    border: solid 5px var(--c-main);
    border-radius:100%;
    }
.subcon #_subtopics .cntDiv h6{
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--c-main);
    margin:35px 0 5px;
    padding:10px 0;
    }


/* TAB */
@media screen and (max-width: 899px) {}
/* SP */
@media screen and (max-width: 480px) {
.subcon #_subtopics .cntList li{}
.subcon #_subtopics .cntList li:first-child{}
.subcon #_subtopics .cntList li .date {margin-right: 5px;}
.subcon #_subtopics .cntList li .cate {margin-right: 5px;padding: 1px 12px;}
.subcon #_subtopics .cntList li p {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    
.subcon #_subtopics .cntDiv h1{
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 0 0 15px;
    padding-bottom: 20px;
    }
.subcon #_subtopics .cntDiv .date {
    font-size: 1.4rem;
    margin-bottom: 10px;
    }
.subcon #_subtopics .cntDiv .cntImg{padding: 10px 0;}
.subcon #_subtopics .cntDiv h2{
    font-size: 1.8rem;
	margin:35px 0 10px;
	padding:10px 0;
	}
.subcon #_subtopics .cntDiv h3{
    font-size: 1.6rem;
	margin:35px 0 10px;
	padding:0 0 14px;
	}


.subcon #_subtopics .cntDiv h4{
    font-size: 1.6rem;
	margin:35px 0 10px;
	padding:2px 0 4px 20px;
	}


.subcon #_subtopics .cntDiv h5,
.subcon #_subinfo article.cntBox h3{
    font-size: 1.6rem;
    margin:35px 0 10px;
    padding:2px 0;
    padding-left: 1.8em;
    }
.subcon #_subtopics .cntDiv h5::after,
.subcon #_subinfo article.cntBox h3::after{
    top: 52%;
    width: 8px;
    height:8px;
    border: solid 4px var(--c-main);
    }
.subcon #_subtopics .cntDiv h6{
    font-size: 1.6rem;
    margin:35px 0 5px;
    padding:10px 0;
    }


   
}


/* pagenavi*/
.subcon .wp-pagenavi {
    margin:100px auto 0;
    font-size: 1.6rem;
    text-align: center;
    font-family: var(--ff-main);
    font-weight: 600;
    }
.subcon .wp-pagenavi a {color:var(--c-main);}
.subcon .pages {margin-right: 20px;}
.subcon .wp-pagenavi .current,
.subcon .wp-pagenavi a.page {
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 2px var(--c-main);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
    transition: 0.7s;
    }
.subcon .wp-pagenavi .current {
    /*border: none;*/
    background: var(--c-main);
    color: #fff;
    }
.subcon .wp-pagenavi a.page:hover {
    background: var(--c-main);
    color: #fff;
    }
.subcon .wp-pagenavi .first,
.subcon .wp-pagenavi .extend {margin-right: 10px;}
.subcon .wp-pagenavi span.pages,
.subcon .wp-pagenavi .previouspostslink,
.subcon .wp-pagenavi .nextpostslink {display: none;}
.subcon .pagenation{}
.subcon .pagenation .pagenation_content {
    margin:100px auto 0;
    width: 100%;
    text-align: center;
    position: relative;
    font-family:var(--ff-main);
    font-size: 1.5rem;
    font-weight: 600;
    }
.subcon .pagenation .pagenation_content span {
    width: 15%;
    min-width: 60px;
    color: #fff;
    transition: all 0.35s ease;
    background: var(--c-main);
    padding: 10px 10px;
    }
.subcon .pagenation .pagenation_content a {
    width: 15%;
    text-align: center;
    min-width: 60px;
    background: var(--c-main);
    color:#fff;
    transition: all 0.35s ease;
    padding: 10px 10px;
    }
.subcon .pagenation .pagenation_content a:hover {background:#f78922;}
.subcon .pagenation .pagenation_content .prev:after {left: 0px;}
.subcon .pagenation .pagenation_content .all {
    left: 0;
    right: 0;
    width: 20%;
    margin: auto;
    }
.subcon .pagenation .pagenation_content .next {right: 0px;}


/* TAB */
@media screen and (max-width: 899px) {}

/* SP */
@media screen and (max-width: 480px) {
.subcon .wp-pagenavi {
    margin:50px auto 0;
    font-size: 1.4rem;
    }
.subcon .pagenation .pagenation_content {
    margin:50px auto 0;
    font-size: 1.4rem;
    }
    .subcon .pagenation .pagenation_content .all{width: 40%;}
}




