<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


@import "reset.css";
@import "common.css";
@import "common_sp.css";
@import "gnav.css";
@import "gnav_sp.css";

/*@import "common.css";*/
/*@import "style.css";*/
/*@import "gnav.css";
@import "gnav_sp.css";*/


#content p{
    line-height: 1.5;
}

footer{
    margin-top: 0 !important;
}
/* top
---------------------------------------------------*/
.mvArea{
    max-width: 1400px;
    min-width: 1320px;
    margin: 0 auto 80px;
    position: relative;
    height: 593px;
}

.mvArea img{
    width: 100%;
}

/* .newsArea */
.newsArea{
    width: 1090px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
}

.newsArea h2{
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
}

.newsArea article {
    width: 55.045871559%;
  flex-direction: column;
  display: flex;
}

.newsArea article:nth-child(2) {
    width: 38.07339449%;
}

.newsArea .post{
    margin-bottom: 30px;
}

.newsArea .post .post_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsArea .post .post_date{
    font-weight: 500;
    color: #ACACAC;
    margin-bottom: 10px;
}

.newsArea .post .post_category{
    display: flex;
    margin-bottom: 10px;
}

.newsArea .post .post_flex .post_date,
.newsArea .post .post_flex .post_img{
    width: 125px;
}

.newsArea .post .post_flex .post_category{
    width: calc(100% - 140px);
}

.newsArea .post .post_flex .post_tit{
    width: calc(100% - 140px);
}

.newsArea .post .post_flex .post_img img{
    height: 80px;
    object-fit: cover;
}


.newsArea .post .post_category li{
    border: 1px solid #006CB5;
    border-radius: 14px;
    color: #006CB5;
    
    margin-right: 10px;
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.newsArea .post .post_category li.notice{
    border-color:  #006CB5;
    color: #006CB5;
}

.newsArea .post .post_category li.products{
    border-color:  #04671F;
    color: #04671F;
}

.newsArea .post .post_category li.management,
.newsArea .post .post_category li.ir{
    border-color:  #EF31B6;
    color: #EF31B6;
}

.newsArea .post .post_category li.hr{
    border-color:  #ED6D46;
    color: #ED6D46;
}


.newsArea .linkBtn{
    text-align: right;
    margin-top: 30px;
    margin-top: auto;
}

.newsArea .linkBtn a{
    display: block;
    min-height: 32px;
    font-weight: 700;
    color: #006CB4;
    background: url("../img/common/icn_arrow_right.svg") no-repeat right center;
    background-size: 32px auto;
    padding-right: 40px;
    font-size: 18px;
}

.newsArea .post .post_tit img{
  width: 24px;
  margin-left: 3px;
}

/* pickupArea */
.pickupArea{
    background: #E4F3F5;
    padding: 80px 0;
    position: relative;
    margin-top: 80px;
}

.pickupArea:before{
    content: "　";
/*    width: 100vw;*/
    width: calc(100vw - var(--scrollbar));
    height: 100%;
    position: absolute;
    background: #E4F3F5;
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);  
}


.pickupArea h2{
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 45px;
  z-index: 1;
}

.pickupArea h2::before {
  content: "Hot Topics";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: absolute;
  text-align: center;
  font-size: 100px;
  color: #FFFFFF;
  opacity: 0.5;
  width: 100%;
  left: 0;
  top: -40px;
  z-index: -1;
}

.pickupArea .slider{
    max-width: 1160px;
    margin: 0 auto;
}

.pickupArea ul li{
    text-align: center;
    max-width: 240px;
    margin: 0 32px;
}

.pickupArea ul li img{
    width: 100%;
}

.pickupArea ul li p{
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    margin-top: 5px;
}

.pickupArea ul li p img{
    width: 24px;
    vertical-align: middle;
    display: inherit;
}

.pickupArea .slick-prev{
    text-indent: -9999px;
    background: url("../img/common/icn_circle_arrow_left.svg") no-repeat left center;
    display: inherit;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 120px;
    left: -50px;
    z-index: 1;
}

.pickupArea .slick-next{
    text-indent: -9999px;
    background: url("../img/common/icn_circle_arrow_right.svg") no-repeat left center;
    display: inherit;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 120px;
    right: -50px;
    z-index: 1;
}

body.Top footer {
    margin-top: 0px;
}
@media only screen and (max-width:767px) {
    .mvArea{
        margin-bottom: 80px;
        width: 100%;
        min-width: inherit;
        height: inherit;
    }

    .mvArea img{
        width: 100%;
    }

    /* .newsArea */
    .newsArea{
        width: auto;
        display: block;
        padding: 0 3.466666666%;
        margin-bottom: 40px;
    }

    .newsArea h2{
        font-size: 24px;
        margin-bottom: 40px;
        text-align: center;
    }

    .newsArea article{
            width: 100%;
    }

    .newsArea article:nth-child(2) {
        width: 100%;
        margin-top: 50px;
    }

    .newsArea .linkBtn{
        text-align: right;
        margin-top: 0;
    }

    .newsArea .linkBtn a{
        display: block;
        min-height: 32px;
        background: url("../img/common/icn_arrow_right.svg") no-repeat right center;
        background-size: 32px auto;
        padding-right: 40px;

    }
    
    
    /* pickupArea */
    .pickupArea{
        padding: 50px 0 80px 0;
        margin-top: 50px;
    }

    .pickupArea h2{
      font-size: 24px;
      margin-bottom: 40px;
    }

    .pickupArea h2::before {
      font-size: 80px;
      top: -30px;
    }

    .pickupArea .slider{
      width: 85.333333333%;
      margin: 0 auto;
    }
    
    .pickupArea ul li{
        width: 31.278vw;
        max-width: inherit;
        margin: 0 3vw;
    }
    
    .pickupArea ul li p{
      font-size: 16px;
    }

    .pickupArea ul li p img{
        width: 3.5vw;
    }

    .pickupArea .slick-prev{
        background: url("../img/common/icn_circle_arrow_left.svg") no-repeat left center;
        background-size: cover;
        width: 8.342vw;
        height: 8.342vw;
        top: 18vw;
        left: -3vw;
    }

    .pickupArea .slick-next{
        background: url("../img/common/icn_circle_arrow_right.svg") no-repeat left center;
        background-size: cover;
        width: 8.342vw;
        height: 8.342vw;
        top: 18vw;
        right: -3vw;
    }

}

</pre></body></html>