@charset "UTF-8";

.main {
	padding-bottom: 130px;
}

.hero {
	background-image: url(/company/img/img-hero.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 50px;
	position: relative;
}

.hero:before {
	content: "";
	display: block;
	padding-top: 500px;
}

.hero_ttl {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.6;
	letter-spacing: 3px;
}

.hero_ttl span {
	font-size: 18px;
	font-weight: 500;
	display: block;
}

.link {
	max-width: 660px;
	margin: -35px auto 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: flex;
	text-align: center;
	position: relative;
	background: #FFF;
}

.link a {
	display: block;
	line-height: 1;
	width: 34%;
	padding: 25px 0;
	position: relative;
}

.link a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #DDD;
}

.link a:last-child:before {
	content: none;
}

.link a span {
	position: relative;
}

.link a span:before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 0;
	height: 1px;
	background: #454E67;
	transition: 0.3s;
	transform: translateX(-50%);
}

.link a span:hover:before {
	width: 80%;
}

.greeting {
	padding-top: 100px;
}

.greeting_img {
}

.greeting_item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.greeting_ttl_cnt {
	background-image: url(/company/img/greeting_ttl@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 33%;
	height: 230px;
	position: relative;
	margin: -60px 0 0 -40px;
}

.greeting_ttl {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	letter-spacing: 1px;
}

.greeting_ttl span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-top: 15px;
}

.greeting_group {
	width: 50%;
	line-height: 2;
	margin: 70px 10% 0 0;
}

.greeting_group_txt {
	margin-top: 30px;
}

.greeting_group_txt:first-of-type {
	margin-top: 0;
}

.greeting_group_name {
	text-align: right;
	margin-top: 35px;
}

.sec {
}

.sec.-company {
	padding-top: 100px;
}

.sec.-rec {
	padding-top: 130px;
}

.sec_img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sec_img:before {
	content: "";
	display: block;
	padding-top: 450px;
}

.sec.-company .sec_img {
	background-image: url(/company/img/img-company.jpg);
}

.sec.-rec .sec_img {
	background-image: url(/company/img/img-rec.jpg);
}

.sec_ttl_cnt {
	text-align: center;
	background: #FFF;
	padding: 35px 15px;
	margin-top: -35px;
}

.sec_ttl {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

.sec_ttl:before,
.sec_ttl:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30%;
	height: 2px;
}

.sec_ttl:before {
	left: 0;
	background: -moz-linear-gradient(left, #56B4FD, #4997E2);
	background: -webkit-linear-gradient(left, #56B4FD, #4997E2);
	background: linear-gradient(to right, #56B4FD, #4997E2);
}

.sec_ttl:after {
	right: 0;
	background: -moz-linear-gradient(left, #2D5AA8, #203D8C);
	background: -webkit-linear-gradient(left, #2D5AA8, #203D8C);
	background: linear-gradient(to right, #2D5AA8, #203D8C);
}

.sec_tb_cnt {
	margin-top: 30px;
}

.sec_tb_cnt:last-child {
	margin-top: 80px;
}

.sec_tb_ttl {
	text-align: center;
	background: #EFF2F5;
	font-size: 18px;
	font-weight: 500;
	padding: 15px;
}

.sec_tb {
	width: 100%;
}

.sec_tb tr {
}

.sec_tb tr:first-child {
	border-top: 1px solid #DDD;
}

.sec_tb th,
.sec_tb td {
	border-bottom: 1px solid #DDD;
	text-align: left;
	padding: 15px;
}

.sec_tb th {
	width: 160px;
}

.sec.-rec .sec_tb th {
	width: 125px;
	position: relative;
}

.sec.-rec .sec_tb th span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	line-height: 1;
}

.sec_tb td {
}

.sec.-rec .sec_tb td {
	padding-left: 30px;
}

.sec_map {
	position: relative;
	margin-top: 60px;
}

.sec_map:before {
	content: "";
	display: block;
	padding-top: 51%;
}

.sec_map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* for Tablet */
@media screen and (max-width:1030px) {
	.hero {
		margin: 0 15px;
	}

	.greeting_ttl_cnt {
		margin-left: -10px;
	}

}

/* for SP */
@media screen and (max-width:640px) {
	.main {
		padding-bottom: 40px;
	}

	.hero {
		margin: 0 15px;
	}

	.hero:before {
		padding-top: 300px;
	}

	.hero_ttl {
		font-size: 30px;
		line-height: 1.3;
		letter-spacing: 0;
	}

	.hero_ttl span {
		font-size: 15px;
	}

	.link {
		display: block;
		width: 80%;
		padding: 12px 0;
	}

	.link a {
		width: 100%;
		padding: 12px 0;
	}

	.link a:before {
		content: none;
	}

	.link a:last-child {
	}

	.link a span {
	}

	.link a span:before {
		content: none;
	}

	.greeting {
		padding-top: 40px;
	}

	.greeting_img {
	}

	.greeting_item {
		display: block;
	}

	.greeting_ttl_cnt {
		width: 54%;
		height: 145px;
		margin: -30px 0 0 -10px;
	}

	.greeting_ttl {
		font-size: 30px;
	}

	.greeting_ttl span {
		font-size: 16px;
		margin-top: 10px;
	}

	.greeting_group {
		width: 100%;
		margin: 20px 0 0;
	}

	.greeting_group_txt {
		margin-top: 20px;
	}

	.greeting_group_txt:first-of-type {
	}

	.greeting_group_name {
	}

	.sec {
	}

	.sec.-company {
		padding-top: 40px;
	}

	.sec.-rec {
		padding-top: 40px;
	}

	.sec_img {
	}

	.sec_img:before {
		padding-top: 40%;
	}

	.sec_ttl_cnt {
	}

	.sec_ttl {
		font-size: 16px;
	}

	.sec_ttl:before,
	.sec_ttl:after {
	}

	.sec_ttl:before {
	}

	.sec_ttl:after {
	}

	.sec_tb_cnt {
		margin-top: 0;
	}

	.sec_tb_cnt:last-child {
		margin-top: 40px;
	}

	.sec_tb_ttl {
		font-size: 16px;
	}

	.sec_tb {
	}

	.sec_tb,
	.sec_tb tbody,
	.sec_tb tr,
	.sec_tb th,
	.sec_tb td {
		display: block;
	}

	.sec_tb tr {
	}

	.sec_tb tr:last-child {
	}

	.sec_tb th,
	.sec_tb td {
		width: 100%;
	}

	.sec_tb th {
		border-bottom: none;
		padding: 15px 0 0;
	}

	.sec.-rec .sec_tb th {
		width: 105px;
	}

	.sec.-rec .sec_tb th span {
		top: 70%;
	}

	.sec_tb td {
		padding: 5px 0 15px;
	}

	.sec.-rec .sec_tb td {
		padding-left: 0;
	}

	.sec_map {
		margin-top: 30px;
	}

	.sec_map:before {
	}

	.sec_map iframe {
	}

}

/* for Print */
@media print {
}
