@charset 'utf-8';

.title--1{
	margin-bottom: 44px;
}

/* about
------------------------------------------------ */
.about{}
.about__info{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 190px;
}
.about__info__text{
	font-family: 'Noto Sans JP','Overpass', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	font-size: 1.9rem;
	letter-spacing: 0.1rem;
	line-height: 3.25;
	color: #575757;
}
.about__company{
	font-size: 1.9rem;
	width: 100%;
	max-width: 950px;
	margin: 0 auto 250px;
}
.about__company__data{
	font-family: 'yu-gothic-pr6n','Overpass', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #575757;
	margin: 0 0 34px 7.61%;
}
.about__company__data__title{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	width: 21%;
	padding-right: 1.59%;
	color: #232323;
}
.about__company__data__info{width: 77.4%;}
.about__company__data__info ul li{padding-left: 1.4em; text-indent: -1.4em;}
.about__access{}
.about__access__block{
	margin: 64px auto 180px;;
}
.about__access__title{
	text-align: center;
	font-size: 2.4rem;
	color: #000;
}
.about__access__address,
.about__access__contact{
	font-family: 'yu-gothic-pr6n';
	text-align: center;
	font-size: 1.8rem;
	line-height: 2;
	color: #000;
} 
.about__access__map-image{margin: 30px auto 60px;}
.about__access__map-area {
	position: relative;
	margin: 30px auto 60px;
	overflow: hidden;
}
.about__access__map-area::after {
	content: "";
	display: block;
	padding-bottom: 37.08333333%;
}
.about__access__map-area iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about__access__map-area iframe,
.about__access__map-area object,
.about__access__map-area embed {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.about__access__map-link{
	font-family: 'yu-gothic-pr6n';
	font-size: 1.6rem;
}
.about__access__map-link a{
	text-align: center;
	display: block;
	width: 267px;
	border: 1px solid #000;
	border-radius: 10px;
	margin: 0 auto;
	padding: 20px 0;
}
.btn--more{ margin: 60px auto 0; }
.btn--more a {border-radius: 6px;}

.number__people--list {
    display: grid;
    grid-template-columns: 2fr 2fr;
}

.number__people--title_1,
.number__people--title_2,
.number__people--title_3,
.number__people--title_4 {
	grid-column: 1;
}

.number__people--title_1 {
    grid-row: 1;
}

.number__people--title_2 {
    grid-row: 2;
}

.number__people--title_3 {
    grid-row: 3;
}

.number__people--title_4 {
    grid-row: 4;
}

.number__people_1,
.number__people_2,
.number__people_3,
.number__people_4 {
    grid-column: 2;
}

.number__people_1 {
	grid-row: 1;
}

.number__people_2 {
    grid-row: 2;
}

.number__people_3 {
    grid-row: 3;
}

.number__people_4 {
    grid-row: 4;
}


@media screen and (min-width: 769px) {
	.about__access__contact a[href^="tel:"]{
		pointer-events: none;
	}
}

/* responsive style
------------------------------------------------ */
@media screen and (max-width: 768px) {
	.title--1{margin-bottom: 25px;}
	.about{}
	.about__info{
		width: 100%;
		margin: 0 auto 65px;
	}
	.about__info__text{font-size: 1.1rem; line-height: 2.9;}
	
	.about__company{
		font-size: 1.1rem;
		width: 100%;
		margin: 0 auto 60px;
	}
	.about__company__data{margin: 0 0 21px 0;}
	.about__company__data__title{
		width: 20.1%;
		padding-right: 3.4%;
	}
	.about__company__data__info{width: 76.5%;}
	.about__access{}
	.about__access__block{margin: 0 auto 95px;}
	.about__access__title{
		text-align: center;
		font-size: 1.3rem;
	}
	.about__access__address,
	.about__access__contact{font-size: 1rem;} 
	.about__access__map-image{margin: 15px auto 30px;}
	.about__access__map-area {
		margin: 15px auto 30px;
	}
	.about__access__map-area::after {
		padding-bottom: 67.11915535%;
	}
	.about__access__map-link{font-size: 0.8rem;}
	.about__access__map-link a{
		display: block;
		width: 134px;
		padding: 10px 0;
	}
	
	.btn--more {
		margin: 30px auto 0;
		width: 134px;
		font-size: 0.8rem;
	}
	.btn--more a {padding: 11px 0 10px;}

	.number__people--list {
		grid-template-columns: auto;
	}

}
