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;
}
.guide-slide iframe .slide-item{
    width: 25%;
}

section.content {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.content-flex {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 5%;
    margin-bottom: 80px;
}
.content-flex:nth-of-type(even) {
    grid-template-columns: 0.9fr 1fr;
}
.content-flex:nth-of-type(4) {
    margin-bottom: 160px;
}
.content-flex-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content-flex-img {
    width: 100%;
}
.content-flex-layout {
    width: 100%;
    display: flex;
    gap: 20px;
}
.content-flex-layout img{
    width: calc(50% - 10px);
}
.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-floor{
    border: 1px solid #005239;
    padding: 0 24px;
    width: fit-content;
    border-radius: 16px;
    margin-bottom: 16px;
}
.content-flex-floor p{
    color: #005239;
    /* Montserrat_p */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.content-flex-text-inner 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-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
    margin-bottom: 122px;
}
.content-grid-item{
    width: 100%;
    
}
.content-grid-text{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
}
.content-grid-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%;
}
.content-grid-floor{
    border: 1px solid #005239;
    padding: 0 24px;
    width: fit-content;
    border-radius: 16px;
}
.content-grid-floor p{
    color: #005239;
    /* Montserrat_p */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}