@charset "UTF-8"; .hstyle-basic {
    margin-bottom: 5.8rem;
}

.hstyle-basic span {
    display: block;
}

.hstyle-basic span.en {
    font-family: "Lato", sans-serif;
    font-size: 7.5rem;
    letter-spacing: 0.05em;
    line-height: 1;
}

.hstyle-basic span.ja {
    color: #222222;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-top: 1.0rem;
}

@media print, screen and (min-width: 768px) {
    .hstyle-basic {
        margin-bottom: 58px;
    }

    .hstyle-basic span {
        display: block;
    }

    .hstyle-basic span.en {
        font-size: 4.6rem;
    }

    .hstyle-basic span.ja {
        font-size: 1.6rem;
        margin-top: 67px;
        padding-left: 6px;
    }
}

/*****contents*****/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.promo_frame {
    padding-top: 68px;
}

.promo_frame .promo_swiper {
    position: relative;
}

.promo_frame .promo_swiper p.img {
    width: 100%;
    padding-top: 32.389%;
}

.promo_frame .swiper-button-prev, .promo_frame .swiper-button-next {
    color: #009fe8;
}

.promo_frame .swiper-button-prev, .promo_frame .swiper-container-rtl .swiper-button-next {
    left: 2rem;
}

.promo_frame .swiper-button-next, .promo_frame .swiper-container-rtl .swiper-button-prev {
    right: 2rem;
}

/*============================
#home_logo
============================*/
#home_logo {
    padding: 140px 0 160px;
}

#home_logo ul.items {
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

/*============================
#home_about
============================*/
#home_about {
    background: url(../images/home/about_bg.jpg) no-repeat 50% / cover;
    padding: 105px 0;
}

#home_about h2.main_ttl {
    font-size: 4rem;
    color: #009fe8;
    line-height: 1.9047615;
    text-align: center;
    margin-bottom: 120px;
}

#home_about ol.items {
    margin: 0 -80px -90px;
}

#home_about ol.items li {
    width: calc(50% - 160px);
    margin: 0 80px 90px;
}

#home_about ol.items li h3.ttl {
    font-size: 2.5rem;
    color: #009fe8;
    line-height: 1.8931;
    display: flex;
    align-items: center;
    position: relative;
    gap: 78px;
    margin-bottom: 25px;
}

#home_about ol.items li h3.ttl::before {
    content: counter(ol_cnt);
    font-family: "Lato", sans-serif;
    font-size: 8.8rem;
    letter-spacing: .08em;
    font-weight: bold;
    line-height: 1;
    padding-left: 7px;
}

#home_about ol.items li h3.ttl::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 78%;
    background: #009fe8;
    top: 50%;
    transform: translateY(-50%);
    left: 95px;
}

#home_about ol.items li p.txt {
    line-height: 1.722222;
    font-weight: 700;
}

section.news {
    padding: 0 7.5rem;
    margin-top: 13.2rem;
    position: relative;
}

section.news a.news-list {
    position: absolute;
    top: 4.6rem;
    right: 7.5rem;
    color: #0b41a0;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    height: 7.0rem;
    padding: 0 .5rem;
}

section.news a.news-list::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0b41a0;
    position: absolute;
    left: 0;
    bottom: 0;
}

section.news ul {
    overflow-y: auto;
    max-height: 51.8rem;
}

section.news ul li {
    padding: 6.0rem 0;
    font-size: 2.5rem;
    color: #808080;
    width: 100%;
}

section.news ul li:not(:last-of-type) {
    border-bottom: 1px solid #cccccc;
}

section.news ul li a {
    display: block;
    font-size: 2.6rem;
    color: #808080;
}

section.news ul li img {
    width: 10.9rem;
    vertical-align: middle;
    margin-left: 2.0rem;
}

section.news ul li p {
    font-size: 2.8rem;
    margin-top: 1.0rem;
    line-height: 1.7;
    color: #2d2d2d;
}

section.news .news-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40.0rem;
    height: 8.5rem;
    border: 1px solid #323232;
    margin: 5.0rem auto 0;
}

@media print, screen and (min-width: 768px) {
    section.news {
        padding: 205px 30px 13px;
        max-width: 1200px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        /* height: 300px; */
    }

    section.news a.news-list {
        font-size: 17px;
        height: 40px;
        padding: 0;
        position: absolute;
        top: auto;
        left: 30px;
        bottom: 10px;
        width: 60px;
        letter-spacing: .12em;
    }

    section.news a.news-list:hover {
        opacity: 0.8;
    }

    section.news h2.hstyle-news {
        font-size: 4.8rem;
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    section.news .wrap-news {
        width: 73%;
        padding: 110px 0 0;
    }

    section.news ul {
        overflow-y: auto;
        max-height: 300px;
    }

    section.news ul li {
        padding: 30px 15px 22px;
        margin-right: 34px;
        position: relative;
        font-size: 14px;
        overflow: hidden;
    }

    section.news ul li a {
        font-size: 14px;
    }

    section.news ul li img {
        width: 70px;
        margin-left: 13px;
    }

    section.news ul li p {
        font-size: 16px;
        margin-top: 0;
        line-height: 1.7;
        color: #2d2d2d;
    }
}

/*============================
#home_com
============================*/
#home_com {
    padding-top: 13rem;
}

#home_com h2.main_ttl {
    margin-bottom: 5.5rem;
}

#home_com h2.main_ttl span {
    display: block;
    text-align: center;
}

#home_com h2.main_ttl span.en {
    font-size: 4.6rem;
    letter-spacing: .08em;
}

#home_com h2.main_ttl span.ja {
    font-size: 1.6rem;
    letter-spacing: .12em;
}

#home_com ul.items.f_wrap {
    justify-content: center;
    gap: 3rem;
}
