@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;700&display=swap');
body {
	padding-top: 0;
}
body:before {
	content: none;
}
.imaginethefuture_header {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.imaginethefuture_header h1.tit {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
@media screen and (max-width:640px) {
	.imaginethefuture_header {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 1;
		background-color: #333;
		padding: 10px 0;
	}
	.imaginethefuture_header h1.tit {
		position: relative;
		width: 50%;
		height: auto;
		margin: 0 auto;
		left: inherit;
		top: inherit;
		transform: translate(0, 0);
	}
	.imaginethefuture_header h1.tit img {
		width: 100%;
		height: auto;
	}
}
.imaginethefuture {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.imaginethefuture .mvArea {
	padding: 20px;
	background-color: #FFF;
	box-sizing: border-box;
	position: relative;
}
.imaginethefuture .mvArea img {
	width: 100%;
	height: auto;
}
.imaginethefuture .mvArea .mv_cap {
	font-family: 'Cormorant Infant', serif;
	color: #BC9A5E;
	font-size: 90px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
}
.imaginethefuture .mvArea .mv_cap span {
	color: #FFF;
}
.imaginethefuture .mvArea .box {
	width: 1000px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	background-color: #FFF;
}
.imaginethefuture .mvArea .box .content {
	position: relative;
	box-sizing: border-box;
	padding: 40px 0 30px;
	text-align: center;
}
.imaginethefuture .mvArea .box .content .ico {
	position: absolute;
	width: 209px;
	left: -104px;
	top: -109px;
}
.imaginethefuture .mvArea .box .content .ico img {
	width: 100%;
	height: auto;
}
.imaginethefuture .mvArea .box h1.ttl {
	font-size: 44px;
	position: relative;
}
.imaginethefuture .mvArea .box h1.ttl:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 2px;
	height: 40px;
	background-color: #BC9A5E;
}
.imaginethefuture .mvArea .box h1.ttl .ttl_s {
	font-size: 26px;
}
.imaginethefuture .mvArea .box h1.ttl span {
	color: #BC9A5E;
}
@media screen and (max-width:1220px) {
	.imaginethefuture .mvArea .box .content .ico {
		position: absolute;
		width: 209px;
		left: -50px;
		top: -109px;
	}
}
@media screen and (max-width:640px) {
	.imaginethefuture .mvArea {
		padding: 0px;
		background-color: #FFF;
		box-sizing: border-box;
		position: relative;
	}
	.imaginethefuture .mvArea .mv_cap {
		font-family: 'Cormorant Infant', serif;
		color: #BC9A5E;
		font-size: 9vw;
		text-align: center;
		position: relative;
		left: 50%;
		top: 0%;
		transform: translate(-50%, 00%);
		padding: 16px 0;
	}
	.imaginethefuture .mvArea .mv_cap span {
		color: #333;
	}
	.imaginethefuture .mvArea .box {
		width: 86%;
		position: relative;
		left: 7%;
		bottom: 0;
		transform: translate(0, -25%);
		background-color: #FFF;
	}
	.imaginethefuture .mvArea .box .content .ico {
		position: absolute;
		width: 30.4%;
		left: 0%;
		top: -50%;
	}
	.imaginethefuture .mvArea .box h1.ttl {
		font-size: 5.5vw;
		position: relative;
	}
	.imaginethefuture .mvArea .box h1.ttl .ttl_s {
		font-size: 3.4vw;
	}
}
.sec01 {
	position: relative;
	margin: 0 auto 200px;
}
.sec01 .read {
	text-align: center;
	margin: 0 auto 100px;
	padding: 50px 0 0;
}
.sec01 .read p {
	font-size: 23px;
	margin-bottom: 1.5rem;
}
.sec01 .in {
	max-width: 1200px;
	height: 500px;
	background-color: #144628;
	margin: 0 auto 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec01 .in:before {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 20px;
	top: 20px;
	border: solid 1px #BC9A5E;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
}
.sec01 .in .sec01_img_l {
	position: absolute;
	width: 56%;
	left: -180px;
	top: -50px;
}
.sec01 .in .sec01_img_l img {
	width: 100%;
	height: auto;
}
.sec01 .in .tit {
	font-size: 62px;
	color: #BC9A5E;
	text-align: center;
}
.sec01 .in .tit span {
	color: #FFF;
}
.sec01 .in .tit .logo_w {
	width: 230px;
	height: 30px;
	margin: 0 auto;
}
.sec01 .in .tit .logo_w img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.sec01 .in .sec01_img_r {
	position: absolute;
	width: 47%;
	right: -180px;
	top: -50px;
}
.sec01 .in .sec01_img_r img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:640px) {
	.sec01 {
		position: relative;
		margin: 0 auto 50px;
	}
	.sec01 .read {
		text-align: center;
		margin: 0 auto 30px;
		padding: 10px 0 0;
	}
	.sec01 .read p {
		font-size: 4vw;
		margin-bottom: 1.5rem;
	}
	.sec01 .in {
		width: 100%;
		height: auto;
		background-color: inherit;
		margin: 0 auto 0;
		position: relative;
		display: block;
	}
	.sec01 .in:before {
		content: none;
	}
}
.sec02 {
	background-image: url(../img/sec02_bk.jpg);
	background-position: center top;
	background-size: cover;
	padding-bottom: 160px;
}
.sec02 .read {
	text-align: center;
	margin: 0 auto 180px;
	font-size: 40px;
	font-weight: normal;
}
.sec02 .in {
	max-width: 1300px;
	margin: 0 auto 0;
	background-color: rgba(255, 255, 255, 0.70);
	display: flex;
	flex-wrap: wrap;
}
.sec02 .in .col {
	width: 37%;
	max-width: 480px;
	height: 530px;
	position: relative;
}
.sec02 .in .col .ph {
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.sec02 .in .col .ph img {
	width: 100%;
	height: auto;
}
.sec02 .in .col .content {
	width: 100%;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 68px 24px 40px 40px;
	position: absolute;
}
.sec02 .in .col .content .num {
	color: #BC9A5E;
	font-size: 60px;
	font-family: 'Cormorant Infant', serif;
	position: absolute;
	left: 40px;
	top: -35px;
}
.sec02 .in .col .content .num:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #BC9A5E;
	bottom: 0;
	left: 0;
}
.sec02 .in .col .content .tit {
	font-size: 21px;
	color: #333;
	margin-bottom: 20px;
}
.sec02 .in .col .content p {
	font-size: 16px;
	color: #333;
}
.c01 {
	background-color: #144628;
	margin: -80px 0 80px 7.6924%;
}
.c01 .content {
	left: 20px;
	bottom: 20px;
}
.c02 {
	background-color: #CAB68F;
	margin: 80px 0 80px calc(7.6924% + 20px);
}
.c02 .content {
	left: 20px;
	bottom: 20px;
}
.c03 {
	background-color: #333333;
	margin: -160px 0 80px calc(7.6924% + 20px);
}
.c03 .content {
	right: 20px;
	bottom: 20px;
}
.c04 {
	background-color: #144628;
	margin: 0px 0 80px calc(7.6924% + 20px);
}
.c04 .content {
	right: 20px;
	bottom: 20px;
}
.c05 {
	background-color: #CAB68F;
	margin: -160px 0 80px 7.6924%;
}
.c05 .content {
	left: 20px;
	bottom: 20px;
}
.c06 {
	background-color: #333333;
	margin: 0px 0 -80px calc(7.6924% + 20px);
}
.c06 .content {
	left: 20px;
	bottom: 20px;
}
@media screen and (max-width:640px) {
	.sec02 {
		background-image: url(../img/sec02_bk_sp.jpg);
		background-position: center top;
		background-size: cover;
		padding-bottom: 30px;
	}
	.sec02 .read {
		text-align: center;
		margin: 0 auto 30px;
		font-size: 6vw;
	}
	.sec02 .in {
		max-width: 86%;
		margin: 0 auto 0;
		background-color: inherit;
		display: block;
	}
	.sec02 .in .col {
		width: 100%;
		max-width: 480px;
		height: auto;
		position: relative;
	}
	.sec02 .in .col .ph {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.sec02 .in .col .ph img {
		width: 100%;
		height: auto;
	}
	.sec02 .in .col .content {
		width: 100%;
		background-color: #FFF;
		box-sizing: border-box;
		padding: 48px 24px 25px 25px;
		position: relative;
		margin-top: -10px;
	}
	.sec02 .in .col .content .num {
		color: #BC9A5E;
		font-size: 13vw;
		font-family: 'Cormorant Infant', serif;
		position: absolute;
		left: 25px;
		top: -35px;
	}
	.sec02 .in .col .content .num:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #BC9A5E;
		bottom: 0;
		left: 0;
	}
	.sec02 .in .col .content .tit {
		font-size: 5vw;
		color: #333;
		margin-bottom: 8px;
		height: 6rem
	}
	.sec02 .in .col .content p {
		font-size: 3.8vw;
		color: #333;
	}
	.c01 {
		background-color: #144628;
		margin: 0px 0 30px 0%;
	}
	.c01 .content {
		left: 20px;
		bottom: 20px;
	}
	.c02 {
		background-color: #CAB68F;
		margin: 0px 0 30px 0%;
	}
	.c02 .content {
		left: auto;
		right: 20px;
		bottom: 20px;
	}
	.c03 {
		background-color: #333333;
		margin: 0px 0 30px 0%;
	}
	.c03 .content {
		left: 20px;
		bottom: 20px;
	}
	.c04 {
		background-color: #144628;
		margin: 0px 0 30px 0%;
	}
	.c04 .content {
		right: 20px;
		bottom: 20px;
	}
	.c05 {
		background-color: #CAB68F;
		margin: 0px 0 30px 0%;
	}
	.c05 .content {
		left: 20px;
		bottom: 20px;
	}
	.c06 {
		background-color: #333333;
		margin: 0px 0 30px 0%;
	}
	.c06 .content {
		left: auto;
		right: 20px;
		bottom: 20px;
	}
}
.sec03 {
	width: 100%;
	padding: 0 0 120px;
	box-sizing: border-box;
}
.sec03 img {
	width: 100%;
	height: auto;
}
.sec03 .in {
	max-width: 1300px;
	margin: -115px auto 0;
	background-color: #FFF;
	padding: 95px 0 0;
}
.sec03 .in .sec_tit {
	font-size: 60px;
	font-family: 'Cormorant Infant', serif;
	text-align: center;
	color: #333;
	position: relative;
	margin-bottom: 80px;
}
.sec03 .in .sec_tit:after {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #B40032;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
}
.sec03 .in .read {
	text-align: center;
	margin-bottom: 60px;
	font-size: 30px;
}
.sec03 .in .col3 {
	max-width: 1100px;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec03 .in .col3 .col {
	width: 31%;
}
.sec03 .in .col3 .col .ph {
	width: 100%;
	height: 250px;
	position: relative;
}
.sec03 .in .col3 .col .ph img {
	width: 100%;
	height: auto;
}
.sec03 .in .col3 .col .ph .ico {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	margin-left: -35px;
	bottom: -35px;
}
.sec03 .in .col3 .col .ph .ico img {
	width: 100%;
	height: auto;
}
.sec03 .in .col3 .col .tit {
	font-size: 22px;
	text-align: center;
	padding: 50px 0 20px;
}
.sec03 .in .col3 .col .content {
	padding: 20px 0;
	border-top: solid 1px #BC9A5E;
	border-bottom: solid 1px #BC9A5E;
	font-size: 13px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
@media screen and (max-width:640px) {
	.sec03 {
		width: 100%;
		padding: 0 0 30px;
		box-sizing: border-box;
	}
	.sec03 .in {
		max-width: 86%;
		margin: -30px auto 0;
		background-color: #FFF;
		padding: 30px 0 0;
	}
	.sec03 .in .sec_tit {
		font-size: 8vw;
		font-family: 'Cormorant Infant', serif;
		text-align: center;
		color: #333;
		position: relative;
		margin-bottom: 40px;
	}
	.sec03 .in .sec_tit:after {
		content: '';
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background-color: #B40032;
		left: 50%;
		bottom: -10px;
		margin-left: -15px;
	}
	.sec03 .in .read {
		text-align: center;
		margin-bottom: 30px;
		font-size: 4vw;
	}
	.sec03 .in .col3 {
		max-width: 100%;
		margin: 0 auto 0;
		display: block;
	}
	.sec03 .in .col3 .col {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec03 .in .col3 .col .ph {
		width: 100%;
		height: auto;
		position: relative;
	}
	.sec03 .in .col3 .col .ph img {
		width: 100%;
		height: auto;
	}
	.sec03 .in .col3 .col .ph .ico {
		position: absolute;
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		bottom: -30px;
	}
	.sec03 .in .col3 .col .ph .ico img {
		width: 100%;
		height: auto;
	}
	.sec03 .in .col3 .col .tit {
		font-size: 4.4vw;
		text-align: center;
		padding: 50px 0 20px;
	}
	.sec03 .in .col3 .col .content {
		padding: 14px 0;
		border-top: solid 1px #BC9A5E;
		border-bottom: solid 1px #BC9A5E;
		font-size: 3.3vw;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	}
}
.voice {
	padding: 100px 0 10px;
	background-image: url(../img/voice_bk.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.voice .sec_tit {
	font-size: 60px;
	font-family: 'Cormorant Infant', serif;
	text-align: center;
	color: #FFF;
	position: relative;
	margin-bottom: 80px;
	font-weight: normal;
}
.voice .sec_tit:after {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #B40032;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
}
.voice .read {
	font-size: 30px;
	color: #FFF;
	text-align: center;
	margin: 0 0 100px;
}
.voice .read span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	padding: 30px 0 0;
}
.voice .voice_box {
	max-width: 1300px;
	margin: 0 auto 120px;
	position: relative;
	background-color: #FFF;
	padding: 120px 0 0;
}
.voice .voice_box .tit_box {
	position: absolute;
	max-width: 1100px;
	width: 84.6153%;
	left: 100px;
	top: -50px;
	background-color: #F4F2EE;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice .voice_box .tit_box .num_box {
	width: 180px;
	color: #FFF;
	background-color: #143122;
	box-sizing: border-box;
	padding: 20px;
	font-size: 42px;
	font-family: 'Cormorant Infant', serif;
}
.voice .voice_box .tit_box .num_box span {
	font-size: 16px;
	display: block;
}
.voice .voice_box .tit_box .tit_b {
	width: calc(100% - 180px);
	box-sizing: border-box;
	padding: 20px;
}
.voice .voice_box .tit_box .tit_b .tit {
	font-size: 28px;
	color: #144628;
}
.voice .voice_box .tit_box .tit_b .name {
	font-size: 30px;
	color: #333;
	text-align: right;
	font-family: 'Cormorant Infant', serif;
}
.voice .voice_box .tit_box .tit_b .name span {
	font-size: 18px;
	color: #333;
}
.voice .voice_box .voice_content {
	padding: 0 50px 50px;
}
.voice .voice_box .voice_content .read {
	font-size: 28px;
	color: #144628;
	margin-bottom: 50px;
}
.voice .voice_box .voice_content .read span {
	font-size: 18px;
	color: #333;
}
.voice .voice_box .voice_content .col4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice .voice_box .voice_content .col4 .col {
	width: 21.75%;
}
.voice .voice_box .voice_content .col4 .col.dammy {
	display: none;
}
.voice .voice_box .voice_content .col4 .col .step {
	width: 100%;
	height: 40px;
	background-image: url(../img/voice_step_bk.png);
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 15px;
}
.voice .voice_box .voice_content .col4 .col .tit {
	font-size: 18px;
	text-align: center;
	color: #000;
	margin-bottom: 15px;
}
.voice .voice_box .voice_content .col4 .col .ph {
	width: 100%;
	margin-bottom: 30px;
}
.voice .voice_box .voice_content .col4 .col .ph img {
	width: 100%;
	height: auto;
}
.voice .voice_box .voice_content .col4 .col p {
	font-size: 14px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
@media screen and (max-width:640px) {
	.voice {
		padding: 50px 0 10px;
		background-image: url(../img/voice_bk.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.voice .sec_tit {
		font-size: 8vw;
		font-family: 'Cormorant Infant', serif;
		text-align: center;
		color: #FFF;
		position: relative;
		margin-bottom: 40px;
	}
	.voice .sec_tit:after {
		content: '';
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background-color: #B40032;
		left: 50%;
		bottom: -10px;
		margin-left: -15px;
	}
	.voice .read {
		font-size: 5vw;
		color: #FFF;
		text-align: center;
		margin: 0 0 30px;
	}
	.voice .read span {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 4vw;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
		padding: 30px 7% 0;
		box-sizing: border-box;
	}
	.voice .voice_box {
		max-width: 93%;
		margin: 0 0 30px 7%;
		position: relative;
		background-color: #FFF;
		padding: 0;
		overflow-x: hidden;
	}
	.voice .voice_box .tit_box {
		position: relative;
		max-width: 100%;
		width: 100%;
		left: 0;
		top: 0px;
		background-color: #F4F2EE;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.voice .voice_box .tit_box .num_box {
		width: 27.5%;
		color: #FFF;
		background-color: #143122;
		box-sizing: border-box;
		padding: 5%;
		font-size: 7vw;
		font-family: 'Cormorant Infant', serif;
	}
	.voice .voice_box .tit_box .num_box span {
		font-size: 3vw;
		display: block;
	}
	.voice .voice_box .tit_box .tit_b {
		width: 72.5%;
		box-sizing: border-box;
		padding: 5%;
	}
	.voice .voice_box .tit_box .tit_b .tit {
		font-size: 4.6vw;
		color: #144628;
	}
	.voice .voice_box .tit_box .tit_b .name {
		font-size: 4vw;
		color: #333;
		text-align: left;
		font-family: 'Cormorant Infant', serif;
	}
	.voice .voice_box .tit_box .tit_b .name span {
		font-size: 3.2vw;
		color: #333;
	}
	.voice .voice_box .voice_content {
		padding: 7%;
	}
	.voice .voice_box .voice_content .in {
		position: relative;
	}
	.voice .voice_box .voice_content .read {
		font-size: 4.4vw;
		color: #144628;
		text-align: left;
		margin-bottom: 30px;
	}
	.voice .voice_box .voice_content .read span {
		font-size: 3.6vw;
		padding: 5% 0% 0;
	}
	.voice .voice_box .voice_content .col4 {
		display: block;
		flex-wrap: nowrap;
		max-width: 90%;
		position: relative;
	}
	.voice .voice_box .voice_content .col4 .col {
		width: 80%;
		margin: 0 0% 0 10%;
		position: absolute;
	}
	.voice .voice_box .voice_content .col4 .col.dammy {
		display: block;
	}
	.voice .voice_box .voice_content .col4 .col .step {
		width: 100%;
		height: 40px;
		background-image: url(../img/voice_step_bk.png);
		background-size: contain;
		background-position: right center;
		background-repeat: no-repeat;
		color: #FFF;
		font-size: 18px;
		line-height: 40px;
		text-align: center;
		margin-bottom: 15px;
	}
	.voice .voice_box .voice_content .col4 .col .tit {
		font-size: 4vw;
		text-align: center;
		color: #000;
		margin-bottom: 15px;
	}
	.voice .voice_box .voice_content .col4 .col .ph {
		width: 100%;
		margin-bottom: 30px;
	}
	.voice .voice_box .voice_content .col4 .col .ph img {
		width: 100%;
		height: auto;
	}
	.voice .voice_box .voice_content .col4 .col p {
		font-size: 3vw;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	}
	.voice_content .comBtn03Wrap {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 0;
		margin: auto;
		height: 100%;
		width: 100%
	}
	.voice_content .comBtn03 {
		margin: auto;
		z-index: 11;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 40%;
	}
	.voice_content .comBtn03:before, .voice_content .comBtn03:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: .5s
	}
	.voice_content .comBtn03:before {
		width: 30px;
		height: 30px;
		background-color: #333;
		border-radius: 50%;
	}
	.voice_content .comBtn03:after {
		width: 8px;
		height: 8px;
		border: 2px solid #fff;
	}
	.voice_content .comBtn03.next {
		right: 18px;
	}
	.voice_content .comBtn03.next:after {
		border-bottom: rgba(255, 255, 255, 0) !important;
		border-left: rgba(255, 255, 255, 0) !important;
		transform: rotate(45deg);
		right: 2px;
	}
	.voice_content .comBtn03.prev {
		left: -12px;
	}
	.voice_content .comBtn03.prev:after {
		border-bottom: transparent !important;
		border-right: transparent !important;
		transform: rotate(-45deg);
		left: 2px;
	}
	.no-touchevents .voice_content .comBtn03:hover:before {
		background-color: #bd9a4f;
	}
	.no-touchevents .voice_content .comBtn03:hover:after {
		border-color: #fff;
	}
}
.premier {
	padding: 100px 0;
	background-image: url(../img/premier_bk.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.premier .sec_tit {
	font-size: 60px;
	font-family: 'Cormorant Infant', serif;
	text-align: center;
	color: #FFF;
	position: relative;
	margin-bottom: 80px;
}
.premier .sec_tit:after {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #B40032;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
}
.premier .read {
	font-size: 32px;
	color: #FFF;
	text-align: center;
	margin: 0 0 100px;
}
.premier .plan_box {
	width: 1100px;
	margin: 0 auto 0;
	position: relative;
	box-sizing: border-box;
	padding: 50px 60px;
	background-color: #F7F4EF;
}
.premier .plan_box:before {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 10px;
	top: 10px;
	border: solid 1px #BC9A5E;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
.premier .plan_box .plan_tit_box {
	width: 100%;
	margin-bottom: 35px;
}
.premier .plan_box .plan_tit_box p {
	color: #948046;
	font-size: 18px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
.premier .plan_box .plan_tit_box .plan_t {
	color: #000;
	font-size: 24px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
.premier .plan_box .col2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.premier .plan_box .col2 .ph {
	width: 390px;
}
.premier .plan_box .col2 .ph img {
	width: 100%;
	height: auto;
}
.premier .plan_box .col2 .content {
	width: 530px;
}
.premier .plan_box .col2 .content .price_area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.premier .plan_box .col2 .content .price_area .ico {
	width: 58px;
}
.premier .plan_box .col2 .content .price_area .ico img {
	width: 100%;
	height: auto;
}
.premier .plan_box .col2 .content .price_area .price {
	width: calc(100% - 100px);
	font-size: 40px;
	line-height: 1.2;
}
.premier .plan_box .col2 .content .price_area .price .yen {
	font-size: 23px;
}
.premier .plan_box .col2 .content .price_area .price .sla {
	font-size: 27px;
}
.premier .plan_box .col2 .content .price_area .price .num {
	font-size: 29px;
}
.premier .plan_box .col2 .content .price_area .price .mei {
	font-size: 18px;
}
.premier .plan_box .col2 .content .price_area .price .zei {
	font-size: 16px;
}
.premier .plan_box .col2 .content .price_area .price .price_rem {
	font-size: 18px;
}
.premier .plan_box .col2 .content .txt {
	font-size: 14px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	margin-bottom: 20px;
}
.premier .plan_box .col2 .content .rem {
	background-color: #EBE9DC;
	box-sizing: border-box;
	padding: 25px 35px;
	position: relative;
}
.premier .plan_box .col2 .content .rem:before {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 5px;
	top: 5px;
	border: solid 1px #C8C195;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.premier .plan_box .col2 .content .rem .tit {
	font-size: 18px;
	color: #948046;
	text-align: center;
}
.premier .plan_box .col2 .content .rem p {
	font-size: 14px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
.premier .plan_box .btn {
	width: 280px;
	height: 50px;
	margin: 0 auto;
	border-radius: 25px;
}
.premier .plan_box .red {
	background-color: #B40032;
	transition: all 0.5s;
}
.premier .plan_box .btn a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 15px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	position: relative;
}
.premier .plan_box .btn.red:hover {
	opacity: 0.7;
}
.premier .plan_box .btn a:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 10px;
	border-color: transparent transparent transparent #FFF;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	transition: all 0.5s;
}
.premier .plan_box .btn a:hover:after {
	right: 10px;
}
@media screen and (max-width:640px) {
	.premier {
		padding: 50px 0;
		background-image: url(../img/premier_bk_sp.jpg);
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.premier .sec_tit {
		font-size: 8vw;
		font-family: 'Cormorant Infant', serif;
		text-align: center;
		color: #FFF;
		position: relative;
		margin-bottom: 40px;
	}
	.premier .sec_tit:after {
		content: '';
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background-color: #B40032;
		left: 50%;
		bottom: -10px;
		margin-left: -15px;
	}
	.premier .read {
		font-size: 5vw;
		color: #FFF;
		text-align: center;
		margin: 0 0 30px;
	}
	.premier .plan_box {
		width: 86%;
		margin: 0 auto 0;
		position: relative;
		box-sizing: border-box;
		padding: 6%;
		background-color: #F7F4EF;
	}
	.premier .plan_box:before {
		content: '';
		display: block;
		position: absolute;
		box-sizing: border-box;
		left: 5px;
		top: 5px;
		border: solid 1px #BC9A5E;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	.premier .plan_box .plan_tit_box {
		width: 100%;
		margin-bottom: 16px;
	}
	.premier .plan_box .plan_tit_box p {
		color: #948046;
		font-size: 3.6vw;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	}
	.premier .plan_box .plan_tit_box .plan_t {
		color: #000;
		font-size: 4vw;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	}
	.premier .plan_box .col2 {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.premier .plan_box .col2 .ph {
		width: 100%;
		margin-bottom: 10px;
	}
	.premier .plan_box .col2 .ph img {
		width: 100%;
		height: auto;
	}
	.premier .plan_box .col2 .content {
		width: 100%;
	}
	.premier .plan_box .col2 .content .price_area {
		display: flex;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	.premier .plan_box .col2 .content .price_area .ico {
		width: 50px;
	}
	.premier .plan_box .col2 .content .price_area .ico img {
		width: 100%;
		height: auto;
	}
	.premier .plan_box .col2 .content .price_area .price {
		width: calc(100% - 70px);
		font-size: 7vw;
		line-height: 1.2;
		position: relative;
	}
	.premier .plan_box .col2 .content .price_area .price .yen {
		font-size: 3.6vw;
	}
	.premier .plan_box .col2 .content .price_area .price .sla {
		font-size: 4vw;
	}
	.premier .plan_box .col2 .content .price_area .price .num {
		font-size: 3.6vw;
	}
	.premier .plan_box .col2 .content .price_area .price .mei {
		font-size: 3.2vw;
	}
	.premier .plan_box .col2 .content .price_area .price .zei {
		font-size: 3.0vw;
		position: absolute;
		right: 0;
		bottom: 9px;
	}
	.premier .plan_box .col2 .content .price_area .price .price_rem {
		font-size: 3.2vw;
	}
	.premier .plan_box .col2 .content .txt {
		font-size: 14px;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
		margin-bottom: 20px;
	}
	.premier .plan_box .col2 .content .rem {
		background-color: #EBE9DC;
		box-sizing: border-box;
		padding: 25px 35px;
		position: relative;
	}
	.premier .plan_box .col2 .content .rem:before {
		content: '';
		display: block;
		position: absolute;
		box-sizing: border-box;
		left: 5px;
		top: 5px;
		border: solid 1px #C8C195;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	.premier .plan_box .col2 .content .rem .tit {
		font-size: 18px;
		color: #948046;
		text-align: center;
	}
	.premier .plan_box .col2 .content .rem p {
		font-size: 14px;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	}
	.premier .plan_box .btn {
		width: 80%;
		height: 50px;
		margin: 0 auto;
		border-radius: 25px;
	}
	.premier .plan_box .red {
		background-color: #B40032;
	}
	.premier .plan_box .btn a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFF;
		font-size: 15px;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
		position: relative;
	}
	.premier .plan_box .btn a:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 10px;
		border-color: transparent transparent transparent #FFF;
		right: 15px;
		top: 50%;
		margin-top: -4px;
	}
}
.recommend {
	padding: 100px 0;
	background-color: #F7F4EF;
}
.recommend .sec_tit {
	font-size: 60px;
	font-family: 'Cormorant Infant', serif;
	text-align: center;
	color: #000;
	position: relative;
	margin-bottom: 80px;
	font-weight: normal;
}
.recommend .sec_tit:after {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #B40032;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
}
.recommend .in {
	width: 1100px;
	margin: 0 auto 0;
	box-sizing: border-box;
	border: solid 1px #BEB682;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
}
.recommend .in .content {
	width: 670px;
}
.recommend .in .content p {
	font-size: 16px;
	color: #948046;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	margin-bottom: 16px;
}
.recommend .in .content .tit {
	color: #322319;
	font-size: 26px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	margin-bottom: 16px;
}
.recommend .in .content .rem {
	color: #322319;
	font-size: 14px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	margin-bottom: 24px;
}
.recommend .in .content .btn_area {
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.recommend .in .content .btn_area .btn {
	width: 240px;
	height: 46px;
	box-sizing: border-box;
	border: solid 1px #948046;
	margin-right: 30px;
}
.recommend .in .content .btn_area .btn a {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	transition: all 0.5s;
}
.recommend .in .content .btn_area .btn a:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 10px;
	border-color: transparent transparent transparent #948046;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	transition: all 0.5s;
}
.recommend .in .content .btn_area .btn a:hover:after {
	right: 5px;
}
.recommend .in .ph {
	width: 320px;
}
.recommend .in .ph img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:640px) {
	.recommend {
		padding: 50px 0;
		background-color: #F7F4EF;
	}
	.recommend .sec_tit {
		font-size: 8vw;
		font-family: 'Cormorant Infant', serif;
		text-align: center;
		color: #000;
		position: relative;
		margin-bottom: 40px;
	}
	.recommend .sec_tit:after {
		content: '';
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background-color: #B40032;
		left: 50%;
		bottom: -10px;
		margin-left: -15px;
	}
	.recommend .in {
		width: 86%;
		margin: 0 auto 0;
		box-sizing: border-box;
		border: solid 1px #BEB682;
		padding: 5%;
		display: block;
	}
	.recommend .in .content {
		width: 100%;
	}
	.recommend .in .content p {
		font-size: 3.6vw;
		color: #948046;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
		margin-bottom: 16px;
	}
	.recommend .in .content .tit {
		color: #322319;
		font-size: 4vw;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
		margin-bottom: 16px;
	}
	.recommend .in .content .rem {
		color: #322319;
		font-size: 3.2vw;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
		margin-bottom: 24px;
	}
	.recommend .in .content .btn_area {
		position: relative;
		display: block;
	}
	.recommend .in .content .btn_area .btn {
		width: 90%;
		height: 46px;
		box-sizing: border-box;
		border: solid 1px #948046;
		margin: 0 auto 16px;
	}
	.recommend .in .content .btn_area .btn a {
		width: 100%;
		height: 100%;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		font-size: 3.6vw;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	}
	.recommend .in .content .btn_area .btn a:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 10px;
		border-color: transparent transparent transparent #948046;
		right: 10px;
		top: 50%;
		margin-top: -4px;
	}
	.recommend .in .ph {
		width: 100%;
		margin-bottom: 10px;
	}
	.recommend .in .ph img {
		width: 100%;
		height: auto;
	}
}
.future {
	padding: 100px 0;
	background-image: url(../img/furure_bk.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
.future .tit {
	font-size: 62px;
	color: #BC9A5E;
	text-align: center;
	margin-bottom: 60px;
}
.future .tit span {
	color: #FFF;
}
.future .tit .logo_b {
	width: 230px;
	height: 30px;
	margin: 0 auto;
}
.future .tit .logo_b img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.future p {
	font-size: 24px;
	text-align: center;
	color: #FFF;
}
@media screen and (max-width:640px) {
	.future {
		padding: 60px 0 40px;
		background-image: url(../img/furure_bk_sp.jpg);
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
		margin-bottom: 30px;
	}
	.future .tit {
		font-size: 10vw;
		color: #BC9A5E;
		text-align: center;
		margin-bottom: 30px;
	}
	.future .tit span {
		color: #FFF;
	}
	.future .tit .logo_b {
		width: 60%;
		height: 30px;
		margin: 0 auto;
	}
	.future .tit .logo_b img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	.future p {
		font-size: 3.6vw;
		text-align: center;
		color: #FFF;
	}
}