@charset "UTF-8";
/* ==========================================================================
   common
========================================================================== */
@media print, screen and (min-width: 769px) {
.container{
	padding: 0 10px;
	max-width: 1200px;
	min-width: 1000px;
	position: relative;
	margin: 0 auto;
}
.textcontainer{
	position: relative;
	margin: 0 50px;
	width: calc(100% - 100px);
	max-width: 1080px;
	min-width: inherit;
}
.sp-dsp-block{display: none;}	
.sp-dsp-none{display: block;}		
.contents-box{padding: 100px 0;}
}
/* ttl-h2 */
.ttl-h2{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 40px;
}
.ttl-h2>span{
	padding-bottom: 10px;
	position: relative;
}
.ttl-h2>span::after{
	content: '';
	height: 4px;
	background-color: #ffce00;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.lead{
	font-size: 18px;
	line-height: 160%;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.container{
		width: 92%;
		margin: 0 auto;
	}
	.textcontainer{
		width: 100%;
	}
	.sp-dsp-block{display: block;}	
	.sp-dsp-none{display: none;}	
	.contents-box{padding: 50px 0;}
	.ttl-h2{
		font-size: 22px;
		margin-bottom: 40px;
	}
}

/* ==========================================================================
   parts
========================================================================== */
/* headding
-------------------------------------------------------------------------- */
.headdingContainer{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 236px;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 200%;
}
.headdingContainer h1{
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
	.headdingContainer{
		height: 250px;
		line-height: 160%;
		text-align: left;
	}
	.headdingContainer h1{
		font-size: 20px;
		margin-bottom: 30px;
		line-height: 1.2;
		text-align: center;
	}
}

/* number-area
-------------------------------------------------------------------------- */
.number-area{
	background: url("../img/number-area-bg.jpg") no-repeat;
	height: 880px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.number-area .ttl-h2>span::after{background-color: #fff;}
.number-area .atn{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.number-area .col{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: space-between;
	margin-top: 84px;
}
.number-area .col>*{
	background-color: #fff;
	width:calc((100% - 100px) / 3);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 30px 20px;
	overflow: hidden;
	position: relative;
}
.number-area .col>* img{
	height: 118px;
	width: auto;
}
.number-area>* .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #e36923;
	border-radius: 10px;
	border: 2px solid #fff;
	transition: all .3s;
	cursor: pointer;
	padding: 24px;
}
.number-area>* .mask:hover{opacity: 1;}
.number-area>* .caption{
	font-size: 15px;
	line-height: 160%;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.number-area{
		height: auto;
		background-size: cover;
		display: block;
		padding: 120px 0 60px;
	}
	.number-area .col{
		display: block;
		margin-top: 45px;
	}
	.number-area .col>*{
		width: 100%;
		padding: 10px 20px;
		min-height: 140px;
	}
	.number-area .col>* + *{margin-top: 20px;}
	.number-area .col>* img{
		height: 82px;
		width: auto;
	}
	.number-area>* .mask{
		padding: 10px 20px;
	}
	.number-area>* .caption{font-size: 14px;}
}

/* business-area
-------------------------------------------------------------------------- */
.business-area{
	background-color: #f5f5ed;
}
.business-list{margin-top: 90px;}
.business-list img{
	max-width: 100%;
	width: 100%;
}
.business-list>li{
	display: flex;
	background-color: #fff;
	border-radius: 10px;
	padding: 64px;
	column-gap: 50px;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
}
.business-list>li + li{margin-top: 16px;}
.business-list>li>*{width: calc((100% - 50px) / 2);}
.business-list>li h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
}
.business-list>li h3 span{
	position: relative;
	padding-bottom: 3px;
}
.business-list>li h3 span::after{
	content: '';
	height: 2px;
	background-color: #f28a00;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.business-list>li p{
	font-size: 16px;
	line-height: 200%;
}
.business-list>li .catch{
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 40px;
}
.business-list>li .link-box{
	display: flex;
	margin-top: 30px;
	gap :30px;
}
.business-list>li .link-box>*{margin: 0;padding: 0;}
.business-list>li .link-box .m-relationList-ttl a{color: #333;}
.business-list>li .link-box .m-relationList-ttl a:hover{opacity: .8;}

.result{
	margin: 0 auto;
	text-align: center;
}
.result .arw{
	max-width: 326px;
	margin: 50px auto 36px;
}
.result .textS{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 36px;
}
.result .textL{
	font-size: 32px;
	font-weight: 500;
	line-height: 180%;
	color: #766a33;
}
@media only screen and (max-width: 768px) {
	.business-list{margin-top: 45px;}
	.business-list>li{
		flex-direction: column-reverse;
		padding: 15px 15px 30px;
	}
	.business-list>li>*{width: 100%;}
	.business-list>li h3{
		font-size: 18px;
		margin-top: 40px;
	}
	.business-list>li p{font-size: 16px;}
	.business-list>li .catch{
		font-size: 20px;
		margin-bottom: 26px;
	}
	.business-list>li .link-box{
		display: block;
		margin-top: 30px;
	}
	.result .arw{
		max-width: 162px;
	}
	.result .textS{margin-bottom: 30px;}
	.result .textL{
		font-size: 24px;
		line-height: 180%;
	}
}

/* global-area
-------------------------------------------------------------------------- */
.global-area .catch{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 32px;
}
.global-area figure{
	text-align: center;
	margin-top: 20px;
}
.global-area figure img{
	max-width: 100%;
	width: 100%;
}
.global-area .link-btn{text-align: center;}
@media only screen and (max-width: 768px) {
	.global-area .catch{
		text-align: center;
		font-size: 20px;
		margin-bottom: 26px;
	}
	.global-area figure{
		margin-top: 30px 0;
	}
	.global-area .link-btn{
		margin: 0 auto;
		width:90%;
	}
}

/* history-area
-------------------------------------------------------------------------- */
.history-area{
	display: flex;
	flex-direction: column;	
	justify-content: center;
	height: 816px;
	background: url("../img/history-p01.jpg") no-repeat;
	background-size: cover;
	background-position-x: right;
	padding: 100px 0;
}
.history-area .sp-img{display: none;}
.history-area .container .box{
	width: 50%;
	background: #fff;
	padding: 60px 44px;
	text-align: left;
	font-size: 16px;
	line-height: 180%;
}
.history-area .container .box .ttl-h2{text-align: left;}
.history-area .container .box .link-btn{margin-top: 30px;}

@media only screen and (max-width: 768px) {
	.history-area{
		display: block;
		height: inherit;
		background: none;
		padding:  0;
	}
	.history-area .sp-img {
		display: block;
	}
	.history-area figure{
		height: 234px;
		overflow: hidden;
	}
	.history-area .sp-img img{
		max-width: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.history-area .container .box{
		width: 100%;
		padding: 50px 0 0;
	}
	.history-area .container .box .ttl-h2{text-align: center;}
	.history-area .container .box .link-btn{
		width: 90%;
		margin: 30px auto 50px;
	}
	
}

