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%;
}
.slide-section iframe{
    width: 100%;
    height: 320px;
    margin-top: 80px;
    margin-bottom: 120px;
}
.content-inner {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.content-flex-title{
    margin-bottom: 16px;
    margin-top: 80px;
}
.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-inner > img{
    margin-bottom: 24px;
}
.content-flex-layout{
    display: grid;
    grid-template-columns: 1fr 0.76fr;
    gap: 24px;
    margin-bottom: 56px;
}
.content-flex-layout img{
    width: 100%;
}
.content-flex-text-layout{
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #343B2B;
}
.content-flex-text-layout p{
    color: #343B2B;
    /* Noto Sans JP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
.content-flex-text-layout p:nth-of-type(1){
    width: 20%;
}
.content-flex-text-layout p:nth-of-type(2){
    width: 80%;
}