@charset "UTF-8";
@import url("sanitize.css");
@font-face {
    font-family: 'SourceHanSans-Normal'; 
    src: url('../fonts/SourceHanSansJP-Normal.otf') format('opentype');
}
@font-face {
    font-family: 'SourceHanSans-Bold'; 
    src: url('../fonts/SourceHanSansJP-Bold.otf') format('opentype');
}

body {
    font-family: 'SourceHanSans-Bold', sans-serif;
    letter-spacing: 0.1em;
}
h1,h2 {
    letter-spacing: 0.2em;
}
h1 {
    margin: 0;
}
a {
    display: block;
    color: black;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 40px;
    }
    h3 {
        font-size: 16px;
    }
    p {
        font-size: 13px;
    }
}


/*共通コンテンツ
-------------------------------------*/
section {
	padding: 3rem 0;
}
.gray-back {
	background-color: #f4f4f4;
}
.sec-big {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec-big--gray {
    background-color: #f4f4f4;
}
.sec-big--yellow {
    background-color: #FFFF73;
}
.sec-big--title {
    padding: 0.5rem 0;
}
.sec-big--btn {
    padding: 0;
}

.slack-btn-area {
    /* background: rgba(50,50,50,0.2); */
    width: 100%;
}
.slack-btn-area--top {
    margin-top: -85px;
}
.slack-btn-area a:hover { 
    color: #000;
}
.slack-btn {
    display: flex;
    align-items: center;
    font-weight: bold;
    background-color: white;
    border-radius: 50px;
    margin: 10px auto 30px;
    padding: 3px 20px;
    width: fit-content;

    border: solid 2px #4a154b;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}
/* .slack-btn:hover { 
    background-color: #eee;
} */
.image--slack {
    height: 24px;
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    .slack-btn-area--top {
        margin-top: -75px;
    }
    .image--slack {
        height: 18px;
    }
    .slack-btn p {
        font-size: 13px;
    }
}

/*ヘッダー
-------------------------------------*/
.header-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header {
    height: 110px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;

    position: relative;
}
.image--header {
    width: 150px;
    padding: 20px;
    position: relative;
}
.image--free {
    display: block;
    width: 200px;
    position: relative;
    top: -70px;
    right: 38px;
    margin-left: auto;
}
/* メニュー */
.nav-openbtn {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 10px;
    margin-left: auto;
    width: 50px;
    height: 50px;
}
/*ボタン内側*/
.nav-openbtn .openbtn-area {
    transition: all .4s;
}
.nav-openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    width: 45%;
    border-radius: 2px;
    background: #000;
}
.nav-openbtn span:nth-of-type(1) {
    top:15px;	
}
.nav-openbtn span:nth-of-type(2) {
    top:23px;
}
.nav-openbtn span:nth-of-type(3) {
    top:31px;
}
/*activeクラスが付与されると
線と周りのエリアが回転して×になる*/
.nav-openbtn.active .openbtn-area {
    transform: rotateY(-180deg);
}
.nav-openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.nav-openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.nav-openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

#nav-area {
    position:fixed;
    z-index: 999;
    top: -100%;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#nav-area.panelactive {
    top: 0;
}
/*ナビゲーションの縦スクロール*/
#nav-area.panelactive #nav-list {
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#nav-area ul {
    margin: 100px auto 50px auto;
}
/*リストのレイアウト設定*/
#nav-area li {
    list-style: none;
    text-align: center; 
}
#nav-area li a {
    padding: 8px;
    margin: 16px auto;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#nav-area.panelactive body{ 
 height: 100%;
 overflow: hidden
}
@media screen and (max-width: 768px) {
    .image--free {
        width: 150px;
    }
}


/*TOP
-------------------------------------*/
.sec-big--top {
    padding: 0;
}
.sec-big--top .block {
    margin-left: 30px;
}
.image--man {
    width: 290px;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .image--man {
        width: 250px;
        margin-top: 20px;
    }
}


/*サービス特徴
-------------------------------------*/
.sec-message {
    display: flex;
    flex-wrap: wrap;
}
.sec-message--icon img {
    width: 50px;
}
.sec-message--content {
    background-color: white;
    border-radius: 5px;
    margin: 0 0 8px 8px;
    padding: 10px 20px;
    max-width: 260px;
}
.sec-message--content .name {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
}
.sec-message--content .time {
    display: inline-block;
    font-family: 'SourceHanSans-Normal', sans-serif;
    font-size: 11px;
}
.sec-message--content .text {
    font-family: 'SourceHanSans-Normal', sans-serif;
    font-size: 13px;
    padding-bottom: 15px;
}
.action img {
    border-style: none;
    height: 30px;
}

/*対応業種
-------------------------------------*/
.industry {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 780px;
    padding: 20px 40px;
}
.industry img {
    width: 120px;
    margin: 10px;
}

/*回答メンバー
-------------------------------------*/
.sec-member {
    padding-bottom: 0;
}
.title--white {
    background-color: white;
    padding: 50px;
    margin: -40px 0;
}
.img--member {
    width: 80%;
    max-width: 360px;
    padding: 30px 0 10px;
}
.text--member {
    font-size: 13px;
    letter-spacing: 0;
}

/*利用の流れ
-------------------------------------*/
.sec-big--flow {
    height: 470px;
}
.circle {
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    border-radius: 50%;
    background: white;
}
.img--click {
    position: absolute;
    top: 42%;
    right: -16px;
    width: 260px;
}
.img--24 {
    position: absolute;
    top: 25%;
    right: -30%;
    width: 130px;
}
.img--demo {
    position: absolute;
    top: -15%;
    right: 40px;
    width: 150px;
}
.title--number {
    font-size: 35px;
    width: 280px;
    margin: 0 0 -20px;
}
.text--flow {
    text-align: center;
    line-height: 22px;
    margin-top: 50px;
}

/*フッター
-------------------------------------*/
footer {
    font-family: 'SourceHanSans-Normal', sans-serif;
    font-size: 12px;
    background: rgba(50,50,50,0.2);
    padding: 3rem 0;
    text-align: center;
}
footer .footer-link{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0 20px;
    width: 400px;
}
@media screen and (max-width: 768px){
    footer .footer-link{
        width: 300px;
    }
}

/*フッター遷移先
-------------------------------------*/
.info-page--header {
    height: 90px;
}
.info-page--section {
    font-family: 'SourceHanSans-Normal', sans-serif;
    margin: 0 auto;
    padding: 0 30px 30px;
    max-width: 800px;
}
.info-page--section h2 {
    border-bottom: 2px solid #777;
}
.link {
    text-decoration:underline;
    text-decoration-color: #777;
}
.link--privacypolicy {
    display: inline;
}
@media screen and (max-width: 768px){
    h2 {
        font-size: 21px;
    }
    .info-page--section {
        font-size: 15px;
    }
}


/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){


}