@charset "UTF-8";
/*----------共通パーツ----------*/ 
.p-section {
    padding: 36px 0;
}
/* (タイトルの左右に横線) */
.c-heading {
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
    justify-content: center; /* 文字を中央寄せ */
    margin-bottom: 16px;
    font-weight: normal;
}
.c-heading::before,
.c-heading::after {
    background-color: #656565; /* 横線の色 */
    content: "";
    height: 2px; /* 横線の高さ */
    width: 32px; /* 横線の長さ */
}
.c-heading::before {
    margin-right: 15px; /* 文字との余白 */
}
.c-heading::after {
    margin-left: 15px; /* 文字との余白 */
}
/* (文字の太さbold) */
.u-bold {
    font-weight: bold;
}


/*----------Slogan----------*/
.CorporateSlogan__title {
    background-image: url(/CorporateCruise/SMOJ-info/images/CorporateSlogan_background-image.jpg);
    background-position: center;
    padding: 30px;
}
@media screen and (max-width: 639px){
    .CorporateSlogan__title {
        padding: 20px;
    }
}
.CorporateSlogan__titleH1 {
    /* height: 40px; */
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 32px;
}

@media screen and (max-width: 639px){
    .CorporateSlogan__titleH1 {
        font-size: 20px;
    }
}
.CorporateSlogan__titleImg {
    height: 40px;
}
.p-slogan {
    padding: 0 4%;
}
.p-slogan__img {
    max-height: 390px;
    margin-top: 16px;
}


/*----------movie----------*/
.p-movie {
    max-width: 600px;
    margin: 0 auto;
}
.p-movie__movie {
    margin-bottom: 16px;
}


@media screen and (max-width: 639px){
    .CorporateSlogan__title {
        /* margin-top: 30px !important; */
    }
    .p-section {
        padding: 24px 0;
    }
}