@charset "utf-8";

/*共通*/

*{
  font-family: 'Noto Sans JP', sans-serif;
  word-break: break-word;
}

h1, h2, h3, h4{
  letter-spacing: 0.1em;
  padding: 0.5em;
}

ul {
  list-style:none;
  }

a{
  cursor: pointer;
}

.w-container{
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.content{
  width: 100%;  
}

section{
  margin: 2rem;
}

/*ページ内リンク用*/
section.office {
  padding-top: 8rem;
  margin-top: -8rem;
}


/*ヘッダー*/

.header .header-box a img{
  width: 320px;
  height: auto;
}

/*ナビゲーションメニューここから*/

/*ハンバーガーボタン*/
.humburger {
  position: fixed;
  top: 25px;
  right: 60px;
  width: 56px;
  height: 56px;
	background-color: #ED1A35;
  box-sizing: border-box;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
}
 
.humburger_wrapper {
  margin: 16px 0;
  /*width: 42px;
  display: inline-block; */
}
 
.humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  }
 
.js_humburgerOpen .humburger_text.humburger_text__menu {
  display: none;
}
 
.humburger_text.humburger_text__close {
  display: none; 
}
 
.js_humburgerOpen .humburger_text.humburger_text__close {
  display: block; 
}
 
.humburger span.humburger_bar {
  display: block;
  width: 36px;
  margin: 0 auto 9px;
  height: 1.6px;
  background: #FFF;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; 
}
 
.humburger span.humburger_bar:last-child {
  margin-bottom: 0; 
}
 
.js_humburgerOpen .humburger span.humburger_bar {
  background: #000; 
}
 
.js_humburgerOpen .humburger span.humburger_bar.top {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); 
}
 
.js_humburgerOpen .humburger span.humburger_bar.middle {
  opacity: 0; 
}
 
.js_humburgerOpen .humburger span.humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); 
}
 
.humburgerButton.humburgerButton__close {
  top: 2%;
  right: 2%; 
}
 
.humburgerButton__close span.humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; 
}
 
.humburgerButton__close span.humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.humburgerButton__close span.humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px;
  z-index: 3;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform:translateZ(0) translateX(100%);
  overflow: auto; 
}

.js_humburgerOpen .navi {
  transform:translateZ(0) translateX(0);
}
 
.navi_item {
  position:relative;
  margin-bottom: 28px;
  font-size: 20px;
  white-space: nowrap;
  margin-left: 90px; 
}

.navi_item.op_innerLink {
  cursor: pointer; 
}
 
.spChildNavOpen {
  position: absolute;
  top: -6px;
  left: 80%;
  z-index: 20;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  padding: 10px; 
}
 
.js_openParent.js_fire > .spChildNavOpen {
  -webkit-transform: rotate(180deg);
   transform: rotate(180deg); 
}

.js_openParent.js_fire > .spChildNavOpen > .spChildNavOpen_wrapper:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0; 
}
 
.spChildNavOpen_wrapper {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  transform-origin: center; 
  }

  .spChildNavOpen_wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #111;
    position: absolute;
    top: calc(50% - 1px); 
  }

  .spChildNavOpen_wrapper:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #111;
    position: absolute;
    left: calc(50% - 1px);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; 
  }
 
 
.nav_child{
  padding-top:20px;
}
 
.nav_child_item{
  position: relative;
  font-size:16px;
  padding-left:20px;
  margin-bottom:10px;
}
 
.nav_child_item > a{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
}
 
.nav_child_item:last-child{
  margin-bottom:0px;
}
 
.js_openSwitch {
  cursor: pointer; }
 
.js_openTarget {
  display: none; }

/*ナビゲーションメニュー終わり*/


/*メイン*/
/*メインビジュアル*/
.hero{
  background-image: url(../img/hero.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 750px;
}

.slogan{
display: flex;
align-items: center;
justify-content: center;
height: 80%;
}

.slogan h1{
  font-size: 4rem;
  color: #111;
  text-shadow: 0 0 20px #FFF;
  /*text-shadow: 1px 1px 0 #111, -1px -1px 0 #111,
              -1px 1px 0 #111, 1px -1px 0 #111,
               0px 1px 0 #111,  0 -1px 0 #111,
              -1px 0 0 #111, 1px 0 0 #111;*/
  animation-name:fadeInAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
  }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

.slogan h1 span.turn-red{
  color: #ED1A35;
}


.main-container{
  display: flex;
}

.main-container .idea{
 text-align: right;
}

.block_text img{
  width: 75%;
  height: auto;
  border: 1px solid #ED1A35;
}

/*メイン終わり*/

/*works*/

.fixed{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}

.title{
  position:relative;
  padding:0 15px;
  margin: 2rem 0;
  letter-spacing: 0.1em;
}

.title::before{
  content:"";
  position:absolute;
  background:#ed1a3676;
  width:50px;
  height:50px;
  top:50%;
  left:5px;
  transform:translateY(-50%);
  z-index:-1;
}

.subtitle{
  background:linear-gradient(transparent 90%,#ed1a3676 90%);
  margin-bottom: 2em;
}

.slick li div img{
 max-width: 98%;
}

/*works終わり*/

/*topic*/

.topic-guide{
  margin: 2rem 0;
}

.order{
  text-align: center;
}

.order img{
  width: 60%;
}

h4 {
	position: relative;
	padding: .3em .3em .3em 1.3em;
}

h4::after {
	position: absolute;
	content: '';
	bottom: .6em;
	left: .3em;
	width: 12px;
	height: 12px;
	background-color: #000;
}

.bunner{
  width: 80%;
  margin: 0 auto;
}

.topic-guide .features p,
.topic-guide .product p{
  text-indent: 1em;
 }


/*topic終わり*/

/*privacy*/

.common-sec ol{
  padding: 1em 0 1em 2em;
}

.span-data{
  font-size: 14px;
  padding: 1em;
  background: #f7e9ea;
  width: fit-content;
}

.privacy-contact{
  border: 1px solid #000;
  margin: 0.5rem;
  padding: 1rem;
  width: fit-content;
}

.privacy-contact a{
  background:linear-gradient(transparent 20%,rgba(237,26,53,0.6) 20%);
}

.privacy-contact a:hover{
  color: #FFF;
  text-decoration:none;
}

/*privacy終わり*/

/*office*/

.office{
  width: 85%;
  margin: 0 auto;
  padding: 1rem;
}

.title{
  padding: 0 0.4em;
  letter-spacing: 0.1em;
}

.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.list dt, .list dd {
  box-sizing: border-box;
}

.list dt {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 30%;
  padding: 0.5em;
  border-bottom: 1px solid #999;
}

.list dt:last-of-type,
.list dd:last-of-type {
  border: none;
}

.list dd {
  display: flex;
  align-items: center;
  width: 70%; 
  margin-left: 0;
  padding: 0.5em;
  border-bottom: 1px solid #999;
}

.flex{
  display: flex;
}

.built-no{
  padding: 0.5em 1em;
  border: 1px solid #333;
}

.built-ul{
  margin-top: 1.6em;
}

/*↓地図のpopup↓*/
  
  /*↓ボタンになるimgタグの仕様↓*/

  label.popup-open img{
    width: 8rem;
    height: auto;
    padding: 1em;
  }

  label.popup-open img:hover{
    opacity: 0.6;
  }
    /*↑ボタンになるimgタグの仕様↑*/


  #popup {
    display: none; /* label でコントロール → input は非表示に */
    }
    
    .popup-open {
    cursor: pointer; 
    }
    
    .popup-overlay {
    display: none; /* input にチェックが入るまでは非表示 */
    }
    
    #popup:checked ~ .popup-overlay {
    display: block;
    z-index: 8;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    }
    
    .popup-window {
    max-width: 600px;
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    
    .popup-img {
    margin: 0;
    }
    
    .popup-text:not(:last-of-type) {
    margin-bottom: 1em
    }
    
    .popup-close {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: 0;
    }

    /*↑地図のpopup↑*/


.office td{
  letter-spacing: 0.2em;
  border-bottom: 1px dotted #cccccc;
}

.office h4{
  font-weight: 400;
  margin-bottom: 1em;
}

.office table{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.office table td, .etc{
  padding: 1.5em 1.5em 0;
}

.etc{
  text-align: end;
}

.office ul{
  padding-left: 2rem;
  line-height: 2rem;
}

.office ul li{
  list-style-type: disc;
}

/*office終わり*/

/*recruit*/

.apply{
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  border: 2px double #333;
}

.apply dt, .apply dd {
  box-sizing: border-box;
}

.apply dt {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 30%;
  padding-left: 2em;
  border-bottom: 1px solid #999;
}

.apply dd {
  display: flex;
  align-items: center;
  width: 70%;
  margin-left: 0;
  padding: 0.5em;
  border-bottom: 1px solid #999;
}

.endorsement{
  text-align: end;
}


/*recruit終わり*/

/*フッター開始*/

.footer{
  background: #ED1A35;
  color: #fff;
  height: 16em;
  line-height: 1.5em;
}

.footer .footer-container{
  width: 80%;
  margin: 0 auto;
  display: flex;
  padding-top: 2em;
  line-height: 2em;
  justify-content: space-around;
  align-items: end;
}

.footer .footer-contact{
  margin-top: 1em;
}

/*コピーライト*/
.copy{
  font-weight: 100;
}

/*フッターここまで*/



/*responsive*/
@media screen and (max-width:1024px){


 /*メイン*/

main{
  margin: 1em;
}

}


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

  .w-container{
    width: 100%;
  }

  section{
    margin: 1rem;
  }
  

  /*ヘッダー*/

.header .header-box .contact{
  display: block;
  margin-right: 0;
}


/*メイン*/

main{
  margin: 0;
  width: 100%;
}

.main-container{
  display: block;
  text-align: center;
}

.main-container .idea{
  text-align: inherit;
}

.block_text img {
  margin: 2rem;
}


/*ナビゲーション*/
.humburger {
  position: fixed;
  top: 25px;
  right: 60px;
  width: 56px;
  height: 56px;
	background-color: #ED1A35;
  box-sizing: border-box;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
}

  .humburger {
    display: block;
    right: 16px;
    top: 16px;
  }


  .humburger_text {
    font-size: 10px;
    padding-top: 2px; 
   } 
 
  .humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; 
   }  

  .js_humburgerOpen .humburger_text svg path {
    fill: #000; 
   }

  .humburger span.humburger_bar {
    left: 0;
    top: 0;
    background: #FFF; 
   }
     
   .navi {
     padding: 100px 5% 0; 
   }

   .js_humburgerOpen .navi {
     width: 100%;
   }

  .navi_item {
    margin-left: 0;
    font-size: 18px; 
  }
  
  /*ナビゲーションここまで*/

  .hero{
    height: 600px;
  }
  
  .slogan{
    align-items: end;
    justify-content: inherit;
    height: 95%;
    }
    
  .slogan h1{
    font-size: 2.7rem;
  }
  

/*topic*/
.title h2 span{
  font-size: 18px;
}

.order img{
  width: 100%;
}

/*topic終わり*/

/*privacy*/

.privacy-contact{
margin: 0 auto;
}

/*privacy*終わり/

/*office*/

.office{
  width: 100%;
}

.list {
  font-size: 16px;
}

.list dt, .list dd {
  box-sizing: border-box;
}

/*.list{
  width: 100%;
  margin-bottom: 1em;
}

.list dt{
  width: 30%;
  justify-content: left;
}

.list dd{
  width: 70%;
}*/


.office .flex{
  flex-direction: column;
}

.office .flex {
  text-align: left;
}

  /*popup*/
  .popup-window .popup-img img{
    width: 350px;
    }

  /*popup*/


.office table td, .etc{
  padding: 1em 1em 0;
}


/*office終わり*/

/*recruit*/

.apply{
  width: 100%;
  font-size: 14px;
}

/*recruit終わり*/

/*footer*/
  .footer{
    height: auto;
    line-height: 1.5em;
  }
  
  .footer .footer-container{
    display: block;
    padding-top: 2em;
    line-height: 2em;
    align-items: left;
  }
  
  .footer .footer-menu ul li{
    font-size: 16px;
  }
  
  .footer .footer-contact{
    margin: 1em 0;
  }
  
  .footer-logo{
    text-align: center;
  }

  .otherlogo a{
    margin-top: 2em;
  }
  
  .copy{
    font-size: 10px;
    font-weight: 100;
  }
}

@media screen and (max-width:667px){
 
}


/*responsive終わり*/