@charset "UTF-8";
/*==================================================================
	Contents setting
===================================================================*/
.section .pos_title {
	position: absolute;
	top: 0;
	left: calc(100% + 30px);
	width: 105px;
	z-index: 1;
}
@media screen and (max-width: 1440px) {
	.section .pos_title {
		left: calc(100% + 5px);
		width: 80px;
	}
	.section .pos_title img {
		transform: translateX(-100%);
	}
}
@media screen and (max-width: 1200px) {
	.section .pos_title {
		width: 60px;
	}
}
@media screen and (max-width: 767px) {
	.section .pos_title {
		display: none;
	}
}
/* sec_company */
.sec_company {
	padding: 170px 0 130px;
}
@media screen and (max-width: 1200px) {
	.sec_company .w1024 {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media screen and (max-width: 767px){
	.sec_company {
		padding: 100px 0 100px;
	}
	.sec_company .w1024 {
		padding-left: 0;
		padding-right: 0;
	}
}
.company_block {
	margin-top: 120px;
}
.company_block .ttl {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.7;
	margin: 0 0 25px;
	text-align: center;
}
.company_block .ttl_sub {
	color: #1d2088;
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.4;
	margin-top: 20px;
}
.company_block .txt {
	line-height: 1.75;
}
@media screen and (max-width: 767px){
	.company_block {
		margin-top: 80px;
	}
}

.map_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
.map_item {
	margin-bottom: 60px;
	position: relative;
	width: calc(100% / 2 - 15px);
}
.map_item .address {
	margin-bottom: 18px;
	padding-bottom: 8px;
	position: relative;
}
.map_item .address:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 80px 80px;
	border-color: transparent transparent #fff100 transparent;
}
@media screen and (max-width: 767px){
	.map_block {
		display: block;
	}
	.map_item {
		width: 100%;
	}
	.map_item .address:after {
		border-width: 0 0 50px 50px;
	}
}

.profile_tbl {
	width: 100%;
}
.profile_tbl tr {
	border-bottom: 1px solid #1d2088;
	border-top: 1px solid #1d2088;
}
.profile_tbl th,
.profile_tbl td {
	padding: 15px 0;
	vertical-align: top;
}
.profile_tbl th {
	color: #1d2088;
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.4;
	width: 25%;
}
@media screen and (max-width: 767px){
	.profile_tbl th,
	.profile_tbl td {
		display: block;
		width: 100%;
	}
	.profile_tbl th {
		padding-bottom: 0;
	}
	.profile_tbl td {
		padding-top: 0;
	}
}

.sec_history {
	padding: 170px 0 130px;
	position: relative;
}
.history_tbl {
	margin-top: 90px;
	width: 100%;
}
.history_tbl tr {
	border-bottom: 1px solid #1d2088;
	border-top: 1px solid #1d2088;
}
.history_tbl th,
.history_tbl td {
	padding: 19px 0 15px;
	vertical-align: top;
}
.history_tbl th {
	width: 25%;
}
@media screen and (max-width: 767px){
	.sec_history {
		padding: 100px 0 100px;
	}
	.history_tbl th,
	.history_tbl td {
		display: block;
		width: 100%;
	}
	.history_tbl th {
		padding-bottom: 0;
	}
	.history_tbl td {
		padding-top: 0;
	}
}