@charset "UTF-8";
/* --------------------------------
  msg
--------------------------------*/
#msg .msg-img {
  float: left;
  width: 40%;
  max-width: 400px;
  margin-right: 16px;
  height: auto;
  aspect-ratio: 901 / 939;
  object-fit: contain;
}
#msg .sec-ttl-en {
  position: relative;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: calc(0.5em - 0.2em);
  line-height: 1;
}
#msg .sec-ttl-en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/page/about/msg-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
#msg .msg-txt {
  position: relative;
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
}
#msg .msg-txt__content {
  flex: 1;
  overflow: hidden;
}
#msg .msg-txt-img {
  width: 388px;
  height: auto;
  aspect-ratio: 388 / 579;
  margin-right: -2.5%;
}
@media screen and (max-width: 1200px) {
  #msg .msg-txt-img {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  #msg .msg-txt-img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #msg .msg-txt__content {
    display: flex;
    flex-direction: column;
  }
  #msg .msg-img {
    float: none;
    width: 100%;
    max-width: 240px;
    aspect-ratio: 760 /703;
    margin-right: auto;
    margin-left: auto;
  }
}

/* --------------------------------
  vision
--------------------------------*/
#vision {
  position: relative;
}

#vision .vsn-inr {
  position: relative;
  padding-top: 120px;
  padding-bottom: 400px;
  z-index: 1;
}
#vision .vsn-inr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(989px, 90vw);
  height: auto;
  aspect-ratio: 989 / 1308;
  background-image: url(../../img/page/about/vsn-bg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

/* ヘッダー */
#vision .vsn-hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#vision .vsn-hd-ja .sec-subttl {
  font-size: var(--fs-40);
}

#vision .vsn-hd-ja p {
  max-width: 380px;
  margin-left: auto;
  margin-right: 0;
}
#vision .vsn-body {
  position: relative;
}
#vision .vsn-pillar {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 40px;
  padding: 40px 0;
  border-top: 1px solid var(--color-text);
}

#vision .vsn-pillar:nth-child(2) {
  padding-left: 24px;
}
#vision .vsn-pillar:nth-child(3) {
  padding-left: 48px;
}

#vision .vsn-pillar__ttl {
  font-size: var(--fs-22);
  font-weight: var(--fw-bold);
  line-height: 2;
  letter-spacing: 0.2em;
  padding-left: 1em;
  text-indent: -1em;
}

#vision .vsn-pillar__txt {
  flex: 1;
}

#vision .vsn-img {
  height: auto;
  position: absolute;
  object-fit: contain;
  width: 1013px;
  aspect-ratio: 1013 / 874;
  top: 0;
  left: 0;
  transform: translate(-25%, 15%);
}
#vision .vsn-illus-bottom {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 2%;
  bottom: 5%;
  z-index: 0;
}
#vision .bg-01 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}
#vision .bg-02 {
  position: absolute;
  bottom: 0;
  transform: translateY(30%);
  left: 10%;
}

@media screen and (max-width: 1200px) {
  #vision .vsn-hd-ja .sec-subttl {
    font-size: var(--fs-32);
  }
  #vision .vsn-pillar {
    padding: 24px 0;
  }
  #vision .vsn-pillar__ttl {
    font-size: var(--fs-18);
  }
  #vision .vsn-img {
    width: 70%;
    transform: translate(-20%, 50%);
  }
}
@media screen and (max-width: 1200px) {
  #vision .vsn-inr {
    padding-bottom: 320px;
  }
}
@media screen and (max-width: 960px) {
  #vision .vsn-inr {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  #vision .vsn-inr {
    padding-top: 0;
    padding-bottom: 0;
  }
  #vision .vsn-inr::before {
    background-image: url(../../img/page/about/vsn-bg-sp.webp);
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #vision .vsn-hd {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  #vision .vsn-hd-ja .sec-subttl {
    font-size: var(--fs-28);
  }
  #vision .vsn-hd-ja p {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
  #vision .vsn-pillar {
    width: 100%;
    gap: 24px;
  }
  #vision .vsn-pillar:nth-child(2),
  #vision .vsn-pillar:nth-child(3) {
    padding-left: 0;
  }
  #vision .vsn-pillar__ttl {
    width: 140px;
    padding-left: 0;
    text-indent: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #vision .vsn-pillar__txt {
    text-align: center;
  }
  #vision .vsn-img {
    position: initial;
    max-width: 768px;
    aspect-ratio: 768 / 367;
    width: 100%;
    transform: none;
  }
}
@media screen and (max-width: 600px) {
  #vision .vsn-hd-ja .sec-subttl {
    font-size: var(--fs-22);
  }
  #vision .sec-ttl-en {
    padding-bottom: 0;
  }
  #vision .vsn-pillar {
    flex-direction: column;
    gap: 16px;
  }
  #vision .vsn-pillar:first-child {
    border-top: none;
  }
  #vision .vsn-pillar__txt {
    font-size: var(--fs-14);
  }
}

/* --------------------------------
  company
--------------------------------*/
#company .com-info {
  margin-top: 48px;
}

#company .com-info__block {
  margin-bottom: 48px;
}

#company .com-info__block:last-child {
  margin-bottom: 0;
}

#company .com-info__ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  font-size: var(--fs-21);
  font-weight: var(--fw-bold);
  letter-spacing: 0.2em;
}

#company .com-info__ttl::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-color: var(--color-text);
  flex-shrink: 0;
}

#company .com-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--color-text);
  border-bottom: none;
}

#company .com-info__row {
  display: flex;
  border-bottom: 1px solid var(--color-text);
}

#company .com-info__row:first-child {
  padding-top: 0;
}

#company .com-info__row dt {
  flex-shrink: 0;
  width: 215px;
  padding: 24px 40px;
  text-align-last: justify;
  font-size: var(--fs-15);
  font-weight: var(--fw-medium);
  color: var(--color-text);
  background-color: rgba(255, 219, 211, 0.3);
}

#company .com-info__row dd {
  flex: 1;
  padding: 24px 40px;
  font-size: var(--fs-15);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: var(--fw-medium);
}

@media screen and (max-width: 768px) {
  #company .com-info__row {
    flex-direction: column;
  }

  #company .com-info__row dt {
    width: 100%;
    text-align-last: left;
    padding: 12px;
  }
  #company .com-info__row dd {
    padding: 12px;
  }
}
@media screen and (max-width: 600px) {
  #company .com-info__row dt {
    padding: 8px 12px;
  }
  #company .com-info__row dd {
    padding: 8px 12px;
  }
}

/* --------------------------------
  gallery
--------------------------------*/
#gallery .gal-inr {
  position: relative;
  z-index: 2;
}
#gallery .sec-subttl {
  font-size: var(--fs-36);
}
#gallery .gal-inr p {
  width: 80%;
}
#gallery .gal-illust {
  position: absolute;
  top: 0;
  right: 0;
  width: 227px;
  height: auto;
  aspect-ratio: 227 / 237;
  z-index: 0;
}

#gallery .gal-inr h3,
#gallery .gal-inr h2,
#gallery .gal-inr p {
  position: relative;
  z-index: 2;
}

#gallery .gal-illust img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#gallery .gal-slide__img {
  aspect-ratio: 1;
  overflow: hidden;
}

#gallery .gal-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gallery .container-1300 {
  overflow: visible;
}

#gallery .gal-slider-wrap {
  position: relative;
}

#gallery .gal-slide__txt {
  margin: 20px 0 0;
  color: var(--color-white);
  text-align: center;
  font-weight: var(--fw-regular);
}

#gallery .gal-slider__prev,
#gallery .gal-slider__next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 88px;
  height: 88px;
  transform: translateY(-50%);
  background-image: url(../../img/page/about/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}

#gallery .gal-slider__prev {
  left: -44px;
  transform: translateY(-50%) scaleX(-1);
}

#gallery .gal-slider__next {
  right: -44px;
}

#gallery .gal-slider__prev:hover,
#gallery .gal-slider__next:hover {
  opacity: 0.9;
}

#gallery .gal-slider__prev::after,
#gallery .gal-slider__next::after {
  display: none;
}

#gallery .swiper-pagination {
  position: relative;
  margin-top: 24px;
}

#gallery .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

#gallery .swiper-pagination-bullet-active {
  background: var(--color-white);
}
@media screen and (max-width: 1200px) {
  #gallery .gal-illust {
    width: 20vw;
  }
}
@media screen and (max-width: 960px) {
  #gallery .sec-subttl {
    font-size: var(--fs-28);
  }
  #gallery .gal-inr p {
    width: 100%;
  }
  #gallery .gal-slider__prev,
  #gallery .gal-slider__next {
    width: 48px;
    height: 48px;
  }
  #gallery .gal-slider__prev {
    left: -24px;
  }
  #gallery .gal-slider__next {
    right: -24px;
  }
  #gallery .gal-slide__txt {
    margin: 12px 4px 0;
    font-size: var(--fs-14);
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  #gallery .sec-subttl {
    font-size: var(--fs-24);
  }
  #gallery .gal-slider-wrap {
    margin-top: 32px;
  }

  #gallery .gal-slider {
    padding: 0 44px;
  }

  #gallery .gal-slider__prev {
    width: 48px;
    height: 48px;
    left: -24px;
  }

  #gallery .gal-slider__next {
    width: 48px;
    height: 48px;
    right: -24px;
  }

  #gallery .gal-slider__prev::after,
  #gallery .gal-slider__next::after {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #gallery .gal-slider__prev {
    width: 32px;
    height: 32px;
    left: -2.5%;
  }

  #gallery .gal-slider__next {
    width: 32px;
    height: 32px;
    right: -2.5%;
  }
  #gallery .gal-slide__txt {
    font-size: var(--fs-12);
  }
}
