@charset "UTF-8";

/* 共通 */
.basehead1,
.basehead2{
	color: #0057ac;
}
.cpy_center{
	text-align: center;
}
.cpy_bg{
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
}
.cpy_bg:after{
	display: block;
	clear: both;
	content: "";
}
.cpy_bg dt{
	font-weight: 500;
}
.cpy_bg dd{
	border-bottom: solid 1px #d0d0d0;
}
.cpy_list {
	margin-left: 1em;
	padding-left: .8em;
}
@media (max-width: 640px) {
	.cpy_bg{
		margin-top: 25px;
		padding: 30px 8%;
	}
	.cpy_bg dt{
		padding-top: 11px;
		padding-left: 3%;
	}
	.cpy_bg dd{
		padding: 0 3% 11px;
	}
	.cpy_bg dt:nth-of-type(1){
		border-top: solid 1px #d0d0d0;
	}
}
@media (min-width: 641px) {
	.cpy_bg{
		width: 80%;
		margin-top: 50px;
		padding: 100px 7%;
	}
	.cpy_bg dt{
		float: left;
		width: 180px;
		padding: 21px 30px;
	}
	.cpy_bg dd{
		padding: 21px 30px 21px 180px;
	}
	.cpy_bg dd:nth-of-type(1){
		border-top: solid 1px #d0d0d0;
	}
	.cpy_tel{
		text-decoration: none;
		color: inherit !important;
		cursor: default;
		pointer-events: none;
	}
	.cpy_tel:hover{
		text-decoration: none;
	}
}
@media (min-width: 1001px) {
	.cpy_bg dt{
		width: 250px;
	}
	.cpy_bg dd{
		padding-left: 250px;
	}
}

/**************************************
代表者挨拶
**************************************/
.cpy_sec1_fhoto{
	position: relative;
}
.cpy_sec1_caption{
	position: absolute;
	line-height: 1;
	color: #fff;
}
@media (max-width: 640px) {
	.cpy_sec1{
		padding-top: 45px;
	}
	.cpy_sec1_fhoto{
		margin: 25px calc((8 / 8.4) * -10%) 15px;
		height: 230px;
		background: url(../img/company/co_ceo.jpg) no-repeat center;
		background-size: cover;
	}
	.cpy_sec1_caption{
		left: 8%;
		bottom: 30px;
		font-size: 15px;
		text-shadow: 0 0 3px #000;
	}
	.cpy_sec1_greeting dt{
		width: 150px;
	}
	.cpy_sec1_name{
		margin-top: 5px;
		margin-bottom: 17px;
	}
}
@media (min-width: 641px) {
	.cpy_sec1{
		padding-top: 90px;
	}
	.cpy_sec1_fhoto{
		margin-top: 50px;
	}
	.cpy_sec1_caption{
		left: 5%;
		top: 50%;
		margin-top: -10px;
		font-size: 20px;
		text-shadow: 0 0 5px #000;
	}
	.cpy_sec1_greeting{
		display: flex;
		justify-content: space-between;
		margin-top: 51px;
	}
	.cpy_sec1_greeting dt{
		flex-shrink: 0;
		width: 200px;
	}
	.cpy_sec1_name{
		margin-top: 11px;
	}
	.cpy_sec1_greeting dd{
		width: 75%;
	}
}

/**************************************
会社概要
**************************************/

@media (max-width: 640px) {
	.cpy_sec2{
		margin-top: 40px;
	}
}
@media (min-width: 641px) {
	.cpy_sec2{
		margin-top: 131px;
	}
}

/**************************************
有資格者
**************************************/

@media (max-width: 640px) {
	.cpy_sec3{
		margin-top: 45px;
		margin-bottom: 90px;
	}
}
@media (min-width: 641px) {
	.cpy_sec3{
		margin-top: 140px;
		margin-bottom: 180px;
	}
}