@charset "utf-8";
/* voice.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/voice_kv.jpg);
}
#kv h2::after {
	content: "staff voice";
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* バックナンバー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#voice_area {

}

/* -- 最新インフォ ----------------------------------------------- */
#saishin {
	margin-bottom: 50px;
}

/* -- 年 ----------------------------------------------- */
#year {
	margin-bottom: 30px;
	border-bottom: 8px solid #00B2FC;
	display: flex;
	flex-wrap: wrap;
}
#year li {
	width: calc(10% - 2px);
	text-align: center;
	background-color: #00B2FC;
	color: #FFFFFF;
	font-size: 24px;
	margin-right: 2px;
}
#year li a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-color: #7DD8FF;
	color: #FFFFFF;
	text-decoration: none;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#year li a:hover {
	background-color: #53CBFF;
}
#current {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

/* -- コンテンツ ----------------------------------------------- */
.voice_contents {
	display: flex;
	margin-bottom: 80px;
}

/* 文章 */
.voice_text {
	width: 500px;
	margin-right: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/voice_bg.jpg);
	background-position: center 50px;
	background-repeat: no-repeat;
}
.voice_text h4 {
	font-size: 40px;
	line-height: 1.2em;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-bottom: 50px;
}
.voice_text p {
	font-weight: 600;
	margin-bottom: 8px;
}
.written {
	text-align: right;
	margin-top: 20px;
	font-size: 16px;
}

/* 写真 */
.voice_pic {
	width: 550px;
}
.voice_pic img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

/* スライド */
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
}
.slick-dots li button:before {
  font-size: 50px;
  top: 6px;
}








/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* バックナンバー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#voice_area {

}

/* -- 最新インフォ ----------------------------------------------- */
#saishin {
	margin-bottom: 40px;
}

/* -- 年 ----------------------------------------------- */
#year {
	border-bottom: 5px solid #00B2FC;
}
#year li {
	width: 20%;
	font-size: 16px;
}
.nen {
	font-size: 12px;
	margin-left: 3px;
}

/* -- コンテンツ ----------------------------------------------- */
.voice_contents {
	display: inherit;
	margin-bottom: 60px;
}

/* 文章 */
.voice_text {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-position: 0% 40px;
}
.voice_text h4 {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 30px;
}
.written {
	font-size: 14px;
}

/* 写真 */
.voice_pic {
	width: 100%;
}
.voice_pic img {
	border-radius: 15px;
}
	
}
