/** @format */

@charset "utf-8";
/*  qa.css
---------------------------------------------- */

/*  pc
---------------------------------------------- */

/* common */
#about #pagehead .pagehead__ttl::before {
	color: #56c02b;
}
#about #pagehead .pagehead__ttl span::before {
	background-color: #56c02b;
}

/* about */
#about .about__lead {
    background-color: #19486A;
    border-radius: 0 0 80px 0;
    color: #FFF;
}
#about .about__lead .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 170px;
}
#about .about__lead .inner .about__lead_contents {
    width: calc(100% - 170px - 440px);
}
#about .about__lead .inner .about__lead_contents .h2 {
    margin-bottom: 20px;
    text-align: left;
    color: #FFF;
}
#about .about__lead .inner .about__lead_contents .h2 span {
    display: block;
    margin-bottom: 15px;
    font-family: "objektiv-mk1", sans-serif;
    font-size: 5.6rem;
    font-weight: 900;
    line-height: 6.2rem;
}
#about .about__lead .inner .about__lead_contents .h2::before {
    content: '';
}
#about .about__lead .inner .about__lead_contents .txt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3.2rem;
}
#about .about__lead .inner .img {
    width: 440px;
    vertical-align: middle;
}
#about .about__everyone {
    position: relative;
    padding: 110px 0 100px;
}
#about .about__everyone::before,
#about .about__everyone::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 140px;
    height: 140px;
}
#about .about__everyone::before {
    z-index: 1;
    background-color: #19486A;
}
#about .about__everyone::after {
    z-index: 2;
    background-color: #FFF;
    border-radius: 140px 0 0 0;
}
#about .about__everyone .inner .h2::before {
    color: #00689D;
}
#about .about__everyone .inner .img {
    display: block;
    width: 92%;
    max-width: 1000px;
    margin: 0 auto 40px;
}
#about .about__wfp {
    position: relative;
    padding: 120px 40px 80px;
    background-color: #F0F0F0;
    border-radius: 140px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
}
#about .about__wfp::before,
#about .about__wfp::after {
    content: '';
    position: absolute;
    top: -80px;
    right: 0;
    display: block;
    width: 80px;
    height: 80px;
}
#about .about__wfp::before {
    z-index: 1;
    background-color: #F0F0F0;
}
#about .about__wfp::after {
    z-index: 2;
    background-color: #FFF;
    border-radius: 0 0 80px 0;
}
#about .about__wfp .inner {
    padding: 60px 120px;
    background-color: #FFF;
    border-radius: 30px;
}
#about .about__wfp .inner:nth-child(1),
#about .about__wfp .inner:nth-child(2) {
    width: calc(50% - 40px);
}
#about .about__wfp .inner:nth-child(3) {
    width: 100%;
}
#about .about__wfp .inner .about__wfp_ttl {
    margin-bottom: 30px;
    font-size: 3.2rem;
    font-weight: 700;
    color: #0A97D9;
    text-align: center;
}
#about .about__wfp .inner .about__wfp_contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
#about .about__wfp .inner .about__wfp_contents .img_wfp {
    width: 108px;
}
#about .about__wfp .inner .about__wfp_contents .img_ishikawa {
    width: 340px;
}
#about .about__wfp .inner .about__wfp_contents .img_osaka {
    width: 200px;
}
#about .about__wfp .inner .about__wfp_contents .img_ishikawa,
#about .about__wfp .inner .about__wfp_contents .img_osaka {
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    float: none;
}
#about .about__wfp .inner .about__wfp_contents .about__wfp_txt {
    width: 100%;
    text-align: center;
}
#about .about__wfp .inner .about__wfp_contents .about__wfp_txt .ttl {
    display: block;
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 700;
}
#about .about__wfp .inner .about__wfp_contents .about__wfp_txt .txt {
    display: block;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 959px) {
	    /* about */
    #about .about__lead {
        border-radius: 0 0 40px 0;
    }
    #about .about__lead .inner {
        flex-wrap: wrap;
        gap: 75px;
        width: 100%;
        padding: 40px 0;
    }
    #about .about__lead .inner .about__lead_contents {
        width: 92%;
        margin: 0 auto;
    }
    #about .about__lead .inner .about__lead_contents .h2 span {
        font-size: 4rem;
        line-height: 5rem;
    }
    #about .about__lead .inner .about__lead_contents .txt {
        font-size: 1.4rem;
        line-height: 2.8rem;
    }
    #about .about__lead .inner .img {
        display: block;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }
    #about .about__everyone {
        padding: 70px 0 40px;
    }
    #about .about__everyone .h2 {
        white-space: pre-wrap;
    }
    #about .about__everyone .h2::before {
        content: 'So everyone \A can Smile.';
    }
    #about .about__everyone::before,
    #about .about__everyone::after {
        width: 70px;
        height: 70px;
    }
    #about .about__everyone::after {
        border-radius: 70px 0 0 0;
    }
    #about .about__everyone .inner .img {
        width: 100%;
    }
    #about .about__wfp {
        padding: 80px 4% 40px;
        gap: 30px;
    }
	#about .about__wfp .inner {
        padding: 15px 30px;
        gap: 30px;
    }
    #about .about__wfp .inner:nth-child(1),
    #about .about__wfp .inner:nth-child(2) {
        width: 92%;
        margin: 0 auto;
    }
    #about .about__wfp .inner .about__wfp_ttl {
        margin-bottom: 20px;
        font-size: 2rem;
    }
    #about .about__wfp .inner .about__wfp_contents {
        flex-wrap: wrap;
        gap: 20px;
    }
    #about .about__wfp .inner .about__wfp_contents .img_wfp {
        display: block;
        width: 54px;
        margin: 0 auto;
    }
    #about .about__wfp .inner .about__wfp_contents .img_ishikawa {
        width: 280px;
    }
    #about .about__wfp .inner .about__wfp_contents .img_osaka {
        width: 120px;
    }
    #about .about__wfp .inner .about__wfp_contents .about__wfp_txt {
        width: 100%;
    }
    #about .about__wfp .inner .about__wfp_contents .about__wfp_txt .ttl {
        font-size: 1.8rem;
        line-height: 3rem;
        text-align: center;
    }
    #about .about__wfp .inner .about__wfp_contents .about__wfp_txt .txt {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}