/* ------------------------------------- */
/* mv
/* ------------------------------------- */
.mv {
  padding: 40px 40px 0 40px;
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 600px) {
  .mv {
    padding: 95px 5% 0 5%;
  }
}

.mv-inner {
  height: 100%;
  background: url(../img/top/main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

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

.mv-catch {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mv-catch .mv-title {
  font-size: 5.6rem;
  color: #1a4592;
  line-height: 1.3;
  -moz-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 600px) {
  .mv-catch .mv-title {
    font-size: 3.3rem;
  }
}

.mv-catch .mv-text {
  margin-top: 48px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a4592;
  font-family: 'Zen Maru Gothic', sans-serif;
  -moz-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 600px) {
  .mv-catch .mv-text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

/* ------------------------------------- */
/* about
/* ------------------------------------- */
.about {
  background: url(../img/top/about_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}

@media screen and (max-width: 600px) {
  .about {
    background: url(../img/top/about_bg_sp.jpg) no-repeat;
    background-size: 100% auto;
    background-position: bottom left;
  }
}

.about-title {
  font-size: 3.6rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1.7;
  font-weight: 700;
  color: #1a4592;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .about-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.about-wrapper .about-info {
  width: 50%;
  padding-left: 100px;
}

@media screen and (max-width: 600px) {
  .about-wrapper .about-info {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }
}

.about-wrapper .about-info p {
  line-height: 1.8;
}

.about-wrapper .about-info .btn {
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  .about-wrapper .about-info .btn {
    margin: 50px auto 0;
  }
}

.about-wrapper figure {
  width: 50%;
  position: relative;
  z-index: 1;
}

.about-wrapper figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1a4592;
  opacity: 0.1;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .about-wrapper figure:after {
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 600px) {
  .about-wrapper figure {
    width: 100%;
    margin-top: 50px;
  }
}

/* ------------------------------------- */
/* target
/* ------------------------------------- */
.target-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

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

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

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

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

.target-list .target-item figure {
  position: relative;
}

.target-list .target-item figue::before {
  content: "";
  position: absolute;
}

.target-list .target-item figcaption {
  padding: 30px 2%;
  color: #1a4592;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.target-list .target-item:hover figcaption {
  background: #f9fafa;
}

.target .btn {
  margin: 0 auto;
}

/* ------------------------------------- */
/* company
/* ------------------------------------- */
.company {
  background: url(../img/top/company_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 600px) {
  .company {
    background: url(../img/top/company_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.company-info {
  color: #fff;
  max-width: 420px;
}

.company-info .company-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.2;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .company-info .company-title {
    font-size: 2.4rem;
    line-height: 2;
  }
}

.company-info p {
  font-size: 1.6rem;
  line-height: 1.7;
}

.company-info .btn {
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  .company-info .btn {
    margin: 50px auto 0;
  }
}
/*# sourceMappingURL=top.css.map */