@charset "utf-8";
/* CSS Document */

.mainimage img,
.image img {
	width: 100%;
	height: auto;
}

.profile h2 {
	font-size: 3.0rem;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

#content .interview .text h3 {
	font-weight: bold;
}

.goto-btn {
	margin: 15px;
	text-align: center;
}

.goto-btn a {
	display: inline-block;
	width:  200px;
	background: #FF0000;
	color: #FFFFFF;
	padding: 10px 15px;
	text-decoration: none;
}

@media screen and (max-width:767.98px) {
/* ここにSP向けのCSS指定 */
	#content .profile {
		margin:  30px 10px 40px;
	}
	
	#content .interview {
		margin:  20px 10px;
	}
}

@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */
	
	#content .profile {
		box-sizing: border-box;
		width: 768px;
		margin:  40px auto 40px;
	}
	
	
	
	#content .interview {
		display: flex;
		margin:  0 80px;
	}
	
	#content .interview .text {
		box-sizing: border-box;
		padding: 20px;
		width: 66%;
	}
	
	#content .interview .image {
		box-sizing: border-box;
		padding: 20px;
		width: 34%;
	}
}