﻿@charset "utf-8";

/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.9;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:16px;
}

p,pre,blockquote,ul,ol,dl,dt,dd,hr,form,input {
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
 max-height: 100%;
}

li {
	list-style-type: none;
}
.sp {
	display: none !important;
}
.sp_inline {
	display:none !important;
}
/* font
----------------------------------------------------*/
.cap{
	font-size:12px;
}

/* link
----------------------------------------------------*/
a:link {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color: #000;
	text-decoration:none;
}

/* rollover
----------------------------------------------------*/
img.hov {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
}
a:hover img.hov {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}



/* ---------------------------------------------
	margin 
--------------------------------------------- */


.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt12 { margin-top: 12px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}
.mt55 { margin-top: 55px !important;}
.mt70 { margin-top: 70px !important;}
.mt120 { margin-top: 120px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr12 { margin-right: 12px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}
.mr55 { margin-right: 55px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb08 { margin-bottom:  8px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb55 { margin-bottom: 55px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb65 { margin-bottom: 65px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb95 { margin-bottom: 95px !important;}
.mb110 { margin-bottom: 110px !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml12 { margin-left: 12px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml30 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}
.ml55 { margin-left: 55px !important;}


/* ---------------------------------------------
	padding 
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt07 { padding-top:  7px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}
.pt55 { padding-top: 55px !important;}
.pt70 { padding-top: 70px !important;}


.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr12 { padding-right: 12px !important;}
.pr15 { padding-right: 15px !important;}
.pr18 { padding-right: 18px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}
.pr55 { padding-right: 55px !important;}


.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb07 { padding-bottom:  7px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !important;}
.pb13 { padding-bottom: 13px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb18 { padding-bottom: 18px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}
.pb55 { padding-bottom: 55px !important;}
.pb60 { padding-bottom: 60px !important;}
.pb65 { padding-bottom: 65px !important;}


.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl14 { padding-left: 14px !important;}
.pl15 { padding-left: 15px !important;}
.pl18 { padding-left: 18px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl35 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}
.pl55 { padding-left: 55px !important;}
.pl60 { padding-left: 60px !important;}
.pl75 { padding-left: 75px !important;}




/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* document
----------------------------------------------------*/
#document {
	width: 1000px;
	margin: 0 auto;
 position: relative;
}

/* header
----------------------------------------------------*/
#header {
}

p.menu {
 position: absolute;
 right: 0;
 top: 0;
 z-index: 62;
 width: 110px;
 height: 103px;
 text-align: center;
 cursor: pointer;
}

.menu-trigger,
.menu-trigger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 26px;
	height: 22px;
 margin-top: 47px;
}
.menu-trigger span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 4px;
 background-color: #000;
 border-radius: 2px;
 -webkit-border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
 top: 0;
}
.menu-trigger span:nth-of-type(2) {
 top: 9px;
}
.menu-trigger span:nth-of-type(3) {
 bottom: 0;
}
.menu.active .menu-trigger span:nth-of-type(1) {
 -webkit-transform: translateY(9px) rotate(-45deg);
 transform: translateY(9px) rotate(-45deg);
}
.menu.active .menu-trigger span:nth-of-type(2) {
 opacity: 0;
}
.menu.active .menu-trigger span:nth-of-type(3) {
 -webkit-transform: translateY(-9px) rotate(45deg);
 transform: translateY(-9px) rotate(45deg);
}

#logo {
 float: left;
 width: 200px;
}
#logo a {
 line-height: 120px;
 text-align: center;
 display: block;
}
#title {
 float: left;
}
#title a {
 line-height: 120px;
 text-align: center;
 display: block;
}
#gmenu {
 float: right;
 margin: 42px 110px 0 0;
}
#gmenu li {
 float: left;
 width: 100px;
}
#gmenu li a {
 display: block;
 line-height: 30px;
 text-align: center;
}
#gmenu li img {
 height: 12px;
}
#menu {
 position: absolute;
 left: 50%;
 top: 120px;
 width: 800px;
 height: 435px;
 margin: 0 0 0 -400px;
 z-index: 57;
 display: none;
}
.top_menu {
 position: relative;
 width: 800px;
 height: 435px;
 margin: 0 auto;
}
#menu_bg {
 background: rgba(255,255,255,0.70);
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 100vh;
 z-index: 56;
 display: none;
}
#menu li,
#menu p,
.top_menu li,
.top_menu p {
 position: absolute;
}
.menu01 {
 left: 0;
 top: 110px;
}
.menu02 {
 left: 0;
 bottom: 10px;
}
.menu03 {
 left: 130px;
 top: 180px;
}
.menu04 {
 left: 217px;
 top: 60px;
}
.menu05 {
 left: 340px;
 top: 40px;
}
.menu06 {
 left: 355px;
 bottom: 0;
}
.menu07 {
 right: 130px;
 top: 0;
}
.menu08 {
 right: 100px;
 top: 150px;
}
.menu09 {
 right: 125px;
 bottom: 0;
}
.menu10 {
 right: 0;
 top: 30px;
}
.icon01 {
 left: 135px;
 bottom: 15px;
}
.icon02 {
 right: 90px;
 bottom: 107px;
}
.icon03 {
 left: 125px;
 top: 65px;
}

/* item
----------------------------------------------------*/
#item {
 width: 900px;
 margin: 0 auto;
}



/* footer
----------------------------------------------------*/
#footer {
 background-color: #FFF100;
 padding: 60px 0;
 margin: 60px 0 0 0;
}
#footer.blue {
 background-color: #00AFDD;
}
#footer.pink {
 background-color: #EF889C;
}
.footer_link {
 width: 750px;
 margin: 0 auto;
 display: flex;
 border-bottom: 1px solid #231815;
 padding-bottom: 60px;
 margin-bottom: 60px;
}
.footer_link li:nth-child(1) {
 background: url("../images/footer_link.svg") no-repeat 0 center;
}
.footer_link li {
 width: 33.333%;
}
.footer_link a {
 display: flex;
 align-items: center;
 text-decoration: none;
 justify-content: center;
 height: 180px;
 background: url("../images/footer_link.svg") no-repeat right center;
}
p.contact {
 text-align: center;
 margin: 60px auto;
 max-width: 750px;
}
p.contact a {
 display: block;
 line-height: 180px;
}
p.copy {
 text-align: center;
 background-color: #898989;
 color: #FFF;
 padding: 35px 0 30px 0;
 font-size: 18px;
 font-weight: bold;
}


/* works
----------------------------------------------------*/
.works_list {
 display: flex;
 flex-wrap: wrap;
 max-width: 750px;
 margin: 0 auto;
}
.works_list li {
 width: 375px;
 position: relative;
}
.works_list li a {
 display: flex;
 width: 375px;
 height: 350px;
 align-items: center;
 text-decoration: none;
 justify-content: center;
 -webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
 padding: 20px;
 box-sizing: border-box;
}
.works_list li a:hover {
 background: rgba(210,210,210,0.7);
}
.works_img {
 width: 375px;
 height: 350px;
 position: absolute;
 left: 0;
 top: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: -1;
 box-sizing: border-box;
 padding: 30px;
}
.works_list li a span {
 opacity: 0;
 -webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
 font-size: 15px;
}
.works_list li a span strong {
 font-size: 25px;
 display: block;
}
.works_list li a:hover span {
 opacity: 1;
}

.side_title {
 position: absolute;
 right: 42px;
 top: 220px;
}


/*2025-12-21*/
@media (max-width: 767px) {
	.bx-viewport{
	  /*height: auto !important;*/
	  pointer-events: none;
	}

	.slider_area ul{
	 max-width: 100%!important;
	}
	.bx-controls-direction{
		display: none;
		
	}
}

.slider li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider img {
  width: 100%;
  /*width: 100%;*/
  height: auto;
  /*height: 90vh !important;*/
  object-fit: cover;
}



.slider_area {
 position: relative;
}
.slider_area .bx-wrapper {
 /*max-width: 440px;*/
 max-width: 100%;
 margin: 0 auto;
}
.slider_area .bx-wrapper img {
 /*max-height: 370px;*/
 max-height: 100%;
 max-height: auto;
}
.slider_area .bx-wrapper li {
 display: flex;
 align-items: center;
 justify-content: center;
 /*height: 370px;*/
 height: 100%;
 text-align: center;
}
div.slider_area .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
 width: 60px;
	height: 60px;
	text-indent: -9999px;
 z-index: 54;
 margin-top: -30px;
}
div.slider_area .bx-wrapper .bx-prev {
	left: 0;
	background:url("../../images/works/left.svg") no-repeat 0 center;
}
div.slider_area .bx-wrapper .bx-next {
	right: 0;
	background:url("../../images/works/right.svg") no-repeat right center;
}

.project_details {
 display: flex;
 justify-content: space-between;
 margin: 120px 0 0 0;
}
.project_txtarea {
 max-width: 400px;
}
.project_txtarea .client {
 font-size: 12px;
}
.project_txtarea .project_name {
 font-size: 20px;
 font-weight: bold;
}
.project_txtarea .project_txt {
 font-size: 12px;
 line-height: 2;
}
.project_member ul {
 display: flex;
}
.project_member ul li {
 width: 46px;
 height: 46px;
 text-align: center;
 border-radius: 23px;
 overflow: hidden;
 margin: 7px;
}
.project_member ul li img {
 width: 100%;
}
.works_title {
 margin: 90px 0 60px 0;
}

/* company
----------------------------------------------------*/
.company {
 width: 650px;
 margin: 0 auto;
}
.title01 {
 text-align: center;
 margin: 120px 0 60px 0;
}
.title01.first {
 text-align: center;
 margin: 60px 0;
}
.title02 {
 text-align: center;
 margin: 0 0 30px 0;
}
.read {
 text-align: center;
 font-size: 20px;
 line-height: 2;
 margin: 60px 0;
}
div.fun .bx-wrapper {
	position:relative;
}
div.fun .bx-viewport {
 padding-bottom: 60px;
}
div.fun .bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: -9px;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
 z-index: 54;
 margin-top: -12px;
}
div.fun .bx-wrapper .bx-prev {
	left: 37%;
	background:url("../../images/company/left01.svg") no-repeat center center;
}
div.fun .bx-wrapper .bx-next {
	right: 37%;
	background:url("../../images/company/right01.svg") no-repeat center center;
}
div.fun .bx-wrapper .bx-pager {
	text-align: center;
 z-index: 56;
 line-height: 7px;
}
div.fun .bx-wrapper .bx-pager .bx-pager-item,
div.fun .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align:middle;
 
}
div.fun .bx-wrapper .bx-pager.bx-default-pager a {
	background:#000;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 7px;
 border-radius: 7px;
}
div.fun .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#999;
}
ul.solution {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 max-width: 900px;
 margin: 0 auto;
}
ul.solution a {
 display: block;
 padding: 37px;
}
.more {
 text-align: center;
 margin: 60px 0;
}
.company_table th {
 text-align: left;
 font-weight: normal;
 white-space: nowrap;
 padding: 3px 10px 3px 0;
 vertical-align: top;
}
.company_table td {
 padding: 3px 10px;
}
.map {
 position: relative;
}
.map a {
 display: flex;
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 text-align: center;
 align-content: center;
 justify-content: center;
}
.map a img {
 vertical-align: middle;
}
.address {
 text-align: center;
 margin: 10px 0 50px 0;
 line-height: 2;
}



/* privacy
----------------------------------------------------*/
.privacy_title01 {
 font-size: 14px;
 margin: 30px 0;
}
.privacy_title02 {
 font-size: 14px;
 margin: 30px 0 0 0;
 font-weight: normal;
}
.privacy_txt01 {
 margin: 30px 0;
 line-height: 2;
}
.privacy_txt02 {
 margin: 30px 0 30px 35px;
 line-height: 2;
}
.privacy_txt03 {
 margin: 0 0 30px 0;
 line-height: 2;
}
.privacy_txt03 dt {
 float:left;
 clear:left;
 width:105px;
}
.privacy_txt03 dd {
 float:left;
}


/* recruit
----------------------------------------------------*/
.recruit_main {
 margin-bottom: 60px;
}
.recruit_main img {
 width: 100%;
}
.recruit_txt {
 text-align: center;
 margin-bottom: 20px;
}
.recruit_list {
 display: flex;
 justify-content: space-between;
 text-align: center;
 margin: 90px 0 0 0;
}
.recruit_list li {
 width: 220px;
}
.recruit_list h2 {
 font-size: 20px;
 margin-bottom: 10px;
}
.recruit_btn {
 margin: 30px 0 0 0;
}


/* contact
----------------------------------------------------*/

div.contact {
 max-width: 650px;
 margin: 0 auto;
}
.conatct01 {
 text-align: center;
 font-size: 20px;
 margin: 60px 0 40px 0;
}
.conatct02 {
 text-align: center;
 font-size: 16px;
}
.conatct02 span {
 display: inline-block;
 letter-spacing: normal;
 margin: 0 20px;
 font-size: 15px;
}
.conatct03 {
 width: 225px;
 margin: 60px auto;
 text-align: center;
 font-size: 15px;
}
.conatct03 a {
 display: block;
 text-decoration: none;
 color: #000;
 background-color: #FFF100;
 font-weight: bold;
 line-height: 30px;
 border-radius: 15px;
 position: relative;
 padding: 0 7px 0 0;
 transition: all 0.2s linear;
}
.conatct03 a::before{
 box-sizing: border-box;
 width: 6px;
 height: 6px;
 border: 6px solid transparent;
 border-left: 10px solid #000;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 5px;
 margin: auto;
 content: "";
 vertical-align: middle;
 transition: all 0.2s linear;
}
.conatct03 a:hover {
 color: #FFF;
 background-color: #000;
}
.conatct03 a:hover::before{
 border-left: 10px solid #FFF;
}
.conatct05 {
 font-size: 18px;
 margin: 20px 0 0 0;
}
.conatct06 input {
 line-height: 50px;
 border: 1px solid #CCC;
 border-radius: 6px;
 width: 100%;
 font-size: 16px;
 box-sizing: border-box;
 padding: 0 10px;
 font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.conatct07 textarea {
 border: 1px solid #CCC;
 border-radius: 6px;
 width: 100%;
 font-size: 16px;
 box-sizing: border-box;
 padding: 10px;
 height: 210px;
 font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.submit {
 width: 116px;
 margin: 60px auto;
 position: relative;
 line-height: 0;
}
.submit input {
 color: #000;
 background-color: #FFF100;
 font-weight: bold;
 line-height: 30px;
 border-radius: 15px;
 cursor: pointer;
 padding: 0 7px 0 0;
 transition: all 0.2s linear;
 font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
 width: 116px;
 font-size: 15px;
 border: none;
}
.submit::before{
 box-sizing: border-box;
 width: 6px;
 height: 6px;
 border: 6px solid transparent;
 border-left: 10px solid #000;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 7px;
 margin: auto;
 content: "";
 vertical-align: middle;
 transition: all 0.2s linear;
}
.submit input:hover {
 color: #FFF;
 background-color: #000;
}
.submit:hover::before{
 border-left: 10px solid #FFF;
}

.wpcf7-not-valid {
 background-color: #fbd9dc;
}
.wpcf7-not-valid-tip {
 color: #CC0000;
 display: block;
 margin: 5px 0 0 0;
}
.wpcf7-validation-errors {
 text-align: center;
 color: #CC0000;
 font-size: 15px;
}

.mw_wp_form_preview .conatct03,
.mw_wp_form_preview .conatct04 {
 display: none;
}
.mw_wp_form_preview .submit_area {
 display: flex;
 justify-content: center;
 margin: 60px 0;
}
.mw_wp_form_preview .submit {
 margin: 0 20px;
}
.mw_wp_form_preview input.back {
 color: #000;
 background-color: #DDD;
 font-weight: bold;
 line-height: 30px;
 border-radius: 15px;
 cursor: pointer;
 transition: all 0.2s linear;
 font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
 width: 116px;
 font-size: 15px;
 border: none;
}
.mw_wp_form_preview input.back:hover {
 color: #FFF;
 background-color: #000;
}

.thx {
 position: fixed;
 background: rgba(255,255,255,0.7);
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
}
.thx p {
 text-align: center;
 padding-top: 100px;
}
body.thx_fix {
 overflow: hidden;
}

/* staff
----------------------------------------------------*/
.staff_slider_area {
 max-width: 900px;
 margin: 0 auto;
}
.staff_list {
 display: flex;
 flex-wrap: wrap;
}
.staff_list li {
 width: 25%;
 text-align: center;
 margin-bottom: 70px;
}
.staff_list li a {
 display: block;
 text-decoration: none;
}
.staff_list li .staff_list_img {
 width: 140px;
 height: 140px;
 margin: 0 auto;
 border-radius: 70px;
 overflow: hidden;
}
.staff_list li .staff_list_name {
 font-size: 15px;
 line-height: 1.3;
 font-weight: bold;
 margin: 3px 0 5px 0;
}
.staff_list li .staff_list_name span {
 font-size: 10px;
 display: block;
}
div.staff_slider_area .bx-wrapper .bx-controls-direction a {
 position: absolute;
 top: 0;
 outline: 0;
 width: 30px;
 height: 30px;
 text-indent: -9999px;
 z-index: 54;
}
.staff_slider_area .bx-controls {
 max-width: 700px;
 margin: 0 auto;
 position: relative;
}
div.staff_slider_area .bx-wrapper .bx-prev {
	left: 30%;
	background:url("../../images/staff/left.svg") no-repeat center center;
}
div.staff_slider_area .bx-wrapper .bx-next {
	right: 30%;
	background:url("../../images/staff/right.svg") no-repeat center center;
}
div.staff_slider_area .bx-pager {
 text-align: center;
}
div.staff_slider_area .bx-pager-item {
 display: inline-block;
 width: 30px;
 height: 30px;
}
div.staff_slider_area .bx-pager a {
 text-decoration: none;
 width: 30px;
 height: 30px;
 line-height: 30px;
 font-size: 16px;
 font-weight: bold;
 color: #9FA0A0;
 display: block;
}
div.staff_slider_area .bx-pager a.active {
 color: #000;
}

.staff_details {
 max-width: 600px;
 margin: 60px auto;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.staff_details_photo {
 width: 250px;
 border-radius: 125px;
 overflow: hidden;
 max-height: 250px;
}
.staff_details_photo img {
 max-width: 250px;
 max-height: 250px;
}
.staff_details_txt {
 width: 300px;
}
.staff_details_name {
 font-size: 20px;
 font-weight: bold;
 line-height: 1.4;
 margin-bottom: 5px;
}
.staff_details_name span {
 display: block;
 font-size: 12px;
}
.staff_details_txt2 p {
 margin-bottom: 10px;
}
.staff_details_btn {
 margin: 30px 0 10px 0;
 max-width: 200px;
 text-align: center;
 font-size: 15px;
}
.staff_details_btn a {
 display: block;
 text-decoration: none;
 color: #000;
 background-color: #EF889C;
 font-weight: bold;
 line-height: 30px;
 border-radius: 15px;
 position: relative;
 padding: 0 7px 0 0;
 transition: all 0.2s linear;
}
.staff_details_btn a::before{
 box-sizing: border-box;
 width: 6px;
 height: 6px;
 border: 6px solid transparent;
 border-left: 10px solid #000;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 10px;
 margin: auto;
 content: "";
 vertical-align: middle;
 transition: all 0.2s linear;
}
.staff_details_btn a:hover {
 color: #FFF;
 background-color: #000;
}
.staff_details_btn a:hover::before{
 border-left: 10px solid #FFF;
}
.staff_details_sns {
 letter-spacing: -.4em;
}
.staff_details_sns li {
 letter-spacing: normal;
 margin: 0 10px 0 0;
 display: inline-block;
}
.staff_details_back {
 margin-bottom: 10px;
 max-width: 200px;
 text-align: center;
 font-size: 15px;
 margin: 80px auto 60px auto;
}
.staff_details_back a {
 display: block;
 text-decoration: none;
 color: #000;
 background-color: #CCC;
 font-weight: bold;
 line-height: 30px;
 border-radius: 15px;
 position: relative;
 padding: 0 0 0 7px;
 transition: all 0.2s linear;
}
.staff_details_back a::before{
 box-sizing: border-box;
 width: 6px;
 height: 6px;
 border: 6px solid transparent;
 border-right: 10px solid #000;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 10px;
 margin: auto;
 content: "";
 vertical-align: middle;
 transition: all 0.2s linear;
}
.staff_details_back a:hover {
 color: #FFF;
 background-color: #000;
}
.staff_details_back a:hover::before{
 border-right: 10px solid #FFF;
}
.project_member_cat {
 display: none;
}

.not {
 text-align: center;
 margin: 100px 0;
}



