@charset 'utf-8';

/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/
h3 {
	margin-bottom: 2rem;
	font-size: 2.6rem;
	color: #118A45;
	text-align: center;
}

.catch_img {
	margin-bottom: 5rem;
}

.interview_content {
	width: 90%;
	max-width: 1000px;
	padding-bottom: 2rem;
	margin: 0 auto;
}

h4 {
	margin-bottom: 3rem;
	font-size: 2rem;
	color: #118A45;
}

.interview_content p {
	margin-bottom: 3rem;
	font-size: 1.7rem;
	letter-spacing: .05em;
	line-height: 2;
}

.interview_content img {
	margin-bottom: 2rem;
}

.profile {
	position: relative;
	padding: 26vw 5% 10vw;
	border-top: 1px solid #118645;
	border-bottom: 1px solid #118645;
	background-color: rgba(17,134,69,0.05);
}

.profile img {
	position: absolute;
	top: 5vw;
	right: 5vw;
	width: 26.7vw;
	max-width: 200px;
}

.profile dl {
	margin-bottom: 2rem;
}

.profile dt {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.profile dd {
	font-size: 1.7rem;
}

.profile p {
	font-size: 1.5rem;
}

.profile p a {
	color: #0000FF;
	text-decoration: underline;
}


@media screen and (min-width: 600px) {
	h3 {
		font-size: 3.6rem;
	}

	.kondo_img {
		margin-bottom: 10rem;
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
		background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
		background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	}

	.kondo_img img {
		display: block;
		max-width: 1100px;
		margin: auto;
	}

	.interview_content {
		padding: 0 2.5% 8rem;
	}

	.interview_content img {
		display: block;
	}

	h4 {
		font-size: 2.4rem;
	}

	.interview_content p {
		margin-bottom: 5rem;
	}

	.attraction img {
		width: 72%;
		margin: auto;
	}

	.veggi img {
		width: 63.2%;
		margin: auto;
	}

	.macro img {
		width: 73.6%;
		margin: auto;
	}

}

@media screen and (min-width: 768px) {
	.profile {
		position: relative;
		width: 90%;
		max-width: 1000px;
		padding: 8rem 8rem 10rem;
		border: 1px solid #118645;
		margin: 0 auto 8rem;
	}

	.profile_inner {
		position: absolute;
		top: -10px;
		left: -10px;
		width: 100%;
		height: 100%;
		border: 1px solid #118645;
		pointer-events: none;
	}

	.profile img {
		top: 5rem;
		right: 8rem;
		width: 100px;
	}

	.profile_bar {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 10px;
	    background-color: #fff;
	}

	.profile_pole {
	    position: absolute;
	    bottom: 0;
	    right: 0;
	  	width: 10px;
	    height: 100%;
	    background-color: #fff;
	}

}

@media screen and (min-width:960px) {

}

@media screen and (min-width:1280px) {

}