@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* about
------------------------------------------------------------------------------------------------------------------------------- */
/* about_nav */
.about_nav ul{
	display: flex;
	justify-content: center;
}
.about_nav ul li{
	padding: 0 30px;
}
.about_nav ul li a{
	position: relative;
	padding: 0 25px 0 0;
	font-weight: 500;
}
.about_nav ul li a::before{
	position: absolute;
	top: 5px;
	right: 0;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #79AECE;
	border-bottom: 2px solid #79AECE;
	transform: rotate(45deg);
	/*border: 5px solid;
  border-color: #565656 #565656 transparent transparent;*/
}
.about_nav ul li a:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px) {
	.about_nav ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.about_nav ul li{
		padding: 0 20px 10px;
	}
	.about_nav ul li a{
		padding: 0 20px 0 0;
	}
	.about_nav ul li a::before{
		top: 5px;
		width: 6px;
		height: 6px;
		border-right: 1px solid #79AECE;
		border-bottom: 1px solid #79AECE;
	}
}

/* section */
section {
	margin: 70px 0 0;
}
section h2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 34px;
	letter-spacing: 0.15em;
	text-align: center;
	padding: 0 0 10px;
	border-bottom: 2px solid #7AB5D7;
	margin: 0 0 55px;
}
@media screen and (max-width:767px) {
	section{
		margin: 30px 0 0;
	}
	section h2{
		font-size: 22px;
		padding: 0 0 5px;
		border-bottom: 1px solid #7AB5D7;
		margin: 0 0 30px;
	}
}

section > section{
	margin: 0;
	padding: 40px 0;
	border-top: 1px solid #E6E6E6;
}
section > section:first-of-type{
	padding-top: 0;
	border-top: none;
}
@media screen and (max-width:767px) {
	section > section{
		padding: 25px 0;
	}
}

/* about_box01 */
.about_box01 {
	overflow: hidden;
}
.about_box01:last-child{
	padding: 50px 0 30px;
}
.about_box01 .image{
	float: right;
	padding: 10px 0 0;
}
.about_box01 .image span{
	display: block;
	text-align: center;
	padding: 5px 0 0;
}
.about_box01 .txt{
	float: left;
	width: 540px;
	line-height: 2.1;
}
.about_box01 .txt .txtR{
	display: block;
	text-align: right;
}
@media screen and (max-width:767px) {
	.about_box01:last-child{
		padding: 30px 0 20px;
	}
	.about_box01 .image{
		float: right;
		width: 35%;
		padding: 5px 0 10px;
		margin: 0 0 0 20px;
	}
	.about_box01 .image span{
		padding: 5px 0 0;
		font-size: 11px;
		line-height: 1.3;
	}
	.about_box01 .txt{
		float: inherit;
		width: auto;
		line-height: 1.8;
	}
}


/* about_box02 */
.about_box02 .txt{
	flex: 1;
}
.about_box02 .txt dl{
	display: flex;
	margin: 0 0 10px;
}
.about_box02 .txt dl dt{
	font-weight: 500;
	color: #4AA0C6;
	width: 5em;
}
.about_box02 .txt dl dd ul li{
	display: flex;
}
.about_box02 .txt dl dd ul li .ttl{
	font-weight: 500;
}
.about_box02 a:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px) {
	.about_box02 .txt dl{
		display: block;
		margin: 0 0 10px;
	}
	.about_box02 .txt dl dt{
		width: auto;
	}
	.about_box02 .txt dl dd ul li{
		display: block;
		line-height: 1.65;
	}
	.about_box02 .txt dl dd ul li:first-child{
		margin: 0 0 1em;
	}
	.about_box02 .txt dl dd ul li .ttl{
		display: block;
		font-weight: 500;
	}
}


/* about_box03 */
.about_box03 ul li{
	padding: 0 0 10px;
	padding-left: 2em;
	text-indent: -2em;
}
.about_box03 ul li .num{
	display: inline;
	padding-right: 0.6em;
}
.about_box03 ul li dl{
	line-height: 2;
	text-indent: 0;
}
.about_box03 ul li dl dt{
	font-weight: bold;
}
.about_box03 ul li dl dd{
	display: flex;
	padding: 0 0 0 1em;
}
@media screen and (max-width:767px) {
	.about_box03 ul li dl{
		line-height: 1.8;
	}
	.about_box03 ul li dl dd{
		display: block;
		padding: 0 0 0 1em;
	}
	.about_box03 ul li dl dd span{
		display: block;
	}
}


/* about_box04 */
.about_box04 {
	line-height: 2;
}
.about_box04 > ul{
	padding: 2em 0 0;
}
.about_box04 > ul > li{
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-top: 1em;
}
.about_box04 ul li dl{
	text-indent: 0;
}
.about_box04 ul li dl dt{
	color: #4AA0C6;
	padding: 1em 0 0;
}
.about_box04 ul li dl dd{
	padding-left: 1.7em;
}
@media screen and (max-width:767px) {
	.about_box04 {
		line-height: 1.8;
	}
}


/* about_box05 */
.about_box05{
	margin: 30px 0 20px;
}
.about_box05 ul{
	background: #F8F8F8;
	padding: 30px;
	width: 600px;
}
.about_box05 ul li:first-child{
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #DDDDDD;
}
.about_box05 a:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px) {
	.about_box05{
		margin: 30px 0 20px;
	}
	.about_box05 ul{
		padding: 15px;
		width: 100%;
	}
	.about_box05 ul li:first-child{
		margin: 0 0 15px;
		padding: 0 0 15px;
	}
}


/* about_box06 */
.about_box06 {
	margin: 30px 0 0;
}
.about_box06 dl{
	display: flex;
}
.about_box06 dl dt{
	width: 3em;
}
.about_box06 dl dd{
	flex: 1;
}


/* note */
.notes{
	font-size: 14px;
}
.notes p{
	padding-left: 2.7em;
	text-indent: -2.7em;
}
@media screen and (max-width:767px) {
	.notes{
		font-size: 12px;
	}
}

