@charset "utf-8";

/*///////////////////// font-face ///////////////////////////*/
/*Noto Sans JP 400*/
@font-face {
	font-family: 'Noto Sans JP';
	src: url(/fonts/NotoSansJP-Regular.woff2);
	font-weight: 400;
	font-display: swap;
}

/*Noto Sans JP 700*/
@font-face {
	font-family: 'Noto Sans JP';
	src: url(/fonts/NotoSansJP-Bold.woff2);
	font-weight: 700;
	font-display: swap;
}

/*///////////////////// font-face ///////////////////////////*/


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

#container {
	overflow: hidden;
}

#contents {
	width: 100%;
	background-color: #F7F7F7;
}

#path,
.h1_section {
	display: none;
}

#article * {
	font-family: "Noto Sans JP", sans-serif;
}

#article {
	width: 100%;
	padding-bottom: 100px;
	color: #000;
}

a:hover {
	text-decoration: none;
}

/* 共通 */
.ui__inner {
	width: 1080px;
	margin: 0 auto;
}

/* メイン画像 */
.main__wrap {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	padding-top: 101px;
	z-index: 1;
}

.main__wrap:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 510px;
	background-color: #0F1734;
	z-index: -1;
}

.main__ttl {
	padding-top: 127px;
}

/* お客様の声一覧 */
.voice__ttl {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
}

.voice__ttl span {
	display: block;
	width: 43px;
	height: 2px;
	background-color: #000000;
	margin: 16px auto 0;
}

.voice__list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 50px;
}

.voice__item {
	width: 350px;
	height: fit-content;
	border-radius: 16px;
	background-color: #fff;
}

.voice__item a {
	width: 100%;
	display: block;
	border-radius: 16px;
}

.voice__item a:hover {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
	transition: all .3s;
	border-radius: 16px;
}

.voice__img {
	width: 350px;
	height: 223px;
}

.voice__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px 16px 0 0;
}

.voice__detail {
	padding: 20px;
}

.voice__tab {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	padding: 1px 20px;
	color: #fff;
	background-color: #00C8B3;
	margin-bottom: 5px;
}

[class*="voice__name--"] {
	width: fit-content;
	max-width: 200px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 1px 20px;
	border-radius: 50px;
	margin-bottom: 10px;
	background-color: #00C8B3;
}

.voice__comment {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.customer__name {
	font-size: 16px;
}

.voice__name--shibasaki {
	background-color: #CE1113;
}

/* 芝崎 */
.voice__name--kubo {
	background-color: #BA96E0;
}

/* 久保 */
.voice__name--murase {
	background-color: #00CCBD;
}

/* 村瀬 */
.voice__name--azekawa {
	background-color: #FFF933;
	color: #000;
}

/* 畔川 */
.voice__name--kuroiwa {
	background-color: #F792B1;
}

/* 黒岩 */
.voice__name--mori {
	background-color: #1DA880;
}

/* 森 */
.voice__name--takeda {
	background-color: #00A0E9;
}

/* 武田 */
.voice__name--okubo {
	background-color: #7EE86B;
}

/* 大久保*/
.voice__name--tani {
	background-color: #F8DE15;
	color: #000;
}

/* 谷 */
.voice__name--honjo {
	background-color: #FF8429;
}

/* 本城 */
.voice__name--adachi {
	background-color: #289E9B;
}

/* 足立 */
.voice__name--kojo {
	background-color: #B543D1;
}

/* 向上 */
.voice__name--nakamura {
	background-color: #FF592C;
}

/* 中村 */
.voice__name--hasegawa {
	background-color: #004BE2;
}

/* 長谷川 */
.voice__name--tsukaguchi {
	background-color: #19D3FF;
}

/* 塚口 */
.voice__name--tsukuda {
	background-color: #BFBF17;
}

/* 佃 */
.voice__name--saeki {
	background-color: #FF83B3;
}

/* 佐伯 */
.voice__name--ishida {
	background-color: #FFBC00;
}

/* 石田 */
.voice__name--sogabe {
	background-color: #7822FF;
}

/*安藤 */
.voice__name--ando {
	background-color: #f487a6;
}

/* 松本  */
.voice__name--matsumoto {
	background-color: #009B34;
}


/* ページャー */
.pager__wrap {
	width: 1080px;
	margin: 0 auto;
}

.pager.clearfix {
	width: 1080px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

#article .pager.clearfix p {
	font-size: 20px;
	color: #0F1734;
	font-weight: 700;
}

#article .pager p span {
	font-size: 20px;
	color: #0F1734;
	font-weight: 700;
	margin-left: 10px;
}

.pager ul {
	display: flex;
	gap: 5px;
	padding: 0;
}

#article .pager li {
	padding: 0;
	border-right: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	background-color: #0F1734;
	color: #fff !important;
	cursor: pointer;
	box-sizing: border-box;
}
.pager li a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	background-color: #0F1734;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
}
.pager li b {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	background-color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	color: #0F1734;
	border: 1px solid #0F1734;
}

#article .pager li:hover,
.pager li a:hover,
.pager li b:hover {
	background-color: #fff;
    color: #0F1734!important;
    opacity: 1;
    border: 1px solid #0F1734;
}
