@charset "UTF-8";
/* 共通部分 */
html{
    font-size:100%;
}
body{
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', sans-serif;
    line-height: 1.7;
    color: #432;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}


/* ヘッダー */
.wrapper{
    max-width: 1100px;
    margin:0 auto;
    padding:0 4%;
}

h1{
    text-align: center;
}

.logo{
    width: 50px;
    margin-top: 43px;
}


/* メインビジュアル */
.home-content{
    text-align: center;
    margin-top: 200px;
}

.home-content p{
    font-size: 1.32rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:48px ;
}

.page-title{
    font-size: 4.18rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.main-bg{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#home{
    background-image: url(../img/main-img.png);
    min-height: 90vh;
}

.sub-ttl h2{
    text-align: center;
}

/* タブ切り替え */
#responsiveTabs ul{
    text-align: center;
}

#responsiveTabs li{
    margin-top:172px;
    margin-left: 72px;
    font-family:'Montserrat', sans-serif ;
    font-size: 1rem;
    font-weight: bold;
}

#responsiveTabs li a{
    color: #3c3c3c;
}

#responsiveTabs li a:hover{
    color:#ffdc00;
}

#responsiveTabs li p{
    text-decoration: none;
}


/* サムネイル */
.grid{
    display: grid;
    grid-template-columns:repeat(2,1fr);
    grid-column-gap: 6px;
    margin-top: 60px;
}

.item{
    display: block;
    -webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
}

.item:hover{-webkit-filter: grayscale(0);
		filter: none;
        filter: grayscale(0);
        transition-duration: 1s;
}


/* プロフへの導線 */
.prflink-bg{
    background-color: #a9a9a9;
}
.prof-content{
    text-align: center;
    margin-top: 200px;
}
.prof-content p{
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding-top: 108px;
    margin-bottom:32px;
}
.btn-flat-border {
    width: 214px;
    height: 46px;
    display: inline-block;
    text-decoration: none;
    line-height: 46px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    border: solid 2px #fff;
    transition: .4s;
    margin-bottom: 108px;
  }
  
.btn-flat-border:hover {
    background: #fff;
    color: #323823;
  }


/* スライダー   */
#slick {
    margin-bottom: 120px;
}
#slideimgs{
    display: none;
}



/* キャプション */
.captions{
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 90px;
    border-bottom: #dcdcdc 2px solid;
}
.captions li{
    width: 45%;
}
.captions li p{
    color: #6b6b6b;
    padding-left: 70px;
}

.caption_ttl{
    display: flex;
}

.caption_ttl i{
    width: 40px;
    margin-right: 30px;
}

.caption_ttl h3{
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #212121;
}

.btn-flat-border-ver2 {
    width: 214px;
    height: 46px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 46px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #3c3c3c;
    border: solid 2px #3c3c3c;
    transition: .4s;
  }
  
.btn-flat-border-ver2:hover {
    background: #3c3c3c;
    color: #fff;
  }

.w-outline{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 90px;
    margin-bottom: 210px;
}

.data h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #212121;
    margin-bottom: 20px;
}

.data li{
    color: #6b6b6b;
}

.data li span{
    float: left;
    clear: left ;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #212121;
    padding-right: 2px;
}

.data li a{
    color: #141471;
    text-decoration: underline;
}

.data li a:hover{
    color: #141471;
    text-decoration: none;
}


/* プロフヒーロー */
.prof-ttl{
    text-align: center;
    margin-top: 40px;
}

.prof-ttl h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 2.55rem;
    color:#212121;
}

.prof-ttl p{
    font-family:'Caveat', cursive, serif;
    font-size: 1.35rem;
    color: #d2d2d2;
    margin-top: 40px;
}


/* プロフィール中身 */
.prof-contents{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 110px;
}

.prof-txt{
    width: 48%;
}

.prof-txt p{
    color: #6b6b6b;
}

.prof-txt h3{
    color: #212121;
    margin-bottom: 50px;
}

.my-status{
    width: 48%;
}

.my-status p{
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    margin-bottom: 5px;
}

.bar{
    height: 6px;
    max-width: 800px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    color: #6b6b6b;
    font-family: 'Montserrat', sans-serif;
    padding-top: 5px;
    position: relative;
  }
  .bar::before{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 6px;
    top: 0;
    z-index: -2;
    background: #ecf0f1;
  }
  .bar::after{
    content: '';
    background: #eec700;
    height: 6px;
    transition: 0.7s;
    display: block;
    width: 100%;
    animation: bar-before 1 1.8s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .bar1::after{
    max-width: 95%;
  }
  .bar2::after{
    max-width: 80%;
  }
  .bar3::after{
    max-width: 50%;
  }
  .bar4::after{
    max-width: 68%;
  }
  .bar5::after{
    max-width: 30%;
  }
  .bar6::after{
    max-width: 50%;
  }

  @-webkit-keyframes bar-before{
    0%{
      width: 0px;
    }
    100%{
      width: 100%;
    }
  }

  .mulink-bg{
    background-image: url(../img/mu-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }



/* フッター */
footer{
    text-align: center;
    padding: 23px 0;
    border-top: 2px #dcdcdc solid;
}
footer p{
    color: #7a7a7a;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
}



/* SP */
@media(max-width:600px){
    .home-content{
        margin-top: 100px;
    }
    .page-title{
        font-size: 2.3rem;
    }
    #home{
        background-image: url(../img/main-img_sp.png);
    }
    #responsiveTabs li{
        margin-top:45px;
        margin-left: 45px;
    }
    .grid{
        margin-top: 45px;
        grid-template-columns: 1fr;
    }
    .prof-ttl p{
        font-size: 1.5rem;
    }
    .prflink-bg{
        background-color: #a9a9a9;
    }
    .prof-content{
        margin-top: 129px;
    }

    #slick {
        display: none;
    }
    #slideimgs{
        display: block;
    }
    #slideimgs li{
        width: 90%;
        margin: 0 auto 22px;
    }

    .captions{
        margin-top: 35px;
        flex-direction:column;
        align-items: center;
        padding-bottom: 86.5px;
    }
    .captions li{
        width: 100%;
        margin-bottom: 35px;
    }
    .caption_ttl{
        flex-direction: column;
        align-items: center;
    }
    .captions li p{
        padding-left: 0px;
    }
    .caption_ttl i{
        margin-right: 0px;
    }
    .w-outline{
        flex-direction: column;
        align-items: flex-start;
    }
    .data li{
        margin-bottom: 18.5px;
    }
    .btn-flat-border-ver2{
        margin-top: 36.5px;

    }

    .prof-ttl p{
        font-size: 0.95rem;
    }
    .prof-contents{
        flex-direction: column;
    }
    .prof-txt{
        width: 100%;
        margin-bottom: 26px;
    }
    .my-status{
        width: 100%;
    }
    .mulink-bg{
        background-image: url(../img/mu-img_sp.png);
      }

}