@charset "UTF-8";




/*********** 共通・背景 *************/

.interview_bg01 {
	background-image: url("../../interview/images/interview_bg01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #F3EFE8;
	padding-bottom: 80px;
}


/*********** ↑共通・背景 *************/



main .cap-cover {
	right: 10%;
	bottom: 25%;
}

.first-set {
	position: relative;
	top: -120px;
	left: 0;
	width: 100%;
}

.interview_mbt-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
}

.interview_mbt-wrap.first {
	margin-top: -40px;
}

.interview_mbt-wrap li {
	position: relative;
	width: 28.33%;
	margin: 0 2%;
	margin-bottom: 20px;
}

.interview_mbt-wrap li a .mbt {
	position: relative;
	top: 0;
	left: 0;
}

.interview_mbt-wrap li a .mbt_on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.2s ease;
}

.interview_mbt-wrap li a:hover .mbt_on {
	opacity: 1;
}

.interview_mbt-wrap li.current a .mbt_on {
	opacity: 1;
}



.interview_01-wrap {
	display: grid;
	grid-template-columns: 41.25% 29.17%;
	grid-template-rows: 1fr auto;
	justify-content: flex-end;
	margin-top: 120px;
}

.interview_01-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.interview_01-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	align-self: flex-end;
	margin-left: 7%;
}

.interview_01-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	margin-left: 7%;
}

.interview_01-wrap dt {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.0;
}

.interview_01-wrap dt span {
	display: inline-block;
	font-size: 0.6em;
	font-weight: 500;
	letter-spacing: 0;
}

.interview_01-wrap dd {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 10px;
	
}

.interview_01-wrap .txt {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: justify;
	margin-top: 20px;
}


.cont-wrap {
	margin-top: 100px;
}

.cont-wrap .ttl {
	color: #916B26;
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: justify;
}

.cont-wrap .headline {
	display: flex;
	margin-top: 20px;
}

.cont-wrap .headline .line {
	width: 70px;
	height: 1px;
	background: #000;
	margin-right: 10px;
	margin-top: 15px;
}

.cont-wrap .headline .txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: justify;
	width: calc(100% - 60px);
}

.cont-wrap .copy {
	margin-top: 20px;
}

.cont-wrap .copy p::first-letter {
	margin-left:1em;
}


.interview_02-wrap {
	display: grid;
	grid-template-columns: 62.08% 35.83%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	margin-top: 20px;
}

.interview_02-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.interview_02-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.cont-wrap .interview_02-wrap .copy {
	margin-top: 0;
}


.interview_03-wrap {
	display: grid;
	grid-template-columns: 62.08% 35.83%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	margin-top: 20px;
}

.interview_03-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.interview_03-wrap li:nth-child(2) {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}

.interview_03-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.cont-wrap .interview_03-wrap .copy {
	margin-top: 0;
}












