/* ---------------------------------------------
   SP向けスタイル (max-width: 767px)
---------------------------------------------- */
@media (min-width: 768px) {

    img {
        width: 100%;
    }

    .site-header {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .site-header .header01 {
        width: 100%;
        padding: 20px;
    }
    .site-header .header01 img {
        width: 300px;
    }

    .site-header .inner {
        max-width: 1400px;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
        background-image: url(../images/kv_pc.jpg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 0 40px;
    }
    .site-header .inner h1 {
        width: 100%;
        height: 66px;
        margin: 0 auto;
        background-image: url(../images/kv_copy.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        font-size: 0;
        text-indent: -9999px;
    }

    .site-header .inner .site-header__logo {
        max-width: 1173px;
        margin: 0 auto;
        padding: 50px 10px 100px 10px;

    }

    .section__intro {
        width: 100%;
        margin-top: -140px;
        position: relative;
        z-index: 2;
    }

    .section__intro .intro_frame {
        width: 100%;
        margin: -4px auto;
        vertical-align: top;
    }

    .section__intro .intro__blk {
        width: 100%;
        background-color: #F8FCE0;
        margin: 0;
        text-align: center;
        vertical-align: top;
    }

    .section__intro .intro__blk p {
        font-size: 18px;
        line-height: 34px;
        padding-bottom: 2em;
    }

    .section__awards {
        width: 100%;
        margin-top: 140px;
    }
    .section__awards .inner {
        max-width: 1440px;
        padding: 10px 80px;
        margin-bottom: 220px;
    }
    .section__awards .inner h2 {
        height: 60px;
        background-image: url(../images/text01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center left;
        font-size: 0;
        text-indent: -9999px;
        margin-bottom: 60px;
    }
    .section__awards .inner .awards_body {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 60px;
    }
    .awards_links {
        max-width: 1265px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto
    }
    .awards_links .awards_box {
        width: 48%;
    }
    .awards_links .awards_box h3 {
        background-image: url(../images/award_btn.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center left;
        border-radius: 12px;
        text-align: center;
        margin-bottom: 20px;
    }
    .awards_links .awards_box h3 a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 22px 0;
        font-size: 36px;
        color: #fff;
        background-color: rgb(255,255,255,0.0);
        transition: all 0.3s;
    }
    .awards_links .awards_box h3 a:hover {
        background-color: rgb(255,255,255,0.4);
    }
    .awards_links .awards_box p {
        font-size: 16px;
        line-height: 200%;
    }
    .section__awards .awards_2025 {
        max-width: 1440px;
        margin: 0 auto;
        height: 40px;
        background-image: url(../images/text01-1.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center left 80px;
        font-size: 0;
        text-indent: -9999px;
        margin-bottom: 60px;
    }


    .awards_btn {
        margin: 40px auto;
        text-align: center;
    }
    .awards_btn a {
        padding: 14px 200px 24px 200px;
        background-image: url(../images/awards_btn2.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        color: #fff;
        opacity: 1;
        transition: all 0.3s;
        font-size: 24px;
        font-weight: 700;
    }
    .awards_btn a:hover {
        opacity: 0.8;
    }

    .section__attractive {
        width: 100%;
        margin: 200px 0;
        overflow: hidden;
    }
    .section__attractive .attractive__blk  {
        width: 100%;
        background-color: #E5F7F2;
        position: relative;
        z-index: 1;
    }
    .section__attractive .attractive__blk .inner_box {
        max-width: 1440px;
        margin: 0 auto;
        padding: 30px 80px;
    }
    .section__attractive .attractive__blk .tittle_box {
        margin-top: -160px;
    }
    .section__attractive h2 {
        height: 60px;
        background-image: url(../images/text02.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center left;
        font-size: 0;
        text-indent: -9999px;
        margin-bottom: 60px;
    }
    .section__attractive .awards_body {
        font-size: 18px;
        line-height: 46px;
        margin-bottom: 80px;
    }
    .section__attractive .attractive_box_set {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 100px;
        position: relative;
        z-index: 10;
    }
    .section__attractive .attractive_box_set:nth-of-type(2n+1) {
        flex-direction: row-reverse;
    }
    .section__attractive .attractive_box_set:nth-last-of-type {
        padding-bottom: 0px;
    }
    .section__attractive .attractive_box_set .image-box {
        width: 50%;
        background-color: #fff;
        border-radius: 22px;
    }
    .section__attractive .attractive_box_set .text-box {
        width: 40%;
        font-size: 16px;
        line-height: 32px;
    }
    .section__attractive .attractive_box_set .text-box h3 {
        font-size: 26px;
        line-height: 140%;
        margin-bottom: 1em;
    }
    .part01 {
        width: 850px;
        height: 496px;
        position: absolute;
        top: 220px;
        right: 358px;
    }
    .part02 {
        width: 1733px;
        height: 749px;
        position: absolute;
        top: 1045px;
        left: -300px;
    }
    .part03 {
        width: 1509px;
        height: 761px;
        position: absolute;
        top: 1754px;
        right: -190px;
    }

    .section__sns {
        width: 100%;
        margin: 200px 0;
        text-align: center;
    }
    .section__sns h2 {
        height: 60px;
        background-image: url(../images/text03.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        font-size: 0;
        text-indent: -9999px;
        margin: 0 auto 60px auto;
    }
    .section__sns .sns_body {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 140px;
    }
    .section__sns h3 {
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 100px;
    }
    .section__sns .sns_ttl {
        max-width: 1000px;
        display: flex;
        gap: 40px;
        align-items: center;
        margin: 0 auto 50px auto;
        font-size: 24px;
        font-weight: 900;
        letter-spacing: 0.2em;
        justify-content: space-between;
    }
    .section__sns .sns_ttl img {
        width: 80px;
    }
    .section__sns .sns_ttl hr {
        background-color: #000;
        height: 2px;
        width: 60%;
    }
    .section__sns .sns_group {
        max-width: 1000px;
        margin: 0 auto 10px auto;
        display: flex;
        justify-content: space-between;
    }
    .section__sns .sns_group .sns_group_box {
        width: 32%;
        border: 1px solid #999;
        border-radius: 14px;
    }
    .section__sns .sns_group .sns_group_box2 {
        width: 32%;
        border-radius: 14px;
        font-size: 20px;
        font-weight: 900;
    }
    .section__sns .sns_group .sns_group_box img {
        padding: 120px;
    }
    .section__sns .sns_bottom {
        max-width: 1000px;
        margin: 80px auto 10px auto;
        text-align: center;
        background-color: #000;
        color: #fff;
        padding: 20px;
    }

    .section__about {
        width: 100%;
        margin: 200px 0;
        overflow: hidden;
    }
    .section__about .about__blk  {
        width: 100%;
        background-color: #DAEBFD;
        position: relative;
        z-index: 1;
    }
    .section__about .about__blk .inner_box {
        max-width: 1440px;
        margin: 0 auto;
        padding: 30px 30px;
    }
    .section__about h2 {
        height: 60px;
        background-image: url(../images/text04.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        font-size: 0;
        text-indent: -9999px;
        margin-bottom: 120px;
    }
    .section__about .about__blk .tittle_box {
        margin-top: -160px;
    }
    .section__about .about_group {
        margin: 0 auto 100px auto;
        display: flex;
        gap: 100px;
        justify-content: space-between;
    }
    .section__about .about_group .about_box {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }
    .section__about .sns_link_blk {
        text-align: center;
        font-size: 22px;
        font-weight: 700;
    }
    .section__about .sns_link_blk .sns_icon_group {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
        margin-top: 40px;
    }
    .section__about .sns_link_blk .sns_icon_group a {
        width: 80px;
    }

    footer {
        width: 100%;
        background-color: #F6F1F1;
    }
    footer .inner {
        max-width: 1440px;
        margin: 0 auto;
        padding: 100px 0 50px 0;
        text-align: center;
        font-size: 14px;
    }
    footer .inner .footer_logo {
        max-width: 360px;
        margin: 0 auto 60px auto;
    }


    .pagetop {
        width: 80px;
        height: 80px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        opacity: 0;
        transition: all 0.6s ease;
        z-index: 90;
    }

    .pagetop.scroll {
        opacity: 1;
    }
}