﻿
.sub.company .section__company .section__inner,
.sub.company .section__access .section__inner,
.sub.company .section__performance .section__inner {
  max-width: calc(1120px + min(6.9444444444vw, 100px) * 2);
}
.sub.company .company__title--jp {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub.company .company__title--jp {
    padding-bottom: 15px;
    font-size: 24px;
  }
}
.sub.company .company__title--jp::after {
  background: #0e7c8f;
  content: "";
  width: 64px;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sub.company .company__title--jp::after {
    height: 3px;
  }
}
.sub.company .company .section__inner {
  max-width: calc(1380px + min(6.9444444444vw, 100px) * 2);
}
.sub.company .company__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3%;
  margin-top: 80px;
}
.sub.company .company__list {
  width: 100%;
  border-top: 1px solid #959595;
}
.sub.company .company__list + .company__list {
  border-top: none;
}
.sub.company .company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #959595;
}
@media screen and (max-width: 1024px) {
  .sub.company .company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sub.company .company__item {
    padding-block: 24px;
  }
}
.sub.company .companyItem__title,
.sub.company .companyItem__text {
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .sub.company .companyItem__title,
  .sub.company .companyItem__text {
    padding: 0;
  }
}
.sub.company .companyItem__title {
  min-width: 140px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sub.company .companyItem__title {
    text-align: left;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .sub.company .companyItem__title {
    margin-bottom: 0;
    min-width: initial;
    font-size: 16px;
  }
}
.sub.company .companyItem__text {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .sub.company .companyItem__text {
    padding-left: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sub.company .companyItem__text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.sub.company .companyItem__text .text__bullet {
  display: block;
  position: relative;
  padding-left: 8px;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.sub.company .companyItem__text .text__bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  translate: 0 -50%;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #0e7c8f;
  border-radius: 50vh;
}
.sub.company .companyItem__text .text__bullet:not(:first-of-type) {
  margin-top: 20px;
}
.sub.company .access__content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sub.company .access__content {
    margin-top: 40px;
  }
}
.sub.company .access__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sub.company .access__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.sub.company .access__block + .access__block {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .sub.company .access__block + .access__block {
    margin-top: 60px;
  }
}
.sub.company .access__block:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sub.company .access__block:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub.company .accessBlock__content--wrapper {
  position: relative;
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sub.company .accessBlock__content {
  margin-top: auto;
  margin-bottom: 0;
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .sub.company .accessBlock__content {
    min-width: initial;
    width: 100%;
  }
}
.sub.company .accessBlock__title--jp {
  font-size: 24px;
  font-weight: 400;
  display: block;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .sub.company .accessBlock__title--jp {
    font-size: 20px;
  }
}
.sub.company .accessBlock__title--en {
  color: #0e7c8f;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .sub.company .accessBlock__title--en {
    font-size: 16px;
  }
}
.sub.company .accessBlock__address {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .sub.company .accessBlock__address {
    font-size: 14px;
  }
}
.sub.company .accessBlock__tel {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sub.company .accessBlock__tel {
    font-size: 14px;
  }
}
.sub.company .accessBlock__map {
  position: relative;
  width: calc(100% - 220px - 8px);
}
@media screen and (max-width: 768px) {
  .sub.company .accessBlock__map {
    width: 100%;
  }
}
.sub.company .accessBlock__place {
  position: absolute;
  left: 177px;
  top: -3%;
  translate: -50% 0;
  font-size: min(8.8888888889vw, 128px);
  letter-spacing: 0.15em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #d9d9d9;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .sub.company .accessBlock__place {
    left: 191px;
  }
}
@media screen and (max-width: 768px) {
  .sub.company .accessBlock__place {
    left: auto;
    top: auto;
    right: 0;
    translate: 0 0;
    font-size: 13vw;
    bottom: -22%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-writing-mode: horizontal-tb;
    /* 横書き指定 */
    -ms-writing-mode: lr-tb;
    /* 横書き指定 */
    writing-mode: horizontal-tb;
    /* 横書き指定 */
  }
}
.sub.company .access__block:nth-child(2n) .accessBlock__place {
  top: 0;
  right: 174px;
  translate: 50% 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  left: auto;
}
@media screen and (max-width: 1024px) {
  .sub.company .access__block:nth-child(2n) .accessBlock__place {
    right: 191px;
  }
}
@media screen and (max-width: 768px) {
  .sub.company .access__block:nth-child(2n) .accessBlock__place {
    left: auto;
    top: auto;
    right: 0;
    translate: 0 0;
    font-size: 13vw;
    bottom: -20%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.sub.company .accessBlockMap__wrapper {
  width: 100%;
  max-width: 911px;
  aspect-ratio: 911/627;
}
.sub.company .accessBlockMap__wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.sub.company .performance__content {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub.company .performance__content {
    margin-top: 40px;
  }
}
.sub.company .performance__title--jp {
  color: #0e7c8f;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .sub.company .performance__title--jp {
    font-size: 20px;
  }
}
.sub.company .performance__text {
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .sub.company .performance__text {
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
  }
}
.sub.company .history__content {
  border-radius: 24px;
  margin-top: 80px;
  overflow-y: scroll;
  padding: 50px 40px;
  height: 770px;
}
@media screen and (max-width: 768px) {
  .sub.company .history__content {
    margin-top: 40px;
    height: 330px;
    padding: 10px;
  }
}
.sub.company .history__list {
  position: relative;
  max-width: 1162px;
}
.sub.company .history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sub.company .history__item {
    margin-bottom: 16px;
  }
}
.sub.company .historyItem__date {
  width: 120px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  margin-right: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sub.company .historyItem__date {
    width: 87px;
    font-size: 14px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 519px) {
  .sub.company .historyItem__date {
    width: 70px;
    font-size: 12px;
    margin-right: 10px;
  }
}
.sub.company .historyItem__dot {
  margin-top: 9.5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #0e7c8f;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sub.company .historyItem__dot {
    margin-top: 5.5px;
    width: 8px;
    height: 8px;
  }
}
.sub.company .historyItem__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .sub.company .historyItem__text {
    font-size: min(3.733vw, 14px);
    margin-left: 10px;
  }
}
@media screen and (max-width: 519px) {
  .sub.company .historyItem__text {
    font-size: 12px;
    margin-left: 10px;
  }
}
.sub.company .history__list::before {
  content: "";
  position: absolute;
  left: 185px;
  top: 13px;
  height: 98%;
  bottom: 0;
  width: 1px;
  background-color: #0e7c8f;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sub.company .history__list::before {
    left: 101px;
    top: 13px;
    height: 97%;
  }
}
@media screen and (max-width: 519px) {
  .sub.company .history__list::before {
    left: 84px;
    top: 13px;
  }
}
.sub.company .company__img {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sub.company .company__img {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=page-company.css.map */