@charset "UTF-8";
/* ==========================================================================
ABOUT USページ
========================================================================== */
.page-about .main-content {
  overflow: visible;
}

.about-img {
  height: 125vh;
  background: url("./img/message-about/about-img.jpg") no-repeat center top/cover;
  position: sticky;
  top: 0;
  z-index: -1;
  transition: background 1s ease-in-out;
}
.about-img::after {
  background-color: rgba(0, 58, 128, 0);
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  transition: background-color 1s ease-in-out;
}
.about-img.visible::after {
  background-color: rgba(0, 58, 128, 0.6);
}

.about-img img {
  width: 100%;
}

.about-img-foot {
  background: #fff;
  height: auto;
}

.about-img-foot img {
  width: 100%;
}

/* ==================================
STATEMENT
================================== */
.statement {
  position: relative;
  color: #fff;
  overflow: hidden;
  /* 擬似要素を含めた全体が表示されるように */
  transition: background 1s ease-in-out;
  /* じんわりと表示されるようにトランジションを設定 */
}
.statement .border-width--top::before {
  background: #fff;
}

.statement.visible {
  /* クラスが付与されたときの背景色 */
}

.be-conspicuous {
  display: flex;
}

.be-conspicuous-inner {
  padding: 120px 60px;
}
@media (max-width: 1440px) {
  .be-conspicuous-inner {
    padding: 8.3333333333vw 4.1666666667vw;
  }
}

.be-conspicuous-title {
  line-height: 1;
}

.be-conspicuous-title .ja {
  font-size: 86px;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .be-conspicuous-title .ja {
    font-size: 5.9722222222vw;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-title .ja {
    font-size: 42px;
  }
}

.be-conspicuous-title .en {
  letter-spacing: 0.12em;
  display: block;
  font-size: 22px;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .be-conspicuous-title .en {
    font-size: 1.5277777778vw;
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-title .en {
    font-size: 18px;
    margin-top: 15px;
  }
}

.be-conspicuous-text {
  line-height: 2.25;
  letter-spacing: 0.12em;
  font-size: 24px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .be-conspicuous-text {
    font-size: 1.6666666667vw;
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 959px) {
  .be-conspicuous-text {
    font-size: 15px;
    margin-top: 30px;
  }
}

.be-conspicuous-right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  border-left: 2px solid #053c7e;
}
@media (max-width: 1440px) {
  .be-conspicuous-right {
    min-width: 6.9444444444vw;
    border-left: 0.1388888889vw solid #053c7e;
  }
}

.be-conspicuous-right-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.579;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .be-conspicuous-right-text {
    font-size: 1.3888888889vw;
  }
}

/* ==================================
VISION,PERSON
================================== */
.vision,
.person {
  background: #fff;
}
.vision .inner,
.person .inner {
  padding: 80px 50px;
}
@media (max-width: 1440px) {
  .vision .inner,
  .person .inner {
    padding: 5.5555555556vw 3.4722222222vw;
  }
}
@media (max-width: 959px) {
  .vision .inner,
  .person .inner {
    padding: 40px 20px;
  }
}

.vision-box,
.person-box {
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
@media (max-width: 959px) {
  .vision-box,
  .person-box {
    flex-direction: column;
  }
}

.vision-box-left,
.person-box-left {
  width: 40%;
}
@media (max-width: 959px) {
  .vision-box-left,
  .person-box-left {
    width: 100%;
  }
}

.vision-box-right,
.person-box-right {
  width: 50%;
}
@media (max-width: 959px) {
  .vision-box-right,
  .person-box-right {
    width: 100%;
  }
}

.vision-box-text,
.person-box-text {
  font-family: "kinto-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 2.2727272727;
}
@media (max-width: 959px) {
  .vision-box-text,
  .person-box-text {
    margin-top: 15px;
  }
}
.vision-box-text .small,
.person-box-text .small {
  font-size: 12px;
}

/* ==================================
TOP MESSAGE
================================== */
.message {
  background: #fff;
}
@media (max-width: 959px) {
  .message {
    padding-bottom: 0px;
  }
}
.message .inner {
  padding: 80px 50px;
}
@media (max-width: 1440px) {
  .message .inner {
    padding: 5.5555555556vw 3.4722222222vw;
  }
}
@media (max-width: 959px) {
  .message .inner {
    padding: 40px 20px;
  }
}

.message-box {
  display: flex;
  gap: 10%;
}
@media (max-width: 959px) {
  .message-box {
    flex-direction: column;
  }
}

.message-box-left {
  width: 40%;
}
@media (max-width: 959px) {
  .message-box-left {
    width: 80%;
    margin: auto;
  }
}

.message-box-right {
  width: 50%;
}
@media (max-width: 959px) {
  .message-box-right {
    width: 100%;
  }
}

.message-box-text {
  font-family: "kinto-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 2.2727272727;
}
@media (max-width: 959px) {
  .message-box-text {
    margin-top: 30px;
    line-height: 1.92;
  }
}

.message-box-text + .message-box-text {
  margin-top: 100px;
}
@media (max-width: 1440px) {
  .message-box-text + .message-box-text {
    margin-top: 6.9444444444vw;
  }
}
@media (max-width: 959px) {
  .message-box-text + .message-box-text {
    margin-top: 30px;
  }
}

.message-box-name {
  font-family: "kinto-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 2.0769230769;
  text-align: right;
  font-size: 26px;
}
@media (max-width: 1440px) {
  .message-box-name {
    font-size: 1.8055555556vw;
  }
}
@media (max-width: 959px) {
  .message-box-name {
    font-size: 14px;
  }
}/*# sourceMappingURL=message.css.map */