@charset "UTF-8";

[id^="company-"] .lead {
  padding-top: 8.5rem;
}

[id^="company-"] .main-content {
  padding-bottom: 5.2rem;
}

@media (max-width: 750px) {
  [id^="company-"] .main-content {
    padding-bottom: var(--spacing-48);
  }
}

.flex-center {
  display: flex;
  justify-content: center;
}


/* TOP */
#company-top .lead {
  padding-bottom: 7.7rem;
}

#company-top ul.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}

#company-top ul.card-list.mt40 {
  margin-top: 3rem;
}

#company-top ul.card-list li {
  flex: 1 1 calc((100% - 6.4rem) / 3);
}

#company-top ul.card-list li.list-04 {
  width: calc((100% - 9.6rem) / 4);
  flex: initial;
}

@media (max-width: 750px) {

  #company-top ul.card-list li.list-04 {
    width: 100%;
  }
}

#company-top ul.card-list li a {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--gray-base);
  border-radius: 1rem;
  padding: 4rem 2.4rem;
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(149, 149, 149, 0.15);
  transition: border-color 0.4s ease;
}

@media (min-width: 751px) {

  #company-top ul.card-list li a:hover {
    opacity: 1;
  }
}

#company-top ul.card-list li a .wrap {
  display: flex;
  flex-direction: column;
}

#company-top ul.card-list li a .wrap h3 {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
  border-bottom: 1px solid var(--gray-dark);
  padding-bottom: 1.6rem;
  color: var(--green-base);
}

#company-top ul.card-list li a .wrap h3 span[lang="ja"] {
  margin-top: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
}

#company-top ul.card-list li a .wrap .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
  margin-left: auto;
  width: fit-content;
  padding: 0.4rem 1.2rem;
  border-radius: calc(infinity * 1px);
  background-color: var(--green-base);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  transition:
    color 0.4s ease,
    background-color 0.4s ease;
}

@media (min-width: 751px) {

  #company-top ul.card-list li a:hover .wrap .more {
    color: var(--green-base);
    background-color: #fff;
  }
}

#company-top ul.card-list li a .wrap .more .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  aspect-ratio: 16 / 12;
  margin-left: 0.6rem;
}

#company-top ul.card-list li a .wrap .more .arrow svg {
  width: 100%;
  height: auto;
  color: #fff;
  transition: color 0.4s ease;
}

@media (min-width: 751px) {

  #company-top ul.card-list li a:hover .wrap .more .arrow svg {
    color: var(--green-base);
  }
}

#company-top .more-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8.8rem;
  margin-inline: auto;
  width: 36.4rem;
  height: 100%;
  padding: 2.4rem;
  background-color: var(--green-base);
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(149, 149, 149, 0.15);
  transition:
    background-color 0.4s ease,
    color 0.4s ease,
    opacity 0.3s ease;
}

@media (min-width: 751px) {

  #company-top .more-btn:hover {
    background-color: var(--green-light);
    color: var(--black-base);
    opacity: 1;
  }
}

#company-top .more-btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  aspect-ratio: 16 / 12;
  flex-shrink: 0;
  margin-left: var(--spacing-8);
}

#company-top .more-btn .arrow svg {
  width: 100%;
  height: auto;
  color: currentColor;
  transition: color 0.4s ease;
}

/* ABOUT */
#company-about .other-lang {
  padding-top: 3rem;
}

#company-about .other-lang .buttons {
  display: flex;
  justify-content: right;
}

#company-about .other-lang .button-1 {
  width: 25rem;
  padding: 1rem 1rem;
  font-size: 1.6rem;
}

#company-about .list01 li span {
  font-size: 12px;
}

#company-about td .fz12 {
  font-size: 12px;
}

@media (max-width: 750px) {
  #company-about .other-lang .button-1 {
    width: 20rem;
    font-size: 1.2rem;
  }
}

#company-about .lead {
  padding-top: 3rem;
}

#company-about .lead .text-1 {
  text-align: right;
}

@media (min-width: 751px) {
  #company-about .lead .table-1 {
    table-layout: fixed;
  }

  #company-about .lead .table-1 th {
    width: 20%;
  }

  #company-about .lead .table-1 td {
    width: 80%;
  }
}

#company-about .lead .table-1 tr td .list01 {
  display: flex;
  padding-bottom: 3px;
}

@media (max-width: 750px) {
  #company-about .lead .table-1 tr td .list01 {
    display: block;
  }

  #company-about .lead .table-1 tr td .list01+.list01 {
    margin-top: var(--spacing-8);
  }
}

#company-about .lead .table-1 tr td .list01:last-child {
  padding-bottom: 30px;
}

#company-about .lead .table-1 tr td .list01 li:first-child {
  width: 25rem;
}

@media (max-width: 750px) {
  #company-about .lead .table-1 tr td .list01 li:first-child {
    width: auto;
  }
}

#company-about .lead .table-1 tr td .list02 {
  display: flex;
  padding-bottom: 3px;
  gap: 20px;
  align-items: center;
}

#company-about .lead .table-1 tr td .list02 li:first-child {
  width: 20rem;
}

@media (min-width: 751px) and (max-width: 1180px) {
  #company-about .lead .table-1 tr td .list02 li:first-child {
    width: 8rem;
  }
}

@media (max-width: 750px) {
  #company-about .lead .table-1 tr td .list02 {
    display: block;
  }

  #company-about .lead .table-1 tr td .list02+.list02 {
    margin-top: var(--spacing-8);
  }

  #company-about .lead .table-1 tr td .list02 li:first-child {
    width: auto;
  }
}

/* MESSAGE */
#company-message .lead-heading {
  position: relative;
  display: flex;
  justify-content: center;
  background: none;
  padding-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 751px) {
  #company-message .lead-heading {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}


@media (max-width: 750px) {
  #company-message .lead-heading {
    font-size: 2.8rem;
  }
}

#company-message .lead-heading::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  translate: -50% 0%;
  width: 6.6rem;
  height: 1px;
  background-image: linear-gradient(90deg, var(--green-base) 0 50%, var(--green-light) 50%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}

@media (max-width: 750px) {
  #company-message .lead-heading::after {
    width: 10rem;
  }
}

#company-message .message {
  padding-top: 8.5rem;
}

#company-message .media-object .media {
  flex: 0 0 28%;
}

#company-message .media-object .body {
  margin-top: 0;
}

#company-message .media-object .body p {
  margin-top: 0;
}

#company-message .media-object .body p+p {
  margin-top: 2.4rem;
}

/* HISTORY */
#company-history .lead .table-1 tr th {
  width: 30rem;
}

@media (max-width: 750px) {
  #company-history .lead .table-1 tr th {
    width: auto;
  }
}

/* PHILOSOPHY */
#company-philosophy .lead .h2-1 {
  padding-top: 8.5rem;
}

#company-philosophy .lead .list-ol-1 {
  margin-top: 3rem;
}

#company-philosophy .lead .text-1 {
  margin-top: 3rem;
}

#company-philosophy .lead .button-1 {
  width: fit-content;
  margin-top: 3rem;
}

#company-philosophy .lead .list-ol-1+.text-1 {
  margin-top: 2rem;
}



/* ORGANIZATION */

#company-organization .lead .text-1 {
  text-align: right;
}

#company-organization .lead .button-1 {
  margin-top: 3rem;
}



/* OFFICE */
#company-office .sec-office {
  padding-top: 8.5rem;
}

#company-office .sec-office .table-1 {
  line-height: 1.7;
  table-layout: fixed;
}

#company-office .sec-office .h2-1 {
  border-bottom: none;
}

#company-office .sec-office .table-1 th:first-child {
  width: 25%;
}

#company-office .sec-office .table-1 th:nth-child(2),
#company-office .sec-office .table-1 th:nth-child(3) {
  width: 42.5%;
}

#company-office .sec-office .table-1 tr td a {
  width: 16rem;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  margin-top: 1rem;
}

@media (max-width: 750px) {
  #company-office .sec-office .table-1 {
    table-layout: auto;
  }
}