@charset "UTF-8";
body {
	background: #000;
}

/* -----------------------------------------------------------
	メイン画像
----------------------------------------------------------- */
.bg_black{
	background: #000;
}
.main_wrap{
	background: url(../img/main_image.jpg) no-repeat center 0;
    background-size: 2300px;
    height: 1300px;
	overflow: hidden;
}
.main_inner{
	max-width:1150px;
	 height: 1300px;
	margin:0 auto;
	position: relative;
}
.main_logo img{
	position: absolute;
  top:160px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
	width:210px;
}

.main_title img{
	position: absolute;
  top: 340px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
	width:1280px;
}
.main_text_01{
	position: absolute;
    bottom: 180px;
    margin: auto;
    color: #fff;
    font-size: 38px;
    line-height: 1.4em;

	font-weight: bold;
	letter-spacing: .08em;
	width:100%;
	text-align: center;
}

.main_text_02{
	position: absolute;
 	bottom: 50px;
	margin: auto;
}

.main_wrap_bottom{
	background: #fff;
	background: -moz-linear-gradient(top, #000, #fff 30%, #fff 60%, #000);
  background: -webkit-linear-gradient(top, #000, #fff 30%, #fff 60%, #000);
  background: linear-gradient(to bottom, #000, #fff 30%, #fff 60%, #000);
	background: linear-gradient(to bottom, #000 0%, #626262 9%, #d8d8d8 20%,#ffffff 30%, #fff 80%, #000 137%);

}
.main_wrap_bottom .inner{
	width:1070px;
	margin: 0 auto;
	position: relative;
	background: url(../img/main_character.png) no-repeat;
	background-position: right bottom 30px;
	background-size: 220px;
	height:600px;
}
.main_wrap_bottom .text_area{
	top:210px;
	position: absolute;
}
.main_wrap_bottom .flex_area{
	display: flex;
	margin-bottom: 75px;
}
.main_wrap_bottom .main_bottom_logo{
	width: 214px;
	margin-right:60px;
}
.main_wrap_bottom .main_bottom_text_01{
	width: 735px;
}
/*英語*/
.en_page .main_wrap{
	background: url(../img/main_image_en.jpg) no-repeat center 0;
    background-size: 2300px;
    height: 1300px;
	overflow: hidden;
}
.en_page .main_text_01{
    font-size: 31px;
}
@media screen and (max-width: 1280px) {
.main_wrap{
	background: url(../img/main_image.jpg) no-repeat center 80px;
    background-size: 120%;
    height: 1000px;
	}
/*英語*/
.en_page .main_wrap{
	background: url(../img/main_image_en.jpg) no-repeat center 80px;
     background-size: 120%;
    height: 1000px;
}
.main_logo img {
    top: 150px;
    width: 170px;
}
.main_inner {
    height: 1000px;
}
.main_text_01 {
    bottom:130px;
}
.main_text_02 {
    padding: 0 50px;
}
/*英語*/
.en_page .main_text_01{
	bottom:160px;
}
}
@media screen and (max-width: 1200px) {

.main_text_01{
    font-size: 32px;
	bottom: 160px;
}
.main_wrap_bottom .inner{
	width:90%;
	background-size: 200px;
	height:550px;
}
.main_wrap_bottom .text_area{
	/*top:210px;*/
}
.main_wrap_bottom .main_bottom_logo{
	width: 130px;
	margin-right:30px;
}
.main_wrap_bottom .main_bottom_text_01{
	max-width: 600px;
	width:100%;
}
/*英語*/
.en_page .main_text_01{
    font-size: 30px;
}

}
@media screen and (max-width: 1000px) {
.main_wrap{
	background: url(../img/main_image.jpg) no-repeat center 80px;
	background-size: 130%;
    height: 860px;
	}
/*英語*/
.en_page .main_wrap{
	background: url(../img/main_image_en.jpg) no-repeat center 80px;
	background-size: 130%;
    height: 860px;
}
.main_logo img{
	top:155px;
	width:130px;
}
.main_inner {
    height: 860px;
}
.main_wrap_bottom .inner{
	height:550px;
}
.main_text_01{
 	bottom: 110px;
	font-size: 26px;
}
.main_text_02{
 	bottom: 30px;
}
/*英語*/
.en_page .main_text_01{
    bottom: 120px;
	font-size: 26px;
}
	
}

@media screen and (max-width: 767px) {
.main_wrap{
	background: none;
    height: auto;
    padding-top: 80px;
	}
/*英語*/
.en_page .main_wrap{
	background: none;
    height: auto;
    padding-top: 80px;
	}
.main_wrap_bottom .text_area{
	top:130px;
}
.main_wrap_bottom .flex_area{
	margin-bottom:30px;
	display: block;
}
.main_wrap_bottom .main_bottom_logo{
	width: 120px;
	margin-right:0;
	margin-bottom:20px;

}
.main_wrap_bottom .main_bottom_text_02{
	
}
}


#link_box{
	    color: #c90000;
    background: #fff;
    font-size: 40px;
    line-height: 1em;
    padding: 4px 0 10px 0;
    letter-spacing: .2em;
    font-weight: 600;
}
#link_box a{
	color: #c90000;

}
#link_box p:before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 40px;/*画像の幅*/
  height: 31px;/*画像の高さ*/
  background-image: url(../img/arrow_left.png);
  background-size: contain;
/*  vertical-align: middle;*/
	margin-right:40px;
	
}
#link_box p:after{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 40px;/*画像の幅*/
  height: 31px;/*画像の高さ*/
  background-image: url(../img/arrow_right.png);
  background-size: contain;
  /*vertical-align: middle;*/
	margin-left:40px;
}
@media screen and (max-width: 767px) {
#link_box {
    font-size: 22px;
    line-height: 1.4em;
    padding: 15px 0 16px 0;
}
#link_box p:before {
    width: 24px;
    height: 19px;
    margin-right: 20px;
}
#link_box p:after {
    width: 24px;
    height: 19px;
    margin-left: 20px;
}
}


.bg_fix{
	color:#fff;
	text-align: center;

	  
}
.bg_fix::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:1080px;
height:100vh;
background-repeat:no-repeat;
background-position:50% 0;
background-image:url(../img/bg.png);
background-size:cover;
	

  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.common_inner{
	max-width: 1100px;
	margin:0 auto;

}
 h2.title{
	color:#fff;
	background:#c90000;

	margin:0 auto;
	font-size:50px;
	line-height: 1em;
	margin-bottom:50px;
	 letter-spacing: .1em;
	 display: inline-block;
	 padding-left:4px;
	padding-bottom:6px;
}

@media screen and (max-width: 1280px) {
h2.title{
	font-size:44px
}
}
@media screen and (max-width: 767px) {
 h2.title{
	font-size:28px;
	margin-bottom:40px;
}
.bg_fix::before {

	background-size: contain;
	}
}

/*----------------------------------------

コンセプト

----------------------------------------*/
#concept_box {
	padding: 120px 0 0 0;

}
#concept_box h2.title{
	
}
#concept_box .text{
	color: #fff;
    font-size: 25px;
    line-height: 3.2em;
    font-weight: 500;
	letter-spacing: .1em;
}
@media screen and (max-width: 1280px) {
#concept_box {
	padding: 80px 0 0 0;
}
#concept_box .text{
	font-size: 22px;
	line-height: 2.6em;
}
}
@media screen and (max-width: 767px) {
#concept_box {
	padding: 50px 0 0 0;
}
#concept_box .text{
	font-size: 14px;
	line-height: 2em;
}
/*英語*/
#concept_box .text {
    font-size: 13px;
    line-height: 2em;
}
}

/*----------------------------------------

ライセンス

----------------------------------------*/
#license_box{
	padding: 120px 0 0 0;
	background: #000;
	color:#fff;
	background: linear-gradient(to top, #000000 80%, #0000 100%);
}
#license_box h2.title{
	
}

#license_box .text{
	font-size: 30px;
	letter-spacing: .12em;
}
#license_box .flex_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#license_box .kakko_left{
	width:48px;
}
#license_box .kakko_right{
	width:48px;
}
/*英語*/
.en_page #license_box .kakko_right {
    width: 81px;
}
.en_page #license_box .kakko_left{
	width:81px;
}
#license_box ul.kinds{
	display: flex;
	justify-content: space-around;
    font-size: 30px;
	font-style: italic;
}
/*英語*/
.en_page #license_box ul.kinds {
    font-size: 23px;
}
#license_box ul.kinds li:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 22px;/*画像の幅*/
  height: 19px;/*画像の高さ*/
  background-image: url(../img/list_icon.png);
  background-size: contain;
  vertical-align: middle;
	margin-right:10px;
}

#license_box .character_area{
	margin-top:50px;
	text-align: left;
	background: url(../img/character_area_bg.png);
	background-size: cover;
	margin-bottom:40px;
	
	    letter-spacing: .1em;
}
#license_box .character_area .title{
	font-size:50px;
	line-height: 1.2em;
	margin-bottom:20px;
}
#license_box .character_area .title span{
	font-size:30px;
	display: block;
}
#license_box .character_area .text_02{
	font-size:24px;
	line-height: 1.8em;
}
#license_box .character_area ul.character{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}

#license_box .character_area ul.character li:nth-child(1){
	width:285px;
}
#license_box .character_area ul.character li:nth-child(2){
	width:310px;
}
#license_box .character_area ul.character li:nth-child(3){
	width:270px;
}


#license_box .slider_area{
	

	max-width:1280px;
	margin:0 auto;
	letter-spacing: .16em;
}

#license_box .slider_area .title{
	font-size:30px;
	margin-bottom:40px;
}

#license_box .slider_area  ul{
	display: flex;
	justify-content: space-around;
}

#license_box .character_area ul.character{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}

@media screen and (max-width: 1280px) {
#license_box .text{
	font-size: 24px;
	letter-spacing: .12em;
}
#license_box ul.kinds{
    font-size: 22px;
}
/*英語*/
.en_page #license_box ul.kinds {
    font-size: 19px;
}
#license_box ul.kinds li:before {
	margin-right:6px;
}
	

#license_box .character_area .title{
	font-size:44px;
}
#license_box .character_area .title span{
	font-size:24px;
}
#license_box .character_area .text_02{
	font-size:20px;
}

}
@media screen and (max-width: 1000px) {
/*英語*/
.en_page #license_box ul.kinds {
    font-size: 14px;
}	
}
@media screen and (max-width: 767px) {
#license_box{
	padding: 60px 0 0 0;
}
#license_box .text {
    font-size: 12px;
    letter-spacing: 0em;
    padding-top: 7px;
}
/*英語*/
.en_page #license_box .text{
	font-size: 11px;
	padding-top: 15px;
}
#license_box .kakko_left{
	width:22px;
}
#license_box .kakko_right{
	width:22px;
}
#license_box .flex_box {
    margin-bottom: 30px;
}
#license_box ul.kinds{
    font-size: 13px;
	flex-wrap: wrap;
	text-align: left;
	justify-content: space-evenly;
}
/*英語*/
.en_page #license_box ul.kinds {
    font-size: 13px;
}	
.en_page #license_box .kakko_left{
	width:30px;
}
.en_page #license_box .kakko_right{
	width:30px;
}
#license_box ul.kinds li{
	
}
#license_box ul.kinds li:last-child{
	
}
#license_box ul.kinds li:before {
	margin-right:2px;
	width: 10px;/*画像の幅*/
  height: 8px;/*画像の高さ*/
}
	

#license_box .character_area .title{
	font-size:26px;
	margin-bottom:15px;
	font-weight: 500;
}
#license_box .character_area .title span{
	font-size:16px;
}
#license_box .character_area .text_02{
	font-size:11px;
	letter-spacing: 0em;
	margin-bottom: 20px;
	line-height: 2.2em;
}
#license_box .slider_area .title {
    font-size: 20px;
    margin-bottom: 30px;
	line-height: 1.8em;
}
	
/*英語*/
.en_page #license_box .slider_area {
    letter-spacing: 0;
}
.en_page #license_box .slider_area .title {
    font-size: 18px;
    line-height: 1.6em;
}
	
}
/*----------------------------------------

活用事例

----------------------------------------*/
#case_box{
	padding: 100px 0 0 0;
	background: #000;
}
#case_box h2.title{

}
#case_box .text{
	font-size: 30px;
	letter-spacing: .12em;
}
#case_box .flex_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#case_box .kakko_left{
	width:48px;
}
#case_box .kakko_right{
	width:48px;
}

#case_box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#case_box ul li{
	width:23.6%;
	margin-bottom:20px;
}
#case_box ul li span {
  margin-top:10px;
	display: block;
	font-size:22px;
	font-style: italic;
	letter-spacing: .1em;
	font-weight: 500;
}
#case_box ul li:nth-child(5) span,
#case_box ul li:nth-child(6) span{
	font-size:16px;
}

#case_box ul li span:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 16px;/*画像の幅*/
  height: 14px;/*画像の高さ*/
  background-image: url(../img/list_icon.png);
  background-size: contain;
  vertical-align: middle;
	margin-right:10px;
	
}
.andmore{
	text-align: right;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: .2em;
}
@media screen and (max-width: 1280px) {
#case_box .text{
	font-size: 24px;
	letter-spacing: .12em;
}

#case_box  ul li span {
	font-size:20px;
}
}
@media screen and (max-width: 767px) {
#case_box{
	padding: 80px 0 0 0;
}
#case_box .text{
	font-size: 12px;
	letter-spacing: 0em;
	padding-top:7px;
}
/*英語*/
.en_page #case_box .text {
    font-size: 11px;
	padding-top: 10px;
}
#case_box .kakko_left{
	width:22px;
}
#case_box .kakko_right{
	width:22px;
}

#case_box  ul{
	
}
#case_box  ul li{
	width:48.5%;
	margin-bottom:30px;

}
#case_box  ul li span {
	font-size:11px;
	margin-top:15px;
	letter-spacing: 0;
}
#case_box  ul li:nth-child(5) span,
#case_box  ul li:nth-child(6) span{
	font-size:11px;
}
#case_box ul li span:before {
    width: 12px;
    height: 10px;
    margin-right: 6px;
}
}
/*----------------------------------------

最新情報

----------------------------------------*/
#news_box{
	padding: 100px 0;
	background: #000;
}
#news_box h2.title{
	
}


#news_box .topics_box{
	font-size: 16px;
	text-align: left;
	width:70%;
	margin:20px auto 80px;
	background: #1a1a1a;
    padding: 20px 15px;
}
#news_box .topics_box ul li{
	display: flex;
	align-items: flex-start;
    line-height: 1.6em;
}
#news_box .topics_box ul li .date{
	width: 160px;
    background: #fff;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    font-weight: 500;
}
#news_box .topics_box ul li a{
	color:#fff;
	text-decoration: underline;
}

#news_box .flex_box{
	display: flex;
	justify-content: space-between;
}
#news_box .twitter_area{
	width:360px;
	height:400px;
}
#news_box .youtube_area iframe{
	width:620px;
	height:400px;
}
@media screen and (max-width: 1280px) {
#news_box .twitter_area{
	width:330px;
}
#news_box .youtube_area iframe{
	width:600px;
}
}
@media screen and (max-width: 1000px) {
#news_box .flex_box{
	display: block;
}
#news_box .twitter_area{
	width:400px;
	height:400px;
	margin:0 auto;
}
#news_box .youtube_area iframe{
	width:600px;
	height:400px;
}
#news_box .youtube_area{
	margin: 50px auto 0;
}
/*#news_box .facebook_area iframe{
	width:400px;
	height:400px;
}
#news_box .facebook_area{
	margin: 50px auto 0;
}*/
}

@media screen and (max-width: 767px) {
#news_box {
    padding: 100px 0 0 0;
}
#news_box .topics_box {
    font-size: 12px;
    width: 90%;
    margin: 10px auto 60px;
}
#news_box .topics_box ul li {
	display: block;
	}
#news_box .topics_box ul li .date {
    width: 90px;
    font-size: 12px;
    margin-right: 0;
	margin-bottom:10px;
	font-weight:600;
}
#news_box .twitter_area{
	width:300px;
	height:400px;
	margin:0 auto;
}
	
/*#news_box .facebook_area iframe{
	width:300px;
	height:400px;
}*/
#news_box .youtube_area iframe {
	width: 300px;
    height: 200px;
    
}
}







