:root {
    --bg-blue1: #90d0fe;
    --bg-blue2: #e4f1ff;
    --bg-orange1: #cc6727;
    --color-mark: #ffae1f;
    --color-mark2: #ffd967;
}

html, body {
    overflow-x: hidden;
}

.full-w {
    width: calc(100vw);
    margin-left: calc(50% - 50vw);
}

.sky-box {
    background-color: var(--bg-blue1);
    display: flex;
    height: 250px;
    padding: 60px;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
    color: var(--keyColor);
    font-weight: bold;
}
.sky-box img {
    position: absolute;
    top: 50px;
    width: 95%;
    z-index: 0;
    left: 30px;
}

.sky-box span.left {
    width: auto;
    font-size: 32px;
    padding-bottom: 30px;
    z-index: 1;
}
.sky-box span.right {
    width: 50%;
    min-width: 620px;
    padding-bottom: 20px;
    z-index: 1;
    line-height: 2;
    z-index: 1;
    font-size: 16px;
}
.sky-box + img,
.sky-box + img + img {
    position: relative;
    top: -30px;
}

.top-nav {
    background-color: var(--keyColor);
    padding: 60px 0 40px;
    box-sizing: border-box;
    margin-top: -60px !important;
}

.top-nav li {
    background-color: #ffffff;
    position: relative;
}

.top-nav .item {
    width: calc((100% - 60px) / 4) !important;
    color: #003993;
}

.top-nav p {
    color: #003993;
    padding: 10px 30px 30px !important;
    text-align: center;
    margin-top: 0 !important;
}

.top-nav p:first-child {
    color: #fff;
}

.top-nav ul {
    width: 1180px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.top-nav .panel-list .item p:first-of-type {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
}

.top-nav .panel-list .item p:first-of-type::after {
    display: none;
}

.top-nav .item::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    background-image: url(../img/arrow2.svg);
    background-size: contain;
    transform: translateX(-50%);
    bottom: 5px;
}

.top-nav img {
    padding: 20px 30px 0px;
    box-sizing: border-box;
}

.link-wrap {
    background-color: var(--bg-blue2);
    text-align: center;
    padding: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.link-wrap span {
    display: inline-block;
    padding-bottom: 15px;
    color: var(--keyColor);
    font-weight: bold;
}

.link-wrap .btn-nml {
    background-color: #fff;
    border: 1px solid var(--keyColor);
    color: var(--keyColor);
    font-size: 1.8rem;
    font-weight: var(--fwBold);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    border-radius: 100vw;
    margin: 0 auto;
    padding: 6px;

    font-size: 1.6rem;
    width: 400px;
    min-height: 48px;
}

.link-wrap.buy span {
    color: #000;
}

.link-wrap.buy .btn-nml {
    color: #fff;
    border: none;

    background: linear-gradient(
        110deg,
        var(--accentOrg) 50%,
        #f9a96b 60%,
        var(--accentOrg) 70%
    );
    background-size: 400% 100%;
    border-color: rgba(219, 95, 0, 0.5);
    animation: shine 22s infinite;
    animation-delay: 0s;
    animation-timing-function: linear;
    width: 400px;
}

.contents-wrap {
    margin-bottom: 0 !important;
}

.marker {
    background-image: linear-gradient(transparent 50%, var(--color-mark) 50%);
    display: inline !important;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1.5s;
}

.marker.on {
    background-size: 100% 100%;
}

.marker.marker-txt {
    background-size: 100% 100%;
    background-image: linear-gradient(transparent 50%, var(--color-mark2) 50%);
}

.feature {
    color: var(--keyColor);
    background-color: var(--bg-blue2);
    padding: 20px 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.feature li {
    padding-left: 30px;
}
.feature li:last-child {
    padding-bottom: 0;
}
.feature li::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../images/f7_checkmark-2.svg);
    background-size: contain;
    left: 35px;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.type-title {
    background-color: var(--keyColor);
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

p.txt span {
    display: block;
    margin-bottom: 15px;
}

.no-link {
    pointer-events: none;
    background: #ccc !important;
}
/* .txt-wrap {
    flex: 1;
} */
.img-wrap {
    width: 49%;
}

.h4ttl {
    color: #014e98 !important;
    padding-top: 10px;
}

@media screen and (max-width: 1179.999px) {
    .wrapper .contents-wrap {
        width: 100% !important;
    }
    .full-w {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .top-nav ul {
        width: 100%;
    }
}

@media screen and (max-width: 925px),
    only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
    only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .sky-section {
        width: 100%;
        margin-left: auto;
    }
    .full-w {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .top-nav {
        padding: 20px;
        margin-top: -260px !important;
        padding-top: 260px;
    }
    .top-nav ul {
        width: 100%;
        padding: 0;
    }
    .type-title {
        width: calc(100% + 20px);
        margin-left: -20px;
    }
    ul.panel-list.panel-3.sp-panel-2.content-mt > .item {
        width: 100% !important;
    }
    .top-nav p {
        font-size: 16px;
        padding: 10px 0px 30px !important;
        font-weight: bold;
    }
    .sky-box {
        height: 550px;
        padding: 50px 30px 50px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5%;
        justify-content: center;
    }
    .sky-box span.left {
        font-size: 32px;
        width: 100%;
        padding-top: 20%;
    }
    .sky-box span.right {
        font-size: 18px;
        width: 100%;
        font-weight: bold;
        line-height: 1.8;
        min-width: auto;
    }
    .feature li {
        font-size: 18px;
        padding-bottom: 18px;
        font-weight: bold;
    }
    .txt-img-wrap .txt {
        font-size: 16px;
    }
    .type-title {
        font-size: 20px;
    }
    .txt-img-wrap.ai-s > .img-wrap {
        margin-top: 0;
    }
    .sky-box img.L {
        width: 30%;
        left: 0;
    }
    .sky-box img.R {
        width: 57%;
        right: 0;
        left: auto;
    }
    #product01::before,
    #product02::before,
    #product03::before,
    #product04::before,
    #product05::before,
    #product05::before,
    #product06::before,
    #product07::before,
    #product08::before {
        content: "";
        display: block;
        height: 80px;
        margin-top: -80px;
    }
    .top-nav .panel-list .item p:first-of-type {
        font-size: 13px !important;
    }
    .top-nav img {
        padding: 20px 0 0px;
    }
}

@media screen and (max-width: 768px) {
    .txt-img-wrap.ai-s > .img-wrap {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
    .feature {
        margin-bottom: 0 !important;
    }
}
