@charset "UTF-8";
/* CSS Document */

/* ----- mv ----- */
.mv_z_box {
	background: url(/common/img/z_mv.png) no-repeat 0 0;
	height: 0;
	padding-top: 40.3%;
	background-size: cover;
	position: relative;
}
@media (max-width: 768px) {
	.mv_z_box {
		display: none;
	}
}
.mv_z_box_sp {
	display: none;
}
@media (max-width: 768px) {
	.mv_z_box_sp {
		display: block;
		width: auto;
	}
}

/*----------------------------------------------------
  #メイン
----------------------------------------------------*/
.link_conts {
	margin-top: 30px;
}
.option_under {
	margin-top: 30px;
}
.link_conts ul {
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 768px) {
	.link_conts ul {
		display: block;
	}
}
.link_conts ul li {
	width: 280px;
	padding: 10px;
	background: #fff;
	margin-left: 50px;
	box-shadow: 3px 3px 5px -2px rgba(0, 0, 0, .3);
}
@media (max-width: 768px) {
	.link_conts ul li {
		width: auto;
		margin: 10px auto;
		margin-left: 0;
	}
}
.link_conts ul li:first-child {
	margin-left: 0;
}
.link_conts ul li a {
	color: #333;
}
.link_icon {
	text-align: center;
	height: 180px;
	position: relative;
}
@media (max-width: 768px) {
	.link_icon {
		height: auto;
	}
}
.link_icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media (max-width: 768px) {
	.link_icon img {
		transform: none;
		position: static;
		top: 0;
		left: 0;
		width: 180px;
	}
}
.link_txt {
	font-size: 2.0rem;
	line-height: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
}



.company_ttl {
	margin-top: 30px;
	background: #80b5dd;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 2.5rem;
}
@media (max-width: 768px) {
	.company_ttl {
		margin-top: 20px;
		font-size: 2.0rem;
		padding: 5px 0;
	}
}
.company_detail {
	margin-top: 30px;
	text-align: center;
}
@media (max-width: 768px) {
	.company_detail {
		margin-top: 10px;
	}
}
.company_btn {
	margin-top: 30px;
}
.company_btn ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: center;
}
.company_btn ul li {
	margin-left: 20px;
}
.company_btn ul li:first-child {
	margin-left: 0;
}
.company_btn ul li a {
	border-radius: 25px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	vertical-align: bottom;
	background-color: #80b5dd;
	border-color: #fff;
	color: #fff;
	padding-right: 48px;
	padding-left: 48px;
}
.company_btn ul li a span {
	line-height: 1;
	letter-spacing: 0em;
	font-weight: bold;
	overflow-wrap: break-word;
	word-break: break-all;
}
.company_root {
	background: #80b5dd;
	padding: 10px;
	font-size: 2.0rem;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.company_root_txt {
	margin-top: 30px;
	text-align: center;
	padding-bottom: 50px;
}
@media (max-width: 768px) {
	.company_root_txt {
		margin-top: 10px;
		padding-bottom: 25px;
	}
}
.company_map {
	position: relative;
	min-height: 400px;
	max-width: 100%;
	margin: 0 auto;
	height: 0;
	overflow: hidden;
}
.company_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


