@charset "utf-8";
/* toppage　202502 グリーンコートTOP */

.site-logo-sp {/* スマホのときトップページのみロゴマークなし */
    display: none;
}

/*mv-area-slide*/
.mv-area-slide {
	position: relative;
}
.slider {
    position:relative;
	z-index: 1;
	height: 80vh;
}
.slider-item01 {
    background:url("../img/green_slide01.jpg");
}
.slider-item02 {
    background:url("../img/green_slide02.jpg");
}
.slider-item03 {
    background:url("../img/green_slide03.jpg");
}
.slider-item04 {
    background:url("../img/green_slide04.jpg");
}
.slider-item {
    width: 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width:768px) {
	.slider {
		height:65vh;
	}
	.slider-item {
		height:65vh;
	}
}
/*矢印の設定*/
.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid rgba(255,255,255, .5);
    border-right: 2px solid rgba(255,255,255, .5);
    height: 30px;
    width: 30px;
}
.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 6px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display:block;
    border-radius:50%;
    background: rgba(255,255,255, .9);
}
.slick-dots .slick-active button {
    background: #008742;
}


.mv-slide-ban {
	position: absolute;
	bottom: -35px;
	right: 0;
	width: 230px;
	z-index: 5;
}
@media screen and (max-width: 600px) {
	.mv-slide-ban {
		bottom: -25px;
		right: 0;
		width: 33%;
	}
}


/* concept */
.concept {
    padding: 20px 20px 0;
    margin-bottom: 10px;/*30px*/
}

.concept-logo img {
    max-width: 60px;/*77px*/
}

.concept-logo {
    text-align: center;
}
.concept-logo h1 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}
.concept-txt {
    margin-bottom: 30px;
}
.concept h2 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
.concept p {
    line-height: 1.7;
    font-size: .9rem;
    margin-bottom: 20px;
}
@media screen and (min-width:1100px) {
    .concept-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1110px;
        margin: 10px auto;
        padding: 30px 20px;
    }
    .concept h1 {
        font-size: 1.3rem;
        line-height: 1.6;
        margin-bottom: 30px;
        letter-spacing: 0.05em;
    }
    .concept h2 {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 30px;
        letter-spacing: 0.1em;
    }
    .concept p {
        font-size: 1rem;
        line-height: 2;
        margin-bottom: 20px;
    }
}


/* 資料請求ボタン */
.form-area {
    padding-bottom: 20px;
    text-align: center;
}
.form-area .btn-box {
    max-width: 290px;
    margin: 10px auto;
}
.form-area .btn a {
    height: 60px;
    font-size: 1rem;
}
@media screen and (min-width:1024px) {
    .form-area {
        padding-bottom: 50px;
    }
    .form-area .btn-box {
        max-width: 460px;
        margin: 10px auto;
    } 
    .form-area .btn a {
        width: 460px;
        height: 80px;
        font-size: 1.1rem;
    }
}
.form-area .btn.aqua-link a  {
    background: #004386;
}
.form-area .btn.aqua-link a:hover  {
    background: #8ed2f4;
}

/*--------- menuアクア・グリーン　背景以外共通 ---------*/
#menu {
    margin: 0 0 50px 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("../img/green_menu_bg.jpg") no-repeat;
    background-size: cover;
    color: #fff;
}

/* 記事一覧 */
.menu-list {
	padding: 15px 0 0;
}
.menu-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu-list article {
	padding: 0;
	width: 48%;/*1列100%　2列になったら48%*/
	flex: none;
    position: relative;
    margin-bottom: 10px;
}
.menu-list article:not(:nth-last-child(-n+2)) {
	margin-bottom: 12px;
}

.menu-list article a {
    display: block;
}
.menu-list article a h3 {
	margin: 0 0 15px 0;
	font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
}
.menu-list article a h3:hover {
    color: #8ed2f4;
}

.menu-list article h3 {/*coming soon*/
	margin: 0 0 15px 0;
	font-size: 0.8rem;
    color: #999;
}

.new-m {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0.2em 0.6em;
  font-size: 0.7rem;
  background: #e42241;
  z-index: 100;
}

/* PC版 */
@media screen and (min-width:1024px) {
    .menu-list article {
        width: 31%;/*4列23%*/
    }
    .menu-list article:not(:nth-last-child(-n+2)) {
        margin-bottom: 0;
    }
    .menu-list article a h3 {
        font-size: 1rem;/*0.9rem*/
    	margin: 0 0 20px 0;
    }
    .menu-list article h3 {/*coming soon*/
        font-size: 0.9rem;
    }
}
