@charset "utf-8";
/* CSS Document */


/*//////////// セクション1 ///////////////*/
section .title {
	border-bottom: 1px solid #222;
}

section .title span {
	font-family: 'Urbanist', sans-serif;
	font-size: 1.1rem !important;
	font-weight: 500;
}

section .title h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem !important;
	font-weight: 500;
	margin-top: -2px;
	margin-bottom: 8px;
}

.sec1 h2 {
	font-size: 1.2rem;
	line-height: 1.6em;
	font-weight: 500;
	letter-spacing: -0.03rem;
	background-image: url("../images/company/quo.svg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 40px;
}

.sec1 h3 {
	background-color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 0.75rem;
	clip-path:polygon(0 0, 100% 0%, 90% 100%, 0 100%);
}

.sec1 h3 span {
	font-size: 0.9rem;
	display: inline-block;
	margin-right: 1rem;
}

@media (min-width: 576px) {
	section .title span {
		font-size: 1.2rem !important;
	}

	section .title h1 {
		font-size: 1.5rem !important;
		margin-bottom: 15px;
	}

	.sec1 h2 {
		font-size: 1.3rem;
		letter-spacing: 0;
		background-size: 50px;
	}

	.sec1 h3 {
		font-size: 1.4rem;
		padding: 1rem;
	}

	.sec1 h3 span {
		font-size: 1rem;
		margin-right: 1.5rem;
	}
}

@media (min-width: 768px) {
	.sec1 h2 {
		font-size: 1.2rem;
	}

	.sec1 h3 {
		font-size: 1.2rem;
		padding: 0.6rem 1rem 0.8rem;
	}

	.sec1 h3 span {
		font-size: 0.9rem;
		margin-right: 1.0rem;
	}	
}

@media (min-width: 992px) {
	.sec1 h2 {
		font-size: 1.3rem;
	}

	.sec1 h3 {
		font-size: 1.3rem;
		padding: 0.6rem 1rem 0.8rem;
	}

	.sec1 h3 span {
		font-size: 1rem;
		margin-right: 1.5rem;
	}	
}

@media (min-width: 1200px) {
	section .title h1 {
		font-size: 1.6rem !important;
	}
	
	.sec1 h2 {
		font-size: 1.4rem;
	}

	.sec1 h3 {
		font-size: 1.4rem;
		padding: 0.75rem 1.2rem 0.9rem;
	}

	.sec1 h3 span {
		font-size: 1.1rem;
	}		
}



/*//////////// セクション2 ///////////////*/
.sec2 table {
	width: 100%;
	line-height: 1.6em;
}

.sec2 table th {
	width: 30%;
	padding: 15px 0;
	font-weight: 400;
}

.sec2 table td {
	width: 70%;
	padding: 15px 0;
	font-weight: 400;
}

.sec2 table tr {
	border-bottom: 1px dashed #ccc;
}

@media (min-width: 768px) {
	.sec2 table th {
		width: 25%;
		padding: 20px 0;
	}

	.sec2 table td {
		width: 75%;
		padding: 20px 0;
	}
}	


/*//////////// セクション3 ///////////////*/
.ggmap {
	position: relative;
	padding-bottom: 66.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 576px) {
	.ggmap {
		padding-bottom: 56.25%;
	}
}

@media (min-width: 768px) {
	.ggmap {
		padding-bottom: 46.25%;
	}
}

@media (min-width: 1200px) {
	.ggmap {
		padding-bottom: 40.25%;
	}
}


/*//////////// セクション4 ///////////////*/
.sec4 p {
	font-size: 1.1rem;
	font-weight: 500;
}

.sec4 p .indent {
	display: inline-block;
	margin-left: -0.5em;
	margin-right: -0.5em;
}


/*//////////// アンカーリンク ///////////////*/
#anc2, #anc3, #anc4 {
	padding-top: 60px;
	margin-top: -60px;
}

@media (min-width: 768px) {
	#anc2, #anc3, #anc4 {
		padding-top: 70px;
		margin-top: -70px;
	}
}

@media (min-width: 992px) {
	#anc2, #anc3, #anc4 {
		padding-top: 80px;
		margin-top: -80px;
	}
}	

@media (min-width: 992px) {
	#anc2, #anc3, #anc4 {
		padding-top: 80px;
		margin-top: -80px;
	}
}

@media (min-width: 1400px) {
	#anc2, #anc3, #anc4 {
		padding-top: 100px;
		margin-top: -100px;
	}
}

