/* ---------------------------------------------
*   Custom Properties
--------------------------------------------- */
:root {
    --design-width: 1400;
    --contents-width: 980;
    --contents-side-padding: 10;
    --min-width: calc(var(--contents-width) + var(--contents-side-padding) * 2);
    --fixed-header-height: 45;
    --root-fz: 10;
    --line-height: 1.5;
    --hover-opacity-ratio: 0.8;
    --hover-duration: .3s;
    --color-base-1: #1a1a1a;
    --color-base-1-rgb: 26, 26, 26;
    --color-black-1: #000;
    --color-black-1-rgb: 0, 0, 0;
    --color-black-2: #1a1a1a;
    --color-black-2-rgb: 26, 26, 26;
    --color-white-1: #fff;
    --color-white-1-rgb: 255, 255, 255;
    --color-white-2: #fefefe;
    --color-white-2-rgb: 254, 254, 254;
    --color-sample-1: #9b2019;
    --color-sample-1-rgb: 155, 32, 25;
    --color-sample-2: #223a70;
    --color-sample-2-rgb: 34, 58, 112;
    --color-yellow-1: #ead36a;
    --color-yellow-1-rgb: 234, 211, 106;
    --color-yellow-2: #f9b946;
    --color-yellow-2-rgb: 249, 185, 70;
    --color-red-1: #d1000a;
    --color-red-1-rgb: 209, 0, 10;
    --color-red-2: #ca0a13;
    --color-red-2-rgb: 202, 10, 19;
    --color-red-3: #a7381d;
    --color-red-3-rgb: 167, 56, 29;
    --color-pink-1: #f2e1dd;
    --color-pink-1-rgb: 242, 225, 221;
    --color-pink-2: #F7E4D8;
    --color-pink-2-rgb: 247, 228, 216;
    --color-pink-3: #f4ced0;
    --color-pink-3-rgb: 244, 206, 208;
    --color-blue-1: #eeffff;
    --color-blue-1-rgb: 238, 255, 255;
    --color-blue-2: #043077;
    --color-blue-2-rgb: 4, 48, 119;
    --color-blue-3: #f2fcff;
    --color-blue-3-rgb: 242, 252, 255;
    --color-brown-1: #531c0e;
    --color-brown-1-rgb: 83, 28, 14;
    --color-gray-1: #f2f2f2;
    --color-gray-1-rgb: 242, 242, 242;
    --ff-root: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
    --ff-noto: "Noto Sans JP", sans-serif;
    --ff-roboto: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
    :root {
        --design-width: 375;
        --contents-width: 330;
        --contents-side-padding: 10;
        --min-width: 320;
        --fixed-header-height: 60;
        --root-fz: 20;
        --line-height: 1.5;
    }
}

/* ---------------------------------------------
*   Universal selector
--------------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
}

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
body {
    -webkit-text-size-adjust: 100% !important;
}

body.contents-display .contact.has_bg {
    display: none !important;
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   <hr> tag as anchor target
--------------------------------------------- */
hr[id^=anchor-] {
    display: block;
    width: auto;
    height: 0;
    padding: calc(var(--fixed-header-height) * 1px) 0 0 0;
    border: 0;
    margin: calc(var(--fixed-header-height) * -1px) 0 0 0;
    background: 0;
    pointer-events: none;
}







/* 2025 */
#interview{
	margin: 0 0 0 0;
	padding:80px 0 0px 0;
	box-sizing: border-box;
}
#interview #interview_head{
	margin: 0 0 35px 0;
	display: table;
	width: 100%;
}
#interview #interview_head h2{
	display: table-cell;
	font-size: 30px;
	font-weight: bold;
	line-height: 52px;
	color: var(--color-brown-1);
	text-align: left;
	vertical-align: middle;
}
#interview #interview_head .headbtn{
	display: table-cell;
	vertical-align: middle;
}
#interview #interview_head .headbtn .dfbtn01{
	float: right;
}

#interview #interview_body{
	clear: both;
}
#interview #interview_body a{
	display: block;
	transition: all 0.3s ease 0s;
	margin-top: 60px;
}
#interview #interview_body a:nth-of-type(1){
	margin-top: 0;
}
#interview #interview_body a:hover{
	text-decoration: none;
	opacity: 0.8;
}
#interview #interview_body .interviewbox{
	display: table;
	width: 100%;
}
#interview #interview_body .interviewbox .ivimg{
	display: table-cell;
	width: 320px;
}
#interview #interview_body .interviewbox .ivimg img{
	width: 100%;
}
#interview #interview_body .interviewbox .ivimgsp{
	display: none;
}
#interview #interview_body .interviewbox .ivbody{
	display: table-cell;
	background: #f2e1dd;
	vertical-align: middle;
	padding: 40px;
}
#interview #interview_body .interviewbox .ivbody dl{
	display: block;
	margin: 0 0 20px 0;
}
#interview #interview_body .interviewbox .ivbody dl dt{
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background: #FFF;
}
#interview #interview_body .interviewbox .ivbody dl dt img{
	height: 25px;
}
#interview #interview_body .interviewbox .ivbody dl dd{
	display:block;
	margin: 0 0 0 0;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
#interview #interview_body .interviewbox .ivbody p{
	display: block;
	margin: 0 0 15px 0;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	font-feature-settings: "palt";
}
#interview #interview_foot{
	display: none;
}

@media screen and (min-width:768px) and ( max-width:1139px) {
	#interview{
		margin: 0 0 0 0;
		padding:60px 0 0px;
	}
	#interview .wrap01{
		padding-left: 0;
		padding-right: 0;
	}
	#interview #interview_head{
		margin: 0 0 25px 0;
		display: block;
	}
	#interview #interview_head h2{
		display: block;
		font-size: 28px;
	}
	#interview #interview_head .headbtn{
		display: none;
	}
	#interview #interview_body{
		clear: both;
	}
	#interview #interview_body .interviewbox{
		display:block;
		width: 100%;
	}
	#interview #interview_body .interviewbox .ivimg{
		display:block;
		width: 100%;
		padding: 40px 40px 0;
		box-sizing: border-box;
		background: #f2e1dd;
	}
	#interview #interview_body .interviewbox .ivimg img{
		width: 100%;
	}
	#interview #interview_body .interviewbox .ivbody{
		display:block;
		padding: 30px 40px 40px;
	}
	#interview #interview_body .interviewbox .ivbody dl{
		display: block;
		margin: 0 0 20px 0;
	}
	#interview #interview_body .interviewbox .ivbody dl dt{
		display: block;
		margin: 0 0 10px 0;
		background: none;
		padding: 0 0 0 0;
		text-align: center;
	}
	#interview #interview_body .interviewbox .ivbody dl dt img{
		height: 30px;
		display: inline;
	}
	#interview #interview_body .interviewbox .ivbody dl dd{
		display: block;
		font-size: 20px;
		text-align: center;
	}
	#interview #interview_body .interviewbox .ivbody p{
		display: block;
		margin: 0 0 12px 0;
		font-size: 16px;
		line-height: 34px;
	}
	#interview #interview_body .interviewbox .ivbody ul.serviceicon{
		display: block;
		margin: 0 0 0 0;
	}
	#interview #interview_body .interviewbox .ivbody ul.serviceicon li{
		display: inline-block;
		margin: 0 10px 3px 0;
		line-height: 32px;
		padding: 0 15px 0;
		border-radius: 16px;
		font-size: 14px;
	}
	#interview #interview_foot{
		display: block;
		padding:30px 0 0 0;
	}
	#interview #interview_foot .dfbtn01{
		float: none;
		margin: 0 auto;
	}

}
@media screen and ( max-width:767px) {
	#interview{
		margin: 0 0 0 0;
		padding:40px 0 0px;
	}
	#interview .wrap01{
		padding-left: 0;
		padding-right: 0;
	}
	#interview #interview_head{
		margin: 0 0 15px 0;
		display: block;
	}
	#interview #interview_head h2{
		display: block;
		line-height: 30px;
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 20px 0;
	}
	#interview #interview_head .headbtn{
		display: none;
	}

	#interview #interview_body{
		clear: both;
	}
	#interview #interview_body a{
		margin-top: 40px;
	}
	#interview #interview_body .interviewbox{
		display:block;
		width: 100%;
	}
	#interview #interview_body .interviewbox .ivimg{
		display: block;
		width: 100%;
		font-size: 0;
		line-height: 0;
	}
	#interview #interview_body .interviewbox .ivimg img{
		width: 100%;
	}
	#interview #interview_body .interviewbox .ivbody{
		display:block;
		padding: 20px 6% 30px;
	}
	#interview #interview_body .interviewbox .ivbody dl{
		display: block;
		margin: 0 0 20px 0;
	}
	#interview #interview_body .interviewbox .ivbody dl dt{
		display: block;
		text-align: center;
		margin: 0 0 10px 0;
		padding: 0 0 0 0;
		background: none;
	}
	#interview #interview_body .interviewbox .ivbody dl dt img{
		height: 30px;
		display: inline;
	}
	#interview #interview_body .interviewbox .ivbody dl dd{
		display: block;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
	}
	#interview #interview_body .interviewbox .ivbody p{
		display: block;
		margin: 0 0 12px 0;
		font-size: 12px;
		line-height: 24px;
	}
	#interview #interview_body .interviewbox .ivbody ul.serviceicon{
		display: block;
		margin: 0 0 0 0;
	}
	#interview #interview_body .interviewbox .ivbody ul.serviceicon li{
		display: inline-block;
		margin: 0 10px 3px 0;
		line-height: 30px;
		padding: 0 15px 0;
		border-radius: 15px;
		font-size: 13px;
	}
	#interview #interview_foot{
		display: block;
		padding:30px 0 0 0;
	}
	#interview #interview_foot .dfbtn01{
		float: none;
		margin: 0 auto;
		width: 100%;
	}

}