/* ------------------------------------- */
/* mv
/* ------------------------------------- */
.lower-mv-bg {
  background: url(../img/target/main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 600px) {
  .lower-mv-bg {
    background: url(../img/target/main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

/* ------------------------------------- */
/* target
/* ------------------------------------- */
.target-info-text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .target-info-text {
    margin-bottom: 50px;
  }
}

.target-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .target-list {
    display: block;
  }
}

.target-list .target-list-item {
  width: 33.3%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.target-list .target-list-item:last-of-type {
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 600px) {
  .target-list .target-list-item {
    width: 100%;
  }
  .target-list .target-list-item:not(:first-of-type) {
    border-top: 0 none;
  }
  .target-list .target-list-item:not(:last-of-type) {
    border-right: 1px solid #e0e0e0;
  }
}

.target-list dl {
  padding: 30px;
}

.target-list dl dt {
  color: #1a4592;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 30px;
}

.target-list dl dd {
  line-height: 1.7;
}

@media screen and (max-width: 600px) {
  .target-list dl {
    padding: 30px 5%;
  }
  .target-list dl dt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

/* ------------------------------------- */
/* flow
/* ------------------------------------- */
.flow .sec-inner {
  padding-top: 0;
}

.flow-info-text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 55px;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 74px;
}

@media screen and (max-width: 600px) {
  .flow-list {
    display: block;
  }
}

.flow-list li {
  color: #fff;
  background: #1a4592;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  padding: 20px;
  min-height: 270px;
  position: relative;
}

.flow-list li:not(:last-of-type):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #57c3f1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 103px;
}

@media screen and (max-width: 600px) {
  .flow-list li {
    min-height: auto;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
  .flow-list li:not(:last-of-type) {
    margin-bottom: 74px;
  }
  .flow-list li:not(:last-of-type):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 9px 0 9px;
    border-color: #57c3f1 transparent transparent transparent;
    top: auto;
    bottom: -45px;
    left: 0;
    right: 0;
  }
}
/*# sourceMappingURL=target.css.map */