@charset "UTF-8";

/*--- レイアウト修正 ---*/
#c2 + div .wrapper_item {
    justify-content: center;
}
#c2 + div .inner_item.empty {
    display: none;
}
#c2 + div .inner_item {
    width: 100%;
}
#c2 + div .inner_item_img img {
    height: auto !important;
    aspect-ratio: 3 / 1;
}

/*--- レイアウト修正 ---*/
#top_concept_new + div .inner_item_img img {
    object-fit: contain;
}

#mv .mv_text {
    height: 220px;
    align-items: center;
    width: 100% !important;
    left: 0 !important;
    top: 0px;
}

/*---------MV画像変更---------*/
/*画像大きさ*/
#mv {
    width: 100%;
    height: 100vh;
    max-height: 75vh !important;
}

/*画像高さ*/
#mv_outer {
    position: relative;
    padding-top: 0px;
}

/*---------MVフォント変更---------*/
/*フォント(タイトル)*/
#mv .mv_text h2 {
     font-family: sans-serif;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0.3rem;
    font-weight: 800;
    font-size: 37px !important;
    color: #ffffff;
    position: relative;
}

/*フォント(サブタイトル)*/
#mv .mv_text p {
    padding-top: 0px;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-family: sans-serif;
}

/*タイトル文字間隔変更*/
#mv .mv_text p {
    padding-top: 0px;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
}

/*サブタイトル文字間隔変更*/
#mv .mv_text p {
    padding-top: 0px;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}

/*------文字位置PC-----*/
#mv .mv_text {
    height: 850px;
    align-items: center;
    width: 100% !important;
    left: 0 !important;
    top: 0px;
}

/*-----文字位置スマホ-----*/
@media screen and (max-width: 800px) {
    #mv .mv_text {
        height: 750px !important;
        align-items: center;
        width: 100% !important;
        left: 0 !important;
        top: 0px;
    }
}

/*-----スマホ時変更-----*/
/*文字の大きさ変更*/
@media screen and (max-width: 800px) {
#mv .mv_text h2 {
    font-family: sans-serif;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 23px !important;
    color: #ffffff;
    position: relative;
  }
}

/*文字の位置*/
@media screen and (max-width: 800px) {
#mv .mv_text {
    height: 890px;
    align-items: center;
    width: 100% !important;
    left: 0 !important;
    top: 0px;
  }
}
@media screen and (min-width: 900px) {
.composite_box01.block_images_8 .inner_item_txt>p, .composite_box01.block_images_8 .inner_item_txt>.heading~*
Specificity: (0,4,0)
 {
color:#ffffff;
}
}