@charset "UTF-8";

/* mainvisual
*****************************************************/
.main-visual {
	overflow: hidden;
}

.main-visual video {
	position: absolute;
}

.visual-text {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	width: 39%;
	min-height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.visual-text .lead {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5vw;
	text-align: right;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}

.visual-text h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 2vw;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}

.visual-text strong {
	display: block;
	color: #fff;
	font-size: 5vw;
	font-weight: 200;
}

@media screen and (max-width: 767px) {
	.main-visual video {
		position: relative;
	}
	
	.visual-text {
		width: 80%;
	}
	
	.visual-text .lead {
		font-size: 3vw;
	}
	
	.visual-text h2 {
		font-size: 4vw;
	}
	
	.visual-text strong {
		font-size: 10vw;
		font-weight: 300;
	}
}

/* approach
*****************************************************/
.approach {
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 930px;
	margin-top: -53px;
	margin-bottom: 30px;
	padding-top: 75.5%;
	background: url(../../images/bg_approach.png) top center no-repeat;
	background-size: cover;
}

.approach #canvas {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.approach .inner-box {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;	
	padding-top: 200px;
}

.life,
.about {
	position: relative;
	width: 50%;
}

.life {
	padding-top: 27.93824%;
	background: url(../../images/bg_life.png) left no-repeat;
	background-size: contain;
}

.about {
	float: right;
	padding-top: 30.43933%;
	background: url(../../images/bg_about.png) right no-repeat;
	background-size: contain;
}

.about:after {
	content: "";
	display: block;
	clear: both;
}

.life .sp-text,
.about .sp-text {
	display: none;
}

.life .btn-area,
.about .btn-area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 56%;
	max-height: 64%;
	margin: auto;
}

.life .btn-area {
	left: 50%;
	margin-left: 38%;
}

.about .btn-area {
	right: 50%;
	margin-right: 38%;
}

.life .l-shaped-btn,
.about .l-shaped-btn {
	height: 100%;
	padding: 0;
	text-align: left;
}

.life .l-shaped-btn .lead,
.about .l-shaped-btn .lead {
	font-size: 1vw;
}

.life .l-shaped-btn .text,
.about .l-shaped-btn .text {
	font-size: 2.6vw;
}

.life .l-shaped-btn .sp-btn-text,
.about .l-shaped-btn .sp-btn-text {
	display: none;
}

@media screen and (max-width: 1000px) {
	.life .btn-area,
	.about .btn-area  {
		max-width: 70%;
	}
	
	.life .l-shaped-btn,
	.about .l-shaped-btn {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.approach {
		min-height: auto;
		margin-top: -50px;
		margin-bottom: 30px;
		padding-top: 120%;
		background: url(../../images/bg_approach_sp.png) right top no-repeat;
		-webkit-box-shadow: 0px -45px 50px -25px rgba(255, 255, 255, 1) inset, 0px 45px 50px -25px rgba(255, 255, 255, 1) inset;
		box-shadow: 0px -45px 50px -25px rgba(255, 255, 255, 1) inset, 0px 45px 50px -25px rgba(255, 255, 255, 1) inset;
	}

	.approach .inner-box {
		padding-top: 10%;
	}

	.life,
	.about {
		width: 100%;
	}

	.life {
		padding-top: 54.86443%;
		background: url(../../images/bg_life_sp.png) left no-repeat;
		background-size: contain;
	}

	.about {
		padding-top: 54.86443%;
		float: none;
		background: url(../../images/bg_about_sp.png) left no-repeat;
		background-size: contain;
	}

	.life .sp-text,
	.about .sp-text {
		display: block;
		margin-bottom: 10px;
		color: #1e317f;
		font-family: 'Montserrat', sans-serif;
		font-size: 2.8rem;
		font-weight: 500;
		text-align: right;
		text-shadow: 1px 1px 1px #fff;
	}

	.life .btn-area,
	.about .btn-area {
		top: auto;
		right: auto;
		left: auto;
		bottom: 20px;
		max-width: 100%;
		max-height: 100%;
		margin: 0;
	}

	.about .btn-area {
		right: 0;
	}

	.life .l-shaped-btn,
	.about .l-shaped-btn {
		height: auto;
		padding: 10px 0;
	}

	.life .l-shaped-btn .lead,
	.life .l-shaped-btn .text,
	.about .l-shaped-btn .lead,
	.about .l-shaped-btn .text {
		display: none;
	}

	.life .l-shaped-btn .sp-btn-text,
	.about .l-shaped-btn .sp-btn-text {
		display: block;
	}
}

/* instagram
*****************************************************/
.instagram {
	margin-bottom: 150px;
}

.instagram h2 {
	margin-bottom: 50px;
}

.instagram img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.instagram {
		margin-bottom: 75px;
	}
	
	.instagram h2 {
		margin-bottom: 30px;
	}
}

/* inclusion
*****************************************************/
.inclusion {
	margin-bottom: 168px;
}

.inclusion .inner-box {
	position: relative;
	margin-bottom: 50px;
	padding: 100px 0 0;
	background: #d0e1fc;
}

.inclusion .inner-box:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background-color: #fff;
	z-index: 1;
	bottom: 3.6%;
}

::-webkit-full-page-media, _:future, :root .inclusion .inner-box:after {
	bottom: 3.6%;
}

.inclusion .floor {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	max-width: 1401px;
	margin: 0 auto;
	padding: 0 15px;
}

.inclusion .floor-btn {
	z-index: 2;
	position: relative;
	width: 50.3%;
	-webkit-transform: translateX(31.288%);
	-ms-transform: translateX(31.288%);
	transform: translateX(31.288%);
}

.floor-btn li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.floor-btn a {
	display: block;
	width: 68.712%;
}

.floor-btn li span {
	display: block;
	width: 31.288%;
	padding-left: 2%;
	color: #333366;
	font-size: 1vw;
	font-weight: bold;
}

.inclusion .floor-bg{
	z-index: 0;
	position: relative;
	width: 49.97%;
	margin: 0;
}

.inclusion .floor-bg img{
	width: 100%;
}

.inclusion .floor-btn li a {
	position: relative;
	display: block;
}

.inclusion .floor-btn li a:before,
.inclusion .floor-btn li a:after {
	content: "";
	position: absolute;
}

.inclusion .floor-btn li a:before {
	top: 0.6rem;
	right: 0.6rem;
	width: 12px;
	height: 12px;
	border-top: 1px solid #1e317f;
	border-right: 1px solid #1e317f;
}

.inclusion .floor-btn li a:after {
	top: 1.1rem;
	right: 0.4rem;
	width: 15px;
	height: 1px;
	background: #1e317f;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.inclusion .floor-btn img.pc{
	width: 100%;
}

@media screen and (max-width: 767px) {
	.inclusion {
		margin-bottom: 70px;
	}
	
	.inclusion .inner-box {
		margin-bottom: 30px;
		padding: 30px 0;
		min-height: auto;
		background: url(../../images/bg_inclusion_sp.png) bottom 23px right 0 no-repeat;
		background-color: #d0e1fc;
		background-size: 170px;
	}
	
	.inclusion .inner-box:after {
		bottom: 22px;
		height: 3px;
	}
	
	::-webkit-full-page-media, _:future, :root .inclusion .inner-box:after {
		bottom: 47px;
	}

	.inclusion .floor {
		width: 100%;
		min-height: auto;
		margin: unset;
		background: none;
	}

	.inclusion .floor-btn {
		position: relative;
		left: -21.2%;
		bottom: -31px;
		width: 57%;
		height: auto;
		margin-bottom: 0;
		margin-left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.inclusion .floor-btn li {
		position: relative;
		margin-bottom: 1px;
	}

	.inclusion .floor-btn li a {
		width: 100%;
		margin-right: 0;
	}
	
	.inclusion .floor-btn li a:before {
		border-color: #fff;
	}
	
	.inclusion .floor-btn li a:after{
		background: #fff;
	}

	.inclusion .floor-btn img.pc {
		display: none;
	}

	.inclusion .floor-btn img.sp {
		display: block;
		width: 100%;
	}

	.inclusion .floor-btn li span {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		margin: auto;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 300;
		font-family: 'Noto Sans JP', sans-serif;
		pointer-events: none;
	}
}

/* news
*****************************************************/
.news {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 168px;
}

.news h2 {
	margin-bottom: 20px;
}

:-ms-lang(x), .news .l-shaped-btn::after {
	right: 0.3rem;
}

@media screen and (max-width: 767px) {
	.news {
		max-width: 100%;
		margin: 0 auto 60px;
	}

	.news h2 {
		margin-bottom: 30px;
	}
}

/* access
*****************************************************/
.access h2 {
	margin-bottom: 30px;
}

.access .lead {
	margin-bottom: 60px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 2;
}

.access .map {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.access {
		margin-bottom: 30px;
	}
	
	.access .lead {
		margin-bottom: 30px;
		padding: 0 15px;
		font-size: 1.4rem;
	}

}