#page {
  overflow: hidden;
}

#visual {
  margin-bottom: 14px;
  min-width: 1040px;
  height: 820px;
  background-image: url("../img/fv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 80%;
  position: relative;
  width: 100%;
  color: #fff;
}
@media (max-width: 480px) {
  #visual {
    min-width: 100%;
    height: 600px;
    background-position: left 32% top;
    z-index: 0;
  }
}
#visual::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to left top, transparent, rgba(29, 95, 190, 0.3));
}
#visual .visual {
  margin: auto;
  max-width: 1020px;
  position: relative;
}
#visual .visual_inner {
  position: absolute;
  padding-top: 230px;
  padding-bottom: 270px;
  z-index: 1;
}
@media (max-width: 480px) {
  #visual .visual_inner {
    max-width: 100%;
    left: 2rem;
    top: 44%;
  }
}
#visual .visual_icon {
  position: absolute;
  top: 42%;
  left: 78%;
  mix-blend-mode: overlay;
}
@media (max-width: 480px) {
  #visual .visual_icon {
    top: 42%;
    left: 28%;
  }
}
#visual .visual_icon img {
  max-width: 520px;
}
@media (max-width: 480px) {
  #visual .visual_icon img {
    max-width: 348px;
  }
}
#visual .catch_title {
  font-size: 9.6rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 3.5rem;
}
@media (max-width: 480px) {
  #visual .catch_title {
    font-size: 4.2rem;
  }
}
#visual .catch_subtitle {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 480px) {
  #visual .catch_subtitle {
    font-size: 1.8rem;
  }
}

.top_section {
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 160px;
  gap: 5rem;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .top_section {
    padding: 0 15px;
  }
}

.top_title {
  color: #262B60;
  font-size: 6.4rem;
  font-weight: bold;
  padding-bottom: 3rem;
}
@media (max-width: 480px) {
  .top_title {
    font-size: 3.2rem;
    padding-bottom: 2.5rem;
    padding-top: 2rem;
    text-align: center;
  }
}

.top_text {
  font-size: 1.6rem;
  line-height: 2.6;
}
@media (max-width: 480px) {
  .top_text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.top_text :last-child {
  padding-bottom: 3rem;
}
@media (max-width: 480px) {
  .top_text :last-child {
    padding-bottom: 2rem;
  }
}

.top_btn {
  margin-left: 0;
  position: relative;
}
@media (max-width: 480px) {
  .top_btn {
    margin-left: auto;
  }
}

.top_btn::after {
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.top_btn:hover::after {
  right: 18px;
  transition: 0.3s;
}

.top_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 180px;
  padding-bottom: 240px;
  text-align: left;
}
@media (max-width: 480px) {
  .top_contents {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 0px;
    padding-bottom: 160px;
    order: 2;
  }
}
.top_contents .top_contents_imgbox {
  position: relative;
  top: 0;
  height: 560px;
  width: calc((100% - 5rem) * 0.38);
}
@media (max-width: 480px) {
  .top_contents .top_contents_imgbox {
    width: 70%;
    height: 310px;
    order: 1;
  }
}
.top_contents .top_contents_imgbox::before {
  content: "";
  background-image: url(../img/box1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 527px;
  height: 580px;
  position: absolute;
  top: -10%;
  left: -60%;
}
@media (max-width: 480px) {
  .top_contents .top_contents_imgbox::before {
    width: 312px;
    height: 317px;
    top: -3%;
    right: 0;
  }
}
.top_contents .top_contents_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .top_contents .top_contents_img {
    padding-top: 20px;
    padding-right: 10px;
  }
}
.top_contents img {
  width: 100%;
  max-width: 393px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 480px) {
  .top_contents img {
    width: 100%;
  }
}
.top_contents .top_contents_box {
  width: calc((100% - 5rem) * 0.62);
  z-index: 1;
}
@media (max-width: 480px) {
  .top_contents .top_contents_box {
    flex-wrap: wrap;
    width: 100%;
  }
}
.top_contents .top_contents_text_strong {
  color: #0077AA;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 4rem;
}
@media (max-width: 480px) {
  .top_contents .top_contents_text_strong {
    font-size: 2rem;
    padding-bottom: rem;
    padding-top: 2.5rem;
    line-height: 1.6;
  }
}
.top_contents .top_contents_inner {
  padding-bottom: 25px;
}

.top_business {
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  .top_business {
    padding-bottom: 40px;
  }
}
.top_business .top_business_wrap {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-bottom: 110px;
  z-index: 1;
}
@media (max-width: 480px) {
  .top_business .top_business_wrap {
    padding-bottom: 70px;
  }
}
.top_business .top_business_wrap::before {
  content: "";
  background-image: url(../img/box2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 1255px;
  height: 559px;
  position: absolute;
  top: -10%;
  left: 10%;
  z-index: -1;
}
@media (max-width: 480px) {
  .top_business .top_business_wrap::before {
    top: -1%;
    width: 1100px;
    height: 480px;
    left: 1.6%;
  }
}
.top_business .top_text {
  margin-bottom: 40px;
  padding-left: 12px;
}
.top_business .top_business {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .top_business .top_business_title {
    width: 100%;
    padding: 0 15px;
    padding-bottom: 2.5rem;
    padding-top: 2rem;
  }
}
.top_business .top_business_inner {
  z-index: 1;
}
@media (max-width: 480px) {
  .top_business .top_business_inner {
    width: 100%;
    padding: 0;
  }
}
.top_business .top_business_box {
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 480px) {
  .top_business .top_business_box {
    flex-direction: column;
  }
}
.top_business .top_business_box .top_business_individual,
.top_business .top_business_box .top_business_company {
  width: calc((100% - 2rem) / 2);
  height: 200px;
  position: relative;
}
@media (max-width: 480px) {
  .top_business .top_business_box .top_business_individual,
  .top_business .top_business_box .top_business_company {
    width: 100%;
    height: 110px;
  }
}
.top_business .top_business_box a {
  height: 200px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10rem 0 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}
@media (max-width: 480px) {
  .top_business .top_business_box a {
    height: 110px;
    padding: 3.2rem 2rem;
    padding-left: 5rem;
  }
}
.top_business .top_business_box a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.top_business .top_business_box a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.top_business .top_business_box strong {
  font-size: 3.4rem;
  padding-right: 2px;
}
@media (max-width: 480px) {
  .top_business .top_business_box strong {
    font-size: 2.4rem;
  }
}
.top_business .top_business_box span {
  position: absolute;
  display: inline-block;
  top: 78px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 480px) {
  .top_business .top_business_box span {
    top: 58px;
    left: 100px;
  }
}
.top_business .top_business_box span img {
  width: 54px;
  height: 54px;
}
@media (max-width: 480px) {
  .top_business .top_business_box span img {
    width: 38px;
    height: 38px;
  }
}
.top_business .top_business_individual a {
  background-image: url("../img/business1.jpg");
}
.top_business .top_business_company a {
  background-image: url("../img/business2.jpg");
}
.top_business .top_business_icon {
  display: inline-block;
}

.top_advantage {
  padding: 100px 20px 300px;
  position: relative;
  z-index: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100%;
  background-image: url("../img/advantage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 1020px) and (min-width: 480px) {
  .top_advantage {
    min-width: 1040px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .top_advantage {
    padding-bottom: 40px;
    background-image: url("../img/advantage-sp.jpg");
    background-position: bottom 0% left 40%;
  }
}
.top_advantage .top_advantage_title {
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 6rem;
}
@media (max-width: 480px) {
  .top_advantage .top_advantage_title {
    flex-wrap: wrap;
    padding-bottom: 2.5rem;
    padding-top: 2rem;
  }
}
.top_advantage .top_advantage_inner {
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 1020px) and (min-width: 480px) {
  .top_advantage .top_advantage_inner {
    max-width: inherit;
  }
}
@media (max-width: 480px) {
  .top_advantage .top_advantage_inner {
    flex-wrap: wrap;
  }
}
.top_advantage .top_advantage_item {
  width: calc((100% - 48px) / 3);
  border: solid 1px #262B60;
  padding: 5rem 2rem 2rem;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .top_advantage .top_advantage_item {
    width: 100%;
    padding: 2rem;
  }
}
.top_advantage .top_advantage_item_icon {
  padding-bottom: 3rem;
}
@media (max-width: 480px) {
  .top_advantage .top_advantage_item_icon {
    padding-bottom: 2rem;
  }
}
.top_advantage .top_advantage_item_icon img {
  width: 106px;
}
@media (max-width: 480px) {
  .top_advantage .top_advantage_item_icon img {
    width: 80px;
  }
}
.top_advantage .top_advantage_item_title {
  color: #262B60;
  font-size: 2.3rem;
  margin: 0 -2rem;
  padding-bottom: 3rem;
}
@media (max-width: 480px) {
  .top_advantage .top_advantage_item_title {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.top_advantage .top_advantage_item_text {
  font-size: 1.6rem;
  text-align: left;
  font-feature-settings: "palt";
}
@media (max-width: 480px) {
  .top_advantage .top_advantage_item_text {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=top.css.map */