/* CSS Document */

/*----------
 hd
----------*/
#hd_global .top_logo {
	display: none;
}
#hd_global .lower_logo {
	display: block;
}

@media (max-width: 768px) {
	#hd_global {
		background: #fff;
	}
}

/*----------
 mv
----------*/
#mv {
	position: relative;
}
svg#dotTexture {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	min-width: 1200px;
	height: 100vw;
	min-height: 1200px;
	-webkit-transform: translate(-50%,-64%);
	-ms-transform: translate(-50%,-64%);
	-o-transform: translate(-50%,-64%);
	transform: translate(-50%,-64%);
	z-index: -1;
}
#mv .inner:before {
	/* content: ""; */
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
	height: 200%;
	background: url("../img/texture.png");
	background-position: center;
	-moz-transform: rotate(30deg) translateX(-10%);
	-webkit-transform: rotate(30deg) translateX(-10%);
	-o-transform: rotate(30deg) translateX(-10%);
	-ms-transform: rotate(30deg) translateX(-10%);
	transform: rotate(30deg) translateX(-10%);
	-moz-transform-origin: center;
	-webkit-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: -1;
}
#mv .bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 72.8333%;
	height: 32vw;
}
.about #mv .bg {
	background: url("../img/about_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.vision #mv .bg {
	background: url("../img/vision_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.solutions #mv .bg {
	background: url("../img/solutions_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.casestudy #mv .bg {
	background: url("../img/casestudy_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.case01 #mv .bg {
	background: url("../img/case01_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.contact #mv .bg {
	background: url("../img/contact_mv.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
#mv .inner {
	position: relative;
	width: 980px;
	height: 36.66667vw;
	margin: auto;
}
.case #mv .inner {
	height: 43.33333vw;
}
#mv h1 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 510px;
	height: 230px;
	padding: 0 60px;
	color: #fff;
	font-size: 56px;
	font-weight: 600;
}
.about #mv h1 {
	background: #0068b7;
}
.vision #mv h1 {
	background: #0dab20;
}
.solutions #mv h1 {
	background: #ea8400;
}
.casestudy #mv h1 {
	background: #d54f8b;
}
.contact #mv h1 {
	background: #873fb0;
}
.case #mv h1 {
	width: 820px;
	padding: 0 60px;
	font-size: 32px;
	line-height: 1.4;
}
.case #mv h1:after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: -10px;
	font-size: 80px;
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight: 600;
	line-height: 1;
	opacity: 0.2;
}
.case01 #mv h1:after {
	content: "Case 01";
}
#mv h1 span {
	display: block;
	font-size: 32px;
	font-weight: 300;
}
.case #mv h1 span {
	padding-top: 10px;
	font-size: 18px;
}

@media (max-width: 768px) {
	svg#dotTexture {
		position: absolute;
		top: 100%;
		left: 50%;
		width: 100%;
		min-width: 1200px;
		height: auto;
		-webkit-transform: translate(-50%,-77%);
		-ms-transform: translate(-50%,-77%);
		-o-transform: translate(-50%,-77%);
		transform: translate(-50%,-77%);
		z-index: -1;
	}
	.case svg#dotTexture {
		-webkit-transform: translate(-50%,-80%);
		-ms-transform: translate(-50%,-80%);
		-o-transform: translate(-50%,-80%);
		transform: translate(-50%,- 80%);
	}
	#mv .bg {
		top: 45px;
		width: 88%;
		height: 162.5px;
	}
	#mv .inner {
		position: relative;
		width: 100%;
		height: 295px;
		margin: auto;
	}
	.case #mv .inner {
		height: 325px;
	}
	#mv h1 {
		left: 15px;
		width: 210px;
		height: 100px;
		padding: 30px 0 0 30px;
		font-size: 32px;
	}
	.case #mv h1 {
		width: 325px;
		height: 180px;
		padding: 0 25px;
		font-size: 21px;
	}
	.case #mv h1:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -5px;
		font-size: 40px;
		font-family: 'Barlow', sans-serif;
		font-style: italic;
		font-weight: 600;
		line-height: 1;
		opacity: 0.2;
	}
	.case01 #mv h1:after {
		content: "Case 01";
	}
	#mv h1 span {
		font-size: 18px;
	}
	.case #mv h1 span {
		padding-top: 5px;
		font-size: 12px;
	}
}

@media (max-width: 375px) {
	#mv .bg {
		top: 12vw;
		height: 43.33333vw;
	}
	#mv .inner {
		height: 78.66667vw;
	}
	.case #mv .inner {
		height: 86.66667vw;
	}
	#mv h1 {
		left: 4vw;
		width: 56vw;
		height: 26.66667vw;
		padding: 8vw 0 0 8vw;
		font-size: 8.53333vw;
	}
	#mv h1 span {
		font-size: 4.8vw;
	}
	.case #mv h1 {
		width: 86.66667vw;
		height: 48vw;
		padding: 0 6.66667vw;
		font-size: 5.6vw;
	}
	.case #mv h1:after {
		font-size: 10.66667vw;
	}
	.case #mv h1 span {
		font-size: 3.2vw;
	}
}

/*----------
 main
----------*/
#main .inner {
	width: 980px;
	margin: auto;
	padding-top: 140px;
}

#main .block {
	margin-bottom: 180px;
}
#main h2 {
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 30px;
}
#main p {
	margin-bottom: 60px;
	line-height: 1.8;
}
#main .txt-list {
	counter-reset: number; /*ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â°ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã¢â‚¬Å¡Ã‚Â»ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã†â€™Ã‹â€ */
	list-style-type: none!important; /*ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â°ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¦ÃƒÂ¦Ã‚Â¶Ã‹â€ ÃƒÂ£Ã‚ÂÃ¢â€žÂ¢*/
	margin-bottom: 100px;
}
#main .txt-list li {
	position: relative;
	padding: 10px 10px 10px 50px;
	line-height: 1.6;
	background: #eee;
}
#main .txt-list.bg_pink li {
	background: #ffe7f2;
}
#main .txt-list li:not(:last-child) {
	margin-bottom: 10px;
}
#main .txt-list li:before{
	/* ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â°ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ£Ã‚ÂÃ‚Â¤ÃƒÂ£Ã‚ÂÃ¢â‚¬ËœÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¹ */
	counter-increment: number;
	content: counter(number) ".";
	position: absolute;
	left: 20px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}

@media (max-width: 768px) {
	#main .inner {
		width: 100%;
		padding-top: 140px;
	}
	.vision #main .inner {
		padding: 60px 15px 0;
	}
	.solutions #main .inner {
		padding: 60px 15px 0;
	}
	.casestudy #main .inner {
		padding: 60px 15px 0;
	}
	.contact #main .inner {
		padding: 60px 15px 0;
	}
	#main .block {
		margin-bottom: 70px;
	}
	.solutions #main .block:nth-of-type(2) {
		margin-bottom: 0;
	}
	#main h2 {
		font-size: 25px;
		margin-bottom: 25px;
	}
	#main p {
		margin-bottom: 40px;
		font-size: 14px;
	}
	#main .txt-list {
		margin-bottom: 50px;
	}
	#main .txt-list li {
		padding: 10px 10px 10px 35px;
		font-size: 14px;
	}
	#main .txt-list li:not(:last-child) {
		margin-bottom: 5px;
	}
	#main .txt-list li:before{
		left: 15px;
	}
}

@media (max-width: 375px) {
	#main .inner {
		padding: 16vw 4vw 13.33333vw;
	}
	.vision #main .inner {
		padding: 16vw 4vw 0;
	}
	.solutions #main .inner {
		padding: 16vw 4vw 0;
	}
	.casestudy #main .inner {
		padding: 16vw 4vw 0;
	}
	.contact #main .inner {
		padding: 16vw 4vw 0;
	}
	#main .block {
		margin-bottom: 18.66667vw;
	}
	#main h2 {
		font-size: 6.66667vw;
		margin-bottom: 6.66667vw;
	}
	#main p {
		margin-bottom: 10.66667vw;
		font-size: 3.73333vw;
	}
}

/*----------
 about
----------*/

.about #main .img01 {
	width: 616px;
	margin: auto;
}
.about #main .img01 img {
	width: 100%;
}
.about #main .img01 img {
	width: 100%;
}
.about #main .flag-business-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 620px;
	margin: auto;
}
.about #main .flag-business-list li {
	position: relative;
	width: 160px;
	margin: 0 -3.2px -32px;
}
.about #main .flag-business-list li .frame {
	-webkit-transform: scale(0.1,0.1);
	-ms-transform: scale(0.1,0.1);
	-o-transform: scale(0.1,0.1);
	transform: scale(0.1,0.1);
	-webkit-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
	-o-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
	transition: transform 0.5s ease-out, opacity 0.5s ease-out;
	opacity: 0;
}
.about #main .flag-business-list li:nth-child(2) .frame {
	-webkit-transition: transform 0.5s ease-out 0.1s, opacity 0.5s ease-out 0.1s;
	-o-transition: transform 0.5s ease-out 0.1s, opacity 0.5s ease-out 0.1s;
	transition: transform 0.5s ease-out 0.1s, opacity 0.5s ease-out 0.1s;
}
.about #main .flag-business-list li:nth-child(3) .frame {
	-webkit-transition: transform 0.5s ease-out 0.2s, opacity 0.5s ease-out 0.2s;
	-o-transition: transform 0.5s ease-out 0.2s, opacity 0.5s ease-out 0.2s;
	transition: transform 0.5s ease-out 0.2s, opacity 0.5s ease-out 0.2s;
}
.about #main .flag-business-list li:nth-child(4) .frame {
	-webkit-transition: transform 0.5s ease-out 0.3s, opacity 0.5s ease-out 0.3s;
	-o-transition: transform 0.5s ease-out 0.3s, opacity 0.5s ease-out 0.3s;
	transition: transform 0.5s ease-out 0.3s, opacity 0.5s ease-out 0.3s;
}
.about #main .flag-business-list li:nth-child(5) .frame {
	-webkit-transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.4s;
	-o-transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.4s;
	transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.4s;
}
.about #main .flag-business-list li:nth-child(6) .frame {
	-webkit-transition: transform 0.5s ease-out 0.5s, opacity 0.5s ease-out 0.5s;
	-o-transition: transform 0.5s ease-out 0.5s, opacity 0.5s ease-out 0.5s;
	transition: transform 0.5s ease-out 0.5s, opacity 0.5s ease-out 0.5s;
}
.about #main .flag-business-list li:nth-child(7) .frame {
	-webkit-transition: transform 0.5s ease-out 0.6s, opacity 0.5s ease-out 0.6s;
	-o-transition: transform 0.5s ease-out 0.6s, opacity 0.5s ease-out 0.6s;
	transition: transform 0.5s ease-out 0.6s, opacity 0.5s ease-out 0.6s;
}
.about #main .flag-business-list.over li .frame {
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}
.about #main .flag-business-list li .txt {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	opacity: 0;
}
.about #main .flag-business-list li:nth-child(2) .txt {
	-webkit-transition: opacity 1s ease-out 0.1s;
	-o-transition: opacity 1s ease-out 0.1s;
	transition: opacity 1s ease-out 0.1s;
}
.about #main .flag-business-list li:nth-child(3) .txt {
	-webkit-transition: opacity 1s ease-out 0.2s;
	-o-transition: opacity 1s ease-out 0.2s;
	transition: opacity 1s ease-out 0.2s;
}
.about #main .flag-business-list li:nth-child(4) .txt {
	-webkit-transition: opacity 1s ease-out 0.3s;
	-o-transition: opacity 1s ease-out 0.3s;
	transition: opacity 1s ease-out 0.3s;
}
.about #main .flag-business-list li:nth-child(5) .txt {
	-webkit-transition: opacity 1s ease-out 0.4s;
	-o-transition: opacity 1s ease-out 0.4s;
	transition: opacity 1s ease-out 0.4s;
}
.about #main .flag-business-list li:nth-child(6) .txt {
	-webkit-transition: opacity 1s ease-out 0.5s;
	-o-transition: opacity 1s ease-out 0.5s;
	transition: opacity 1s ease-out 0.5s;
}
.about #main .flag-business-list li:nth-child(7) .txt {
	-webkit-transition: opacity 1s ease-out 0.6s;
	-o-transition: opacity 1s ease-out 0.6s;
	transition: opacity 1s ease-out 0.6s;
}
.about #main .flag-business-list.over li .txt {
	opacity: 1;
}

.about #main .business-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	counter-reset: number;
}
.about #main .business-list li {
	position: relative;
	width: 430px;
	margin: 0 0 20px 40px;
	padding: 20px 20px 20px 30px;
	border: 1px solid #e5e5e5;
}
.about #main .business-list li:before {
	counter-increment: number;
	content: counter(number, decimal-leading-zero);
	position: absolute;
	left: -35px;
	font-size: 40px;
	font-weight: 100;
	font-family: 'Barlow', sans-serif;
}
.about #main .business-list li:after {
	content: "";
	position: absolute;
	top: 50px;
	left: -40px;
	width: 60px;
	height: 1px;
	background: #d3d3d3;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: -1;
}
.about #main .business-list li h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.about #main .business-list li p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 2;
}
#company {
	background: #f6f6f6;
}
#company .inner {
	width: 980px;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 100px;
}
#company h2 {
	font-size: 36px;
	margin-bottom: 30px;
}
#company table {
	width: 100%;
	border-top: 1px solid #dcdcdc;
}
#company table tr {
	border-bottom: 1px solid #dcdcdc;
}
#company table tr th {
	width: 200px;
	padding: 30px 30px 30px 0;
	font-weight: normal;
	text-align: left;
}
#company table tr td {
	padding: 30px 30px 30px 0;
	line-height: 2;
}
#company table tr td ul li {
	padding-left: 1em;
	text-indent: -1em;
}

@media (max-width: 768px) {
	.about #main .img01 {
		width: 345px;
		margin: auto;
	}
	.about #main .flag-business-list {
		width: 345px;
	}
	.about #main .flag-business-list li {
		position: relative;
		width: 90px;
		margin: 0 -2.5px -17px;
	}
	.about #main .flag-business-list li .frame {
		width: 100%;
	}
	.about #main .flag-business-list li .txt {
		width: 70px;
	}
	.about #main .flag-business-list li:nth-child(4) .txt {
		width: 62px;
	}
	.about #main .flag-business-list li:nth-child(5) .txt {
		width: 62px;
	}
	.about #main .flag-business-list li:nth-child(6) .txt {
		width: 40px;
	}
	.about #main .flag-business-list li:nth-child(7) .txt {
		width: 22px;
	}
	.about #main .business-list {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.about #main .business-list li {
		width: 300px;
		margin: 0 0 20px 40px;
		padding: 20px;
	}
	.about #main .business-list li:before {
		counter-increment: number;
		content: counter(number, decimal-leading-zero);
		position: absolute;
		left: -30px;
		font-size: 33px;
	}
	.about #main .business-list li:after {
		content: "";
		position: absolute;
		top: 45px;
		left: -45px;
		width: 60px;
		height: 1px;
		background: #d3d3d3;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		z-index: -1;
	}
	.about #main .business-list li h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.about #main .business-list li p {
		font-size: 14px;
		line-height: 1.5;
	}
	#company .inner {
		width: 100%;
		padding: 50px 15px;
	}
	#company h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	#company table tr th {
		width: 100px;
		padding: 15px 15px 15px 0;
		font-size: 13px;
	}
	#company table tr td {
		padding: 15px 15px 15px 0;
		font-size: 14px;
		line-height: 1.7;
	}
}

@media (max-width: 375px) {
	.about #main .img01 {
		width: 92vw;
	}
	.about #main .flag-business-list {
		width: 92vw;
	}
	.about #main .flag-business-list li {
		position: relative;
		width: 24vw;
		margin: 0 -0.66667vw -4.53333vw;
	}
	.about #main .business-list li:before {
		left: -8vw;
		font-size: 8.8vw;
	}
	.about #main .flag-business-list li .txt {
		width: 18.66667vw;
	}
	.about #main .flag-business-list li:nth-child(4) .txt {
		width: 16.53333vw;
	}
	.about #main .flag-business-list li:nth-child(5) .txt {
		width: 16.53333vw;
	}
	.about #main .flag-business-list li:nth-child(6) .txt {
		width: 10.66667vw;
	}
	.about #main .flag-business-list li:nth-child(7) .txt {
		width: 5.86667vw;
	}
	.about #main .business-list li {
		width: 80vw;
		margin: 0 0 5.33333vw 10.66667vw;
		padding: 5.33333vw;
	}
	#company .inner {
		padding: 13.33333vw 4vw;
	}
	#company h2 {
		font-size: 6.66667vw;
		margin-bottom: 8vw;
	}
	#company table tr th {
		width: 26.66667vw;
		padding: 4vw 4vw 4vw 0;
		font-size: 3.46667vw;
	}
	#company table tr td {
		padding: 4vw 4vw 4vw 0;
		font-size: 3.73333vw;
	}
}

/*----------
 solutions
----------*/

.solutions #main .block:nth-of-type(2) {
	margin-bottom: 0;
}
.solutions #main .block > .txt01 {
	width: 460px;
}
.solutions #main .img01 {
	width: 408px;
	margin: -215px 0 0 auto;
}
.solutions #main .img01 img {
	width: 100%;
}
.solutions #main .tab {
	width: 100%;
	margin: auto;
}
.solutions #main .tab img {
	width: 100%;
}
.solutions #main .box {
	margin: auto;
	border: 6px solid #E98400;
}
.solutions #main .box .concept {
	padding: 80px 50px 0;
}
.solutions #main .box h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.solutions #main .box > p {
	font-size: 16px;
	margin-bottom: 40px;
}
.solutions #main .box .img02 {
	width: 861px;
	margin: 0 auto 80px;
}
.solutions #main .box .img02 img {
	width: 100%;
}
.solutions #main .box .img03 {
	position: relative;
	width: 100%;
	margin: auto;
}
.solutions #main .box .img03 img {
	width: 100%;
}
.solutions .ps__rail-x {
	opacity: 1;
}
.solutions .ps .ps__rail-x.ps--clicking,
.solutions .ps .ps__rail-x:focus,
.solutions .ps .ps__rail-x:hover,
.solutions .ps .ps__rail-y.ps--clicking,
.solutions .ps .ps__rail-y:focus,
.solutions .ps .ps__rail-y:hover {
	background-color: transparent;
	opacity: 1;
}
.solutions .ps__rail-x:hover > .ps__thumb-x,
.solutions .ps__rail-x:focus > .ps__thumb-x,
.solutions .ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #f0ab50;
}
.solutions .ps__thumb-x {
	background-color: #f0ab50;
}
.solutions #main .box > .txt01 {
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 80px;
}
.solutions #main .box .price {
	padding: 60px 0;
	text-align: center;
	background: #E98400;
}
.solutions #main .box .price h2 {
	color: #fff;
	font-size: 40px;
}
.solutions #main .box .price h2 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}
.solutions #main .box .price > .txt01 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.solutions #main .box .price .block2 {
	width: 600px;
	margin: auto;
	padding: 35px 0 30px;
	color: #fff;
	font-size: 22px;
	border: 2px solid #f0ab50;
}
.solutions #main .box .price .block2 > .txt01 {
	margin-bottom: 20px;
	line-height: 1;
}
.solutions #main .box .price .block2 > .txt01 span:nth-of-type(1) {
	font-size: 58px;
	font-weight: bold;
}
.solutions #main .box .price .block2 > .txt01 span:nth-of-type(2) {
	font-size: 20px;
	font-weight: bold;
}
.solutions #main .box .price .block2 > .txt02 {
	font-size: 16px;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.solutions #main .block > .txt01 {
		width: 100%;
	}
	.solutions #main .img01 {
		width: 345px;
		margin: auto;
	}
	.solutions #main .box .concept {
		padding: 35px 20px 0;
	}
	.solutions #main .box h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.solutions #main .box > p {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.solutions #main .tab {
		/* width: 345px; */
	}
	.solutions #main .box {
		/* width: 345px; */
		border: 6px solid #E98400;
	}
	.solutions #main .box .img02 {
		width: 100%;
		margin: 0 auto 40px;
	}
	.solutions #main .box .img03 {
		width: 100%;
		margin: auto;
		padding-bottom: 15px;
		text-align: center;
	}
	.solutions #main .box .img03 img {
		width: 550px;
	}
	.solutions #main .box > .txt01 {
		font-size: 10px;
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.solutions #main .box .price {
		padding: 30px 0;
	}
	.solutions #main .box .price h2 {
		font-size: 23px;
	}
	.solutions #main .box .price h2 span {
		font-size: 12px;
		margin-top: 5px;
	}
	.solutions #main .box .price > .txt01 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.solutions #main .box .price .block2 {
		width: 300px;
		margin: auto;
		padding: 35px 0 30px;
		color: #fff;
		font-size: 22px;
		border: 2px solid #f0ab50;
	}
	.solutions #main .box .price .block2 > .txt01 {
		margin-bottom: 20px;
		line-height: 1;
	}
	.solutions #main .box .price .block2 > .txt01 span:nth-of-type(1) {
		font-size: 35px;
		font-weight: bold;
	}
	.solutions #main .box .price .block2 > .txt01 span:nth-of-type(2) {
		font-size: 13px;
		font-weight: bold;
	}
	.solutions #main .box .price .block2 > .txt02 {
		font-size: 14px;
		margin-bottom: 0;
	}
}

@media (max-width: 375px) {
	.solutions #main .img01 {
		width: 92vw;
	}
	.solutions #main .box .concept {
		padding: 9.33333vw 5.33333vw 0;
	}
	.solutions #main .box h3 {
		font-size: 4.26667vw;
		margin-bottom: 4vw;
	}
	.solutions #main .box > p {
		font-size: 3.73333vw;
		margin-bottom: 6.66667vw;
	}
	.solutions #main .box {
		border: 1.6vw solid #E98400;
	}
	.solutions #main .box .img02 {
		margin: 0 auto 10.66667vw;
	}
	.solutions #main .box .img03 {
		padding-bottom: 4vw;
	}
	.solutions #main .box .img03 img {
		width: 146.66667vw;
	}
	.solutions #main .box > .txt01 {
		font-size: 2.66667vw;
		margin-top: 4vw;
		margin-bottom: 10.66667vw;
	}
	.solutions #main .box .price {
		padding: 8vw 0;
	}
	.solutions #main .box .price h2 {
		font-size: 6.13333vw;
	}
	.solutions #main .box .price h2 span {
		font-size: 3.2vw;
		margin-top: 1.33333vw;
	}
	.solutions #main .box .price > .txt01 {
		font-size: 3.73333vw;
		margin-bottom: 4vw;
	}
	.solutions #main .box .price .block2 {
		width: 80vw;
		padding: 9.33333vw 0 8vw;
		font-size: 5.86667vw;
		border: 2px solid #f0ab50;
	}
	.solutions #main .box .price .block2 > .txt01 {
		margin-bottom: 5.33333vw;
	}
	.solutions #main .box .price .block2 > .txt01 span:nth-of-type(1) {
		font-size: 9.33333vw;
	}
	.solutions #main .box .price .block2 > .txt01 span:nth-of-type(2) {
		font-size: 3.46667vw;
	}
	.solutions #main .box .price .block2 > .txt02 {
		font-size: 3.73333vw;
	}
}

/*----------
 casestudy
----------*/
.casestudy #main .case-list li {
	background: #fff;
}
.casestudy #main .case-list li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 240px;
	padding: 0 40px;
	-webkit-transition: .3s opacity ease-out;
	-o-transition: .3s opacity ease-out;
	transition: .3s opacity ease-out;
}
.casestudy #main .case-list .case-list_case01 a {
	background: url("../img/case_list_01_pc.jpg") no-repeat;
	background-size: cover;
}
.casestudy #main .case-list li a:hover {
	opacity: .7;
}
.casestudy #main .case-list li .ico {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	font-style: italic;
	font-weight: 600;
	width: 90px;
	height: 25px;
	background: #fff;
}
.casestudy #main .case-list li .ttl {
	font-size: 34px;
	line-height: 1.3;
	margin-bottom: 0;
}
.casestudy #main .case-list li .ttl span {
	display: block;
	font-size: 16px;
	padding-top: 10px;
}

@media (max-width: 768px) {
	.casestudy #main .case-list li a {
		height: 140px;
		padding: 0 20px;
	}
	.casestudy #main .case-list .case-list_case01 a {
		height: 140px;
		padding: 0 20px;
		background: url("../img/case_list_01_sp.jpg") no-repeat;
		background-size: cover;
	}
	.casestudy #main .case-list li .ico {
		font-size: 11px;
		width: 50px;
		height: 17.5px;
	}
	.casestudy #main .case-list li .ttl {
		font-size: 20px;
		line-height: 1.4;
	}
	.casestudy #main .case-list li .ttl span {
		font-size: 10px;
		padding-top: 5px;
	}
}

@media (max-width: 375px) {
	.casestudy #main .case-list li .ttl {
		font-size: 5.33333vw;
	}
}

/*----------
 case
----------*/
.case #main .txt-list li:before{
	color: #d54f8b;
}
.case .flow-block {
	position: relative;
	padding: 40px;
	background: #eee;
}
.case .flow-block:not(:last-child) {
	margin-bottom: 90px;
}
.case .flow-block:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -60px;
	width: 56px;
	height: 29px;
	margin: auto;
	background: url("../img/arrow_bottom.png") no-repeat;
	background-size: 100%;
}
.case .flow-block:last-child {
	margin-bottom: 100px;
}
.case .flow-block .ico {
	position: absolute;
	top: -13px;
	right: -10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 140px;
	height: 30px;
	color: #fff;
	font-size: 13px;
	background: #d54f8b;
}
.case .flow-block h3 {
	color: #d54f8b;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
.case .flow-block .survey {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.case .flow-block .survey li {
	font-size: 16px;
	font-weight: bold;
	border-radius: 100px;
	padding: 17px 40px;
	background: #fff;
}
.case .flow-block .survey li:not(:last-child) {
	margin-right: 10px;
}
.case .flow-block .result-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100px;
	padding: 15px 190px;
	background: #fff;
}
.case .flow-block .result-box:not(:last-child) {
	margin-bottom: 10px;
}
.case .flow-block .result-box ul li {
	font-size: 16px;
	text-indent: -1em;
	line-height: 1.6;
	padding-left: 1em;
}
.case .flow-block .result-box ul .txt_pink {
	color: #d54f8b;
}
.case .flow-block .flow-box {
	padding: 30px;
	background: #fff;
}
.case .flow-block .flow-box:not(:last-child) {
	margin-bottom: 20px;
}
.case .flow-block .flow-box h4 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.case .flow-block .flow-box p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.case .flow-block .flow-box .slick .slick-slide img {
	margin: auto;
}
.case .flow-block .flow-box .slick .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 26px;
	margin: auto;
	cursor: pointer;
	-webkit-transform: translate(0, -26px);
	-ms-transform: translate(0, -26px);
	-o-transform: translate(0, -26px);
	transform: translate(0, -26px);
	z-index: 1;
}
.case .flow-block .flow-box .slick .arrow_prev {
	left: 10px;
}
.case .flow-block .flow-box .slick .arrow_next {
	right: 10px;
	
}
.case .flow-block .flow-box .slick .slick-dots {
	position: static;
	padding-top: 20px;
}
.case .flow-block .flow-box .slick .slick-dots li {
	margin: 0;
}
.case .flow-block .flow-box .slick .slick-dots li.slick-active button:before {
	color: #d54f8b !important;
}
#interview {
	background: #f6f6f6;
}
#interview .inner {
	width: 980px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 100px;
}
#interview h2 {
	font-size: 36px;
	margin-bottom: 60px;
}
#interview dl {
	
}
#interview dl dt {
	color: #d54f8b;
	line-height: 1.7;
	margin-bottom: 30px;
}
#interview dl dd {
	line-height: 1.7;
	margin-bottom: 60px;
}
#interview .profile {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 60px;
	background: #fff;
}
#interview .profile .thum {
	width: 187px;
	margin-right: 55px;
}
#interview .profile .thum img {
	width: 100%;
}
#interview .profile h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
#interview .profile h3 span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}
#interview .profile .txt p {
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.case .flow-block {
		padding: 25px;
	}
	.case .flow-block:not(:last-child) {
		margin-bottom: 35px;
	}
	.case .flow-block:not(:last-child):after {
		bottom: -28px;
		width: 28px;
		height: 16px;
	}
	.case .flow-block:last-child {
		margin-bottom: 50px;
	}
	.case .flow-block .ico {
		top: -10px;
		right: -5px;
		width: 75px;
		height: 20px;
		font-size: 11px !important;
	}
	.case .flow-block h3 {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.case .flow-block .survey {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.case .flow-block .survey li {
		font-size: 10px;
		border-radius: 100px;
		padding: 7px 10px;
		margin-bottom: 5px;
	}
	.case .flow-block .survey li:not(:last-child) {
		margin-right: 5px;
	}
	.case .flow-block .result-box {
		border-radius: 10px;
		padding: 15px;
	}
	.case .flow-block .result-box:not(:last-child) {
		margin-bottom: 10px;
	}
	.case .flow-block .result-box ul li {
		font-size: 14px;
	}
	.case .flow-block .result-box ul .txt_pink {
		color: #d54f8b;
	}
	.case .flow-block .flow-box {
		padding: 20px;
	}
	.case .flow-block .flow-box:not(:last-child) {
		margin-bottom: 15px;
	}
	.case .flow-block .flow-box h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.case .flow-block .flow-box p {
		font-size: 13px;
		text-align: left;
		margin-bottom: 20px;
	}
	.case .flow-block .flow-box .slick {

	}
	.case .flow-block .flow-box .slick .slick-slide {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 250px;
		padding: 0 10px;
	}
	.case .flow-block .flow-box .slick .slick-slide img {
		max-width: 100%;
		max-height: 250px;
		margin: auto;
	}
	.case .flow-block .flow-box .slick .slick-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		height: 13px;
		margin: auto;
		cursor: pointer;
		z-index: 1;
	}
	.case .flow-block .flow-box .slick .arrow_prev {
		left: -5px;
	}
	.case .flow-block .flow-box .slick .arrow_next {
		right: -5px;
	}
	.case .flow-block .flow-box .slick .slick-dots {
		position: static;
		padding-top: 20px;
	}
	#interview .inner {
		width: 100%;
		margin: auto;
		padding: 40px 15px 60px;
	}
	#interview h2 {
		font-size: 25px;
		margin-bottom: 40px;
	}
	#interview dl dt {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#interview dl dd {
		font-size: 14px;
		margin-bottom: 40px;
	}
	#interview .profile {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 25px 20px;
		background: #fff;
	}
	#interview .profile .flex {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
	}
	#interview .profile .thum {
		width: 70px;
		margin-right: 25px;
	}
	#interview .profile h3 {
		font-size: 16px;
		margin-bottom: 0;
	}
	#interview .profile h3 span {
		padding-top: 10px;
		font-size: 10px;
	}
	#interview .profile .txt p {
		font-size: 12px;
	}
}

@media (max-width: 375px) {
	.case .flow-block .flow-box .slick .arrow_prev {
		left: -10px;
	}
	.case .flow-block .flow-box .slick .arrow_next {
		right: -10px;
	}
}

/*----------
 contact
----------*/

.wpcf7-form {
	padding-top: 140px;
	margin-top: -140px;
}
.contact #main p .required {
	color: #e20000;
}
.contact #main table {
	width: 100%;
	margin-bottom: 50px;
}
.contact #main table tr {
}
.contact #main table tr th {
	width: 300px;
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.contact #main table tr th .required {
    font-size: 60%;
    vertical-align: super;
}
.contact #main table tr td {
	padding-bottom: 30px;
}
.contact #main table tr td input {
	width: 100%;
	height: 50px;
	padding: 10px;
	font-size: 16px;
	border: none;
	background: #eee;
}
.contact #main table tr td textarea {
	width: 100%;
	height: 160px;
	padding: 10px;
	font-size: 16px;
	border: none;
	background: #eee;
	resize: none;
}
.contact #main table tr td input:focus,
.contact #main table tr td textarea:focus {
	outline: none;
}
.contact #main .box {
	margin-bottom: 120px;
	padding: 40px 30px;
	background: #eee;
}
.custom-wpcf7c-confirmed .box {
	display: none;
}
.contact #main .box h3 {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.contact #main .box h3 .required {
    font-size: 60%;
    vertical-align: super;
}
.contact #main .box .privacy {
	position: relative;
	height: 260px;
	margin-bottom: 40px;
	padding: 20px;
	font-size: 14px;
	background: #fff;
}
.contact #main .box .privacy .txt p {
	margin-bottom: 20px;
}
.contact .ps__rail-y {
    right: 10px !important;
}
.contact .ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
    background-color: #fff;
    opacity: 1;
}
.contact .ps__thumb-y {
    background-color: #7a7a7a;
    border-radius: 0;
    width: 8px;
}
.contact #main .box .btn {
	text-align: center;
}
.contact #main .box .btn input {
	display: none;
}
span.wpcf7-list-item-label::before {
    display: inline-block;
    content: " ";
    width: 32px;
    height: 32px;
    margin-right: 10px;
    vertical-align: middle;
    background: url("../img/square.svg") no-repeat;
}
.contact #main .box .btn input:checked + span.wpcf7-list-item-label::before {
    background: url("../img/check_square.svg") no-repeat;
}
.contact #main .back {
	margin-bottom: 60px;
}
.contact #main .btn_check,
.contact #main .btn_back,
.contact #main .btn_submit {
	display: block;
	color: #fff;
	font-size: 24px;
	border: none;
	width: 480px;
	height: 80px;
	margin: auto;
	background: #000;
	-webkit-transition: .2s background ease-out;
	-o-transition: .2s background ease-out;
	transition: .2s background ease-out;
}
.contact #main .btn_check:hover,
.contact #main .btn_back:hover,
.contact #main .btn_submit:hover {
	background: #3c1f4d;
	cursor: pointer;
}
.contact #main .btn_check[disabled] {
	display: block;
	color: #fff;
	font-size: 24px;
	border: none;
	width: 480px;
	height: 80px;
	margin: auto;
	background: #636363;
	cursor: auto;
}
.contact input,
.contact textarea {
	border-radius: 0;
}
.contact input:-webkit-autofill.wpcf7c-conf {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	border: none !important;
	background: #fff !important;
}
.contact input:-webkit-autofill.wpcf7c-conf:focus {
	border: none !important;
}
.contact .wpcf7c-conf {
	background: #fff !important;
	border-color: #fff !important;
}
.contact .wpcf7c-conf:focus {
	border-color: transparent !important;
}
.contact span.wpcf7-not-valid-tip {
	color: #e20000 !important;
	font-size: 16px !important;
	padding-top: 5px;
}
.contact div.wpcf7-response-output {
	line-height: 1.5;
}

@media (max-width: 768px) {
	.wpcf7-form {
		padding-top: 70px;
		margin-top: -70px;
	}
	.contact #main table {
		margin-bottom: 40px;
	}
	.contact #main table tr {
		display: block;
	}
	.contact #main table tr th {
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
	}
	.contact #main table tr td {
		display: block;
		padding-bottom: 10px;
	}
	.contact #main table tr td input {
		height: 35px;
		padding: 5px;
		font-size: 14px;
	}
	span.wpcf7-not-valid-tip {
		font-size: 14px !important;
		display: block;
		padding-top: 5px;
	}
	.contact #main table tr td textarea {
		height: 120px;
		padding: 5px;
		font-size: 14px;
	}
	.contact #main .box {
		margin-bottom: 60px;
		padding: 25px 15px;
	}
	.contact #main .box h3 {
		margin-bottom: 25px;
		font-size: 14px;
	}
	.contact #main .box .privacy {
		height: 190px;
		margin-bottom: 15px;
		padding: 10px;
		font-size: 12px;
	}
	.contact #main .box .privacy .txt p {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.contact .ps__rail-y {
		right: 5px !important;
	}
	.contact #main .box .btn {
		font-size: 14px;
	}
	.contact #main .back {
		margin-bottom: 25px;
	}
	.contact #main .btn_check,
	.contact #main .btn_back ,
	.contact #main .btn_submit {
		font-size: 14px;
		width: 240px;
		height: 50px;
	}
	.contact #main .btn_check:hover,
	.contact #main .btn_back:hover,
	.contact #main .btn_submit:hover {
		background: #000;
	}
	.contact #main .btn_check:active,
	.contact #main .btn_back:active,
	.contact #main .btn_submit:active {
		background: #3c1f4d;
	}
	.contact #main .btn_check[disabled] {
		font-size: 14px;
		width: 240px;
		height: 50px;
	}
}

@media (max-width: 375px) {
	.wpcf7-form {
		padding-top: 18.66667vw;
		margin-top: -18.66667vw;
	}
	.contact #main table {
		margin-bottom: 10.66667vw;
	}
	.contact #main table tr th {
		width: 100%;
		padding-top: 2.66667vw;
		padding-bottom: 2.66667vw;
		font-size: 3.73333vw;
	}
	.contact #main table tr td {
		padding-bottom: 2.66667vw;
	}
	.contact #main table tr td input {
		height: 9.33333vw;
		padding: 1.33333vw;
		font-size: 3.73333vw;
	}
	span.wpcf7-not-valid-tip {
		font-size: 3.73333vw !important;
		padding-top: 1.33333vw;
	}
	.contact #main table tr td textarea {
		height: 32vw;
		padding: 1.33333vw;
		font-size: 3.73333vw;
	}
	.contact #main .box {
		margin-bottom: 16vw;
		padding: 6.66667vw 4vw;
	}
	.contact #main .box h3 {
		margin-bottom: 6.66667vw;
		font-size: 3.73333vw;
	}
	.contact #main .box .privacy {
		height: 50.66667vw;
		margin-bottom: 4vw;
		padding: 2.66667vw;
		font-size: 3.2vw;
	}
	.contact #main .box .privacy .txt p {
		font-size: 3.2vw;
		margin-bottom: 5.33333vw;
	}
	.contact .ps__rail-y {
		right: 1.33333vw !important;
	}
	.contact #main .box .btn {
		font-size: 3.73333vw;
	}
	.contact #main .back {
		margin-bottom: 6.66667vw;
	}
	.contact #main .btn_check,
	.contact #main .btn_back ,
	.contact #main .btn_submit {
		font-size: 3.73333vw;
		width: 64vw;
		height: 13.33333vw;
	}
	.contact #main .btn_check[disabled] {
		font-size: 3.73333vw;
		width: 64vw;
		height: 13.33333vw;
	}
}

/*----------
 footer
----------*/
#ft_global .inner {
	padding-top: 100px;
	padding-bottom: 40px
}
#ft_global .btn {
	width: 480px;
	margin: 0 auto 115px;
}
#ft_global .btn.to_casestudy {
	margin: 0 auto 40px;
}
#ft_global .btn a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
	color: #000;
	font-size: 24px;
	border: 3px solid #626262;
	background-position: center left 95px;
	-webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
	-o-transition: color 0.2s ease-out, background 0.2s ease-out;
	transition: color 0.2s ease-out, background 0.2s ease-out;
}
#ft_global .btn.to_casestudy a:before {
	content: "";
	width: 32px;
	height: 41px;
	margin-right: 20px;
	background: url("../img/icon_case_off.png") no-repeat;
	background-size: 100%;
}
#ft_global .btn.to_casestudy a:hover {
	color: #fff;
	background: #626262;
}
#ft_global .btn.to_casestudy a:hover:before {
	background: url("../img/icon_case_on.png") no-repeat;
}
#ft_global .btn a:before {
	content: "";
	width: 36px;
	height: 26px;
	margin-right: 20px;
	background: url("../img/icon_mail_off.png") no-repeat;
	background-size: 100%;
}
#ft_global .btn a:hover {
	color: #fff;
	background: #626262;
}
#ft_global .btn a:hover:before {
	background: url("../img/icon_mail_on.png") no-repeat;
}
#copy {
	font-size: 14px;
	text-align: center;
}
@media (max-width: 768px) {
	#ft_global .inner {
		padding-top: 60px;
		padding-bottom: 35px
	}
	#ft_global .btn {
		width: 260px;
		margin: 0 auto 75px;
	}
	#ft_global .btn a {
		height: 60px;
		font-size: 15px;
	}
	#ft_global .btn.to_casestudy {
		margin: 0 auto 20px;
	}
	#ft_global .btn.to_casestudy a:before {
		width: 20px;
		height: 26px;
		margin-right: 10px;
		background: url("../img/icon_case_off.png") no-repeat;
		background-size: 100%;
	}
	#ft_global .btn.to_casestudy a:hover {
		color: #000;
		background: #fff;
	}
	#ft_global .btn.to_casestudy a:active {
		color: #fff;
		background: #626262;
	}
	#ft_global .btn.to_casestudy a:hover:before {
		background: url("../img/icon_case_off.png") no-repeat;
		background-size: 100%;
	}
	#ft_global .btn.to_casestudy a:active:before {
		background: url("../img/icon_case_on.png") no-repeat;
		background-size: 100%;
	}
	#ft_global .btn a:before {
		width: 23px;
		height: 17px;
		margin-right: 10px;
		background: url("../img/icon_mail_off.png") no-repeat;
		background-size: 100%;
	}
	#ft_global .btn a:hover {
		color: #000;
		background: #fff;
	}
	#ft_global .btn a:active {
		color: #fff;
		background: #626262;
	}
	#ft_global .btn a:hover:before {
		background: url("../img/icon_mail_off.png") no-repeat;
		background-size: 100%;
	}
	#ft_global .btn a:active:before {
		background: url("../img/icon_mail_on.png") no-repeat;
		background-size: 100%;
	}
	#copy {
		font-size: 14px;
	}
}

@media (max-width: 375px) {
	#ft_global .inner {
		padding-top: 16vw;
		padding-bottom: 9.33333vw
	}
	#ft_global .btn {
		width: 69.33333vw;
		margin: 0 auto 20vw;
	}
	#ft_global .btn a {
		height: 16vw;
		font-size: 4vw;
	}
	#copy {
		font-size: 3.73333vw;
	}
}