@charset "UTF-8";
/***************************************

home

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

variables

***************************************/
/*---------------------------------------
break point
---------------------------------------*/
/*---------------------------------------
color
---------------------------------------*/
/***************************************

home

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

mixins

***************************************/
/*---------------------------------------
media queries
---------------------------------------*/
/*---------------------------------------
clearfix
---------------------------------------*/
/*---------------------------------------
vwのサイズ計算
---------------------------------------*/
/***************************************

common

***************************************/
@media screen and (max-width: 768px) {
  #fv_common h2 img {
    width: 25.3333333333vw;
  }
}

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

#staff

***************************************/
#staff {
  padding: 200px 0 215px;
}
@media screen and (max-width: 768px) {
  #staff {
    padding: 18.4vw 0 21.0666666667vw;
  }
}
#staff ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#staff ul li {
  width: 360px;
}
@media screen and (max-width: 768px) {
  #staff ul li {
    width: 39.3333333333vw;
  }
}
#staff ul li:nth-child(2n) {
  margin: 316px 0 0;
}
@media screen and (max-width: 768px) {
  #staff ul li:nth-child(2n) {
    margin: 21.0666666667vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #staff ul li:nth-child(n+3) {
    transform: translateY(-6.6666666667vw);
  }
}
#staff ul li a {
  display: block;
}
#staff ul li a h3 {
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  padding: 15px 0 18px 30px;
  margin: 0 0 45px;
  white-space: nowrap;
  border-left: 1px solid #c5cdcf;
}
@media screen and (max-width: 768px) {
  #staff ul li a h3 {
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
    padding: 0 0 2.4vw 2.4vw;
    margin: 0 0 3.3333333333vw;
  }
}
#staff ul li a h3 span {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  letter-spacing: 0.025em;
  font-weight: 500;
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #staff ul li a h3 span {
    font-size: 2.4vw;
    padding: 2vw 0 0;
  }
  #staff ul li a h3 span br {
    font-size: 0px;
  }
}
#staff ul li a .img_wrap img {
  width: 360px;
  height: 356px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #staff ul li a .img_wrap img {
    width: 39.3333333333vw;
    height: 38.9333333333vw;
  }
}

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

#carpenter

***************************************/
#carpenter {
  padding: 0 0 156px;
}
@media screen and (max-width: 768px) {
  #carpenter {
    padding: 0 0 18.4vw;
  }
}
#carpenter .img_wrap {
  padding: 0 0 90px;
}
@media screen and (max-width: 768px) {
  #carpenter .img_wrap {
    padding: 0 0 6.4vw;
  }
}
#carpenter .img_wrap img {
  width: 100%;
}
#carpenter .text_wrap {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #carpenter .text_wrap {
    width: 86.6666666667vw;
  }
}
#carpenter .text_wrap h3 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  padding: 15px 0 18px 30px;
  margin: 0 0 45px;
  white-space: nowrap;
  border-left: 1px solid #c5cdcf;
}
@media screen and (max-width: 768px) {
  #carpenter .text_wrap h3 {
    font-size: 3.3333333333vw;
    line-height: 5.6vw;
    padding: 0 0 2.4vw 2.4vw;
  }
}
#carpenter .text_wrap h3 span {
  font-size: 16px;
  line-height: 1;
  display: block;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  letter-spacing: 0.025em;
  font-weight: 500;
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #carpenter .text_wrap h3 span {
    font-size: 2.4vw;
    padding: 2vw 0 0;
  }
}

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

#staff_detail

***************************************/
#staff_detail #meta {
  padding: 95px 0 110px;
}
@media screen and (max-width: 768px) {
  #staff_detail #meta {
    padding: 4.6666666667vw 0 6.6666666667vw;
  }
}
#staff_detail #meta h2 {
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0.025em;
  font-weight: 500;
  font-family: YakuHanJP, "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #staff_detail #meta h2 {
    font-size: 5.0666666667vw;
    line-height: 8.2666666667vw;
  }
}
#staff_detail #meta span {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.025em;
  display: block;
  padding: 18px 0 0;
}
@media screen and (max-width: 768px) {
  #staff_detail #meta span {
    font-size: 2.6666666667vw;
    padding: 2.6666666667vw 0 0;
  }
}
#staff_detail #profile {
  background-color: #f0f1f1;
  padding: 88px 0 196px;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile {
    padding: 8.2666666667vw 0 15.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #staff_detail #profile .inner3 {
    width: 100%;
  }
}
#staff_detail #profile .detail {
  background-color: #fff;
  padding: 0 231px 120px;
  margin: 0 0 180px;
  border-top: 256px solid #f0f1f1;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile .detail {
    padding: 0 6.6666666667vw 14.6666666667vw;
    border-top: 33.8666666667vw solid #f0f1f1;
    margin: 0 0 19.7333333333vw;
  }
}
#staff_detail #profile .detail .img_wrap {
  text-align: center;
  padding: 0 0 118px;
  margin: -256px 0 0;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile .detail .img_wrap {
    padding: 0 0 7.7333333333vw;
    margin: -33.8666666667vw 0 0;
  }
}
#staff_detail #profile .detail .img_wrap img {
  width: 417px;
  height: 534px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile .detail .img_wrap img {
    width: 50.6666666667vw;
    height: 67.7333333333vw;
  }
}
#staff_detail #profile .detail dl {
  padding: 35px 0 30px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile .detail dl {
    padding: 4.6666666667vw 0 4vw;
  }
}
#staff_detail #profile .detail dl:first-child {
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile .detail dl:first-child {
    padding: 0 0 4vw;
  }
}
#staff_detail #profile .detail dl dt {
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: 500;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  padding: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile .detail dl dt {
    font-size: 4.2666666667vw;
    padding: 0 0 4vw;
  }
}
#staff_detail #profile .detail dl dd {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile .detail dl dd {
    font-size: 3.3333333333vw;
    line-height: 6vw;
  }
}
#staff_detail #profile .detail .pick_btn {
  width: 425px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile .detail .pick_btn {
    width: 73.0666666667vw;
    margin: 12.6666666667vw auto 0;
  }
}
#staff_detail #profile .detail .pick_btn a {
  display: block;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0.1em;
  color: #a41034;
  border: 1px solid #a41034;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile .detail .pick_btn a {
    font-size: 3.0666666667vw;
    line-height: 6vw;
    height: auto;
    padding: 1.2vw 0 1.2vw 4.6666666667vw;
    text-align: left;
  }
}
#staff_detail #profile #other h3 {
  text-align: center;
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile #other h3 {
    padding: 0 0 8vw;
  }
  #staff_detail #profile #other h3 img {
    width: 29.0666666667vw;
  }
}
#staff_detail #profile #other ul {
  display: flex;
  justify-content: space-between;
  padding: 0 0 115px;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile #other ul {
    padding: 0 6.6666666667vw 12vw;
  }
}
#staff_detail #profile #other ul li {
  width: 297px;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile #other ul li {
    width: 39.3333333333vw;
  }
}
#staff_detail #profile #other ul li .img_wrap img {
  width: 297px;
  height: 293px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile #other ul li .img_wrap img {
    width: 39.2vw;
    height: 38.8vw;
  }
}
#staff_detail #profile #other ul li .profile {
  padding: 15px 20px 0;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile #other ul li .profile {
    padding: 1.6vw 0 0;
  }
}
#staff_detail #profile #other ul li .profile h4 {
  font-size: 18px;
  line-height: 29px;
  padding: 0 0 18px;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile #other ul li .profile h4 {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 5.3333333333vw;
    padding: 0;
  }
}
#staff_detail #profile #other ul li .profile span {
  font-size: 12px;
  font-weight: 500;
  color: #9e9e9e;
}
@media screen and (max-width: 768px) {
  #staff_detail #profile #other ul li .profile span {
    font-size: 2.4vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #staff_detail #profile #other ul li:last-child {
    display: none;
  }
}

/*# sourceMappingURL=staff.css.map */
