/*--------------------------------------------
イントロ
--------------------------------------------*/
.business-top-intro__wrap {
	background: url(/business/images/business_intro_bg.png) no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	height: 642px;
	overflow: hidden;
	margin-top: 180px;
	width: 94%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-top-intro__wrap {
	background: url(/business/images/business_intro_bg_sp.png) no-repeat;
	background-position: center top;
	background-size: cover;
	height: 298px;
	margin-top: 132px;
	width: 100%;
 }
}

.business-top-intro--ttl {
	position: absolute;
	top: 95px;
	left: 130px;
	max-width: 364px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-top-intro--ttl {
	position: absolute;
	top: 35px;
	left: 6.6%;
	width: 45.3%;
 }
}

.business-package-top-intro__wrap {
	background: url(/business/package/images/package_top_intro_bg.png) no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	height: 642px;
	overflow: hidden;
	margin-top: 180px;
	width: 94%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-package-top-intro__wrap {
	background: url(/business/package/images/package_top_intro_bg_sp.png) no-repeat;
	background-position: center top;
	background-size: cover;
	height: 298px;
	margin-top: 132px;
	width: 100%;
 }
}

.business-package-top-intro--ttl {
	position: absolute;
	top: 95px;
	left: 130px;
	max-width: 174px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-package-top-intro--ttl {
	position: absolute;
	top: 35px;
	left: 6.6%;
	width: 32%;
 }
}

.business-package-story01-intro__wrap {
	background: url(/business/package/images/package_story01_intro_bg.png) no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	height: 642px;
	overflow: hidden;
	margin-top: 180px;
	width: 94%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-package-story01-intro__wrap {
	background-position: center top;
	background-size: cover;
	height: 298px;
	margin-top: 132px;
	width: 100%;
 }
}

.business-package-story01-intro--ttl {
	position: absolute;
	top: 95px;
	left: 130px;
	max-width: 400px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-package-story01-intro--ttl {
	position: absolute;
	top: 35px;
	left: 6.6%;
	width: 75%;
 }
}

.business-prescription-top-intro__wrap {
	background: url(/business/prescription/images/prescription_top_intro_bg.png) no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	height: 642px;
	overflow: hidden;
	margin-top: 180px;
	width: 94%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-prescription-top-intro__wrap {
	background-position: center top;
	background-size: cover;
	height: 298px;
	margin-top: 132px;
	width: 100%;
 }
}

.business-prescription-top-intro--ttl {
	position: absolute;
	top: 95px;
	left: 130px;
	max-width: 174px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-prescription-top-intro--ttl {
	position: absolute;
	top: 35px;
	left: 6.6%;
	width: 32%;
 }
}

.business-prescription-story02-intro__wrap {
	background: url(/business/prescription/images/prescription_story02_intro_bg.png) no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	height: 642px;
	overflow: hidden;
	margin-top: 180px;
	width: 94%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-prescription-story02-intro__wrap {
	background-position: center top;
	background-size: cover;
	height: 298px;
	margin-top: 132px;
	width: 100%;
 }
}

.business-prescription-story02-intro--ttl {
	position: absolute;
	top: 95px;
	left: 130px;
	max-width: 510px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-prescription-story02-intro--ttl {
	position: absolute;
	top: 35px;
	left: 6.6%;
	width: 75%;
 }
}

/*--------------------------------------------
コンテンツ
--------------------------------------------*/
.business-content__wrap {
	width: 94%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-content__wrap {
	width: 100%;
 }
}

.business-content__wrap--inner {
	background: #ecf8f8;
	padding-bottom: 90px;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-content__wrap--inner {
	padding-bottom: 45px;
 }
}

.business-story-content__wrap--inner {
	background:linear-gradient(90deg,#fff 0%,#fff 25.5%,#ecf8f8 25.5%,#ecf8f8 100%);
	padding-bottom: 90px;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-story-content__wrap--inner {
	padding-bottom: 45px;
 }
}

/*--------------------------------------------
トップ
--------------------------------------------*/
.business-top-content {
	background: url(/business/images/business_bg.png) no-repeat;
	background-position : center top;
	background-size: 93.44% 100%;
	margin: 0 auto;
	padding: 43px 0 70px;
	position: relative;
	top: -43px;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-top-content {
	padding: 32px 0 70px 0;
	background-size: 100% 100%;
	position: static;
 }
}

.business-top-content__btnarea {
	background-size: cover;
	background-position: bottom;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-content：flex-start;
	height: 530px;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-top-content__btnarea {
	display: block;
	height: auto;
 }
}

.business-top-content__btnarea--left {
	background: url(/business/images/business_ph_01.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 290px;
	width: 50%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-top-content__btnarea--left {
	background: url(/business/images/business_ph_01.png) no-repeat;
	background-size: contain;
	background-position: center top;
	height: 340px;
	width: 100%;
 }
}

.business-top-content__btnarea--left--inner {
	background: #fff url(/business/images/business_bar.png) no-repeat;
	background-size: 100%;
	background-position: left top;
	width: 82.1%;
	margin: 0 5.7% 0 12.2%;
	padding: 30px 5%;
	position: relative;
	top: 206px;
	display: block;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-top-content__btnarea--left--inner {
	width: 86.1%;
	margin: 0 auto;
	padding: 15px 5% 10px 5%;
	position: relative;
	top: 130px;
 }
}

.business-top-content__btnarea--right {
	background:  url(/business/images/business_ph_02.png) no-repeat;
	background-size: cover;
	background-position: center;
	height: 290px;
	width: 50%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-top-content__btnarea--right {
	background:  url(/business/images/business_ph_02.png) no-repeat;
	background-size: contain;
	background-position: center top;
	height: 340px;
	width: 100%;
 }
}

.business-top-content__btnarea--right--inner {
	background: #fff url(/business/images/business_bar.png) no-repeat;
	background-size: 100%;
	background-position: left top;
	width: 82.1%;
	margin: 0 12.2% 0 5.7%;
	padding: 30px 5%;
	position: relative;
	top: 206px;
	display: block;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-top-content__btnarea--right--inner {
	width: 86.1%;
	margin: 0 auto;
	padding: 15px 5% 10px 5%;
	position: relative;
	top: 130px;
 }
}

.business-top-content__btnarea--left--inner:hover,
.business-top-content__btnarea--right--inner:hover {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}


/*--------------------------------------------
仕事について 下層TOP
--------------------------------------------*/
.business-second-top-content {
	background: url(/business/images/business_bg.png) no-repeat;
	background-position : left top;
	background-size: 93.44% 466px;
	margin: 0 auto;
	padding: 43px 0 70px 13.1%;
	position: relative;
	top: -43px;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-second-top-content {
	padding: 32px 6.6% 70px 6.6%;
	background-size: 100% 620px;
	position: static;
 }
}

.business-second-top-content02 {
	background: url(/business/images/business_bg.png) no-repeat;
	background-position : left top;
	background-size: 93.44% 530px;
	margin: 0 auto;
	padding: 43px 0 70px 13.1%;
	position: relative;
	top: -43px;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-second-top-content02 {
	padding: 32px 6.6% 70px 6.6%;
	background-size: 100% 620px;
	position: static;
 }
}

.business-second-top-content__catch {
	background-size: cover;
	background-position: bottom;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-content：flex-start;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-second-top-content__catch {
	display: block;
	height: auto;
 }
}

.business-second-top-content__catch--txt {
	width: 47.2%;
	padding-right: 4%;
	box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-second-top-content__catch--txt {
	width: 100%;
	display: block;
 }
}


.business-second-top-content__catch--img {
	width: 52.8%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-second-top-content__catch--img {
	width: 100%;
	display: block;
	padding-top: 70px;
 }
}

.business-second-top-content__catch--img img {
	width: 100%;
}

.business-second-top-content__btnarea {
	width: 92.4%;
	margin-top: 70px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-second-top-content__btnarea {
	width: 100%;
	margin-top: 25px;
 }
}

.business-second-top-content__btnarea--btn {
	width: 100%;
	position: relative;
	overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-second-top-content__btnarea--btn  {
	display: block;
	height: auto;
	overflow: visible;
 }
}

.business-second-top-content__btnarea--btn--txt {
	max-width: 610px;
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 10;
	background-image: url(/assets/images/ic_arrow_white_l.png),url(/business/images/btn_business_bg.png);
	background-repeat: no-repeat,no-repeat;
	background-size: 26px,100% 100%;
	background-position: right 15px center,top left;
	color: #fff;
	font-size: 20px;
	padding: 0 25px 20px 40px;
	display: inline-block;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
	display: block;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-second-top-content__btnarea--btn--txt {
	width: 96%;
	position: absolute;
	bottom: -60px;
	left: 4%;
	background-position: right 10px center,top left;
	padding: 0 30px 10px 10px;
 }
}

.business-second-top-content__btnarea--btn--img {
	width: 62.2%;
	float: right;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-second-top-content__btnarea--btn--img {
	width: 87.6%;
	float: none;
 }
}

.business-second-top-content__btnarea--btn--txt02 {
	max-width: 610px;
	width: 100%;
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: 10;
	background-image: url(/assets/images/ic_arrow_white_l.png),url(/business/images/btn_business_bg.png);
	background-repeat: no-repeat,no-repeat;
	background-size: 26px,100% 100%;
	background-position: right 15px center,top left;
	color: #fff;
	font-size: 20px;
	padding: 0 25px 20px 40px;
	display: inline-block;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
	display: block;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-second-top-content__btnarea--btn--txt02 {
	width: 96%;
	position: absolute;
	bottom: -60px;
	left: 4%;
	background-position: right 10px center,top left;
	padding: 0 30px 10px 10px;
 }
}

.business-second-top-content__btnarea--btn--img02 {
	width: 62.2%;
	float: left;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-second-top-content__btnarea--btn--img02 {
	width: 87.6%;
	float: none;
 }
}

.business-second-top-content__btnarea--btn--txt:hover,
.business-second-top-content__btnarea--btn--txt02:hover {
	text-decoration: none;
}

/*--------------------------------------------
仕事について story
--------------------------------------------*/
.business-story-content {
	background: url(/business/images/business-story-content_bg.png) no-repeat;
	background-position : right top;
	background-size: 74.54% 80px;
	margin: 0 auto;
	padding: 130px 0 0;
	position: relative;
	top: -43px;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-story-content {
	padding: 70px 0 0;
	background-size: 74.54% 40px;
	position: static;
 }
}

.business-story-content__box {
	overflow: hidden;
	width: 95.1%;
	margin-left: 4.9%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-story-content__box {
	width: 100%;
	margin-left: 0;
	padding: 0 6.6%;
 }
}

.business-story-content__box--left--img {
	float: left;
	width: 49.1%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-story-content__box--left--img {
	float: none;
	width: 100%;
	display: block;
 }
}

.business-story-content__box--right--img {
	float: right;
	width: 49.1%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-story-content__box--right--img {
	float: none;
	width: 100%;
	display: block;
 }
}

.business-story-content__box--left--txt {
	float: left;
	width: 50.9%;
	padding: 0 5.1%;
	box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-story-content__box--left--txt {
	float: none;
	width: 100%;
	padding: 0%;
	display: block;
	margin-top: 15px;
 }
}

.business-story-content__box--right--txt {
	float: right;
	width: 50.9%;
	padding: 0 5.1%;
	box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-story-content__box--right--txt {
	float: none;
	width: 100%;
	padding: 0%;
	display: block;
	margin-top: 15px;
 }
}

.business-story-content__box--txt02 {
	width: 100%;
	padding: 0 5.1%;
	box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-story-content__box--txt02 {
	padding: 0;
	display: block;
 }
}

.business-story-content__profile {
	background: url(/business/images/business_bg.png) no-repeat;
	background-position : left top;
	background-size: 95% 330px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-content：flex-start;
	padding: 50px 0 0;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-story-content__profile {
	padding: 0;
	margin-top: 50px;
	background-size: 95% 100%;
 }
}

.business-story-content__profile--img {
	width: 51.6%;
	padding-left: 11.4%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-story-content__profile--img {
	width: 84%;
	display: block;
	margin-top: -20px;
	padding-left: 6.6%;
 }
}

.business-story-content__profile--txt {
	width: 48.4%;
	padding: 0 4.9%;
	box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.business-story-content__profile--txt {
	width: 100%;
	display: block;
	padding: 15px 0 15px 20%;
 }
}
