@charset "utf-8";
/* CSS Document */

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

TOP staff-list

/////////////////////////////////////////////////////////////////// */
.staff-list a {
	display: block;
}
.staff-list h3 {
	color: #00b1a9;
	font-weight: bold;
	line-height: 1.5em;
}


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

staff interview

/////////////////////////////////////////////////////////////////// */
.staff-area {
	/* [disabled]padding-top: 20px;
*/
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.staff-area .right {
	width: 400px;
}
.staff-area .left {
	width: 510px;
	padding-right: 10px;
}
.staff-area h2 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	color: #00b1a9;
	line-height: 1.5em;
}
.staff-area .career {
	margin: 0;
}
.staff-area .name {
	margin-bottom: 10px;
	font-size: 20px;
}
.staff-area .position {
	display: inline-block;
	padding: 5px 10px;
	background: #00b1a9;
	font-weight: bold;
	color: #fff;
}
.message-area h2 {
	border-bottom: solid 3px #bfebe9;
	position: relative;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
}
.message-area h2:before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #00b1a9;
	bottom: -3px;
	width: 20%;
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
.staff-area .right {
	width: 40%;
	height: auto;
}
.staff-area .left {
	width: 55%;
	padding-right: 5%;
}
.staff-area h2 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	color: #00b1a9;
	line-height: 1.5em;
}
.staff-area .career {
	font-size: 12px;
}
.staff-area .name {
	font-size: 16px;
}
.staff-area .position {
	font-size: 12px;
}
}

@media screen and (max-width:640px) {
.staff-area {
	padding: 0;
}
.staff-area .global-inner {
	padding: 0;
}
.staff-area h2 {
	font-size: 18px;
	font-weight: bold;
	color: #00b1a9;
	line-height: 1.5em;
}
.staff-area .right {
	margin-bottom: 10px;
	width: 98%;
	height: auto;
}
.staff-area .left {
    width: 94%;
    padding: 0 3%;
    margin-bottom: 10px;
}
.message-area {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.message-area p {
	line-height: 1.5em;
}
}

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

chuto interview

/////////////////////////////////////////////////////////////////// */
.chuto-area {
	/* [disabled]padding-top: 20px;
*/
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.chuto-area .right {
	width: 480px;
}
.chuto-area .left {
	width: 460px;
	padding-right: 10px;
}
.chuto-area h2 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: bold;
	color: #00b1a9;
	line-height: 1.5em;
}
.chuto-area .career {
	margin: 0;
}
.chuto-area .name {
	margin-bottom: 10px;
	font-size: 20px;
}
.chuto-area .position {
	display: inline-block;
	padding: 5px 10px;
	background: #ff9d08;
	font-weight: bold;
	color: #fff;
}
.chutomessage-area h2 {
	border-bottom: solid 3px #cce4ff;
	position: relative;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
}
.chutomessage-area h2:before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #0e93e4;
	bottom: -3px;
	width: 20%;
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
.chuto-area .right {
	width: 40%;
	height: auto;
}
.chuto-area .left {
	width: 55%;
	padding-right: 5%;
}
.chuto-area h2 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	color: #00b1a9;
	line-height: 1.5em;
}
.chuto-area .career {
	font-size: 12px;
}
.chuto-area .name {
	font-size: 16px;
}
.chuto-area .position {
	font-size: 12px;
}
}

@media screen and (max-width:640px) {
.chuto-area {
	padding: 0;
}
.chuto-area .global-inner {
	padding: 0;
}
.chuto-area h2 {
	font-size: 20px;
	font-weight: bold;
	color: #00b1a9;
	line-height: 1.5em;
}
.chuto-area .right {
	margin-bottom: 10px;
	width: 98%;
	height: auto;
}
.chuto-area .left {
	width: 94%;
	padding: 0 3%;
	margin-bottom: 10px;
}
.chutomessage-area {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.chutomessage-area p {
	line-height: 1.5em;
}
}
