/*明朝設定*/
.min {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 700;
	color: #001317;
	transform: rotate(.03deg);
}

div.mds > p {
	font-size: 30px;
	text-align: center;
	line-height: 2;
	letter-spacing: 3px;
	padding: 116px 0px 120px;
}
/*****トップメッセージ*****/
section.maruyama {
	padding-bottom: 74px;
}
section.maruyama div.bg {
	background-image: url(../../images/recruit/about/back_1_pc.png);
	background-repeat: no-repeat;
	background-size: contain;
}
section.maruyama div > ul {
	display: flex;
	justify-content: space-between;
	width: 1080px;
	margin: 0 auto;
}
section.maruyama div div:nth-of-type(1) > ul {
	padding-top: 35px;
}
section.maruyama div > ul li p:nth-of-type(1) {
	font-size: 24px;
	color: #27B8DA;
	line-height: 2;
	letter-spacing: 4px;
	margin-bottom: 60px;
}
section.maruyama div > ul li p:nth-of-type(2) {
	font-size: 16px;
	font-weight: 500;
	color: #001317;
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph;
}
section.maruyama div > ul li {
	width: 516px;
	padding-bottom: 64px;
}
section.maruyama div > ul li img {
	width: 100%;
	height: auto;
}
/*私達と一緒に、成長しませんか*/
section.maruyama div div:nth-of-type(2) > ul {
	flex-direction: row-reverse;
}
section.maruyama div div:nth-of-type(2) > ul li p:nth-of-type(1) {
	margin-bottom: 37px;
}
section.maruyama div > ul li p:nth-of-type(3) {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	text-align: right;
	margin-top: 18px;
}
section.maruyama div > ul li p:nth-of-type(3) span {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-right: 16px;
}







/***** ＰＭＶＶ *****/
section.pmvv {
	padding-top: 180px;
}
section.pmvv h1.en_title {
    font-size: 24px;
}
section.pmvv h2.ja_title {
	font-size: 50px;
}
section.pmvv div.cont {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 0;
}

section.pmvv div.cont h3 {
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 60px;
	margin-top: 80px;
	position: relative;
}
section.pmvv div.cont h3::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	width: 120px;
	height: 120px;
	background-color: #F4FBFD;
}
section.pmvv div.cont h3 p {
	font-size: 30px;
	font-weight: 600;
	color: #001317;
	letter-spacing: 2.4px;
	z-index: 1;
}
section.pmvv div.cont h3 p span {
	font-size: 60px;
	color: #27B8DA;
}
section.pmvv div.cont > p {
	font-size: 30px;
	font-weight: 600;
	color: #001317;
	letter-spacing: 1.8px;
	margin-top: 20px;
	padding-left: 60px;
}
section.pmvv div.cont > p.sub {
	font-weight: 500;
}
section.pmvv div.cont > ol {
	margin-top: 30px;
	margin-bottom: 60px;
	padding-left: 60px;
}
section.pmvv div.cont > ol li {
	font-size: 26px;
	font-weight: 500;
	color: #001317;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 20px;
}

/*****代表の夢*****/
div.dream {
	background-image: url(../../images/recruit/about/back_2_pc.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 140px;
}
div.dream ol {
	width: 1030px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 100px;
	padding: 100px 0;
}
div.dream ol li p:nth-of-type(1) {
	font-size: 22px;
	font-weight: bold;
	color: #27B8DA;
	letter-spacing: 3px;
	padding-bottom: 20px;
}
div.dream ol li p:nth-of-type(2) {
	font-size: 16px;
	font-weight: bold;
	color: #001317;
	line-height: 2;
}
div.dream ol li p:nth-of-type(2) span {
	font-weight: 500;
}

div.dream li:nth-of-type(2) img {
	width: 655px;
	height: auto;
}

/*■■■■■■■■■■■■■■sp■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {
*{}
*{}
/*■■■■■■■■■■■■■■sp■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

div.mds > p {
	width: 90%;
	font-size: min(6vw,26px);
	padding: 40px 0px;
	margin: 0 auto;
}
/*****トップメッセージ*****/
section.maruyama {
	padding-bottom: 49px;
}
section.maruyama div.bg {
	background-image: url(../../images/recruit/about/back_1_sp.png);
	background-position: 0px 35px;
}
section.maruyama div > ul {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
}
section.maruyama div div:nth-of-type(1) > ul {
	padding-top: 0px;
}
section.maruyama div > ul li:nth-of-type(1) {
	width: 75%;
	margin: 0 auto;
}
section.maruyama div > ul li p:nth-of-type(1) {
	font-size: min(5vw,24px);
	margin-top: 36px;
	margin-bottom: 44px;
	letter-spacing: 0px;
}
section.maruyama div > ul li p:last-of-type {
	padding-bottom: 50px;
}
section.maruyama div > ul li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 0px;
}
section.maruyama div > ul li img {
	float: right;
	width: 90%;
	max-width: 600px;
}
/*私達と一緒に、成長しませんか*/
section.maruyama div div:nth-of-type(2) > ul {
	flex-direction: column-reverse;
}
section.maruyama div div:nth-of-type(2) > ul li p:nth-of-type(1) {
	margin-bottom: 32px;
}
section.maruyama div > ul li p:nth-of-type(3) {
	font-size: 24px;
	margin-top: 31px;
}
section.maruyama div > ul li p:nth-of-type(3) span {
	margin-right: 12px;
}
section.maruyama div div:nth-of-type(2) > ul li img {
	float: left;
}








/***** ＰＭＶＶ *****/
section.pmvv {
	padding-top: 80px;
}
section.pmvv h1.en_title {
    font-size: 16px;
}
section.pmvv h2.ja_title {
	font-size: 32px;
}
section.pmvv div.cont {
	max-width: max-content;
}

section.pmvv div.cont h3 {
	margin-top: 30px;
	height: 50px;
	padding-left: 20px;
}
section.pmvv div.cont h3::before {
	width: 50px;
	height: 50px;
}
section.pmvv div.cont h3 p {
	font-size: 16px;
	letter-spacing: 1.28px;
}
section.pmvv div.cont h3 p span {
	font-size: 32px;
}
section.pmvv div.cont > p {
	font-size: 16px;
	letter-spacing: 0.96px;
	padding-left: 20px;
	margin-top: 16px;
	line-height: 1.75;
}
section.pmvv div.cont > p.sub {
	font-size: 14px;
	margin-top: 10px;
}
section.pmvv div.cont > ol {
	margin-top: 16px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
section.pmvv div.cont > ol li {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 8px;
}

/*****代表の夢*****/
div.dream {
	background-image: url(../../images/recruit/about/back_2_sp.png);
	background-position: 0px 15px;
	margin-top: 60px;
}
div.dream ol {
	display: block;
	width: 90%;
	max-width: 600px;
	padding: 0px 0;
	margin: 0 auto 96px;
	text-align: center;
}
div.dream ol li p:nth-of-type(1) {
	font-size: 24px;
	padding-bottom: 28px;
}
div.dream ol li p:nth-of-type(2) {
	padding: 0px 0 32px;
}
div.dream ol li p:nth-of-type(2) span {
	margin-left: 24px;
	font-weight: 500;
}

div.dream li:nth-of-type(2) img {
	width: 100%;
	max-width: 600px;
}


/*■■■■■■■■■■■■■■sp■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■sp■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/