@charset "UTF-8";
/* ==========================================================================
   Company page Figma 3315:107202
   ========================================================================== */
.company-section {
  box-sizing: border-box;
  width: 100%;
}
.company-section__inner {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-section__inner {
    padding-inline: 16px;
  }
}

/* ご挨拶 */
.company-greeting {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .company-greeting {
    margin-bottom: 96px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.company-greeting__collage {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  box-sizing: border-box;
  width: min(569px, 51%);
  max-width: 100%;
  line-height: 0;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .company-greeting__collage {
    width: 34.7222222222vw;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting__collage {
    position: relative;
    top: auto;
    right: auto;
    order: 3;
    width: 100%;
    max-width: 480px;
    margin: 32px auto 0;
    pointer-events: none;
  }
}
.company-greeting__collage-img {
  display: block;
  width: 100%;
  height: auto;
}
.company-greeting__pillars {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  max-width: 572px;
  padding-top: 40px;
  margin-bottom: 40px;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 160%;
  color: #0081c0;
  -webkit-text-stroke: 6px #ffffff;
  paint-order: stroke fill;
}
@media screen and (max-width: 768px) {
  .company-greeting__pillars {
    order: 1;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 160%;
    -webkit-text-stroke: 3px #ffffff;
  }
}
.company-greeting__copy {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  max-width: 504px;
  margin: 0;
  padding: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #171717;
}
@media screen and (max-width: 768px) {
  .company-greeting__copy {
    order: 2;
    max-width: 100%;
    font-size: 16px;
    line-height: 170%;
  }
}

/* 企業理念 */
.company-philosophy {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-philosophy {
    margin-bottom: 64px;
    gap: 24px;
  }
}
.company-philosophy__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  padding: 26px 40px;
  background-color: #ffffff;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .company-philosophy__item {
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    padding: 20px 18px;
    gap: 16px;
  }
}
.company-philosophy__lead {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 41px;
  box-sizing: border-box;
  padding: 8px 0;
  flex: 0 1 350px;
  min-width: 0;
}
.company-philosophy__lead .img-wrapper {
  width: 105px;
}
@media screen and (max-width: 768px) {
  .company-philosophy__lead .img-wrapper {
    width: 88px;
  }
}
@media screen and (max-width: 768px) {
  .company-philosophy__lead {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    flex: 1 1 auto;
    width: 100%;
    padding: 4px 0;
  }
}
.company-philosophy__mark {
  display: block;
  flex-shrink: 0;
  width: 105px;
  height: auto;
  max-height: 28px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .company-philosophy__mark {
    width: 88px;
    max-height: 26px;
  }
}
.company-philosophy__mark--goal {
  width: 83px;
}
@media screen and (max-width: 768px) {
  .company-philosophy__mark--goal {
    width: 72px;
  }
}
.company-philosophy__mark--guide {
  width: 105px;
}
@media screen and (max-width: 768px) {
  .company-philosophy__mark--guide {
    width: 88px;
  }
}
.company-philosophy__role {
  flex-shrink: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.08em;
  color: #0081c0;
}
@media screen and (max-width: 768px) {
  .company-philosophy__role {
    font-size: 14px;
    line-height: 140%;
  }
}
.company-philosophy__desc {
  flex: 1 1 280px;
  margin: 0;
  min-width: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .company-philosophy__desc {
    flex: 1 1 auto;
    width: 100%;
    font-size: 18px;
    line-height: 165%;
  }
}
.company-philosophy__desc--left {
  text-align: left;
}

/* 会社概要 */
.company-outline {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .company-outline {
    margin-bottom: 64px;
  }
}
.company-outline__dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .company-outline__dl {
    gap: 12px;
  }
}
.company-outline__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-self: stretch;
  gap: 12px 40px;
  box-sizing: border-box;
  padding-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .company-outline__row {
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    gap: 8px;
    padding-bottom: 10px;
  }
}
.company-outline__term {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 260px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #0081c0;
}
@media screen and (max-width: 768px) {
  .company-outline__term {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 155%;
  }
}
.company-outline__def {
  flex: 1 1 280px;
  box-sizing: border-box;
  width: 640px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .company-outline__def {
    flex: 1 1 auto;
    width: 100%;
    font-size: 16px;
    line-height: 165%;
  }
}
.company-outline__placeholder {
  opacity: 0.45;
}

.bg-company-img__inner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}/*# sourceMappingURL=company.css.map */