/*! --------------------------------------------------------------------
------------------------------------------------------------------------
company
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.sec-company .message-box {
  gap: 32px;
}
.sec-company .message-box div:nth-of-type(1) {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 40% !important;
}

.sec-company .message-box div:nth-of-type(2) {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 60% !important;
}

.sec-mv .txt-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-mv .txt-block .mv-ttl,
.sec-mv .txt-block .mv-txt {
  color: #fff;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.sec-mv .txt-block .mv-ttl {
  font-family: "Times New Roman", "Hiragino Mincho ProN", serif;
  font-size: 4.8rem;
}

.sec-mv .txt-block .mv-txt {
  margin-top: 40px;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}

.sec-mv .txt-block .mv-ttl,
.sec-mv .txt-block .mv-txt,
.sec-mv .txt-block .entry-btn {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.sec-mv .txt-block .mv-ttl.is-show,
.sec-mv .txt-block .mv-txt.is-show,
.sec-mv .txt-block .entry-btn.is-show {
  opacity: 1;
}

.sec-mv .bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}

/* ========================================================
multi-factor
======================================================== */
.diagram-wrapper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 670/560;
}

.diagram-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ========================================================
.sec-history
======================================================== */
.sec-history .history-timeline {
  position: relative;
  margin-top: 24px;
  padding-bottom: 16px;
}
.sec-history .history-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 120px;
  width: 1px;
  height: 100%;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .sec-history .history-timeline:before {
    left: 16px;
  }
}

.line-separator {
  position: relative;
  height: 1px;
  background: #efefef;
  margin: 0 0 0 152px;
}
@media screen and (max-width: 767px) {
  .line-separator {
    margin-left: 40px;
  }
}

.sec-history .year-group {
  position: relative;
  padding-bottom: 8px;
}
.sec-history .year-group + .sec-history .year-group {
  margin-top: 12px;
}

.sec-history .history-year {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .sec-history .history-year {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 18px 0 8px;
  }
}

.sec-history .year-label {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.8rem;
  color: #111;
  text-align: right;
  padding-right: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-history .year-label {
    width: auto;
    text-align: left;
    padding-right: 0;
    padding-left: 40px;
    font-size: 1.6rem;
  }
}
.sec-history .year-label:after {
  content: "";
  position: absolute;
  right: -6px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #333;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-history .year-label:after {
    top: 50%;
    left: 11px;
    right: auto;
  }
}

.sec-history .year-ttl {
  padding-left: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-history .year-ttl {
    padding-left: 40px;
    margin-top: 4px;
    font-size: 1.2rem;
  }
}

.sec-history .event-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .sec-history .event-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 12px 0;
  }
}

.sec-history .event-block__month {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  padding-right: 32px;
  font-size: 1.1rem;
  font-weight: 400;
  color: #999;
  position: relative;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .sec-history .event-block__month {
    width: auto;
    text-align: left;
    padding-right: 0;
    padding-left: 40px;
    font-size: 1.1rem;
    padding-top: 3px;
  }
}
.sec-history .event-block__month::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #bbb;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-history .event-block__month::after {
    left: 13px;
    right: auto;
    top: 5px;
  }
}

.sec-history .event-block__content {
  padding-left: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .sec-history .event-block__content {
    padding-left: 40px;
    margin-top: 4px;
  }
}

.sec-history .event-block__ttl {
  color: #333;
  line-height: 1.7;
}

.sec-history .event-block__sub {
  margin-top: 4px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #999;
  line-height: 1.7;
}/*# sourceMappingURL=company.min.css.map */