@charset "utf-8";
html{
	font-size: 100%;
	font-family: 'Noto Serif JP', serif;
	-webkit-font-smoothing: antialiased;
}
.svg-logo{
	display: none;
}
/* svg読み込み用 */
.svg-date{ display: none; }

body{
	font-weight: 500;
	color: #282828;
}
.taC{ text-align: center; }
.taR{ text-align: right; }
/* 共通 */
br.sp{ display: block; }
@media screen and (min-width: 769px) {
	br.sp{ display: none; }
}
.content-inner{
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
a{
	-moz-transition: .2s;
	-webkit-transition: .2s;
}
.txtLink{ text-decoration: none; }
.txtLink:hover{ text-decoration: underline; }
/* clearfix */
.cf:after,
.cf:before {
	content: "";
	display: block;
	clear: both;
}
@media screen and (min-width: 769px) {}
.l_em1{ text-indent: -1em; padding-left: 1em; }

/*テキスト周り*/
.txtWhite{
	color: #fff;
}
.noWrap{
	display: inline-block;
	white-space: nowrap;
}

/* 背景 */

/* 見出し */
.content-title01{ font-size: 1.875rem; color: #974569; }
.content-title01_sub{
	font-size: 0.925rem;
	margin-top: 1em;
	padding-bottom: 2em;
	position: relative;
	color: #974569;
}
.content-title01_sub:before,
.content-title01_sub:after{
	content: "";
	display: block;
	height: 1px;
	background: #974569;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 12.5vw;
}
.content-title01_sub:before{ bottom: 0; }
.content-title01_sub:after{ bottom: -2px; }

.content-title01 span{ margin-top: 0.75em; line-height: 1; }
.content-title01 span,
.content-title01 i{ display: block; }

.content-title02{
	color: #974569;
	font-size: 0.875rem;
	color: #974569;
}
.content-title02 .en,
.content-title02 .jp{ display: block; }
.content-title02 .jp{
	margin-top: 0.5em;
	line-height: 1.5;
	font-size: 1.5em;
}

.content-title03 span{ display: block; }
.content-title03 .en{ font-size: 1.75em; line-height: 1; }
.content-title03{
	fill: #974569;
	color: #974569;
	line-height: 1.625;
	font-size: 0.875rem;
	margin-bottom: 3em;
}
.content-title04{
	color: #974569;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: 1.65rem;
	margin-bottom: .8em;
	font-weight: bold;
}

.content-title03{ text-align: center; }
.content-title03.icons i{
	display: block;
	width: 10.3125vw;
	margin: auto;
}
.content-title03.icons > span{ margin-top: 1em; }
@media screen and (min-width: 769px) {
	.content-title03.icons > span{ margin-left: 1.5em; margin-top: 0; }
	.content-title01{ font-size: 2.375rem; }
	.content-title01_sub{ font-size: 1.125rem; }
	.content-title02{ font-size: 1rem; }
	.content-title03{ font-size: 1rem; margin-bottom: 3.375em; }
	.content-title03.icons{
		display: flex;
		align-items: flex-end;
	}
	.content-title03.icons i{
		width: 58px;
		margin: 0;
	}
	.content-title04{ font-size: 2.25rem; }
}


.content-inner{
	max-width: 1080px;
}
@media screen and (min-width: 769px) {
	.content-inner{
		margin-left: 0 auto;
		padding: 0 30px;
	}
}


/* //////////
header
////////// */
header{
	position: relative;
}
header:after{
	content: "";
	z-index: 1;
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: transparent;
	background: -moz-linear-gradient(bottom, rgba(0,113,155,0), rgba(0,113,155,0.8));
	background: -webkit-linear-gradient(bottom, rgba(0,113,155,0), rgba(0,113,155,0.8));
	background: linear-gradient(to top, rgba(0,113,155,0), rgba(0,113,155,0.8));
	top: 0;
}
.head-logo{
	display: inline-block;
	width: 25.625vw;
}
.head-logo img{ max-width: 100%; }
.head-nav{
	top: 0;
	padding-top: 4vw;
	z-index: 2;
	position: absolute;
	width: 100%;
}
.head-nav ul{ display: none; }
.head-contact{
	top: 4vw;
	right: 4vw;
	position: fixed;
}
.head-contact,
.head-list__item a{ color: #fff; }
.head-contact span{ display: none; }
.head-contact i{
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	background: #974569;
	justify-content: center;
	align-items: center;
	width: 12.5vw;
	height: 12.5vw;
}
@media screen and (min-width: 480px) {
	.head-contact i{
		width: 9.375vw;
		height: 9.375vw;
	}
}
@media screen and (min-width: 769px) {
	.head-logo{ width: auto; }
	.head-contact{
		right: 30px;
		display: flex;
		align-items: center;
		top: 60px;
	}
	.head-contact span{ display:  block; }
	.head-contact i{
		width: 40px;
		height: 40px;
		background: transparent;
		box-sizing: border-box;
		border: solid 1px #fff;
		-moz-transition: .2s;
		-webkit-transition: .2s;
	}
	.head-contact.scrol{ color: #974569; }
	.head-contact.scrol i{
		background: #974569;
		border-color: #974569;
	}
	.head-list__item a:hover,
	.head-contact:hover{ color: #974569; }
	.head-contact:hover i{
		border-color: #974569;
		background: #974569;
	}
	.head-contact.scrol:hover{ opacity: .7; }
	.head-contact span{ margin-right: 1em; }
	.head-nav{ padding-top: 45px; }
	.head-nav ul{
		left: 30px;
		top: 75px;
		display: flex;
		position: absolute;
	}
	.head-list__item{ margin-right: 1.5em; }
	.head-list__item:last-child{ margin-right: 0; }
	.head-contact,
	.head-list__item a{ font-size: 0.875rem; }
}
@media screen and (min-width: 1020px) {
	.head-list__item{ margin-right: 40px; }
	.head-list__item:last-child{ margin-right: 0; }
	.head-contact,
	.head-list__item a{ font-size: 1rem; }
}
@media screen and (min-width: 1080px) {
	.head-nav ul{
		left: 60px;
	}
	.head-contact{
		right: 60px;
	}
}


/* //////////
contact
////////// */
.foot-contact{
	color: #974569;
	background: #f2f2f2;
	padding: 18.75vw 6vw;
	text-align: center;
}
.contact-link{
	line-height: 1;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: 2.5em auto 0;
	position: relative;
	max-width: 540px;
	background: #974569;
	text-align: center;
	box-sizing: border-box;
	padding: 1em 3em;
	border-radius: 6px;
}
.contact-link svg{
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1em;
	width: 0.725em;
	fill: #fff;
	position: absolute;
}
.contact-link:hover{
	background: #282828;
}

.foot-contact .txt{
	line-height: 2;
	font-size: 1rem;
}
@media screen and (min-width: 769px) {
	.contact-link{
		font-size: 1.5rem;
	}
	.foot-contact .txt{ font-size: 1.25rem; }
}
@media screen and (min-width: 1020px) {
	.foot-contact{ padding: 120px 3vw 140px; }
}


/* //////////
footer
////////// */
#footer{
	color: #fff;
	background: #974569;
}
.foot-content{
	margin: 0 auto;
	padding: 9vw 3vw 7.25vw;
	max-width: 1250px;
}
.foot-ad{
	margin-top: 0.8em;
}
.foot-title{
	font-weight: bold;
	margin-top: 1.75em;
}
.foot-tel{
	margin-top: 0.8em;
}
.foot-copy{
	margin-top: 3.5em;
}
.to-top{
	padding: 25px 0;
	display: block;
	background: #c293a7;
	width: 100%;
	text-align: center;
}
.to-top .arow{
	width: 8px;
	height: 8px;
	display: inline-block;
	position: relative;
}
.to-top .arow:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: block;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-moz-transition: .1s;
	-webkit-transition: .1s;
}
.to-top:hover{ opacity: 0.8; }
.to-top:hover .arow:before{
	top: -20%;
}
.foot-title{ font-size: 1rem; }
.foot-ad{ font-size: 0.75rem; }
.foot-tel{ font-size: 1rem; }
.foot-copy{ font-size: 0.6875rem; }
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 1080px) {
	.to-top .arow{
		width: 8px;
		height: 8px;
	}
	.foot-content{
		margin: 0 auto;
		padding: 80px 30px 60px;
		max-width: 1250px;
	}
	.foot-title{ font-size: 1.25rem; }
	.foot-ad{ font-size: 0.8125rem; }
	.foot-tel{ font-size: 1.25rem; }
	.foot-copy{ font-size: 0.6875rem; }
}
