@charset "UTF-8";
@counter-style middle-dot {
  system: cyclic;
  symbols: ・;
  suffix: " ";
  fallback: disc;
}
@counter-style large-dot {
  system: cyclic;
  symbols: ●;
  suffix: " ";
  fallback: disc;
}
@counter-style large-dot-white {
  system: cyclic;
  symbols: 〇;
  suffix: " ";
  fallback: disc;
}
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.l-subpage__fv--mv {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-subpage__fv--mv {
    padding-bottom: 2.5rem;
  }
}

.p-nav {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-nav {
    margin-bottom: 3.75rem;
  }
}
.p-nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(0.3125rem, -0.6818181818rem + 4.2424242424vw, 2.5rem);
}
.p-nav__list .list .link {
  gap: 0.3125rem;
  padding: 0.625rem;
  min-height: 5rem;
  text-align: center;
  height: 100%;
}
.p-nav__list .list .link .icon {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  color: #121212;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-nav__list .list .link .text {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-nav__list .list .link:hover .icon {
  color: #d80c24;
}
@media screen and (max-width: 767px) {
  .p-nav__list .list .link {
    min-height: 4.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-nav__list .list .link .text {
    font-size: 0.8125rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

#company-profile .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem clamp(1.25rem, -1.0227272727rem + 9.696969697vw, 6.25rem);
}
@media screen and (max-width: 1024px) {
  #company-profile .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#company-profile .block__left {
  max-width: 21.5rem;
}
#company-profile .block__left .heading {
  margin-bottom: 2.5rem;
}
#company-profile .block__left .heading > .en {
  font-size: clamp(2.625rem, 1.8863636364rem + 3.1515151515vw, 4.25rem);
}
#company-profile .block__left .image {
  width: 100%;
  height: auto;
  aspect-ratio: 43/25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#company-profile .block__left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  #company-profile .block__left .heading {
    margin-bottom: 1.25rem;
  }
}
#company-profile .block__right {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#company-profile .block__right .about {
  display: grid;
  grid-template-columns: 5em auto;
  gap: 3.75rem clamp(1.875rem, -1.428rem + 6.88vw, 3.75rem);
  padding: 1.875rem 0;
  border-bottom: 1px solid #ededeb;
}
@media screen and (max-width: 767px) {
  #company-profile .block__right .about {
    padding: 1.25rem 0;
    display: block;
  }
}
#company-profile .block__right .about__title {
  -ms-flex-item-align: center;
      align-self: center;
}
#company-profile .block__right .about__text__list {
  padding-left: 1em;
}
#company-profile .block__right .about__text__list.--ol > li {
  list-style-type: decimal;
}
#company-profile .block__right .about__text__list.--ul > li {
  list-style-type: middle-dot;
}
#company-profile .block__right .about__text__pos .position__text:not(:first-of-type) {
  margin-top: 2.5rem;
}
#company-profile .block__right .about__text__pos .position__map {
  margin-top: 0.625rem;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.3125rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (min-width: 768px) {
  #company-profile .block__right .about__text__pos .position__map:hover {
    color: #d80c24;
  }
}
@media (max-width: 767px) {
  #company-profile .block__right .about__text__pos .position__map:active {
    color: #d80c24;
  }
}
#company-profile .block__right .about__text__pos .position__map::before {
  content: "";
  width: 0.75rem;
  height: 1rem;
  background: center/cover no-repeat url("../img/about/icon_map.svg");
}
@media screen and (max-width: 767px) {
  #company-profile .block__right .about__text__pos .position__text:not(:first-of-type) {
    margin-top: 1.25rem;
  }
  #company-profile .block__right .about__text__pos .position__map {
    margin-top: 0.3125rem;
  }
}
#company-profile .block__right .about__text:has(.about__text__table) {
  width: 100%;
  overflow-x: auto;
}
#company-profile .block__right .about__text__table {
  width: 100%;
}
#company-profile .block__right .about__text__table .table__thead__tr {
  border-bottom: 1px solid #ededeb;
}
#company-profile .block__right .about__text__table .table__thead__tr .th {
  font-weight: 400;
  padding: 0.3125rem 0.625rem;
  background-color: #f9f9f9;
  vertical-align: middle;
  text-align: center;
}
#company-profile .block__right .about__text__table .table__thead__tr .th:not(:first-child) {
  border-left: 1px solid #ededeb;
}
#company-profile .block__right .about__text__table .table__thead__tr .th:first-child {
  background-color: transparent;
  width: 25.8064516%;
}
#company-profile .block__right .about__text__table .table__thead__tr .th:nth-child(2) {
  width: 37.0967742%;
}
#company-profile .block__right .about__text__table .table__thead__tr .th:last-child {
  width: 37.0967742%;
}
#company-profile .block__right .about__text__table .table__tbody__tr .th,
#company-profile .block__right .about__text__table .table__tbody__tr .td {
  padding: 0.3125rem 0.625rem;
  vertical-align: middle;
  text-align: center;
}
#company-profile .block__right .about__text__table .table__tbody__tr .th {
  font-weight: 400;
  background-color: #f9f9f9;
}
#company-profile .block__right .about__text__table .table__tbody__tr .td {
  border-left: 1px solid #ededeb;
}
#company-profile .block__right .about__text__table .table__tbody__tr .td .text {
  text-align: left;
}
#company-profile .block__right .about__text__table .table__tbody__tr:not(:last-child) {
  border-bottom: 1px solid #ededeb;
}
@media screen and (max-width: 1024px) {
  #company-profile .block__right .about__text__table {
    min-width: 36.625rem;
  }
}

#download {
  margin: 6.25rem 0;
  padding: 6.25rem 0;
  background: center/cover no-repeat url("../img/top/bg_01.jpg");
}
@media screen and (max-width: 767px) {
  #download {
    margin: 3.75rem 0;
    padding: 3.75rem 0;
  }
}
#download .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem clamp(1.25rem, -1.0227272727rem + 9.696969697vw, 6.25rem);
}
@media screen and (max-width: 767px) {
  #download .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#download .block__left .heading {
  margin-bottom: 0;
}
#download .block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem 2.5rem;
  width: 63.04%;
}
#download .block__right .right__image {
  width: 43.87%;
  min-width: 12.5rem;
}
#download .block__right .right__info {
  width: 50.86%;
}
#download .block__right .right__info__text {
  margin-bottom: 0.625rem;
}
#download .block__right .right__info__list {
  margin-bottom: 2.5rem;
  padding-left: 1.5em;
}
#download .block__right .right__info__list .list {
  list-style-type: large-dot-white;
}
#download .block__right .right__info__link {
  padding: 1.875rem 1.25rem;
  gap: 0 0.3125rem;
}
#download .block__right .right__info__link .icon {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: center/58.33% no-repeat url("../img/common/icon_download.svg");
}
#download .block__right .right__info__link:hover .icon {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(91%) saturate(3609%) hue-rotate(344deg) brightness(84%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(91%) saturate(3609%) hue-rotate(344deg) brightness(84%) contrast(105%);
}
@media screen and (max-width: 767px) {
  #download .block__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #download .block__right .right__image {
    width: 100%;
    max-width: 25rem;
    margin: 0 auto;
  }
  #download .block__right .right__info {
    width: 100%;
  }
  #download .block__right .right__info__text {
    margin-bottom: 0.3125rem;
  }
  #download .block__right .right__info__link {
    padding: 1.25rem;
  }
}/*# sourceMappingURL=about.css.map */