@charset 'UTF-8';

body{
    font-size: 0.9rem;
    line-height: 1.2;
    color: #333333;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    
}
.wrapper{
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
}
.header{
    width: 100%;
    height: 80px;
    background-color: rgb(18, 34, 40);
    opacity: 0.9;
    position: fixed;
    top: 0;
    z-index: 9;
}

.header__logo a{
    text-decoration: none;
    color: #fff;
    line-height: 80px;
    padding-left: 2rem;
}
.header__logo a:hover{
    text-decoration: none;
    color: #ff8400;
}
.header__ttl{
    font-size: 2rem;
}
.header__ttl::before{
    position: absolute;
    top: -20px;
    left: 35px;
    font-size: .5rem;
    content: 'from Chukyo';
    color: rgb(136, 223, 255);
}
.tel{
    position: fixed;
    top: 20px;
    right: 40px;
    width: 55px;
}
.phone{
    background-color: #fff;
    border-radius: 6px;
    max-height: 40px;
    width: 32px;
    animation-name: pho;
    animation-duration:1.3s;
    animation-timing-function:ease-in;
    animation-iteration-count:1;
    animation-delay:.5s;
    animation-direction:alternate;
    animation-fill-mode:forwards;
}
@keyframes pho {
    0%{
        transform: translateX(0) rotate(0);
    }
    100%{
        transform: translateX(-20px) rotate(-350deg);
    }
}
/*ハンバーガー*/
#humBtn{
    position: fixed;
    top: -30px;
}
.Btn{
    position: fixed;
    top: 1.5rem;
    right: 1rem;
    width: 2rem;
    height: 1.8rem;
    cursor: pointer;
    z-index: 10;
}
.Btn::before,
.Btn::after,
.bar{
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background-color: #fff;
    border-radius: 5px;
    content: '';
    transition: transform 0.5s;
}
.Btn::before{
    top: 0;
}
.Btn::after{
    bottom: 0;
}
.bar{
    top: 42%;
    transition: opacity .5s;
}
#humBtn:checked + label .Btn::before{
    width: 110%;
    transform: translateY(12px)rotate(-315deg);
}
#humBtn:checked + label .Btn::after{
    width: 110%;
    transform: translateY(-12px)rotate(315deg);
}
#humBtn:checked + label .bar{
    opacity: 0;
}
#humBtn:checked ~ .bg__dark{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    background-color:#ff8400;
    z-index: -20;

}
/*navi-----------*/

.navi{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 13rem;
    background-color: rgb(21, 21, 21);
    padding: 20px;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .3s, opacity 0.3s;
}
.navi__ul{
    padding-left: 0;
}
.navi__list{
    margin-top: 60px;
    padding-left: 0;
}
.navi__listItem{
    border-top: solid 1px #fff;
}
.navi__listHead{
    position: relative;
    background-color: rgb(33, 33, 33);
}
.navi__listHead+.navi__listHead{
    border-top: solid 1px #fff;
}
.navi__listHead a{
    display: block;
    padding: 11px 0 25px 10px;
    text-decoration: none;
    color: #fff;
}
.navi__listHead a:hover{
    text-decoration: none;
    color: #65ffc4;
}
.itemruby{
    font-size: 0.8rem;
}
.ruby{
    position: absolute;
    top: 35px;
    left: 25px;
    font-size: 0.7rem;
}
.navi__head{
    display: block;
    padding: 10px;
    text-align: left;
    color: rgb(21, 21, 21);
    background-color: #fff;
}
.navi__listItem:last-child{
    border-bottom: solid 1px #fff;
}
.navi__listItem a{
    display: block;
    padding: 25px 0;
    text-decoration: none;
    color: #fff;
}
.navi__listItem a:hover{
    color: #ff8400;
}
.snslist{
    margin-top: 60px;
}
.snslist__item{
    padding: 10px 0;
}
.snslist__item a{
    text-decoration: none;
    color: #fff;
}
#humBtn:checked ~ .navi{
    background-color: #131313;
    transform: translateX(0);
    opacity: 0.9;
}


.video_container{
    position: relative;
    top: 50%;
    left: 0;
    z-index: 0;
}

video {
    width: 100%;
    height: 400px;
    object-fit:cover;
    filter: grayscale(100%) contrast(70%);
}

/*アンカーナビ*/
.anchor__nav{
    position: absolute;
    top: 30%;
    left: 5%;
    z-index: 3;
}
.navanch {
    text-decoration: none;
    padding-right: 2rem;
    font-size: 1.3rem;
    line-height: 2.5rem;
    color: #fff;
}
.navanch:hover{
    color: #ff8400;
}
/* タイピング */

.typing{
    width: 45%;
	position: absolute;
    top: 70%;
	right: 20px;
    z-index: 2;
}
.typed__wrap{
    width: 100%;
    text-align: center;
}

.typed{
    color:#fff;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.8rem;
}
.typed::after{
    content: "|";
    animation: blink 1s infinite;
    font-size: 2rem;
    line-height: 2.5rem;
}
@keyframes blink{
    30% {opacity:0;}
}

.main__inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

/*About------*/
.about{
    margin-top: 100px;
    background-image: url(../images/feature6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 40px 20px;
}
.about__inner{
    background-color:rgba(5, 109, 109, 0.85);
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    
}
.about__ttl{
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: #fff;
}
.about__txt{
    font-size: 1.05rem;
    text-align: left;
    line-height: 1.4;
    color: #fff;
}
/*ガイダンス*/
.guidance__inner{
    background-color:rgba(5, 109, 109, 0.85);
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    
}
.guidance__ttl{
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #fff;
}
.guidance__txt{
    font-size: 1.05rem;
    text-align: left;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 30px;
}
.guidance__btn{
    border:none;
    text-decoration: none;
    color: #131313;
    background-color: #fff;
    font-size: 1.3rem;
    padding: 10px 70px;
    border-radius: 2px;
}
.guidance__btn:hover{
    opacity: 0.9;
    color:rgb(0, 68, 92);
}

/*モーダル*/
.must__ttl{
    font-size: 2.1rem;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
}
.must__img{
    width: 100%;
}
.must__container{
    padding: 10px;
    border: solid 1px #333333;
    border-radius: 5px;
}
.arrow{
    width: 150px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.must__Ttl{
    font-size: 1.5rem;
    padding-top: 20px;
}
.jis__ttl{
    font-size: 1.1rem;
    background-color: rgb(42, 165, 87);
    color: #fff;
    font-weight: 300;
    padding: 10px;
}
.jsaa__ttl{
    font-size: 1.1rem;
    background-color: rgb(42, 136, 165);
    color: #fff;
    font-weight: 300;
    padding: 10px;
}
.red{
    color: rgb(171, 0, 0);
    border-bottom: 1px solid rgb(171, 0, 0);
}
.m__img{
    margin: 10px 0;
    width: 100%;
}
.result__ttl{
    display: block;
    padding: 20px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.7rem;
    color: #fff;
    background-color:rgb(0, 68, 92);
    position: relative;
}
.result__ttl::after{
    content: '2021年6月時点';
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0.6rem;
    color: #fff;

}
.results__list{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
}
.results__item{
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    list-style: none;
    line-height: 2rem;
    background-color: rgb(18, 34, 40);
    opacity: 0.8;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 5px;
}
.results__itemJa{
    font-size: 0.9rem;
    padding-left: 10px;
}
/*news*/
#news{
    padding-top: 140px;
    margin-top: -70px;
}
.news{
    text-align: center;
}
.news__ttl{
    margin: 10px 0;
    font-size: 2.2rem;
    padding-bottom: 0.8rem;
    border-bottom: solid 2px rgb(0, 68, 92);
}
.con__news{
    margin: 70px 10px 0;
    background-color: rgb(232, 232, 232);
    box-shadow: 0 1px 10px 0 rgb(179, 179, 179);
}
.news__row{
    text-align: left;
    padding: 30px;
    font-size: 1.1rem;
}
#pickup{
    padding-top: 140px;
    margin-top: -70px;
}
/*おすすめ商品*/
.hit{
    text-align: center;
}
.hit__ttl{  
    margin: 10px 0;
    font-size: 2.2rem;
    padding-bottom: 0.8rem;
    border-bottom: solid 2px rgb(0, 68, 92);
}


.card-ttl{
    background-color: rgb(13, 33, 109);
    color: #fff;
    width: 100%;
    line-height: 2.2rem;
    padding-left: 10px;
    border-radius: 4px 4px 0 0;
}

/*提供するサービス*/
#projects{
    padding-top: 140px;
    margin-top: -70px;
}

.projects{
    text-align: center;
}
.projects__inner{
    margin-top: 70px;
    padding: 0 10px;
}
.projects__ttl{  
    margin: 10px 0;
    font-size: 2.2rem;
    padding-bottom: 0.8rem;
    border-bottom: solid 2px rgb(0, 68, 92);
}

/* Acordion Faq */
.tab {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    color: #fff;
    overflow: hidden;
  }
  .tab_ac {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .tab_label{
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 1em;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 4;
    cursor: pointer;
    background-color: rgb(5, 87, 90);
  }
  
  .tab-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height 1.35s;
    transform: translateX(100%);
    transition: transform .5s, opacity .5s;
    color: #000;
  }
  
 
  /* :checked */
  .tab_ac:checked ~ .tab-content {
    max-height: 100%;
    transform: translateX(0);
    opacity: 0.9;
  }
  /* Icon */
  label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .8s;
  }
  .tab_ac + label::after {
    content: "+";
  }
  .tab_ac:checked + label::after {
    transform: rotate(315deg);
  }

/*プロジェクト中身*/
.pro__menu{
    box-sizing: border-box;
    padding: 20px 20px 10px;
    background-color: rgb(233, 233, 233);
}
.pro__ttl{
    display: inline-block;
    font-size: 1.3rem;
    margin-bottom: 18px;
    border-bottom: 2px solid #055491;
}
.pro__txt{
    font-size: 1.1rem;
    background-color: #055491;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.pro__txt2{
    font-size: 1rem;
    padding: 5px;
    border-radius: 3px;
}
/*information*/
.information{
    padding-top: 140px;
    margin-top: -70px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
.information__inner{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 10px;
}
.information__ttl{  
    margin: 10px 0;
    font-size: 2.2rem;
    padding-bottom: 0.8rem;
    border-bottom: solid 2px rgb(0, 68, 92);
}
.company__ttl{
    text-align: center;
    background-color: rgb(18, 34, 40);
    color: #fff;
    padding: 10px;
    opacity: 0.9;
}

.ttl{
    width: 35%;
}
.txt{
    width: 65%;
}
.gmap{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.gmap iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


  /*footer*/
  .footer{
      width: 100%;
      text-align: center;
      background-color: rgb(18, 34, 40);
      opacity: 0.9;
      color: #fff;
      padding-bottom: 20px;
  }
    .nav-anch{
        text-decoration: none;
        padding-right: 2rem;
        font-size: 1.1rem;
        color: #fff;
    }
    .nav-anch:hover{
        color: #ff8400;
    }
@media screen and (min-width:480px) {
    .tel{
        display: none;
    }
        /*アンカーナビ*/
    .anchor__nav{
        position: absolute;
        top: 30%;
        left: 20%;
    }
    .navanch {
        text-decoration: none;
        padding-right: 2rem;
        font-size: 1.2rem;
        line-height: 2.2rem;
        color: #fff;
    }
    /* タイピング */

    .typing{
        width: 450px;
        position: absolute;
        top: 70%;
        z-index: 2;
    }
    .typed__wrap{
        width: 100%;
        text-align: center;
    }
}
@media screen and (min-width:960px) {
    /* タイピング */

    .typing{
        left: auto;
        right: 15%;
    }
}