@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

/*************************************************

 index

*************************************************/


/* index
--------------------------------------*/
.bg01 {
	padding: 60px 15px;
	background-color: #fff;
}
.bg02 {
	padding: 60px 15px;
	background-color: #f4f4f4;
}
.bg03 {
	padding: 60px 15px;
	background-image: url(../images/about/bg01.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.wrap {
	max-width: 1000px;
	margin: 40px auto 0;
}
.wrap.pd_right {
	padding-right: 140px;
}
.wrap02 {
	max-width: 860px;
	margin: 40px auto 0;
}
.bnrImg a {
	transition: 0.5s;
}
.bnrImg a:hover {
	opacity: 90%;
}

@media only screen and (max-width:991px) {
	.wrap.pd_right {
		padding-right: 90px;
	}
}

@media only screen and (max-width:767px) {
	.bg01,
	.bg02,
	.bg03 {
		padding: 30px 15px;
	}
	.wrap.pd_right {
		padding-right: 15px;
	}
}

/* contentsArea01
--------------------------------------*/
.contentsArea01 {
	display: flex;
	justify-content: space-between;
}
.contentsArea01 .inBox:nth-child(1) {
	width: 7%;
}
.contentsArea01 .inBox:nth-child(2) {
	width: 89%;
}
.contentsArea01 .inBox dl {
	position: relative;
	display: table;
	width: 100%;
}
.contentsArea01 .inBox dl:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 160px;
	border-top: 1px solid #88cfc7;
	z-index: 3;
}
.contentsArea01 .inBox dl:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 100%;
	border-top: 1px solid #e7e7e7;
	z-index: 2;
}
.contentsArea01 .inBox dl dt {
	display: table-cell;
	width: 220px;
	padding: 20px 0px 20px 30px;
}
.contentsArea01 .inBox dl dd {
	position: relative;
	display: table-cell;
	padding: 20px 0;
	vertical-align: bottom;
}

@media only screen and (max-width:767px) {
	.contentsArea01 {
		flex-direction: column;
	}
	.contentsArea01 .inBox:nth-child(1),
	.contentsArea01 .inBox:nth-child(2) {
		width: 100%;
	}
	.contentsArea01 .inBox:nth-child(1) {
		text-align: center;
	}
	.contentsArea01 .inBox:nth-child(2) {
		margin-top: 20px;
	}
	.contentsArea01 .inBox dl dt {
		padding-left: 0;
		width: 180px;
	}
}

/* contentsArea02
--------------------------------------*/
.contentsArea02 {
	display: flex;
	justify-content: space-between;
}
.contentsArea02 .inBox:nth-child(1) {
	width: 7%;
}
.contentsArea02 .inBox:nth-child(2) {
	width: 89%;
}
.contentsArea02 .inBox dl {
	position: relative;
	display: table;
	width: 100%;
}
.contentsArea02 .inBox dl + dl {
	border-top: 1px solid #e7e7e7;
}
.contentsArea02 .inBox dl dt {
	display: table-cell;
	width: 205px;
	padding: 20px 0px 20px 30px;
}
.contentsArea02 .inBox dl dd {
	position: relative;
	display: table-cell;
	padding: 20px 0;
	vertical-align: bottom;
}

@media only screen and (max-width:767px) {
	.contentsArea02 {
		flex-direction: column;
	}
	.contentsArea02 .inBox:nth-child(1),
	.contentsArea02 .inBox:nth-child(2) {
		width: 100%;
	}
	.contentsArea02 .inBox:nth-child(1) {
		text-align: center;
	}
	.contentsArea02 .inBox:nth-child(2) {
		margin-top: 40px;
	}
	.contentsArea02 .inBox dl + dl {
		padding-top: 10px;
	}
	.contentsArea02 .inBox dl dt,
	.contentsArea02 .inBox dl dd {
		display: block;
	}
	.contentsArea02 .inBox dl dt {
		padding: 0;
	}
	.contentsArea02 .inBox dl dd {
		padding: 0;
		padding-bottom: 10px;
	}
}

/* contentsArea03
--------------------------------------*/
.contentsArea03 {
	display: flex;
	justify-content: space-between;
}
.contentsArea03 .inBox:nth-child(1) {
	width: 7%;
}
.contentsArea03 .inBox:nth-child(2) {
	width: 89%;
}
.contentsArea03 .inBox .contentsBox01 {
	margin-bottom: 30px;
}
.contentsArea03 .inBox .contentsBox01 .ttlText {
	display: inline-block;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	background-color: #148878;
}
.contentsArea03 .inBox .contentsBox01 dl {
	display: table;
	width: 100%;
}
.contentsArea03 .inBox .contentsBox01 dl dt {
	display: table-cell;
	width: 120px;
}
.contentsArea03 .inBox .contentsBox01 dl dd {
	display: table-cell;
}
.contentsArea03 .inBox .contentsBox01 dl dd:nth-child(1) {
	width: 105px;
}
.contentsArea03 .inBox .contentsBox01 dl dd:nth-child(2) {
	width: 105px;
}

@media only screen and (max-width:767px) {
	.contentsArea03 {
		flex-direction: column;
	}
	.contentsArea03 .inBox:nth-child(1),
	.contentsArea03 .inBox:nth-child(2) {
		width: 100%;
	}
	.contentsArea03 .inBox:nth-child(1) {
		text-align: center;
	}
	.contentsArea03 .inBox .contentsBox01 dl + dl {
		margin-top: 10px;
	}
	.contentsArea03 .inBox:nth-child(2) {
		margin-top: 30px;
	}
	.contentsArea03 .inBox .contentsBox01 dl dt {
		width: 90px;
	}
	.contentsArea03 .inBox .contentsBox01 dl dd:nth-child(2) {
		width: 85px;
	}
}

/* contentsArea04
--------------------------------------*/
.contentsArea04 .ttlText {
	margin-bottom: 30px;
	font-size: 18px;
}
.contentsArea04 .listImg ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contentsArea04 .listImg ul li {
	width: 31%;
	margin-bottom: 20px;
}
.contentsArea04 .listImg ul li a {
	display: block;
	text-decoration: none;
}
.contentsArea04 .listImg ul li a figure {
	position: relative;
}
.contentsArea04 .listImg ul li a figure figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width:767px) {
	.contentsArea04 .ttlText {
		text-align: center;
	}
	.contentsArea04 .listImg ul li {
		width: 48%;
	}
}

/* contentsArea05
--------------------------------------*/
.contentsArea05 {
	display: flex;
	justify-content: space-between;
}
.contentsArea05 .inBox:nth-child(1) {
	width: 7%;
}
.contentsArea05 .inBox:nth-child(2) {
	width: 91%;
}
.contentsArea05 .inBox .rightText01 {
	text-align: right;
}
.contentsArea05 .inBox .nameList ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contentsArea05 .inBox .nameList ul li {
	width: 21%;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
}

@media only screen and (max-width:767px) {
	.contentsArea05 {
		flex-direction: column;
	}
	.contentsArea05 .inBox:nth-child(1),
	.contentsArea05 .inBox:nth-child(2) {
		width: 100%;
	}
	.contentsArea05 .inBox:nth-child(1) {
		text-align: center;
	}
	.contentsArea05 .inBox .nameList ul {
		margin-top: 50px;
	}
	.contentsArea05 .inBox .nameList ul li {
		width: 40%;
	}
	.bnrImg {
		text-align: center;
	}
}

/* contentsArea06
--------------------------------------*/
.contentsArea06 {
	display: flex;
	justify-content: space-between;
}
.contentsArea06 .inBox:nth-child(1) {
	width: 7%;
}
.contentsArea06 .inBox:nth-child(2) {
	width: 89%;
	text-align: right;
}

@media only screen and (max-width:767px) {
	.contentsArea06 {
		flex-direction: column;
	}
	.contentsArea06 .inBox:nth-child(1),
	.contentsArea06 .inBox:nth-child(2) {
		width: 100%;
	}
	.contentsArea06 .inBox:nth-child(1) {
		margin-bottom: 20px;
		text-align: center;
	}
	.contentsArea06 .inBox:nth-child(2) {
		text-align: center;
	}
}

/* contentsArea07
--------------------------------------*/
.contentsArea07 {
	display: flex;
	justify-content: space-between;
}
.contentsArea07 .inBox:nth-child(1) {
	width: 7%;
}
.contentsArea07 .inBox:nth-child(2) {
	width: 89%;
}
.contentsArea07 .inBox .ttl {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
.contentsArea07 .inBox .lead {
	margin-bottom: 20px;
	font-size: 16px;
}
.contentsArea07 .inBox .rightImg {
	text-align: right;
}

@media only screen and (max-width:767px) {
	.contentsArea07 {
		flex-direction: column;
	}
	.contentsArea07 .inBox:nth-child(1),
	.contentsArea07 .inBox:nth-child(2) {
		width: 100%;
	}
	.contentsArea07 .inBox:nth-child(1) {
		text-align: center;
	}
	.contentsArea07 .inBox:nth-child(2) {
		margin-top: 30px;
	}
}
























