@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* philosophy */
/* ============================================ */
.contents {
  padding-block: 0;
}
.contents section {
  position: relative;
  padding-block: 12vw 140px;
}
@media all and (max-width: 896px) {
  .contents section {
    padding-block: 80px 40px;
  }
}
.contents section:first-child, .contents section:nth-child(2n) {
  background: #f8f8f9;
}
.contents section .inner {
  max-width: 1100px;
}
.contents section hgroup {
  margin-bottom: 72px;
}
@media all and (max-width: 896px) {
  .contents section hgroup {
    margin-bottom: 40px;
  }
}
.contents section hgroup p[lang=en] {
  top: 3.4vw;
}
@media all and (max-width: 896px) {
  .contents section hgroup p[lang=en] {
    top: 72px;
  }
}
.contents section .box {
  position: relative;
  padding: 64px;
  background: #fff;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 1100px) {
  .contents section .box {
    font-size: 3rem;
  }
}
@media all and (max-width: 896px) {
  .contents section .box {
    padding: 16px;
    font-size: 1.74rem;
  }
}
.contents section .box strong {
  color: #0068b7;
  font-weight: inherit;
}
.contents section .box i {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .contents section .box i img {
    width: 70px;
  }
}
.contents section h3 {
  margin-block: 72px 16px;
  font-size: 4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .contents section h3 {
    margin-block: 36px 8px;
    font-size: 2.4rem;
  }
}
.contents section h3 + p {
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .contents section h3 + p {
    font-size: 1.6rem;
  }
}
.contents section.vision {
  padding-top: 5vw;
}
@media all and (max-width: 896px) {
  .contents section.vision {
    padding-top: 40px;
  }
}
.contents section.vision hgroup p[lang=en] {
  top: -3vw;
}
@media all and (max-width: 896px) {
  .contents section.vision hgroup p[lang=en] {
    top: 32px;
  }
}
.contents section.promise ol {
  counter-reset: num;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .contents section.promise ol {
    margin-top: 32px;
  }
}
.contents section.promise ol li {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  padding: 40px 40px 40px 95px;
  background: #f8f8f9;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .contents section.promise ol li {
    padding: 20px 20px 20px 70px;
    font-size: 1.4rem;
  }
}
.contents section.promise ol li::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  left: 40px;
  color: #0068b7;
  font-size: 2.4rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .contents section.promise ol li::before {
    left: 20px;
  }
}
.contents section.promise ol li dl {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media all and (max-width: 896px) {
  .contents section.promise ol li dl {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
}
.contents section.promise ol li dl dt {
  flex: none;
  font-size: 3.2rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .contents section.promise ol li dl dt {
    font-size: 2rem;
  }
}
.contents section.promise ul {
  display: flex;
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .contents section.promise ul {
    flex-direction: column;
    margin-top: 40px;
    border-top: 1px solid #dbdee0;
  }
}
.contents section.promise ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3333333333%;
  padding-inline: 15px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .contents section.promise ul li {
    flex-direction: row;
    gap: 24px;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #dbdee0;
    text-align: left;
  }
  .contents section.promise ul li i {
    width: 60px;
  }
}
.contents section.promise ul li:not(:last-child) {
  border-right: 1px solid #dbdee0;
}
@media all and (max-width: 896px) {
  .contents section.promise ul li:not(:last-child) {
    border-right: 0;
  }
}
.contents section.value ul {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dbdee0;
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .contents section.value ul {
    margin-top: 40px;
  }
}
.contents section.value ul li {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  border-bottom: 1px solid #dbdee0;
}
@media (max-width: 1100px) {
  .contents section.value ul li {
    gap: 32px;
    padding: 16px;
  }
}
@media all and (max-width: 896px) {
  .contents section.value ul li {
    gap: 16px;
    padding-inline: 0;
  }
}
.contents section.value ul li i {
  flex: none;
}
@media all and (max-width: 896px) {
  .contents section.value ul li i {
    width: 70px;
  }
}
.contents section.value ul li dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media all and (max-width: 896px) {
  .contents section.value ul li dl {
    gap: 8px;
  }
}
.contents section.value ul li dl dt {
  color: #0068b7;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .contents section.value ul li dl dt {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=philosophy.css.map */
