@charset "utf-8";

/* business */


/* contents
----------------------------------------- */
#contents {
}

/* intro-sec */
.intro-sec {
	position: relative;
	margin-bottom: 20px;
	padding: 80px 0 0;
	overflow: hidden;
}
.intro-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 38px;
	left: 50%;
	width: 382px;
	height: 62px;
	margin-left: -191px;
	background: url(../images/type-OurService.png) 0 0 no-repeat;
	background-size: 382px 62px;
	opacity: 0.9;
}
.intro-sec-ttl {
	position: relative;
	margin-bottom: 27px;
	padding: 0 20px 25px;
	font-size: 2.0rem;
	text-align: center;
}
.intro-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 1px;
	margin-left: -20px;
	background-color: #0cb59b;
}
.intro-sec-lead {
	padding: 0 30px;
	font-size: 1.2rem;
	line-height: 2.2;
}

/* business-sec */
.business-sec {
	margin-bottom: 60px;
	padding: 0 30px;
}
.business-category-area {
}
.business-category-area:first-child {
	margin-bottom: 85px;	
}
.business-img {
	margin-bottom: 35px;
}
.business-text-area {
}
.business-category-ttl {
	margin-bottom: 25px;
	text-align: center;
}
.business-category-ttl .jpn {
	display: block;
	font-size: 4.3rem;
	line-height: 1.2;
}
.business-category-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	color: #0cb59b;
	letter-spacing: 0.02em;
}
.business-category-lead {
	margin-bottom: 40px;
	font-size: 1.2rem;
	line-height: 2.2;
}
.business-category-btn {
}

/* private-sec */
.private-sec {
	position: relative;
	padding: 60px 30px;
	background: url(../images/private-bg_sp.jpg) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.private-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 74px;
	left: 50%;
	width: 405px;
	height: 141px;
	margin-left: -202px;
	background: url(../images/type-private.png) 0 0 no-repeat;
	background-size: 405px 141px;
}
.private-sec-ttl {
	position: relative;
	padding-bottom: 50px;
	text-align: center;
	z-index: 100;
}
.private-sec-ttl .jpn {
	display: block;
	margin-bottom: 7px;
	font-size: 4.0rem;
	line-height: 1.2;
}
.private-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	color: #0cb59b;
	letter-spacing: 0.02em;
}
.private-sec-cont {
	margin-bottom: 35px;
}
.private-sec-cont-img {
}
.private-sec-cont-text {
	padding: 32px 40px 40px;
	background-color: #fff;
}
.private-sec-cont-ttl {
	margin-bottom: 22px;
	font-size: 3.2rem;
	color: #0cb59b;
	line-height: 1.6;
}
.private-sec-cont-lead {
	font-size: 1.2rem;
	line-height: 2.2;
}
.private-sec-cont-lead p {
	margin-bottom: 20px;
}
.private-sec-cont-lead p:last-child {
	margin-bottom: 0;
}
.private-sec-form-text {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 20px;
	padding: 0;
	font-size: 1.3rem;
	text-align: center;
}
.private-sec-btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 15px 10px;
	background-color: #0cb59b;
	color: #fff;
	border-radius: 5px;
	font-size: 1.4rem;
	text-align: center;
	transition: all .2s;
}
.private-sec-btn:hover {
	color: #fff;
}






































/* tablet:760px - 1000px */
@media only screen and (min-width: 760px) {


/* contents
----------------------------------------- */
#contents {
}

/* intro-sec */
.intro-sec {
	position: relative;
	margin-bottom: 40px;
	padding: 140px 0 0;
	overflow: hidden;
}
.intro-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 46px;
	left: 50%;
	width: 951px;
	height: 151px;
	margin-left: -475px;
	background: url(../images/type-OurService.png) 0 0 no-repeat;
	background-size: 951px 151px;
	opacity: 0.7;
}
.intro-sec-ttl {
	position: relative;
	margin-bottom: 37px;
	padding: 0 20px 35px;
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.6;
}
.intro-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 1px;
	margin-left: -30px;
	background-color: #0cb59b;
}
.intro-sec-lead {
	max-height: 100%;
	padding: 0 30px;
	font-size: 1.5rem;
	line-height: 2.2;
	text-align: center;
}

/* business-sec */
.business-sec {
	margin-bottom: 180px;
	padding: 0;
}
.business-category-area {
	display: flex;
	align-items: center;
}
.business-category-area:first-child {
	margin-bottom: 140px;	
}
.business-category-area:last-child {
	flex-direction: row-reverse;
}
.business-img {
	width: 47%;
	margin-bottom: 0;
}
.business-text-area {
	box-sizing: border-box;
	width: 53%;
	padding: 0 10%;
}
.business-category-ttl {
	margin-bottom: 50px;
	text-align: center;
}
.business-category-ttl .jpn {
	display: block;
	margin-bottom: 10px;
	font-size: 6.0rem;
	line-height: 1.2;
	letter-spacing: 0.12em;
}
.business-category-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	color: #0cb59b;
	letter-spacing: 0.02em;
}
.business-category-lead {
	margin-bottom: 50px;
	font-size: 1.5rem;
	line-height: 2.2;
}
.business-category-btn .link-btn-std {
	margin: 0 auto;
}

/* private-sec */
.private-sec {
	position: relative;
	padding: 130px 60px 140px;
	background: url(../images/private-bg_pc.jpg) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.private-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 140px;
	left: 50%;
	width: 700px;
	height: 244px;
	margin-left: -350px;
	background: url(../images/type-private.png) 0 0 no-repeat;
	background-size: 700px 244px;
}
.private-sec-ttl {
	position: relative;
	padding-bottom: 95px;
	text-align: center;
	z-index: 100;
}
.private-sec-ttl .jpn {
	display: block;
	margin-bottom: 15px;
	font-size: 5.4rem;
	line-height: 1.2;
}
.private-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	color: #0cb59b;
	letter-spacing: 0.02em;
}
.private-sec-cont {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 90px;
	background-color: #fff;
}
.private-sec-cont-img {
	width: 50%;
}
.private-sec-cont-text {
	box-sizing: border-box;
	width: 50%;
	padding: 30px 8% 30px;
	background-color: #fff;
}
.private-sec-cont-ttl {
	margin-bottom: 35px;
	font-size: 4.4rem;
	color: #0cb59b;
	line-height: 1.6;
}
.private-sec-cont-lead {
	font-size: 1.5rem;
	line-height: 2.2;
}
.private-sec-cont-lead p {
	margin-bottom: 30px;
}
.private-sec-cont-lead p:last-child {
	margin-bottom: 0;
}
.private-sec-form-text {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 25px;
	padding: 0;
	font-size: 2.3rem;
	text-align: center;
}
.private-sec-btn {
	display: block;
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
	padding: 30px 10px;
	background-color: #0cb59b;
	color: #fff;
	border-radius: 5px;
	font-size: 2.0rem;
	text-align: center;
	transition: all .2s;
}
.private-sec-btn:hover {
	color: #fff;
	background-color: #14d0b3;
}



} /* tablet */















































/* PC:1201px - */
@media only screen and (min-width: 1201px) {


} /* PC */

