#vision-first .icon {
    position: absolute;
    z-index: 5;
    width: 25%;
    max-width: 250px;
    bottom: 20px;
    right: -70px;
}
#vision-first .vision h2 {
    font-weight: bold;
    font-size: 30px;
    padding: 45px 0 35px 0;
    line-height: 2.5;
    border-top: 1px solid #C22F4D;
    border-bottom: 1px solid #C22F4D;
    text-align: center;
    margin-bottom: 140px;
}
#vision-first .vision .content {
    width: 100%;
    padding: 70px 0;
    border-radius: 50px;
    position: relative;
    background-color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
#vision-first .vision .content p {
    line-height: 1.5;
}
#vision-first .vision .content p span {
    color: #C22F4D;
}
#vision-first .vision .content .logo {
    width: 11.6%;
    max-width: 116px;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    #vision #sub-mv .label img {
        width: 42px;
    }
    #vision-first .vision h2 {
        font-size: 14px; /* 修正済み */
        padding: 38px 0 43px 0;
        line-height: 2;
        margin-bottom: 70px;
    }
    #vision-first .vision .content {
        width: 100%;
        padding: 40px 0 30px 0;
        font-size: 16px; /* 修正済み */
    }
    #vision-first .vision .content p {
        line-height: 2;
    }
    #vision-first .vision .content .logo {
        width: 25%;
        top: -25px;
    }   
}

#vision-second {
    position: relative;
}
#vision-second .icon {
    position: absolute;
    z-index: 5;
    width: 18%;
    max-width: 180px;
    top: 0;
    right: -60px;
}
#vision-second .cl {
    position: absolute;
    z-index: 5;
    width: 18%;
    max-width: 180px;
    top: 60%;
    transform: translateY(-60%);
    left: -80px;
}
#vision-second .item:first-child {
    margin-bottom: 115px;
}
#vision-second .item h2 {
    color: #C22F4D;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 45px;
}
#vision-second .item p {
    font-size: 16px;
    line-height: 2.7;
    margin-bottom: 95px;
}
#vision-second .item .contents {
    display: flex;
    justify-content: space-between;
}
#vision-second .item .contents img {
    background-color: #EEE;
    border-radius: 15px;
    width: calc(50% - 14px);
    aspect-ratio: 54 / 43;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    #vision-second {
        position: relative;
        padding-top: 90px;
    }
    #vision-second .icon {
        width: 20%;
        top: -10px;
        right: -20px;
    }
    #vision-second .cl {
        width: 25%;
        top: 55%;
        transform: translateY(-55%);
        left: -35px;
        z-index: 1;
    }
    #vision-second .item:first-child {
        margin-bottom: 55px;
    }
    #vision-second .item h2 {
        font-size: 16px; /* 修正済み */
        margin-bottom: 45px;
        line-height: 2;
    }
    #vision-second .item p {
        font-size: 14px; /* 修正済み */
        line-height: 2.1;
        margin-bottom: 30px;
    }
    #vision-second .item .contents {
        flex-direction: column;
    }
    #vision-second .item .contents img {
        width: 100%;
        margin-bottom: 20px;
    }
}

#vision-third {
    padding-bottom: 188px;
    padding-top: 320px;
}
#vision-third.bg-default.yellow::before {
    background-color: #F9F6EF;
}
#vision-third .icon {
    position: absolute;
    z-index: 5;
    width: 25%;
    max-width: 250px;
    top: 0;
    right: -70px;
}
#vision-third .ttl {
    margin-bottom: 60px;
    text-align: center;
    color: #C22F4D;
    font-weight: bold;
}
#vision-third .ttl img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    width: 191px;
}
#vision-third .ttl h2 {
    text-align: center;
    font-size: 30px;
}
#vision-third .content {
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    padding: 95px 55px;
    margin-bottom: 85px;
}
#vision-third .content p {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
}
#vision-third .content p span {
    color: #C22F4D;
}
#vision-third .content img {
    width: 90px;
}
#vision-third .content .tl,
#vision-third .content .br {
    position: absolute;
}
#vision-third .content .tl {
    top: -45px;
    left: -45px;
}
#vision-third .content .br {
    bottom: -45px;
    right: -45px;
}
#vision-third .txt {
    font-size: 16px;
    line-height: 2.7;
}
#vision-third .txt p span {
    color: #C22F4D;
}
@media screen and (max-width: 869px) {
    #vision-third {
        padding-bottom: 50px;
        padding-top: 110px;
    }
    #vision-third .icon {
        display: none;
    }
    #vision-third .ttl {
        margin-bottom: 40px;
    }
    #vision-third .ttl img {
        width: 109px;
    }
    #vision-third .ttl h2 {
        font-size: 16px; /* 修正済み */
    }
    #vision-third .content {
        padding: 35px 25px;
        margin-bottom: 55px;
    }
    #vision-third .content p {
        font-size: 16px; /* 修正済み */
        line-height: 2;
    }
    #vision-third .content img {
        width: 60px;
    }
    #vision-third .content .tl {
        top: -15px;
        left: -15px;
    }
    #vision-third .content .br {
        bottom: -15px;
        right: -15px;
    }
    #vision-third .txt p {
        text-align: center;
    }
}