@charset "UTF-8";
.inner{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 16px;
}
/*---------------------------
top_sec
-----------------------------*/
.top_sec{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.top_bg2{
	width: 100%;
	height: 100%;
	max-height: 100vh;
	position: relative;
}

.main_visual_01{
	width: 100%;
	-web-filter: grayscale(100%);
	filter: grayscale(100%);
}
.main_visual_01::before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	display: inline-block;
}
.main_visual_02{
	display: none;
}


@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:40%;
	left: 7%;
	width: 100%;
	display: none;
}

.index_copy h2 {
/*	background: rgba(255,255,255,.2);*/
	color: #fff;
	font-weight: 600;
	font-weight: w4;
	font-size: 5em;
	padding: 10px 30px;
/*	letter-spacing: .08em !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;
}

.sub_copy{
	color: #fff;
	font-weight: 400;
	font-size: 2.2em;
	padding: 5px 30px 0 35px;
	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: 10%;
}
.about_sec{
	height: auto;
	position: relative;
	margin-bottom: 120px;
}
.about_bg{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	z-index: -1;
}
.about_area{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 16px;
	
}
.about_cnt{
	width: 50%;
}
.about_sub_ttl{
	font-size: 1.4em;
	font-weight: 700;
	-webkit-font-weight: w4;
	margin-bottom: 1px;
	color: #b22222;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
}

.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: 4em;
	font-weight: 600;
	margin-bottom: 30px;
}
.about_txt{
	width: 100%;
	font-size: 1.4em;
	line-height: 1.6;
}
.under_line{
	font-weight: 600;
}
.about_img{
	width: 60%;
	margin-left: auto;
	margin-right: 15% ;
}
/*---------------------------
strong_sec
-----------------------------*/
.strong_sec{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 120px;
}
.strong_area{
	display: flex;
	justify-content: space-between;
}
.strong_cnt{
	width: 60%;
}
.strong_cnt02{
	width: 40%;
	height: 100%;
	padding: 5%;
	position: relative;
	top:160px;
	right: 30px;
	box-shadow: 0 5px 4.8px 0.3px rgba(66,135,150,.12);
	background: #fff;
}
.strong_img_area {
  width: 100% ;
}
.strong_img {
	width : 100%;
	height: 450px;
	overflow: hidden;
}
.strong_img img{
	position: relative;
	top:-50px;
}
.strong_ttl{
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 20px;
}
.strong_ttl span{
	display: inline-block;
   margin-left: 40px;
	font-size: .9em;
	position: relative;
	color: #979797;
}
.strong_ttl span::before{
    content: "";
    display: block;
    height: 1px;
    background-color: #333;
    margin-top: -1px;
    position: absolute;
    top: 51%;
    width: 23px;
    left: -30px;
}
.strong_txt{
	margin-bottom: 20px;
	font-size: 1.2em
}


/*---------------------------
works_sec
-----------------------------*/
.works_sec{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 16px;
	margin-bottom: 120px;
	text-align: center;
}
.works_area{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background: #C9C9C9;
	height: 400px;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

.works_h2{
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}
.works_h2 span{
	margin-left: 60px;
	font-size: .6em;
	position: relative;
}

.works_txt{
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.works_cnt{
	margin: 0 auto;
}
.works_ttl{
	text-align: center;
	position: relative;
	top:-20px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 600;
}

.index_sub_ttl{
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 1px;
	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_icon{
	width: 30%;
	margin: 0 auto;
}
.movie_sec{
	background: #939393;
	height: 400px;
}
.btn{
	text-align: center;
}
.works_a{
	width: 50% !important;
}
/*----------------------------------------- 
news_sec
----------------------------------------- */
.news_sec{
	height: auto;
	position: relative;
	padding: 16px 0;
	margin: 90px auto;
}
.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:2%;
	border-bottom: thin solid #949494;
}
.news_li:nth-child(1){
	border-top: thin solid #949494;
}
.news_date{
	width: 100px;
    display: inline-block;
	font-weight: 600;
}
.news_cnt{
	text-align: justify;
}
.news_new{
	padding: 5px 10px;
	color: #fff;
	font-weight: 700;
	background: #8D0103;
	margin-right: 20px;
}
.cnt_margin{
	display: inline-block;
	margin-left: 150px;
}
.YouTube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 60px;
}

.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_li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    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: 60px;
}


@media screen and (min-width:768px) and ( max-width:1280px) {
#about{
	display: inline-block;
	padding-top: 15%;
}
	.about_ttl{
	font-size: 4vw;
	font-weight: 600;
	margin-bottom: 30px;
	}
	.about_txt{
		font-size: 1.4vw;
	}
	.strong_ttl{
	font-size: 2vw;
}
	.strong_ttl{
		font-size: 1.6vw;
	}
	.strong_txt{
		font-size: 1.2vw;
	}
	.works_h2{
	font-size: 2vw;
}
.works_h2 span{
	margin-left: 60px;
	font-size: .8vw;
}
	.contact_ttl{
	font-size: 2.2vw;
}
}

/*--------------------------------------
フェードイン
--------------------------------------*/

/*右から*/
.fadein {
    opacity : 0;
    transform : translate(200px, 0);
    transition : all 800ms;
    }

.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);
    }
