@charset "UTF-8";
/* 色設定 */
/* ============================================ */
/* メインビジュアル */
#mainvisual {
  text-align: center;
  height: 350rem;
  display: flex;
  align-items: center;
  background-image: url("../img/about/bg_about_mainvisual.jpg");
  background-size: cover;
  color: white;
  font-weight: 700;
}

#mainvisual .viewport-s {
  display: flex;
  align-items: center;
}

#mainvisual .viewport-s::after {
  content: "";
  height: 1px;
  background-color: white;
  flex-grow: 1;
}

#mainvisual .viewport-s::before {
  content: "";
  height: 1px;
  background-color: white;
  flex-grow: 1;
}

#mainvisual .page-title {
  line-height: 1;
  position: relative;
  flex-grow: 0;
  margin: 0 40rem;
  color: white;
}

#mainvisual .page-title .en {
  display: block;
  font-size: 40rem;
}

#mainvisual .page-title .ja {
  display: block;
  font-size: 18rem;
  margin-top: 8rem;
}

#message {
  padding: 120rem 0 80rem;
  background: #f5f5f5;
}

#message .viewport-m {
  position: relative;
  z-index: 2;
}

#message .viewport-m .catch-copy {
  font-weight: 700;
  font-size: 30rem;
  text-align: center;
  margin-top: 40rem;
  z-index: 2;
}

#message .viewport-m .catch-copy strong {
  font-size: 43rem;
  color: #73b8e2;
}

#message .viewport-m .message-container {
  margin: 64rem 0 64rem;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

#message .viewport-m .message-container .left-container {
  width: 50%;
}

#message .viewport-m .message-container .left-container .message-text {
  font-size: 18rem;
  line-height: 2;
}

#message .viewport-m .message-container .right-container {
  width: 44%;
}

#message .viewport-m .message-back {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 118rem;
  color: rgba(11, 5, 73, 0.02);
  z-index: -1;
}

#profile {
  padding: 120rem 0 80rem;
}

#profile .profile-container {
  display: flex;
  justify-content: space-between;
  margin-top: 56rem;
}

#profile .profile-container .profile-img {
  width: 45%;
}

#profile .profile-container .profile-img figure {
  position: relative;
}

#profile .profile-container .profile-img figure .profile-name {
  position: absolute;
  bottom: 20rem;
  left: 20rem;
  font-weight: 700;
}

#profile .profile-container .profile-img figure .profile-name .position {
  font-size: 12rem;
  color: #73b8e2;
}

#profile .profile-container .profile-img figure .profile-name .name {
  font-size: 18rem;
}

#profile .profile-container .profile-text {
  width: 50%;
}

#profile .profile-container .profile-text .profile-head {
  color: #0b0549;
  font-weight: 700;
  font-size: 20rem;
  padding-left: 16rem;
  border-left: #0b0549 6px solid;
}

#profile .profile-container .profile-text .profile-body {
  margin-top: 32rem;
  line-height: 2.4;
  font-size: 14rem;
}

#office {
  background-image: url("../img/bg_about.jpg");
  background-size: cover;
  background-position: center;
  padding: 120rem 0 80rem;
}

#office .about-container {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #0b0549;
  border-radius: 30rem;
  padding: 56rem 56rem 0;
  margin-top: 40rem;
}

#office .about-container .about-list li {
  display: flex;
  margin-bottom: 16rem;
}

#office .about-container .about-list li .label {
  color: #0b0549;
  font-weight: 500;
  width: 20%;
  font-size: 16rem;
  padding-left: 12rem;
  position: relative;
}

#office .about-container .about-list li .label::before {
  position: absolute;
  content: "";
  background: #0b0549;
  top: 0;
  left: 0;
  width: 5px;
  height: 24rem;
}

#office .about-container .about-list li .body {
  width: 80%;
}

#office .about-container figure {
  width: 50%;
  margin: 48rem auto 0;
}

iframe {
  width: 100%;
  height: 500rem;
}

/* ============================ ============================ */
@media screen and (max-width: 1080px) {
  /* メインビジュアル */
  #mainvisual {
    height: 260rem;
  }
  #mainvisual .page-title .en {
    font-size: 26rem;
  }
  #mainvisual .page-title .ja {
    font-size: 16rem;
  }
  /* ============================ ============================ */
  #message .viewport-m .catch-copy {
    font-size: 24rem;
  }
  #message .viewport-m .catch-copy strong {
    font-size: 32rem;
  }
  #message .viewport-m .message-container {
    display: block;
  }
  #message .viewport-m .message-container .left-container {
    width: 100%;
  }
  #message .viewport-m .message-container .left-container .message-text {
    font-size: 18rem;
  }
  #message .viewport-m .message-container .right-container {
    margin-top: 32rem;
    width: 100%;
  }
  #message .viewport-m .message-back {
    font-size: 80rem;
  }
  #profile .profile-container {
    display: flex;
    flex-direction: column;
  }
  #profile .profile-container .profile-img {
    width: 100%;
  }
  #profile .profile-container .profile-text {
    width: 100%;
    margin-top: 40rem;
  }
  #profile .profile-container .profile-text .profile-body {
    line-height: 2;
  }
  #profile .profile-container:nth-child(3) {
    flex-direction: column-reverse;
  }
  /* ============================================ */
  #office {
    background-image: url("../img/bg_about_sp.jpg");
  }
  #office .about-container {
    padding: 56rem 32rem 0;
  }
  #office .about-container .about-list li {
    display: block;
    margin-bottom: 32rem;
  }
  #office .about-container .about-list li .label {
    width: 100%;
    padding-left: 12rem;
  }
  #office .about-container .about-list li .body {
    margin-top: 16rem;
    width: 100%;
  }
  #office .about-container figure {
    width: 100%;
  }
  /* ============================ ============================ */
}
