@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
html{
    font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
	font-size:1.6rem;/* 16px*/
	line-height: 1.9;
	
	-webkit-text-size-adjust: 100%;
  color:#121f4e;
  background: #f2f4f5;
  }
  
.font-ms{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;}
  
  body.fixed{
    height: 100%;
    overflow: hidden;
  }



a{color:#121f4e; text-decoration:none;}
a.u-line{
  text-decoration: underline;
}

a:hover{
	opacity:0.6;
	transition: 0.3s all;}
	
img{
	max-width: 100%;
	height: auto;
}


.small{font-size: 1.2rem; vertical-align: middle;}
.Center{text-align: center !important;}
.Right{text-align: right !important;}
.Left{text-align: left !important;}

.f_right{float: right; padding: 10px;}
.f_left{float: left; padding: 10px;}

.red{color: #b8312d;}
.orange{color: #ea5404;}
.bold{font-weight: 700;}

.m_b_10{margin-bottom: 10px;}
.m_b_20{margin-bottom: 20px;}
.m_b_30{margin-bottom: 30px;}

sup{
  font-size: 80%;
  vertical-align: top;
}

.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
.clearfix {zoom:1;}

@media screen and (min-width:1025px){.pc-l_hidden{display: none;}}
@media screen and (min-width:768px){.pc_hidden{display: none;}}
@media screen and (max-width:767px) {.sp_hidden{display: none;} body {font-size: 1.4rem;}}

/*common//////////////////////////////////*/
.Wrapper{overflow:clip;}
.Contents{max-width: 1100px; margin: 0 auto; padding:0 50px; position: relative;} 
.Contents_inner{max-width: 900px; margin: 0 auto;}
.Container{padding-bottom: 150px;}

@media screen and (min-width:1025px){
  .Wrapper{
    margin-left: 200px;
  }
}
@media screen and (max-width:767px) {
  .Contents{
     padding:0 20px;}
}


    
/*header//////////////////////////////////*/

 

.header_inner{
  padding: 1.5vh 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  }

.Gnav li{
  margin-bottom: 2px;
  position: relative;
}


.Gnav li{
  background: #D2DFE9;
}
.Gnav li a,
.Gnav li .trigger{
  display: block;
  font-weight: 700;
  position: relative;
  padding: 2vh 10px;}


.Gnav li a:before,
.Gnav li .trigger:before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #FFF;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  transition: 0.4s;
}

    

.sub_nav li{
  background: #FFF;
}
.sub_nav li a:before{
  background: #d3e0e9;}

.Gnav li a:after,
.Gnav li .trigger:after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #121f4e;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  z-index: 2;
}

.lang{
  border: 1px solid #CCC;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.lang select {
  padding: 8px 20px 8px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  border: none;
  font-size: 1.6rem;
  color:#121f4e;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center !important;
  font-weight: 700;
	background: url("../images/select_lang.png") 80% 50% no-repeat;
  background-size: 8px 7px;	
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

select::-ms-expand {
    display: none;
}  
.sns{
  margin-right: 20px;
}
.sns img{  
  width: 30px;
  }
.logo_wh{display: none;}  
  
  @media screen and (min-width: 1025px) {
     
    header{
      width: 200px;
      height: 100%;
      background: #FFF;
      position: fixed;
      z-index: 97; 
    }
    
    .logo{
      padding: 2.8vh 20px;
    }  
    
    .logo img{
      width: 20vh;
    }

    .nav-button,
    .sp_logo,
    .sp_bnr{
       display: none;
     }
    ul.Gnav li{
      position: relative;
    }
    ul.Gnav li a,
    ul.Gnav li .trigger{
      position: relative;
      z-index: 3;
    }
    ul.Gnav li.nav_parent:before{
      content: '';
      position: absolute;
 	    top: 0;
 	    left: 0;
 	    z-index: 1;
      background: linear-gradient(90deg, rgba(234,84,4,1) 0%, rgba(243,135,2,1) 100%);
 	    width: 100%;
	    height: 100%;
      transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	    transform: scale(0, 1);
	    transform-origin: right top;
    }
    ul.Gnav li.nav_parent:hover{
      color: #FFF;
    }
    ul.Gnav li.nav_parent:hover:before{
      transform-origin:left top;
	    transform:scale(1, 1) ;
      }
   
    ul.Gnav li.nav_parent > a:hover,
    ul.Gnav li.nav_parent .trigger:hover{
     color: #FFF;
     }  
    
    .Gnav li a:hover:before,
    .Gnav li .trigger:hover:before{
      width: 30px;
      height: 30px;
      right: 15px;
      transition: 0.4s;
    }
    
    .sub_nav li a:hover:before{
      background: #ea5404;
    }
   .sub_nav li a:hover:after{
     border-left-color: #FFF;
   }
    
    ul.Gnav li a{
      opacity: 1;
    }
    
    .sub_nav{
      position: absolute;
      top: 0;
      left:200px;
      width: 240px;
      display: none;
    }
    .sub_nav a:hover{
      color: #ea5404;
    }
    
    .sub_nav_ir{
      top: 50%;
      transform: translateY(-50%);
    }
    
  }
  @media screen and (max-width: 1024px){
    .logo{
      padding: 20px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 97;
    }
    body.home .logo_bl{display: none;}
    body.home .logo_wh{display: block;}
    .logo img{
      max-width: 150px !important;
    }
    .sp_logo{
      padding: 2vh;
      text-align: center;
    }
    .sp_logo img{
      width: 40vw;
      max-width: 200px;
    }
    .sp_bnr{
      display: flex;
      margin: 10px 0 0 0;
      justify-content: center;
    }
    .sp_bnr .sp_bnr_item{
      margin: 0 5px;
    }
    .sp_bnr .sp_bnr_item img{
      max-width: 100px;
    }
    
     /*hamburger*/
	  .nav-button,
	  .nav-button span {
      display: inline-block;
      transition: all 0.4s;
      box-sizing: border-box;}

	  .nav-button {
	  	display: block;
      cursor: pointer;
      z-index: 990 !important;
      position: fixed;
      top: 0px;
      right:0px;
      width: 44px;
      height: 44px;
      box-sizing: border-box;
      background: rgba(0,0,0,0.8)
      }
       

	  .nav-button span{
      position: absolute;
      left: 10px;
      width: 24px;
      height: 1px;
      background-color: #FFF;}
    
    .nav-button:hover span{
      transition: 0.3s;}

	  .nav-button span:nth-of-type(1) {top: 16px;}
	  .nav-button span:nth-of-type(2) {top: 22px;}
	  .nav-button span:nth-of-type(3) {top: 28px;}
    
    
    .Nav_wrapper {
      position: fixed;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden;
      overflow: auto;
      z-index: 98;
      background:#FFF;
      width: 100%;
      height: 100%;
      }
    
	  .Nav_wrapper.close{opacity: 0; transition: .5s;}
	  .Nav_wrapper.open {opacity:1; transition: .5s; visibility: visible;}
    
    /*closeボタン*/
    .nav-button.active{
      background: none;
    }
    .nav-button.active span{
      background-color: #000;
    }
	  .nav-button.active span:nth-of-type(1) {
		  transform: translateY(10px) rotate(-45deg);
	  }

	  .nav-button.active span:nth-of-type(2) {opacity: 0;}

	  .nav-button.active span:nth-of-type(3) {
		  transform: translateY(-2px) rotate(45deg);
	  }
    
    .nav-button-txt{
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
    }
    
    .sub_nav{
      display: none;
    }
    
    .Gnav li a,
    .Gnav li .trigger{
      padding: 2vh 20px;}
    
    .Gnav li .trigger.open:after{
      transform: rotate(90deg);
      transition: 0.3s;
      right: 27px;
      top: 48%
    }
    .sub_nav{
      padding:0 1em;
    }
    .sub_nav li + li{
      border-top: 2px solid #d3e0e9;
    }
    
    
  }

  @media screen and (max-width: 767px){
    .logo img{
      max-width: 120px;
    }
    }
  
/*kv*/
.kv{
  position: relative;
  z-index: 1;
  
}

.kv_inner {
  position: relative;
  height: 100dvh;
  box-sizing: border-box;
  background: url("../images/kv.jpg") no-repeat center;
  background-size: cover;}
  
.kv_copy_wrap{
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  animation: UpAnime 1.5s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}
    @keyframes UpAnime{
      from {
        opacity: 0;
        transform: translateY(-40%);
      }
      to {
        opacity: 1;
        transform: translateY(-50%);
      }
    } 

.kv_copy-1{
  padding: 0 30px;
}
.kv_copy-1 img{
  max-width: 730px;
}
.kv_copy-2{
  font-size: 2.6rem;
  color: #FFF;
  padding: 50px 0 20px 0;
  line-height: 1.3;
}
.kv_btn{
/*
  再生ボタンの時
  width: 90px;
  height: 90px;
*/
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.kv_btn a.kv_btn_movie{
  display: block;
  border-radius: 45px;
  border: 2px solid #FFF;
  position: relative;
  width: 90px;
  height: 90px;
}
.kv_btn a.kv_btn_movie:after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #FFF;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
    
    @media screen and (min-width: 1025px) {
      .kv_inner {
        margin: 0 0 0 200px;}
    }
    @media screen and (max-width: 1024px) {
      
      
    }
  	@media screen and (max-width: 767px) {
      .kv_copy-1 img{
        max-width: 100%;
      }
      .kv_copy-2{
        font-size: 1.8rem;
        padding: 20px 0 10px 0;}
      
      .kv_copy_wrap{
        top: 35%;
      } 
      .kv_btn{
/*
        width: 60px;
        height: 60px;
*/
        width: 80px;
        height: 80px;
      }
      
      .kv_btn a.kv_btn_movie{
        width: 60px;
        height: 60px;}
        

    }
/*kv_bnr*/
.kv_bnr{
  max-width: 180px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.kv_bnr div,
.kv_bnr a{
  position: relative;
}
.kv_bnr div:before{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 0;
}

/*pickup*/
.Pickup{
  position: absolute;
  background: #FFF;
  bottom: 30px;
  left: 30px;
  width: 60%;
  max-width: 870px;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 20px;
  
}
.ticker {
  position: relative;
  overflow: hidden;
  z-index: 0;
  
  }
.ticker ul {
  position: relative;
  display: block;
  width: 100%;
}

.ticker ul li {
  width: 100%;
  display: none;
  font-size: 1.4rem;
  line-height: 1.5;
  box-sizing: border-box;
  white-space: nowrap;
}
.News_entry_ctg{
  color: #FFF;
  background: #666666;
  padding: 6px 20px;
  border-radius: 30px;
  margin: 0 10px;
  min-width: 90px;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
}

  .ctg_event{background: #f6ab00 !important;}
  .ctg_media{background: #ea5404 !important;}
  .ctg_pr{background: #aacd06 !important;}

.ticker ul li.tickerHook{z-index: 1 !important;}


.Pickup_ttl,time,.News_entry_ctg{
  font-family: "Montserrat", 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
}


.Pickup_ttl{
  font-weight: 700;
  line-height: 1.4;
}

  @media screen and (min-width:768px){
    .Pickup{  
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;}
     
    .Pickup_ttl{width: 80px; padding-left: 10px; border-right: 1px solid #CCC;}
    
    .ticker{
      flex-grow: 1;
      padding-left: 10px;
      }
    
    .kv_bnr div + div{
        margin-top: 10px;
      }
      
  }
  
  @media screen and (max-width:1024px){
    .ticker ul li a{
      display: block;
    }  
    .kv_bnr{
      width: 25%;
    }
    .Pickup{
      width: 65%;
    }
  }
  
  @media screen and (max-width:767px){
    .kv_bnr{
      display: flex;
      justify-content: space-between;
      width: calc(100% - 20px);
      max-width: 100%;
      bottom: 10px;
      left: 10px;
    }
    .kv_bnr div{
      width: 32.5%
    }
    
    .Pickup{
      padding: 10px 20px;
      width: calc(100% - 20px);
      left: 10px;
      border-radius: 10px;
      bottom: 10px;
    }
    .ticker ul li {
      font-size: 1.2rem;}
      
    .News_entry_ctg{min-width: 70px; padding: 3px 5px; font-size: 1rem; vertical-align: middle;}  
  }

/*frontline*/
.frontline{
  background: url("../images/frontline/frontline_bg.png") no-repeat 0 0;
  background-size: cover;
  width: 30vw;
  max-width: 310px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 20px 20px 20px;
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.8);
}
.frontline_ttl{
  margin-bottom: 20px;
  text-align: center;
}
.frontline_ttl img{
  display: block;
}
.frontline ul.frontline_btn{
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.frontline ul.frontline_btn li{
  width: 48%;
  position: relative;
}
.frontline ul.frontline_btn a{
  padding-top: 5px;
  background: #FFF;
  display: block;
}

.frontline ul.frontline_btn li,
.expo img{
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.8);
}
.expo + .expo{margin-top: 10px;}

.expo_update{
  position: relative;
}
.update_txt{
  position: absolute;
  top: -5px;
  left: 10px;
  line-height: 1;
  padding: 2px 10px;
  font-weight: 600;
  background: #E80212;
  color: #FFF;
  border-radius: 50px;
  font-size: 1rem; 
}
  .frontline ul.frontline_btn li .update_txt{
    top: -8px;}

    @media screen and (max-width:1260px){
      .frontline{
        bottom: 10px;
        right: 10px;
        padding: 10px;
        width: 28vw;}
    }
    @media screen and (max-width:767px){
      .frontline{
        width: 55vw;
        right: 10px;
        bottom: 100px;}
      
      .frontline_ttl{
        margin-bottom: 12px;
      }
      .frontline ul.frontline_btn{margin-bottom: 5px;}
      .frontline ul.frontline_btn a{
        padding-top: 10px;}
    }

/*Side_bnr*/
.Side_bnr{
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 90;
}

.Side_bnr_item{
  width: 130px;
  height: 130px;
}
.Side_bnr_item + .Side_bnr_item{
  margin-top: 10px;
}


  @media screen and (max-width:767px){
    .Side_bnr{display: none !important;}
  }
  
  
/*ttl*/
.ttl_icon{
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 60px;
  
}
  .ttl_icon.ttl_icon_center{
    text-align: center;
  }

.ttl_icon:before{
  content: '';
  display: block;
  background:url("../images/icon_ttl.png") no-repeat 0 0;
  background-size: 100%;
  width: 8px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
}
  .ttl_icon.ttl_icon_center{
    padding-left: 0;
    padding-top: 25px;
  }
  .ttl_icon.ttl_icon_center:before{
    right: 0;
    margin: auto;
    top: -1.5em;
  }

.ttl_icon span{
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ea5404;
  font-family: "Montserrat", 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
  display: block;
}
  @media screen and (max-width:1024px){
    .ttl_icon{
      font-size: 3.2rem;}
  }
  
  @media screen and (max-width:767px){
    .ttl_icon{
      font-size: 2.6rem;}
      
      .ttl_icon.ttl_icon_center:before{ top: -2em;
    }
  }
/*btn*/
.btn{
  width: 100%;
  max-width: 360px;
}
  .Center_btn .btn{
    margin: 0 auto;
  }
.btn a{
  display: block;
  overflow:hidden;
  border: none;
  position: relative;
  cursor: pointer;
  background: none;
  padding:20px;
  background-color: #ea5404;
  color: #FFF;
  border-radius: 100px;
  line-height: 1.1;
  text-align: center;
}
  .btn_en a{
    font-family: "Montserrat", 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
  }
  .btn_l a{
    font-size: 3rem;
  }
.btn span{
  display: inline-block;
  position: relative;
  font-weight: 500; 
  padding-right: 50px;
  z-index: 3;
}
 
.btn span:before{
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.6s;
  background: url("../images/arrow_or.png") no-repeat center;
  background-size: 100%;
  }

.btn a:hover{
  opacity: 1
}

  .foot_inquiry_box .btn{
    margin-top: 30px;
  }

.link_arrow a{
  display: inline-block;
  position: relative;
  padding-right: 50px;
  font-weight: 700;
  font-size: 2.4rem;
}
.link_arrow a:after{
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.4s;
  background: url("../images/arrow_or-wh.png") no-repeat 0 0;
  background-size: 100%;
}
.link_arrow a:hover{
  opacity: 1;
}

.prev_btn a{
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Montserrat", 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
}

.prev_btn a:after{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  left: 0;
  transition: 0.4s;
  background: url("../images/arrow_or-wh.png") no-repeat 0 0;
  background-size: 100%;
}

.link_arrow-navy a{
  display: inline-block;
  position: relative;
  padding-right: 50px;
  
}
.link_arrow-navy a:after{
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.4s;
  background: url("../images/arrow_na.png") no-repeat 0 0;
  background-size: 100%;
}
.link_arrow-navy a:hover{
  opacity: 1;
}


  @media screen and (min-width: 768px) {
    
    .btn a:before,
    .btn button:before{
      content: '';
      position: absolute;
 	    top: 0;
 	    left: 0;
 	    z-index: 1;
      background: linear-gradient(90deg, rgba(234,84,4,1) 0%, rgba(243,135,2,1) 100%);
 	    width: 100%;
	    height: 100%;
      transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	    transform: scale(0, 1);
	    transform-origin: right top;
    }
    
    .btn a:hover:before,
    .btn button:hover:before{
      transform-origin:left top;
	    transform:scale(1, 1) ;
      
    }
    .btn a:hover span{
      transition: 0.3s;
    } 
    .btn a:hover span:before{
      animation: scaleUp 0.3s ease-in-out forwards;
      background-image: url("../images/arrow_wh.png");
    }
    
    .link_arrow a:hover,
    .link_arrow-navy a:hover{
      color: #ea5404;
    }
    .link_arrow a:hover:after{
      background-image: url("../images/arrow_or.png");
    }
    .link_arrow-navy a:hover:after{
      background-image: url("../images/arrow_or-wh.png");
    }
  }
  @keyframes scaleUp {
    0% {transform:translateY(-50%) scale(0, 0);  transform-origin: center;}
    100% {transform:translateY(-50%) scale(1, 1); transform-origin: center;}}

  

  @media screen and (max-width: 1024px) {
    .link_arrow a{font-size: 2rem; padding-right: 35px;}
    .link_arrow-navy a{padding-right: 35px;}
    .link_arrow a:after,
    .link_arrow-navy a:after{
      width: 30px;
      height: 30px;
    }
   
  }
  
  @media screen and (max-width: 767px) {
    .btn_l a{
      font-size: 2.4rem;
    }
    
    .foot_inquiry_box .btn{
      margin-top: 10px;
    }
    .link_arrow a{font-size: 1.6rem;}
    }


/*footer*/
.Partner{
  position: relative;
  padding-bottom: 50px;
  background: #E5EBEF;}
.ttl_partner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.ttl_partner img{
  max-width: 1189px;
}
.ttl_bnr-slide{
  text-align:center;
  font-size: 2rem;
  font-weight: 700;
  padding: 40px 0;
  line-height: 1.4;
}
.foot_inquiry_area{
  color: #FFF !important;
  background: url("../images/foot_bg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 70px 0 60px 0;
}
.foot_inquiry_inner{
  padding-left: 25px;
}

.slick_bnr .slick-slide{
  margin-right: 50px;
}
.slick_bnr .slick-slide img{
  
}
  
.slick_bnr .slick-list{
    overflow: visible;
} 

footer{
  padding: 50px 0;
}


.foot_logo{
  margin-bottom: 30px;
}
.foot_logo img{
  max-width: 180px;
}

.foot_address{
  padding-left: 40px;
}
.address_ttl{
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.address_ttl:before{
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  top: 15px;
  left: -40px;
}
address{
  font-size: 1.4rem;
}
.foot_address + .foot_address{
  margin-top: 20px;
}
  .address_ttl.ttl_tokyo:before{background: #E95406;}
  .address_ttl.ttl_fukuoka:before{background:#A9CC0B;}  

li.foot_nav_parent{
  margin-bottom: 20px;
}
li.foot_nav_parent > a{
  font-weight: 700;
  padding: 15px 0;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #CCC;
}

.foot_sub_nav li{
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}
.foot_sub_nav li:before{
  content: '- ';
}
.foot_bottom{
  padding-top: 50px;
  font-size: 1.4rem;
}
.foot_sns img{
  width: 30px;
}
.foot_sns {
  margin-right: 20px;
}

.foot_bottom_l{
  display: flex;
}
.foot_expo{
  padding-top: 30px;
}
.foot_expo p{
  margin-bottom: 10px;
}

  @media screen and (min-width: 768px) {
    .foot_inquiry_wrap{
      display: flex;
      justify-content: flex-end;
    }
    .foot_inquiry_box{
      width: 30%;
    }
    .foot_inquiry_box + .foot_inquiry_box{
      margin-left: 5%;
    }
    .footer_inner{
      display: flex;
      justify-content: space-between;
    }
    .foot_info{
      width: 25%;
    }
    .foot_nav{
      width: 73%;
    }
    .foot_Gnav > ul{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      
    }
    li.foot_nav_parent{
      width: 18%;
    }
    .foot_bottom{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
 @media screen and (min-width: 768px) and (max-width: 1280px) {
   .foot_inquiry_box{
      width: 30vw;
    }
    li.foot_nav_parent:first-child{
      width: 100%;
    }
    li.foot_nav_parent{
      width: 48%;
    }
    .foot_info{
      width: 35%;
    }
    .foot_nav{
      width: 60%;
    }
 }
 @media screen and (max-width: 1024px) {
   .slick_bnr .slick-slide{
      margin-right: 20px;
    }
   .foot_inquiry_wrap{
     justify-content: space-between;}
   .foot_inquiry_box{
     width: 48%;
   }
    .foot_inquiry_box + .foot_inquiry_box{
      margin-left: 0;
    }
 }
    
@media screen and (max-width: 767px) {   
    .ttl_bnr-slide{
      font-size: 1.6rem;
      padding: 30px 0;
    }
    .slick_bnr .slick-slide{
      margin-right: 10px;
    }
    
    .Partner{
      padding-bottom: 30px;
    }
    .foot_inquiry_area{
      padding: 30px 0;
    }
    .foot_inquiry_box{
      width: 100%;
    }
    .foot_inquiry_box + .foot_inquiry_box{
      margin-top:40px;
    }
    .foot_logo img{
      max-width: 120px;
    }
    .foot_nav{
      margin-top: 40px;
    }
    .foot_Gnav > ul{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      
    }
    li.foot_nav_parent{
      width: 48%;
    }
    .foot_bottom_l{
      justify-content: center;
      margin-bottom: 40px;
    }
    .foot_bottom{
      text-align: center;
    }
    .foot_expo{text-align: center;}
    
}

/*TOP PAGE///////////////////////////*/
.Top_service{
  padding: 150px 0;
  position: relative;
}
.Top_service:before{
  content: '';
  display: block;
  width: 70vw;
  height: 69%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFF;
}
.Top_service_ttl{
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .Top_service_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .Top_service_img{
    width: 52%;
    margin-left: -5.5%;
  }
  .Top_service_contents{
    width: 50%;
  }
  .Top_service_txt{
    font-size: 1.8rem;
    margin: 40px 0;
  }
  }

@media screen and (max-width: 1024px) {
    .Top_service_ttl{
      font-size: 2.4rem;}
  }
@media screen and (max-width: 767px) {
    .Top_service_img{
      margin-bottom: 20px;
    }
    .Top_service_ttl{
      font-size: 2rem;}
    
    .Top_service_txt{
      margin: 20px 0; 
    }
    .Top_service{
      padding: 70px 0;
    }

}

/*.Top_product*/
.Top_product{
  background: #d3e0e9;
  padding: 40px 0 50px 0;
  margin-bottom: 80px;
}
.Top_product_icon img{
  max-width: 192px;
}

.Top_product_box{
  text-align: center;
}
.Top_product_box .link_arrow{
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .Top_product_list{
    display: flex;
    justify-content: space-between;
  }
  .Top_product_box{
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .Top_product{
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .Top_product_box + .Top_product_box{
    margin-top: 30px;
  }
}

/*TopNews*/
.News_entry dl{  
  border-top: 1px solid #CCC;
  display: flex;
  flex-wrap: wrap;
}

.News_entry dd{
  border-bottom: 1px solid #CCC;
}

.TopNews_inner{
  margin-bottom: 150px;
}
.Top_RecentNews_ttl{
  position: relative;
}
.Top_RecentNews_ttl .link_arrow-navy{
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 1.4rem;
  }
  

.News_entry dt{
  padding-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.News_entry dd{
  padding-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}


/*IRニュース*/
  .ctg_news{background: #7A8092;}
  .ctg_results{background: #F01C89;}
  .ctg_disclo{background:#E4B400;}
  .ctg_legal{background:#81A362;}
  .ctg_ir{background:#43ACB9;}

  img.icon_pdf{
  width: 24px;
  vertical-align: middle;
  margin-left: 5px;
  }
  img.icon_link{
    width: 16px;
    vertical-align: middle;
    margin-left: 5px;
  }
 
  @media screen and (min-width: 768px) { 
    .TopNews_inner{
      display: flex;
      justify-content:space-between;
    }
    .Top_RecentNews{
      width: 47%;
    }
}
  @media screen and (max-width: 767px) { 
    .Top_RecentNews + .Top_RecentNews{
      margin-top: 60px;
    }
  }
  

    
/*fadein*/  
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1}}

.top_fadein{animation: fadeIn 2s ease 0s 1 normal;}

.fadein {
  opacity: 0;
  transition : all 1500ms;
  visibility: hidden;
  }
.fadein-up {
  opacity: 0;
  transform : translate(0, 40px);
  transition : all 1500ms;
  visibility: hidden;
  
  }
  
.fadein-up.fadein-up-l{
  transform : translate(0, 100px);
}


.fadein-right{
  opacity: 0;
  transform : translate(40px, 0);
  transition : all 1500ms;
  visibility: hidden;
  }
.fadein-left{
  opacity: 0;
  transform : translate(-40px, 0);
  transition : all 1500ms;
  visibility: hidden;
  }  

.fadein.scrollin,
.fadein-up.scrollin,
.fadein-right.scrollin,
.fadein-left.scrollin{
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

/*順番にフェードイン*/
.fadein-order {
  opacity: 0;
  transform : translate(0, 60px);
  transition : all 1500ms;
  visibility: hidden;
}
.fadein-order.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

/*modal//////////////////////////////////////////////*/
    .modal-bg,
    .modal,
    .modal-close{
      opacity: 0;
      visibility: hidden;
    }

    .modal-bg.open,
    .modal.open,
    .modal-close.open{opacity: 1; visibility: visible;}

    .modal-bg{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transition: 0.3s;
        box-sizing:border-box;
        background: rgba(0, 0, 0, 0.8);
        z-index: 997;
    }

     .modal{
       position: fixed;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       height: 85%;
       margin: auto;
       max-width: 1000px;
       box-sizing: border-box;
       overflow-y:scroll;
       z-index: 998;}
       
     
    /*トップ用　小モーダル*/
    .modal_top{
      background: #FFF;
      width: auto;
      max-width: 500px;
      height: 280px;
    }  
    /**/
    
    #modal_2{
      padding: 40px;
      
    }
    .modal_top_2_inner{
      position: relative;
      width: 100%;
      height: 100%;
    }
    .modal_top_movie{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 100%;
      height: auto;
    }
    
    .movie_wrap{
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 56.25%}
      
    .movie_wrap video{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    } 
    

    .modal-close{
      position: absolute;
      top:10px;
      right: 10px;
      z-index: 999;
      font-weight: 100;
      font-size: 4rem;
      line-height: 1;
      color: #000;
      cursor: pointer;
    }  

    .modal_top-close{
      font-size: 4rem;
      right: 10px;
      top: 10px;
    }
    .modal-close_wh{
      color: #FFF;
      right: 0px;
      top: -50px;
    }

    
  .randd_modal_ttl{
    padding: 30px 50px 0 50px;
    box-sizing: border-box;
    background: #FFF;
  }  
  .randd_modal_ttl .randd_detail_txt2{
    margin-bottom: 0;
  }

  .randd_modal_detail{
    background: #FFF;
  }
  
  .randd_modal_txt p,.randd_modal_txt2 p{
    font-size: 1.6rem !important;
    line-height: 2 !important;
  }
  
      @media screen and (min-width:768px){
        .randd_modal_detail{
          padding: 0 50px 30px 50px;
          display: flex;
          justify-content: space-between;
        }

        .randd_modal_txt{
          width: 62%;
        }
         .randd_modal_txt2{
          width: 100%;
        }  
         .randd_modal_img{
            width: 35%;
          }
        
        .modal_randd{
          max-height: 550px;
        } 
       }  
        
        
       @media screen and (max-width:1200px){
         .modal{margin: auto 20px;}
         .modal{height: 90%;}
         .modal_top{height: 280px; margin: auto;}
       }
       @media screen and (max-width:767px){
         .modal{margin: auto 20px;}
         .randd_modal_detail{padding: 20px;}
         .randd_modal_ttl{padding: 20px;}
         
         
          .modal_top-close{
            top: 10px;
            right: 10px;
            font-size: 4rem;
          }
          .modal-close_wh{
            color: #FFF;
            right: 0;
            top: -50px;
          }
          .modal_top{height: 260px; margin: auto 20px; max-width: 100%;}
          
          #modal_2{
            padding: 40px 0;
          }
          
          
        }
        
/*top modal*/  
.modal_linkbtn{
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  left: 0;
  max-width: 350px;
  padding: 0 10px;
  transform: translateY(-50%);
}


.modal_linkbtn li a{
  display: block;
  padding: 20px;
 border: 1px solid #000;
  position: relative;
  white-space: nowrap;
  text-align: center;
}
.modal_linkbtn li a img{
  width: 34px;
  margin-right: 5px;
}

.modal_linkbtn li + li{
  margin-top: 20px;
}
.modal_linkbtn p{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
  @media screen and (max-width:320px){
    .modal_linkbtn{
      padding: 5px;
    }
    .modal_linkbtn li a{
      padding: 20px 35px 20px 10px;
      font-size: 1.2rem;
      
    }
  }        