@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual__image{
	background-image: url(../images/outline/img_keyvisual.jpg);
	background-image: image-set(url(../images/outline/img_keyvisual.jpg) 1x, url(../images/outline/img_keyvisual@2x.jpg) 2x);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}



/*-------------------------------
	代表挨拶
-------------------------------*/

.Message__inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Message__body{
	width: calc(100% - 32rem);
	padding-right: 6.5rem;
}
.Message__title{
	font-size: 3.2rem;
	margin-bottom: 2.8rem;
}
.Message__text{
	font-size: 1.6rem;
	line-height: calc(3.6 / 1.6);
	text-indent: 1em;
}
.Message__image{
	width: 32rem;
}
.Message__image img{
	width: 100%;
}
.Message__image__caption{
	letter-spacing: .1em;
	margin-top: 2rem;
	line-height: 1;
	display: block;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Message__body{
		width: calc(100% - 25rem);
		padding-right: 5rem;
	}
	.Message__image{
		width: 25rem;
	}

}
@media screen and (max-width:768px){

	.Message__inner{
		flex-direction: column;
	}
	.Message__body{
		width: 100%;
		margin-bottom: 7.5rem;
		padding-right: 0;
	}
	.Message__title{
		font-size: 4.8rem;
		margin-bottom: 2.5rem;
	}
	.Message__text{
		font-size: 2.8rem;
		line-height: calc(5.4 / 2.8);
	}
	.Message__image{
		width: 48rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Message__image__caption{
		margin-top: 2.8rem;
	}

}



/*-------------------------------
	会社概要
-------------------------------*/

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}



/*-------------------------------
	取得許認可および各種登録
-------------------------------*/

.Permit-block-wrap{
	counter-reset: number 0;
}
.Permit-block{
	border-bottom: 1px solid var(--graycolor);
	padding: 2.6rem 3rem 2.6rem 3.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Permit-block:first-child{
	border-top: 1px solid var(--graycolor);
}
.Permit-block__inner{
	width: calc(100% - 20rem);
	padding-left: 5.5rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Permit-block__inner::before{
	font-family: var(--en1);
	font-size: 2.4rem;
	letter-spacing: .025em;
	counter-increment: number 1;
	content: counter(number) ".";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.Permit-block__content{
	padding-right: 3.5rem;
	position: relative;
}
.Permit-block__title{
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.6;
}
.permit-block__number{
	letter-spacing: .1em;
	line-height: 1.6;
}
.permit-block__image{
	height: 6rem;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(100%,-50%);
}
.permit-block__image img{
	height: 100%;
}
.Permit-block__button{
	width: 20rem;
	height: 5rem;
}
.Permit-block__button a{
	padding-right: 2.5rem;
}
.Permit-block__button a::before,
.Permit-block__button a::after{
	width: 1.1rem;
	height: 1.3rem;
	right: 2.4rem;
}
.Permit-block__button a::before{
	background-image: url(../images/common/icon_download--white.svg);
}
.Permit-block__button a::after{
	background-image: url(../images/common/icon_download.svg);
}
.Permit-block__button a:hover::after{
	animation: C-hover-animation-y .3s forwards .15s;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Permit-block__content{
		padding-right: 1.5rem;
		position: relative;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Permit-block{
		align-items: flex-start;
		flex-direction: column;
	}
	.Permit-block__inner{
		width: 100%;
		margin-bottom: 1.5rem;
	}

}
@media screen and (max-width:768px){

	.Permit-block{
		border-bottom: 2px solid var(--graycolor);
		padding: 3rem 3.8rem 4rem;
		flex-direction: column;
		align-items: flex-start;
	}
	.Permit-block:first-child{
		border-top: 2px solid var(--graycolor);
	}
	.Permit-block__inner{
		width: 100%;
		padding-left: 10.5rem;
		margin-bottom: 2.8rem;
		position: static;
	}
	.Permit-block__inner::before{
		font-size: 4rem;
		left: 3.8rem;
	}
	.Permit-block__content{
		padding-right: 0;
	}
	.Permit-block__title{
		font-size: 2.8rem;
	}
	.permit-block__image{
		height: 12rem;
		margin-top: 2.5rem;
		position: static;
		transform: translate(0, 0);
	}
	.permit-block__image img{
		height: 100%;
	}
	.Permit-block__button{
		width: 40rem;
		height: 10rem;
		margin-left: 10.5rem;
	}
	.Permit-block__button a{
		padding-right: 5rem;
	}
	.Permit-block__button a::before,
	.Permit-block__button a::after{
		width: 2.2rem;
		height: 2.5rem;
		right: 4.8rem;
	}

}



/*-------------------------------
	有資格者
-------------------------------*/

.License__body{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.License__content{
	width: calc(100% - 45rem);
	padding-right: 6rem;
}
.License__text{
	font-size: 1.6rem;
	margin-bottom: 4.5rem;
}
.License__button{
	width: 100%;
	max-width: 28rem;
	height: 7rem;
}
.License__button a{
	font-size: 1.6rem;
	padding-right: 5rem;
}
.License__button a::before,
.License__button a::after{
	width: 1.7rem;
	height: 1.3rem;
	right: 3rem;
}
.License__image{
	width: 45rem;
}
.License__image img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.License__content{
		width: calc(100% - 25rem);
		padding-right: 5rem;
	}
	.License__image{
		width: 25rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.License__body{
		flex-direction: column-reverse;
	}
	.License__content{
		width: 100%;
		padding-right: 0;
	}
	.License__image{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2.5rem;
	}

}
@media screen and (max-width:768px){

	.License__body{
		flex-direction: column-reverse;
	}
	.License__content{
		width: 100%;
		padding-right: 0;
	}
	.License__text{
		font-size: 2.8rem;
		margin-bottom: 5rem;
	}
	.License__button{
		max-width: 56rem;
		height: 14rem;
		margin-left: auto;
		margin-right: auto;
	}
	.License__button a{
		font-size: 3.2rem;
		padding-right: 10rem;
	}
	.License__button a::before,
	.License__button a::after{
		width: 3.4rem;
		height: 2.6rem;
		right: 6rem;
	}
	.License__image{
		width: 100%;
		margin-bottom: 2.5rem;
	}

}



/*-------------------------------
	アクセス
-------------------------------*/

.Access__text{
	font-size: 1.6rem;
	margin-bottom: 3rem;
}
.Access__map iframe{
	width: 100%;
	height: 55rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Access__subtitle{
		margin-bottom: 2rem;
	}
	.Access__text{
		font-size: 2.8rem;
		margin-bottom: 5rem;
	}
	.Access__map iframe{
		height: 69rem;
	}

}