@charset "UTF-8";
/* CSS Document */
.aboutBox01 {
	width: 100%;
	padding-top: 30px;
	margin: 80px auto 0;
	background-image: url(../img/about/bg01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.aboutBox01 .h3Box {
	padding-top: 80px;
	background-image: url(../img/sub/titBg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.aboutBox01 .h3Box h3 {
	font-size: 43px;
	line-height: 60px;
	position: relative;
}
.aboutBox01 .h3Box h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: #fff;
}
.aboutBox01 .catch01 {
	padding-top: 50px;
	font-size: 30px;
	line-height: 60px;
}
.aboutBox01 .catch02 {
	font-size: 13px;
	letter-spacing: .09em;
	color: #00F9F9;
}
.aboutBox01 .txt01 {
	padding: 80px 0 120px;
}
.wrapAboutBox {
	padding-top: 140px;
	background-image: url(../img/about/bg02.jpg);
	background-position: top 100px right;
	background-repeat: no-repeat;
}
.aboutBox02 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.aboutBox02 .left {
	width: 50%;
	float: left;
}
.aboutBox02 .left .img {
	width: 100%;
}
.aboutBox02 .left .img img {
	width: 100%;
}
.aboutBox02 .right {
	width: 50%;
	float: right;
	padding: 50px 0 20px 5%;
	font-size: 14px;
}
.aboutBox02 .right .txt01 {
	padding-bottom: 25px;
}
.aboutBox02 .right .txt02 {
	padding-bottom: 90px;
}
.aboutBox03 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.aboutBox03 .left {
	width: 50%;
	float: left;
}
.aboutBox03 .left .img {
	padding: 90px 10% 20px;
	width: 100%;
}
.aboutBox03 .left .img img {
	width: 100%;
}
.aboutBox03 .right {
	width: 50%;
	float: right;
	font-size: 14px;
}
.aboutBox03 .right .txt01 {
	padding-bottom: 25px;
}
.aboutBox03 .right .txt02 {
	padding-bottom: 90px;
}
.txtBox {
	text-align: center;
}
.txtBox .txt01 {
	padding-bottom: 20px;
}
.txtBox .txt02 {
	padding-bottom: 80px;
}
.aboutBox04 {
	text-align: center;
}
.aboutBox04 .img {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.aboutBox04 .img img {
	width: 100%;
}
.aboutBox04 .txt01 {
	padding: 50px 0 100px;
}

@media screen and (max-width: 736px) {
.aboutBox01 {
	width: 100%;
	margin: 30px auto 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: inherit;
	text-align: center;
}
.aboutBox01 {
	padding-top: 10px;
	margin: 40px auto 0;
	background-image: url(../img/about/bg01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.aboutBox01 .h3Box {
	padding-top: 40px;
	background-size: contain;
}
.aboutBox01 .h3Box h3 {
	font-size: 25px;
	line-height: 60px;
	position: relative;
}
.aboutBox01 .h3Box h3:after {
    width: 20px;
}
.aboutBox01 .catch01 {
	padding-top: 20px;
	font-size: 5vw;
	line-height: 40px;
}
.aboutBox01 .catch02 {
	font-size: 13px;
	letter-spacing: .09em;
	color: #00F9F9;
}
.aboutBox01 .txt01 {
	text-align: left;
	padding: 50px 4vw;
}
.wrapAboutBox {
    padding-top: 40px;
    background-image: none;
}
.aboutBox02 .left,
.aboutBox03 .left,
.aboutBox03 .right {
	width: 100%;
	float: none;
}
.aboutBox02 .right {
	width: 100%;
	float: none;
	padding: 10px 4vw 20px;
	font-size: 14px;
}
.aboutBox02 .right .txt02 {
    padding-bottom: 20px;
}
.aboutBox03 .left .img {
    padding: 10px 10% 20px;
    width: 100%;
}
.txtBox {
    text-align: left;
}
.txtBox p {
	padding: 20px 4vw;
}
}


