@charset "UTF-8";
body{
	background-color: #fafafa;
}
#nav-toggle span {
	background: #fff;
}
/*-----------------------------------------
タイトルフェードイン
----------------------------------------- */
.mainImage_l  {
  -webkit-animation-name: slideimage2;
  animation-name: slideimage2;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@-webkit-keyframes slideimage2 {
0% {
position: absolute;
left: -100vw;
}
100% {
	position: absolute;
left: 0;
}
}

/*--------------------------------------
スクロールボタン
--------------------------------------*/
.about_top_visual{
	position: relative;
	width:100%;
}
.about_top_visual2-1{
	width: 70%;
}
.about_top_visual2-2{
	width: 70%;
	margin: 0 0 0 auto;
}
.title_psi{
	position: absolute;
	top:150px;
	color: #333;
	z-index: 200;
	width: 30%;
}
.title_psi p{
	background-color: rgba(255,255,255,1);
	font-size: 1.5vw;
	padding: 10px 0;
	margin-left: 10%;
	text-align: center;
}
.btn_psi{
	z-index: 100;
	position: absolute;
    bottom: 60px;
	width: 100%;
}
.scroll{
	position: relative;
	display: inline-block;
	width: 100px;
	z-index: 100;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.concept_titile2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 220px;
	opacity: 0;
}
.sub_title{
	color:#fff;
}
.about_container{
	background-image: url(../../images/about/bg.png) ;
	background-size:cover;
}
.cancept_inner{
	max-width: 1024px;
	margin: 0 auto;
}

.concept_title{
	width: 100%;
	font-size: 1.4em;
	font-weight: 600;
	color: #272727;
	border-bottom: thin #000000 solid;
}
.concept_top{
	padding-bottom: 120px;
}
.concept_txt_top{
	width: 100%;
	font-size: 1em;
	line-height: 1.6;
	margin: 30px auto 50px;
	text-align: justify;
}
.concept_titile{
	font-size: 22px;
	margin-bottom: 30px;
}

.flex_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.concept_box{
	width: 49%;
    height: 715px;
	background-color: #fff;
    position: relative;
}
.concept_box h3{
	padding: 20px 20px 0;
	font-size: 18px;
	color:#333;
	text-align: center;
}
.concept_box_txt{
	padding: 10px 47px;
	text-align: justify;
	line-height: 2;
	font-size: 1.1em;
	color:#333;
}
.concept_h2{
	font-size: 2.1em;
	text-align: center;
}
.concept_txt{
	font-size: 1em;
	line-height: 2;
	text-align: justify;
	margin: 0 0 30px;
	margin-left: 7.5%;
	margin-right: 7.5%;
	color: #333;
}
.concept_txt:last-child{
	margin-bottom: 0;
}
.concept_txt1{
	font-size: 1.1em;
	line-height: 2;
	text-align: justify;
	width: 492px;
}
.concept_txt2{
	width: 100%;
	font-size:4vw;
	line-height: 2;
	text-align: justify;
	padding: 20px 0;
}

.main_copy_zone{
	width: 100%;
	height: auto;
	background-color: #fafafa;
}
.felx_box{
	display: flex;
	justify-content: space-between;
}
.txt_zone{
	margin-top:60px;
	background-color: #fff;
	padding: 50px;
}
.txt_zone2{
	    position: relative;
    background-color: #fff;
    margin-left: 7.5%;
    margin-right: 7.5%;
    padding-bottom: 20px;
}
.txt_zone3{
	position: relative;
	background-color: #fff;
	margin-left: 7.5%;
	margin-right: 7.5%;
	padding-bottom: 20px;
}

.main_copy{
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	padding-top:30px;
}
/*--------------------------------------
ボタン
--------------------------------------*/
.concept_btn{
	padding: 0 7.5%;
	background-color: #fafafa;
	padding-bottom: 60px;
}
.concept_box_btn{
    display: inline-block;
    width: 80%;
    text-align: center;
    border: solid thin #333;
    padding: 15px 0;
    position: absolute;
    left: 10%;
    height: 50px;
    margin-top: 10px;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
	border-radius: 2px;
}
.concept_box_btn:hover{
	background-image: none;
	background-color: #333;
	color: #fff;
	transition: 0.5s;
	border:  thin #333 solid;
	cursor: pointer;
}
.concept_box_btn::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.concept_box_btn:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.concept_sub_title{
	color: #866E3B;
    font-size: 1.4em;
	text-align: center;
}
.concept_border{
	text-align: center;
	margin: 5px 0;
}
.concept_txt2{
	text-align: justify;
	line-height: 2;
	padding-bottom: 90px;
	font-size: 16px;
}
.concept_footer_btn_zone{
	display: flex;
	justify-content: space-between;
}

.about_link{
	color: #0100FC;
	margin-bottom: 90px;
	display: inline-block;
	width: 30%;
	padding: 20px 0;
	text-align: center;
	color: #333;
	border:  thin #333 solid;
	position: relative;
	font-size: 16px;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
	border-radius: 2px;
}
.about_link2{
	margin-bottom: 40px !important;
}
.about_link:hover{
	background-image: none;
	background-color: #333;
	color: #fff;
	transition: 0.5s;
	border:  thin #333 solid;
	cursor: pointer;
}
.about_link::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.about_link:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.concept_tyousei4{
	margin-top: 30px;
}
@media screen and (min-width:769px) and ( max-width:1024px) {
   .cancept_inner{
	max-width: 700px;
}
}