@charset "utf-8";
/* SERVICE CSS
------------------------------------------ */
#service {
	background: url(../img/service/bg.jpg)  no-repeat right top;
}

#service::before {
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	background: url(../img/service/bg_line.png) no-repeat right top;
}

#service.is-loaded::before {
	transition-delay: 10s;
	transition: all 3.5s ease;
	opacity: 1;
}

#service .box-menupc .menu-pc ul li a::before,
#service .box-menupc .menu-pc ul li a::after {
	background-color: #99cc00;
}

@media (max-width: 991px){
	#service {
		background-size: 65% auto;
	}
	#service::before {
	    background-size: 60% auto;
	}
}

@media (max-width: 768px){
	#service {
		background-size: 80% auto;
		background-position: right -50px;
	}
	#service::before {
		background-size: 65% auto;
    	background-position: right -40px;
	}
}

@media (max-width: 480px){
	#service {
		background-size: 100% auto;
		background-position: right -50px;
	}
	#service::before {
		background-size: 80% auto;
    	background-position: 170% -55px;
	}
}

/* sec-02 ---------------------- */
.box-service {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.list-service .box-service:last-child {
	border-bottom: none;
}

.box-service .lttl-service {
	text-align: center;
}

.box-service .lttl-service .ltxt-tag span {
	font-family: 'Noto Sans JP', sans-serif;
	color: #88c701;
	font-weight: 500;
	font-size: 2.4rem;
    vertical-align: middle;
	display: inline-block;
	padding-right: 10px;
	padding-left: 15px;
	position: relative;
	line-height: 1.4;
}

.ltxt-tag span::after {
	content:"/";
	position: absolute;
	right: -9px;
	color: #88c701;
	font-size: 2.4rem;
}
.ltxt-tag > span:first-child {
	padding-left: 0;
}
.ltxt-tag > span:last-child {
	padding-right: 0;
}

.ltxt-tag > span:last-child::after {
	content: none;
}

.box-service .lttl-service .n-srvc {
	font-family: 'Teko', sans-serif;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
	font-size: 2.0rem;
    line-height: 0.85;
}
.box-service .lttl-service .i-srvc {
	display: block;
    height: 75px;
	position: relative;
}

.box-service .lttl-service .i-srvc > img {
    min-width: 80px;
    max-height: 100%;
    min-height: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.box-service .lttl-service .mttl-srvc,
.box-service .lttl-service .mttl-srvc > span {
	margin-bottom: 10px;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	white-space: nowrap;
}

.box-service .lttl-service .stxt-tag {
	background: #333;
	padding: 8px 10px;
}

.sbox-service {
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
	padding-top: 15px;
}

.list-service .box-service:nth-of-type(2n) .sbox-service {
	-webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.list-service .box-service:nth-of-type(2n-1) .sbox-service .col-l,
.list-service .box-service:nth-of-type(2n) .sbox-service .col-r {
	width: 45%;
	position: relative;
}
.list-service .box-service:nth-of-type(2n-1) .sbox-service .col-r {
	margin-left: auto;
}
.list-service .box-service:nth-of-type(2n) .sbox-service .col-r {
	margin-right: auto;
}

.list-service .box-service:nth-of-type(2n-1) .sbox-service .col-r,
.list-service .box-service:nth-of-type(2n) .sbox-service .col-l {
	width: 50%;
	position: relative;
}

.list-service .box-service:nth-of-type(2n) .sbox-service .col-l .lbtn .block {
	text-align: right;
}

.service01 .sbox-service .col-r {
	margin-left: auto;
}


.sbox-service .col-r .col-img {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

.service01 .col-r .col-img img {
	transition: all 1s ease-in-out;
}

.service01 .col-r .col-img .spimg1 {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 606px;
	z-index: 2;
}

.service01 .col-r .col-img .spimg2 {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 310px;
	z-index: 1;
	transition: all 1.5s ease-in-out;
}

.service01 .col-r .col-img.active .spimg1 {
	transform: translateY(-5%);
}
.service01 .col-r .col-img.active .spimg2 {
	transform: translateY(15%) scale(0.9,0.9);
	transision-delay: 0.25s;
}



#sec-03 .row {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-left: 0;
	margin-right: 0;
}

#sec-03 .row:last-child {
	border-bottom: none;
}
/*
.list-srvcshop {
	display: table;
	table-layout: auto;
	width: 100%;
}

.list-srvcshop li {
	display: table-cell;
}*/
@media (max-width: 1250px){
	.row .box-service:nth-child(odd) {
		padding-right: 3%;
	}
	.row .box-service:nth-child(even) {
		padding-left: 3%;
	}
}
@media (max-width: 1199px){
	.sbox-service,
	.service01 {
		display: block;
	}

	.sbox-service .col-l .lbtn {
		text-align: center;
		margin-bottom: 20px;
	}

	.sbox-service .col-l .lbtn .block {
		display: inline-block;
	    margin: 0 10px 15px 10px;
	}

	.list-service .box-service:nth-of-type(2n-1) .sbox-service .col-l,
	.list-service .box-service:nth-of-type(2n) .sbox-service .col-r,
	.list-service .box-service:nth-of-type(2n-1) .sbox-service .col-r,
	.list-service .box-service:nth-of-type(2n) .sbox-service .col-l {
		width: 100%;
	}

	.sbox-service .col-r {
		padding-top: 35px;
	}

	.service01 .col-r .col-img .spimg1 {
	    position: relative;
	    padding-top: 80px;
		bottom: -50px;
	}

/*	.list-srvcshop {
		margin: 0 auto;
		width: 80%;
	}*/

}

@media (max-width: 991px){
	.service01 {
		flex-direction: column;
	}
	.box-service .col-l {
		width: 100%;
	}
	#sec-03 .row {
		border-bottom: none;
	    flex-direction: column;
	}

	.row .box-service {
		width: 100%;
	}

	.row .box-service:nth-child(odd) {
		padding-right: 0;
	}
	.row .box-service:nth-child(even) {
		padding-left: 0;
	}

	.list-service .box-service:nth-of-type(2n) .sbox-service .col-l .lbtn .block {
		text-align: center;
	}
/*	.list-srvcshop {
		width: auto;
	}*/
}

@media (max-width: 768px){

	.ltxt-tag span::after,
	.box-service .lttl-service .ltxt-tag span {
		font-size: 2.25rem;
	}
	.sbox-service .col-l .lbtn {
		margin-bottom: 0;
	}
	.sbox-service .col-l .lbtn .block {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	.service01 .col-r {
		padding-top: 30px;
	}
	.service01 .col-r .col-img .spimg1 {
		padding-top: 100px;
		width: 80%;
    	left: 5%;
	}

	.service01 .col-r .col-img .spimg2 {
	    width: 45%;
		right: 3%;
	}

	.list-service .box-service:nth-child(n+2) .sbox-service .col-r .col-img {
		padding-left: 20%;
    	padding-right: 20%;
	}
}

@media (max-width: 480px){
	.ltxt-tag span::after {
		content: none;
	}
	.box-service .lttl-service .ltxt-tag span {
		font-size: 1.85rem;
		padding-left: 0;
		padding-right: 0;
	}
	.box-service .lttl-service .i-srvc {
		height: 65px;
	}
	.box-service .lttl-service .i-srvc > img {
		width: 75px;
    	min-width: auto;
	}
	.sbox-service {
		padding-top: 0;
	}
/*	.list-srvcshop {
		display: block;
		width: 100%;
		font-size: 0;
	    letter-spacing: 0;
	}

	.list-srvcshop li {
		display: inline-block;
		width: 50%;
		font-size: inherit;
		text-align: center;
	}*/

	.sbox-service .col-r,
	.service01 .col-r {
		padding-top: 20px;
	}

	.service01 .col-r .col-img .spimg1 {
		padding-top: 80px;
		width: 90%;
	}
	.list-service .box-service:nth-child(n+2) .sbox-service .col-r .col-img {
		padding-left: 30%;
    	padding-right: 30%;
	}
}

@media (max-width: 450px){
	.box-service .lttl-service .mttl-srvc,
	.box-service .lttl-service .mttl-srvc > span {
		font-size: 2.5rem;
	}
}

@media (max-width: 360px){
	.box-service .lttl-service .mttl-srvc,
	.box-service .lttl-service .mttl-srvc > span {
		font-size: 2.3rem;
	}
}

/* ロゴ追加 */
.logo-list{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
	align-items: center;
}
.logo-list .logo-item img{
	width: 100%;
	height: 100%;
}

/* service04 */
.logo-list .logo-item:has(> .meta) {
	display: flex;
	flex-wrap: nowrap;
	gap: 17px;
	align-items: center;
}

.logo-item .google{
	width: 103px;
	height: 33px;
}
.logo-item .yahoo {
	width: 117px;
	height: 29px;
}
.logo-item .meta {
	width: 120px;
	height: 25px;
}
.logo-meta-list{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	width: fit-content;
}
.logo-meta-list .logo-item{
	width: 23px;
	height: 23px;
}
.logo-item .youtube {
	width: 121px;
	height: 28px;
}
.logo-item .line {
	width: 72px;
	height: 26px;
}
.logo-item .x {
	width: 29px;
	height: 30px;
}
/* service05 */
.logo-item .eccube {
	width: 73px;
	height: 60px
}
.logo-item .colorme {
	width: 117px;
	height: 46px
}
.logo-item .rakuten {
	width: 85px;
	height: 25px
}
.logo-item .yahoo-shop {
	width: 151px;
	height: 23px
}
.logo-item .shopify {
	width: 118px;
	height: 35px
}
.logo-item .base {
	width: 90px;
	height: 27px
}

/* service06 */
.logo-srvc06 .logo-list {
	flex-wrap: nowrap;
}

.logo-item .html,
.logo-item .css {
	width: 46px;
	height: auto;
}
.logo-item .js {
	width: 50px;
	height: 50px;
	margin-top: 8px;
}
.logo-item .php {
	width: 60px;
	height: auto;
	margin-top: 15px;
}
.logo-item .bootstrap {
	width: 70px;
	height: auto;
	margin-left: -10px;
	margin-top: 20px;
}

/* service07 */
.logo-item .ruby {
	width: 49px;
	height: auto;
}
.logo-item .mysql {
	width: 104px;
	height: auto;
}
.logo-item .react {
	width: 60px;
	height: auto;
}

@media (max-width: 1199px) {
	.logo-list {
		justify-content: center;
	}
}
@media (max-width: 991px) {
	.logo-srvc04,
	.logo-srvc04,
	.logo-srvc06,
	.logo-srvc07{
		padding: 15px 0 20px;
	}
	.logo-list {
		gap: 30px 25px;
	}
	.logo-item.meta {
		gap: 15px;
	}
	.logo-meta-list {
		gap: 8px;
	}
}
@media (max-width: 480px) {
	.logo-list .logo-item:has(> .meta){
		width: 100%;
		justify-content: center;
	}
	.logo-meta-list .logo-item {
		width: 22px;
	}

	.logo-srvc06 .logo-list {
		gap: 10px;
	}
	.logo-srvc06 .logo-item{
		scale: 0.8;
	}

	.logo-srvc07 .logo-list{
		gap: 15px;
	}
	/*.logo-srvc07 .logo-item {
		scale: 0.9;
	}*/
	.logo-item .php {
		margin-left: -5px;
	}
}
