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; /* 下線の色 */
}
/* ↑タイトルバー↑ */



/* ↓ニュースタイトル↓ */
.news_area {
    margin: 4.2% 22% 4%;
}

.news_list {
    padding: 0;
}

.news_list_content {
    list-style: none;
    border-bottom: solid 3px #b3a07c;
}

.date {
    margin-right: 16px;
    font-family: "Frank Ruhl Libre",serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #1e1e1e;
}

.news_tag {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    padding: 4px 12px;
    background-color: #b3a07c;
    white-space: nowrap;
}

.news_title {
    font-family: "Noto Serif JP",serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(20px, 1.25vw, 24px);
}

.news_title a {
    text-decoration: none; /* 下線を消す */
    color: #1e1e1e; /* リンクの色を指定する */
    transition: 0.2s;
}

.news_title a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .news_area {
        margin: 10% 5% 10%;
    }

    .news_list_content {
        margin: 0;
        border-bottom: solid 2px #b3a07c;
    }

    .news_title {
        margin: 5% 0;
    }
}

/* ↑ニュースタイトル↑ */

/* ↓記事↓ */
.report_area {
    margin: 0 24%;
}

.report_h1 {
    margin: 3% 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(17px, 1.25vw, 24px);
}

.report_p {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 0.7vw, 15px);
    line-height: 1.5rem;
}

.report_ul {
    margin: 3% 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 0.7vw, 15px);
    line-height: 1.5rem;
}

.report_li {
    margin-bottom: 0.5rem;
}

.report_h2 {
    margin: 3% 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(15px, 1vw, 20px);
}

.report_p_backcolor {
    margin: 3% 0;
    padding: 3% 5.5%;
    background-color: #f1f1f1;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 0.7vw, 15px);
    line-height: 1.5rem;
}

.text_link {
    text-decoration: none; /* 下線を消す */
    color: #1e5e98; /* リンクの色を指定する */
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 0.7vw, 15px);
}

.link_text {
    margin: 0;
}

.link_text a {
    text-decoration: none; /* 下線を消す */
    color: #1e5e98; /* リンクの色を指定する */
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 0.7vw, 15px);
}

.text_bold {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(14px, 0.7vw, 15px);
    line-height: 1.5rem;
}

blockquote {
    margin: 3% 0;
    padding: 7% 0;
    position: relative;
    border-left: 3px solid #b3a07c;
    padding-left: 10px;
    background-color: #f1f1f1;
}
blockquote:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f10d';
    font-size: 25px;
    color: #b3a07c;
    left: 5.5%;
    top: 10%;
}

blockquote:after{
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f10e';
    font-size: 25px;
    color: #b3a07c;
    right: 5.5%;
    bottom: 10%;
}
.quote {
    margin: 0 0 3%;
    position: relative;
    padding: 0 5.5%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 0.7vw, 15px);
    line-height: 1.5rem;
}
blockquote cite {
    padding-right: 5.5%;
    display: block;
    font-size: 0.8rem;
    color: #1e5e98;
    text-align: right;
}

.site_link {
    text-decoration: none; /* 下線を消す */
    color: #1e5e98; /* リンクの色を指定する */
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 0.7vw, 15px);
}

.news_img {
    margin: 5% 0;
    position: relative;
}

.news_img img{
    width: 60%;
}


@media screen and (max-width: 768px) {
    .report_area {
        margin: 10% 5% 10%;
    }

    .report_h1 {
        margin: 5% 0;
        line-height: 1.8rem;
    }

    .report_p {
        margin: 0 5%;
    }

    .report_ul {
        margin: 8% 5%;
        padding-left: 5%;
    }

    .report_h2 {
        margin: 5% 0;
        line-height: 1.8rem;
    }

    .report_p_backcolor {
        margin: 8% 0;
        padding: 7% 5%;
        line-height: 1.5rem;
    }

    .link_text a {
        margin: 0 5%;
    }
    
    .text_bold {
        margin: 0 5%;
    }

    blockquote {
        margin: 8% 0;
        padding: 20% 0;
    }

    blockquote:before {
        left: 5%;
        top: 8%;
    }
    
    blockquote:after{
        right: 5%;
        bottom: 8%;
    }

    .news_img {
        margin: 8% 0;
    }
}
/* ↑記事↑ */

/* ↓ニュースタイトル下↓ */
.title_under_area {
    margin: 6% 22% 6%;
    padding-top: 1%;
    display: flex;
    justify-content: space-between;
    font-family: "Noto Serif JP",serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    border-top: solid 3px #b3a07c;
}

.title_under_area a {
    text-decoration: none; /* 下線を消す */
    color: #1e1e1e; /* リンクの色を指定する */
    transition: 0.2s;
}

.title_under_area a:hover {
    color: #b3a07c;
}

/* PC用のスタイル */
@media screen and (min-width: 769px) {
    .title_under_area_SP {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .title_under_area {
        display: none;
    }

    .title_under_area_SP {
        margin: 10% 5% 20%;
        padding-top: 8%;
        display: flex;
        justify-content: space-between;
        font-family: "Noto Serif JP",serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        border-top: solid 3px #b3a07c;
    }

    .title_under_area_SP a {
        text-decoration: none; /* 下線を消す */
        color: #1e1e1e; /* リンクの色を指定する */
        transition: 0.2s;
    }

    .title_under_area_SP a:hover {
        color: #b3a07c;
    }

    .arrow {
        position: relative;
        display: inline-block;
        padding: 10px;
      }
      
      .arrow::before {
        content: '';
        width: 10px;
        height: 10px;
        border-top: solid 2px #1e1e1e;
        border-right: solid 2px #1e1e1e;
        position: absolute;
        left: 10px;
        top: 8px;
      }

      .arrow.arrow-left::before {
        transform: rotate(-135deg);
      }
      
      .arrow.arrow-right::before {
        transform: rotate(45deg);
      }
}
/* ↑ニュースタイトル下↑ */