* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, "Questrial", "Noto Sans JP", sans-serif;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	color: #3E3A39;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

picture {
	display: block;
	width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

a {
	color: #3E3A39;
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	cursor: pointer;
	opacity: 0.8;
}

.pc-none {
	display: none;
}

.sp-none {
	display: block;
}

.about {
	padding-top: min(4.1666666667vw, 60px);
	padding-bottom: min(6.9444444444vw, 100px);
}

.about__wrap {
	width: min(83.3333333333vw, 1200px);
	margin: min(3.4722222222vw, 50px) auto 0 auto;
}

.about__content {
	margin: min(3.4722222222vw, 50px) auto 0 auto;
}

.about__content-dl {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #b5b5b5;
}

.about__content-dt {
	width: 30%;
	font-size: min(1.3888888889vw, 20px);
	line-height: 3.33;
}

.about__content-dd {
	width: 70%;
	font-size: min(1.3888888889vw, 20px);
	line-height: 3.33;
}

.about__content-dd.--sub {
	width: 100%;
}

.about__content-wrap {
	width: 70%;
}

.about__content-link {
	text-decoration: underline;
}

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

.pc-none {
	display: block;
}

.sp-none {
	display: none;
}

.about {
	padding-top: min(12.8205128205vw, 50px);
	padding-bottom: min(20.5128205128vw, 80px);
}

.about__wrap {
	width: auto;
	margin-top: min(10.2564102564vw, 40px) auto 0 auto;
}

.about__content {
	margin: min(10.2564102564vw, 40px) auto 0 auto;
}

.about__content-dl {
	flex-direction: column;
	padding: min(3.5897435897vw, 14px) 0;
}

.about__content-dl:first-child {
	border-top: 1px solid #b5b5b5;
}

.about__content-dt {
	width: 100%;
	font-size: min(3.5897435897vw, 14px);
	line-height: 1.5;
}

.about__content-dd {
	width: 100%;
	font-size: min(3.5897435897vw, 14px);
	line-height: 1.5;
}

.about__content-wrap {
	width: 100%;
}

}

