@charset "UTF-8";
/*
※※※※※※※※※※※※※※※※

共通

※※※※※※※※※※※※※※※※
*/
.cf:after {
    content: "";
    display: block;
    clear: both;
}

* {
	box-sizing: border-box;
}

html {
	font-size:52.5%;
	}

body {
	font-size: 17px;
  font-size: 1.7rem;
	font-family: vdl-v7mincho, sans-serif;
font-style: normal;
font-weight: 300;
}

.wrapper {
	width:calc(100%);
	padding:3vw;
	background-image: url("../images/haikei.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	position: relative;
	min-height: 810px;
}


.title {
	width:calc(291px * 0.9);
	margin-bottom:170px;
}

.title img {
	width:100%;
}

.catch_area {
	text-align: center;
	margin-bottom:45px;
}

.catch_area img {
	width:81px;
}

.catch_area p {
	color:#fff;
	font-size:3.7rem;
	position: relative;
	padding-top:6rem;
	line-height:2em;
}

.catch_area p:before {
	content:'　';
	width:40px;
	position: absolute;
	border-top:1px solid #fff;
	top:3rem;
	left:48.5%;
}

.flex {
	display:flex;
	width:calc(100% - 6vw);
	width:100%;
}

.info_area {
	text-align: left;
	font-size: 1.6rem;
	color:#fff;
	width:62%;
}

.info_area p {
	margin-bottom:1em;
	line-height: 1.4em;
}

.info_area p:last-child{
	margin-bottom: 0;
}

.info_area img {
	width:213px;
	margin-bottom:2em;
}

.mail_area {
	text-align: right;
	width:38%;
	position: relative;
}

.mail_area a {
	color:#fff;
	background-image:url("../images/mail-icon_2x.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: calc(57px * 0.9);
	padding-right: 60px;
	line-height: 35px;
	display:inline-block;
	text-decoration: underline;
	position: absolute;
	bottom:0;
	right:0;
	cursor: pointer;
}

.mail_area a:link {
	text-decoration: underline;
}

.mail_area a:hover {
	
}

@media screen and (max-width:480px) { 
	.wrapper {
		padding:4.5vw;
		min-height: auto;
	}
	
	.title {
		width:37vw;
		margin-bottom:170px;
	}
	
	.catch_area {
		margin-bottom: 100px;
	}
	
	.catch_area img {
		width:12vw;
	}
	
	.catch_area p {
		color:#fff;
		font-size:5vw;
		position: relative;
		padding-top:4rem;
		line-height:2em;
		/*font-size:50px;*/
		line-height: 1.8em;
		letter-spacing: 0.25em;
	}

	.catch_area p:before {
		width:8vw;
		top:2rem;
		left:45%;
	}
	
	.info_area {
		width:67%;
		font-size: 2.8vw;
	}
	
	.info_area img {
		width:35vw;
		margin-bottom:1em;
	}

	.mail_area {
		width:33%;
	}
	
	.mail_area a {
		font-size: 2.8vw;
		background-image: url(../images/sp-mail-mark_2x.png);
		background-position: left center;
		background-size: 2em;
		padding-right: 0;
		padding-left:2.6em;
		line-height: 20px;
	}
	
	.mail_area a:link {
		color:#fff;
	}
	
	.flex {
		width:calc(100% - 9vw);
		width:100%;
	}
}

@media screen and (min-height:810px) and (max-width:480px){/*sp*/
	.wrapper {
		height:100vh;
	}
	
	.flex {
		position: absolute;
		bottom:4.5vw;
		width:calc(100% - 9vw);
	}
	
	
}

@media screen and (min-height:810px) and (min-width:481px){/*pc*/
	.wrapper {
		height:100vh;
	}
	
	.flex {
		position: absolute;
		bottom:3vw;
		width:calc(100% - 6vw);
	}
	
}