.wp-block-embed__wrapper{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.wp-block-embed iframe {
  width: 100%;
  height: 100%;
}

.report-sec img{
    max-width: 100%;
    height: auto;
}
.sec-article .article__profile{
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .3em;
    margin: 42px 0;
    padding: 25px 0;
}
@media (min-width:768px) {
    .sec-article .article__profile {
        padding: 62px 30px 52px;
    }
}

.report-sec-area h2{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #003461;
    margin-bottom:30px;
}


.report-manager{
    background: #F5F4F2;
    padding: 20px;
}

.report-manager h3{
    font-size: 16px!important;
    line-height: 1.4;
    color: #003461;
    margin-bottom:30px;

}

.report-sec-area h2::before {
    background: #003461;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 32px;
    content: "";
}

    .report-sec-area p{
    margin: 20px 0;
    font-family: SourceHanSans, sans-serif;
    font-size: 13px;
    line-height: 2;
    letter-spacing: .27em;
}

@media (min-width: 768px) {

.sec-article .article__profile{
    margin: 82px 0 107px 0;
}


.report-sec-area h2{
        padding: 0 0 0 18px;
        font-size: 34px;
        line-height: 1.647;
        letter-spacing: .2em;
        margin:30px 0;

}

.report-sec-area h2::before {
        top: 13px;
        height: 32px;
        width: 2px;
    }

    .report-sec-area p{
        font-size: 16px;
        line-height: 2.1;
        letter-spacing: .268em;
    }

}

.sec-article .report-sec-area .article__profile h2,
.sec-article .report-sec-area .article__profile h3{
    margin: 0 0 15px;
    padding:0;
    font-size: 17px;
    letter-spacing: .25em;
    font-weight: 400;
    color: #000;
}

.sec-article .report-sec-area .article__profile h2:before{
    display: none;
}

    @media (min-width: 768px) {
.sec-article .report-sec-area .article__profile h2,
.sec-article .report-sec-area .article__profile h3{
        margin: 0 0 9px;
        font-size: 18px;
        padding:0;
    }

}


.pager ul{
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.pager li span,
.pager li a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7.5px;
    font-family: "Noto Serif JP",serif;
    font-size: 14px;
    padding:8px 10px;
    line-height: 1;
    color: #003461;
    background: #fff;
    border: 1px solid #003461
}

.pager li a:hover,
.pager li a.next,
.pager li a.prev{
    background: #003461;
    color:#fff;
}

.pager li span.current {
    cursor: pointer;
    background: #f4f3f1;
    border: 0;
    border-bottom: 1px solid #003461;
}

.report-sec-area-wrap{
    margin-top: 85px;
}


.sec-recommend .heading__main {
    font-family: CormorantGaramond, serif;
}
.sec-recommend .heading__main span {
    color:#a32930;
}
@media (min-width: 768px) {
    .sec-recommend .heading__main {
        font-size: 34px;
        line-height: 1.647;
    }
}
.sec-recommend .heading__sub {
    margin: 50px 0 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    line-height: 1.75;
    color: #23365b;
    display: inline-block;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .sec-recommend .heading__sub {
        margin: 23px 0 0;
        letter-spacing: .36em;
    }
}

.sec-mv .mv__heading {
    font-family: CormorantGaramond, serif;
}
.sec-mv .mv__heading span {
    color: #a32930;
}
@media (min-width: 768px) {
    .sec-mv .mv__heading {
        font-size: 34px;
        line-height: 1.647;
    }
}
.mv__head a {
    display: block;
    width: fit-content;
    margin: auto;
}

h4.wp-block-heading {
    font-size: 1.2rem;
    margin-top: .5rem;
    display: block;
    padding: 0 .5rem;
    border-bottom: 3.5px double;
}
