.personal-fv {
  height: 400px;
  width: 100%;
}
.personal-fv-normal {
  background: linear-gradient(45deg, var(--gold-deep) 40%, var(--gold) 80%);
}
.personal-fv-freshman {
  background: var(--freshman-gradient);
  color: var(--white);
  text-shadow: var(--black-shadow) 0px 4px 4px;
}
.personal-fv-leader {
  background: var(--gold-gradient);
  color: var(--white);
  text-shadow: var(--black-shadow) 0px 4px 4px;
}
.personal-fv table {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  margin: 0 auto;
  padding: 100px 0;
  font-family: "Noto Sans JP", sans-serif;
}
.desktop-content td,
.mobile-content td {
  width: 50%;
}
.personal-fv .fv-number {
  text-align: center;
  font-size: 150px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.personal-fv .fv-leader {
  background: linear-gradient(135deg, var(--black) 110px, var(--clear) 110px);
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding: 5px 20px;
}
.personal-fv .fv-freshman {
  background: linear-gradient(135deg, var(--black) 110px, var(--clear) 110px);
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding: 5px 20px;
}
.personal-fv .fv-leader-none {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding: 5px 20px;
}
.personal-fv .fv-pos,
.personal-fv .fv-name,
.personal-fv .fv-engName {
  padding: 5 0px;
}
.personal-fv .fv-pos,
.personal-fv .fv-engName {
  font-size: 30px;
}
.personal-fv .fv-name {
  font-size: 60px;
  font-weight: bold;
}
.profile {
  background: var(--black);
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
}
.profile-img-back {
  background: var(--black);
}
.profile-img-back-life {
  background: var(--white);
}
.profile-img,
.profile-img-life {
  position: relative;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  object-fit: cover;
  margin: 0 auto;
}
.profile-img {
  height: 350px;
  max-width: 500px;
}
.profile-img-life {
  height: 350px;
  max-width: 350px;
}
.profile-img img,
.profile-img-coach img {
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
}
.profile-img-life img {
  width: 100%;
  position: absolute;
  padding-top: 50px;
  left: 0;
}
.profile .personal-slogan {
  max-width: 1200px;
  justify-content: center;
  margin: 0 auto;
  font-size: 30px;
  padding: 80px 0 40px;
  text-align: center;
  border-bottom: 1px solid var(--white);
}
.profile .personal-profile {
  padding: 50px 0 100px;
}
.profile h1 {
  font-size: 24px;
  text-align: center;
  padding: 40px 0;
  font-weight: normal;
}
.personal-profile table,
.personal-lifestyle table {
  border-collapse: collapse;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
}
.personal-profile th,
.personal-profile td {
  font-size: 14px;
  border: 1px solid var(--white);
  padding: 20px;
}
.personal-profile a {
  color: var(--white);
}
.profile th {
  width: 30%;
}
.profile td {
  width: 70%;
}
.personal-lifestyle {
  background: var(--white);
  color: var(--black);
}
.personal-lifestyle th,
.personal-lifestyle td {
  font-size: 14px;
  border: 1px solid var(--black);
  padding: 20px;
}
.coach-content table {
  max-width: 350px;
}
.coach-content td {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .profile .personal-slogan {
    margin: 0 20px;
  }
}

@media screen and (min-width: 571px) {
  .desktop-content {
    display: block;
  }
  .mobile-content {
    display: none;
  }
}

@media screen and (max-width: 570px) {
  .desktop-content {
    display: none;
  }
  .mobile-content {
    display: block;
  }
  .personal-fv {
    height: 500px;
  }
  .personal-fv table {
    padding: 70px 0;
  }
  .personal-fv td {
    width: 100%;
    text-align: center;
  }
  .personal-fv .fv-leader {
    background: none;
  }
  .fv-leader-backColor {
    background: var(--black);
    margin: 0 90px;
  }
  .personal-fv .fv-freshman {
    background: none;
  }
  .fv-freshman-backColor {
    background: var(--black);
    margin: 0 90px;
  }
  .personal-fv .fv-pos,
  .personal-fv .fv-engName {
    font-size: 28px;
  }
  .personal-fv .fv-name {
    font-size: 40px;
    font-weight: bold;
  }
  .coach-content table {
    padding-top: 200px;
  }
  .personal-profile th,
  .personal-profile td,
  .personal-lifestyle th,
  .personal-lifestyle td {
    font-size: 12px;
    padding: 15px;
  }
  .profile .personal-slogan {
    font-size: 24px;
  }
  .profile th,
  .profile td {
    padding: 20px 10px;
  }
  .profile th {
    width: 35%;
  }
  .profile td {
    width: 65%;
  }
}
