@charset "utf-8";

#corporate h1,
#corporate h2,
#corporate h3,
#corporate p,
#corporate li,
#corporate a {
	font-family:"Sawarabi Mincho","Times New Roman","游明朝",serif;
	font-weight: 400;
	text-align: justify;
}

.corp_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.corp_flex .corp_2column {
	width: 48%;
}
.corp_flex .corp_3column {
	width: 32%;
	margin-bottom: 20px;
}


.corp01 {
	padding: 40px 0;
	background: #57636d;
}
.corp01 h1,
.corp01 h2,
.corp01 h3,
.corp01 p,
.corp01 a {
	color: #fff;
}
.corp01 h2 {
	font-size: 22px;
	letter-spacing: 0.1em;
}

.corp_ttl {
	text-align: center;
	margin-bottom: 60px;
}
.corp_ttl h1 {
	text-align: center !important;
	font-size: 12px;
}
.corp_ttl h2 {
	text-align: center !important;
	font-size: 32px;
	letter-spacing: 0.2em;
}
.corp_ttl h3 {
	text-align: center !important;
	font-size: 16px;
}
.corp_ttl p {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 14px;
	text-align: left;
}
.corp_head_image {
	display: block;
	width: 100%;
	height: 500px;
	background: url(../images/corporate/head_image.jpg) center center no-repeat;
	background-size: cover;
}

.corp01 .corp_flex .corp_2column {
	margin-top: 60px;
	border-top: #fff solid 1px;
}
.corp01 .corp_flex div h2 {
	font-size: 20px;
}
.corp01 .corp_flex div .contact_btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.corp01 .corp_flex div .contact_btn a {
	color: #57636d;
	background: #fff;
	font-size: 12px;
	padding: 10px 50px;
	border: #fff solid 1px;
	border-radius: 20px;
	transition: all .3s;
}
.corp01 .corp_flex div .contact_btn a:hover {
	color: #fff;
	background: #57636d;
}


.corp02 {
	padding: 40px 0;
}
.corp02 > .corp_flex > .corp_2column {
	margin-bottom: 40px;
}
.corp02 h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #333 solid 1px;
}
.corp_data {
	width: 80%;
	max-width: 500px;
	background: #dfdfdf;
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px 10%;
}
.corp_data h3 {
	font-size: 22px;
}
.corp_data h3 span {
	font-size: 12px;
}
.corp_data .corp_flex {
	margin-top: 10px;
	border-bottom: #fff solid 1px;
	align-items: center;
}
.corp_data .corp_flex:last-child {
	border: none;
}
.corp_data_l {
	font-size: 12px;
	line-height: 1.4em;
	flex: 1;
}
.corp_data_r {
	font-size: 20px;
	flex: 1;
	text-align: right !important;
}
.corp02 ul {
	margin-bottom: 20px;
}
.corp02 li {
	list-style: disc;
	font-size: 18px;
	line-height: 1.4em;
	margin: 15px 0;
	margin-left: 20px;
}
.corp02 li span {
	font-size: 12px;
}
.imade_image {
	width: 100px;
	margin-top: 5px;
}
.imade_image img {
	width: 100%;
}
.imade_image p {
	font-size: 8px;
	text-align: center !important;
}
.imade_text {
	margin-left: 10px;
	flex: 1;
}
.imade_text p {
	font-size: 12px;
}

.staff_image {
	width: 200px;
	margin-top: 5px;
}
.staff_image img {
	width: 100%;
}
.staff_image p {
	font-size: 8px;
	text-align: center !important;
}
.staff_text {
	margin-left: 10px;
	flex: 1;
}
.staff_text p {
	font-size: 12px;
}
.corp_3column h3 {
	color: #fff;
	width: 100%;
	padding: 10px 0;
	background: #57636d;
	text-align: center !important;
	font-size: 14px;
}
.corp_3column p {
	width: 100%;
	padding: 20px 0;
	background: #dfdfdf;
	text-align: center !important;
	font-size: 12px;
	line-height: 1.6em;
}

.corp03 {
	background: #dfdfdf;
}
.corp03 > div > .corp_flex > .corp_2column {
	margin-bottom: 20px;
}
.corp03 h2 {
	font-size: 20px;
}
.corp03 h3 {
	color: #fff;
	width: calc(100% - 40px);
	padding: 10px 20px;
	background: #57636d;
	font-size: 14px;
}
.corp03 p {
	font-size: 12px;
}
.corp_thumb {
	width: 30% !important;
	max-width: 200px;
}
.corp_thumb img {
	width: 100%;
}
.corp_text {
	margin-left: 10px;
	flex: 1;
}
.corp_text p {
	margin-top: 10px;
	font-size: 12px;
}
.corp_text p:first-child {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: #333 solid 1px;
}
.corp_text p:last-child {
	font-size: 10px;
	line-height: 1.4em;
}



/*-----------------------------
	タブレットスマホ設定
------------------------------*/

@media screen and (max-width: 960px)
{
	
.corp_flex .corp_2column {
	width: 100%;
}
.corp_flex .corp_3column {
	width: 49%;
	margin-bottom: 10px;
}

.corp02 li {
	font-size: 15px;
}

.staff_text {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
	flex: inherit;
}
.corp_3column h3 {
	font-size: 12px;
}
.corp_3column p {
	font-size: 10px;
}
	
}