@charset "UTF-8";


/* COMMON */

.js-fade {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: opacity 1s,visibility 1s, transform 1s;
}

.inview {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}





/* HEADER */

#header-block {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 180px;
	background: #ffffff;
}

#header-ci {
	position: absolute;
	top: 30px;
	left: calc((100% - 230px) / 2);
	left: -webkit-calc((100% - 230px) / 2);
	left: -moz-calc((100% - 230px) / 2);
	width: 230px;
	height: 120px;
}

#header-global-menu {
	display: block;
}
#header-global-menu {
	position: absolute;
	top: 40px;
	right: 50px;
	width: 400px;
	height: 25px;
}

table.global_menu_table {
	width: 100%;
	margin: auto;
}
table.global_menu_table tr {
	border-bottom: unset;
}
table.global_menu_table td {
	position: relative;
	width: 25%;
	padding: 0px;
	font-size: 0.9rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: center;
	vertical-align: top;
	color: #231815;
}
table.global_menu_table td span:before {
	content: "";
	position:absolute;
	left: 0px;
	top: 30%;
	width: 1px;
	height: 40%;
	background: #aaabab;
}
table.global_menu_table td.last span:after {
	content: "";
	position:absolute;
	right: 0px;
	top: 30%;
	width: 1px;
	height: 40%;
	background: #aaabab;
}

table.global_menu_table td a {
	color: #231815;
}
table.global_menu_table td a:hover {
	color: #0b4e98;
}



#header-global-menu-sp {
	display: none;
}

@media print, screen and (max-width: 768px) {

	#header-block {
		position: fixed;
		z-index: 99;
		width: 100%;
		height: 108px;
	}

	#header-ci {
		position: absolute;
		top: 15px;
		left: calc((100% - 150px) / 2);
		left: -webkit-calc((100% - 150px) / 2);
		left: -moz-calc((100% - 150px) / 2);
		width: 150px;
		height: 78px;
	}

	#header-global-menu {
		position: absolute;
		top: 40px;
		right: 15px;
		width: 400px;
		height: 25px;
	}

}





/* Main */

#main-contents {
	height: min-content;
	padding-top: 180px;
}


#main-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: auto;
	padding-top: 100px;
}

.contents_block {
	width: 100%;
	margin: auto;
}

#detail-contents-block {
	position: relative;
	z-index: 2;
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 100px auto 0px auto;
	padding: 30px 50px;
	background-color: #efefef;
}

@media print, screen and (max-width: 768px) {

	#main-contents {
		height: min-content;
		padding-top: 108px;
	}

	#main-wrap {
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
		margin: auto;
		padding-top: 108px;
	}

	#detail-contents-block {
		position: relative;
		z-index: 2;
		max-width: 980px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 30px 5%;
		background-color: #efefef;
	}

}






/* Greeting */

#greeting-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	overflow: hidden;
}

.greeting-contents-block {
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 60px 0;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: left;
	color: #000000;
}

@media print, screen and (max-width: 768px) {

	.greeting-contents-block {
		width: 90%;
		margin: auto;
		padding: 30px 0;
		font-size: 1.1rem;
		font-weight: 500;
		text-align: left;
	}

}




/* Corporate */

#corporate-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #172033;
	overflow: hidden;
}

.corporate-contents-block {
	max-width: 650px;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 60px 0;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 2.0;
	text-align: left;
	color: #ffffff;
}

.corporate_outline_title {
	width: 100%;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

.corporate_outline_detail {
	width: 100%;
	padding: 60px 0;
}

.corporate_business_content {
	width: 100%;
	line-height: 1.4;
}
.corporate_business_content_1 {
	width: 20px;
	float: left;
}
.corporate_business_content_2 {
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	padding-bottom: 15px;
	float: left;
}

.corporate_contact_btn {
	width: 250px;
	height: auto;
	margin: auto;
	padding: 0;
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid #ffffff;
}
.corporate_contact_btn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	color: #ffffff;
}

.corporate_contact_btn:hover {
	background: #ffffff;
}
.corporate_contact_btn:hover a {
	color: #172033;
}

@media print, screen and (max-width: 768px) {

	.corporate-contents-block {
		padding: 30px 0;
		font-size: 0.9rem;
	}

	.corporate_outline_title {
		font-size: 1.3rem;
	}

	.corporate_outline_detail {
		width: 90%;
		margin: auto;
		padding: 30px 0;
	}

	.corporate_business_content_2 {
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		padding-bottom: 5px;
		float: left;
	}

	.corporate_contact_btn {
		width: 200px;
		font-size: 1.0rem;
	}

	.corporate_contact_btn a {
		padding: 10px 0;
	}


}





/* Contact */

.contact_title {
	width: 100%;
	padding: 0 0 30px 0;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.contact_table_01 th {
	font-size: 0.9rem;
	font-weight: 700;
}
.contact_table_01 td {
	font-size: 0.9rem;
	font-weight: 400;
}


@media print, screen and (max-width: 768px) {

	.contact_title {
		width: 100%;
		padding: 0 0 30px 0;
		font-size: 1.3rem;
	}

	.contact_table_01 th {
		font-size: 0.7rem;
		font-weight: 700;
	}
	.contact_table_01 td {
		font-size: 0.7rem;
		font-weight: 400;
	}

}



/* SOCIAL */

.corporate_social_wrap {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: fit-content;
	margin: 60px auto 20px auto;
}
.corporate_social_block {
	width: auto;
	height: 35px;
	margin: 0 15px;
}
.corporate_social_block img {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}




/* FOOTER */

#footer {
	position: relative;
	z-index: 3;
	top: 0;
	width: 100%;
	height: 100px;
	background: #ffffff;
}

#footer-coppyright {
	width: 100%;
	font-size: 0.9rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 100px;
	text-align: center;
}

#footer-ci {
	position: absolute;
	top: 23px;
	right: 50px;
	width: 226px;
	height: 53px;
}




/* Contents */







/******************************************************************************/







