@charset "utf-8";

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

.Profile__title{
	margin-bottom: 4.5rem;
}
.Profile-table{
	width: 100%;
	border-top: 1px solid var(--graycolor);
}
.Profile-table__item{
	border-bottom: 1px solid var(--graycolor);
}
.Profile-table__itemTitle{
	background: var(--graybg);
	width: 20rem;
	padding: 2.2rem 2rem 2.4rem 3rem;
}
.Profile-table__itemBody{
	width: calc(100% - 20rem);
	padding: 2.2rem 3rem 2.4rem 5rem;
}
.Profile-table__staffItem{
	width: 100%;
	display: flex;
	/*align-items: center;*/
	align-items: flex-start;
	justify-content: flex-start;
}
.Profile-table__staffItemStatus{
	width: 9.5rem;
}
.Profile-table__staffItemName{
	width: calc(100% - 9.5rem);
}
.Profile-table__addressItem:not(:last-child){
	margin-bottom: calc(1em * var(--line-height));
}

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

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

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

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

	.Profile-table__itemTitle{
		width: 17.5rem;
	}
	.Profile-table__itemBody{
		width: calc(100% - 17.5rem);
		padding-left: 3rem;
	}

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

	.Profile__title{
		margin-bottom: 6rem;
	}
	.Profile-table__itemTitle{
		width: 18rem;
		padding: 2.6rem 3rem 3rem;
	}
	.Profile-table__itemBody{
		width: calc(100% - 18rem);
		padding: 2.6rem 3rem 3rem 3rem;
	}
	.Profile-table__staffItemStatus{
		width: 18rem;
	}
	.Profile-table__staffItemName{
		width: calc(100% - 18rem);
	}

}



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

.Access__title{
	margin-bottom: 5rem;
}
.Access-list__item:not(:last-child){
	margin-bottom: 9rem;
}
.Access-list__itemTitle{
	width: 100%;
	font-size: 2.6rem;
	padding-left: 2.2rem;
	margin-bottom: 2.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .025em;
	position: relative;
}
.Access-list__itemTitle::before{
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	background: var(--maincolor);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.Access-list__itemMap{
	width: 100%;
	margin-bottom: 1.8rem;
}
.Access-list__itemMap iframe{
	width: 100%;
	height: 50rem;
}

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

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

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

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

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

	.Access__title{
		margin-bottom: 6rem;
	}
	.Access-list__item:not(:last-child){
		margin-bottom: 8.5rem;
	}
	.Access-list__itemTitle{
		font-size: 3.6rem;
		padding-left: 3rem;
		margin-bottom: 3.5rem;
	}
	.Access-list__itemTitle::before{
		width: 1.2rem;
		height: 1.2rem;
	}
	.Access-list__itemMap{
		margin-bottom: 2.6rem;
	}

}



/*-------------------------------
	デジタル商品カタログ
-------------------------------*/

.Catalog__title{
	margin-bottom: 5rem;
}
.Catalog__image{
	width: 35rem;
	margin-bottom: 6.6rem;
	box-shadow: .8rem .8rem .8rem rgba(0,0,0,.15);
	position: relative;
}
.Catalog__image::before{
	border: 1px solid var(--graycolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.Catalog__image img{
	width: 100%;
}
.Catalog__button .C-Button__text::after{
	display: none !important;
}

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

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

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

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

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

	.Catalog__title{
		margin-bottom: 6rem;
	}
	.Catalog__image{
		width: 35.8rem;
		margin-bottom: 10rem;
		margin-left: auto;
		margin-right: auto;
	}
	.Catalog__button{
		margin-left: auto;
		margin-right: auto;
	}

}