@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@500&display=swap");
#visual {
  min-width: 1040px;
}

@media (max-width: 480px) {
  #visual {
    min-width: 100%;
  }
}

#visual .visual {
  height: 700px;
  background: url(../img/title-bg-pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 480px) {
  #visual .visual {
    max-width: 100%;
    height: 400px;
    background: url(../img/title-bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

#visual .visual .inner {
  margin: 0 auto;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 700px;
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  #visual .visual .inner {
    height: 400px;
    padding-bottom: 20px;
  }
}

#visual .visual .inner .img {
  max-width: 620px;
}

@media (max-width: 480px) {
  #visual .visual .inner .img {
    width: 100%;
  }
}

#visual .visual .inner > div .btn {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}

@media (max-width: 480px) {
  #visual .visual .inner > div .btn {
    padding-right: 10px;
    margin-top: 5px;
  }
}

#visual .visual .inner > div .btn a {
  width: 400px;
  height: 60px;
  line-height: 60px;
  display: block;
  color: #fff;
  font-size: 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e73939), color-stop(40%, #f3541e), to(#fe6f03));
  background-image: linear-gradient(0deg, #e73939 0%, #f3541e 40%, #fe6f03 100%);
  background-image: -ms-linear-gradient(0deg, #e73939 0%, #f3541e 40%, #fe6f03 100%);
  position: relative;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 480px) {
  #visual .visual .inner > div .btn a {
    width: 80%;
  }
}

#visual .visual .inner > div .btn a span {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
}

#visual .visual .inner > div .btn a:after {
  content: '';
  background: url(../img/arrow01-02.png) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 480px) {
  #visual .visual .inner > div .btn a:after {
    width: 20px;
    height: 5px;
    right: 10px;
  }
}

#visual .visual .inner > div .btn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fe6f03), color-stop(60%, #f3541e), to(#e73939));
  background-image: linear-gradient(0deg, #fe6f03 0%, #f3541e 60%, #e73939 100%);
  background-image: -ms-linear-gradient(0deg, #fe6f03 0%, #f3541e 60%, #e73939 100%);
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

#visual .visual .inner > div .btn a:hover:before {
  opacity: 1;
  z-index: 2;
}

#visual .visual img {
  width: 100%;
  display: block;
}

.top_contents {
  padding: 70px 0 80px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .top_contents {
    padding: 35px 10px 40px;
  }
}

.top_contents .top_contents_title {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_title {
    margin-bottom: 25px;
  }
}

.top_contents .top_contents_title:before {
  content: '';
  background: #f4a109;
  display: block;
  width: 1px;
  height: 60px;
  margin: 0 auto 10px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_title:before {
    height: 30px;
  }
}

.top_contents .top_contents_title h1 {
  font-family: 'Roboto', sans-serif;
  color: #f4a109;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 480px) {
  .top_contents .top_contents_title h1 {
    font-size: 35px;
  }
}

.top_contents .top_contents_title .jp {
  font-size: 18px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_title .jp {
    font-size: 14px;
  }
}

.top_contents .top_contents_inner {
  background: url(../img/background-img01.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left top;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner {
    background-size: 100%;
  }
}

.top_contents .top_contents_inner .inner {
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .inner {
    display: block;
  }
}

.top_contents .top_contents_inner .inner .text {
  width: 475px;
  max-width: 100%;
}

.top_contents .top_contents_inner .inner .text h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .inner .text h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .inner .text .btn-nom a {
    margin: 0 auto 30px;
  }
}

.top_contents .top_contents_inner .inner .img {
  width: 700px;
  max-width: 100%;
  margin-right: -190px;
}

.top_navi {
  background: #fef9f1;
  padding: 50px 0 70px;
}

@media (max-width: 480px) {
  .top_navi {
    padding: 30px 10px 35px;
  }
}

@media (max-width: 480px) {
  .top_navi .top_navi_title {
    margin-bottom: 20px;
  }
}

.top_navi .top_navi_title:before {
  content: '';
  background: #f4a109;
  display: block;
  width: 1px;
  height: 60px;
  margin: 0 auto 10px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_title:before {
    height: 30px;
  }
}

.top_navi .top_navi_title h1 {
  font-family: 'Roboto', sans-serif;
  color: #f4a109;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 480px) {
  .top_navi .top_navi_title h1 {
    font-size: 35px;
  }
}

.top_navi .top_navi_title .jp {
  font-size: 18px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_title .jp {
    font-size: 14px;
  }
}

.top_navi .top_navi_inner {
  max-width: 1020px;
  margin: 0 auto;
}

.top_navi .top_navi_inner .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003366;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flow {
    display: block;
    font-size: 17px;
  }
}

.top_navi .top_navi_inner .flow .arrow1 {
  width: 40px;
}

.top_navi .top_navi_inner .flow .arrow2 {
  width: 60px;
  margin-left: -30px;
}

.top_navi .top_navi_inner .flow .arrow2 img {
  max-height: 170px;
  width: auto;
}

.top_navi .top_navi_inner .flow .arrow-db {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_navi .top_navi_inner .flow .arrow3 {
  width: 15px;
  margin: 0 auto;
}

.top_navi .top_navi_inner .flow .arrow3 img {
  vertical-align: bottom;
}

.top_navi .top_navi_inner .flow .row {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  position: relative;
  z-index: 2;
}

.top_navi .top_navi_inner .flow .row > div {
  background: #fff;
  border: solid 3px #f4a109;
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  margin: 20px 0;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flow .row > div {
    margin: 0;
  }
}

.top_navi .top_navi_inner .flow .row > div .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flow .row > div .img {
    display: block;
    position: relative;
  }
}

.top_navi .top_navi_inner .flow .row > div .img img {
  width: 90px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .flow .row > div .img img {
    height: 35px;
    width: 45px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.top_info {
  padding: 50px 0 0;
}

@media (max-width: 480px) {
  .top_info {
    padding: 30px 0 0;
  }
}

.top_info .top_info_title {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .top_info .top_info_title {
    margin-bottom: 20px;
  }
}

.top_info .top_info_title:before {
  content: '';
  background: #f4a109;
  display: block;
  width: 1px;
  height: 60px;
  margin: 0 auto 10px;
}

@media (max-width: 480px) {
  .top_info .top_info_title:before {
    height: 30px;
  }
}

.top_info .top_info_title h1 {
  font-family: 'Roboto', sans-serif;
  color: #f4a109;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 480px) {
  .top_info .top_info_title h1 {
    font-size: 35px;
  }
}

.top_info .top_info_title .jp {
  font-size: 18px;
}

@media (max-width: 480px) {
  .top_info .top_info_title .jp {
    font-size: 14px;
  }
}

.top_info .top_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .top_info .top_info_inner {
    display: block;
  }
}

.top_info .top_info_inner .service-block {
  width: 100%;
  background: url(../img/img02-01-pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px;
}

@media (max-width: 480px) {
  .top_info .top_info_inner .service-block {
    width: 100%;
    padding: 40px 10px;
    background: url(../img/img02-01-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.top_info .top_info_inner .service-block:nth-child(2) {
  background: url(../img/img02-02-pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 480px) {
  .top_info .top_info_inner .service-block:nth-child(2) {
    background: url(../img/img02-02-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.top_info .top_info_inner .service-block .inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 60px;
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .top_info .top_info_inner .service-block .inner {
    padding: 25px 30px;
  }
}

.top_info .top_info_inner .service-block .inner .head {
  color: #f36b30;
  margin-bottom: 1em;
}

@media (max-width: 480px) {
  .top_info .top_info_inner .service-block .inner .head {
    margin-bottom: 0;
  }
}

.top_info .top_info_inner .service-block .inner .head .jp {
  font-size: 15px;
}

@media (max-width: 480px) {
  .top_info .top_info_inner .service-block .inner .head .jp {
    font-size: 12px;
  }
}

.top_info .top_info_inner .service-block .inner .head h2 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}

@media (max-width: 480px) {
  .top_info .top_info_inner .service-block .inner .head h2 {
    font-size: 18px;
  }
}

.top_info .top_info_inner .service-block .inner .btn-nom {
  margin-top: 20px;
}

.top_info .top_info_inner .service-block .inner .btn-nom a {
  margin: 0 auto;
}

@media (max-width: 480px) {
  .top_info .top_info_inner .service-block .inner .btn-nom a {
    width: 90%;
  }
}
/*# sourceMappingURL=top.css.map */