@charset "UTF-8";
/* 共通パーツ */
.about {
  padding-bottom: 0;
}

.about__heading {
  text-align: center;
}
.about__heading .en,
.about__heading .ja {
  display: block;
}
.about__heading .en {
  font-size: 40rem;
  font-family: "Figtree";
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .about__heading .en {
    font-size: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .about__heading .en {
    font-size: 58rem;
  }
}
.about__heading .ja {
  font-size: 18rem;
  color: #0458A2;
  line-height: 1;
  margin-top: 0.5555555556em;
}

.about__wide {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-block: 60rem;
  padding-inline: 24rem;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .about__wide {
    padding-block: 120rem;
  }
}

/* 企業理念 */
.about__vision {
  max-width: 1076rem;
  margin: 0 auto 60rem;
}
@media screen and (min-width: 768px) {
  .about__vision {
    margin-bottom: 120rem;
  }
}

.about__vision_message {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .about__vision_message {
    margin-top: 60px;
  }
}
.about__vision_message .en,
.about__vision_message .ja {
  display: inline-block;
}
.about__vision_message .en {
  font-size: 28rem;
  font-family: "Figtree";
  font-weight: 700;
  color: #0458A2;
  line-height: 1.25;
}
@media screen and (min-width: 400px) {
  .about__vision_message .en {
    font-size: 36rem;
  }
}
@media screen and (min-width: 768px) {
  .about__vision_message .en {
    font-size: 52rem;
  }
}
.about__vision_message .ja {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 0.3571428571em;
  padding: 0 2em;
}
@media screen and (min-width: 400px) {
  .about__vision_message .ja {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .about__vision_message .ja {
    font-size: 28rem;
  }
}
.about__vision_message .ja:before, .about__vision_message .ja:after {
  content: "～";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20rem;
}
@media screen and (min-width: 768px) {
  .about__vision_message .ja:before, .about__vision_message .ja:after {
    font-size: 28rem;
  }
}
.about__vision_message .ja::before {
  left: 0;
}
.about__vision_message .ja:after {
  right: 0;
}

.about__vision_content {
  display: grid;
  gap: 30rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about__vision_content {
    align-items: center;
    grid-template-columns: 50% 1fr;
    gap: 50rem;
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .about__vision_content {
    gap: 100rem;
  }
}

.about__vision_content_image img {
  max-width: 380rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__vision_content_image img {
    max-width: 580rem;
  }
}

.about__vision_content_text {
  font-size: 14rem;
}
@media screen and (min-width: 400px) {
  .about__vision_content_text {
    font-size: 16rem;
  }
}
.about__vision_content_text + .about__vision_content_text {
  margin-top: 2em;
}

.about__strategy_inner {
  max-width: 1076rem;
  margin: 0 auto;
}

.about__strategy_message {
  font-size: 18rem;
  font-weight: 600;
  color: #0458A2;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 30rem;
}
@media screen and (min-width: 400px) {
  .about__strategy_message {
    font-size: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .about__strategy_message {
    font-size: 42rem;
    margin-top: 60rem;
  }
}

.about__strategy_sentence {
  margin-top: 30rem;
}
@media screen and (min-width: 768px) {
  .about__strategy_sentence {
    text-align: center;
    margin-top: 50rem;
  }
}

.about__strategy_text {
  font-size: 14rem;
}
@media screen and (min-width: 400px) {
  .about__strategy_text {
    font-size: 16rem;
  }
}
.about__strategy_text + .about__strategy_text {
  margin-top: 2em;
}

/* 企業の象徴 */
.about__symbol {
  margin-top: 60rem;
}
@media screen and (min-width: 768px) {
  .about__symbol {
    margin-top: 120rem;
  }
}
@media screen and (min-width: 992px) {
  .about__symbol .about__heading {
    text-align: left;
  }
}

.about__symbol_inner {
  max-width: 1290rem;
  margin: 0 auto;
  padding-block: 40rem;
  padding-inline: 8.487654321%;
  border-radius: 50rem;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 85, 185, 0.16);
}
@media screen and (min-width: 768px) {
  .about__symbol_inner {
    padding-block: 80rem;
  }
}

.about__symbol_wrap {
  display: grid;
  gap: 20rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about__symbol_wrap {
    margin-top: 40rem;
  }
}
@media screen and (min-width: 992px) {
  .about__symbol_wrap {
    margin-top: 20rem;
    gap: 7.7160493827%;
    grid-template-columns: 200rem 1fr;
  }
}

.about__symbol_image {
  margin-top: 30rem;
}
@media screen and (min-width: 768px) {
  .about__symbol_image {
    margin-top: 0;
  }
}
.about__symbol_image img {
  max-width: 155rem;
  margin: 0 auto;
}
@media screen and (min-width: 400px) {
  .about__symbol_image img {
    max-width: 175rem;
  }
}
@media screen and (min-width: 768px) {
  .about__symbol_image img {
    max-width: 200rem;
  }
}

.about__symbol_message {
  font-size: 18rem;
  font-weight: 600;
  line-height: 1.5625;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .about__symbol_message {
    font-size: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .about__symbol_message {
    font-size: 32rem;
  }
}
@media screen and (min-width: 992px) {
  .about__symbol_message {
    text-align: left;
  }
}

.about__symbol_text {
  font-size: 14rem;
  margin-top: 20rem;
}
@media screen and (min-width: 768px) {
  .about__symbol_text {
    font-size: 16rem;
    margin-top: 30rem;
  }
}/*# sourceMappingURL=style-about.css.map */