@charset "utf-8";
.l_about{
  height: 100%;
  text-align: center;
  color: white;
}
.l_about::before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(/img/wat.jpeg);
  background-position:center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .l_about{
    text-align: left;
  }
}
.inner{
  padding: 40px 16px;
}
@media screen and (min-width: 1080px) {
  .inner{
    padding: 120px 10%;
  }
}

@media screen and (min-width: 1080px) {
  .u_vertical-flex-box__pc{
    height: 100%;
    display: flex;
    flex-direction: column;
    
  }
  .l_vertical-flex-box{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.m_section-ttl{
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 1px 0 black, -1px -1px 0 black, -1px 1px 0 black, 1px -1px 0 black, 0 1px 0 black,  0 -1px 0 black, -1px 0 0 black, 1px 0 0 black;
}
.m_section-ttl::after{
  position: absolute;
  content: "ABOUT";
  font-size: 18px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -30%);
}
@media screen and (min-width: 1080px) {
  .m_section-ttl{
    font-size: 60px;
    font-weight: bold;
    writing-mode: vertical-lr;
  }
  .m_section-ttl::after{
    font-size: 30px;
    left: -40%;
    top: 50%;
    transform: translateY(-50%);
  }
}


.m_about-txt-wrap{
  margin-top: 24px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 8px;
}
@media screen and (min-width: 1080px) {
  .m_about-txt-wrap{
    margin-top: 80px;
    padding: 40px 10%;
  }
}

.m_about-name{
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 1px 0 black, -1px -1px 0 black, -1px 1px 0 black, 1px -1px 0 black, 0 1px 0 black,  0 -1px 0 black, -1px 0 0 black, 1px 0 0 black;
  color: white;
}

.m_about-txt{
  margin-top: 24px;
  text-align-last: left;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}
@media screen and (min-width: 1080px) {
  .m_about-txt{
    font-size: 18px;
  }
}
.m_prof-img{
  margin: 0 auto;
  margin-top: 40px;
  width: 40vw;
}
@media screen and (min-width: 1080px) {
  .m_prof-img{
    width: 25vw;
    margin: 0 0;
  }
}

.m_about-btn__more{
  margin: 40px auto 0 auto;
  width: 200px;
  height: 60px;
  background-color: #d9d9d9;
  box-shadow: #505050 3px 3px;
  border-radius: 2px;
}
.m_about-btn__more:hover{
  transform: translate(3px, 3px);
  box-shadow: none;
}
@media screen and (min-width: 1080px) {
  .m_about-btn__more{
    margin: 80px auto 0 auto;
  }
}

.m_about-btn__link{
  color: white;
  font-weight: bold;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
