@charset "utf-8";
/*------------------------------------------------------------
	management
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/management/page_img.jpg);
}
/* sec01 */
#main .sec01 {
	padding-bottom: 15rem;
}
#main .sec01 .title {
	margin: -0.5rem 0 2rem;
	font-weight: 700;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
#main .sec01 .text {
	margin-bottom: 5.5rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .sec01 .imgtext {
	margin-bottom: 5.5rem;
}
#main .sec01 .imgtext img {
	width: 100%;
}
#main .sec01 .infoList li {
	width: 48.3%;
}
#main .sec01 .infoList .ttl {
	padding: 0 6.5rem 0.3rem 6.8rem;
	margin: 0 auto 0.4rem;
	width: fit-content;
	color: #0080CA;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.75;
	background: url(../img/management/sec01_h_img01.png) no-repeat left center / 5.4rem,url(../img/management/sec01_h_img02.png) no-repeat right center / 5.4rem;
}
#main .sec01 .infoList .ttl span {
	margin-left: 1.2rem;
	display: inline-block;
	font-size: 5.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	vertical-align: -0.8rem;
	line-height: 1.1;
}
#main .sec01 .infoList .textBox {
	border-radius: 2rem;
	border: 0.2rem solid #003B94;
	overflow: hidden;
}
#main .sec01 .infoList .textBox .topTtl {
	padding: 2rem 0.5rem 2.4rem;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: center;
	background-color: #003B94;
}
#main .sec01 .infoList .imgBox {
	padding: 2.9rem 3.8rem 4.7rem;
}
#main .sec01 .infoList .imgBox .txt {
	margin-bottom: 2.9rem;
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 2;
	min-height: 16rem;
}
#main .sec01 .infoList .imgBox .pho {
	text-align: center;
}
#main .sec01 .infoList .imgBox .pho img {
	height: 25rem;
}
@media all and (min-width: 897px) {
	#main .sec01 .infoList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 {
		padding-bottom: 5rem;
	}
	#main .sec01 .title {
		margin: 0 0 1rem;
		font-size: 2rem;
	}
	#main .sec01 .text {
		margin-bottom: 2rem;
	}
	#main .sec01 .imgtext {
		margin-bottom: 3rem;
	}
	#main .sec01 .infoList li {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .sec01 .infoList li:last-child {
		margin-bottom: 0;
	}
	#main .sec01 .infoList .ttl {
		padding: 0 5rem 0.5rem;
		font-size: 2rem;
		background-size: 4rem auto,4rem auto;
	}
	#main .sec01 .infoList .ttl span {
		font-size: 4rem;
		vertical-align: -0.2rem;
	}
	#main .sec01 .infoList .textBox {
		border-radius: 1rem;
	}
	#main .sec01 .infoList .textBox .topTtl {
		padding: 1.5rem 0.5rem;
		font-size: 1.8rem;
	}
	#main .sec01 .infoList .imgBox {
		padding: 1.5rem 2rem 2.5rem;
	}
	#main .sec01 .infoList .imgBox .txt {
		margin-bottom: 1rem;
		min-height: fit-content;
	}
	#main .sec01 .infoList .imgBox .pho img {
		height: 15rem;
	}
}
/* sec02 */
#main .sec02 {
	padding: 45.2rem 0 15rem;
	background: #EDF3FB url(../img/management/sec02_photo01.png) no-repeat left top / 100% auto;
	border-radius: 6rem 6rem 0 0;
}
#main .sec02 .title {
	margin-bottom: 2.9rem;
	text-align: center;
	color: #003B94;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
#main .sec02 .text {
	margin-bottom: 7.5rem;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .sec02 .headLine02 {
	margin-bottom: 5.9rem;
	text-align: center;
}
#main .sec02 .photo {
	margin: 0 auto 8.2rem;
	width: 50rem;
}
#main .sec02 .newsList li {
	border-top: 1px solid #CCCCCC;
}
#main .sec02 .newsList li:last-child {
	border-bottom: 1px solid #CCCCCC;
}
#main .sec02 .newsList a {
	padding: 2.7rem 0 3.8rem;
	display: flex;
	flex-wrap: wrap;
	background: url(../img/common/icon07.png) no-repeat right center / 2.8rem;
}
#main .sec02 .newsList .no_link {
	padding: 2.7rem 0 3.8rem;
	display: flex;
	flex-wrap: wrap;

}
#main .sec02 .newsList .time {
	margin: 0.8rem 3rem 0 0;
	width: 10rem;
	letter-spacing: 0.1em;
	color: #666;
	font-family: "Outfit", sans-serif;
}
#main .sec02 .newsList .rTxt {
	flex: 1;
}
#main .sec02 .newsList .rTxt .ttl {
	margin-bottom: 1rem;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #003B94;
	line-height: 1.8;
}
#main .sec02 .newsList .rTxt .txt {
	letter-spacing: 0.1em;
	line-height: 1.75;
}
#main .sec02 .newsList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .sec02 {
		padding: 10rem 0 5rem;
		border-radius: 3rem 3rem 0 0;
	}
	#main .sec02 .title {
		margin-bottom: 2rem;
		font-size: 2.3rem;
	}
	#main .sec02 .text {
		margin-bottom: 3rem;
		text-align: left;
	}
	#main .sec02 .photo {
		margin-bottom: 4rem;
		width: 25rem;
	}
	#main .sec02 .photo img {
		width: 100%;
	}
	#main .sec02 .newsList a {
		padding: 1.6rem 3rem 1.6rem 0;
        background-image: url(../img/common/icon07_sp.png);
        background-size: 2.5rem auto;
		display: block;
	}
 #main .sec02 .newsList .no_link {
		padding: 1.6rem 3rem 1.6rem 0;
        background-size: 2.5rem auto;
		display: block;
	}
	#main .sec02 .newsList .time {
		margin: 0 1.5rem 1rem 0;
		width: auto;
		font-size: 1.2rem;
	}
	#main .sec02 .newsList .rTxt .ttl {
		margin-bottom: 0rem;
		font-size: 1.4rem;
	}
	#main .sec02 .newsList .rTxt .txt {
		font-size: 1.2rem;
	}
}
/* sec03 */
#main .sec03 {
	padding: 13.3rem 0 15rem;
}
#main .sec03 .headLine02 {
	margin-bottom: 5.7rem;
}
#main .sec03 .voiceList {
	margin-top: -8rem;
}
#main .sec03 .voiceList li {
	margin-top: 8rem;
	width: 30%;
}
#main .sec03 .voiceList .photoBox {
	margin-bottom: 1.5rem;
}
#main .sec03 .voiceList .photoBox .pho {
	margin: 0 auto 1.2rem;
	width: 18.1rem;
	border-radius: 50%;
	border: 1px solid #999;
}
#main .sec03 .voiceList .photoBox .info {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #003B94;
	line-height: 1.75;
}
#main .sec03 .voiceList .textBox {
	padding: 2.1rem 3rem 3.2rem;
	background-color: #EDF3FB;
	border-radius: 2rem;
}
#main .sec03 .voiceList .textBox .ttl {
	margin-bottom: 1.5rem;
	color: #003B94;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
#main .sec03 .voiceList .textBox .txt {
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
@media all and (min-width: 897px) {
	#main .sec03 .voiceList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media all and (max-width: 896px) {
	#main .sec03 {
		padding: 5rem 0;
	}
	#main .sec03 .voiceList {
		margin-top: 0;
	}
	#main .sec03 .voiceList li {
		margin: 0 0 3rem;
		width: auto;
	}
	#main .sec03 .voiceList .photoBox {
		margin-bottom: 1.5rem;
	}
	#main .sec03 .voiceList .photoBox .pho {
		width: 12rem;
	}
	#main .sec03 .voiceList .photoBox .info {
		font-size: 1.8rem;
	}
	#main .sec03 .voiceList .textBox {
		padding: 2rem 2rem;
		border-radius: 1rem;
	}
	#main .sec03 .voiceList .textBox .ttl {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
}