/*--------------------------------------------------------------------------
   about
---------------------------------------------------------------------------*/
.about{
	overflow: hidden;
}

.about .head_ttl{
	background: #3F3B3A;
	color: #A6A6A7;
	font-size: 7.5rem;
	text-align: center;
	font-family: 'Century Gothic', sans-serif;
	height: 210px;
	margin-bottom: 50px;
	position: relative;
	letter-spacing: 8px;
}

.about .head_ttl:after{
	content:"";
	background: url("../../img/recruit/about/geometry_01.png") center;
	width: 100%;
	height: 1106.5px;
	background-size: auto 1106.5px;
	top: -385px;
	display: block;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.about .head_ttl h2{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.about_box .txt_box{
	margin-bottom: 40px;
}

.about_box .txt_box:last-child{
	margin-bottom: 0px;
}


.about_box .txt_box h4{
	font-size: 3.9rem;
}

.about_box .txt_box:first-child{
	margin-bottom: 60px;
}

.about_box .txt_box:first-child h3{
	font-size: 4.6rem;
	font-family: YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	color: #F9770F;
    line-height: 1.5;
    margin-bottom: 23px;
}

.about_box .txt_box:nth-child(2) h4,
.about_box .txt_box:nth-child(3) h4{
	color: #F9770F;
	font-size: 3.4rem;
}

.about_box .txt_box:nth-child(2) h3,
.about_box .txt_box:nth-child(3) h3{
	font-size: 3.7rem;
	line-height: 1.2;
	margin-bottom: 30px;
}


.about_box .txt_box p{
	line-height: 1.6;
	font-size: 1.8rem;
	margin-bottom: 10px;
	letter-spacing: -0.1px;
}

.about_box .txt_box .img_box{
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
	z-index: 1;
    position: relative;
}

.about_box .txt_box .img_box picture{
	margin-right: 10px;
}

.about_box .txt_box .img_box a picture{
	margin-right: 0px;
}

.about_box .txt_box .img_box img{
	height: auto;
	max-height: 371.5px;
}

.about_box .txt_box:nth-child(2) .img_box img{
	max-height: 100%;
}


.about #Sec01,
.about #Sec02,
.about #Sec02 .philosophy{
	position: relative;
}

.about #Sec02,
.about #Sec02 .philosophy{
	overflow: hidden;
}

.about #Sec02{
	padding-top: 120px;
}

.about #mvv{
}

.about #vision{
	margin-top: -120px;
    padding-top: 120px;
}

.about #Sec01 .about_box:after{
	content:"";
	background: url("../../img/recruit/about/geometry_02.png") no-repeat;
	width: 1869px;
	height: 1106.5px;
	background-size: 1869px 1106.5px;
    bottom: -53vw;
    display: block;
    position: absolute;
    left: -115%;
}


.about #Sec01 .about_box:before{
    content: "";
    background: url(../../img/recruit/about/geometry_03.png) no-repeat;
    width: 100%;
    height: 1106.5px;
    background-size: auto 1106.5px;
    bottom: -43vw;
    display: block;
    position: absolute;
    right: -53vw;
}

.about #Sec02:after{
	content:"";
	background: url("../../img/recruit/about/geometry_04.png") no-repeat;
	width: 100%;
	height: 1106.5px;
	background-size: auto 1106.5px;
	position: absolute;
	bottom: -25vw;
	display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



.about .philosophy{
	position: relative;
}

.about .philosophy:before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #F0EFF0;
	z-index: -1;
}

.about .philosophy h2{
	font-size: 3.9rem;
	padding: 40px 0 10px;
	letter-spacing: 1px;
}

.about .philosophy .txt_box h3{
	font-size: 2.6rem;
	position: relative;
	margin-bottom: 10px;
}

.about .philosophy .txt_box h3:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #3E3A39;
	top: 22px;
	left: -100.5%;
	padding-left: 2px;
}

.about .philosophy .txt_box:nth-child(3) .head{
	font-family: YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}

.about .philosophy .philosophy_box{
	display: flex;
	margin-bottom: 20px;
}

.about .philosophy .philosophy_box p.head{
	color: #F9770F;
	font-size: 5.1rem;
	font-weight: bold;
	margin-right: 20px;
	min-width: 260px;
	text-align: right;
	font-family: 'Century Gothic', sans-serif;
	line-height: 1.3;
}

.about .philosophy .philosophy_box .txt_box:nth-child(2) p.head{
	font-size: 5.6rem;
}

.about .philosophy .philosophy_box h4{
	font-size: 3.2rem;
}

.about .philosophy .txt_box:nth-of-type(1) h4{
	font-family: YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}

.about .philosophy .txt_box:last-child .philosophy_box:nth-child(5) .head{
	letter-spacing: -10px;
} 

.about .philosophy .philosophy_box .txt p{
	font-size: 1.9rem;
	letter-spacing: -0.1px;
}

@media screen and (max-width: 768px) {
	.about .head_ttl{
		font-size: 6.0rem;
	}

	.about_box .txt_box h4{
		font-size: 3.0rem;
	}

	.about_box .txt_box:first-child h3{
		font-size: 3.6rem;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.about_box .txt_box:nth-child(2) h3, .about_box .txt_box:nth-child(3) h3{
		line-height: 1.5;
		font-size: 2.6rem;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.about_box .txt_box .img_box img{
		margin-bottom: 10px;
	}

	.about_box .txt_box .img_box{
		display: block;
	}

	.about_box .txt_box .img_box a{
		width: 100%;
    	display: block;
    	text-align: center;
	}

	.about .philosophy h2{
		font-size: 3.2rem;
		padding: 30px 0 10px;
	}

	.about .philosophy h2{
		line-height: 1.2;
	}

	.about .philosophy .txt_box h3:before{
		top: 19px;
	}

	.about .philosophy .txt_box h3{
		font-size: 2.1rem;
	}

	.about .philosophy .philosophy_box p.head{
		font-size: 4.0rem;
	}

	.about .philosophy .philosophy_box h4{
		font-size: 2.6rem;
	}

	.about .philosophy .philosophy_box{
		display: block;
	}

	.about .philosophy .philosophy_box p.head{
		text-align: left;
	}

	.about .philosophy .philosophy_box h4{
	    line-height: 1.6;
	    font-size: 2.1rem;
	    letter-spacing: -0.5px;
	    margin-bottom: 5px;
	}

	.about #vision {
	    margin-top: -68px;
	    padding-top: 68px;
	}

	.about #Sec02{
		padding-top: 68px;
	}

	.about .philosophy h2{
		line-height: 1.5;
		font-size: 2.6rem;
		font-weight: bold;
	}

	.about_box .txt_box p{
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: justify;
	}

	.about .philosophy .philosophy_box .txt p{
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
