@charset "UTF-8";
/* CSS Document */
.aboutBox {
	overflow: hidden;
	text-align: center;
}
.aboutBox01 {
	margin-bottom: 100px;
	background-color: #fff;
}
.aboutBox01 .inner {
	padding: 70px 90px;
}
.aboutBox01 .inner .concept {
	font-size: 28px;
	color: #655A52;
	line-height: 1.3;
}
.aboutBox01 .inner .cg {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.4em;
	color: #72BA2A;
}
.aboutBox01 .inner .img01 {
	padding: 80px 0;
}
.aboutBox01 .inner .txt {
	padding-bottom: 80px;
	font-size: 16px;
	line-height: 2;
}
.aboutBox02 {
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 140px;
}
.aboutBox02 .inner {
	padding: 70px 50px;
}
.catch {
    padding-top: 15px;
}
.catch span {
    font-size: 12px;
}
.aboutBox02 .inner .txt {
	padding: 30px 0 10px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 2;
}
.aboutBox02 .inner .txt span {
	color: #FF7F00;
	font-weight: bold;
}
.aboutBox02 .inner .item {
	padding: 70px 0;
}
.aboutBox02 .inner .img {
	overflow: hidden;
}
.aboutBox02 .inner .img .item01 {
	float: left;
}
.aboutBox02 .inner .img .item02 {
	float: right;
}
.aboutBox02 .inner .txt02 {
	padding: 20px 0 40px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
}
.aboutBox03 {
	background-color: #FFF;
}
.aboutBox03 .inner {
    padding: 70px 50px;
	color: #4E463F;
}
.aboutBox03 .inner .profBox {
    padding: 50px 0;
	overflow: hidden;
}
.aboutBox03 .inner .profBox .prof {
	float: left;
	width: 30%;
	margin-left: 5%;
}
.aboutBox03 .inner .profBox .txt {
	float: right;
	width: 55%;
	text-align: left;
	overflow: hidden;
}
.aboutBox03 .inner .profBox .txt .nameArea {
	float: left;
	width: 40%;
}
.aboutBox03 .inner .profBox .txt .nameArea .name {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.aboutBox03 .inner .profBox .txt .nameArea .name span {
	font-size: .6em;
	font-weight: bold;
	line-height: 0.8;
}
.aboutBox03 .inner .profBox .txt .nameArea img {
	margin-top: 20px;
}
.aboutBox03 .inner .profBox .txt .career {
	margin-top: 10px;
	float: left;
	width: 40%;
}
.aboutBox03 .inner .profBox .txt .career h4 {
	font-weight: bold;
	font-size: 1.1em;
}
.aboutBox03 .inner .profBox .txt .career p {
	padding-left: 1.5em;
	padding-bottom: 10px;
}

@media screen and (max-width: 736px) {
.aboutBox01 .inner,
.aboutBox02 .inner,
.aboutBox03 .inner {
    padding: 40px 3vw;
}
.aboutBox01 .inner .concept {
    font-size: 19px;
	font-weight: bold;
	letter-spacing: .05em;
}
.aboutBox01 .inner .cg {
    padding-top: 10px;
    font-size: 10px;
    letter-spacing: 0.3em;
}
.aboutBox01 .inner .img01 {
    padding: 30px 0;
	text-align: center;
}
.aboutBox01 .inner .img01 img {
    max-width: 90%;
	margin: 0 auto;
}
.aboutBox01 .inner .txt {
    padding: 0 2vw 20px;
    font-size: 15px;
    line-height: 1.3;
	text-align: left;
}
.aboutBox01,
.aboutBox02 {
    margin-bottom: 20px;
}
.aboutBox02 .inner .txt {
	padding: 40px 2vw;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .05em;
	line-height: 1.3;
}
.aboutBox02 .inner .txt span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .05em;
	line-height: 1.3;
}
.aboutBox02 .inner .item {
    padding: 0 20px;
}
.aboutBox02 .inner .item .img img {
    padding-bottom: 10px;
}
.aboutBox02 .inner .txt02 {
    padding: 0 2vw 20px;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
	font-weight: inherit;
}
.aboutBox02 .inner .couple {
    padding: 0 2vw 20px;
}
.aboutBox03 .inner .profBox .prof {
    float: none;
    width: 80%;
    margin: 0 auto;
}
.catch {
    padding-top: 2vh;
	padding-bottom: 1.5vh;
}
.aboutBox03 .inner .profBox .txt {
    float: none;
    width: 100%;
}
.aboutBox03 .inner .profBox .txt .nameArea {
    float: none;
    width: 100%;
	text-align: center;
}
.aboutBox03 .inner .profBox .txt .nameArea .name {
    font-size: 25px;
}
.aboutBox03 .inner .profBox .txt .career {
    margin: 10px auto;
    float: none;
    width: 80%;
}
}

