/* TOP
========================================*/

#main {
  border-bottom: 0;
}

#main .mv {
  margin: 0 auto;
}

#main .mv .swiper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#main .mv .swiper-slide {
  overflow: hidden;
}

#main .mv .swiper-button-next,
#main .mv .swiper-button-prev {
  position: absolute;
  z-index: 10;
}

#main .mv .swiper-button-next:before,
#main .mv .swiper-button-prev:before {
  background-color: #f3ac35;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#main .mv .swiper-button-next img,
#main .mv .swiper-button-prev img {
  position: absolute;
  z-index: 2;
}

#main .mv .swiper-button-next {
  right: 0;
}

#main .mv .swiper-button-prev {
  rotate: 180deg;
}

#main .mv-text {
  position: relative;
  z-index: 2;
}

#main .mv-text>h1 {
  color: #f3ac35;
  font-weight: 900;
  line-height: 1.2;
  margin-top: -.7em;
}

#main .mv-text>p {
  font-weight: 700;
  line-height: 1.4;
  margin-top: .2em;
}

#main .news {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#main .news-list .-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
}

#main .news-list .-date:before {
  background-color: #f3ac35;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}

#main .news-list .-text {
  line-height: 1.4;
}

#main .news-list>li {
  position: relative;
}

#main .news-list>li:after {
  background-color: #f3ac35;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
}

#main .contract-list>li>a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 15px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

#main .contract-list>li>a>p {
  flex: 1;
  letter-spacing: 0;
  text-align: center;
}

#main .contract-list>li>a>p ._narrow {
  letter-spacing: -.1em;
}

#main .contract-list>li>a:after {
  background-image: url(../img/top/icon_arrow_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}

#main .trouble {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#main .trouble-list>li {
  overflow: hidden;
}

#main .trouble-list>li>a {
  display: block;
  position: relative;
}

#main .trouble-list>li>a>dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}

#main .trouble-list>li>a>dl>dt {
  background-color: rgba(255, 255, 255, .9);
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
}

#main .trouble-list>li>a>dl>dd {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 3px 6px #ce8307;
}

#main .trouble-list>li>a>figure img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #main {
    padding-top: 70px !important;
  }

  #main .mv {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 1200px;
    max-width: 1400px;
    margin-bottom: 100px;
  }

  #main .mv .swiper {
    border-radius: 60px;
  }

  #main .mv .swiper-slide {
    border-radius: 60px;
    width: 1200px;
  }

  #main .mv .swiper-button-next,
  #main .mv .swiper-button-prev {
    cursor: pointer;
    top: calc(50% - 30px);
    height: 60px;
    width: 60px;
  }

  #main .mv .swiper-button-next:before,
  #main .mv .swiper-button-prev:before {
    height: 60px;
    width: 60px;
  }

  #main .mv .swiper-button-next img,
  #main .mv .swiper-button-prev img {
    top: calc(50% - 8px);
    right: 50%;
    height: 16px;
  }

  #main .mv-text {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }

  #main .mv-text>h1 {
    font-size: 5rem;
  }

  #main .mv-text>p {
    font-size: 2.25rem;
  }

  #main .news {
    background-image: url(../img/top/bg_news_pc.svg);
    background-size: 1200px;
  }

  #main .news .c-title {
    margin-bottom: 60px;
  }

  #main .news .c-button._list {
    font-size: .875rem;
    margin-left: auto;
    margin-right: 100px;
    padding: 6px;
    width: 180px;
  }

  #main .news-list {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    margin-bottom: 40px;
  }

  #main .news-list .-date {
    font-size: 1.125rem;
    width: 165px;
  }

  #main .news-list .-date:before {
    margin-right: 30px;
  }

  #main .news-list .-text {
    flex: 1;
    margin-right: 40px;
  }

  #main .news-list .-text>a:hover {
    text-decoration: underline;
  }

  #main .news-list .c-button {
    font-size: .875rem;
    padding: 6px;
    width: 130px;
  }

  #main .news-list>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  #main .news-list>li:after {
    left: calc(50% - 40px);
    width: 80px;
  }

  #main .contract-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
  }

  #main .contract-list>li {
    margin: 0 14px 45px;
    width: 315px;
  }

  #main .contract-list>li>a {
    border: 2px solid #fff;
    font-size: 1.25rem;
    padding: 28px 5px 28px 28px;
    transition: .3s ease;
  }

  #main .contract-list>li>a img {
    margin-bottom: 20px;
  }

  #main .contract-list>li>a>p>strong {
    font-size: 1.5rem;
  }

  #main .contract-list>li>a:after {
    right: -15px;
    bottom: -15px;
    height: 60px;
    width: 78px;
  }

  #main .contract-list>li>a:hover {
    border: 2px solid #f3ac35;
  }

  #main .trouble {
    background-image: url(../img/top/bg_trouble_pc.svg);
    background-size: 1200px;
    padding-bottom: 100px;
  }

  #main .trouble-list {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    padding: 0 50px;
  }

  #main .trouble-list>li {
    border-radius: 20px;
    width: 530px;
  }

  #main .trouble-list>li>a {
    transition: .3s ease;
  }

  #main .trouble-list>li>a>dl>dt {
    border-radius: 30px;
    font-size: 1.5rem;
    margin-top: 30px;
    padding: 10px;
    width: 310px;
  }

  #main .trouble-list>li>a>dl>dd {
    font-size: 1.125rem;
    margin-top: 5px;
  }

  #main .trouble-list>li>a:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 767px) {
  #main {
    padding-top: 10.6666666667vw;
  }

  #main .mv {
    margin-bottom: 16vw;
    width: 89.3333333333vw;
  }

  #main .mv .swiper {
    border-radius: 8vw;
  }

  #main .mv .swiper-slide {
    border-radius: 8vw;
    width: 80vw;
  }

  #main .mv .swiper-button-next,
  #main .mv .swiper-button-prev {
    top: calc(50% - 5.3333333333vw);
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }

  #main .mv .swiper-button-next:before,
  #main .mv .swiper-button-prev:before {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }

  #main .mv .swiper-button-next img,
  #main .mv .swiper-button-prev img {
    top: calc(50% - 1.6vw);
    right: 50%;
    height: 3.2vw;
  }

  #main .mv-text {
    padding: 0 4vw;
  }

  #main .mv-text>h1 {
    font-size: 14.9333333333vw;
  }

  #main .mv-text>p {
    font-size: 6.4vw;
  }

  #main .news {
    background-image: url(../img/top/bg_news_sp.svg);
  }

  #main .news .c-title {
    margin-bottom: 10.6666666667vw;
  }

  #main .news .c-button._list {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw;
    width: 64vw;
  }

  #main .news-list {
    margin-bottom: 10.6666666667vw;
  }

  #main .news-list .-date {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }

  #main .news-list .-date:before {
    margin-right: 4vw;
  }

  #main .news-list .-text {
    font-size: 4vw;
    margin-bottom: 4vw;
    padding: 0 5.3333333333vw;
  }

  #main .news-list .c-button {
    font-size: 4vw;
    margin-right: 0;
    padding: 1.3333333333vw;
    width: 37.3333333333vw;
  }

  #main .news-list>li {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }

  #main .news-list>li:after {
    left: calc(50% - 10.6666666667vw);
    width: 21.3333333333vw;
  }

  #main .contract-list {
    margin-top: 13.3333333333vw;
    padding: 0 5.3333333333vw 0 4vw;
  }

  #main .contract-list>li {
    margin-bottom: 8vw;
  }

  #main .contract-list>li>a {
    font-size: 4.8vw;
    padding: 6.6666666667vw 1.3333333333vw 6.6666666667vw 6.6666666667vw;
  }

  #main .contract-list>li>a img {
    margin-bottom: 4vw;
    height: 24vw;
  }

  #main .contract-list>li>a>p>strong {
    font-size: 5.8666666667vw;
  }

  #main .contract-list>li>a:after {
    right: -3.2vw;
    bottom: -3.2vw;
    height: 14.4vw;
    width: 18.9333333333vw;
  }

  #main .trouble {
    background-image: url(../img/top/bg_trouble_sp.svg);
  }

  #main .trouble-list {
    margin-top: 13.3333333333vw;
    padding: 0 .8vw;
  }

  #main .trouble-list>li {
    border-radius: 4vw;
    margin-bottom: 8vw;
  }

  #main .trouble-list>li>a>dl>dt {
    border-radius: 6.6666666667vw;
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
    padding: 1.8666666667vw;
    width: 53.3333333333vw;
  }

  #main .trouble-list>li>a>dl>dd {
    font-size: 3.4666666667vw;
    margin-top: .8vw;
  }
}
/*# sourceMappingURL=../../../_sourcemap/customer/assets/css/top.css.map */