@charset "utf-8";


#about #mv{
	position: relative;
	padding-top: 27.3%;
	background: url("../img/about/about_mv.png") no-repeat center center / cover;
	overflow-x: hidden;
}
#about #mv h1{
	top: 110px;
}

#about .about_wrap{
	background-image: url("../common/img/kasou_bg-l.png"), url("../common/img/kasou_bg-r.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	margin-top: -100px;
    padding-top: 100px;
}

#about .about_wrap > .inner > p{
	font-size: 2rem;
	line-height: 2.425;
	color: #036eb7;
	margin-bottom: 85px;
}

#about .about_wrap #section01,
#about .about_wrap #section02,
#about .about_wrap #section03{
	position: relative;
}
#about .about_wrap #section01 h2,
#about .about_wrap #section02 h2,
#about .about_wrap #section03 h2{
	font-size: 4rem;
	color: #036eb7;
}
#about .about_wrap #section01 p,
#about .about_wrap #section02 p,
#about .about_wrap #section03 p{
	font-size: 1.8rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
#about .about_wrap #section01 span,
#about .about_wrap #section03 span{
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
	font-feature-settings: "palt";
}

#about .about_wrap #section01{
	padding: 60px 0 40px;
	background-image: url("../img/about/bg_01.png");
	background-repeat: no-repeat;
	background-position: calc(50% + 201px) 60px;
	margin-bottom: 125px;
	overflow-x: hidden;
}
#about .about_wrap #section01 .inner{
	min-height: 420px;
}
#about .about_wrap #section01 h2{
	margin: 0 0 65px 60px;
}
#about .about_wrap #section01 p{
	width: 560px;
	margin: 0 0 5px 60px;
}
#about .about_wrap #section01 span{
	width: 560px;
	margin: 0 0 0 60px;
}
#about .about_wrap #section01 .photo{
	width: 780px;
	line-height: 0;
	position: absolute;
	left: calc(50% + 175px);
	top: 0;
	margin-right: -175px;
}

#about .about_wrap #section02{
	background-image: url("../img/about/bg_02.png"), url("../img/about/bg_03.png");
	background-repeat: no-repeat, no-repeat;
	background-position: calc(50% - 230px) top, calc(50% + 230px) 1400px;
	margin-bottom: 70px;
	padding-top: 40px;
}
#about .about_wrap #section02 h2{
	margin: 0 0 25px 60px;
}
#about .about_wrap #section02 h3{
	line-height: 0;
	margin-bottom: 25px;
}
#about .about_wrap #section02 .about_box{
	margin-left: 60px;
}
#about .about_wrap #section02 .about_box p{
	width: 880px;
}
#about .about_wrap #section02 .about_box01 ul{
	margin: 110px 0 0;
}
#about .about_wrap #section02 .about_box01 ul li{
	line-height: 0;
}
#about .about_wrap #section02 .about_box01 ul li:nth-child(1){
	margin-bottom: 65px;
}
#about .about_wrap #section02 .about_box01 ul li:nth-child(2){
	margin-bottom: 55px;
}
#about .about_wrap #section02 .about_box02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 35px;
}
#about .about_wrap #section02 .about_box02 ul li{
	width: 190px;
	line-height: 0;
	margin: 0 40px 30px 0;
}
#about .about_wrap #section02 .about_box02 ul li:nth-child(4n),
#about .about_wrap #section02 .about_box02 ul li:last-child{
	margin-right: 0;
}

#about .about_wrap #section03{
	background-image: url("../img/about/bg_04.png");
	background-repeat: no-repeat;
	background-position: calc(50% - 230px) top;
	position: relative;
	padding: 15px 0 245px;
	min-height: 484px;
}
#about .about_wrap #section03 h2{
	margin: 0 0 42px 90px;
	line-height: 1.7;
}
#about .about_wrap #section03 p{
	width: 275px;
	margin: 0 0 70px 60px;
}
#about .about_wrap #section03 span{
	width: 275px;
	margin: 0 0 0 60px;
}
#about .about_wrap #section03 .image03{
	position: absolute;
	top: 20px;
	left: calc(50% - 115px);
	line-height: 0;
}

@media screen and (max-width: 1320px){
	#about .inner{
		width: auto;
	}
	
	#about #mv{
		margin-top: -50px;
	}
	#about #mv h1{
		top: 32%;
		font-size: 3.8rem;
	}	
	#about #mv h1 .inner{
		width: calc(67vw + 96px);
	}
	
	#about .about_wrap > .inner > p{
		margin-left: 7%;
	}
	
	#about .about_wrap #section01 h2,
	#about .about_wrap #section02 h2,
	#about .about_wrap #section03 h2{
		font-size: 3.5rem;
	}
	#about .about_wrap #section01 span,
	#about .about_wrap #section03 span{
		font-size: 1.2rem;
	}
	#about .about_wrap #section01{
		background-position: 1% 60px;
	}
	#about .about_wrap #section01 h2{
		margin-bottom: 5%;
		margin-left: 13%;
	}
	#about .about_wrap #section01 p{
		width: 48%;
		margin: 0 0 10px 9%;
	}
	#about .about_wrap #section01 span{
		width: 48%;
		margin-left: 9%;
	}
	#about .about_wrap #section01 .photo{
		width: 40%;
		left: calc(50% + 125px);
	}
	
	#about .about_wrap #section02{
		background-position: calc(50% - 230px) top, 45px 1400px;
	}
	#about .about_wrap #section02 h2{
		margin-left: 7%;
	}
	#about .about_wrap #section02 .about_box{
		margin-left: 7%;
		margin-right: 70px;
	}
	#about .about_wrap #section02 .about_box p{
		width: auto;
		max-width: 880px;
	}
	#about .about_wrap #section02 .about_box01 ul{
		margin-left: 0;
	}
	#about .about_wrap #section02 .about_box02 ul{
		width: 92%;
		max-width: 880px;
	}
	#about .about_wrap #section02 .about_box02 ul li{
		width: 22%;
		margin-right: 4%;
	}
	
	#about .about_wrap #section03{
		background-position: -350px top;
		padding-top: 5px;
	}
	#about .about_wrap #section03 h2{
		margin-left: 200px;
	}
	#about .about_wrap #section03 p{
		margin-left: 100px;
	}
	#about .about_wrap #section03 .image03{
		top: 3%;
		left: calc(50% - 95px);
	}
	#about .about_wrap #section03 .image03 img{
		width: 80%;
	}	
	#about .about_wrap #section03 span{
		margin-left: 100px;
		width: 29%;
	}
}

@media screen and (max-width: 767px){
	#about .inner{
		width: 90%;
		margin: auto;
	}
	
	#about #mv{
		margin-top: 50px;
		padding-top: 44.4%;
    	background: url(../img/about/sp/about_mv.png) no-repeat center top / cover;
	}
	#about #mv h1{
		font-size: 7.47vw;
		top: 30%;
		margin-left: 0;
	}
	#about .about_wrap > .inner > p{
		font-size: 4vw;
		line-height: 2.17;
		margin-bottom: 30px;
		margin-left: 0;
	}
	
	#about .about_wrap{
		background: none;
		margin-top: 0;
		padding-top: 0;
	}
	
	#about .about_wrap #section01 h2,
	#about .about_wrap #section02 h2,
	#about .about_wrap #section03 h2{
		font-size: 6vw;
		line-height: 1.5;
	}
	#about .about_wrap #section01 p,
	#about .about_wrap #section02 p,
	#about .about_wrap #section03 p{
		font-size: 3.73vw;
		line-height: 2;
	}
	#about .about_wrap #section01 span,
	#about .about_wrap #section03 span{
		font-size: 3.73vw;
    	line-height: 2;
	}
	
	#about .about_wrap #section01{
		background: none;
		padding: 0 0;
		margin-bottom: 40px;
	}
	#about .about_wrap #section01 .inner{
		width: 100%;
	}
	#about .about_wrap #section01 .photo{
		width: 100%;
		position: static;
		margin-bottom: 45px;
	}
	#about .about_wrap #section01 h2{
		width: 90%;
		margin: 0 auto 25px;
	}
	#about .about_wrap #section01 h2::before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 15vw;
		height: 12.27vw;
		background: url("../img/about/sp/num_01.svg") no-repeat center center / cover;
		margin-right: 15px;
		margin-top: -5px;
	}
	#about .about_wrap #section01 p{
		width: 90%;
		margin: 0 auto;
	}
	#about .about_wrap #section01 span{
		display: block;
		width: 90%;
		margin: auto;
	}
	
	#about .about_wrap #section02{
		background-image: url("../img/about/sp/bg_02.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		margin-bottom: 40px;
	}
	#about .about_wrap #section02 .about_box{
		margin: auto;
	}
	#about .about_wrap #section02 .about_box p{
		width: auto;
	}
	#about .about_wrap #section02 h2{
		margin: 0 auto 20px;
	}
	#about .about_wrap #section02 h2::before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 17.6vw;
		height: 12.27vw;
		background: url("../img/about/sp/num_02.svg") no-repeat center center / cover;
		margin: 10px 15px 0 0;
		float: left;
	}
	#about .about_wrap #section02 h3{
		width: 100%;
		margin-bottom: 20px;
	}
	#about .about_wrap #section02 .about_box01 ul{
		width: 100%;
		margin: 40px 0 0;
	}
	#about .about_wrap #section02 .about_box01 ul li:nth-child(1){
		margin-bottom: 30px;
	}
	#about .about_wrap #section02 .about_box01 ul li:nth-child(2){
		margin-bottom: 35px;
	}
	#about .about_wrap #section02 .about_box02 ul{
		width: 100%;
		margin-top: 20px;
		justify-content: space-between;
	}
	#about .about_wrap #section02 .about_box02 ul li{
		width: 42vw;
		margin: 0 0 20px 0;
	}
	#about .about_wrap #section02 .about_box02 ul li:nth-last-child(2),
	#about .about_wrap #section02 .about_box02 ul li:last-child{
		margin-bottom: 0;
	}
	
	#about .about_wrap #section03{
		background-image: url(../img/about/sp/bg_04.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		padding: 30px 0 40px;
	}
	#about .about_wrap #section03 .inner{
		width: auto;
	}
	#about .about_wrap #section03 h2{
		width: 90%;
		margin: 0 auto 15px;
	}
	#about .about_wrap #section03 h2::before{
		display: inline-block;
		content: "";
		width: 16.7vw;
		height: 12.27vw;
		background: url("../img/about/sp/num_03.svg") no-repeat center center / cover;
		float: left;
		margin: 10px 15px 0 0;
	}
	#about .about_wrap #section03 p{
		width: 90%;
		margin: auto;
	}
	#about .about_wrap #section03 span{
		display: block;
		width: 90%;
		margin: auto;
	}
	#about .about_wrap #section03 .image03{
		position: static;
		margin-top: -5px;
	}
	#about .about_wrap #section03 .image03 img{
		width: 100%;
	}
}