@-webkit-keyframes fadeup {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2rem, 0);
		transform: translate3d(0, 2rem, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeup {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2rem, 0);
		transform: translate3d(0, 2rem, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	5% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	5% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	95% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}

@keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	95% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}

@-webkit-keyframes slideProgress {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes slideProgress {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

.lpBusinessCasePlay .lpBusinessAnchorNav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 100%;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.lpBusinessCasePlay .lpBusinessAnchorNav__item {
	width: 46.12903%;
	height: 65px;
	border-bottom: 1px solid #d9d9d9;
}

.lpBusinessCasePlay .lpBusinessAnchorNav__item:nth-child(even) {
	margin-left: 7.74194%;
}

.lpBusinessCasePlay .lpBusinessAnchorNav__item:nth-child(n+3) {
	margin-top: 18px;
}

.lpBusinessCasePlay .lpBusinessAnchorNav__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 0;
	min-height: 56px;
	width: 100%;
	color: #000;
	font-weight: 600;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.5;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;
}

.lpBusinessCasePlay .lpBusinessAnchorNav__link::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border-width: 8px 8px 0 8px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	content: "";
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lpBusinessCasePlay .lpBusinessBtn {
	display: block;
	margin-top: 40px;
	width: 100%;
	letter-spacing: .046em;
}

.lpBusinessCasePlay .lpBusinessBtn > a {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
}

.lpBusinessCasePlay .lpBusinessBtn > a::before {
	position: absolute;
	top: 50%;
	right: 22px;
	display: block;
	width: 8px;
	height: 12px;
	background-image: url(../img/common/btn_arrow.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	-webkit-transition: right .4s;
	-o-transition: right .4s;
	transition: right .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lpBusinessCasePlay .lpBusinessCheckList__item {
	position: relative;
	display: block;
	padding-left: 21px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.76923;
}

.lpBusinessCasePlay .lpBusinessCheckList__item::before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 19px;
	height: 15px;
	background-image: url(../img/common/ico_check.svg);
	background-size: 100% auto;
	content: "";

	backgorund-repeat: no-repeat;
}

.lpBusinessCasePlay .lpBusinessCheckList__item + .lpBusinessCheckList__item {
	margin-top: 11px;
}

.lpBusinessCasePlay .lpBusinessContact {
	padding: 52px 0 60px;
	background-color: #f2f2f2;
}

.lpBusinessCasePlay .lpBusinessContact__inner {
	margin: 0 auto;
	width: 88.88889%;
}

.lpBusinessCasePlay .lpBusinessContact__ttl {
	position: relative;
	margin: auto;
	padding-bottom: 30px;
	text-align: center;
}

.lpBusinessCasePlay .lpBusinessContact__ttl picture {
	display: inline-block;
}

.lpBusinessCasePlay .lpBusinessContact__ttl img {
	width: auto;
	height: 22px;
}

.lpBusinessCasePlay .lpBusinessContact__ttl::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 60px;
	height: 3px;
	background-color: #229ae1;
	content: "";
}

.lpBusinessCasePlay .lpBusinessContact__intro {
	margin: auto;
	margin-top: 34px;
	text-align: center;
	letter-spacing: .04em;
	font-weight: 600;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
}

.lpBusinessCasePlay .lpBusinessContact__btn {
	margin: auto;
	margin-top: 29px;
	max-width: 260px;
}

.lpBusinessCasePlay .lpBusinessContact__btn a {
	display: block;
	padding: 22px 10px;
	border-radius: 5px;
	background-color: #229ae1;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
}

.lpBusinessCasePlay .lpBusinessContact__mail {
	margin-top: 18px;
	text-align: center;
	letter-spacing: .056em;
	font-weight: 600;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1;
}

.lpBusinessContactBox {
	margin-top: 40px;
	border-radius: 5px;
	background-color: #fff;
}

.lpBusinessContactBox__btn {
	position: relative;
	padding: 22px 43px;
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.64286;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.lpBusinessContactBox__btn.is-opened .lpBusinessContactBox__btnIcon::after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.lpBusinessContactBox__btnIcon {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #000;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lpBusinessContactBox__btnIcon::before,
.lpBusinessContactBox__btnIcon::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 12px;
	height: 2px;
	background-color: #fff;
	content: "";
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.lpBusinessContactBox__btnIcon::after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.lpBusinessContactDtl {
	overflow: hidden;
	height: 0;
	-webkit-transition: height .4s ease-out;
	-o-transition: height .4s ease-out;
	transition: height .4s ease-out;
}

.lpBusinessContactDtl__inner {
	padding: 35px 0 30px;
	border-top: 1px solid #d9d9d9;
}

.lpBusinessContactDtl__dl {
	padding: 0 6.25%;
}

.lpBusinessContactDtl__dl:first-child {
	padding-bottom: 26px;
	border-bottom: solid 1px #d9d9d9;
}

.lpBusinessContactDtl__dl:last-child {
	padding-top: 32px;
}

.lpBusinessContactDtl__dt,
.lpBusinessContactDtl__dd {
	text-align: center;
	letter-spacing: .045em;
}

.lpBusinessContactDtl__dt {
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}

.lpBusinessContactDtl__dd {
	margin-top: 15px !important;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
}

.lpBusinessContactDtl__dd a {
	display: inline-block;
	margin-top: 14px;
	-webkit-text-decoration: underline #229ae1 !important;
	text-decoration: underline #229ae1 !important;
	font-weight: 600;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1;
}

.lpBusinessCasePlay .lpBusinessCopyMsg {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10;
	display: none;
	margin: auto;
	max-width: 200px;
	max-height: 80px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .85);
	color: white;
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation: fade-out .5s;
	animation: fade-out .5s;
	pointer-events: none;
}

.lpBusinessCasePlay .lpBusinessCopyMsg > p {
	padding: 33px 36px;
	text-align: center;
	letter-spacing: .06em;
	font-weight: 600;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1;
}

.lpBusinessCasePlay .lpBusinessCopyMsg.is-active {
	display: block;
	opacity: 1;
	-webkit-animation: fade-in .5s;
	animation: fade-in .5s;
}

.lpBusinessCasePlay .lpBusinessCopyMsg.is-end {
	display: block;
	opacity: 0;
	-webkit-animation: fade-out .5s;
	animation: fade-out .5s;
}

.lpBusinessCasePlay .lpBusinessFixBtn {
	position: fixed;
	bottom: 0;
	z-index: 12;
	display: block;
	width: 100%;
	height: 70px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.lpBusinessCasePlay .lpBusinessFixBtn a {
	display: block;
	padding: 19px 34px 29px 17px;
	background-color: #229ae1;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.lpBusinessCasePlay .lpBusinessFixBtn::after {
	position: absolute;
	top: calc(50% - 8px);
	right: calc(50% - 96px);
	display: block;
	width: 14px;
	height: 9px;
	background-image: url(../img/common/btn_fix_arrow.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	letter-spacing: .04em;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1;
	-webkit-transform: -50%;
	-ms-transform: -50%;
	transform: -50%;
}

.lpBusinessCasePlay .lpBusinessFixBtn.is-hide {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.lpBusinessCasePlay .lpBusinessFoot {
	overflow: hidden;
	padding: 33px 0 88px;
	background-color: #fff;
	text-align: center;
}

.lpBusinessCasePlay .lpBusinessFoot img {
	width: auto;
}

.lpBusinessCasePlay .lpBusinessFoot small {
	display: block;
	margin: 30px 0 0;
	font-size: 12px;
}

.lpBusinessCasePlay .lpBusinessIdxHeader {
	padding: 16px 24px 14px 24px;
	text-align: center;
}

.lpBusinessCasePlay .lpBusinessIdxHeader__logo {
	margin: 0 auto;
	width: 47px;
}

.lpBusinessCasePlay .lpBusinessIdxHeader__logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.lpBusinessCasePlay .lpBusinessHeader {
	position: relative;
	padding: 15px 19px;
}

.lpBusinessCasePlay .lpBusinessHeader--border {
	border-bottom: 1px solid #d9d9d9;
}

.lpBusinessCasePlay .lpBusinessHeader__logo {
	display: inline-block;
}

.lpBusinessCasePlay .lpBusinessHeader__logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;
}

.lpBusinessCasePlay .lpBusinessHeader span {
	display: block;
}

.lpBusinessCasePlay .lpBusinessHeader__logoImg {
	width: 47px;
}

.lpBusinessCasePlay .lpBusinessHeader__logoTxt {
	margin-left: 10px;
	width: 133px;
}

.lpBusinessCasePlay .lpBusinessHeader__gotop {
	position: absolute;
	top: 0;
	right: 0;
	width: 95px;
	height: 100%;
}

.lpBusinessCasePlay .lpBusinessHeader__gotop a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px 8px 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.83333;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;
}

.lpBusinessCasePlay .lpBusinessHeader__gotop a::before {
	position: absolute;
	top: 50%;
	right: 9px;
	display: block;
	width: 8px;
	height: 12px;
	background-image: url(../img/common/btn_arrow.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	-webkit-transition: right .4s;
	-o-transition: right .4s;
	transition: right .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lpBusinessCasePlay .lpBusinessSecHdl {
	position: relative;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
}

.lpBusinessCasePlay .lpBusinessSecHdl--border {
	padding-bottom: 23px;
}

.lpBusinessCasePlay .lpBusinessSecHdl--border::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 40px;
	height: 3px;
	background-color: #d9d9d9;
	content: "";
}

.lpBusinessCasePlay .lpBusinessSecHdl picture {
	display: inline-block;
}

.lpBusinessCasePlay .lpBusinessSecHdl picture img {
	width: auto;
	height: 43px;
}

.lpBusinessCasePlay .lpBusinessTopbtn {
	position: fixed;
	right: 10px;
	bottom: 90px;
	z-index: 12;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background: #8bcdf0;
	-webkit-transition: bottom .4s;
	-o-transition: bottom .4s;
	transition: bottom .4s;
}

.lpBusinessCasePlay .lpBusinessTopbtn::after {
	position: absolute;
	top: 18px;
	left: 16px;
	display: block;
	width: 14px;
	height: 14px;
	border-top: #fff solid 1px;
	border-left: #fff solid 1px;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lpBusinessCasePlay .lpBusinessTopbtn.is-hide-fixbtn {
	bottom: 30px;
}

.lpBusinessCasePlay {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-size: 16px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.6;
}

.lpBusinessCasePlay img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.lpBusinessCasePlay svg {
	width: 100%;
	height: auto;

	fill: currentColor;
}

.lpBusinessCasePlay a {
	color: #229ae1;
	text-decoration: none;
}

.lpBusinessCasePlay a img {
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
}

.lpBusinessCasePlay li {
	list-style: none;
}

.lpBusinessCasePlay ul {
	margin: 0;
	padding: 0;
}

.lpBusinessCasePlay p,
.lpBusinessCasePlay dd,
.lpBusinessCasePlay dl,
.lpBusinessCasePlay dt,
.lpBusinessCasePlay h1,
.lpBusinessCasePlay h2,
.lpBusinessCasePlay h3,
.lpBusinessCasePlay h4 {
	margin: 0;
}

.lpBusinessCasePlay .lpBusinessPC {
	display: none;
}

.lpBusinessCasePlay .lpBusinessCaseKv {
	padding: 98px 10px 94px;
	background-image: url(../img/kv_img_sp.jpg);
	background-position: center;
	background-size: cover;
}

.lpBusinessCasePlay .lpBusinessCaseKv h1 {
	position: relative;
	margin: 0 auto;
	padding-bottom: 22px;
	text-align: center;
	line-height: 0;
}

.lpBusinessCasePlay .lpBusinessCaseKv h1::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 40px;
	height: 3px;
	background-color: #fff;
	content: "";
}

.lpBusinessCasePlay .lpBusinessCaseKv picture {
	display: inline-block;
}

.lpBusinessCasePlay .lpBusinessCaseKv picture img {
	width: auto;
	height: 27px;
}

.lpBusinessCasePlay .lpBusinessCaseKv__txt {
	margin-top: 31px;
	color: #fff;
	text-align: center;
}

.lpBusinessCasePlay .lpBusinessCaseKv__txtCorp {
	letter-spacing: .04em;
	font-weight: 600;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.20833;
}

.lpBusinessCasePlay .lpBusinessCaseKv__txtDtl {
	margin-top: 12px;
	letter-spacing: .04em;
	font-weight: 600;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
}

.lpBusinessCasePlay .lpBusinessCaseIntro {
	margin: 0 auto;
	padding: 45px 5.55556% 0;
}

.lpBusinessCasePlay .lpBusinessCaseIntro__txt {
	text-align: center;
	letter-spacing: .03em;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.73333;
}

.lpBusinessCasePlay .lpBusinessCaseIntro .lpBusinessAnchorNav {
	margin-top: 32px;
}

.lpBusinessCasePlay .lpBusinessCaseSec {
	padding: 44px 0 8px;
}

.lpBusinessCasePlay .lpBusinessCaseSec--bg-gray {
	background-color: #f2f2f2;
}

.lpBusinessCasePlay .lpBusinessCaseSec--itrbg {
	margin-top: 12px;
}

.lpBusinessCasePlay .lpBusinessCaseSec--itrbg .lpBusinessCaseSec__inner {
	width: 100%;
}

.lpBusinessCasePlay .lpBusinessCaseSec--ips .lpBusinessCaseAtc__ttl {
	letter-spacing: .06em;

	-webkit-font-feature-settings: "palt" 1;

	font-feature-settings: "palt" 1;
}

.lpBusinessCasePlay .lpBusinessCaseSec--qtn {
	margin-top: 43px;
	padding: 44px 0 48px;
}

.lpBusinessCasePlay .lpBusinessCaseSec--itv {
	margin-top: 8px;
	padding: 44px 0 60px;
}

.lpBusinessCasePlay .lpBusinessCaseSec__inner {
	margin: 0 auto;
	width: 88.88889%;
}

.lpBusinessCasePlay .lpBusinessCaseSec__wrap {
	margin: 0 auto;
	width: 88.88889%;
}

.lpBusinessCasePlay .lpBusinessCaseAtc__ttl {
	margin-top: 26px;
	text-align: center;
	letter-spacing: .04em;
	font-weight: 600;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.55556;
}

.lpBusinessCasePlay .lpBusinessCaseAtc__body {
	margin-top: 26px;
}

.lpBusinessCasePlay .lpBusinessCaseAtc__img {
	margin: 0 auto;
	width: 100%;
}

.lpBusinessCasePlay .lpBusinessCaseAtc__img p {
	margin-top: 11px;
	text-align: center;
	letter-spacing: .04em;
	font-weight: 600;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2;
}

.lpBusinessCasePlay .lpBusinessCaseAtc__txt {
	margin-top: 21px;
	width: 100%;
}

.lpBusinessCasePlay .lpBusinessCaseAtc__txt p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.53333;
}

.lpBusinessCasePlay .lpBusinessCaseAtc__txt p + p {
	margin-top: 14px;
}

.lpBusinessCasePlay .lpBusinessCaseBox {
	margin-top: 50px;
	background-color: #f2f2f2;
}

.lpBusinessCasePlay .lpBusinessCaseBox__inner {
	padding: 48px 5.55556% 50px;
}

.lpBusinessCasePlay .lpBusinessCaseBox__ttl {
	margin: 0 auto;
	text-align: center;
	line-height: 0;
}

.lpBusinessCasePlay .lpBusinessCaseBox__ttl picture {
	display: inline-block;
}

.lpBusinessCasePlay .lpBusinessCaseBox__ttl picture img {
	width: auto;
	height: 50px;
}

.lpBusinessCasePlay .lpBusinessCaseBox__intro {
	margin-top: 23px;
	text-align: center;
	letter-spacing: .02em;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
}

.lpBusinessCasePlay .lpBusinessCaseBox__list {
	margin-top: 31px;
}

.lpBusinessCasePlay .lpBusinessCaseBoxItem {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px 6.25%;
	width: 100%;
	background-color: #fff;
}

.lpBusinessCasePlay .lpBusinessCaseBoxItem + .lpBusinessCaseBoxItem {
	margin-top: 20px;
}

.lpBusinessCasePlay .lpBusinessCaseBoxItem__body {
	width: 100%;
}

.lpBusinessCasePlay .lpBusinessCaseBoxItem__ttl {
	display: block;
	margin: 0 auto;
	width: 83.57143%;
}

.lpBusinessCasePlay .lpBusinessCaseBoxItem__thumb {
	margin-top: 25px;
	width: 100%;
}

.lpBusinessCasePlay .lpBusinessCaseBoxItem .lpBusinessCheckList {
	margin-top: 28px;
}

.lpBusinessCasePlay .lpBusinessCaseNote {
	margin-top: 22px;
	color: #808080;
	letter-spacing: .04em;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.61538;
}

.lpBusinessCasePlay .lpBusinessCaseGraph {
	margin-top: 32px;
}

.lpBusinessCasePlay .lpBusinessCaseGraph__list {
	display: block;
}

.lpBusinessCasePlay .lpBusinessCaseGraph__item {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 6.25% 18px;
	width: 100%;
	background-color: #fff;
}

.lpBusinessCasePlay .lpBusinessCaseGraph__item + .lpBusinessCaseGraph__item {
	margin-top: 25px;
}

.lpBusinessCasePlay .lpBusinessCaseGraph__query {
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.625;
}

.lpBusinessCasePlay .lpBusinessCaseGraph__img {
	margin: 18px auto 0;
	width: 48.92857%;
}

.lpBusinessCasePlay .lpBusinessCaseGraph__guide {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 23px;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;
}

.lpBusinessCasePlay .lpBusinessCaseGraph__guideItem {
	position: relative;
	padding-left: 11px;
	font-weight: 600;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.75;
}

.lpBusinessCasePlay .lpBusinessCaseGraph__guideItem + .lpBusinessCaseGraph__guideItem {
	margin-left: 8px;
}

.lpBusinessCasePlay .lpBusinessCaseGraph__guideItem::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #01a9e4;
	content: "";
}

.lpBusinessCasePlay .lpBusinessCaseGraph__guideItem:nth-child(2)::before {
	background-color: #0068b7;
}

.lpBusinessCasePlay .lpBusinessCaseGraph__guideItem:nth-child(3)::before {
	background-color: #ff815f;
}

.lpBusinessCasePlay .lpBusinessCaseItv {
	margin-top: 32px;
}

.lpBusinessCasePlay .lpBusinessCaseItv__item {
	display: block;
	padding: 0;
}

.lpBusinessCasePlay .lpBusinessCaseItv__item + .lpBusinessCaseItv__item {
	margin-top: 43px;
}

.lpBusinessCasePlay .lpBusinessCaseItv__img {
	width: 100%;
}

.lpBusinessCasePlay .lpBusinessCaseItv__body {
	margin-top: 21px;
	width: 100%;
}

.lpBusinessCasePlay .lpBusinessCaseItv__name {
	letter-spacing: .04em;
	font-weight: 600;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.6875;
}

.lpBusinessCasePlay .lpBusinessCaseItv__txt {
	margin-top: 14px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.53333;
}

.lpBusinessCasePlay .lpBusinessCaseCompany {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 47px;
	padding: 6.25% 5.625%;
	border: 2px solid #d9d9d9;

	-webkit-box-orient: vertical;

	-webkit-box-direction: reverse;

	-ms-flex-flow: column-reverse wrap;

	flex-flow: column-reverse wrap;
}

.lpBusinessCasePlay .lpBusinessCaseCompany__body {
	margin-top: 33px;
	width: 100%;
}

.lpBusinessCasePlay .lpBusinessCaseCompany__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	font-size: 15px;
	font-size: .9375rem;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;
}

.lpBusinessCasePlay .lpBusinessCaseCompany__name picture {
	display: inline-block;
	margin-right: 9px;
	width: 69px;
}

.lpBusinessCasePlay .lpBusinessCaseCompany__dtl {
	margin-top: 21px;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.71429;
}

.lpBusinessCasePlay .lpBusinessCaseCompany__link {
	display: inline-block;
	margin-top: 10px;
	-webkit-text-decoration: underline #229ae1;
	text-decoration: underline #229ae1;
	font-size: 18px;
	font-size: .9375rem;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.71429;
}

.lpBusinessCasePlay .lpBusinessCaseCompany__img {
	margin: 0;
	width: 100%;
}

@media screen and (min-width: 769px) {
	.lpBusinessCasePlay .lpBusinessAnchorNav__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.lpBusinessCasePlay .lpBusinessAnchorNav__item {
		padding-bottom: 8px;
		width: auto;
		border-bottom: 0;
		height: auto;
	}
	.lpBusinessCasePlay .lpBusinessAnchorNav__item + .lpBusinessAnchorNav__item {
		border-left: 1px solid #d9d9d9;
	}
	.lpBusinessCasePlay .lpBusinessAnchorNav__item:nth-child(even) {
		margin-left: 0;
	}
	.lpBusinessCasePlay .lpBusinessAnchorNav__item:nth-child(n+3) {
		margin-top: 0;
	}
	.lpBusinessCasePlay .lpBusinessAnchorNav__link {
		display: inline-block;
		padding: 5px calc((64 * 100 / 1280) * 1vw) 18px;
		min-height: 0;
		text-align: center;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}
	.lpBusinessCasePlay .lpBusinessAnchorNav__link::before {
		top: auto;
		bottom: 0;
		left: 0;
		margin: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.lpBusinessCasePlay .lpBusinessBtn {
		margin-top: 50px;
		max-width: 200px;
	}
	.lpBusinessCasePlay .lpBusinessBtn > a {
		padding: 16px 30px 17px 10px;
	}
	.lpBusinessCasePlay .lpBusinessBtn > a:hover {
		background-color: #229ae1;
	}
	.lpBusinessCasePlay .lpBusinessBtn > a:hover::before {
		right: 20px;
	}
	.lpBusinessCasePlay .lpBusinessBtn > a::before {
		right: 27px;
		width: 8px;
		height: 12px;
	}
	.lpBusinessCasePlay .lpBusinessBtn--lg {
		max-width: 360px;
		height: 60px;
	}
	.lpBusinessCasePlay .lpBusinessBtn--lg > a {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
	}
	.lpBusinessCasePlay .lpBusinessCheckList__item {
		padding-left: 25px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.57143;
	}
	.lpBusinessCasePlay .lpBusinessCheckList__item::before {
		top: 3px;
		width: 22px;
		height: 17px;
	}
	.lpBusinessCasePlay .lpBusinessCheckList__item + .lpBusinessCheckList__item {
		margin-top: 12px;
	}
	.lpBusinessCasePlay .lpBusinessContact {
		padding: 64px 0 70px;
	}
	.lpBusinessCasePlay .lpBusinessContact__inner {
		max-width: 880px;
		width: 68.75%;
	}
	.lpBusinessCasePlay .lpBusinessContact__ttl {
		padding-bottom: 27px;
	}
	.lpBusinessCasePlay .lpBusinessContact__ttl img {
		height: 27px;
	}
	.lpBusinessCasePlay .lpBusinessContact__ttl::after {
		width: 56px;
		height: 4px;
	}
	.lpBusinessCasePlay .lpBusinessContact__intro {
		margin-top: 35px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
	}
	.lpBusinessCasePlay .lpBusinessContact__btn {
		margin-top: 40px;
		max-width: 400px;
	}
	.lpBusinessCasePlay .lpBusinessContact__btn a {
		padding: 24px 10px;
		font-weight: 400;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1;
	}
	.lpBusinessCasePlay .lpBusinessContact__btn a:hover {
		background-color: #9acdf0;
	}
	.lpBusinessCasePlay .lpBusinessContact__mail {
		margin-top: 24px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1;
	}
	.lpBusinessContactBox {
		margin-top: 44px;
		border-radius: 6px;
	}
	.lpBusinessContactBox__btn {
		padding: 20px 80px;
		letter-spacing: .04em;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
		cursor: pointer;
	}
	.lpBusinessContactBox__btn:hover {
		color: #229ae1;
	}
	.lpBusinessContactBox__btn:hover .lpBusinessContactBox__btnIcon {
		background-color: #229ae1;
	}
	.lpBusinessContactBox__btnIcon {
		right: 20px;
	}
	.lpBusinessContactDtl__inner {
		padding: 28px 0 30px;
	}
	.lpBusinessContactDtl__dl {
		padding: 0;
	}
	.lpBusinessContactDtl__dl:first-child {
		padding-bottom: 24px;
	}
	.lpBusinessContactDtl__dl:last-child {
		padding-top: 24px;
	}
	.lpBusinessContactDtl__dt {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.44444;
	}
	.lpBusinessContactDtl__dd {
		margin-top: 12px !important;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
	}
	.lpBusinessContactDtl__dd a {
		margin-top: 20px;
		font-weight: 400;
	}
	.lpBusinessContactDtl__dd a:hover {
		text-decoration: none !important;
	}
	.lpBusinessCasePlay .lpBusinessCopyMsg {
		max-width: 320px;
		max-height: 96px;
	}
	.lpBusinessCasePlay .lpBusinessCopyMsg > p {
		padding: 40px 100px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1;
	}
	.lpBusinessCasePlay .lpBusinessFixBtn {
		right: 0;
		bottom: 280px;
		width: 56px;
	}
	.lpBusinessCasePlay .lpBusinessFixBtn a {
		padding: 28px 14px 28px 17px;
		border-radius: 6px 0 0 6px;
		font-weight: 400;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1;
		-webkit-transition: background-color .4s;
		-o-transition: background-color .4s;
		transition: background-color .4s;
	}
	.lpBusinessCasePlay .lpBusinessFixBtn a:hover {
		background-color: #9acdf0;
	}
	.lpBusinessCasePlay .lpBusinessFoot {
		padding: 50px 0 70px;
	}
	.lpBusinessCasePlay .lpBusinessIdxHeader {
		padding: 24px 24px 28px;
	}
	.lpBusinessCasePlay .lpBusinessIdxHeader__logo {
		width: 93px;
	}
	.lpBusinessCasePlay .lpBusinessIdxHeader__logo a:hover {
		opacity: .6;
	}
	.lpBusinessCasePlay .lpBusinessHeader {
		padding: 24px 40px;
	}
	.lpBusinessCasePlay .lpBusinessHeader__logo a:hover {
		opacity: .6;
	}
	.lpBusinessCasePlay .lpBusinessHeader__logoImg {
		width: 76px;
	}
	.lpBusinessCasePlay .lpBusinessHeader__logoTxt {
		margin-left: 19px;
		width: 178px;
	}
	.lpBusinessCasePlay .lpBusinessHeader__gotop {
		width: 140px;
	}
	.lpBusinessCasePlay .lpBusinessHeader__gotop a {
		padding: 0 20px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.85714;
	}
	.lpBusinessCasePlay .lpBusinessHeader__gotop a:hover {
		background-color: #229ae1;
	}
	.lpBusinessCasePlay .lpBusinessHeader__gotop a::before {
		right: 27px;
		width: 8px;
		height: 12px;
	}
	.lpBusinessCasePlay .lpBusinessSecHdl--border {
		padding-bottom: 32px;
	}
	.lpBusinessCasePlay .lpBusinessSecHdl--border::after {
		width: 56px;
		height: 4px;
	}
	.lpBusinessCasePlay .lpBusinessSecHdl picture img {
		height: 60px;
	}
	.lpBusinessCasePlay .lpBusinessTopbtn {
		bottom: 10px;
	}
	.lpBusinessCasePlay .lpBusinessTopbtn.is-hide-fixbtn {
		bottom: 10px;
	}
	.lpBusinessCasePlay .lpBusinessPC {
		display: block;
	}
	.lpBusinessCasePlay .lpBusinessSP {
		display: none;
	}
	.lpBusinessCasePlay .lpBusinessCaseKv {
		padding: 80px 40px 79px;
		background-image: url(../img/kv_img.jpg);
	}
	.lpBusinessCasePlay .lpBusinessCaseKv h1 {
		padding-bottom: 35px;
	}
	.lpBusinessCasePlay .lpBusinessCaseKv h1::after {
		width: 56px;
		height: 4px;
	}
	.lpBusinessCasePlay .lpBusinessCaseKv picture img {
		height: 36px;
	}
	.lpBusinessCasePlay .lpBusinessCaseKv__txt {
		margin-top: 54px;
	}
	.lpBusinessCasePlay .lpBusinessCaseKv__txtCorp {
		font-size: 26px;
		font-size: 1.625rem;
		line-height: 1.23077;
	}
	.lpBusinessCasePlay .lpBusinessCaseKv__txtDtl {
		font-size: 16px;
		font-size: 1rem;
		line-height: 2;
	}
	.lpBusinessCasePlay .lpBusinessCaseIntro {
		padding: 48px 0 0;
		max-width: 1040px;
		width: 81.25%;
	}
	.lpBusinessCasePlay .lpBusinessCaseIntro__txt {
		letter-spacing: .04em;
		font-size: 16px;
		font-size: 1rem;
		line-height: 2;
	}
	.lpBusinessCasePlay .lpBusinessCaseIntro .lpBusinessAnchorNav {
		margin-top: 73px;
	}
	.lpBusinessCasePlay .lpBusinessCaseSec {
		padding: 60px 0 30px;
	}
	.lpBusinessCasePlay .lpBusinessCaseSec--itrbg {
		margin-top: 20px;
	}
	.lpBusinessCasePlay .lpBusinessCaseSec--itrbg .lpBusinessCaseSec__inner {
		width: 81.25%;
	}
	.lpBusinessCasePlay .lpBusinessCaseSec--qtn {
		margin-top: 60px;
		padding: 64px 0 80px;
	}
	.lpBusinessCasePlay .lpBusinessCaseSec--itv {
		margin-top: 28px;
		padding: 60px 0 105px;
	}
	.lpBusinessCasePlay .lpBusinessCaseSec__inner {
		max-width: 1040px;
		width: 81.25%;
	}
	.lpBusinessCasePlay .lpBusinessCaseSec__wrap {
		width: 100%;
	}
	.lpBusinessCasePlay .lpBusinessCaseAtc__inner {
		padding: 0 3.84615%;
	}
	.lpBusinessCasePlay .lpBusinessCaseAtc__ttl {
		margin-top: 50px;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.45455;
	}
	.lpBusinessCasePlay .lpBusinessCaseAtc__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 41px;
	}
	.lpBusinessCasePlay .lpBusinessCaseAtc__img {
		margin: 0 5.72917% 0 0;
		width: 25%;
	}
	.lpBusinessCasePlay .lpBusinessCaseAtc__img p {
		margin-top: 12px;
		text-align: left;
		font-size: 16px;
		font-size: 1rem;
		line-height: 2;
	}
	.lpBusinessCasePlay .lpBusinessCaseAtc__txt {
		margin-top: 10px;
		width: 69.27083%;
	}
	.lpBusinessCasePlay .lpBusinessCaseAtc__txt p {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
	}
	.lpBusinessCasePlay .lpBusinessCaseAtc__txt p + p {
		margin-top: 21px;
	}
	.lpBusinessCasePlay .lpBusinessCaseBox {
		margin-top: 68px;
	}
	.lpBusinessCasePlay .lpBusinessCaseBox__inner {
		padding: 56px 7.69231% 60px;
	}
	.lpBusinessCasePlay .lpBusinessCaseBox__ttl picture img {
		height: 56px;
	}
	.lpBusinessCasePlay .lpBusinessCaseBox__intro {
		margin-top: 25px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
	}
	.lpBusinessCasePlay .lpBusinessCaseBox__list {
		margin-top: 42px;
	}
	.lpBusinessCasePlay .lpBusinessCaseBoxItem {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 32px 3.63636% 32px 3.40909%;
	}
	.lpBusinessCasePlay .lpBusinessCaseBoxItem__body {
		padding-top: 10px;
		width: 56.09756%;
	}
	.lpBusinessCasePlay .lpBusinessCaseBoxItem__ttl {
		margin: 0 0 0 2.17391%;
		width: 76.95652%;
	}
	.lpBusinessCasePlay .lpBusinessCaseBoxItem__thumb {
		margin-top: 0;
		margin-left: 4.87805%;
		width: 39.02439%;
	}
	.lpBusinessCasePlay .lpBusinessCaseBoxItem .lpBusinessCheckList {
		margin-top: 27px;
		margin-left: 2.17391%;
	}
	.lpBusinessCasePlay .lpBusinessCaseNote {
		margin-top: 22px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.71429;
	}
	.lpBusinessCasePlay .lpBusinessCaseGraph {
		margin-top: 57px;
	}
	.lpBusinessCasePlay .lpBusinessCaseGraph__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.lpBusinessCasePlay .lpBusinessCaseGraph__item {
		padding: 28px 20px 45px;
		width: 48.07692%;
	}
	.lpBusinessCasePlay .lpBusinessCaseGraph__item + .lpBusinessCaseGraph__item {
		margin-top: 0;
	}
	.lpBusinessCasePlay .lpBusinessCaseGraph__item:nth-child(even) {
		margin-left: 3.84615%;
	}
	.lpBusinessCasePlay .lpBusinessCaseGraph__img {
		margin: 35px auto 0;
		width: 47.82609%;
	}
	.lpBusinessCasePlay .lpBusinessCaseGraph__guide {
		position: absolute;
		bottom: 10px;
		left: 18px;
		display: block;
		margin-top: 27px;
		margin-top: 0;
	}
	.lpBusinessCasePlay .lpBusinessCaseGraph__guideItem {
		padding-left: 18px;
		font-weight: 600;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.71429;
	}
	.lpBusinessCasePlay .lpBusinessCaseGraph__guideItem + .lpBusinessCaseGraph__guideItem {
		margin-left: 0;
	}
	.lpBusinessCasePlay .lpBusinessCaseGraph__guideItem::before {
		width: 10px;
		height: 10px;
	}
	.lpBusinessCasePlay .lpBusinessCaseItv {
		margin-top: 54px;
	}
	.lpBusinessCasePlay .lpBusinessCaseItv__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 3.84615% 48px;
	}
	.lpBusinessCasePlay .lpBusinessCaseItv__item + .lpBusinessCaseItv__item {
		margin-top: 48px;
	}
	.lpBusinessCasePlay .lpBusinessCaseItv__item:not(:last-child) {
		border-bottom: 1px solid #d9d9d9;
	}
	.lpBusinessCasePlay .lpBusinessCaseItv__img {
		width: 18.75%;
	}
	.lpBusinessCasePlay .lpBusinessCaseItv__body {
		margin-top: 0;
		margin-left: 4.16667%;
		width: 77.08333%;
	}
	.lpBusinessCasePlay .lpBusinessCaseItv__name {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.61111;
	}
	.lpBusinessCasePlay .lpBusinessCaseItv__txt {
		margin-top: 22px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
	}
	.lpBusinessCasePlay .lpBusinessCaseCompany {
		margin-top: 24px;
		padding: 4.80769%;

		-webkit-box-orient: horizontal;

		-webkit-box-direction: normal;

		-ms-flex-flow: row nowrap;

		flex-flow: row nowrap;
	}
	.lpBusinessCasePlay .lpBusinessCaseCompany__body {
		margin-top: 0;
		margin-right: 6.59574%;
		width: 52.97872%;
	}
	.lpBusinessCasePlay .lpBusinessCaseCompany__name {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
	}
	.lpBusinessCasePlay .lpBusinessCaseCompany__name picture {
		margin-right: 16px;
		width: 91px;
	}
	.lpBusinessCasePlay .lpBusinessCaseCompany__dtl {
		margin-top: 25px;
	}
	.lpBusinessCasePlay .lpBusinessCaseCompany__link {
		margin-top: 20px;
	}
	.lpBusinessCasePlay .lpBusinessCaseCompany__link:hover {
		text-decoration: none;
	}
	.lpBusinessCasePlay .lpBusinessCaseCompany__img {
		width: 40.42553%;
	}
}

@media screen and (min-width: 1280px) {
	.lpBusinessCasePlay .lpBusinessAnchorNav__link {
		padding: 5px 64px 18px;
	}
	.lpBusinessCasePlay .lpBusinessAnchorNav__link:hover {
		color: #229ae1;
	}
	.lpBusinessCasePlay .lpBusinessAnchorNav__link:hover::before {
		border-color: #229ae1 transparent transparent transparent;
		-webkit-transform: translateY(4px);
		-ms-transform: translateY(4px);
		transform: translateY(4px);
	}
}
