@charset "utf-8";
/* CSS Document */
html{
    scroll-behavior: smooth;
}
body{
    font-feature-settings: "palt";
    background-color: #FFF8E1;
}
h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
h3{
    font-weight: 400;
}
p{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.8rem;

}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
.inner-ico{
    width: 80px;
    height: auto;
    margin: auto auto 16px 0;
}
footer{
    padding-top: 0!important;
}

/* PC
------------------------------------------------------------*/
@media (min-width: 769px) {
body{
    width: 100%;
}
#container{
    
}
.inner{
    padding: 0;
}
/*toc(目次)*/
.toc{
    width: 95%;
    max-width: 980px;
    height: 210px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    margin: 52px auto 0 auto;
    padding: 24px 0 44px 40px;
}
.toc h3{
    color: #4FC3F7;
}
.toc ul{
    padding: 0;
}
.toc ul li{
    margin-top: 16px;
    list-style: inside;
}
.toc ul li a{
    color: #000;
    text-decoration: underline;

}
.toc ul li a:hover{
    color: #4FC3F7;
    
}

/*.content_title*/
.content_title{
    width: 100%;
    max-width: 980px;
    font-size: 3.2rem;
    color: #4FC3F7;
    border-bottom: 2px dotted #000;
    padding-bottom: 40px;
}

/*content_textleft(左側にテキストのレイアウト)*/
.content_textleft{
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.content_textleft p{
    width: 70%;
    margin-bottom: 80px;
}
.content_textleft img{
    width: 25%;
    margin-bottom: 100px;
}

/*content_textright(左側にテキストのレイアウト)*/
.content_textright{
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.content_textright p{
    width: 40%;
}
.content_textright iframe{
    width: 55%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

/*.link_button*/
.link_button{
    width: 400px;
    height: 56px;
    margin: 60px auto 0 auto;
    text-align: center;
    line-height: 56px;
    background-color: #4FC3F7;
    border-radius: 8px;
}
.link_button a{
    display: block;
    color: #fff;
}
.link_button a::after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url("https://www.narikoma-group.co.jp/lp/assets/images/harassment/arrow.svg")no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    left: 100px;
}
.link_button a:hover{
    color: #4FC3F7;
    background-color: #fff;
    border: 1px solid #4FC3F7;
    border-radius: 8px;
}
.link_button a:hover::after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url("https://www.narikoma-group.co.jp/lp/assets/images/harassment/arrow_active.svg")no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    left: 100px;
}

 /*harassment-mv*/
 .harassment-mv{
    width: 95%;
    margin: 40px auto;
 }
 .harassment-mv .inner{
    display: flex;
    justify-content: space-between;
 }
 .mv-img{
    width: 38%;
    height: 38%;
 }
 .harassment_text{
    width: 60%;
    margin: auto auto 0 0;
 }
 .numbering{
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 2.4rem;
    background-color: #4FC3F7;
    text-align: center;
    line-height: 40px;
 }
 .harassment_title{
    font-size: 4.0rem;
 }

 /*harassment_content*/
 .harassment_content{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-top-left-radius: 156px;
 }
 .harassment_read{
    width: 95%;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 120px;
 }
 .harassment_read img{
    width: 48px;
    height: 28px;
 }
 .harassment_read h2{
    font-size: 3.2rem;
    margin-top: 16px;
    color: #4FC3F7;
 }
 .harassment_read p{
    font-size: 1.6rem;
    margin-top: 32px;
 }

 /*#content01-02*/
 #content01 , #content02{
    width: 95%;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 80px;
 }
 #content02{
    padding-bottom: 120px;
 }

 /*profile*/
 #profile{
    width: 80%;
    max-width: 960px;
    margin: 120px auto 0 auto;
    background-color: #fff;
    border-radius: 16px;
    padding: 60px 80px;
    display: flex;
    justify-content: space-between;
 }
 #profile img{
    width: 30%;
    height: 30%;
    margin: auto 0;
 }
 .profile_detail{
    width: 65%;
 }
 .profile_detail h2{
    border-bottom: 2px dotted #000;
    padding-bottom: 20px;
 }

 /*footer*/
 footer{
    background-color: #FFF8E1;
    padding-top: 80px;
 }
}

/* Tablet and SP
------------------------------------------------------------*/
@media (max-width: 768px) {
    body{
        width: 100%;
    }
    #container{
        
    }
    .inner{
        padding: 0;
    }
    
    /*toc(目次)*/
    .toc{
        width: 90%;
        background-color: #fff;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
        border-radius: 8px;
        margin: 52px auto 0 auto;
        padding: 24px 20px;
    }
    .toc h3{
        font-size: 2.0rem;
        color: #4FC3F7;
    }
    .toc ul{
        padding: 0;
    }
    .toc ul li{
        margin-top: 8px;
        list-style: inside;
    }
    .toc ul li a{
        font-size: 1.4rem;
        color: #000;
        text-decoration: underline;
    
    }
    .toc ul li a:hover{
        color: #4FC3F7;
        
    }
    .content_textleft img{
        width: 60%;
        margin: 24px auto 0 auto;
        padding-bottom: 60px;
    }
    .content_textright iframe{
        width: 100%;
        aspect-ratio: 16 / 9;
        margin-bottom: 20px;
    }

    /*.content_title*/
    .content_title{
        width: 100%;
        font-size: 2.4rem;
        color: #4FC3F7;
        border-bottom: 2px dotted #000;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    /*.link_button*/
    .link_button{
        width: 100%;
        height: 60px;
        margin: 60px auto 0 auto;
        text-align: center;
        line-height: 60px;
        background-color: #4FC3F7;
        border-radius: 8px;
    }
    .link_button a{
        font-size: 1.8rem;
        display: block;
        color: #fff;
    }
    .link_button a::after{
        content: "";
        display: inline-block;
        width: 4px;
        height: 8px;
        background: url("https://www.narikoma-group.co.jp/lp/assets/images/harassment/arrow.svg")no-repeat;
        background-size: contain;
        position: relative;
        top: 0;
        left: 20px;
    }
    .link_button a:hover{
        color: #4FC3F7;
        background-color: #fff;
        border: 1px solid #4FC3F7;
        border-radius: 8px;
    }
    .link_button a:hover::after{
        content: "";
        display: inline-block;
        width: 4px;
        height: 8px;
        background: url("https://www.narikoma-group.co.jp/lp/assets/images/harassment/arrow_active.svg")no-repeat;
        background-size: contain;
        position: relative;
        top: 0;
        left: 20px;
    }
    /*harassment-mv*/
    .harassment-mv{
        width: 90%;
        margin: 20px auto;
    }
    
    .harassment-mv h2{
        width: 80%;
        max-width: 320px;
        margin-bottom: 60px;
    }
    .mv-img{
        width: 100%;
        max-width: 480px;
        margin: 40px auto;
    }
    .harassment_text{
        width: 100%;
        margin: auto auto 0 0;
    }
    .numbering{
        width: 80px;
        height: 28px;
        color: #fff;
        font-size: 1.6rem;
        background-color: #4FC3F7;
        text-align: center;
        line-height: 28px;
    }
    .harassment_title{
        font-size: 2.8rem;
    }
    /*harassment_content*/
    .harassment_content{
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        border-top-left-radius: 40px;
    }
    .harassment_read{
        width: 90%;
        margin: 0 auto;
        padding-top: 60px;
    }
    .harassment_read img{
        width: 48px;
        height: 28px;
    }
    .harassment_read h2{
        font-size: 2.4rem;
        margin-top: 16px;
        color: #4FC3F7;
    }
    .harassment_read p{
        font-size: 1.6rem;
        margin-top: 32px;
    }

    /*#content01-02*/
    #content01 , #content02{
        width: 90%;
        margin: 0 auto;
        padding-top: 120px;
    }
    #content02{
        padding-bottom: 120px;
    }
    /*profile*/
    #profile{
        width: 100%;
        margin: 120px auto 0 auto;
        padding: 40px 0;
        background-color: #fff;
    }
    #profile img{
        width: 90%;
        margin: 0 auto 40px auto;
    }
    .profile_detail{
        width: 90%;
        margin: 0 auto;
    }
    .profile_detail h2{
        border-bottom: 2px dotted #000;
        padding-bottom: 24px;
     }

    /*footer*/
    footer{
        background-color: #FFF8E1;
        padding-top: 80px;
    }
}

/* SP(iPhone SE and mini size)
------------------------------------------------------------*/
@media (max-width: 768px) {
    
}