.fv {
  position: relative;
  z-index: 2;
}
.fv__img img {
  display: block;
  margin-left: auto;
  border-radius: 30px 0 0 30px;
}
@media (min-width: 768px) {
  .fv__img img {
    width: 90.77vw;
    height: 41vw;
  }
}
@media (max-width: 767px) {
  .fv__img img {
    width: 72.93vw;
    height: 82.13vw;
  }
}
.fv__head {
  position: absolute;
  display: inline-block;
  color: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv__head {
    font-size: 64px;
    top: 10.98vw;
    left: 16.84vw;
    padding: 0 10px 30px;
  }
}
@media (max-width: 767px) {
  .fv__head {
    font-size: 36px;
    top: 13.33vw;
    left: 8vw;
    padding: 0 10px 20px;
  }
}
.fv__head::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
}
@media (min-width: 768px) {
  .fv__head::after {
    width: 470px;
    height: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .fv__head::after {
    width: 34.4vw;
  }
}
@media (max-width: 767px) {
  .fv__head::after {
    width: 62.67vw;
    height: 4px;
  }
}
.fv__title {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1166px) {
  .fv__title {
    width: 24.59vw;
  }
}
@media (max-width: 767px) {
  .fv__title {
    width: 50.4vw;
  }
}

.profile {
  position: relative;
  background-color: #77bbda;
  z-index: 1;
}
@media (min-width: 768px) {
  .profile {
    margin-top: -65px;
    padding: 125px 0 80px;
  }
}
@media (max-width: 767px) {
  .profile {
    margin-top: -13.33vw;
    padding: 33.33vw 0 17.33vw;
  }
}
.profile::before, .profile::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: 100vw auto;
}
@media (min-width: 768px) {
  .profile::before, .profile::after {
    height: 5.12vw;
  }
}
@media (max-width: 767px) {
  .profile::before, .profile::after {
    height: 6.67vw;
  }
}
.profile::before {
  background-position: bottom left;
}
@media (min-width: 768px) {
  .profile::before {
    background-image: url(../img/profile/profile_bgtop_pc.png);
    top: -5.12vw;
  }
}
@media (max-width: 767px) {
  .profile::before {
    background-image: url(../img/profile/profile_bgtop_sp.png);
    top: -6.67vw;
  }
}
.profile::after {
  background-position: top left;
}
@media (min-width: 768px) {
  .profile::after {
    background-image: url(../img/profile/profile_bgbottom_pc.png);
    bottom: -5.12vw;
  }
}
@media (max-width: 767px) {
  .profile::after {
    background-image: url(../img/profile/profile_bgbottom_sp.png);
    bottom: -6.67vw;
  }
}
.profile__1 {
  color: #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
@media (min-width: 768px) {
  .profile__1 {
    max-width: 900px;
    padding: 25px 50px;
  }
}
@media (max-width: 767px) {
  .profile__1 {
    padding: 25px 10px;
  }
}
.profile__name {
  line-height: 35px;
  letter-spacing: 0.06em;
}
.profile__nameja {
  margin-right: 10px;
}
.profile__p {
  line-height: 32px;
  letter-spacing: 0.04em;
  word-break: break-all;
}
@media (min-width: 768px) {
  .profile__2 {
    max-width: 980px;
  }
}
.profile__box {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .profile__box {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .profile__box {
    padding: 65px 25px;
  }
}
@media (min-width: 768px) {
  .profile__box + .profile__box {
    margin-left: 35px;
  }
}
@media (min-width: 768px) {
  .profile__box1 {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .profile__box2 {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .profile__box2 dt {
    width: 5em;
  }
}
@media (max-width: 767px) {
  .profile__box2 dt {
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .profile__box2 dd {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .profile__box2 dd {
    line-height: 20px;
  }
}
.profile__subtitle {
  padding: 0 5px 10px;
  border-bottom: 4px solid #000;
}
.profile__text {
  line-height: 32px;
  letter-spacing: 0.04em;
  padding: 0 5px;
}

.message {
  position: relative;
  background-color: #f5f4f1;
  z-index: 0;
}
@media (min-width: 768px) {
  .message {
    margin-top: -20px;
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .message__wrapper {
    background-attachment: fixed !important;
    background-image: url(../img/profile/profile_img1_pc.jpg?v1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
}
.message__box {
  line-height: 37px;
}
@media (min-width: 768px) {
  .message__box {
    position: relative;
    top: 130px;
    margin-left: auto;
    right: 110px;
    width: 560px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 90px 65px;
  }
}
@media (max-width: 767px) {
  .message__box {
    width: 78.67vw;
    padding: 14.67vw 0;
  }
}
.message__text p + p {
  margin-top: 50px;
}

.ticker {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .ticker {
    height: 326px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .ticker {
    height: 43.33vw;
    padding: 20px 0;
  }
}
.ticker__container {
  display: flex;
  position: absolute;
  animation: ticker 60s linear infinite;
}
.ticker__item {
  display: flex;
  flex-shrink: 0;
}
.ticker__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .ticker__img {
    height: 286px;
    width: 381px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .ticker__img {
    height: 38vw;
    width: 50.67vw;
    margin-right: 2.67vw;
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}