@charset "UTF-8";
.inner{
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
/*---------------------------
top_sec
-----------------------------*/
.top_sec{
    height: auto;
}

.top_bg2{
	width: 100%;
	height: 100%;
	display: inline-block;
	-web-filter: grayscale(100%);
	filter: grayscale(100%);
	position: relative;
}

.main_visual_01{
	display: none;
}
.main_visual_02{
	width: 100%;
}

@keyframes slideInRight00 {

	0% {
    opacity: 0;
    transform: translateY(50px);
    }
    100% {
    opacity: 1;
    transform: translateY(0);
    }
}
.slideInRight00 {
  animation-name: slideInRight00;
  animation-duration: .5s;
	animation-timing-function:ease-in-out;
}

.index_copy {
	position: absolute;
	top:70%;
	left: 5%;
	width: 100%;
	display: none;
}

.index_copy h2 {
/*	background: rgba(255,255,255,.2);*/
	color: #fff;
	font-weight: 600;
	font-size: 2.6em;
/*	letter-spacing: .08em !important;*/
	display: inline-block;
	margin: 0 auto 5px;
	position: relative;
	z-index: 1;
	line-height: 1;
	  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.sub_copy{
	color: #fff;
	font-weight: 400;
	font-size: 1.3em;
	padding-left: 5px;
/*	letter-spacing: .1em !important;*/
	display: inline-block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	line-height: 1;
	  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.ds_block{
	display: block;
}
/*---------------------------
about_sec
-----------------------------*/
#about{
	display: inline-block;
/*	padding-top: 160px;*/
}
.about_sec{
	height: auto;
	position: relative;
	margin-bottom: 60px;
	margin-top: 40px;
}
.about_bg{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: -1;
}
.about_area{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	
}
.about_cnt{
	width: 100%;
}
.about_cnt_sp{
	width: 100%;
}
.about_sub_ttl{
	font-size: 1.2em;
	font-weight: 600;
	color: #b22222;
	position: relative;
	display: inline-block;
	letter-spacing: 0 !important;
	margin-bottom: 15px;
}
.about_sub_ttl::after{
	content: "";
    display: block;
    height: 1px;
    background-color: #b22222;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 172px;
    left: 105px;
}
/*
.about_sub_ttl::after {
    content: "";
    display: block;
    border-bottom: 3px solid #b22222;
    position: absolute;
    width: 50%;
    bottom: 6px;
	right: -5px;
}
.about_sub_ttl::before {
    content: "";
    display: block;
    border-bottom: 3px solid #b22222;
    position: absolute;
    width: 50%;
    bottom: 6px;
	left: -5px;
}
*/
.about_sub_ttl .arrow {
/*
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #b22222;
    border-right: 3px solid #b22222;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px;
*/
}


.about_ttl{
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 15px;
}
.about_txt{
	width: 100%;
	margin-bottom: 20px
}
.about_img{
	width: 60%;
	margin: 0 auto;
}

/*---------------------------
strong_sec
-----------------------------*/
.strong_sec{
	width: 100%;
	margin-bottom: 40px;
}
.strong_area{
	
}
.strong_cnt{
	width: 100%;
	background:#656565;
}
.strong_cnt02{
	width: 90%;
	height: 100%;
	padding: 5%;
	position: relative;
	box-shadow: 0 5px 4.8px 0.3px rgba(66,135,150,.12);
	background: #fff;
	margin: 0 auto;
	position: relative;
	top:-20px;
}
.strong_img_area {
  width: 100% ;
}
.strong_img {
	width : 100%;
	height: auto;
	background-color:#969696;
}
.strong_ttl{
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 5px;
}
.strong_ttl span{
	font-size: .7em;
	font-weight: 600;
	margin-bottom: 10px;
	color: #979797;
	letter-spacing: .02em;
}

.strong_txt{
	margin-bottom: 20px;
	font-size: 1em
}


/*---------------------------
works_sec
-----------------------------*/
.works_sec{
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	margin-bottom: 60px;
	text-align: center;
}
.works_area{
	width: 100%;
	margin: 0 auto;
	background: #C9C9C9;
	margin-bottom: 60px;
}
.index_sub_ttl{
	color:#999999;
	font-weight: 600;
	letter-spacing: 0 !important;
	font-size: .8em;
	text-align: center;
}
.index_sub_ttl{
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	color: #b22222;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
}
.index_sub_ttl::after {
    content: "";
    display: block;
    border-bottom: 3px solid #b22222;
    position: absolute;
    width: 50%;
    bottom: 6px;
	right: -5px;
}
.index_sub_ttl::before {
    content: "";
    display: block;
    border-bottom: 3px solid #b22222;
    position: absolute;
    width: 50%;
    bottom: 6px;
	left: -5px;
}
.index_sub_ttl .arrow {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #b22222;
    border-right: 3px solid #b22222;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px;
}
.works_h2{
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
.works_h2 span{
	font-size: .6em;
	display: none;
}
.works_cnt{
	margin: 0 auto;
	
}
.works_ttl{
	text-align: center;
	position: relative;
	top:-20px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 600;
	text-align-last: center;
}
.works_icon{
	width: 30%;
	margin: 0 auto;
}
.works_txt{
	margin-bottom: 20px
}
.movie_sec{
	background: #939393;
	height: 400px;
}

.btn{
	text-align: center;
}

.works_a{
	width: 90% !important;
}


/*----------------------------------------- 
news_sec
----------------------------------------- */
.news_sec{
	height: auto;
	position: relative;
	padding: 16px 0;
	margin: 40px auto 40px;
}
.news_area{
	width: 100%;
	height: auto;
	position: relative;
}
.news_h2{
	font-size: 1.6em;
	font-weight: 600;
}
.news_inner{
	width: 100%;
	max-width: 980px;
	height: auto;
	z-index: 10;
	margin: 0 auto;
	padding: 3%;
	position: relative;
}
.newst_name,.news_position{
	font-size: 1.4em;
	font-weight: 600;
	color: #285FAD;
}
.newst_name{
	margin-top: 40px;
}
.news_position{
	margin-bottom: 60px;
}
.news_inner h2{
	margin-bottom: 40px;
	text-align: center;
}
.news_inner p{
	text-align: justify;
	font-size: 1.4em;
	letter-spacing: .08em;
	line-height: 1.8;
}
.news_li{
	padding:4% 2%;
	border-bottom: thin solid #949494;
}
.news_li:nth-child(1){
	border-top: thin solid #949494;
}
.news_date{
	max-width: 70px;
	width: 50%;
    display: inline-block;
	font-weight: 600;
	margin-bottom: 5px;
}
.news_new{
	padding: 2px 5px;
	color: #fff;
	font-weight: 700;
	background: #8D0103;
	display: inline-block;
	margin-bottom: 10px;
}
.news_cnt{
	text-align: justify;
}
.cnt_margin{
	display: inline-block;
	margin-left: 150px;
}
.YouTube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 40px;
}

.YouTube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.news_li{
	position: relative;
}
.news_li a{
	display: inline-block;
	width: 100%;
}

/*
.news_cnt::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
.more_new{
	color: #727272;
}
.newsBtn{
	margin-top: 40px;
}
/*--------------------------------------
左右上下フェードイン
--------------------------------------*/
.fadein {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 600ms;
    }

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

.fadein2 {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 600ms;
    }
.fadein2.scrollin2 {
    opacity : 1;
    transform : translate(0, 0);
    }

.fadein3 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 600ms;
    }
.fadein3.scrollin3 {
    opacity : 1;
    transform : translate(0, 0);
    }