@charset "utf-8";
/* ご挨拶 */
/* グローバル　アクティブ */
#wrap {
/* background: #ffffff; */
}
h2 {
  background-image: url(../guide/img/tit_guide01.jpg);
  background-size: cover;
  background-position-x:  100%;
}
.conBox > h4.guiSonotaStaff.sTit {
	background-color:#6cc3a1;
	color:#FFF;
	padding-left:1em;
	margin-top:1em;
}

@media screen and (min-width: 1200px) {
.gNav li:nth-child(1) > a{
border-bottom: solid 3px #30adb5;
}
}

.conBox2{

  padding-top: 40px;
  /*! padding-bottom: 50px; */
}
.greBrand {
margin-bottom: 40px;
text-align: center;
}
.conBox .greSection {
margin-top: 100px;
}
.conBox .mt0 {
margin-top: 0px;
}
.greSection + .greSection {
margin-top: 50px;
}

.greBtn {
  margin: 70px auto 0;
  text-align: center;
}
.greBtnBtn {

  width: 193px;
  height: 50px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 1rem;
  position: relative;
  color: #30adb5;
}
.greBtnBtn:hover {
/*   opacity: .5; */
}
.greBtnBtn a:hover {
  opacity: 1;
}

.greBtnBtn>a {
  color: #30adb5;
  width: 100%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  font-weight: bold;
  border: solid 2px #30adb5; 
}
.greBtnBtn>a:hover {
  color: #ffffff;
  background: -webkit-linear-gradient(225deg, #6cc3a1, #83d0c5);
  background: -o-linear-gradient(225deg, #6cc3a1, #83d0c5);
  background: linear-gradient(-135deg, #6cc3a1, #83d0c5);
  border: solid 2px #ffffff; 
}

.greSection h4 {
margin-bottom: 20px;
}
.greSection h4.sTit{
  position: relative;
  margin-left: 1.4rem;
  letter-spacing: initial;
  font-size: 1.125rem;
  margin-bottom: 15px;
  color: #565656;
  font-family:"Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;;
  font-weight: bold;
}
.greSection h4.sTit:before{
content: "";
 display: block;
  background: #6cc3a1;
width: 1rem;
height: 1rem;
  position: absolute;
  top: 0px;
  left: -1.4rem;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
}

.conBox>div,.conBox>h4,.conBox>p ,.conBox>section {
 margin: 0px auto;
 max-width: 1100px;
box-sizing:   border-box;
width: 100%;
}
.conBox2>section.greSection{
  width: 90%;
  max-width: 980px;
  margin: 100px auto 50px;
  background: #ffffff;
  position: relative;
  padding: 70px 40px 20px;
  clear: both;
}
.conBox2>section.greSection .ssTit{
  width: 250px;
  max-width: 980px;
  margin: 0px auto;
  background: #6cc3a1;
  position: absolute;
  top: -30px;
  /*! left: 15px; */
  text-align: center;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  font-size: 1.375rem;
  font-weight: bolder;
  letter-spacing: .3rem;
}
.conBox2 h4 {
letter-spacing: .7rem;
}
.conBox2 div,.conBox2 h4,.conBox2 p {
 margin: 0px auto 30px;
 max-width: 1100px;
box-sizing:   border-box;
width: 100%;
}

.greKyouju .photo p{
display: block;
  
margin-bottom: 0px;
margin-top: 5px;
font-size: 10px;
}
.greKyouju .photo div{
  font-size: .875rem;
}
.greKyouju .photo div span{
background: #6cc3a1;
display: inline-block;
border-radius: 20px;
  color: #ffffff;
  padding: 0px 10px;
  margin-right: 10px;
}

.greSSTit {
font-size: 114%;
font-weight: bold;
margin-bottom: 5px;
}
.greSection .txt {
margin-bottom: 50px;
}
.greList {
text-indent: -1.5em;
padding-left: 1.5em;
}
.greList li {
margin-bottom: 5px;
}
.grePh {
border: solid 2px #cccccc;
}
/* PC ------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
.greTxt {
/*! float: left; */ /*
max-width: calc(100% - 410px);
max-width: -webkit-calc(100% - 410px); */
}
.greKyouju .photo{
float: left;  
clear: both;
margin: 0 30px 20px 20px;
width: 250px;
text-align: center;
}
.greKyouju .photo img{
width: 250px;
}
.conBox2 .guiTxt {
float: right;
width: 70%;
}
.conBox {
 margin: 0px auto;
 padding: 85px 4.5%;
}
  
.conBox .staff02{
margin-top:100px; 
vertical-align: top;
}
  .greTxt .photo2space{
/*! height: 15rem; */
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
width: 100%;
  }
.greTxt .photo2space{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
width: 100%;

}.greTxt .photo2space p{
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.greTxt .photo2{
/*! float: right; */  
/*! clear: both; */
  margin: 1rem  0 0 1rem;
width: 290px;
min-width: 290px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.greTxt .photo2 img{
width: 100%;
max-width: 290px;
}
.grePh {
float: right;
border: solid 2px #cccccc;
}
.grePhList li {
float: left;
width: 48%;
}
.grePhList li + li {
margin-left: 3%;
}
.grePhList li img {
width: 100%;
height: auto;
}

  
}

/* スマートフォン ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
.greKyouju .photo {
 margin: 1rem  0 1rem 0;
/* width: 330px; */
text-align: center;
}
.greKyouju .photo img {
width: 100%;
}
.greBrand {
margin-bottom: 20px;
}
.greBrand img {
width: 100%;
height: auto;
}
.greSection h4 {
margin-bottom: 15px;
}
.grePh img {
width: 100%;
height: auto;
}
.grePhList li + li {
margin-top: 15px;
}
  
  .greTxt .photo2space{
/*! float: right; */  
/*! height: 6rem; */
  }
.greTxt .photo2{
  margin: 1rem auto 1rem;
display: block;
  text-align: center;
}  
  .greTxt .photo2 img{
  width: 100%;
}  
}
















/* スタッフ紹介 */

/* 共通 ------------------------------------------------------------------------- */
/* グローバル　アクティブ */
@media screen and (min-width: 920px) {

.gNav li:nth-child(1) > a img {
background-color: transparent;
visibility: hidden;
}
}

.staCont {
/*! border: 2px solid #cccccc; */
padding: 5px 20px 20px 30px;
} 
.staConName {
/*! border-bottom: 1px solid #cccccc; */
font-size: 169%;
font-weight: bold;
padding-right: 20px;
margin-bottom: 20px;
}
.staConSubName:after {
content: attr(data-en);
color: #a7a7a7;
font-size: 59%;
float: right;
padding-top: 10px;
}
.staConPosition {
font-size: 107%;
margin-bottom: 35px;
}
.staConItem {
margin-bottom: 10px;
}
.staConItem dt {
font-size: 123%;
font-weight: bold;
margin-bottom: 10px;
width: 5rem;
text-align: right;
margin-right: 0.2rem;
min-width: 5rem;
}
.staConItem dd {
font-size: .875rem;
line-height: 1.7;
text-align: -moz-left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.staCont02 .staConName {
font-size: 1.375rem;
margin-bottom: 20px;
margin-right: -20px;
position: absolute;
top: -50px;
/*! left: 20px; */
text-indent: 15px;
}
.staCont02 .staConName:before {
content: "";
display: block;
position: absolute;
width: 10px;
height: 1.6rem;
background: #6ac4a1;
  left: -10;
  top:5px;
    
}
.staCont02 .staConJob {
font-size: 1rem;
margin-right: -20px;
position: absolute;
top: -25px;
left: -15px;
color :#aaaaaa;
width: 145%;
color: #6ac4a1;
}
.staCont02 .staConName:after {
padding-top: 6px;
}
.staCont02 .staConItem dt {
margin-bottom: 5px;
}


.staCont03 .staConName {
font-size: 1.5rem;
margin-bottom: 20px;
margin-right: -20px;
position: absolute;
top: 48px;
/*! left: 20px; */
text-indent: 19px;
}
.staCont03 .staConName:before {
content: "";
display: block;
position: absolute;
width: 10px;
height: 1.6rem;
background: #6ac4a1;
  left: -10;
  top:0px;
    
}
.staCont03:nth-of-type(6) {
/*opacity: 0;*/
/* display: none; */ 
}
.staCont03:nth-of-type(9) {
opacity: 0;
/* display: none; */ 
}
.staCont03 .staConJob {
font-size: .9rem;
margin-right: -20px;
position: absolute;
top: -30px;
left: -18px;
color :#6ac4a1;
}
.staCont03 .staConName:after {
padding-top: 6px;
}
.staCont03 .staConItem dt {
margin-bottom: 5px;
}

.staConTxtArea .staConItem {
width: 100%;
/*! margin-right: 4%; */
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}
.staConItem dt.staConIteFrom {
background: #aaaaaa;
  margin: 10px 0;
  color: #ffffff;
  width: 70px;
  text-align: center;
}
.staConItemHalf {
/*! display: -webkit-flex; */
/*! display: -moz-flex; */
/*! display: -ms-flex; */
/*! display: -o-flex; */
/*!   display: -webkit-box; /*Android4.3*/
  /*display: -moz-box;*/    /*Firefox21*/
  /*display: -ms-flexbox;*/ /*IE10*/
  /*display: -webkit-flex;*/ /*PC-Safari,iOS8.4*/
  /*display: flex; */
}

.staCont03 .staConName {
font-size: 125%;
margin-bottom: 10px;
position: relative;
}
.staCont03 .staConName:after {
padding-top: 6px;
}
.staCont03 .staConItem dt {
margin-bottom: 5px;
}




/* PC ------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
.staCont {
margin-bottom: 50px;
}
.staConCtr {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
position: relative;
top: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
width: 100%;
}
  
.staff03 .staConCtr {
display: block;
top: 0px;
}
.staff03 .staConTxtArea {
 
}

.staff03 .staConName{
    
}

.staConTxtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
min-width: 260px;
}
.staConPh {
margin-right: 15px;
margin-bottom: 30px;
}
.staConName {
padding-bottom: 12px;
margin-right: -20px;
}
.staConItem dd + dt {
margin-top: 30px;
}

/* 教授用 */
.staConCtr .staConItem {
/*!  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; */
}

/* 2カラム、3カラム用 */

.staff03 {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
/*! vertical-align: top; */
 /*! -webkit-box-align: start; */
vertical-align: top;
}
/* 2カラム、3カラム用 */
.staff02,
.staff03 {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
/*! vertical-align: top; */
 /*! -webkit-box-align: start; */
}
.staff02 .staCont02{
display: inline-block;
}
.conBox2 .staff02{
    margin-top:100px; 
  }
.staCont02 {
box-sizing: border-box;
width: 48%;
}
.staCont.staCont02 {
margin-bottom: 0px;
/*position: relative;
top: 40px;*/
padding-bottom: 120px;
border-bottom: solid 1px #dcdcdc;
margin-right: 0;
margin-left: 0;
box-sizing: border-box;
width: 47%;
display: inline-block;
vertical-align: top;
}
.staCont.staCont02:nth-of-type(odd) {
  border-right: solid 1px #dcdcdc;
  }
.staCont.staCont02:nth-last-of-type(-n+2) {
  border-bottom: 0px;
  }
.staCont02 .staConItem dd + dt {
margin-top: 15px;
}

.staCont03 {
box-sizing: border-box;
width: 33%;
min-width: 310px;
}
.staCont.staCont03 {
margin-bottom: 0px;
/*position: relative;
top: 40px;*/
padding-bottom: 50px;
border: solid 1px #dcdcdc;
margin-right: 0;
margin-left: 0;
box-sizing: border-box;
height: 120px;
padding-top: 10px;
display: inline-block;
vertical-align: top;
}
.staCont.staCont03:nth-of-type(3n-1){
margin-left: -1px;
}
.staCont.staCont03:nth-of-type(3n){
margin-left: -1px;
}
.staCont.staCont03:nth-of-type(n+4){
margin-top: -1px;
/* background: #dddddd; */
}
.staCont.staCont03:nth-of-type(odd) {
  border-right: solid 1px #dcdcdc;
  }
.staCont03 .staConItem dd + dt {
margin-top: 15px;
}
}


/* スマートフォン ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  
.staCont {
display: block;
margin-bottom: 30px;
padding: 5px 0 20px 0;
  box-sizing: border-box;
}
.staCont02 .staConName {
font-size: 1.375rem;
margin-bottom: 20px;
margin-right: 0px;
  margin-top: 40px;
position: relative;
top: 0px;
text-indent: 15px;
  width: 100%;
  text-align: left;
}
.staCont02 .staConJob {
font-size: 1rem;
margin-right: -20px;
position: relative;
/*! top: -25px; */
left: 5px;
color :#aaaaaa;
width: 100%;
color: #6ac4a1;
display: block;
}
.staCont02 .staConName:before {
content: "";
display: block;
position: absolute;
width: 10px;
height: 1.6rem;
background: #6ac4a1;
  left: -10;
  top:-25px;
    
}
/*.staCont03:nth-of-type(6) {
display: none; 
}*/
.staCont03:nth-of-type(9) {
display: none; 
}
.staConPh {
text-align: center;
margin-bottom: 20px;
}
.staConPh img {
width: 80%;
max-width: 400px;
height: auto;
margin-bottom: 20px;
}
.staConName {
padding-bottom: 8px;
}
.staConItem dd + dt {
margin-top: 15px;
}
.staConItem .staConIteFrom {
display: inline-block;
}
  
.staEmpty {
display: none;
}
.conBox2>section.greSection .ssTit{
  width: 250px;
  max-width: 980px;
  margin: 0px auto;
  background: #6cc3a1;
  top: -20px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-size: 1.25rem;
  letter-spacing: .3rem;
}
.conBox2 h4 {
letter-spacing: initial;
margin: 10px auto;
}
.conBox2>section.greSection{
  width: 95%;
  max-width: 980px;
  margin: 100px auto 50px;
  background: #ffffff;
  position: relative;
  padding: 40px 5% 20px;
  box-sizing: border-box;
}  
}
