/* index
   ========================================================================== */
.square {
  position: absolute;
  z-index: -1;
}

.mv {
  width: 100%;
  height: 600px;
  padding: 50px 0;
  background: url("../img/index/mv_img.jpg") center center no-repeat;
  background-size: cover;
}

.mv__content {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.mv__caption {
  padding: 55px 50px;
  background-color: rgba(255, 255, 255, 0.8);
  align-self: flex-start;
  margin: 0 0 0 -10px;
}
.mv__caption span {
  display: block;
  background-image: url("../img/index/mv_caption.png");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -99999px;
  width: 105px;
  height: 348px;
  margin: auto;
}

.mv__description {
  width: 180px;
  font-size: 16px;
  padding: 40px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
  writing-mode: vertical-rl;
  align-self: flex-end;
  margin: 0 -10px -40px 0;
  position: relative;
  line-height: 2.1;
}

.mv__btn {
  width: 50px;
  height: auto;
  position: absolute;
  left: -20px;
  bottom: -15px;
}
.mv__btn a {
  padding: 15px 0;
}
.mv__btn i {
  margin-bottom: 10px;
}

.intro {
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.intro:before {
  content: "";
  display: block;
  width: 50%;
  height: 40px;
  background-color: #d00;
  background-image: linear-gradient(144deg, #e60000 0%, #e73535 0%, #da1515 100%);
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -70px;
}

.intro__inner {
  padding: 140px 0 100px;
}

.intro .square01 {
  right: -170px;
  top: -60px;
}
.intro .square02 {
  left: -180px;
  bottom: -45px;
}

.intro__section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
@media (max-width: 480px) {
  .intro__section {
    height: auto;
    padding: 0 20px;
  }
}
.intro__section:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}

.intro__section-text {
  flex-shrink: 0;
  line-height: 2;
}

.intro__section-img {
  height: 100%;
  width: 610px;
  position: relative;
  z-index: -1;
}
.intro__section-img img {
  position: absolute;
  top: 0;
  max-width: 140%;
}

.intro__caption {
  margin-bottom: 20px;
}

.intro .btn {
  margin-top: 20px;
}

.customer__caption {
  display: block;
  background-image: url("../img/index/customer_caption.png");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -99999px;
  height: 53px;
}

.customer__text {
  width: 410px;
}

.customer__img img {
  left: 0;
}

.agency {
  margin-top: 80px;
}

.agency__caption {
  display: block;
  background-image: url("../img/index/agency_caption.png");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -99999px;
  height: 53px;
}

.agency__text {
  width: 400px;
}
@media (max-width: 480px) {
  .agency__text {
    width: 100%;
  }
}

.agency__img img {
  right: 0;
}

.news {
  padding: 70px 0;
  position: relative;
}
.news:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #d00;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .news:before {
    content: none;
  }
}

.news__caption {
  display: block;
  background-image: url("../img/index/news_caption.png");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -99999px;
  width: 258px;
  height: 47px;
  margin: 0 auto;
}

.news__list {
  margin-top: 20px;
}

.news .btn {
  width: 260px;
  height: 40px;
  margin: 30px auto 0;
}

.links {
  position: relative;
  overflow: hidden;
  padding: 50px 0 70px;
}
.links .square {
  left: 50%;
  top: -65px;
  margin-left: 494px;
}

.links__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.links__list-items {
  letter-spacing: 0.08em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 20px 0 0;
  width: 470px;
  height: 100px;
}

.links__list a {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  will-change: opacity;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.links__list a:hover {
  opacity: 0.64;
  color: inherit;
}
.links__list span:not(.links__list-line) {
  margin: 0 auto;
}

.links__list-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 34px;
  background-color: #d00;
}

.links .item-customer a {
  background-image: url("../img/index/links01_img.jpg");
}
.links .item-agent a {
  background-image: url("../img/index/links02_img.jpg");
}
.links .item-reform a {
  background-image: url("../img/index/links03_img.jpg");
}
.links .item-recruit a {
  background-image: url("../img/index/links04_img.jpg");
}/*# sourceMappingURL=index.css.map */