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

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

*/

	.cus-mv{
		overflow: hidden;
		position: relative;
		padding-bottom: 60px;
	}
	.cus-mv-col{
		margin: 0 auto;
		width: 92%;
	}
	.cus-mv-col .col-slide{
		overflow: hidden;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
	}

	.cus-mv .mv-claude01{
		position: absolute;
		bottom: 10px;
		left: 0%;
		background-image: url(../img/slide/mv-img01.png);
		background-position: center center;
		background-size: cover;
		margin-left: -60px;
		width: 423px;
		height: 355px;
		z-index: 3;
	}
	.cus-mv .mv-claude02{
		position: absolute;
		bottom: 15px;
		right: 0%;
		background-image: url(../img/slide/mv-img02.png);
		background-position: center center;
		background-size: cover;
		margin-right: -30px;
		width: 411px;
		height: 383px;
		z-index: 3;
	}
	@media screen and (max-width: 1879px) {
		.cus-mv{
			padding-bottom: 60px;
		}
		.cus-mv-col{
			width: 92%;
		}

		.cus-mv .mv-claude01{
			margin-left: -60px;
			width: calc(423px * 0.8);
			height: calc(355px * 0.8);
		}
		.cus-mv .mv-claude02{
			margin-right: -10px;
			width: calc(411px * 0.8);
			height: calc(383px * 0.8);
		}
	}
	@media screen and (max-width: 991px) {
		.cus-mv{
			padding-bottom: 60px;
		}
		.cus-mv-col{
			width: 94%;
		}

		.cus-mv .mv-claude01{
			margin-left: -40px;
			width: calc(423px * 0.6);
			height: calc(355px * 0.6);
		}
		.cus-mv .mv-claude02{
			bottom: 20px;
			margin-right: -10px;
			width: calc(411px * 0.6);
			height: calc(383px * 0.6);
		}
	}
	@media print {
		.cus-mv .mv-claude01{
			margin-left: -40px;
			width: 127px !important;
			height: 107px !important;
		}
		.cus-mv .mv-claude02{
			bottom: 20px;
			margin-right: -10px;
			width: 123px !important;
			height: 115px !important;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-mv{
			padding-bottom: 40px;
		}
		.cus-mv-col{
			width: 98%;
		}
		.cus-mv-col .col-slide{
			border-radius: 40px;
			-webkit-border-radius: 40px;
			-moz-border-radius: 40px;
		}

		.cus-mv .mv-claude01{
			margin-left: -40px;
			width: calc(423px * 0.4);
			height: calc(355px * 0.4);
		}
		.cus-mv .mv-claude02{
			bottom: 20px;
			margin-right: -10px;
			width: calc(411px * 0.4);
			height: calc(383px * 0.4);
		}
	}

/* area01 */
	.cus-home-area01{
	  position: relative;
	  height: 680px;/* 高さは必ず指定 */
	  z-index: 5;
	}
	.cus-home-area01 .area01-title{
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -935px;
		width: 140px;
	}
	.cus-home-area01 .area01-slide{
	  position: absolute;
	  top: 0;
	  left: 200px;   /* タイトル横から開始 */
	  display: flex;
	  align-items: top;
	  justify-content: center;
	  width: calc(100vw - 200px); /* ブラウザ幅からタイトル幅を引く */
	  height: 100%;
	}

	.cus-home-area01-bt{
		position: absolute;
		bottom: 0px;
		left: 0px;
		margin: 0;
		width: 100%;
		text-align: center;
		z-index: 5;
	}

	.cus-home-area01-claude01{
		position: absolute;
		top: -300px;
		right: 50%;
		background-image: url(../img/site/site-claude01.png);
		background-size: cover;
		width: 1123px;
		height: 1145px;
		margin-right: -1120px;
		z-index: 1;
	}
	.cus-home-area01-claude01.claude01-min{
		top: 20px;
		width: calc(1123px * 0.6);
		height: calc(1145px * 0.6);
		margin-right: -900px;
	}
	@media screen and (max-width: 1879px) {
		.cus-home-area01{
		  height: 640px;/* 高さは必ず指定 */
		}
		.cus-home-area01 .area01-title{
			left: 2%;
			margin-left: 0px;
			width: 140px;
		}
		.cus-home-area01 .area01-slide{
		  left: 180px;   /* タイトル横から開始 */
		  width: calc(100vw - 180px); /* ブラウザ幅からタイトル幅を引く */
		  height: 100%;
		}

		.cus-home-area01-claude01{
			width: calc(1123px * 0.8);
			height: calc(1145px * 0.8);
			margin-right: -1120px;
		}
		.cus-home-area01-claude01.claude01-min{
			width: calc(1123px * 0.5);
			height: calc(1145px * 0.5);
			margin-right: -800px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-home-area01{
		  height: 500px;/* 高さは必ず指定 */
		}
		.cus-home-area01 .area01-title{
			left: 2%;
			margin-left: 0px;
			width: 100px;
		}
		.cus-home-area01 .area01-slide{
		  left: 140px;   /* タイトル横から開始 */
		  width: calc(100vw - 140px); /* ブラウザ幅からタイトル幅を引く */
		  height: 100%;
		}

		.cus-home-area01-claude01{
			width: calc(1123px * 0.6);
			height: calc(1145px * 0.6);
			margin-right: -800px;
		}
		.cus-home-area01-claude01.claude01-min{
			top: 0px;
			width: calc(1123px * 0.5);
			height: calc(1145px * 0.5);
			margin-right: -800px;
		}
	}
	@media print {
		.cus-home-area01{
		  height: 460px;/* 高さは必ず指定 */
		}
		.cus-home-area01 .area01-title{
			left: 2%;
			margin-left: 0px;
			width: 100px;
		}
		.cus-home-area01 .area01-slide{
		  left: 120px;   /* タイトル横から開始 */
		  width: calc(100vw - 120px); /* ブラウザ幅からタイトル幅を引く */
		  height: 100%;
		}

		.cus-home-area01-claude01{
			width: calc(1123px * 0.5);
			height: calc(1145px * 0.5);
			margin-right: -600px;
		}
		.cus-home-area01-claude01.claude01-min{
			top: 0px;
			width: calc(1123px * 0.5);
			height: calc(1145px * 0.5);
			margin-right: -800px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-home-area01{
		  height: 380px;/* 高さは必ず指定 */
		}
		.cus-home-area01 .area01-title{
			left: 2%;
			margin-left: 0px;
			width: 60px;
		}
		.cus-home-area01 .area01-slide{
		  left: 80px;   /* タイトル横から開始 */
		  width: calc(100vw - 80px); /* ブラウザ幅からタイトル幅を引く */
		}

		.cus-home-area01-claude01{
			width: calc(1123px * 0.4);
			height: calc(1145px * 0.4);
			margin-right: -400px;
		}
		.cus-home-area01-claude01.claude01-min{
			top: 100px;
			width: calc(1123px * 0.2);
			height: calc(1145px * 0.2);
			margin-right: -300px;
		}
	}

/* area02 */
	.cus-home-area02-list{
		position: relative;
		display: -webkit-flex;
		display: flex;
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 3;
	}
	.cus-home-area02-list li{
		box-sizing: content-box;
		padding-right: 3.5%;
		width: 31%;
	}
	.cus-home-area02-list li:last-child{
		padding-right: 0%;
	}
	
	.cus-home-area02-col{
		position: relative;
		display: block;
		text-decoration: none;
	}

	.cus-home-area02-col .col-text{
		position: absolute;
		top: 80px;
		left: 12%;
		background-color: #50accc;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		padding: 10px 0px;
		width: 76%;
		color: white;
		text-align: center;
		z-index: 5;
	}
	.cus-home-area02-col .col-text .txt-wrap{
	  display: inline-block;
	  text-align: right;
	}
	.cus-home-area02-col .col-text .txt-wrap .txt01{
		display: block;
		margin: 0 0 10px 0;
		font-family: "Commissioner", sans-serif;
		font-size: 48px;
		font-weight: 700;
		line-height: 1.2;
	}
	.cus-home-area02-col .col-text .txt-wrap .txt02{
		display: block;
		margin: 0;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.8;
	}

	.cus-home-area02-col .col-bt{
		position: absolute;
		bottom: 50px;
		left: 0px;
		width: 100%;
		text-align: center;
		z-index: 5;
	}
	.cus-home-area02-col .col-bt .text{
		font-family: "Commissioner", sans-serif;
		font-size: 20px;
		font-weight: 700;
		color: #132f4d;
	}
	.cus-home-area02-col .col-bt .arrow{
		position: relative;
		top: -2px;
		display: inline-block;
		background-color: #50accc;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		margin-left: 10px;
		width: 28px;
		height: 28px;
		color: white;
		line-height: 28px;
		text-align: center;
	}

	.cus-home-area02-col .col-img{
		margin: 0;
		width: 100%;
	}
	.cus-home-area02-col .col-img img{
		overflow: hidden;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		width: 100%;
		height: 320px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		transition: 0.5s all;
	}
	.cus-home-area02-col:hover .col-img img{
		transform: scale(1.1,1.1);
		transition: 0.7s all;
	}

	.cus-home-area02-claude01{
		position: absolute;
		top: -170px;
		left: 50%;
		background-image: url(../img/site/site-claude02.png);
		background-size: cover;
		width: 510px;
		height: 297px;
		margin-left: -1080px;
		z-index: 1;
	}
	.cus-home-area02-claude02{
		position: absolute;
		top: 120px;
		left: 50%;
		background-image: url(../img/site/site-claude03.png);
		background-size: cover;
		width: 358px;
		height: 292px;
		margin-left: -920px;
		z-index: 1;
	}
	@media screen and (max-width: 1879px) {
		.cus-home-area02-list li{
			padding-right: 2.9%;
			width: 31.4%;
		}

		.cus-home-area02-col .col-text{
			top: 70px;
			left: 10%;
			padding: 10px 0px;
			width: 80%;
		}
		.cus-home-area02-col .col-text .txt-wrap .txt01{
			font-size: 38px;
		}
		.cus-home-area02-col .col-text .txt-wrap .txt02{
			font-size: 17px;
		}

		.cus-home-area02-col .col-bt{
			bottom: 40px;
		}
		.cus-home-area02-col .col-bt .text{
			font-size: 18px;
		}
		.cus-home-area02-col .col-bt .arrow{
			top: -1px;
			width: 24px;
			height: 24px;
			line-height: 24px;
		}

		.cus-home-area02-col .col-img img{
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			height: 300px;
		}
	
		.cus-home-area02-claude01{
			top: -120px;
			left: 2%;
			width: calc(510px * 0.8);
			height: calc(297px * 0.8);
			margin-left: -100px;
		}
		.cus-home-area02-claude02{
			top: 80px;
			left: 2%;
			width: calc(358px * 0.8);
			height: calc(292px * 0.8);
			margin-left: 0px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-home-area02-list li{
			padding-right: 2%;
			width: 32%;
		}

		.cus-home-area02-col .col-text{
			top: 40px;
			left: 7%;
			padding: 10px 0px;
			width: 86%;
		}
		.cus-home-area02-col .col-text .txt-wrap .txt01{
			font-size: 30px;
		}
		.cus-home-area02-col .col-text .txt-wrap .txt02{
			font-size: 15px;
		}

		.cus-home-area02-col .col-bt{
			bottom: 30px;
		}
		.cus-home-area02-col .col-bt .text{
			font-size: 16px;
		}
		.cus-home-area02-col .col-bt .arrow{
			top: 0px;
			width: 20px;
			height: 20px;
			line-height: 20px;
		}

		.cus-home-area02-col .col-img img{
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			height: 220px;
		}
	
		.cus-home-area02-claude01{
			top: -90px;
			left: 2%;
			width: calc(510px * 0.6);
			height: calc(297px * 0.6);
			margin-left: -120px;
		}
		.cus-home-area02-claude02{
			top: 80px;
			left: 2%;
			width: calc(358px * 0.6);
			height: calc(292px * 0.6);
			margin-left: -50px;
		}
	}
	@media print {
		.cus-home-area02-list li{
			padding-right: 2%;
			width: 32%;
		}

		.cus-home-area02-col .col-text{
			top: 40px;
			left: 7%;
			padding: 10px 0px;
			width: 86%;
		}
		.cus-home-area02-col .col-text .txt-wrap .txt01{
			font-size: 24px;
		}
		.cus-home-area02-col .col-text .txt-wrap .txt02{
			font-size: 12px;
		}

		.cus-home-area02-col .col-bt{
			bottom: 30px;
		}
		.cus-home-area02-col .col-bt .text{
			font-size: 14px;
		}
		.cus-home-area02-col .col-bt .arrow{
			top: 0px;
			width: 14px;
			height: 14px;
			line-height: 14px;
		}

		.cus-home-area02-col .col-img img{
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			height: 220px;
		}
	
		.cus-home-area02-claude01{
			top: -90px;
			left: 2%;
			width: calc(510px * 0.6);
			height: calc(297px * 0.6);
			margin-left: -120px;
		}
		.cus-home-area02-claude02{
			top: 80px;
			left: 2%;
			width: calc(358px * 0.6);
			height: calc(292px * 0.6);
			margin-left: -50px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-home-area02-list{
			display: block;
		}
		.cus-home-area02-list li{
			padding-right: 0%;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-home-area02-list li:last-child{
			padding-right: 0%;
		}

		.cus-home-area02-col .col-text{
			top: 20px;
			left: 12%;
			width: 76%;
		}
		.cus-home-area02-col .col-text .txt-wrap{
		  text-align: center;
		}
		.cus-home-area02-col .col-text .txt-wrap .txt01{
			font-size: 26px;
		}
		.cus-home-area02-col .col-text .txt-wrap .txt02{
			font-size: 16px;
		}
	
		.cus-home-area02-col .col-bt{
			bottom: 10px;
		}
		.cus-home-area02-col .col-bt .text{
			font-size: 16px;
		}
		.cus-home-area02-col .col-bt .arrow{
			top: -1px;
			width: 20px;
			height: 20px;
			line-height: 20px;
		}

		.cus-home-area02-col .col-img img{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			height: 56vw;
		}
	
		.cus-home-area02-claude01{
			top: -80px;
			left: 2%;
			width: calc(510px * 0.4);
			height: calc(297px * 0.4);
			margin-left: -120px;
		}
		.cus-home-area02-claude02{
			top: 60px;
			left: 2%;
			width: calc(358px * 0.4);
			height: calc(292px * 0.4);
			margin-left: -50px;
		}
	}

/* area03 */
	.cus-home-area03-con{
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-direction: row-reverse;
		z-index: 5;
	}
	.cus-home-area03-con .con-text{
		padding-left: 20px;
		width: 50%;
	}
	.cus-home-area03-con .con-photo{
		padding-right: 20px;
		width: 50%;
	}

	.cus-home-area03-text{
		position: relative;
		background-color: white;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		padding: 100px 60px;
	}

	.cus-home-area03-con .con-photo .img{
		overflow: hidden;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		margin: 0;
		width: 100%;
	}
	.cus-home-area03-con .con-photo .img img{
		width: 100%;
		height: 780px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.cus-home-area03-claude01{
		position: absolute;
		top: -120px;
		right: 50%;
		background-image: url(../img/site/site-claude04.png);
		background-size: cover;
		width: 305px;
		height: 384px;
		margin-right: -500px;
		z-index: 1;
	}	
	.cus-home-area03-claude02{
		position: absolute;
		bottom: -80px;
		right: 50%;
		background-image: url(../img/site/site-claude05.png);
		background-size: cover;
		width: 223px;
		height: 230px;
		margin-right: -300px;
		z-index: 1;
	}
	@media screen and (max-width: 1879px) {
		.cus-home-area03-con .con-text{
			padding-left: 15px;
		}
		.cus-home-area03-con .con-photo{
			padding-right: 15px;
		}
	
		.cus-home-area03-text{
			border-radius: 40px;
			-webkit-border-radius: 40px;
			-moz-border-radius: 40px;
			padding: 80px 40px;
		}
	
		.cus-home-area03-con .con-photo .img{
			border-radius: 40px;
			-webkit-border-radius: 40px;
			-moz-border-radius: 40px;
		}
		.cus-home-area03-con .con-photo .img img{
			height: 750px;
		}
	
		.cus-home-area03-claude01{
			top: -120px;
			right: 50%;
			width: calc(305px * 0.8);
			height: calc(384px * 0.8);
			margin-right: -400px;
		}	
		.cus-home-area03-claude02{
			bottom: -80px;
			right: 50%;
			width: calc(223px * 0.8);
			height: calc(230px * 0.8);
			margin-right: -240px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-home-area03-con{
			display: block;
		}
		.cus-home-area03-con .con-text{
			padding-left: 0px;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-home-area03-con .con-photo{
			padding-right: 0px;
			width: auto;
		}
	
		.cus-home-area03-text{
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			padding: 60px 20px;
		}
	
		.cus-home-area03-con .con-photo .img{
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
		}
		.cus-home-area03-con .con-photo .img img{
			height: 60vw;
		}
	
		.cus-home-area03-claude01{
			top: -100px;
			right: 50%;
			width: calc(305px * 0.6);
			height: calc(384px * 0.6);
			margin-right: -400px;
		}	
		.cus-home-area03-claude02{
			bottom: -60px;
			right: 50%;
			width: calc(223px * 0.6);
			height: calc(230px * 0.6);
			margin-right: -240px;
		}
	}
	@media print {
		.cus-home-area03-con{
			display: block;
		}
		.cus-home-area03-con .con-text{
			padding-left: 0px;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-home-area03-con .con-photo{
			padding-right: 0px;
			width: auto;
		}
	
		.cus-home-area03-text{
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			padding: 60px 20px;
		}
	
		.cus-home-area03-con .con-photo .img{
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
		}
		.cus-home-area03-con .con-photo .img img{
			height: 60vw;
		}
	
		.cus-home-area03-claude01{
			top: -100px;
			right: 50%;
			width: calc(305px * 0.6);
			height: calc(384px * 0.6);
			margin-right: -400px;
		}	
		.cus-home-area03-claude02{
			bottom: -60px;
			right: 50%;
			width: calc(223px * 0.6);
			height: calc(230px * 0.6);
			margin-right: -240px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-home-area03-con{
			display: block;
		}
		.cus-home-area03-con .con-text{
			padding-left: 0px;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-home-area03-con .con-photo{
			padding-right: 0px;
			width: auto;
		}
	
		.cus-home-area03-text{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			padding: 20px 15px;
		}
	
		.cus-home-area03-con .con-photo .img{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
		}
		.cus-home-area03-con .con-photo .img img{
			height: 60vw;
		}
	
		.cus-home-area03-claude01{
			top: -60px;
			right: 50%;
			width: calc(305px * 0.4);
			height: calc(384px * 0.4);
			margin-right: -220px;
		}	
		.cus-home-area03-claude02{
			bottom: -60px;
			right: 50%;
			width: calc(223px * 0.4);
			height: calc(230px * 0.4);
			margin-right: -160px;
		}
	}

/* 新着情報 */
	.cus-info-list01{
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 5;
	}
	.cus-info-list01 li{
		box-sizing: content-box;
		padding-right: 2%;
		margin-bottom: 25px;
		width: 18%;
	}
	.cus-info-list01 li:nth-child(5n){
		padding-right: 0%;
	}
	.cus-info-list01 li a{
		position: relative;
		display: table;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		padding: 12px 10px 16px 10px;
		width: 100%;
		font-size: 18px;
		color: white;
		text-align: center;
		text-decoration: none;
	}
	.cus-info-list01 li a .inner{
		display: table-cell;
		vertical-align: middle;
	}
	.cus-info-list01 li a::before{
		content: '';
		position: absolute;
		bottom: -15px;
		left: 50%;
		background: linear-gradient(
        to bottom,
        white 0%, 
        white 50%, 
        var(--line-color, black) 50%, 
        var(--line-color, black) 100%
    );
		width: 1px;
		height: 30px;
    /* 回転用トランジション */
		transition: transform 0.6s ease;
		transform-origin: center center; /* 線の中心を軸に回転 */
	}
	.cus-info-list01 li a:hover::before{
		transform: translateX(-50%) rotate(360deg);
	}
	@media screen and (max-width: 1879px) {
		.cus-info-list01 li{
			padding-right: 2.4%;
			margin-bottom: 25px;
			width: 23.2%;
		}
		.cus-info-list01 li:nth-child(5n){
			padding-right: 2.4%;
		}
		.cus-info-list01 li:nth-child(4n){
			padding-right: 0%;
		}
		.cus-info-list01 li a{
			padding: 12px 6px 16px 6px;
			font-size: 16px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-info-list01 li{
			padding-right: 2%;
			margin-bottom: 25px;
			width: 32%
		}
		.cus-info-list01 li:nth-child(5n){
			padding-right: 2%;
		}
		.cus-info-list01 li:nth-child(4n){
			padding-right: 2%;
		}
		.cus-info-list01 li:nth-child(3n){
			padding-right: 0%;
		}
		.cus-info-list01 li a{
			padding: 12px 6px 16px 6px;
			font-size: 16px;
		}
	}
	@media print {
		.cus-info-list01 li{
			padding-right: 2%;
			margin-bottom: 25px;
			width: 32%;
		}
		.cus-info-list01 li:nth-child(5n){
			padding-right: 2%;
		}
		.cus-info-list01 li:nth-child(4n){
			padding-right: 2%;
		}
		.cus-info-list01 li:nth-child(3n){
			padding-right: 0%;
		}
		.cus-info-list01 li a{
			padding: 12px 6px 16px 6px;
			font-size: 14px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-info-list01{
			display: block;
		}
		.cus-info-list01 li{
			padding-right: 0%;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-info-list01 li:nth-child(5n){
			padding-right: 0%;
		}
		.cus-info-list01 li:nth-child(4n){
			padding-right: 0%;
		}
		.cus-info-list01 li:nth-child(3n){
			padding-right: 0%;
		}
		.cus-info-list01 li a{
			padding: 12px 14px 16px 14px;
			font-size: 16px;
			text-align: left;
		}
	}


/* 新着情報一覧 */
	.cus-info-entry{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.cus-info-entry .entry-col{
		box-sizing: content-box;
		padding-right: 2%;
		margin-bottom: 40px;
		width: 32%;
	}
	.cus-info-entry .entry-col:nth-child(3n){
		padding-right: 0%;
	}

	.cus-info-box{
		overflow: hidden;
		position: relative;
		display: block;
		background: rgba(255,255,255,0.8);
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
		padding: 30px;
		color: #132f4d;
		text-decoration: none;
		z-index: 5;
	}
	.cus-info-box .box-day{
		margin-bottom: 0px;
	}
	.cus-info-box .box-title{
		font-size: 24px;
		font-weight: 700;
		color: #0555ad;
	}
	.cus-info-box .box-img{
		overflow: hidden;
		margin-bottom: 20px;
		background-color: #dbe5e8;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	}
	.cus-info-box .box-img img{
		width: 100%;
		height: 320px;
		object-fit: contain;
		font-family: 'object-fit: contain;';
		transition: 0.5s all;
	}
	.cus-info-box:hover .box-img img{
		transform: scale(1.2,1.2);
		transition: 0.7s all;
	}

	.cus-info-box .box-bt{
	  position: relative;
	  display: inline-block;
		width: 80%;
	  padding: 10px 120px 10px 30px;
	  margin: 0 auto;
	  color: white;
	  text-decoration: none;
	  border-radius: 100px;
	  overflow: visible; /* 擬似要素が広がっても切れないように */
	  z-index: 1;
	}
	.cus-info-box .box-bt::before{
	  content: "";
	  position: absolute;
	  top: 0; 
	  left: 0; 
	  right: 0; 
	  bottom: 0;
	  background-color: #50accc;
	  border-radius: 100px;
	  z-index: -1; /* テキストより後ろ */
	  transition: all 0.3s ease; /* ホバー時に滑らかに広がる */
	}
	.cus-info-box .box-bt:hover::before{
	  top: -5px;
	  left: -5px;
	  right: -5px;
	  bottom: -5px;
	}
	.cus-info-box .box-bt .arrow{/* 矢印部分 */
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  width: 26px;
	  height: 26px;
	  line-height: 26px;
	  text-align: center;
	  color: #50accc;
	  font-size: 14px;
	  border-radius: 100px;
	  background-color: white;
	  margin-top: -13px;
	  z-index: 2;
	}

	.cus-info-box .bar-wrap{
	  position: absolute;
	  top: 70px;
	  right: 80px;
	  transform-origin: center center;
	  z-index: -1;
	}
	.cus-info-box .bar01,
	.cus-info-box .bar02{
	  position: absolute;
	  display: block;
	  width: 4px;
	  border-radius: 100px;
	}
	.cus-info-box .bar01 {
	  top: -60px;  /* 交差点を中心にするため調整 */
	  height: 120px;
	  background-color: #b3dbe9;
	  transform: rotate(-45deg);
	  animation: rotate-wrap 16s linear infinite;
	}
	.cus-info-box .bar02 {
	  top: -30px; /* 交差点中心 */
	  height: 60px;
	  background-color: #e0ecf6;
	  transform: rotate(45deg);
	  animation: rotate-wrap 30s linear infinite;
	}
/* アニメーション */
	@keyframes rotate-wrap {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
	}

	.cus-info-page{
		background-color: #50accc;
		padding: 12px 20px;
		text-align: center;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
	}
	div.paging span.current,
	div.paging span.paging-text{margin:0px 2px;color:#333;border:1px solid #ccc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;background-color:#edf7fa;}
	div.paging span.paging-text a{padding:3px 8px; display:block;}
	div.paging span.current{background: #01203b;border:1px solid #edf7fa;color:white;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;}
	div.paging span.paging-text a:hover{background: #50accc;color: #fff;text-decoration:none;cursor:pointer;}
	@media screen and (max-width: 1879px) {
		.cus-info-entry .entry-col{
			padding-right: 2%;
			margin-bottom: 30px;
			width: 32%;
		}
		.cus-info-entry .entry-col:nth-child(3n){
			padding-right: 0%;
		}
	
		.cus-info-box{
			border-radius: 26px;
			-webkit-border-radius: 26px;
			-moz-border-radius: 26px;
			padding: 20px;
		}
		.cus-info-box .box-day{
			font-size: 15px;
		}
		.cus-info-box .box-title{
			font-size: 20px;
		}
		.cus-info-box .box-img{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
		}
		.cus-info-box .box-img img{
			height: 18vw;
		}
	
		.cus-info-box .box-bt{
		  padding: 10px 5vw 10px 20px;
		}
		.cus-info-box .box-bt .arrow{/* 矢印部分 */
		  right: 16px;
		  width: 22px;
		  height: 22px;
		  line-height: 22px;
		  font-size: 13px;
		  margin-top: -11px;
		}
	
		.cus-info-box .bar-wrap{
		  top: 70px;
		  right: 50px;
		}
		.cus-info-box .bar01,
		.cus-info-box .bar02{
		  width: 3px;
		}
		.cus-info-box .bar01 {
		  top: -60px;  /* 交差点を中心にするため調整 */
		  height: 100px;
		}
		.cus-info-box .bar02 {
		  top: -30px; /* 交差点中心 */
		  height: 50px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-info-entry .entry-col{
			padding-right: 4%;
			margin-bottom: 24px;
			width: 48%;
		}
		.cus-info-entry .entry-col:nth-child(3n){
			padding-right: 4%;
		}
		.cus-info-entry .entry-col:nth-child(2n){
			padding-right: 0%;
		}

		.cus-info-box .box-day{
			font-size: 14px;
		}
		.cus-info-box .box-title{
			font-size: 18px;
		}
		.cus-info-box .box-img img{
			height: 26vw;
		}
	}
	@media print {
		.cus-info-entry .entry-col{
			padding-right: 4%;
			margin-bottom: 24px;
			width: 48%;
		}
		.cus-info-entry .entry-col:nth-child(3n){
			padding-right: 4%;
		}
		.cus-info-entry .entry-col:nth-child(2n){
			padding-right: 0%;
		}

		.cus-info-box .box-day{
			font-size: 12px;
		}
		.cus-info-box .box-title{
			font-size: 16px;
		}
		.cus-info-box .box-img img{
			height: 26vw;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-info-entry{
			display: block;
		}
		.cus-info-entry .entry-col{
			padding-right: 0%;
			margin-bottom: 30px;
			width: auto;
		}
		.cus-info-entry .entry-col:last-child{
			margin-bottom: 0px;
		}
	
		.cus-info-box{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			padding: 15px;
		}
		.cus-info-box .box-day{
			font-size: 15px;
		}
		.cus-info-box .box-title{
			font-size: 19px;
		}
		.cus-info-box .box-img{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
		}
		.cus-info-box .box-img img{
			height: 52vw;
		}
	
		.cus-info-box .box-bt{
			width: 100%;
		  padding: 10px 60px 10px 20px;
		}
		.cus-info-box .box-bt .arrow{/* 矢印部分 */
		  right: 10px;
		  width: 20px;
		  height: 20px;
		  line-height: 20px;
		  font-size: 12px;
		  margin-top: -10px;
		}
	
		.cus-info-box .bar-wrap{
		  top: 50px;
		  right: 60px;
		}
		.cus-info-box .bar01 {
		  top: -40px;  /* 交差点を中心にするため調整 */
		  height: 80px;
		}
		.cus-info-box .bar02 {
		  top: -20px; /* 交差点中心 */
		  height: 40px;
		}
	}

/* お知らせ詳細 */
	.cus-detail-photo{
		position: relative;
		z-index: 5;
	}

	.cus-detail-text{
		position: relative;
		z-index: 5;
	}
	
	.cus-detail-list{
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		list-style: none;
		z-index: 5;
	}
	.cus-detail-list li{
		box-sizing: content-box;
		padding-right: 2%;
		margin-bottom: 20px;
		width: 32%;
	}
	.cus-detail-list li:nth-child(3n){
		padding-right: 0%;
	}

	.cus-detail-bt{
		position: relative;
		display: table;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		padding: 30px 20px;
		width: 100%;
		color: white;
		text-decoration: none;
	}
	.cus-detail-bt::before{
	  content: '';
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  right: 0px;
	  bottom: 0px;
	  background-color: #50accc;
	  border-radius: 20px;
	  z-index: -1; /* 親要素の背面に配置 */
	  transition: all 0.3s ease-in-out;
	}
	.cus-detail-bt:hover::before{
		transform: scale(1.04); /* ★少しだけ拡大 */
	}
	.cus-detail-bt:hover{
		color: white;
		text-decoration: none;
	}
	.cus-detail-bt .ic{
		display: table-cell;
		width: 80px;
		font-size: 60px;
		line-height: 1;
		vertical-align: middle;
	}
	.cus-detail-bt .text{
		position: relative;
		display: table-cell;
		vertical-align: middle;
	}
	.cus-detail-bt .text::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
		background-color: white;
		width: 100%;
		height: 2px;
		z-index: 3;
	}

	.cus-detail-return{
		position: relative;
		text-align: center;
		z-index: 5;
	}
	@media screen and (max-width: 1879px) {
		.cus-detail-bt{
			padding: 25px 15px;
		}
		.cus-detail-bt .ic{
			width: 60px;
			font-size: 50px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-detail-bt{
			padding: 20px 10px;
		}
		.cus-detail-bt .ic{
			width: 50px;
			font-size: 40px;
		}
	}
	@media print {
		.cus-detail-bt{
			padding: 15px 10px;
		}
		.cus-detail-bt .ic{
			width: 40px;
			font-size: 30px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-detail-list{
			display: block;
		}
		.cus-detail-list li{
			padding-right: 0%;
			margin-bottom: 15px;
			width: auto;
		}
		.cus-detail-list li:last-child{
			margin-bottom: 0px;
		}

		.cus-detail-bt{
			padding: 15px 10px;
		}
		.cus-detail-bt .ic{
			width: 40px;
			font-size: 30px;
		}
	}

/* 事業内容 */
	.cus-business-list01 li{
		padding-right: 2%;
		margin: 0;
		width: 32%;
	}
	.cus-info-list01 li:nth-child(5n){/* cus-info-list01共有のため一部無効化 */
		padding-right: 2%;
	}
	.cus-business-list01 li:last-child{
		padding-right: 0%;
	}
	@media screen and (max-width: 767px) {
		.cus-business-list01 li{
			padding-right: 0%;
			margin: 0 0 20px 0;
			width: auto;
		}
	}

	.cus-business-area01-con01{
		position: relative;
		display: -webkit-flex;
		display: flex;
		z-index: 5;
	}
	.cus-business-area01-con01 .con01-text{
		width: 50%;
	}
	.cus-business-area01-con01 .con01-img{
		padding-left: 40px;
		width: 50%;
	}

	.cus-business-area01-con02{
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-direction: row-reverse;
		z-index: 5;
	}
	.cus-business-area01-con02 .con02-text{
		width: 50%;
	}
	.cus-business-area01-con02 .con02-img{
		padding-right: 40px;
		width: 50%;
	}

	.cus-business-area01-title{
		position: relative;
		padding: 0 0 16px 5px;
		z-index: 5;
	}
	.cus-business-area01-title::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
		background-color: #b3dbe9;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		width: 100%;
		height: 2px;
		z-index: 5;
	}
	.cus-business-area01-title::after{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: block;
		background-color: #0555ad;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		width: 20%;
		height: 2px;
		animation: ubarWidthAnim 16s ease-in-out infinite alternate;
		z-index: 6;
	}
	.cus-business-area01-title .inner{
		position: relative;
	}
	.cus-business-area01-title .inner .main{
		font-family: "Commissioner", sans-serif;
		font-size: 48px;
		font-weight: 700;
		letter-spacing: 0.08em;
	}
	.cus-business-area01-title .inner .sub{
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.cus-business-area01-title .inner .sub .text{
		position: relative;
		display: inline-block;
		padding: 6px 20px; /* 左右にスペースを作る */
		font-size: 16px;
		font-weight: 400;
		color: #50accc;
		z-index: 5;
	}
	.cus-business-area01-title .inner .sub .text::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 12px;   /* 横線の長さ */
		height: 100%;
		border-left: 2px solid currentColor;    /* 縦線 */
		border-top: 2px solid currentColor;     /* 上横線 */
		border-bottom: 2px solid currentColor;  /* 下横線 */
	}
	.cus-business-area01-title .inner .sub .text::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 12px; /* 横線の長さ */
		height: 100%;
		border-right: 2px solid currentColor;   /* 縦線 */
		border-top: 2px solid currentColor;     /* 上横線 */
		border-bottom: 2px solid currentColor;  /* 下横線 */
	}

	.cus-business-area01-con01 .con01-img .img,
	.cus-business-area01-con02 .con02-img .img{
		overflow: hidden;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		margin: 0;
	}
	.cus-business-area01-con01 .con01-img .img img,
	.cus-business-area01-con02 .con02-img .img img{
		width: 100%;
		height: 540px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	@media screen and (max-width: 1879px) {
		.cus-business-area01-con01 .con01-img{
			padding-left: 30px;
		}

		.cus-business-area01-con02 .con02-img{
			padding-right: 30px;
		}
	
		.cus-business-area01-title{
			padding: 0 0 14px 5px;
		}
		.cus-business-area01-title .inner .main{
			font-size: px;
		}
		.cus-business-area01-title .inner .sub{
			top: 8px;
			right: 5px;
		}
		.cus-business-area01-title .inner .sub .text{
			padding: 6px 16px; /* 左右にスペースを作る */
			font-size: 15px;
		}
		.cus-business-area01-title .inner .sub .text::before {
			width: 10px;   /* 横線の長さ */
		}
		.cus-business-area01-title .inner .sub .text::after {
			width: 10px; /* 横線の長さ */
		}
	
		.cus-business-area01-con01 .con01-img .img,
		.cus-business-area01-con02 .con02-img .img{
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
		}
		.cus-business-area01-con01 .con01-img .img img,
		.cus-business-area01-con02 .con02-img .img img{
			height: 380px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-business-area01-con01 .con01-img{
			padding-left: 20px;
		}

		.cus-business-area01-con02 .con02-img{
			padding-right: 20px;
		}
	
		.cus-business-area01-title{
			padding: 0 0 10px 5px;
		}
		.cus-business-area01-title .inner .main{
			font-size: 34px;
		}
		.cus-business-area01-title .inner .sub{
			top: 2px;
			right: 0px;
		}
		.cus-business-area01-title .inner .sub .text{
			padding: 6px 12px; /* 左右にスペースを作る */
			font-size: 13px;
		}
		.cus-business-area01-title .inner .sub .text::before {
			width: 10px;   /* 横線の長さ */
		}
		.cus-business-area01-title .inner .sub .text::after {
			width: 10px; /* 横線の長さ */
		}
	
		.cus-business-area01-con01 .con01-img .img,
		.cus-business-area01-con02 .con02-img .img{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
		}
		.cus-business-area01-con01 .con01-img .img img,
		.cus-business-area01-con02 .con02-img .img img{
			height: 320px;
		}
	}
	@media print {
		.cus-business-area01-con01 .con01-img{
			padding-left: 20px;
		}

		.cus-business-area01-con02 .con02-img{
			padding-right: 20px;
		}
	
		.cus-business-area01-title{
			padding: 0 0 10px 5px;
		}
		.cus-business-area01-title .inner .main{
			font-size: 28px;
		}
		.cus-business-area01-title .inner .sub{
			top: 2px;
			right: 0px;
		}
		.cus-business-area01-title .inner .sub .text{
			padding: 6px 12px; /* 左右にスペースを作る */
			font-size: 10px;
		}
		.cus-business-area01-title .inner .sub .text::before {
			width: 10px;   /* 横線の長さ */
		}
		.cus-business-area01-title .inner .sub .text::after {
			width: 10px; /* 横線の長さ */
		}
	
		.cus-business-area01-con01 .con01-img .img,
		.cus-business-area01-con02 .con02-img .img{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
		}
		.cus-business-area01-con01 .con01-img .img img,
		.cus-business-area01-con02 .con02-img .img img{
			height: 280px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-business-area01-con01{
			display: block;
		}
		.cus-business-area01-con01 .con01-text{
			margin-bottom: 20px;
			width: auto;
		}
		.cus-business-area01-con01 .con01-img{
			padding-left: 0px;
			width: auto;
		}
	
		.cus-business-area01-con02{
			display: block;
		}
		.cus-business-area01-con02 .con02-text{
			margin-bottom: 20px;
			width: auto;
		}
		.cus-business-area01-con02 .con02-img{
			padding-right: 0px;
			width: auto;
		}
	
		.cus-business-area01-title{
			padding: 0 0 10px 5px;
		}
		.cus-business-area01-title .inner .main{
			position: relative;
			top: 6px;
			font-size: 32px;
		}
		.cus-business-area01-title .inner .sub{
			top: -28px;
			left: 0px;
		}
		.cus-business-area01-title .inner .sub .text{
			padding: 4px 12px; /* 左右にスペースを作る */
			font-size: 12px;
		}
		.cus-business-area01-title .inner .sub .text::before {
			width: 8px;   /* 横線の長さ */
		}
		.cus-business-area01-title .inner .sub .text::after {
			width: 8px;   /* 横線の長さ */
		}
	
		.cus-business-area01-con01 .con01-img .img,
		.cus-business-area01-con02 .con02-img .img{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
		}
		.cus-business-area01-con01 .con01-img .img img,
		.cus-business-area01-con02 .con02-img .img img{
			height: 64vw;
		}
	}

/* area02 */
	.cus-business-area02-list{
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		list-style: none;
		z-index: 5;
	}
	.cus-business-area02-list li{
		box-sizing: content-box;
		padding-right: 3%;
		margin-bottom: 40px;
		width: 48.5%;
	}
	.cus-business-area02-list li:nth-child(2n){
		padding-right: 0%;
	}

	.cus-business-area02-col{
		overflow: hidden;
		background: rgba(255,255,255,0.8);
	  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		padding: 40px;
	}

	.cus-business-area02-col .img{
		overflow: hidden;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		margin-bottom: 20px;
	}
	.cus-business-area02-col .img img{
		width: 100%;
		height: 560px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	@media screen and (max-width: 1879px) {
		.cus-business-area02-list li{
			padding-right: 2%;
			margin-bottom: 30px;
			width: 49%;
		}
	
		.cus-business-area02-col{
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			padding: 30px;
		}
	
		.cus-business-area02-col .img{
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
		}
		.cus-business-area02-col .img img{
			height: 32vw;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-business-area02-list li{
			padding-right: 2%;
			margin-bottom: 20px;
			width: 49%;
		}
	
		.cus-business-area02-col{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			padding: 20px;
		}
	
		.cus-business-area02-col .img{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
		}
		.cus-business-area02-col .img img{
			height: 32vw;
		}
	}
	@media print {
		.cus-business-area02-list li{
			padding-right: 2%;
			margin-bottom: 20px;
			width: 49%;
		}
	
		.cus-business-area02-col{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			padding: 20px;
		}
	
		.cus-business-area02-col .img{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
		}
		.cus-business-area02-col .img img{
			height: 32vw;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-business-area02-list{
			display: block;
		}
		.cus-business-area02-list li{
			padding-right: 0%;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-business-area02-list li:last-child{
			margin-bottom: 0px;
		}
	
		.cus-business-area02-col{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			padding: 15px;
		}
	
		.cus-business-area02-col .img{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
		}
		.cus-business-area02-col .img img{
			height: 60vw;
		}
	}

/* area03 */
	.cus-business-area03-list{
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 5;
	}
	.cus-business-area03-list li{
		box-sizing: content-box;
		padding-right: 3%;
		margin-bottom: 40px;
		width: 48.5%;
	}
	.cus-business-area03-list li:nth-child(2n){
		padding-right: 0%;
	}

	.cus-business-area03-col{
		overflow: hidden;
		background: rgba(39, 82, 129, 0.8);
	  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		padding: 40px;
		color: white;
	}

	.cus-business-area03-bt{
		margin: 0 auto;
		text-align: center;
	}
	@media screen and (max-width: 1879px) {
		.cus-business-area03-list li{
			padding-right: 2%;
			margin-bottom: 30px;
			width: 49%;
		}
	
		.cus-business-area03-col{
			border-radius: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			padding: 30px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-business-area03-list li{
			padding-right: 2%;
			margin-bottom: 20px;
			width: 49%;
		}
	
		.cus-business-area03-col{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			padding: 20px;
		}
	}
	@media print {
		.cus-business-area03-list li{
			padding-right: 2%;
			margin-bottom: 20px;
			width: 49%;
		}
	
		.cus-business-area03-col{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			padding: 20px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-business-area03-list{
			display: block;
		}
		.cus-business-area03-list li{
			padding-right: 0%;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-business-area03-list li:last-child{
			margin-bottom: 0px;
		}
	
		.cus-business-area03-col{
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			padding: 15px;
		}
	}

/* area05 */
	.cus-business-area05-list{
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 5;
	}
	.cus-business-area05-list li{
		box-sizing: content-box;
		padding-right: 2%;
		margin-bottom: 40px;
		width: 32%;
	}
	.cus-business-area05-list li:nth-child(3n){
		padding-right: 0%;
	}
	@media screen and (max-width: 1879px) {
		.cus-business-area05-list li{
			padding-right: 1.7%;
			margin-bottom: 30px;
			width: 32.2%;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-business-area05-list li{
			padding-right: 2%;
			margin-bottom: 20px;
			width: 49%;
		}
		.cus-business-area05-list li:nth-child(3n){
			padding-right: 2%;
		}
		.cus-business-area05-list li:nth-child(2n){
			padding-right: 0%;
		}
	}
	@media print {
		.cus-business-area05-list li{
			padding-right: 2%;
			margin-bottom: 20px;
			width: 49%;
		}
		.cus-business-area05-list li:nth-child(3n){
			padding-right: 2%;
		}
		.cus-business-area05-list li:nth-child(2n){
			padding-right: 0%;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-business-area05-list{
			display: block;
		}
		.cus-business-area05-list li{
			padding-right: 0%;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-business-area05-list li:nth-child(3n){
			padding-right: 0%;
		}
		.cus-business-area05-list li:last-child{
			margin-bottom: 0px;
		}
	}

/* タイトル */
	.cus-business-title01{
		position: relative;
		display: flex;
		align-items: center;
	}
	.cus-business-title01 .no{
    position: relative;
    display: block;
    background-color: #50accc;
    border-radius: 50%;
    width: 136px;
    height: 136px;
    font-family: "Commissioner", sans-serif;
    font-size: 74px;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: 126px;
    z-index: 10;
	}
	.cus-business-title01 .no::before{
    content: '';
    position: absolute;
    border: white solid 1px;
    border-radius: 50%;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
	}
	.cus-business-title01 .text{
		display: block;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background-color: #50accc;
    padding: 14px 15px 14px 80px;
    border-radius: 16px;
    width: 90%;
    font-size: 28px;
    color: white;
    line-height: 1.4;
    letter-spacing: 0.08em;
    white-space: nowrap;
    z-index: 3;
	}
	.cus-business-title01::before{
		content: '';
		position: absolute;
		top: -20px;
		right: 70px;
		display: block;
		border: #50accc solid 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 1;
    animation: float 8s ease-in-out infinite;
 	}
	.cus-business-title01::after{
		content: '';
		position: absolute;
		top: -10px;
		right: 0px;
		display: block;
		border: #50accc solid 2px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
	}

	.cus-business-title02{
		position: relative;
		display: flex;
		align-items: center;
	}
	.cus-business-title02 .no{
    position: relative;
    display: block;
    background-color: white;
    border-radius: 50%;
    width: 136px;
    height: 136px;
    font-family: "Commissioner", sans-serif;
    font-size: 74px;
    font-weight: 700;
    color: #132f4d;
    text-align: center;
    line-height: 126px;
    z-index: 10;
	}
	.cus-business-title02 .no::before{
    content: '';
    position: absolute;
    border: #132f4d solid 1px;
    border-radius: 50%;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
	}
	.cus-business-title02 .text{
		display: block;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background-color: white;
    padding: 14px 15px 14px 80px;
    border-radius: 16px;
    width: 90%;
    font-size: 28px;
    color: #132f4d;
    line-height: 1.4;
    letter-spacing: 0.08em;
    white-space: nowrap;
    z-index: 3;
	}

	.cus-business-title02.title02-min .no{
    width: 86px;
    height: 86px;
    font-size: 36px;
    line-height: 86px;
	}
	.cus-business-title02.title02-min .text{
    padding: 10px 10px 10px 50px;
    border-radius: 12px;
    font-size: 20px;
	}

	.cus-business-title02::before{
		content: '';
		position: absolute;
		top: -20px;
		right: 70px;
		display: block;
		border: white solid 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 1;
    animation: float 8s ease-in-out infinite;
 	}
	.cus-business-title02::after{
		content: '';
		position: absolute;
		top: -10px;
		right: 0px;
		display: block;
		border: white solid 2px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
	}
@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-5px, -5px); /* 左上に少し移動 */
    }
    50% {
        transform: translate(5px, 5px); /* 右下に少し移動 */
    }
    75% {
        transform: translate(-5px, 5px); /* 左下に少し移動 */
    }
    100% {
        transform: translate(0, 0);
    }
}
	@media screen and (max-width: 1879px) {
		.cus-business-title01 .no{
	    width: 106px;
	    height: 106px;
	    font-size: 50px;
	    line-height: 100px;
		}
		.cus-business-title01 .text{
	    padding: 14px 15px 14px 70px;
	    border-radius: 16px;
	    font-size: 19px;
		}
		.cus-business-title01::before{
			top: -20px;
			right: 60px;
	    width: 26px;
	    height: 26px;
	 	}
		.cus-business-title01::after{
			top: -10px;
			right: 0px;
	    width: 52px;
	    height: 52px;
		}

		.cus-business-title02 .no{
	    width: 106px;
	    height: 106px;
	    font-size: 50px;
	    line-height: 100px;
		}
		.cus-business-title02 .text{
	    padding: 14px 15px 14px 70px;
	    border-radius: 16px;
	    font-size: 19px;
		}
	
		.cus-business-title02.title02-min .no{
	    width: 68px;
	    height: 68px;
	    font-size: 30px;
	    line-height: 66px;
		}
		.cus-business-title02.title02-min .text{
	    padding: 10px 10px 10px 40px;
	    border-radius: 12px;
	    font-size: 18px;
		}
	
		.cus-business-title02::before{
			top: -20px;
			right: 60px;
	    width: 26px;
	    height: 26px;
	 	}
		.cus-business-title02::after{
			top: -10px;
			right: 0px;
	    width: 52px;
	    height: 52px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-business-title01 .no{
	    width: 76px;
	    height: 76px;
	    font-size: 38px;
	    line-height: 70px;
		}
		.cus-business-title01 .text{
	    padding: 12px 10px 12px 50px;
	    border-radius: 16px;
	    font-size: 17px;
		}
		.cus-business-title01::before{
			top: -10px;
			right: 50px;
	    width: 20px;
	    height: 20px;
	 	}
		.cus-business-title01::after{
			top: 0px;
			right: -5px;
	    width: 44px;
	    height: 44px;
		}

		.cus-business-title02 .no{
	    width: 76px;
	    height: 76px;
	    font-size: 38px;
	    line-height: 70px;
		}
		.cus-business-title02 .text{
	    padding: 12px 10px 12px 50px;
	    border-radius: 16px;
	    font-size: 17px;
		}
	
		.cus-business-title02.title02-min .no{
	    width: 58px;
	    height: 58px;
	    font-size: 26px;
	    line-height: 56px;
		}
		.cus-business-title02.title02-min .text{
	    padding: 10px 10px 10px 26px;
	    border-radius: 12px;
	    font-size: 17px;
		}
	
		.cus-business-title02::before{
			top: -10px;
			right: 50px;
	    width: 20px;
	    height: 20px;
	 	}
		.cus-business-title02::after{
			top: 0px;
			right: -5px;
	    width: 44px;
	    height: 44px;
		}
	}
	@media print {
		.cus-business-title01 .no{
	    width: 60px;
	    height: 60px;
	    font-size: 28px;
	    line-height: 58px;
		}
		.cus-business-title01 .text{
	    padding: 12px 10px 12px 30px;
	    border-radius: 12px;
	    font-size: 14px;
		}
		.cus-business-title01::before{
			top: -10px;
			right: 30px;
	    width: 14px;
	    height: 14px;
	 	}
		.cus-business-title01::after{
			top: -5px;
			right: -10px;
	    width: 32px;
	    height: 32px;
		}

		.cus-business-title02 .no{
	    width: 60px;
	    height: 60px;
	    font-size: 28px;
	    line-height: 58px;
		}
		.cus-business-title02 .text{
	    padding: 12px 10px 12px 30px;
	    border-radius: 12px;
	    font-size: 14px;
		}
	
		.cus-business-title02.title02-min .no{
	    width: 60px;
	    height: 60px;
	    font-size: 28px;
	    line-height: 58px;
		}
		.cus-business-title02.title02-min .text{
	    padding: 10px 10px 10px 24px;
	    border-radius: 12px;
	    font-size: 15px;
		}
	
		.cus-business-title02::before{
			top: -10px;
			right: 30px;
	    width: 14px;
	    height: 14px;
	 	}
		.cus-business-title02::after{
			top: -5px;
			right: -10px;
	    width: 32px;
	    height: 32px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-business-title01 .no{
	    width: 60px;
	    height: 60px;
	    font-size: 28px;
	    line-height: 58px;
		}
		.cus-business-title01 .text{
	    padding: 10px 0px 10px 36px;
	    border-radius: 10px;
	    font-size: 16px;
		}
		.cus-business-title01::before{
			top: -10px;
			right: 30px;
	    width: 14px;
	    height: 14px;
	 	}
		.cus-business-title01::after{
			top: -5px;
			right: -10px;
	    width: 32px;
	    height: 32px;
		}

		.cus-business-title02 .no{
	    width: 60px;
	    height: 60px;
	    font-size: 28px;
	    line-height: 58px;
		}
		.cus-business-title02 .text{
	    padding: 10px 0px 10px 36px;
	    border-radius: 10px;
	    font-size: 16px;
		}
	
		.cus-business-title02.title02-min .no{
	    width: 60px;
	    height: 60px;
	    font-size: 28px;
	    line-height: 58px;
		}
		.cus-business-title02.title02-min .text{
	    padding: 10px 0px 10px 36px;
	    border-radius: 10px;
	    font-size: 16px;
		}
	
		.cus-business-title02::before{
			top: -10px;
			right: 50px;
	    width: 20px;
	    height: 20px;
	 	}
		.cus-business-title02::after{
			top: 0px;
			right: -5px;
	    width: 44px;
	    height: 44px;
		}
	}

/* 会社案内 */
	.cus-company-area01-con01{
		position: relative;
		text-align: center;
		z-index: 5;
	}
	@media print {
		.cus-company-area01-con01{
			text-align: left;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-company-area01-con01{
			text-align: left;
		}
	}

/* area03 */
	.cus-company-area03-list{
		position: relative;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		list-style: none;
		z-index: 5;
	}
	.cus-company-area03-list li{
		margin-bottom: 40px;
	}
	.cus-company-area03-list li:last-child{
		margin-bottom: 0px;
	}
	.cus-company-area01-text{
		display: table;
		width: 100%;
	}
	.cus-company-area01-text .text-title{
		display: table-cell;
		background-image: url(../img/site/marker-bg.png);
		background-position: center center;
		background-size: cover;
		width: 432px;
		height: 139px;
		font-size: 28px;
		font-weight: 700;
		color: white;
		text-align: center;
		vertical-align: middle;
	}
	.cus-company-area01-text .text-col{
		display: table-cell;
		padding-left: 40px;
		vertical-align: middle;
	}
	@media screen and (max-width: 1879px) {
		.cus-company-area03-list li{
			margin-bottom: 30px;
		}
		.cus-company-area01-text .text-title{
			background-size: calc(432px * 0.7) calc(139px * 0.7);
			background-repeat: no-repeat;
			width: calc(432px * 0.7);
			height: calc(139px * 0.7);
			font-size: 22px;
		}
		.cus-company-area01-text .text-col{
			padding-left: 30px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-company-area03-list li{
			margin-bottom: 20px;
		}
		.cus-company-area01-text .text-title{
			background-size: calc(432px * 0.55) calc(139px * 0.55);
			background-repeat: no-repeat;
			width: calc(432px * 0.55);
			height: calc(139px * 0.55);
			font-size: 18px;
		}
		.cus-company-area01-text .text-col{
			padding-left: 20px;
		}
	}
	@media print {
		.cus-company-area03-list li{
			margin-bottom: 15px;
		}
		.cus-company-area01-text .text-title{
			background-size: calc(432px * 0.4) calc(139px * 0.4);
			background-repeat: no-repeat;
			width: calc(432px * 0.4);
			height: calc(139px * 0.4);
			font-size: 16px;
		}
		.cus-company-area01-text .text-col{
			padding-left: 15px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-company-area03-list li{
			margin-bottom: 20px;
		}
		.cus-company-area01-text{
			display: block;
			width: auto;
		}
		.cus-company-area01-text .text-title{
			display: block;
			padding-top: 28px;
			margin: 0 auto;
			width: calc(432px * 0.66);
			height: calc(139px * 0.66);
			font-size: 19px;
		}
		.cus-company-area01-text .text-col{
			display: block;
			padding-left: 0px;
		}
	}

/* area05 */
	.cus-company-area03-list01{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.cus-company-area03-list01 li{
		box-sizing: content-box;
		padding-right: 2%;
		margin: 5px 0;
		width: 32%;
	}
	.cus-company-area03-list01 li:nth-child(3n){
		padding-right: 0%;
	}
	.cus-company-area03-list01 li p{
		position: relative;
		padding-left: 16px;
		margin: 0;
	}
	.cus-company-area03-list01 li p::before{
		content: '・';
		position: absolute;
		top: 0px;
		left: 0px;
	}
	@media screen and (max-width: 1879px) {
		.cus-company-area03-list01 li{
			width: 49%;
		}
		.cus-company-area03-list01 li:nth-child(3n){
			padding-right: 2%;
		}
		.cus-company-area03-list01 li:nth-child(2n){
			padding-right: 0%;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-company-area03-list01{
			display: block;
		}
		.cus-company-area03-list01 li{
			width: auto;
		}
		.cus-company-area03-list01 li:nth-child(3n){
			padding-right: 0%;
		}
		.cus-company-area03-list01 li:last-child{
			margin-bottom: 0;
		}
	}

/* お問い合わせ */
	.cus-contact-area01{
		position: relative;
		z-index: 5;
	}

	.cus-contact-text01{
		font-size: 28px;
		font-weight: 700;
		color: white;
		text-align: center;
	}
	.cus-contact-text02{
		display: inline-block;
		border: white solid 2px;
		padding: 40px;
		margin: 0;
		font-size: 18px;
		font-weight: 700;
		color: white;
		text-align: center;
	}
	.cus-contact-text03{
		display: inline-block;
		background-color: #f39809;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		padding: 20px 40px;
		margin-bottom: 20px;
		font-weight: 700;
		color: white;
		text-align: center;
	}
	@media screen and (max-width: 1879px) {
		.cus-contact-text01{
			font-size: 24px;
		}
		.cus-contact-text02{
			padding: 30px;
			font-size: 17px;
		}
	}
	@media screen and (max-width: 991px) {
		.cus-contact-text01{
			font-size: 20px;
		}
		.cus-contact-text02{
			padding: 24px;
			font-size: 16px;
		}
	}
	@media print {
		.cus-contact-text01{
			font-size: 17px;
		}
		.cus-contact-text02{
			padding: 20px;
			font-size: 14px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contact-text01{
			font-size: 16px;
		}
		.cus-contact-text02{
			padding: 20px;
			font-size: 14px;
		}
		.cus-contact-text03{
			display: block;
			padding: 15px 20px;
			margin-bottom: 20px;
			text-align: left;
		}
	}

	.cus-telephone{
		text-align: center;
	}
	.cus-telephone .telephone-box{
		display: inline-block;
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		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-family: "Commissioner", sans-serif;
		font-size: 42px;
		font-weight: 700;
		color: #0555ad;
	}
	.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;
		}
	}

























