@charset "UTF-8";
/* ===================
  corporate Style
 =================== */
/* text */
@media only screen and (min-width: 641px){
	.corporate-numberText-green{
		font-family: "Neue-Helvetica-Paneuropean", sans-serif;
		color: #00806D;
		font-size: 96px;
		line-height: 1.2;
	}
	.corporate-numberText-small{
		font-family: "Neue-Helvetica-Paneuropean", sans-serif;
		color: #4e4d4e;
		font-size: 24px;
	}
}

@media only screen and (max-width: 640px){
	.corporate-numberText-green{
		font-family: "Neue-Helvetica-Paneuropean", sans-serif;
		color: #00806D;
		font-size: 60px;
	}
	.corporate-numberText-small{
		font-family: "Neue-Helvetica-Paneuropean", sans-serif;
		color: #4e4d4e;
		font-size: 16px;
	}
}

.Corp-l-TileArea{
	padding-top: 120px;
}
@media only screen and (min-width: 641px) and  (max-width: 768px) {
	.Corp-l-TileArea .l-Section__inner{
		padding: 0;
	}
}
@media only screen and (max-width: 640px){
	.Corp-l-TileArea .l-Section__inner{
		padding: 0 24px;
	}
	.Corp-l-TileArea{
		padding-top: 80px;
	}
}

/* スライド独自アローナビゲーション */
.corpCommon__carousel{
	position: relative;
	scroll-behavior: smooth;
}

.corpCommon__carousel .slide__arrow {
	position: absolute;
	top: -320px;
	margin: auto;
	width: 32px;
	height: 88px;
	background-color: #fff;
	border: 1px solid #9f9f9f;
	opacity: .8;
	display: grid;
	place-content: center;
	margin: auto;
	font-family: icomoon;
	font-size: 0;
	font-style: normal;
	font-weight: normal;
	color: transparent;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.corpCommon__carousel .slide__arrow--prev {
	left: 0;
	border-radius: 0 10px 10px 0;
}
.corpCommon__carousel .slide__arrow--prev::before {
	content: "\e007";
	color: #00806d;
	display: block;
	font-size: 30px;
}

.corpCommon__carousel .slide__arrow--next {
	right: 0;
	border-radius: 10px 0 0 10px;
}
.corpCommon__carousel .slide__arrow--next::before {
	content: "\e006";
	color: #00806d;
	display: block;
	font-size: 30px;
}

.corpCommon__carousel .slide__arrow--prev:hover:before,
.corpCommon__carousel .slide__arrow--next:hover:before {
	color: #005856;
}

@media only screen and (max-width: 640px) {
  .corpCommon__carousel .slide__arrow {
		top: -300px;
  }
}<!--0.00010395050048828-->