/*
	* Bootstrap 単独ページに掛かる関するカスタムCSS

	@media screen and (max-width: 1289px) {}
	@media screen and (max-width: 991px) {}
	@media print {}
	@media screen and (max-width: 767px) {}
 
	xl-1290(max-1289)
	lg-992(max-991)
	md-768(max-767)
	sm-576(max-575)
 
	-------------------

*/

	.cus-top-area{
		position: relative;
		padding-top: 100px;
	}
	.cus-top-area .area-midashi{
		position: absolute;
		bottom: 50px;
		left: 0px;
		z-index: 3;
	}
	.cus-top-area .area-midashi .txt01,
	.cus-top-area .area-midashi .txt02{
		display: block;
		margin-bottom: 10px;
	}
	.cus-top-area .area-midashi .txt01 .in{
		display: inline-block;
		background-color: #1f2677;
		padding: 6px 6%;
		font-size: 32px;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: white;
		white-space: nowrap;
	}
	.cus-top-area .area-midashi .txt02 .in{
		display: inline-block;
		background-color: #1f2677;
		padding: 6px 6%;
		font-size: 48px;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: white;
		white-space: nowrap;
	}
	@media screen and (max-width: 1289px) {
		.cus-top-area{
			padding-top: 80px;
		}

		.cus-top-area .area-midashi .txt01 .in{
			padding: 6px 4%;
			font-size: 28px;
		}
		.cus-top-area .area-midashi .txt02 .in{
			padding: 6px 4%;
			font-size: 38px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-top-area{
			padding-top: 60px;
		}

		.cus-top-area .area-midashi .txt01 .in{
			padding: 6px 2%;
			font-size: 20px;
		}
		.cus-top-area .area-midashi .txt02 .in{
			padding: 6px 2%;
			font-size: 30px;
		}
	}
	@media print {
		.cus-top-area{
			padding-top: 0px;
		}

		.cus-top-area .area-midashi .txt01 .in{
			padding: 6px 2%;
			font-size: 18px;
		}
		.cus-top-area .area-midashi .txt02 .in{
			padding: 6px 2%;
			font-size: 22px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-top-area{
			padding-top: 60px;
		}

		.cus-top-area .area-midashi{
			bottom: 60%;
		}
		.cus-top-area .area-midashi .txt01 .in{
			padding: 6px 2%;
			font-size: 18px;
		}
		.cus-top-area .area-midashi .txt02 .in{
			padding: 6px 2%;
			font-size: 22px;
		}
	}

/* area01 */
	.cus-top-area01{
		position: relative;
		padding-bottom: 100px;
	}
	.cus-top-area01::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 25%;
		display: block;
		background-image: url(../img/site/bg-cloud.jpg);
		background-size: cover;
		width: 75%;
		height: 85%;
		z-index: 1;
	}

	.cus-top-area01 .area01-text{
		position: absolute;
		bottom: 200px;
		left: 50%;
		padding: 40px 50px;
		margin-left: -185px;
		background-color: rgba(255,255,255,0.9);
		width: 830px;
		z-index: 6;
	}

	.cus-top-area01 .area01-photo{
		padding-right: 35%;
	}
	.cus-top-area01 .area01-photo .img{
		position: relative;
		margin: 0;
		width: 100%;
		height: 600px;
		z-index: 3;
	}
	.cus-top-area01 .area01-photo .img img{
		width: 100%;
		height: 600px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.cus-top-area01-bt{
		margin: 0;
		width: 300px;
	}

	.cus-top-area01 .area01-bg_text{
		position: absolute;
		bottom: -10px;
		right: 0px;
		font-size: 144px;
		font-weight: 700;
		color: white;
		line-height: 1;
		z-index: 2;
	}
	@media screen and (max-width: 1289px) {
		.cus-top-area01{
			padding-bottom: 80px;
		}
	
		.cus-top-area01 .area01-text{
			bottom: 160px;
			left: 40%;
			padding: 30px 40px;
			margin-left: 0px;
			width: 58%;
		}

		.cus-top-area01 .area01-photo .img{
			height: 540px;
		}
		.cus-top-area01 .area01-photo .img img{
			height: 540px;
		}
	
		.cus-top-area01-bt{
			margin: 0;
			width: 280px;
		}
	
		.cus-top-area01 .area01-bg_text{
			font-size: 120px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-top-area01{
			padding-bottom: 60px;
		}
	
		.cus-top-area01 .area01-text{
			bottom: 130px;
			left: 40%;
			padding: 20px 30px;
			margin-left: 0px;
			width: 58%;
		}

		.cus-top-area01 .area01-photo .img{
			height: 480px;
		}
		.cus-top-area01 .area01-photo .img img{
			height: 480px;
		}
	
		.cus-top-area01-bt{
			margin: 0;
			width: 260px;
		}
	
		.cus-top-area01 .area01-bg_text{
			font-size: 100px;
		}
	}
	@media print {
		.cus-top-area01{
			padding-bottom: 40px;
		}
	
		.cus-top-area01 .area01-text{
			bottom: 130px;
			left: 40%;
			padding: 20px 30px;
			margin-left: 0px;
			width: 58%;
		}

		.cus-top-area01 .area01-photo .img{
			height: 420px;
		}
		.cus-top-area01 .area01-photo .img img{
			height: 420px;
		}
	
		.cus-top-area01-bt{
			margin: 0;
			width: 260px;
		}
	
		.cus-top-area01 .area01-bg_text{
			font-size: 70px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-top-area01{
			padding-bottom: 0px;
		}
		.cus-top-area01::before{
			left: 0%;
			width: 100%;
			height: 100%;
			z-index: -1;
		}
	
		.cus-top-area01 .area01-text{
			position: static;
			padding: 15px 20px;
			margin: 15px auto;
			width: 92%;
		}
	
		.cus-top-area01 .area01-photo{
			padding-right: 0%;
		}
		.cus-top-area01 .area01-photo .img{
			height: 60vw;
		}
		.cus-top-area01 .area01-photo .img img{
			height: 60vw;
		}
	
		.cus-top-area01-bt{
			width: 100%;
		}
	
		.cus-top-area01 .area01-bg_text{
			position: static;
			display: block;
			padding: 0;
			margin: 0;
			font-size: 50px;
			text-align: right;
		}
	}

/* area02 */
	.cus-top-area02{
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 600px;
	}
	.cus-top-area02 .area02-text{
		padding-right: 650px;
	}

	.cus-top-area02-list01{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.cus-top-area02-list01 li{
		position: relative;
		padding-left: 30px;
		margin-bottom: 25px;
		width: 33.333%;
		height: 80px;
	}
	.cus-top-area02-list01 li::before{
		content: '';
		position: absolute;
		top: 10px;
		left: 10px;
		border: #7cbfd0 solid 1px;
		width: 60px;
		height: 60px;
		transform:rotate(45deg);
		z-index: 1;
	}
	.cus-top-area02-list01 li span{
		position: relative;
		top: 20px;
		display: inline-block;
		background-color: white;
		font-size: 18px;
		color: #1f2677;
		vertical-align: middle;
		z-index: 3;
	}

	.cus-top-area02 .img01{
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: 105px;
	}
	.cus-top-area02 .img02{
		position: absolute;
		top: 40px;
		right: 50%;
		margin-right: -840px;
	}
	.cus-top-area02 .img03{
		position: absolute;
		top: 340px;
		left: 50%;
		margin-left: 10px;
	}

	.cus-top-area02-bt{
		margin: 0;
		width: 300px;
	}

	.cus-top-area02-bg{
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		z-index: -1;
	}
	.cus-top-area02-bg .bg-loop{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	@media screen and (max-width: 1289px) {
		.cus-top-area02{
			padding-bottom: 70px;
			height: auto;
		}
		.cus-top-area02 .area02-text{
			padding-right: 50%;
		}

		.cus-top-area02-list01 li{
			padding-left: 30px;
			margin-bottom: 20px;
			width: 50%;
		}
		.cus-top-area02-list01 li::before{
			top: 10px;
			left: 10px;
			width: 60px;
			height: 60px;
		}
		.cus-top-area02-list01 li span{
			top: 20px;
			font-size: 17px;
		}
	
		.cus-top-area02 .img01{
			left: 50%;
			margin-left: 20px;
		}
		.cus-top-area02 .img02{
			top: 40px;
			right: 50%;
			margin-right: -750px;
		}
		.cus-top-area02 .img03{
			top: 330px;
			left: 50%;
			margin-left: -75px;
		}
	
		.cus-top-area02-bt{
			width: 280px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-top-area02{
			padding-bottom: 60px;
			height: auto;
		}
		.cus-top-area02 .area02-text{
			padding-right: 50%;
		}

		.cus-top-area02-list01 li{
			padding-left: 20px;
			margin-bottom: 20px;
			width: 50%;
		}
		.cus-top-area02-list01 li::before{
			top: 10px;
			left: 10px;
			width: 50px;
			height: 50px;
		}
		.cus-top-area02-list01 li span{
			top: 18px;
			font-size: 16px;
		}
	
		.cus-top-area02 .img01{
			top: 70px;
			left: 50%;
			margin-left: 0px;
		}
		.cus-top-area02 .img01 img{
			width: 200px;
		}
		.cus-top-area02 .img02{
			top: 0px;
			right: 50%;
			margin-right: -570px;
		}
		.cus-top-area02 .img02 img{
			width: 360px;
		}
		.cus-top-area02 .img03{
			top: 325px;
			left: 50%;
			margin-left: 0px;
		}
	
		.cus-top-area02-bt{
			width: 260px;
		}
	}
	@media print {
		.cus-top-area02{
			padding-bottom: 60px;
			height: auto;
		}
		.cus-top-area02 .area02-text{
			padding-right: 50%;
		}

		.cus-top-area02-list01 li{
			padding-left: 20px;
			margin-bottom: 20px;
			width: 50%;
		}
		.cus-top-area02-list01 li::before{
			top: 10px;
			left: 10px;
			width: 50px;
			height: 50px;
		}
		.cus-top-area02-list01 li span{
			top: 18px;
			font-size: 14px;
		}
	
		.cus-top-area02 .img01{
			top: 70px;
			left: 50%;
			margin-left: 0px;
		}
		.cus-top-area02 .img01 img{
			width: 200px;
		}
		.cus-top-area02 .img02{
			top: 0px;
			right: 50%;
			margin-right: -570px;
		}
		.cus-top-area02 .img02 img{
			width: 360px;
		}
		.cus-top-area02 .img03{
			top: 325px;
			left: 50%;
			margin-left: 0px;
		}
	
		.cus-top-area02-bt{
			width: 260px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-top-area02{
			width: auto;
			height: auto;
		}
		.cus-top-area02 .area02-text{
			padding-right: 0px;
			margin-bottom: 20px;
		}

		.cus-top-area02-list01 li{
			padding-left: 20px;
			margin-bottom: 20px;
			width: 50%;
			height: 60px;
		}
		.cus-top-area02-list01 li::before{
			top: 10px;
			left: 10px;
			width: 46px;
			height: 46px;
		}
		.cus-top-area02-list01 li span{
			top: 16px;
			font-size: 16px;
		}
	
		.cus-top-area02 .img01{
			position: static;
			float: left;
			background-image: url(../img/top/area02-photo01.jpg);
			background-position: center center;
			background-size: cover;
			margin: 0 0 10px 0;
			width: 49%;
			height: 180px;
		}
		.cus-top-area02 .img01 img{
			display: none;
		}
		.cus-top-area02 .img02{
			position: static;
			float: right;
			background-image: url(../img/top/area02-photo02.jpg);
			background-position: center center;
			background-size: cover;
			margin: 0 0 10px 0;
			width: 49%;
			height: 180px;
		}
		.cus-top-area02 .img02 img{
			display: none;
		}
		.cus-top-area02 .img03{
			position: static;
			clear: both;
			background-image: url(../img/top/area02-photo03.jpg);
			background-position: center center;
			background-size: cover;
			margin: 0 0 5px 0;
			width: 100%;
			height: 220px;
		}
		.cus-top-area02 .img03 img{
			display: none;
		}
	
		.cus-top-area02-bt{
			margin: 0;
			width: 100%;
		}
	
		.cus-top-area02-bg{
			position: static;
			width: auto;
		}
	}

/* area03 */
	.cus-top-area03{
		position: relative;
		padding-bottom: 100px;
	}
	.cus-top-area03::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0%;
		display: block;
		background-image: url(../img/site/bg-cloud.jpg);
		background-size: cover;
		width: 75%;
		height: 85%;
		z-index: 1;
	}

	.cus-top-area03 .area03-text{
		position: absolute;
		bottom: 200px;
		left: 50%;
		padding: 40px 50px;
		margin-left: -645px;
		background-color: rgba(255,255,255,0.9);
		width: 830px;
		z-index: 6;
	}

	.cus-top-area03 .area03-photo{
		padding-left: 35%;
	}
	.cus-top-area03 .area03-photo .img{
		position: relative;
		margin: 0;
		width: 100%;
		height: 600px;
		z-index: 3;
	}
	.cus-top-area03 .area03-photo .img img{
		width: 100%;
		height: 600px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.cus-top-area03-bt{
		margin: 0;
		width: 300px;
	}

	.cus-top-area03 .area03-bg_text{
		position: absolute;
		bottom: -10px;
		left: 0px;
		font-size: 144px;
		font-weight: 700;
		color: white;
		line-height: 1;
		z-index: 2;
	}
	@media screen and (max-width: 1289px) {
		.cus-top-area03{
			padding-bottom: 80px;
		}
	
		.cus-top-area03 .area03-text{
			bottom: 160px;
			left: 2%;
			padding: 30px 40px;
			margin-left: 0px;
			width: 58%;
		}

		.cus-top-area03 .area03-photo .img{
			height: 540px;
		}
		.cus-top-area03 .area03-photo .img img{
			height: 540px;
		}
	
		.cus-top-area03-bt{
			width: 280px;
		}
	
		.cus-top-area03 .area03-bg_text{
			font-size: 120px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-top-area03{
			padding-bottom: 60px;
		}
	
		.cus-top-area03 .area03-text{
			bottom: 130px;
			left: 2%;
			padding: 20px 30px;
			margin-left: 0px;
			width: 58%;
		}

		.cus-top-area03 .area03-photo .img{
			height: 480px;
		}
		.cus-top-area03 .area03-photo .img img{
			height: 480px;
		}
	
		.cus-top-area03-bt{
			width: 260px;
		}
	
		.cus-top-area03 .area03-bg_text{
			font-size: 100px;
		}
	}
	@media print {
		.cus-top-area03{
			padding-bottom: 40px;
		}
	
		.cus-top-area03 .area03-text{
			bottom: 130px;
			left: 2%;
			padding: 20px 30px;
			margin-left: 0px;
			width: 58%;
		}

		.cus-top-area03 .area03-photo .img{
			height: 420px;
		}
		.cus-top-area03 .area03-photo .img img{
			height: 420px;
		}
	
		.cus-top-area03-bt{
			width: 260px;
		}
	
		.cus-top-area03 .area03-bg_text{
			font-size: 70px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-top-area03{
			padding-bottom: 0px;
		}
		.cus-top-area03::before{
			left: 0%;
			width: 100%;
			height: 100%;
			z-index: -1;
		}
	
		.cus-top-area03 .area03-text{
			position: static;
			padding: 15px 20px;
			margin: 15px auto;
			width: 92%;
		}
	
		.cus-top-area03 .area03-photo{
			padding-left: 0%;
		}
		.cus-top-area03 .area03-photo .img{
			height: 60vw;
		}
		.cus-top-area03 .area03-photo .img img{
			height: 60vw;
		}
	
		.cus-top-area03-bt{
			width: 100%;
		}
	
		.cus-top-area03 .area03-bg_text{
			position: static;
			display: block;
			padding: 0;
			margin: 0;
			font-size: 50px;
			text-align: right;
		}
	}

/* area04 */
	.cus-top-area04{
		position: relative;
		background-image: url(../img/top/area04-photo01.jpg);
		background-position: center center;
		background-size: cover;
		padding: 150px 0;
		color: white;
		text-align: center;
	}

	.cus-top-area04-list{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.cus-top-area04-list li{
		box-sizing: content-box;
		padding-right: 25px;
	}
	.cus-top-area04-list li:last-child{
		padding-right: 0px;
	}
	.cus-top-area04-list li .list-bt{
		margin: 0;
		width: 300px;
	}

	.cus-top-area04 .area04-bg-txt{
		position: absolute;
		top: -40px;
		left: 0;
		width: 100%;
		font-size: 164px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.1);
		text-align: center;
		z-index: 1
	}
	@media screen and (max-width: 1289px) {
		.cus-top-area04{
			padding: 120px 0;
		}

		.cus-top-area04-list li{
			padding-right: 20px;
		}
		.cus-top-area04-list li .list-bt{
			width: 280px;
		}
	
		.cus-top-area04 .area04-bg-txt{
			top: -40px;
			font-size: 120px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-top-area04{
			padding: 90px 0;
		}

		.cus-top-area04-list li{
			padding-right: 20px;
		}
		.cus-top-area04-list li .list-bt{
			width: 260px;
		}
	
		.cus-top-area04 .area04-bg-txt{
			top: -30px;
			font-size: 100px;
		}
	}
	@media print {
		.cus-top-area04{
			padding: 90px 0;
		}

		.cus-top-area04-list li{
			padding-right: 20px;
		}
		.cus-top-area04-list li .list-bt{
			width: 260px;
		}
	
		.cus-top-area04 .area04-bg-txt{
			top: -30px;
			font-size: 70px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-top-area04{
			padding: 60px 0;
		}
	
		.cus-top-area04-list{
			display: block;
			margin: 0 auto;
			width: 92%;
		}
		.cus-top-area04-list li{
			padding-right: 0px;
			margin-bottom: 15px;
		}
		.cus-top-area04-list li:last-child{
			margin-bottom: 0px;
		}
		.cus-top-area04-list li .list-bt{
			width: 100%;
		}
	
		.cus-top-area04 .area04-bg-txt{
			top: -10px;
			font-size: 60px;
		}
	}


/* 業務内容 */
	.cus-work-area01-text{
		position: relative;
		display: inline-block;
		padding: 25px 10vw;
		font-size: 36px;
		font-weight: 700;
		color: #1f2677;
		text-align: center;
		white-space: nowrap;
	}
	.cus-work-area01-text::before,
	.cus-work-area01-text::after{
		content: '';
		width: 25px;
		height: 40px;
		position: absolute;
	}
	.cus-work-area01-text::before{
		border-left: solid 3px #0686a6;
		border-top: solid 3px #0686a6;
		top: 0;
		left: 0;
	}
	.cus-work-area01-text::after{
		border-right: solid 3px #0686a6;
		border-bottom: solid 3px #0686a6;
		bottom: 0;
		right: 0;
	}
	@media screen and (max-width: 1289px) {
		.cus-work-area01-text{
			padding: 20px 25px;
			font-size: 30px;
		}
		.cus-work-area01-text::before,
		.cus-work-area01-text::after{
			content: '';
			width: 25px;
			height: 40px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-work-area01-text{
			padding: 20px 25px;
			font-size: 24px;
			white-space: inherit;
		}
		.cus-work-area01-text::before,
		.cus-work-area01-text::after{
			content: '';
			width: 25px;
			height: 40px;
		}
	}
	@media print {
		.cus-work-area01-text{
			padding: 15px 15px;
			font-size: 19px;
		}
		.cus-work-area01-text::before,
		.cus-work-area01-text::after{
			content: '';
			width: 20px;
			height: 30px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-work-area01-text{
			padding: 15px 20px;
			font-size: 20px;
			text-align: left;
			white-space: inherit;
		}
		.cus-work-area01-text::before,
		.cus-work-area01-text::after{
			content: '';
			width: 20px;
			height: 30px;
		}
	}

/* area03 */
	.cus-work-area03-list{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		list-style: none;
	}
	.cus-work-area03-list li{
		box-sizing: content-box;
		padding-right: 2%;
		margin-bottom: 10px;
		width: 32%;
	}
	.cus-work-area03-list li:nth-child(3n){
		padding-right: 0%;
	}
	.cus-work-area03-list li a{
		position: relative;
		display: block;
		background-color: #1f2677;
		padding: 10px 10px 20px 10px;
		color: white;
		text-align: center;
		text-decoration: none;
		opacity: 0.7;
	}
	.cus-work-area03-list li a::before{
		content: '';
		position: absolute;
		bottom: 10px;
		left: 50%;
		display: block;
		background-color: white;
		margin-left: -20px;
		width: 40px;
		height: 2px;
		transition: all 0.5s 0s ease;
	}
	.cus-work-area03-list li a:hover::before{
		margin-left: -60px;
		width: 120px;
		transition: all 0.3s 0s ease;
	}
	.cus-work-area03-list li .active{
		opacity: 1;
	}
	.cus-work-area03-list li .active::before{
		margin-left: -60px;
		width: 120px;
	}

	.cus-work-area03-entry{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		list-style: none;
	}
	.cus-work-area03-entry li{
		box-sizing: content-box;
		padding-right: 2%;
		margin-bottom: 30px;
		width: 32%;
	}
	.cus-work-area03-entry li:nth-child(3n){
		padding-right: 0%;
	}

	.cus-work-area03-entry li .tit{
		position: relative;
		padding-left: 26px;
		margin-bottom: 10px;
		font-size: 21px;
		font-weight: 700;
		color: #1f2677;
	}
	.cus-work-area03-entry li .tit::before{
		content: '';
		position: absolute;
		top: 50%;
		left: 0px;
		display: block;
		background-color: #1f2677;
		margin-top: -3px;
		width: 10px;
		height: 3px;
	}
	.cus-work-area03-entry li .tit::after{
		content: '';
		position: absolute;
		top: 50%;
		left: 0px;
		display: block;
		background-color: #1f2677;
		margin-top: 3px;
		width: 18px;
		height: 3px;
	}

	.cus-work-area03-entry li .img{
		background-color: #f1f1f1;
		margin-bottom: 20px;
		width: 100%;
		height: 280px;
	}
	.cus-work-area03-entry li .img img{
		width: 100%;
		height: 280px;
		object-fit: contain;
		font-family: 'object-fit: contain;';
	}
	@media screen and (max-width: 1289px) {
		.cus-work-area03-entry li .tit{
			padding-left: 24px;
			font-size: 19px;
		}
		.cus-work-area03-entry li .tit::before{
			margin-top: -3px;
			width: 8px;
			height: 3px;
		}
		.cus-work-area03-entry li .tit::after{
			margin-top: 3px;
			width: 16px;
			height: 3px;
		}
	
		.cus-work-area03-entry li .img{
			height: 220px;
		}
		.cus-work-area03-entry li .img img{
			height: 220px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-work-area03-entry li .tit{
			padding-left: 20px;
			font-size: 17px;
		}
		.cus-work-area03-entry li .tit::before{
			margin-top: -3px;
			width: 6px;
			height: 3px;
		}
		.cus-work-area03-entry li .tit::after{
			margin-top: 3px;
			width: 14px;
			height: 3px;
		}
	
		.cus-work-area03-entry li .img{
			height: 24vw;
		}
		.cus-work-area03-entry li .img img{
			height: 24vw;
		}
	}
	@media print {
		.cus-work-area03-entry li .tit{
			padding-left: 16px;
			font-size: 14px;
		}
		.cus-work-area03-entry li .tit::before{
			margin-top: -2px;
			width: 8px;
			height: 2px;
		}
		.cus-work-area03-entry li .tit::after{
			margin-top: 2px;
			width: 12px;
			height: 2px;
		}
	
		.cus-work-area03-entry li .img{
			height: 24vw;
		}
		.cus-work-area03-entry li .img img{
			height: 24vw;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-work-area03-list{
			display: block;
		}
		.cus-work-area03-list li{
			padding-right: 0%;
			margin-bottom: 10px;
			width: auto;
		}
		.cus-work-area03-list li:last-child{
			margin-bottom: 0px;
		}

		.cus-work-area03-entry{
			display: block;
		}
		.cus-work-area03-entry li{
			padding-right: 0%;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-work-area03-entry li:last-child{
			margin-bottom: 0px;
		}

		.cus-work-area03-entry li .tit{
			padding-left: 20px;
			font-size: 16px;
		}
		.cus-work-area03-entry li .tit::before{
			margin-top: -2px;
			width: 8px;
			height: 2px;
		}
		.cus-work-area03-entry li .tit::after{
			margin-top: 2px;
			width: 12px;
			height: 2px;
		}
	
		.cus-work-area03-entry li .img{
			height: 50vw;
		}
		.cus-work-area03-entry li .img img{
			height: 50vw;
		}
	}

/* 先輩の声 */
	.cus-voice-area02-con01{
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-direction: row-reverse;
		background-color: white;
		border: #d4d4d4 solid 1px;
	}
	.cus-voice-area02-con01::before{
		content: '';
		position: absolute;
		bottom: -30px;
		left: 0px;
		background-image: url(../img/voice/area02-bg-shadow.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 80% 100%;
		width: 100%;
		height: 30px;
		z-index: -1;
	}
	.cus-voice-area02-con01 .con01-text{
		padding: 20px;
		width: 70%;
	}
	.cus-voice-area02-con01 .con01-img{
		display: table;
		padding: 10px;
		margin: 0;
		width: 30%;
	}
	.cus-voice-area02-con01 .con01-img .img{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

	.cus-voice-area02-con01 .con01-text .tit{
		position: relative;
		padding-left: 16px;
		margin-bottom: 10px;
		font-weight: 700;
		color: #1f2677;
	}
	.cus-voice-area02-con01 .con01-text .tit::before{
		content: '';
		position: absolute;
		top: 50%;
		left: 0px;
		display: block;
		background-color: #1f2677;
		width: 10px;
		height: 1px;
	}
	.cus-voice-area02-con01 .con01-text .txt01{
		font-size: 1.125rem;
	}

	.cus-voice-area02-con02{
		background-image: url(../img/site/bg-cloud.jpg);
		background-position: center top;
		background-size: 100% auto;
		padding: 50px;
	}

	.cus-voice-area02-con02 .con02-text01{
		background-color: rgba(255,255,255,0.8);
		padding: 30px;
	}
	.cus-voice-area02-con02 .con02-text02{
		background-color: rgba(255, 236, 236, 0.8);
		padding: 30px;
	}

	.cus-voice-area02-txt01{
		font-size: 46px;
		font-weight: 700;
		color: #781f2e;
		line-height: 1.2;
		text-align: center;
	}
	.cus-voice-area02-txt02{
		border-bottom: #781f2e solid 2px;
		padding-bottom: 12px;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
	}
	@media screen and (max-width: 1289px) {
		.cus-voice-area02-con01::before{
			bottom: -26px;
			height: 26px;
		}
		.cus-voice-area02-con01 .con01-text{
			padding: 15px;
		}

		.cus-voice-area02-con02{
			background-size: auto auto;
			padding: 40px 2%;
		}
	
		.cus-voice-area02-con02 .con02-text01{
			padding: 20px;
		}
		.cus-voice-area02-con02 .con02-text02{
			padding: 20px;
		}
	
		.cus-voice-area02-txt01{
			font-size: 38px;
		}
		.cus-voice-area02-txt02{
			font-size: 19px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-voice-area02-con01::before{
			bottom: -22px;
			height: 22px;
		}
		.cus-voice-area02-con01 .con01-text{
			padding: 15px;
		}

		.cus-voice-area02-con02{
			padding: 30px 2%;
		}
	
		.cus-voice-area02-con02 .con02-text01{
			padding: 15px;
		}
		.cus-voice-area02-con02 .con02-text02{
			padding: 15px;
		}
	
		.cus-voice-area02-txt01{
			font-size: 32px;
		}
		.cus-voice-area02-txt02{
			font-size: 18px;
		}
	}
	@media print {
		.cus-voice-area02-con01::before{
			bottom: -22px;
			height: 22px;
		}
		.cus-voice-area02-con01 .con01-text{
			padding: 15px;
		}

		.cus-voice-area02-con02{
			padding: 30px 2%;
		}
	
		.cus-voice-area02-con02 .con02-text01{
			padding: 15px;
		}
		.cus-voice-area02-con02 .con02-text02{
			padding: 15px;
		}
	
		.cus-voice-area02-txt01{
			font-size: 26px;
		}
		.cus-voice-area02-txt02{
			font-size: 17px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-voice-area02-con01{
			display: block;
		}
		.cus-voice-area02-con01::before{
			bottom: -22px;
			height: 22px;
		}
		.cus-voice-area02-con01 .con01-text{
			padding: 15px;
			width: auto;
		}
		.cus-voice-area02-con01 .con01-img{
			display: block;
			width: auto;
			text-align: center;
		}
	
		.cus-voice-area02-con02{
			background-size: auto auto;
			padding: 20px 4%;
		}
	
		.cus-voice-area02-con02 .con02-text01{
			padding: 15px;
		}
		.cus-voice-area02-con02 .con02-text02{
			padding: 15px;
		}
	
		.cus-voice-area02-txt01{
			font-size: 26px;
		}
		.cus-voice-area02-txt02{
			font-size: 17px;
			text-align: left;
		}
	}

/* 採用情報 */
	.cus-recruit-area01-con01{
		position: relative;
	}
	.cus-recruit-area01-con01::before{
		content: '';
		position: absolute;
		bottom: 0px;
		right: 0px;
		display: block;
		background-color: #e3f5f9;
		width: 60%;
		height: 90%;
		z-index: 1;
	}

	.cus-recruit-area01-con01 .con01-text{
		position: absolute;
		top: 100px;
		left: 50%;
		background-color: rgba(255,255,255,0.9);
		padding: 30px 20px;
		margin-left: -100px;
		width: 745px;
		z-index: 3;
	}

	.cus-recruit-area01-con01 .con01-img{
		position: relative;
		padding-right: 40%;
		margin-bottom: 50px;
		height: 360px;
		z-index: 2;
	}
	.cus-recruit-area01-con01 .con01-img img{
		width: 100%;
		height: 360px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.cus-recruit-area01-con01 .con01-text .txt01{
		position: relative;
		padding-bottom: 14px;
		font-size: 24px;
		font-weight: 700;
		color: #1f2677;
	}
	.cus-recruit-area01-con01 .con01-text .txt01::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
		background-color: #1f2677;
		width: 120px;
		height: 2px;
	}
	@media screen and (max-width: 1289px) {
		.cus-recruit-area01-con01::before{
			width: 70%;
		}
	
		.cus-recruit-area01-con01 .con01-text{
			top: 80px;
			left: 46%;
			padding: 20px;
			margin-left: 0px;
			width: 52%;
		}
	
		.cus-recruit-area01-con01 .con01-img{
			padding-right: 45%;
			height: 320px;
		}
		.cus-recruit-area01-con01 .con01-img img{
			height: 320px;
		}
	
		.cus-recruit-area01-con01 .con01-text .txt01{
			font-size: 20px;
		}
		.cus-recruit-area01-con01 .con01-text .txt01::before{
			width: 100px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-recruit-area01-con01 .con01-img{
			height: 300px;
		}
		.cus-recruit-area01-con01 .con01-img img{
			height: 300px;
		}

		.cus-recruit-area01-con01 .con01-text .txt01{
			font-size: 18px;
		}
		.cus-recruit-area01-con01 .con01-text .txt01::before{
			width: 80px;
		}
	}
	@media print {
		.cus-recruit-area01-con01 .con01-img{
			height: 300px;
		}
		.cus-recruit-area01-con01 .con01-img img{
			height: 300px;
		}

		.cus-recruit-area01-con01 .con01-text .txt01{
			font-size: 15px;
		}
		.cus-recruit-area01-con01 .con01-text .txt01::before{
			width: 50px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-recruit-area01-con01{
			padding-top: 20px;
		}
		.cus-recruit-area01-con01::before{
			width: 100%;
			height: 100%;
			z-index: -1
		}
	
		.cus-recruit-area01-con01 .con01-text{
			position: static;
			padding: 15px;
			margin: 0 auto 20px auto;
			width: 92%;
		}
	
		.cus-recruit-area01-con01 .con01-img{
			padding-right: 0%;
			margin-bottom: 0px;
			height: 50vw;
		}
		.cus-recruit-area01-con01 .con01-img img{
			height: 50vw;
		}
	
		.cus-recruit-area01-con01 .con01-text .txt01{
			font-size: 17px;
		}
		.cus-recruit-area01-con01 .con01-text .txt01::before{
			width: 60px;
		}
	}

/* 一日の流れ */
	.cus-layout-history02{
		position: relative;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.cus-layout-history02::before{
		content: '';
		position: absolute;
		top: 0px;
		left: 50%;
		display: block;
		background-color: #1f2677;
		width: 1px;
		height: 103%;
	}
	.cus-layout-history02::after{
		content: '';
		position: absolute;
		bottom: -50px;
		left: 50%;
		display: block;
		content: "\f0dd";
		margin-left: -11px;
		font-family: "FontAwesome";
		font-size: 40px;
		color: #1f2677;
		text-align: center;
		line-height: 1;
	}
	.cus-layout-history02 li{
		position: relative;
	}
	.cus-layout-history02 li::before{
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		background-color: #1f2677;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		margin: -9px 0 5px -9px;
		width: 18px;
		height: 18px;
	}

	.cus-layout-history02 li .history-left-text{
		background-color: #e3f5f9;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		padding: 12px 10px;
		margin-bottom: 5px;
		width: 48%;
	}
	.cus-layout-history02 li .history-right-text{
		background-color: #e3f5f9;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		padding: 12px 10px;
		margin: 0 0 5px auto;
		width: 48%;
	}
	.cus-layout-history02 li .history-left-text .day,
	.cus-layout-history02 li .history-right-text .day{
		font-weight: 700;
		vertical-align: middle;
	}
	.cus-layout-history02 li .history-left-text .text,
	.cus-layout-history02 li .history-right-text .text{
	}
	@media screen and (max-width: 991px) {
		.cus-layout-history02::after{
			bottom: -48px;
			margin-left: -10px;
			font-size: 34px;
		}
		.cus-layout-history02 li::before{
			margin: -8px 0 5px -8px;
			width: 16px;
			height: 16px;
		}
	}
	@media print {
		.cus-layout-history02::after{
			bottom: -48px;
			margin-left: -9px;
			font-size: 34px;
		}
		.cus-layout-history02 li::before{
			margin: -8px 0 5px -8px;
			width: 16px;
			height: 16px;
		}
		.cus-layout-history02 li .history-left-text,
		.cus-layout-history02 li .history-right-text{
			font-size: 14px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-layout-history02::before{
			left: 0%;
		}
		.cus-layout-history02::after{
			bottom: -46px;
			left: 0px;
			margin-left: -8px;
			font-size: 28px;
		}
		.cus-layout-history02 li{
			position: relative;
		}
		.cus-layout-history02 li::before{
			left: 0%;
			margin: -6px 0 5px -6px;
			width: 12px;
			height: 12px;
		}
	
		.cus-layout-history02 li .history-left-text{
			padding: 12px 10px;
			margin: 0 0 5px 20px;
			width: auto;
		}
		.cus-layout-history02 li .history-right-text{
			padding: 12px 10px;
			margin: 0 0 5px 20px;
			width: auto;
		}
		.cus-layout-history02 li .history-left-text .day,
		.cus-layout-history02 li .history-right-text .day{
			display: block;
			width: auto;
		}
		.cus-layout-history02 li .history-left-text,
		.cus-layout-history02 li .history-right-text{
			display: block;
			width: auto;
		}
	}

/* 会社概要 */
	.cus-company-area01-con01{
		position: relative;
		background-image: url(../img/site/bg-cloud.jpg);
		background-position: center top;
		background-size: 100% auto;
		padding: 140px 0 80px 0;
	}

	.cus-company-area01-con01 .con01-text{
		background-color: rgba(255, 255, 255, 0.8);
		padding: 20px 20px 20px 100px;
		margin-left: 280px;
	}
	.cus-company-area01-con01 .con01-img{
		position: absolute;
		top: 60px;
		left: 50%;
		border: #1f2677 solid 2px;
		margin-left: -645px;
		width: 320px;
		z-index: 2;
	}
	.cus-company-area01-con01 .con01-img .img{
		position: relative;
		margin: 0;
		z-index: 3;
	}
	.cus-company-area01-con01 .con01-img .img::before{
		content: '';
		position: absolute;
		bottom: -20px;
		left: 5%;
		background-image: url(../img/company/area01-bg-shadow.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 90%;
		height: 20px;
		z-index: 1;
	}
	@media screen and (max-width: 1289px) {
		.cus-company-area01-con01{
			padding: 100px 0 60px 0;
		}
	
		.cus-company-area01-con01 .con01-text{
			padding: 20px 20px 20px 70px;
			margin-left: 28%;
		}
		.cus-company-area01-con01 .con01-img{
			position: absolute;
			top: 50px;
			left: 2%;
			margin-left: 0px;
			width: 30%;
		}
		.cus-company-area01-con01 .con01-img .img::before{
			bottom: -16px;
			height: 16px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-company-area01-con01{
			background-size: auto auto;
			padding: 80px 0 50px 0;
		}
	
		.cus-company-area01-con01 .con01-text{
			padding: 15px 15px 15px 70px;
			margin-left: 30%;
		}
		.cus-company-area01-con01 .con01-img{
			position: absolute;
			top: 40px;
			left: 2%;
			margin-left: 0px;
			width: 34%;
		}
		.cus-company-area01-con01 .con01-img .img::before{
			bottom: -16px;
			height: 16px;
		}
	}
	@media print {
		.cus-company-area01-con01{
			background-size: auto auto;
			padding: 80px 0 50px 0;
		}
	
		.cus-company-area01-con01 .con01-text{
			padding: 15px 15px 15px 70px;
			margin-left: 30%;
		}
		.cus-company-area01-con01 .con01-img{
			position: absolute;
			top: 40px;
			left: 2%;
			margin-left: 0px;
			width: 34%;
		}
		.cus-company-area01-con01 .con01-img .img::before{
			bottom: -16px;
			height: 16px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-company-area01-con01{
			background-size: auto auto;
			padding: 40px 0;
		}
	
		.cus-company-area01-con01 .con01-text{
			padding: 15px;
			margin: 0 0 20px 0;
		}
		.cus-company-area01-con01 .con01-img{
			position: static;
			margin: 0 auto;
			width: 260px;
		}
		.cus-company-area01-con01 .con01-img .img::before{
			bottom: -14px;
			height: 14px;
		}
	}

/* area02 */
	.cus-company-area02-txt01{
		display: table;
		margin: 0;
	}
	.cus-company-area02-txt01 .txt01{
		display: table-cell;
		width: 190px;
		vertical-align: top;
	}
	.cus-company-area02-txt01 .txt02{
		display: table-cell;
		vertical-align: top;
	}

	.cus-company-area02-txt02 li{
		display: inline-block;
		padding-right: 25px;
	}
	@media print {
		.cus-company-area02-txt01 .txt01{
			width: 170px;
		}
		.cus-company-area02-txt01 .txt02{
			display: table-cell;
			vertical-align: top;
		}
	
		.cus-company-area02-txt02 li{
			display: block;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-company-area02-txt01 .txt01{
			width: 170px;
		}
		.cus-company-area02-txt01 .txt02{
			display: table-cell;
			vertical-align: top;
		}
	
		.cus-company-area02-txt02 li{
			display: block;
		}
	}


/* お問い合わせ */
	.cus-contact-area01{
		background-image: url(../img/site/bg-cloud.jpg);
		background-position: center top;
		background-size: 100% auto;
		padding: 120px 0;
	}

	.cus-telephone{
		text-align: center;
	}
	.cus-telephone .telephone-box{
		display: inline-block;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 30px 0;
		width: 100%;
	}
	.cus-telephone .telephone-txt{
		position: relative;
		display: inline-block;
		font-size: 1.125rem;
	}
	.cus-telephone .telephone-txt::before{
		content: '';
		position: absolute;
		top: 50%;
		left: -40px;
		display: block;
		background-color: #222222;
		width: 25px;
		height: 1px;
	}
	.cus-telephone .telephone-txt::after{
		content: '';
		position: absolute;
		top: 50%;
		right: -40px;
		display: block;
		background-color: #222222;
		width: 25px;
		height: 1px;
	}
	.cus-telephone .telephone-phone{
		font-size: 42px;
		color: #1f2677;
	}
	.cus-telephone .telephone-phone .ic01{
		position: relative;
		margin-right: 15px;
		top: -2px;
		width: 36px;
	}
	.cus-telephone .telephone-phone .ic02{
		position: relative;
		margin-right: 15px;
		top: -3px;
		width: 40px;
	}
	@media screen and (max-width: 1289px) {
		.cus-telephone .telephone-phone{
			font-size: 3vw;
		}
		.cus-telephone .telephone-phone .ic01{
			width: 2.6vw;
		}
		.cus-telephone .telephone-phone .ic02{
			width: 3vw;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-telephone .telephone-box{
			padding: 20px 0;
			width: 100%;
		}

		.cus-telephone .telephone-txt::before{
			left: -30px;
			width: 20px;
		}
		.cus-telephone .telephone-txt::after{
			right: -30px;
			width: 20px;
		}
	}
	@media print {
		.cus-telephone .telephone-box{
			padding: 20px 0;
			width: 100%;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-telephone .telephone-txt{
			font-size: 1rem;
		}
		.cus-telephone .telephone-phone{
			font-size: 22px;
		}
		.cus-telephone .telephone-phone .ic01{
			width: 22px;
		}
		.cus-telephone .telephone-phone .ic02{
			width: 24px;
		}
	}





























