/* 会社概要
=========================================================================*/
main .title {
	padding: 10px 15px;
	width: 100%;
	background-color: #71B9FB;
}

main .title h1 img {
	margin: 0 auto;
	width: auto;
	height: 110px;
}

.inner {
	position: relative;
	margin: 0 auto;
	width: 1100px;
}

@media screen and (max-width:1140px) {
	.inner {
		padding: 0 15px;
		width: 100%;
	}
}

.cp_intro {
	margin-bottom: 60px;
	padding: 50px 20px;
	background: url(../images/company/intro_bg.png) center bottom no-repeat #F2FCFE;
	background-size: cover;
}

.cp_intro .inner {
	padding: 30px;
	width: 800px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #060708;
	background-color: rgba(255, 255, 255, .8);
	border: #0373BC solid 3px;
	border-radius: 20px;
}

@media screen and (max-width:1000px) {
	.cp_intro .inner {
		width: 100%;
	}
}

.cp_intro .inner p {
	margin-bottom: 2em;
}

.cp_intro .inner p.large {
	margin-bottom: 0;
	font-size: 24px;
	color: #0373BC;
}

.cp_commitment .inner {
	width: 1100px;
}

@media screen and (max-width:1140px) {
	.cp_commitment .inner {
		padding: 30px 20px;
		width: 100%;
	}
}

.cp_commitment h2 {
	margin-bottom: 40px;
	padding: 8px;
	font-weight: 700;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	background-color: #0373BC;
}

.cp_commitment figure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.cp_commitment figure img {
	width: calc(407 / 1100 * 100%);
	height: auto;
}

.cp_commitment figure figcaption {
	width: calc(600 / 1100 * 100%);
	color: #060708;
}

.cp_commitment figure figcaption p {
	margin-bottom: 2em;
}

.cp_commitment hr {
	margin: 20px 0 50px;
}

.cp_commitment .outline {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 100px;
}

.cp_commitment .outline>div {
	width: fit-content;
}

.cp_commitment .outline h3 {
	margin-bottom: .5em;
	font-weight: 700;
	font-size: 20px;
}

.cp_commitment .outline div div {
	display: flex;
	justify-content: flex-start;
	margin-bottom: .5em;
	color: #060708;
}

.cp_commitment .outline dt {
	font-weight: 600;
	width: 100px;
}

.cp_commitment .outline dd {
	width: calc(100% - 100px);
}

.cp_commitment .outline p {
	color: #060708;
}

/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	main .title h1 img {
		height: 50px;
	}

	.cp_intro {
		margin-bottom: 20px;
		background: url(../images/company/intro_bg@2x.png) center bottom no-repeat #F2FCFE;
		background-size: contain;
	}

	.cp_intro .inner {
		padding: 30px 20px;
		font-size: 15px;
		text-align: left;
	}

	.cp_intro .inner p {
		margin-bottom: 1.5em;
	}

	.cp_intro .inner p.large {
		font-size: 18px;
	}

	.cp_commitment h2 {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.cp_commitment figure {
		flex-direction: row-reverse;
	}

	.cp_commitment figure img {
		margin: 0 auto 30px;
		max-width: 300px;
		width: 100%;
	}

	.cp_commitment figure figcaption {
		width: 100%;
	}

	.cp_commitment hr {
		margin: 10px 0 30px;
	}

	.cp_commitment .outline {
		margin-bottom: 60px;
	}

	.cp_commitment .outline>div {
		margin-bottom: 20px;
		width: 100%;
	}

	.cp_commitment .outline h3 {
		font-size: 17px;
	}

	.cp_commitment .outline dt {
		width: 6em;
	}


}

/*  480px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {

}

/*  375px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:375px) {}
