@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

@media print {
  img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}
.rec-person-main {
  display: block;
  background: #e5f4fc;
  padding-bottom: 100px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.rec-person-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 360px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/rec-person-bg_header_v2.jpg) no-repeat top -130px center/cover;
}
@media only screen and (max-width: 768px) {
  .rec-person-header {
    height: 240px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/rec-person-bg_header_v2.jpg) no-repeat top center/cover;
  }
}
.rec-person-header__title {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .rec-person-header__title {
    font-size: 3rem;
  }
}
.rec-person-message {
  width: 1000px;
  margin: 60px auto 0;
  padding: 75px 180px 80px;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 51, 153, 0.15);
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .rec-person-message {
    width: 93.75%;
    margin-top: 30px;
    padding: 35px 6.25% 40px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 51, 153, 0.15);
  }
}
.rec-person-message__block:not(:last-child) {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .rec-person-message__block:not(:last-child) {
    margin-bottom: 36px;
  }
}
.rec-person-message__title {
  margin-bottom: 14px;
  color: #1A1A1A;
  font-feature-settings: "palt";
  font-size: 24px;
  font-weight: bold;
  line-height: calc(1em + 8px);
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .rec-person-message__title {
    margin-bottom: 14px;
    font-size: 22px;
  }
}
.rec-person-message__text {
  color: #4D4D4D;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: calc(1em + 15px);
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .rec-person-message__text {
    font-size: 1.4rem;
    line-height: calc(1em + 11px);
  }
}
.rec-person-message__pic {
  display: flex;
  flex-direction: row-reverse;
  margin: 53px 0 52px;
}
@media only screen and (max-width: 768px) {
  .rec-person-message__pic {
    display: block;
    margin: 35px 0 29px;
  }
}
.rec-person-message__pic-item {
  flex: 0 0 309px;
}
.rec-person-message__pic-item:not(:last-child) {
  margin-left: 22px;
}
@media only screen and (max-width: 768px) {
  .rec-person-message__pic-item:not(:last-child) {
    margin: 0 0 30px;
  }
}
.rec-person-message__pic-item img {
  width: 100%;
  height: auto;
}
.rec-person-message__pic-item-frame_blue {
  display: block;
  position: relative;
  z-index: 0;
}
.rec-person-message__pic-item-frame_blue:after {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #008ee6;
  content: "";
}
.rec-person-message__pic-item-frame_blue:before {
  position: absolute;
  top: -25px;
  right: 19px;
  z-index: -1;
  width: 50px;
  height: 45px;
  background: url(../img/rec-person-bg_pattern_01.svg) no-repeat center/contain;
  content: "";
}
@media only screen and (max-width: 768px) {
  .rec-person-message__pic-item-frame_blue:before {
    top: -20px;
    right: calc(100% - 55px);
    width: 40px;
    height: 35px;
  }
}
.rec-person-message__pic-item-frame_orange {
  display: block;
  position: relative;
  z-index: 0;
}
.rec-person-message__pic-item-frame_orange:after {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #f7931e;
  content: "";
}
.rec-person-message__pic-item-frame_orange:before {
  position: absolute;
  bottom: 5px;
  left: -27px;
  z-index: -1;
  width: 47px;
  height: 60px;
  background: url(../img/rec-person-bg_pattern_02.svg) no-repeat center/contain;
  content: "";
}
@media only screen and (max-width: 768px) {
  .rec-person-message__pic-item-frame_orange:before {
    bottom: -22px;
    left: calc(100% - 48px);
    width: 45px;
    height: 32px;
    background: url(../img/rec-person-bg_pattern_03.svg) no-repeat center/contain;
  }
}
.rec-person-message-from {
  margin-top: 38px;
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .rec-person-message-from {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=personal.css.map */