

/*****************************

about__mv

******************************/

.about__mv{
	margin-bottom: 56px;
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-top: 80px;
}

.about__mv img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 78%;
}

@media screen and (max-width: 1023px) {
	.about__mv{
		margin-top: 72px;
	}

}


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

	.about__mv{
		margin-bottom: 15px;
		height: auto;
		margin-top: 54px;
	}


}


/*****************************

about__ttl

******************************/

.about__ttl h2{
	text-align: center;
	margin-bottom: 60px;
	font-size: 43px;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 58px;
	margin-right: 0px;
}


.about__ttl h2:first-letter{
	font-size: 64px;
	color: #00006E;
}

.about__ttl  i{
	width: 144px;
	display: block;
	margin: 0 auto -30px;
}

@media screen and (max-width: 767px) {
	.about__ttl h2{
		margin-bottom: 30px;
		font-size: 25px;
	}

	.about__ttl h2:first-letter{
		font-size:40px;
	}

	.about__ttl  i{
		width: 79px;
		margin: 0 auto -20px;
	}
}



/*****************************

about__cont

******************************/

.about__cont{
	position: relative;
	background: url(../img/about/bg.png) no-repeat 50% 50% / cover;
	padding: 100px 0 30px;
	margin-bottom: 115px;
}

.about__cont h3{
	position: absolute;
	font-weight: 100;
	font-style: italic;
	letter-spacing: .08em;
	font-size: 40px;
	top: -20px;
	left: 12%;
	color: #1E1E1E;
}

.about__cont h3::before{
	content: "";
	width: 1px;
	height: 32px;
	background-color: #707070;
	transform: rotate(15deg);
	display: inline-block;
	margin-right: 24px;
}

.about__cont__inner{
	display: flex;
	max-width: 837px;
	width: 90%;
	margin: 0 auto 56px;
}

.about__cont__inner:last-child{
	margin-bottom: 0;
}

.about__cont__inner > dl{
	width: 193px;
	flex: none;
	margin-right: 53px;
}

.about__cont__inner > dl dt{
	margin-bottom: 20px;
}

.about__cont__inner > dl dd small{
	font-weight: 500;
	font-style: italic;
	font-size: 18px;
	letter-spacing: .03em;
	display: block;
	text-align: center;
}

.about__cont__inner > dl dd em{
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .08em;
}

.about__cont__inner .txt{
	font-size: 16px;
	line-height: 1.56;
	font-weight: 600;
	color: #1E1E1E;
}

.about__cont__inner .txt p{
	margin-bottom: 30px;
}

.about__cont__inner .txt p .en{
	font-style: italic;
	font-weight: 500;
	letter-spacing: .02em;
	font-size: 18px;
}


.about__cont__inner .txt img{
	width: 241px;
	margin-left: 10px;
}

.about__cont__studio{
	background: #E6E6E6;
	padding-bottom: 60px;
	margin-bottom: 0;
}

.about__cont__studio__inner{
	position: relative;
	max-width: 672px;
	width: 72%;
	margin: 0 auto;
}

.about__cont__studio__inner .mes{
	position: absolute;
	width: 267px;
	height: 267px;
	background: url(../img/about/fuki.svg) no-repeat 50% 50% / contain;
	padding-top: 89px;
	padding-left: 50px;
	font-size: 16px;
	line-height: 1.56;
	font-weight: 600;
	right: -150px;
	top: -150px;
}

.about__cont__studio__inner  img{
	margin-bottom: 10px;
}

.about__cont__studio__inner .txt{
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
}

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

.about__cont__studio__inner .mes{
	position: absolute;
	width: 267px;
	height: 267px;
	background: url(../img/about/fuki.svg) no-repeat 50% 50% / contain;
	padding-top: 89px;
	padding-left: 50px;
	font-size: 16px;
	line-height: 1.56;
	font-weight: 600;
	right: -100px;
	top: -200px;
}


}


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

	.about__cont{
		padding: 40px 0 20px;
		margin-bottom: 72px;
	}

	.about__cont h3{
		font-size: 24px;
		top: -15px;
		left: 40px;
	}

	.about__cont h3::before{
		height: 22px;
		margin-right: 16px;
	}

	.about__cont__inner{
		display: block;
		margin: 0 auto 50px;
		width: 100%;
	}

	.about__cont__inner:last-child{
		margin-bottom: 0;
	}

	.about__cont__inner > dl{
		width: auto;
		margin: 0 auto 18px;
	}

	.about__cont__inner > dl dt{
		width: 131px;
		margin: 0 auto 15px;
	}

	.about__cont__inner > dl dd small{
		font-size: 12px;
		letter-spacing: .06em;
		margin-bottom: 4px;
	}

	.about__cont__inner > dl dd em{
		font-size: 18px;
	}

	.about__cont__inner .txt{
		font-size: 12px;
		line-height: 1.83;
		text-align: center;
	}

	.about__cont__inner .txt p{
		margin-bottom: 30px;
	}

	.about__cont__inner .txt p .en{
	    font-size: 13px;
		line-height: 1.1;
		display: inline-block;
    }

    .about__cont__inner .txt span.sp-m{
    	display: block;
    	height: 10px;
    }


	.about__cont__inner .txt img{
		width: 222px;
		margin-left: 0px;
		display: block;
		margin: 8px auto 0;
	}

	.about__cont__studio{
		padding-bottom: 40px;
		position: relative;
		margin-bottom: 0;
	}

	.about__cont__studio::before{
		content: "";
		width: 169px;
		height: 169px;
		background-color: #fff;
		border-radius: 50%;
		position: absolute;
		top: -20px;
		left: 40px;
	}

	.about__cont__studio__inner{
		width: 72%;
	}

	.about__cont__studio__inner .mes{
		position: static;
		width: auto;
		height: auto;
		background: none;
		padding-top: 0;
		padding-left: 0px;
		font-size: 12px;
		line-height: 1.5;
		width: 235px;
		margin: 0 auto 24px;
	}

	.about__cont__studio__inner  img{
		margin-bottom: 10px;
	}

	.about__cont__studio__inner .txt{
		font-size: 10px;
		margin: 0 5px;
	}



}

