#about-contents .new-line{
    display: none;
}

#about-contents .slogan{
    margin: 0 0 32px 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
#about-contents .slogan .slogan-background{
    margin: 0;
    padding: 0;
    width: 800px;
    max-width: 100%;
    height: 480px;
    max-height: 100%;
    display: block;
    background: url(/front/images/about/appeal-title-photo.jpg) no-repeat;
    background-size: contain;
}
#about-contents .slogan .slogan-background::after{
    content: '';
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
#about-contents .slogan .slogan-contents{
    margin: auto 0;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
#about-contents .slogan .slogan-contents span{
    display: block;
    font-size: 4.0rem;
    font-weight: bold;
}

#about-contents .follow{
    margin: 0;
    padding: 0;
    background-color: #f8f3f0;
}
#about-contents .follow .lower-page-contents{
    padding-top: 64px;
    padding-bottom: 64px;
}
#about-contents .follow h2{
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--common-color-002);
    border: none;
}

#about-contents .follow .introduction{
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
#about-contents .follow .introduction input[type="checkbox"]{
    display: none;
}
#about-contents .follow .introduction dl{
    margin: 0;
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
}
#about-contents .follow .introduction dl dt{
    margin: 0 0 5px 0;
    padding: 0;
}
#about-contents .follow .introduction dl dd{
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

#about-contents .follow .hope{
    margin: 32px auto 0;
    padding: 0;
    width: 100%;
    max-width: 840px;
    text-align: center;
}
#about-contents .follow .hope p{
    margin: 0 0 24px 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: var(--common-color-002);
}
#about-contents .follow .hope p:nth-of-type(2){
    margin-top: 34px;
    margin-bottom: 0;
}
#about-contents .follow .hope dl{
    margin: 0px 0 -18px 0;
    padding: 0;
    display: flex;
    gap: 8px;
    position: relative;
}
#about-contents .follow .hope dl:nth-of-type(even){
    flex-direction: row-reverse;
}
#about-contents .follow .hope dl dt{
    margin: -2px 0 0 0;
    padding: 0;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: 56px;
    box-sizing: border-box;
}
#about-contents .follow .hope dl:nth-of-type(1) dt{
    background-image: url('/assets/front/images/top/hope01.png');
}
#about-contents .follow .hope dl:nth-of-type(2) dt{
    background-image: url('/assets/front/images/top/hope02.png');
}
#about-contents .follow .hope dl:nth-of-type(3) dt{
    background-image: url('/assets/front/images/top/hope03.png');
}
#about-contents .follow .hope dl:nth-of-type(4) dt{
    background-image: url('/assets/front/images/top/hope04.png');
}
#about-contents .follow .hope dl:nth-of-type(5) dt{
    background-image: url('/assets/front/images/top/hope05.png');
}
#about-contents .follow .hope dl:nth-of-type(6) dt{
    background-image: url('/assets/front/images/top/hope06.png');
}
#about-contents .follow .hope dl:nth-of-type(7) dt{
    background-image: url('/assets/front/images/top/hope07.png');
}
#about-contents .follow .hope dl dd{
    margin: 0;
    padding: 8px 16px;
    width: 100%;
    height: fit-content;
    font-size: 1.4rem;
    border-radius: 50px;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1;
    letter-spacing: -1px;
    position: relative;
}
#about-contents .follow .hope dl:nth-of-type(odd) dd{
    max-width: 296px;
}
#about-contents .follow .hope dl:nth-of-type(even) dd{
    max-width: 408px;
}
#about-contents .follow .hope dl dd::before{
    content: '';
    margin: 0;
    padding: 0;
    width: 22px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/front/images/top/speechBubble.svg);
    position: absolute;
    bottom: -11px;
    left: 6px;
}
#about-contents .follow .hope dl:nth-of-type(even) dd::before{
    transform: scale(-1, 1);
    right: 6px;
    left: auto;
}

@media screen and (max-width: 960px) {
    #about-contents .new-line{
        display: block;
    }
    #about-contents .slogan{
        margin: 0 0 28px 0;
    }
    #about-contents .slogan .slogan-background{
        width: 100%;
        height: 54vw;
    }
    #about-contents .slogan .slogan-background::after{
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 96%);
    }
    #about-contents .slogan .slogan-contents{
        margin: 5px 0 0 0;
        position: relative;
    }
    #about-contents .slogan .slogan-contents span{
        display: inline-block;
        font-size: 2.4rem;
    }
    
    #about-contents .follow .lower-page-contents{
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #about-contents .follow .hope p:nth-of-type(2){
        margin-top: 8px;
    }
    #about-contents .follow .hope dl{
        margin-bottom: -6px;
    }
    #about-contents .follow .hope dl dd{
        letter-spacing: 0.5px;
    }
}

@media screen and (max-width: 750px) {
    #about-contents .follow .introduction{
        grid-template-columns: 1fr;
        gap: 8px;
    }
    #about-contents .follow .introduction dl{
        padding: 0;
    }
    #about-contents .follow .introduction dl input[type="checkbox"]:checked ~ dt label{
        background-color: #e1edf2;
        border-radius: 8px 8px 0 0;
    }
    #about-contents .follow .introduction dl input[type="checkbox"]:checked ~ dt label::after{
        display: none;
    }
    #about-contents .follow .introduction dl input[type="checkbox"]:checked ~ dd{
        display: block;
    }
    #about-contents .follow .introduction dl dt{
        margin: 0;
        padding: 0;
    }
    #about-contents .follow .introduction dl dt h2{
        margin: 0;
        padding: 0;
    }
    #about-contents .follow .introduction dl dt label{
        margin: 0;
        padding: 12px 45px 12px 12px;
        width: 100%;
        display: block;
        font-size: 1.6rem;
        cursor: pointer;
        box-sizing: border-box;
        position: relative;
    }
    #about-contents .follow .introduction dl dt label::before{
        content: '';
        margin: auto 0;
        width: 17px;
        height: fit-content;
        border-top: solid 3px var(--common-color-002);
        position: absolute;
        right: 17px;
        top: 0;
        bottom: 0;
    }
    #about-contents .follow .introduction dl dt label::after{
        content: '';
        margin: auto 0;
        height: 17px;
        border-right: solid 3px var(--common-color-002);
        position: absolute;
        right: 24px;
        top: 0;
        bottom: 0;
    }
    #about-contents .follow .introduction dl dd{
        padding: 12px;
        display: none;
    }
    
    #about-contents .follow .hope p:nth-of-type(2){
        margin-top: 0;
    }
    #about-contents .follow .hope dl{
        margin-bottom: 16px;
    }
    #about-contents .follow .hope dl:nth-of-type(odd) dd,
    #about-contents .follow .hope dl:nth-of-type(even) dd{
        max-width: calc(100% - 64px);
    }
    #about-contents .follow .hope dl dt{
        margin-top: 12px;
    }
}