@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/
div#page_cate {
    line-height: 0;
	position: relative;
}

div#page_cate h2.frontier::before{
    background: url("../images/common/nav_icon02_w.svg") no-repeat;
    background-size: contain;
}

div#page_cate h2.interview::before{
    background: url("../images/common/nav_icon03_w.svg") no-repeat;
    background-size: contain;
}

div#page_cate h2.hot::before{
    background: url("../images/common/nav_icon04_w.svg") no-repeat;
    background-size: contain;
}

div#page_cate h2.advice::before{
    background: url("../images/common/nav_icon06_w.svg") no-repeat;
    background-size: contain;
}

div#page_cate h2.focus::before{
    background: url("../images/common/nav_icon07_w.svg") no-repeat;
    background-size: contain;
}

div#page_cate h2.news{
    background: #0084c5;
}

div#page_cate.tag {
	width: 100%;
    line-height: 0;
	position: relative;
	background: #0084c5;
}

div#page_cate.tag h2::before {
    display: none!important;
}


/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 961px){
	
	p.no-post {
		width: 100%;
		font-size: 2.0rem;
		line-height: 1;
		text-align: center!important;
		padding: 10vw 0 15vw;
	}
	
	div#page_cate h2 {
		font-size: 3.0rem;
		font-size: clamp(1.69rem, 1.76vw, 3.0rem);
		line-height: 1;
		letter-spacing: 0.06em;
		display: inline-block;
		color: #FFF;
		position: absolute;
		top: 38%;
		left: 5%;
		z-index: 3;
		background: #2f986f;
		padding: 1em 1.25em;
		border-radius: 2vw;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	div#page_cate h2::before {
		content: "";
		width: 2em;
		height: 1.75em;
		display: inline-block;
		margin-right: 0.1em;
	}
	
	div#page_cate h2.news::before{
		display: none;
	}
	
	div#page_cate.tag {
        width: 100%;
		height: 21.764vw;
		height: 21.764cqw;
    }
	
	div#page_cate.tag h2 {
		color: #0084c5;
		background: #FFF;
		padding: 1em 1.25em;
	}
	
	
	section nav#breadcrumb {
		width: 90%;
        max-width: 1540px;
        margin: 0 auto;
		padding: 2.8vw 0 0;
	}
	
	section nav#breadcrumb ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 8vw;
	}
	
	section nav#breadcrumb ul li{
		font-size: 1.6rem;
		font-size: clamp(0.9rem, 0.94vw, 1.6rem);
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1;
		display: inline-block;
	}
	
	section nav#breadcrumb ul li + li::before{
		content: "＞";
		display: inline-block;
		padding: 0 0.25em;
	}
	
	section nav#breadcrumb ul li a{
		color: #3e3a39;
		text-decoration: underline;
	}
	
	section#news div.section_inner div.slider_block {
        position: relative;
    }
	
	section#news div.section_inner div.news_slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0 3.2%;
    }
	
	section#news div.section_inner div.news_slider div.block {
        width: 31.2%;
    }
	
	section#news div.section_inner div.news_slider div.block {
        margin-bottom: 4vw;
    }
	
	section#news div.section_inner div.slider_block a {
        transition-duration: 0.5s;
        transition-property: opacity, color;
    }
	
	section#news div.section_inner div.slider_block a:hover{
		opacity: 0.7;
	}
	
	section#news div.section_inner div.slider_block div.news_slider div.photo {
        height: 18.7vw;
        height: 18.7cqw;
        max-height: 330px;
        line-height: 0;
        overflow: hidden;
        border-radius: 8px;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text {
        width: 92%;
        font-size: 0.9rem;
        font-size: clamp(0.9rem, 0.94vw, 1.6rem);
        line-height: 1.4;
        color: #3e3a39;
        margin: 1.75em auto 0;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text div.box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text div.box span {
        display: inline-block;
        border-radius: 17px;
        overflow: hidden;
        line-height: 1;
        text-align: center;
        padding: 1em 2em 1em;
        background: #efefef;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text div.box span.cate {
        color: #FFF;
        background: #e99024;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text h4 {
        font-size: 2.4rem;
        font-size: clamp(1.35rem, 1.41vw, 2.4rem);
        margin: 0.75em 0 1em;
        min-height: 2.8em;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text ul li {
        font-size: 0.9rem;
        font-size: clamp(0.9rem, 0.94vw, 1.6rem);
		line-height: 1;
        margin-bottom: 1em;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text ul li::after {
        content: "　|　";
        letter-spacing: -0.04em;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text ul li:last-of-type::after {
        display: none;
    }
}

@media screen and (min-width:961px) and (max-width: 1700px){
	section#news div.section_inner div.slider_block div.news_slider div.photo,
	section#news div.section_inner div.slider_block div.news_slider div.text div.box span.cate{
        border-radius: 1.18vw;
    }
}
	

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 960px){
	
	p.no-post {
		font-size: 1.6rem;
		font-size: clamp(1.6rem, 4.43vw, 4.256rem);
		line-height: 1;
		text-align: center!important;
		padding: 20vh 0 25vh;
	}
	
	div#page_cate h2 {
		font-size: 1.6rem;
		font-size: clamp(1.6rem, 4.43vw, 4.256rem);
		line-height: 1;
		letter-spacing: 0.06em;
		display: inline-block;
		color: #FFF;
		position: absolute;
		top: 30%;
		left: 5%;
		z-index: 3;
		background: #2f986f;
		padding: 0.75em 1em;
		border-radius: 2vw;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	div#page_cate h2::before {
		content: "";
		width: 2em;
		height: 1.75em;
		display: inline-block;
		margin-right: 0.1em;
	}
	
	div#page_cate h2.news::before{
		display: none;
	}
	
	div#page_cate.tag {
        width: 100%;
		height: 39.582vw;
		height: 39.582cqw;
    }
	
	div#page_cate.tag h2 {
		color: #0084c5;
		background: #FFF;
		padding: 0.75em 1em;
	}
	
	section nav#breadcrumb {
		width: 90%;
        margin: 0 auto;
		padding: 5vw 0 0;
	}
	
	section nav#breadcrumb ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 15vw;
	}
	
	section nav#breadcrumb ul li{
		font-size: 1.1rem;
		font-size: clamp(1.1rem, 3.05vw, 2.932rem);
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		display: inline-block;
	}
	
	section nav#breadcrumb ul li + li::before{
		content: "＞";
		display: inline-block;
		padding: 0 0.25em;
	}
	
	section nav#breadcrumb ul li a{
		color: #3e3a39;
		text-decoration: underline;
	}
	
	section#news div.section_inner div.news_slider div.block {
        width: 100%;
    }
	
	section#news div.section_inner div.news_slider div.block + div.block {
        margin-top: 12vw;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.photo {
        height: 61.4vw;
        height: 61.4cqw;
        line-height: 0;
        overflow: hidden;
        border-radius: 3.4vw;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text {
        width: 100%;
        font-size: 1.2rem;
        font-size: clamp(1.2rem, 3.32vw, 3.192rem);
        line-height: 1.4;
        color: #3e3a39;
        margin: 1.25em auto 0;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text div.box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text div.box span {
        display: inline-block;
        border-radius: 3.4vw;
        overflow: hidden;
        line-height: 1;
        text-align: center;
        padding: 1em 1.5em 1em;
        background: #efefef;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text div.box span.cate {
        color: #FFF;
        background: #e99024;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text h4 {
        font-size: 1.3rem;
        font-size: clamp(1.3rem, 3.6vw, 3.465rem);
        margin: 0.75em 0 1em;
        min-height: 2.8em;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
	
	section#news div.section_inner div.slider_block div.news_slider div.text ul li {
        font-size: 1.2rem;
        font-size: clamp(1.2rem, 3.32vw, 3.192rem);
		line-height: 1;
        margin-bottom: 1em;
    }
	
}
