@charset "utf-8";
.inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.inner:before,
.inner:after { content:""; display:table; }
.inner:after { clear:both; }

.headline-top {
	text-align: center;
	position: relative;
	max-width: 720px;
	margin: 60px auto 25px;
}
.headline-top .headline {
	font-size: 2.4rem;
	font-weight: normal;
}
.headline-top .headline-en {
	font-family: 'Marcellus', serif;
	font-size: 2.4rem;
	font-weight: normal;
	color: #7CCDE0;
}
.headline-top span {
	position: relative;
	z-index: 1;
	padding: 0 30px;
	background: white;
}
.headline-top b {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 0;
	margin-top: -1px;
	background-color: #7CCDE0;
}
@media screen and (max-width: 768px) {
	.headline-top {
		width: 94%;
		margin: 0 auto 10px !important;
	}
	.headline-top .headline-en {
		margin: 0;
	}
}


.title-detail {
	background: #fff url(/assets2/images/bg_detail.png) 0 0 repeat;
	background-size: 30px 30px;
	font-family: 'Marcellus', serif;
	text-align: center;
    font-size: 2.4rem;
	padding: 30px 0;
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);
}

.headline-detail {
    font-size: 2.8rem;
	text-align: center;
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', Yu Mincho, '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-weight: 100;
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
	.headline-detail {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
}

.subhead {
    font-size: 1.8rem;
	margin: 40px 0 25px;
}


.inpage {
    font-size: 1.3rem;
	text-align: center;
	padding-left: 0;
	margin: 0;
}
.inpage li {
	display: inline-block;
	margin: 0 7px 14px;
}
.inpage li a {
	display: block;
	background-color: #1F3134;
	border-radius: 3px;
	color: #fff !important;
	width: 120px;
	padding: 3px 0;
	text-decoration: none !important;
}
.inpage a:hover {
	background-color: #C9171E;
}


.button,
.button2 {
	text-align: center;
}
.contents .button a {
	position: relative;
	display: inline-block;
	min-width: 80px;
	padding: 6px 25px;
	color: #fff;
	text-decoration: none !important;
    font-size: 1.6rem;
	background-color: #7CCDE0;
	border-radius: 3px;
	z-index: 10;
}
.contents .button a:hover {
	opacity: .8;
}

.contents .button2 a {
	background-color: #C9171E;
	border-radius: 5px;
	color: #fff !important;
	padding: 15px 20px;
	display: inline-block;
	text-decoration: none !important;
}
.contents .button2 a:hover {
	opacity: .7;
}

.button-site {
	text-align: center;
}
.button-site a {
    font-size: 1.3rem;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #5B7E91 !important;
	padding: 6px 20px;
	display: inline-block;
	text-decoration: none !important;
}
.button-site span {
	display: inline-block;
	background: url(/assets2/images/icon_new.png) right center no-repeat;
	background-size: 23px 17px;
	padding-right: 30px;
	cursor: pointer;
}
.button-site a:hover {
	background-color: #f7f7f7;
}

.list-atte {
	list-style-type: none;
	padding-left: 0;
}
.atte,
.list-atte li {
	margin-left:1em;
	display: block;
	font-weight: normal;
}
.atte .ast,
.list-atte li span {
	display:inline-block;
	margin-left:-1em;
	width:1em;
}

.list-dot {
	list-style-type: none;
	padding: 0;
}
.list-dot li {
	padding:0 0 0 1em;
	position: relative;
}
.list-dot li:before {
	content: '・';
	width: 1em;
	height: 1em;
	display: block;
	position: absolute;
	left: 0;
	top: center;
}	

/*================================================

　メインビジュアル・動画

=================================================*/
.mainvisual {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 150px;
	background: url(../images/top/mainbg_img01.jpg) center center no-repeat; background-size: cover;
	overflow: hidden;
}
.mainvisual::before {
	display: block;
	content: "";
	padding-top: calc(550 / 1200 * 100%);
}
.mainvisual .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.mainvisual .txt {
	width: 100%;
	max-width: 655px;		
	opacity: 0;
	transition: all 2.0s;
}
.mainvisual .txt img {
	width: 100%;
	height: auto;
}
.screen {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 150%;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	transition: 7s cubic-bezier(.26,0,.07,1);
	transform: translateX(-30%);
}
.screen.show {
	transform: translateX(100%);
}

@media screen and (max-width: 700px) {
	.mainvisual {
		overflow: hidden;
		margin: 0 auto 90px;
		background: url(../images/top/mainbg_img01.jpg) no-repeat left 50% top;
		background-size: 130% 100%;
	}
	.mainvisual .inner {
		padding: 0 20px;
	}
	.mainvisual::before {
		padding-top: 360px;
	}
	.mainvisual .txt {
		width: 100%;
		margin: 0 -5%;
	}
}


/*================================================

　philosophy

=================================================*/
.philosophy .screen2 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	transition: 3s cubic-bezier(.26,0,.07,1);
	transform: translateX(0);	
	z-index: 2;
}
.philosophy .screen2.show {
	transform: translateX(100%);
}
.philosophy {
	position: relative;
	margin-bottom: 80px;
	background: url(../images/top/philosophy_bg.jpg) no-repeat center bottom; background-size: cover;
	z-index: auto;
}
.philosophy > .inner {
	width: 94%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 160px 0;
	z-index: 3;
	position: relative;
}
.philosophy .cont {
	float: right;
	max-width: 372px;
	padding: 30px 50px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.philosophy .cont h2 {
	margin: 0 0 20px;
	text-align: center;
}
.philosophy .cont p {
	margin: 0 auto 18px;
	text-align: justify;
	font-size: 17px;
}
.philosophy .cont .btn {
	margin: 0 auto;
	text-align: center;
}
.philosophy .cont .btn a {
	display: inline-block;
	position: relative;
	padding: 10px 16px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	background-color: #7CCDE0;
	border-radius: 4px;
}
.philosophy .cont .btn a:hover {
	opacity: .8;
}
.philosophy .img {
	display: none;
}

@media screen and (max-width: 700px) {
	.philosophy {
		position: relative;
		margin-bottom: 140px;
		background: none;
	}
	.philosophy > .inner {
		width: 84%;
		margin: -30px auto 0;
		padding: 0;
	}
	.philosophy .cont {
		margin: 0 auto;
		padding: 30px 20px;
	}
	.philosophy .cont h2 {
		max-width: 200px;
		margin: 0 auto 20px;
	}
	.philosophy .cont p {
		font-size: 12px;
	}
	.philosophy .img {
		display: block;
		width: 100%;
		height: auto;
	}
}


/*================================================

　concept

=================================================*/
.concept {
	margin: 0 auto 80px;
}
.concept p {
	text-align: center;
	margin: 0 auto 2em;
	font-size: 1.7rem;
	width: 94%;
}
.concept .img {
	width: 94%;
	max-width: 1022px;
	margin: 0 auto 30px;
}
@media screen and (max-width: 700px) {
	.concept {
		margin: 0 auto 30px;
	}
	.concept .headline-top {
		margin: 0 auto 25px !important;
	}
	.concept p {
		margin: 0 auto 30px;
		padding: 0 20px;
		font-size: 14px;
	}
	.concept .img {
		max-width: 320px;
	}
}


/*================================================

　about us

=================================================*/
.about {
	width: 100%;
	max-width: 800px;
	margin: 65px auto 0;
}
.top .about {
	max-width: 100%;
	padding: 100px 0 60px;
	background-color: #F7F7F7;
}
.about > .inner {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
}
.about h2 {
	margin: 0 0 10px;
	color: #7CCDE0;
	text-align: center;
	font-family: 'Marcellus', serif;
	font-size: 2.4rem;
	font-weight: normal;
}
.about h2.aboutpage {
	color: #000;
	font-size: 2.6rem;
}
.lead {
    font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	margin: 35px 0 50px;
	line-height: 2;
}

.about dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
	padding:  35px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.about dt {
	width: 5em;
	margin: 0;
	padding: 5px 0;
}
.about dt span {
	font-size: 1.6rem;
}
.about dd {
	width: calc(100% - 5em - 10px);
	margin: 0;
	padding: 5px 0;
	font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
	.about {
		padding: 0 20px;
	}
	.top .about {
		padding: 60px 20px;
	}
	.about > .inner {
		width: 100%;
		padding: 0;
	}
	.lead {
		margin: 35px auto;
		padding: 0 20px;
		font-size: 1.3rem;
		letter-spacing: -0.02em;
	}
	.about dl {
		margin-bottom: 0;
		padding: 20px 0 10px;
	}
	.top .about dl {
		margin-bottom: 30px;
		padding: 20px 0 10px;
	}
	.about dt span {
		font-size: 1.2rem;
	}
	.about dd {
		font-size: 1.2rem;
	}
	.about .button a {
		width: 180px;
		box-sizing: border-box;
	}
}
