.about .message {
  padding: 65px 0 230px;
  position: relative;
  background: #00A1E9;
  background: linear-gradient(90deg, rgba(0, 161, 233, 0.1) 0%, rgba(0, 113, 188, 0.1) 100%);
}
@media screen and (max-width: 767px) {
  .about .message {
    padding: 0 0 90px;
  }
}
.about .message::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, rgba(0, 161, 233, 0.1) 0%, rgba(0, 113, 188, 0.1) 100%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: -200px;
}
@media screen and (max-width: 767px) {
  .about .message::before {
    top: -50px;
    height: 50px;
  }
}
.about .message::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: #fff;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .about .message::after {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about .message .message-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.about .message .message-wrap .message-txt {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .about .message .message-wrap .message-txt {
    width: 100%;
  }
}
.about .message .message-wrap .message-txt .section-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about .message .message-wrap .message-txt .section-ttl {
    margin-bottom: 30px;
  }
}
.about .message .message-wrap .message-txt .txt-r {
  margin-top: 60px;
}
.about .message .message-wrap .message-txt .txt-r .name {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .about .message .message-wrap .message-txt .txt-r .name {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .message .message-wrap .message-txt .txt-r .name img {
    width: 120px;
  }
}
.about .message .message-wrap .representative-image {
  max-width: 620px;
  width: calc(500px + (100% - 1200px) / 2);
  position: absolute;
  top: -300px;
  right: calc((100% - 1440px) / 2);
  opacity: 0;
  animation: fade-in 1s ease-in forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1439px) {
  .about .message .message-wrap .representative-image {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about .message .message-wrap .representative-image {
    width: 100%;
    position: relative;
    top: -20px;
  }
}
.about .message .message-wrap .representative-image img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 1439px) {
  .about .message .message-wrap .representative-image img {
    border-radius: 8px 0 0 8px;
  }
}
.about .message .message-wrap .representative-image::after {
  content: "";
  display: block;
  width: 158px;
  height: 683px;
  background: url(/about/img/txt_message.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -550px;
  right: 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about .message .message-wrap .representative-image::after {
    background: url(/about/img/txt_message_sp.png) no-repeat;
    background-size: contain;
    width: 42px;
    height: 171px;
    right: 5px;
    bottom: -82px;
  }
}
.about .company {
  padding: 60px 0 75px;
  background-image: url(/about/img/logo_background.png);
  background-repeat: no-repeat;
  background-size: 544px 603px;
  background-position: top 0 left 0;
}
@media screen and (max-width: 767px) {
  .about .company {
    background-size: 138px 153px;
  }
}
.about .company .company-info {
  display: flex;
  flex-wrap: wrap;
}
.about .company .company-info .section-ttl {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .about .company .company-info .section-ttl {
    width: 100%;
  }
}
.about .company .company-info .company-info-list {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about .company .company-info .company-info-list {
    width: 100%;
    margin-top: 25px;
  }
}
.about .company .company-info .company-info-list dt {
  width: 216px;
  padding: 25px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about .company .company-info .company-info-list dt {
    width: 32%;
    padding: 15px 0;
  }
}
.about .company .company-info .company-info-list dd {
  width: 584px;
  padding: 25px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about .company .company-info .company-info-list dd {
    width: 68%;
    padding: 15px 0;
  }
}
.about .company .company-info .company-info-list dd::after {
  content: "";
  display: block;
  width: 800px;
  height: 2px;
  background: #00A1E9;
  background: linear-gradient(90deg, rgba(0, 161, 233, 0.8) 0%, rgba(0, 113, 188, 0.8) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .about .company .company-info .company-info-list dd::after {
    width: 147%;
  }
}
.about .company .company-info .company-info-list dd .indent li {
  margin-bottom: 0;
}
.about .company .access {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .about .company .access {
    margin-top: 50px;
  }
}
.about .company .access .map {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .about .company .access .map iframe {
    aspect-ratio: 325/320;
    height: auto;
  }
}
.about .company .office {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .about .company .office {
    margin-top: 50px;
  }
}
.about .company .office .office-image {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
}
@media screen and (max-width: 767px) {
  .about .company .office .office-image {
    gap: 10px 2%;
  }
}
.about .company .office .office-image li {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .about .company .office .office-image li {
    width: 49%;
  }
}/*# sourceMappingURL=about.css.map */