@charset "UTF-8";
/* CSS Document */



/*-
	PC版（769px以上）ここから
------------------------------------------------- */
@media screen and (min-width:769px), print{
	
	#title{
		background-image: url("../images/company_bg2.jpg");  /* タイトル背景写真 */
		margin-bottom: 60px;
	}
	
	h3{
		display: block;
		text-align: center;
		padding-top: 65px;
		font-size: 22px;
		font-weight: 600;
		color: #089BCC;
		letter-spacing: 0.2em;
		background-image: url("../../images/logo_icon.png");
		background-repeat: no-repeat;
		background-size: auto 55px;
		background-position: center top;
		margin-bottom: 40px;
	}
	
	
/*	===============================================
		会社概要
	=============================================== */
	
	#gaiyou{
		margin-bottom: 65px;
	}
	#gaiyou table{
		width: 100%;
		position: relative;
	}
	#gaiyou table::before,
	#gaiyou table::after{
		content: ""
;		display: block;
		position: absolute;
		width: 100%;
		height: 3.5px;
		background-color: #089BCC;
	}
	#gaiyou table::before{ top: -5px; }
	#gaiyou table::after{ bottom: -5px; }
	
	#gaiyou table tr th,
	#gaiyou table tr td{
		padding: 14px 18px;
	}
	#gaiyou table tr th{
		width: 220px;
		color: #FFFFFF;
		font-weight: 600;
		vertical-align: top;
		background-color: #089BCC;
		border-bottom: 1px solid #FFFFFF;
	}
	#gaiyou table tr th::before{
		content: "";
		display: inline-block;
		position: relative;
		width: 13px;
		height: 13px;
		top: 1.5px;
		background-color: #FFFFFF;
		opacity: 0.65;
		margin-right: 1.15em;
	}
	#gaiyou table tr td{
		border-bottom: 1px solid #888888;
	}
	#gaiyou table tr:last-of-type th,
	#gaiyou table tr:last-of-type td{
		border: none;
	}
	#gaiyou table tr td .map{
		display: block;
		width: 100%;
		height: 500px;
		border: 1px solid #888888;
		margin: 10px auto 0 0;
	}
	
	#gaiyou #gyoshu ul{
		display: block;
		width: 100%;
	}
	#gaiyou #gyoshu ul li{
		display: inline-block;
	}
	#gaiyou #gyoshu ul li::after{
		content: "・";
	}
	#gaiyou #gyoshu ul li:last-of-type::after{
		content: "";
	}
	
	#gaiyou #kyokaGyomu dl{
		display: flex;
		margin-bottom: 8px;
	}
	#gaiyou #kyokaGyomu ul{
		display: block;
		width: 100%;
	}
	#gaiyou #kyokaGyomu ul li{
		display: inline-block;
	}
	#gaiyou #kyokaGyomu ul li::after{
		content: "・";
	}
	#gaiyou #kyokaGyomu ul li:last-of-type::after{
		content: "";
	}
	
	#gaiyou #jigyoTouroku td{
		position: relative;
	}
	#gaiyou #jigyoTouroku td img{
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		height: 90%;
	}
	#gaiyou #jigyoTouroku dl{
		display: flex;
		margin-bottom: 5px;
	}
	#gaiyou #jigyoTouroku dl:last-of-type{
		margin-bottom: 0;
	}
	#gaiyou #jigyoTouroku dl dt{}
	#gaiyou #jigyoTouroku dl dd{}
	
	
/*	===============================================
		沿革
	=============================================== */
	
	#enkaku{
		margin-bottom: 80px;
	}
	#enkaku #enkakuTimeline{
		display: flex;
		position: relative;
		left: 30px;
		flex-direction: column;
		width: 650px;
		margin: 0 auto;
	}
	#enkaku #enkakuTimeline dl{
		position: relative;
		padding: 0 0 25px 23px;
	}
	#enkaku #enkakuTimeline dl::before{
		content: "";
		display: block;
		position: absolute;
		width: 1.5px;
		height: 100%;
		top: 15px;
		left: 0;
		background-color: #2E457C;
	}
	#enkaku #enkakuTimeline dl dt{
		display: block;
		position: relative;
		color: #2E457C;
		font-size: 19px;
		font-weight: 500;
		margin-bottom: 3px;
	}
	#enkaku #enkakuTimeline dl dt::before{
		content: "";
		display: block;
		position: absolute;
		top: calc(50% + 1px);
		transform: translateY(-50%);
		left: -33px;
		width: 22px;
		height: 22px;
		border-radius: 50%;
		border: 5px solid #089BCC;
		background-color: #FFFFFF;
	}
	#enkaku #enkakuTimeline dl dt span{
		font-size: 14px;
	}
	#enkaku #enkakuTimeline dl dd{
		display: block;
		padding-left: 23px;
	}
	#enkaku #enkakuTimeline dl dd .block{
		display: inline-block;
	}
	
	#enkaku #enkakuTimeline #enkakuNow{
		display: block;
		position: relative;
		padding-left: 25px;
	}
	#enkaku #enkakuTimeline #enkakuNow::before{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -10px;
		width: 22px;
		height: 22px;
		border-radius: 50%;
		border: 5px solid #089BCC;
		background-color: #FFFFFF;
	}
	
	
/*	===============================================
		資格・免許
	=============================================== */
	
	#shikaku{
		margin-bottom: 50px;
	}
	#shikaku h3{
		margin-bottom: 30px;
	}
	#shikaku .text{
		display: block;
		text-align: center;
		font-size: 14px;
		margin-bottom: 20px;
	}
	#shikaku ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 700px;
		margin: 0 auto;
		padding: 25px 50px;
		border-top: 2px solid #089BCC;
		border-bottom: 2px solid #089BCC;
	}
	#shikaku ul li{
		width: 40%;
		margin-bottom: 12px;
	}
	#shikaku ul li:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}
	
	
	
	
	
}
/*-
	SP版（768px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 768px) {
	
	#title{
		background-image: url("../images/company_bg2_sp.jpg");  /* タイトル背景写真 */
		margin-bottom: 30px;
	}
	
	#shikaku{
		margin-bottom: 45px;
	}
	h3{
		display: block;
		text-align: center;
		padding-top: 55px;
		font-size: 22px;
		font-weight: 600;
		color: #089BCC;
		letter-spacing: 0.2em;
		background-image: url("../../images/logo_icon.png");
		background-repeat: no-repeat;
		background-size: auto 48px;
		background-position: center top;
		margin-bottom: 20px;
	}
	
	
/*	===============================================
		会社概要
	=============================================== */
	
	#gaiyou{
		margin-bottom: 50px;
	}
	#gaiyou table{
		width: 100%;
	}
	#gaiyou table tr{
		display: block;
		margin-bottom: 10px;
	}
	#gaiyou table tr th,
	#gaiyou table tr td{
		display: block;
		padding: 3px 10px;
	}
	#gaiyou table tr th{
		color: #FFFFFF;
		font-weight: 600;
		background-color: #089BCC;
		margin-bottom: 2px;
	}
	#gaiyou table tr th::before{
		content: "";
		display: inline-block;
		position: relative;
		width: 12px;
		height: 12px;
		top: 1px;
		background-color: #FFFFFF;
		opacity: 0.65;
		margin-right: 0.8em;
	}
	#gaiyou table tr td{}
	#gaiyou table tr td .map{
		display: block;
		width: 100%;
		height: 62vw;
		border: 1px solid #888888;
		margin: 7px auto;
	}
	
	#gaiyou #gyoshu ul{
		display: block;
		width: 100%;
	}
	#gaiyou #gyoshu ul li{
		display: block;
	}
	
	#gaiyou #kyokaGyomu dl{
		display: block;
		margin-bottom: 8px;
	}
	#gaiyou #kyokaGyomu dl dt{}
	#gaiyou #kyokaGyomu dl dd{
		padding-left: 1.3em;
	}

	#gaiyou #kyokaGyomu ul{
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	#gaiyou #kyokaGyomu ul li{
		display: block;
	}
	
	#gaiyou #jigyoTouroku td img{
		display: block;
		width: 85%;
		max-width: 280px;
		height: auto;
		margin: 0 0 10px 20px;
	}
	#gaiyou #jigyoTouroku dl{
		display: block;
		margin-bottom: 8px;
	}
	#gaiyou #jigyoTouroku dl dt{}
	#gaiyou #jigyoTouroku dl dd{
		padding-left: 1.3em;
	}
	
	
/*	===============================================
		沿革
	=============================================== */
	
	#enkaku{
		margin-bottom: 50px;
	}
	#enkaku #enkakuTimeline{
		display: flex;
		position: relative;
		left: 7px;
		flex-direction: column;
		width: calc(100% - 50px);
		margin: 0 auto;
	}
	#enkaku #enkakuTimeline dl{
		position: relative;
		padding: 0 0 25px 23px;
	}
	#enkaku #enkakuTimeline dl::before{
		content: "";
		display: block;
		position: absolute;
		width: 1.5px;
		height: 100%;
		top: 15px;
		left: 0;
		background-color: #2E457C;
	}
	#enkaku #enkakuTimeline dl dt{
		display: block;
		position: relative;
		color: #2E457C;
		font-size: 19px;
		font-weight: 500;
		margin-bottom: 3px;
	}
	#enkaku #enkakuTimeline dl dt::before{
		content: "";
		display: block;
		position: absolute;
		top: calc(50% + 1px);
		transform: translateY(-50%);
		left: -33px;
		width: 22px;
		height: 22px;
		border-radius: 50%;
		border: 5px solid #089BCC;
		background-color: #FFFFFF;
	}
	#enkaku #enkakuTimeline dl dt span{
		font-size: 14px;
	}
	#enkaku #enkakuTimeline dl dd{
		display: block;
		padding-left: 23px;
	}
	#enkaku #enkakuTimeline dl dd .block{
		display: inline-block;
	}
	
	#enkaku #enkakuTimeline #enkakuNow{
		display: block;
		position: relative;
		padding-left: 25px;
	}
	#enkaku #enkakuTimeline #enkakuNow::before{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -10px;
		width: 22px;
		height: 22px;
		border-radius: 50%;
		border: 5px solid #089BCC;
		background-color: #FFFFFF;
	}
	
	
/*	===============================================
		資格・免許
	=============================================== */
	
	#shikaku{
		margin-bottom: 70px;
	}
	#shikaku h3{
		margin-bottom: 30px;
	}
	#shikaku .text{
		display: block;
		width: calc(100% - 30px);
		margin: 20px auto;
	}
	#shikaku ul{
		display: block;
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 25px 30px;
		border-top: 2px solid #089BCC;
		border-bottom: 2px solid #089BCC;
	}
	#shikaku ul li{
		margin-bottom: 12px;
	}
	#shikaku ul li:last-of-type{
		margin-bottom: 0;
	}
	
	
}