@charset "UTF-8";
/* ---------------------------------------- */
/*2022.3追加
/* ---------------------------------------- */
.movie{
	width: 100%;
}
.movie video{
	width: 100%;
	height: auto;
}
.sub-ttl{
	font-size: 1.2em;
	margin: 20px 0 10px;
}
.about_container{
	background-image: url(../../images/about/bg.png) ;
	 background-size:cover;
}

.about_inner{
	width: 100%;
	padding: 0 5%;
}
/*-----------------------------------------
タイトルフェードイン
----------------------------------------- */
.mainImage {
  -webkit-animation-name: slideimage;
  animation-name: slideimage;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@-webkit-keyframes slideimage {
0% {
position: absolute;
left: -100vw;
}
100% {
position: absolute;
left: 0;
}
}	
/*-----------------------------------------
slide-menu-btn スマホ用メニューボタン
----------------------------------------- */

#nav-toggle span {
	background: #fff;
}
/*-----------------------------------------
コンテンツ
----------------------------------------- */


/*-----------------------------------------
角留め、平留めについて
----------------------------------------- */
h1 {
    position: absolute;
    top: 22px;
    left: 5%;
    width: 140px !important;
	z-index: 11;
}
.sub_title {
    color: #fff;
    position: absolute;
    left: 5%;
    /* top: 13px; */
    top: 43px;
    font-size: 10px;
    letter-spacing: 0.1px !important;
	z-index: 10;
}
.about_top_visual{
	position: relative;
	text-align: center;
}
.title_psi{
	position: absolute;
	bottom:5%;
	color: #fff;
	z-index: 200;
	font-size: 2.5vw;
	width: 50%;
}
.title_psi p{
	font-size: 14px;
	padding-left: 10px;
	background-color: rgba(0,0,0,0.4);
}
.about_cnt1 h2{
	font-size: 4.6vw;
	text-align: center;
	padding: 40px 0 5px;
}
.about_cnt2 h2{
	font-size: 2.1rem;
	text-align: center;
	padding: 20px 0 0;
}
.about_sub_title{
	font-size: 1.4em;
	text-align: center;
	color: #866E3B;
}
.about_border{
	text-align: center;
	margin: 5px 0;
}
.about_txt{
	text-align: justify;
	margin-bottom: 20px;
	line-height: 2;
	padding-top: 30px;
}
.about_cnt1_img{
	margin-bottom: 30px;
}
.about_txt2{
	text-align: justify;
	line-height: 2;
	padding-bottom: 90px;
}

/*-----------------------------------------
...
----------------------------------------- */
.about_img2{
	margin-bottom: 50px;
}
.about_ctn{
	margin-top: 70px;
}
.about_ctn h3{
	font-size: 4.5vw;
     text-align: center;
    margin: 10px 0;
    font-weight: 600;
}

.about_ctn_r p{
	text-align: justify;
	line-height: 2;
	margin-bottom: 20px;
}
.about_link{
	color: #0100FC;
    margin-bottom: 90px;
    display: inline-block;
    width: 100%;
    padding: 8px 0 9px;
    text-align: center;
    color: #fff;
    /* background-image: url(../../images/about/bg.png); */
    border: thin #333 solid;
    position: relative;
    font-size: 16px;
    background-color: #333;
    border-radius: 4px;
}
.about_link2{
	margin-bottom: 40px !important;
}
.about_link:hover{
	background-image: none;
	background-image: url(../../images/about/bg.png);
	color: #333;
	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 #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.about_link:hover::after{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
.about_footer_btn_zone{
	padding: 35px 0;
}
.about_link3{
	color: #0100FC;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	padding: 8px 0 9px;
	text-align: center;
	color: #fff;
	border:  thin #333 solid;
	position: relative;
	font-size: 16px;
	background-color: #333;
    border-radius: 4px;
}
.about_link3:hover{
	background-image: none;
	background-color: #fff;
	color: #333;
	transition: 0.5s;
	border:  thin #333 solid;
	cursor: pointer;
	background-image: url(../../images/about/bg.png);
}
.about_link3::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.about_link3:hover::after{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
.last_bottom{
	margin-bottom:60px;
} 
.btn_tyousei{
	margin-top:40px;
}