@charset "UTF-8";
/* CSS Document */


body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt" 1;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #fff;
}


.container{
    width: 100%;
    background-color: #292929;
    overflow: hidden;
}

main.contents{
    overflow: hidden;
}

section{
	position:relative;
}

.m-h{
	height:100vh;
}

.m-a{
	margin:0 auto;
}

.contents-wrap{
	margin:0 auto 40px auto;
}

.contents-wrap > .inner{

}

.inner::before{
	content:"";
	display:block;
}

.bg-gray{
	background-color:#3e3c3c;
}

.bg-thin-gray{
	background-color:#f6f8f8;
}

.pa-center{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}


@media screen and (min-width: 768px){
	.pc {display:block;}
	.sp {display:none;}
	.br-pc {display:block;}
	.br-sp {display:none;}
}
@media screen and (max-width: 768px){
	.pc {display:none;}	
	.sp {display:block;}
	.br-pc {display:none;}
	.br-sp {display:block;}
	
	.sp-scroll-y{
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.sp-scroll-y-block{
		flex: 0 0 auto;
	}
	
	.modaal-iframe-elem {
		min-height: 25vh;
	}
	
	.video a{
    width: 100%;
    font-size: 14px;
	}
	
	.video a::after{
    width: 24px;
    height: 24px;
	}
		
}



.l-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-height: 70px;
  height: 70px;
  background: #fff;
  padding: 10px;
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__inner .logo {
  width: 138px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 138px;
      -ms-flex: 0 0 138px;
          flex: 0 0 138px;
  margin-right: 18px;
}
.l-header__inner .logo img {
  width: 100%;
}
.l-header__inner .share {
  margin-left: auto;
  font-size: 0;
  height: 40px;
}
.l-header__inner .share li {
  width: 40px;
  display: inline-block;
  margin: 0 6px;
}
.l-header__inner .share li a {
  -webkit-transition: all 0.3s 0s ease;
          transition: all 0.3s 0s ease;
}
.l-header__inner .share li a:hover {
  opacity: .8;
}
html:not(.is-tablet) .l-header__inner .share li.line {
  display: none;
}

@media screen and (max-width: 46em) {
  .l-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55px;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
    height: 55px;
    padding: 7px;
  }
  .l-header__inner .logo {
    width: 85px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85px;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    margin-right: 10px;
  }
  .l-header__inner .tagline {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
/*
  .l-header__inner .share {
    display: none;
  }
*/
}


/*cfo*/

.cfo{
/* 	max-height: 490px; */
	color:white;
	z-index: 9;
}




.cfo_introduction{
    text-align: center;
}

.cfo_introduction_title{
    color: #b7ac00;
    font-size: 40px;
    text-align: center;
}

.cfo_introduction_txt{
    font-size: 20px;
    text-align: center;
}

#OUTLINE{
    text-align: center;
}


.cfo_pager{
    margin: 30px auto 30px auto;
    display: inline-block;
}

.cfo_pager_btn{
    width: 135px;
    height: 32px;
    background-color: #fff;
    font-size: 18px;
    border-radius: 18px;
    text-align: center;
    display: inline-block;
    color: #333;
    font-size: 18px;
    margin: 10px;
}

.cfo_btn_area_txt{
    font-size: 20px;
    margin: 20px 0 20px 0;
    text-align: center
}

.cfo_btn_area_link{
    font-size: 18px;
    margin: 20px 0 20px 0;
    text-align: center
}

.cfo_main-visual_pc{
    width: 100%;
    display: block;
}

.cfo_main-visual_sp{
    width: 100%;
    display: none;
}

.cfo .contents-wrap{
	padding: 0 !important;
	margin: 0 auto 50px auto;
	max-width: 100%;
}

.cfo_contents{
    max-width: 1260px;
    margin: 0 auto;
}


.cfo_summary{
    padding: 0 0 0 20px;
    display: inline-block;
    margin: 0 0 50px 0;
}

.cfo_h4{
    margin-bottom: 20px;
    font-size: 24px;
}


.cfo_outline {
    display: inline-block;
}

.cfo_outline p{
    margin-bottom: 40px;
}

.cfo_profile{
    background: #eaeaea;
    padding: 20px;
    margin-bottom: 50px;
}

.cfo_profile_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


.cfo_btn_area {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}

.cfo_btn_1 {
    display: inline-block;
    width: 460px;
    height: 78px;
    background: #005fb7;
    text-align: center;
    line-height: 78px;
    font-size: 18px;
    margin: 0 20px;
    border-radius: 10px;
}

.cfo_btn_2 {
    display: inline-block;
    width: 460px;
    height: 78px;
    background: #b7ac00;
    text-align: center;
    line-height: 78px;
    font-size: 18px;
    margin: 0 20px;
    border-radius: 10px;
}


.cfo_feature_h4{
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.cfo_feature_contents{
    text-align: center;
    margin-bottom: 60px;
}

.cfo_new{
    overflow: hidden;
    margin-bottom: 40px;
}


.cfo_new_h4 {
    font-size: 40px;
    color: #b7ac00;
}

.cfo_new_title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.cfo_new_summary {
    font-size: 16px;
}

.cfo_btn_new {
    background: #b7ac00;
    text-align: center;
    line-height: 66px;
    font-size: 18px;
    margin: 40px 0 0 0;
    border-radius: 10px;
}


.cfo_new_img{
    display: inline-block;
    float: left;
}

.cfo_new_txt{
    position: absolute;
    top: auto;
    left: 620px;
}

.cfo_feature_img{
    margin: 10px;
}


.cfo_comment{
    font-size: 12px;
    clear: #333;
}

a:hover {
    opacity: 0.8;
}

.cfo_btn_new:hover {
    opacity: 0.8;
}

.cfo_btn_area_link:hover{
    opacity: 0.8;
}


@media only screen and (max-width: 768px) {

.cfo{
/* 	max-height: 490px; */
	z-index: 9;
}

.cfo .contents-wrap{
	padding: 0;
	margin: 0 auto 30px auto;
	max-width: 100%;
}

.cfo_contents{
    max-width: 90%;
    margin: 0 auto;
}


.cfo_main-visual_pc{
    width: 100%;
    display: none;
}

.cfo_main-visual_sp{
    width: 100%;
    display: block;
}


.cfo_introduction_title{
    color: #b7ac00;
    font-size: 32px;
    text-align: center;
}

.cfo_introduction_txt{
    font-size: 16px;
    text-align: center;
}


.cfo_summary{
    padding: 0 0 0 20px;
    display: inline-block;
    margin: 0 0 50px 0;
}

.cfo_h3{
    display: inline-block;
    background-color: #000;
    color: #FFF;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cfo_h4{
    margin-bottom: 10px;
    font-size: 16px;
}

.cfo_new{
    overflow: hidden;
    margin-bottom: 40px;
}


.cfo_new_h4 {
    font-size: 32px;
    color: #b7ac00;
}

.cfo_new_title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.cfo_new_summary {
    font-size: 16px;
}

.cfo_btn_new {
    background: #b7ac00;
    text-align: center;
    line-height: 66px;
    font-size: 18px;
    margin: 20px 0 0 0;
    border-radius: 10px;
}


.cfo_new_img{
    display: inline-block;
    float: none;
    margin: 20px 0 20px 0;
}

.cfo_new_txt{
    position: static;
    display: inline-block;
}


.cfo_outline {
    display: inline-block;
}

.cfo_outline p{
    margin-bottom: 20px;
}

.cfo_btn_area {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}

.cfo_btn_1 {
    display: inline-block;
    width: 100%;
    height: 78px;
    background: #005fb7;
    text-align: center;
    line-height: 78px;
    font-size: 16px;
    margin: 10px 0px;
}

.cfo_btn_2 {
    display: inline-block;
    width: 100%;
    height: 78px;
    background: #b7ac00;
    text-align: center;
    line-height: 78px;
    font-size: 16px;
    margin: 10px 0px;
}


.cfo_feature_h4{
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.cfo_feature_contents{
    text-align: center;
    margin-bottom: 0px;
}

.cfo_feature_img{
    margin: 10px 0 10px 0;
}


.cfo_pager_btn {
    width: 120px;
    height: 32px;
    background-color: #fff;
    font-size: 18px;
    border-radius: 18px;
    text-align: center;
    display: inline-block;
    color: #333;
    font-size: 18px;
    margin: 10px;
}
}

/*footer*/

.copy {
	font-size:12px;
	padding:20px 0;
	text-align: center;
}

footer{
	text-align:center;
	color:white;
}

/*footer .block:first-child{
	margin-bottom:20px;
}*/

footer .contents-wrap{
    margin: 0 auto;
    padding: 40px;
}

footer .block::before{
	content: " ";
	display:block;
}

footer .block h4{
	margin-right:20px;
}

footer .block > .inner{
	display:flex;
	justify-content: center;
	flex-direction: row-reverse;
}

footer .block .fl-center-center .inner a{
	margin-right:30px;
}

footer .block .fl-center-center .inner a:last-child{
	margin-right:30px;
}

footer p{
	color:white;
}


.sns a{
	padding:0 0.5rem;
	display:block;
}

.sns a img{
	max-height:30px;
}

.sns a img.fb{
	max-width:30px;
}

.sns a img.tw{
	max-width:38px;
}

.utility{
	margin-top:30px;
}

.utility a{
	padding:0 0.5rem;
}

.fa-facebook-square,.fa-twitter{
	font-size:30px;
}

footer copy{
	font-size:0.8rem;
	
}

@media only screen and (max-width: 768px) {
	
	footer .contents-wrap{
		padding:40px 20px;
	}
	
	footer .block .fl-center-center h4 {
		margin:0 0 10px 0;
		text-align: left;
	}
	
	footer .fl-center-center{
		display:block;
	}
	
	footer .fl-center-center .inner{
		display:flex;
		flex-wrap: wrap;
	}
	
	footer .block .fl-center-center .inner a {
		flex-basis:30%;
		margin:0 0 5% 0;
	}
	
	footer .block .fl-center-center .inner a:nth-child(3n-1){
		margin:0 5%;
	}
	
	footer .block .fl-center-center .inner a:before{
		content:"";
		display:block;
	}
	
	footer .block .fl-center-center .inner a:nth-child(3n),
	footer .block .fl-center-center .inner a:last-child{
		margin-right: 0;
	}
	
	footer .block > .inner {
		display: block;
		justify-content: center;
	}
	
	footer .block .power h4{
		margin-right:10px;
	}
	
	.power {
		margin: 0 0 40px 0;
		padding:0;
	}
	
	.sns{
		justify-content: center;
	}
	
	.sns .fb::after, .sns .tw::after {
    	font-size: 35px;
	}
	
	.sns a{
		line-height:0;
		
	}
	
	.sp-sns{
		width:100%;
		display:flex;
		align-items:center;
		justify-content: center;
	}
}

