@charset "utf-8";
/* CSS Document */
body{
    font-feature-settings: "palt";
}
h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
p{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2.8rem;
}
ul li{
    list-style: none;
}

/* PC
------------------------------------------------------------*/
@media (min-width: 769px) {
    br{
        display: block;
        content: "";
        margin-bottom: 8px;
    }
    
    /*mv*/
    .kyusyoku-mv{
        width: 100%;
    }
    .kyusyoku-mv .inner{
        width: 100%;
        padding: 0;
    }
    /*給食コンテンツ*/
    .aisatsu{
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .aisatsu_inner{
        display: flex;
    }
    .textgroup_01{
        width: 40%;
    }
    .textgroup_01 h2{
        font-size: 5.6rem;
        text-align: left;
        line-height: 72px;
    }
    .textgroup_01 .accent{
        color: #E56B21;
    }
    .textgroup_02{
        width: 55%;
        margin-left: 5%;
    }
    .subtitle_under{
        font-size: 4.0rem;
        font-weight: 900;
        text-align: left;
        color: #E56B21;
    }
    .subtitle_under::after{
        content: "";
        display: block;
        width: 240px;
        height: 1px;
        background: #E56B21;
        margin: 32px 0;
    }

    /*プロフィール*/
    .profile{
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    } 
    .profile_detail{
        width: 50%;
    }
    
    .profile ul{
        width: 48%;
        display: flex;
        justify-content: space-between;
    }
    .profile ul li{
        width: 48%;
    }
    .profile ul li img{
        margin-bottom: 16px;
    }
    .profile_job{
        width: 100%;
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 8px;
    }
    .profile_name{
        width: 100%;
        font-size: 2.4rem;
        text-align: center;
    }
    
    /*YouTube*/
    .content_youtube{
        width: 95%;
        max-width: 1200px;
        margin: 126px auto 0 auto;
        text-align: center;
    }
    .content_youtube_title{
        text-align: center;
    }
    .content_youtube_title p{
        font-size: 2.0rem;
        margin-bottom: 0;
    }
    .content_youtube_title h3{
        font-size: 4.0rem;
        font-weight: 900;
        color: #E56B21;
    }
    .content_youtube iframe{
        width: 100%;
        max-width: 1120px;
        height: 100%;
        max-height: 630px;
        text-align: center;
    } 

    /*給食DXとは*/
    .dx_content{
        width: 100%;
        height: auto;
        background: url(../images/food-service-dx/bg_white.jpg);
    }
    .content_text{
        max-width: 1200px;
        margin: 160px auto 0 auto;
        padding: 60px 4%;
        display: flex;
        justify-content: space-between;
    }
    .dx_content .subtitle_under{
        width: 35%;
    }
    .dx_content p{
        width: 60%;
    }
    
    /*関連コンテンツ*/
    .content_related{
        width: 95%;
        max-width: 1200px;
        margin: 0 auto 80px auto;
    }
    .content_related ul{
        padding: 0;
    }
    .content_related h2{
        font-size: 4.0rem;
        color: #E56B21;
        text-align: center;
        margin-top: 80px;
    }
    .content_related img{
        width: 100%;
    }
    .content_related h3{
        font-size: 2.4rem;
        text-align: center;
        margin: 80px 0 40px 0;
    }
    .content_related a:hover{
        opacity: 0.8;
    }
}

/* Tablet and SP
------------------------------------------------------------*/
@media (max-width: 768px) {
    br{
        display: block;
        content: "";
        margin-bottom: 16px;
    }
    /*給食コンテンツ*/
    .kyusyoku-mv{
        margin-bottom: 60px;
    }
    .aisatsu{
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .textgroup_01 h2{
        font-size: 4.0rem;
        text-align: left;
        line-height: 56px;
    }
    .textgroup_01 .accent{
        color: #E56B21;
    }
    .subtitle_under{
        font-size: 2.8rem;
        font-weight: 900;
        text-align: left;
        color: #E56B21;
        margin-top: 32px;
    }
    .subtitle_under::after{
        content: "";
        display: block;
        width: 30%;
        height: 1px;
        background: #E56B21;
        margin: 16px 0;
    }
    

    /*プロフィール*/
    .profile{
        margin-top: 60px;
        display: flex;
        flex-flow: column;
        flex-direction: column-reverse;
    } 
    .profile_detail{
        width: 100%;
    }
    
    .profile ul{
        width: 100%;
        padding: 0;
    }
    .profile ul li{
        width: 100%;
        margin-top: 64px;
    }
    .profile ul li img{
        margin-bottom: 16px;
        margin: 0 auto;
    }
    .profile_job{
        width: 100%;
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 8px;
    }
    .profile_name{
        width: 100%;
        font-size: 2.4rem;
        text-align: center;
    }

    /*YouTube*/
    .content_youtube{
        width: calc(100% - 30px);
        margin: 80px auto 0 auto;
        text-align: center;
    }
    .content_youtube_title{
        text-align: center;
    }
    .content_youtube_title p{
        font-size: 1.6rem;
        margin-bottom: 0;
    }
    .content_youtube_title h3{
        font-size: 2.8rem;
        font-weight: 900;
        color: #E56B21;
    }
    .content_youtube iframe{
        width: 100%;
        max-width: 560px;
        height: 100%;
        max-height: 315px;
        text-align: center;
    } 
    /*給食DXとは*/
    .dx_content{
        width: 100%;
        height: auto;
        margin: 160px auto 0 auto;
        padding: 40px 4%;
        justify-content: space-between;
        background: url(../images/food-service-dx/bg_white.jpg);
    }
    
    /*関連コンテンツ*/
    .content_related{
        width: 95%;
        margin: 0 auto 80px auto;
    }
    .content_related ul{
        padding: 0;
    }
    .content_related h2{
        font-size: 4.0rem;
        color: #E56B21;
        text-align: center;
        margin-top: 80px;
    }
    .content_related img{
        width: 100%;
    }
    .content_related h3{
        font-size: 2.4rem;
        text-align: center;
        margin: 80px 0 40px 0;
    }
    .content_related a:hover{
        opacity: 0.8;
    }
    .heading01{
        font-size: 2.4rem;
    }
}


/* SP(iPhone SE and mini size)
------------------------------------------------------------*/
@media (max-width: 768px) {
    header .btn{
        font-size: 1.4rem;
    }
}