@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	ブログ用css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

a{ color: #FFFFFF;}

/* ================================================================================

	PC・SP共通部分

================================================================================ */

.blog_wrap table {
	width: auto !important;
	margin-top: 0.5em;
}
.blog_wrap table th {
	border: 1px solid;
	padding: 8px;
	width: auto !important;
	vertical-align: middle;
}
.blog_wrap table td {
	border: 1px solid;
	padding: 8px;
	width: auto !important;
	vertical-align: middle;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: none;
}

.alignright {
	float: none;
}

.embed-youtube iframe {
	width: 100%;
}


/* 次の記事・前の記事 */
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}




/* ================================================================================

	カテゴリアイコン	※カテゴリごとの色変更は「.cate_投稿カテゴリスラッグ名」

================================================================================ */
.blog_icon {
	position: relative;
	display: inline-block;
	padding: 0 0.5em 0.1em;
	margin-right: 0.5em;
	background-color: #333333;
	color: #ffffff;
	line-height: 1.5;
}
.cate_news_list {
}
.cate_blog_list {
}
.cate_voice_list {
}




/* ================================================================================

	タグアイコン

================================================================================ */
.blog_tag {
	border-top: 1px dotted #333333;
}
.blog_tag a {
	display: block;
	background-color: #ffffff;
	color: #333333;
	border: 1px solid;
	padding: 0 0.3em;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.blog_tag {
	}
	.blog_iine + .blog_tag {
		border-top: none;
		padding-top: 0;
		margin-top: 20px;
	}
	.blog_content + .blog_tag {
		padding-top: 20px;
		margin-top: 20px;
	}
	.blog_tag > ul > li {
		display: inline-block;
		margin: 0 6px 6px 0;
	}
	.blog_tag > ul > li:last-of-type {
		margin-right: 0;
	}
	.blog_tag > ul > li a {
		font-size: 14px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.blog_tag {
	}
	.blog_iine + .blog_tag {
		border-top: none;
		padding-top: 0;
		margin-top: 3vw;
	}
	.blog_content + .blog_tag {
		padding-top: 3vw;
		margin-top: 3vw;
	}
	.blog_tag > ul {
	}
	.blog_tag > ul > li {
		display: inline-block;
		margin: 0 2vw 2vw 0;
	}
	.blog_tag > ul > li:last-of-type {
		margin-right: 0;
	}
	.blog_tag > ul > li a {
		font-size: 3.3vw;
	}
}




/* ================================================================================

	いいねボタン

================================================================================ */

/* いいねボタンのボーダーカラー */
.blog_iine > div {
	border-color: #cccccc;
	margin: 1em 0 0 0;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.blog_iine {
		margin: 40px 0 0 0;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.blog_iine {
		margin: 6vw 0 0 0;
	}
}




/* ================================================================================

	ページネーション

================================================================================ */

/* 整列位置 (左・真ん中・右) */
.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}


/* ページ色 */
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	color: #ffffff;
	font-size: 30px;
	border: none;
	margin: 0 9.5px 4px;
	white-space: nowrap;
	line-height: 1;
	padding: 2px;
}

.wp-pagenavi span{
	border-bottom: 1px solid #FFFFFF !important;	
}

/* 現在のページ色 */
.wp-pagenavi span.current {

	font-weight: bold;
}

/* ページ以外のリンク色 */
.wp-pagenavi span.extend,
.wp-pagenavi span.pages {
	color: #ffffff;

}

/* ホバー色 */
.wp-pagenavi a:hover {
	opacity: 1.8;
	color: #ffffff;
}

.wp-pagenavi .prevpostslink,.wp-pagenavi .nextpostslink{
	padding: 0;
}

.wp-pagenavi .prevpostslink{
	margin: 0 32px 0 0;
}
.wp-pagenavi .nextpostslink{
	margin: 0 0 0 32px;
}
.wp-pagenavi .prevpostslink::before{
	content: url("../img/prev-next.png");
	display: block;
	height: 14px;
	transform: translateY(-100%);
}

.wp-pagenavi .nextpostslink::before{
	content: url("../img/navi-next.png");
	display: block;
	height: 14px;
	transform: translateY(-100%);
}



/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.wp-pagenavi_wrap {
		margin-top: 40px;
	}

	/* 次の記事・前の記事 */
	.prevnext-nav {
		margin-top: 40px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.wp-pagenavi_wrap {
		margin-top: 4vw;
	}

	/* 次の記事・前の記事 */
	.prevnext-nav {
		margin-top: 4vw;
	}
}




/* ================================================================================

	ブログ

================================================================================ */

/* 各記事色 */
.blog_wrap > ul > li,
.blog_wrap2 > ul > li {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 月別アーカイブ・タグページタイトル */
	.category_title {
		margin-bottom: 40px;
		font-size: 32px;
		text-align: center;
		color: #FFFFFF;
	}


	/* ブログボックス */
	.blog_box {
		position: relative;
		max-width: 1126px;
		width: 100%;
		margin: 0 auto;
	}

	/* ブログレイアウト(1カラム) */
	.blog_wrap {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}

	/* ブログレイアウト(2カラム) */
	.blog_wrap2,
	.blog_t_wrap2 {
		position: relative;
		width: 794px;
		float: left;
	}
	.blog_function_wrap2 {
		position: relative;
		width: 300px;
		float: right;
	}


	/* 各記事
	----------------------------------------------- */
	.blog_wrap > ul > li,
	.blog_wrap2 > ul > li {
		padding: 32px;
	}
	.blog_wrap > ul > li:not(:first-child),
	.blog_wrap2 > ul > li:not(:first-child) {
		margin-top: 48px;
	}


	/* 日付 */
	.blog_title_date {
		font-size: 16px;
		margin-bottom: 12px;
	}

	/* タイトル */
	.blog_title_link {
		font-size: 28px;
		margin-bottom: 24px;
		line-height: 1.3;
	}
}



/* PC設定 1126px未満
----------------------------------------------- */
@media (min-width: 768px) and (max-width: 1126px)  {

	/* ブログボックス */
	.blog_box {
		max-width: 1126px;
		padding: 0 10px;
	}

	/* ブログレイアウト(1カラム) */
	.blog_wrap {
		width: 100%;
	}

	/* ブログレイアウト(2カラム) */
	.blog_wrap2,
	.blog_t_wrap2 {
		width: 69%;
	}
	.blog_function_wrap2 {
		width: 28%;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 月別アーカイブ・タグページタイトル */
	.category_title {
		margin-bottom: 8vw;
		font-size: 5.6vw;
		text-align: center;
		color: #FFFFFF;
	}


	/* ブログボックス */
	.blog_box {
		position: relative;
	}


	/* ブログレイアウト(1カラム) */
	.blog_wrap {
		position: relative;
	}

	/* ブログレイアウト(2カラム) */
	.blog_wrap2,
	.blog_t_wrap2 {
		position: relative;
	}
	.blog_function_wrap2 {
		position: relative;
	}


	/* 各記事
	----------------------------------------------- */
	.blog_wrap > ul > li,
	.blog_wrap2 > ul > li {
		padding: 6vw;
	}
	.blog_wrap > ul > li:not(:first-child),
	.blog_wrap2 > ul > li:not(:first-child) {
		margin-top: 8vw;
	}


	/* 日付 */
	.blog_title_date {
		font-size: 3.3vw;
		margin-bottom: 2vw;
	}

	/* タイトル */
	.blog_title_link {
		font-size: 5vw;
		margin-bottom: 1em;
		line-height: 1.3;
	}
}




/* ================================================================================

	【1カラム】最近の投稿・アーカイブ・カテゴリ

================================================================================ */

/* 子カテゴリ棒線色 */
.blog_function_wrap_inner > ul > li > ul > li > ul.children > li::before {
	background: #888888;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.blog_function_wrap {
		position: relative;
		margin-top: 80px;
	}
	.blog_function_wrap_inner {
	}
	.blog_function_wrap_inner > ul {
		overflow: auto;
		width: 1000px;
		padding: 0 30px;
		margin: 0 auto;
	}
	.blog_function_wrap_inner > ul > li a {
		font-size: 16px;
	}

	/* カテゴリを表示しない場合 */
	.blog_function_wrap_inner > ul > li:nth-of-type(1) {
		width: 50%;
		padding: 0 30px 16px;
		float: left;
	}
	.blog_function_wrap_inner > ul > li:nth-of-type(2) {
		width: 50%;
		padding: 0 30px 16px;
		float: left;
	}

	/* ★カテゴリを表示する場合
		page-〇〇〇.phpとshingle-blog.phpにあるカテゴリ部分の
		コメントアウトを外して、下記cssに差し替えてください。
	----------------------------------------------- */
	/*
	.blog_function_wrap_inner > ul > li:nth-of-type(1) {
		width: 44%;
		padding: 0 20px 16px;
		float: left;
	}
	.blog_function_wrap_inner > ul > li:nth-of-type(2) {
		width: 28%;
		padding: 0 20px 16px;
		float: left;
	}
	.blog_function_wrap_inner > ul > li:nth-of-type(3) {
		width: 28%;
		padding: 0 20px 16px;
		float: left;
	}
	 */

	.blog_function_wrap_inner > ul > li > ul {
		width: 100%;
		max-height: 176px;
		height: 100%;
		overflow: auto;
		text-align: center;
		padding: 0 8px;
	}
	.blog_function_wrap_inner > ul > li:nth-of-type(3) > ul {
		text-align: left;
	}
	.blog_function_wrap_inner > ul > li > ul > li {
		font-size: 16px;
		line-height: 1.4;
	}
	.blog_function_wrap_inner > ul > li > ul > li:not(:first-child) {
		margin-top: 1em;
	}


	/* 子カテゴリ */
	.blog_function_wrap_inner > ul > li > ul > li > ul.children {
	}
	.blog_function_wrap_inner > ul > li > ul > li > ul.children > li {
		position: relative;
		padding-left: 1.1em;
		margin-top: 1em;
	}
	.blog_function_wrap_inner > ul > li > ul > li > ul.children > li::before {
		position: absolute;
		content: "";
		display: block;
		width: 0.7em;
		height: 1px;
		top: 50%;
		left: 0;
	}


	/* 各見出し */
	.blog_function_wrap_inner h2 {
		text-align: center;
		font-size: 24px;
		font-weight: 300;
		border-bottom: 1px solid;
		margin: 8px auto 24px;
	}


	/* 最近の投稿 */
	.blog_function_wrap_inner .recent_title_text {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		width: 76%;
		display: block;
		float: left;
		text-align: left;
	}
	.blog_function_wrap_inner .recent_title_date {
		font-size: 14px;
		width: 24%;
		display: block;
		float: left;
		text-align: right;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.blog_function_wrap {
		position: relative;
		margin-top: 16vw;
	}
	.blog_function_wrap_inner {
	}
	.blog_function_wrap_inner > ul {
		overflow: auto;
	}
	.blog_function_wrap_inner > ul > li > ul {
		width: 100%;
		max-height: 44vw;
		height: 100%;
		overflow: auto;
		text-align: center;
		padding: 0 2vw;
		margin-bottom: 12vw;
	}
	.blog_function_wrap_inner > ul > li:nth-of-type(3) > ul {
		text-align: left;
	}
	.blog_function_wrap_inner > ul > li > ul > li {
		font-size: 3.5vw;
		line-height: 1.4;
	}
	.blog_function_wrap_inner > ul > li > ul > li:not(:first-child) {
		margin-top: 1.4em;
	}


	/* 子カテゴリ */
	.blog_function_wrap_inner > ul > li > ul > li > ul.children {
	}
	.blog_function_wrap_inner > ul > li > ul > li > ul.children > li {
		position: relative;
		padding-left: 1.1em;
		margin-top: 1em;
	}
	.blog_function_wrap_inner > ul > li > ul > li > ul.children > li::before {
		position: absolute;
		content: "";
		display: block;
		width: 0.7em;
		height: 1px;
		top: 50%;
		left: 0;
	}


	/* 各見出し */
	.blog_function_wrap_inner h2 {
		text-align: center;
		font-size: 5vw;
		border-bottom: 1px solid;
		margin: 4vw auto 6vw;
		font-weight: 300;
	}


	/* 最近の投稿 */
	.blog_function_wrap_inner .recent_title_text {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		width: 62%;
		display: block;
		float: left;
		text-align: left;
	}
	.blog_function_wrap_inner .recent_title_date {
		width: 38%;
		display: block;
		float: left;
		text-align: right;
	}
}





/* ================================================================================

	【2カラム】最近の投稿・アーカイブ・カテゴリ・タグ一覧など

================================================================================ */

/* 子カテゴリ棒線色 */
.blog_function_wrap_inner2 > ul > li > ul > li > ul.children > li::before {
	background: #888888;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.blog_function_wrap2 {
		position: relative;
	}
	.blog_function_wrap_inner2 {
	}
	.blog_function_wrap_inner2 > ul {
		overflow: auto;
		margin: 0 auto;
	}
	.blog_function_wrap_inner2 > ul > li {
	}
	.blog_function_wrap_inner2 > ul > li:not(:first-of-type) {
		margin-top: 48px;
	}
	.blog_function_wrap_inner2 > ul > li a {
		font-size: 16px;
		color: #FFFFFF;
	}

	.blog_function_wrap_inner2 > ul > li > ul {
		width: 100%;
		max-height: 340px;
		height: 100%;
		overflow: auto;
		text-align: left;
		padding: 0 8px;
		margin-top: 20px;
	}
	.blog_function_wrap_inner2 > ul > li > ul > li {
		font-size: 16px;
		line-height: 1.7;
		color: #FFFFFF;
	}
	.blog_function_wrap_inner2 > ul > li > ul > li:not(:first-of-type) {
		margin-top: 1em;
	}


	/* 子カテゴリ */
	.blog_function_wrap_inner2 > ul > li > ul > li > ul.children {
	}
	.blog_function_wrap_inner2 > ul > li > ul > li > ul.children > li {
		position: relative;
		padding-left: 1.1em;
		margin-top: 1em;
	}
	.blog_function_wrap_inner2 > ul > li > ul > li > ul.children > li::before {
		position: absolute;
		content: "";
		display: block;
		width: 0.7em;
		height: 1px;
		top: 50%;
		left: 0;
	}


	/* 各見出し */
	.blog_function_wrap_inner2 h2 {
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		padding-bottom: 8px;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
	}


	/* 最近の投稿 */
	.blog_function_wrap_inner2 .recent_title_text {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		display: block;
		text-align: left;
	}
	.blog_function_wrap_inner2 .recent_title_date {
		font-size: 14px;
		display: block;
		text-align: left;
		color: #FFFFFF;
	}


	/* アーカイブ セレクトボックス */
	.blog_function_wrap_inner .select_box,
	.blog_function_wrap_inner2 .select_box {
		position: relative;
		width: 90%;
		margin: 1em auto 0;
	}
	.blog_function_wrap_inner .select_box select,
	.blog_function_wrap_inner2 .select_box select {
		-webkit-appearance: none;
		appearance: none;
		width: 100%;
		padding: 0.7em 1em;
		box-sizing: border-box;
		font-size: 1em;
		border: 1px solid #cccccc;
		border-radius: 0;
		background: #ffffff;
		cursor: pointer;
	}
	.blog_function_wrap_inner .select_box::after,
	.blog_function_wrap_inner2 .select_box::after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		position: absolute;
		right: 5%;
		top: 40%;
		border-bottom: #333333 2px solid;
		border-right: #333333 2px solid;
		transform: rotate(45deg) translateY(-30%);
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.blog_function_wrap2 {
		position: relative;
		margin-top: 16vw;
	}
	.blog_function_wrap_inner2 {
	}
	.blog_function_wrap_inner2 > ul {
		overflow: auto;
	}
	.blog_function_wrap_inner2 > ul > li {
		padding: 0 0 16vw;
	}
	
	.blog_function_wrap_inner2 > ul > li a {
		color: #FFFFFF;
	}
	.blog_function_wrap_inner2 > ul > li > ul {
		width: 100%;
		max-height: 44vw;
		height: 100%;
		overflow: auto;
		text-align: left;
		padding: 0 2vw;
		margin-top: 6vw;
	}
	.blog_function_wrap_inner2 > ul > li > ul > li {
		color: #FFFFFF;
	}
	.blog_function_wrap_inner2 > ul > li > ul > li:not(:first-of-type) {
		margin-top: 4vw;
	}


	/* 子カテゴリ */
	.blog_function_wrap_inner2 > ul > li > ul > li > ul.children {
	}
	.blog_function_wrap_inner2 > ul > li > ul > li > ul.children > li {
		position: relative;
		padding-left: 1.1em;
		margin-top: 1em;
	}
	.blog_function_wrap_inner2 > ul > li > ul > li > ul.children > li::before {
		position: absolute;
		content: "";
		display: block;
		width: 0.7em;
		height: 1px;
		top: 50%;
		left: 0;
	}


	/* 各見出し */
	.blog_function_wrap_inner2 h2 {
		text-align: center;
		font-size: 6vw;
		font-weight: 700;
		line-height: 1.4;
		padding-bottom: 3vw;
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
	}


	/* 最近の投稿 */
	.blog_function_wrap_inner2 .recent_title_text {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		width: 62%;
		display: block;
		float: left;
		text-align: left;
		color: #FFFFFF;
	}
	.blog_function_wrap_inner2 .recent_title_date {
		width: 38%;
		display: block;
		float: left;
		text-align: right;
		color: #FFFFFF;
	}


	/* アーカイブ セレクトボックス */
	.blog_function_wrap_inner .select_box select,
	.blog_function_wrap_inner2 .select_box {
		position: relative;
		width: 90%;
		margin: 1em auto 0;
	}
	.blog_function_wrap_inner .select_box select,
	.blog_function_wrap_inner2 .select_box select {
		-webkit-appearance: none;
		appearance: none;
		width: 100%;
		padding: 1em 1em;
		box-sizing: border-box;
		font-size: 1em;
		border: 1px solid #cccccc;
		border-radius: 0;
		background: #ffffff;
		cursor: pointer;
	}
	.blog_function_wrap_inner .select_box::after,
	.blog_function_wrap_inner2 .select_box::after {
		content: "";
		display: block;
		width: 2.5vw;
		height: 2.5vw;
		position: absolute;
		right: 5%;
		top: 40%;
		border-bottom: #333333 1px solid;
		border-right: #333333 1px solid;
		transform: rotate(45deg) translateY(-30%);
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	お客様の声 ※一覧ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* サムネイル画像ボーダー色 */
.blog_t_thumb img {
	border: 1px solid #cccccc;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.blog_t_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.blog_t_wrap > ul {
		font-size: 0;
		letter-spacing: -0.4em;
	}
	.blog_t_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 320px;
		margin-left: 20px;
		margin-top: 40px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.blog_t_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.blog_t_wrap > ul > li:nth-of-type(1),
	.blog_t_wrap > ul > li:nth-of-type(2),
	.blog_t_wrap > ul > li:nth-of-type(3) {
		margin-top: 0;
	}


	/* カテゴリアイコン */
	.blog_t_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}


	/* サムネイル画像 */
	.blog_t_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}


	/* 投稿記事見出し */
	.blog_t_title {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
		color: #FFFFFF;
	}


	/* タグ */
	.blog_t_wrap .blog_tag {
		margin-top: 0;
		padding: 0.7em 0.5em;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.blog_t_wrap {
		position: relative;
		margin: 0 auto;
	}
	.blog_t_wrap > ul {
	}
	.blog_t_wrap > ul > li {
		position: relative;
		padding: 0;
	}
	.blog_t_wrap > ul > li:not(:first-of-type) {
		margin-top: 12vw;
	}


	/* カテゴリアイコン */
	.blog_t_icon {
		position: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}


	/* サムネイル画像 */
	.blog_t_thumb img {
		width: 100%;
		height: 61.336vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		object-position: center top;
	}


	/* 投稿記事見出し */
	.blog_t_title {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
		color: #FFFFFF;
	}


	/* タグ */
	.blog_t_wrap .blog_tag {
		margin-top: 0;
		padding: 0.7em 0.5em;
	}

}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ブログページ(2カラム・本文無しタイプ)

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.blog_t_wrap2 {
	}
	.blog_t_wrap2 > ul {
		font-size: 0;
		letter-spacing: -0.4em;
	}
	.blog_t_wrap2 > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 381px;
		margin-left: 32px;
		margin-top: 40px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.blog_t_wrap2 > ul > li:nth-of-type(2n-1) {
		margin-left: 0;
	}
	.blog_t_wrap2 > ul > li:nth-of-type(1),
	.blog_t_wrap2 > ul > li:nth-of-type(2) {
		margin-top: 0;
	}


	/* サムネイル画像 */
	.blog_t_wrap2 .blog_t_thumb img {
		height: 254px;
	}


	/* タグ */
	.blog_t_wrap2 .blog_tag {
		margin-top: 0;
		padding: 0.7em 0.5em;
	}
}



/* PC設定 1126px未満
----------------------------------------------- */
@media (min-width: 768px) and (max-width: 1126px)  {

	.blog_t_wrap2 > ul > li {
		width: 48%;
		margin-left: 4%;
	}

	/* サムネイル画像 */
	.blog_t_wrap2 .blog_t_thumb img {
		height: 20vw;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.blog_t_wrap2 {
		position: relative;
		margin: 0 auto;
	}
	.blog_t_wrap2 > ul {
	}
	.blog_t_wrap2 > ul > li {
		position: relative;
		padding: 0;
	}
	.blog_t_wrap2 > ul > li:not(:first-of-type) {
		margin-top: 12vw;
	}


	/* タグ */
	.blog_t_wrap2 .blog_tag {
		margin-top: 0;
		padding: 0.7em 0.5em;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	カテゴライズブログ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* 各記事ボーダー色 */
.categorize_blog > ul > li {
	border-bottom: 1px solid #cccccc;
}
/* サムネイル画像ボーダー色 */
.categorize_blog > ul > li > dl > dt img {
	border: 1px solid #cccccc;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.categorize_blog {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.categorize_blog > ul {
	}
	.categorize_blog > ul > li {
		padding-bottom: 24px;
	}
	.categorize_blog > ul > li:not(:first-child) {
		margin-top: 24px;
	}



	/* レイアウト
	----------------------------------------------- */
	.categorize_blog > ul > li > dl {
		font-size: 0;
		letter-spacing: -0.4em;
	}
	.categorize_blog > ul > li > dl > dt {
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
		letter-spacing: 0;
		width: 18%;
	}
	.categorize_blog > ul > li > dl > dt img {
		width: 150px;
		height: 150px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
	.categorize_blog > ul > li > dl > dd {
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
		letter-spacing: 0;
		width: 82%;
	}


	/* カテゴリ・日付 */
	.categorize_date {
		font-size: 15px;
	}


	/* タイトル */
	.categorize_blog > ul > li h3 a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		font-size: 20px;
		font-weight: 700;
	}


	/* テキスト */
	.categorize_blog > ul > li p {
		font-size: 18px;
		margin-top: 0;
	}
	.categorize_blog > ul > li p a {
		display: inline-block;
	}

	/* タグ */
	.categorize_blog .blog_tag {
		margin-top: 10px;
		padding: 10px 0 0;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.categorize_blog {
		position: relative;
		margin:0 auto;
	}
	.categorize_blog > ul {
	}
	.categorize_blog > ul > li {
		padding-bottom: 6vw;
		margin-top: 6vw;
	}
	.categorize_blog > ul > li:not(:first-child) {
		margin-top: 6vw;
	}



	/* レイアウト
	----------------------------------------------- */
	.categorize_blog > ul > li > dl {
	}
	.categorize_blog > ul > li > dl > dt {
		text-align: center;
	}
	.categorize_blog > ul > li > dl > dt img {
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
	.categorize_blog > ul > li > dl > dd {
		margin-top: 4vw;
	}


	/* カテゴリ・日付 */
	.categorize_date {
	}


	/* タイトル */
	.categorize_blog > ul > li h3 a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		font-size: 4.5vw;
		font-weight: 700;
	}


	/* テキスト */
	.categorize_blog > ul > li p {
		margin-top: 0;
	}
	.categorize_blog > ul > li p a {
		display: inline-block;
	}

	/* タグ */
	.categorize_blog .blog_tag {
		margin-top: 3vw;
		padding: 3vw 0 0;
	}

}





/* ================================================================================

	エディター記事 デザイン追加

================================================================================ */

/* h2見出し色 */
.blog_content h2 {
	background-color: #f5f5f5;
	color: #222222;
}

/* h3見出し色 */
.blog_content h3 {
	background-color: #f5f5f5;
	color: #222222;
}

/* 整形済みテキスト色 */
.blog_content pre {
	background-color: #f5f5f5;
}
.blog_content pre:before {
	border: 2px dashed #dddddd;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し */
	.blog_content h2 {
		position: relative;
		border-left: 4px solid;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.4;
		padding: 0.3em 0.3em 0.3em 10px;
	}
	.blog_content h2:not(:first-child) {
		margin-top: 2em;
	}

	/* h3見出し */
	.blog_content h3 {
		position: relative;
		border-left: 2px solid;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4;
		padding: 0.3em 0.3em 0.3em 12px;
	}
	.blog_content h3:not(:first-child) {
		margin-top: 1.5em;
	}

	/* 整形済みテキスト */
	.blog_content pre {
		position: relative;
		font-family: "Noto Sans Japanese",sans-serif;
		padding: 1em;
		white-space: pre-wrap;
	}
	.blog_content pre:not(:first-child) {
		margin-top: 1em;
	}
	.blog_content pre:before {
		position: absolute;
		top: 4px;
		left: 4px;
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		content: '';
		pointer-events: none;
	}

	/* pタグ */
	.blog_content p {
		overflow: hidden;
	}

	/* 画像 */
	.blog_content img {
		max-width: 100%;
		height: auto;
		margin: 16px 0;
		display: block;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し */
	.blog_content h2 {
		position: relative;
		border-left: 4px solid;
		font-size: 4.5vw;
		font-weight: 700;
		line-height: 1.4;
		padding: 0.3em 0.3em 0.3em 10px;
	}
	.blog_content h2:not(:first-child) {
		margin-top: 2em;
	}

	/* h3見出し */
	.blog_content h3 {
		position: relative;
		border-left: 2px solid;
		font-size: 4vw;
		font-weight: 700;
		line-height: 1.4;
		padding: 0.3em 0.3em 0.3em 12px;
	}
	.blog_content h3:not(:first-child) {
		margin-top: 1.5em;
	}

	/* 整形済みテキスト */
	.blog_content pre {
		position: relative;
		font-family: "Noto Sans Japanese",sans-serif;
		padding: 1em;
		white-space: pre-wrap;
	}
	.blog_content pre:not(:first-child) {
		margin-top: 1em;
	}
	.blog_content pre:before {
		position: absolute;
		top: 4px;
		left: 4px;
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		content: '';
		pointer-events: none;
	}

	/* 画像 */
	.blog_content img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 1em auto;
	}

	/* iframe */
	.blog_content iframe {
		max-width: 100%;
		width: 100%;
		margin: 4vw auto;
	}
}


/* ================================================================================

	お客様の声

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	ul.voice_list{
		display: flex;
		flex-wrap: wrap;
		margin-top: 25px;
	}
	ul.voice_list li{
		width: calc((100% - 70px) / 3);
		margin-bottom: 100px;
	}
	ul.voice_list li:not(:nth-of-type(3n)){
		margin-right: 35px;
	}
	
	ul.voice_list li .voice_thumb a{
		overflow: hidden;
		display: block;
	}
	
	ul.voice_list li .voice_thumb a img{
		transform: scale(1,1);
		transition: .2s ease-out;
	}
	
	ul.voice_list li .voice_thumb a:hover img{
		transform: scale(1.1,1.1)
	}
	
	
	
	ul.voice_list li .voice_thumb img{
		width: 100%;
		height: auto;
	}
	
	ul.voice_list li .voice_exp{
		margin-top: 29px;
	}
	
	ul.voice_list li .voice_exp span{
		margin-bottom: 21px;
		font-size: 30px;
		color: #FFFFFF;
		font-weight: 600;
		font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		display: block;
		line-height: 1;
		letter-spacing: 0.03em;
	}
	
	ul.voice_list li .voice_exp h3{
		margin-top: 0;
	}
	
	ul.voice_list li .voice_exp h3 a{
		font-size: 16px;
		color: #FFFFFF;	
		etter-spacing: 0.05em;
	}
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	ul.voice_list li{
		margin-bottom: 20vw;
	}

	
	ul.voice_list li .voice_thumb a{
		display: block;
	}

	ul.voice_list li .voice_thumb img{
		width: 100%;
		height: auto;
	}
	
	ul.voice_list li .voice_exp{
		margin-top: 5vw;
	}
	
	ul.voice_list li .voice_exp span{
		margin-bottom: 2vw;
		font-size: 7vw;
		color: #FFFFFF;
		font-weight: 600;
		font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		display: block;
		line-height: 1;
	}
	
	ul.voice_list li .voice_exp h3{
		margin-top: 0;
	}
	
	ul.voice_list li .voice_exp h3 a{
		font-size: 3.7vw;
		color: #FFFFFF;	
	}

	
}

/* ================================================================================

	実績紹介

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	ul.works_list{
		margin-top: 25px;
		display: flex;
		flex-wrap: wrap;
	}
	ul.works_list li{
		width: calc((100% - 70px) / 3);
		margin-bottom: 72px;
	}
	ul.works_list li:not(:nth-of-type(3n)){
		margin-right: 35px;
	}
	
	ul.works_list li .works_thum a{
		overflow: hidden;
		display: block;
	}
	
	ul.works_list li .works_thum a img{
		transform: scale(1,1);
		transition: .2s ease-out;
	}
	
	ul.works_list li .works_thum a:hover img{
		transform: scale(1.1,1.1)
	}
	
	
	
	ul.works_list li .works_thum img{
		width: 100%;
		height: auto;
	}
	
	ul.works_list li .works_exp{
		margin-top: 30px;
	}
	

	
	ul.works_list li .works_exp h3{
		margin-top: 0;
		display: flex;
		align-items: center;
	}
	
	ul.works_list li .works_exp h3::before{
		width: 60px;
		display: block;
		content: "";
		height: 1px;
		background-color: #FFFFFF;
	}
	
	ul.works_list li .works_exp h3 a{
		display: block;
		width: calc(10% -60px);
		padding-left: 16.5px;
	}
	
	ul.works_list li .works_exp h3 a{
		font-size: 24px;
		color: #FFFFFF;	
	}
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	ul.works_list li{
		margin-bottom: 20vw;
	}

	
	ul.works_list li .works_thum a{
		display: block;
	}

	ul.works_list li .works_thum img{
		width: 100%;
		height: auto;
	}
	
	ul.works_list li .works_exp{
		margin-top: 5vw;
	}
	
	
	ul.works_list li .works_exp h3{
		margin-top: 0;
	}
	
	ul.works_list li .works_exp h3 a{
		font-size: 3.7vw;
		color: #FFFFFF;	
	}

	
}

/* ================================================================================

	Plan

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.plan_main{
		margin-top: 10px;
	}
	
	.plan_main .plan_main_item:not(:first-of-type){
		margin-top: 53px
	}
	
	.plan_main .plan_main_item .plan_title{
		margin-bottom: 40px;
	}
	
	.plan_main .plan_main_item .plan_title span{
		font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		font-size: 60px;
		font-weight: 800;
		line-height: 1;
		color: rgba(255,255,255,.35);
		letter-spacing: 0.025em;
	}
	.plan_main .plan_main_item .plan_title span > img{
		height: 5vw;
	}
	.plan_main .plan_main_item .plan_title h3{
		font-size: 24px;
		font-weight: 800;
		line-height: 1;
		color:#FFFFFF;
		display: flex;
		align-items: center;
		transform: translateY(-59%);
		letter-spacing: .07em;
	}
	.plan_main .plan_main_item .plan_title h3::before{
		content: "";
		width: 60px;
		height: 1px;
		background-color: #FFFFFF;
		display: block;
		margin-right: 16.5px;
		margin-top: -11px;
	}
	
	.plan_main_item .plan_main_wrap .plan_main_item_img {
		margin-bottom: 25px;
	}
	
	.plan_main_item .plan_main_wrap .plan_main_item_img > img{
		width: 100%;
		height: auto;
	}
	
	.plan_main_item .plan_main_wrap .plan_main_item_exp{}
	.plan_main_item .plan_main_wrap p{
		color: #FFFFFF;
		font-size: 16px;
		font-weight: 600;
		margin-top: inherit;
	}
	
	
	
	.plan_sub{
		margin-top: 102px;
	}
	
	.plan_sub .plan_title{
		
		margin-bottom: 52px;
	}
	
	.plan_sub .plan_title span{
		display: block;
		font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		font-size: 60px;
		font-weight: 800;
		line-height: 1;
		color: rgba(255,255,255,.35);
		transform: translateX(-8px);
		text-align: center;
		letter-spacing: 0.001em;
	}
	.plan_sub .plan_title h3{
		margin-top: 12px;
		font-size: 24px;
		font-weight: 800;
		line-height: 1;
		color:#FFFFFF;
		transform: translateY(-90%);
		text-align: center;
	}
	
	ul.plan_list{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: -50px;
	}
	
	ul.plan_list li{
		width: calc((100% - 70px) / 3);
		margin-bottom: 50px;
	}
	
	ul.plan_list li:not(:nth-of-type(3n)){
		margin-right: 35px;
	}
	
	ul.plan_list li a img{
		width: 100%;
		height: auto;
	}
	
	
}

@media (min-width: 991px) {
	
	.plan_main_item .plan_main_wrap {
		display: flex;
	}
	
	.plan_main_item .plan_main_wrap .plan_main_item_img{
		width: 43.5%;
	}

	
	.plan_main_item .plan_main_wrap .plan_main_item_img img{
		width: 100%;
		height: auto;
	}
	
	.plan_main_item .plan_main_wrap .plan_main_item_exp{
		width: 56.5%;
	}
	
	.plan_main_item .plan_main_wrap p{
		
		color: #FFFFFF;
		font-size: 16px;
		font-weight: 600;
		margin-top: inherit;
		line-height: 2;
		letter-spacing: 0.01em;
		padding-left: 50px;
	}
	
}
@media (min-width: 1280px) {
	.plan_main .plan_main_item .plan_title span > img{
		height: 60px;
	}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.plan_main .common_container{
		width: 100%
	}
	
	.plan_main .plan_main_item:not(:first-of-type){
		margin-top: 12vw;
	}
	
	.plan_main .plan_main_item .plan_title{
		margin-bottom: 5vw;
	}
	
	.plan_main .plan_main_item .plan_title span{
		font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		font-size: 4vw;
		font-weight: 800;
		line-height: 1;
		color: rgba(255,255,255,.35);
		transform: translateX(-1vw);
		display: inline-block;
	}
	
	.plan_main .plan_main_item .plan_title span > img{
		height: 4.1vw;
	}
	
	.plan_main .plan_main_item .plan_title h3{
		margin-top: 12px;
		font-size: 3vw;
		font-weight: 800;
		line-height: 1;
		color:#FFFFFF;
		display: flex;
		align-items: center;
		transform: translateY(-36%);
		letter-spacing: .07em;
	}
	.plan_main .plan_main_item .plan_title h3::before{
		content: "";
		width: 10vw;
		height: 1px;
		background-color: #FFFFFF;
		display: block;
		margin-right: 4vw;
	}
	

	
	.plan_main_item .plan_main_wrap .plan_main_item_img {
		margin-bottom: 5vw;
	}
	
	.plan_main_item .plan_main_wrap .plan_main_item_img > img{
		width: 100%;
		height: auto;
	}
	
	
	
	.plan_main_item .plan_main_wrap p{
		color: #FFFFFF;
		font-size: 3.7vw;
		font-weight: 600;
		margin-top: inherit;
	}
	
	
	
	.plan_sub{
		margin-top: 15vw;
	}
	
	.plan_sub .common_container{
		width: 100%
	}
	
	.plan_sub .plan_title{
		
		margin-bottom: 15vw;
	}
	
	.plan_sub .plan_title span{
		display: block;
		font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		font-size: 6vw;
		font-weight: 800;
		line-height: 1;
		color: rgba(255,255,255,.35);
		/*transform: translateX(-8px);*/
		text-align: center;
	}
	.plan_sub .plan_title h3{
		margin-top: 15px;
		margin-bottom: -50px;
		font-size:3.5vw;
		font-weight: 800;
		line-height: 1;
		color:#FFFFFF;
		transform: translateY(-80%);
		text-align: center;
	}
	
	ul.plan_list{
		margin-bottom: -5vw;
	}
	
	ul.plan_list li{
		margin-bottom: 5vw;
	}

	ul.plan_list li a img{
		width: 100%;
		height: auto;
	}

	
}