/*--------------------------------------------------*/
/* local-nav */
/*--------------------------------------------------*/

.service-category-page .local-nav .nav-wrapper {
	max-width: 640px;
}
.service-category-page .local-nav .nav-wrapper ul li:nth-child(odd) {
	width: 40%;
}
.service-category-page .local-nav .nav-wrapper ul li:nth-child(even) {
	width: 60%;
}
@media (max-width: 767px) {
	
}

/*--------------------------------------------------*/
/* .intro */
/*--------------------------------------------------*/

.service-category-page .intro {
	background-position: calc(50% - 520px) 50px;
	background-repeat: no-repeat;
	padding: 30px 0 30px 0;
}
.service-category-page .intro h2 {
	font-size: 40px;
	text-align: center;
	color: #0076AE;
	margin: 0 0 40px 0;
}
.service-category-page .intro .content-wrapper {
	font-size: 23px;
	line-height: 2;
	max-width: 720px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.service-category-page .intro {
		background-size: 225px;
		background-position: calc(50% - 100px) 170px;
		background-repeat: no-repeat;
		padding: 30px 0 40px 0;
	}
	.service-category-page .intro h2 {
		font-size: 28px;
		margin: 0 0 30px 0;
	}
	.service-category-page .intro .content-wrapper {
		font-size: 16px;
	}
}

/*--------------------------------------------------*/
/* .bg-img-○○ */
/*--------------------------------------------------*/

/* .bg-img-380 */
.service-category-page .bg-img-380 .layer {
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	height: 380px;
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.service-category-page .bg-img-380 .layer {
		 height: 300px;
		 background-size: 120%;
	}
}

/* .bg-img-500 */
.service-category-page .bg-img-500 .layer {
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	height: 500px;
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.service-category-page .bg-img-500 .layer {
		 height: 360px;
		 background-size: 120%;
	}
}

/* .bg-img-570 */
.service-category-page .bg-img-570 .layer {
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	height: 570px;
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.service-category-page .bg-img-570 .layer {
		 height: 420px;
		 background-size: 120%;
	}
}

/*--------------------------------------------------*/
/* .blue-grad */
/*--------------------------------------------------*/

.service-category-page .blue-grad {
	background: linear-gradient(#EDF5F7, #E1EFF4, #9FD1E6, #0089C4);
}
@media (max-width: 767px) {
	
}

/*--------------------------------------------------*/
/* .loop-area */
/*--------------------------------------------------*/

.service-category-page .loop-area .bg-img-570 .layer {
	padding-bottom: 40px;
}
.service-category-page .loop-area .content-wrapper {
	background-position: calc(50% - 580px) 280px, calc(50% + 400px) 1100px;
	background-repeat: no-repeat;
	padding-bottom: 200px;
}
.service-category-page .loop-area .service-list {
	margin-top: -160px;
}
.service-category-page .loop-area .service-list .row {
	margin: 0 -40px;
	padding: 0;
	list-style-type: none;
}
.service-category-page .loop-area .service-list .row > * {
	display: flex;
	padding: 0 40px;
	margin-bottom: 80px;
}
.service-category-page .loop-area .service-list ul li.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0;
}
.service-category-page .loop-area .service-list .blog-card {
	position: relative;
	background-color: #ffffff;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
	color: #4d4d4d;
	width: 100%;
}
.service-category-page .loop-area .service-list dl dt img {
	width: 100%;
}
.service-category-page .loop-area .service-list dl dd {
	padding: 0 35px 40px 35px;
}
.service-category-page .loop-area .service-list dl dd h3 {
	font-size: 18px;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.service-category-page .loop-area .service-list dl dd p {
	line-height: 1.5;
}
.service-category-page .loop-area .service-list .blog-card .en {
	position: absolute;
	bottom: 30px;
	right: 50px;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	color: #287BB5;
}
.service-category-page .loop-area .service-list .blog-card .en::before{
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: -70px;
	width: 60px;
	height: 1px;
	background-color: #287BB5;
	transition: all .3s;
}
.service-category-page .loop-area .service-list .blog-card .en::after{
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: -71px;
	width: 7px;
	height: 1px;
	background-color: #287BB5;
	transform: rotate(45deg);
	transition: all .3s;
}
@media(max-width:991px){
	.service-category-page .loop-area .service-list {
		font-size: 14px;
	}
	.service-category-page .loop-area .service-list .row {
		margin: 0 -20px;
	}
	.service-category-page .loop-area .service-list .row > * {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.service-category-page .loop-area .service-list dl dd {
		padding: 0 20px 50px 20px;
	}
	.service-category-page .loop-area .service-list dl dd h3 {
		font-size: 16px;
	}
	.service-category-page .loop-area .service-list .blog-card {
		box-shadow: 5px 5px 2px rgb(0 0 0 / 16%);
	}
	.service-category-page .loop-area .service-list .blog-card .en {
		right: 20px;
		bottom: 20px;
	}
	.service-category-page .loop-area .service-list .blog-card .en::before {
		right: -40px;
		width: 30px;
	}
	.service-category-page .loop-area .service-list .blog-card .en::after {
		right: -41px;
	}
}
@media(max-width:767px){
	.service-category-page .loop-area .service-list {
		padding-left: 15px;
		padding-right: 15px;
	}
	.service-category-page .loop-area .service-list .row > * {
		margin-bottom: 30px;
	}
}
@media(min-width:768px){
	.service-category-page .loop-area .service-list .blog-card .en:hover::before{
		right: -50px;
	}
	.service-category-page .loop-area .service-list .blog-card .en:hover::after{
		right: -51px;
	}
}
@media(min-width:992px){
	.service-category-page .loop-area .service-list .blog-card .en:hover::before{
		right: -80px;
	}
	.service-category-page .loop-area .service-list .blog-card .en:hover::after{
		right: -81px;
	}
}

/* .more */
.service-category-page .loop-area .service-list .more {
	text-align: center;
	margin-top: 40px;
}
.service-category-page .loop-area .service-list .more button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #214E9C;
	transition: 0.3s;
}
.service-category-page .loop-area .service-list .more button:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
	content: "";
	width: 20px;
	height: 3px;
	background-color: #214E9C;
}
.service-category-page .loop-area .service-list .more button:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -30px;
	content: "";
	width: 20px;
	height: 3px;
	background-color: #214E9C;
}
.service-category-page .loop-area .service-list .more button:hover {
	opacity: 0.5;
}
@media (max-width: 767px) {
	.service-category-page .loop-area .line-title {
		margin-bottom: 40px;
	}
	.service-category-page .loop-area .service-list {
		margin-top: -130px;
	}
	.service-category-page .loop-area .content-wrapper {
		background-size: 60%, 60%;
		background-position: calc(50% - 100px) 100px, calc(50% + 100px) 1000px;
		padding-bottom: 60px;
	}
}

/*--------------------------------------------------*/
/* .maker */
/*--------------------------------------------------*/

.service-category-page .maker {
	background-position: center top;
	background-repeat: no-repeat;
	padding: 150px 0 50px 0;
}
.service-category-page .maker .scroll {
	margin: 80px 0;
}
.service-category-page .maker .scroll ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.service-category-page .maker .scroll ul li {
	display: inline-block;
}
.service-category-page .maker .content-wrapper {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	color: #007CC4;
}
@media (max-width: 767px) {
	.service-category-page .maker {
    background-size: 180%;
    padding: 100px 0 60px 0;
	}
	.service-category-page .maker .content-wrapper {
		font-size: 14px;
		text-align: left;
	}
	.service-category-page .maker .scroll {
		margin: 10px 0 20px;
	}
}

/* .non-scroll */
.service-category-page .maker .non-scroll {
	margin: 80px 0;
}
.service-category-page .maker .non-scroll ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.service-category-page .maker .non-scroll ul li {
	display: inline-block;
}
@media (max-width: 767px) {
	
}

/*--------------------------------------------------*/
/* .title-flex */
/*--------------------------------------------------*/

.service-category-page .title-wrapper {
	background-position: center center;
	background-repeat: no-repeat;
}
.service-category-page .title-wrapper .title-flex {
	display: flex;
	align-items: center;
}
.service-category-page .title-wrapper .title-flex .line-title {
	flex-shrink: 0;
}
.service-category-page .title-wrapper .title-flex p {
	font-size: 23px;
	font-weight: bold;
	line-height: 2;
	color: #ffffff;
	padding: 20px 0 0 50px;
	margin: 0;
}
@media (max-width: 767px) {
	.service-category-page .title-wrapper {
		background-size: cover;
	}
	.service-category-page .bg-img-500.title-wrapper .layer {
		background-size: 120%;
	}
	.service-category-page .title-wrapper .title-flex {
		display: block;
		margin-bottom: 30px;
	}
	.service-category-page .title-wrapper .title-flex p {
		font-size: 14px;
		padding: 0;
		margin-top: 10px;
	}
}

/*--------------------------------------------------*/
/* .flow */
/*--------------------------------------------------*/

.service-category-page .flow .line-title dl dt {
	text-align: left;
}
.service-category-page .flow .line-title dl .ja {
	padding-left: 30px;
}
.service-category-page .flow .content-wrapper .container {
	max-width: 1360px;
}
.service-category-page .flow .bg-white {
	position: relative;
	float: left;
	width: 100%;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 140px 50px 100px 50px;
	margin-top: -120px;
}
.service-category-page .flow .bg-white:before {
	position: absolute;
	top: -30px;
	left: 50%;
	content: "";
	width: 1px;
	height: 115px;
	background-color: #214E9B;
}
.service-category-page .flow .bg-white > * {
	max-width: 1080px;
	margin: 0 auto;
}
.service-category-page .flow .flow-01 {
	margin-bottom: 50px;
}
.service-category-page .flow .pc-only {
	display: block;
}
.service-category-page .flow .sp-only {
	display: none;
}
@media (max-width: 991px) {
	.service-category-page .flow .bg-white {
		padding-top: 60px;
	}
}
@media (max-width: 767px) {
	.service-category-page .flow .line-title dl .ja {
		padding-left: 15px;
	}
	.service-category-page .flow .bg-white {
		padding: 100px 30px 50px 30px;
		margin-top: -80px;
	}
	.service-category-page .flow .bg-white:before {
		top: -22px;
    height: 45px;
	}
	.service-category-page .flow .pc-only {
		display: none;
	}
	.service-category-page .flow .sp-only {
		display: block;
	}
}
@media (max-width: 575px) {
	.service-category-page .flow .bg-white {
		padding-top: 60px;
	}
}

/*--------------------------------------------------*/
/* .issue */
/*--------------------------------------------------*/

.service-category-page .issue .content-wrapper {
	padding-bottom: 100px;
}
.service-category-page .issue .h3 {
	font-size: 32px;
	text-align: center;
	color: #0076AE;
	margin: 0 0 60px 0;
}
.service-category-page .issue .issue-01 {
	position: relative;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
	margin-top: -210px;
	padding: 80px 50px 60px 50px;
	float: left;
	width: 100%;
}
.service-category-page .issue .issue-01:before {
	position: absolute;
	top: -45px;
	left: 50%;
	content: "";
	width: 1px;
	height: 90px;
	background-color: #214E9B;
}
.service-category-page .issue .issue-02-title {
	position: relative;
	margin-top: -25px;
	padding: 200px 0 0 0;
}
.service-category-page .issue .issue-02-title:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	width: 1px;
	height: 180px;
	background-color: #214E9B;
	animation: scroll-line 2.0s infinite;
}
@keyframes scroll-line {
	0% {
		height: 0;
		top: 0;
	}
	50% {
		height: 180px;
		top: 0;
	}
	100% {
		height: 0;
		top: 180px;
	}
}
@media (max-width: 767px) {
	.service-category-page .issue .title-wrapper {
		background-size: cover;
	}
	.service-category-page .issue .content-wrapper {
		padding-bottom: 50px;
	}
	.service-category-page .issue .issue-01 {
		padding: 45px 20px 20px 20px;
		margin-top: -120px;
	}
	.service-category-page .issue .issue-01:before {
		top: -23px;
		height: 45px;
	}
	.service-category-page .issue .h3 {
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	.service-category-page .issue .issue-02-title:before {
		height: 90px;
		animation: scroll-line-sp 2.0s infinite;
	}
	.service-category-page .issue .issue-02-title {
		margin-top: -25px;
		padding: 100px 0 0;
	}
}
@keyframes scroll-line-sp {
	0% {
		height: 0;
		top: 0;
	}
	50% {
		height: 90px;
		top: 0;
	}
	100% {
		height: 0;
		top: 90px;
	}
}

/*--------------------------------------------------*/
/* .cheack */
/*--------------------------------------------------*/

.service-category-page .cheack ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.service-category-page .cheack ul li {
	font-size: 23px;
	font-weight: bold;
	color: #214E9B;
	margin-bottom: 30px;
	padding-left: 55px;;
	background-image: url(../img/service/it/cheack.png);
	background-repeat: no-repeat;
	background-position: left center;
}
@media (max-width: 767px) {
	.service-category-page .cheack ul li {
		font-size: 16px;
		margin-bottom: 25px;
		padding-left: 35px;
		background-size: 24px;
	}
}

/*--------------------------------------------------*/
/* .service-dx-page */
/*--------------------------------------------------*/

.service-dx-page .issue .content-wrapper .layer {
	background-position: calc(50% - 500px) 95%, calc(50% + 490px) 55%;
	background-repeat: no-repeat;
}
.service-dx-page .issue .issue-01 .issue-list {
	max-width: 720px;
	margin: 0 auto;
}
.service-dx-page .issue .issue-01 ul {
	margin: 0 -50px;
	padding: 0;
	list-style-type: none;
}
.service-dx-page .issue .issue-01 ul li {
	padding: 0 50px;
	margin-bottom: 40px;
}
.service-dx-page .issue .issue-01 ul li dl dd {
	font-size: 18px;
	font-weight: bold;
	color: #214E9B;
	margin-top: 10px;
}
.service-dx-page .issue .issue-02-content {
	background-image: url(../img/service/dx/issue-img-pc.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 474px;
	font-size: 23px;
	line-height: 2em;
	letter-spacing: 0.2em;
	color: #ffffff;
}
.service-dx-page .issue .issue-02-content .row > * {
	display: flex;
	align-items: center;
	height: 474px;
}
@media (max-width: 991px) {
	.service-dx-page .issue .issue-02-content {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.service-dx-page .issue .content-wrapper .layer {
		background-size: 60%, 60%;
		background-position: calc(50% - 100px) 100%, calc(50% + 55px) 65%;
	}
	.service-dx-page .issue .issue-01 ul {
		 margin: 0 -20px;
	}
	.service-dx-page .issue .issue-01 ul li {
		margin-bottom: 30px;
	}
	.service-dx-page .issue .issue-01 ul li:nth-child(odd) {
		 padding: 0 25px 0 50px;
	}
	.service-dx-page .issue .issue-01 ul li:nth-child(even) {
		 padding: 0 50px 0 25px;
	}
	.service-dx-page .issue .issue-01 ul li dl dd {
		font-size: 14px;
	}
	.service-dx-page .issue .issue-02-content {
		height: auto;
    background-size: 220%;
    background-position: bottom right 23%;
		color: #0076AE;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0.05em;
		padding-bottom: 60%;
	}
	.service-dx-page .issue .issue-02-content .row > * {
		display: block;
		height: auto;
	}
}

/* .flow */
.service-dx-page .flow .bg-white {
	text-align: center;
}
.service-dx-page .flow .content-wrapper {
	background-repeat: no-repeat;
	background-position: calc(50% + 550px) 20%, calc(50% - 550px) 90%;
}
@media (max-width: 767px) {
	.service-dx-page .flow .bg-white {
		background: linear-gradient(to bottom,#ffffff 0%,#ffffff 50%, transparent 50%, transparent 100%) !important;
	}
	.service-dx-page .flow .content-wrapper {
		padding-bottom: 120px;
		background-position: calc(50% + 550px) 20%, 20% 95%;
		background-size: 271px,271px;
	}

}

/*--------------------------------------------------*/
/* .service-it-page */
/*--------------------------------------------------*/

.service-it-page .issue .content-wrapper .layer {
	background-position: calc(50% + 490px) 55%, calc(50% - 500px) 95%;
	background-repeat: no-repeat;
}
.service-it-page .issue .issue-01 {
	background-image: url(../img/service/it/issue-bg.png);
	background-repeat: no-repeat;
	background-position: right 50px bottom 40px;
	background-size: 70%;
	padding-bottom: 330px;
}
.service-it-page .issue .cheack ul {
	margin: 0 auto;
	max-width: 760px;
}
.service-it-page .issue .issue-02-title {
	margin-top: -110px;
}
.service-it-page .issue .issue-02-title .h3 {
	color: #ffffff;
}
.service-it-page .maker {
	background-position: center top, center bottom;
	padding-bottom: 100px;
	margin-bottom: 300px;
}
@media (max-width: 767px) {
	.service-it-page.service-category-page .title-wrapper {
    background-position: center right 70%;
	}
	.service-it-page.service-category-page  .issue .issue-01 {
		margin-top: -160px;
		padding-bottom: 180px;
		background-position: right 10px bottom 30px;
		background-size: 270px;
	}
	.service-it-page .issue .issue-02-title {
    margin-top: -40px;
	}
	.service-it-page.service-category-page .loop-area .service-list {
		margin-top: -100px;
	}
	.service-it-page .maker {
		padding-bottom: 50px;
		margin-bottom: 150px;
	}
}

/*--------------------------------------------------*/
/* .service-officedesign-page */
/*--------------------------------------------------*/

/* .flow */
.service-officedesign-page .flow .bg-white {
	text-align: center;
}
.service-officedesign-page .flow .content-wrapper {
	background: linear-gradient(#ffffff, #EDF5F7 30%, #0089C4);
}
.service-officedesign-page .flow .content-wrapper .layer {
	background-repeat: no-repeat;
	background-position: calc(50% + 550px) 50%, calc(50% - 570px) 80%;
}
.service-officedesign-page .flow .flow-01 {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.service-officedesign-page.service-category-page .title-wrapper {
		background-size: cover;
	}
	.service-officedesign-page.service-category-page .loop-area .service-list {
    margin-top: -120px;
	}
}

/*--------------------------------------------------*/
/* .service-document-page */
/*--------------------------------------------------*/

/* .flow */
.service-document-page .flow .content-wrapper {
	background-repeat: no-repeat;
	background-position: calc(50% + 550px) 30%, calc(50% - 570px) 60%, calc(50% + 550px) 90%;
}
.service-document-page .flow .step .container {
	max-width: 1080px;
}
.service-document-page .flow .step .container .row > * {
	display: flex;
	align-items: center;
}
.service-document-page .flow .step .container .row > * img {
	flex-shrink: 0;
}
.service-document-page .flow .step .step-txt {
	font-size: 23px;
	padding: 80px 0;
}
.service-document-page .flow .step .step-txt h3 {
	display: inline-block;
	font-size: 30px;
	letter-spacing: 0.2em;
	color: #214E9B;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #214E9B;
}
.service-document-page .flow .step .step-txt p {
	margin: 0;
	line-height: 1.8;
}
.service-document-page .flow .step .step-txt .small {
	font-size: 80%;
	line-height: 1.6;
	margin-top: 1.2em;
}
@media (min-width: 1200px) {
	.service-document-page .flow .step .container .row:nth-child(odd) .step-txt {
		padding-right: 50px;
	}
	.service-document-page .flow .step .container .row:nth-child(even) .step-txt {
		padding-left: 50px;
	}
}
@media (max-width: 991px) {
	.service-document-page .flow .step .step-txt {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.service-category-page.service-document-page .loop-area .title-wrapper {
		background-position: center right 10%;;
	}
	.service-document-page .flow .step .container {
		padding-left: 40px;
		padding-right: 40px;
	}
	.service-document-page .flow .step .step-txt {
		font-size: 15px;
		padding: 15px 0 50px;
	}
	.service-document-page .flow .step .step-txt h3 {
		font-size: 20px;
		margin: 0 0 15px 0;
	}
}
@media (max-width: 575px) {
	.service-document-page .flow .step .container .row > .order-2 {
		order: 1 !important;
	}
	.service-document-page .flow .step .container .row > .order-1 {
		order: 2 !important;
	}
}

/*--------------------------------------------------*/
/* .service-supply-page */
/*--------------------------------------------------*/

/* .intro */
.service-supply-page .intro .bnr-wrapper {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #666666;
	margin-top: 90px;
	padding: 90px 0 40px 0;
}
.service-supply-page .intro .bnr-wrapper:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	width: 1px;
	height: 80px;
	background-color: #666666;
}
@media (max-width: 767px) {
	.service-supply-page .intro .bnr-wrapper {
		margin-top: 40px;
    padding: 60px 0 40px 0;
	}
	.service-supply-page .intro .bnr-wrapper:before {
		height: 50px;
	}
	.service-category-page.service-supply-page .loop-area .title-wrapper {
		background-position: center right 10%;;
	}
}

/* .flow */
.service-supply-page .bg-img-500 .layer {
    height: auto;
    min-height: 500px;
    padding: 110px 0 170px;
}

.service-supply-page .flow .title-flex .grad {
	background: linear-gradient(to right, #008BB0, #214E9B);
	color: #ffffff;
}
.service-supply-page .flow .content-wrapper {
	background: linear-gradient(#ffffff, #EDF5F7 50%, #0089C4);
}
.service-supply-page .flow .content-wrapper .layer {
	background-repeat: no-repeat;
	background-position: calc(50% + 550px) 10%, calc(50% - 570px) 30%, calc(50% + 550px) 50%, calc(50% - 570px) 70%, calc(50% + 550px) 90%;
}
.service-supply-page .flow .officemate > * {
	margin-bottom: 60px;
}
.service-supply-page .flow .officemate .content-head {
	margin-bottom: 10px;
}
.service-supply-page .flow .officemate .content-head h3 {
	margin: 0;
}
.service-supply-page .flow .officemate .content-body {
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 5px 15px 15px rgba(0,0,0,0.3);
	padding: 35px;
}
.service-supply-page .flow .officemate .content-01 p {
	font-size: 90%;
	line-height: 1.6;
	color: #214E9B;
	margin: 1.4em 0 0 0;
}
.service-supply-page .flow .officemate .content-02 .cheack {
	max-width: 950px;
	margin: 0 auto;
}
.service-supply-page .flow .officemate .content-03 {
	position: relative;
	padding-top: 65px;
	margin-bottom: 100px;
}
.service-supply-page .flow .officemate .content-03:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	width: 1px;
	height: 130px;
	background-color: #666666;
}
.service-supply-page .flow .officemate .content-03 .content-body {
	padding: 100px 50px 50px 50px;
}
.service-supply-page .flow .officemate .content-03 .content-body h3 {
	text-align: center;
	margin-bottom: 40px;
}
.service-supply-page .flow .officemate .content-03 .img-wrap {
	text-align: center;
}
.service-supply-page .flow .officemate .content-03 .border-wrap {
	border: 4px dashed #274383;
	padding: 30px;
	margin-top: 100px;
	display: flex;
	justify-content: center;
}
.service-supply-page .flow .officemate .content-03 .border-wrap dl {
	display: flex;
	align-items: center;
	color: #274383;
}
.service-supply-page .flow .officemate .content-03 .border-wrap dl dt {
	width: 100px;
}
.service-supply-page .flow .officemate .content-03 .border-wrap dl dt img {
	width: 60px;
}
.service-supply-page .flow .officemate .content-03 .border-wrap dl dd h4 {
	font-size: 25px;
	letter-spacing: 0.2em;
	margin: 0;
}
.service-supply-page .flow .officemate .content-03 .border-wrap dl dd p {
	flex: 1;
	font-size: 16px;
	line-height: 1.6;
}
.service-supply-page .flow .officemate .content-04 p {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.8;
	color: #214E9B;
	margin: 20px 0 80px 0;
}
.service-supply-page .flow .officemate .content-04 .logo-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	width: 100%;
}
.service-supply-page .flow .officemate .content-04 .logo-list ul li {
	padding: 0 10px;
}
.service-supply-page .flow .officemate .content-04 .logo-list ul li img {
	width: 100%;
}
@media (max-width: 767px) {
	.service-supply-page .bg-img-500 .layer {
	    min-height: 360px;
		padding: 70px 0 50px;
	}
	.service-supply-page.service-supply-page .flow .content-wrapper .layer {
		background-size: 60%, 60%, 60%, 60%, 60% !important;
		background-position: 
			calc(50% + 150px) 10%, 
			calc(50% - 170px) 30%, 
			calc(50% + 150px) 50%, 
			calc(50% - 170px) 70%, 
			calc(50% + 150px) 90%
	}
	.service-category-page.service-supply-page .flow .bg-white {
		padding: 60px 20px 20px;
		margin-top: -40px;
	}
	.service-supply-page .flow .officemate > * {
		margin-bottom: 50px;
	}
	.service-supply-page .flow .officemate .content-body {
		border-radius: 12px;
    box-shadow: 5px 12px 12px rgb(0 0 0 / 20%);
    padding: 20px;
	}
	.service-supply-page .flow .officemate .content-03 {
		padding-top: 25px;
		margin-bottom: 60px;
	}
	.service-supply-page .flow .officemate .content-03:before {
		height: 65px;
	}
	.service-supply-page .flow .officemate .content-03 .content-body {
		padding: 60px 15px 50px;
	}
	.service-supply-page .flow .officemate .content-03 .content-body h3 img {
		max-width: 80%;
	}
	.service-supply-page .flow .officemate .content-03 .img-wrap {
		margin: 0 -7px;
	}
	.service-supply-page .flow .officemate .content-03 .border-wrap {
		border: 2px dashed #274383;
		padding: 20px 10px;
		margin-top: 30px;
	}
	.service-supply-page .flow .officemate .content-03 .border-wrap dl {
		display: block;
	}
	.service-supply-page .flow .officemate .content-03 .border-wrap dl dt {
	    width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.service-supply-page .flow .officemate .content-03 .border-wrap dl dt img {
		width: 30px;
		vertical-align: middle;
		margin-right: 10px;
	}
	.service-supply-page .flow .officemate .content-03 .border-wrap dl dt h4 {
		vertical-align: middle;
		margin: 0;
		font-size: 15px;
		letter-spacing: 0.14em;
	}
	.service-supply-page .flow .officemate .content-03 .border-wrap dl dd {
	    width: 100%;
	}
	.service-supply-page .flow .officemate .content-03 .border-wrap dl dd h4 {
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	.service-supply-page .flow .officemate .content-03 .border-wrap dl dd p {
		font-size: 14px;
		letter-spacing: -0.04em;
		margin-bottom: 0;
	}
	.service-supply-page .flow .officemate .content-04 p {
		font-size: 14px;
		margin: 15px 0 30px 0;
		text-align: center;
		letter-spacing: -0.05em;
	}
	.service-supply-page .flow .officemate .content-04 .logo-list ul {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.service-supply-page .flow .officemate .content-04 .logo-list ul li {
		padding: 0 5px;
		flex-basis: 20%;
		max-width: 20%;
	}
	.service-supply-page .flow .officemate .content-04 .content-head h3 img {
		max-width: 75%;
	}
}
@media (max-width: 575px) {
	.service-supply-page .flow .officemate .content-04 .logo-list ul li {
		flex-basis: 33.3%;
		max-width: 33.3%;
	}
}

/*--------------------------------------------------*/
/* .service-construction-page */
/*--------------------------------------------------*/

.service-construction-page .flow .line-title dl dt {
	text-align: center;
}
.service-construction-page .flow .line-title dl .ja {
	padding-left: 0;
}
.service-construction-page .solution {
	padding-bottom: 200px;
}
.service-construction-page .solution .content-wrapper {
	background-repeat: no-repeat;
	background-position: calc(50% + 550px) 10%, calc(50% - 570px) 80%, calc(50% + 550px) 90%;
}
.service-construction-page .solution .solution-01 .container {
	max-width: 100%;
}
.service-construction-page .solution .solution-01 .img-wrap {
	position: relative;
	text-align: center;
	margin-top: -50px;
	float: left;
	width: 100%;
}
.service-construction-page .maker {
	padding-bottom: 300px;
}
.service-construction-page .maker .content-wrapper {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 150px;
}
@media (max-width: 767px) {
	.service-category-page.service-construction-page .title-wrapper {
		background-size: cover;
	}
	.service-category-page.lower-page.service-construction-page .loop-area .title-wrapper .line-title {
		margin-bottom: 50px;
	}
	.service-construction-page .solution {
		padding-bottom: 100px;
	}
	.service-construction-page .maker {
		padding-bottom: 100px;
	}
}
