@charset "utf-8";
#sec_useful{
	margin-top: 0;
}
#sec_useful ul li.js-fadein{
	opacity: 1;
	transform: translateY(0);
}

#contentsBlock a{
	color: rgba(0, 0, 0, 0.92);
}

.ankerLink{
	max-width: 900px;
	width: calc(100% - 20px);
	margin: 0 auto;
}
	.ankerLink li{
		border-left: solid 1px #032E83;
		width: calc(100% / 5);
	}
	.ankerLink li.initiatives{
		width: 29%;
	}
	.ankerLink li.history,
	.ankerLink li.massage{
		width: 16%;
	}
	.ankerLink li:last-child{
		border-right: solid 1px #032E83;
	}
		.ankerLink li a{
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 1.8rem;
			font-weight: 500;
			padding: 11px 5px 12px;
			color: #032E83 !important;
		}
		.ankerLink li a:hover{
			color: #F85B00 !important;
		}
		.ankerLink li a::after{
			content: url("/themes/site/common/img/icon_arrow_down.svg");
			display: inline-block;
			margin-left: 7px;
			transform: translateY(1px);
		}

#sec_profile .contents{
	max-width: 900px;
}

.tblStyle01{
	margin-top: 30px;
}
.tblStyle01 dt,
.tblStyle01 dd{
	text-align: left;
	border-top: solid 1px #A5A5A5;
	line-height: 2;
	font-weight: 500;
}
.tblStyle01 dt:last-child,
.tblStyle01 dd:last-child{
	border-bottom: solid 1px #A5A5A5;
}

.tblStyle01 dt{
	width: 180px;
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: 20px;
	float: left;
}

.tblStyle01 dd{
	padding: 20px 0 20px 180px;
}
.tblStyle01 dd::after{
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 1023px){
	.ankerLink li a{
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px){
	#keyVisual .ttl img{
		width: 274px;
	}
	.ankerLink{
		flex-wrap: wrap;
	}
	.ankerLink li{
		margin-top: 10px;
		width: calc(100% / 2) !important;
	}
	.ankerLink li:nth-child(2),
	.ankerLink li:nth-child(4){
		border-right: solid 1px #032E83;
	}
	.ankerLink li:last-child{
		width: 100% !important;
	}
	.ankerLink li a{
		padding: 0 15px;
		height: 100%;
	}
	
	.tblStyle01 dt{
		float: none;
		padding-bottom: 0;
		width: 100%;
	}
	.tblStyle01 dd{
		border: none;
		padding-top: 0;
		padding-left: 0;
		line-height: 1.75;
	}
}


/* ------------------------------------------------------------------------ */

/*  会社概要

/* ------------------------------------------------------------------------ */

#sec_profile{
	padding: 58px 0 53px;
}

@media screen and (max-width: 767px){
	#sec_profile{
		padding: 40px 0 60px;
	}
}

/* ------------------------------------------------------------------------ */

/*  事業所紹介

/* ------------------------------------------------------------------------ */

#sec_office{
	background: #F1F1F1;
	padding: 47px 0 100px;
}

.officeList{
	margin-top: 26px;
}

.officeList li{
	width: calc(100% / 2 - 40px);
}

.officeList li figure + figure{
	margin-left: 9px;
}

.officeList li .ttl{
	color: #F85B00;
	font-size: 3.2rem;
	font-weight: 600;
	text-align: left;
	margin-top: 20px;
}

.officeList li .txt{
	margin-top: 5px;
	text-align: left;
	line-height: 1.75;
}

.officeList li .txt .space{
	padding-top: 1.75em;
	display: block;
}

.officeList iframe{
	width: 100%;
	aspect-ratio: 510 / 310;
	margin-top: 20px;
}

@media screen and (max-width: 1024px){
	.officeList li{
		width: calc(100% / 2 - 9px);
	}
}

@media screen and (max-width: 767px){
	#sec_office{
		padding: 49px 0 60px;
	}
	.officeList{
		display: block;
		margin-top: 23px;
	}
	.officeList li{
		width: 100%;
	}
	
	.officeList li + li{
		margin-top: 40px;
	}
	
	.officeList li .figureBox{
		justify-content: center;
	}
	.officeList li figure + figure{
		margin-left: 6px;
	}
	.officeList li .ttl{
		font-size: 2.4rem;
		margin-top: 7px;
	}
	
	.officeList li .txt .space{
		padding: 0;
	}
}


/* ------------------------------------------------------------------------ */

/*  沿革

/* ------------------------------------------------------------------------ */
#sec_history{
	padding: 100px 0 110px;
}

#sec_history .contents{
	max-width: 900px;
}

#sec_history .tblStyle01 dt{
	font-size: 1.6rem;
	width: 208px;
}
#sec_history .tblStyle01 dd{
	padding-left: 208px;
}

@media screen and (max-width: 767px){
	#sec_history{
		padding: 60px 0 42px;
	}
	#sec_history .tblStyle01 dt{
		width: 100%;
	}
	#sec_history .tblStyle01 dd{
		padding-left: 0;
	}
}

/* ------------------------------------------------------------------------ */

/*  ご挨拶

/* ------------------------------------------------------------------------ */

#sec_massage{
	background: #F1F1F1;
	padding: 90px 0 100px;
}

#sec_massage figure{
	max-width: 510px;
	width: calc(100% /2 - 40px);
}

#sec_massage .txtBox{
	text-align: left;
	width: calc(100% /2 - 40px);
}

#sec_massage .txtBox .lead{
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	margin: 15px 0 34px;
}

#sec_massage .txtBox .txt{
	font-weight: 500;
	line-height: 1.75;
}

#sec_massage .txtBox .txt + .txt{
	margin-top: 1.8em;
}

@media screen and (max-width: 1024px){
	#sec_massage figure,
	#sec_massage .txtBox{
		width: calc(100% /2 - 10px);
	}
}

@media screen and (max-width: 800px){
	#sec_massage > .contents{
		flex-direction: column-reverse;
	}
	#sec_massage .txtBox{
		width: 100%;
	}
	#sec_massage .txtBox .hd02{
		text-align: center;
	}
	#sec_massage figure{
		margin: 24px auto 0;
		width: 72%;
	}
	#sec_massage .txtBox .lead{
		text-align: center;
	}
}

@media screen and (max-width: 767px){
	#sec_massage{
		padding: 60px 0;
	}
	#sec_massage .txtBox{
		font-weight: 700;
	}
	#sec_massage .txtBox .lead{
		text-align: left;
		letter-spacing: 0;
		margin: 9px 0 19px;
	}
}


/* ------------------------------------------------------------------------ */

/*  ご挨拶

/* ------------------------------------------------------------------------ */
#sec_initiatives{
	padding: 100px 0;
}

#sec_initiatives ul{
	margin-top: 10px;
}

#sec_initiatives ul li{
	width: calc(100% / 3 - 16px);
}

#sec_initiatives ul li figure{
	width: 100%;
	aspect-ratio: 350 / 220;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

#sec_initiatives ul li .lead{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: left;
	margin-top: 20px;
	line-height: 1.667;
}

#sec_initiatives ul li .txt{
	text-align: left;
	margin-top: 20px;
	line-height: 1.75;
}

@media screen and (max-width: 800px){
	#sec_initiatives ul{
		display: block;
	}
	#sec_initiatives ul li{
		width: 100%;
	}
	
	#sec_initiatives ul li + li{
		margin-top: 40px;
	}
	#sec_initiatives ul li figure{
		max-width: 340px;
		margin: 0 auto;
	}
	#sec_initiatives ul li .lead{
		margin-top: 15px;
	}
	#sec_initiatives ul li .txt{
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px){
	#sec_initiatives{
		padding: 60px 0 100px;
	}
	#sec_initiatives ul li .lead{
		letter-spacing: -0.05em;
		line-height: 1.444;
	}
}
