@media screen and (max-width: 519px) {
  .lower-page .hero-vsl img {
    -o-object-position: 10% 50%;
    object-position: 10% 50%;
  }
}

.greeting .greeting-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 519px) {
  .greeting .greeting-unit {
    gap: 20px;
  }
}
.greeting .greeting-unit__vsl {
  width: 160px;
}
@media screen and (max-width: 519px) {
  .greeting .greeting-unit__vsl {
    width: 140px;
  }
}
.greeting .greeting-unit__txt {
  width: calc(100% - 200px);
}
@media screen and (max-width: 519px) {
  .greeting .greeting-unit__txt {
    width: calc(100% - 160px);
  }
}
.greeting .greeting-unit__txt .position {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__txt .position {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .greeting .greeting-unit__txt .position {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.greeting .greeting-unit__txt .position {
  font-size: 1.3rem;
}
.greeting .greeting-unit__txt .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__txt .name {
    font-size: 2rem;
  }
}
.greeting .greeting-unit__txt .name .en {
  color: #018568;
  font-size: 1.3rem;
}

.philosophy {
  padding-top: calc(8px * 12);
}
@media screen and (max-width: 959px) {
  .philosophy {
    padding-top: calc(8px * 12 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .philosophy {
    padding-top: calc(8px * 12 * 0.5);
  }
}
.philosophy {
  padding-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .philosophy {
    padding-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .philosophy {
    padding-bottom: calc(8px * 4 * 0.5);
  }
}
.philosophy {
  background: url("/wp-content/themes/itreat_base/dist/img/company/philosophy-bg.svg") center/cover no-repeat;
  max-width: 2000px;
}
@media screen and (max-width: 959px) {
  .philosophy {
    background-size: contain;
  }
}
.philosophy .philosophy-ttl {
  text-align: center;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .philosophy .philosophy-ttl {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .philosophy .philosophy-ttl {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.philosophy .philosophy-ttl {
  color: #018568;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .philosophy .philosophy-ttl {
    font-size: 1.7rem;
  }
}
.philosophy .philosophy-txt {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .philosophy .philosophy-txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .philosophy-txt {
    font-size: 2.4rem;
  }
}

.sdgs .sdgs-list {
  counter-reset: sdgs-num;
}
.sdgs .sdgs-list__item {
  padding-top: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .sdgs .sdgs-list__item {
    padding-top: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .sdgs .sdgs-list__item {
    padding-top: calc(8px * 4 * 0.5);
  }
}
.sdgs .sdgs-list__item {
  border-top: solid 1px rgba(32, 25, 13, 0.15);
}
.sdgs .sdgs-list__item:not(:last-child) {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .sdgs .sdgs-list__item:not(:last-child) {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .sdgs .sdgs-list__item:not(:last-child) {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.sdgs .sdgs-list__item .sdgs-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 24px;
  margin-bottom: 12px;
  padding-left: 32px;
}
.sdgs .sdgs-list__item .sdgs-ttl::before {
  position: absolute;
  top: 9px;
  left: 0;
  counter-increment: sdgs-num;
  content: counter(sdgs-num, decimal-leading-zero);
  color: #018568;
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .sdgs .sdgs-list__item .sdgs-ttl::before {
    top: 2px;
    font-size: 1.4rem;
  }
}
.sdgs .sdgs-list__item .sdgs-ttl__txt {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  .sdgs .sdgs-list__item .sdgs-ttl__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .sdgs .sdgs-list__item .sdgs-ttl__txt {
    width: 100%;
  }
}
.sdgs .sdgs-list__item .sdgs-ttl__vsl {
  width: 160px;
}
@media screen and (max-width: 959px) {
  .sdgs .sdgs-list__item .sdgs-ttl__vsl {
    width: 140px;
  }
}
.sdgs .sdgs-list__item .sdgs-inner {
  padding-left: 32px;
}
.sdgs .sdgs-list__item .sdgs-sub-list {
  display: grid;
  gap: 12px;
}
.sdgs .sdgs-list__item .sdgs-sub-list__item {
  position: relative;
  padding-left: 24px;
  color: #018568;
}
.sdgs .sdgs-list__item .sdgs-sub-list__item::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 13px;
  height: 14px;
  background: #018568;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/sdgs.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/sdgs.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.outline .outline-vsl {
  width: 100%;
  height: 200px;
}
.outline .outline-vsl img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.outline .tbl table tbody tr td .link-txt {
  display: block;
}

.history .history-list {
  position: relative;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .history .history-list {
    gap: 8px;
  }
}
.history .history-list::before {
  position: absolute;
  top: 50%;
  left: -1px;
  translate: 0 -50%;
  content: "";
  width: 1px;
  height: calc(100% - 64px);
  background: #018568;
}
@media screen and (max-width: 959px) {
  .history .history-list::before {
    height: calc(100% - 80px);
  }
}
@media screen and (max-width: 519px) {
  .history .history-list::before {
    display: none;
  }
}
.history .history-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  padding: 16px 40px;
  background: #F0FAF7;
}
@media screen and (max-width: 767px) {
  .history .history-list__item {
    gap: 0 24px;
    padding: 8px 20px;
  }
}
.history .history-list__item:nth-child(2n) {
  background: rgba(240, 250, 247, 0.4);
}
.history .history-list__item:not(:last-child)::before {
  display: none;
  position: absolute;
  top: 25px;
  left: -0.5px;
  z-index: 1;
  content: "";
  width: 1px;
  height: 104%;
  background: #018568;
}
@media screen and (max-width: 519px) {
  .history .history-list__item:not(:last-child)::before {
    display: block;
  }
}
.history .history-list__item dt {
  position: relative;
  width: 130px;
  color: #018568;
}
@media screen and (max-width: 767px) {
  .history .history-list__item dt {
    width: 104px;
  }
}
@media screen and (max-width: 519px) {
  .history .history-list__item dt {
    width: 100%;
  }
}
.history .history-list__item dt .num {
  font-size: 2.4rem;
  padding-right: 4px;
}
@media screen and (max-width: 767px) {
  .history .history-list__item dt .num {
    font-size: 2rem;
    padding-right: 2px;
  }
}
.history .history-list__item dt .num:not(:first-child) {
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .history .history-list__item dt .num:not(:first-child) {
    padding-left: 2px;
  }
}
.history .history-list__item dt::before {
  position: absolute;
  top: 50%;
  left: -50px;
  translate: 0 -50%;
  content: "";
  width: 10px;
  height: 10px;
  background: #018568;
  border-radius: 50%;
  border: 5px solid #ffffff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .history .history-list__item dt::before {
    left: -30px;
  }
}
.history .history-list__item dd {
  width: calc(100% - 178px);
}
@media screen and (max-width: 767px) {
  .history .history-list__item dd {
    width: calc(100% - 128px);
  }
}
@media screen and (max-width: 519px) {
  .history .history-list__item dd {
    width: 100%;
  }
}

.access .access-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .access .access-unit {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .access .access-unit {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 1023px) {
  .access .access-unit {
    gap: 24px;
  }
}
@media screen and (max-width: 959px) {
  .access .access-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.access .access-unit__txt {
  width: calc(100% - 328px);
}
@media screen and (max-width: 1023px) {
  .access .access-unit__txt {
    width: calc(100% - 304px);
  }
}
@media screen and (max-width: 959px) {
  .access .access-unit__txt {
    width: 100%;
  }
}
.access .access-unit__vsl {
  width: 280px;
}
@media screen and (max-width: 959px) {
  .access .access-unit__vsl {
    width: 100%;
    height: 150px;
  }
}
@media screen and (max-width: 959px) {
  .access .access-unit__vsl img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
.access .gmap iframe {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .access .gmap iframe {
    height: 250px;
  }
}
/*# sourceMappingURL=../../maps/pages/company.css.map */
