@charset "UTF-8";
/*
	* Bootstrap 単独ページに掛かる関するカスタムCSS

	@media screen and (max-width: 1499.98px) {}
	@media (max-width: 991.98px) {}
	@media print {}
	@media screen and (max-width: 767px) {}
 
	xxl-1500over(min-1500)
	xl-1500(max-1499) 左右余白15pxを含む（1470）
	lg-992(max-991)
	md-768(max-767)
	sm-576(max-575)
 
	-------------------

*/

/* Bootstrapスライドに関わるCSS */
	.cus-mv{
		position: relative:
	}

	.cus-mv .mv-text{
		position: absolute;
		top: 300px;
		left: 50%;
		margin-left: -735px;
		z-index: 3;
	}
	.cus-mv .mv-text .en{
		position: relative;
		display: inline-block;
		padding-left: 24px;
		margin-bottom: 30px;
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 20px;
	}
	.cus-mv .mv-text .en::before{
		content: '';
		position: absolute;
		top: 12px;
		left: 0px;
		background: linear-gradient(135deg, #fabb33, #ee5e16);
		border-radius: 100px;
		width: 13px;
		height: 13px;
	}
	.cus-mv .mv-text .main{
		margin-bottom: 40px;
		font-size: 64px;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.08em;
	}
	.cus-mv .mv-text .jp{
		font-size: 16px;
	}

	/* スライドに関するCSS
	.cus-carousel-pc{
		display: block;
	}
	.cus-carousel-sm{
		display: none;
	}
	*/

	#myCarousel{
		width: 100%;
	}
	.cus-mv-slide-normal{
		overflow: hidden;
		position: relative;
		margin: 0;
		width: 100%;
		height: 1240px; /* 画像高さを指定 */
	}
	.cus-mv-slide-normal img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: right;
	}

	.carousel-indicators {/* ドット（インジケーター）を右端に縦で表示したい場合こちら */
		right: 30px;
		left: auto;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		flex-direction: column; 
		margin: 0;
		width: auto;
	}
	.carousel-indicators button {
		position: relative;
		width: 10px !important;
		height: 10px !important;
		border-radius: 50%;
		background-color: #fff;
		border: none;
		margin: 0 !important;
		opacity: 0.5;
	}
	.carousel-indicators .active::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 18px;
		height: 18px;
		background-color: #fff;
		opacity: 0.5;
		border-radius: 50%;
		z-index: -1;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-mv .mv-text{
			top: 24vw;
			left: 2%;
			margin-left: 0px;
			text-shadow: 
				white 2px 0px,  white -2px 0px,
				white 0px -2px, white 0px 2px,
				white 2px 2px , white -2px 2px,
				white 2px -2px, white -2px -2px,
				white 1px 2px,  white -1px 2px,
				white 1px -2px, white -1px -2px,
				white 2px 1px,  white -2px 1px,
				white 2px -1px, white -2px -1px;
		}
		.cus-mv .mv-text .en{
			padding-left: 22px;
			margin-bottom: 20px;
			font-size: 18px;
		}
		.cus-mv .mv-text .en::before{
			top: 10px;
			width: 11px;
			height: 11px;
		}
		.cus-mv .mv-text .main{
			margin-bottom: 30px;
			font-size: 52px;
		}
		.cus-mv .mv-text .jp{
			font-size: 16px;
		}

		.cus-mv-slide-normal{
			height: 80vw;
		}
	}
	@media (max-width: 991.98px) {
		.cus-mv{
			margin-top: 65px;
		}
		.cus-mv .mv-text{
			top: 24vw;
			left: 2%;
			margin-left: 0px;
			text-shadow: 
				white 2px 0px,  white -2px 0px,
				white 0px -2px, white 0px 2px,
				white 2px 2px , white -2px 2px,
				white 2px -2px, white -2px -2px,
				white 1px 2px,  white -1px 2px,
				white 1px -2px, white -1px -2px,
				white 2px 1px,  white -2px 1px,
				white 2px -1px, white -2px -1px;
		}
		.cus-mv .mv-text .en{
			padding-left: 22px;
			margin-bottom: 15px;
			font-size: 17px;
		}
		.cus-mv .mv-text .en::before{
			top: 9px;
			width: 11px;
			height: 11px;
		}
		.cus-mv .mv-text .main{
			margin-bottom: 20px;
			font-size: 40px;
		}
		.cus-mv .mv-text .jp{
			font-size: 15px;
		}

		.cus-mv-slide-normal{
			height: 80vw;
		}
	}
	@media print {
		.cus-mv{
			margin-top: 65px;
		}
		.cus-mv .mv-text{
			top: 24vw;
			left: 2%;
			margin-left: 0px;
			text-shadow: 
				white 2px 0px,  white -2px 0px,
				white 0px -2px, white 0px 2px,
				white 2px 2px , white -2px 2px,
				white 2px -2px, white -2px -2px,
				white 1px 2px,  white -1px 2px,
				white 1px -2px, white -1px -2px,
				white 2px 1px,  white -2px 1px,
				white 2px -1px, white -2px -1px;
		}
		.cus-mv .mv-text .en{
			padding-left: 20px;
			margin-bottom: 15px;
			font-size: 15px;
		}
		.cus-mv .mv-text .en::before{
			top: 8px;
			width: 10px;
			height: 10px;
		}
		.cus-mv .mv-text .main{
			margin-bottom: 20px;
			font-size: 32px;
		}
		.cus-mv .mv-text .jp{
			font-size: 13px;
		}

		.cus-mv-slide-normal{
			height: 80vw;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-mv-slide-normal{
			height: 40vh;
		}

		.cus-mv .mv-text .main{
			margin-bottom: 15px;
			font-size: 28px;
		}
	}
	@media screen and (max-width: 560px) {
		.cus-mv{
			margin-top: 60px;
		}
		.cus-mv .mv-text{
			top: 22vw;
			left: 2%;
			margin-left: 0px;
			text-shadow: 
				white 2px 0px,  white -2px 0px,
				white 0px -2px, white 0px 2px,
				white 2px 2px , white -2px 2px,
				white 2px -2px, white -2px -2px,
				white 1px 2px,  white -1px 2px,
				white 1px -2px, white -1px -2px,
				white 2px 1px,  white -2px 1px,
				white 2px -1px, white -2px -1px;
		}
		.cus-mv .mv-text .en{
			padding-left: 20px;
			margin-bottom: 15px;
			font-size: 15px;
		}
		.cus-mv .mv-text .en::before{
			top: 8px;
			width: 10px;
			height: 10px;
		}
		.cus-mv .mv-text .main{
			margin-bottom: 15px;
			font-size: 24px;
		}
		.cus-mv .mv-text .jp{
			font-size: 13px;
		}

		/* スライドに関するCSS
		.cus-carousel-pc{
			display: none;
		}
		.cus-carousel-sm{
			display: block;
		}
		*/

		.cus-mv-slide-normal img{
			object-fit: cover;
			object-position: bottom;
		}
		.cus-mv-slide-normal{
			height: 90vh;
		}
	}

/* area01 */
	.cus-home-area01-text01{
		font-size: 40px;
		font-weight: 700;
		letter-spacing: 0.08em;
	}

	.cus-home-area01-bt01{
		margin: 0 0 0 auto;
		width: 220px;
	}

	.cus-home-area01-bubble01{
		bottom: -50px;
		left: 50%;
		margin-left: -735px;
		width: 94px;
		aspect-ratio: 1 / 1;
	}
	.cus-home-area01-bubble02{
		bottom: 20px;
		left: 50%;
		margin-left: -600px;
		width: 50px;
		aspect-ratio: 1 / 1;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-home-area01-text01{
			font-size: 2.6vw;
		}
	
		.cus-home-area01-bt01{
			width: 220px;
		}
	
		.cus-home-area01-bubble01{
			left: 0%;
			margin-left: -40px;
			width: 85px;
		}
		.cus-home-area01-bubble02{
			left: 5%;
			margin-left: 0px;
			width: 46px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-home-area01-text01{
			font-size: 2.8vw;
		}
	
		.cus-home-area01-bt01{
			width: 200px;
		}
	
		.cus-home-area01-bubble01{
			left: 0%;
			margin-left: -40px;
			width: 75px;
		}
		.cus-home-area01-bubble02{
			left: 5%;
			margin-left: 0px;
			width: 40px;
		}
	}
	@media print {
		.cus-home-area01-text01{
			font-size: 2.6vw;
		}
	
		.cus-home-area01-bt01{
			width: 200px;
		}
	
		.cus-home-area01-bubble01{
			left: 0%;
			margin-left: -40px;
			width: 75px;
		}
		.cus-home-area01-bubble02{
			left: 5%;
			margin-left: 0px;
			width: 40px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-home-area01-text01{
			font-size: 18px;
		}
	
		.cus-home-area01-bt01{
			margin: 0 0 0 auto;
			width: 200px;
		}
	
		.cus-home-area01-bubble01{
			left: 0%;
			margin-left: -40px;
			width: 75px;
		}
		.cus-home-area01-bubble02{
			left: 5%;
			margin-left: 0px;
			width: 40px;
		}
	}

/* area02 */
	.cus-home-area02-con01,
	.cus-home-area02-con02{
		position: relative;
	}
	.cus-home-area02-con01 .con01-title{
		padding-left: 38%;
	}
	.cus-home-area02-con01 .con01-img{
		position: absolute;
		bottom: 120px;
		left: 50%;
		margin-left: -520px;
		z-index: 3;
	}
	.cus-home-area02-con02 .con01-img{
		position: absolute;
		bottom: -380px;
		right: 50%;
		margin-right: -540px;
		z-index: 3;
	}

	.cus-home-area02-list{
		display: flex;
		margin: 0 auto 50px auto;
		width: 1040px;
	}
	.cus-home-area02-list li{
		padding-right: 2%;
		width: 32%;
	}
	.cus-home-area02-list li:last-child{
		padding-right: 0%;
	}
	.cus-home-area02-list .list-col{
		background-color: white;
		border-radius: 12px;
		padding: 30px 15px;
	}
	.cus-home-area02-list .list-col .text01{
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 18px;
		color: #ea610f;
	}
	.cus-home-area02-list .list-col .text02{
		font-size: 20px;
		font-weight: 700;
	}

	.cus-home-area02-bt01{
		margin: 0 auto;
		width: 220px;
	}

	.cus-home-area02-bubble01{
		top: -20px;
		right: 50%;
		margin-right: -460px;
		width: 52px;
		aspect-ratio: 1 / 1;
	}
	.cus-home-area02-bubble02{
		top: 80px;
		right: 50%;
		margin-right: -600px;
		width: 150px;
		aspect-ratio: 1 / 1;
	}
	.cus-home-area02-bubble03{
		bottom: -20px;
		left: 50%;
		margin-left: -720px;
		width: 150px;
		aspect-ratio: 1 / 1;
	}
	.cus-home-area02-bubble04{
		bottom: 120px;
		left: 50%;
		margin-left: -520px;
		width: 50px;
		aspect-ratio: 1 / 1;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-home-area02-con01 .con01-title{
			padding-left: 34%;
		}
		.cus-home-area02-con01 .con01-img{
			bottom: 150px;
			left: 1%;
			margin-left: 0px;
		}
		.cus-home-area02-con01 .con01-img img{
			width: 112px;/* 140px */
		}
		.cus-home-area02-con02 .con01-img{
			bottom: -260px;
			right: 1%;
			margin-right: 0px;
		}
		.cus-home-area02-con02 .con01-img img{
			width: 112px;/* 140px */
		}
	
		.cus-home-area02-list{
			margin: 0 auto 40px auto;
			width: 94%;
			max-width: 1040px;
		}
		.cus-home-area02-list .list-col{
			padding: 25px 10px;
		}
		.cus-home-area02-list .list-col .text01{
			font-size: 17px;
		}
		.cus-home-area02-list .list-col .text02{
			font-size: 18px;
		}
	
		.cus-home-area02-bt01{
			width: 220px;
		}
	
		.cus-home-area02-bubble01{
			right: 6%;
			margin-right: 0px;
			width: 47px;
		}
		.cus-home-area02-bubble02{
			top: 40px;
			right: 0%;
			margin-right: -40px;
			width: 135px;
		}
		.cus-home-area02-bubble03{
			left: 0%;
			margin-left: -20px;
			width: 135px;
		}
		.cus-home-area02-bubble04{
			left: 8%;
			margin-left: 0px;
			width: 46px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-home-area02-con01 .con01-title{
			padding-left: 32%;
		}
		.cus-home-area02-con01 .con01-img{
			bottom: 150px;
			left: 1%;
			margin-left: 0px;
		}
		.cus-home-area02-con01 .con01-img img{
			width: 84px;/* 140px */
		}
		.cus-home-area02-con02 .con01-img{
			bottom: -200px;
			right: 1%;
			margin-right: 0px;
		}
		.cus-home-area02-con02 .con01-img img{
			width: 84px;/* 140px */
		}
	
		.cus-home-area02-list{
			margin: 0 auto 30px auto;
			width: 96%;
			max-width: 1040px;
		}
		.cus-home-area02-list .list-col{
			padding: 20px 10px;
		}
		.cus-home-area02-list .list-col .text01{
			font-size: 17px;
		}
		.cus-home-area02-list .list-col .text02{
			font-size: 17px;
		}
	
		.cus-home-area02-bt01{
			width: 200px;
		}
	
		.cus-home-area02-bubble01{
			right: 6%;
			margin-right: 0px;
			width: 42px;
		}
		.cus-home-area02-bubble02{
			top: 40px;
			right: 0%;
			margin-right: -40px;
			width: 120px;
		}
		.cus-home-area02-bubble03{
			left: 0%;
			margin-left: -20px;
			width: 120px;
		}
		.cus-home-area02-bubble04{
			left: 8%;
			margin-left: 0px;
			width: 40px;
		}
	}
	@media print {
		.cus-home-area02-con01 .con01-title{
			padding-left: 32%;
		}
		.cus-home-area02-con01 .con01-img{
			bottom: 150px;
			left: 1%;
			margin-left: 0px;
		}
		.cus-home-area02-con01 .con01-img img{
			width: 84px;/* 140px */
		}
		.cus-home-area02-con02 .con01-img{
			bottom: -200px;
			right: 1%;
			margin-right: 0px;
		}
		.cus-home-area02-con02 .con01-img img{
			width: 84px;/* 140px */
		}
	
		.cus-home-area02-list{
			margin: 0 auto 30px auto;
			width: 96%;
			max-width: 1040px;
		}
		.cus-home-area02-list .list-col{
			padding: 20px 10px;
		}
		.cus-home-area02-list .list-col .text01{
			font-size: 15px;
		}
		.cus-home-area02-list .list-col .text02{
			font-size: 15px;
		}
	
		.cus-home-area02-bt01{
			width: 200px;
		}
	
		.cus-home-area02-bubble01{
			right: 6%;
			margin-right: 0px;
			width: 42px;
		}
		.cus-home-area02-bubble02{
			top: 40px;
			right: 0%;
			margin-right: -40px;
			width: 120px;
		}
		.cus-home-area02-bubble03{
			left: 0%;
			margin-left: -20px;
			width: 120px;
		}
		.cus-home-area02-bubble04{
			left: 8%;
			margin-left: 0px;
			width: 40px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-home-area02-con01 .con01-title{
			padding-left: 80px;
		}
		.cus-home-area02-con01 .con01-img{
			bottom: 80px;
			left: 1%;
			margin-left: 0px;
		}
		.cus-home-area02-con01 .con01-img img{
			width: 70px;/* 140px */
		}
		.cus-home-area02-con02 .con01-img{
			bottom: -140px;
			right: 1%;
			margin-right: 0px;
		}
		.cus-home-area02-con02 .con01-img img{
			width: 70px;/* 140px */
		}

		.cus-home-area02-list{
			display: block;
			margin: 0 auto 20px auto;
			width: 94%;
		}
		.cus-home-area02-list li{
			padding-right: 0%;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-home-area02-list li:last-child{
			margin-bottom: 0px;
		}

		.cus-home-area02-list .list-col{
			display: block;
			padding: 20px 15px;
			width: 100%;
		}
		.cus-home-area02-list .list-col .text01{
			font-size: 16px;
		}
		.cus-home-area02-list .list-col .text02{
			font-size: 16px;
		}
	
		.cus-home-area02-bt01{
			width: 200px;
		}
	
		.cus-home-area02-bubble01{
			right: 6%;
			margin-right: 0px;
			width: 42px;
		}
		.cus-home-area02-bubble02{
			top: 40px;
			right: 0%;
			margin-right: -40px;
			width: 120px;
		}
		.cus-home-area02-bubble03{
			bottom: -40px;
			left: 0%;
			margin-left: -40px;
			width: 120px;
		}
		.cus-home-area02-bubble04{
			bottom: 86px;
			left: 4%;
			margin-left: 0px;
			width: 40px;
		}
	}

/* area03 */
	.cus-home-area03-con01{
		background-color: #fff3d9;
		border-radius: 12px;
		padding: 80px;
	}

	.cus-home-area03-con01 .con01-text01{
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 18px;
		color: #ea610f;
	}
	.cus-home-area03-con01 .con01-title{
		font-size: 48px;
	}
	.cus-home-area03-con01 .con01-title .min{
		font-size: 24px;
	}

	.cus-home-area03-list{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.cus-home-area03-list li{
		background-color: #ea610f;
		border-radius: 100px;
		padding: 2px 18px;
		margin: 0 5px 10px 5px;
		font-size: 15px;
		color: white;
		white-space: nowrap;
	}

	.cus-home-area03-con01 .con01-img{
		padding-right: 30px;
		margin: 0;
		width: 100%;
		height: 420px;
	}
	.cus-home-area03-con01 .con01-img img{
		overflow: hidden;
		border-radius: 12px;
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.cus-home-area03-bt01{
		margin: 0 0 0 auto;
		width: 220px;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-home-area03-con01{
			padding: 4vw;
		}
	
		.cus-home-area03-con01 .con01-text01{
			font-size: 18px;
		}
		.cus-home-area03-con01 .con01-title{
			font-size: 3.4vw;
		}
		.cus-home-area03-con01 .con01-title .min{
			font-size: 22px;
		}
	
		.cus-home-area03-list{
			margin-bottom: 25px;
		}
		.cus-home-area03-list li{
			padding: 2px 16px;
			font-size: 15px;
		}
	
		.cus-home-area03-con01 .con01-img{
			padding-right: 20px;
			height: 420px;
		}
	
		.cus-home-area03-bt01{
			width: 220px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-home-area03-con01{
			padding: 20px;
			margin-left: 2%;
			margin-right: 2%;
		}
	
		.cus-home-area03-con01 .con01-text01{
			font-size: 17px;
		}
		.cus-home-area03-con01 .con01-title{
			font-size: 3.4vw;
		}
		.cus-home-area03-con01 .con01-title .min{
			font-size: 19px;
		}
	
		.cus-home-area03-list{
			margin-bottom: 20px;
		}
		.cus-home-area03-list li{
			padding: 2px 14px;
			font-size: 14px;
		}
	
		.cus-home-area03-con01 .con01-img{
			padding-right: 10px;
			height: 400px;
		}
	
		.cus-home-area03-bt01{
			width: 200px;
		}
	}
	@media print {
		.cus-home-area03-con01{
			padding: 15px;
			margin-left: 2%;
			margin-right: 2%;
		}
	
		.cus-home-area03-con01 .con01-text01{
			font-size: 15px;
		}
		.cus-home-area03-con01 .con01-title{
			font-size: 3.4vw;
		}
		.cus-home-area03-con01 .con01-title .min{
			font-size: 17px;
		}
	
		.cus-home-area03-list{
			margin-bottom: 20px;
		}
		.cus-home-area03-list li{
			padding: 2px 14px;
			font-size: 14px;
		}
	
		.cus-home-area03-con01 .con01-img{
			padding-right: 10px;
			height: 340px;
		}
	
		.cus-home-area03-bt01{
			width: 200px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-home-area03-con01{
			padding: 15px;
			margin-left: 2%;
			margin-right: 2%;
		}
	
		.cus-home-area03-con01 .con01-text01{
			font-size: 15px;
		}
		.cus-home-area03-con01 .con01-title{
			font-size: 20px;
		}
		.cus-home-area03-con01 .con01-title .min{
			font-size: 17px;
		}
	
		.cus-home-area03-list{
			display: block;
			margin-bottom: 20px;
		}
		.cus-home-area03-list li{
			padding: 4px 0px;
			font-size: 14px;
			text-align: center;
		}
	
		.cus-home-area03-con01 .con01-img{
			padding-right: 0px;
			height: 60vw;
		}
	
		.cus-home-area03-bt01{
			margin: 0 auto;
			width: 200px;
		}
	}


/* 熊山が選ばれる理由 */
	.cus-reason-area01-title{
		display: flex;
		align-items: center;
	}
	.cus-reason-area01-title .title-img{
		flex-shrink: 0;
		width: 80px;
	}
	.cus-reason-area01-title .title-text{
		flex: 1;
		padding-left: 30px;
		margin: 0;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.5;
	}

	.cus-reason-area01-text{
		background-color: rgba(255, 255, 255, 0.6);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		padding: 15px;
	}
	.cus-reason-area01-text .text-list{
		display: flex;
	}
	.cus-reason-area01-text .text-list .midashi{
		position: relative;
		flex-shrink: 0;
		width: 180px;
		font-weight: 700;
	}
	.cus-reason-area01-text .text-list .midashi::before{
		content: '：';
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.cus-reason-area01-text .text-list .honbun{
		flex: 1;
		padding-left: 10px;
	}

	.cus-reason-area01-img01{
		padding-left: 15px;
		margin: 0;
	}
	.cus-reason-area01-img02{
		padding-right: 15px;
		margin: 0;
	}
	.cus-reason-area01-img01 img,
	.cus-reason-area01-img02 img{
		overflow: hidden;
		border-radius: 10px;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-reason-area01-title .title-img{
			width: 70px;
		}
		.cus-reason-area01-title .title-text{
			padding-left: 25px;
			font-size: 22px;
		}

		.cus-reason-area01-img01{
			padding-left: 10px;
		}
		.cus-reason-area01-img02{
			padding-right: 10px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-reason-area01-title .title-img{
			width: 60px;
		}
		.cus-reason-area01-title .title-text{
			padding-left: 20px;
			font-size: 20px;
		}

		.cus-reason-area01-text .text-list{
			display: block;
		}
		.cus-reason-area01-text .text-list .midashi{
			display: inline-block;
			margin-bottom: 5px;
			width: auto;
		}
		.cus-reason-area01-text .text-list .midashi::before{
			display: none;
		}
		.cus-reason-area01-text .text-list .honbun{
			display: block;
			padding-left: 0px;
		}

		.cus-reason-area01-img01{
			padding-left: 10px;
		}
		.cus-reason-area01-img02{
			padding-right: 10px;
		}
	}
	@media print {
		.cus-reason-area01-title .title-img{
			width: 50px;
		}
		.cus-reason-area01-title .title-text{
			padding-left: 20px;
			font-size: 18px;
		}

		.cus-reason-area01-text .text-list{
			display: block;
		}
		.cus-reason-area01-text .text-list .midashi{
			display: inline-block;
			margin-bottom: 5px;
			width: auto;
		}
		.cus-reason-area01-text .text-list .midashi::before{
			display: none;
		}
		.cus-reason-area01-text .text-list .honbun{
			display: block;
			padding-left: 0px;
		}

		.cus-reason-area01-img01{
			padding-left: 10px;
		}
		.cus-reason-area01-img02{
			padding-right: 10px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-reason-area01-title .title-img{
			width: 50px;
		}
		.cus-reason-area01-title .title-text{
			padding-left: 15px;
			font-size: 17px;
		}

		.cus-reason-area01-text .text-list{
			display: block;
		}
		.cus-reason-area01-text .text-list .midashi{
			display: inline-block;
			margin-bottom: 5px;
			width: auto;
		}
		.cus-reason-area01-text .text-list .midashi::before{
			display: none;
		}
		.cus-reason-area01-text .text-list .honbun{
			display: block;
			padding-left: 0px;
		}

		.cus-reason-area01-img01{
			padding-left: 0px;
		}
		.cus-reason-area01-img02{
			padding-right: 0px;
		}
	}


/* 事業内容 */
	.cus-service-area01-text01{
		position: relative;
		background: linear-gradient(135deg, #fff2d6, #fcd7d2);
		border-radius: 16px;
		padding: 80px 60px;
	}
	.cus-service-area01-text01 .text01-main{
		font-size: 24px;
		font-weight: 700;
		text-shadow: 2px 2px 5px white ,
			-2px 2px 5px white ,
			2px -2px 5px white ,
			-2px -2px 5px white;
	}

	.cus-service-area01-text01 .text01-img01{
		position: absolute;
		bottom: -80px;
		right: 180px;
	}
	.cus-service-area01-text01 .text01-img02{
		position: absolute;
		bottom: 0px;
		right: 40px;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-service-area01-text01{
			padding: 70px 50px;
		}
		.cus-service-area01-text01 .text01-main{
			font-size: 22px;
		}
	
		.cus-service-area01-text01 .text01-img01{
			bottom: -70px;
			right: 140px;
		}
		.cus-service-area01-text01 .text01-img02{
			bottom: 0px;
			right: 30px;
		}
		.cus-service-area01-text01 .text01-img01 img,
		.cus-service-area01-text01 .text01-img02 img{
			width: 112px;/* 140px */
		}
	}
	@media (max-width: 991.98px) {
		.cus-service-area01-text01{
			padding: 60px 35px;
		}
		.cus-service-area01-text01 .text01-main{
			font-size: 20px;
		}
	
		.cus-service-area01-text01 .text01-img01{
			bottom: -60px;
			right: 100px;
		}
		.cus-service-area01-text01 .text01-img02{
			bottom: 40px;
			right: 20px;
		}
		.cus-service-area01-text01 .text01-img01 img,
		.cus-service-area01-text01 .text01-img02 img{
			width: 98px;/* 140px */
		}
	}
	@media print {
		.cus-service-area01-text01{
			padding: 50px 180px 50px 20px;
		}
		.cus-service-area01-text01 .text01-main{
			font-size: 18px;
		}
	
		.cus-service-area01-text01 .text01-img01{
			bottom: -60px;
			right: 100px;
		}
		.cus-service-area01-text01 .text01-img02{
			bottom: 40px;
			right: 20px;
		}
		.cus-service-area01-text01 .text01-img01 img,
		.cus-service-area01-text01 .text01-img02 img{
			width: 98px;/* 140px */
		}
	}
	@media screen and (max-width: 767px) {
		.cus-service-area01-text01{
			padding: 40px 100px 40px 15px;
		}
		.cus-service-area01-text01 .text01-main{
			font-size: 17px;
		}
	
		.cus-service-area01-text01 .text01-img01{
			bottom: -20px;
			right: 30px;
			z-index: 3;
		}
		.cus-service-area01-text01 .text01-img02{
			bottom: 80px;
			right: 10px;
		}
		.cus-service-area01-text01 .text01-img01 img,
		.cus-service-area01-text01 .text01-img02 img{
			width: 70px;/* 140px */
		}
	}

/* area02 */
	.cus-service-area02-list{
		display: flex;
		flex-wrap: wrap;
	}
	.cus-service-area02-list li{
		box-sizing: content-box;
		padding-right: 2%;
		width: 32%;
	}
	.cus-service-area02-list li:last-child{
		padding-right: 0%;
	}
	.cus-service-area02-list.list-2line li{
		margin-bottom: 40px;
		width: 49%;
	}
	.cus-service-area02-list.list-2line li:nth-child(2n){
		padding-right: 0%;
	}
	
	.cus-service-area02-list li .list-col{
		background-color: white;
		border-radius: 12px;
		padding: 30px 15px;
		text-align: center;
	}

	.cus-service-area02-list li .list-col .img{
		overflow: hidden;
		border-radius: 12px;
	}
	.cus-service-area02-list li .list-col .title{
		font-size: 22px;
		font-weight: 700;
		line-height: 1.4;
	}

	.cus-service-area02-bubble01{
		top: 0px;
		left: 50%;
		margin-left: -460px;
		width: 52px;
		aspect-ratio: 1 / 1;
	}
	.cus-service-area02-bubble02{
		top: -110px;
		left: 50%;
		margin-left: -400px;
		width: 150px;
		aspect-ratio: 1 / 1;
	}
	.cus-service-area02-bubble03{
		bottom: -20px;
		left: 50%;
		margin-left: -820px;
		width: 150px;
		aspect-ratio: 1 / 1;
	}
	.cus-service-area02-bubble04{
		bottom: 100px;
		left: 50%;
		margin-left: -620px;
		width: 50px;
		aspect-ratio: 1 / 1;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-service-area02-list li .list-col{
			padding: 25px 15px;
		}

		.cus-service-area02-list li .list-col .title{
			font-size: 20px;
		}

		.cus-service-area02-bubble01{
			top: 20px;
			left: 50%;
			margin-left: -260px;
			width: 47px;
		}
		.cus-service-area02-bubble02{
			top: -90px;
			left: 50%;
			margin-left: -200px;
			width: 135px;
		}
		.cus-service-area02-bubble03{
			left: 0%;
			margin-left: -20px;
			width: 135px;
		}
		.cus-service-area02-bubble04{
			left: 8%;
			margin-left: 0px;
			width: 46px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-service-area02-list li .list-col{
			padding: 20px 15px;
		}

		.cus-service-area02-list li .list-col .title{
			font-size: 18px;
		}

		.cus-service-area02-bubble01{
			top: 20px;
			left: 50%;
			margin-left: -260px;
			width: 42px;
		}
		.cus-service-area02-bubble02{
			top: -90px;
			left: 50%;
			margin-left: -200px;
			width: 120px;
		}
		.cus-service-area02-bubble03{
			left: 0%;
			margin-left: -20px;
			width: 120px;
		}
		.cus-service-area02-bubble04{
			left: 8%;
			margin-left: 0px;
			width: 40px;
		}
	}
	@media print {
		.cus-service-area02-list li .list-col{
			padding: 15px;
		}

		.cus-service-area02-list li .list-col .title{
			font-size: 16px;
		}

		.cus-service-area02-bubble01{
			top: 20px;
			left: 50%;
			margin-left: -260px;
			width: 42px;
		}
		.cus-service-area02-bubble02{
			top: -90px;
			left: 50%;
			margin-left: -200px;
			width: 120px;
		}
		.cus-service-area02-bubble03{
			left: 0%;
			margin-left: -20px;
			width: 120px;
		}
		.cus-service-area02-bubble04{
			left: 8%;
			margin-left: 0px;
			width: 40px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-service-area02-list{
			display: block;
		}
		.cus-service-area02-list li{
			padding-right: 0%;
			margin-bottom: 20px;
			width: auto;
		}
		.cus-service-area02-list li:last-child{
			margin-bottom: 0px;
		}
		.cus-service-area02-list.list-2line li{
			margin-bottom: 20px;
			width: auto;
		}
		
		.cus-service-area02-list li .list-col{
			padding: 15px;
		}

		.cus-service-area02-list li .list-col .title{
			font-size: 18px;
		}

		.cus-service-area02-bubble01{
			top: 20px;
			left: 50%;
			margin-left: -260px;
			width: 42px;
		}
		.cus-service-area02-bubble02{
			top: -70px;
			left: 50%;
			margin-left: -200px;
			width: 100px;
		}
		.cus-service-area02-bubble03{
			bottom: -20px;
			left: 0%;
			margin-left: -40px;
			width: 100px;
		}
		.cus-service-area02-bubble04{
			bottom: -30px;
			left: 16%;
			margin-left: 0px;
			width: 30px;
		}
	}


/* 採用情報 */
	.cus-recruit-area01-title{
		position: relative;
		padding-left: 36px;
		font-size: 32px;
		font-weight: 700;
		line-height: 1.5;
	}
	.cus-recruit-area01-title::before{
		content: '';
		position: absolute;
		top: 17px;
		left: 0px;
		background: linear-gradient(135deg, #fabb33, #ee5e16);
		border-radius: 100px;
		width: 18px;
		height: 18px;
	}

	.cus-recruit-area01-text{
		background-color: rgba(255, 255, 255, 0.6);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		padding: 25px;
		font-size: 17px;
	}

	.cus-recruit-area01-img01{
		padding-left: 15px;
		margin: 0;
	}
	.cus-recruit-area01-img02{
		padding-right: 15px;
		margin: 0;
	}
	.cus-recruit-area01-img01 img,
	.cus-recruit-area01-img02 img{
		overflow: hidden;
		border-radius: 10px;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-recruit-area01-title{
			padding-left: 32px;
			font-size: 28px;
		}
		.cus-recruit-area01-title::before{
			top: 15px;
			width: 17px;
			height: 17px;
		}
	
		.cus-recruit-area01-text{
			padding: 20px;
			font-size: 17px;
		}

		.cus-recruit-area01-img01{
			padding-left: 10px;
		}
		.cus-recruit-area01-img02{
			padding-right: 10px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-recruit-area01-title{
			padding-left: 30px;
			font-size: 24px;
		}
		.cus-recruit-area01-title::before{
			top: 11px;
			width: 16px;
			height: 16px;
		}
	
		.cus-recruit-area01-text{
			padding: 18px;
			font-size: 16px;
		}

		.cus-recruit-area01-img01{
			padding-left: 10px;
		}
		.cus-recruit-area01-img02{
			padding-right: 10px;
		}
	}
	@media print {
		.cus-recruit-area01-title{
			padding-left: 30px;
			font-size: 20px;
		}
		.cus-recruit-area01-title::before{
			top: 11px;
			width: 16px;
			height: 16px;
		}
	
		.cus-recruit-area01-text{
			padding: 18px;
			font-size: 14px;
		}

		.cus-recruit-area01-img01{
			padding-left: 10px;
		}
		.cus-recruit-area01-img02{
			padding-right: 10px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-recruit-area01-title{
			padding-left: 26px;
			font-size: 20px;
		}
		.cus-recruit-area01-title::before{
			top: 8px;
			width: 14px;
			height: 14px;
		}
	
		.cus-recruit-area01-text{
			padding: 15px;
			font-size: 16px;
		}

		.cus-recruit-area01-img01{
			padding-left: 0px;
		}
		.cus-recruit-area01-img02{
			padding-right: 0px;
		}
	}

/* area02 */
	.cus-recruit-area02-list{
		display: flex;
		flex-wrap: wrap;
	}
	.cus-recruit-area02-list .list-box{
		box-sizing: content-box;
		padding-right: 2%;
		margin-bottom: 2%;
		width: 32%;
	}
	.cus-recruit-area02-list .list-box:nth-child(3n){
		padding-right: 0%;
	}

	.cus-recruit-area02-col{
		background-color: #fffaf1;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		border-radius: 14px;
		padding: 30px;
		text-align: center;
	}
	.cus-recruit-area02-col .main{
		font-size: 24px;
		font-weight: 700;
		color: #ea610f;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-recruit-area02-col{
			padding: 26px;
		}
		.cus-recruit-area02-col .main{
			font-size: 22px;
		}

		.cus-recruit-area02-col .img img{
			width: 200px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-recruit-area02-col{
			padding: 22px;
		}
		.cus-recruit-area02-col .main{
			font-size: 20px;
		}

		.cus-recruit-area02-col .img img{
			width: 180px;
		}
	}
	@media print {
		.cus-recruit-area02-col{
			padding: 15px;
		}
		.cus-recruit-area02-col .main{
			font-size: 18px;
		}

		.cus-recruit-area02-col .img img{
			width: 140px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-recruit-area02-list{
			display: block;
		}
		.cus-recruit-area02-list .list-box{
			padding-right: 0%;
			margin-bottom: 30px;
			width: auto;
		}
		.cus-recruit-area02-list .list-box:last-child{
			margin-bottom: 0px;
		}

		.cus-recruit-area02-col{
			padding: 15px;
		}
		.cus-recruit-area02-col .main{
			font-size: 18px;
		}

		.cus-recruit-area02-col .img img{
			width: 140px;
		}
	}

/* area03 */
	.cus-recruit-area03-con01{
		position: relative;
		padding-right: 40%;
	}

	.cus-recruit-area03-con01 .con01-img01{
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 5;
		opacity: 0;
	}
	.cus-recruit-area03-con01 .con01-img02{
		position: absolute;
		top: 0px;
		right: 40px;
		z-index: 4;
		opacity: 0;
	}
	.cus-recruit-area03-con01 .con01-img03{
		position: absolute;
		top: 0px;
		right: 20px;
		z-index: 3;
		opacity: 0;
	}
	.cus-recruit-area03-con01 .con01-img04{
		position: absolute;
		top: 0px;
		right: 30px;
		z-index: 2;
		opacity: 0;
	}
	.cus-recruit-area03-con01 .con01-img05{
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 1;
		opacity: 0;
	}
	.cus-recruit-area03-con01 figure {
		transition: opacity 0.8s ease-in-out;
	}
	.cus-recruit-area03-con01 figure.is-active {
		opacity: 1;
		z-index: 10;
	}

	.cus-layout-history01{
		overflow: hidden;
		position: relative;
		padding: 0;
		margin: 0 0 50px 0;
		list-style: none;
	}
	.cus-layout-history01 li{
		position: relative;
		display: table;
		margin-bottom: 25px;
		width: 100%;
	}
	.cus-layout-history01 li:last-child{
		margin: 0;
	}
	.cus-layout-history01::before{
		content: '';
		position: absolute;
		top: 8px;
		left: 130px;
		display: block;
		background-color: #cccccc;
		width: 1px;
		height: 100%;
		z-index: 1
	}
	.cus-layout-history01 li::before{
		content: '';
		position: absolute;
		top: 8px;
		left: 120px;
		display: block;
		background: linear-gradient(135deg, #CCCCCC, #333333);
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		width: 20px;
		height: 20px;
		z-index: 3;
	}
	.cus-layout-history01 .is-active::before{
		background: linear-gradient(135deg, #fabb33, #ee5e16);
	}
	.cus-layout-history01 li:last-child::after{/* 最後の余分なラインを隠す */
		content: '';
		position: absolute;
		bottom: 0px;
		left: 146px;
		display: block;
		background-color: white;
		width: 8px;
		height: 70%;
		z-index: 2;
	}
	.cus-layout-history01 li .text01{
		position: relative;
		display: table-cell;
		margin: 0;
		width: 190px;
		font-size: 20px;
		font-weight: 700;
	}
	.cus-layout-history01 li .text01 .text01-in{
		position: absolute;
		top: 18px;
		left: 14px;
	}
	.cus-layout-history01 li .text01 .text01-in span{
		display: inline-block;
		font-size: 16px;
		transform: rotate(90deg);
	}
	.cus-layout-history01 li .text02{
		display: table-cell;
		margin: 0;
		font-size: 20px;
	}

	.cus-layout-history01-text{
		position: relative;
		display: inline-block;
		padding: 15px 20px;
	}
	.cus-layout-history01-text::before,
	.cus-layout-history01-text::after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 20px;
		border: 2px solid #777777;
	}
	.cus-layout-history01-text::before{
		left: 0;
		border-right: none;
		border-radius: 8px 0 0 8px;
	}
	.cus-layout-history01-text::after{
		right: 0;
		border-left: none;
		border-radius: 0 8px 8px 0;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-recruit-area03-con01{
			padding-right: 40%;
		}
	
		.cus-recruit-area03-con01 .con01-img01 img{
			width: 344px;/* 430px */
		}
		.cus-recruit-area03-con01 .con01-img02 img{
			width: 242px;/* 302px */
		}
		.cus-recruit-area03-con01 .con01-img03 img{
			width: 358px;/* 447px */
		}
		.cus-recruit-area03-con01 .con01-img04 img{
			width: 242px;/* 302px */
		}
		.cus-recruit-area03-con01 .con01-img05 img{
			width: 332px;/* 415px */
		}

		.cus-layout-history01{
			margin: 0 0 50px 0;
		}
		.cus-layout-history01 li{
			margin-bottom: 25px;
		}
		.cus-layout-history01::before{
			left: 120px;
		}
		.cus-layout-history01 li::before{
			top: 8px;
			left: 110px;
			width: 20px;
			height: 20px;
		}
		.cus-layout-history01 li .text01{
			width: 180px;
			font-size: 20px;
		}
		.cus-layout-history01 li .text01 .text01-in{
			top: 18px;
			left: 14px;
		}
		.cus-layout-history01 li .text01 .text01-in span{
			font-size: 16px;
		}
		.cus-layout-history01 li .text02{
			font-size: 20px;
		}
	
		.cus-layout-history01-text{
			padding: 15px 20px;
		}
		.cus-layout-history01-text::before,
		.cus-layout-history01-text::after{
			width: 20px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-recruit-area03-con01{
			padding-right: 40%;
		}
	
		.cus-recruit-area03-con01 .con01-img01 img{
			width: 258px;/* 430px */
		}
		.cus-recruit-area03-con01 .con01-img02 img{
			width: 181px;/* 302px */
		}
		.cus-recruit-area03-con01 .con01-img03 img{
			width: 268px;/* 447px */
		}
		.cus-recruit-area03-con01 .con01-img04 img{
			width: 181px;/* 302px */
		}
		.cus-recruit-area03-con01 .con01-img05 img{
			width: 249px;/* 415px */
		}

		.cus-layout-history01{
			margin: 0 0 40px 0;
		}
		.cus-layout-history01 li{
			margin-bottom: 20px;
		}
		.cus-layout-history01::before{
			left: 100px;
		}
		.cus-layout-history01 li::before{
			top: 7px;
			left: 92px;
			width: 18px;
			height: 18px;
		}
		.cus-layout-history01 li .text01{
			width: 160px;
			font-size: 19px;
		}
		.cus-layout-history01 li .text01 .text01-in{
			top: 14px;
			left: 14px;
		}
		.cus-layout-history01 li .text01 .text01-in span{
			font-size: 15px;
		}
		.cus-layout-history01 li .text02{
			font-size: 19px;
		}
	
		.cus-layout-history01-text{
			padding: 15px 20px;
		}
		.cus-layout-history01-text::before,
		.cus-layout-history01-text::after{
			width: 20px;
		}
	}
	@media print {
		.cus-recruit-area03-con01{
			padding-right: 40%;
		}
	
		.cus-recruit-area03-con01 .con01-img01 img{
			width: 172px;/* 430px */
		}
		.cus-recruit-area03-con01 .con01-img02 img{
			width: 121px;/* 302px */
		}
		.cus-recruit-area03-con01 .con01-img03 img{
			width: 179px;/* 447px */
		}
		.cus-recruit-area03-con01 .con01-img04 img{
			width: 121px;/* 302px */
		}
		.cus-recruit-area03-con01 .con01-img05 img{
			width: 166px;/* 415px */
		}
	
		.cus-layout-history01{
			margin: 0 0 40px 0;
		}
		.cus-layout-history01 li{
			margin-bottom: 20px;
		}
		.cus-layout-history01::before{
			left: 80px;
		}
		.cus-layout-history01 li::before{
			top: 7px;
			left: 71px;
			width: 18px;
			height: 18px;
		}
		.cus-layout-history01 li .text01{
			width: 130px;
			font-size: 18px;
		}
		.cus-layout-history01 li .text01 .text01-in{
			top: 14px;
			left: 14px;
		}
		.cus-layout-history01 li .text01 .text01-in span{
			font-size: 15px;
		}
		.cus-layout-history01 li .text02{
			font-size: 18px;
		}
	
		.cus-layout-history01-text{
			padding: 15px 20px;
		}
		.cus-layout-history01-text::before,
		.cus-layout-history01-text::after{
			width: 20px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-recruit-area03-con01{
			padding: 0 0 180px 0;
		}
	
		.cus-recruit-area03-con01 .con01-img01,
		.cus-recruit-area03-con01 .con01-img02,
		.cus-recruit-area03-con01 .con01-img03,
		.cus-recruit-area03-con01 .con01-img04,
		.cus-recruit-area03-con01 .con01-img05{
			top: auto;
			bottom: 0px;
			left: auto;
			right: auto;
			width: 100%;
			text-align: center;
		}
		.cus-recruit-area03-con01 .con01-img01 img{
			width: 172px;/* 430px */
		}
		.cus-recruit-area03-con01 .con01-img02 img{
			width: 121px;/* 302px */
		}
		.cus-recruit-area03-con01 .con01-img03 img{
			width: 179px;/* 447px */
		}
		.cus-recruit-area03-con01 .con01-img04 img{
			width: 121px;/* 302px */
		}
		.cus-recruit-area03-con01 .con01-img05 img{
			width: 166px;/* 415px */
		}

		.cus-layout-history01{
			margin: 0 0 20px 0;
		}
		.cus-layout-history01 li{
			margin-bottom: 10px;
		}
		.cus-layout-history01::before{
			left: 60px;
		}
		.cus-layout-history01 li::before{
			top: 7px;
			left: 51px;
			width: 16px;
			height: 16px;
		}
		.cus-layout-history01 li .text01{
			width: 80px;
			font-size: 16px;
		}
		.cus-layout-history01 li .text01 .text01-in{
			top: 16px;
			left: 14px;
		}
		.cus-layout-history01 li .text01 .text01-in span{
			font-size: 14px;
		}
		.cus-layout-history01 li .text02{
			font-size: 16px;
		}
	
		.cus-layout-history01-text{
			padding: 10px 15px;
		}
		.cus-layout-history01-text::before,
		.cus-layout-history01-text::after{
			width: 20px;
		}
	}


/* 会社概要 */
	.cus-company-area01-text01{
		background-color: #fff3d9;
		border-radius: 12px;
		padding: 80px;
	}
	.cus-company-area01-text01 .main{
		font-size: 18px;
		font-weight: 700;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-company-area01-text01{
			padding: 60px;
		}
		.cus-company-area01-text01 .main{
			font-size: 17px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-company-area01-text01{
			padding: 40px;
		}
		.cus-company-area01-text01 .main{
			font-size: 16px;
		}
	}
	@media print {
		.cus-company-area01-text01{
			padding: 20px;
		}
		.cus-company-area01-text01 .main{
			font-size: 14px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-company-area01-text01{
			padding: 15px;
		}
		.cus-company-area01-text01 .main{
			font-size: 16px;
		}
	}

/* area03 */
	.cus-company-area03-map{
		position: relative;
		padding-bottom: 100px;
	}
	.cus-company-area03-map .map-text{
		position: absolute;
		bottom: 0px;
		left: 50%;
		padding: 30px 20px 20px 20px;
		background-color: rgba(255, 255, 255, 0.6);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		margin-left: -400px;
		width: 800px;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-company-area03-map .map-text{
			padding: 30px 20px 20px 20px;
			margin-left: -350px;
			width: 700px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-company-area03-map{
			padding-bottom: 85px;
		}
		.cus-company-area03-map .map-text{
			padding: 30px 20px 20px 20px;
			margin-left: -280px;
			width: 560px;
		}
	}
	@media print {
		.cus-company-area03-map{
			padding-bottom: 85px;
		}
		.cus-company-area03-map .map-text{
			padding: 30px 20px 20px 20px;
			margin-left: -280px;
			width: 560px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-company-area03-map{
			position: relative;
			padding-bottom: 0px;
		}
		.cus-company-area03-map .map-text{
			position: static;
			padding: 15px;
			margin: 20px auto 0 auto;
			width: 70%;
		}
	}


/* お問い合わせ */
	.cus-contact-area01{
		background-image: url("../img/contact/area01-bg.jpg");
		background-size: cover;
		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-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 46px;
		color: #ea610f;
	}
	.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: 1499.98px) {
		.cus-contact-area01{
			padding: 100px 0;
		}

		.cus-telephone .telephone-phone{
			font-size: 3vw;
		}
		.cus-telephone .telephone-phone .ic01{
			width: 3vw;
		}
		.cus-telephone .telephone-phone .ic02{
			width: 3vw;
		}
	}
	@media screen and (max-width: 991.98px) {
		.cus-contact-area01{
			padding: 80px 0;
		}

		.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-contact-area01{
			padding: 60px 0;
		}

		.cus-telephone .telephone-box{
			padding: 20px 0;
			width: 100%;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contact-area01{
			padding: 60px 0;
		}

		.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;
		}
	}
