@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
body {
	background-color: #f0eee3;
}
#main {
	padding: 7.5rem 0 9.7rem;
}
#main .content {
	max-width: 116rem;
}
#main .headLine01 {
	margin-bottom: 3.9rem;
}
#main .heding01 {
	margin-bottom: 5.7rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
}
#main p {
	margin-bottom: 3.1rem;
	line-height: 2;
}
#main p:last-of-type {
	margin-bottom: 0 !important;
}
#main p .bold {
	font-weight: 700;
}
#main .imgBox01 {
	flex-direction: row-reverse;
}
#main .imgBox01 .textBox {
	width: 75.5rem;
}
#main .imgBox01 .pho {
	margin: 0.5rem 0.2rem 0;
	width: 35.8rem;
}
#main .movie {
	width: 91.9rem;
	margin: 6.3rem auto 0;
    position: relative;
    height: 51.9rem;
    overflow: hidden;
}
#main .movie iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main .info:not(:last-child) {
	margin-bottom: 6.9rem;
}
#main .heding02 {
	margin-bottom: 5.2rem;
	font-size: 3.2rem;
	font-weight: 700;
	overflow: hidden;
}
#main .heding02 span {
	padding-right: 3.6rem;
	position: relative;
	display: inline-block;
}
#main .heding02 span::before {
	position: absolute;
	left: 100%;
	top: 2.4rem;
	width: 100rem;
	height: 1px;
	background-color: #000;
	content: "";
}
#main .imgBox02 .textBox {
	width: 77rem;
}
#main .imgBox02 .pho {
	width: 32.5rem;
}
#main .heding03 {
	margin-bottom: 2.7rem;
	font-size: 3.2rem;
	font-weight: 700;
}
#main .heding03 span {
	background: url(../image/common/line01.png) repeat-x center bottom;
	background-size: 3.1rem auto;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .textInfo {
	margin-bottom: 5.9rem;
}
#main .imgBox03 {
	flex-direction: row-reverse;
}
#main .imgBox03 .textBox {
	width: 51.5rem;
}
#main .imgBox03 .pho {
	margin-top: -0.5rem;
	width: 58.3rem;
}
#main .pho02 {
	margin-bottom: 5.9rem;
	text-align: center;
	background: #856132;
}
#main .pho02 img {}

@media all and (max-width: 896px) {
	#main {
		padding: 3.8rem 0 2.7rem;
	}
	#main .headLine01 {
		margin-bottom: 2.9rem;
	}
	#main .heding01 {
		margin-bottom: 2.3rem;
		font-size: 1.9rem;
		line-height: 1.75;
	}
	#main p {
		margin-bottom: 2.1rem;
		line-height: 1.66;
	}
	#main img {
		width: 100%;
	}
	#main .imgBox01 {
		display: block;
	}
	#main .imgBox01 .textBox {
		width: auto;
	}
	#main .imgBox01 .pho {
		margin: 0 auto 2.7rem;
		width: 85.5%;
	}
	#main .movie {
		width: auto;
		margin: 3rem 0.1rem 0;
		height: 0;
		padding-bottom: 56.2%;
	}
	#main .info:not(:last-child) {
		margin-bottom: 2.4rem;
	}
	#main .heding02 {
		margin-bottom: 2.4rem;
		padding-bottom: 1.4rem;
		font-size: 1.9rem;
		line-height: 1.75;
		border-bottom: 1px solid #000;
	}
	#main .heding02 span {
		padding-right: 0;
	}
	#main .heding02 span::before {
		display: none;
	}
	#main .imgBox02 {
		display: block;
		overflow: hidden;
	}
	#main .imgBox02 .textBox {
		width: auto;
	}
	#main .imgBox02 .pho {
		margin: 0.6rem 2rem 1.5rem 0;
		width: 16.2rem;
		float: left;
	}
	#main .heding03 {
		margin-bottom: 2.2rem;
		font-size: 1.9rem;
		line-height: 1.75;
	}
	#main .heding03 span {
		background-size: 2rem auto;
	}
	#main .heding03.ttl {
		margin: 0 -1rem 1.1rem;
	}
	#main .textInfo {
		margin-bottom: 1.9rem;
	}
	#main .imgBox03 {
		display: block;
	}
	#main .imgBox03 .textBox {
		width: auto;
	}
	#main .imgBox03 .pho {
		margin: 0 0.2rem 1.6rem;
		width: auto;
	}
}