@charset "utf-8";
/* 元CSS上書き */
.eg *+h1, .eg *+h2, .eg *+h3, .eg *+h4 {
	margin-top: 0;
}
@media screen and ( max-width: 768px){
	.voice-block.parts-outer-block{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
/* 共通 */
.jpClass{
	max-width :1400px;
	width: 100%;
	margin: 0 auto;
	color: #000000;
}
.jpClass img{
	width: 100%;
}
.jpClass h1,.jpClass h2,.jpClass h3,.jpClass h4{
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
}
.jpClass h1{ font-size: 40px; }
.jpClass h2{ font-size: 32px; }
.jpClass h3{ font-size: 24px; }
.jpClass h4{ font-size: 20px; }

.jpClass p{ font-size: 16px; }

.mb-x{ margin-bottom: 80px; }

.img-bk{
	background-image: url(../images/bg_01.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
	.jpClass{
		padding: 0 18px;
	}
	.jpClass h1{ font-size: 25px; }
	.jpClass h2{ font-size: 18px; }
	.jpClass h3{ font-size: 16px; }
	.jpClass h4{ font-size: 14px; }
	.jpClass p{ font-size: 14px; }
}

/* タイトルA */
.jpClass .title-a{
	border-bottom: 1px solid #cccccc;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}
.jpClass .title-a::before{
	content: "";
	background-color: #1E2C56;
	width: 10px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: -1;
}

/* タイトルB */
.jpClass .title-b{
	background-color: #1E2C56;
	color: #ffffff;
	padding: 5px;
	text-align: center;
}

/* タイトルC */
.jpClass .title-c{
	border-bottom: 1px solid #cccccc;
}

/* VISION */
.jpClass.vision{
	max-width: 100%;
}
.jpClass.vision .vision-cointent{
	max-width :1400px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
.jpClass.vision .vision-cointent h2{
	font-size: 40px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 40px;
	text-align: center;
}
.jpClass.vision .vision-cointent h3{
	text-align: center;
	font-weight: bold;
	padding-bottom: 18px;
}
.jpClass.vision .vision-cointent h3,
.jpClass.vision .vision-cointent p{
	max-width: 60%;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.jpClass.vision{
		padding: 0;
	}
	.jpClass.vision .vision-cointent{
		padding: 18px;
	}
	.jpClass.vision .vision-cointent h2{
		font-size: 25px;
		margin-bottom: 18px;
	}
	.jpClass.vision .vision-cointent h3,
	.jpClass.vision .vision-cointent p{
		max-width: 100%;
	}
}

/* 支社紹介A */
.jpClass.introduction-a{
	max-width: 100%;
}
.jpClass.introduction-a .introduction-a-content{
	max-width :1400px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
.jpClass.introduction-a dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jpClass.introduction-a .introduction-a-content dl dd:first-child{
	width: 28%;
}
.jpClass.introduction-a .introduction-a-content dl dd:last-child{
	width: 70%;
}
.jpClass.introduction-a .introduction-a-content h2{
	font-size: 40px;
}
.jpClass.introduction-a .introduction-a-content h2,
.jpClass.introduction-a .introduction-a-content h3{
	font-weight: bold;
}
.jpClass.introduction-a .introduction-a-content dl dd:first-child figure{
	margin-bottom: 10px;
}
.jpClass.introduction-a .introduction-a-content dl dd:first-child p{
	text-align: center;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.jpClass.introduction-a{
		padding: 0;
	}
	.jpClass.introduction-a .introduction-a-content{
		padding: 18px;
	}
	.jpClass.introduction-a .introduction-a-content dl dd:first-child,
	.jpClass.introduction-a .introduction-a-content dl dd:last-child{
		width: 100%;
	}
	.jpClass.introduction-a .introduction-a-content dl dd:first-child{
		padding-bottom: 18px;
	}
	.jpClass.introduction-a .introduction-a-content h2{
		font-size: 25px;
	}
	.jpClass.introduction-a .introduction-a-content dl dd:first-child p{
		font-size: 16px;
	}
}

/* 支社紹介B */
.jpClass.introduction-b > dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jpClass.introduction-b > dl dd:first-child{
	width: 28%;
}
.jpClass.introduction-b > dl dd:last-child{
	width: 70%;
}
.jpClass.introduction-b > dl dd table{
	width: 100%;
}
.jpClass.introduction-b > dl dd table th,
.jpClass.introduction-b > dl dd table td{
	border: 1px solid #cccccc;
	padding: 10px;
	font-size: 16px;
}
.jpClass.introduction-b > dl dd table th{
	min-width: 230px;
}
.jpClass.introduction-b > dl dd table td .btn{
	display: flex;
	flex-wrap: wrap;
}
.jpClass.introduction-b > dl dd table td .btn a{
	background-color: #1550A0;
	color: #ffffff;
	border-radius: 100px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 10px;
	min-width: 180px;
	font-size: 16px;
}
.jpClass.introduction-b > dl dd table td .btn li{
	margin-top: 18px;
}
.jpClass.introduction-b > dl dd table td .btn li:first-child a{
	margin-right: 18px;
}
.jpClass.introduction-b > dl dd table td .btn a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.jpClass.introduction-b > dl dd:first-child,
	.jpClass.introduction-b > dl dd:last-child{
		width: 100%;
	}
	.jpClass.introduction-b > dl dd:first-child{
		padding-bottom: 18px;
	}
	.jpClass.introduction-b > dl dd table th,
	.jpClass.introduction-b > dl dd table td{
		display: block;
		width: 100%;
		font-size: 14px;
	}
	.jpClass.introduction-b > dl dd table th{
		border-top: 0px;
		border-bottom: 0px;
	}
	.jpClass.introduction-b > dl dd table tr:first-child th{
		border-top: 1px solid #cccccc;
	}
	.jpClass.introduction-b > dl dd table td .btn{
		justify-content: center;
	}
	.jpClass.introduction-b > dl dd table td .btn li{
		width: 100%;
		margin-top: 0;
	}
	.jpClass.introduction-b > dl dd table td .btn li a{
		width: 80%;
		margin: 0 auto;
		font-size: 14px;
	}
	.jpClass.introduction-b > dl dd table td .btn li:first-child a{
		margin-right: auto;
	}
	.jpClass.introduction-b > dl dd table td .btn li:first-child{
		margin: 18px 0;
	}
}

/* サービス紹介 */
.jpClass.service{
	max-width: 100%;
	background-color: #e9faff;
}
.jpClass.service h2,
.jpClass.service h3{
	font-weight: bold;
}
.jpClass.service h2{
	font-size: 40px;
	text-align: center;
	padding: 40px 0;
	margin: 0;
}
.jpClass.service .service-content{
	max-width :1400px;
	width: 100%;
	margin: 0 auto;
}
.jpClass.service .service-content-block{
	padding-bottom: 40px;
}
.jpClass.service .service-content-block dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jpClass.service .service-content-block dl dt{
	width: 100%;
}
.jpClass.service .service-content-block dl dd:first-child{
	width: 38%;
}
.jpClass.service .service-content-block dl dd:last-child{
	width: 60%;
}

@media screen and (max-width: 768px) {
	.jpClass.service{
		padding: 0;
	}
	.jpClass.service h2{
		font-size: 25px;
	}
	.jpClass.service .service-content{
		padding: 0 18px;
	}
	.jpClass.service .service-content .service-content-block dl dd:first-child,
	.jpClass.service .service-content .service-content-block dl dd:last-child{
		width: 100%;
	}
	.jpClass.service .service-content .service-content-block dl dd:first-child{
		padding-bottom: 18px;
	}
}

/* 人材 */
.jpClass.resource h3{
	font-weight: bold;
}
.jpClass.resource dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jpClass.resource dl dd:first-child{
	width: 38%;
}
.jpClass.resource dl dd:last-child{
	width: 60%;
}
@media screen and (max-width: 768px) {
	.jpClass.resource dl dd:first-child,
	.jpClass.resource dl dd:last-child{
		width: 100%;
	}
	.jpClass.resource dl dd:first-child{
		padding-bottom: 18px;
	}
}

/* 特徴 */
.jpClass.feature{
	max-width: 100%;
	background-color: #e9faff;
}
.jpClass.feature h2,
.jpClass.feature h3{
	font-weight: bold;
}
.jpClass.feature h2{
	font-size: 40px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	padding: 40px 0 0 0;
	margin: 0;
}
.jpClass.feature h3{
	padding: 20px 0;
	height: 120px;
	box-sizing: border-box;
}
.jpClass.feature .feature-content{
	max-width :1400px;
	width: 100%;
	margin: 0 auto;
}
.jpClass.feature dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.jpClass.feature dl dd{
	width: 30%;
	margin: 40px 20px;
}
@media screen and (max-width: 768px) {
	.jpClass.feature{
		padding: 0;
	}
	.jpClass.feature h2{
		font-size: 25px;
	}
	.jpClass.feature .feature-content{
		padding: 18px;
	}
	.jpClass.feature dl dd{
		width: 100%;
		margin: 0;
		margin-top: 18px;
	}
	.jpClass.feature dl dd:first-child{
		margin-top: 0;
	}
	.jpClass.feature h3{
		padding: 18px 0;
		height: auto;
	}
}

/* ヘッダーお問い合わせボタン */
/* .p-header .header-area .p-header-wrap a.p-header-link{
	padding: 3px 15px!important;
	background: #FFC000;
	border-radius: 5px;
	color: #fff!important;
}
.p-header .header-area .nav-area li .category, .p-header .nav-area li a{
	display: block;
}
@media screen and (min-width: 1000px) and (max-width: 1299px){
	.p-header .header-area .p-header-wrap a.p-header-link { font-size: 12px; }
}
@media screen and (min-width: 769px) and (max-width: 999px){
	.p-header .header-area .p-header-wrap a.p-header-link { font-size: 10px; }
}
@media screen and (max-width: 768px) {
	.p-header .header-area .p-header-wrap{
		padding-right: 30px;
	}
	.p-header .header-area .p-header-wrap a.p-header-link {
		padding: 2px 5px 0!important;
		font-size: 12px;
	}
} */
/* フッター調整 */
/* @media screen and (max-width: 768px) {
	.p-footer-menu ul li:first-child{
		order: 1;
	}
} */
