@charset "UTF-8";
/*-------------------------------------------
	top glnav
---------------------------------------------*/
.global-nav {
	background: #0d4d95;
}
.g-nav-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1480px;
}
.g-nav-inner li {
	-ms-flex-preferred-size: 14.2857%;
	flex-basis: 14.2857%;
	min-width: 14.2857%;
	border-right: 1px solid #2d68ab;
}
.g-nav-inner li:first-child {
	border-left: 1px solid #2d68ab;
}
.g-nav-inner li a {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.global-nav {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.g-nav-inner li a {
		position: relative;
		overflow: hidden;
		padding: 20px 5px;
		font-size: 1rem;
	}
	.g-nav-inner li a::before {
		content: "";
		display: inline-block;
		background: rgba(255, 255, 255, 0.3);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translateY(100%);
		    -ms-transform: translateY(100%);
		        transform: translateY(100%);
		z-index: 0;
		opacity: 1;
		-webkit-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
		-o-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
		transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
	}
	.g-nav-inner li a:hover {
		background: #0d4d95;
	}
	.g-nav-inner li a:hover::before {
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
    	opacity: 0;
	}

}
@media screen and (min-width: 992px) {
	.g-nav-inner li a {
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 1200px) {
	.g-nav-inner li a {
		padding: 20px;
		font-size: 1.5rem;
	}
}

/*-------------------------------------------
	top mv
---------------------------------------------*/
.top-mv {
	padding: 20px 20px 0;
	background: #eef1f4;
}
.top-mv img {
	width: auto !important;
	max-width: 100% !important;
}
.top-mv .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.top-mv .slick-dots {
	position: relative;
	padding: 20px 0;
	bottom: auto;
}

.top-mv .slick-slide {
	width: 100%;
	max-width: 900px;
	position: relative;
}
.top-mv .slick-slide::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.top-mv .slick-slide.slick-current::before {
	content: none;
}
.top-mv .slick-prev, .top-mv .slick-next {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 1;
}
.top-mv .slick-prev {
	left: 5vw;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	    -ms-transform: translate(0, -50%) rotate(180deg);
	        transform: translate(0, -50%) rotate(180deg);
}
.top-mv .slick-next {
	right: 5vw;
}
.top-mv .slick-prev::before, .top-mv .slick-next::before {
	font-family: 'itou' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
	opacity: 1;
}
.top-mv .slick-dots li {
	width: 50px;
	height: 5px;
	vertical-align: middle;
}
.top-mv .slick-dots li button,
.top-mv .slick-dots li button::before {
	width: 100%;
	height: 100%;
}
.top-mv .slick-dots li button::before {
	content: "";
	background: #fff;
	opacity: 1;
}
.top-mv .slick-dots li.slick-active button::before {
	background: #0d4d95;
}
@media screen and (max-width: 767px) {
	.top-mv .slick-prev, .top-mv .slick-next {
		display: none;
	}
	.top-mv .slick-dots li {
		width: 35px;
	}
}
@media screen and (min-width: 768px) {
	.top-mv .slick-slide {
		margin-right: 30px;
	}
}
@media screen and (min-width: 992px) {
	.top-mv {
		padding: 30px 0 0;
	}
}
@media screen and (min-width: 1500px) {
	.top-mv .slick-prev {
		left: 16vw;
	}
	.top-mv .slick-next {
		right: 16vw;
	}
}

.top-bnr {
    max-width: 900px;
    margin: 4rem auto 0;
    padding: 20px;
}
.top-bnr .a_bnr_recruit {
	margin-bottom: 1.6rem;
}

/*-------------------------------------------
	top search
---------------------------------------------*/
.search-area {
	border: 5px solid #eef1f4;
	padding: 60px 30px;
}
.content-search-ttl {
	font-size: 2rem;
	color: #0d4d95;
	margin-bottom: 20px;
	text-align: center;
}
.search-type-ttl {
	background: #0d4d95;
	padding: 5px 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
.search-type-list li a {
	display: block;
}
.search-type-list li img {
	margin-bottom: 10px;
	border: 1px solid #cacaca;
}
.search-area-inner > ul > li:nth-child(2) li img {
	border: none;
}
.search-type-list li p {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}
.search-area .ec-select_search {
	margin: 0;
}
.search-area .search-box .searchform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.search-area .ec-headerSearch__category {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	min-width: 30%;
}
.search-area .ec-headerSearch__keyword {
	width: 100%;
}
.search-area .ec-select select {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}
.search-area .ec-headerSearch__keyword .ec-input input {
	margin: 0;
	width: 70%;
	border-radius: 3px 0 0 3px;
	height: 65px;
	font-size: 1.6rem !important;
}
.search-area .ec-headerSearch__keyword .ec-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.search-area .ec-headerSearch__keywordBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30%;
	background: #333333;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	border-radius: 0 3px 3px 0;
	z-index: 1;
}
.search-area .ec-headerSearch__keywordBtn span {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.search-area .ico-common {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.search-area {
		max-width: calc(100% - 40px);
    	padding: 30px 0;
    	border: none;
    	border-top: 3px solid #eef1f4;
    	border-bottom: 3px solid #eef1f4;
	}
	.search-area-inner > ul > li {
		margin-top: 40px !important;
	}
	.search-type-list li {
		margin-top: 20px !important;
	}
	.search-type-list li:first-child,
	.search-type-list li:nth-child(2),
	.search-type-list li:nth-child(3) {
		margin-top: 15px !important;
	}
	.search-area-inner > ul > li:nth-child(3) .search-type-ttl {
		margin-bottom: 25px;
	}
	.search-area-inner > ul > li:last-child .search-type-ttl {
		margin-bottom: 20px;
	}
	.search-area .ec-headerSearch__keyword .ec-input input {
		width: 85%;
		height: 50px;
	}
	.search-area .ec-headerSearch__keywordBtn {
		width: 15%;
	}
	.search-area .ec-headerSearch__keywordBtn span {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.search-type-list li a:hover {
		color: #0d4d95;
	}
	.search-type-list li a img {
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s;
	}
	.search-type-list li a:hover img {
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0), 0 1px 6px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 3px 5px rgba(0, 0, 0, 0), 0 1px 6px rgba(0, 0, 0, 0.1);
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		    transform: scale(1.0);
	}
	.search-area .ec-headerSearch__keywordBtn {
		position: relative;
		overflow: hidden;
		font-size: 1.3rem;
	}
	.search-area .ec-headerSearch__keyword .ec-input input {
		font-size: 2rem !important;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	}
	.search-area .ec-headerSearch__keywordBtn::before {
		content: "";
		display: inline-block;
		background: rgba(255, 255, 255, 0.3);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translateY(100%);
		    -ms-transform: translateY(100%);
		        transform: translateY(100%);
		z-index: 0;
		opacity: 1;
		-webkit-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
		-o-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
		transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
	}
	.search-area .ec-headerSearch__keywordBtn:hover::before {
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
    	opacity: 0;
	}
	.search-area .ico-common {
		margin-right: 5px;
	}
	.search-area .ec-headerSearch__keyword .ec-input input {
		border-radius: 5px 0 0 5px;
	}
	.search-area .ec-headerSearch__keywordBtn {
		border-radius: 0 5px 5px 0;
	}
}
@media screen and (min-width: 992px) {
	.search-area {
		padding: 60px 30px 40px;
	}
	.content-search-ttl {
		font-size: 3.6rem;
	}
	.search-type-ttl {
		font-size: 2.2rem;
		padding: 10px 20px;
	}
	.search-type-list li p {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 1200px) {
	.search-area .ec-headerSearch__keywordBtn {
		font-size: 2rem;
	}
}
@media screen and (min-width: 1500px) {
	/* .search-type-list li a:hover img {
		-webkit-box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.2);
	} */
}
/*-------------------------------------------
	top service
---------------------------------------------*/
.service-inner > ul {
	margin-bottom: 30px;
}
.service-inner > ul > li > a {
	border: 1px solid #cacaca;
	padding: 20px;
}
.service-inner > ul > li > a .service-img {
	margin-bottom: 20px;
	text-align: center;
}
.service-inner > ul > li > a .service-ttl {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 20px;
	color: #0d4d95;
}
.service-inner > ul > li > a .service-ttl span {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.service-inner > ul > li > a > p {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.service-price-ttl {
	text-align: center;
    background: #0d4d95;
    font-size: 1.4rem;
    color: #fff;
    padding: 10px;
}
.service-price p {
	padding: 15px 20px;
	font-size: 1.4rem;
	text-align: center;
	background: #eef1f4;
}
.service-price p span {
	color: #0d4d95;
}
.service-inner > ul > li:first-child li > p {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.service-price {
		margin-bottom: 20px;
	}
	.service-inner > ul > li > a > .btn p,
	.service-inner > ul > li:first-child > a .btn p {
		font-size: 1.4rem;
		height: 40px;
		border: 1px solid #0d4d95;
		color: #0d4d95;
		font-weight: bold;
		width: 100%;
		border-radius: 5px;
		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;
		position: relative;
	}
	.service-inner > ul > li > a > .btn .ico-common,
	.service-inner > ul > li:first-child > a .btn .ico-common {
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 1.4rem;
	}
	.service-inner > ul > li > a > .btn .ico-common::before,
	.service-inner > ul > li:first-child > a .btn .ico-common::before {
		font-size: 1rem;
	}
}
@media screen and (max-width: 1199px) {
	.service-price p span {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.service-inner > ul > li:first-child .btn {
		display: none;
	}
	.service-inner > ul > li > a:hover {
		-webkit-box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.2);
	}
	.service-inner > ul > li > a > .btn {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.service-inner > ul {
		margin-bottom: 60px;
	}
	.service-inner > ul > li:first-child ul {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.service-inner > ul > li > a .service-img {
		margin-bottom: 30px;
	}
	.service-inner > ul > li > a .service-ttl {
		font-size: 2.4rem;
	}
	.service-inner > ul > li:first-child .service-ttl {
		text-align: left;
	}
	.service-inner > ul > li:first-child .service-ttl {
		font-size: 3rem;
	}
	.service-inner > ul > li:first-child .service-ttl span {
		font-size: 1.8rem;
	}
	.service-inner > ul > li > a .service-ttl span {
		font-size: 1.6rem;
	}
	.service-inner > ul > li > a > .btn .ico-common {
		right: 20px;
	}
	.service-inner > ul > li > a > p {
		font-size: 1.6rem;
	}
	.service-price-ttl {
    	font-size: 1.6rem;
    	padding: 10px;
	}
	.service-price p {
		padding: 10px;
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1200px) {
	.service-inner > ul > li:first-child .service-price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.service-inner > ul > li:first-child .service-price-ttl {
		width: 25%;
	}
	.service-inner > ul > li:first-child .service-price p {
		width: 75%;
	}
	.service-inner > ul > li > a {
		padding: 30px;
	}
}


/*-------------------------------------------
	top strong
---------------------------------------------*/
.strong-area {
	background: #eef1f4;
}
.strong-inner {
	margin-bottom: 30px;
}
.strong-inner li:last-child {
	text-align: center;
}
.strong-content {
	margin-bottom: 20px;
}
.strong-content:last-child {
	margin-bottom: 0;
	counter-reset:num;
}
.strong-main-ttl {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #0d4d95;
}
.strong-list-box {
	padding: 15px 10px;
	background: #fff;
}
.strong-list-box p {
	font-size: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	padding-left: 3em;
}
.strong-list-box p::before  {
	content:"0"counter(num);
	counter-increment:num;
	font-family: 'Overpass', sans-serif;
	font-weight: bold;
	color: #0d4d95;
	font-size: 1.6rem;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.strong-content:last-child li:nth-child(n + 10) .strong-list-box p::before  {
	content:counter(num);
}
.strong-list-box p::after {
	content: "";
	display: inline-block;
	background: #ccc;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
	.strong-inner > ul > li:first-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.strong-inner > ul > li:last-child {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}
@media screen and (min-width: 992px) {
	.strong-main-ttl {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.strong-inner {
		margin-bottom: 60px;
	}
	.strong-content {
		margin-bottom: 40px;
	}
	.strong-list-box {
		padding: 14px 20px;
	}
	.strong-list-box p {
		font-size: 1.5rem;
	}
	.strong-list-box p::before  {
		font-size: 2rem;
	}
	.strong-list-box p::after {
		left: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
	.strong-area .content-area {
		padding: 0 60px;
	}
}
/*-------------------------------------------
	top slider
---------------------------------------------*/
.infi-slider li {
	margin-right: 1px;
}
@media screen and (max-width: 767px) {
	.infi-slider li {
		max-width: 180px;
	}
}

/*-------------------------------------------
	top case
---------------------------------------------*/
.case-area > .case-box {
	padding: 60px 0;
}
.case-area > ul .case-box {
	position: relative;
	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;
}
.case-box.case-box-main {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.case-box-main {
	background-image: url('../img/top/case/img-case-bg-sp.jpg')
}
.case-area .case-box-main .btn {
	padding: 0;
	background: none;
}
.case-box-main .btn a {
	color: #fff;
}
.case-area .content-ttl,
.case-area .content-ttl span,
.case-area p {
	text-align: center;
	color: #fff;
}
.case-area .btn {
	max-width: 330px;
	margin: 0 auto;
	font-size: 1.6rem;
	border: 1px solid #fff;
	padding: 20px 0;
	background: rgba(255,255,255,.1);
	border-radius: 5px;
	font-weight: bold;
}

.case-area .btn > span {
	position: relative;
	display: block;
}
.case-area .btn > span .ico-common {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	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;
}
.case-area .btn > span .ico-common::before {
	font-size: 1rem;
}
.case-box-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: calc(520 / 750 * 100%);
	width: 100%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.case-box-voice .case-box-img {
	background-image: url('../img/top/case/img-case-voice-sp.jpg');
}
.case-box-faq .case-box-img {
	background-image: url('../img/top/case/img-case-faq-sp.jpg');
}
.case-link > ul {
	position: relative;
}
.case-link > ul::before {
	content: "";
	display: inline-block;
	background: #fff;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.case-link .case-box {
	position: relative;
	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;
}
.case-box-inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.case-box-icon {
	font-family: 'itou' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 30px;
}
.case-box-icon::before {
	font-size: 5rem;
}
.case-box-voice .case-box-icon::before {
	content: "\e905";
}
.case-box-faq .case-box-icon::before {
	content: "\e901";
}
.case-box-inner .content-ttl {
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.case-box-inner .content-ttl {
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
	.case-box-inner .content-ttl span {
		font-size: 1.2rem;
	}
	.content-txt {
		text-align: left !important;
	}
	.case-box-inner .btn {
		font-size: 1.4rem;
		padding: 9px 0;
		max-width: 220px;
	}
	.case-count-inner .case-count-box {
		margin-top: 20px !important;
	}
	.case-link > ul > li:first-child {
		margin-bottom: 1px;
	}
}
@media screen and (min-width: 768px) {
	.case-box-main .btn a:hover {
		color: #0d4d95;
	}
	.case-box-main .btn a:hover span:first-child {
		z-index: 1;
	}
	.case-box-main .btn a:hover::before {
		background: #fff;
		opacity: 1;
		z-index: 0;
	}
	.case-box-main {
		background-image: url('../img/top/case/img-case-bg.jpg')
	}
	.case-link .case-box {
		overflow: hidden;
	}
	.case-link .case-box:hover .case-box-img {
		 -webkit-transform: scale(1.2);
		     -ms-transform: scale(1.2);
		         transform: scale(1.2);
	}
	.case-link .btn {
		position: relative;
		overflow: hidden;
		padding: 17px 0;
	}
	.case-link .btn::before {
		content: "";
		display: inline-block;
		background: rgba(255, 255, 255, 0.3);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translateY(100%);
		    -ms-transform: translateY(100%);
		        transform: translateY(100%);
		z-index: 0;
		opacity: 1;
		-webkit-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
		-o-transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
		transition: all 600ms cubic-bezier(0.385, 0.01, 0, 1);
	}
	.case-link .case-box:hover .btn::before {
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
    	opacity: 0;
	}
	.case-area .btn > span .ico-common {
		right: 15px;
	}
	.case-link .case-box:hover .ico-common {
		right: 10px;
	}
	.case-link > ul > li:first-child {
		position: relative;
	}
	.case-link > ul > li:first-child::before {
		content: "";
		display: inline-block;
		background: #fff;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
}
@media screen and (min-width: 992px) {
	.case-area > .case-box {
		padding: 120px 0;
	}
	.case-box-icon::before {
		font-size: 6rem;
	}
	.case-box-inner h2 {
		font-size: 4rem;
	}	
}
@media screen and (min-width: 1200px) {
	.case-box-img {
		padding-top: calc(960 / 1920 * 100%);
	}
	.case-box-voice .case-box-img {
		background-image: url('../img/top/case/img-case-voice.jpg');
	}	
	.case-box-faq .case-box-img {
		background-image: url('../img/top/case/img-case-faq.jpg');
	}
}
/* 施工事例  カウント */
.case-count-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	margin-bottom: 40px;
}
.case-count-box {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.case-count-box p {
	font-size: 1.4rem;
	display: block;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.case-count-box p span {
	font-size: 5rem;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: 'Overpass', sans-serif;
}
@media screen and (max-width: 767px) {
	.case-count-inner {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 768px) {
	.case-count-box {
		font-size: 2rem;
	}
	.case-count-box p {
		font-size: 3rem;
	}
	.case-count-box p span {
		font-size: 8rem;
	}
}
@media screen and (min-width: 992px) {
	.case-count-inner {
		margin-bottom: 60px;
	}
	.case-count-box p {
		margin-top: 5px;
	}
}
/*-------------------------------------------
	top construction
---------------------------------------------*/
.surroundings-ttl {
	font-size: 2rem;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #0d4d95;
    border-bottom: 1px solid #0d4d95;
}
.construction-box {
	margin-bottom: 15px;
}
.construction-box:last-child {
	margin-bottom: 0;
}
.construction-ttl {
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
}
.construction-txt {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.construction-box {
		border-bottom: 1px solid #cacaca;
		cursor: pointer;
	}
	.construction-ttl {
		cursor: pointer;
	}
	.construction-txt {
		padding: 15px 0;
		display: none;
	}
	.construction-ttl.open .plus::before {
		-webkit-transform: rotate(-360deg);
		    -ms-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
	.construction-ttl.open .plus::after {
		opacity: 0;
	}
}
@media screen and (min-width: 768px) {
	.construction-ttl {
		pointer-events: none;
	}
	.construction-ttl .plus {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.construction-box {
		margin-bottom: 30px;
	}
	.surroundings-ttl {
		font-size: 2.4rem;
		padding-bottom: 10px;
	}
	.construction-ttl {
		font-size: 1.8rem;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
	.construction-area.content-area {
		padding: 0 60px;
	}
}
/* TOPだけ */

@media screen and (min-width: 768px) and (max-width: 1500px) {
	.ec-layoutRole__mainTop {
		padding: 0 20px;
	}
}