@charset "utf-8";
/* CSS Document */
/*-------------
point
-------------*/
.pointNavi {
	display: flex;
    justify-content: space-between;
    margin: 0 auto;
	max-width:900px;
}

.pointNavi .pointNavi_item {
    background: #e8ebeb;
    background-size: cover;
	width:30%;
}

.pointNavi_item .inner_box {
    justify-content: center;
    align-items: center;
	position: relative;
    padding: 40px 0px;
    height: 100%;
}

.pointNavi_item .inner_box .point {
    width: 100%;
    text-align: center;
    color: #22647a;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
	font-family:"Marcellus",serif;
}

.pointNavi_item .inner_box .title {
    width: 100%;
    font-size: 18px;
    margin-bottom: 14px;
	text-align: center;
    line-height: 1.5;
}

.pointNavi_item .inner_box .arrow{
	background: #22647a;
    display: inline-block;
    height: 25px;
    width: 1px;
    margin: 0 auto;
    margin-top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    vertical-align: middle;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.pointNavi_item .inner_box .arrow:after{
    background:#22647a;
    content: "";
    display: inline-block;
    height: 1px;
    width: 10px;
    position: absolute;
    left: -2px;
    bottom: 3px;
    transform: rotate(-60deg);
}

@media screen and (max-width:768px){
	.pointNavi{
		display: block;
	}
	
	.pointNavi .pointNavi_item {
	width:95%;
	margin: 0 auto;
	margin-bottom:20px;
}
	.pointNavi_item .inner_box{
		/*display:flex;
		justify-content: space-between;*/
		padding: 15px 20px 25px;
	}
	
	.pointNavi_item .inner_box .point{
		/*width:30%;*/
		font-size:22px;
	}

	
	.pointNavi_item .inner_box .arrow{
		bottom:10px;
	}
	
}

/*-------------
本文
-------------*/

.block-title{	
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.3;
    margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
    font-family: 'Zen Old Mincho',serif;	
	/*padding: 50px;
	background-image: url("../img/top/mv-concept.jpg");
    background-position: bottom 20% right 0px;
	background-size:cover;
	position:relative;*/
}

/*.block-title::before {
    width: 100%;
    content: "";
    background: rgba(35,35,35,.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}*/

.block-title h2{
	font-weight: 700;
}

.block-title span{
	display: block;
    padding: 0.1px;
    color: #59B2B5;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Marcellus", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.block-txt{
	font-size: 16px;
    line-height: 2;
    font-feature-settings: "palt" 1;
    letter-spacing: 0;
	margin:15px 0;
}

@media screen and (min-width: 769px) {
  .block-title{
	 /*padding: 100px;*/
	 margin-bottom:40px;
	 font-size: 25px;
}
	
	.block-txt{
		margin:30px 0 60px;
		text-align: center;
}
}

.top-content-title img{
	max-width: 900px;
	margin-top:30px;
}

@media screen and (min-width: 769px) {
  .top-content-title img{
	margin: 50px auto;
}
}

/*-------------
Value-area
-------------*/
.value-area{
    margin: 75px 0;
    padding: 0 0 50px;
}

.column{
	background-color: #ffffff;
	margin:50px auto;
	padding:30px;
}

.inner-box{
    display: block;
}

.inner-txt h2 {
	font-size:16px;
	font-weight: 500;
	margin-bottom:20px;
	text-align: left;
	line-height: 1.5em;
}

.inner-txt p{
	letter-spacing: 0.03em;
    line-height: 1.4em;
	margin-bottom: 15px;
}


@media screen and (min-width: 769px) {
	
    .inner-box{
	display:flex;
	/*flex-direction: column-reverse;*/
	align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}
	
	.inner-img{
	width:50%;
}
.inner-txt{
	width:50%;
	}
	
	.inner-txt h2{
		font-size:23px;
	}	
	
	.inner-txt p{
		line-height: 2em;
	}
	
}

/*-------------
Merit
-------------*/
.merit-area{
	display:block;
	margin-top:50px;
}

.merit-ttl {
    font-size: 18px;
	font-weight: 400;
    line-height: 1.6em;
    border-bottom: 1px solid #333;
    padding: 10px;
    margin-bottom: 30px;
}

.merit-ttl span{
	font-size:0.8em;
	font-family:"Marcellus", sans-serif;
	color:#22647a;
	background-color: #e8ebeb;
	padding:5px;
}

.merit-txt{
	letter-spacing: 0.03em;
    line-height: 2em;
    width: 95%;
    margin: 0 auto 15px;
    font-size: 15px;
}

.block-txt span,.merit-txt span{
background:linear-gradient(transparent 70%, #bce2e8 70%);
font-weight:600; 
}

@media screen and (min-width: 769px){
	.merit-area{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
	.merit-ph{
		width:45%;
	}
	
	.merit-ttl{
	font-size: 23px;
	}
	
	.merit-txt{
    margin: 0 auto 30px;
    font-size: 15px;
}
	.merit-img{
		width:50%;
	}
	
	.merit-img img{
		display:block;
		margin:0 auto;
}
}



/*-------------
slider部分
-------------*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
}

@media screen and (min-width: 769px){
	.slider img {
		width:auto;
    height:300px;
}
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

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

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

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

.slick-dots {
    text-align:center;
	margin:20px 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:#ccc;/*ドットボタンの色*/
}

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