@charset "UTF-8";
@media screen and (min-width: 1367px){
	.content {
		padding-top: 60px;
	}
}
.content {
	margin: auto;
	max-width: 1200px;
	width: 90%;
}
section.box {
    background: #E7E7E7 url(/recruit/asset/image/character/index/tri.png) no-repeat;
	background-position: 0 0;
	box-sizing: border-box;
	padding: 7% 4% 5%;
    position: relative;
}
section.box .inner {
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 5%;
}
section.box .inner figcaption {
	display: block;
	font-size: calc(32 / 1366 * 100vw);
	font-weight: bold;
	line-height: 1.4;
	margin-top: 0.5em;
}
section h3.tit {
	border-left: #005CA7 6px solid;
	box-sizing: border-box;
	font-size: calc(50 / 1366 * 100vw);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
	padding-left: 23px;
	position: relative;
}
section h3.tit:before {
	background: #2BA27C;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 0px;
	width: 10px;
}
figure img {
	display: block;
	margin: auto;
}
.text h4 {
	font-size: calc(38 / 1366 * 100vw);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
}
.text p {
	font-size: calc(30 / 1366 * 100vw);
	line-height: 1.7;
}
h2.hd-tit {
	font-size: calc(76 / 1366 * 100vw);
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
}
h2.hd-tit span {
	font-weight: bold;
}
h2.hd-tit span:nth-of-type(1){
	color: #1B973A;
}
h2.hd-tit span:nth-of-type(2){
	color: #E4011E;
}
h2.hd-tit span:nth-of-type(3){
	color: #023067;
}
h2.hd-tit span:nth-of-type(4){
	color: #F5A20B;
}
section.box h2 {
	color: #2BA27C;
	font-size: calc(42 / 1366 * 100vw);
	font-weight: bold;
	line-height: 1.4;
}
section.box h2 .strong {
	color: #3D3C3D;
	display: block;
	font-size: 1.75em;
	font-weight: bold;
}
.arr {
	width: 0;
 	height: 0;
 	border-style: solid;
 	border-top: 3vw solid transparent;
 	border-bottom: 3vw solid transparent;
 	border-left: 3vw solid #CECECE;
 	border-right: 0;
 	margin-top: 12%;
}
.f-sdgs01 {
	color: #E4011E;
}
.f-sdgs02 {
	color: #1B973A;
}
.f-sdgs03 {
	color: #C50E28;
}
.f-sdgs04 {
	color: #E83418;
}
.f-sdgs05 {
	color: #FABD00;
}
.f-sdgs06 {
	color: #970A31;
}
.f-sdgs07 {
	color: #EC6A06;
}
.f-sdgs08 {
	color: #F5A20B;
}
.f-sdgs09 {
	color: #D39206;
}
.f-sdgs10 {
	color: #407936;
}
.f-sdgs11 {
	color: #28A838;
}
.f-sdgs12 {
	color: #023067;
}
@media screen and (max-width: 1024px){
	section.box {
		background-size: 15%;
		padding: 10% 4% 5%;
	}
	h2.hd-tit {
		font-size: calc(85 / 1024 * 100vw);
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.text p {
		font-size: calc(32 / 1024 * 100vw);
	}
	section.box h2 {
		font-size: calc(45 / 1024 * 100vw);
	}
	section h3.tit {
		font-size: calc(55 / 1024 * 100vw);
		margin-bottom: 15px;
	}
	.text h4 {
		font-size: calc(38 / 1024 * 100vw);
	}
}