@charset "UTF-8";

#about-header {
	background-image: url(../img/about-main.jpg);
}

/* #about-01 h1{margin-bottom: 49px;} */
#about-01{margin-bottom: 70px;}
#about-01 h1 img{width: 769px;}
#about-01 p{padding: 45px 120px 0;line-height: 2;letter-spacing: 0.05em;}
@media (max-width: 960px) {
	#about-01 p{padding: 45px 60px 0;}
}
@media (max-width: 768px) {
	#about-01 p{padding: 15px 15px 0;}
	#about-01{margin-bottom: 35px;}
}

#about-02{
	padding: 70px 0 100px;
	background: url(../img/ichi-back.png) repeat center top;
}
#about-02 h1 img{width: 241px;}
.a02-txt {width: 50%;height: 300px;background-color: rgba(35,26,106,0.8);padding: 43px 60px 0;color: #fff;}
.a02-txt h2{margin-bottom: 25px;text-align: center;line-height: 1;}
.a02-txt h2 img{max-height: 26px;}
.a02-txt span{display: block;width: 36px;margin: 0 auto 20px auto;text-align: center;}
.a02-txt p{margin-bottom: 10px;line-height: 2;}
#a02-01{background: url(../img/about-02-img-01.jpg) no-repeat center left;background-size: cover;}
#a02-02{background: url(../img/about-02-img-02.jpg) no-repeat center center;background-size: cover;}
#a02-03{background: url(../img/about-02-img-03.jpg) no-repeat center right;background-size: cover;}
#a02-03 .a02-txt {padding-top: 33px;}
.a02-txt a{
	background: url(../img/w-arrow.png) no-repeat left center;
	background-size: 15px;
	padding-left: 20px;
	text-decoration: underline;
	line-height: 15px;
	display: inline-block;
	text-align: center;
	color: #fff;
}
@media (max-width: 960px) {
	.a02-txt {width: 100%;}
}
@media (max-width: 768px) {
	.a02-txt {min-height: 300px;height: auto;padding: 30px;line-height: 1.85;}
	#about-02{padding: 35px 0 50px;}
}

#about-03{padding: 70px 0 80px;text-align: center;}
#about-03 h1 img{width: 235px;}
#a03-img {width: 100%;margin: 40px 0 45px;}
@media (max-width: 960px) {
	.a02-txt {width: 100%;}
}
@media (max-width: 768px) {
	#a03-img {margin: 20px 0 25px;}
	#about-03{padding: 35px 0 40px;}
}

#about-04{padding: 70px 0 100px;background-color: #f6f6f6;}
#about-04 h1 img{width: 336px;}
#about-04 ul{width: 100%;}
#about-04 ul li{display: table;margin-bottom: 30px;background-color: #fff;position: relative;}
.flow-img,.flow-txt{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
#about-04 ul li span{position: absolute;left: 20px;top:-13px;z-index: 999;}
.flow-img{width: 320px;}
.flow-txt{padding: 0 50px;}
.flow-txt h2{
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	color: #231A6A;
	padding-bottom: 10px;
	margin-bottom: 16px;
	border-bottom: 1px dotted #ccc;
}
@media (max-width: 960px) {
	.flow-img{width: 280px;}
	.flow-txt{padding: 0 30px;}
}
@media (max-width: 768px) {
	#about-04 ul li,.flow-img,.flow-txt{display: block;width: 100%;}
	.flow-txt{padding: 20px;}
	.flow-img img{width: 100%;}
	#about-04{padding: 35px 0 50px;}
}

#about-05{padding: 75px 0 95px;}
#about-05 h1 img{width: 203px;}
#about-05 h2 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
	line-height: 60px;
	background-color: #231A6A;
	margin-bottom: 25px;
}
#about-05 table {width: 100%;border-top: 1px dotted #ccc;margin-bottom: 50px;}
#about-05 th,#about-05 td{
	vertical-align: middle;
	padding: 21px 30px;
	border-bottom: 1px dotted #ccc;
}
#about-05 th{
	width: 330px;
	background-color: #e9e8f0;
}
#a05-01{padding-top: 20px;text-align: center;}
#about-05 h3{text-align: center;margin-bottom: 40px;}
#about-05 h3 img{width: 194px;}
#a05-img{max-width: 863px;width: 100%;}
@media (max-width: 960px) {
	#about-05 th{width: 180px;}
}
@media (max-width: 768px) {
	#about-05 h2 {line-height: 45px;}
	#about-05 table {margin-bottom: 25px;border: none;}
	#about-05 th,#about-05 td{display: block;width: 100%;padding: 10px 20px;}
	#about-05 td{margin-bottom: 10px;border: none;}
	#about-05{padding: 35px 0 50px;}
}

#about-06{
	padding: 70px 0 100px;
	background: url(../img/ichi-back.png) repeat center top;
}
#about-06 h1 img{width: 335px;}
ul#photolist{width: 100%;margin: 0;}
ul#photolist li {float: left;width: 25%;}
ul#photolist li img{width: 100%;}
ul#photolist li a{
	position: relative;
	display: block;
	overflow: hidden;
}
ul#photolist li a:after{
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
ul#photolist li a:hover:after{background-color: rgba(35,26,106,0.8);}
ul#photolist li a img{
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
@media (max-width: 768px) {
	ul#photolist li {width: 50%;}
}