@charset "UTF-8";

/* ------------------------------------------------
                    Recruit
--------------------------------------------------- */

/*---------- 共通パーツ ----------*/
.sec-ttl-en {
	margin-bottom: 40px;
	font-size: 7.4rem;
	line-height: 1;
}
@media (max-width: 768px) {
	.sec-ttl-en {
		margin-bottom: 8vw;
		font-size: 12.8vw;
	}
    
}


/*---------- intro ----------*/
.sec-intro {
	width: 100%;
	padding: 140px 0;
	background: #f7f7f7;
}
.intro-copy {
	margin-bottom: 40px;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.2;
}
.intro-txt {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}

@media (max-width: 768px) {
	.sec-intro {
		width: 100%;
		padding: 12vw 0;
	}
	.intro-copy {
		margin-bottom: 8vw;
		font-size: 8vw;
	}
	.intro-txt {
		font-size: 4.0vw;
	}
}


/*---------- pp-main ----------*/
.sec-pp {
	width: 100%;
	padding: 140px 0;
}
.pp-cont-wrap {
	width: 100%;
	margin: 0 auto 80px;
}
.pp-cont-wrap:last-child{
    margin-bottom: 0;
}

/* 見出し */
h2.sec-pp-h2{
    margin-bottom: 24px;
    font-size: 2.8rem;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: solid 2px #c4d700;
    position: relative;
}
h2.sec-pp-h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #004831;
    bottom: -2px;
    width: 8.5%;
}
h2.sec-pp-h2 span{
    display: inline-block;
    margin-right: 30px;
}

h3.sec-pp-h3{
    margin: 40px auto 15px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #80a398;
    padding-left: 20px;
    padding-bottom: 10px;
    border-left: solid 2px #80a398;
    border-bottom: solid 1px #80a398;
}

@media (max-width: 768px) {
    .sec-pp {
        padding: 12vw 0;
    }
    .pp-cont-wrap {
        margin: 0 auto 4vw;
    }
    /* 見出し */
    h2.sec-pp-h2{
        margin-bottom: 4vw;
        font-size: 5.2vw;
        padding-bottom: 2.2vw;
    }
    h2.sec-pp-h2:after {
        bottom: -2px;
        width: 20%;
    }
    h2.sec-pp-h2 span{
        display: inline-block;
        margin-right: 4vw;
    }
    
    h3.sec-pp-h3{
        margin: 4vw auto 3vw;
        font-size: 4.6vw;
        padding-left: 3vw;
        padding-bottom: 1.5vw;
    }
}

/* text */
.sec-pp-txt{
    margin-bottom: 20px;
    font-size: 1.6rem;
}

/* list */
ul.sec-pp-sub-list{
    width: 96%;
    margin-left: 4%;
}

ul.sec-pp-main-list li,
ul.sec-pp-sub-list li{
    display: flex;
}
ul.sec-pp-main-list li.flex-wrap,
ul.sec-pp-sub-list li.flex-wrap{
    flex-wrap: wrap;
}
ul.sec-pp-main-list li span.list-num,
ul.sec-pp-sub-list li span.list-num {
    display: block;
    width: 2%;
    margin-right: 15px;
}
ul.sec-pp-main-list li .sec-pp-txt,
ul.sec-pp-sub-list li .sec-pp-txt{
    width: calc(98% - 15px);
}

@media (max-width: 768px) {
    /* text */
    .sec-pp-txt{
        margin-bottom: 3vw;
        font-size: 3.8vw;
    }
    ul.sec-pp-main-list li span.list-num,
    ul.sec-pp-sub-list li span.list-num {
        width: 5vw;
        margin-right: 2vw;
    }
    ul.sec-pp-main-list li .sec-pp-txt,
    ul.sec-pp-sub-list li .sec-pp-txt{
        width: calc(100% - 5vw - 2vw);
    }
}


/* table */
.pp-info {
	width: 100%;
}
.pp-info th {
	width: 300px;
	padding: 30px 0 30px 10px;
	border-top: 1px solid #80a398;
	color: #80a398;
	text-align: left;
	font-weight: 700;
	vertical-align: middle;
}
.pp-info td {
	width: calc(100% - 300px);
	padding: 30px;
	border-top: 1px solid #dadada;
	text-align: left;
	font-weight: 700;
}
.pp-info tr:last-child th {
	border-bottom: 1px solid #80a398;
}
.pp-info tr:last-child td {
	border-bottom: 1px solid #dadada;
}

/* table cont */
.pp-info-ttl {
	display: inline-block;
	margin-bottom: 10px;
	padding: 7px 20px;
	border-radius: 40px;
	background: #80a398;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}
.pp-info-ttl ~ .pp-info-ttl {
	margin-top: 25px;
}
.pp-info-txt {
	line-height: 2;
}
.pp-info-note {
	font-size: 1.3rem;
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}
a.pp-info-link{
    color:#80a398;
    cursor: pointer;
	text-decoration: underline;
}

/* 策定 */
.pp-info-date{
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
}

@media (max-width: 768px) {
	/* table */
	.pp-info {
		width: 100%;
	}
	.pp-info tr {
		display: flex;
		flex-wrap: wrap;
	}
	.pp-info th {
		width: 100%;
		padding: 5vw 3vw;
		display: block;
		color: #80a398;
	}
	.pp-info td {
		width: 100%;
		padding: 5vw 3vw;
		display: block;
	}
	.pp-info tr:last-child th {
		border-bottom: none;
	}
	.pp-info tr:last-child td {
		border-bottom: 1px solid #dadada;
	}

	/* table cont */
	.pp-info-ttl {
		display: inline-block;
		margin-bottom: 2vw;
		padding: 1vw 4vw;
		border-radius: 8vw;
	}
	.pp-info-ttl ~ .pp-info-ttl {
		margin-top: 5vw;
	}
	.pp-info-note {
		font-size: 3.2vw;
	}
    
    /* 策定 */
    .pp-info-date{
        margin-top: 6vw;
        font-size: 4.0vw;
    }
    
}


