main {
  background: #f0f0f0;
}

@media screen and (max-width: 767px) {
  #mv.type1 {
    height: 67rem;
    padding-bottom: 30rem;
  }
  #mv.type1 .bg::before {
    background: linear-gradient(0deg, #002e3e 0%, #002e3e 14rem, rgba(0, 46, 62, 0.4) 45rem);
  }
}

#brand {
  padding: 7rem 0;
  z-index: 3;
}
#brand .en {
  font-size: 2.6em;
  font-family: "Lexend Giga", sans-serif;
  letter-spacing: -0.1em;
  color: #00577e;
  opacity: 0.5;
  position: absolute;
  top: 5rem;
  left: calc(50% + 31rem);
  transform: rotate(90deg);
}
#brand .en span {
  display: block;
  white-space: nowrap;
}
#brand .en span + span {
  padding-left: 10em;
}
#brand h2 {
  text-align: center;
  font-family: "Cardo", serif;
  color: #00577e;
  font-size: 2.2rem;
}
#brand h2::after {
  content: "";
  width: 8rem;
  height: 3px;
  display: block;
  background: #00577e;
  display: block;
  margin: 2rem auto 0;
}
#brand .catchcopy {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 7rem;
  line-height: 1.2857142857;
  margin-top: 0.5em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #brand {
    background: #002e3e;
    margin-top: -30rem;
    height: 30rem;
  }
  #brand .en {
    display: none;
  }
  #brand h2 {
    display: inline-block;
    text-align: left;
    color: #fff;
    font-size: 1.8rem;
  }
  #brand h2::after {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    margin: 0.5rem 0 0;
  }
  #brand .catchcopy {
    text-align: left;
    font-size: min(3.8rem, 10vw);
    color: #fff;
    line-height: 1.2857142857;
    margin-top: 0.5em;
    white-space: nowrap;
  }
}

#feature {
  padding: 8rem 0;
  z-index: 2;
}
#feature::before {
  content: "";
  display: block;
  width: calc(50% + 42rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #00577e, #002c3f);
  z-index: -1;
}
#feature .inner {
  width: 106rem;
  padding: 0;
}
#feature .block {
  background: #fff;
  position: relative;
  right: -15rem;
  padding: 8rem 15rem 8rem 8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#feature .block + .block {
  margin-top: 8rem;
}
#feature .block .num {
  font-size: 10rem;
  color: #00577e;
  font-family: "Cardo", serif;
  line-height: 0.8;
}
#feature .block .main {
  width: 68rem;
}
#feature .block .main h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 1em 0 0.7em;
}
@media screen and (max-width: 767px) {
  #feature {
    background: #002e3e;
    padding: 0 0 11rem 2rem;
    z-index: 2;
  }
  #feature::before {
    content: "";
    display: block;
    width: 100%;
    height: 26rem;
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(240, 240, 240, 0), #f0f0f0);
    z-index: -1;
  }
  #feature .inner {
    width: unset;
    padding: 0;
  }
  #feature .block {
    width: auto;
    right: unset;
    padding: 5rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3rem;
  }
  #feature .block + .block {
    margin-top: 4rem;
  }
  #feature .block .num {
    font-size: 6rem;
    line-height: 0.8;
  }
  #feature .block .main {
    width: auto;
  }
  #feature .block .main h3 {
    font-size: 1.8rem;
    margin: 1.5em 0 1.2em;
    letter-spacing: 0;
  }
}

#message {
  background: none;
  padding: 10rem 0 15rem;
}
#message .arrow {
  text-align: center;
  margin-bottom: 5rem;
}
#message hgroup .en {
  text-align: center;
  font-family: "Cardo", serif;
  color: #00577e;
  font-size: 2.2rem;
  line-height: 1;
}
#message hgroup .en::after {
  content: "";
  width: 8rem;
  height: 3px;
  display: block;
  background: #00577e;
  display: block;
  margin: 2rem auto 0;
}
#message hgroup h2 {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-top: 0.8em;
}
#message .body {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
#message .body .txt {
  width: 65rem;
}
#message .body .txt p + p {
  margin-top: 1.5em;
}
#message .body .photo {
  width: 26rem;
  text-align: right;
}
#message .body .photo .sign {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #message {
    margin-top: -7rem;
    z-index: 2;
    padding: 0 0 8rem;
  }
  #message .arrow {
    text-align: center;
    margin-bottom: 5rem;
  }
  #message .arrow img {
    width: 6rem;
  }
  #message hgroup .en {
    font-size: 2rem;
  }
  #message hgroup .en::after {
    width: 8rem;
    height: 2px;
    margin: 2rem auto 0;
  }
  #message hgroup h2 {
    font-size: 3.2rem;
  }
  #message .body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    margin-top: 3rem;
  }
  #message .body .txt {
    width: auto;
  }
  #message .body .txt p + p {
    margin-top: 1.5em;
  }
  #message .body .photo {
    width: 22rem;
    text-align: center;
  }
  #message .body .photo .sign {
    text-align: right;
    margin-top: 2rem;
  }
  #message .body .photo .sign img {
    width: 15rem;
  }
}
/*# sourceMappingURL=about.css.map */