@charset "UTF-8";
/*==================================================================
	Style setting
===================================================================*/
html {overflow-x:hidden;}
body {
	color: #000;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	word-wrap:break-word;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	font-size: 16px;
	line-height: 1.7;
}
.font-kaku{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
}
.parallax{
	background: none!important;
}
/*==================================================================
	Header setting
===================================================================*/
#header{
	
}
.header-txt{
	background-color: #00204D;
	padding: 42px 10px 49px;
	text-align: center;
}
.header-main{
	background: url(../images/top_bg.jpg) no-repeat center top;
	text-align: center;
	margin-bottom: 60px;
	padding: 0 10px;
}
.header-main-txt{
	position: relative;
	top: -29px;
	line-height: 1;
	margin-bottom: -40px;
}
/*==================================================================
	Footer setting
===================================================================*/
#footer{
	background-color: #00204D;
	padding: 40px 0px;
}
.footer_logo {
	margin-bottom: 25px;
}
.footer_txt {
	color: white;
	font-size: 1.25em;
	text-align: center;
}

/*==================================================================
	Contents
===================================================================*/
.inner{
	margin: auto;
	max-width: 920px;
	padding: 0 10px;
	width: 100%;
}
.list-ticker{
	background-color: #EAF3FB;
	padding: 27px 20px 30px;
}
.list-ticker li{
	border-bottom: 2px solid #fff;
	color: #00204D;
	font-weight: bold;
	padding: 13px 0 13px 52px;
	position: relative;
}
.list-ticker li:before{
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	background: #fff;
	color: #c00;
	font-size: 37px;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 8px;
	top: 50%;
	height: auto;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-content{
	color: #00204D;
	font-weight: bold;
	text-align: center;
}
.top-content-txt{
	font-size: 1.25em;
	margin-bottom: 38px;
}
.top-content-txt:last-child{
	margin-bottom: 0;
}
.top-content-big{
	font-size: 1.375em;
	margin-bottom: 26px;
}
.top-content .list-ticker{
	font-size: 1.5em;
	font-size: 24px;
	margin-bottom: 35px;
}
.b-content{
	background: #fff;
	padding-top: 90px;
	padding-bottom: 90px;
}
.b-content.bg-over{
	background-color: #EAF3FB;
	padding: 64px 0 95px;
}
.b-content01{
	padding-bottom: 125px;
	padding-top: 40px;
}
.b-content .b-content-tit{
	margin-bottom: 48px;
	padding: 0 20px;
	text-align: center;
}
.b-content .b-content-txt{
	font-size: 1.25em;
	text-align: justify;
}
.b-content .b-content-txt > p:not(:last-child){
	margin-bottom: 40px;
}
.b-content-txt .b-content-pos{
	position: relative;
	padding-right: 43%;
}
.b-content-txt .b-content-pos .b-content-img{
	position: absolute;
	right: 0;
	top: 0;
	max-width: 41%;
}
.m-content{
	margin-bottom: 0;
	padding: 60px 0 117px;
}
.m-content.bg-fixed:after{
	content: "";
	background: url(../images/bg01.jpg) no-repeat center top;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -2;
}
.m-content-tit{
	margin-bottom: 107px;
}
.m-item{
	background-color: #fff;
	margin-bottom: 120px;
	position: relative;
	padding: 90px 45px 80px;
}
.m-item.m-item--boxshadow{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 32, 77, 0.85);
	-ms-box-shadow: 0px 0px 5px 2px rgba(0, 32, 77, 0.85);
	box-shadow: 0px 0px 5px 2px rgba(0, 32, 77, 0.85);
}
.m-item:last-child{
	margin-bottom: 0;
}
.m-item .m-item-num{
	position: absolute;
	top: -57px;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 1;
}
.m-item .m-item-tit{
	border-bottom: 2px solid #00204D;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.m-item .m-item-mess{
	color: #00204D;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 43px;
	text-align: center;
}
.m-phone{
	margin: 70px 0 60px;
}
.m-phone h4{
	line-height: 1;
}
.m-phone .m-phone-tit{
	color: #C00;
	margin-bottom: 35px;
	text-align: center;
}
.m-phone .m-phone-txt{
	margin-bottom: 50px;
}
.m-item .list-ticker{
	display: inline-block;
	padding: 11px 17px 10px;
}
.m-item .list-ticker li{
	padding-right: 40px;
}
.m-item .list-ticker li:before{
	font-size: 32px;
}
.m-item .list-ticker li:last-child{
	border-bottom: none;
}
.m-phone-box{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.m-phone-box:last-child{
	margin-bottom: 0;
}
.m-phone-box p{
	margin-right: 48px
}
.m-phone-box p:last-child{
	margin-right: 0;
}
.ticker-inline{
	max-width: 420px;
}
.ticker-inline li{
	float: left;
	margin-right: 11px;
	padding-left: 26px;
	position: relative;
}
.ticker-inline li:before{
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	background: #fff;
	color: #c00;
	font-size: 22px;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	height: auto;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.list-user li{
	background: url(../images/icon_user01.png) no-repeat 9px center;
	padding-left: 42px;
}
.bg-m-content{
	background: url(../images/bg02.jpg) repeat;
	padding: 124px 0;
}
.note-wrap{
	background-color: #0088CD;
	border: 3px solid #0059A9;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	margin-top: 110px;
	margin-bottom: 80px;
	padding: 57px 77px 65px;
	position: relative;
	z-index: 10;
}
.note-wrap:before{
	content: "";
	background: url(../images/icon_note.svg) no-repeat center top;
	position: absolute;
	left: 50%;
	top: -59px;
	margin-left: -126px;
	height: 84px;
	width: 253px;
}
.note-wrap:after{
	content: "";
	background: #f3f4f4;
	background: -moz-linear-gradient(top,  #f3f4f4 1%, #e9e9ea 100%);
	background: -webkit-linear-gradient(top,  #f3f4f4 1%,#e9e9ea 100%);
	background: linear-gradient(to bottom,  #f3f4f4 1%,#e9e9ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f4', endColorstr='#e9e9ea',GradientType=0 );
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	border-bottom: 5px solid #d8d9db;
	-webkit-box-shadow: 0 5px 0 0px #c2c4c6;
	-ms-box-shadow: 0 5px 0 0px #c2c4c6;
	box-shadow: 0 5px 0 0px #c2c4c6;
	position: absolute;
	top: 13px;
	left: 16px;
	right: 16px;
	bottom: 19px;
	z-index: -1;
}
.note-wrap .note-tit{
	margin-bottom: 30px;
	text-align: center;
}
.note-wrap .list-ticker{
	background: none;
	padding: 0;
}
.note-wrap .list-ticker li{
	border-bottom: none;
	background-size: 28px;
	background-position: left 5px;
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: 25px;
	padding: 3px 0 3px 45px;
}
.note-wrap .list-ticker li:before{
	font-size: 28px;
	left: 0;
}
.note-wrap .list-ticker li span{
	font-size: .83em;
	font-weight: normal;
}
.grid-item{
	font-size: 0;
	float: left;
}
.grid-item:not(.max-width) img{
	max-width: none;
}
.b-content-box{
	margin-top: 100px;
	position: relative;
	padding: 100px 20px 50px;
}
.b-content-box .b-content-box-i{
	position: absolute;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	height: 160px;
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: -80px;
	margin-left: -80px;
}
.b-content-box .b-content-box-i img{
	width: 50%;
}
.b-content-box .b-content-box-tit{
	margin-bottom: 20px;
	text-align: center;
}
.b-content-box .list-ticker{
	background-color: transparent;
	display: table;
	font-size: 1.5em;
	margin: auto;
	padding: 0;
}
.b-content-box .list-ticker li{
	padding-left: 60px;
}
.b-content-box .list-ticker li:before{
	font-size: 33px;
}
.b-content-box--green{
	background-color: #EFFFEE;
}
.b-content-box--pink{
	background-color: #FFF3FB;
}
.b-content-box--blue{
	background-color: #EAF3FB;
}
.b-content-box-note{
	color: #606060;
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 70px;
}
.b-content-salon{
	background: none;
	position: relative;
	padding: 120px 0 60px;
}
.b-content-salon.bg-fixed:after{
	content: "";
	background: #00204D url(../images/salon/bg.jpg) no-repeat center top;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}
.b-content-salon-tit{
	margin-bottom: 74px;
	padding-left: 200px;
	text-align: center;
}
.salon-box{
	background-color: #fff;
	margin-bottom: 120px;
	padding: 0 45px 45px;
	position: relative;
}
.salon-box:last-child{
	margin-bottom: 0;
}
.salon-box .salon-box-tit{
	margin-bottom: -10px;
	line-height: 1;
	position: relative;
	text-align: center;
	padding: 0 6%;
	top: -45px;
}
.pdf-btn-wrap{
	display: flex;
	justify-content: center;
	padding: 0 12px;
}
.pdf-btn-wrap .pdf-btn-wrap-item{
	flex: 1;
	max-width: 50%;
	padding: 0 12px;
}
.salon-box-item:not(:last-child){
	margin-bottom: 60px;
}
.salon-box-item .salon-box-item-tit{
	margin-bottom: 50px;
	text-align: center;
}
.overlay{
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
}
.modal-wrap{
	background-color: #fff;
	display: none;
	left: 10px;
	margin: auto;
	position: fixed;
	right: 10px;
	top: 10px;
	bottom: 10px;
	max-height: calc(100vh - 20px);
	max-width: 840px;
	padding: 20px 10px 20px 20px;
	z-index: 9999;
	width: calc(100% - 20px);
}

.if-pdf {
	width: 100%;
	height: 100%;
}

.modal-wrap iframe{
	height: 100%;
	width: 100%;
}
.modal-wrap .close{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	position: fixed;
	top: 10px;
	left: auto;
	right: 26%;
}
.modal-wrap .close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.pdf-wrap{
	color: #000;
	line-height: 1.5;
	padding: 15px;

}
.pdf-wrap .pdf-box{
	border: 1px solid #000;
	padding: 10px 10px 20px;
}
.pdf-wrap p:not(:last-child){
	margin-bottom: 40px;
}
.pdf-wrap dl{
	counter-reset: num;
}
.pdf-wrap dt{
	float: left;
	font-size: 1.125em;
	font-weight: bold;
	border-top: 2px dashed #000;
	border-bottom: 2px dashed #000;
	position: relative;
	margin-bottom: 40px;
	padding: 15px 15px 15px 0;
	min-width: 50%;
}
.pdf-wrap dt:after{
	content: "";
	border-top: 2px dashed #000;
	border-bottom: 2px dashed #000;
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 0;
	right: 0;
}
.pdf-wrap .pdf-num dt{
	padding-left: 30px;
}
.pdf-wrap .pdf-num dt:before{
	content: counter(num)".";
	counter-increment: num;
	position: absolute;
	left: 0;
	top: 15px;
}
.pdf-wrap dd{
	clear: both;
	margin-bottom: 40px;
}
.pdf-wrap a{
	color: blue;
	text-decoration: underline;
}
.pdf-wrap .pdf-list-dot li{
	display: flex;
}
.pdf-wrap .pdf-list-dot li:before{
	content: "・";
}
.faq-cotent .faq-wrap > dt {
	font-size: 1.6em;
	color: #AB0000;
	padding-left: 120px;
	padding: 20px 44px 20px 90px;
	position: relative;
	font-weight: bold;
	line-height: 1.4;
}
.faq-cotent .faq-wrap > dt:before {
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-weight: 400;
	background-color: #AB0000;
	color: #fff;
	content: "Q";
	height: 60px;
	left: 10px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 60px;
	font-weight: bold;
}
.faq-cotent .faq-wrap > dd {
	background-color: #EAF3FB;
	padding: 35px;
	margin-left: 35px;
	font-size: 1.25em;
	margin-bottom: 22px;
}
.faq-cotent .faq-wrap > dd p .dot {
	padding-left: 25px;
    position: relative;
	line-height: 1.4;
	display: inline-block;
}
.faq-cotent .faq-wrap > dd p .dot:before {
	content: "※";
    position: absolute;
    left: 0;
    top: 0;
}
.faq-cotent .faq-wrap > dd .table-cotent {
	display: flex;
	display: -webkit-box;
	justify-content: space-between;
	-webkit-justify-content:space-between;
	margin: 0px -20px 20px;
}
.faq-cotent .faq-wrap > dd .table-cotent .table {
	width: 50%;
	padding: 0px 20px;
}

.faq-cotent .faq-wrap > dd .table-cotent .tbl {
	width: 100%;
	table-layout: fixed;
}
.faq-cotent .faq-wrap > dd .table-cotent .tbl th {
	background-color: #00204D;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 2px solid #00204D;
}
.faq-cotent .faq-wrap > dd .table-cotent .tbl td {
	background-clip: padding-box;
	border: 2px solid #000;
	font-size: .85em;
	font-weight: bold;
	padding: 8px 5px 8px 10px;
	background-color: #fff;
}
.content-eight {
	padding: 200px 0 80px;
	text-align: center;
}
.content-eight.bg-fixed:after{
	content: "";
	background: url(../images/img_bg_eight.png) no-repeat;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
}
.txt-white {
	color: white;
}
.content-eight .content-eight-square {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 0 35px 80px;
}
.content-eight-square .square {
    top: -132px;
    margin-bottom: -112px;
    position: relative;
}
.content-eight.content-eight-2 {
	background: url(../images/img_bg_eight2.png) no-repeat;
	padding: 183px 0 100px;
	background-size: cover;
}
.content-eight .content-eight-square.square2 {
	background-color: rgba(255, 255, 255, 0.9);
	padding-bottom: 50px;
}

.b-content-txt .txt-left {
	float:left;
	width: 62%;
	margin-right: 50px;
}
.b-content-txt .txt-right {
	float:right;
	width: 30%;

}
.mb-80 {
	margin-bottom: 73px;
}
.border-txt {
	width: 100%;
	max-width: 750px;
	padding: 20px 45px;
	border: 1px solid #fff;
}

/*==================================================================
	Responsive setting
===================================================================*/
@media (min-width: 641px){
	.pc-none{display:none;}
}

@media screen and (max-width: 1024px) {
	.header-main{
		background-size: 170%;
	}
	.b-content-salon{
		background-size: 185%;
	}
	.modal-wrap .close {
	    right: 60px;
	}
}

@media screen and (max-width: 768px){
	.note-wrap{
		padding-left: 45px;
		padding-right: 45px;
	}
	.b-content-salon-tit{
		padding-left: 25%;
	}
	.modal-wrap .close{
		background-color: #1d1b1b;
		left: auto;
		right: 10px;
	}
}

@media screen and (max-width: 640px){
	body{
	    max-width: 100vw;
	}
	.sp-none{display:none!important;}
	html, body{
		font-size: 14px;
	}
	.header-txt{
		padding-top: 7px;
		padding-bottom: 3vw;
	}
	.header-main{
		background: url(../images/top_bg_sp.jpg) no-repeat center top;
		background-size: 100%;
		margin-bottom: 20px;
	}
	.header-main-txt{
		top: -2.5vw;
		margin-bottom: 0;
	}
	.footer_txt{
		font-size: 1em;
	}
	.top-content-big{
		font-size: 1.56em;
		margin-bottom: 10px;
	}
	.top-content-txt{
		margin-bottom: 20px;
	}
	.top-content .list-ticker{
		font-size: 1.25em;
		padding: 12px 15px 20px;
	}
	.list-ticker li{
		padding-left: 45px;
	}
	.list-ticker li:before{
		font-size: 30px;
		top: 15px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.b-content{
		padding-bottom: 60px;
	}
	.b-content.bg-over{
		padding-bottom: 60px;
	}
	.b-content .b-content-tit{
		margin-bottom: 40px;
	}
	.b-content .b-content-txt > p:not(:last-child){
		margin-bottom: 30px;
	}
	.bg-m-content{
		padding-bottom: 50px;
	}
	.m-item{
		padding: 60px 15px 45px;
	}
	.m-item .m-item-mess{
		margin-bottom: 30px;
	}
	.m-item .m-item-num{
		top: -50px;
	}
	.m-item .m-item-num img{
		width: 90px;
	}
	.m-phone{
		margin: 40px 0;
	}
	.m-phone .m-phone-tit{
		margin-bottom: 30px;
	}
	.m-phone-box p{
		margin-right: 24px;
	}
	.m-item .list-ticker li{
		padding-right: 10px;
	}
	.m-item .list-ticker li:before{
		top: 13px;
		font-size: 30px;
	}
	.note-wrap{
		margin-top: 70px;
		padding-left: 24px;
		padding-right: 24px;
	}
	.note-wrap:before{
		height: 17vw;
		width: 52vw;
		margin-left: -26vw;
		top: -12vw;
	}
	.note-wrap:after{
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
	}
	.note-wrap .note-tit{
		margin-bottom: 20px;
		padding: 0 6vw;
	}
	.note-wrap .list-ticker li{
		margin-bottom: 17px;
		padding-left: 40px;
	}
	.note-wrap .list-ticker li:before{
		top: 5px;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
	.b-content-txt .b-content-pos{
		padding-right: 0;
	}
	.b-content-txt .b-content-pos .b-content-img{
		position: static;
		max-width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.b-content-box{
		padding: 80px 15px 30px;
	}
	.b-content-box .list-ticker li{
		padding-left: 45px;
	}
	.b-content-box .list-ticker li:before{
		font-size: 27px;
		top: 18px;
	}
	.b-content-box .b-content-box-i{
		height: 30vw;
		width: 30vw;
		margin-left: -15vw;
		top: -15vw;
	}
	.b-content-salon{
		padding-top: 60px;
	}
	.salon-box{
		padding: 0 15px 20px;
	}
	.salon-box .salon-box-tit{
		top: -7vw;
		margin-bottom: 15px;
	}
	.pdf-btn-wrap{
		padding: 0;
	}
	.salon-box-item .salon-box-item-tit{
		margin-bottom: 20px;
	}
	.b-content-txt .txt-left {
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
		width: 100%;
	}
	.b-content-txt .txt-right{
		margin-left: 10px;
		width: 40%;
	}
	.border-txt span {
	    padding: 20px 0px;
	}
	.content-eight .content-eight-square {
	    padding: 0 20px 80px;
	}
	.content-eight, .content-eight.content-eight-2{
		padding-top: 27vw;
		padding-bottom: 60px;
	}
	.content-eight .content-eight-square.square2 {
		padding-bottom: 50px;
	}
	.content-eight-square .square{
		margin: 0 auto -18vw;
		top: -21vw;
		width: 41vw;
		max-width: 266px;
	}
	.border-txt {
	    padding: 15px;
	}
	/*seven*/
	.faq-cotent .faq-wrap > dd {
	    padding: 20px;
	    margin-left: 0px; 
	}
	.faq-cotent .faq-wrap > dd .table-cotent {
		display: block;
		margin: 0;
	}
	.faq-cotent .faq-wrap > dd .table-cotent .table {
		margin: 0px auto 30px;
		max-width: 340px;
		width: 100%;
		padding: 0;
	}
	.faq-cotent .faq-wrap > dd .table-cotent .tbl td{
		padding-left: 5px;
	}
	.faq-cotent .faq-wrap > dt {
		padding: 20px 10px 20px 65px;
	}
	.faq-cotent .faq-wrap > dt:before {
		height: 50px;
		left: 0px;
		width: 50px;
	}
	.modal-wrap{
		padding: 20px 0px;
	}
	.modal-wrap .close {
		float: right;
    	position: static;
    	margin-top: -20px;
	}
	.if-pdf{
	 	overflow: auto;
	    overflow-x: hidden;
	    -webkit-overflow-scrolling: touch;
	}
}

