/* color */
/**top*/
.top #mv {
  position: relative;
}

.top #mv .mv-title {
  padding-top: 6rem;
  font-size: 2.7rem;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px #555;
}

@media screen and (min-width: 430px) {
  .top #mv .mv-title {
    top: 40%;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 897px) {
  .top #mv .mv-title {
    font-size: 4.5rem;
    top: 50%;
  }
}

.top #mv .mv-title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top #mv .carousel-item {
  position: relative;
  width: 102%;
}

.top #mv .carousel-item figure img {
  height: auto;
  max-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

@media screen and (min-width: 430px) {
  .top #mv .carousel-item figure img {
    width: 100%;
    height: 100vh;
    max-height: unset;
  }
}

.top #mv .carousel-indicator {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 2rem;
  right: 12%;
}

@media screen and (min-width: 430px) {
  .top #mv .carousel-indicator {
    bottom: 5rem;
  }
}

@media screen and (min-width: 897px) {
  .top #mv .carousel-indicator {
    bottom: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .top #mv .carousel-indicator {
    bottom: 4.2rem;
  }
}

.top #mv .carousel-indicator .indicator-item span {
  border: unset;
  background-color: #999;
}

.top #mv .carousel-indicator .is-active span {
  background-color: #1d2087;
}

.top #mv-bg {
  position: relative;
  height: 100vh;
  background-image: url("../images/top/mv_wt_sp.jpg");
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 897px) {
  .top #mv-bg {
    background-image: url("../images/top/mv_wt.jpg");
  }
}

.top #mv-bg h2 {
  padding-top: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2.7rem;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px #555;
}

@media screen and (min-width: 430px) {
  .top #mv-bg h2 {
    top: 40%;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 897px) {
  .top #mv-bg h2 {
    font-size: 4.5rem;
    top: 50%;
  }
}

.top #mv .mv-text {
  position: absolute;
  background-image: url("../images/top/bg_mv_bottom_sp.png");
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: -8.5rem;
  width: 100%;
  height: 20rem;
}

@media screen and (min-width: 430px) {
  .top #mv .mv-text {
    bottom: -12rem;
    height: 20rem;
  }
}

@media screen and (min-width: 897px) {
  .top #mv .mv-text {
    background-image: url("../images/top/bg_mv_bottom.png");
    bottom: -2rem;
    height: 15rem;
  }
}

@media screen and (min-width: 1025px) {
  .top #mv .mv-text {
    bottom: -4rem;
  }
}

@media screen and (min-width: 1280px) {
  .top #mv .mv-text {
    bottom: -5rem;
  }
}

@media screen and (min-width: 1620px) {
  .top #mv .mv-text {
    bottom: -8rem;
  }
}

.top #mv .mv-text p {
  padding: 6.5rem 1.5rem 0 1.5rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 430px) {
  .top #mv .mv-text p {
    width: 70%;
    padding: 1.5rem 0 0 1.5rem;
  }
}

@media screen and (min-width: 897px) {
  .top #mv .mv-text p {
    padding: unset;
    width: unset;
    position: absolute;
    left: 10%;
    top: 5rem;
  }
}

@media screen and (min-width: 897px) and (min-width: 1280px) {
  .top #mv .mv-text p {
    top: 3rem;
  }
}

@media screen and (min-width: 897px) and (min-width: 1620px) {
  .top #mv .mv-text p {
    top: 2rem;
  }
}

.top #top-list {
  padding: 15rem 0 0rem;
}

@media screen and (min-width: 897px) {
  .top #top-list {
    padding: 10rem 0;
  }
}

.top #top-list .top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (min-width: 897px) {
  .top #top-list .top-list {
    padding: 5rem 0 10em;
  }
}

.top #top-list .top-list-item {
  background-color: #e6e6e6;
  padding: 3rem 0 8.5rem 3rem;
  margin-left: 3rem;
}

@media screen and (min-width: 897px) {
  .top #top-list .top-list-item {
    padding: unset;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: unset;
    margin-left: unset;
  }
}

.top #top-list .top-list-item h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #009fe8;
}

@media screen and (min-width: 897px) {
  .top #top-list .top-list-item h2 {
    font-size: 3.5rem;
  }
}

.top #top-list .top-list-item .eng {
  color: #f07639;
}

.top #top-list .top-list-item p {
  padding: 2rem 2rem 2rem 0;
}

@media screen and (min-width: 897px) {
  .top #top-list .top-list-item p {
    padding: 3rem 0;
  }
}

.top #top-list .top-list-item a {
  background-color: #fff;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 2rem;
  width: 20rem;
}

.top #top-list .top-list-item a .icon {
  color: #009fe8;
}

.top #top-list .top-list:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top #top-list .top-list:last-child .top-list-item {
  padding: 3rem 0 8.5rem 3rem;
  margin-right: 3rem;
  margin-left: unset;
}

@media screen and (min-width: 897px) {
  .top #top-list .top-list:last-child .top-list-item {
    padding: unset;
    margin: unset;
    right: -5rem;
    left: unset;
  }
}

.top #top-list .top-list:last-child .top-list-item h2 {
  color: #1d2087;
}

@media screen and (min-width: 897px) {
  .top #top-list .top-list:last-child .top-list-item figure img {
    height: 100%;
    padding-bottom: 12rem;
  }
}

.top #top-list .top-list-img {
  margin-top: -7rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top #top-list .top-list-img figure img {
  padding-bottom: 5rem;
  height: 100%;
}

.top #top-list .contents .contact {
  bottom: 1rem;
}

@media screen and (min-width: 897px) {
  .top #top-list .contents .contact {
    width: 60rem;
    bottom: 5rem;
  }
}

@media screen and (min-width: 1280px) {
  .top #top-list .contents .contact {
    width: 60rem;
    bottom: 8rem;
  }
}
/*# sourceMappingURL=top.css.map */