@charset "UTF-8";

.home-hero, .home-message-section, .home-section-solutions, .home-section-support, .home-slide-section, .l-section {
	font-family: FujitsuInfinityPro-Home, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.l-section {
	padding: 100px 0
}
.l-section-inner {
	max-width: calc(1280px + 7.4%);
	padding: 0 3.7%;
	margin: auto;
}
.l-grid {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -1.5625%;
	margin-right: -1.5625%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -3.125%
}
.l-grid > .l-grid-col-2 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 13.5416666667%;
	flex: 0 0 13.5416666667%;
	width: 13.5416666667%;
	margin-left: 1.5625%;
	margin-right: 1.5625%;
	margin-bottom: 3.125%
}
.l-grid > .l-grid-col-3 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 21.875%;
	flex: 0 0 21.875%;
	width: 21.875%;
	margin-left: 1.5625%;
	margin-right: 1.5625%;
	margin-bottom: 3.125%
}
.l-grid > .l-grid-col-4 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30.2083333333%;
	flex: 0 0 30.2083333333%;
	width: 30.2083333333%;
	margin-left: 1.5625%;
	margin-right: 1.5625%;
	margin-bottom: 3.125%
}
.l-grid > .l-grid-col-6 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46.875%;
	flex: 0 0 46.875%;
	width: 46.875%;
	margin-left: 1.5625%;
	margin-right: 1.5625%;
	margin-bottom: 3.125%
}
.c-card {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	padding: 18px
}
.c-card-border {
	border: 2px solid #eee
}
.c-card-border .c-card_inr {
	padding-left: 10px;
	padding-right: 10px
}
.c-card_date {
	color: #606060;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 20px
}
.c-card_title {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 700
}
.c-card_title-l {
	font-size: 2.1rem
}
.c-card_inr {
	padding-left: 15px;
	padding-right: 15px
}
.c-card_text {
	font-size: 1.6rem;
	color: #000
}
.c-card_title + .c-card_text {
	margin-top: 10px
}
.c-card_title.tag {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-card_title.tag > span {
	padding: 6px 20px 4px;
	margin-left: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	color: #707070;
	border: 1px solid #707070;
	border-radius: 100vh;
	flex-shrink: 0;
}

.c-card_img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(1 / 1.618 * 100%);
	margin-bottom: 20px;
	overflow: hidden
}
.c-card_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
	-o-transition: transform 1s cubic-bezier(.165, .84, .44, 1);
	transition: transform 1s cubic-bezier(.165, .84, .44, 1);
	transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1)
}
.c-card_foot {
	margin-top: 15px
}
.c-card_foot_l {
	float: left;
	display: inline-block
}
.c-card_foot_r {
	float: right;
	display: inline-block
}
a.c-card:hover .c-card_img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.c-btn {
	color: #5f5f5f;
	font-size: 1.2rem;
	text-decoration: none;
	position: relative
}
.c-btn-l {
	font-size: 1.4rem
}
.c-btn-white {
	color: #fff
}
.c-btn-white:hover {
	color: #fff
}
.c-btn-white:active, .c-btn-white:focus {
	color: #fff
}
.c-btn-ico {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin-right: 7px
}
.c-btn-ico::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #5f5f5f;
	opacity: 0;
	z-index: 0
}
.c-btn-ico svg {
	fill: #5f5f5f;
	position: absolute;
	top: 0;
	left: 0
}
.c-btn-ico svg .circle {
	fill: none;
	stroke: #5f5f5f;
	stroke-width: 1px;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}
.c-btn-ico svg .arrow {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.c-btn-ico-l {
	width: 58px;
	height: 58px
}
.c-btn-ico-white::before {
	border-color: #fff
}
.c-btn-ico-white svg {
	fill: #fff
}
.c-btn-ico-white svg .circle {
	fill: none;
	stroke: #fff
}
a:hover .c-btn .c-btn-ico::before {
	opacity: .1
}
a:hover .c-btn .c-btn-ico svg .arrow {
	-webkit-animation: arrow 1.5s forwards ease-in-out;
	animation: arrow 1.5s forwards ease-in-out
}
a:hover .c-btn .c-btn-ico svg .circle {
	fill: transparent;
	stroke: #5f5f5f;
	stroke-width: 1;
	-webkit-animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1);
	animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1)
}
a:hover .c-btn.c-btn-white .c-btn-ico-white svg .circle {
	fill: transparent;
	stroke: #fff;
	stroke-width: 1
}
a.c-btn {
	display: inline-block
}
a.c-btn:hover .c-btn-ico::before {
	opacity: .1;
	-webkit-animation: arrow_bg 2s forwards cubic-bezier(.215, .61, .355, 1);
	animation: arrow_bg 2s forwards cubic-bezier(.215, .61, .355, 1)
}
a.c-btn:hover .c-btn-ico svg .arrow {
	-webkit-animation: arrow 1.5s forwards ease-in-out;
	animation: arrow 1.5s forwards ease-in-out
}
a.c-btn:hover .c-btn-ico svg .circle {
	fill: transparent;
	stroke: #5f5f5f;
	stroke-width: 1;
	-webkit-animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1);
	animation: circle 2s forwards cubic-bezier(.215, .61, .355, 1)
}
a.c-btn-white:hover .c-btn-ico-white::before {
	opacity: .2;
	-webkit-animation: arrow_bg 2s forwards cubic-bezier(.215, .61, .355, 1);
	animation: arrow_bg 2s forwards cubic-bezier(.215, .61, .355, 1)
}
a.c-btn-white:hover .c-btn-ico-white svg .circle {
	fill: transparent;
	stroke: #fff;
	stroke-width: 1
}
.c-tag {
	color: #000;
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	padding: 10px;
	background-color: #e8e8e8
}
.c-heading {
	position: relative;
	font-size: 3.1rem;
	margin-bottom: 20px
}
.c-heading_ico {
	position: absolute;
	right: 0;
	bottom: 8px
}
.c-heading_ico a {
	display: block;
	width: 21px;
	height: 21px
}
.c-heading_ico a:hover {
	opacity: .7
}
.c-heading_ico a img {
	vertical-align: top
}




.home-slide2-wrap {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	overflow: auto
}
.home-slide2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.home-slide2 > .home-slide2_item {
	width: 30%;
	min-width: 300px;
	margin: 1%
}
.home-slide2 .home-slide2_item .c-card {
	width: 100%;
	padding: 20px 20px 30px
}
.home-slide2 .home-slide2_item .c-card_text {
	font-size: 1.6rem;
	display: -webkit-box;
	overflow: hidden
}
.home-slide2 .home-slide2_item .c-card_foot {
	margin-top: 30px
}
.home-slide2_moreBtn {
	text-align: center;
	max-width: calc(1280px + 7.4%);
	padding: 0 3.7%;
	margin: 45px auto 0
}
.home-slide2_moreBtn .c-btn {
	font-size: 1.4rem
}
.home-slide2_moreBtn .c-btn-ico {
	width: 32px;
	height: 32px
}
.home-slide2 {
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}
.home-slide2 .home-slide2_item {
	position: relative
}
.home-slide2 .home-slide2_item::before {
	content: "";
	display: block;
	background: -o-linear-gradient(15deg, #fff 0, rgba(255, 255, 255, .1) 45%, rgba(255, 255, 255, 0) 55%, #fff 100%);
	background: linear-gradient(75deg, #fff 0, rgba(255, 255, 255, .1) 45%, rgba(255, 255, 255, 0) 55%, #fff 100%);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	pointer-events: none
}
html[data-script-enabled=true] .home-slide2-wrap {
	max-width: none;
	padding-left: 10%;
	padding-right: 10%;
	overflow: visible
}
html[data-script-enabled=true] .home-slide2-wrap .home-slide2 {
	display: block;
}
html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .slick-list {
	overflow: visible
}
html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .slick-slide {
	height: auto !important;
	margin: 0 20px;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}
html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .slick-slide.slick-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .slick-slide.slick-active .c-btn-ico {
	width: 32px;
	height: 32px
}
html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .slick-slide.slick-active + .slick-slide {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}
html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .slick-slide > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%
}
html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .c-card {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: opacity .3s ease-out, -webkit-transform .5s ease-out .5s;
	transition: opacity .3s ease-out, -webkit-transform .5s ease-out .5s;
	-o-transition: opacity .3s ease-out, transform .5s ease-out .5s;
	transition: opacity .3s ease-out, transform .5s ease-out .5s;
	transition: opacity .3s ease-out, transform .5s ease-out .5s, -webkit-transform .5s ease-out .5s
}
html[data-script-enabled=true] .home-slide2-wrap .slick-arrow {
	text-indent: -9999px;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #fff;
	opacity: .8;
	z-index: 1;
	margin-top: -35px
}
html[data-script-enabled=true] .home-slide2-wrap .slick-arrow::before {
	display: block;
	position: absolute;
	content: "";
	border-width: 2px;
	border-color: #000 transparent transparent #000;
	border-style: solid;
	width: 31px;
	height: 31px;
	top: 20px
}
html[data-script-enabled=true] .home-slide2-wrap .slick-arrow:hover {
	opacity: 1
}
html[data-script-enabled=true] .home-slide2-wrap .slick-arrow:focus {
	opacity: .5
}
html[data-script-enabled=true] .home-slide2-wrap .slick-prev {
	left: -10.5%
}
html[data-script-enabled=true] .home-slide2-wrap .slick-prev:before {
	left: 28px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
html[data-script-enabled=true] .home-slide2-wrap .slick-prev.slick-disabled {
	visibility: hidden
}
html[data-script-enabled=true] .home-slide2-wrap .slick-next {
	right: -10.5%
}
html[data-script-enabled=true] .home-slide2-wrap .slick-next:before {
	right: 28px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}
html[data-script-enabled=true] .home-slide2-wrap .slick-next.slick-disabled {
	visibility: hidden
}
html[data-script-enabled=true] .home-slide2-wrap .slick-dots {
	display: none !important;
	margin-top: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
html[data-script-enabled=true] .home-slide2-wrap .slick-dots li {
	margin: 0 5px;
	width: auto;
	height: auto
}
html[data-script-enabled=true] .home-slide2-wrap .slick-dots li button {
	text-indent: -99999px;
	white-space: nowrap;
	overflow: hidden;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #fff;
	opacity: .2
}
html[data-script-enabled=true] .home-slide2-wrap .slick-dots li button::before {
	display: none
}
html[data-script-enabled=true] .home-slide2-wrap .slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
	opacity: 1
}
html[data-script-enabled=true] .home-slide2-wrap .home-slide2_moreBtn {
	max-width: none;
	padding: 0
}






.section-case {
	padding: 100px 0;
	overflow: hidden;
	background-color: #1f314e;
}
.home-case_title {
	color: #fff;
	text-align: center;
	font-size: 3.6rem;
	margin-bottom: 40px
}
html[data-script-enabled=true] .section-case {
	position: relative;
	padding: 50px 0 100px
}
html[data-script-enabled=true] .root-cover {
	/*position:fixed;*/
	top: 97px;
	left: 0;
	width: 100%;
	height: calc(100% - 97px);
	background-color: #fff;
	z-index: 9500
}


@keyframes arrow_bg {
	0% {
		opacity: .1
	}
	100% {
		opacity: 0
	}

}
@keyframes arrow {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	10% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
	25% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	40% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

}
@keyframes circle {
	0% {
		stroke-dasharray: 0 300;
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	10% {
		stroke-dasharray: 50 100
	}
	20% {
		stroke-dasharray: 100 200
	}
	30% {
		stroke-dasharray: 150 300
	}
	40% {
		stroke-dasharray: 200 300
	}
	60% {
		stroke-dasharray: 300 300;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}
@keyframes SlideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(300px);
		transform: translateX(300px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

}
@keyframes SlideIn2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(300px);
		transform: translateX(300px)
	}
	100% {
		opacity: .3;
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1)
	}

}
@keyframes SlideIn3 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(300px);
		transform: translateX(300px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1)
	}

}
@keyframes img_anime {
	0% {
		-webkit-transform: skew(15deg) translateX(-150%);
		transform: skew(15deg) translateX(-150%)
	}
	42.5%, 44.5% {
		-webkit-transform: skew(15deg) translateX(-20%);
		transform: skew(15deg) translateX(-20%)
	}
	100% {
		-webkit-transform: skew(15deg) translateX(150%);
		transform: skew(15deg) translateX(150%)
	}

}
@keyframes emergence {
	0% {
		opacity: 0
	}
	99.9% {
		opacity: 0
	}
	100% {
		opacity: 1
	}

}
.u-font-light {
	font-weight: 300
}
.u-bgc-dg-lg {
	background: -o-linear-gradient(307deg, #01802f 0, #299934 64%, #72c53c 96%, #7bcb3d 100%);
	background: linear-gradient(143deg, #01802f 0, #299934 64%, #72c53c 96%, #7bcb3d 100%)
}
.u-bgc-dg-lg-rev {
	background: -o-linear-gradient(307deg, #7bcb3d 0, #299934 64%, #72c53c 96%, #01802f 100%);
	background: linear-gradient(143deg, #7bcb3d 0, #299934 64%, #72c53c 96%, #01802f 100%)
}
.ie11 a.c-btn:hover .c-btn-ico svg .arrow {
	-webkit-animation: none !important;
	animation: none !important
}
.ie11 a:hover .c-btn .c-btn-ico svg .arrow {
	-webkit-animation: none !important;
	animation: none !important
}


.no-script {
	text-align: center;
	display: block;
	max-width: calc(1280px + 7.4%);
	padding: 50px 3.7%;
	margin: auto
}
@media screen and (max-width:1000px) {
	.l-section {
		padding: 10% 0
	}
	.l-grid {
		margin-bottom: -3.125%
	}
	.l-grid > .l-grid-col-md-4 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30.2083333333%;
		flex: 0 0 30.2083333333%;
		width: 30.2083333333%;
		margin-left: 1.5625%;
		margin-right: 1.5625%;
		margin-bottom: 3.125%
	}
	.l-grid > .l-grid-col-md-6 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46.875%;
		flex: 0 0 46.875%;
		width: 46.875%;
		margin-left: 1.5625%;
		margin-right: 1.5625%;
		margin-bottom: 3.125%
	}
	.l-grid > .l-grid-col-md-12 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 96.875%;
		flex: 0 0 96.875%;
		width: 96.875%;
		margin-left: 1.5625%;
		margin-right: 1.5625%;
		margin-bottom: 3.125%
	}
	.c-card {
		padding: 12px
	}
	.c-card-border .c-card_inr {
		padding-left: 12px;
		padding-right: 12px
	}
	.c-card_title {
		font-size: 1.5rem
	}
	.c-card_title-l {
		font-size: 1.8rem
	}
	.c-card_inr {
		padding-left: 12px;
		padding-right: 12px
	}
	.c-btn-l {
		font-size: 1.2rem
	}
	.c-btn-ico svg .circle {
		stroke-width: 1.5px
	}
	.c-btn-ico svg .arrow {
		stroke-width: 10px
	}
	.c-btn-ico-l {
		width: 38px;
		height: 38px
	}
	.c-tag {
		font-size: 1.1rem;
		padding: 10px
	}
	.c-heading {
		font-size: 2.6rem
	}
	.c-card_title.tag {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.c-card_title.tag > span {
		margin: 0 0 8px 0;
	}


	.home-slide2 > .home-slide2_item {
		width: 48%
	}
	.home-slide2 .home-slide2_item .c-card {
		padding: 12px 12px 25px
	}
	.home-slide2 .home-slide2_item .c-card_text {
		font-size: 1.5rem
	}
	.home-slide2_moreBtn {
		margin-top: 30px
	}
	.home-slide2_moreBtn .c-btn {
		font-size: 1.5rem
	}
	.home-slide2_moreBtn .c-btn-ico {
		width: 26px;
		height: 26px
	}
	html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .slick-slide {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		margin: 0 6px
	}
	html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .slick-slide.slick-active .c-btn-ico {
		width: 26px;
		height: 26px
	}
	html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .c-card {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
	html[data-script-enabled=true] .home-slide2-wrap .slick-arrow {
		width: 40px;
		height: 40px;
		margin-top: -20px
	}
	html[data-script-enabled=true] .home-slide2-wrap .slick-arrow::before {
		width: 15px;
		height: 15px;
		top: 13px
	}
	html[data-script-enabled=true] .home-slide2-wrap .slick-prev {
		left: -7.4%
	}
	html[data-script-enabled=true] .home-slide2-wrap .slick-prev:before {
		left: 16px
	}
	html[data-script-enabled=true] .home-slide2-wrap .slick-next {
		right: -7.4%
	}
	html[data-script-enabled=true] .home-slide2-wrap .slick-next:before {
		right: 16px
	}
	html[data-script-enabled=true] .home-slide2-wrap .slick-dots {
		margin-left: 10%
	}



	.home-case_title {
		font-size: 2.5rem;
		margin-bottom: 30px
	}
	html[data-script-enabled=true] .root-cover {
		top: 71px;
		height: calc(100% - 71px)
	}



}
@media screen and (max-width:767px) {
	.l-grid {
		margin-bottom: -3.125%
	}
	.l-grid > .l-grid-col-sm-6 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46.875%;
		flex: 0 0 46.875%;
		width: 46.875%;
		margin-left: 1.5625%;
		margin-right: 1.5625%;
		margin-bottom: 3.125%
	}
	.l-grid > .l-grid-col-sm-12 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 96.875%;
		flex: 0 0 96.875%;
		width: 96.875%;
		margin-left: 1.5625%;
		margin-right: 1.5625%;
		margin-bottom: 3.125%
	}
	.c-card_foot::after {
		content: "";
		display: block;
		clear: both
	}


	html[data-script-enabled=true] .home-slide2-wrap .slick-prev {
		left: -4.5%
	}
	html[data-script-enabled=true] .home-slide2-wrap .slick-next {
		right: -4.5%
	}



	html[data-script-enabled=true] .root-cover {
		top: 59px;
		height: calc(100% - 59px)
	}
	.u-sm-hidden {
		display: none
	}

}
@media screen and (min-width:1001px) {
	.c-card-pd {
		padding: 28px 20px
	}
	.c-card-border {
		padding: 20px
	}
	html[data-script-enabled=true] .home-slide2-wrap .home-slide2 .slick-slide.slick-active .c-btn {
		font-size: 1.4rem
	}
}
