/*----------------------------------------------------
	　　各ボタン
----------------------------------------------------*/


.back-to-list {
	width: 96%;
	max-width: 300px;
	margin: 20px auto 20px;
	text-align: center;
}
.back-to-list a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 0.4em 0;
	border: 2px solid #000000;
}
.back-to-list a:hover {
	background-color: #FFFFFF;
	color: #000000;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.view-more {
	width: 96%;
	max-width: 300px;
	margin: 10px auto 20px;
	text-align: center;
}
.view-more span, .view-more a {
	display: block;
	width: 100%;
	background-color: #000000;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000000;
}
.view-more span:after, .view-more a:after {
	content: "view more";
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	padding: 0.6em 0;
	font-family: 'Montserrat', "Times New Roman", Times, sans-serif;
	letter-spacing: 0.1em;
}
.view-more span:before, .view-more a:before {
	box-sizing: border-box;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 2px;
	top: 2px;
	content: "";
}
/*----------------------------------------------------
	　　◆TOP
----------------------------------------------------*/


	
.mv-box {
	padding: 0px 0 30px;
	margin-bottom: 10px;
}
.mv-box figure {
	text-align: center;
}
.title-image {
	text-align: center;
	margin-bottom: 40px;
}
.title-image-under {
	font-size: 15px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 40px;
}
.title-image-under.specialVer {
	margin-bottom: 0;
}
.top-zone01 {
	margin-bottom: 80px;
	box-sizing: border-box;
	padding: 0 10px;
}
.top-zone01 li a {
	text-decoration: none;
	color: #000000;
}
.top-zone01 li figure {
	box-sizing: border-box;
	border: 1px dotted #000000;
	padding: 3% 3%;
	text-align: center;
	margin-bottom: 5px;
	position: relative;
}
.top-zone01 li figure:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.0);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.top-zone01 li a:hover figure:after {
	background-color: rgba(0,0,0,0.3);
}
.top-zone01 li figure:before {
	width: 90%;
	max-width: 120px;
	padding: 0.8em 0;
	content: "VIEW MORE";
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	transform: translate(-50%, -50%);
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	line-height: 1 !important;
	z-index: 2;
	letter-spacing: -0.2em;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.top-zone01 li a:hover figure:before {
	letter-spacing: 0.1em;
	opacity: 1;
	transition: 0.3s all 0.3s ease;
	-moz-transition: 0.3s all 0.3s ease;
	-ms-transition: 0.3s all 0.3s ease;
	-webkit-transition: 0.3s all 0.3s ease;
	-o-transition: 0.3s all 0.3s ease;
}
.top-zone01 li figure span {
	display: block;
	overflow: hidden;
}
.top-zone01 li figure img {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.top-zone01 li a:hover figure img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1); /* IE 9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')"; /* IE8 */
 filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7 */
}
.top-zone01 .top-p01 {
	margin-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #000000;
}
.top-zone01 .top-p01 span {
	display: inline-block;
}
.top-zone01 .top-p01 .top-p01-title {
	margin-right: 0;
	font-weight: bold;
}
.top-zone01 .top-p01 .top-p01-cate {
	margin-right: 10px;
	display: inline-block;
	font-weight: bold;
	font-family: 'Josefin Sans', "Times New Roman", Times, sans-serif;
}
.cate-new:after {
	content: "NEW";
	color: #ffcd00;
}
.cate-staff:after {
	content: "STAFF";
	color: #ff65a7;
}
.cate-work:after {
	content: "WORK";
	color: #007fff;
}
.cate-topic:after {
	content: "TOPIC";
	color: #ff0000;
}
.cate-career:after {
	content: "CAREER";
	color: #ff7f00;
}
.cate-about:after {
	content: "ABOUT";
	color: #a95f97;
}
.cate-contact:after {
	content: "CONTACT";
	color: #00b653;
}
.top-zone01 .top-p02 {
	font-size: 14px;
}
/*----------------------------------------------------
	　　◆/work/
----------------------------------------------------*/


.work-mv-box {
	width: 86%;
	margin: 10px auto 60px;
	text-align: center;
}
.work-zone01 {
	margin-bottom: 80px;
	box-sizing: border-box;
	padding: 0 10px;
}
/*
.work-zone01 li{
	width:31%;
	margin-right:3.5%;
	}*/

.work-zone01 li {
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	border: 6px double #000000;
	position: relative;
	padding: 1% 0.5%;
	margin-bottom: 30px;
}
.work-zone01 li:after {
	border: 1px dotted #000000;
	box-sizing: border-box;
	content: "";
	height: calc(100% + 8px);
	left: -4px;
	position: absolute;
	top: -4px;
	width: calc(100% + 8px);
	z-index: -1;
}
.work-zone01 li figure {
	text-align: center;
	margin-bottom: 20px;
}
.work-zone01 li .txt-box {
	box-sizing: border-box;
	padding: 0 4%;
}
.work-zone01 li .work-p01 {
	line-height: 1 !important;
	padding: 0.5em 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #0080ff;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.work-zone01 li:nth-child(2n) .work-p01 {
	color: #007fff;
	background-color: #cbe5ff;
}
.work-zone01 li .work-p02 {
	font-size: 14px;
}
/*----------------------------------------------------
	　　◆/talk/
----------------------------------------------------*/


.talk-zone01 {
	margin-bottom: 80px;
	box-sizing: border-box;
	padding: 0 10px;
}
.talk-box {
	margin-bottom: 60px;
}
.talk-box-img {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 5px;
	border: 2px dotted #000000;
	text-align: center;
	max-width: 600px;
}
.talk-box-img figure {
	margin: 0 auto;
}
.talk-box-txt {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 3%;
}
.rightVer .talk-box-img {
	float: right;
}
.rightVer .talk-box-txt {
	float: left;
	padding-left: 0;
	padding-right: 3%;
}
.talk-box-txt p {
	line-height: 1.5 !important;
	margin-bottom: 5px;
	font-size: 16px;
	text-indent: -2.6em;
	padding-left: 2.6em;
	box-sizing: border-box;
}
.talk-box-txt p:before {
	margin-right: 0.2em;
}
.talk-box-txt .talk-p-a:before {
	content: "阿野";
	color: #0080ff;
}
.talk-box-txt .talk-p-b:before {
	content: "西山";
	color: #ff8000;
}
.talk-box-txt .talk-p-c:before {
	content: "富永";
	color: #8cc66d;
}
.talk-box-txt .talk-title {
	text-align: center;
	font-size: 18px;
	line-height: 1.2 !important;
	padding: 0.5em 0;
	font-weight: bold;
	border: 1px solid #000000;
	border-radius: 30px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
	text-indent: 0em;
}
.talk-box-txt .talk-title .tra {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	left: 50%;
	bottom: -19px;
	margin-left: -10px;
}
.talk-box-txt .talk-title .tra:before, .talk-box-txt .talk-title .tra:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: #000;
	top: 0;
}
.talk-box-txt .talk-title .tra:before {
	left: 4.5px;
	transform: rotate(-30deg);
	-ms-transform: rotate(-30deg); 	/* IE 9 */
	-moz-transform: rotate(-30deg); 	/* Firefox */
	-webkit-transform: rotate(-30deg); /* Safari 和 Chrome */
	-o-transform: rotate(-30deg);
}
.talk-box-txt .talk-title .tra:after {
	right: 4.5px;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg); 	/* IE 9 */
	-moz-transform: rotate(30deg); 	/* Firefox */
	-webkit-transform: rotate(30deg); /* Safari 和 Chrome */
	-o-transform: rotate(30deg);
}
.pink-box-wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 80px auto 0;
	background-color: #ffcccc;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}
.pink-box-wrapper:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 30px solid #ff9999;
	border-left: 30px solid transparent;
	right: 15px;
	top: 15px;
	position: absolute;
}
.pink-box figure {
	width: 39%;
	float: left;
}
.pink-box figure.rightVer {
	width: 61%;
	box-sizing: border-box;
	padding: 0 6%;
	text-align: center;
	float: left;
}
.talk02-wrapper {
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}
.talk02-box {
	margin-bottom: 30px;
}
.talk02-box .talk02-f01 {
	float: left;
	width: 59%;
	box-sizing: border-box;
	padding: 0.5%;
	border: 1px dashed #000000;
}
.talk02-box .talk02-f02 {
	float: right;
	width: 38%;
}
.talk02-f02 figcaption {
	line-height: 1.7 !important;
	padding-top: 15px;
	border-top: 3px solid #FF0004;
	font-size: 15px;
}
.talk02-ul figure {
	max-width: 320px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2%;
	border: 1px dashed #000000;
}
.talk02-ul li:nth-child(3n+1) figure {
	margin-left: 0;
}
.talk02-ul li:nth-child(3n) figure {
	margin-right: 0;
}
.talk02-p01 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0.1em 0;
	background-color: #FFBBBC;
	color: #FF0004;
	margin-bottom: 30px;
}
.talk02-p02 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.talk-table01 {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.talk-table01 th, .talk-table01 td {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em 0;
	font-size: 15px;
	line-height: 1.5;
}
.talk-table01 th {
	background-color: #e5e5e5;
}
/*----------------------------------------------------
	　　◆/contact/
----------------------------------------------------*/
.contact-tit {
	width: 30%;
	margin: 0px auto 30px;
	max-width: 180px;
}
.form-wrapper {
	max-width: 720px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto 80px;
}
.table-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
}
.table-note {
	text-align: right;
}
.must-kome {
	color: #FF0004;
	font-style: normal;
	margin: 0 2px;
	display: inline-block;
	font-weight: bold;
}
.must-kome:after {
	display: inline-block;
	content: "※";
	font-weight: bold;
}
.form-wrapper table {
	width: 100%;
	margin: 20px auto 80px;
	position: relative;
}
.form-wrapper table:before, .form-wrapper table:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #000000;
	left: 0;
}
.form-wrapper table:before {
	top: -20px;
}
.form-wrapper table:after {
	bottom: -20px;
}
.form-wrapper table th, .form-wrapper table td {
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	padding: 5px 0;
	box-sizing: border-box;
	line-height: 1.4 !important;
}
.form-wrapper table th {
	width: 200px;
}
.form-wrapper .err-p {
	font-size: 11px;
	color: #FF0004;
}
.form-wrapper input[type="text"], .form-wrapper textarea {
	width: 100%;
	box-sizing: border-box;
}
.form-wrapper textarea {
	min-height: 160px;
}
.form-wrapper .check-ul li {
	float: left;
	width: 30%;
	margin-bottom: 10px;
	margin-right: 1%;
}
.btn-wrapper {
	margin-bottom: 20px;
	text-align: center;
}
.btn-wrapper p {
	display: inline-block;
	max-width: 280px;
	width: 50%;
}
.btn-wrapper p input {
	background-color: #f87c7c;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0.2em 0;
	text-align: center;
	width: 100%;
}
.btn-wrapper p input:hover {
	background-color: #ff161a;
	transition: all 0.3s ease-in-out 0s;
}
.btn-wrapper p.gray-btn input {
	background-color: #8a8a8a;
}
.btn-wrapper p.gray-btn input:hover {
	background-color: #000000;
	transition: all 0.3s ease-in-out 0s;
}
.thanks-p01, .thanks-p02 {
	text-align: center;
	margin-bottom: 20px;
}
.thanks-p01 {
	font-size: 20px;
	font-weight: bold;
}
.thanks-p02 {
	font-size: 16px;
	margin-bottom: 50px;
}
/*----------------------------------------------------
	　　/recruit-info/
----------------------------------------------------*/


.re-info-tit {
	margin-top: 80px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.re-info-page {
	max-width: 920px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}
.table-wrapper {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.re-info-table {
	width: 100%;
	border-collapse: collapse;
}
.re-info-table th, .re-info-table td {
	padding: 1em 0.8em;
	border-bottom: 2px solid #e9d7e5;
	line-height: 1.5;
	font-size: 14px;
}
.re-info-table th {
	background-color: #f6eff6;
	color: #a95f97;
}
.re-info-table td {
	border-right: 2px solid #e9d7e5;
}
.re-info-table td.no-border {
	border-right: none;
}
.re-info-table tr:last-child th, .re-info-table tr:last-child td {
	border-bottom: none;
}
.re-info-table td span.red-span {
	color: #FF0004;
}
.re-info-tel {
	margin-top: 30px;
	box-sizing: border-box;
	padding: 20px 20px;
	background-color: #f2f2f2;
	text-align: center;
}
.re-info-tel .re-info-p01 {
	background-color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	color: #a95f97;
	margin-bottom: 10px;
}
.re-info-tel .re-info-p02 {
	margin-bottom: 10px;
}
.re-info-tel .re-info-p03 {
	font-size: 16px;
	font-weight: bold;
}
.re-info-tel .re-info-p03 a {
	display: inline-block;
	margin-left: 5px;
	font-size: 22px;
	color: #a95f97;
	text-decoration: none;
}
.re-info-tel .back-to-list {
	margin-bottom: 0;
}
/*----------------------------------------------------
	　　/number/
----------------------------------------------------*/


.num-wrapper-box {
	padding: 20px 10px;
	max-width: 1020px;
	box-sizing: border-box;
	margin: 0 auto;
}
.num-wrapper-box .num-box {
	position: relative;
	text-align: center;
	padding: 60px 2% 0;
	box-sizing: border-box;
	transform:rotateY(90deg);
  transform:scale(0.1,0.1);
	opacity:0;
}

.num-wrapper-box .num-box.gogoin{
	transform:rotateY(0deg);
	transform:scale(1,1);
	opacity:1;
		transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	}


.num-wrapper-box .num-box .num-note {
	margin-bottom: 30px;
}
.num-wrapper-box .num-box .num-note span {
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 0.6em 0.6em;
	background-color: #000000;
	line-height: 1;
	border-radius: 3px;
	position: relative;
}
.num-wrapper-box .num-box .num-note span:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #000000;
	left: 50%;
	margin-left: -10px;
	bottom: -15px;
}
.num-wrapper-box .num-box .num-txt {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 2 !important;
}
.num-wrapper-box .num-box .num-txt span {
	font-size: 22px;
	color: #FF0004;
}
.num-wrapper-box .num-box .num-txt i {
	line-height: 0.5 !important;
	display: block;
	font-style: normal;
}
.num-wrapper-box .num-box.num-box01 {
	float: left;
	width: 55%;
}
.num-wrapper-box .num-box.num-box02 {
	float: right;
	width: 45%;
	margin-top: 80px;
}
.num-wrapper-box .num-box.num-box03 {
	float: left;
	width: 40%;
}
.num-wrapper-box .num-box.num-box04 {
	float: right;
	width: 60%;
	margin-top: 80px;
}
.num-wrapper-box .num-box.num-box05 {
	float: left;
	width: 50%;
}
.num-wrapper-box .num-box.num-box06 {
	float: right;
	width: 50%;
	padding-top: 25%;
}
/*----------------------------------------------------
	　　/news/
----------------------------------------------------*/

.news-mv {
	margin: 0 auto 60px;
	box-sizing: border-box;
	padding: 1%;
	border: 1px dashed #000000;
}
.news-zone {
	max-width: 800px;
	margin: 0 auto;
}
.news-zone .news-list-tit {
	width: 100%;
	padding: 0.3em;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #e5e5e5;
	margin-bottom: 30px;
}
.news-zone .news-side-zone {
	float: left;
	width: 110px;
	box-sizing: border-box;
}
.news-zone .news-side-p01 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
.news-zone .news-side-year {
	text-align: right;
	font-size: 15px;
	padding-right: 30px;
	box-sizing: border-box;
	position: relative;
}
.news-zone .news-side-year:before {
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	left: 20px;
	content: "";
	box-sizing: content-box;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
}
.news-zone .news-side-year.open:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.news-zone .news-side-month {
	display: none;
}
.news-zone .news-side-month a {
	display: block;
	font-size: 14px;
	padding: 0.2em 30px 0.2em 0;
	box-sizing: border-box;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.news-zone .news-side-month a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.news-zone .news-main-zone {
	width: calc(100% - 110px);
	float: right;
	padding-left: 4%;
	box-sizing: border-box;
	border-left: 2px solid #000000;
	min-height: 400px;
}
.news-tit-table {
	width: 100%;
	border-collapse: collapse;
}
.news-tit-table th, .news-tit-table td {
	padding: 1em 0;
	line-height: 1.5 !important;
	font-size: 15px;
	text-align: left;
	border-bottom: 1px dotted #CDCDCD;
}
.news-tit-table th {
	width: 100px;
}
.news-tit-table a {
	text-decoration: none;
	color: #000000;
}
.news-tit-table a:hover {
	text-decoration: underline;
}
.pager-box {
	text-align: center;
	margin: 40px auto 20px;
	position: relative;
}
.pager-box .pager-arrow {
	position: absolute;
	width: 80px;
	top: 50%;
	margin-top: -15px;
}
.pager-box .pager-arrow a {
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 1 !important;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	padding-top: 8px;
	font-weight: bold;
}
.pager-box .pager-arrow a:hover {
	background-color: #000000;
	color: #fff;
}
.pager-box .pager-arrow.disable a {
	color: #eee !important;
	border: 1px solid #eee !important;
	background-color: #fff !important;
}
.pager-box .pager-arrow.arrow-prev {
	left: 0;
}
.pager-box .pager-arrow.arrow-next {
	right: 0;
}
.pager-box ul {
	width: calc(100% - 160px);
	margin: 0 auto;
}
.pager-box .pager-ul li {
	display: inline-block;
}
.pager-box .pager-ul li a {
	display: block;
	box-sizing: border-box;
	width: 30px;
	padding: 5px 0;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	font-weight: bold;
}
.pager-box .pager-ul li a:hover, .pager-box .pager-ul li.current a {
	background-color: #000000;
	color: #fff;
}
.news-zone .news-main-zone .news-title {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2 !important;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}
.news-zone .news-main-zone .ck-editor {
	margin-bottom: 50px;
}
.news-zone .news-main-zone .ck-editor p, .news-zone .news-main-zone .ck-editor figure {
	margin-bottom: 20px;
}
/*----------------------------------------------------
	　　/staff/
----------------------------------------------------*/



.staff-zone {
	box-sizing: border-box;
	padding: 0 30px 80px;
	max-width: 1170px;
	margin: 0 auto;
}
.staff-info-zone {
	box-sizing: border-box;
	margin-bottom: 60px;
	padding-right: 14%;
}
.staff-info-zone figure {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px;
	border: 2px dotted #000;
	position: relative;
}
.staff-info-zone.staff02, .staff-info-zone.staff04 {
	padding-left: 14%;
	padding-right: 0;
	text-align: right;
}
.staff-info-zone figcaption {
	position: absolute;
	right: -19%;
	bottom: -30px;
	background-color: rgba(255,87,158,0.6);
	box-sizing: border-box;
	width: 260px;
	padding: 40px 0;
	box-sizing: border-box;
	text-align: center;
}
.male .staff-info-zone figcaption {
	background-color: rgba(0,127,255,0.8);
}
.staff-info-zone.staff02 figcaption {
	right: auto;
	left: -19%;
	bottom: auto;
	top: 30px;
}
.staff-info-zone.staff03 figcaption {
	bottom: 20%;
}
.staff-info-zone.staff04 figcaption {
	right: auto;
	left: -19%;
	bottom: -40px;
}
.staff-info-zone .staff-info-p01 {
	font-family: 'Josefin Sans', "Times New Roman", Times, sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.staff-info-zone .staff-info-p02 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	display: none;
	visibility: hidden;
}
.staff-info-zone .staff-info-p03 {
	font-size: 16px;
	font-weight: bold;
}
.staff-box {
	margin: 0 auto 80px;
	position: relative;
}
.staff-box .staff-box-img {
	width: 50%;
	float: left;
}
.staff-box.rightVer .staff-box-img {
	float: right;
}
.staff-box .staff-box-img figure {
	box-sizing: border-box;
	border: 2px dotted #000000;
	padding: 5px;
	position: relative;
}
.staff-box .staff-box-img figure:after {
	content: "";
	position: absolute;
	display: block;
	background: #000000;
	background-size: cover;
	z-index: -1;
}
.staff-box .staff-box-img figure.bg01:after {
	width: 40%;
	padding-top: 40%;
	left: -20px;
	top: -20px;
	background: url(../cmn_img/staff/bg04.png) center center no-repeat;
	background-size: cover;
}
.staff-box .staff-box-img figure.bg02:after {
	width: 40%;
	padding-top: 75%;
	top: -35%;
	right: -20px;
	background: url(../cmn_img/staff/bg02.png) center center no-repeat;
	background-size: cover;
}
.staff-box .staff-box-img figure.bg03:after {
	width: 50%;
	padding-top: 50%;
	top: -35%;
	right: -30%;
	background: url(../cmn_img/staff/bg03.png) center center no-repeat;
	background-size: cover;
}
.staff-box .staff-box-img figure.bg04:after {
	width: 40%;
	padding-top: 40%;
	right: -20px;
	top: -20px;
	background: url(../cmn_img/staff/bg05.png) center center no-repeat;
	background-size: cover;
}
.staff-box .staff-box-img figure.bg05:after {
	width: 50%;
	padding-top: 50%;
	left: -14%;
	bottom: -30%;
	background: url(../cmn_img/staff/bg03.png) center center no-repeat;
	background-size: cover;
}
.staff-box .staff-box-img figure.bg06:after {
	width: 75%;
	padding-top: 40%;
	top: 59%;
	left: -30%;
	background: url(../cmn_img/staff/bg01.png) center center no-repeat;
	background-size: cover;
}
.staff-box .staff-box-img figure.bg07:after, .staff-box .staff-box-img figure.bg10:after {
	width: 50%;
	padding-top: 50%;
	bottom: -35%;
	left: 20%;
	background: url(../cmn_img/staff/bg03.png) center center no-repeat;
	background-size: cover;
}
.staff-box .staff-box-img figure.bg08:after {
	width: 45%;
	padding-top: 45%;
	top: -35%;
	right: -20px;
	background: url(../cmn_img/staff/bg06.png) center center no-repeat;
	background-size: cover;
}
.staff-box .staff-box-img figure.bg09:after {
	width: 75%;
	padding-top: 40%;
	top: -20%;
	left: -15%;
	background: url(../cmn_img/staff/bg01.png) center center no-repeat;
	background-size: cover;
}
.staff-box .staff-box-img figure.bg11:after {
	width: 40%;
	padding-top: 40%;
	bottom: -30%;
	left: 10%;
	background: url(../cmn_img/staff/bg07.png) center center no-repeat;
	background-size: cover;
}
.staff-box .staff-box-img figure.bg12:after {
	width: 75%;
	padding-top: 40%;
	bottom: -30%;
	left: -30%;
	background: url(../cmn_img/staff/bg01.png) center center no-repeat;
	background-size: cover;
}
.staff-box .staff-box-txt {
	width: 50%;
	box-sizing: border-box;
	padding-left: 4%;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.staff-box.rightVer .staff-box-txt {
	padding-right: 4%;
	padding-left: 0;
	left: 0;
	right: auto;
}
.staff-box .staff-p01 {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
	color: #ff65a7;
}
.male .staff-box .staff-p01 {
	color: #007fff;
}
.staff-box .staff-p02 {
	font-size: 15px;
}
.staff-list {
	margin: 0 auto;
}
.staff-list li {
	width: 25%;
	float: left;
	box-sizing: border-box;
}
.staff-list li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}
.staff-list li figure:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.30);
	position: absolute;
	left: 0;
	top: 0;
}
.staff-list li a.current figure:after {
	display: none;
}
.staff-list li a:hover figure:after {
	background-color: rgba(0,0,0,0.00);
	top: -100%;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.staff-list li .txt-box {
	position: absolute;
	z-index: 2;
	left: 10px;
	bottom: 10px;
}
.staff-list li .txt-box p {
	line-height: 1.5 !important;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
/*----------------------------------------------------
	　　◆/career/
----------------------------------------------------*/

.sb-box {
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}
.sb-box:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	content: "";
	left: 0;
	top: -65%;
	transform: skew(0deg, -10deg);
	z-index: 1;
}
.sb-box .sb-arrow {
	height: 60px;
	width: 90%;
	/*background-color:#000000;*/
	position: absolute;
	top: 18%;
	left: 0;
	z-index: 2;
	transform: skew(0deg, -10deg);
	border-bottom: 10px solid #ffcd00;
}
.sb-box .sb-arrow:before {
	background: #fff none repeat scroll 0 0;
	bottom: 10px;
	content: "";
	height: 40px;
	position: absolute;
	right: -10%;
	transform: skew(0deg, 20deg);
	width: 10%;
	z-index: 2;
}
.sb-box .sb-arrow:after {
	background: #ffcd00 none repeat scroll 0 0;
	bottom: -10px;
	content: "";
	height: 40px;
	position: absolute;
	right: -10%;
	width: 10%;
	z-index: 1;
}
.sb-box .sb-ul li {
	float: left;
	width: 19%;
	margin: 0 0.5%;
	min-height: 450px;
	position: relative;
}
.sb-box .sb-ul li .sb-p01 {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
.sb-box .sb-ul li .sb-p02 {
	line-height: 1.4 !important;
	font-size: 14px;
}
.sb-box .sb-ul li div {
	width: 86%;
	padding: 0 7%;
	padding-bottom: 20px;
	position: absolute;
}
.sb-box .sb-ul li:nth-child(1) {
	background-color: #fffae6;
}
.sb-box .sb-ul li:nth-child(2) {
	background-color: #fef5cc;
}
.sb-box .sb-ul li:nth-child(3) {
	background-color: #fff1b4;
}
.sb-box .sb-ul li:nth-child(4) {
	background-color: #ffeb9a;
}
.sb-box .sb-ul li:nth-child(5) {
	background-color: #ffe882;
}
.sb-box .sb-ul li:nth-child(1) div {
	top: 70%;
}
.sb-box .sb-ul li:nth-child(2) div {
	top: 60%;
}
.sb-box .sb-ul li:nth-child(3) div {
	top: 50%;
}
.sb-box .sb-ul li:nth-child(4) div {
	top: 40%;
}
.sb-box .sb-ul li:nth-child(5) div {
	top: 30%;
}
.sb-box02 {
	margin-top: 80px;
	text-align: center;
}

.sb-box02 .sb-box02-p00{
	text-align:left;
	font-size:13px;
	}
.sb-box02 .sb-box02-p01 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #000000;
	margin-bottom: 20px;
}
.sb-box02 .scroll-wrapper figure {
	min-width: 960px;
}

@media screen and (max-width:960px) {
.sb-box02 .scroll-wrapper {
	overflow-x: scroll;
	overflow-y: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 20px;
}
}

@media screen and (max-width:760px) {
/*----------------------------------------------------
	　　◆TOP
----------------------------------------------------*/

.top-zone01{
	margin-bottom:20px;
	}

.top-zone01 .top-p01 .top-p01-cate{
	display:block;
	}

.top-zone01 .top-p01 .top-p01-title{
	font-size:13px;
	}



/*----------------------------------------------------
	　　◆/work/
----------------------------------------------------*/


.work-zone01 li {
	width: 100%;
	margin: 0 auto;
	float: none;
	margin-bottom: 20px;
	padding: 10px 10px 20px;
}
/*----------------------------------------------------
	　　◆/talk/
----------------------------------------------------*/

.talk-box-img {
	border: 1px dotted #000000;
}
.talk-box {
	margin-bottom: 40px;
}
.talk-box-img {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.talk-box-txt {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.talk-box-txt p {
	font-size: 12px;
}
.talk-box-txt .talk-title {
	font-size: 14px;
}
.pink-box-wrapper {
	margin-top: 40px;
	max-width: 460px;
}
.pink-box-wrapper figure {
	text-align: center;
	float: none;
	width: 100% !important;
	margin: 0px auto;
}
.pink-box figure.rightVer {
	padding: 0;
	margin-top: 20px;
}
.talk02-box .talk02-f01 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.talk02-box .talk02-f02 {
	width: 100%;
	float: none;
}
.talk-table01 th, .talk-table01 td {
	font-size: 13px;
	text-align: left;
	padding: 0.5em 0.5em;
}
/*----------------------------------------------------
	　　◆/contact/
----------------------------------------------------*/

.contact-tit {
	margin: 30px auto 30px;
}
.form-wrapper table th, .form-wrapper table td {
	display: block;
	width: 100%;
}
.form-wrapper .check-ul li {
	width: 100%;
	float: none;
}
.form-wrapper input[type="text"], .form-wrapper textarea {
	font-size: 16px;
}
/*----------------------------------------------------
	　　/recruit-info/
----------------------------------------------------*/

.re-info-tit {
	margin-top: 40px;
}
.re-info-page {
	padding: 0 2px;
}
.re-info-table th, .re-info-table td {
	padding: 1em 0.3em;
}
.re-info-table th {
	font-size: 13px;
}
.re-info-table td {
	font-size: 12px;
}
/*----------------------------------------------------
	　　/number/
----------------------------------------------------*/


.num-wrapper-box .num-box.num-box01, .num-wrapper-box .num-box.num-box02, .num-wrapper-box .num-box.num-box03, .num-wrapper-box .num-box.num-box04, .num-wrapper-box .num-box.num-box05, .num-wrapper-box .num-box.num-box06 {
	width: 100% !important;
	float: none !important;
	margin: 0 auto 40px !important;
	padding: 0 !important;
}
.num-wrapper-box .num-box figure {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
/*----------------------------------------------------
	　　/news/
----------------------------------------------------*/


.news-zone .news-main-zone {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0 10px !important;
	border-left: none;
}
.news-zone .news-side-zone {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 10px;
}
.news-zone .news-side-year {
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	padding: 0.8em 0 0.8em 40px;
	border-bottom: 1px solid #FFFFFF;
}
.news-zone .news-side-year::before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.news-zone .news-side-month a {
	text-align: left;
	padding-left: 40px;
}
/*----------------------------------------------------
	　　/staff/
----------------------------------------------------*/

.staff-zone {
	padding: 0 10px 30px;
	overflow: hidden;
}
.staff-info-zone {
	padding: 0 !important;
	margin-bottom: 30px !important;
}
.staff-info-zone figure {
	padding: 0;
	border: none;
}
.staff-info-zone figure img {
	padding: 3px;
	box-sizing: border-box;
	border: 1px dotted #000000;
	margin: 0 auto 10px;
}
.staff-info-zone figcaption {
	position: static;
	width: 100%;
	padding: 10px 0;
}
.staff-info-zone .staff-info-p01 {
	font-size: 16px;
}
.staff-info-zone .staff-info-p03 {
	font-size: 13px;
}
.staff-box {
	margin-bottom: 40px;
}
.staff-box .staff-box-img {
	width: 100%;
	max-width: 550px;
	float: none !important;
	margin: 0 auto 10px
}
.staff-box .staff-box-img figure {
	border: 1px dotted #000000;
}
.staff-box .staff-box-txt {
	padding: 0 !important;
	position: static;
	width: 100%;
	float: none !important;
}
.staff-box .staff-p01 {
	font-size: 16px;
}
.staff-box .staff-p02 {
	font-size: 13px;
}
.staff-list li {
	width: 50%;
}
/*----------------------------------------------------
	　　◆/career/
----------------------------------------------------*/


.title-image-under {
	font-size: 13px;
}
.title-image-under.specialVer {
	margin-bottom: 30px;
}
.sb-box {
	padding-bottom: 0;
}
.sb-box:after {
	display: none;
}
/*.sb-box:after{
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #ffcd00;
    bottom: 0;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: skew(0deg, 0deg);
    width: 0;
	}

.sb-box:before{
	width:10px;
	height:calc(100% - 16px);
	content:"";
	position:absolute;
	right:10px;
	top:0;
	background-color:#ffcd00;
	}	*/

.sb-box .sb-arrow {
	display: none;
}
.sb-box .sb-ul li {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	min-height: 0 !important;
	position: relative;
}
.sb-box .sb-ul li:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #ffeb9a;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
}
.sb-box .sb-ul li:nth-child(1):after {
	border-top: 20px solid #fffae6;
}
.sb-box .sb-ul li:nth-child(2):after {
	border-top: 20px solid #fef5cc;
}
.sb-box .sb-ul li:nth-child(3):after {
	border-top: 20px solid #fff1b4;
}
.sb-box .sb-ul li:nth-child(4):after {
	border-top: 20px solid #ffeb9a;
}
.sb-box .sb-ul li:nth-child(5):after {
	display: none;
}
.sb-box .sb-ul li div {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	position: static;
}






}
