/* ================================================= *
 *        	common
 * ================================================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

.container {
  max-width: 1030px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* ================================================= *
 *        	staff_detail
 * ================================================= */
.staff_detail__ttl {
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 3px solid #727171;
  color: #c71c32;
  font-size: 36px;
  text-align: center;
}

.staff_detail__txt {
  margin-bottom: 30px;
  color: #231815;
  font-size: 20px;
  text-align: center;
}

.staff_detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staff_detail__item {
  width: 48%;
  margin-bottom: 4%;
}

.staff_detail__btn {
  position: relative;
  display: block;
  height: calc(554 / 800 * 48vw);
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .staff_detail__btn {
    height: 326px;
  }
}

.staff_detail__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  background-color: #fff;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.staff_detail__btn:hover img.off {
  opacity: 0;
}

/* ================================================= *
 *        	staff_profile
 * ================================================= */
.staffprofile .staff_detail {
  padding: 60px 0;
}

.staff_profile {
  color: #595757;
}

.staff_profile__ttl {
  margin: 60px 0 30px;
  color: #bc1e31;
  font-size: 2.0rem;
}

.staff_profile__icon {
  width: 268px;
  margin-right: 10px;
  vertical-align: baseline;
}

@media (max-width: 480px) {
  .staff_profile__icon {
    display: block;
  }
}

.profile_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .profile_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.profile_content__img {
  width: 46%;
}

.profile_content__img img {
  max-height: 741px;
}

@media (max-width: 480px) {
  .profile_content__img {
    width: 100%;
    margin-bottom: 30px;
  }
  .profile_content__img img {
    display: block;
    max-height: 400px;
    margin: auto;
  }
}

.profile_content__data {
  width: 54%;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .profile_content__data {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .profile_content__data {
    width: 100%;
  }
}

.profile_content__ttl {
  margin-bottom: 20px;
  color: #bc1e31;
  font-size: 30px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .profile_content__ttl br {
    display: none;
  }
}

.profile_data {
  border-left: 1px solid rgba(188, 31, 49, 0.1);
  border-right: 1px solid rgba(188, 31, 49, 0.1);
  border-bottom: 1px solid rgba(188, 31, 49, 0.1);
  font-size: 15px;
}

.profile_data__ttl {
  padding: 2px 15px 2px 25px;
  background-color: rgba(188, 31, 49, 0.1);
}

.profile_data__txt {
  padding: 2px 15px 2px 40px;
}

/* ================================================= *
 *        	private_shot
 * ================================================= */
.private_shot {
  margin-bottom: 60px;
  color: #595757;
}

.private_shot__ttl {
  margin-bottom: 30px;
  color: #bc1e31;
  font-size: 2.0rem;
}

.private_shot__icon {
  width: 270px;
  margin-right: 10px;
  vertical-align: baseline;
}

@media (max-width: 480px) {
  .private_shot__icon {
    display: block;
  }
}

.private_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .private_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.private_content__img {
  width: 69%;
}

@media (max-width: 768px) {
  .private_content__img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.private_content__txt {
  width: 28%;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .private_content__txt {
    width: 100%;
  }
}

/* ------------------------------------
 *        	recommend_spot
------------------------------------ */
.recommend_spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommend_spot__ttl {
  width: 110px;
  margin-right: 20px;
}

.recommend_spot__icon {
  min-width: 110px;
}

@media (max-width: 768px) {
  .recommend_spot__icon {
    min-width: 80px;
  }
}

.recommend_spot__place {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #bc1e31;
  font-size: 20px;
}

.recommend_spot__txt {
  font-size: 15px;
  line-height: 2;
}

/* ================================================= *
 *        	voice_colleague
 * ================================================= */
.voice_colleague {
  padding: 50px 4%;
  background-color: #ebe3bd;
}

.voice_colleague .inner {
  max-width: 800px;
  margin: auto;
}

.voice_colleague__ttl {
  margin-bottom: 30px;
  color: #c71d31;
  font-size: 30px;
}

.voice_colleague__txt {
  position: relative;
  padding: 3.12% 225px 40px 7.5%;
  background-color: #fff;
  color: #595757;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 768px) {
  .voice_colleague__txt {
    padding: 25px;
  }
}

.voice_colleague__txt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 100%;
}

@media (max-width: 768px) {
  .voice_colleague__txt::after {
    width: 30%;
  }
}

.voice_colleague__txt .colleague {
  position: absolute;
  bottom: 10px;
  right: 28.125%;
  color: #c71d31;
  font-size: 12px;
}

@media (max-width: 768px) {
  .voice_colleague__txt .colleague {
    position: unset;
    padding-top: 10%;
  }
}

.voice_colleague__txt .name {
  margin-left: 5px;
  font-size: 15px;
}
