@charset "utf-8";

@import "base.css";
@import "common.css";
@import "style.css";
@import "gnav.css";
@import "gnav_sp.css";

/* top
---------------------------------------------------*/
#content h2,
#content h3{
    font-size: 312.5%;
    position: relative;
    color: #fff;
    text-align:center;
    line-height:1.2;
    font-weight:500;
    margin-bottom: 40px;    
}

.shadow{
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);    
}

#content .btnDesign{
    margin-top:30px;
    height:40px;
    line-height:40px;
    background:#000;
    color:#fff;
    font-size:125%;/*20px*/
    letter-spacing: 0.06em;
    display: inline-block;
    text-align: center;
    width:300px;
    
}

#content .btnDesign span{
    background: url("../img/common/icn_arrow04.png") no-repeat left center;
    padding-left: 20px;
}

/* mainVisual */
.mainVisual{
    position:relative;
    max-width:1500px;
    margin:0 auto;
    overflow:hidden;
    background: #000;
    max-height: 500px;
}

.relastive:before{
    background-color: rgba( 0, 0, 0, .5 );
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.mainVisual:after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:url(../img/top/pattern.png) repeat left center;
}

.mainVisual_next{
    top: 50%;
    position:absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.mainVisual video{
    width:100%;
    opacity:0.6;
    vertical-align:bottom;
    background:#000;
    position:relative;
}


/* .newsArea */
.newsArea{
    max-width:1500px;
    min-width:1300px;    
    margin: 100px auto;
}

.newsArea h2{
    display: flex;
    justify-content: center;
    gap:0 10px;
    align-items: baseline;
}

.newsArea h2 .more{
    display: inline-block;
    font-size: 36%/*18px*/;
    color: #000;
}

.newsArea h2 .more a{
    background: url("../img/common/icn_arrow02.png") no-repeat left 10px;
    padding-left: 15px;
    color: #000;
}

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

.newsArea .flex div{
    width: 18.15%;
}

.newsArea .flex div dl{
    border: none;
    margin: 0;
    padding: 0;
}

.newsArea .flex dl dt.thumb{
    float: inherit;
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
}

.newsArea .flex dl dt img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.newsArea .flex dl dd.data{
    width: inherit;
}

.newsArea .flex dl dd.title{
    width: inherit;
}

.newsArea a.link_pdf dd.title:after{
  content: url("../img/common/icon_pdf.gif");
  padding: 3px 3px 3px 10px;
}

.newsArea a.link_pdf {
    padding: 0;
    background: none;
}


/* .pickupArea  */
.pickupArea{
    max-width:1500px;
    margin:0 auto 10px auto;
    background:url(../img/top/bg_pickup.jpg) no-repeat center top;
    background-size:cover;
    padding:100px 0 100px 0;
}

.pickupArea ul{
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-between;
    gap:40px 0;
    flex-wrap: wrap;
}

.pickupArea ul li{
    width: 23.07%;
    margin: 0;
}

.pickupArea ul li span{
    text-align: center;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 10px 0 0 0;
    font-size: 125%;/*20px*/
}

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


/* .productsArea */
.productsArea{
    max-width:1500px;
    min-width:1300px;
    background:url(../img/top/bg_products.jpg) no-repeat center top;
    background-size:cover;
    padding:100px 0;
    margin-bottom: 10px;
}

.productsArea .thumbImgLink{
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-between;
}

.productsArea .thumbImgLink li{
    width: 23.076923076%;
    margin: 0;
}

.productsArea .thumbImgLink li span {
    font-size: 112.5%;/*18px*/
    bottom: 5%;
}


/* .officeArea */
.officeArea{
    text-align:center;
    overflow:hidden;
    max-width:1500px;
    min-width:1200px;
    margin:0 auto 100px;
    opacity:1;
    position:relative;
}

.officeArea h3{
    margin-bottom: 10px !important;
}

.officeArea a{
    position:relative;
    padding:100px 0;
    opacity:1;
    display:block;
}

.officeArea:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background:url("../img/top/bg_office.jpg") no-repeat center center;
    background-size:cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.officeArea:hover:before {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width:767px) {
.mainVisual_next{
    max-width: 597px;
    width: 70%;
}

#content h2{
    font-size: 150%;/*24px*/
    margin-bottom: 20px;
}

#content h3{
    font-size: 125%;/*20px*/
}
    
#content .btnDesign{
    min-width:100px;
    padding:0 10px;
    height:30px;
    line-height:30px;
    font-size: 75%;/*12px*/
    width: 170px;
}

#content .btnDesign span{
    background: url("../img/common/icn_arrow04.png") no-repeat left center;
    background-size:4px auto;
    padding-left: 7px;
}   

.mainVisual {
  max-height: 200px;
}
    
/* .newsArea */
.newsArea{
    min-width: inherit;
    width: 90%;
    margin: 30px auto 15px;
}

.newsArea h2{
    display: block;
}
    
.newsArea h2 .more {
  font-size: 50%;
    display: block;
    margin: 10px 0 0 0;
}
    
.newsArea h2 .more a{
    background: url("../img/common/icn_arrow02.png") no-repeat left 3px    ;
}

.newsArea .flex{
    display: block !important; /* 強制的にブロック要素にする */
    visibility: visible !important;
    overflow: hidden;
    opacity: 1 !important;
    height: auto !important;
    padding-bottom: 35px;
}
    
.newsArea .flex div {
    width: 100%;
}    

.newsArea .flex .slick-list {
    overflow: visible; /* はみ出しで見えなくなっているのを防ぐ */
}
    
.newsArea .flex dl{
    width: 100% !important;
    border: none;
    display: none;
    margin: 0;
    padding: 0;
}
    
.newsArea .flex.slick-initialized dl {
    display: block;
}    

.newsArea .flex dl a {
        display: grid;
        /* 左側に100px、右側に残り全部の2カラムを作る */
        grid-template-columns: 30% 1fr;
        /* 行の間隔 */
        grid-template-rows: auto auto; 
        gap: 0 5%; /* 縦 0、横 15px の隙間 */
        text-decoration: none;
        align-items: start;
}
    
.newsArea .flex dl dt.thumb {
        grid-column: 1;
        grid-row: 1 / 5; /* 1行目から3行目の手前まで（＝2行分占有） */
        margin: 0;
}

.newsArea .flex dl dt.thumb img{
    height: auto;
}
    
/* 右カラム：日付（2列目の1行目） */
.newsArea .flex dl dd.data {
    grid-column: 2;
    grid-row: 1;
    margin: 0 ;
}

/* 右カラム：タイトル（2列目の2行目） */
.newsArea .flex dl dd.title {
    grid-column: 2;
    grid-row: 2;
    font-size: 125%;
}    
    
/* .pickupArea  */
.pickupArea{
    min-width:inherit;
    padding: 30px 0;
}

.pickupArea ul{
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap:20px 0;
}

.pickupArea ul li {
    width: 48.5%;
    margin: 0 !important;
}

.pickupArea ul li span {
    font-size: 75%;
    margin: 5px 0 0 0 ;
    font-weight: 500;
    letter-spacing: 0.1em;
}    
    
/* .productsArea */
.productsArea{
    min-width:inherit;
    padding:30px 0;
    background:url("../img/top/bg_products_sp.jpg") no-repeat center top;
    background-size: cover;
}

.productsArea .thumbImgLink {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap:20px 0;
}

.productsArea .thumbImgLink li{
    width: 48.5%;
    margin: 0 !important;
}
    
.productsArea .thumbImgLink li span {
    font-size: 75%;
  }    
    
/* .officeArea */
.officeArea{
    margin-bottom: 50px;
    min-width:inherit;
}

.officeArea a{
    padding:30px 0;
}

.officeArea:before {
    background:url("../img/top/bg_office_sp.jpg") no-repeat center center;
    background-size:cover;
}

.officeArea p{
    font-size: 75%;/*12px*/
    margin-top:5px;
}  
        
    
    
    
    
    
    
    
    
    
    
/* .bnrArea  */
.bnrArea{
    margin: 20px auto 0 auto;
    min-width:inherit;
    width:96%;
}

.bnrArea li {
    width:32%;
    float:left !important;
    margin-bottom:15px;
}

.bnrArea li:nth-child(2),
.bnrArea li:nth-child(5){
    margin:0 2%;
}


}
