@charset "utf-8";

/* Main Banner
 * *********************************** */

.MainBanner {
    position: relative;
    margin-bottom: 50px;
}

.MainBanner .swiper-container {
    box-shadow: 0 2px 4px #f9f9f9;
}

.MainBanner__unit {
    position: relative;
    overflow: hidden;
    height: 440px;
    background-color: #000;
}


/* .MainBanner.-low .MainBanner__unit {
    height: 332px;
    height: 440px;
} */

.MainBanner__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.MainBanner__pager {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.MainBanner__pager>.swiper-pagination-bullet {
    margin: 0 5px;
    width: 50px;
    height: 6px;
    border: none;
    border-radius: 0;
    background-color: #d4d4d4;
    opacity: 1;
}

.MainBanner__pager>.swiper-pagination-bullet-active {
    background-color: #0a9bcd;
}

.mainBannerBtn {
    position: absolute;
    top: 10%;
    z-index: 999;
}

.mainBannerBtn .blue_btn a {
    color: #fff;
}

.mainBannerTxt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #282828;
    opacity: 0.9;
    padding: 20px;
    width: 500px;
    z-index: 999;
}

.mainBannerTxt_ttl {
    color: #fff;
    font-size: 33px;
    font-weight: 900;
    opacity: 1;
    line-height: 1.3;
}

.mainBannerTxt_str {
    color: #fff;
    margin-bottom: 15px;
    opacity: 1;
    margin-top: 15px;
}

@media only screen and (min-width: 1151px) {
    .mainBannerBtn {
        left: 0;
        margin-left: calc(50vw - 560px);
    }
    .mainBannerTxt {
        left: 0;
        margin-left: calc(50vw - 560px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
    .mainBannerBtn {
        left: 20px;
    }
    .mainBannerTxt {
        left: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .MainBanner__img {
        width: 1230px;
    }
    .MainBanner.-low .MainBanner__unit {
        /* height: 207px; */
        height: 440px;
    }
}

@media only screen and (max-width: 960px) {
    .MainBanner__unit {
        height: 425px;
    }
    .MainBanner.-low .MainBanner__unit {
        /* height: 207px; */
        height: 440px;
    }
    .MainBanner__img {
        width: 1230px;
    }
}

@media only screen and (max-width: 767px) {
    .MainBanner__unit,
    .MainBanner.-low .MainBanner__unit {
        height: auto;
        margin: 0;
        background-color: #282828;
    }
    .MainBanner__img,
    .MainBanner.-low .MainBanner__img {
        position: static;
        width: 100%;
        transform: none;
        height: 63vw;
    }
    .mainBannerBtn {
        top: 20px;
        left: 20px;
    }
    .mainBannerTxt {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        opacity: 1;
        width: 100%;
        z-index: initial;
    }
    .mainBannerTxt_ttl {
        font-size: 20px;
    }
    #MainBanner .MainBanner__pager {
        top: -50px;
        position: relative;
        z-index: 1;
    }
    .mainBannerTxt_str {
        margin-top: 15px;
        padding-bottom: 20px;
    }
}


/* Sub Banner
 * *********************************** */

.SubBanner {
    position: relative;
    margin-bottom: 50px;
}

.SubBanner__unit {
    position: relative;
    overflow: hidden;
    /*height: 386px;*/
    background-color: #000;
}

.SubBanner .swiper-container {
    box-shadow: 0 2px 4px #f9f9f9;
    position: relative;
}

.SubBanner__img {
    width: 100%;
    /*height: 386px;*/
    object-fit: cover;
}

.slideTxt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
}

.slideTxt_ttl {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.slideTxt_str {
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .SubBanner {
        padding: 0 0 30px 20px;
        margin-bottom: 0;
    }
    .SubBanner__unit {
        width: 100vw;
        height: 91vw;
    }
    .SubBanner__img {
        height: 91vw;
    }
}

.blackcover {
    position: relative;
    display: block;
}

.blackcover:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
}

.c-tile__content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 30px;
    border: 0 solid #0a9bcd;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.swiper-slide-active .c-tile__content,
.SubBanner__unit a:hover .c-tile__content {
    padding-bottom: 90px;
    border-bottom-width: 15px;
}

@media screen and (min-width: 768px) and (max-width: 915px) {
    .swiper-slide-active .c-tile__content,
    .SubBanner__unit a:hover .c-tile__content {
        padding-bottom: 45px;
        border-bottom-width: 10px;
    }
}


/* leadArea
 * *********************************** */

.LeadView {
    margin-bottom: 60px;
    padding: 40px 0 0;
    color: #000;
    background-color: #fff;
}

.LeadViewMedia {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.LeadViewMedia__txtArea {
    margin-top: 20px;
    width: 35%;
    padding-right: 90px;
}

.LeadViewMedia__txtArea.width40 {
    width: 40%;
}

.LeadViewMedia__txtArea .btn {
    width: 100%;
}

.LeadViewMedia__txtArea .btn a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.LeadViewMedia__ttl {
    margin-bottom: 30px;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.5em;
}

.LeadViewMedia__txt {
    margin-bottom: 30px;
    font-size: 1.1em;
}

.LeadViewMedia__img {
    width: 75%;
}

.LeadViewMedia__img.width60 {
    width: 60%;
}

.LeadViewMedia__img.width60 .img {
    padding-right: 30px;
}

.LeadViewMedia__img img,
.LeadViewMedia__img source {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.LeadViewMedia__img .video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.LeadViewMedia__img .video-wrap .video-js {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .LeadView {
        padding: 0;
    }
    .LeadViewMedia {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .LeadViewMedia.sp-reverse {
        flex-direction: column-reverse;
    }
    .LeadViewMedia__txtArea .btn {
        margin: auto;
    }
    .LeadViewMedia__txtArea {
        text-align: center;
        width: 100%;
    }
    .LeadViewMedia__img.width60 {
        width: 100%;
    }
    .LeadViewMedia__img.width60 .img {
        padding-right: 0;
    }
    .LeadViewMedia__txtArea.width40 {
        width: 100%;
    }
    .LeadViewMedia__img {
        width: 100%;
        margin-top: 30px;
    }
    .LeadViewMedia__txtArea {
        padding-right: 0;
    }
}


/* News
 * *********************************** */

.newsArea {
    background: #F2F2F2;
    padding: 60px 20px 100px;
}

.News_h {
    text-align: center;
}

.News_h>span {
    position: relative;
    display: inline-block;
}

.News_h>span::before {
    content: '';
    background-image: url(/ja/home/images/news.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 32%;
    left: -37px;
    transform: translate(-110%, -50%);
}

.NewsContents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px auto;
    width: 1000px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .NewsContents {
        width: 100%;
    }
}

.NewsSlider {
    width: 45%;
}

.NewsList {
    width: 50%;
    margin-left
}

.NewsList dt {
    font-weight: 900;
}

.NewsList dt span {
    margin-left: 15px;
    background: #FFF;
    padding: 2px 6px;
    color: #7E7E7E;
    font-weight: normal;
}

.NewsList .link-list-2__body {
    margin-bottom: 20px;
}

.btn_news {
    display: block;
    margin: auto;
    width: 170px;
    font-weight: bold;
}

.slider-1 a:hover,
.slider-1 a:active {
    text-decoration: none;
}

.slider-1__pager {
    text-align: center;
}

.slider-1__pager>.swiper-pagination-bullet {
    margin: 0 5px;
    width: 50px;
    height: 6px;
    border: none;
    border-radius: 0;
    background-color: #D4D4D4;
    opacity: 1;
}

.slider-1__pager>.swiper-pagination-bullet-active {
    background-color: #0a9bcd;
}

.slider-1__img {
    text-align: center;
}

.slider-1__img img {
    max-width: 100%;
    width: 100%;
}

.slider-1__text>.date {
    display: none;
}

.slider-1__text>.body {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin-top: 0.5em;
}

.slider-1__btn {
    display: none;
}

@media screen and (max-width: 767px) {
    .News_h>span::before {
        content: none;
    }
    .NewsContents {
        flex-direction: column;
        width: 100%;
    }
    .NewsSlider {
        width: 80%;
        margin: auto auto 30px;
    }
    .NewsList {
        width: 100%;
    }
    .NewsList dt {
        color: unset;
    }
}


/* Solutions & Products
 * *********************************** */

.Feature {
    background-color: #d4d4d4;
}

.FeatureArticles {
    position: relative;
    margin-bottom: 60px;
    padding: 40px 0 0;
    color: #000;
    display: flex;
    align-items: flex-start;
}

.FeatureLead {
    margin-right: 40px;
    width: 30%;
}

.FeatureLead_h {
    margin-bottom: 30px;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.5em;
}

.FeatureLead_txt {
    font-size: 1.1em;
}

.FeatureArticles__h {
    margin: 0 auto 30px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.productsIntroArea .pItem {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.productsIntroArea .pItem:last-child {
    margin-right: 0;
}

.productsIntroArea .pItem .imgArea img {
    max-width: 100%;
}

.productsIntroArea .pItem .summary {
    margin-top: 20px;
    font-size: 16px;
    margin: 20px auto 0;
    text-align: left;
}

.productsIntroArea .pItem .summary .ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.productsIntroArea .pItem-small {
    width: 23%;
    margin-right: 2%;
    float: left;
}

.productsIntroArea .pItem-small:last-child {
    margin-right: 0;
}

.productsIntroArea .pItem-small .imgArea img {
    max-width: 100%;
}

.productsIntroArea .pItem-small .summary {
    margin-top: 20px;
    font-size: 16px;
    margin: 20px auto 0;
    text-align: left;
}

.productsIntroArea .pItem-small .summary .ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .Feature .section-inner {
        padding: 0 0px 30px
    }
    .FeatureArticles {
        flex-direction: column;
        padding: 40px 0 0;
        margin-bottom: 0;
    }
    .FeatureLead {
        text-align: center;
        width: 100%;
        padding: 0 20px;
    }
    .FeatureLead_h {
        margin-bottom: 30px;
        font-size: 3.5rem;
        font-weight: 900;
        line-height: 1.5em;
    }
    .FeatureLead_txt {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .productsIntroArea .pItem {
        width: 100%;
        margin-right: 0;
        margin: 10px 0 25px;
        float: none;
        text-align: center;
        padding: 0 0 0 30px;
    }
    .productsIntroArea .pItem .summary {
        margin-top: 15px;
        max-width: 350px;
    }
    #featureSliderPager .swiper-pagination-bullet {
        background-color: #a9a9a9;
    }
    #featureSliderPager .swiper-pagination-bullet-active {
        background-color: #0a9bcd;
    }
    .btn_plus_block {
        display: block !important;
    }
    .productsIntroArea .pItem .imgArea {
        height: 91vw;
    }
    .productsIntroArea .pItem .imgArea img {
        width: 100%;
        height: 100%;
    }
    .productsIntroArea .pItem-small {
        width: 100%;
        margin-right: 0;
        margin: 10px 0 25px;
        float: none;
        text-align: center;
        padding: 0 0 0 30px;
    }
    .productsIntroArea .pItem-small .summary {
        margin-top: 15px;
        max-width: 350px;
    }
    .productsIntroArea .pItem-small .imgArea {
        height: 91vw;
    }
    .productsIntroArea .pItem-small .imgArea img {
        width: 100%;
        height: 100%;
    }
}


/* News
 * *********************************** */

.newsArea {
    background: #F2F2F2;
    padding: 60px 20px 100px;
}

.News_h {
    margin: 0 auto 30px;
    font-size: 40px;
    font-weight: 900;
}

.News__inner {
    background: #fff;
    padding: 50px;
}

.News_contents_area {
    margin-bottom: 40px;
}

.main_news {
    align-self: auto;
    width: 40%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.main_news .imgBox {
    background: #fff;
}

.main_news .date {
    text-align: left;
    margin: 20px auto 0;
}

.main_news .main_news_text {
    font-weight: normal;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 4px auto 0;
    text-align: left;
}

.main_news img {
    max-width: 100%;
}

.News__list {
    width: 60%;
    float: right;
    vertical-align: top;
}

.News__list .itemList {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 40px;
    margin-bottom: 22px;
}

.News__list .itemList:last-child {
    margin-bottom: 0;
}

.News__list .itemList .date {
    font-weight: 600;
    margin-bottom: 4px;
}

.news__pager {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.news__pager>.swiper-pagination-bullet {
    margin: 0 5px;
    width: 50px;
    height: 6px;
    border: none;
    border-radius: 0;
    background-color: #a9a9a9;
}

.news__pager>.swiper-pagination-bullet-active {
    background-color: #0a9bcd;
}

.newsArea .btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.newsArea .btn a {
    display: block;
    background-color: #0A9BCD;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .newsArea {
        padding: 40px 0 60px;
    }
    .News__inner {
        display: block;
        padding: 35px 20px 40px;
    }
    .News_contents_area {
        margin-bottom: 30px;
    }
    .news__pager {
        margin-top: 0;
    }
    .main_news,
    .News__list {
        width: 100%;
        float: none;
    }
    .main_news {}
    .News__list {
        margin-top: 25px;
    }
    .News__list .itemList {
        padding-left: 0;
    }
}
