@charset "utf-8";

/*=========================================
共通
=========================================*/
.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sp { display: none !important; }
@media print, screen and (max-width:767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


/*=========================================
header
=========================================*/
.l-header__pcnav-sub-link {
    color: var(--black);
}

#lp {
    padding-top: 140px;
}

@media print, screen and (min-width:1200px) {
    .l-header__pcnav-sub-list {
        display: none;
    }
}

@media print, screen and (min-width:768px) and (max-width:1199px) {
    #lp {
        padding-top: 64px;
    }
}

@media print, screen and (max-width:767px) {
    #lp {
        padding-top: 60px;
    }
}


/*=========================================
footer
=========================================*/
.c-contact-area,
.l-footer {
    display: none;
}

.lp_footer {
    width: 100%;
    height: 180px;
    max-height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp_footer a {
    display: block;
    line-height: 0;
}

.lp_footer img {
    width: 440px;
    max-width: 36.7vw;
}

@media print, screen and (max-width:767px) {
    .lp_footer {
        max-height: 20vw;
    }

    .lp_footer img {
        max-width: 60vw;
    }
}


/*=========================================
MV
=========================================*/
#mv {
    width: 100%;
    max-height: calc(100vh - 140px);
    aspect-ratio: 1920 / 908;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

#mv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media print, screen and (min-width:768px) and (max-width:1199px) {
    #mv {
        max-height: calc(100vh - 64px);
    }
}

@media print, screen and (max-width:767px) {
    #mv {
        max-height: calc(100vh - 60px);
        aspect-ratio: 9 / 16;
    }
}


/*=========================================
main
=========================================*/
.main_cont {
    width: 100%;
    background-color: var(--bgColor);
    padding: clamp(0px, 12.1vw, 145px) 0 clamp(0px, 62.1vw, 745px);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.main_cont .logo_bg {
    width: 560px;
    max-width: 46.7vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(-25px, -2.1vw, 0px);
    margin: auto;
}

@media print, screen and (max-width:767px) {
    .main_cont {
        padding: 15vw 0 89vw;
    }

    .main_cont .logo_bg {
        max-width: 66vw;
    }
}


/*=========================================
lead
=========================================*/
#lead {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: clamp(0px, 8.3vw, 100px);
    text-align: center;
    color: var(--white);
}

#lead .lead_title {
    width: 670px;
    max-width: 55.8vw;
    margin-bottom: clamp(0px, 4.2vw, 50px);
}

#lead .text_1 {
    font-size: clamp(0px, 2.9vw, 35px);
    letter-spacing: 0.24em;
    padding-left: 0.24em;
    margin-bottom: 1.3em;
}

#lead .text_2 {
    font-size: clamp(0px, 2vw, 24px);
    line-height: 2.6em;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    margin-bottom: 1.7em;
}

#lead .text_3 {
    font-size: clamp(0px, 2.9vw, 35px);
    font-weight: 500;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
}

@media print, screen and (max-width:767px) {
    #lead {
        padding-bottom: 10vw;
    }

    #lead .lead_title {
        max-width: 77vw;
        margin-bottom: 7vw;
    }

    #lead .text_1 {
        font-size: 3.5vw;
        letter-spacing: 0.1em;
        padding-left: 0.1em;
    }

    #lead .text_2 {
        font-size: 3vw;
        letter-spacing: 0.1em;
        padding-left: 0.1em;
    }

    #lead .text_3 {
        font-size: 3.5vw;
        letter-spacing: 0.1em;
        padding-left: 0.1em;
    }
}


/*=========================================
identity
=========================================*/
#identity {
    width: 1430px;
    max-width: 90%;
    background-color: var(--white);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#identity .sec_title {
    font-size: clamp(0px, 2.9vw, 35px);
    font-weight: 500;
    letter-spacing: 0.12em;
    padding: 2.5em 0 1em 0.12em;
    text-align: center;
}

.identity_block {
    width: 100%;
    padding: clamp(0px, 7.5vw, 90px) 0 clamp(0px, 11.7vw, 140px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.identity_block:nth-of-type(even) {
    background-color: #f2f2f3;
}

.identity_block .img_area {
    width: 47%;
    text-align: center;
}

.identity_block .text_area {
    width: 45%;
    margin-right: 7%;
}

.identity_block .img_area img {
    width: 430px;
    max-width: 65%;
}

.identity_block .text_area .block_title {
    font-size: clamp(0px, 2vw, 24px);
    margin-bottom: 2.5em;
    font-weight: 600;
}

.identity_block .text_area p {
    font-size: clamp(0px, 1.7vw, 20px);
    line-height: 2.4em;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    text-align: justify;
}

@media print, screen and (max-width:767px) {
    #identity .sec_title {
        font-size: 3.7vw;
    }

    .identity_block {
        padding: 7vw 0;
        flex-direction: column;
    }
    .identity_block .img_area {
        width: 100%;
        padding: 3vw 0 9vw;
    }

    .identity_block .text_area {
        width: 84%;
        margin-right: 0;
    }

    .identity_block .text_area .block_title {
        font-size: 3.3vw;
        margin-bottom: 1.5em;
    }

    .identity_block .text_area p {
        font-size: 3vw;
    }
}

.color_list {
    margin-top: clamp(0px, 5.8vw, 70px);
}

.color_list li {
    display: flex;
    align-items: center;
}

.color_list li:not(:first-child) {
    margin-top: clamp(0px, 2.9vw, 35px);
}

.color_list .color_box {
    width: clamp(0px, 6.7vw, 80px);
    aspect-ratio: 80 / 47;
    margin-right: 1em;
}

.c_blue .color_box { background-color: #00387d; }
.c_yellow .color_box { background-color: #f8b500; }
.c_green .color_box { background-color: #6fba2c; }

.identity_block .text_area .color_list li p {
    font-size: clamp(0px, 1.1vw, 17px);
}

@media print, screen and (max-width:767px) {
    .color_list {
        margin-top: 7vw;
    }

    .color_list li:not(:first-child) {
        margin-top: 4vw;
    }

    .color_list .color_box {
        width: 7vw;
        aspect-ratio: 80 / 60;
    }
    
    .identity_block .text_area .color_list li p {
        font-size: 2.8vw;
        line-height: 1.5em;
        display: flex;
        flex: 1;
    }
    
    .identity_block .text_area .color_list li p span {
        display: block;
        flex: 1;
    }
}
