@charset "UTF-8";

.ja .bold, .ja.bold {
    font-family: "游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W1","Hiragino Kaku Gothic ProN W1","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
    font-weight: 600;
}
.mrg-15T {
  margin-top: 15px;
}
.FullWidth {
  width: 100%;
}
.ClearBoth {
  clear: both;
}
/*------------------------------------------------------------
staff pagetop
------------------------------------------------------------*/
.pagetop {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background-color: #000000;
}
.pagetop img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.6;
  width: 100%;
  max-width: 100%;
  /* max-width: 150%; */
  /* top: 50%; */
  /* left: 50%;
  transform: translate(-50%, -50%); */
  /* opacity: 0.7; */
}
.pagetop_lead {
  /* height: 100%; */
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  /* padding: 2rem 0 2rem 1rem; */
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  letter-spacing: 0.2rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.pagetop_lead h1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}
.pagetop_lead_box {
  /* margin-top: 2.5rem; */
  line-height: 1.4;
  font-size: 20px;
}

@media screen and (min-width: 400px) {
  .pagetop {
    height: 260px;
  }
}
@media screen and (min-width: 500px) {
  .pagetop {
    height: 330px;
  }
}
@media screen and (min-width: 768px) {
  .pagetop {
    height: 500px;
  }
  .pagetop img {
    max-width: 100%;
    bottom: 0;
  }
  .pagetop_lead {
    font-size: 16px;
    /* padding: 3rem 0 3rem 5rem; */
    /* width: 50%; */
  }
  .pagetop_lead h1 {
    font-size: 16px;
  }
  .pagetop_lead_box {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .pagetop_lead {
    /* width: 40%; */
  }
}
@media screen and (min-width: 1200px) {
  .pagetop_lead {
    /* width: 25%; */
  }
}
/*------------------------------------------------------------
staff thumbnail
------------------------------------------------------------*/
.thumbnaile_box {
  font-size: 11px;
  color: #808080;
  margin-top: 8rem;
}
.thumb_one {
  margin-bottom: 5rem;
}
.profile_box {
  text-decoration: none;
}
.profile_box .message {
  height: 60px;
  display: block;
  overflow: auto;
}
.profile_box .name {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 2rem;
}
.profile_box .namesub {
  display: block;
}
.profile_box .jobclass {
  display: block;
}
.profile_img {
  position: relative;
}
.profile_img::after {
  position: absolute;
  content: '';
  background-color: #3e3e3e;
  background-image: url(../img/imageDot.png);
  background-repeat: repeat;
  background-size: 2px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profile_img.lazy-active::after {
  background-image: none;
  background-color: transparent;
}
.thumb_one a .profile_img::after ,
.thumb_one a .profile_box {
  transition: all 0.3s;
}
.thumb_one a .profile_img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: grayscale(100%);
  transition: all 0.3s;
}
.thumb_one a:hover .profile_img img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=0);
  filter: grayscale(0);
}
/* .thumb_one a .profile_img img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter:progid:DXImageTransform.Microsoft.BasicImage(GrayScale=0);
  filter: grayscale(0);
  transition: all 0.3s;
}
.thumb_one a:hover .profile_img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(GrayScale=1);
  filter: grayscale(100%);
} */
.thumb_one a:hover .profile_img::after {
  position: absolute;
  content: '';
}
.thumb_one a:hover .profile_box {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .thumb_one {
    padding-right: 0;
    margin-bottom: 8rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .profile_img::after {
    opacity: 0;
    background-image: none;
  }
  .thumb_one a .profile_img {
    background-color: #000000;
  }
  .thumb_one a .profile_img img {
    transition: all 0.3s;
    opacity: 0.5;
  }
  .thumb_one a:hover .profile_img img {
    opacity: 1;
    /* opacity: 0.5; */
  }
}

/*------------------------------------------------------------
staff page
------------------------------------------------------------*/
.staff_pagetop {

}
.staff_img ,
.staff_text {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
.staff_img img {
  width: 100%;
  max-width: 100%;
}
h1.staff_name{
  font-size: 23px; /*22px ～ 24px くらいが良いかと思います*/
  letter-spacing: 5px;
  font-weight: bold;
  color: #000000;
  background-color: #e7eced;
  line-height: 1.2;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
h1.staff_name span {
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: 5px;
}
h1.staff_name span.staff_class {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: normal;
}
/* h1.staff_name {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  background-color: #e7eced;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
h1.staff_name span {
  vertical-align: middle;
  font-size: 12px;
}
h1.staff_name span.staff_class {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: normal;
} */
@media screen and (min-width: 768px) {
  .staff_img ,
  .staff_text {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #e7eced;
  }
  .staff_img img {
    max-width: none;
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  h1.staff_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 28px;
    text-align: left;
  }
  h1.staff_name span {
    font-size: 14px;
  }
  h1.staff_name span.staff_class {
    font-size: 20px;
  }
}

.staff_information {
  margin-top: 3rem;
}
.staff_profile li{
  padding-bottom: 4rem;
  line-height: 1.6;
}
.staff_profile h2 ,
.staff_next h2{
  font-size: 23px; /*22px ～ 24px くらいが良いかと思います*/
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: serif;
  font-weight: bold;
  text-shadow: 0 0 black;
}
/* .staff_profile li {
  padding-bottom: 3rem;
  line-height: 2;
}
.staff_profile h2 ,
.staff_next h2 {
  font-family: serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-shadow: 0 0 black;
} */
.staff_next_box {
  background-color: #efefef;
  width: 100%;
}
.staff_next_box h2 {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .staff_information {
    margin-top: 12rem;
  }
  .staff_profile li {
    padding-right: 8rem;
    padding-bottom: 8rem;
  }
  .staff_profile h2 ,
  .staff_next h2 {
    font-size: 30px;
  }
}
