@charset "UTF-8";
/* CSS Document */
.top {
  margin: 0 auto min(6%, 120px);
}
.bg-top {
  position: relative;
}
.bg-top img {
  width: 100%;
  min-height: 250px;
  max-height: 400px;
  object-fit: cover;
}
.bg-top_text {
  max-width: 1440px;
  position: absolute;
  bottom: 28%;
  left: 10%;
  color: #7d9e90;
  font-size: clamp(3.2rem, 4vw, 5.0rem);
  font-family: 'Courier Prime', monospace;
  font-weight: 400;
  letter-spacing: clamp(0.1rem, 0.8vw, 0.4rem);
  text-shadow: 0px 0px 24px #fff, 1px -1px 24px #fff, -1px 1px 24px #fff, -1px -1px 24px #fff, 2px 2px 24px #fff, -2px 2px 24px #fff, 2px -2px 24px #fff, -2px -2px 24px #fff;
}
@media (max-width:580px) {
  .top {
    margin-bottom: 25px;
  }
  .bg-top img {
    width: 100%;
    min-height: 160px;
    max-height: 160px;
    object-fit: cover;
  }
  .bg-top_text {
    bottom: 16%;
    left: 10%;
    color: #7d9e90;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: clamp(0.1rem, 1vw, 0.2rem);
  }
}
.message {
  position: relative;
  margin: 0 auto min(8%, 180px);
}
.message-title-pc img {
  width: 35%;
  min-width: 250px;
  margin-bottom: clamp(2.0rem, 4vw, 5.0rem);
}
.message-photo_text {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: clamp(3.8rem, 5vw, 4.0rem);
  letter-spacing: clamp(0.2rem, 1vw, 0.5rem);
  font-weight: 300;
}
.message-photo_text span {
  color: #d49a9a;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
}
.message-photo_image {
  float: right;
  width: 35%;
  margin: 0 30px 0 25px;
}
.message-photo_image img {
  width: 100%;
}
.message-flower {
  position: absolute;
  z-index: -1;
  top: 72%;
  left: 75%;
  width: 17%;
  max-width: 200px;
}
.message-flower img {
  width: 100%;
}
@media (min-width: 580px) and (max-width: 900px) {
  .message-photo_text {
    font-size: clamp(1.3rem, 1.6vw, 1.4rem);
    line-height: clamp(3.0rem, 3vw, 3.5rem);
    letter-spacing: 0.2rem;
  }
  .message-photo_text span {
    color: #d49a9a;
    font-size: clamp(1.3rem, 1.6vw, 1.4rem);
  }
  .message-flower img {
    width: 80%;
  }
}
@media (max-width:580px) {
  .message {
    margin-bottom: 16%;
  }
  .message-inner {
    width: calc(100% - 70px);
  }
  .message-title-pc {
    display: none;
  }
  .message-title-sp {
    display: block;
  }
  .message-title-sp img {
    width: 35%;
    min-width: 250px;
    margin-bottom: clamp(2.0rem, 4vw, 5.0rem);
  }
  .message-photo_image {
    float: none;
    width: 75%;
    max-width: 280px;
    margin: 0 auto 10%;
  }
  .message-photo_image img {
    width: 100%;
  }
  .message-photo_text {
    font-size: 1.4rem;
    line-height: clamp(3.0rem, 4vw, 3.4rem);
    letter-spacing: clamp(0.1rem, 1vw, 0.3rem);
    font-weight: 300;
  }
  .message-photo_text span {
    display: block;
    margin-top: -22px;
    margin-bottom: -22px;
    color: #d49a9a;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .br {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .message-line-left {
    display: block;
    margin-left: -40px;
  }
  .message-line-right {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: -50px;
  }
  .message-span {
    display: block;
  }
  .message-flower {
    top: 73%;
    max-width: 80px;
  }
}
.profile {
  margin: 0 auto min(8%, 180px);
  position: relative;
}
.profile-flex {
  display: flex;
  justify-content: space-between;
}
.profile-title-pc img {
  width: 27%;
  min-width: 130px;
}
.profile-photo_main {
  width: 100%;
  margin-top: clamp(4.6rem, 9vw, 9.0rem);
  padding-left: 5%;
}
.profile-text {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  width: 100%;
}
.profile-car {
  position: absolute;
  width: 14%;
  top: clamp(4.0rem, 8vw, 9.6rem);
  right: 5%;
  padding-right: 5%;
}
.profile-car img {
  width: 100%;
}
.profile-photo {
  width: 70%;
}
.profile-text-p {
  padding-top: clamp(2.4rem, 5vw, 3.8rem);
}
.profile-text p {
  padding-left: 0;
  margin-bottom: clamp(2.0rem, 3vw, 3.0rem);
  line-height: clamp(3.4rem, 5vw, 3.8rem);
  letter-spacing: clamp(0.1rem, 1vw, 0.5rem);
  font-weight: 300;
}
.profile-text span {
  color: #e8b6b6;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 500;
}
@media (min-width: 580px) and (max-width: 900px) {
  .profile-text {
    font-size: clamp(1.3rem, 1.6vw, 1.4rem);
    width: 100%;
  }
  .profile-car {
    width: 14%;
    min-width: 120px;
  }
  .profile-text p {
    padding-left: 0;
    margin-bottom: clamp(1.4rem, 2vw, 2.4rem);
    line-height: clamp(3.0rem, 3vw, 3.5rem);
    letter-spacing: 0.2rem;
  }
  .profile-text span {
    color: #e8b6b6;
    font-size: clamp(1.4rem, 1.7vw, 1.6rem);
    font-weight: 500;
  }
}
@media (max-width:580px) {
  .profile {
    margin-bottom: 16%;
  }
  .profile-inner {
    width: calc(100% - 70px);
  }
  .profile-title-pc {
    display: none
  }
  .profile-title-sp {
    display: block;
    width: 42%;
    max-width: 135px;
  }
  .profile-title-sp img {
    width: 100%;
  }
  .profile-flex {
    display: block;
  }
  .profile-photo_main {
    width: 70%;
    max-width: 280px;
    margin: 0 auto 4%;
  }
  .profile-photo {
    width: 100%;
  }
  .profile-car {
    display: none;
  }
  .profile-photo_main {
    position: relative;
  }
  .car-sp {
    display: block;
    position: absolute;
    width: 46%;
    bottom: -63px;
    right: -22%;
    padding-right: 5%;
  }
  .profile-car img {
    width: 100%;
  }
  .profile-text {
    width: 100%;
  }
  .profile-text p {
    padding-left: 0;
    font-size: 1.4rem;
    line-height: clamp(2.8rem, 4vw, 3.2rem);
    letter-spacing: clamp(0.1rem, 1vw, 0.3rem);
    margin-bottom: 13px;
  }
  .profile-text-p span {
    font-weight: 500;
    color: #e8b6b6;
    font-size: 1.4rem;
  }
}
.career {
  padding-left: clamp(1.5rem, 5vw, 8.0rem);
  margin: 0 auto min(8%, 180px);
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  line-height: clamp(3.4rem, 5vw, 3.8rem);
  letter-spacing: clamp(0.1rem, 1vw, 0.5rem);
  font-weight: 300;
}
.career-wrap__1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(4.6rem, 4vw, 5.0rem);
}
.career-title {
  width: 65%;
  min-width: 250px;
  margin-bottom: clamp(2.0rem, 3vw, 3.0rem);
}
.career-text__1 {
  width: 55%;
}
.career-photo_content {
  position: relative;
  padding-top: clamp(8.0rem, 13vw, 20rem);
  width: 45%;
}
.career-photo {
  width: 75%;
  padding-left: clamp(2.0rem, 5vw, 9.0rem);
}
.career-photo img {
  width: 100%;
  min-width: 220px;
}
.career-photo__2 {
  display: none;
}
.career-design {
  position: absolute;
  top: 10%;
  right: -50%;
  z-index: -9;
  width: 100%;
}
.career-design img {
  width: 100%;
}
.career-wrap__2 {
  display: flex;
  justify-content: flex-start;
  line-height: clamp(2.0rem, 3vw, 3.8rem);
  letter-spacing: clamp(0.1rem, 0.4vw, 0.3rem);
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
}
.career-wrap__2 p {
  margin-bottom: 12px;
}
.career-qualification {
  width: 50%;
}
.career-achievements {
  width: 50%;
  padding-left: 170px;
}
.career-wrap__2 span {
  color: #e8b6b6;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 500;
}
@media (min-width: 900px) and (max-width: 1100px) {
  .career-photo_content {
    padding-top: 150px;
  }
  .career-design {
    position: absolute;
    top: 45%;
    right: -50%;
    z-index: -9;
    width: 100%;
  }
  .career-photo {
    width: 90%;
    padding-left: 20px;
  }
  .career-photo__1 {
    display: none;
  }
  .career-photo__2 {
    display: block;
  }
  .career-photo__2 img {
    padding-right: 30px;
  }
  .career-qualification {
    width: 50%;
    padding-right: 30px;
  }
  .career-achievements {
    width: 50%;
    padding-left: 30px;
  }
}
@media (min-width: 580px) and (max-width: 900px) {
  .career {
    padding-left: 0;
    font-size: clamp(1.3rem, 1.6vw, 1.4rem);
    line-height: clamp(3.0rem, 3vw, 3.5rem);
    letter-spacing: 0.2rem;
    margin-bottom: 15%;
  }
  .career-text__1 {
    width: 100%;
  }
  .career-title {
    width: 35%;
    min-width: 250px;
    margin-bottom: clamp(2.0rem, 3vw, 3.0rem);
  }
  .career-photo_content {
    display: none;
  }
  .career-photo-flex_sp {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .career-achievements {
    padding-left: 3%;
  }
  .career-wrap__2 {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    line-height: clamp(3.0rem, 3vw, 3.5rem);
    letter-spacing: 0.1rem;
    margin-bottom: 8%;
  }
  .career-wrap__2 p {
    margin-bottom: 5px;
  }
  .career-wrap__2 span {
    font-size: clamp(1.4rem, 1.7vw, 1.6rem);
  }
  .career-qualification {
    width: 68%;
  }
}
@media (max-width:580px) {
  .career {
    font-size: 1.4rem;
    line-height: clamp(3.0rem, 4vw, 3.4rem);
    letter-spacing: clamp(0.1rem, 1vw, 0.3rem);
    padding-left: 0;
    margin-bottom: 20%;
  }
  .career-inner {
    width: calc(100% - 70px);
  }
  .career-title {
    display: none;
  }
  .career-title-sp {
    display: block;
    width: 68%;
    max-width: 220px;
    margin-bottom: 10%;
  }
  .profile-photo-sp {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .career-photo_content {
    display: none;
  }
  .career-wrap__1 {
    display: block;
    margin-bottom: 12%;
  }
  .career-text__1 {
    width: 100%;
  }
  .career-wrap__2 {
    display: block;
    font-size: 1.4rem;
    line-height: clamp(3.2rem, 4vw, 3.8rem);
    letter-spacing: 0;
  }
  .career-wrap__2 p {
    margin-bottom: 4px;
  }
  .career-qualification {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8%;
  }
  .career-achievements {
    width: 100%;
    padding-left: 0;
    letter-spacing: 0.1rem;
    margin-bottom: 10%;
  }
  .career-achievements p {
    margin-bottom: 2px;
  }
  .career-photo-flex_sp {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .career-photo-flex_sp img {
    width: 37%;
  }
}