@charset "UTF-8";

/* reset
----------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,
tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,
nav,output,ruby,section,summary,time,mark,audio,video {margin: 0;padding: 0;border: 0;vertical-align: baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
html{height: 100%;}
ol,ul {list-style: none;}
blockquote,q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
*html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.pc-only {display: block;}
.sp-only {display: none;}
body {
	color: #231815;
	background: #fff;
    font-family: Helvetica,Arial,"BIZ UDGothic","Hiragino Kaku Gothic ProN","Hiragino Sans",游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3""メイリオ",Meiryo,sans-serif;
	font-weight: 500;
	font-size: 15px;
	font-feature-settings: "palt";
	line-height: 1.4;
	letter-spacing: 0.1em;
	color:#555;
}
a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 960px) {
	a[href^="tel:"] {
	pointer-events: none;
	}
}
main {
	display:block;
	padding:100px 0 20px 0;
}
@media (max-width: 960px) {
  body {
    font-size: 15px;
  }
}

/*******************************
* common   
********************************/
.auth_img{
	object-fit:cover;
	border-radius:50%;
}
.pg_wrap{
	width:80%;
	margin:0 auto 50px auto;
	overflow:hidden;
}

.pg_wrap_f{
	width:100%;
	margin:0 auto 50px auto;
	padding:0 10%;
	background:#F0EDF5;
	overflow:hidden;
}

@media (max-width: 960px) {
	.pc-only {display: none;}
	.sp-only {display: block;}
	.l-inner {padding: 0 6.25%;width: 100%;}
	.pg_wrap{padding: 0 6.25%;width: 100%;}

}



/*******************************
* header
********************************/
.l-header {
  position: fixed;
  padding: 0px 0 0 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vw * 0.1 * 0.352 + 10px);
box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.05);
}
.header-logo {
	margin:0 0 0 1%;
	width: 10%;
}
.menu .menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu .menu-list>li:not(.has-menumega) {
	position: relative;
}
.menu .menu-list>li a{
	display: block;
	padding: 1em;
	white-space: nowrap;
}
.menu .menu-list>li:not(:first-child)::before {
	content: "";
	top: 50%;
	left: 0;
	width: 1px;
	height: 10px;
	background-color: #202020;
	position: absolute;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu .menu-list>li a {transition: color 0.3s ease-in-out;}
.menu .menu-list>li a:hover,
.menu .menu-list>li a:focus {color: #9185a4;}

@media (max-width: 960px) {
	.l-header {height: 58px;}
	.menu {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		padding: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		z-index: 100;
		color: #231815;
		background-color: #fff;
	}
	.menu .menu-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 4% auto 0;
		width: 92%;
	}
	.menu .menu-list>li a{
		position: relative;
		padding: 1em 0;
		font-size: 18px;
	}
	.menu .menu-list>li a::after {
		content: "";
		display: block;
	}
	.menu .menu-list>li:not(:first-child)::before {content: none;}
	.menu .menu-list>li{border-bottom: 1px solid #d2d2d2;}
	.menu .menu-list>li:first-child {}
	.menu .menu-list>li:last-child {border: none;}
	.header-logo {
		width: 25%;
	}
	.l-header nav {
		position: fixed;
		top: 58px;
		right: 0;
		visibility: hidden;
		opacity: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 99;
	}
	.l-header.open {
		background-color: #fff;
	}
	.l-header.open nav {
		visibility: visible;
		opacity: 1;
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	.menu .sns-list {
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 90%;
	}
	.menu .sns-list>div {
		margin: 0.5em;
		width: 30px;
		height: auto;
	}
	.menu .sns-list>div.link-art {
		width: 110px;
	}
	#js-nav-toggle {
		position: fixed;
		display: block;
		padding: 8px;
		width: 58px;
		height: 58px;
		top: 0;
		right: 0;
		z-index: 100;
		background-color: #9185a4;
		-webkit-transition: background-color 0.5s ease-in-out;
		transition: background-color 0.5s ease-in-out;
	}
	#js-nav-toggle div {
		position: relative;
	}
	#js-nav-toggle span {
		display: block;
		height: 4px;
		position: absolute;
		width: 100%;
		left: 0;
		border-radius: 15px;
		background: #fff;
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#js-nav-toggle span:nth-child(1) {top: 10px;}
	#js-nav-toggle span:nth-child(2) {top: 20px;}
	#js-nav-toggle span:nth-child(3) {top: 30px;}
	.open #js-nav-toggle {background-color: #fff;}
	.open #js-nav-toggle span {background: #9185a4;}
	.open #js-nav-toggle span:nth-child(1) {top: 20px;-webkit-transform: rotate(-315deg);transform: rotate(-315deg);}
	.open #js-nav-toggle span:nth-child(2) {width: 0;left: 50%;}
	.open #js-nav-toggle span:nth-child(3) {top: 20px;-webkit-transform: rotate(315deg);transform: rotate(315deg);}
}

/*******************************
* top
********************************/
.top_mv{
	margin:20px 0 60px 0;
	overflow: hidden;
}

.top_mv_lxc{
	width:77%;
	height:450px;
	border-radius: 12px;
	overflow: hidden;
	float:left;
	margin:0 0 1% 0;
}

.top_search{
	margin:0 1% 0 0;
	width:20%;
	border-radius: 12px;
	overflow: hidden;
	float:right;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 12%);
    position: relative;
    z-index: 10;
    background: #ffffff;
}
.ts_inner{
	padding:5%;
}
.top_search h2{
	color:#9185a4;
}
.top_search select{
	display:block;
	margin:5% auto;
	width:100%;
	padding:1em 0;
	border:1px solid #F0EDF5;
	border-radius: 12px;
}
.top_search input{
	display:block;
	margin:5% auto;
	width:80%;
	padding:1em 0;
	font-size:120%;
	border:none;
	color:#9185a4;
	background:#F0EDF5;
	font-weight:bold;
	border-radius: 12px;
}
.top_banner{
	margin:0;
	width:100%;
	overflow: hidden;
	clear:both;
}
.top_banner a{
	width:15%;
	display:inline-block;
	border-radius: 12px;
	background:#EEE;
	overflow:hidden;
	margin:0 1% 0 0;
}
.top_banner a img{
	width:100%;
}


/********************************/
.top_news{
	padding:60px 0;
	overflow:hidden;
}

.top_news h2{
	font-weight: bold;
	text-align: center;
	margin:0 0 50px 0;
	color:#9185a4;
}

.top_news_lxc{
	max-width: 23%;
	margin: 1%;
	border-radius: 12px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	float:left;
	background-color:#FFF;
	background-size: cover;
	transition: all .3s ease-out;
}
.top_news_lxc:hover {
	opacity: .9;
	transform: scale(1.05);
}
.top_news_lxc .tnl_inner{
	width: 50%;
	padding-top: 80%;
}

.tnl_info{
	width:100%;
	position: absolute;
	bottom:40px;
	left: 50%;
	transform: translateX(-50%);
	padding: 40px 15px 5px;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.8) 100%);
	font-size:90%;
	color:#FFF;
}
.tnl_cat{
	display:block;
	margin-bottom:4px;
}
.tnl_cat span{
	font-size:80%;
	display:inine-block;
	border:1px solid #FFF;
	padding:0.3em;
	margin:0 0.5em 0 0;
}
.tnl_ath_link{
	width:200%;
	display:block;
	background:#FFF;
	overflow:hidden;
	padding:5px;
	position: static;
}
.tnl_ath{
	margin-right:3px;
	width:10%;
	object-fit:cover;
	border-radius:50%;
}

/********************************/
.top_list{
	overflow:hidden;

}

.top_list h2{
	font-weight: bold;
	text-align: center;
	margin:0 0 50px 0;
	color:#9185a4;
}


.top_list_lxc{
	width:16%;
	margin:2%;
	float:left;
	transition: all .3s ease-out;
}
.top_list_lxc:hover {
	opacity: .9;
	transform: scale(1.05);
}




.top_list_lxc a{
	display:inline-block;
	text-align:center;
	font-weight:bold;
	color:#9185a4;
}

.top_list_lxc a img{
	object-fit:cover;
	border-radius:50%;
	margin:0 0 0.5em 0;
}

/*******************************
* auth
********************************/
.auth_container_full{
	margin-top:50px;
	overflow:hidden;
}
.auth_container_full a{
	color:#9185a4;
}
.auth_container_full section{
	clear:both;
}
.auth_container_full .auth_img{
	width:35%;
	float:left;
}
.auth_container_full .auth_inner_right{
	width:62%;
	float:right;
}
.auth_container_full h1{
	margin:0 0 1% 0;
	display:inline-block;
	font-size:200%;
	line-height:1.2;
	color:#9185a4;
}
.auth_container_full h1 span{
	font-weight:normal;
	font-size:50%;
	display:block;
	margin:0 0 0 0;
	color:#777;
}
.auth_container_full p{
	margin:0 0 0.5em 0;
}
.auth_container_full .sns_icon{
	display:block;
	padding:0.5em 0;
}
.auth_container_full .sns_icon img{
	width:40px;
	margin:0 1% 0 0;
}
.auth_container_full iframe{
	width:100%;
}
.auth_container_full .auth_inner_right iframe{
	height:15em;
	border-radius: 4px;
}

.auth_container_full .auth_service{
	padding:20px 0;
}



.auth_container_full .auth_service li{
	padding:0;
	margin:0 0 50px 0;
	width:32%;
	word-wrap: break-word;
	line-height:1.6;
	float:left;
}
.auth_container_full .auth_service .cnt{
	margin:0 2%;
}


.auth_container_full .auth_service li .img_wrap{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	margin-bottom:0.5em;
	overflow:hidden;
}

.auth_container_full .auth_service li .img_wrap img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	transition: transform .6s ease;
	opacity:1;
}
.auth_container_full .auth_service li .img_wrap img:hover{
	opacity:0.6;
	transform: scale(1.1);
	transition: 0.3s ease-in-out;

}








.auth_container_full .news_list{
	padding:40px 0 20px 0;
	text-align:center;
}
.auth_container_full .news_list h2{
	padding:10px;
	font-size:160%;
	background:#9185a4;
	color:#FFF;
	border-radius: 4px 4px 0 0;
}
.auth_container_full .p_list{
	margin:0 auto;
	padding:2em;
	display:block;
	text-align:left;
	border: 3px solid #9185a4;
	border-radius: 0 0 4px 4px;

}
.auth_container_full .p_list li{
	font-size:120%;
}





/*******************************
* footer
********************************/

footer{
	clear:both;
	text-align:center;
	margin:50px 0 0 0;
	padding:50px 0 20px 0;
	background:#F5F5F5;
	border-top:1px solid #EEE;
}
footer a img{width:8%;}

.copywright{
	margin:30px 0;
	display:block;
	font-size:80%;
	color:#AAA;
}
