/* --------------------------------------------------
  common
-------------------------------------------------- */
/* --------------------------------------------------
  guide
-------------------------------------------------- */
.guide {
  padding-top: 0;
  position: relative;
  z-index: 2;
  background: #232286;
}
.guide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: -170px;
  background: url(../img/common/mv_bg.png) no-repeat center top/133%;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .guide::before {
    top: -280px;
    height: calc(100% + 280px);
  }
}
.guide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 160px;
  background: #f3f7fb;
  bottom: -1px;
  left: 0;
  z-index: -1;
}
.guide-container {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
@media screen and (min-width: 640px) {
  .guide-container {
    padding: 45px 9.6% 76px;
  }
}
.guide-ttl {
  color: #232286;
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .guide-ttl {
    font-size: 3rem;
  }
}
.guide-list {
  margin-top: 20px;
}
.guide-list .guide-item:last-child .guide-item-ttl,
.guide-list .guide-item:last-child .guide-item-txt {
  border-bottom: 1px solid #ddd;
}
.guide-item {
  display: flex;
}
.guide-item-ttl {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  border-top: 1px solid #ddd;
  padding: 12px;
  max-width: 80px;
  width: 100%;
  background: #f3f7fb;
  text-align: center;
  margin-right: 10px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .guide-item-ttl {
    font-size: 1.6rem;
    padding: 18px;
    max-width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .guide-item-ttl {
    max-width: 200px;
  }
}
.guide-item-ttl::after {
  position: absolute;
  content: "";
  height: calc(100% + 2px);
  width: 1px;
  background: #232286;
  top: -1px;
  right: -5px;
}
.guide-item-txt {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  border-top: 1px solid #ddd;
  padding: 12px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .guide-item-txt {
    font-size: 1.6rem;
    padding: 18px 6.3%;
  }
}

/* --------------------------------------------------
  history
-------------------------------------------------- */
.history {
  padding: 20px 0 56px;
  background: #f3f7fb;
}
@media screen and (min-width: 640px) {
  .history {
    padding: 20px 0 93px;
  }
}
.history-wrap {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .history-wrap {
    display: flex;
  }
}
.history-left {
  flex-shrink: 0;
  margin: 0 2%;
}
.history-ttl {
  color: #232286;
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .history-ttl {
    font-size: 3rem;
  }
}
.history-right {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .history-right {
    margin: 0 0 0 5%;
  }
}
.history-list {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .history-list {
    margin: 0;
  }
}
.history-item {
  display: flex;
}
.history-item-ttl {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.3529;
  color: #232286;
  max-width: 90px;
  width: 100%;
  border-right: 2px solid #fff;
  padding: 0 4%;
}
@media screen and (min-width: 640px) {
  .history-item-ttl {
    font-size: 1.7rem;
    max-width: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .history-item-ttl {
    max-width: 130px;
  }
}
.history-item-txt {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.5;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  .history-item-txt {
    font-size: 1.6rem;
    padding: 0 25px;
  }
}/*# sourceMappingURL=company.css.map */