@charset "UTF-8";
/* -----------------------------------------------------------
	#message
----------------------------------------------------------- */
.page-mv {
    margin-top: 95px;
    position: relative;
    background-image: url(../images/message_mv.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.page-mv h3{
    position: absolute;
    top:11%;
    left:50%;
    transform: translateY(-11%);
    transform: translateX(-50%); 
    line-height: 1.1;
}
@media only screen and (max-width: 767px) {
    .page-mv h3{
        margin-top: 10px!important;
    }
}

.page-mv .mv_copy{
    position: absolute;
    top:37%;
    left:20%;
    transform: translateY(-35%);
    transform: translateX(-20%);
    font-family: TimesNewRoman, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: clamp(1rem, -1.373rem + 5vw, 3rem);
    line-height: 1.4;
}

.page-mv .mv_name{
    position: absolute;
    top:65%;
    left:15%;
    transform: translateY(-70%);
    transform: translateX(-15%);
    font-family: TimesNewRoman, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: clamp(0.75rem, -0.311rem + 2.5vw, 2rem);
    line-height: 1.4;
}

.message h4 {
    display: flex;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: clamp(1.125rem, -0.318rem + 3.01vw, 2.5rem);
    line-height: 1.4;
    justify-content: flex-start;
    align-items: center;
    color: #0175C5;
}

.message h4::before{
  content: '';
  margin-right: 20px;
  width: calc((100% - 1180px)/2);
  height: 2px;
  background-color: #0175C5;
}

.message_txtbox {
    width: 95%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.message_txtbox .txtbox {
    width: 45%;
    max-width: 570px;
}


@media only screen and (max-width: 767px) {
    .message h4::before{
    content: '';
    margin-right: 10px;
    width: 10px;
}
    .message_txtbox {
    display: block;
}
    .message_txtbox .txtbox {
    width: 100%;
}
    .message_txtbox .txtbox.cl img {
    width:50%;
}
    .mv_name img{
        max-width:57%;
    }
}