@charset "utf-8";
/* CSS Document */
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Noto Sans JP', sans-serif!important;
    font-feature-settings: "palt";
}
h2{
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: 800;
}
h3{
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: 400;
}
h4 , h4 span{
    margin: 16px auto 8px auto;
}
p,li{
    font-weight: 400;
}
p{
    margin-bottom: 0;
}
.content-group a{
    color: #478BFF;
    
}
.content-group a:hover{
    color: #000;
}

ul li{
    list-style: none;
}
ul{
    padding: 0;
}

section{
    margin-bottom: 0;
}
.btn{
    border: none;
}
#btn01{
    background: #1DB68A;
    border: none;
}
#btn01:hover{
    color: #1DB68A;
    border: 1px solid #1DB68A;
    background: #fff;
}
#btn02{
    background: #E60012;
    border: none;
}
#btn02:hover{
    color: #E60012;
    border: 1px solid #E60012;
    background: #fff;
}
.conversation-main img{
    width: 100%;
    aspect-ratio: 16 / 7;
    border-radius: 24px;
    margin: 32px auto 8px 0;
    object-fit: cover;
}
.img-caption{
    color: #949494;
    margin-bottom: 32px;
}
footer .inner .ta-c{
    margin-bottom: 16px;
}
footer .inner p{
    line-height: 2.8rem;
}
footer .inner .ta-c br{
    margin-bottom: 0;
}
.banner{
    margin-top: 24px;
}
span{
    color: #ED6E45;
}
.toc .sub-title a{
        font-size: 1.6rem;
        color: #000;
        border-bottom: none;
    }
    .toc .sub-title a:hover{
        color: #478BFF;
    }
/*person color*/
.name{
        font-weight: 900;
        
    }
    .person01 .name{
        color: #FF7B47;
    }
    .person02 .name{
        color: #478BFF;
    }
    .person03 .name{
        color: #FF474A;
    }
    .person04 .name{
        color: #13ae10;
    }
    .person05 .name{
        color: #9e2fde;
    }
    #eye_catcher{
        display: none!important;
    }
    #chatplusview{
        display: none!important;
    }
/* PC
------------------------------------------------------------*/
@media (min-width: 769px) {
    /*メインビジュアルの調整*/
    .conversation-mv , .conversation-mv .inner , .dis-pc img{
        width: 100%;
    }
    .inner{
        padding: 0;
    }
    .sp{
        display: none;
    }
    .conversation-main p , .conversation-read p{
        font-size: 1.8rem;
        line-height: 3.2rem;
    }
    
    
    .content-group h2{
        font-size: 2.8rem;
        margin-bottom: 40px;
        display: flex;
        position: relative;
        padding-left: 11px;
    }
    .content-group h2::before{
        content: "";
        display: block;
        width: 3px;
        height: 100%;
        background: #478BFF;
        position: absolute;
        left: 0;
    }
    .content-group h3{
        font-size: 2.2rem;
        margin-bottom: 24px;
        font-weight: 800;
        color: #000000;
        margin-top: 40px;
    }

    /*width制御*/
    .w-1200{
        width: calc(100% - 80px);
        max-width: 1200px;
        margin: 0 auto 60px auto;
    }
    /*conversation-wrap*/
    .conversation-wrap{
        max-width: 1200px;
        margin: 60px auto;
    }

    /*conversation-read*/
    .conversation-read{

    }
    .conversation-read p{
        margin-bottom: 8px;
    }
    .conversation-read p:last-child{
        margin-bottom: 0;
    }
    /*toc*/
    .toc{
        width: calc( 100% - 80px );
        max-width: 1200px;
        margin: 0 auto;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
        padding: 32px 72px;
        border-radius: 8px;
    }
    .toc h2:before{
        display: none;

    }
    .toc h2{
        padding: 0;
        margin-bottom: 24px;
    }
    .toc .main-title{
        margin-top: 16px;
    }
    .toc .main-title:first-child{
        margin-top: 0;
    }
    .toc .sub-title{
        margin-top: 8px;
    }
    .toc .main-title a{
        font-size: 2.0rem;
        display: flex;
    }
    .toc .main-title a::before{
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        margin: auto 8px auto 0;
        background: #478BFF;
    }
    .toc .sub-title a{
        font-size: 1.6rem;
        text-decoration: none;
    }

    /*conversation-main*/
    .conversation-main{
        margin: 40px auto 0 auto;
    }

    /*.content-profile*/
    .content-profile{
        margin-bottom: 60px;
    }
    .content-profile ul{
        display: flex;
        justify-content: space-between;
    }
    .content-profile ul li{
        width: 32%;
        border-radius: 8px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
        padding: 24px ;
    }
    .content-profile ul li img{
        margin-bottom: 16px;
        aspect-ratio:  4 / 3;
        object-fit: cover;
    }
    .content-profile ul li .company{
        font-size: 1.4rem;
        line-height: 2.0rem;
        margin-bottom: 8px;
        
    }
    .content-profile ul li .company .company-a{
        color: #000;
        font-weight: 900;
    }
    .content-profile ul li .name{
        font-size: 2.4rem;
        margin-bottom: 16px;
        font-weight: 800;
        padding: 0;
    }
    .content-profile ul li .name::before{
        display: none;
    }
    .content-profile ul li .profile-detaile{
        font-size: 1.6rem;
        line-height: 2.4rem;
    }


    /*.content-group*/
    .content-group{
        margin-bottom: 64px;
    }
    .content-group div p:last-child{
        margin-bottom: 24px;
    }

    /*related-content*/
    .related-content{
        margin-bottom: 64px;
    }
    .related-content ul{
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }
    .related-content ul li{
        width: 32%;
        padding: 32px 24px;
        border-radius: 8px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    }
    .related-content ul li a{
        color: #478BFF;
        text-decoration: none;
    }
    .related-content ul li a:hover{
        color: #000;
    }
    .related-content ul li a img:hover{
        opacity: 0.7;
    }
    .related-content ul li a img{
        width: 100%;
        border-radius: 0;
        aspect-ratio: auto;
        object-fit: contain;
        margin: auto auto 8px auto;
    }
    .related-content ul .column-1{
        width: 100%;
    }
    .related-content ul .column-1 a{
        display: flex;
        justify-content: space-between;
    }
    .related-content ul .column-1 a img{
        width: 40%;
    }
    .related-content ul .column-1 a p{
        width: 56%;
        margin: auto 0 16px auto;
    }

    /*footer*/
    footer{
        background: #fff;
        border-top: #478BFF 1px solid;
        padding: 32px 0;
    }
    .copyright{
        color: #000;
        background: #fff;
    }
}

/* Tablet and SP
------------------------------------------------------------*/
@media (max-width: 768px) {
    /*header*/
    .header_link{
        width: 64%;
        max-width: 380px;
        display: flex;
        justify-content: space-between;
    }
    header h1{
        width: max(10%, 120px);
    }
    header .btn{
        padding: 10px 20px;
        text-align: center;
    }
    .header_link a{
        font-size: 1.2rem;
        display: block;
    }
    #btn01{
        width: 42%;
        border: 0px;
    }
    #btn02{
        width: 56%;
        border: 0px;
        margin-left: 8px;
    }
    .conversation-mv{
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
    }
    .conversation-mv .inner{
        padding: 0;
    }
    .conversation-mv .inner .img-c img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .conversation-main p , .conversation-read p{
        font-size: 1.8rem;
        line-height: 3.2rem;
    }
    .content-group h2{
        font-size: 2.8rem;
        margin-bottom: 40px;
        display: flex;
        position: relative;
        padding-left: 11px;
    }
    .content-group h2::before{
        content: "";
        display: block;
        width: 3px;
        height: 100%;
        background: #478BFF;
        position: absolute;
        left: 0;
    }
    .content-group h3{
        font-size: 2.2rem;
        margin-bottom: 24px;
        font-weight: 800;
        color: #000000;
        margin-top: 40px;
    }
    /*width制御*/
    .w-1200{
        width: 90%;
        margin: 0 auto 40px auto;
    }
    .conversation-main img{
        width: 100%;
        margin: 32px auto;
        aspect-ratio: 8 / 5;
    }
    /*conversation-wrap*/
    .conversation-wrap{
        margin: 40px 0;
    }
    /*conversation-read*/
    .conversation-read p{
        margin-bottom: 8px;
    }
    .conversation-read p:last-child{
        margin-bottom: 0;
    }
    /*toc*/
    .toc{
        width: 90%;
        margin: 0 auto;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
        padding: 32px 24px;
        border-radius: 8px;
    }
    .toc h2:before{
        display: none;

    }
    .toc h2{
        padding: 0;
        margin-bottom: 24px;
    }
    .toc .main-title{
        margin-top: 16px;
    }
    .toc .main-title:first-child{
        margin-top: 0;
    }
    .toc .sub-title{
        margin-top: 8px;
    }
    .toc .main-title a{
        font-size: 1.6rem;
        display: flex;
    }
    .toc .main-title a::before{
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        margin: auto 8px auto 0;
        background: #478BFF;
        flex-shrink: 0;
    }
    .toc .sub-title a{
        font-size: 1.6rem;
        text-decoration: none;
    }
    /*conversation-main*/
    .conversation-main{
        margin: 40px auto 0 auto;
    }
    /*.content-profile*/
    .content-profile{
        margin-bottom: 60px;
    }
    .content-profile ul li{
        border-radius: 8px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
        padding: 24px ;
        margin-bottom: 40px;
    }
    .content-profile ul li:last-child{
        margin-bottom: 0;
    }
    .content-profile ul li img{
        margin-bottom: 16px;
        aspect-ratio:  4 / 3;
        object-fit: cover;
    }
    .content-profile ul li .company{
        font-size: 1.6rem;
        line-height: 2.0rem;
        margin-bottom: 8px;
    }
    .content-profile ul li .company .company-a{
        color: #000;
        font-weight: 900;
    }
    .content-profile ul li .name{
        font-size: 2.2rem;
        margin-bottom: 16px;
        font-weight: 800;
        padding: 0;
    }
    .content-profile ul li .name::before{
        display: none;
    }
    .content-profile ul li .profile-detaile{
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    /*.content-group*/
    .content-group{
        margin-bottom: 64px;
    }
    .content-group div p:last-child{
        margin-bottom: 24px;
    }
    
    /*related-content*/
    .related-content{
        margin-bottom: 64px;
    }
    .related-content ul{
    }
    .related-content ul li{
        padding: 24px;
        border-radius: 8px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
        margin-bottom: 24px;
    }
    .related-content ul li:last-child{
        margin-bottom: 0;
    }
    .related-content ul li a{
        color: #478BFF;
        text-decoration: none;
    }
    .related-content ul li a:hover{
        color: #000;
    }
    .related-content ul li a img:hover{
        opacity: 0.7;
    }
    .related-content ul li a img{
        width: 100%;
        border-radius: 0;
        aspect-ratio: auto;
        object-fit: contain;
        margin: auto auto 8px auto;
    }
    .related-content ul{
        margin-bottom: 24px;
    }
    .related-content ul:last-child{
        margin-bottom: 0;
    }
    /*footer*/
    footer{
        background: #fff;
        border-top: #478BFF 1px solid;
        padding: 32px 0;
    }
    .copyright{
        color: #000;
        background: #fff;
    }
}