@charset "UTF-8";


/* ---------------------------------------- */
/*top_nav
/* ---------------------------------------- */
.order_titile{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 180px;
	opacity: 0;
}

.top_ul_position{
	position: absolute;
	top:10px;
	right: 120px;
	background-color: rgba(0,0,0,0.4)
}
.top_nav{
	width: 720px;
	display: flex;
	justify-content: space-between;
	
}
.top_nav li{
	margin: 20px 0;
}
.top_nav li a{
	color: #fff;
	font-size: 1em;
	z-index: 1;
	letter-spacing:2px;

}
.top_nav li a {
/*  display: block;*/
  padding: 0 0 8px;
  position: relative;
  text-decoration: none;
}
.top_nav li a::before,
.top_nav li a::after {
  border-bottom: solid 1px #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.top_nav li a::before {
  left: 50%;
}
.top_nav li a::after {
  right: 50%;
}
.top_nav li a:hover::before,
.top_nav li a:hover::after {
  width: 50%;
}
.top_nav li a:hover{
	color: #C7C7C7;
}

/*-----------------------------------------
slide-menu-btn スマホ用メニューボタン
----------------------------------------- */
#nav-toggle span {
	background: #fff;
}
.sub_title{
	color: #fff;
}
.about_container{
	background-image: url(../../images/about/bg.png) ;
	 background-size:cover;
	padding-bottom: 100px;
}

.about_inner{
	max-width: 1024px;
	margin: 0 auto;
}
@media screen and (min-width:769px) and ( max-width:1024px) {
   .about_inner{
	width: 700px;
}
}
/*-----------------------------------------
タイトルフェードイン
----------------------------------------- */
.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;
}
}	
/*-----------------------------------------
制作について
----------------------------------------- */
.about_top_pc{
	padding-top: 50px;
	margin-bottom: 180px;
}
.about_top_txt_pc{
/*	width: 45%;*/
}
.about_top_img_pc{
	margin-top: 98px;
}
.about_top_visual{
	position: relative;
	text-align: center;
	width: 100%;
}
.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%;
}
.about_cnt1 h2{
	font-size:3rem;
	text-align: center;
	padding: 40px 0 5px;
}
.about_cnt2 h2{
	font-size: 2.1em;
	text-align: center;
	padding: 20px 0 0;
}
.about_sub_title{
	color: #866E3B;
    font-size: 1.4em;
	text-align: center;
}
.about_border{
	text-align: center;
	margin: 5px 0;
}
.about_txt{
	text-align: justify;
	margin: 10px 0 40px;
	line-height: 2;
	font-size: 16px;
}

.about_txt2{
	text-align: justify;
	line-height: 2;
	padding-bottom: 90px;
	font-size: 16px;
}
/*-----------------------------------------
ボタンボックス
----------------------------------------- */
.btn_box{
	display: flex;
	justify-content: space-between;
}
.db{
	display: block;
	width: 30% !important;
}
/*-----------------------------------------
コンテンツ
----------------------------------------- */

.about_ctn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 150px;
}
.about_ctn_r{
	width: 45%;
	height: auto;
}
.about_img{
	width: 45%;
	height: auto;
}
.about_ctn_r h3{
	font-size: 2.5rem;
}
.about_ctn_r p{
	text-align: justify;
	line-height: 2;
	font-size: 16px;
	margin-top: 15px;
}

/*-----------------------------------------
ボタン
----------------------------------------- */

.about_link{
	color: #0100FC;
	margin-bottom: 90px;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #333;
	background-image: url(../../images/about/bg.png);
	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;
}
.about_link3{
	color: #0100FC;
	margin-bottom: 90px;
	display: inline-block;
	width: 30%;
	padding: 20px 0;
	text-align: center;
	color: #333;
	background-image: url(../../images/about/bg.png);
	border:  thin #333 solid;
	position: relative;
	font-size: 16px;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
	border-radius: 2px;
}
.about_link3:hover{
	background-image: none;
	background-color: #333;
	color: #fff;
	transition: 0.5s;
	border:  thin #333 solid;
	cursor: pointer;
}
.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 #333;
	border-right: 1px solid #333;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.about_link3:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/*-----------------------------------------
PC_ボタン
----------------------------------------- */

/*
.about_footer_btn_zone{
	display: flex;
	justify-content: space-between;
}
.about_footer_btn{
	margin-bottom: 0 !important;
	width: 30%;
}*/
/*-----------------------------------------
PC_ボタン
----------------------------------------- */

.about_footer_btn_zone{
	display: flex;
	justify-content: space-between;
}
.about_footer_btn{
	margin-bottom: 0 !important;
	width: 30%;
}
.order_h2{
	font-size:3rem;
	text-align: center;
	padding: 40px 0 5px;
}
.copyright{
	    z-index: 20;
    position: absolute;
    left: 50px;
    bottom: 30px;
    font-size: 1em;
    color: #333;
    z-index: 100;
}
.container{
height: 100%;
	width: 100%;
}