@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%;
    letter-spacing: 0.06em;
    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;
    min-width:120px;
    padding:7px 20px 10px;
    line-height:1.4;
    background:#000;
    color:#fff;
    font-size:125%;/*20px*/
    letter-spacing: 0.06em;
    display: inline-block;
    text-align: center;
}

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

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

.mainVisual img{
    width: 100%;
    height: auto;
}

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

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

.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: 100%;
}

.newsArea .flex dl dd.title{
    width: 100%;
}

.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;
    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 p{
    color:#fff;
    font-size:150%;/*24px*/
    line-height:1.8;
    letter-spacing: 0.1em;
    position:relative;
    font-weight: 500;
}

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

/* .bnrArea  */
.bnrArea{
    margin: 100px 0;
}

.bnrArea ul{
    display: flex;
    gap:50px;
    flex-wrap: wrap;
    justify-content: center;
}

.bnrArea li {
    max-width:400px;
    width:30.77%;
}

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

/* 動画リンク */
.inner{
	position:relative;
}

.inner .movieBtn{
	position: absolute;
	text-align:right;
	top:875px;
	position:fixed;
	z-index:10;
	width:100%;
	text-align:right;
}

.inner .movieBtn.fixed{
	top:168px;
}

.inner .movieBtn div{
	max-width:1480px;
	padding-right:20px;
}

@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:7px 10px 10px;
    font-size: 75%;/*12px*/
    margin-top: 20px;
}

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


/* .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{
    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: 30px 0;
    padding: 0 10%;
    min-width:inherit;
}

.bnrArea ul{
    width: 100%;
    margin: 0 auto;
    gap:15px 4%;
    justify-content: center;
}

.bnrArea li {
    width:48%;
}

    
    
/* newArea */
.newsArea .youtube{
	width: 200px;
    margin: 10px auto 0 auto;
	border:1px solid #dbdbdb

}
/* 動画リンク */
.inner{
	position:relative;
}

	
	.inner .movieBtn{
		top: 70vh;
		width: 150px;
		right: 2%;
		z-index:10;
	}
	
	.inner .movieBtn div{
		padding-right:0;
	}
    
    .inner .movieBtn.fixed {
      top: 70px;
    }    

}
