@charset "UTF-8";
.about_vision {
  position: relative;
}
.about_vision .text-scroll {
  position: absolute;
  color: rgba(6, 55, 99, 0.5);
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.about_vision .container {
  padding-bottom: 173px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .about_vision .container {
    padding-bottom: 173rem;
  }
}
@media screen and (max-width: 768px) {
  .about_vision .container {
    padding-bottom: 182rem;
  }
}
.about_vision .container::before {
  content: "";
  background: url(../img/top/main.png) no-repeat center/contain;
  position: absolute;
  width: 426px;
  height: 425px;
  top: 0;
  right: 24px;
  z-index: -1;
}
@media screen and (max-width: 1900px) {
  .about_vision .container::before {
    width: 426rem;
    height: 425rem;
    right: 24rem;
  }
}
.about_vision .container .sec-ttl {
  color: #fff;
  justify-content: center;
  margin-bottom: 66px;
}
@media screen and (max-width: 1900px) {
  .about_vision .container .sec-ttl {
    margin-bottom: 66rem;
  }
}
@media screen and (max-width: 768px) {
  .about_vision .container .sec-ttl {
    margin-bottom: 68rem;
  }
}
.about_vision .container .text {
  text-align: center;
}
.about_vision .container .text .description {
  font-size: 21px;
  line-height: 50px;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 1900px) {
  .about_vision .container .text .description {
    font-size: 21rem;
    line-height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .about_vision .container .text .description {
    font-size: 24rem;
    line-height: 52rem;
  }
}
.about_vision .container .text .catch {
  display: block;
  font-size: 55px;
  line-height: 99px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 55px;
}
@media screen and (max-width: 1900px) {
  .about_vision .container .text .catch {
    font-size: 55rem;
    line-height: 99rem;
    margin-bottom: 55rem;
  }
}
@media screen and (max-width: 768px) {
  .about_vision .container .text .catch {
    margin-bottom: 57rem;
  }
}

.about_message .container {
  padding: 124px 0 125px;
}
@media screen and (max-width: 1900px) {
  .about_message .container {
    padding: 124rem 0 125rem;
  }
}
@media screen and (max-width: 768px) {
  .about_message .container {
    padding: 144rem 0 96rem;
  }
}
.about_message .container .sec-ttl {
  color: #002145;
  padding-top: 45px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .about_message .container .sec-ttl {
    padding-top: 45rem;
  }
}
.about_message .container .sec-ttl::before {
  content: "CEO";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-bottom: 4px solid #002145;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .about_message .container .sec-ttl::before {
    font-size: 16rem;
    border-bottom-width: 4rem;
  }
}
.about_message .container .grid-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 47px;
}
@media screen and (max-width: 1900px) {
  .about_message .container .grid-list {
    gap: 47rem;
  }
}
@media screen and (max-width: 768px) {
  .about_message .container .grid-list {
    grid-template-columns: 1fr;
    gap: 69rem;
  }
}
.about_message .container .grid-list .images {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 1900px) {
  .about_message .container .grid-list .images {
    gap: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .about_message .container .grid-list .images {
    gap: 53rem;
  }
}
.about_message .container .grid-list .images img {
  max-width: 571px;
}
@media screen and (max-width: 1900px) {
  .about_message .container .grid-list .images img {
    max-width: 571rem;
    width: 571rem;
  }
}
@media screen and (max-width: 768px) {
  .about_message .container .grid-list .images img {
    max-width: none;
    width: 481rem;
  }
}
.about_message .container .grid-list .images .sec-ttl.tate {
  width: 40px;
  gap: 7px;
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: max-content 1fr;
}
@media screen and (max-width: 1900px) {
  .about_message .container .grid-list .images .sec-ttl.tate {
    width: 40rem;
    gap: 7rem;
  }
}
.about_message .container .grid-list .images .sec-ttl.tate .ttl-en {
  width: 40px;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1900px) {
  .about_message .container .grid-list .images .sec-ttl.tate .ttl-en {
    width: 40rem;
  }
}
.about_message .container .grid-list .images .sec-ttl.tate .ttl-ja {
  width: 40px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  /*--sidewaysを指定--*/
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media screen and (max-width: 1900px) {
  .about_message .container .grid-list .images .sec-ttl.tate .ttl-ja {
    width: 40rem;
  }
}
.about_message .container .grid-list .text .mainttl {
  font-size: 30px;
  line-height: 44px;
  font-weight: 900;
  color: #3e3a39;
  margin-bottom: 39px;
}
@media screen and (max-width: 1900px) {
  .about_message .container .grid-list .text .mainttl {
    font-size: 30rem;
    line-height: 44rem;
    margin-bottom: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .about_message .container .grid-list .text .description {
    font-size: 20rem;
  }
}
.about_message .container .grid-list .text .sign {
  text-align: left;
  margin-top: 15px;
  margin-right: auto;
  margin-left: 0;
  max-width: 240px;
}
@media screen and (max-width: 1900px) {
  .about_message .container .grid-list .text .sign {
    margin-top: 15rem;
    max-width: 240rem;
  }
}

.about_overview .container {
  max-width: 1080px;
  padding-bottom: 46px;
}
@media screen and (max-width: 1900px) {
  .about_overview .container {
    max-width: 1080rem;
    padding-bottom: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .about_overview .container {
    width: 90%;
  }
}
.about_overview .container .sec-ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 1900px) {
  .about_overview .container .sec-ttl {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .about_overview .container .sec-ttl {
    margin-bottom: 123rem;
  }
}
.about_overview .container .table-item {
  margin-bottom: 46px;
}
@media screen and (max-width: 1900px) {
  .about_overview .container .table-item {
    margin-bottom: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .about_overview .container .table-item {
    margin-bottom: 30rem;
  }
}
.about_overview .container .table-item .column {
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 1900px) {
  .about_overview .container .table-item .column {
    gap: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .about_overview .container .table-item .column {
    margin: auto;
  }
}
.about_overview .container .map,
.about_overview .container .company-profile-location {
  margin-bottom: 33px;
}
@media screen and (max-width: 1900px) {
  .about_overview .container .map,
  .about_overview .container .company-profile-location {
    margin-bottom: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .about_overview .container .map,
  .about_overview .container .company-profile-location {
    margin-bottom: 30rem;
  }
}
.about_overview .container .map iframe,
.about_overview .container .company-profile-location iframe {
  border-radius: 15px;
  width: 100%;
  height: 555px;
}
@media screen and (max-width: 1900px) {
  .about_overview .container .map iframe,
  .about_overview .container .company-profile-location iframe {
    border-radius: 15rem;
    height: 555rem;
  }
}
@media screen and (max-width: 768px) {
  .about_overview .container .map iframe,
  .about_overview .container .company-profile-location iframe {
    height: 400rem;
  }
}
.about_overview .container .company-profile-location {
  margin-bottom: 62px;
}
.about_overview .container .company-profile-location > .ttl {
  text-align: center;
  font-size: 30px;
  color: #002145;
  margin-bottom: 45px;
}
@media screen and (max-width: 1900px) {
  .about_overview .container .company-profile-location > .ttl {
    font-size: 30rem;
    margin-bottom: 45rem;
  }
}
@media screen and (max-width: 1900px) {
  .about_overview .container .company-profile-location {
    margin-bottom: 62rem;
  }
}
@media screen and (max-width: 768px) {
  .about_overview .container .company-profile-location {
    margin-bottom: 50rem;
  }
}
.about_overview .container .office-list > .ttl {
  text-align: center;
  font-size: 30px;
  color: #002145;
  margin-bottom: 45px;
}
@media screen and (max-width: 1900px) {
  .about_overview .container .office-list > .ttl {
    font-size: 30rem;
    margin-bottom: 45rem;
  }
}
.about_overview .container .office-list .grid-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 45px;
  align-items: stretch;
}
@media screen and (max-width: 1900px) {
  .about_overview .container .office-list .grid-list {
    gap: 30rem;
    margin-bottom: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .about_overview .container .office-list .grid-list {
    grid-template-columns: 1fr;
  }
}
.about_overview .container .office-list .grid-list iframe {
  width: 100%;
  height: 320px;
  border-radius: 15px;
}
@media screen and (max-width: 1900px) {
  .about_overview .container .office-list .grid-list iframe {
    height: 320rem;
    border-radius: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .about_overview .container .office-list .grid-list iframe {
    height: 400rem;
  }
}
.about_overview .container .office-list .table-item .item:last-child {
  padding-bottom: 29px;
  border-bottom: 1px solid #d9dada;
}
@media screen and (max-width: 1900px) {
  .about_overview .container .office-list .table-item .item:last-child {
    padding-bottom: 29rem;
  }
}
@media screen and (max-width: 768px) {
  .about_overview .container .office-list .table-item .item:last-child {
    padding-bottom: 29rem;
  }
}

.about_history .container {
  max-width: 1080px;
  padding-bottom: 88px;
}
@media screen and (max-width: 1900px) {
  .about_history .container {
    max-width: 1080rem;
    padding-bottom: 88rem;
  }
}
@media screen and (max-width: 768px) {
  .about_history .container {
    width: 90%;
  }
}
.about_history .container .sec-ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 1900px) {
  .about_history .container .sec-ttl {
    margin-bottom: 100rem;
  }
}/*# sourceMappingURL=aboutus.css.map */