@charset "utf-8";

/*--共通--*/
#service .titlebox .txt {
	padding-top: 30px;
}

#service .breadcrumbs {
    top: 700px;
}

#service .h1-wrap h1 {
    top: 710px;
}

@media screen and (max-width: 768px) {
	#service .titlebox .txt {
		padding-top: 20px;
	}

	#service .h1-wrap h1 {
		top: 5px;
	}
	}

/* -----------------------------------------------------------
    MV
-------------------------------------------------------------- */
#service .s-mv-area {
	height: 680px;
	background: url("../img/service-mv-nursing.jpg") no-repeat top center/ cover;
	position: relative;
}
/*建設*/
#service.construction .s-mv-area {
	background: url("../img/service-mv-construction.jpg") no-repeat top center/ cover;
}
/*外食*/
#service.restaurant .s-mv-area {
	background: url("../img/service-mv-restaurant.jpg") no-repeat top center/ cover;
}
/*製造*/
#service.manufacturing .s-mv-area {
	background: url("../img/service-mv-manufacturing.jpg") no-repeat top center/ cover;
}


#service .s-mv-area .ttl-wrap {
	position: absolute;
	bottom: 0px;
	background-color: #fff;
	padding: 45px 100px 10px 180px;
	border-radius: 0 80px 0 0;
}

#service .s-mv-area .ttl-wrap .s-en {
	font-family: 'Lato', sans-serif;
	font-size: 2.8rem;
	margin-bottom: 20px;
}

#service .s-mv-area .ttl-wrap .catch {
	color: #FF9EA1;
	font-size: 6rem;
	margin-bottom: 0;
}
#service .s-mv-area .ttl-wrap::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 300px 0 0;
    border-color: #FF9EA1 transparent transparent transparent;
    opacity: 0.15;
}

/*建設*/
#service.construction .s-mv-area .ttl-wrap .catch {
	color: #79D3F1;
}
#service.construction .s-mv-area .ttl-wrap::before {
    border-color: #79D3F1 transparent transparent transparent;
}
/*外食*/
#service.restaurant .s-mv-area .ttl-wrap .catch {
	color: #FFB47B;
}
#service.restaurant .s-mv-area .ttl-wrap::before {
    border-color: #FFB47B transparent transparent transparent;
}
/*製造*/
#service.manufacturing .s-mv-area .ttl-wrap .catch {
	color: #92B7FF;
}
#service.manufacturing .s-mv-area .ttl-wrap::before {
    border-color: #92B7FF transparent transparent transparent;
}


@media screen and (max-width: 768px) {
	#service .s-mv-area {
		height: 300px;
		background: url("../img/service-mv-nursing.jpg") no-repeat top center/ cover;
		position: relative;
	}
	/*建設*/
	#service.construction .s-mv-area {
		background: url("../img/service-mv-construction.jpg") no-repeat top center/ cover;
	}
	/*外食*/
	#service.restaurant .s-mv-area {
		background: url("../img/service-mv-restaurant.jpg") no-repeat top center/ cover;
	}
	/*製造*/
	#service.manufacturing .s-mv-area {
		background: url("../img/service-mv-manufacturing.jpg") no-repeat top center/ cover;
	}

	#service .s-mv-area .ttl-wrap {
		position: absolute;
		bottom: 0px;
		background-color: #fff;
		padding: 20px 30px 0px 20px;
		border-radius: 0 30px 0 0;
	}

	#service .s-mv-area .ttl-wrap .s-en {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	#service .s-mv-area .ttl-wrap .catch {
		font-size: 3.5rem;
	}

	#service .s-mv-area .ttl-wrap::before {
		border-width: 100px 180px 0 0;
	}
	}


/* -----------------------------------------------------------
    キャッチエリア
-------------------------------------------------------------- */
#service .s-catch-area {
	margin: 100px auto;
}

#service .s-catch-area .txt {
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	#service .s-catch-area {
		margin: 40px auto;
	}

	#service .s-catch-area .txt {
		font-size: 1.8rem;
	}
	}


/* -----------------------------------------------------------
    概要・対応範囲
-------------------------------------------------------------- */
#service .s-overview-area {
	 padding-bottom: 80px;
	background: url("../img/service-overview-area-bg.png") no-repeat bottom 50px center / cover;
}

#service .s-overview-area .txt-img-box {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
	margin: 0 0 80px;
}

#service .s-overview-area .txt-img-box:last-child {
	margin: 0 0 0px;
}

#service .s-overview-area .txt-area {
	width: 55%;
	padding: 0px 80px 0px calc((100% - 1200px) / 2);
	order: 1;
}

#service .s-overview-area .section-catch{
	padding: 0 0 10px;
    margin: 0;
}

#service .s-overview-area .basic-txt{
	margin: 20px 0 0;
}

#service .s-overview-area .img {
	width: 45%;
	background: url("../img/service-overview-img.jpg") no-repeat right top / cover;
}
/*建設*/
#service.construction .s-overview-area .img {
	background: url("../img/service-overview-img-con.jpg") no-repeat right top / cover;
}
/*外食*/
#service.restaurant .s-overview-area .img {
	background: url("../img/service-overview-img-rest.jpg") no-repeat right top / cover;
}
/*製造*/
#service.manufacturing .s-overview-area .img {
	background: url("../img/service-overview-img-manu.jpg") no-repeat right top / cover;
}

/*内容*/
#service .s-overview-area .s-o-content-list01 {
	display: flex;
	justify-content: space-between;
	margin: 70px auto 80px;
}

#service .s-overview-area .s-o-content-list01 li {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 215px;
}

#service .s-overview-area .s-o-content-list01 li .num-img .num {
	font-family: 'Lato', sans-serif;
	font-size: 6rem;
	font-weight: 700;
	color: #87DEBC;
	position: absolute;
	top: 0;
	left: 1px;
	z-index: -1;
}

#service .s-overview-area .s-o-content-list01 li .txt {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 10px;
}

/*リスト2つ目*/
#service .s-overview-area .s-o-content-list02 {
	display: flex;
	justify-content: space-between;
	margin: 70px auto 0px;
}

#service .s-overview-area .s-o-content-list02 li {
	background-color: #fff;
	border: solid 1px #A0E16B;
	padding: 50px 15px 15px;
	width: 220px;
	position: relative;
	text-align: center;
}

#service .s-overview-area .s-o-content-list02 li::before {
	font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 600;
    font-size: 2.2rem;
	line-height: 2.6;
    color: #fff;
    width: 55px;
	height: 55px;
	background-color: #A0E16B;
	border-radius: 30px;
	position: absolute;
	top: -28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#service .s-overview-area .s-o-content-list02 li .txt {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}

#service .s-overview-area .s-o-content-list02 li .txt.plus {
	font-size: 1.4rem;
	font-weight: 400;
	text-align: left;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	#service .s-overview-area {
		padding-bottom: 40px;
		background: url("../img/service-overview-area-bg.png") no-repeat bottom 50px center / cover;
	}

	#service .s-overview-area .txt-img-box {
		flex-direction: column;
		margin: 0 0 40px;
	}

	#service .s-overview-area .txt-area {
		width: 100%;
		padding: 0px 20px;
	}

	#service .s-overview-area .section-catch{
		padding: 0 0 10px;
		margin: 0;
	}

	#service .s-overview-area .basic-txt{
		margin: 20px 0 0;
	}

	#service .s-overview-area .img {
		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}

	/*内容*/
	#service .s-overview-area .s-o-content-list01 {
		flex-direction: column;
		margin: 30px auto 30px;
	}

	#service .s-overview-area .s-o-content-list01 li {
		text-align: left;
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	
	#service .s-overview-area .s-o-content-list01 li:last-child {
		margin-bottom: 0px;
	}

	#service .s-overview-area .s-o-content-list01 li .num-img .num {
		font-size: 4rem;
		left: -5px;
	}

	#service .s-overview-area .s-o-content-list01 li .txt {
		font-size: 1.8rem;
	}
	
	#service .s-overview-area .s-o-content-list01 li .num-img {
		width: 120px;
		margin-right: 20px;
		padding-left: 5px;
	}
	
	#service .s-overview-area .s-o-content-list01 li .num-img img {
		width: 100%;
	}

	/*リスト2つ目*/
	#service .s-overview-area .s-o-content-list02 {
		flex-direction: column;
		margin: 50px auto 0px;
	}
	#service .s-overview-area .s-o-content-list02:last-child {
		margin: 30px auto 0px;
	}

	#service .s-overview-area .s-o-content-list02 li {
		padding: 30px 15px 20px;
		width: 100%;
		position: relative;
		text-align: center;
		margin-bottom: 30px;
	}
	
	#service .s-overview-area .s-o-content-list02 li:last-child {
		margin-bottom: 0px;
	}

	#service .s-overview-area .s-o-content-list02 li::before {
		font-size: 2rem;
		line-height: 2;
		width: 40px;
		height: 40px;
		top: -20px;
	}

	#service .s-overview-area .s-o-content-list02 li .txt {
		font-size: 1.6rem;
	}
	
	#service .s-overview-area .s-o-content-list02 li .txt.plus {
		margin-top: 15px;
	}
	}


/* -----------------------------------------------------------
    イメージエリア
-------------------------------------------------------------- */
#service .img-area.img-wrap {
	width: 100%;
	height: 550px;
}

#service .img-area.img-wrap img {
	min-width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	#service .img-area.img-wrap {
		height: 220px;
	}

	#service .img-area.img-wrap img {
		height: 100%;
		width: 100%;
		object-position: 50% 100%;
	}
	}


/* -----------------------------------------------------------
    ケース
-------------------------------------------------------------- */
#service .service-case-area {
	padding: 0px 0 40px;
    margin: 130px auto 100px;
    position: relative;
    z-index: 1;
}

#service .service-case-area::before {
    background-color: #F7F7F7;
    height: 100%;
    width: calc( 100% - 10%);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: -1;
}

#service .service-case-area .titlebox.center {
   position: relative;
	top: -28px;
}

#service .case-box {
    display: flex;
	justify-content: space-between;
	justify-content: center;
	margin: 40px auto;
	z-index: 3;
}

#service .case-box li {
    background: #fff;
    flex-shrink: 0;
    width: 1100px;
	padding: 30px;
	box-shadow: 0px 3px 20px #b7b7b7;
	border-bottom: solid 5px #FF9EA1;
	display: flex;
}
/*建設*/
#service.construction .case-box li {
	border-bottom: solid 5px #79D3F1; 
}
/*外食*/
#service.restaurant .case-box li {
	border-bottom: solid 5px #FFB47B; 
}
/*製造*/
#service.manufacturing .case-box li {
	border-bottom: solid 5px #92B7FF; 
}

#service .cate-wrap {
	display: flex;
	align-items: center;
	font-weight: 700;
	margin-bottom: 20px;
}

#service .cate-wrap .cate {
	padding: 5px 10px;
	background-color: #FF9EA1;
	color:#fff;
	margin-right: 10px;
}
#service .cate-wrap .cate.style1 {
	background-color: #FF9EA1;
}
#service .cate-wrap .cate.style2 {
	background-color: #79D3F1;
}
#service .cate-wrap .cate.style3 {
	background-color: #FFB47B;
}
#service .cate-wrap .cate.style4 {
	background-color: #8BAFF3;
}

#service .case-box li .title {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 30px;
}

#service .case-box li .img-wrap {
	height: 100%;
	width: 400px;
	margin-bottom: 20px;
	flex-shrink: 0;
	margin-right: 30px;
}

#service .case-box li .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

#service .case-box .case-s-ttl {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

#service .case-box .case-s-ttl::before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #FF9EA1;
	margin-right: 10px;
	border-radius: 10px;
}
/*建設*/
#service.construction .case-box .case-s-ttl::before {
	background-color: #79D3F1;
}
/*外食*/
#service.restaurant .case-box .case-s-ttl::before {
	background-color: #FFB47B;
}
/*製造*/
#service.manufacturing .case-box .case-s-ttl::before {
	background-color: #92B7FF;
}

#service .case-box .txt-wrap {
	margin-bottom: 30px;
}

#service .case-box .txt-wrap.before {
	position: relative;
	margin-bottom: 60px;
}

#service .case-box .txt-wrap.before::after {
	content: "";
    position: absolute;
    border: 20px solid transparent;
    border-top: 20px solid #FF9EA1;
	bottom: -55px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#service .case-box .txt-wrap.after {
	background-color: #fff5f5;
	padding: 20px;
}

/*建設*/
#service.construction .case-box .txt-wrap.before::after {
    border-top: 20px solid #79D3F1;
}
#service.construction .case-box .txt-wrap.after {
    background-color: #f1fcff;
}

/*外食*/
#service.restaurant .case-box .txt-wrap.before::after {
    border-top: 20px solid #FFB47B;
}
#service.restaurant .case-box .txt-wrap.after {
    background-color: #fff7f1;
}

/*製造*/
#service.manufacturing .case-box .txt-wrap.before::after {
    border-top: 20px solid #92b7ff;
}
#service.manufacturing .case-box .txt-wrap.after {
    background-color: #f4f7ff;
}


#service .case-box .txt-wrap:last-child {
	margin-bottom: 0px;
}

/*飾り英語*/
#service .service-case-area .case-bg {
	position: absolute;
	bottom: -6%;
	right: 1%;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	#service .service-case-area {
		padding: 0px 0 40px;
		margin: 60px auto 60px;
	}
	
	#service .service-case-area .titlebox.center {
		position: relative;
		top: -18px;
		margin-bottom: 10px;
	}

	#service .service-case-area::before {
		height: 100%;
		width: calc( 100% - 5%);
	}

	#service .case-box {
		margin: 0px auto;
		padding: 0px 20px;
	}

	#service .case-box li {
		width: 100%;
		padding: 15px;
		display: flex;
		flex-direction: column;
	}

	#service .cate-wrap {
		margin-bottom: 10px;
	}

	#service .cate-wrap .cate {
		padding: 5px 10px;
		margin-right: 10px;
	}

	#service .case-box li .title {
		font-size: 2rem;
		margin-bottom: 20px;
		line-height: 1.4;
	}

	#service .case-box li .img-wrap {
		height: 200px;
		margin: 0 0 20px;
		width: 100%;
	}
	
	#service .case-box li .img-wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	}

	#service .case-box .case-s-ttl {
		font-size: 1.8rem;
		margin-bottom: 10px;
		align-items: center;
	}

	#service .case-box .case-s-ttl::before {
		content: "";
		width: 15px;
		height: 15px;
	}

	#service .case-box .txt-wrap {
		margin-bottom: 20px;
	}
	
	#service .case-box .txt-wrap.before {
		margin-bottom: 50px;
	}
	
	#service .case-box .txt-wrap.before::after {
		border: 15px solid transparent;
		border-top: 15px solid #FF9EA1;
		bottom: -50px;
	}

	/*飾り英語*/
	#service .service-case-area .case-bg {
		position: absolute;
		bottom: -2%;
		right: 1%;
		z-index: -1;
	}
	
	#service .service-case-area .case-bg img {
		width: 100%;
	}
	
	#service .service-case-area .scroll-area {
		overflow: scroll;
	}
	
	}


/* -----------------------------------------------------------
    質問
-------------------------------------------------------------- */
#service .faq-wrap {
	margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
	/*pcのみ js関連*/
	#service .faq-wrap {
		position: relative;
	}
}

@media screen and (max-width: 768px) {
	#service .faq-anchor {
		padding-top: 55px;
		margin-top: -55px;
	}
	
	.cmn-faq .sp-gnav-btn {
		position: absolute;
	}

	#service .faq-wrap {
		flex-direction: column;
		margin-bottom: 40px;
		display: block;
	}

	#service .faq-main {
		width: 100%;
		padding: 0 20px 0 20px;
		position: static;
		margin-top: 0px;
	}
	
	#service .faq-subttl {
		font-size: 2.2rem;
		line-height: 1.3;
		margin-top: -55px;
		padding-top: 55px;
	}

	#service #sec-contact {
		margin-top: -55px;
		padding-top: 55px;
	}
	
	.page-faq .header.is-active #sp_head .sp_head-bg {
		display: none;
	}

}

.page-faq .cmn-under-header {
	margin-bottom: 20px;
}

.cmn-faq .faq-accordion {
	margin-top: 50px;
}

.cmn-faq .faq-accordion ul {
	border-top: #d5d8dc solid 1px;
}

.cmn-faq .faq-accordion ul li {
	border-bottom: 1px solid #d5d8dc;
}

.cmn-faq .faq-accordion .title {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	width: 100%;
	letter-spacing: .03em;
}

.cmn-faq .faq-accordion .quest {
	display: flex;
	position: relative;
	padding: 25px 20px 27px 90px;
	justify-content: space-between;
	width: 100%;
	transition: .5s;
}

.cmn-faq .faq-accordion .quest::before {
	content: "Q";
	font-family: 'Lato', sans-serif;
	font-size: 3.8rem;
	font-weight: 700;
	color: #72A98C;
	display: block;
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 15px;
	top: 25px;
	text-align: center;
	width: 34px;
}

.cmn-faq .faq-accordion .quest:hover {
	cursor: pointer;
	color: #72A98C;
}

.cmn-faq .faq-accordion .answer {
	display: none;
	background: #FFF5F6;
	padding: 0 70px 0 90px;
	position: relative;
}
.cmn-faq .faq-accordion .answer::before {
	content: "A";
	font-family: 'Lato', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	color: #FF9EA1;
	display: block;
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 17px;
	top: 25px;
	text-align: center;
	width: 34px;
}
/*建設*/
#service.construction .cmn-faq .faq-accordion .answer {
	background: #F2FCFF;
}
#service.construction .cmn-faq .faq-accordion .answer::before {
	color: #79D3F1;
}
/*外食*/
#service.restaurant .cmn-faq .faq-accordion .answer {
	background: #fff8f3;
}
#service.restaurant .cmn-faq .faq-accordion .answer::before {
	color: #FFB47B;
}
/*製造*/
#service.manufacturing .cmn-faq .faq-accordion .answer {
	background: #f5f8ff;
}
#service.manufacturing .cmn-faq .faq-accordion .answer::before {
	color: #92B7FF;
}

.cmn-faq .faq-accordion .answer-txt {
	padding: 25px 0 35px 0;
	line-height: 1.8;
}

.cmn-faq .faq-accordion .answer-txt p {
	line-height: 2;
	color: #2d2c2b;
	letter-spacing: .03em;
}

.cmn-faq .faq-accordion .answer-txt p span{
	color: #FFF5F6;
}

.cmn-faq .faq-accordion .answer-txt a {
	color: #e18727;
	text-decoration: underline;
}

.cmn-faq .faq-accordion .answer-txt a:hover {
	text-decoration: none;
}

.cmn-faq .faq-accordion-icon {
	height: 20px;
	margin: 0 0 0 20px;
	padding: 12px 0 0 0;
	position: relative;
	width: 20px;
}

.cmn-faq .faq-accordion .faq-section:first-of-type {
	margin: 20px 0 0 0;
}

.cmn-faq .faq-section {
	margin: 50px 0 0 0;
}

.cmn-faq .faq-mail {
	position: relative;
	margin: 10px 0 0 0;
	display: inline-block;
}

.cmn-faq .faq-mail::before{
	background: url(../img/cmn-arrow-red.png)center center/contain no-repeat;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	height: 14px;
	width: 6px;
	z-index: 1;
}

.cmn-faq .faq-mail a {
	background: #fff;
	border: 1px solid #2a2a29;
	color:  #2a2a29!important;
	display: inline-block;
	padding: 12px 30px 14px 30px;
	text-decoration: none!important;
}

.cmn-faq .faq-mail i {
	margin: 0 3px 0 0;
}

.cmn-faq .faq-info-icon {
	margin: 0 3px 0 0;
}

.cmn-faq .faq-accordion-icon::before,
.cmn-faq .faq-accordion-icon::after {
	background-color: #077C53;
	content: "";
	height: 2px;
	position: absolute;
	width: 100%;
	transition: all .3s;
}

.cmn-faq .faq-accordion-icon::before {
	transform: rotate(0deg);
}

.cmn-faq .faq-accordion-icon::after {
	transform: rotate(90deg);
}

.cmn-faq .inner .faq-accordion .quest.active .faq-accordion-icon::after {
	transform: rotate(180deg);
}

/*faq-consultation*/
.cmn-faq .faq-consultation-wrap {
	margin: 20px 0 0 0;
	background: #f8eada;
	padding: 15px 20px 20px 25px;
}

.cmn-faq .faq-consultation-wrap .ttl {
	color: #767852;
	font-size: 1.7rem;
	font-weight: bold;
}

.cmn-faq .faq-consultation-wrap .txt-wrap {
	font-weight: bold;
}

.cmn-faq .faq-consultation-wrap .txt-wrap p:not(:first-of-type) {
	margin: 10px 0 0 0;
}

@media screen and (max-width: 768px){
	.cmn-faq .faq-accordion {
		margin: 30px auto 0 auto;
	}

	.cmn-faq .faq-accordion ul li a {
		position: relative;
	}

	.cmn-faq .faq-accordion ul li a .title {
		font-size: 1.6rem;
	}
	
		
	.cmn-faq .faq-section {
		margin: 30px 0 0 0;
	}
	
	.cmn-faq .faq-accordion .quest {
		padding: 15px 8px 15px 40px;
	}

	.cmn-faq .faq-accordion .quest::before {
		font-size: 2.8rem;
		top: 15px;
		height: 28px;
		line-height: 28px;
		left: 4px;
		width: 28px;
	}

	.cmn-faq .faq-accordion .answer {
		padding: 23px 15px 8px 40px;
	}

	.cmn-faq .faq-accordion .answer::before {
		font-size: 2.5rem;
		top: 30px;
		height: 28px;
		line-height: 28px;
		left: 6px;
		width: 28px;
	}
	
	.cmn-faq .faq-accordion .answer-txt {
		padding: 0 0 20px 0;
		width: 100%;
	}
	
	.cmn-faq .faq-accordion .answer-txt p {
		line-height: 1.8;
		font-size: 1.6rem;
	}
	
	.cmn-faq .faq-accordion-icon {
		height: 18px;
		margin: 2px 0 0 8px;
		width: 18px;
	}
	
	/*faq-consultation-wrap*/
	.cmn-faq .faq-consultation-wrap .txt-wrap {
		margin: 0;
	}
	
	.cmn-faq .faq-consultation-wrap {
		padding: 15px 10px 15px 20px;
		margin: 15px 0 0 0;
	}
	
	.cmn-faq .faq-consultation-wrap .ttl {
		line-height: 1.7!important;
	}
	
	.cmn-faq .faq-consultation-wrap .elements {
		display: block;
	}
	
	.cmn-faq .faq-consultation-wrap .elements .cmn-btn {
		max-width: 100%;
		margin: 0 auto 0 0;
	}
}



/* -----------------------------------------------------------
    利用の流れ
-------------------------------------------------------------- */
#service .service-flow-table {
	margin: 50px auto 100px;
}

#service .service-flow-table .flow-area {
	display: flex;
	margin-bottom: 20px;
}

#service .service-flow-table .flow-left {
	background: url("../img/service-flow-bg01.png") no-repeat bottom center / cover;
	width: 70px;
	margin-right: 30px;
}
#service .service-flow-table .flow-left.wrap02 {
	background: url("../img/service-flow-bg02.png") no-repeat bottom center / cover;
}
#service .service-flow-table .flow-left.wrap03 {
	background: url("../img/service-flow-bg03.png") no-repeat bottom center / cover;
}

#service .service-flow-table .flow-left p {
	color: #fff;
	font-weight: 700;
	font-size: 2.2rem;
	padding: 50px 0px;
	margin: 0 auto;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	letter-spacing: 1rem;
}

#service .service-flow-table ul{
	width: 100%;
}

#service .service-flow-table ul li{
	border: solid 1px #AFBEFE;
	padding: 40px;
	margin-bottom: 20px;
	display: flex;
	background-color: #fff;
}
#service .service-flow-table ul li.f02 {
	border: solid 1px #A6C5F0;
}
#service .service-flow-table ul li.f03 {
	border: solid 1px #9DCBE1;
}
#service .service-flow-table ul li.f04 {
	border: solid 1px #9DCDE0;
}
#service .service-flow-table ul li.f05 {
	border: solid 1px #95D2D4;
}
#service .service-flow-table ul li.f06 {
	border: solid 1px #90D7CB;
}
#service .service-flow-table ul li.f07 {
	border: solid 1px #85DFB8;
}
#service .service-flow-table ul li.f08 {
	border: solid 1px #82E2B3;
}
#service .service-flow-table ul li.f09 {
	border: solid 1px #78EBA2;
}


#service .service-flow-table ul li:last-child {
	margin-bottom: 0px;
}

#service .service-flow-table ul li .num {
	font-size: 4.5rem;
	font-weight: 700;
	color: #AEBDFE;
	margin-right: 50px;
}
#service .service-flow-table ul li.f02 .num {
	color: #A6C5F0;
}
#service .service-flow-table ul li.f03 .num {
	color: #9DCBE1;
}
#service .service-flow-table ul li.f04 .num {
	color: #9DCDE0;
}
#service .service-flow-table ul li.f05 .num {
	color: #95D2D4;
}
#service .service-flow-table ul li.f06 .num {
	color: #90D7CB;
}
#service .service-flow-table ul li.f07 .num {
	color: #85DFB8;
}
#service .service-flow-table ul li.f08 .num {
	color: #82E2B3;
}
#service .service-flow-table ul li.f09 .num {
	color: #78EBA2;
}

#service .service-flow-table ul li .txt {
	font-family: 'Lato', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
}

/*--かかる期間--*/
/*介護・外食*/
#service .flow-area {
	position: relative;
}

#service .flow-area .days-wrap {
	width: 180px;
	position: absolute;
	display: flex;
	align-items: center;
	right: 40px;
	z-index: 1;
}

#service .flow-area.area01 .days-wrap {
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#service .flow-area .days-wrap .days {
	font-size: 2rem;
	font-weight: 700;
	margin-left: 30px;
}

#service .flow-area.area02 .days-wrap.wrap2-1 {
	top: 12%;
}
#service .flow-area.area02 .days-wrap.wrap2-2 {
	bottom: -15%;
}

#service .flow-area.area03 .days-wrap {
	top: 22%;
}

/*建設・製造*/
#service.construction .flow-area.area02 .days-wrap.wrap2-1,
#service.manufacturing .flow-area.area02 .days-wrap.wrap2-1{
    top: 5%;
}

#service.construction .flow-area.area02 .days-wrap.wrap2-2,
#service.manufacturing .flow-area.area02 .days-wrap.wrap2-2 {
    bottom: 11%;
}


@media screen and (max-width: 768px) {
	#service .service-flow-table {
		margin: 30px auto 40px;
	}

	#service .service-flow-table .flow-area {
		display: flex;
		margin-bottom: 10px;
	}

	#service .service-flow-table .flow-left {
		width: 35px;
		margin-right: 10px;
	}

	#service .service-flow-table .flow-left p {
		font-size: 1.7rem;
		padding: 30px 8px;
		margin: 0 auto;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		letter-spacing: 0.6rem;
	}

	#service .service-flow-table ul li{
		padding: 15px;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
	}

	#service .service-flow-table ul li:last-child {
		margin-bottom: 0px;
	}

	#service .service-flow-table ul li .num {
		font-size: 2rem;
		margin-right: 15px;
		flex-shrink: 0;
	}

	#service .service-flow-table ul li .txt {
		font-size: 1.7rem;
		line-height: 1.4;
	}

	/*かかる期間*/
	#service .flow-area .days-wrap {
		width: 32px;
		right: 18px;
	}

	#service .flow-area.area01 .days-wrap {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	#service .flow-area.area01 .days-wrap img {
		height: 200px;
	}
	#service .flow-area.area02 .days-wrap.wrap2-1 img {
		height: 200px;
	}
	/*#service .flow-area.area02 .days-wrap.wrap2-2 img {
		height: 100px;
	}*/
	#service .flow-area.area03 .days-wrap.wrap3 img {
		height: 100px;
	}
	
	#service .flow-area .days-wrap .days {
		font-size: 1.4rem;
		margin-left: 10px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		letter-spacing: 0.8rem;
		text-orientation: upright;
	}
	#service .flow-area .days-wrap .days span {
		text-orientation: mixed;
	}
	
	#service .flow-area .days-wrap .days .decimal {
		text-combine-upright: all;
		padding-bottom: 10px;
	}
	
	#service .flow-area.area02 .days-wrap.wrap2-1 {
		top: 12%;
	}
	#service .flow-area.area02 .days-wrap.wrap2-2 {
		bottom: -21%;
	}
	#service .flow-area.area03 .days-wrap {
		top: 20%;
	}
	
	/*建設・製造*/
	#service.construction .flow-area.area02 .days-wrap.wrap2-1,
	#service.manufacturing .flow-area.area02 .days-wrap.wrap2-1{
		top: 5%;
	}
	
	#service.construction .flow-area.area02 .days-wrap.wrap2-1 img,
	#service.manufacturing .flow-area.area02 .days-wrap.wrap2-1 img {
		height: 60px;
	}


	#service.construction .flow-area.area02 .days-wrap.wrap2-2,
	#service.manufacturing .flow-area.area02 .days-wrap.wrap2-2 {
		bottom: 8%;
	}
	
	#service.construction .flow-area.area02 .days-wrap.wrap2-2 img,
	#service.manufacturing .flow-area.area02 .days-wrap.wrap2-2 img {
		height: 200px;
	}
	}




