@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


html {
	font: normal normal normal 62.5%/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	color: #333;
	color: rgba(0, 0, 0, .8);
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #000;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}

a:hover {
	text-decoration: underline;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
	width: 100%;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
		interpolation-mode: bicubic;
}


/*------------------------------------*/


#header {
	width: 100%;
	height: 100px;
	padding: 0 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
/* 	background-color: rgba(255, 255, 255, 0); */
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	box-sizing: border-box;
	transition: background-color 300ms ease;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

#header:before {
	content: "" ;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(255, 255, 255, .8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

.scroll #header:before {
	opacity: 1;
}

/*
.scroll #header {
	background-color: rgba(255, 255, 255, .8);
}
*/

.ie8 #header,
.ie9 #header {
	display: block;
}

.header-logo {
	width: 238px;
	position: relative;
	z-index: 1;
}

.ie8 .header-logo,
.ie9 .header-logo {
	position: relative;
	top: 30px;
}

.nav {
	margin-left: auto;
}

.ie8 .nav,
.ie9 .nav {
	display: block;
	position: absolute;
	right: 0;
}

.nav-list {
	width: 100%;
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	position: relative;
	z-index: 2;
}

.nav-list-items {
	padding-right: 40px;
}

.nav-list-items:last-child {
	padding-right: 0;
}

.nav-list-items.home {
	display: none;
}

.nav-list-items.fb a {
	width: 20px;
	height: 30px;
	background-image: url(../images/icn_fb.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: .5;
}

.nav-list-items.fb a:hover {
	opacity: 1;
}

.nav-list-items.fb a:after {
	display: none;
}

.nav-list-items.fb img {
	vertical-align: middle;
}

.nav-list-items a {
	display: block;
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 30px;
	line-height: 3rem;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-list-items a:after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: -2px;
	transform: scale3d(0, 1, 1);
	transform-origin: left;
}

.ie8 .nav-list-items a:after,
.ie9 .nav-list-items a:after {
	display: none;
}

.nav-list-items a:hover:after {
	transform: scale3d(1, 1, 1);
}

#menu {
	display: none;
}


.br_sp{
	display: none;
}
@media screen and ( max-width: 600px ) {
	.br_sp{
		display: inline;
	}
}
@media screen and ( min-width: 1001px ) and ( max-width: 1020px ) {



}


/*
@media screen and ( min-width: 601px ) and ( max-width: 800px ) {

	.nav-list-items {
		padding-right: 5%;
	}

}
*/


@media screen and ( max-width: 800px ) {

	#header {
		height: 60px;
		padding: 0 20px;
	}

	.header-logo {
		width: 168px;
	}

	.nav {
		width: 100%;
		height: 100vh;
		-js-display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background-color: rgba(255, 255, 255, .9);
		position: fixed;
		top: -100vh;
		left: 0;
		transform: translate3d(0, 0, 0);
		transition: transform 300ms ease;
		-webkit-align-items: center;
			 -ms-flex-align: center;
			 	align-items: center;
	}

	.open .nav {
		transform: translate3d(0, 100%, 0);
	}

	.nav-list {
		display: block;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}

	.nav-list-items {
		padding: 0;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.nav-list-items.home {
		display: block;
	}

	.nav-list-items a {
		font-size: 20px;
		font-size: 2rem;
		line-height: 40px;
		line-height: 4rem;
		text-align: center;
	}

	.nav-list-items.fb {
		margin-top: 20px;
		border-bottom: 0;
	}

	.nav-list-items.fb a {
		margin: 0 auto;
	}

	#menu {
		width: 50px;
		height: 50px;
		display: block;
		background-image: url(../images/btn_sp.png);
		background-position: center top;
		background-size: 100% auto;
		position: absolute;
		right: 10px;
		top: 5px;
		cursor: pointer;
	}

	.open #menu {
		background-position: left bottom;
	}

}


/*------------------------------------*/


.contents {
	padding: 100px 0 60px 0;
}

.contents-wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
}

.page-title {
	margin: 0 40px;
	padding: 40px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.page-title .en {
	display: table;
	position: relative;
	top: -10px;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 40px;
	line-height: 4rem;
}

.page-title .en:after {
	content: "";
	width: 100%;
	height: 4px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: -10px;
}

.sub-tit {
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	line-height: 3rem;
	text-align: center;
	text-transform: uppercase;
}

.more {
	position: absolute;
	top: 50px;
	right: 40px;
}

.more a {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
	line-height: 2rem;
	font-weight: bold;
	text-decoration: none;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

.more a:after {
	content: "" ;
	width: 24px;
	height: 13px;
	margin-left: 10px;
	display: block;
	background-image: url(/common/images/icn_arrow.png);
	background-size: 100% auto;
}

.more a:hover:after {
	transform: translate3d(5px, 0, 0);
}


@media screen and ( max-width: 800px ) {

	.contents {
		padding: 60px 0 0 0;
	}

	.contents-wrap {
		padding: 0 20px;
	}

	.page-title {
		margin: 0 20px;
		padding: 20px 0;
	}

	.page-title .en {
		top: -5px;
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 30px;
		line-height: 3rem;
	}

	.page-title .en:after {
		height: 3px;
		bottom: -5px;
	}

	.more {
		top: 25px;
		right: 20px;
	}

	.more a {
		font-size: 12px;
		font-size: 1.2rem;
	}

}


/*------------------------------------*/

#foot-contact{
	color: #fff;
	text-align: center;
	height: 400px;
	padding-top: 95px;
	background: url(../images/bk_foot_contact.jpg) no-repeat 50% 50%;
	background-size: cover;
	box-sizing: border-box;
}

.foot-content-t{
	margin-bottom: 28px;
}

.foot-content-t .en{
	font-size: 3.4rem;
	font-weight: 700;
}

.foot-content-description{
	font-size: 1.6rem;
	line-height: 2.25;
	margin-bottom: 28px;
}

.foot-content-btn a{
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	width: 48%;
	max-width: 280px;
	padding: 13px 0;
	border: 1px solid #fff;
}

.foot-content-btn a:hover{
	text-decoration: none;
}



@media screen and ( max-width: 600px ) {
	#foot-contact{
		height: 222px;
		padding-top: 35px;
	}

	.foot-content-t{
		margin-bottom: 14px;
	}

	.foot-content-t .en{
		font-size: 2.5rem;
	}

	.foot-content-description{
		font-size: 1.4rem;
		line-height: 1.78;
		margin-bottom: 18px;
	}

	.foot-content-btn a{
		font-size: 1.2rem;
		padding: 12px 0;
	}
}

/*------------------------------------*/


#footer {
	margin: 0 40px;
	margin-bottom: 50px;
	padding-top: 40px;
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

.foot-logo {
	width: 204px;
}

.foot-tex {
	margin-left: 40px;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	line-height: 2rem;
}

.copyright {
	margin-left: auto;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 20px;
	line-height: 2rem;
	text-transform: uppercase;
}


@media screen and ( min-width: 801px ) {
	.foot-content-btn a:hover{
		color: #000;
		background: #fff;
	}
}


@media screen and ( max-width: 600px ) {

	#footer {
		margin: 0 20px;
		margin-top: 40px;
		margin-bottom: 30px;
		padding-top: 0;
		display: block;
		text-align: center;
	}

	.foot-logo {
		margin: 0 auto 10px auto;
	}

	.foot-tex {
		margin-left: 0;
	}

}


/*------------------------------------*/


.en {
	font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	text-transform: uppercase;
	letter-spacing: .2rem;
}


@media screen and ( max-width: 600px ) {

	.en {
		letter-spacing: .1rem;
	}

}


/*------------------------------------*/


.arrow_l,
.arrow_r {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

.arrow_l:before,
.arrow_r:after {
	content: "" ;
	width: 24px;
	height: 13px;
	display: block;
	background-size: 100% auto;
}

.arrow_l:before {
	margin-right: 10px;
	background-image: url(/common/images/icn_arrow_l.png);
}

.arrow_r:after {
	margin-left: 10px;
	background-image: url(/common/images/icn_arrow.png);
}

.arrow_l:hover:before {
	transform: translate3d(-5px, 0, 0);
}

.arrow_r:hover:after {
	transform: translate3d(5px, 0, 0);
}
