body {
    margin: 0;
}

/* ↓タイトルバー↓ */
.taitle_bar {
    position: relative;
}

.taitle_bar img {
    width: 100%;
}

/* PC用のスタイル */
@media screen and (min-width: 900px) {
    .title_img_PC {
        display: block; /* MV_text_areaを表示 */
    }

    .title_img_SP {
        display: none; /* mobile_text_areaを非表示 */
    }
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 899px) {
    .title_img_PC {
        display: none; /* MV_text_areaを非表示 */
    }

    .title_img_SP {
        display: block; /* mobile_text_areaを表示 */
    }
}

.title_bar_company {
    position: absolute;
    top: 65%; /* 垂直方向に中央揃え */
    left: 50%; /* 水平方向に中央揃え */
    transform: translate(-50%, -50%); /* 中央に位置調整 */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_en {
    margin-bottom: 5px; /* 適宜マージンを調整 */
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(12px, 0.7vw, 14px);
    letter-spacing: 7px;
    color: #fff;
}

.underline {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(28px, 1.6vw, 32px);
    letter-spacing: 3px;
    display: inline-block;
    position: relative;
    color: #fff;
}

.underline:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px; /* 下線の上下位置調整 */
    display: inline-block;
    width: 36px; /* 下線の幅 */
    height: 3px; /* 下線の太さ */
    transform: translateX(-50%); /* 位置調整 */
    background-color: #fff; /* 下線の色 */
}
/* ↑タイトルバー↑ */


/* ↓MVV↓ */
.MVV_read {
    margin: 4.2% auto 1.5%;
    font-family: "Noto Serif JP",serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(28px, 2vw, 40px);
    text-align: center;
    letter-spacing: 0.2rem;
}

.MVV_content {
    margin: 0 22% 9.8%;
}

.MVV_erement {
    padding: 4% 0;
    display: flex;
    border-bottom: solid 2px #b3a07c;
}

.MVV_h2 {
    margin: 0 19.5% 0 0;
    font-family: "Noto Serif JP",serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(24px, 1.6vw, 32px);
    letter-spacing: 0.2rem;
}

.MVV_h2_02 {
    padding-right: 1.5rem;
}

.MVV_h2_03 {
    padding-right: 2.2rem;
}

.MVV_p {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(15px, 1vw, 20px);
    color: #1e1e1e;
    line-height: 3rem;
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 786px) {
    .MVV_read {
        margin: 11% 6% 10%;
    }

    .MVV_content {
        margin: 0 10% 18%;
    }

    .MVV_erement {
        margin-bottom: 5%;
        padding: 4% 0 6%;
        display: block;
        border-bottom: solid 2px #b3a07c;
    }

    .MVV_h2 {
        margin: 0 0 5% 0;
        text-align: center;
    }

    .MVV_h2_02 {
        padding: 0;
    }
    
    .MVV_h2_03 {
        padding: 0;
    }

    .MVV_p {
        margin: 0 auto;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: clamp(15px, 1vw, 20px);
        color: #1e1e1e;
        line-height: 1.7rem;
        width: fit-content;
    }
}
/* ↑MVV↑ */



/* ↓代表挨拶↓ */
.message_title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
.message_title_en {
    margin-bottom: 5px; /* 適宜マージンを調整 */
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(12px, 0.7vw, 14px);
    letter-spacing: 7px;
    color: #1C5085;
}
  
.message_underline {
    font-family: "Noto Serif JP",serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(28px, 1.6vw, 32px);
    letter-spacing: 3px;
    display: inline-block;
    position: relative;
}

.message_underline:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px; /*下線の上下位置調整*/
    display: inline-block;
    width: 36px; /*下線の幅*/
    height: 3px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #1C5085; /*下線の色*/
}

.message_area {
    position: relative;
    margin: 0 22% 9.8%;
}

.message_area img {
    width: 100%;
    margin-top: 8.5%;
}

.massage_text {
    margin: 40px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(15px, 0.9vw, 18px);
    line-height: 2.5rem;
    color: #1e1e1e;
}

.massage_name {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(15px, 0.9vw, 18px);
    line-height: 2.5rem;
    color: #1e1e1e;
    text-align: center;
}

.massage_name_group {
    display: flex;
    justify-content: space-around;
}

.massage_companyname {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(15px, 0.9vw, 18px);
    line-height: 2.5rem;
    color: #1e1e1e;
    text-align: right;
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 786px) {
    .message_area {
        position: relative;
        margin: 0 10% 18%;
    }

    .message_area img {
        position: relative;
        margin-top: 16%;
    }

    .massage_text {
        margin: 10% 0 0;
        line-height: 2rem;
    }

    .massage_name {
        margin: 0;
        line-height: 2rem;
    }
}
/* ↑代表挨拶↑ */




/* ↓会社概要↓ */
.company_area {
    margin-bottom: 8%;
}

.company_table {
    margin: 4% auto 0;
    width: 56%;
}

.td_01 {
    padding: 32px 0;
    font-family: "Noto Serif JP",serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(16px, 0.9vw, 18px);
    border-bottom: solid 2px #1e1e1e;
}

.td_02 {
    padding: 32px 0 32px 13.5%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 0.8vw, 16px);
    border-bottom: solid 2px #dcdcdc;
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 786px) {
    .company_table {
        margin: 4% auto 24%;
        width: 80%;
    }
}
/* ↑会社概要↑ */


/* ↓アクセス↓ */
.company_map {
    margin: 6% 0 16% 0;
}

.access_area {
    margin: 0 22%;
}

.map_02 {
    margin-top: 13%;
    display: flex;
    justify-content: space-between;
    gap: 20%; /* 要素間の隙間を適宜調整 */
}

.map_ginza, .map_akiruno {
    flex: 1;
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 786px) {
    .access_area {
        margin: 0 10% 20%;
    }

    .map_honsya {
        margin-top: 15%;
    }

    .map_02 {
        display: block;
    }

    iframe {
        height: 343px;
    }
    
    .map_ginza {
        margin-bottom: 13%;
    }
}
/* ↑アクセス↑ */