@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* company */
/* ============================================ */
.contents .message {
  position: relative;
  padding-top: 7.5vw;
}
.contents .message-inner {
  display: flex;
  gap: 60px;
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .contents .message-inner {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
}
.contents .message-inner figure {
  width: 27.86vw;
}
@media all and (max-width: 896px) {
  .contents .message-inner figure {
    width: 100%;
  }
}
.contents .message-inner .exp {
  width: calc(100% - 27.86vw);
}
@media all and (max-width: 896px) {
  .contents .message-inner .exp {
    width: 100%;
  }
}
.contents .message-inner .exp h3 {
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .contents .message-inner .exp h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.contents .message-inner .exp p {
  font-size: 2rem;
  line-height: 2;
  text-align: justify;
}
@media all and (max-width: 896px) {
  .contents .message-inner .exp p {
    font-size: 1.8rem;
  }
}
.contents .message-inner .exp .sign {
  margin-top: 16px;
  text-align: right;
  font-weight: 500;
}
.contents .message-inner .exp .sign img {
  width: 160px;
  margin-left: 1em;
}
.contents .outline {
  position: relative;
  margin-top: 160px;
  padding-block: 7.5vw 140px;
}
@media all and (max-width: 896px) {
  .contents .outline {
    margin-top: 80px;
    padding-bottom: 0;
  }
}
.contents .outline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 66%;
  background: linear-gradient(90deg, #0068b7 0%, #00b1e2 100%);
}
@media all and (max-width: 896px) {
  .contents .outline::before {
    content: none;
  }
}
.contents .outline .inner {
  box-sizing: content-box;
  padding: 0 6.25vw 120px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .contents .outline .inner {
    padding: 0 15px;
  }
}
.contents .outline ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 72px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .contents .outline ul {
    flex-direction: column;
    gap: 0;
    margin-top: 32px;
  }
}
.contents .outline ul li {
  width: calc((100% - 16px) / 2);
  padding-block: 24px;
  border-bottom: 1px solid #dbdee0;
}
@media all and (max-width: 896px) {
  .contents .outline ul li {
    width: 100%;
    padding-block: 16px;
  }
}
.contents .outline ul li dt {
  margin-bottom: 5px;
  color: #0068b7;
  font-weight: 700;
}
.contents .outline ul li dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .contents .outline ul li dd {
    gap: 4px;
    font-size: 1.6rem;
  }
}
.contents .outline ul li dd a {
  position: relative;
  padding-right: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}
@media all and (max-width: 896px) {
  .contents .outline ul li dd a {
    font-size: 1.6rem;
  }
}
.contents .outline ul li dd a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../images/common/ico_ar.svg) no-repeat center/cover;
  rotate: -45deg;
  transform: translateY(-50%);
  filter: brightness(0);
}
@media (hover: hover) {
  .contents .outline ul li dd a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.contents .history {
  position: relative;
  margin-top: 160px;
  padding-top: 7.5vw;
}
@media all and (max-width: 896px) {
  .contents .history {
    margin-top: 80px;
  }
}
.contents .history ol {
  display: flex;
  flex-direction: column;
  margin-top: 72px;
  background: #f8f8f9;
}
.contents .history ol li {
  display: flex;
  align-items: center;
  gap: 200px;
  position: relative;
  padding: 40px 32px;
  border-bottom: 2px solid #fff;
}
@media all and (max-width: 896px) {
  .contents .history ol li {
    gap: 60px;
    padding: 20px 16px;
  }
}
.contents .history ol li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 216px;
  width: 16px;
  height: 16px;
  background: #0068b7;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .contents .history ol li::before {
    left: 114px;
    width: 13px;
    height: 13px;
  }
}
.contents .history ol li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 224px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #0068b7;
}
@media all and (max-width: 896px) {
  .contents .history ol li::after {
    left: 120px;
  }
}
.contents .history ol li:first-child::after {
  top: 50%;
  height: 50%;
}
.contents .history ol li:last-child::after {
  height: 50%;
}
.contents .history ol li time {
  flex: none;
  color: #0068b7;
  font-size: 4rem;
  font-weight: 900;
}
@media all and (max-width: 896px) {
  .contents .history ol li time {
    font-size: 3rem;
  }
}
.contents .history ol li p {
  display: flex;
  gap: 60px;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .contents .history ol li p {
    flex-direction: column;
    gap: 4px;
    font-size: 1.6rem;
  }
}
.contents .history ol li p span {
  width: 7em;
  margin-top: 4px;
  color: #0068b7;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .contents .history ol li p + p {
    margin-top: 10px;
  }
}
.contents .slide {
  width: 100%;
  margin-top: 140px;
  overflow: hidden;
  white-space: nowrap;
}
@media all and (max-width: 896px) {
  .contents .slide {
    margin-top: 50px;
  }
}
.contents .slide-track {
  display: flex;
  width: 300%;
  animation: scroll 20s linear infinite;
}
@media all and (max-width: 896px) {
  .contents .slide-track {
    width: 600%;
  }
}
.contents .slide-track li {
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.contents .customer {
  position: relative;
  margin-top: 160px;
  padding-top: 7.5vw;
}
@media all and (max-width: 896px) {
  .contents .customer {
    margin-top: 80px;
  }
}
.contents .customer ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .contents .customer ul {
    margin-top: 30px;
  }
}
.contents .customer ul li {
  width: 33.3333333333%;
  padding: 32px 16px 32px 0;
  border-bottom: 1px solid #dbdee0;
}
@media all and (max-width: 896px) {
  .contents .customer ul li {
    width: 50%;
    padding: 16px 8px 16px 0;
  }
}

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