@charset "UTF-8";

/*----------------------
汎用スタイル
-----------------------*/
[data-pagetype="case"] .main {
	padding: 80px 0;
	min-height: calc(100vh - 25vw);
	position: relative;
	z-index: 0;
	overflow-x: hidden;
}

[data-pagetype="case"] .main>* {
	position: relative;
	z-index: 0;
}

.main h1,
.main h2,
.main h3 {
	font-weight: bold;
	line-height: 1.1;
}

/* marker */
[data-pagetype="case"] .mark1 .yellow {
	background: linear-gradient(transparent 40%, #ffee98 40%);
}

/* 太字 */
[data-pagetype="case"] .mark1 .bold {
	font-weight: bold;
}

[data-pagetype="case"] .maxW {
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6.59vw;
	padding-right: 6.59vw;
	position: relative;
}

[data-pagetype="case"] .main img {
	display: block;
	width: 100%;
	height: auto;
}

.mb40 {
	margin-bottom: 40px;
}

.tx-l {
	text-align: left;
}

.tx-r {
	text-align: right;
}

.tx-c {
	text-align: center;
}

@media screen and (min-width: 1200px) {
	[data-pagetype="case"] .maxW {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 599px) {
	[data-pagetype="case"] .main {
		padding: 140px 0 80px;
	}

	.main h1,
	.main h2,
	.main h3 {
		line-height: 1.2;
	}

	[data-pagetype="case"] .maxW {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*----------------------
背景　流体アニメーション
-----------------------*/
[data-pagetype="news"] .main>.liquid_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.liquid_bg #blobSvg {
	filter: blur(0px);
	opacity: 1;
	position: absolute;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0);
	z-index: -1;
}

.liquid_bg #blobSvg #blob {
	opacity: 1;
}

@media screen and (max-width: 599px) {
	.liquid_bg #blobSvg {
		top: 0;
		transform: translate(-50%, 0) rotate(0);
	}
}

/* 背景 ラインウェーブ .bg_lineWave */
.bg_lineWave::before,
.bg_lineWave::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-repeat: repeat-x;
	background-size: 200% 50%;
	background-position: left center;
	background-position: 0 0;
	opacity: 0.4;
}

.bg_lineWave::before {
	background-image: url(../img/bg_linewave_01.png);
	animation: bgroop 30s linear infinite;
}

.bg_lineWave::after {
	background-image: url(../img/bg_linewave_02.png);
	animation: bgroop 26s linear infinite;
}

@keyframes bgroop {
	0% {
		background-position: 0% 50%;
	}

	to {
		background-position: 200% 50%;
	}
}

/*----------------------
リストページ　総背景
-----------------------*/
[data-pagetype="case"] .main .case_list {
	padding: 16.11vw 0;
	position: relative;
	background-color: #fff3df;
}

[data-pagetype="case"] .main .case_list::before,
[data-pagetype="case"] .main .case_list::after {
	content: "";
	width: 100%;
	height: 16vw;
	position: absolute;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

[data-pagetype="case"] .main .case_list::before {
	top: 0;
	background-image: url(../img/case_list_bgT.jpg);
}

[data-pagetype="case"] .main .case_list::after {
	bottom: 0;
	background-image: url(../img/case_list_bgB.jpg);
}

/*----------------------
事例tag
-----------------------*/
[data-pagetype="case"] ul.tag {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

[data-pagetype="case"] ul.tag li {
	font-size: 13px;
	width: auto;
	padding: 5px 10px;
	line-height: 1.1;
	background-color: rgba(255, 222, 102, 0.9);
	border-radius: 5rem;
	margin: 0.5%;
}

[data-pagetype="case"] ul.tag li.solution {
	background-color: rgba(191, 231, 242, 0.9);
}

@media screen and (max-width: 599px) {
	[data-pagetype="case"] ul.tag li {
		font-size: 10px;
	}
}

/*----------------------
事例 規模
-----------------------*/
.scale {
	background-color: rgba(63, 73, 82, 0.9);
}

.scale span {
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}

.scale span.num {
	font-size: 24px;
}

/*----------------------
事例一覧
-----------------------*/
.case_list ul {
	display: flex;
	flex-wrap: wrap;
}

.case_list>ul>li {
	width: 48%;
	margin: 2% 1%;
	transition: all 0.2s;
	position: relative;
}

.case_list>ul>li:hover {
	transform: translate(-2px, -2px);
	filter: drop-shadow(2px 2px 5px #ffe5bf);
}

.case_list ul li a {
	display: block;
}

.case_list ul li a .new_ic {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	background-image: -moz-linear-gradient(135deg, #ff8227 0%, #ff9527 49%, #ffb644 100%);
	background-image: -webkit-linear-gradient(135deg, #ff8227 0%, #ff9527 49%, #ffb644 100%);
	background-image: -ms-linear-gradient(135deg, #ff8227 0%, #ff9527 49%, #ffb644 100%);
	color: #fff;
	font-size: 14px;
	box-shadow: 2px 2px 9px 0px rgba(45, 21, 0, 0.3);
	position: absolute;
	top: 90px;
	right: 35px;
}

.case_list ul li a .scale {
	position: absolute;
	top: -12px;
	right: 12px;
	padding: 20px 10px;
	width: 90px;
	height: 90px;
	box-shadow: 2px 2px 9px 0px rgba(45, 21, 0, 0.3);
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.case_list ul li a .scale span {
	display: block;
}

.case_list ul li a .panel {
	overflow: hidden;
	border-radius: 0 20px 20px 20px;
}

.case_list ul li a .panel .thumbnail {
	background-color: #fff;
	background-image: url(../img/case_shumb_defo.png), -moz-linear-gradient(135deg, rgb(171, 182, 200) 0%, rgb(254, 254, 255) 100%);
	background-image: url(../img/case_shumb_defo.png), -webkit-linear-gradient(135deg, rgb(171, 182, 200) 0%, rgb(254, 254, 255) 100%);
	background-image: url(../img/case_shumb_defo.png), -ms-linear-gradient(135deg, rgb(171, 182, 200) 0%, rgb(254, 254, 255) 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	min-height: 240px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	align-content: flex-start;
	transition: all 0.2s;
}

.case_list ul li a .panel .client {
	padding: 15px 20px 15px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
}

.case_list ul li a .scale+.panel .client {
	padding: 15px 110px 15px 20px;
}

.case_list ul li a .panel .client p:not(.pref) {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

.case_list ul li a .panel .client .pref {
	font-size: 13px;
	color: #ff7222;
	margin-bottom: 1em;
	line-height: 1;
}

.case_list ul li a .panel .tag {
	padding: 10px 20px;
	width: 100%;
}

.case_list ul li a .panel .bar {
	padding: 15px 60px 15px 20px;
	background-color: #fff;
	position: relative;
}

.case_list ul li a .panel .bar.icf::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	font-size: 28px;
}

.case_list ul li a .panel .bar.icf-link02::before {
	color: #ff7222;
}

.case_list ul li a .panel .bar .detail {
	color: #ff7222;
	text-align: right;
	display: block;
}

.case_list ul li a .panel .bar .tit {
	font-size: 16px;
	line-height: 1.2;
	display: block;
}

.case_list ul li a .panel .bar .subtit {
	display: block;
	font-size: 13px;
	color: #ff7222;
	margin-top: 0.5em;
	line-height: 1;
}

/* @media screen and (min-width: 1400px) {
	[data-pagetype="case"] .case_list .maxW {
		max-width: 100%;
	}
	.case_list>ul>li {
		width: 31%;
	}
} */

@media screen and (min-width: 1200px) {
	[data-pagetype="case"] .case_list .maxW {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1000px) {
	[data-pagetype="case"] .case_list .maxW {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 768px) {
	.case_list ul li a .scale {
		top: -10px;
		right: 10px;
		padding: 10px 5px;
		width: 75px;
		height: 75px;
	}

	.scale span {
		font-weight: 500;
	}

	.scale span.num {
		font-size: 20px;
	}

	.case_list ul li a .scale+.panel .client {
		padding: 15px 96px 15px 10px;
	}

	.case_list ul li a .panel .tag {
		padding: 10px;
	}

	.case_list ul li a .panel .bar {
		padding: 15px 59px 15px 15px;
		background-color: #fff;
		position: relative;
	}

	.case_list ul li a .panel .bar .tit {
		font-size: 14px;
	}

	.case_list ul li a .panel .client .pref {
		margin-bottom: 0.5em;
	}

	.case_list ul li a .panel .client p:not(.pref) {
		font-size: 16px;
		font-weight: 500;
	}

	[data-pagetype="case"] ul.tag li {
		font-size: 10px;
	}
}

@media screen and (max-width: 599px) {
	.case_list>ul>li {
		width: 100%;
		margin: 3% 0;
	}
}

/*----------------------
ページネーション
-----------------------*/
.pagenation {
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 500px;
}

.pagenation p {
	width: 100%;
	text-align: center;
	color: #5a748a;
}

.pagenation .prev {
	margin-left: auto;
	margin-right: 10px;
}

.pagenation .next {
	margin-left: 10px;
	margin-right: auto;
}

.pagenation button.prev,
.pagenation button.next {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #96a6b4;
	border: solid 1px #a8b5c1;
	border-radius: 100%;
	text-align: center;
	display: block;
}

.pagenation button.prev:hover,
.pagenation button.next:hover {
	color: #fff;
	background-color: #a8b5c1;
}

.pagenation button.prev:disabled,
.pagenation button.next:disabled {
	pointer-events: none;
	opacity: 0.2;
}

.pagenation ul {
	width: auto;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagenation ul li {
	margin: 5px;
}

.pagenation ul li button {
	text-align: center;
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 100%;
	font-size: 18px;
	color: #5a748a;
	border: solid 1px #ffffff;
}

.pagenation ul li button:hover {
	border: solid 1px #a8b5c1;
}

.pagenation ul li.active button {
	background-color: #a8b5c1;
	border: solid 1px #a8b5c1;
	color: #fff;
}


@media screen and (max-width: 599px) {
	.pagenation ul {
		width: 100%;
	}

	.pagenation button.prev,
	.pagenation button.next {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.pagenation .prev {
		margin-left: 0;
		margin-right: 10px;
	}

	.pagenation .next {
		margin-left: 10px;
		margin-right: 0;
	}

	.pagenation ul {
		width: calc(100% - 140px);
	}
}

/*----------------------
詳細ページ
-----------------------*/
.case_contents section:last-of-type>div {
	margin-bottom: 0;
}

/*----------------------
詳細ページ　規模
-----------------------*/
.caseData {
	display: flex;
	align-items: center;
	background-color: #fff1de;
	padding: 10px;
	margin-bottom: 60px;
}

.caseData .scale {
	padding: 5px 15px;
	margin-right: 20px;
	min-width: 135px;
}

.caseData .tag {
	width: calc(100% - 175px);
}

@media screen and (max-width: 599px) {
	.caseData {
		flex-wrap: wrap;
	}

	.caseData .scale {
		/* width: 100%; */
		margin-right: 0;
		margin-top: -30px;
	}

	.caseData .tag {
		width: 100%;
	}

	.caseData .scale+.tag {
		margin-top: 10px;
	}
}

/*----------------------
case_h1
-----------------------*/
.case_h1 {
	width: 100%;
	max-width: 1160px;
	margin: auto;
	padding: 9.15vw 6.59vw 6.59vw;
}

.case_h1 .titWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case_h1 .tit {
	width: 100%;
	display: block;
	font-size: 40px;
	width: 100%;
}

.case_h1 .sub,
.case_h1 .update {
	width: 50%;
	display: block;
	font-size: 20px;
	color: #96a6b4;
	margin-top: 20px;
}

.case_h1 .update {
	text-align: right;
}

.case_h1 .update.icf::before {
	vertical-align: middle;
	font-size: 1.2em;
	margin-right: 10px;
}

@media screen and (min-width: 1200px) {
	.case_h1 {
		padding: 9.15vw 20px 6.59vw;
	}
}

@media screen and (max-width: 768px) {
	.case_h1 .tit {
		font-size: 26px;
		width: 100%;
	}

	.case_h1.caseTit .tit {
		font-size: 23px;
		line-height: 1.3;
	}

	.case_h1 .sub {
		font-size: 17px;
	}

	.case_h1.caseTit .sub,
	.case_h1.caseTit .update {
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.case_h1 {
		padding: 0 20px 80px;
	}

	.case_h1 .tit {
		font-size: 26px;
		width: 100%;
	}

	.case_h1.caseTit .tit {
		font-size: 23px;
		line-height: 1.3;
	}

	.case_h1 .sub {
		font-size: 17px;
	}

	.case_h1.caseTit .sub,
	.case_h1.caseTit .update {
		font-size: 16px;
	}
}

/*----------------------
case_sub_p01　Ｈ２
-----------------------*/
.case_sub_p01 {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto 50px;
	padding: 0 6.59vw;
}

.case_sub_p01 .titWrap {
	position: relative;
	padding: 30px 0;
}

.case_sub_p01 .titWrap::before {
	content: "";
	width: 60px;
	height: 4px;
	background-color: #ff852f;
	position: absolute;
	bottom: 0;
}

.case_sub_p01 .titWrap::before {
	left: 0;
}

.case_sub_p01.tx-c .titWrap::before {
	left: 50%;
	transform: translate(-50%, 0);
}

.case_sub_p01.tx-r .titWrap::before {
	left: 100%;
	transform: translate(-100%, 0);
}

.case_sub_p01 .tit {
	display: block;
	font-size: 30px;
}

@media screen and (min-width: 1200px) {
	.case_sub_p01 {
		padding: 0 20px;
	}

}

@media screen and (max-width: 768px) {
	.case_sub_p01 .tit {
		font-size: 19px;
	}
}

@media screen and (max-width: 599px) {
	.case_sub_p01 {
		padding: 0 20px;
	}
}

/*----------------------
case_sub_p02　Ｈ３
-----------------------*/
.case_sub_p02 {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto 30px;
	padding: 0 6.59vw;
}

.case_sub_p02 .titWrap {
	padding: 0.8em 3.15vw;
	border: solid 1px #c9d9e6;
	border-radius: 0 20px 0 20px;
}

.case_sub_p02 .tit {
	font-size: 24px;
}

@media screen and (min-width: 1200px) {
	.case_sub_p02 {
		padding: 0 20px;
	}

	.case_sub_p02 .titWrap {
		padding: 0.8em 20px;
	}
}

@media screen and (max-width: 768px) {
	.case_sub_p02 .tit {
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.case_sub_p02 {
		padding: 0 20px;
	}
}

/*----------------------
case_sub_p03 通常テキスト（ｐ）
-----------------------*/
.case_sub_p03 {
	margin-top: 30px;
	margin-bottom: 50px;
}

/*----------------------
case_sub_p04　テーブル
-----------------------*/
.case_sub_p04 {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}

.case_sub_p04 table {
	width: 100%;
}

.case_sub_p04 th,
.case_sub_p04 td {
	padding: 1.5em 2em;
	text-align: left;
	position: relative;
}

/* テーブルデザイン1 */
.case_sub_p04.d1 th {
	width: 35%;
	padding: 1.5em 32px 1.5em 2em;
	border-bottom: 1px solid #3f4952;
}

.case_sub_p04.d1 th::after {
	content: "";
	width: 32px;
	height: calc(100% + 1px);
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 0;
}

.case_sub_p04.d1 td {
	width: 65%;
	border-bottom: 1px solid #e6e6e6;
}

/* テーブルデザイン2 */
.case_sub_p04.d2 th,
.case_sub_p04.d2 td {
	border: 1px solid #c9d9e6;
}

.case_sub_p04.d2 th {
	width: 35%;
	background-color: #eaeff3;
}

.case_sub_p04.d2 td {
	width: 65%;
}

/* テーブルデザイン3 タイムスケージュール */
.case_sub_p04.d3 {
	position: relative;
	z-index: 0;
}

.case_sub_p04.d3::before {
	content: "";
	width: 1px;
	height: calc(100% - 40px);
	background-color: #ff852f;
	position: absolute;
	top: 20px;
	left: 6.59vw;
	z-index: 1;
}

@media screen and (min-width: 1200px) {
	.case_sub_p04.d3::before {
		left: 20px;
	}
}

.case_sub_p04.d3 tr {
	border-bottom: dotted 1px #ddd;
}

.case_sub_p04.d3 th {
	width: 7em;
	padding: 1em 0.5em 1em 2em;
	position: relative;
	color: #ff852f;
}

.case_sub_p04.d3 th::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #ff852f;
	position: absolute;
	top: 1.8em;
	left: 0%;
	transform: translate(-50%, -50%);
}

.case_sub_p04.d3 td {
	width: calc(100% - 7em);
	padding: 1em 1em 1em 0.5em;
}

/* テーブルデザイン4 比較表　2列限定 */
.case_sub_p04.d4 {
	z-index: 0;
}

.case_sub_p04.d4::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
	background-color: #fffaf3;
	z-index: -1;
}

.case_sub_p04.d4 table {
	width: 100%;
}

.case_sub_p04.d4 table tr {
	border-bottom: solid 1px #c9d9e6;
}

.case_sub_p04.d4 table th {
	width: 50%;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 3em;
}

.case_sub_p04.d4 table th.icf-question {
	color: #5a748a;
}

.case_sub_p04.d4 table th.icf-answer {
	color: #ff852f;
}

.case_sub_p04.d4 table td {
	padding: 1em 3em;
	position: relative;
}

.case_sub_p04.d4 table tr td:first-child::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -1em;
	transform: translate(0, -50%);
	border: 10px solid transparent;
	border-left: 15px solid #c9d9e6;
}

@media screen and (max-width: 768px) {
	.case_sub_p04.d4 table th {
		padding: 0.5em 0em;
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.case_sub_p04 tr {
		display: flex;
		flex-wrap: wrap;
	}

	.case_sub_p04 th,
	.case_sub_p04 td {
		width: 50%;
		padding: 0.7em 1em;
	}

	/* テーブルデザイン1 */
	.case_sub_p04.d1 table {
		border-bottom: 1px solid #c9d9e6;
	}

	.case_sub_p04.d1 tr {
		border-top: 1px solid #c9d9e6;
		padding: 1em;
	}

	.case_sub_p04.d1 th,
	.case_sub_p04.d1 td {
		width: 100%;
		border-bottom: none;
		padding: 0;
	}

	.case_sub_p04.d1 th::after {
		content: none;
	}

	/* テーブルデザイン2 */
	.case_sub_p04.d2 {
		/* border: 1px solid #c9d9e6; */
		border-bottom: none;
	}

	.case_sub_p04.d2 th,
	.case_sub_p04.d2 td {
		width: 100%;
		border: none;
		border-bottom: 1px solid #c9d9e6;
	}

	/* テーブルデザイン3 */
	.case_sub_p04.d3::before {
		left: 20px;
	}

	/* テーブルデザイン4 */
	.case_sub_p04.d4 table td {
		padding: 1em 1.2em;
		font-size: 14px;
	}
}

/*----------------------
case_sub_p05 リスト
-----------------------*/
.case_sub_p05 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.case_sub_p05 ul li {
	position: relative;
	padding-left: 2.6em;
	margin-bottom: 1em;
}

.case_sub_p05 ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 1.3em;
	transform: translate(-50%, 0);
}

/* リストデザイン1　ディスク（円形） */
.case_sub_p05 .d1 li::after {
	width: 8px;
	height: 8px;
	background-color: #5a748a;
	border-radius: 100%;
}

/* リストデザイン2　ディスク（円形） */
.case_sub_p05 .d2 li::after {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border: 1px solid #ff852f;
	border-radius: 100%;
}

/* リストデザイン1　ディスク（円形） */
.case_sub_p05 .d3 li::after {
	width: 8px;
	height: 4px;
	border-left: 2px solid #5a748a;
	border-bottom: 2px solid #5a748a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 599px) {
	.case_sub_p05 ul li {
		padding-left: 1.5em;
	}

	.case_sub_p05 ul li::after {
		left: 0;
		transform: translate(0, 0);
	}
}

/*----------------------
case_sub_p06 画像
----------------------*/
.case_sub_p06 {
	margin-top: 50px;
	margin-bottom: 50px;
}

/*----------------------
case_sub_p07 リンクボタン
----------------------*/
.case_sub_p07 {
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
}

.case_sub_p07.btn-l {
	justify-content: flex-start;
}

.case_sub_p07.btn-c {
	justify-content: center;
}

.case_sub_p07.btn-r {
	justify-content: flex-end;
}

.case_sub_p07 .btn {
	display: inline-block;
	position: relative;
	min-width: 180px;
	font-size: 18px;
}

.case_sub_p07 .btn.ic-logo::before {
	content: "";
	position: absolute;
	top: 50%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	transform: translate(0, -50%);
}

.case_sub_p07 .btn.ic-logo.ic-yt::before {
	background-image: url(/img/logo-youtube.png);
}

.case_sub_p07 .btn.ic-logo.ic-ig::before {
	background-image: url(/img/logo-Instagram.png);
}

.case_sub_p07 .btn.ic-logo.ic-fb::before {
	background-image: url(/img/logo-facbook.png);
}

.case_sub_p07 .btn.ic-logo.ic-tw::before {
	background-image: url(/img/logo-Twitter.png);
}

.case_sub_p07 .btn.ic-logo.ic-ln::before {
	background-image: url(/img/logo-LINE.png);
}

.case_sub_p07 .btn.ic-logo.ic-tt::before {
	background-image: url(/img/logo-tiktok.png);
}

/* デザイン1 */
.case_sub_p07 .btn.d1.icf::before {
	right: 1em;
	font-size: 1.2em;
}

.case_sub_p07 .btn.d1 {
	padding: 0.6em 1.5em 0.6em 1.5em;
	border-bottom: solid 1px #3f4952;
}

.case_sub_p07 .btn.d1.icf {
	padding: 0.6em 4em 0.6em 1.5em;
}

.case_sub_p07 .btn.d1:hover {
	color: #ff852f;
	border-bottom: solid 1px #ff852f;
}

.case_sub_p07 .btn.d1 i.icf {
	font-size: 1.2em;
	margin-right: 10px;
	vertical-align: middle;
}

.case_sub_p07 .btn.d1.ic-logo {
	padding: 0.6em 1.5em 0.6em 1.5em;
}

.case_sub_p07 .btn.d1.ic-logo::before {
	right: 1em;
}

/* デザイン2 */
.case_sub_p07 .btn.d2.icf::before {
	left: 1.5em;
	font-size: 1.2em;
}

.case_sub_p07 .btn.d2 {
	padding: 0.8em 1.5em 0.8em 1.5em;
	border-radius: 5rem;
}

.case_sub_p07 .btn.d2.icf {
	padding: 0.8em 1.5em 0.8em 4em;
}

.case_sub_p07 .btn.d2::after {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1px #3f4952;
	border-radius: 5rem;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s;
}

.case_sub_p07 .btn.d2:hover {
	color: #ff852f;
	background-color: #ffedd2;
}

.case_sub_p07 .btn.d2:hover::after {
	border: solid 1px #ff852f;
	top: -4px;
	left: -3px;
}

.case_sub_p07 .btn.d2 i.icf {
	font-size: 1.2em;
	margin-left: 10px;
	vertical-align: middle;
}

.case_sub_p07 .btn.d2.ic-logo {
	padding: 0.8em 1.5em 0.8em 4em;
}

.case_sub_p07 .btn.d2.ic-logo::before {
	left: 1.5em;
}

@media screen and (max-width: 599px) {
	.case_sub_p07 .btn {
		width: 100%;
		font-size: 16px;
	}

	.case_sub_p07 .btn.d1 {
		padding: 0.6em 1em 0.6em 1em;
	}

	.case_sub_p07 .btn.d1.icf {
		padding: 0.6em 3em 0.6em 1em;
	}

	.case_sub_p07 .btn.d1.icf::before {
		right: 0.8em;
	}
}

/*----------------------
case_sub_p08
----------------------*/
.case_sub_p08 {
	position: relative;
	margin-bottom: 80px;
}

.case_sub_p08 .boxWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	flex-direction: row-reverse;
}

.case_sub_p08 .boxWrap.reverse {
	flex-direction: row;
}

.case_sub_p08 .boxWrap .txBox {
	width: 50%;
	font-size: 16px;
}

.case_sub_p08 .boxWrap .txBox .tit {
	font-size: 30px;
	line-height: 1.4;
	position: relative;
	padding: 0.8em 0;
	margin-bottom: 1.5em;
}

.case_sub_p08 .boxWrap .txBox .tit::before {
	content: "";
	width: 60px;
	height: 4px;
	background-color: #ff852f;
	position: absolute;
	bottom: 0;
	left: 0;
}

.case_sub_p08 .boxWrap .imgBox {
	width: 45%;
	box-shadow: 6px 6px 15px 0px #f2e2cd;
	border-radius: 0 10px 0 10px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.case_sub_p08 .boxWrap .txBox .tit {
		font-size: 19px;
	}
}

@media screen and (max-width: 599px) {
	.case_sub_p08 .boxWrap {
		flex-wrap: wrap;
	}

	.case_sub_p08 .boxWrap .txBox {
		width: 100%;
	}

	.case_sub_p08 .boxWrap .imgBox {
		width: 100%;
		margin-top: 50px;
	}
}

/*----------------------
case_sub_p09
----------------------*/
.case_sub_p09 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.case_sub_p09 h2 {
	font-size: 30px;
	position: relative;
	padding: 0.8em 0;
	margin-bottom: 1.5em;
}

.case_sub_p09 h2::before {
	content: "";
	width: 60px;
	height: 4px;
	background-color: #ff852f;
	position: absolute;
	bottom: 0;
	left: 0;
}

.case_sub_p09 .boxWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.case_sub_p09 .imgBox {
	width: 31%;
	margin-right: 4%;
	padding: 0 30px;
}

.case_sub_p09 .imgBox img {
	box-shadow: 0px 0px 15px 0px #e3d5c2;
}

.case_sub_p09 .imgBox .name {
	margin-top: 30px;
}

.case_sub_p09 .imgBox .name span {
	margin-top: 10px;
	font-size: 20px;
	display: block;
}

.case_sub_p09 .imgBox .name span.sub {
	color: #96a6b4;
	font-size: 14px;
	line-height: 1.1;
}

.case_sub_p09 .txBox {
	width: 65%;
}

.case_sub_p09 .txBox .comment {
	position: relative;
	padding: 40px 0px;
}

.case_sub_p09 .txBox .comment::before,
.case_sub_p09 .txBox .comment::after {
	content: '”';
	position: absolute;
	color: #c9d9e6;
	font-size: 80px;
	line-height: 1;
	height: 30px;
}

.case_sub_p09 .txBox .comment::before {
	top: 0;
	left: 0;
}

.case_sub_p09 .txBox .comment::after {
	bottom: 0;
	right: 0;
}

.case_sub_p09 .listWrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.case_sub_p09 .listWrap .listBox {
	width: 45%;
	padding: 25px 30px 20px;
	border: solid 1px #c9d9e6;
	border-radius: 10px;
	margin: 0 auto;
}

.case_sub_p09 .listWrap .listBox h3 {
	font-size: 20px;
	color: #5a748a;
}

.case_sub_p09 .listWrap .listBox .case_sub_p05 {
	margin: 15px 0 0;
}

.case_sub_p09 .listWrap .listBox .case_sub_p05 ul li {
	margin-bottom: 0.2em;
}

.case_sub_p09 .listWrap .listBox .case_sub_p05 ul li a {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
}

.case_sub_p09 .listWrap .listBox .case_sub_p05 ul li a:hover {
	color: #ff852f;
	text-decoration: underline;
}

.case_sub_p09 .listWrap .listBox .case_sub_p05 ul li a.icf::before {
	position: absolute;
	left: 0;
	top: 0.8em;
}

@media screen and (max-width: 900px) {
	.case_sub_p09 .listWrap .listBox {
		width: 100%;
		padding: 16px 20px 15px;
	}

	.case_sub_p09 .listWrap .listBox+.listBox {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.case_sub_p09 .imgBox{
		padding: 0 20px 0 0;
	}
	.case_sub_p09 h2 {
		font-size: 19px;
	}

	.case_sub_p09 .imgBox .name span {
		font-size: 17px;
	}

	.case_sub_p09 .imgBox .name span.sub {
		font-size: 12px;
	}

	.case_sub_p09 .listWrap .listBox h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.case_sub_p09 .imgBox {
		width: 100%;
		margin-right: 0;
		padding: 0;
		display: flex;
		margin-bottom: 50px;
		align-items: center;
	}

	.case_sub_p09 .imgBox img {
		width: 40%;
		margin-right: 5%;
	}

	.case_sub_p09 .txBox {
		width: 100%;
	}
}

/*----------------------
case_sub_p10
----------------------*/
.case_sub_p10 {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}

.case_sub_p10 h2 {
	font-size: 30px;
	position: relative;
	padding: 0.8em 0;
	margin-bottom: 1.5em;
	z-index: 1;
}

.case_sub_p10 h2::before {
	content: "";
	width: 60px;
	height: 4px;
	background-color: #ff852f;
	position: absolute;
	bottom: 0;
	left: 0;
}

.case_sub_p10 .boxWrap {
	display: flex;
	background-color: rgba(255, 251, 246, 0.8);
	position: relative;
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 50px;
}

.case_sub_p10 .boxWrap::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border: solid 1px rgba(255, 225, 181, 0.7);
	z-index: -1;
}

.case_sub_p10 .imgBox {
	width: 31%;
	margin-right: 4%;
	padding: 0 30px;
}

.case_sub_p10 .imgBox img {
	box-shadow: 0px 0px 15px 0px #e3d5c2;
}

.case_sub_p10 .imgBox .name {
	margin-top: 30px;
}

.case_sub_p10 .imgBox .name span {
	margin-top: 10px;
	font-size: 20px;
	display: block;
}

.case_sub_p10 .imgBox .name span.sub {
	color: #96a6b4;
	font-size: 14px;
	line-height: 1.1;
}

.case_sub_p10 .txBox {
	width: 65%;
}

.case_sub_p10 .txBox h3 {
	font-size: 26px;
}

.case_sub_p10 .txBox .tx {
	margin-top: 30px;
}

.case_sub_p10 .dataList {
	margin-top: 30px;
}

.case_sub_p10 .dataList dl {
	display: flex;
	flex-wrap: wrap;
}

.case_sub_p10 .dataList dl dt {
	width: 30%;
	margin-right: 5%;
	padding: 1em;
	border-bottom: solid 1px #3f4952;
	font-weight: bold;
}

.case_sub_p10 .dataList dl dd {
	width: 65%;
	padding: 1em;
	border-bottom: solid 1px #e6e6e6;
}

.case_sub_p10 .dataList dl dd a {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
}

.case_sub_p10 .dataList dl dd a:hover {
	color: #ff852f;
	text-decoration: underline;
}

.case_sub_p10 .dataList dl dd a.icf::before {
	position: absolute;
	left: 0;
	top: 50%;
}

@media screen and (max-width: 1366px) {
	.case_sub_p10 .boxWrap::before {
		width: calc(100% - 20px);
		left: 10px;
	}
}

@media screen and (max-width: 768px) {
	.case_sub_p10 .imgBox{
		padding: 0 20px 0 0px;
	}
	.case_sub_p10 h2 {
		font-size: 19px;
	}

	.case_sub_p10 .txBox h3 {
		font-size: 16px;
	}

	.case_sub_p10 .imgBox .name span {
		font-size: 17px;
	}

	.case_sub_p10 .imgBox .name span.sub {
		font-size: 12px;
	}
	.case_sub_p10 .dataList dl dt,
	.case_sub_p10 .dataList dl dd {
		padding: 0.6em;
	}
	.case_sub_p10 .dataList dl dt{
		width: 25%;
	}
	.case_sub_p10 .dataList dl dd{
		width: 70%;
	}
}

@media screen and (max-width: 599px) {
	.case_sub_p10 .boxWrap {
		flex-wrap: wrap;
	}

	.case_sub_p10 .imgBox {
		width: 100%;
		margin-right: 0;
		padding: 0;
		display: flex;
		margin-bottom: 50px;
		align-items: center;
	}

	.case_sub_p10 .imgBox img {
		width: 40%;
		margin-right: 5%;
	}

	.case_sub_p10 .txBox {
		width: 100%;
	}
}