@charset "UTF-8";
/* CSS Document */

#about-fv {
	width: calc( 311 / 375 * 100vw);
	margin: 150px auto;
}
@media screen and (min-width: 960px) {
	#about-fv {
		width: calc( 546 / 1920 * 100vw);
		margin: 180px auto;
	}
}
.about-title {
	padding: 30px 0px 15px 0px;
	color: #399D26;
	font-size: 32px;
	border-bottom: 1px solid #CFCFCF;
}
@media screen and (min-width: 960px) {
	.about-title {
		font-size: 36px;
		padding: 50px 0px 20px 0px;
	}
}

.about-sub-title {
	padding-top: 15px;
	font-size: 12px;
}
@media screen and (min-width: 960px) {
	.about-sub-title {
		padding-top: 20px;
	}
}
.about-name {
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding: 40px 0;
	font-size: 16px;
}
@media screen and (min-width: 960px) {
	.about-name {
		padding-top: 130px;
		font-size: 16px;
	}
}
.about-text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 2px;
	line-height: 25px;
}
@media screen and (min-width: 960px) {
	.about-text {
		letter-spacing: 3px;
		line-height: 35px;
	}
}
/**********************************************
	Skill
***********************************************/
#about-skill {
	width: 100%;
    background-image: url("../img/about-bg.png");
    background-repeat: repeat;
	background-size: 40%;
    z-index: -1;
}
@media screen and (min-width: 960px) {
	#about-skill {
		background-size: 15%;
	}
}
.about-skill-content {
	width: calc( 311 / 375 * 100vw);
	margin: 150px auto;
	padding: 80px 0;
}
@media screen and (min-width: 960px) {
	.about-skill-content {
		width: calc( 1114 / 1920 * 100vw);
	}
}
.about-skill {
	margin-top: 80px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 960px) {
	.about-skill {
		display: flex;
		justify-content: space-between;
	}
}

.about-skill-text-content {
	margin-top: 30px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.about-skill-title {
	font-size: 16px;
	margin-bottom: 20px;
}
@media screen and (min-width: 520px) {
	.about-skill-title {
		font-size: 18px;
	}
}

.about-skill-title > span {
	font-size: 12px;
	padding-right: 10px;
}

.about-skill-img {
	width: calc( 249.09 / 375 * 100vw);
	margin: 0 auto;
}
@media screen and (min-width: 520px) {
	.about-skill-img {
		width: calc( 200.09 / 375 * 100vw);
	}
}
@media screen and (min-width: 960px) {
	.about-skill-img {
		width: calc( 300.25 / 1114 * 100%);
		aspect-ratio: 300.25 / 223;
		
	}
	.about-skill-img > img {
		object-fit:contain;
	}
}
@media screen and (min-width: 960px) {
	.about-skill-text-content {
		width: calc( 641 / 1114 * 100%);
	}
}
.about-skill > p {
	margin: 50px 0 30px 0;
}

.about-skill-text {
	letter-spacing: 2px;
	line-height: 25px;
}
@media screen and (min-width: 960px) {
	.about-skill-text {
		padding-top: 15px;
		letter-spacing: 3px;
		line-height: 28px;
	}
}

/**********************************************
	強み
***********************************************/
.about-strength {
	margin-top: 80px;
}
.about-strength-content {
	margin-top: 80px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.about-strength-title {
	font-size: 16px;
}
@media screen and (min-width: 960px) {
	.about-strength-title {
		font-size: 18px;
	}
}
.about-strength-title > span {
	font-size: 12px;
	padding-right: 10px;
}
.about-strength-text {
	padding-top: 25px;
	letter-spacing: 2px;
	line-height: 25px;
}
@media screen and (min-width: 960px) {
	.about-strength-text {
		letter-spacing: 3px;
		line-height: 28px;
	}
}