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

page-about-us.css　About us css

********************************************************************************/
/*============================================================
 commonカスタム
*============================================================*/

/*============================================================
 ページヘッダー
*============================================================*/
#page-about-us #page-header {
	background: url(../images/about-us/mainvisual-bg.jpg) no-repeat center center / cover;
	min-height: 1600px;
}
#page-about-us #page-header .page-title {
	margin-bottom: 364px;
}
#page-about-us #page-header .contents {
	letter-spacing: 0.1em;
	text-align: center;
}
#page-about-us #page-header .contents p {
	font-size: 22px;
	line-height: 2;
}
#page-about-us #page-header .contents .row01 {
	margin-bottom: 72px;
}
#page-about-us #page-header .contents .row01 h2 {
	font-weight: bold;
	font-size: 50px;
	position: relative;
	margin-bottom: 60px;
}
#page-about-us #page-header .contents .row01 h2:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	background: #fff;
	left: 50%;
	transform: translatex(-50%);
	bottom: -16px;
}
#page-about-us #page-header .contents .row01 p {
	font-weight: bold;
	font-size: 30px;
}
#page-about-us #page-header .contents .row02 {
	margin-bottom: 64px;
}

/*============================================================
 Our Vision
*============================================================*/
#page-about-us #sec-vision .inner {
	position: relative;
	z-index: 1;
}
#page-about-us #sec-vision .contents {
	width: 60%;
}
#page-about-us #sec-vision .contents p {
	line-height: 1.8;
	letter-spacing: 0.1em;
}
#page-about-us #sec-vision .contents p.lead {
	margin-bottom: 24px;
	line-height: 2;
	font-weight: bold;
}
#page-about-us #sec-vision .contents p.text {
	width: 83%;
}
#page-about-us #sec-vision .img {
	position: absolute;
	width: 50%;
	bottom: 0;
	right: -40px;
	z-index: -1;
}

/*============================================================
 Reason to Believe
*============================================================*/
#page-about-us #sec-reason .item {
	gap: 24px;
	margin-bottom: 24px;
}
#page-about-us #sec-reason .item:last-child {
	margin-bottom: 0;
}
#page-about-us #sec-reason .item .no {
	background: var(--common-color-main);
	color: #fff;
	width: 80px;
	height: 55px;
	line-height: 55px;
	padding-left: 14px;
	border-radius: 6px;
}

@media screen and (max-width: 1200px) {
	/*============================================================
	 ページヘッダー
	*============================================================*/
	#page-about-us #page-header {
		background-position: center bottom;
		min-height: initial;
		padding-bottom: 40px;
	}
	#page-about-us #page-header .page-title {
		margin-bottom: 180px;
	}
	
	/*============================================================
	 Our Vision
	*============================================================*/
	#page-about-us #sec-vision .contents {
		width: 100%;
	}
	#page-about-us #sec-vision .contents p.text {
		width: 68%;
	}
	#page-about-us #sec-vision .img {
		width: 30%;
		right: 20px;
		bottom: 28px;
	}
	
}

@media screen and (max-width: 1008px) {	
}

@media screen and (max-width: 767px) {
	/*============================================================
	 ページヘッダー
	*============================================================*/	
	#page-about-us #page-header .contents .row01 {
		margin-bottom: 48px;
	}
	#page-about-us #page-header .contents .row01 h2 {
		font-size: 28px;
	}
	#page-about-us #page-header .contents p {
		font-size: 18px;
	}
	
	/*============================================================
	 Our Vision
	*============================================================*/
	#page-about-us #sec-vision .contents p.text {
		width: 100%;
	}
	#page-about-us #sec-vision .contents p:nth-child(2) {
		margin-bottom: 16px;
	}
	#page-about-us #sec-vision .img {
		width: 240px;
		position: static;
		margin: 24px auto 0;
	}
	
	/*============================================================
	 Reason to Believe
	*============================================================*/
	#page-about-us #sec-reason .item .no {
		width: 60px;
		height: 44px;
		line-height: 44px;
	}
	#page-about-us #sec-reason .item .text {
		width: calc(100% - 84px);
	}
}

@media screen and (max-width: 480px) {
	#page-about-us #page-header .contents .row01 p {
		font-family: var(--common-font-family-sub);
	}
}


