@charset "utf-8";
/* ============================================
	業務内容
============================================ */
.btn_service {
	border: 1px solid #eee;
    padding: 30px;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.03);
	justify-content: space-between;
	margin: 60px 0;
}
.btn_service .text {
	width: 465px;
}
.btn_service .text h3 {
	font-size: 312.5%;
    line-height: 120%;
    margin: 0 0 20px;
    text-align: center;
}
.btn_service .text a {
	font-family: presicav, sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #FFF;
    background: #0186D3;
    padding: 0px 20px;
    border-radius: 20px;
    border: 2px solid #0186D3;
    display: table;
    margin: 10px auto 0;
}
.btn_service .text a:hover {
    color: #0186D3;
    background: #FFF;
}
.btn_service .img {
	width: 645px;
	justify-content: space-between;
}
.btn_service .img .ph_size {
	width: 49.5%;
}
/* ============================================
	経営企画部
============================================ */
.cntnts_keiei .bdr_grd {
	width: 66%;
}
.cntnts_keiei h3 {
	font-size: 312.5%;
    text-align: center;
    line-height: 100%;
    margin: 0 0 30px;
}
.img_keiei {
	width: 354px;
    margin: 30px auto 60px;
}
/* ============================================
	3分割
============================================ */
.box3 {
	justify-content: space-between;
	margin: 0 auto 70px;
}
.box3_inbox {
	width: 31%;
}
.box3_inbox h5 {
	font-size: 125%;
	font-weight: 700;
	margin: 20px 0 10px;
}
/* ============================================
	4分割
============================================ */
.box4 {
	justify-content: space-between;
	margin: 0 auto 70px;
}
.box4_inbox {
	width: 22.5%;
}
.box4_inbox h5 {
	font-size: 125%;
	font-weight: 700;
	margin: 20px 0 10px;
}
/* ============================================
	施設管理部
============================================ */
.cntnts_shisetsu {
	position: relative;
}
.cntnts_shisetsu h3 {
    font-size: 312.5%;
    text-align: center;
    line-height: 100%;
    margin: 0 0 50px;
}



@media only screen and (max-width:720px) {
/* ============================================
	業務内容
============================================ */
.btn_service {
	padding: 20px;
	margin: 30px 0;
}
.btn_service .text,
.btn_service .img {
    width: auto;
}
.btn_service .text {
	margin: 0 0 20px;
}
.btn_service .text h3 {	
	font-size: 214%;
}
.btn_service .img {
	display: flex;
}
.btn_service .img .ph_size {
	width: 49.5%;
}
.btn_service .img img {
	width: 100%;
	object-fit: cover;
    aspect-ratio: 1;
}
/* ============================================
	経営企画部
============================================ */
.cntnts_keiei .bdr_grd {
	width: 100%;
}
.cntnts_keiei h3 {
	font-size: 214%;
	margin: 0 0 20px;
}
.img_keiei {
	width: auto;
    margin: 30px 20px 60px;
}
/* ============================================
	3分割
============================================ */
.box3_inbox {
	width: auto;
	margin: 0 10px 30px;
}
.box3_inbox h5 {
	font-size: 114%;
	margin: 0.5em 0 0.2em;
}
/* ============================================
	4分割
============================================ */
.box4_inbox {
	width: auto;
	margin: 0 10px 30px;
}
.box4_inbox h5 {
	font-size: 114%;
	margin: 0.5em 0 0.2em;
}
/* ============================================
	施設管理部
============================================ */
.cntnts_shisetsu h3 {
    font-size: 214%;
    margin: 0 0 20px;
}

}