/* --------------------------------------------------
  purpose
-------------------------------------------------- */
.p-purpose {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-purpose {
    padding-top: 6.5rem;
  }
}
.p-purpose__inner {
  text-align: center;
}
.p-purpose__img {
  padding: 0 4rem;
}
.p-purpose__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 2720/960;
}
@media screen and (max-width: 767px) {
  .p-purpose__img {
    padding: 0 1rem;
  }
  .p-purpose__img img {
    aspect-ratio: 740/960;
  }
}
.p-purpose__ttl {
  margin: 11rem auto 5.5rem;
}
.p-purpose__txt dt {
  font-size: 3rem;
  line-height: 1.75;
  text-align: center;
}
.p-purpose__txt dd {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

/* --------------------------------------------------
  message
-------------------------------------------------- */
.p-message {
  padding-top: 30rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-top: 13rem;
    padding-bottom: 7rem;
  }
}
.p-message__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10rem;
  padding-bottom: 25rem;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem 0;
    padding-bottom: 15rem;
  }
}
.p-message__txtbox {
  width: 61.2rem;
}
@media screen and (max-width: 767px) {
  .p-message__txtbox {
    width: 100%;
  }
}
.p-message__ttl {
  margin-bottom: 5.5rem;
}
.p-message__headline {
  font-size: 2.4rem;
  line-height: 1.75;
}
.p-message__txt {
  margin: 2.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-message__txt {
    margin-bottom: 3.5rem;
  }
}
.p-message__sign {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-message__img {
  margin-right: calc(50% - 50vw);
  -webkit-transform: translateX(-1rem) translateY(1rem);
          transform: translateX(-1rem) translateY(1rem);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100vw;
  min-width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    min-width: inherit;
    padding-left: 1rem;
  }
}

.p-message-detail {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 15rem;
  margin: 0;
  padding-left: 5rem;
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .p-message-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 6rem 0;
  }
}
.p-message-detail__right {
  padding-top: 6.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-message-detail__right {
    padding-top: 0;
  }
}
.p-message-detail__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 38rem;
  padding-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-message-detail__left {
    width: 100%;
    padding-top: 0;
  }
}
.p-message-detail__img {
  width: 14.9rem;
}
.p-message-detail__img:first-child {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-message-detail__img {
    width: 13.7rem;
  }
  .p-message-detail__img:first-child {
    padding-top: 13.9rem;
  }
}
.p-message-detail__item {
  position: relative;
}
.p-message-detail__item + .p-message-detail__item {
  margin-top: 7rem;
  padding-top: 6rem;
}
.p-message-detail__item + .p-message-detail__item::before {
  position: absolute;
  content: "";
  background: #113445;
  width: 9.4rem;
  height: 1px;
  top: 0;
  left: 0;
}
.p-message-detail__label-txt01 {
  font-size: 2.5rem;
  letter-spacing: 0;
}
.p-message-detail__label-txt02 {
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #E0BF5C;
  margin-left: 2rem;
}
.p-message-detail__subttl {
  font-size: 3rem;
  line-height: 1.75;
  margin: 1.8rem 0 1rem;
}

/* --------------------------------------------------
  company
-------------------------------------------------- */
.p-company {
  padding-top: 15rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-company__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-company__ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-company__ttl {
    margin-bottom: 11rem;
  }
}
.p-company__list {
  width: 49rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 0;
  margin-top: -1rem;
}
.p-company__list dt {
  font-weight: 500;
  letter-spacing: 0;
  width: 19.6rem;
}
.p-company__list dd {
  letter-spacing: 0;
  width: calc(100% - 19.6rem);
}
@media screen and (max-width: 767px) {
  .p-company__list {
    width: 100%;
    margin-top: 0;
    gap: 1rem 0;
  }
  .p-company__list dt {
    width: 100%;
  }
  .p-company__list dd {
    width: 100%;
  }
  .p-company__list dd + dt {
    padding-top: 2rem;
  }
}

.p-groupe-line {
  padding-bottom: 5rem;
  width: calc(50% + 22.5rem);
  min-height: 24.7rem;
}
.p-groupe-line__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-groupe-line {
    width: 100%;
    padding-bottom: 8rem;
    padding-right: 7rem;
    min-height: 11rem;
  }
}

/* --------------------------------------------------
  group
-------------------------------------------------- */
.p-group {
  padding-top: 15rem;
  padding-bottom: 15.5rem;
}
@media screen and (max-width: 767px) {
  .p-group {
    padding-top: 8rem;
    padding-bottom: 16rem;
  }
}
.p-group-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9rem;
}
.p-group-heading__ttl {
  margin-bottom: 7rem;
}
.p-group-heading__txt {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-group-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 7rem;
  }
}
.p-group-btn {
  width: 100%;
}
.p-group-btn__img {
  position: relative;
  width: 100%;
  height: 33.6rem;
  border: 1px solid rgba(17, 52, 69, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-group-btn__img {
    height: 21rem;
  }
}
.p-group-btn__img img {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-group-btn__img img {
    width: 18.7rem;
  }
}
.p-group-btn__img::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  right: 2.4rem;
  bottom: 2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
.p-group-btn__img::after {
  position: absolute;
  content: "";
  background: #113445;
  width: 5.6rem;
  height: 5.6rem;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-group-btn__img::before {
    width: 0.8rem;
    height: 0.8rem;
    right: 1.5rem;
    bottom: 1.3rem;
  }
  .p-group-btn__img::after {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.p-group-btn__label {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-group-btn__label {
    padding-top: 2rem;
  }
}
.p-group-btn__label dd {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.p-group-btn__txt01 {
  font-size: 1.3rem;
  color: #E0BF5C;
  display: block;
}
.p-group-btn__txt02 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-group-btn__txt02 {
    margin: 0.5rem 0;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-group-btn:hover .p-group-btn__img {
    border-color: #113445;
  }
}
.p-group__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8rem calc(100% - 112rem);
}
.p-group__list li {
  width: 56rem;
}
@media screen and (max-width: 767px) {
  .p-group__list {
    gap: 6.5rem 0;
  }
  .p-group__list li {
    width: 100%;
  }
}
.p-group__list a {
  display: block;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-group__list a:hover .p-group-btn__txt dt {
    border-bottom-color: #113445;
  }
  .p-group__list a:hover .p-group-btn__txt dt::before {
    opacity: 1;
  }
  .p-group__list a:hover .p-group-btn__txt dd {
    color: #113445;
  }
}
/*# sourceMappingURL=aboutus.css.map */