/* ===========================================
 * jigyo use css
=========================================== */
#jigyo_link{
	padding: 50px 0;
	background: #004ea2;
	border-top: 1px solid rgba(255,255,255,.3);
}
#jigyo_linkInner{
	display: flex;
	background: #fff;
	
}
#jigyo_linkInner .box{
	position: relative;
	width: 364px;
	height: 361px;
	margin: 2px;
}
#jigyo_linkInner .box:nth-of-type(2){
	margin: 2px 0;
}
#jigyo_linkInner .box a{
	display: block;
}
#jigyo_linkInner .box a img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 364px;
	height: 361px;
	object-fit: cover;
}
#jigyo_linkInner .box a p{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: 20px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
	display: flex;
    justify-content: space-between;
    width: 324px;
	align-items: center;
}
#jigyo_linkInner .box a p i{
	font-size: 20px;
}
.jigyo_mainInner{
	position: relative;
	height: 570px;
	min-height: 440px;
}
.jigyo_mainInner_left{
	position: absolute;
	width: 1200px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
.jigyo_mainInner_leftText{
	width: 520px;
	background: #fff;
	padding: 60px 40px;
}
.jigyo_mainInner_leftText h3{
	color: #004ea2;
	font-size: 28px;
	margin-bottom: 20px;
}
.jigyo_mainInner_leftText h3 span{
	color: #004ea2;
	font-size: 10px;
	font-weight: 700;
	margin-left: 1.5em;
}
.jigyo_mainInner_right{
	width: 55%;
	position: absolute;
	right: 0;
}
.jigyo_mainInner_right img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
#jigyo_rental{
	padding: 60px 0;
}
#jigyo_rentalInner{
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
	position: relative;
	z-index: 1;
}
#jigyo_rentalInner .box{
	width: 359px;
	background: #e1ebf7;
	border-radius: 4px;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}
#jigyo_rentalInner .box h4{
	text-align: center;
	font-size: 20px;
	letter-spacing: normal;
}
#jigyo_rentalInner .box .icon{
	width: 150px;
	height: 150px;
	margin: 20px auto;
}
#jigyo_rentalInner .box p{
	font-size: 14px;
	text-align: justify; 
}
#jigyo_rentalInner .box .link{
	position: absolute;
	bottom: 30px;
	right: 30px;
}
#jigyo_rentalInner .box .link a{
	font-weight: 700;
    color: #004ea2;
}
#jigyo_rentalInner .box .link a img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    vertical-align: middle;
    margin-left: 10px;
}
#jigyo_rentalInner .flow_box:first-of-type{
	margin-top: 20px;
}
#jigyo_rentalInner .flow_box{
	display: flex;
	background: #fff;
	border-radius: 4px;
	margin: 10px 0;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}
#jigyo_rentalInner .flow_box .number{
	width: 15px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #0652a5;
	padding-right: 10px;
}
#jigyo_rentalInner .flow_box .text{
	border-left: 1px solid #d3d3d3;
	padding-left: 10px;
}
#jigyo_rentalInner .flow_box .text h5{
	font-size: 16px;
}
#jigyo_rentalInner .flow_box .text p{
	font-size: 14px;
}
#jigyo_rentalInner .flow_box .text p a{
	display: inline-block;
	color: #004ea2;
	border: 1px solid #004ea2;
	border-radius: 99px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
#jigyo_rental_lineup{
	padding: 60px 0;
}
.jigyo_rental_lineupInner{
	display: flex;
}
#jigyo_rental_lineup hr{
	border: none;
	height: 1px;
	background: #d3d3d3;
	margin: 40px 0;
}
.jigyo_rental_lineupInner .box{
	width: 290px;
}
.jigyo_rental_lineupInner .box:nth-of-type(1){
	padding-right: 57px;
}
.jigyo_rental_lineupInner .box:nth-of-type(3){
	padding-left: 57px;
}
.jigyo_rental_lineupInner .box:nth-of-type(2){
	padding: 0 57px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}
.jigyo_rental_lineupInner .box .img_box{
	width: 290px;
	height: 145px;
	margin-bottom: 20px;
}
.jigyo_rental_lineupInner .box .img_box img{
	width: 290px;
	height: 145px;
	object-fit: cover;
}
.jigyo_rental_lineupInner .box .text_box h3{
	font-size: 24px;
	color: #004ea2;
	position: relative;
	padding-left: 20px;
}
.jigyo_rental_lineupInner .box .text_box{
	height: 400px;
}
.jigyo_rental_lineupInner .box .text_box h3::before{
	position: absolute;
	left: 0;
	top:20px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #004EA2;
	background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
}
.jigyo_rental_lineupInner .box .text_box h4{
	font-size: 15px;
	color: #004ea2;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.jigyo_rental_lineupInner .box .text_box p{
	font-size: 14px;
	text-align: justify; 
}
.jigyo_rental_lineupInner .box .link_box .link{
	margin: 0 auto;
	width: 165px;
	height: 30px;
	border: 1px solid #004ea2;
	border-radius: 99px;
	text-align: center;
}
.jigyo_rental_lineupInner .box .link_box .link:nth-of-type(2){
	margin-top: 5px;
}
.jigyo_rental_lineupInner .box .link_box .link a{
	display: block;
	font-size: 14px;
	color: #004ea2;
	line-height: 30px;
}
#jigyo_sale{
	padding: 60px 0;
	border-top: 1px dashed #d3d3d3;
}
#jigyo_saleInner{
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
	position: relative;
	z-index: 1;
}
#jigyo_saleInner .box{
	width: 359px;
	background: #e1ebf7;
	border-radius: 4px;
	padding: 30px;
	box-sizing: border-box;
}
#jigyo_saleInner .box h4{
	text-align: center;
	font-size: 22px;
}
#jigyo_saleInner .box .icon{
	width: 150px;
	height: 150px;
	margin: 20px auto;
}
#jigyo_saleInner .box p{
	font-size: 14px;
	text-align: justify; 
}
#jigyo_repair{
	padding: 60px 0;
	border-top: 1px dashed #d3d3d3;
}

#jigyo_repairInner{
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
	position: relative;
	z-index: 1;
}
#jigyo_repairInner .box{
	width: 359px;
	background: #e1ebf7;
	border-radius: 4px;
	padding: 30px;
	box-sizing: border-box;
}
#jigyo_repairInner .box h4{
	width: 359px;
	margin-left: -30px;
	text-align: center;
	font-size: 22px;
	letter-spacing: normal;
}
#jigyo_repairInner .box .icon{
	width: 150px;
	height: 150px;
	margin: 20px auto;
}
#jigyo_repairInner .box p{
	font-size: 14px;
	text-align: justify; 
}
#jigyo_repairInner .box .boxInner{
	background: #fff;
	padding: 10px;
	margin-top: 20px;
}
#jigyo_repairInner .box .boxInner h5{
	text-align: center;
	font-size: 18px;
}
#jigyo_repairInner .box .boxInner ul{
	margin-top: 10px;
}
#jigyo_repairInner .box .boxInner ul li{
	font-size: 14px;
}
#jigyo_repairInner .box .boxInner ul li::before{
	content: "・";
}
#jigyo_structure{
	width: 750px;
	height: 650px;
	margin: 60px auto 0;
}
#jigyo_structure img{
	width: 750px;
	height: 650px;
	object-fit: cover;
	mix-blend-mode: multiply;
}
/* モーダル背景 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
}

/* モーダル中身 */
.modal-content {
  background: #fff;
  margin: 10% auto;
  width: 886px;
	height: 426px;
  position: relative;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  cursor: pointer;
  background: rgba(255,255,255,.8);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: block;
  line-height: 40px;
  text-align: center;
	z-index: 1;
}

/* スライドのスタイル */
.slider {
  position: relative;
  width: 100%;
  height: auto;
}

.slide {
  display: none;
  width: 100%;
  height: 100%;
  animation: fade 0.5s;
}

.slide.active {
  display: block;
}
.slideInner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.slideInner .text_box{
	width: 460px;
	padding: 50px;
	box-sizing: border-box;
}
.slideInner .text_box h3{
	font-size: 28px;
	color: #004ea2;
}
.slideInner .text_box p{
	margin-top: 20px;
	font-size: 18px;
}
.slideInner .img_box{
	width: 426px;
	height: 426px;
}
.slideInner .img_box img{
	width: 426px;
	height: 426px;
	object-fit: cover;
}
@keyframes fade {
  from {opacity: 0.3;}
  to {opacity: 1;}
}

/* ナビゲーションボタン */
.slider-nav #prev {
  position: absolute;
  top:50%;
  left: -40px;
  transform: translateY(-50%);
}
.slider-nav #next {
  position: absolute;
  top:50%;
  right: -40px;
  transform: translateY(-50%);
}

.slider-nav button {
  color: #fff;
  border: none;
  cursor: pointer;
	font-size: 33px;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button#openModal{
    display: block;
    font-size: 14px;
    color: #004ea2;
	margin: 0 auto;
    width: 165px;
    height: 30px;
    border: 1px solid #004ea2;
    border-radius: 99px;
    text-align: center;
}
@media screen and (max-width:640px){
	
	#jigyo_link{
		padding: 50px 0;
		background: #004ea2;
		border-top: 1px solid rgba(255,255,255,.3);
	}
	#jigyo_linkInner{
		display: flex;
		background: #fff;

	}
	#jigyo_linkInner .box{
		position: relative;
		width: calc(580px / 3 - 2px);
		height: 361px;
		margin: 2px;
	}
	#jigyo_linkInner .box:nth-of-type(2){
		margin: 2px 0;
	}
	#jigyo_linkInner .box a{
		display: block;
	}
	#jigyo_linkInner .box a img{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: calc(580px / 3 - 2px);
		height: 361px;
		object-fit: cover;
	}
	#jigyo_linkInner .box a p{
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		margin: 10px;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		line-height: normal;
		display: block;
		justify-content: space-between;
		width: calc(580px / 3 - 22px);
		align-items: center;
		text-align: center;
	}
	#jigyo_linkInner .box a p i{
		display: block;
		font-size: 20px;
		text-align: center;
	}
	.jigyo_mainInner{
		position: relative;
		width: 580px;
		margin: 0 auto;
		height: auto;
		min-height: auto;
		display: flex;
		flex-wrap: wrap;
	}
	.jigyo_mainInner_left{
		order: 2;
		position: relative;
		width: 580px;
		top: 0;
		left: 0;
		transform: translateY(0) translateX(0);
		z-index: 1;
	}
	.jigyo_mainInner_leftText{
		width: 500px;
		background: #fff;
		padding: 60px 40px;
	}
	.jigyo_mainInner_leftText h3{
		color: #004ea2;
		font-size: 34px;
		margin-bottom: 20px;
	}
	.jigyo_mainInner_leftText h3 span{
		color: #004ea2;
		font-size: 16px;
		font-weight: 700;
		margin-left: 1.5em;
	}
	.jigyo_mainInner_right{
		order: 1;
		width: 580px;
		position: relative;
		right: 0;
	}
	.jigyo_mainInner_right img{
		width: 580px;
		height: 314.46px;
		object-fit: cover;
	}
	#jigyo_rental{
		padding: 60px 0;
	}
	#jigyo_rentalInner{
		display: block;
		justify-content: space-between;
		margin: 60px 0 0;
	}
	#jigyo_rentalInner .box{
		width: 580px;
		height: auto;
		background: #e1ebf7;
		border-radius: 4px;
		padding: 30px;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 20px;
	}
	#jigyo_rentalInner .box h4{
		text-align: center;
		font-size: 28px;
	}
	#jigyo_rentalInner .box .icon{
		width: 150px;
		height: 150px;
		margin: 20px auto;
	}
	#jigyo_rentalInner .box p{
		font-size: 20px;
		text-align: justify; 
	}
	#jigyo_rentalInner .box .link{
		position: relative;
		bottom: 0;
		right: 0;
		text-align: right;
	}
	#jigyo_rentalInner .box .link a{
		font-weight: 700;
		color: #004ea2;
	}
	#jigyo_rentalInner .box .link a img {
		width: 45px;
		height: 45px;
		object-fit: cover;
		vertical-align: middle;
		margin-left: 10px;
	}
	#jigyo_rentalInner .flow_box:first-of-type{
		margin-top: 20px;
	}
	#jigyo_rentalInner .flow_box{
		display: flex;
		background: #fff;
		border-radius: 4px;
		margin: 10px 0;
		align-items: center;
		padding: 10px;
		box-sizing: border-box;
	}
	#jigyo_rentalInner .flow_box .number{
		width: 30px;
		text-align: center;
		font-size: 28px;
		font-weight: 700;
		color: #0652a5;
		padding-right: 10px;
	}
	#jigyo_rentalInner .flow_box .text{
		border-left: 1px solid #d3d3d3;
		padding-left: 10px;
	}
	#jigyo_rentalInner .flow_box .text h5{
		font-size: 22px;
	}
	#jigyo_rentalInner .flow_box .text p{
		font-size: 20px;
	}
	#jigyo_rentalInner .flow_box .text p a{
		display: inline-block;
		color: #004ea2;
		border: 1px solid #004ea2;
		border-radius: 99px;
		padding: 5px 10px;
		margin-bottom: 5px;
	}
	#jigyo_rental_lineup{
		padding: 60px 0;
	}
	.jigyo_rental_lineupInner{
		display: block;
		flex-wrap: wrap;
	}
	#jigyo_rental_lineup hr{
		border: none;
		height: 1px;
		background: #d3d3d3;
		margin: 40px 0;
	}
	.jigyo_rental_lineupInner .box{
		width: 580px;
		margin-bottom: 20px;
	}
	.jigyo_rental_lineupInner .box:nth-of-type(1){
		padding-right: 0;
	}
	.jigyo_rental_lineupInner .box:nth-of-type(3){
		padding-left: 0;
	}
	.jigyo_rental_lineupInner .box:nth-of-type(2){
		padding: 20px 0;
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
		border-left: none;
		border-right: none;
	}
	.jigyo_rental_lineupInner .box .img_box{
		width: 580px;
		height: auto;
		margin-bottom: 20px;
	}
	.jigyo_rental_lineupInner .box .img_box img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	.jigyo_rental_lineupInner .box .text_box h3{
		font-size: 30px;
		color: #004ea2;
		position: relative;
		padding-left: 20px;
	}
	.jigyo_rental_lineupInner .box .text_box{
		height: auto;
	}
	.jigyo_rental_lineupInner .box .text_box h3::before{
		position: absolute;
		left: 0;
		top:20px;
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background: #004EA2;
		background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	}
	.jigyo_rental_lineupInner .box .text_box h4{
		font-size: 21px;
		color: #004ea2;
		letter-spacing: normal;
		margin-bottom: 10px;
	}
	.jigyo_rental_lineupInner .box .text_box p{
		font-size: 20px;
		text-align: justify; 
	}
	.jigyo_rental_lineupInner .box .link_box .link{
		margin: 20px auto;
		width: 300px;
		height: 50px;
		border: 1px solid #004ea2;
		border-radius: 99px;
		text-align: center;
	}
	.jigyo_rental_lineupInner .box .link_box .link:nth-of-type(2){
		margin-top: 20px;
	}
	.jigyo_rental_lineupInner .box .link_box .link a{
		display: block;
		font-size: 20px;
		color: #004ea2;
		line-height: 50px;
	}
	#jigyo_sale{
		padding: 60px 0;
		border-top: 1px dashed #d3d3d3;
	}
	#jigyo_saleInner{
		display: block;
		column-gap: 10px;
		margin: 60px 0 0;
	}
	#jigyo_saleInner .box{
		width: 580px;
		background: #e1ebf7;
		border-radius: 4px;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	#jigyo_saleInner .box h4{
		text-align: center;
		font-size: 28px;
	}
	#jigyo_saleInner .box .icon{
		width: 150px;
		height: 150px;
		margin: 20px auto;
	}
	#jigyo_saleInner .box p{
		font-size: 20px;
		text-align: justify; 
	}
	#jigyo_repair{
		padding: 60px 0;
		border-top: 1px dashed #d3d3d3;
	}

	#jigyo_repairInner{
		display: block;
		column-gap: 10px;
		margin: 60px 0 0;
	}
	#jigyo_repairInner .box{
		width: 580px;
		background: #e1ebf7;
		border-radius: 4px;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	#jigyo_repairInner .box h4{
		width: auto;
		margin-left: 0;
		text-align: center;
		font-size: 28px;
		letter-spacing: normal;
	}
	#jigyo_repairInner .box .icon{
		width: 150px;
		height: 150px;
		margin: 20px auto;
	}
	#jigyo_repairInner .box p{
		font-size: 20px;
		text-align: justify; 
	}
	#jigyo_repairInner .box .boxInner{
		background: #fff;
		padding: 20px;
		margin-top: 20px;
	}
	#jigyo_repairInner .box .boxInner h5{
		text-align: center;
		font-size: 24px;
	}
	#jigyo_repairInner .box .boxInner ul{
		margin-top: 10px;
	}
	#jigyo_repairInner .box .boxInner ul li{
		font-size: 20px;
	}
	#jigyo_repairInner .box .boxInner ul li::before{
		content: "・";
	}
	#jigyo_structure{
		width: 580px;
		height: auto;
		margin: 60px auto 0;
	}
	#jigyo_structure img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	/* モーダル背景 */
	.modal {
	  display: none;
	  position: fixed;
	  z-index: 1000;
	  left: 0; top: 0;
	  width: 100%; height: 100%;
	  background: rgba(0,0,0,0.7);
	}

	/* モーダル中身 */
	.modal-content {
	  background: #fff;
	  margin: 10% auto;
	  width: 440px;
		height: auto;
	  position: relative;
	}

	/* 閉じるボタン */
	.close {
	  position: absolute;
	  top: 20px;
	  right: 20px;
	  font-size: 30px;
	  cursor: pointer;
	  background: rgba(255,255,255,.8);
	  height: 50px;
	  width: 50px;
	  border-radius: 25px;
	  display: block;
	  line-height: 50px;
	  text-align: center;
		z-index: 1;
	}

	/* スライドのスタイル */
	.slider {
	  position: relative;
	  width: 100%;
	  height: auto;
	}

	.slide {
	  display: none;
	  width: 100%;
	  height: 100%;
	  animation: fade 0.5s;
	}

	.slide.active {
	  display: block;
	}
	.slideInner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.slideInner .text_box{
		width: 440px;
		height: 270px;
		padding: 20px;
		box-sizing: border-box;
		order: 2;
	}
	.slideInner .text_box h3{
		font-size: 30px;
		color: #004ea2;
	}
	.slideInner .text_box p{
		margin-top: 20px;
		font-size: 20px;
	}
	.slideInner .img_box{
		order: 1;
		width: 440px;
		height: 440px;
	}
	.slideInner .img_box img{
		width: 440px;
		height: 440px;
		object-fit: cover;
	}
	@keyframes fade {
	  from {opacity: 0.3;}
	  to {opacity: 1;}
	}

	/* ナビゲーションボタン */
	.slider-nav #prev {
	  position: absolute;
	  top:50%;
	  left: -50px;
	  transform: translateY(-50%);
	}
	.slider-nav #next {
	  position: absolute;
	  top:50%;
	  right: -50px;
	  transform: translateY(-50%);
	}

	.slider-nav button {
	  color: #fff;
	  border: none;
	  cursor: pointer;
		font-size: 40px;
	}
	button{
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
	}
	button#openModal{
		display: block;
		font-size: 20px;
		color: #004ea2;
		margin: 20px auto;
        width: 300px;
        height: 50px;
        border: 1px solid #004ea2;
        border-radius: 99px;
        text-align: center;
	}

	
}

