@charset "UTF-8";
/*
CSS Document
ページ共通CSS
*/

/*====================================
large pc 941px - max
pc 813px - 940px
tb 415px - 812px
====================================*/

.pc,.tb,.sp {display:none;}


@media(min-width:813px) {
	.pc {
		display:block !important;
	}
}
@media(min-width:415px) and (max-width:812px) {
	.tb {
		display:block !important;
	}
}
@media(max-width:414px) {
	.sp {
		display:block !important;
	}
}

.orgContents {
	line-height: 1.6;
}

.orgContents br {
	font-size: 0;
	line-height: 1;
}

.orgContents a:hover {
	text-decoration: none;
	opacity: 1;
}

.orgContents * {
	box-sizing: border-box;
}

.orgContents > * {
	padding-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
}

@media(max-width:812px) {
	.orgContents > * {
		padding-top: 45px;
		padding-left: 4%;
		padding-right: 4%;
	}
}

.orgContents h2,
.orgContents h3 {
	text-align: left;
}
.orgContents img {
	max-width:100%;
	vertical-align: top;
}

.orgContents section.sec {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media(max-width:812px) {
	.orgContents section.sec {
		padding-top: 50px;
		padding-bottom: 50px;
		background: #fff;
		position: relative;
		z-index: 1;
	}
}

.boxButton {
	display:block;
	border:1px solid #000;
	font-size: 12px;
	padding:1.5em 1em;
	width:200px;
	text-align: center;
	transition: all 0.3s linear;
	opacity: 1 !important;
}
a:hover .boxButton,
.boxButton:hover {
	background: #000;
	color:#fff;
	text-decoration: none;
}

.boxButton.black {
	background: #404040;
	color:#fff;
}
.boxButton.black:hover {
	background: #fff;
	color:#000;
	text-decoration: none;
}
.boxButton.white {
	border-color:#fff;
	color:#fff;
}

a:hover .boxButton.white,
.boxButton.white:hover {
	background: #fff;
	color:#000;
}

.contentsNav {
	display:flex;
	justify-content: center;
	padding-top: 0;
}
.contentsNav > * {
	margin:0 1em;
}

.mincho {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.secTit {
	font-size: 32px;
	text-align: center !important;
	margin-bottom: 1em;
}
@media(max-width:812px) {
	.secTit {
		font-size:20px;
	}
}

.constBox {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

#mvis {
	margin-top: 30px;
}

#mvis.visualArea .tit {
	margin-bottom: 1em;
}

@media(min-width:813px) {
	#mvis.visualArea {
		height:640px;
	}
}
@media(min-width:415px) {
	#mvis.visualArea .constBox {
		padding-top: 30px;
		padding-bottom: 30px;
		justify-content: center;
	}
}
.visualArea {
	width:100%;
	background-size:cover;
	background-position: center center;
	color:#fff;
	padding-top: 40px;
	padding-bottom: 40px;
	height:400px;
	display: block;
}

#bannerPost01.visualArea { background-image:url('../img/bnr_post/bnr_post01.jpg'); }
#bannerPost02.visualArea { background-image:url('../img/bnr_post/bnr_post02.jpg'); }
#bannerPost03.visualArea { background-image:url('../img/bnr_post/bnr_post03.jpg'); }
#bannerPost04.visualArea { background-image:url('../img/bnr_post/bnr_post04.jpg'); }
#bannerPost05.visualArea { background-image:url('../img/bnr_post/bnr_post05.jpg'); }
#bannerPost06.visualArea { background-image:url('../img/bnr_post/bnr_post06.jpg'); }
#bannerPost07.visualArea { background-image:url('../img/bnr_post/bnr_post07.jpg'); }

#wrapBannerPost {
	display: none;
	margin-top: 10px;
	padding: 0;
}

.btnBannerPost {
	background-color: #fff;
	margin: 60px auto 0;
}
.btnBannerPost.hide {
	display: none;
}

.visualArea + .visualArea {
	margin-top: 10px;
}

.visualArea .constBox {
	display: flex;
	flex-direction: column;
	align-items:flex-start;
	justify-content: flex-end;
	height:100%;
}

.visualArea.reverse .constBox {
	align-items:flex-end;
}
.visualArea.reverse .constBox > * {
	text-align: right;
}

.visualArea .tit {
	font-size: 36px;
}
.visualArea .en {
	font-size: 15px;
}
.visualArea .nm {
	font-size: 20px;
	margin-top: 1em;
}
.visualArea .pos {
	font-size: 14px;
}
.visualArea .boxButton {
	margin-top: 30px;
	text-align: center !important;
}

@media(max-width:812px) {
	#mvis.visualArea .constBox {
		justify-content: flex-start;
	}
	.visualArea {
		height:124vw;
	}

	.visualArea .tit {
		font-size: 6.4vw;
	}
	.visualArea .en {
		font-size: 3.7vw;
	}

	#mvis.visualArea {
		background-image:url('../img/mv_sp.jpg');
	}

	#bannerPost01.visualArea { background-image:url('../img/bnr_post/bnr_post01_sp.jpg'); }
	#bannerPost02.visualArea { background-image:url('../img/bnr_post/bnr_post02_sp.jpg'); }
	#bannerPost03.visualArea { background-image:url('../img/bnr_post/bnr_post03_sp.jpg'); }
	#bannerPost04.visualArea { background-image:url('../img/bnr_post/bnr_post04_sp.jpg'); }
	#bannerPost05.visualArea { background-image:url('../img/bnr_post/bnr_post05_sp.jpg'); }
	#bannerPost06.visualArea { background-image:url('../img/bnr_post/bnr_post06_sp.jpg'); }
	#bannerPost07.visualArea { background-image:url('../img/bnr_post/bnr_post07_sp.jpg'); }

	#wrapBannerPost {
	}

}

.descHead {
	text-align: center;
}
.descHead .tit {
	font-size: 36px;
	text-align: center;
}
.descHead p {
	margin-top: 2.5em;
	line-height: 2.6;
}

@media(max-width:415px) {
	.descHead .tit {
		font-size: 6.1vw;
	}
	.descHead p {
		font-size:3.7vw;
	}
}

#newsLetter {
	text-align: center;
}
#newsLetter .tit {
	font-size: 26px;
	text-align: center;
}
#newsLetter .tit span {
	display:block;
	width:1em;
	margin: 0 auto;
}
#newsLetter .sub {
	font-size: 18px;
	margin-top: 1.5em;
}
#newsLetter .lead {
	font-size: 12px;
	margin-top: 2em;
}
#newsLetter .boxButton {
	margin: 1.5em auto 0;
	padding:0.8em 0;
}

@media(max-width:812px) {
	#newsLetter {
		padding-top: 100px;
	}
	#newsLetter .tit {
		font-size: 19px;
	}
}
