/* =====================================================
  Company Hero
===================================================== */
.m-subpage-hero--company .m-subpage-hero__text {
  max-width: 520px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .m-subpage-hero--company .m-subpage-hero__visual {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .m-subpage-hero--company .m-subpage-hero__text {
    max-width: none;
    margin-top: 18px;
  }
  .m-subpage-hero--company .m-subpage-hero__visual {
    margin-top: 0;
  }
}

/* =====================================================
  Philosophy
===================================================== */
.p-company-philosophy {
  position: relative;
  padding: 95px 0 130px;
  background-color: #fff;
  overflow: hidden;
}
.p-company-philosophy::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: calc(100vw - 115px);
  height: 100%;
  background-color: rgba(237, 239, 248, 0.65);
  content: "";
}
.p-company-philosophy__heading {
  position: relative;
  z-index: 2;
  padding-bottom: 42px;
}
.p-company-philosophy__line {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 1px;
  margin-left: calc(50% - 50vw);
  background-color: #0085c1;
}
.p-company-philosophy__body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-top: 60px;
  padding-right: max(16px, (100vw - 1300px) / 2 + 16px);
}
.p-company-philosophy__visual {
  width: 58%;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
}
.p-company-philosophy__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-philosophy__content {
  width: 36%;
  max-width: 480px;
  margin: 0;
}
.p-company-philosophy__title {
  margin: 0 0 25px;
  color: #222;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-company-philosophy__lead {
  margin: 0 0 35px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: #0085c1;
}
.p-company-philosophy .p + .p {
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .p-company-philosophy__body {
    gap: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .p-company-philosophy::before {
    width: calc(100vw - 50px);
  }
  .p-company-philosophy__body {
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .p-company-philosophy__visual {
    width: calc(100% + 16px);
    margin-left: -16px;
  }
  .p-company-philosophy__content {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-company-philosophy {
    padding: 56px 0 64px;
  }
  .p-company-philosophy::before {
    width: 100%;
  }
  .p-company-philosophy__heading {
    padding-bottom: 24px;
  }
  .p-company-philosophy__body {
    gap: 28px;
    padding-top: 28px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .p-company-philosophy__visual {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
  .p-company-philosophy__title {
    margin-bottom: 16px;
    font-size: 24px;
    letter-spacing: 0.06em;
  }
  .p-company-philosophy__lead {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .p-company-philosophy .p + .p {
    margin-top: 14px;
  }
}

/* =====================================================
  Message
===================================================== */
.p-company-message {
  position: relative;
  padding: 110px 0 130px;
  overflow: hidden;
}
.p-company-message::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 90%;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: repeat-y;
  background-position: right bottom;
  background-size: 100% auto;
  content: "";
  opacity: 0.28;
}
.p-company-message__heading {
  position: relative;
  z-index: 2;
  padding-bottom: 42px;
}
.p-company-message__line {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 1px;
  margin-left: calc(50% - 50vw);
  background-color: #0085c1;
}
.p-company-message__content {
  max-width: none;
  margin: 70px 0 0;
}
.p-company-message__columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.p-company-message__copy {
  width: 50%;
  flex-shrink: 0;
}
.p-company-message__text {
  width: 50%;
}
.p-company-message__text .p + .p {
  margin-top: 20px;
}
.p-company-message__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  display: inline;
  border-bottom: solid;
}
.p-company-message__signature {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
  margin-top: 45px;
  text-align: right;
}
.p-company-message__signature span {
  font-size: 13px;
}
.p-company-message__signature strong {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-company-message__columns {
    gap: 48px;
  }
  .p-company-message__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-message {
    padding: 56px 0 64px;
  }
  .p-company-message::before {
    width: 70%;
    opacity: 0.18;
  }
  .p-company-message__heading {
    padding-bottom: 24px;
  }
  .p-company-message__content {
    margin-top: 28px;
  }
  .p-company-message__columns {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .p-company-message__copy, .p-company-message__text {
    width: 100%;
  }
  .p-company-message__title {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.6;
  }
  .p-company-message__text .p + .p {
    margin-top: 14px;
  }
  .p-company-message__signature {
    margin-top: 28px;
    gap: 4px;
  }
  .p-company-message__signature span {
    font-size: 12px;
  }
  .p-company-message__signature strong {
    font-size: 15px;
  }
}

/* =====================================================
  Location
===================================================== */
.p-company-location {
  position: relative;
  z-index: 0;
  padding: 95px 0 130px;
  background-color: #fff;
  overflow: hidden;
}
.p-company-location::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: calc(100vw - 115px);
  height: 100%;
  background-color: #e3f4fd;
  content: "";
}
.p-company-location::after {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 75%;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: repeat-y;
  background-position: left bottom;
  background-size: 100% auto;
  content: "";
  opacity: 0.25;
  pointer-events: none;
}
.p-company-location__heading {
  padding-bottom: 42px;
}
.p-company-location__line {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 1px;
  margin-left: calc(50% - 50vw);
  background-color: #0085c1;
}
.p-company-location__list {
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding-top: 65px;
}
.p-company-location__item {
  width: 100%;
}
.p-company-location__info {
  margin-bottom: 30px;
}
.p-company-location__name-en {
  display: block;
  margin: 0 0 6px;
  color: #0085c1;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.p-company-location__name {
  margin: 0 0 12px;
  color: #0085c1;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.p-company-location__address {
  margin: 0;
  color: #333;
  font-size: 13px;
  font-style: normal;
  line-height: 1.8;
}
.p-company-location__slider {
  overflow: hidden;
  width: 82%;
  margin-left: 0 !important;
}
.p-company-location__scrollbar {
  display: none;
}
.p-company-location__image {
  overflow: hidden;
  border-radius: 8px;
  background-color: #ddd;
}
.p-company-location__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-location .swiper-slide {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-company-location::before {
    width: calc(100vw - 50px);
  }
}
@media screen and (max-width: 767px) {
  .p-company-location {
    padding: 56px 0 64px;
  }
  .p-company-location::before {
    width: 100%;
  }
  .p-company-location::after {
    width: 75%;
    opacity: 0.14;
  }
  .p-company-location__heading {
    padding-bottom: 24px;
  }
  .p-company-location__list {
    gap: 48px;
    padding-top: 28px;
  }
  .p-company-location__info {
    margin-bottom: 20px;
  }
  .p-company-location__name-en {
    font-size: 13px;
  }
  .p-company-location__name {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .p-company-location__address {
    font-size: 13px;
    line-height: 1.7;
  }
  .p-company-location__slider {
    width: 100%;
    padding-bottom: 22px;
  }
  .p-company-location__scrollbar.swiper-scrollbar {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background-color: rgba(14, 42, 70, 0.12);
  }
  .p-company-location__scrollbar .swiper-scrollbar-drag {
    height: 100%;
    border-radius: 999px;
    background-color: #0085c1;
    cursor: grab;
  }
  .p-company-location__scrollbar .swiper-scrollbar-drag:active {
    cursor: grabbing;
  }
  .p-company-location__image {
    border-radius: 4px;
  }
}

/* =====================================================
  Company Outline
===================================================== */
.p-company-outline {
  position: relative;
  z-index: 0;
  padding: 95px 0 120px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-company-outline::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 72%;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: repeat-y;
  background-position: right bottom;
  background-size: 100% auto;
  content: "";
  opacity: 0.28;
  pointer-events: none;
}
.p-company-outline__heading {
  position: relative;
  z-index: 2;
  padding-bottom: 42px;
}
.p-company-outline__line {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 1px;
  margin-left: calc(50% - 50vw);
  background-color: #0085c1;
}
.p-company-outline__body {
  position: relative;
  z-index: 2;
  padding-top: 65px;
}
.p-company-outline__list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-company-outline__row {
  position: relative;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.p-company-outline__row::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  height: 2px;
  background-color: #78c8f0;
  content: "";
}
.p-company-outline__row::after {
  position: absolute;
  left: 200px;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
}
.p-company-outline__row:first-child .p-company-outline__term,
.p-company-outline__row:first-child .p-company-outline__description {
  border-top: 1px solid #d9d9d9;
}
.p-company-outline__term {
  margin: 0;
  padding: 28px 0;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.p-company-outline__description {
  min-width: 0;
  margin: 0;
  padding: 28px 0;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.p-company-outline__description p {
  margin: 0;
}
.p-company-outline__description p + p {
  margin-top: 4px;
}
.p-company-outline__factory {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 10px;
}
.p-company-outline__factory + .p-company-outline__factory {
  margin-top: 10px;
}
.p-company-outline__factory span {
  font-weight: 400;
}
.p-company-outline__factory p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-company-outline {
    padding: 80px 0 100px;
  }
  .p-company-outline::after {
    width: 55%;
    opacity: 0.2;
  }
  .p-company-outline__list {
    max-width: 900px;
  }
  .p-company-outline__row {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 28px;
  }
  .p-company-outline__row::before {
    width: 140px;
  }
  .p-company-outline__row::after {
    left: 168px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-outline {
    padding: 56px 0 64px;
  }
  .p-company-outline::after {
    width: 90%;
    opacity: 0.1;
  }
  .p-company-outline__heading {
    padding-bottom: 24px;
  }
  .p-company-outline__body {
    padding-top: 28px;
  }
  .p-company-outline__row {
    display: block;
    gap: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .p-company-outline__row::before, .p-company-outline__row::after {
    content: none;
  }
  .p-company-outline__row:first-child {
    border-top: 1px solid #d9d9d9;
  }
  .p-company-outline__row:first-child .p-company-outline__term,
  .p-company-outline__row:first-child .p-company-outline__description {
    border-top: 0;
  }
  .p-company-outline__term {
    display: block;
    padding: 16px 0 6px;
    font-size: 14px;
  }
  .p-company-outline__description {
    display: block;
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 1.75;
  }
  .p-company-outline__factory {
    display: block;
  }
  .p-company-outline__factory span {
    display: block;
    margin-bottom: 2px;
  }
  .p-company-outline__factory + .p-company-outline__factory {
    margin-top: 12px;
  }
}

/* =====================================================
  Company History
===================================================== */
.p-company-history {
  position: relative;
  z-index: 0;
  padding: 95px 0 130px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-company-history > .wrapper {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.p-company-history::before {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: calc(100vw - 115px);
  height: 100%;
  background-color: #0085c1;
  content: "";
}
.p-company-history::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 46%;
  height: 70%;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: repeat-y;
  background-position: right bottom;
  background-size: 100% auto;
  content: "";
  opacity: 0.18;
  pointer-events: none;
}
.p-company-history__heading {
  position: relative;
  z-index: 2;
  padding-bottom: 42px;
}
.p-company-history__line {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 1px;
  margin-left: calc(50% - 50vw);
  background-color: #ffffff;
}
.p-company-history__marquee {
  display: none;
}
.p-company-history__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 72px;
  max-width: none;
  margin-top: 75px;
  margin-left: max(16px, (100vw - 1300px) / 2 + 16px);
  margin-right: 0;
}
.p-company-history__timeline {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 920px;
}
.p-company-history__timeline::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 189px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.45);
  content: "";
  transform: translateX(-50%);
}
.p-company-history__photos {
  position: sticky;
  top: 40px;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 16px 14px;
  width: clamp(400px, 40vw, 600px);
  margin-left: auto;
  padding-left: 20px;
  flex-shrink: 0;
}
.p-company-history__item {
  position: relative;
  display: grid;
  grid-template-columns: 145px 40px minmax(0, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: start;
}
.p-company-history__item + .p-company-history__item {
  margin-top: 30px;
}
.p-company-history__year {
  padding-top: 18px;
  color: #ffffff;
  font-family: tachyon, sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-company-history__point {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin: 19px auto 0;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: #e3f4fd;
  box-shadow: 0 0 0 1px #ffffff;
}
.p-company-history__content {
  padding: 22px 30px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.p-company-history__text {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.p-company-history__image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ddd;
  aspect-ratio: 16/10;
}
.p-company-history__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-company-history__image:nth-child(1) {
  grid-column: 1/-1;
  width: 86%;
  margin-left: auto;
  border-radius: 6px 0 0 6px;
}
.p-company-history__image:nth-child(2) {
  margin-top: 36px;
  border-radius: 6px;
  aspect-ratio: 4/5;
}
.p-company-history__image:nth-child(3) {
  margin-top: -8px;
  margin-right: -6px;
  border-radius: 6px 0 0 6px;
  aspect-ratio: 5/4;
}
.p-company-history__image:nth-child(4) {
  grid-column: 1/-1;
  width: 64%;
  margin-top: 8px;
  margin-left: auto;
  border-radius: 6px 0 0 6px;
}
.p-company-history__image:nth-child(5) {
  grid-column: 1/-1;
  width: 52%;
  margin-top: -28px;
  margin-left: auto;
  margin-right: 4%;
  border-radius: 6px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-company-history {
    padding: 80px 0 105px;
  }
  .p-company-history::before {
    width: calc(100vw - 50px);
  }
  .p-company-history__inner {
    gap: 48px;
    margin-top: 60px;
  }
  .p-company-history__photos {
    width: clamp(300px, 36vw, 440px);
    gap: 12px 10px;
    padding-left: 12px;
  }
  .p-company-history__image:nth-child(1) {
    width: 90%;
  }
  .p-company-history__image:nth-child(2) {
    margin-top: 24px;
  }
  .p-company-history__image:nth-child(4) {
    width: 70%;
  }
  .p-company-history__image:nth-child(5) {
    width: 58%;
    margin-top: -18px;
  }
  .p-company-history__timeline {
    max-width: none;
  }
  .p-company-history__timeline::before {
    left: 157.5px;
  }
  .p-company-history__item {
    grid-template-columns: 120px 35px minmax(0, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .p-company-history__year {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-history {
    padding: 56px 0 72px;
  }
  .p-company-history > .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-company-history::before {
    width: 100%;
  }
  .p-company-history::after {
    width: 90%;
    opacity: 0.1;
  }
  .p-company-history__heading {
    padding-bottom: 24px;
  }
  .p-company-history__marquee {
    position: relative;
    z-index: 2;
    display: block;
    width: 100vw;
    margin: 24px 0 0;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }
  .p-company-history__marquee-track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    gap: 10px;
    animation: company-history-marquee 28s linear infinite;
  }
  .p-company-history__marquee-item {
    flex: 0 0 42vw;
    max-width: 200px;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ddd;
    aspect-ratio: 16/10;
  }
  .p-company-history__marquee-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-company-history__inner {
    display: block;
    gap: 0;
    margin-top: 28px;
    margin-left: 0;
  }
  .p-company-history__photos {
    display: none;
  }
  .p-company-history__timeline {
    max-width: none;
  }
  .p-company-history__timeline::before {
    left: 14px;
    top: 12px;
    bottom: 12px;
    transform: translateX(-50%);
  }
  .p-company-history__item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    grid-template-areas: "point year" "point content";
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .p-company-history__item + .p-company-history__item {
    margin-top: 22px;
  }
  .p-company-history__year {
    grid-area: year;
    padding-top: 0;
    font-size: 22px;
  }
  .p-company-history__point {
    grid-area: point;
    width: 11px;
    height: 11px;
    margin: 5px auto 0;
    border-width: 2px;
  }
  .p-company-history__content {
    grid-area: content;
    margin-top: 10px;
    padding: 14px 14px;
  }
  .p-company-history__text {
    font-size: 14px;
    line-height: 1.75;
  }
}

@keyframes company-history-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 5px));
  }
}/*# sourceMappingURL=company.css.map */