@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.en {
	font-weight: 400;
	font-family: 'Bebas Neue', cursive;
}
.roboto {
	font-family: "Roboto Condensed", sans-serif;
}
.zen {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 220px;
	margin: 0 auto;
}
.comLink a {
	padding: 17px 0;
	position: relative;
	text-align: center;
	color: #fff;
	display: block;
	font-weight: bold;
	border: 1px solid #fff;
}
.comLink a span {
	position: relative;
	z-index: 1;
}

.ready{
    max-width: 800px;
    margin: 0 auto;
}

@media all and (min-width: 897px) {
	.comLink a:before {
		position:absolute;
		content:'';
		display:block;
		top:0;
		left:0;
		width:0;
		height:100%;
		background:#fff;
		-webkit-transition:width .3s ease;
		transition:width .3s ease
	}
	.comLink a:hover:before {
		width:100%
	}
	.comLink a:hover {
		color: #242C40;
	}
	
}

@media all and (max-width: 896px) {
	.comLink {
		width: 200px;
	}
	.comLink a {
		padding: 13px 0 !important;
	}
	
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 66px 0;
	min-height: 600px;
	background: url("../../img/common/bg01.jpg") no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.comContact h2 {
	margin-bottom: 81px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
}
.comContact h2 span {
	margin-bottom: -18px;
	display: block;
	font-size: 8rem;
	letter-spacing: 0.2em;
}
.comContact ul {
	padding: 20px 20px 19px;
	margin: 0 auto;
	max-width: 1200px;
	background-color: #F0F5F6;
	box-sizing: border-box;
}
.comContact ul li {
	width: 50%;
}
.comContact ul a {
	padding-top: 65px;
	height: 161px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	background-color: #234872;
}
.comContact ul a:hover {
	opacity: 0.7;
}
.comContact ul a span {
	padding-left: 55px;
	min-height: 30px;
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	background: url("../../img/common/icon01.png") no-repeat center left;
}
.comContact ul li:last-child a {
	padding-top: 55px;
	background-color: #fff;
}
.comContact ul li:last-child a span {
	min-height: 50px;
	padding: 10px 0 0 70px;
	color: #333;
	background-image: url("../../img/common/icon03.png");
}

@media all and (max-width: 896px) {
	.comContact {
		padding: 30px 15px;
		min-height: inherit;
	}
	.comContact h2 {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.comContact h2 span {
		margin-bottom: -12px;
		font-size: 4rem;
	}
	.comContact ul {
		width: 290px;
		box-sizing: border-box;
		margin: 0 auto;
		display: inherit;
		padding: 10px;
	}
	.comContact ul li {
		width: auto;
	}
	.comContact ul a {
		padding: 15px 0;
		height: auto;
	}
	.comContact ul a span {
		padding-left: 25px;
		min-height: inherit;
		font-size: 1.6rem;
		background-size: 20px auto;
	}
	.comContact ul li:last-child a {
		padding: 15px 0;
	}
	.comContact ul li:last-child a span {
		min-height: inherit;
		padding: 2px 0 0 30px;
		background-size: 25px auto;
	}
	
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding-top: 103px;
}
.pageTitle h2 {
	max-width: 1236px;
	margin: 0 auto 49px;
	padding: 0 20px;
	font-size: 2.4rem;
	font-weight: 500;
	box-sizing: border-box;
}
.pageTitle h2 span {
	margin-bottom: -28px;
	display: block;
	font-size: 12rem;
	font-weight: 700;
}
.pageTitle .pho img {
	width: 100%;
	height: 50rem;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding-top: 20px;
	}
	.pageTitle h2 {
		max-width: inherit;
		margin: 0 auto 15px;
		font-size: 2rem;
	}
	.pageTitle h2 span {
		margin-bottom: -18px;
		font-size: 6rem;
	}
	.pageTitle .pho img {
		height: 17rem;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 1200px;
	margin: 0 auto;
}

@media all and (max-width: 896px) {
	.content {
		width: auto;
		margin: 0 15px;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 64px;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.headLine01 span {
	margin-bottom: -17px;
	display: block;
	font-size: 8rem;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
}

@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.headLine01 span {
		margin-bottom: -10px;
		font-size: 4rem;
	}
	
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 54px;
}
.headLine02 .enTxt {
	display: block;
	font-size: 12rem;
	font-weight: 700;
	line-height: 1.2;
}
.headLine02 .jp {
	margin: -10px 0 0 20px;
	display: block;
	position: relative;
	font-weight: 500;
	font-size: 2.4rem;
}
.headLine02 .jp::before {
	position: absolute;
	left: -22px;
	top: 15px;
	width: 10px;
	height: 10px;
	background-color: #333;
	border-radius: 100%;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 20px;
	}
	.headLine02 .enTxt {
		font-size: 6rem;
	}
	.headLine02 .jp {
		margin: -8px 0 0 12px;
		font-size: 2rem;
	}
	.headLine02 .jp::before {
		left: -12px;
		top: 13px;
		width: 6px;
		height: 6px;
	}
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeIn {
    opacity: 0;
    -webkit-transform: translateY(50px);
	transform: translateY(50px);
	transition-duration: 0.5s, 0.5s;
	-webkit-transition-duration: 0.5s, 0.5s;
}
.fadeIn.on {
    transition-property: opacity, transform;
	-webkit-transition-property: opacity, transform;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

@media all and (-ms-high-contrast:none){
	.comContact ul a span {
		padding-top: 7px;
	}
	.comLink a {
		padding: 20px 0 14px;
	}
	.comContact ul li:last-child a span {
		padding-top: 15px;
	}
}  





/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle2 {
	width: 100%;
	height: 300px;
	background: url("../../img/common/title_bg.jpg") no-repeat center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: table;
}
.pageTitle2 h2 {
	font-size:3.6rem;
	line-height: 3.0rem;
	font-weight: bold;
	text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
}

.pageTitle2 h2 span{
	font-size:1.8rem;
}

@media all and (max-width: 896px) {
.pageTitle2 {
	height: 200px;
}

.pageTitle2 h2 {
	font-size:2.6rem;
	line-height: 2.6rem;
}

.pageTitle2 h2 span{
	font-size:1.6rem;
}
}
