/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
main {
  background-color: var(--gray);
}

/*------------------------------*/
.mv {
  margin-top: -4rem;
  position: relative;
  z-index: 2;
  background-image: linear-gradient(to bottom, transparent 50%, var(--gray) 50% 100%);
  max-height: 800px;
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: none;
    height: 64lvh;
    min-height: auto;
  }
}
.mv .image {
  width: min(84.375%, 135rem);
  margin-inline: auto 0;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mv .image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv .image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 67% 20%;
       object-position: 67% 20%;
  }
}
.mv .copy {
  position: absolute;
  bottom: -2rem;
  left: 8rem;
}
@media screen and (max-width: 767px) {
  .mv .copy {
    left: 2rem;
    bottom: 3rem;
  }
}
.mv .copy p.en {
  font-size: 4.8rem;
  font-weight: 500;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .mv .copy p.en {
    font-size: 3.2rem;
  }
}
.mv .copy h2.title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .mv .copy h2.title {
    row-gap: 1rem;
    margin-top: 1rem;
  }
}
.mv .copy h2.title span {
  display: inline-block;
  font-style: italic;
  line-height: 1;
  padding: 1rem 1rem 0.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 5.4rem;
  font-weight: 600;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mv .copy h2.title span {
    font-size: 2.8rem;
    padding: 0.8rem 0.8rem 0.6rem;
    white-space: nowrap;
  }
}

/*------------------------------*/
.profile {
  padding-block: 4rem 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile {
    padding-block: 0 5rem;
  }
}
.profile .inner {
  position: relative;
  z-index: 1;
}
.profile .wrap {
  margin-top: 5rem;
  background-color: #fff;
  padding: 3.5rem 4rem;
  position: relative;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.1254901961);
  overflow: hidden;
  display: flex;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
@media screen and (max-width: 767px) {
  .profile .wrap {
    display: block;
    margin-top: 4rem;
    padding: 3rem 2rem 4rem;
  }
}
.profile .wrap .name {
  flex-shrink: 0;
}
.profile .wrap .name p.title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .profile .wrap .name p.title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.profile .wrap .name p.ja {
  font-size: 3.2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .profile .wrap .name p.ja {
    font-size: 2.8rem;
  }
}
.profile .wrap .name p.en {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--main);
  display: inline-block;
  margin-left: 1rem;
}
.profile .wrap p.readText {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .profile .wrap p.readText {
    margin-top: 2.5rem;
  }
}
.profile .wrap p.bg-en {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  font-size: 13rem;
  font-weight: 500;
  color: var(--gray);
  margin-bottom: -0.2lh;
}
@media screen and (max-width: 767px) {
  .profile .wrap p.bg-en {
    font-size: 8rem;
  }
}
.profile .bg {
  position: absolute;
  z-index: 0;
  width: 62rem;
  aspect-ratio: 1;
  top: 12rem;
  left: -24rem;
  rotate: -53deg;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .profile .bg {
    width: 80%;
    top: -10rem;
    left: -20%;
  }
}

/*------------------------------*/
.message {
  padding-bottom: 10rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message {
    padding-bottom: 6rem;
  }
}
.message .inner {
  position: relative;
  z-index: 1;
}
.message .wrap:nth-of-type(2) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .message .wrap:nth-of-type(2) {
    margin-top: 6rem;
  }
}
.message .wrap .image {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .message .wrap .image {
    margin-top: 3rem;
  }
}
.message .wrap h3.copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .message .wrap h3.copy {
    margin-bottom: 3rem;
    row-gap: 1.2rem;
  }
}
.message .wrap h3.copy.sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .message .wrap h3.copy.sponly {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .message .wrap h3.copy.spmask {
    display: none;
  }
}
.message .wrap h3.copy span {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--main);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .message .wrap h3.copy span {
    font-size: 2.1rem;
    white-space: wrap;
    line-height: 1.4;
    padding-bottom: 0.5rem;
  }
}
.message .wrap .image {
  background-color: #fff;
}
.message .bg {
  position: absolute;
  z-index: 0;
  top: 68rem;
  right: -16rem;
  width: 68rem;
}
/*# sourceMappingURL=style.css.map */