@charset "utf-8";
/* ==============================================

	body

================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Noto Sans CJK JP"),
		local("Noto Sans JP"),
		url(../../../../ea/notosansjp/v5/notosansjp-regular.woff) format('woff2'),
		url(../../../../ea/notosansjp/v5/notosansjp-regular.woff) format('woff'),
		url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
body {
	color: #000;
	font-size: 16px;
	font-family: "ƒƒCƒŠƒI",Meiryo,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic Medium", YuGothic,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
}
@media screen and (max-width: 768px) {
}

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

	header

================================================= */
.h_grouplogo_area {
	border-bottom: 1px solid #000;
}
.h_grouplogo_area div {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}
.headerArea {
	width: 1200px;
	margin: 0 auto;
}
.h_logo_area {
	float: center;
	padding: 15px 0 15px;
	position: relative;
	z-index: 100;
}

@media screen and (max-width:1200px){
	.headerArea, .lang, .main-wrapper {
		width: 100%!important;
		padding: 0 10px;
	}
	.h_grouplogo_area div {
		width: 100%;
		padding: 10px;
	}
	.h_logo_area {
		width: 30%;
	}
	.h_logo_area img {
		max-width: 100%;
		height: auto;
	    vertical-align: middle;
	}
}
@media screen and (max-width:1024px){
	.gnav_link {
	}
}
@media screen and (max-width:768px){
	.h_grouplogo_area div {
		padding: 10px 10px 0;
	}
	.h_grouplogo_area div img {
		height: 7px;
	}
	.h_logo{
		width: 80%;
	}
	.h_logo, #nav_toggle {
		display: inline-block!important;
		vertical-align: bottom;
	}
	/*ŠJ•Âƒ{ƒ^ƒ“*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 36px;
		position: relative;
		z-index: 100;
		float: right;
		top: 5px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:11px;
	}
	#nav_toggle span:nth-child(3){
		top:22px;
	}
	
	/*ŠJ•Âƒ{ƒ^ƒ“openŽž*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
	.lang_sp {
		font-size: 0;
		text-align: center;
		border-top: 1px solid #707070;
	}
	.lang_sp li {
		display: inline-block;
		width: 50%;
		font-size: 13px;
	}
	.h_navi #gnav .lang_sp li a {
		display: block;
		padding: 15px;
		text-align: center!important;
	}
	.current {
		background: #4A4A48;
	}
}


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

	gnav

================================================= */
.h_navi {
	padding: 12px 0 12px;
}
.lang {
	text-align: right;
	margin: 0 auto;
	width: 1200px;
}
.lang li {
	display: inline-block;
	font-size: 12px;
}
.lang li a {
	color: #2B2B2B;
	font-weight: bold;
}
.lang li a:hover {
	color: #2B2B2B;
    border-bottom: 3px solid #2B2B2B;
	-webkit-transition: border-bottom 0.1s linear;
	-moz-transition: border-bottom 0.1s linear;
	-ms-transition: border-bottom 0.1s linear;
}
.lang .active a {
	color: #2B2B2B;
    border-bottom: 3px solid #2B2B2B;
}
.lang .active a:hover {
}
#gnav {
	text-align: right;
}
#gnav ul li {
	display: inline-block;
}
#gnav ul li a {
	display: block;
	text-align: center;
}
#gnav ul li a.gnav_link:hover {
	border-bottom: 2px solid #000;
}
#gnav ul li:not(:last-child) {
	margin-right: 20px;
}

.main-wrapper {
   width: 1200px;
   margin: 0 auto;
}
.gnav-wrapper {
	position: relative;
}
.gnav {
	justify-content: space-between;
	font-size: 0;
}
.gnav li {
	padding: 12px 0 18px;
	text-align: left;
	transition: all .3s ease-in-out;
	font-size: 14px;
}
.gnav li:hover {

}
.gnav a:hover img {
	opacity: 0.7;
}
.gnav > li:hover .megamenu {
	max-height: 9999px;
	opacity: 1;
	padding: 30px 0;
}
.megamenu {
	background: #343434;
	color: #ffffff;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	transition: all .3s ease-in;
	z-index: 999;
}
.megamenu-inner {
	display: flex;
	flex-wrap: wrap;
}
.megamenu-inner li {
	width: 224px;
	padding: 0;
	margin: 0 0 30px 40px;
	margin-right: 0!important;
}

.megamenu-inner a {
	border-left: none;
	color: #fff;
}
.megamenu-inner-img {
	margin: 0 0 10px;
}
.megamenu-inner-text {
	background: url(images/products/arrow.png) left top no-repeat;
	padding: 0 0 0 15px;
	font-size: 14px;
	line-height: 140%;
}
.megamenu_l {
	width: 408px;
	float: left;
	height: 380px;
	position: relative;
}
.gnav_company .megamenu_l {
	background: url(images/nav01_bg.jpg) center center no-repeat;
}
.gnav_business .megamenu_l {
	background: url(images/nav02_bg.jpg) center center no-repeat;
}
.gnav_products .megamenu_l {
	background: url(images/nav03_bg.jpg) center center no-repeat;
}
.gnav_csr .megamenu_l {
	background: url(images/nav04_bg.jpg) center center no-repeat;
}
.megamenu_r {
	width: 792px;
	float: right;
}
.megamenu_r a:hover {
	text-decoration: underline;
	
}

.megamenu_l img {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.megamenu_l div {
	background: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 0.2rem;
	padding: 0 2%;
}
@media screen and (max-width:1200px){
	.gnav > li {
		font-size: 15px!important;
	}
	.gnav > ul li:not(:last-child) {
		margin-right: 17px!important;
	}
	.megamenu-inner li {
		width: calc( (91%/ 3) );
		margin-left: 3%;
	}
	.megamenu-inner li img {
		max-width: 100%;
		height: auto;
	}
	.megamenu_l {
		width: 32%;
	}
	.megamenu_r {
		width: 68%;
	}
}
#nav_toggle{
	display: none;
}

@media screen and (max-width:1024px){
	.h_logo_area {
		width: 28%;
		margin-top: 5px;
	}
	.gnav > li {
		font-size: 13.5px!important;
	}
	.gnav > ul li:not(:last-child) {
		margin-right: 16px!important;
	}
}
@media screen and (max-width:896px){
	.h_logo_area {
		width: 25%;
		margin-top: 10px;
	}
	.gnav > li {
		font-size: 12.5px!important;
	}
	.gnav > ul li:not(:last-child) {
		margin-right: 11px!important;
	}

}
@media screen and (min-width:769px){
	#gnav {
		display: inherit!important;
	}
}

@media screen and (max-width:1024px){
	.gnav li {
		font-size: 15px;
	}
}

@media screen and (max-width:950px){
	#gnav ul li:not(:last-child) {
		margin-right: 2%;

	}
	.gnav li {
		font-size: 14px;
	}
	.megamenu_l {
		height: 320px;
	}
	.megamenu_l div a {
		height: 320px;
	}
}
@media screen and (max-width:812px){
	.gnav li {
		font-size: 13px;
	}
}
@media screen and (max-width:768px){
	#header {
		position: fixed;
		background: #fff;
		z-index: 1000;
		left: 0;
		right: 0;
		top: 0;
		margin-bottom: 30px;
	}
	.h_logo_area {
		float: none;
		width: 100%;
		margin-top: 0;
		padding: 15px 0;
	}
	.h_navi {
		padding: 0;
	}
	#gnav{
		display: none;
		width: 100%;
		background: #343434;
		left: 0;
	}
	.gnav li{
		display: block;
		margin: 0 auto;
		width: 100%;
		font-size: 15px;
	}
	#gnav li{
		padding: 0;
		margin-right: 0!important;
	}
	#gnav li a{
		display: block; 
		color: #fff;
		text-align: left!important;
	}
	#gnav ul li a.gnav_link:hover {
	border-bottom: none;
}

	.megamenu {
		position: inherit;
		display: none;
	}
	.main-wrapper {
		padding: 0!important;
	}
	
	/* =======================================

		accordion

	========================================== */
	dl.accordion dt {
		background: url(images/gnav_open.png) 97% center no-repeat;
		width:100%;
		height: auto;
		padding: 20px;
		border-top: 1px solid #707070;
		cursor: pointer;
		color: #fff;
	}

	dl.accordion dt.open {
		background: url(images/gnav_close.png) 97% center no-repeat;
	}

	dl.accordion dd {
		width: 96%;
		height: auto;
		display: none;
		margin: 0 auto;
	}

	dl.accordion dd ul li {
		line-height: 120%;
	}
	dl.accordion dd ul li:first-child {
		border-top: 1px solid #707070;
	}

	dl.accordion dd li a {
		padding: 15px;
		display: block;
		text-decoration: none;
	}
	dl.accordion dd li:first-child a {
		padding: 15px 15px 10px;
	}
	dl.accordion dd li:not(:first-child) a {
		padding: 10px 15px;
	}
	dl.accordion dd li:not(:first-child) {
		margin-left: 20px;
	}
	dl.accordion dd li a:hover {
		text-decoration: underline;

	}

	
}

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

	mv

================================================= */
#mv {
}
#mv .w1200 {
	position: relative;
}
.slider li {
	
}
.slider img {
	width: 100%;
    background-size: cover;
}
.mv_txt {
	position: absolute;
	right: 0;
	top: 215px;
	font-family: 'Noto Sans Japanese', serif;
	background: rgba(255,255,255,0.8);
	padding: 50px 75px;
	text-align: center;
}
.mv_txt p {
	font-size: 26px;
	font-weight: 500;
	line-height: 160%;
}
.mv_txt a {
	width: 250px;
	height: 50px;
	color: #fff;
	background: #000;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 0.2rem;
	margin: 30px auto 0;
}
.mv_txt a:hover {
	background: #CB0616;
}


.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 680px;
}

@media screen and (max-width:1200px){
	.swiper-wrapper .swiper-slide {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 400px;
	}
	.mv_txt {
		top: 50px;
		right: 60px;
	}
}

@media screen and (max-width:768px){
	#mv {
		margin-top: 70px;
	}
	.mv_txt {
		top: 80px;
		padding: 20px;
		right: 12%;
		left: 12%;
	}
	.mv_txt a {
		width: 100%;
	}
	.mv_txt p {
		font-size: 22px;
	}
}


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

	mv_under

================================================= */
#mv_under {
	text-align: center;
	height: 180px;
	padding-top: 65px;
}
#mv_under div.mv_underBox {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	height: 50px;
	background: rgba(0,0,0,0.6);
	letter-spacing: 0.4rem;
	background: url(../../bg.png) center center no-repeat;
	background-size: cover;
}
#mv_under h2 {
	font-size: 40px;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : "palt";
	display: block;
	letter-spacing: 0.8rem;
}
#mv_under p {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : "palt";
}
#mv_under span {
	margin: -5px 0 10px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : "palt";
	padding: 5px 30px;
	background: #000;
	display: block;
}
#mv_under.business_mv {
	background: url(images/business/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.fluid_machine_mv {
	background: url(images/business/fluid_machine/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.contractor_mv {
	background: url(images/business/contractor/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.business_material_machine_mv {
	background: url(images/business/material_machine/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.production_mv {
	background: url(images/business/production/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.company_mv {
	background: url(bg.png) center center no-repeat;
	background-size: cover;
}
#mv_under.pump_mv {
	background: url(images/products/pump/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.products_material_machine_mv {
	background: url(images/products/material_machine/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.contact_mv {
	background: url(images/contact/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.steel_structure_mv {
	background: url(images/products/steel_structure/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.project_mv {
	background: url(images/products/project/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.material_handling_mv {
	background: url(images/products/material_handling/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.csr_mv {
	background: url(images/csr/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.recruit_mv {
	background: url(images/recruit/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv_under.products_mv {
	background: url(images/products/mv.jpg) center center no-repeat;
	background-size: cover;
}
@media screen and (max-width:768px){
	#mv_under {
		height: 160px;
		padding-top: 30px;
		margin-top: 100px;
	}
	#mv_under div.mv_underBox {
		height: 100px;
	}
	#mv_under h2 {
		font-size: 24px;
	}
	#mv_under p {
		font-size: 14px;
	}
}

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

	pankuzu

================================================= */
#pankuzu {
	background: #F0F0F0;
}
#pankuzu ul {
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	padding: 10px 0;
}
#pankuzu ul li {
	display: inline-block;
	word-break:break-all;
	font-size: 13px;
}
#pankuzu ul li:not(:last-child):after {
	content: '>';
	padding: 0 5px;
}
#pankuzu ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width:1200px){
	#pankuzu ul {
		width: 100%;
		padding: 10px;
	}
}
@media screen and (max-width:768px){
	#pankuzu {
	}
}

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

	contents

================================================= */
#contents{

}
#contents_under_w1200 {
	width: 1200px;
	margin: 50px auto 100px;
	font-size: 18px;
}
.cmn_box {
	margin-bottom: 100px;
}
.cmn_top_txt {
	text-align: center;
	line-height: 160%;
	margin-bottom: 100px;
}
.cmn_inner_txt {
	text-align: left;
	line-height: 160%;
	margin-bottom: 60px;
}
.h3_ttl {
	font-size: 30px;
	text-align: center;
	position: relative;
	padding-top: 40px;
	font-weight: normal;
	margin-bottom: 40px;
}
.h3_ttl span {
	font-size: 18px;
	display: block;
	margin-top: 12px;
	font-weight: normal;
	letter-spacing: 0.2rem;
}
h3.h3_ttl:before {
	content: "";
	display: block;
	border-top: 3px solid #E60012;
	width: 120px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
#f_nav {
	background: #F5F5F5;
	padding: 40px 0;
	margin-bottom: 100px;
}
.h3_fttl {
	display: flex;
	align-items: center;
	white-space: nowrap;
	letter-spacing: 0.1rem;
	font-weight: normal;
	justify-content: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : "palt";
	margin-bottom: 25px;
}
.h3_fttl:after, .h3_fttl:before {
	border-top: 1px solid;
	content: "";
	width: 100px;
}
.h3_fttl:after {
	margin-left: 1rem;
}
.h3_fttl:before {
	margin-right: 1rem;
}
#f_nav ul {
	font-size: 0;
}
#f_nav ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	background: #fff;
	box-sizing: border-box;
	font-size: 14px;
}
#f_nav ul li:nth-child(-n+4) {
	border-top: 1px solid #CECECE;
}
#f_nav ul li:nth-child(4n-3) {
	border-left: 1px solid #CECECE;
}
#f_nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: normal;
	height: 80px;
	padding: 0 15px;
	line-height: 140%;
}
#f_nav ul li a:before {
	content: url(images/arrow_red.png);
	position: relative;
	top: 2px;
	margin-right: 8px;
}
#f_nav ul li a:hover,
.f_nav_current {
	background: #FFF5F5!important;
}
.icon_link_black {
	margin-left: 5px;
}

@media screen and (max-width:1200px){
	#contents_under_w1200 {
		width: 100%;
		padding: 0 15px;
	}
	#f_nav {
		padding: 40px 15px;
	}
}
@media screen and (max-width:768px){
	.cmn_top_txt {
		margin-bottom: 60px;
	}
	#contents_under_w1200 {
		font-size: 16px;
	}
	.h3_ttl {
		font-size: 20px;
		padding-top: 30px;
	}
	.h3_ttl span {
		font-size: 12px;
	}
	#f_nav ul li {
		width: 50%;
		font-size: 12px;
	}
	#f_nav ul li:nth-child(3), #f_nav ul li:nth-child(4) {
		border-top: none;
	}
	#f_nav ul li:nth-child(4n-1) {
		border-left: 1px solid #CECECE;
	}
	#f_nav ul li a {
		height: 60px;
		text-align: left;
		justify-content: inherit;
	}
}


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

	news

================================================= */
.news_box {
	margin-top: 60px;
	margin-bottom: 60px;
}
.news_box h2 {
	font-size: 26px;
	letter-spacing: 0.3rem;
	font-weight: normal;
	margin-bottom: 30px;
}
.news_box dl {
	padding: 15px 25px;
	border-bottom: 1px dashed #A6A6A6;
}
.news_box dl dt, .news_box dl dd {
	display: inline-block;
	vertical-align: top;
}
.news_box dl dt span {
	background: #323232;
	font-size: 10px;
	color: #fff;
	width: 120px;
	padding: 8px 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 25px;
}
.news_box dl dt {
	width: 25%;
}
.news_box dl dd {
	margin-left: 30px;
	padding-top: 5px;
	width: 65%;
}
.news_box a:hover {
	text-decoration: underline;
}
.news_link {
	margin: 20px 0 0 25px;
	font-size: 12px;
	background: url(images/arrow.png) left center no-repeat;
	padding-left: 15px;
}

@media screen and (max-width:1200px){
	.news_box {
		padding: 0 15px;
	}
	.news_box dl dt {
		width: auto;
	}
	.news_box dl dd {
		margin-left: 2%;
		width: auto;
	}
}
@media screen and (max-width:812px){
	.news_box dl dt, .news_box dl dd {
		display: block;
	}
	.news_box dl dd {
		margin: 15px 0 0 0;
	}
}
@media screen and (max-width:768px){
	.news_box h2 {
		font-size: 22px;
	}
}

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

	movies

================================================= */
.movies_box {
	margin: 70px auto 80px;
}
.movies_box h2 {
	padding: 0 10px 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #323232;
}
.movies_box ul {
	font-size: 0;
}
.movies_box ul li {
	width: 23.5%;
	display: inline-block;
	vertical-align: top;
}
.movies_box ul li:not(:last-child) {
	margin-right: 2%;
}
.movies_box ul li img {
	max-width: 100%;
	height: auto;
}
.movies_box iframe {
    width: 282px;
	height: 157px;
}
.movies_box li a.youtube {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-indent: -999px;
}

@media screen and (max-width:1200px){
	.movies_box {
		padding: 0 15px;
	}
}
@media screen and (max-width:768px){
	.movies_box h2 img {
		width: 20%;
		height: auto;
	}
	.movies_box ul li {
		width: 48%;
		margin-bottom: 4%;
		text-align: center;
	}
	.movies_box ul li:not(:last-child) {
		margin-right: 0;
	}
	.movies_box ul li:nth-child(even) {
		margin-left: 4%;
	}
	.movies_box iframe {
		max-width: 320px;
		width: 100%;
		height: auto;
	}
}

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

	link

================================================= */
.link_box {
	background: #f8f8f8;
}
.link_box .w1200 {
	padding: 70px 0 30px;
	font-size: 0;
}
.link_detail {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	width: 50%;
}
.link_detail div {
	height: 380px;
}
.link_company div {
	background: url(images/company_bg.jpg) center center no-repeat;
	background-size: cover;
}
.link_business div {
	background: url(images/business_bg.jpg) center center no-repeat;
	background-size: cover;
}
.link_product div {
	background: url(images/product_bg.jpg) center center no-repeat;
	background-size: cover;
}
.link_csr div {
	background: url(images/csr_bg.jpg) center center no-repeat;
	background-size: cover;
}
.link_detail h2 {
	font-size: 24px;
	position: relative;
	letter-spacing: 0.5rem;
}
.link_detail span:before {
	content: '';
	position: absolute;
	left: 50%;
	display: inline-block;
	width: 300px; /*‰ºü‚Ì•*/
	height: 1px; /*‰ºü‚Ì‘¾‚³*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*ˆÊ’u’²®*/
	background-color: #fff; /*‰ºü‚ÌF*/
	top: 40px;
}
.link_detail span {
	font-size: 16px;
	display: block;
	margin-top: 20px;
	padding-top: 20px;
	letter-spacing: 0.3rem;
}
.link_headline div {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
}

.link_detail ul {
	background: #fff;
	padding: 30px 30px 10px;
}
.link_detail:nth-of-type(2n-1) ul {
	border-right: 1px solid #D9D9D9;
}

.link_detail ul li {
	font-size: 14px;
	background: url(images/arrow.png) left center no-repeat;
	padding-left: 15px;
	display: inline-block;
	margin-bottom: 20px;
}
.link_detail ul li:not(:last-child) {
	margin-right: 40px;
}
.link_detail ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width:768px){
	.link_detail {
		width: 100%;
		display: block;
	}
	.link_detail div {
		height: 180px;
	}
	.link_detail h2 {
		font-size: 20px;
	}
}


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

	side

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


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

}


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

	footer

================================================= */
.footerArea {
	background: #EEEEEE;
	padding: 65px 0 50px;
}
.f_menu {
	font-size: 0;
}
.f_menu dl {
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #C4C4C4;
	padding: 20px 30px 0 12px;
}
.f_menu dl:not(:last-child) {
	margin-right: 55px;
}
.f_menu dt {
	font-size: 14px;
	margin-bottom: 20px;
}
.f_menu dd {
	font-size: 12px;
}
.f_menu dd li {
	line-height: 200%;
}
.f_menu dt a:hover,
.f_menu dd li a:hover {
	text-decoration: underline;
}
.footerlogoArea {
	width: 1200px;
	margin: 65px auto 0px;
}
.f_grouplogo_area {
	margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
	.footerArea {
		padding: 65px 15px 50px;
	}
	.f_menu dl {
		width: 18%;
	}
	.f_menu dl:not(:last-child) {
		margin-right: 2.5%;
	}
	.footerlogoArea {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.footerArea {
		padding: 30px 0;
	}
	.f_menu {
		border-top: 1px solid #C4C4C4;
	}
	.f_menu dl {
		width: 50%;
		text-align: center;
		padding: 0;
		border-bottom: 1px solid #C4C4C4;
		border-top: none;
	}
	.f_menu dl a {
		display: block;
		padding: 20px 15px;
	}
	.f_menu dl:not(:last-child) {
		margin-right: 0;
	}
	.f_menu dl:nth-child(odd) {
		border-right: 1px solid #C4C4C4;
	}
	.f_menu dl dt {
		margin-bottom: 0;
	}
	.f_menu dl dd {
		display: none;
	}
	.footerlogoArea {
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.f_grouplogo_area img {
		height: 7px;
	}
	.f_menu dl dt {
		font-size: 12px;
	}
	.footerlogoArea {
		width: 100%;
		margin: 50px auto 30px;
		padding: 0 10px;
	}
	.f_logo_area img {
		max-width: 100%;
		height: auto;
	}
}

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

	copyright

================================================= */
#copyright {
	font-size: 12px;
	clear: both;
	text-align: center;
	background: #000000;
	color: #fff;
	padding: 25px 0;
}
#copyright ul {
	font-size: 0;
	margin-bottom: 20px;
}
#copyright li {
	font-size: 12px;
	display: inline-block;
}
#copyright li:not(:last-child) {
	margin-right: 10px;
}
#copyright li:not(:last-child):after {
	content: "|";
	padding-left: 10px;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#copyright p {
		line-height: 130%;
	}
}



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

	#pageTop

========================================== */
#pageTop{
	position:fixed;
	background:rgba(0,0,0,0.4);
	bottom:40px;
	right:30px;
	padding: 18px 14px;
	z-index: 100;}

#pageTop:hover{
	background:rgba(0,0,0,0.2);
}

@media screen and (max-width: 768px) {
	#pageTop {
		padding: 15px 10px;}
}

#mv_under_xx {
	text-align: center;
}
#contents_under {
	margin-bottom: 150px;
}
.txt_01 {
	display: block;
	margin: 40px auto 70px;
}

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

	#under_common

========================================== */
.download_btn {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.download_btn a {
	display: block;
	color: #fff;
	background: #f37235;
	padding: 20px 0;
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
	border: 1px solid #f37235;
	box-sizing: border-box;
}
.download_btn a:hover {
	opacity: 0.7;
}
.download_btn img, .download_btn span {
	display: inline-block;
	vertical-align: middle;
}
.download_btn span {
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.download_btn {
		max-width: 500px;
		width: 100%;
	}
	.download_btn a {
		padding: 20px 10px;
	}
	
}


.side_btn {
	font-size: 0;
	text-align: center;
}
.side_btn a {
	display: block;
	pointer-events: auto;
}
.side_btn div {
	display: inline-block;
	vertical-align: middle;
}
.side_tel {
	margin-top: 20px;
	background: #BCDCF2;
	pointer-events: none;
}
.side_tel a:hover {
	background: #a2d9ff;
}
.side_tel a :hover {
	background: #a2d9ff;
}
.side_mail {
	margin-top: 10px;
	background: #F9D0A6;
}
.side_mail a:hover {
	background: #fdc387;
}
.side_mail a :hover {
	background: #fdc387;
}
.side_left {
	width: 19%;
	padding: 0 6px;
}
.side_left img {
	max-width: 100%;
	height: auto;
}
.side_right {
	width: 81%;
	padding: 20px 0;
}
.side_right dt {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
}
.side_right dd {
	font-size: 13px;
	line-height: 140%;
	padding: 0 10px;
}
.side_tel .side_right {
	background: #CFE6F6;
}
.side_mail .side_right {
	background: #FCE5CD;
}
.side_contents_btn {
	font-size: 0;
}
.side_contents_btn .side_btn {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.side_contents_btn .side_tel {
	margin: 0 4% 0 0;
}
.side_contents_btn .side_mail {
	margin: 0;
}
.side_contents_btn.side_contents_btn_one .side_mail {
	margin: 0 auto;
	display: block;
}
.side_contents_btn.side_contents_btn_one .side_tel {
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 1000px) {
	.sp1000 {
		font-size: 0;
	}
	.side_btn {
		display: inline-block;
		width: 48%;
		vertical-align: top;
	}
	.side_tel {
		margin: 0 4% 0 0;
	}
	.side_mail {
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	.side_right {
		padding: 20px 10px;
	}
	.side_right dt {
		line-height: 130%;
	}
	.side_contents_btn.side_contents_btn_one .side_mail {
		width: 100%;
	}
	.side_contents_btn.side_contents_btn_one .side_tel {
		width: 100%;
	}
}
