/*common*/
.mb100 {
	margin-bottom: 100px;
}
.u-rel {
	position: relative;
}
.u-abs {
	position: absolute;
}
.c-scroll-down {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}
.c-scroll-down:before {
	content: url(../img/service/arrow-scroll-down.svg);
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.c-scroll-down:hover:before {
	content: url(../img/service/arrow-scroll-down-blue.svg);
}

/*Page services*/
#page-service .bg-service-main {
	background-image:
	url(../../assets/img/service/bg-main-fire.png),
	var(--bg-gradient-circle);
	background-repeat: no-repeat, no-repeat;
	background-size: contain, cover;
	background-position: center bottom 80px, center;
}
@media (min-width: 1280px) {
  #page-service .bg-service-main {
    background-size: 1280px auto, cover;
  }
}
#page-service .u-color-white {
	color: var(--white);
}
#page-service .breadcrumb, 
#page-service .breadcrumb a {
	color: #898989;
}
#page-service .sec-service1-top__wrap {
	padding: 20px 20px 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#page-service .sec-service1-top__left {
	max-width: 415px;
	width: 100%;
}
#page-service .sec-service1-top__right {
    width: 350px;
}
#page-service .sec-service1-content__wrap {
    padding: 70px 0 245px;
	display: flex;
    justify-content: space-between;
}
#page-service .sec-service1-lead {
    max-width: 324px;
}
#page-service .sec-service1-txt {
    width: calc(100% - 418px);
}
#page-service .font-16 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

#page-service .sec-service2 {
    background-color: var(--bg-color);
}
#page-service .bg-radius {
    margin-top: -80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 100px 0px 180px;
    position: relative;
    z-index: 9;
}
#page-service .section-title span {
	font-weight: bold;
	margin-left: 35px;
}
#page-service .section-title::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../img/top/fim-arrow2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: initial;
}
#page-service .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    gap: 20px;
}
#page-service .step-item img {
    max-width: 140px;
}
#page-service .fim-steps-section .step-title {
	font-size: 1.8rem;
}
#page-service .sec-service2-main__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15PX 20px;
}
#page-service .sec-service2-main__item {
    background: var(--white);
    border-radius: 10px;
    padding: 25px 20px 20px 20px;
	display: flex;
    column-gap: 20px;
}
#page-service .sec-service2-main__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#page-service .sec-service2-main__ttl {
    color: var(--main-color);
}
#page-service .sec-service3 {
    background-color: var(--bg-color-blue);	
}
#page-service .service-content {
	width: 100%;
    max-width: 600px;
}
#page-service .service-content__list-ttl {
    color: var(--main-color);
	font-weight: bold;
	padding: 8px 15px;
	background: var(--white);
	border-radius: 3px;
	margin-bottom: 10px;
}
#page-service .service-content__item {
	position: relative;
	padding-left: 30px;
}
#page-service .service-content__item::before {
    content: '';
	width: 17px;
	height: 17px;
	border-radius: 20px;
	background: var(--sub-color);
	position: absolute;
	top: 6px;
	left: 0;
}
#page-service .service-content-image {
	right: 0;
	width: 280px;
}
#page-service .sec-service3 .service-content-image {
    top: 175px;
}
#page-service .sec-service4 {
    background-color: #22528E;	
}
#page-service .service-hr__item {
    background: var(--white);
    max-width: 600px;
    border-radius: 10px;
    padding: 50px;
	margin-bottom: 60px;
}
#page-service .service-hr__list .service-hr__item:nth-child(2) {
	margin-left: auto;
}
#page-service .service-hr__list .service-hr__item:last-child {
	margin-bottom: 0;
}
#page-service .service-hr__lead {
	color: var(--main-color);
	font-weight: bold;
}
#page-service .service-hr__image {
	width: 180px;
    top: -30px;
    right: -30px;
}
#page-service .sec-service4 .service-content-image {
    top: 30px;
}
#page-service .sec-service5 {
    background-color: #4976A8;	
}
#page-service .sec-service5 .service-content-image {
    top: 180px;
}
#page-service .sec-service6 {
    background-color: #618DB7;	
}
#page-service .sec-service6.bg-radius {
	padding: 100px 0px 100px;
}
#page-service .sec-service6 .service-hr__item {
	margin-bottom: 0;
}
#page-service .service-locality-image {
	max-width: 300px;
	margin: auto;
}
#page-service .sec-service6 .service-content-image {
    top: 60px;
}
#page-service .service-foot {
    padding: 100px 0;
}
#page-service .service-banner {
	width: 100%;
	min-height: 300px;
	background-image:
	url(../../assets/img/service/bg-banner-fire.png),
	var(--bg-gradient-circle);
	background-repeat: no-repeat, no-repeat;
	background-size: contain, cover;
	background-position: bottom center;
	padding: 90px 80px;
}
#page-service .service-banner__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#page-service .service-banner__txt {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    width: calc(100% - 300px);
}
@media (max-width: 1050px) {
	#page-service .service-hr__list .service-hr__item:nth-child(2) {
		margin-right: 30px;
	}
}
@media (max-width: 950px) {
	#page-service .service-content-image {
		right: 10px;
		top: -80px!important;
		width: 200px;
	}

}
@media (max-width: 768px) {
	#page-service .sec-service1-top__wrap {
	    padding: 20px 20px 60px;
		flex-direction: column;
	}
	#page-service .sec-service1-top__left {
		padding: 0 40px 60px 40px;
	}
	#page-service .sec-service1-top__right {
		width: 245px;
	}
	#page-service .sec-service1-content__wrap {
		padding: 50px 0 180px;
		flex-direction: column;
	}
	#page-service .sec-service1-lead {
	    margin-bottom: 30px;
	}
	#page-service .sec-service1-lead img {
	    width: 280px;
	}
	#page-service .sec-service1-txt {
	    width: 100%;
	}
	#page-service .bg-radius  {
	    border-top-left-radius: 50px;
	    border-top-right-radius: 50px;
	}
	#page-service .sec-service3.bg-radius, 
	#page-service .sec-service4.bg-radius, 
	#page-service .sec-service5.bg-radius  {
	    padding: 220px 0px 180px;
	}
	#page-service .sec-service6.bg-radius {
		padding: 180px 0px 100px;
	}
	#page-service .sec-service2-main__list {
		grid-template-columns: repeat(1, 1fr);
	}
	#page-service .service-content {
	    max-width: none;
	}
	#page-service .service-content-image {
		right: 0;
		left: 0;
		top: -150px!important;
		margin: auto;
		width: 140px;
	}
	#page-service .service-hr__item {
		max-width: none;
	    padding: 20px;
	}
	#page-service .service-hr__list .service-hr__item:nth-child(2) {
		margin-right: 0;
	}
	#page-service .service-hr__image {
		width: 110px;
	    right: -10px;
	}
	#page-service .service-foot {
	    padding: 60px 20px;
	}
	#page-service .service-banner__wrap {
		flex-direction: column;
	}
	#page-service .service-banner {
		min-height: auto;
		padding: 30px 20px;
	}
	#page-service .service-banner__txt {
	    font-size: 2.6rem;
		width: 100%;
	    margin-bottom: 20px;
	}
}