@charset "utf-8";

/*===============================================
	title
===============================================*/

/*body {
	background: url("../images/about/bg.svg") no-repeat;
	background-size: 1200px auto;
	background-position: center top;
}*/
/*body {
	background: url("../images/about/bg.png") no-repeat;
	background-size: 1200px auto;
	background-position: center top;
}*/
main {
	background: url("../images/about/bg.svg") no-repeat;
	background-size: 1200px auto;
	background-position: center top;
}

#title {
	position: relative;
	margin-bottom: 120px;
	padding:90px 0 0;
}
#title h2 {
	margin-bottom: 220px;
	color: #FFF;
}
#title h2 span {
	color:#FFF;
}
#title .mainImg {
	position: absolute;
	top:15px;
	right: 0;
	width:400px;
}

@media screen and (max-width:900px){
/*body {
	background-size: 600px;
	background-position: 60% 75px;
}*/
main {
	background-size: 900px;
	background-position: 60% 0;
}
#title {
	margin-bottom: 70px;
	padding:70px 0 0;
}
#title h2 {
	margin-bottom: 100px;
	color: #FFF;
}
#title .mainTxt {
	width:60%;
	padding-top: 30px;
	font-size:0.9rem;
}

#title .mainImg {
	width:40%;
}
}
@media screen and (max-width:500px){
main {
	background-size: 600px;
	background-position: 60% 0;
}
#title h2 {
	margin-bottom: 130px;
}
#title .mainTxt {
	width:auto;
	padding-top:0;
}
}
@media screen and (max-width:400px){
main {
	background-size: 600px;
	background-position: 60% 0;
}
#title h2 {
	margin-bottom: 100px;
}
	
}
@media screen and (max-width:375px){
#title h2 {
	margin-bottom: 90px;
}
	
}


/*===============================================
	policy
===============================================*/

#policy {
	position: relative;
	margin: 0 auto 100px;
	padding:50px 0 20px;
	background-color: var(--main-bg2);
	text-align: center;
}
#policy h3 {
	margin: 0 0 50px;
	font-size:var(--main-h3);
	font-weight: 500;
	color:#999999;
}
#policy div {
	width:50%;
	margin: 0 auto;
}
#policy div p {
	margin: 0 0 40px;
	font-size:var(--main-txt);
	line-height: 1.8;
}
#policy div p.point {
	display: inline-block;
	margin: 0 auto 40px;
	font-size:1.2rem;
	font-weight: 500;
	line-height: 2.6;
	text-align: left;
}
#policy .ic {
	position: absolute;
	bottom: -60px;
	left: 30%;
	width:120px;
}

@media screen and (max-width:900px){
#policy {
	margin: 0 auto 70px;
}
#policy h3 {
	font-size:var(--main-h3-sp);
}
#policy div {
	width:90%;
}
#policy .ic {
	position: absolute;
	bottom: -30px;
	left: 2%;
	width:100px;
}
}

/*===============================================
	company
===============================================*/
#company {
	margin: 0 0 90px;
}
#company h3 {
	margin: 0 0 30px;
	padding-bottom: 15px;
	font-size:var(--main-h3);
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
}
#company h3 span {
	display: block;
	color:#8B8B8B;
	font-size:0.8rem;
}
#company dl {
	max-width:820px;
	margin: 0 auto 35px;
	display: flex;
	flex-flow: row wrap;
	font-size:0.95rem;
}
#company dl dt {
	width:20%;
	padding:15px 0;
	text-align: center;
	white-space: nowrap;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
}
#company dl dd {
	width:78%;
	padding:15px 0;
	line-height: 1.6;
	border-bottom: 1px solid #CCC;
}
#company dl dd span {
	
}
#company .privacy {
text-align: center;
}


@media screen and (max-width:900px){
#company dl {
	margin: 0 5% 35px;
	font-size:0.9rem;
}
#company dl dt {
	font-weight: 500;
}
#company dl dd {
}
}