@charset "UTF-8";

/******************************
common
******************************/

/******************************
pagesec-profile
******************************/
.pagesec-profile .profile{
  margin: 0 auto;
  height: 800px;
  width: 1000px;
}

.pagesec-profile .bg,
.pagesec-profile .content{
  aspect-ratio: 5/9;
  position: absolute;
  width: 35%;
  z-index: 1;
}
.pagesec-profile .bg{
  transform: translateY(-50%);
}
.pagesec-profile .bg1{
  top: 40%;
  left: 0;
}
.pagesec-profile .bg2{
  top: 60%;
  right: 0;
}
.pagesec-profile .bg::before,
.pagesec-profile .bg::after{
  content: "";
  background: url(../../images/page/biography/profile_bg1.webp) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagesec-profile .bg::before{
  filter: blur(5px);
  top: 1rem;
  left: 1rem;
}
.pagesec-profile .bg2::before,
.pagesec-profile .bg2::after{
  background: url(../../images/page/biography/profile_bg2.webp) no-repeat center / contain;
}
.pagesec-profile .content{
  top: 50%;
  left: 50%;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  transform: translate(-50%,-50%);
}
.pagesec-profile .content::before,
.pagesec-profile .content::after{
  content: "";
  background: rgba(255,255,255,.8);
  filter: blur(30px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagesec-profile .content::before{
  background: rgba(255,255,255,.3);
  filter: none;
  top: 2rem;
  left: 1.5rem;
  height: calc(100% - 4rem);
  width: calc(100% - 3rem);
}

.pagesec-profile .content .inbox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  padding: 5rem 2rem;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.pagesec-profile .content .name{
  line-height: 1.4;
}
.pagesec-profile .content .name .ja{
  font-size: 3rem;
  font-weight: bold;
}
.pagesec-profile .content .name .en{
  font-size: 2rem;
  font-weight: 500;
  font-weight: bold;
}
.pagesec-profile .content dl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.pagesec-profile .content dt,
.pagesec-profile .content dd{
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {
  .pagesec-profile .profile {
    width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-profile .profile {
    height: 800px;
    width: 100%;
  }
  .pagesec-profile .bg, .pagesec-profile .content {
    width: 45%;
  }
  .pagesec-profile .content::before {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-profile .profile {
    margin-top: 2rem;
    height: 600px;
  }
  .pagesec-profile .content {
    width: 280px;
  }
  .pagesec-profile .content::before {
    background: rgba(255, 255, 255, 0.3);
  }
  .pagesec-profile .content .inbox {
    padding: 3rem 1rem;
  }
  .pagesec-profile .bg{
    transform: none;
    width: 50%;
  }
  .pagesec-profile .bg1 {
    top: 0;
    left: -2rem;
  }
  .pagesec-profile .bg2 {
    top: auto;
    right: -2rem;
    bottom: 0;
  }
  /* .pagesec-profile .bg {
    aspect-ratio: 3 / 2;
    width: 90%;
  }
  .pagesec-profile .bg1 {
    top: 10%;
  }
  .pagesec-profile .bg2 {
    top: auto;
    bottom: 0;
  } */
}

/******************************
pagesec-message
******************************/
.pagesec-message{
  background: #000;
  color: #fff;
  padding: 0;
}
.pagesec-message .inner{
  padding: 15rem 2rem;
}
.pagesec-message .bg{
  aspect-ratio: 5/9;
  opacity: .3;
  position: absolute;
  bottom: 0;
}
.pagesec-message .bg1{
  background: url(../../images/page/biography/message_bg1.webp) no-repeat top / cover;
  height: 100%;
  left: -20%;
}
.pagesec-message .bg2{
  background: url(../../images/page/biography/message_bg2.webp) no-repeat center / contain;
  right: 5%;
  width: 23%;
}
.pagesec-message .txt{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 0 auto;
  max-width: 850px;
  padding: 10rem 0;
}
@media only screen and (max-width: 1180px) {
  .pagesec-message .inner {
    padding: 10rem 2rem;
  }
  .pagesec-message .bg1 {
    left: -10%;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-message .inner {
    padding: 7rem 2rem;
  }
  .pagesec-message .bg1 {
    left: -20%;
    height: 120%;
  }
  .pagesec-message .bg2 {
    right: -10%;
    width: 35%;
  }
  .pagesec-message .txt {
    max-width: 80%;
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-message .bg1 {
    background-size: contain;
    top: -10%;
    bottom: auto;
    left: -40%;
    height: auto;
    width: 100%;
  }
  .pagesec-message .bg2 {
    right: -23%;
    width: 65%;
  }
  .pagesec-message .txt {
    max-width: 100%;
  }
}