@charset "UTF-8";

#design_P #Gnav_List li:nth-of-type(2)::after {
    background-image: none;
    background-color: #ffff;
}

#design_P .sub_01 a {
    color: #fff;
}

p {
    letter-spacing: 4px;
}

figure {
    position: relative;
}

.en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.big {
    display: inline-block;
    font-size: 1.6em;
    line-height: 1;

}

.small {
    font-size: 12px;
}

/* kobetsu */
main {
    background-image: url(../img/de-bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48% 0;
    position: relative;
}

.main-copy {
    width: 90%;
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
}

.main-copy p {
    color: #fff;
    text-align: center;
}

.main-copy .main-ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}


.main-copy .en {
    font-size: 18px;
}

.main-copy .main-text {
    line-height: 2.2;
    margin-top: 30px;
}

.main-image {
    width: 60%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



[class$="-box"] {
    padding: 100px 0;
}

.sec-ttl {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}

.text {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.subimage-box {
    background: #092a39;
    overflow: hidden;
}

.subimage-box .flex {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.subimage-box .flex:nth-of-type(n+2) {
    margin-top: 140px;
}

.subimage-box .flex p {
    width: 25%;
    color: #fff;
}

.subimage-box figure {
    width: 70%;
}

.shikihai-flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: 1200px;
    margin: 80px auto 0;
}

.shikihai-flex .shikihai {
    width: 100%;
    max-width: 700px;
}

.shikihai-flex .landitem {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
}

.shikihai-flex .landitem li {
    width: 22%;
}


.item-text {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 10px;
}

.attention {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.attention .en {
    font-size: 16px;
    display: inline-block;
    color: #1886ae;
    margin-right: 8px;
}

.landitem li {
    position: relative;
}

.landitem li .num {
    font-size: 40px;
    color: #2da8d5;
    position: absolute;
    top: -30px;
    right: 10px;
    z-index: 10;
}

.view {
    margin: 0 auto 60px;
}

.view .view-image {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 50px;
}

.pc_only {
    display: block;
}

@media (max-width: 1300px) {

    main {
        padding: 48% 0;
    }
}

/*=======================================
TAB_横
=======================================*/
@media (max-width: 1180px) {

    .pc_only {
        display: none;
    }

    main {
        padding: 55% 0;
    }
}


/*=======================================
TAB_縦~SP
=======================================*/
@media (max-width: 820px) {
    main {
        padding: 100% 0;
    }

    .main-copy {
        top: 10%;
    }

    .main-copy .main-ttl {
        font-size: 18px;
    }

    .main-copy .main-text {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .main-copy .en {
        font-size: 16px;
    }

    .main-image {
        width: 90%;
    }

    [class$="-box"] {
        padding: 60px 0;
    }

    .sec-ttl {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .text {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .subimage-box .flex:nth-of-type(n+2) {
        margin-top: 70px;
    }

    .subimage-box .flex p {
        width: 100%;
        order: 1;
    }

    .subimage-box figure {
        width: 100%;
        order: 2;
    }

    .shikihai-flex {
        margin-top: 40px;
    }

    .shikihai-flex .shikihai {
        width: 100%;
    }

    .shikihai-flex .landitem {
        width: 100%;
        margin-top: 60px;
    }

    .shikihai-flex .landitem li {
        width: 100%;
    }

    .shikihai-flex .landitem li:nth-of-type(n+2) {
        margin-top: 50px;
    }

    .item-text {
        font-size: 14px;
    }

    .view {
        margin: 0px auto 20px;
    }

    .view .view-image {
        margin: 0 auto 20px;
    }

}