@charset "UTF-8";

/* CSS INFORMATION -====================================================
File name : add.css
Description : 追加パーツ
===================================================================== */

/* =====================================================================
    header
======================================================================*/
@media screen and (min-width: 768px) {
    .gDef-wrapper:not(#top) .header_top {
        background: url(../images/common/bg_pattern02.jpg) no-repeat center/cover;
    }
}

.nav_menu li {
    width: calc(100% / 3);
}

.nav_menu li a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    /* min-height: 2.9em; */
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .nav_menu {
        gap: 5rem 0;
    }

    .nav_menu li::after {
        bottom: 0;
        margin: auto 0;
        height: 5rem;
    }

    .nav_menu li:nth-child(4n)::after {
        display: block;
    }

    .nav_menu li:nth-child(3n)::after {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .nav_menu li {
        width: 9.5em;
    }
}


/* =====================================================================
    backnumber
======================================================================*/

.backnumber .news_list li h3 {
    margin-bottom: 0;
}


/* =====================================================================
    tver
======================================================================*/
.tver .info_content h3 {
    text-align: center;
    font-size: 160%;
    font-weight: 600;
    line-height: 1.166;
}

.tver .info_content h3 small {
    display: block;
    margin-top: 0.8em;
    font-size: 45%;
}

/* =====================================================================
    about
======================================================================*/
@media screen and (min-width: 768px) {
    .about>.inner {
        background-color: transparent;
    }
}

.about_content {
    text-align: center;
}

.about_content p {
    font-weight: 800;
    line-height: 2.333;
}

@media screen and (min-width: 768px) {
    .about_content p {
        font-size: 122%;
        line-height: 2.727;
    }
}

.about_content p .color01,
.about_content p .color02 {
    padding: 0.05em 0.4em;
    border-radius: 3em;
}

@media screen and (max-width: 767px) {
    .about_content p:not(:last-child) {
        margin-bottom: 14.5rem;
    }
}

[class^="about_deco"] {
    position: absolute;
    width: 1em;
    background-color: #ffffff;
    border-radius: 15rem;
    -webkit-box-shadow: 0 1rem 4rem 0 rgba(0, 11, 151, 0.15);
    box-shadow: 0 1rem 4rem 0 rgba(0, 11, 151, 0.15);
    z-index: -1;
    pointer-events: none;
}

[class^="about_deco"] img {
    margin: 0 auto;
}

.about_deco01 {
    top: 4.4rem;
    left: -12.3rem;
    width: 29.1rem;
}

.about_deco01 img {
    padding: 7.8% 0;
    width: 63.2%;
}

@media screen and (min-width: 768px) {
    .about_deco01 {
        top: 0;
        left: -18.8rem;
    }
}

.about_deco02 {
    top: 17.3rem;
    right: -24rem;
    width: 43.3rem;
}

.about_deco02 img {
    margin-left: 11%;
    padding: 9% 0;
    width: 40%;
}

@media screen and (min-width: 768px) {
    .about_deco02 {
        top: 15.6rem;
        right: -15rem;
    }

    .about_deco02 img {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1600px) {
    .about_deco02 {
        right: -33.2rem;
    }
}

.about_deco03 {
    bottom: 13.7em;
    left: 0.4rem;
    width: 21rem;
}

.about_deco03 img {
    padding: 5% 0 8%;
    width: 56%;
}

@media screen and (min-width: 768px) {
    .about_deco03 {
        bottom: 1em;
        left: -4.6rem;
    }
}