img {
    width: 100%;
}
.mv {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
}

.mv-img {
    width: 50%;
}
.mv-title {
    width: 50%;
}
.mv-title h1 {
    color: #005239;
    font-family: Montserrat;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.mv-title span {
    color: #005239;
    /* NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}

section.content {
    width: 80%;
    max-width: 1080px;
    margin: 80px auto 0;
}
.content-flex-title{
    margin-bottom: 16px;
}
.content-flex-title h2{
    color: #343B2B;
    /* Noto Sans JP_H2 */
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
.content-flex-title span {
    color: #AACD99;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;

    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.content-flex-title span::before{
    content: "";
    display: block;
    background-image: url(../img/title-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.content-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 80px;
}
.content-flex:nth-of-type(8){
    margin-bottom: 120px;
}
.content-flex-text {
    width: 62%;
}
.content-flex-img {
    width: 35%;
}
.content-flex-time p{
    color: #005239;
    /* Montserrat_H3 */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin-bottom: 8px;
}
.content-flex-text h3{
    color: #005239;
    /* Noto Sans JP_H2 */
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 32px;
}
.content-flex-text > p{
    color:  #343B2B;
    /* Noto Sans JP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}