@charset "UTF-8";

section {
	position: relative;
}

#mainv {
	color: #fff;
	height: 60.5vw;
	background: url(../images/main_p_01.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 6.25vw;
}
#mainv h1 {
	color: #fff;
	margin: 15vw 0 0 0;
}
#mainv p {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 5px;
}
#mainv p span {
	color: #174e90;
	font-family: serif;
	font-size: 250%;
	position: relative;
	top: .8rem;
	margin: 0 -.5rem;
}
#mainv a {
	color: #000;
	text-decoration: none;
}
#mainv nav span {
	color: #000;
}
#lead {
	height: 1030px;
	background: url(../images/lead_bg_01.jpg) no-repeat center top;
	padding-top: 70px;
	position: relative;
}
#lead .subContents {
	position: relative;
	text-align: center;
}
#lead .subContents .symbol {
	position: absolute;
	top: -190px;
	right: 0;
}
#lead figure {
	margin: 0 auto;
}
#voice h2 {
	margin: 0 0 20px;
}
#voice ul {
	display: flex;
	justify-content: space-between;
}
#voice ul li {
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	width: calc(100% / 3);
	text-align: left;
	padding: 60px 5vw;
}
#voice ul li:nth-child(1) { background: #40404f; }
#voice ul li:nth-child(2) { background: #6d95c6; }
#voice ul li:nth-child(3) { background: #004ea2; }

#sejutsu {
	padding: 5vw 0;
}
#sejutsu .subContents {
	width: 1180px;
}
#sejutsu .fig1 {
	text-align: center;
}
#sejutsu .sejutsu {
	margin: 60px 0 0 0;
}
#sejutsu .sejutsu h2 {
	color: #000;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.8;
	border-bottom: solid 1px #004ea2;
	margin: 0 0 15px;
	position: relative;
}
#sejutsu .sejutsu h2::after {
	content: "";
	width: 120px;
	height: 3px;
	background: #004ea2;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sejutsu .sejutsu h2.body::after { width: 4em; }
#sejutsu .sejutsu h2.facial::after { width: 9em; }

#sejutsu .sejutsu h2::before {
	content: "";
	height: 44px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
#sejutsu .sejutsu h2.body::before { width: 370px; background-image: url(../images/sejutsu_h_body.png); }
#sejutsu .sejutsu h2.facial::before { width: 424px; background-image: url(../images/sejutsu_h_facial.png); }

#sejutsu .sejutsu .lead {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#sejutsu .sejutsu ol {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}
#sejutsu .sejutsu ol li {
	width: 333px;
	position: relative;
}
#sejutsu .sejutsu ol li::after {
	content: "";
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	position: absolute;
	top: -20px;
	left: 0;
}
#sejutsu .sejutsu ol li:nth-child(1)::after { background-image: url(../images/sejutsu_s_01.svg); }
#sejutsu .sejutsu ol li:nth-child(2)::after { background-image: url(../images/sejutsu_s_02.svg); }
#sejutsu .sejutsu ol li:nth-child(3)::after { background-image: url(../images/sejutsu_s_03.svg); }

#sejutsu .sejutsu ol li + li::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 30px;
	border-color: transparent transparent transparent #004ea2;
	position: absolute;
	top: 80px;
	left: -60px;
}
#sejutsu .sejutsu ol li p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	font-feature-settings: "palt";
	margin-top: 20px;
}

#price .subContents {
	background: #def0fa;
}
#price .subContents::after {
	content: "";
	width: 100%;
	height: 15px;
	background: #fff;
	position: absolute;
	top: 75px;
	left: 0;
}
#price .subContents .title {
	text-align: center;
	position: relative;
	top: -15px;
	z-index: 2;
}
#price .subContents .inner {
	padding: 0 60px;
}
#price .subContents .inner h2  {
	line-height: 1.4;
	border-bottom: solid 1px #b4b4b4;
	margin: 50px 0 0 0;
}
#price .subContents .inner h2 span.en {
	color: #004ea2;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.2rem;
	font-weight: 400;
}
#price .subContents .inner h2 span.en em {
	font-size: 200%;
	font-style: normal;
	margin-left: 10px;
}
#price .subContents .inner h2 span.ja {
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 1em;
}
#price .subContents .inner table {
	width: 100%;
}
#price .subContents .inner table th,
#price .subContents .inner table td {
	border-bottom: dotted 1px #b4b4b4;
	padding: 20px 0;
}
#price .subContents .inner table tr:last-child th,
#price .subContents .inner table tr:last-child td {
	border-bottom-style: solid;
}
#price .subContents .inner table td {
	text-align: right;
	vertical-align: middle;
}
#price .subContents .inner table td .tsu {
	margin-right: 20px;
	padding-right: 40px;
	position: relative;
	vertical-align: super;
}
#price .subContents .inner table td .tsu::after {
	content: "";
	width: 20px;
	height: 30px;
	background: url(../images/price_s_arrow.svg) no-repeat;
	position: absolute;
	top: -5px;
	right: 0;
}
#price .subContents .inner table td .price {
	font-weight: bold;
	padding-left: 160px;
	position: relative;
}
#price .subContents .inner table td .price span {
	font-size: 2rem;
}
#price .subContents .inner table td .price::after {
	content: "";
	width: 144px;
	height: 25px;
	background: url(../images/price_s_campaign.svg) no-repeat;
	position: absolute;
	top: -10px;
	left: 0;
}
.kaisuken {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #004ea2;
	margin: 20px 120px 0;
	padding: 0;
	transform: translateY(35px);
}




/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:799px) {

	#mainv {
		height: 135vw;
		background-image: url(../images/main_p_01_sp.jpg);
		padding-top: 5vw;
	}
	#mainv h1 {
		margin: 30vw 0 0 0;
	}
	#mainv p {
		font-size: 1.2rem;
		line-height: .8;
		margin-top: 5vw;
	}
	#mainv p span {
		display: block;
		color: #ccc;
		font-size: 200%;
		top: .2em;
		margin: 0 0 0 6vw;
	}
	#lead {
		height: auto;
		background: url(../images/lead_bg_01.jpg) no-repeat center top;
		background-size: auto 100%;
		padding: 10vw 0;
	}
	#lead .subContents {
	}
	#lead .subContents .symbol {
		width: 22vw;
		top: -30vw;
		right: 3vw;
	}
	#lead figure {
	}

	#voice h2 {
		width: 40vw;
		margin: 10vw auto 6vw;
	}
	#voice ul {
		margin: 0 5vw;
		display: block;
	}
	#voice ul li {
		font-size: .85rem;
		width: 100%;
		line-height: 1.8;
		padding: 5vw;
	}
	
	#sejutsu {
		padding: 15vw 0 5vw;
	}
	#sejutsu .subContents {
		width: 100%;
	}
	#sejutsu .fig1 {
	}
	#sejutsu .sejutsu {
		margin: 10vw 0 0 0;
	}
	#sejutsu .sejutsu h2 {
		font-size: 2rem;
		padding-bottom: 5vw;
	}
	#sejutsu .sejutsu h2::after {
	}
	
	#sejutsu .sejutsu h2::before {
		height: 6vw;
		background-size: 100% auto;
		bottom: 10px;
	}
	#sejutsu .sejutsu h2.body::before { width: calc(6vw * 370 / 44); }
	#sejutsu .sejutsu h2.facial::before { width: calc(6vw * 424 / 44); }
	
	#sejutsu .sejutsu .lead {
		font-size: 1.25rem;
	}
	#sejutsu .sejutsu ol {
		margin-bottom: 60px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sejutsu .sejutsu ol li {
		width: 40vw;
		margin: 0 0 10vw;
		position: relative;
	}
	#sejutsu .sejutsu ol li::after {
		width: 6vw;
		height: 6vw;
		top: -3vw;
	}
	
	#sejutsu .sejutsu ol li + li::before {
		content: none;
	}
	#sejutsu .sejutsu ol li p {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 10px;
	}
	
	#price .subContents {
	}
	#price .subContents::after {
		top: 10vw;
	}
	#price .subContents .title {
	}
	#price .subContents .inner {
		padding: 0 5vw;
	}
	#price .subContents .inner h2  {
	}
	#price .subContents .inner h2 span.en {
		display: block;
	}
	#price .subContents .inner h2 span.en em {
	}
	#price .subContents .inner h2 span.ja {
		margin-left: 0;
	}
	#price .subContents .inner table {
		width: 100%;
	}
	#price .subContents .inner table th,
	#price .subContents .inner table td {
		padding: 5vw 0 1vw;
	}
	#price .subContents .inner table th {
		width: 35vw;
	}
	#price .subContents .inner table td {
	}
	#price .subContents .inner table td .tsu {
		margin-right: 5vw;
		margin-bottom: 4vw;
		padding-right: 6vw;
		display: block;
	}
	#price .subContents .inner table td .tsu::after {
		width: 3vw;
		height: calc(3vw / 2 * 3);
		top: 1vw;
	}
	#price .subContents .inner table td .price {
		font-weight: bold;
		padding-left: 0;
		padding-top: 9vw;
		position: relative;
	}
	#price .subContents .inner table td .price span {
		font-size: 2rem;
	}
	#price .subContents .inner table td .price::after {
		width: 30vw;
		height: calc(30vw / 144 * 25);
		top: 0;
		left: 0;
	}
	.kaisuken {
		font-size: 1.25rem;
		margin: 20px 0 15vw;
		padding: 0;
		transform: translateY(20px);
	}



}

