@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/philosophy/under_mv_pc.jpg) center center / cover no-repeat;
}

/* #underFv::after {
	content: "";
	width: 190px;
	height: 160px;
	background: url(../../img/philosophy/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

/* スローガン */
/* ----------------------------------- */
#slogan {
	padding-bottom: 100px;
	background: #edf3fc;
}
/* 
#slogan .inner {
	background: url(../../img/philosophy/philosophy_img1.png) right bottom no-repeat;
} */

#sloganTit {
	padding: 10px 0 40px;
	font-size: 3.8rem;
	font-weight: bold;
}

.sloganTxt {
	font-size: 2rem;
	line-height: 2.2;
}

.sloganTxt:not(:last-child) {
	padding-bottom: 1em;
}

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

#policyList {
	
}

#policyList li {
	padding: 0 0 0 30px;
	position: relative;
}

#policyList li:not(:last-child) {
	margin-bottom: 50px;
}

#policyList li::before {
	content: attr(data-num);
	width: 60px;
	height: 60px;
	background: #edf3fc;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #0d499e;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.8rem;
	border-radius: 100vw;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-weight: 500;
}

#policyList p {
	padding: 30px 40px;
	background: #edf3fc;
	font-size: 2.8rem;
	font-weight: 500;
}

/* ゼロへの挑戦 */
/* ----------------------------------- */
#zero {
	padding: 100px 0;
	background: #edf3fc;
}

#zeroImg {
	text-align: center;
}

#zeroImg img {
	max-width: 100%;
}

/* 経営目標 */
/* ----------------------------------- */
#objectives {
	padding-bottom: 100px;
	background: #edf3fc;
}

#objectivesWrap {
	padding: 50px;
	background: #FFF;
}

#objectivesWrap h3 {
	padding-bottom: 30px;
	font-size: 2.6rem;
	color: #0d499e;
	font-weight: bold;
}

.objectivesList li {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.objectivesList li:last-child {
	margin-bottom: 0;
}

.objectiveImg {
	width: 370px;
	aspect-ratio: 370 / 260;
	border-radius: 10px;
	overflow: hidden;
}

.objectiveImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.objective {
	flex: 1;
}

.objectiveNum {
	padding-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #0d499e;
	font-family: "Roboto Condensed", sans-serif;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.objectiveNum::after {
	content: "";
	width: 1px;
	height: 30px;
	background: #0d499e;
	background-size: contain;
	display: inline-block;
}

.objectiveTit {
	padding-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
}

.objectiveTxt {
	font-size: 1.6rem;
	line-height: 1.8;
}

#objectivesBtnWrap {
	margin-bottom: 30px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.swiperBtn {
	flex: 1;
}

#objectivesBtnWrap  .swiper-slide {
	width: max-content;
}

.swiper-button-prev {
	margin: 0;
	position: static;
	width: 50px;
	height: 50px;
	background: url(../../img/common/icon_slider_left.svg) 0 0 no-repeat;
	background-size: contain;
}

.swiper-button-prev::after {
	display: none;
}

.swiper-button-next {
	margin: 0;
	position: static;
	width: 50px;
	height: 50px;
	background: url(../../img/common/icon_slider_right.svg) 0 0 no-repeat;
	background-size: contain;
}

.swiper-button-next::after {
	display: none;
}

.objectivesBtn {
	width: max-content;
	padding: 10px 40px;
	font-size: 2rem;
	color: #0d499e;
	background: #FFF;
	border: 1px solid #0d499e;
	border-radius: 100vw;
	cursor: pointer;
}

.swiper-slide-thumb-active .objectivesBtn {
	color: #FFF;
	background: #0d499e;
}






/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/philosophy/under_mv_sp.jpg) center center / cover no-repeat;
	}

	#slogan {
		padding-bottom: 80px;
		background: #edf3fc;
	}
	
	#sloganTit {
		padding: 10px 0 20px;
		font-size: 6.6vw;
	}

	.sloganTxt {
		font-size: 1.8rem;
		line-height: 2;
	}

	#policy {
		padding: 80px 0;
	}

	#policyList p {
		padding: 20px 40px;
		font-size: 2rem;
	}

	#policyList li:not(:last-child) {
		margin-bottom: 20px;
	}

	#zero {
		padding: 80px 0;
	}

}