@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

スライド

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#slider {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(../../../../img/top/01sp.jpg);
}

.slider-item02 {
    background:url(../../../../img/top/02sp.jpg);
}

@media screen and (min-width: 768px),
print {
    .slider-item01 {
    background:url(../../../../img/top/01.jpg);
}

.slider-item02 {
    background:url(../../../../img/top/02.jpg);
}
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}



.slide-area{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:5vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px),
print {
    .slide-area{
    flex-direction:row;
        align-items: center;
        font-size:3vw;
}
}

/* ドット表示*/
button {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

news

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.top-news{
    padding:40px 10px 100px;
    position: relative;
}

@media screen and (min-width: 992px),
print {
    .top-news{
    padding:0 10px 90px;
        max-width: 1200px;
        margin:auto;
    display: flex;
        justify-content: center;
}
}

.top-news-left{
    margin-bottom:15px;
}

@media screen and (min-width: 992px),
print {
    .top-news-left{
    margin-bottom:0;
        width:25%;
        border-right:1px #F5F5F5 solid;
        padding:40px 100px 60px 0;
        height:400px;
}
}

.top-news-t1{
    font-size:30px;
}

@media screen and (min-width: 992px),
print {
    .top-news-t1{
    font-size:65px;
}
}

.top-news-t2{
    font-size:18px;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px),
print {
    .top-news-t2{
    font-size:20px;
        margin-bottom: 60px;
}
}

.top-news-btn{
    position: absolute;
    bottom:30px;
    right:20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

@media screen and (min-width: 992px),
print {
    .top-news-btn{
    bottom:230px;
        right:auto;
        left:15px;
    
}
}

.top-news-btn02{
    position: absolute;
    bottom:30px;
    right:20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

@media screen and (min-width: 992px),
print {
    .top-news-btn02{
    top:200px;
        bottom:auto;
        right:auto;
        left:15px;
    
}
}

.top-news-btn03{
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

@media screen and (min-width: 992px),
print {
    .top-news-btn03{
        left:15px;
    
}
}

.top-news-btn-icon{
    margin-right:10px;
    background: #AECC80;
    padding:10px;
    border-radius:50%;
    width:40px;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.top-news-btn-name{
    font-size:18px;
    width:80%;
}

@media screen and (min-width: 992px),
print {
   .top-news-right{
    width:75%;
       padding:85px 0 60px 100px;
} 
}

.top-news-list li{
    border-bottom: 1px #F4F4F4 solid;
    padding-bottom:30px;
    margin-bottom:30px;
}

.top-news-day-area{

}

@media screen and (min-width: 992px),
print {
    .top-news-day-area{

}
}

@media screen and (min-width: 992px),
print {
    .top-news-day{
        width:26%;
    }
}

@media screen and (min-width: 992px),
print {
    .top-news-title{
        width:74%;
    }
}

.top-news-title02{
        font-size:18px;
    margin-bottom: 8px;
    }

@media screen and (min-width: 992px),
print {
    .top-news-title02{
        font-size:22px;
    }
}

.top-news-txt01{
        font-size:14px;
    line-height:1.9;
    }

@media screen and (min-width: 992px),
print {
    .top-news-txt01{
        font-size:16px;
        line-height: 2.3;
    }
}

/*
+++++++++++++++++++++++++++++++

コンテンツ

+++++++++++++++++++++++++++++++
*/

.xxx-con1{
    padding:0 10px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px),
print {
    .xxx-con1{
    padding:0 30px;
    margin:0 auto 100px;
        max-width: 1200px;
}
}



/*
++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
}

+++++++++++++++++++++++++++++++++++++++++
*/
