#visual {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 480px) {
  #visual {
    min-width: 100%;
    padding: 0 4.5vw;
    background: url(../img/bg-img01.jpg) no-repeat center top/contain;
  }
}

#visual .visual {
  position: relative;
  min-width: 1040px;
  max-width: 1530px;
  padding: 0 30px;
  margin: 0 auto;
}

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

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

#visual .visual::before, #visual .visual::after {
  position: absolute;
  content: " ";
  height: 100%;
  mix-blend-mode: overlay;
  z-index: 2;
  top: 0;
}

@media (max-width: 480px) {
  #visual .visual::before, #visual .visual::after {
    content: none;
  }
}

#visual .visual::before {
  width: 100vw;
  min-height: 2000px;
  background: -webkit-gradient(linear, left top, right top, from(#2c20af), color-stop(20%, rgba(65, 57, 146, 0)));
  background: linear-gradient(to right, #2c20af 0%, rgba(65, 57, 146, 0) 20%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 48% 98%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 48% 98%);
  left: calc(50% - 270px);
}

#visual .visual::after {
  width: 2000px;
  min-height: 980px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 57, 146, 0.98)), to(rgba(65, 57, 146, 0)));
  background: linear-gradient(to bottom, rgba(65, 57, 146, 0.98) 0%, rgba(65, 57, 146, 0) 100%);
  -webkit-clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
  right: calc(100% - 205px);
}

@media (max-width: 480px) {
  #visual .visual::after {
    width: 120vw;
    min-height: 80vw;
    -webkit-clip-path: polygon(0 0, 26% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 26% 0, 100% 100%, 0% 100%);
    right: -20vw;
  }
}

#visual .visual-bg {
  position: absolute;
  content: " ";
  width: 130vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#eaeefb), to(#ffffff));
  background: linear-gradient(to right, #eaeefb 0%, #ffffff 100%);
  top: 0;
  left: -30vw;
  z-index: -1;
}

@media (max-width: 480px) {
  #visual .visual-bg {
    width: 0;
    content: none;
  }
}

#visual .visual-bg__txt {
  position: absolute;
  display: block;
  font-size: 28.5rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  color: #413992;
  line-height: 0.8;
  opacity: 0.04;
  white-space: nowrap;
  top: -14px;
  left: -40px;
  z-index: 2;
}

@media (max-width: 480px) {
  #visual .visual-bg__txt {
    font-size: 24vw;
    top: -1vw;
    left: -1vw;
    line-height: 0.85;
  }
}

#visual .visual-msg {
  position: relative;
  min-width: 1040px;
  max-width: 1530px;
  padding: 170px 30px 0;
  margin: 0 auto 30px;
  z-index: 3;
}

@media (max-width: 480px) {
  #visual .visual-msg {
    min-width: 100%;
    max-width: 100%;
    padding: 22.5vw 0 0;
    margin-bottom: 5vw;
  }
}

#visual .visual-msg__toptxt {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 5px;
}

@media (max-width: 480px) {
  #visual .visual-msg__toptxt {
    font-size: 6.4vw;
    margin-bottom: 8.5vw;
    line-height: 1.8;
    letter-spacing: 1.38vw;
  }
}

#visual .visual-msg__bottomtxt {
  font-size: 2.7rem;
  font-weight: 400;
  color: #413992;
  line-height: 1;
  letter-spacing: 0.7px;
}

@media (max-width: 480px) {
  #visual .visual-msg__bottomtxt {
    font-size: 3.6vw;
    letter-spacing: 0.4vw;
    line-height: 1.6;
  }
}

#visual .visual-msg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  #visual .visual-msg-list {
    width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.3vw 1.4vw;
    margin-bottom: 2.3vw;
  }
}

#visual .visual-msg-list__item {
  font-size: 2.6rem;
  color: #fff;
  padding: 12px 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(54, 77, 161, 0.7)), to(rgba(95, 81, 152, 0.7)));
  background: linear-gradient(0deg, rgba(54, 77, 161, 0.7) 0%, rgba(95, 81, 152, 0.7) 100%);
  line-height: 1;
}

@media (max-width: 480px) {
  #visual .visual-msg-list__item {
    font-size: 4.55vw;
    padding: 1.8vw 2.6vw;
    letter-spacing: 0.6vw;
  }
}

#visual .visual-main {
  position: relative;
  min-width: 1040px;
  max-width: 1530px;
  padding: 0 30px;
  margin: 0 auto;
  z-index: 110;
}

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

#visual .visual-main::before {
  position: absolute;
  content: " ";
  width: 25px;
  height: 156px;
  background-image: url(../img/scroll.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -7px;
  bottom: 10px;
}

@media (max-width: 480px) {
  #visual .visual-main::before {
    width: 4vw;
    height: 17vw;
    left: -4vw;
  }
}

#visual .visual-point {
  position: absolute;
  width: 176px;
  top: -35px;
  right: 55px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 300;
}

@media (max-width: 480px) {
  #visual .visual-point {
    width: 32vw;
    top: 0;
    right: 3vw;
  }
}

#visual-side {
  position: relative;
  height: 36vw !important;
  min-height: 450px;
  max-height: 632px;
  z-index: 200;
}

@media (max-width: 480px) {
  #visual-side {
    height: 58vw !important;
    min-height: auto;
    max-height: inherit;
  }
}

#visual-side::before, #visual-side::after {
  position: absolute;
  content: " ";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  z-index: 1;
}

@media (max-width: 480px) {
  #visual-side::before, #visual-side::after {
    content: none;
  }
}

#visual-side::before {
  position: absolute;
  width: 175px;
  height: 630px;
  background-image: url(../img/ashirai01.png);
  top: 0;
  left: 0;
}

#visual-side::after {
  width: 584px;
  height: 481px;
  background-image: url(../img/ashirai02.png);
  top: 0;
  right: 0;
}

.top_contents {
  padding-bottom: 150px;
  background: linear-gradient(45deg, #5e71b4 0%, #364da1 35%, #5f5198 65%, #6761a8 100%);
}

@media (max-width: 480px) {
  .top_contents {
    padding-bottom: 120px;
  }
}

.top_contents .contact-block__ttl {
  color: #fff100;
}

.top_contents .contact-block__subttl {
  color: #fff;
}

.top_contents .contact-block-list {
  position: relative;
  z-index: 2;
}

.top_contents .contact-block-list__item {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top_contents .contact-block-area {
  position: relative;
  background: none;
}

.top_contents .contact-block-area::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: #5573e1;
  opacity: 0.3;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}

.top_contents .contact-block-area__ttl {
  z-index: 2;
}

.top_contents .contact-block-area-list {
  z-index: 2;
}

.top_info {
  position: relative;
  padding-bottom: 60px;
  z-index: 2;
  /*
  .top_info_box01 {
    padding: 15px 5px 15px 20px;
    background-color: #f1f2f8;
    border-radius: 10px;
    margin-bottom: 28px;
    letter-spacing: 0.6px;
    @include sp {
      padding: 15px 10px 20px 20px;
    }
  }
  .top_info_box01_set {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    @include sp {
      display: block;
    }
    &:not(:last-child) {
      margin-bottom: 3px;
      @include sp {
        margin-bottom: 5px;
      }
    }
  }
  .top_info_box01_dt {
    position: relative;
    width: 153px;
    @include sp {
      width: auto;
      display: inline-block;
    }

    }
  }
  .top_info_box01_dd {
    width: 345px;
    line-height: 1.4;
    @include sp {
      width: 100%;
    }
  }
  */
}

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

.top_info::before {
  position: absolute;
  content: " ";
  width: 100vw;
  height: calc(100% + 60px);
  background-color: #fff;
  top: -60px;
  right: calc(50% - 450px);
  z-index: -1;
}

@media (max-width: 480px) {
  .top_info::before {
    right: 20px;
  }
}

.top_info .top_info_title {
  font-size: 3rem;
  font-weight: bold;
  color: #364da1;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}

@media (max-width: 480px) {
  .top_info .top_info_title {
    font-size: 2.3rem;
    margin-bottom: 25px;
    padding-right: 20px;
    line-height: 1.4;
  }
}

.top_info .top_info_inner {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

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

.top_info .top_info_main {
  width: 535px;
}

@media (max-width: 480px) {
  .top_info .top_info_main {
    width: 100%;
    padding: 0 40px 0 20px;
  }
}

.top_info .top_info__pick {
  font-size: 2.8rem;
  font-weight: 500;
  color: #364da1;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #364da1;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .top_info .top_info__pick {
    font-size: 1.7rem;
    padding-bottom: 10px;
  }
}

.top_info .top_info__txt {
  margin-bottom: 25px;
}

.top_info .top_info_box01 {
  padding: 10px;
  background: #f1f2f8;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

.top_info .top_info_box01_set {
  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_info .top_info_box01_set {
    display: block;
  }
}

.top_info .top_info_box01_set:not(:last-child) {
  margin-bottom: 10px;
}

.top_info .top_info_box01_dt {
  width: 190px;
  position: relative;
  font-size: 1.55rem;
  margin-right: 20px;
  background: #fff;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 700;
}

@media (max-width: 480px) {
  .top_info .top_info_box01_dt {
    margin: 0 0 3px 0;
    font-size: inherit;
    width: auto;
    padding: 5px;
  }
}

.top_info .top_info_box01_dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0;
  line-height: 1.6;
}

.top_info .top_info_img {
  width: 400px;
}

@media (max-width: 480px) {
  .top_info .top_info_img {
    position: relative;
    width: calc(100% - 20px);
    height: 180px;
    margin-top: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    left: 20px;
  }
}

@media (max-width: 480px) {
  .top_info .top_info_img img {
    position: relative;
    top: -100px;
  }
}

.top_service {
  padding: 70px 0;
}

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

.top_service .top_service_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top_service .top_service_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.top_service .top_service_set:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .top_service .top_service_set:not(:last-child) {
    margin-bottom: 20px;
  }
}

.top_service .top_service_set:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top_service .top_service_set_main {
  width: 465px;
}

@media (max-width: 480px) {
  .top_service .top_service_set_main {
    width: 100%;
    padding: 0 20px;
  }
}

.top_service .top_service_set_main_cat {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #364da1;
  padding: 8px 15px;
  border: 1px solid #364da1;
  border-radius: 20px;
  margin-bottom: 20px;
  line-height: 1;
}

@media (max-width: 480px) {
  .top_service .top_service_set_main_cat {
    font-size: 1.3rem;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
  }
}

.top_service .top_service_set_main_ttl {
  font-size: 2.8rem;
  font-weight: 500;
  color: #364da1;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #364da1;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .top_service .top_service_set_main_ttl {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.top_service .top_service_set_main_txt {
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.top_service .top_service_set_img {
  width: 500px;
}

@media (max-width: 480px) {
  .top_service .top_service_set_img {
    width: 100%;
    height: 220px;
    margin-top: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@media (max-width: 480px) {
  .top_service .top_service_set_img img {
    position: relative;
    top: -100px;
  }
}

.top_service .font-s {
  font-size: 75%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
/*# sourceMappingURL=top.css.map */