@charset "utf-8"; 

.scroll_link { top:10.5%;}
.page-title .ttl span:before{
    top: -37px;
    left: -290px;
    background: url("../img/people/img_ttl_before.png") no-repeat center center;
    width: 224px;
    height: 127px;
}
.page-title .ttl span:after{
    top: -32px;
    right: -278px;
    background: url("../img/people/img_ttl_after.png") no-repeat center center;
    width: 216px;
    height: 126px;
}

@media screen and (max-width : 767px){
    .scroll_link { top: 15.5%;}
    .page-title .ttl span:before{
        top: -4vw;
        left: -22vw;
        width: 19vw;
        height: 11vw;
    }
    .page-title .ttl span:after{
        top: -4vw;
        right: -22vw;
        width: 19vw;
        height: 11vw;
    }

}

/* ------------------------------
sec01
------------------------------ */
.sec01{
    padding-top: 68px;
    padding-bottom: 50px;
}

.sec01 h2{
    text-align: center;
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.77;
    letter-spacing: .16em;
    color: #00823e;
    margin-bottom: 50px;
}
.sec01 .ttl_line{
    text-align: center;
    margin-bottom: 30px;
}
.sec01 .ttl_line span{
    font-size: 2.8rem;
    font-weight: 700;
    position: relative;
    background: url("../img/people/line_ttl.png") no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 8px;
    box-sizing: border-box;
	letter-spacing: .4em;
}

.sec01 p,
.sec01 ol li{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.777;
}
.sec01 p+p{ margin-top: 30px;}

.sec01 ol{
    margin: 0 auto 30px auto;
}
.sec01 ol li{
    white-space: nowrap;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
	text-align: center;
}

@media screen and (max-width : 767px){
    .sec01{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .sec01 h2{
        font-size: 4.667vw;
        letter-spacing: .16rem;
        margin-bottom: 10%;
        margin-left: 1rem;
    }
    .sec01 .ttl_line{
        margin-bottom: 12%;
    }
    .sec01 .ttl_line span{
        font-size: 4.133vw;
        background-size: auto 4px;
        padding-bottom: 8px;
        box-sizing: border-box;
		letter-spacing: .2em;
    }
    .sec01 p,
    .sec01 ol li{
        font-size: 3.467vw;
    }
    .sec01 p+p{ margin-top: 7%;}
    .sec01 ol{
        margin: 0 0 6% auto;
        width: 83.5%;
        max-width: inherit;
    }
    .sec01 ol li{
        text-indent: -2.8vw;
        margin-left: 2.8vw;
		text-align: left;
    }
}

/* ------------------------------
sec02
------------------------------ */
.sec02{
    padding-top: 30px;
    padding-bottom: 50px;
}

.sec02.inner{
    position: relative;
    max-width: 810px;
}

.sec_ttl{
    text-align: center;
}
.sec02 .sec_ttl{ margin-bottom: 60px;}

.sec02 .people_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sec02 .people_wrap .people_box{
    position: relative;
    width: 31%;
    max-width: 250px;
    background: url("../img/people/line_box.png") no-repeat center bottom;
    background-size: 251px 5px;
    padding-bottom: 24px;
    margin-right: 3.5%;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.sec02 .people_wrap .people_box.people_box-img  {
	min-height: 262px;
}
.sec02 .people_wrap .people_box.people_box-img img {
	width: 155px;
	display: block;
	margin-top: 20px;
	margin-left: 10px;
}
.sec02 .people_wrap .people_box:nth-of-type(3n){ margin-right: 0;}
.sec02 .people_wrap .people_box .img{
    position: relative;
    margin-bottom: 10px;
    transition: .4s;
}
.sec02 .people_wrap .people_box .img p{
    position: absolute;
    left: -10px;
    top: 10px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    background: #FFF;
    border: 2px solid #231815;
    padding: 1px 7px 0 7px;
    box-sizing: border-box;
    z-index: 2;
}
.sec02 .people_wrap .people_box .img img{
    position: relative;
    z-index: 1;
}

.sec02 .people_wrap .people_box .txt{
    min-height: 79px;
}
.sec02 .people_wrap .people_box .txt p{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5625;
}
.sec02 .people_wrap .people_box .txt p.name{ font-size: 1.8rem;}

.people_box a{ text-decoration: none;}
.people_box a:hover .img{ opacity: .7;}


.sec02 .btn_wrap {
	margin-top: 60px;
}

.sec02.-people02 {
	position: relative;
}

/*.sec02.-people02 .btn_wrap {
	position: absolute;
	bottom: 100px;
	margin-top: 0;
	right: 50px;
}
*/
@media screen and (max-width : 800px){
    .sec02 .people_wrap .people_box .txt p{
        font-size: 1.5rem;
    }
}

@media screen and (max-width : 767px){
    .sec02{
        padding-top: 8%;
        padding-bottom: 5%;
    }

    .sec02.inner{
        width: 88%;
        max-width: inherit;
    }
    .sec02.inner:after{
        display: none;
    }

    .sec02 .sec_ttl{ margin-bottom: 7%;}

	.sec02 .people_wrap {
		justify-content: center;
	}
    .sec02 .people_wrap .people_box{
        width: 48%;
        background-size: auto 3px;
        padding-bottom: 4%;
        margin-right: 4%;
        margin-bottom: 8%;
    }

	.sec02 .people_wrap .people_box.people_box-img {
		min-height: auto;
		background: none;
	}
	.sec02 .people_wrap .people_box.people_box-img img {
		margin: 50px auto 0;
		max-width: 144px;
	}
    .sec02 .people_wrap .people_box:nth-of-type(3n){ margin-right: 4%;}
    .sec02 .people_wrap .people_box:nth-of-type(2n){ margin-right: 0;}

    .sec02 .people_wrap .people_box .img p{
        top: 8px;
        left: -8px;
        font-size: 2.133vw;
        border: 1px solid #231815;
    }
    .sec02 .people_wrap .people_box .img img{
        position: relative;
        z-index: 1;
    }

    .sec02 .people_wrap .people_box .txt{
        min-height: 15vw;
    }
    .sec02 .people_wrap .people_box .txt p{
        font-size: 2.667vw;
    }
    .sec02 .people_wrap .people_box .txt p.name{ font-size: 3.467vw;}

	.sec02 .btn_wrap {
		margin: 10px auto 0;
		width: 70%;
	}
	.sec02.inner {
		width: 80%;
	}
	.sec02.-schedule .people_wrap {
		justify-content: flex-start;
	}
	.sec02.-schedule:after{
		position: absolute;
		right: 0;
		bottom: 30px;
		display: block;
		content: '';
		background: url("../img/people/img01_interview_pc.png") no-repeat center center;
		background-size: 100% auto;
		width: 25%;
		height: 11%;
	}
	.sec02.-people02 .btn_wrap {
		position: static;
		margin-top: 30px;
	}
}


/* ------------------------------
sec03
------------------------------ */
.sec03{
    padding-top: 30px;
    padding-bottom: 60px;
}
.sec03 .sec_ttl{ 
	max-width: 467px;
	margin: 0 auto 35px;
}
.sec03.inner{
    position: relative;
    max-width: 810px;
}

.sec03 .bnr_wrap{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.sec03 .bnr_wrap .bnr a{
    transition: .4s;
    text-decoration: none;
}
.sec03 .bnr_wrap .bnr a:hover{
    opacity: .7;
}
.sec03 .bnr_wrap .bnr p{
    margin-top: 10px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
}

@media screen and (max-width : 767px){
    .sec03{
        padding-top: 10%;
        padding-bottom: 5%;
    }
    .sec03 .sec_ttl{ 
		width: 75%;
		margin-bottom: 5%;
	}
    .sec03.inner{
        width: 88%;
        max-width: inherit;
    }
    .sec03.inner:after{
        display: none;
    }

    .sec03 .bnr_wrap{
        display: flex;
        align-items: flex-start;
    }
    .sec03 .bnr_wrap .bnr{
        width: 48%;
    }
    .sec03 .bnr_wrap .bnr p{
        font-size: 3.467vw;
    }


}
/* ------------------------------
sec04
------------------------------ */
.sec04{
    padding-top: 30px;
    padding-bottom: 45px;
}
.sec04.inner{
    position: relative;
    max-width: 810px;
}
.sec04 .sec_ttl{ margin-bottom: 35px;}
.sec04 .bnr_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec04 .bnr_wrap .bnr{
    width: 48%;
    max-width: 376px;
}
.sec04 .bnr_wrap .bnr a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("../img/people/bg_box.png") no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 184px;
    transition: .4s;
    text-decoration: none;
}
.sec04 .bnr_wrap .bnr a h3{
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.sec04 .bnr_wrap .bnr a h3 span{ position: relative;}
.sec04 .bnr_wrap .bnr a h3 span:after{
    position: relative;
    display: block;
    margin: 10px auto 0 auto;
    content: '';
    width: 36px;
    height: 3px;
    background: #231815;
}

.sec04 .bnr_wrap .bnr a p{
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.63;
	letter-spacing: .16em;
    font-weight: 700;
}
.sec04 .bnr_wrap .bnr a:hover{
    opacity: .7;
}
.sec04 .bnr_wrap .bnr p.txt{
    margin-top: 10px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
}
.line{
    position: relative;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 20%, #f6ef9c 0%) repeat scroll 0 -3px;
}

@media screen and (max-width : 767px){
    .sec04{
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .sec04.inner{
        width: 88%;
        max-width: inherit;
    }
    .sec04 .sec_ttl{ margin-bottom: 5%;}

    .sec04 .bnr_wrap .bnr{
        width: 48%;
        max-width: inherit;
    }
    .sec04 .bnr_wrap .bnr a{
        background: url("../img/people/bg_box_sp.png") no-repeat center center;
        background-size: 100% 100%;
        height: 29vw;

    }
    .sec04 .bnr_wrap .bnr a h3{
        font-size: 4.8vw;
        margin-bottom: 15px;
    }
    .sec04 .bnr_wrap .bnr a h3 span:after{
        margin: 7px auto 0 auto;
        width: 6vw;
        height: 2px;

    }

    .sec04 .bnr_wrap .bnr a p{
        font-size: 2.4vw;
    }

    .sec04 .bnr_wrap .bnr p.txt{
        font-size: 3.467vw;
    }
    .line{
        background:rgba(0, 0, 0, 0) linear-gradient(transparent 20%, #f6ef9c 0%) repeat scroll 0 -.4vw;
    }

}

/*20241218追加*/
.sec02.-people02 .btn_wrap{
    margin: 110px auto 70px;
}

@media screen and (max-width : 767px){
    .sec02.-people02 .btn_wrap{
        margin: 10% auto 5%;
    }
}