@charset "utf-8";
/* CSS Document */

section.company01 {
	margin-bottom: 50px;
}

.company01_box {
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.company01_box_txt {
	width: 60%;
}

.tk1 {
	color: #006cb9;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 50px;
}

.tk2 {
	font-size: 18px;
	line-height: 1.5;
}

.company03_box {
	background-color: #fff;
	box-shadow: 0px 0px 13px #e0e0e0;
	padding: 4% 2%;
	margin-bottom: 50px;
}

.company_box_wrap {
	background-color: #fff;
	box-shadow: 0px 0px 13px #e0e0e0;
	padding-bottom: 1px;
	margin-bottom: 50px;
}

.company_box_wrap h2 {
	color: #006cb9;
	font-size: 24px;
	font-weight: 500;
	align-items: center;
	justify-content: flex-end;
	padding-top: 35px;
	padding-bottom: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.company_box_wrap h2:after {
	height: 2px;
	content: "";
	display: inline-block;
	background: #006cb9;
	margin-left: 120px;
	margin-right: -30px;
}

section.company02 h2:after {
	width: 962px;
}

.company_box {
	margin: 0 50px;
	overflow: hidden;
	padding-bottom: 50px;
	position: relative;
}

.company_box .top {
	width: 180px;
	position: absolute;
	top: 1%;
	right: 1%;
	z-index: 1;
}

.company_box .top img {
	width: 100%;
}

.company_box .table1 {
	width: calc(100% - 210px);
}

.table1 dt {
	background: #dcdddd;
	padding: 5px 10px 8px 15px;
	width: 20%;
	float: left;
}

.table1 dd {
	width: 79%;
	float: left;
	padding: 5px 10px 8px 35px;
	border-bottom: 2px solid #b9b9ba;
	margin-bottom: 20px;
	margin-left: 1%;
	position: relative;
}

.table1 dd a {
	display: block;
	background: #006cb9;
	border-radius: 5px;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto;
	padding: 5px 40px;
	width: fit-content;
	position: absolute;
	top: 25%;
	right: 0;
	transform: translate(0, -50%);
	overflow: hidden;
	z-index: 0;
}

.table1 dd a:before {
	content: "";
	background: #bacfdd;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -50%;
	opacity: 0;
	transition: all ease 0.8s;
	z-index: -1;
}

.table1 dd a:hover {
	color: #006cb9;
}

.table1 dd a:hover:before {
	left: 0;
	opacity: 1;
}

.map {
	margin-top: 40px;
}

section.company03 h2:after {
	width: 1010px;
}

@media screen and (max-width: 768px) {
	article#main {
		overflow: hidden;
	}

	section.company01 {
		margin-bottom: 30px;
	}

	.company01_box_txt {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}

	.tk1 {
		font-size: clamp(18px, 4.3vw, 24px);
		margin-bottom: 25px;
	}

	.tk2 {
		font-size: clamp(14px, 3vw, 18px);
	}

	.company01_box_img {
		margin: 0 auto;
	}

	.company_box_wrap {
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.company_box_wrap h2 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		font-size: clamp(20px, 4.3vw, 24px) !important;
		display: block;
		position: relative;
		padding-left: 20px;
	}

	.company_box_wrap h2:after {
		margin-right: 0 !important;
		position: absolute;
		width: 100% !important;
		margin-left: 50px;
		top: 45px;
	}

	.company_box {
		margin: 0 20px 30px 20px;
		padding-bottom: 0px;
		position: relative;
	}

	.company_box .top {
		width: 30%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

	.company_box .top img {
		width: 100%;
	}

	.company_box .table1 {
		width: 95%;
	}

	.map {
		margin-top: 20px;
	}

	.map iframe {
		height: 200px;
	}
}

@media screen and (max-width: 520px) {
	.tk1 {
		margin-bottom: 20px;
	}

	.company_box {
		margin-bottom: 0;
	}

	.company_box .top {
		width: 45%;
	}

	.company01_box_img img {
		width: 200px;
	}

	.company_box_wrap h2:after {
		top: 41px;
	}

	.table1 dt {
		width: 100%;
		margin-bottom: 0px;
		padding: 5px 10px 8px 20px;
	}

	.table1 dd {
		width: 100%;
		border-bottom: none;
		padding: 5px 20px 8px 20px;
		margin-bottom: 10px;
	}

	.table1 dd a {
		display: block;
		background: #006cb9;
		border-radius: 5px;
		color: #fff;
		font-size: 0.9em;
		text-align: center;
		margin: 0 auto;
		padding: 5px 20px;
		width: fit-content;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translate(0, -50%);
	}
}

@media screen and (min-width: 769px) {
	main {
		background: url(image/title.png);
		background-repeat: no-repeat;
		background-size: 400px;
		background-position: top left;
		margin: 0 auto 30px;
		overflow: hidden;
		position: relative;
	}

	main:after {
		content: "COMPANY";
		color: rgba(0, 108, 185, 0.1);
		font-size: 120px;
		font-weight: bold;
		position: absolute;
		top: 50%;
		right: -30px;
		transform: translate(0, -50%);
		z-index: -1;
	}

	main .maininner {
		margin: 0 auto;
		max-width: 1200px;
		width: 95%;
		position: relative;
		padding: 100px 0;
	}

	main .maintitle {
		background: rgba(255, 255, 255, 0.4);
		border-left: 10px solid #299acc;
		padding: 15px 0 15px 30px;
		width: fit-content;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}

	main .maintitle h1 {
		color: #299acc;
		font-size: 36px;
		font-weight: bold;
		margin: 0 0 10px;
	}

	main .maintitle span {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	main {
		background: url(image/title.png);
		background-repeat: no-repeat;
		background-size: 400px;
		background-position: top left;
		margin: 0 auto 30px;
		overflow: hidden;
		position: relative;
	}

	main:after {
		content: "COMPANY";
		color: rgba(0, 108, 185, 0.1);
		font-size: 48px;
		font-weight: bold;
		position: absolute;
		bottom: 0;
		right: -8px;
		z-index: -1;
	}

	main .maininner {
		margin: 0 auto;
		width: 95%;
		position: relative;
		padding: 32% 0;
	}

	main .maintitle {
		background: rgba(255, 255, 255, 0.4);
		border-left: 8px solid #299acc;
		padding: 15px 0 15px 15px;
		width: fit-content;
		position: absolute;
		top: 30%;
		left: 0;
	}

	main .maintitle h1 {
		color: #299acc;
		font-size: 28px;
		font-weight: bold;
		margin: 0 0 10px;
	}

	main .maintitle span {
		font-size: 14px;
	}
}