@charset "UTF-8";
/* CSS Document */

ul {
	list-style-type: none;
}
.row {
	position: relative;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/*************************************************************************************/
/*                                     ヘッダーエリア                                */
/*************************************************************************************/
header div.menuClosed {
	background-image: url(/img/header-top-mobile.jpg);
}
header div.menuClosed > #catch-phrase {
	margin-right: 30vw;
}
header div.menuClosed > #catch-phrase > p {
	font-size: 1.7rem;
}

/*************************************************************************************/
/*                                    メインエリア                                     */
/*************************************************************************************/
/* 共通 */
/* セクション１ */
#main-sec1 {
	max-width: 500px;
}
#main-sec1 .left-image {
	position: absolute;
	top: 60px;
	left: 0;
	height: 100%;
}
#main-sec1 .right-image {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
#main-sec1 .right-image > img {
	width: 70%;
}
#main-sec1 .center-text {
	text-align: center;
}
#main-sec1 .center-text p {
	font-size: 1.2rem;
}
#main-sec1 .center-text .first-text {
	color: #007A99;
	font-size: 1.5rem;
	margin-bottom: 0;
}
#main-sec1 .center-text p.line {
	margin-bottom: 30px;
}
/* セクション２ */
#main-sec2 {
	margin-bottom: 10px;
	background-color: #EFEFE1;
}
#main-sec2 .section-title img {
	height: 20px;
}
#main-sec2 p {
	text-align: center;
}
/* セクション３ */
#main-sec3 {
	max-width: 500px;
}
#main-sec3 .right-image {
	position: absolute;
	top: 0;
	right: 20px;
	display: flex;
	align-items: center;
	height: 100%;
}
#main-sec3 .right-image img {
	width: 80%;
}
#main-sec3 #sec3-info {
	text-align: center;
}
#main-sec3 #sec3-info img {
	padding: 1%;
}
#main-sec3 .center-text {
	text-align: center;
}
#main-sec3 .center-text p {
	font-size: 1.2rem;
}
/* セクション４ */
#main-sec4 {
	max-width: 500px;
}
#main-sec4 .divide-line {
	display: flex;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
}
#main-sec4 .divider {
	width: 100%;
	margin-right: 30px;
	background-color: #666699;
}
#main-sec4 .title-row {
	position: relative;
	margin-top: -50px;
}
#main-sec4 .right-image {
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	align-items: center;
	height: 100%;
}
#main-sec4 .right-image img {
	width: 80%;
}
#main-sec4 .features-for-mobile > div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#main-sec4 .feature-item-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 10px;
}
#main-sec4 .feature-item-wrapper > img {
	object-fit: cover;
	width: 40vw;
	max-width: 220px;
	height: 40vw;
	max-height: 220px;
	border-radius: 50%;
	border: 1px solid #DC759B;
}
#main-sec4 .feature-item-wrapper > p {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.4rem;
}
/* セクション５ */
#main-sec5 {
	max-width: 500px;
}
#main-sec5 .divider {
	display: block;
	height: 1px;
	border: 0;
	background-color: #666699;
}
#main-sec5 div.title-row {
	position: relative;
}
#main-sec5 .right-image {
	position: absolute;
	top: -20px;
	right: 10px;
	text-align: right;
}
#main-sec5 .right-image img {
	width: 70%;
}
#main-sec5 .left-image {
	position: absolute;
	top: 10px;
	left: 8%;
	display: flex;
	align-items: center;
}
#main-sec5 .left-image img {
	width: 80%;
}
#main-sec5 p {
	font-size: 1.2rem;
}
#main-sec5 .center-text {
	text-align: center;
}
#main-sec5 > div.map {
	margin-top: 45px;
}
#main-sec5 > div.map > div {
	display: flex;
	justify-content: center;
}
#main-sec5 iframe {
	width: 85%;
	height: 50vw;
}

/*************************************************************************************/
/*                                    タブレット用                                   */
/*************************************************************************************/
@media (min-width: 768px){
	/** 共通 **/
	.left-image img, .right-image img {
		width: 100%;
	}

	/** ヘッダーエリア **/
	header #imgHeader {
		background-image: url(/img/header-top-pc.jpg);
	}
	header #nav-menu-wrapper {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	header #catch-phrase {
		position: absolute;
		margin-left: -30px;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	header #catch-phrase > p {
		font-size: 1.5rem;
		white-space: nowrap;
	}
	header #nav-menu {
		position: static;
		height: 100%;
		background-color: rgba(255,255,255,0.5);
		float: left;
		padding: 15px 15px 15px 30px;
		display: flex;
		align-items: center;
		width: 25vw;
		min-width: 220px;
		max-width: 500px;
		border: none;
	}
	header #nav-menu ul {
		display: block;
		position: relative;
		z-index: 10;
	}
	header #nav-menu ul li {
		padding: 10px 0;
		border-bottom: 1px solid #ffffff;
		text-align: left;
	}
	header #nav-menu ul li:last-child {
		border-bottom: none;
	}
	/** セクション１**/
	#main-sec1 {
		max-width: 850px;
	}
	#main-sec1 .left-image img {
		width: auto;
		height: 220px;
	}
	#main-sec1 .right-image img {
		width: auto;
		height: 160px;
		max-height: 350px;
	}
	/** セクション２ **/
	#main-sec2 {
		max-width: none;
	}
	#main-sec2 > div {
		max-width: 850px;
		margin: auto !important;
	}
	/** セクション３ **/
	#main-sec3 {
		max-width: 850px;
	}
	#main-sec3 .right-image {
		right: 80px;
	}
	#main-sec3 .right-image img {
		width: auto;
		height: 130px;
	}
	/** セクション４ **/
	#main-sec4 {
		max-width: 850px;
	}
	#main-sec4 .divide-line img {
		width: auto;
		height: 140px;
	}
	#main-sec4 .right-image {
		top: 0;
		right: 7%;
	}
	#main-sec4 .right-image img {
		width: auto;
		height: 130px;
	}
	#main-sec4 .sec4-features {
		margin-top: 20px;
	}
	/** セクション５ **/
	#main-sec5 {
		max-width: 850px;
	}
	#main-sec5 .right-image {
		top: -60px;
	}
	#main-sec5 .right-image img {
		content: url("/img/top-sec5-tree.png");
		width: auto;
		height: 120px;
	}
	#main-sec5 .left-image {
		top: -140px;
		left: 50px;
	}
	#main-sec5 .left-image img {
		content: url("/img/top-sec5-huuhu.png");
		width: auto;
		height: 120px;
	}
	#main-sec5 iframe {
		width: 85%;
		max-height: 300px;
	}
}

/*************************************************************************************/
/*                                   デスクトップ用                                  */
/*************************************************************************************/
@media (min-width: 992px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 100vw;
		max-height: 800px;
	}
	neader #nav-menu {
		padding: 20px 20px 20px 50px;
	}
	/** セクション１ **/
	#main-sec1 {
		margin: auto auto 30px auto;
	}
	/** セクション２ **/
	#main-sec2 #blog-wrapper {
		width: 100%;
		text-align: center;
	}
	/** セクション３ **/
	#main-sec3 {
		margin: auto;
	}
	#main-sec3 .right-image {
		right: 110px;
	}
	/** セクション４ **/
	#main-sec4 {
		margin: auto;
	}
	#main-sec4 .features-for-pc {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	/** セクション５ **/
	#main-sec5 {
		margin: auto;
	}
	#main-sec5 iframe {
		max-height: 500px;
	}
}
@media (min-width: 1200px){
	/** ヘッダーエリア **/
	header div.header-image-area {
		overflow: hidden;
	}
	header #imgHeader {
		height: 100vw;
		max-height: 800px;
	}
	header #catch-phrase p {
		font-size: 1.7rem;
	}
	/** セクション１**/
	#main-sec1 {
		max-width: 1300px;
	}
	#main-sec1 .left-image {
		top: -100px;
	}
	#main-sec1 .right-image {
		top: -90px;
	}
	/** セクション２ **/
	#main-sec2 {
		padding-top: 40px;
	}
	#main-sec2 > div {
		max-width: 1000px;
	}
	/** セクション３**/
	#main-sec3 {
		max-width: 1300px;
	}
	#main-sec3 .right-image {
		right: 260px;
	}
	/** セクション４ **/
	#main-sec4 {
		max-width: 1300px;
	}
	#main-sec4 .right-image {
		right: 250px;
	}
	#main-sec4 .feature-item-wrapper > img {
		max-width: 270px;
		max-height: 270px;
	}
	/** セクション５**/
	#main-sec5 {
		max-width: 1300px;
	}
	#main-sec5 .left-image {
		left: 275px;
	}
}
@media (min-width: 1600px){
	/** ヘッダーエリア **/
	header #imgHeader {
		background-position: center bottom -5vw;
	}
	header #catch-phrase p {
		font-size: 1.9rem;
	}
	/** セクション５ **/
	#main-sec5 iframe {
		width: 85%;
		max-height: 650px;
	}
}
@media (min-width: 2048px){
	/** ヘッダーエリア **/
	header #imgHeader {
		background-position: center bottom -7.5vw;
	}
	header #nav-menu {
		padding-left: 60px;
	}
	header #catch-phrase p {
		font-size: 2.1rem;
	}
	/** セクション５ **/
	#main-sec5 iframe {
		width: 85%;
		max-height: 750px;
	}
}
@media (min-width: 2560px){
	/** ヘッダーエリア **/
	header #imgHeader {
		background-position: center bottom -10vw;
	}
	header #catch-phrase p {
		font-size: 2.2rem;
	}
}
