@charset "UTF-8";
h1,
h2,
h3,
h4,
h5 {
	font-weight: 600 !important;
}

#Interview__content{
    margin: 0 auto;
	padding-bottom: clamp(100 * 0.5px, 100 / 960 * 100vw, 100px);
}
#Interview__content h1,
#Interview__content h2{
    letter-spacing: -0.03em;
	line-height: 1.2;
}


/* ---------- InterviewHero ---------- */
#Interview__content .Intlist_Hero{
	width:100%;
	height: 24.2vw;
	margin: 0 auto 2em auto;
	padding: 3.2rem 0;
	position: relative;
	background: url(../images/interviewlist_mainvisual.png) no-repeat 0 0;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
}
@media only screen and (min-width: 560px) and (max-width: 959px){
	#Interview__content .Intlist_Hero{
		padding: 2.5rem 0;
	}
}
@media only screen and (max-width: 559px) {
	#Interview__content .Intlist_Hero{
		height: 40vw;
		padding: 2rem 0;
	}
}

body #Interview__content .Intlist_Hero .Heading_wrap{
	width:100%;
	margin: 0 auto;
	position: relative;
	font-weight: 700;
}

#Interview__content .Intlist_Hero h1.Hero__heading{
	font-size: 6rem;
	line-height: 1.5;
	color:#FFF;
}
#Interview__content .Intlist_Hero h1.Hero__heading span{
	display: block;
	font-size: 40%;
	line-height: 1;
}
	@media only screen and (min-width: 560px) and (max-width: 959px){
		#Interview__content .Intlist_Hero h1.Hero__heading{
			font-size: 3.8rem;
		}
	}
	@media only screen and (max-width: 559px) {
		#Interview__content .Intlist_Hero h1.Hero__heading{
			font-size: 2.6rem;
		}
	}

/* ---------- Intlist_List ---------- */

#Interview__content #Intlist_List{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	z-index: 1;
	gap: 30px;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		#Interview__content #Intlist_List {
			
		}
	}

	@media only screen and (max-width: 559px) {
		#Interview__content #Intlist_List {
			flex-direction: column;
			}
	}
#Interview__content .Intlist_Box{
	width: calc(100%/3 - 20px);
	background: #FFF;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
	@media only screen and (min-width: 560px) and (max-width: 959px) {
		#Interview__content .Intlist_Box {
				width: calc(100%/2 - 15px);
			}
	}
	@media only screen and (max-width: 559px) {
		#Interview__content .Intlist_Box {
				width: 100%
			}
	}

#Interview__content .Intlist_Box picture{
	width: 100%;
	margin: 0;
}
#Interview__content .Intlist_Box picture img{
	border-radius: 10px 10px 0 0;
}
#Interview__content .Intlist_Box .occupation {
	width:100%;
	padding: 0.6rem 1em;
	font-size: 100%;
	color:#FFF;
	line-height: 1;
	text-align: right;
	background-color: var(--kblue);
}
#Interview__content .Intlist_Box .inner {
	padding: 0.8em 1.5em 1.5em 1.5em;
}
#Interview__content .Intlist_Box ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0.2rem;
}
#Interview__content .Intlist_Box li {

	display: inline-block;
	padding: 0.6rem 0.5em;
	font-size: 75%;
	line-height: 1;
	color:#FFF;
	background: #bbbbbb;
}
#Interview__content .Intlist_Box p {
	font-size: 112.5%;
	line-height: 1.6;
	margin-top: 1em;
}
#Interview__content .Intlist_Box a {
	color: inherit;
}
#Interview__content .Intlist_Box.TriangleButton_wrap a::before {
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 0 0 10px 0;
	background: #00a8a9;

}
#Interview__content .Intlist_Box.TriangleButton_wrap a:hover::before {
	background-color: var(--color-orange);
	opacity: 0.7;
}
#Interview__content .Intlist_Box.TriangleButton_wrap a::after {
	content: "";
	width:40px;
	height: 10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(../images/ic_trianglebutton.png) no-repeat 0 0;
	background-size: contain;
	z-index: 11;
}



#Interview__content .Message__Image {
	display: none;
}
@media only screen and (max-width: 559px){
	#Interview__content .Message__Image {
		display: block;
		width:100%;
	}
	#Interview__content .Message__Image img{
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	}
}

	 
#Interview__content .GridBox__Text{
	width: 45%;
	padding-top: 10rem;
	padding-bottom: 4rem;
	font-size: 1.6rem;
	text-align: justify;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Interview__content .GridBox__Text {
			width: 50%;
			padding-top: 5rem;
			padding-bottom: 5rem;
			font-size: 1.6rem;
			/* mix-blend-mode: exclusion; */
		}
}

@media only screen and (max-width: 559px) {
	#Interview__content .GridBox__Text {
			width: 100%;
			padding-top: 2rem;
		}
}


#Interview__content .BoardPrimary__signature {
	margin-top: 3em;
}

#Interview__content .Board__name {
	font-size: 3rem;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
	#Interview__content .Board__name {
			font-size: 3rem;
	}
}

@media only screen and (max-width: 559px) {
	#Interview__content .Board__name {
			font-size: 2.4rem;}
}




