@charset "UTF-8";

/* ---------------------------------------
  WORKS
-----------------------------------------*/

.mfp-bg {
	background-color: rgba(51, 51, 51, .7)
}

.mfp-figure:after {
	content: none;
}

.mfp-image-holder .mfp-content {
	width: 90%;
	max-width: 1800px;
}

img.mfp-img {
	padding: 0;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	width: 30px;
	height: 30px;
	color: transparent;
	position: absolute;
	margin: 0;
	padding: 0;
	right: 25px;
	top: 25px;
	opacity: 1;
	cursor: pointer;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close::before,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close::after {
	content: "";
	width: 28px;
	height: 3px;
	background-color: #333333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: center;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}


@media screen and (min-width: 768px) {
	#pagettl {
		background-image: url(../img/service/pagettl_pc.jpg);
	}
}

@media screen and (max-width: 767px) {
	#pagettl {
		background-image: url(../img/service/pagettl_sp.jpg);
	}

	.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
		width: 4.5rem;
		height: 4.5rem;
		right: 2rem;
		top: 2rem;
		opacity: 1;
		cursor: pointer;
	}

	.mfp-zoom-out-cur .mfp-image-holder .mfp-close::before,
	.mfp-zoom-out-cur .mfp-image-holder .mfp-close::after {
		width: 4rem;
		height: .3rem;
	}
}

/* service_list
--------------------------------*/
#sec_service_list {
	padding: 90px 0;
}

#sec_service_list .lead {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.75;
	margin-bottom: 2em;
}

.service_list {
	justify-content: flex-start;
}

.service_list .item {
	width: 332px;
}

.service_list .item > a {
	display: block;
	transition: .3s ease;
}

.service_list .item .img {
	width: 100%;
	height: 221px;
	overflow: hidden;
}

.service_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease;
}

.service_list .item .txtwrap {
	margin-top: 25px;
}

.service_list .item .txtwrap .ttl {
	position: relative;
	font-weight: 500;
	font-size: 2rem;
	padding-left: 1.2em;
	margin-bottom: .75em;
}

.service_list .item .txtwrap .ttl::before {
	content: "";
	width: 15px;
	height: 18px;
	background: url(../img/common/ico_drop.svg) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	top: 6px;
}

.service_list .item .txtwrap .txt {
	text-align: justify;
}

.service_list .item .txtwrap .btn_s a {
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.service_list .item + .item:not(:nth-child(3n + 1)) {
		margin-left: 52px;
	}

	.service_list .item:nth-child(n + 4) {
		margin-top: 60px;
	}

	.service_list .item a:hover .img img {
		transform: scale(1.1);
	}

	.service_list .item > a:hover .btn_s::before {
		animation: line_anime .6s ease;
	}
}

@media screen and (max-width: 767px) {
	#sec_service_list {
		padding: 13rem 0 15rem;
	}

	#sec_service_list .lead {
		font-size: 3.9rem;
	}

	.service_list .item {
		width: 100%;
	}

	.service_list .item + .item {
		margin-top: 9rem;
	}

	.service_list .item .img {
		height: 41.9rem;
	}

	.service_list .item .txtwrap {
		margin-top: 3.6rem;
	}

	.service_list .item .txtwrap .ttl {
		font-size: 3rem;
	}

	.service_list .item .txtwrap .ttl::before {
		width: 2.2rem;
		height: 2.7rem;
		top: 1.2rem;
	}
}

/* ---------------------------------------
  service_detail
-----------------------------------------*/
.service_detail > *:first-child {
	margin-top: 0 !important;
}

.service_detail > *:last-child {
	margin-bottom: 0 !important;
}

.service_detail .block + .block {
	margin-top: 90px;
}

.service_detail .block > *:first-child {
	margin-top: 0 !important;
}

.service_detail .blockttl {
	color: #fff;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 16px 25px;
	background-color: #0066cc;
	border-radius: 0px 20px 0px 0px;
	margin: 60px 0 40px;
}

.service_detail .blockttl + * {
	margin-top: 0 !important;
}

.service_detail .blockttl + .tbcover .tb {
	margin-top: 0;
}

.service_detail .btn_s {
	margin-top: 60px;
}

.service_detail .btn_s._back {
	margin-top: 90px;
}

/*block_intro*/
.service_detail .block_intro {
	align-items: flex-start;
	margin: 90px 0;
}

.service_detail .block_intro .txtwrap {
	width: 430px;
}

.service_detail .block_intro .txtwrap h2 {
	position: relative;
	font-weight: 700;
	font-size: 3rem;
	padding-left: 1.2em;
	margin-bottom: 1.2em;
}

.service_detail .block_intro .txtwrap h2::before {
	content: "";
	width: 21px;
	height: 26px;
	background: url(../img/common/ico_drop.svg) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	top: 10px;
}

.service_detail .block_intro .txtwrap .lead {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.75;
	margin-bottom: .65em;
}

.service_detail .block_intro .txtwrap .txt {
	text-align: justify;
}

.service_detail .block_intro .imgwrap {
	width: 580px;
}

.service_detail .block_intro .slider {
	margin-bottom: 25px;
	margin-top: 8px;
}

.service_detail .block_intro .slider .slick-arrow {
	font-size: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	overflow: visible;
	z-index: 1;
	width: 30px;
	height: 30px;
	background-color: #0066cc;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	transition: .5s ease;
}

.service_detail .block_intro .slider .slick-prev {
	transform: scale(-1, 1);
	left: 0;
}

.service_detail .block_intro .slider .slick-next {
	right: 0;
}

.service_detail .block_intro .slider .slick-arrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 11px;
	top: 11px;
}

.service_detail .block_intro .slider .slick-dots {
	width: 100%;
	display: flex !important;
	justify-content: center;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.service_detail .block_intro .slider .slick-dots li {
	margin: 0 10px;
	line-height: 1;
	font-size: 0;
}

.service_detail .block_intro .slider .slick-dots li button {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	text-indent: 100%;
	overflow: hidden;
	background-color: #c1c1c1;
	border: none;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	line-height: 1;
}

.service_detail .block_intro .slider .slick-dots li.slick-active button {
	background: #0066cc;
}

/*block_solution*/
.service_detail .block_solution {
	align-items: center;
	padding: 25px 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 90px 0 60px;
}

.service_detail .block_solution .ttl {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

.service_detail .block_solution .list {
	width: 790px;
}

.service_detail .block_solution .list li {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.9;
	padding-left: 1.5em;
}

.service_detail .block_solution .list li::before,
.service_detail .block_solution .list li::after {
	content: "";
	position: absolute;
}

.service_detail .block_solution .list li::before {
	width: 15px;
	height: 15px;
	background-color: #0066cc;
	left: 0;
	top: 10px;
}

.service_detail .block_solution .list li::after {
	width: 10px;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	left: 3px;
	top: 12px;
}

/*contact*/
.service_detail .block_contact {
	margin: 60px 0;
}

.service_detail .block_contact .ttl {
	text-align: center;
	color: #0066cc;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.2em;
	margin-bottom: -.9em;
}

.service_detail .block_contact .ttl span {
	position: relative;
	display: inline-block;
	padding: 0 2.5em;
}

.service_detail .block_contact .ttl span::before,
.service_detail .block_contact .ttl span::after {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #0066cc;
	border-radius: 1px;
	position: absolute;
	top: 0;
}

.service_detail .block_contact .ttl span::before {
	left: 0;
}

.service_detail .block_contact .ttl span::after {
	right: 0;
}

.service_detail .block_contact .inner {
	padding: 45px 50px 35px;
	background-color: #f2f7fc;
}

.service_detail .block_contact .inner .txt {
	width: 640px;
}

.service_detail .block_contact .inner .btn {
	width: 284px;
	margin-top: 10px;
}

.service_detail .block_contact .inner .btn a {
	min-width: inherit;
	width: 100%;
	padding: 10px 34px 10px 30px;
}

/*imgbox*/
.service_detail .imgbox {
	position: relative;
	border: 2px solid #0066cc;
	border-radius: 20px;
	margin: 60px 0;
}

.service_detail .imgbox a {
	position: relative;
	display: block;
	padding: 20px;
}

.service_detail .imgbox .txt {
	color: #0066cc;
	font-weight: 500;
	font-size: 1.4rem;
}

.service_detail .imgbox .txt .ico {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: -.75em;
	margin-right: 1em;
}

/*works_list*/
.service_detail .works_list {
	justify-content: flex-start;
}

.service_detail .works_list .item {
	width: 248px;
}

.service_detail .works_list .item a {
	display: block;
	transition: .3s ease;
}

.service_detail .works_list .item .img {
	width: 100%;
	height: 165px;
	overflow: hidden;
}

.service_detail .works_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease;
}

.service_detail .works_list .item .txtwrap {
	margin-top: 12px;
}

.service_detail .works_list .item .txtwrap .name {
	position: relative;
	color: #999999;
	font-size: 1.4rem;
	line-height: 1.5;
	padding-left: 20px;
	margin-bottom: 5px;
}

.service_detail .works_list .item .txtwrap .name::before {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #999999;
	position: absolute;
	left: 0;
	top: .7em;
}

.service_detail .works_list .item .txtwrap .txt {
	line-height: 1.75;
	text-align: justify;
}

.service_detail .works_list .item .txtwrap .cate {
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0;
	margin-top: 5px;
}

.service_detail .works_list .item .txtwrap .cate span {
	display: inline-block;
	color: #0066cc;
	padding: .25em .75em;
	border: 1px solid #0066cc;
	margin-top: 5px;
	margin-right: 5px;
}


/*setsubi_list*/
.service_detail .setsubi_list {
	justify-content: flex-start;
}

.service_detail .setsubi_list .item {
	width: 332px;
}

.service_detail .setsubi_list .item .img {
	width: 100%;
	height: 221px;
	overflow: hidden;
}

.service_detail .setsubi_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease;
}

.service_detail .setsubi_list .item .txtwrap {
	margin-top: 15px;
}

.service_detail .setsubi_list .item .txtwrap .ttl {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 17px;
}

.service_detail .setsubi_list .item .txtwrap .txt {
	text-align: justify;
}

/*table*/
.service_detail .tb {
	width: 100%;
	border-collapse: collapse;
	margin: 90px 0;
}

.service_detail .tb th,
.service_detail .tb td {
	position: relative;
}

.service_detail .tb th:not(:first-child)::before,
.service_detail .tb td:not(:first-child)::before {
	content: "";
	width: 1px;
	height: calc(100% - 2rem);
	position: absolute;
	left: 0;
	top: 1rem;
}

.service_detail .tb th::before {
	background-color: #fff;
}

.service_detail .tb td::before {
	background-color: #c1c1c1;
}

.service_detail .tb thead th {
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #0066cc;
	padding: 1.65rem 2rem;
}

.service_detail .tb thead th:nth-child(1) {
	width: 138px;
}

.service_detail .tb thead th:nth-child(2) {
	width: 277px;
}

.service_detail .tb tbody td {
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.05em;
	padding: 1.15rem 1.8rem;
	border-bottom: 1px solid #c1c1c1;
}

.service_detail .tb tbody td p {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-top: 4px;
}

@media screen and (min-width: 769px) {

	/*works_list*/
	.service_detail .works_list .item + .item:not(:nth-child(4n + 1)) {
		margin-left: 36px;
	}

	.service_detail .works_list .item:nth-child(n + 5) {
		margin-top: 50px;
	}

	.service_detail .works_list .item a:hover {
		opacity: .8;
	}

	.service_detail .works_list .item a:hover .img img {
		transform: scale(1.1);
	}

	/*setsubi_list*/
	.service_detail .setsubi_list .item + .item:not(:nth-child(3n + 1)) {
		margin-left: 52px;
	}

	.service_detail .setsubi_list .item + .item:nth-child(n + 4) {
		margin-top: 60px;
	}
}

@media screen and (max-width: 768px) {
	.service_detail .block + .block {
		margin-top: 14rem;
	}

	.service_detail .blockttl {
		font-size: 3.6rem;
		letter-spacing: 0.1em;
		padding: 2.5rem 4rem;
		border-radius: 0px 3rem 0px 0px;
		margin: 9rem 0 6rem;
	}

	.service_detail .btn_s {
		margin-top: 9rem;
	}

	.service_detail .btn_s._back {
		margin-top: 14rem;
	}

	/*block_intro*/
	.service_detail .block_intro {
		margin: 14rem 0;
	}

	.service_detail .block_intro .txtwrap {
		width: 100%;
	}

	.service_detail .block_intro .txtwrap h2 {
		font-size: 4.5rem;
	}

	.service_detail .block_intro .txtwrap h2::before {
		width: 3.2rem;
		height: 4.5rem;
		top: 1.2rem;
	}

	.service_detail .block_intro .txtwrap .lead {
		font-size: 3.6rem;
	}

	.service_detail .block_intro .txtwrap .txt {
		line-height: 1.75;
	}

	.service_detail .block_intro .imgwrap {
		width: 100%;
	}

	.service_detail .block_intro .slider {
		margin-bottom: 0;
		padding-bottom: 4rem;
		margin-top: 4rem;
	}

	.service_detail .block_intro .slider .slick-arrow {
		width: 4.5rem;
		height: 4.5rem;
		margin-top: -4.25rem;
	}

	.service_detail .block_intro .slider .slick-arrow::before {
		width: 1.2rem;
		height: 1.2rem;
		left: 1.5rem;
		top: 1.8rem;
	}

	.service_detail .block_intro .slider .slick-dots {
		bottom: 0;
	}

	.service_detail .block_intro .slider .slick-dots li {
		margin: 0 1rem;
	}

	.service_detail .block_intro .slider .slick-dots li button {
		width: 1.8rem;
		height: 1.8rem;
	}


	/*block_solution*/
	.service_detail .block_solution {
		padding: 25px 0;
		border-top: 1px solid #333333;
		border-bottom: 1px solid #333333;
		margin: 14rem 0 9rem;
	}

	.service_detail .block_solution .ttl {
		text-align: center;
		font-size: 3.6rem;
		margin-bottom: 1.5em;
	}

	.service_detail .block_solution .list {
		width: 100%;
	}

	.service_detail .block_solution .list li {
		font-size: 2.7rem;
	}

	.service_detail .block_solution .list li + li {
		margin-top: 1.5rem;
	}

	.service_detail .block_solution .list li::before {
		width: 2.3rem;
		height: 2.3rem;
		top: 1.5rem;
	}

	.service_detail .block_solution .list li::after {
		width: 1.5rem;
		height: .9rem;
		border-left: .3rem solid #fff;
		border-bottom: .3rem solid #fff;
		left: .4rem;
		top: 1.9rem;
	}

	/*contact*/
	.service_detail .block_contact {
		margin: 9rem 0 13.5rem;
		padding: 6rem 6rem 0;
		background-color: #f2f7fc;
	}

	.service_detail .block_contact .ttl {
		font-size: 3rem;
		margin-bottom: 1.5em;
	}

	.service_detail .block_contact .ttl span {
		padding: 0 1.75em;
	}

	.service_detail .block_contact .ttl span::before,
	.service_detail .block_contact .ttl span::after {
		width: .3rem;
		border-radius: .15rem;
	}

	.service_detail .block_contact .inner {
		padding: 0;
		background-color: transparent;
	}

	.service_detail .block_contact .inner .txt {
		width: 100%;
	}

	.service_detail .block_contact .inner .btn {
		position: relative;
		width: 43rem;
		margin: 0 auto;
		bottom: -4.5rem;
	}

	.service_detail .block_contact .inner .btn a {
		padding: 2rem 6rem 2rem 5.6rem;
	}

	/*imgbox*/
	.service_detail .imgbox {
		border: .3rem solid #0066cc;
		border-radius: 2rem;
		margin: 9rem 0;
	}

	.service_detail .imgbox a {
		padding: 2rem;
	}

	.service_detail .imgbox .txt {
		font-size: 2.4rem;
	}

	.service_detail .imgbox .txt .ico {
		width: 4rem;
		height: 4rem;
		vertical-align: middle;
	}

	/*works_list*/
	.service_detail .works_list .item {
		width: 100%;
	}

	.service_detail .works_list .item + .item {
		margin-top: 9rem;
	}

	.service_detail .works_list .item .img {
		height: 41.9rem;
	}

	.service_detail .works_list .item .txtwrap {
		margin-top: 1.8rem;
	}

	.service_detail .works_list .item .txtwrap .name {
		font-size: 2.1rem;
		padding-left: 3.2rem;
		margin-bottom: 1rem;
	}

	.service_detail .works_list .item .txtwrap .name::before {
		width: 1.8rem;
	}

	.service_detail .works_list .item .txtwrap .txt {
		letter-spacing: 0.05em;
	}

	.service_detail .works_list .item .txtwrap .cate {
		font-size: 2.1rem;
		margin-top: 1rem;
	}

	.service_detail .works_list .item .txtwrap .cate span {
		padding: .285em 1em;
		margin-top: 1rem;
		margin-right: 1rem;
	}

	/*setsubi_list*/

	.service_detail .setsubi_list .item {
		width: 100%;
	}

	.service_detail .setsubi_list .item + .item {
		margin-top: 9rem;
	}

	.service_detail .setsubi_list .item .img {
		height: 41.9rem;
	}

	.service_detail .setsubi_list .item .txtwrap {
		margin-top: 3rem;
	}

	.service_detail .setsubi_list .item .txtwrap .ttl {
		font-size: 3rem;
		margin-bottom: 2.5rem;
	}

	/*table*/
	.service_detail .tbcover {
		overflow-x: scroll;
		overflow-y: hidden;
		margin: 14rem 0;
		margin-right: -6rem;
	}

	.service_detail .tbcover::-webkit-scrollbar {
		display: none;
	}

	.service_detail .tb {
		position: relative;
		width: 165rem;
		margin: 0;
	}

	.service_detail .tb::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: url(../img/service/detail/iconScroll.png) no-repeat 20.5rem center / 22rem auto;
		transition: all 0.2s ease-out 0.2s;
		animation: scrollAnimation 1s linear infinite;
		z-index: 10;
		pointer-events: none;
	}

	.service_detail .tbcover.scrolled .tb::before {
		opacity: 0;
	}

	.service_detail .tb th:not(:first-child)::before,
	.service_detail .tb td:not(:first-child)::before {
		width: .2rem;
		height: calc(100% - 3rem);
		top: 1.5rem;
	}

	.service_detail .tb thead th {
		font-size: 2.7rem;
		padding: 1.65rem 2rem;
	}

	.service_detail .tb thead th:nth-child(1) {
		width: 19rem;
	}

	.service_detail .tb thead th:nth-child(2) {
		width: 43.5rem;
	}

	.service_detail .tb tbody td {
		border-bottom: .2rem solid #c1c1c1;
	}

	.service_detail .tb tbody td p {
		font-size: 2.1rem;
		margin-top: .6rem;
	}
}

@keyframes scrollAnimation {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(2.4vw)
	}

	50% {
		transform: translateX(0);
	}

	75% {
		transform: translateX(-2.4vw);
	}

	100% {
		transform: translateX(0);
	}
}