@charset "UTF-8";
/* トップ */
.hero-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    width: 100%;
    height: 400px;
}
.hero-area-sp {
    display: none;
}
.section-top {
    position: relative;
    margin: 0 80px 100px;
}
.section-top__title {
    margin-top: 10px;
}
.section-top__title h1 {
    text-align: center;
    color: #A15282;
    font-size: 8.2rem;
    font-family: "heebo", sans-serif;
    font-weight: 700;
}
.section-top__title h2 {
    text-align: center;
    color: #4E3E00;
    font-size: 1.8rem;
    margin-top: -15px;
    margin-left: 10px;
}
.section-top img {
    position: absolute;
    height: 209px;
    right: 100px;
    top: 70px;
}
@media (max-width: 960px) {
    .hero-area {
        height: 300px;
    }
    .section-top {
        position: relative;
        margin: 0 40px 100px;
    }
    .section-top__title {
        margin-top: 10px;
    }
    .section-top__title h1 {
        text-align: left;
        font-size: 5.2rem;
    }
    .section-top__title h2 {
        text-align: left;
        font-size: 1.6rem;
        margin-top: -10px;
        margin-left: 5px;
    }
    .section-top img {
        position: absolute;
        height: 160px;
        right: -10px;
        top: 90px;
    }
}
@media (max-width: 500px) {
    .hero-area {
        display: none;
    }
    .hero-area-sp {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -99;
        width: 100%;
        height: 260px;
    }
    .section-top img {
        position: absolute;
        height: 130px;
        right: -10px;
        top: 90px;
    }
}

/* 支援実績 */
.section-works {
    margin: 220px 80px 0;
}
.section-works ul li {
    position: relative;
    list-style: none;
    margin-bottom: 200px;
}
.section-works ul li:last-child {
    margin-bottom: 150px;
}
.section-works__title-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1040px;
}
.section-works__title-img_sp {
    display: none;
}
.section-works__title-img {
    display: block;
    margin: 0 auto 70px;
    max-width: 1040px;
    width: 100%;
}
.section-works__contents-title__wrapper {
    position: absolute;
    bottom: 0;
    left: 85px;
}
.section-works__contents-title__wrapper-02 {
    position: absolute;
    bottom: 0;
    right: 85px;
}
.section-works__contents-title {
    margin-top: -10px;
}
.section-works__contents-title__tag {
    font-family: "heebo", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
}
.section-works__contents-title__number {
    font-family: "termina", sans-serif;
    font-weight: 400;
    font-size: 7.2rem;
}
.section-works__contents-title__wrapper h4 , .section-works__contents-title__wrapper-02 h4 {
    font-size: 2.4rem;
    margin-top: -15px;
}
.section-works__column-wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1040px;
}
.section-works__column {
    display: flex;
    align-items: center;
    margin: 0 auto 55px;
    margin-bottom: 55px;
}
.section-works__column h5 {
    font-size: 2.4rem;
    color: #A15282;
    margin-bottom: 25px;
}
.section-works__container {
    max-width: 500px;
}
.section-works__container h6 {
    margin-bottom: 5px;
}
.section-works__container p {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 15px;
}
.section-works__link {
    color: #333;
}
.section-works__column img {
   height: 337px; 
   margin-left: 70px;
   border-radius: 5px;
}
.section-works__voice {
    background-color: #ECE9E1;
    border-radius: 50px;
    padding: 35px 70px 65px;
    max-width: 1040px;
    margin: 0 auto;
}
.section-works__voice h5 {
    font-size: 2.4rem;
    color: #A15282;
    margin-bottom: 10px;
}
.section-works__voice-text {
    display: flex;
}
.section-works__voice-text div:nth-child(2) {
    margin-left: 50px;
}
.section-works__voice-text p {
    max-width: 456px;
    font-weight: 400;
    margin-left: 5px;
}

@media (max-width:1180px) {
    .section-works {
        margin: 220px 0 0;
    }
    .section-works ul li {
        position: relative;
        list-style: none;
        margin-bottom: 100px;
    }
    .section-works ul li:last-child {
        margin-bottom: 50px;
    }
    .section-works__title-img {
        display: block;
        margin: 0 auto 70px;
        max-width: 1040px;
        width: 80%;
    }
    .section-works__contents-title__wrapper {
        position: absolute;
        bottom: 20px;
        left: 170px;
    }
    .section-works__contents-title__wrapper-02 {
        position: absolute;
        bottom: 20px;
        right: 170px;
    }
    .section-works__contents-title {
        margin-top: -10px;
    }
    .section-works__contents-title__tag {
        font-family: "heebo", sans-serif;
        font-weight: 700;
        font-size: 1.4rem;
    }
    .section-works__contents-title__number {
        font-family: "termina", sans-serif;
        font-weight: 400;
        font-size: 4.4rem;
    }
    .section-works__contents-title__wrapper h4 , .section-works__contents-title__wrapper-02 h4 {
        font-size: 1.8rem;
        margin-top: -15px;
    }
    .section-works__column {
        display: flex;
        align-items: center;
        margin: 0 40px 55px;
        margin-bottom: 55px;
    }
    .section-works__column h5 {
        font-size: 2.2rem;
        color: #A15282;
        margin-bottom: 25px;
    }
    .section-works__container {
        max-width: 500px;
    }
    .section-works__container h6 {
        margin-bottom: 5px;
    }
    .section-works__container p {
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .section-works__column img {
       height: 250px; 
       margin-left: 30px;
    }
    .section-works__voice {
        background-color: #ECE9E1;
        border-radius: 50px;
        padding: 35px 70px 65px;
        margin: 0 20px;
    }
    .section-works__voice h5 {
        font-size: 1.8rem;
        color: #A15282;
        margin-bottom: 10px;
    }
    .section-works__voice-text {
        display: flex;
        justify-content: space-between;
    }
    .section-works__voice-text p {
        max-width: 456px;
        font-weight: 400;
        font-size: 1.4rem;
        margin-left: 5px;
    }
}
@media (max-width:850px) {
    .section-works__title-wrapper {
        position: relative;
        margin: 0 20px;
    }
    .section-works__title-img {
        display: none;
    }
    .section-works__title-img_sp {
        display: block;
        margin: 0 auto 70px;
        max-width: 650px;
        width: 100%;
    }
    .section-works__contents-title__wrapper {
        position: absolute;
        bottom: 30px;
        left: 70px;
    }
    .section-works__contents-title__wrapper-02 {
        position: absolute;
        bottom: 30px;
        left: 70px;
    }
    .section-works__contents-title {
        margin-top: -10px;
    }
    .section-works__contents-title__tag {
        font-family: "heebo", sans-serif;
        font-weight: 700;
        font-size: 2.4rem;
    }
    .section-works__contents-title__number {
        font-family: "termina", sans-serif;
        font-weight: 400;
        font-size: 7.2rem;
    }
    .section-works__contents-title__wrapper h4 , .section-works__contents-title__wrapper-02 h4 {
        font-size: 2.4rem;
        margin-top: -15px;
    }
}

@media (max-width:740px) {
    .section-works {
        margin: 220px 0 0;
    }
    .section-works ul li {
        margin-bottom: 100px;
    }
    .section-works__column {
        display: block;
        align-items: center;
        margin: 0 20px 55px;
        margin-bottom: 55px;
    }
    .section-works__column h5 {
        font-size: 2.2rem;
        color: #A15282;
        margin-bottom: 25px;
    }
    .section-works__container {
        max-width: 500px;
    }
    .section-works__container h6 {
        margin-bottom: 5px;
    }
    .section-works__container p {
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .section-works__column img {
        display: block;
        margin: 30px auto 0;
        max-height: 250px;
        max-width: 340px;
        width: 100%;
        object-fit: cover;
    }
    .section-works__voice {
        background-color: #ECE9E1;
        border-radius: 50px;
        padding: 35px 20px 35px;
        margin: 0 20px;
    }
    .section-works__voice h5 {
        font-size: 1.8rem;
        text-align: center;
        color: #A15282;
        margin-bottom: 20px;
    }
    .section-works__voice-text {
        display: block;
        justify-content: space-between;
    }
    .section-works__voice-text div:nth-child(2) {
        margin-left: 0;
    }
    .section-works__voice-text p {
        width: 100%;
        max-width: 740px;
        font-weight: 400;
        font-size: 1.4rem;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media (max-width:600px) {
    .section-works__contents-title__wrapper  {
        position: absolute;
        bottom: 20px;
        left: 30px;
    }
    .section-works__contents-title__wrapper-02 {
        position: absolute;
        bottom: 20px;
        left: 30px;
    }
    .section-works__contents-title {
        margin-top: -10px;
    }
    .section-works__contents-title__tag {
        font-family: "heebo", sans-serif;
        font-weight: 700;
        font-size: 1.4rem;
    }
    .section-works__contents-title__number {
        font-family: "termina", sans-serif;
        font-weight: 400;
        font-size: 4.4rem;
    }
    .section-works__contents-title__wrapper h4 , .section-works__contents-title__wrapper-02 h4 {
        font-size: 1.8rem;
        margin-top: -15px;
    }
}