@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* technology */
/* ============================================ */
.contents {
  padding-block: 0;
}
.contents section {
  position: relative;
  padding-block: 140px;
}
@media all and (max-width: 896px) {
  .contents section {
    padding-block: 40px;
  }
}
.contents section:first-child {
  padding-top: 12vw;
}
@media all and (max-width: 896px) {
  .contents section:first-child {
    padding-top: 80px;
  }
}
.contents section:nth-child(2n) {
  background: #edf0f3;
}
.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.intro {
  font-size: 2rem;
}
@media (max-width: 1270px) {
  .contents section.intro {
    font-size: 1.6rem;
  }
}
.contents section.intro h3 {
  margin-bottom: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1270px) {
  .contents section.intro h3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 896px) {
  .contents section.intro h3 {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
}
.contents section.intro h3 span {
  color: #0068b7;
}
.contents section .exp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4.78%;
}
@media all and (max-width: 896px) {
  .contents section .exp {
    flex-direction: column;
    gap: 24px;
  }
}
.contents section .exp-inner {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 1270px) {
  .contents section .exp-inner {
    font-size: 1.6rem;
  }
}
.contents section .exp-inner h3 {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 32px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 1350px) {
  .contents section .exp-inner h3 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1270px) {
  .contents section .exp-inner h3 {
    font-size: 2.2rem;
    gap: 40px;
  }
}
@media all and (max-width: 896px) {
  .contents section .exp-inner h3 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.contents section .exp-inner h3 i {
  position: relative;
  color: #0068b7;
  font-family: "Poppins", sans-serif;
  font-size: 14.4rem;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 1270px) {
  .contents section .exp-inner h3 i {
    font-size: 7rem;
  }
}
@media all and (max-width: 896px) {
  .contents section .exp-inner h3 i {
    font-size: 4.8rem;
  }
}
.contents section .exp-inner h3 i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  width: 1px;
  height: calc(100% - 20px);
  background: #dbdee0;
  translate: 0 -50%;
}
@media (max-width: 1270px) {
  .contents section .exp-inner h3 i::after {
    right: -20px;
  }
}
@media all and (max-width: 896px) {
  .contents section .exp-inner h3 i::after {
    height: 100%;
  }
}
.contents section .exp-inner h4 {
  margin-bottom: 16px;
  color: #0068b7;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 1350px) {
  .contents section .exp-inner h4 {
    font-size: 2rem;
  }
}
@media (max-width: 1270px) {
  .contents section .exp-inner h4 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  .contents section .exp-inner h4 {
    font-size: 1.6rem;
  }
}
.contents section .exp-inner h4 span:not(.span_br) {
  display: inline-block;
  font-size: 1.8rem;
}
@media (max-width: 1270px) {
  .contents section .exp-inner h4 span:not(.span_br) {
    font-size: 1.4rem;
  }
}
.contents section .exp-inner .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  padding: 32px 40px 40px;
  background: #fff;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 1270px) {
  .contents section .exp-inner .box {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 896px) {
  .contents section .exp-inner .box {
    gap: 16px;
    margin-top: 24px;
    padding: 20px;
  }
}
.contents section .exp-inner .box li {
  position: relative;
  line-height: 1.5;
  padding-left: 26px;
}
.contents section .exp-inner .box li::before {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #071c2d;
}
@media (max-width: 1270px) {
  .contents section .exp-inner .box li::before {
    top: 4px;
  }
}
.contents section .exp-inner .box li span {
  font-size: 1.6rem;
}
@media (max-width: 1270px) {
  .contents section .exp-inner .box li span {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 896px) {
  .contents section .exp-inner .box li span {
    font-size: 1.29rem;
    letter-spacing: normal;
  }
}
.contents section .exp-inner table {
  margin-top: 40px;
}
.contents section .exp-inner table tr th {
  width: 140px;
  padding: 16px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1270px) {
  .contents section .exp-inner table tr th {
    font-size: 1.8rem;
  }
}
.contents section .exp-inner table tr td {
  padding: 16px 20px;
  text-align: left;
}
.contents section .exp-inner table tr:first-child th {
  border-top: 1px solid #0068b7;
}
.contents section .exp-inner table tr:first-child td {
  border-top: 1px solid rgba(0, 104, 183, 0.15);
}
.contents section .exp-inner table tr:last-child th {
  border-bottom-color: #0068b7;
}
.contents section .exp figure {
  flex: none;
  width: 40%;
}
@media all and (max-width: 896px) {
  .contents section .exp figure {
    width: 100%;
  }
}
.contents section:nth-child(2n-1) .exp {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .contents section:nth-child(2n-1) .exp {
    flex-direction: column;
  }
}
.contents .more {
  padding-block: min(7vw, 100px);
}

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