@charset "UTF-8";
.sp{
	display: none;
}

.nav > li:nth-child(2) > a{
	color: #A01F24;
}

.vision-wrapper{
	background-color: #fff;
	padding: 75px 0 100px;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
}

.vision-inner{
	max-width: 980px;
	margin: 0 auto;
	padding: 0 15px;
}

.vision-inner h2{
	/* text-align: center; */
	margin-bottom: 50px;
	
}


.vision-inner h2 span{
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #231815;
	border-bottom: 2px dotted #231815;
	padding-bottom: 5px;
}
.vision-inner h2.vc_ttl span:first-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: -0.2em;
    line-height: 1;
    display: block;
}
.vision-inner h2.vc_ttl span.sub_ttl {
	font-size: 21px;
	letter-spacing: 0.03em;	
    line-height: 1;
	padding-bottom: 5px;
/* 	font-weight: 500; */
	border-bottom: 2px dotted #231815;
}
.vc_list {
	margin-bottom: 50px;
}
.vc_list li:not(:first-child) {
	margin-top: 60px;
}
.vc_ttl {
	letter-spacing:0.15em;
	font-weight: 700 !important;
}
.vc_txt {
	font-size: 16px;
	line-height: 1.8;
}
.vision01_img{
	max-width: 800px;
	margin: 0 auto;
	margin: 100px auto;
}
.vision02_img{
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.vision_text_box{
margin-bottom: 30px;
}
.vision_text{
	text-align: justify;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 1.6em;
}
.vision_text_right{
	text-align: right;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
/*  */
.vision_movie {
	text-align: center;
	margin-top: 100px;
}
.vision_movie_box {
}
.vision_movie_box::before,
.vision_movie_box::after {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background: #000;
	margin: 0 auto;
}
.vision_movie_box::before {
	margin-bottom: 50px;
}
.vision_movie_box::after {
	margin-top: 50px;
}
.vision_movie_text {
	margin-top: 20px;
}
.sp-only{
	display: none;
}
.compass{
	background-image: url("../img/vision/about_back.jpg");
	background-size: cover;
	padding: 20px 0;
	margin-bottom: 50px;
}
.compass_wrap{
	background: rgb(254 254 255 / 74%);
	width: 93%;
	margin: 0px auto;
	padding: 40px;
	box-sizing: border-box;
}

@media screen and (max-width:768px){


	.vision-inner h2 span {
		font-size: 25px;
	}
	.vision-inner h2.vc_ttl span.sub_ttl {
		font-size: 17.5px;
	}
    .vc_ttl {
    	font-size: 25px !important;
    }
    .vc_txt {
    	font-size: 15px;
    }
	.vision_text {
		font-size: 15px;
		line-height: 1.5;
	}
	.vision_text_right {
		font-size: 15px;
		line-height: 1.5;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

@media screen and (max-width:500px){


	.sp-only{
		display: block;
	}

	.vision-inner h2 span {
		line-height: 2em;
	}

	.vision-inner h2 span {
		font-size: 22px;
	}
	.vision-inner h2.vc_ttl span.sub_ttl {
		font-size: 15.4px;
	}
	.vc_list {
		margin-bottom: 20px;
	}
	.vc_list li:not(:first-child) {
		margin-top: 40px;
	}
    .vc_ttl {
    	font-size: 20px !important;
    }

	.vision_text {
		font-size: 14px;
	}
	.vision_text_right {
		font-size: 14px;
	}
	.vision01_img {
		margin: 60px auto;
	}
	.compass_wrap{
		width: 95%;
		padding: 20px;
	}

}


