@charset "UTF-8";

#main {
	min-width: 1280px;
	margin-bottom: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main #mainvisual {
	width: calc(100% - 250px);
	height: 90vh;
	background: url(../images/main_bg_01.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	transition: all 1.5s;
	opacity: 0;
}
#main #mainvisual.active {
	opacity: 1;
}
#main > .logo {
	width: 30vh;
	margin: 0 auto 8vh;
	opacity: 0;
	position: absolute;
	top: 10vh;
	left: calc(calc(100% - 250px - 30vh) / 2);
	transition: all 3s;
}
#main > .logo.active {
	opacity: 1;
}
#main > .text,
#main > .text2 {
	width: 70vh;
	position: absolute;
	top: 62vh;
	left: calc(calc(100% - 250px - 70vh) / 2);
	opacity: 0;
	transition: all 3s;
}
#main > .text2.active {
	opacity: 1;
}
#main > .text {
	animation-name: text-animation;
	animation-duration: 2s;
}
@keyframes text-animation {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 100;
	}
	80% {
		opacity: 100;
	}
	100% {
		opacity: 0;
	}
}

#main #mside {
	width: 300px;
	opacity: 0;
	transition: all 3s;
}
#main #mside.active {
	opacity: 1;
}
#main #mside .logo {
	margin: 0 50px 40px;
}
#main #mside .logo img {
	width: 120px;
}
#main #mside .menu {
	margin: 0 0 0 50px;
}
#main #mside .menu li a {
	color: #000;
	text-decoration: none;
	margin-bottom: 10px;
	padding-right: 50px;
	position: relative;
	display: block;
}
#main #mside .menu li a::after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	background-color: #a67eb7;
	transform-origin: bottom left;
	transition: transform .4s cubic-bezier(.86,0,.07,1)
}
#main #mside .menu li a:hover::after{
	transform: scaleX(1);
	transform-origin:bottom right;
}
#main #mside .menu li a:hover {
	opacity: 1;
}
#main #mside .snss {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
#main #mside .snss li {
	margin: 0 10px;
}
#main #mside .snss li .icon {
	width: 20px;
	height: 20px;
	fill: #a67eb7;
}

#lnav {
	position: sticky;
}

#concept {
	background: url(../images/p_01.jpg) no-repeat right top;
	background-size: 60% auto;
	margin: 80px 0 150px;
	padding: 50px 0;
}
#concept h2 {
	text-align: left;
}
#concept .box {
	width: 40vw;
	min-width: 640px;
	background: #fff;
	padding: 50px 50px 50px 0;
}
#concept .box .midashi {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#counselor {
	background: url(../images/p_02.jpg) no-repeat left top;
	background-size: 45% auto;
	margin: 0 0 150px;
	padding: 50px 0;
}
#counselor h2 {
	text-align: left;
	margin-left: 40%;
}
#counselor .box {
	width: 48vw;
	min-width: 640px;
	background: #fff;
	margin: 0 0 0 auto;
	padding: 50px 0 50px 50px;
}
#counselor .box .midashi {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}
#counselor .box .midashi span {
	font-size: 83.3%;
}

#menu {
	min-width: 1100px;
}
#menu h2 {
	color: #a67eb7;
	text-align: left;
	position: relative;
	z-index: 3;
}
#menu .box {
	color: #fff;
	width: 54vw;
	min-width: 750px;
	text-align: left;
	background: #000;
	margin-bottom: -80px;
	padding: 60px 100px 50px 0;
	transform: translateY(-80px);
	position: relative;
	z-index: 2;
}
#menu .box ul li {
	font-size: 1.67rem;
	border-bottom: solid 1px #a67eb7;
	margin-bottom: 20px;
	padding: 0 0 20px 5vw;
}
#menu .box ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#menu .box ul li span {
	font-size: 1rem;
}
#menu .btn {
	width: 25vw;
	height: 80px;
	min-width: 400px;
	text-align: left;
	background: #a67eb7;
	margin: 0 auto 0 0;
	padding: 0 0 0 5vw;
	position: relative;
	transform: translateY(-40px);
	z-index: 2;
}
#menu .btn p {
	line-height: 80px;
}
#menu .btn:hover {
	opacity: 1;
	background: #b898c5;
}
#menu .btn .icon {
	fill: #000;
	width: 28px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

#contens {
	min-width: 1100px;
}
#contents h2 {
	text-align: left;
	margin-bottom: -240px;
	margin-left: 54vw;
	padding: 0 0 30px;
	position: relative;
	z-index: 2;
	transform: translateY(-240px);
}
#contents h2::after {
	content: "相談内容";
	font-size: 1.67rem;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 400px;
}
#contents > div {
	margin: 0 0 -80px;
	transform: translateY(-80px);
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: space-between;
}
#contents .box1 {
	width: 48vw;
	min-width: 650px;
	text-align: left;
	background: #a67eb7;
	margin: 0 0 0 auto;
	padding: 100px 5vw 50px;
	position: relative;
	z-index: 1;
}
#contents .box1 li {
	color: #fff;
	font-size: 1.39rem;
	margin-right: 2em;
	display: inline-block;
}
#contents .box1 li::before {
	content: "◉";
}
#contents .box2 {
	width: 52vw;
	text-align: center;
	margin: 0 0 40px;
}
#contents .box2 .logo {
	width: 340px;
	margin: 0 auto 15px;
}
#contents .box2 .tel {
	font-size: 1.5rem;
	line-height: 1.6;
}
#contents .box2 .tel a {
	font-size: 133%;
}
#map {
	line-height: 1;
	font-size: 0;
}
#map iframe {
	width: 100%;
	height: 400px;
}

#contactFixed {
	opacity: 0;
}
#contactFixed.active {
	opacity: 1;
}


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

	#main {
		min-width: initial;
		margin-bottom: 10vw;
		display: block;
	}
	#main #mainvisual {
		width: 100vw;
		height: 100vh;
		background: url(../images/main_bg_01.jpg) no-repeat center bottom;
		opacity: 0;
	}
	#main #mainvisual.active {
		opacity: 1;
	}
	#main > .logo {
		width: 30vw;
		margin: 0 auto 8vh;
		opacity: 0;
		top: 30vh;
		left: 50%;
		transform: translateX(-50%);
	}
	#main > .logo.active {
		opacity: 1;
	}
	#main > .text,
	#main > .text2 {
		width: 75vw;
		position: absolute;
		top: 65vh;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
	}
	#main > .text2.active {
		opacity: 1;
	}
	#main > .text {
		animation-name: text-animation;
		animation-duration: 2s;
	}
	@keyframes text-animation {
		0% {
			opacity: 0;
		}
		60% {
			opacity: 100;
		}
		80% {
			opacity: 100;
		}
		100% {
			opacity: 0;
		}
	}

	#main #mside {
		display: none;
	}

	#lnav {
		position: fixed;
	}

	#concept {
		background: url(../images/p_01.jpg) no-repeat center top;
		background-size: cover;
		margin: 0 0 20vw;
		padding: 8vw 0;
		position: relative;
	}
	#concept::after {
		content: "";
		width: 50%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	#concept h2 {
		position: relative;
		z-index: 2;
	}
	#concept .box {
		width: 70vw;
		min-width: initial;
		padding: 5vw 5vw 5vw 0;
		position: relative;
		z-index: 2;
	}
	#concept .box .midashi {
		font-size: 1.6rem;
		line-height: 1.78;
		margin-bottom: 10px;
	}

	#counselor {
		background-size: 70% auto;
		margin: 0 0 10vw;
		padding: 0;
	}
	#counselor h2 {
		margin-left: 16vw;
	}
	#counselor .box {
		width: 100%;
		min-width: initial;
		margin: 87vw 0 0 0;
		padding: 0;
		position: relative;
	}
	#counselor .box .midashi {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 0;
		position: absolute;
		top: -75vw;
		left: 60vw;
	}
	#counselor .box .midashi span {
		font-size: 71%;
		line-height: 1.2;
		display: inline-block;
	}

	#menu {
		min-width: initial;
		margin-bottom: 10vw;
	}
	#menu h2 {
	}
	#menu .box {
		width: 100vw;
		min-width: initial;
		margin: 0 0 -80px;
		padding: 20vw 5vw 5vw 0;
		transform: translateY(-80px);
	}
	#menu .box ul li {
		font-size: 1.2rem;
		border-bottom: solid 1px #a67eb7;
		margin-bottom: 20px;
		padding: 0 0 20px 5vw;
	}
	#menu .box ul li:last-child {
	}
	#menu .box ul li span {
	}
	#menu .btn {
		width: 55vw;
		height: 3em;
		min-width: initial;
		transform: translateY(-1.5em);
	}
	#menu .btn p {
		line-height: 3em;
	}
	#menu .btn:hover {
	}
	#menu .btn .icon {
	}

	#contens {
		min-width: initial;
	}
	#contents h2 {
		text-align: right;
		margin: 0 5vw 0 auto;
		padding: 0 0 10px;
		transform: none;
	}
	#contents h2::after {
		content: "相談内容";
		font-size: 1rem;
		font-weight: bold;
		position: absolute;
		bottom: 0;
		left: auto;
		right: 5vw;
	}
	#contents > div {
		margin: 0 0 -13vw;
		transform: translateY(-13vw);
		display: block;
	}
	#contents .box1 {
		width: 100vw;
		min-width: initial;
		margin-bottom: 6vw;
		padding: 15vw 5vw 5vw;
	}
	#contents .box1 li {
		font-size: 1rem;
		margin-right: 1.5em;
	}
	#contents .box1 li::before {
	}
	#contents .box2 {
		width: 100vw;
		margin: 0 0 6vw;
		padding: 0 5vw;
	}
	#contents .box2 .logo {
		width: 50vw;
		margin: 0 auto 15px;
	}
	#contents .box2 .tel {
	}
	#contents .box2 .tel a {
	}
	#map {
	}
	#map iframe {
		height: 360px;
	}

}

