.under-page {
  background: #F3F8FE;
}
.under-page.vision {
  background: linear-gradient(90deg, #004FC8, #00A3EC);
}
.under-page.no-isms .footer__guide-content.isms {
  display: none;
}

.fv__under {
  margin-top: 88px;
  padding: 40px 0 96px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .fv__under {
    padding: 40px 40px 96px;
  }
}
@media screen and (max-width: 850px) {
  .fv__under {
    display: flex;
    align-items: center;
    height: 220px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 450px) {
  .fv__under {
    height: 180px;
    margin-top: 60px;
    padding: 0 20px;
  }
}
.fv__under::before {
  content: "";
  width: 100%;
  height: 470px;
  background-image: url("../img/tpl/wave.png");
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .fv__under::before {
    height: 320px;
    top: 30px;
  }
}
@media screen and (max-width: 450px) {
  .fv__under::before {
    background-image: url("../img/tpl/wave-sp.png");
    height: 250px;
    background-position: -70px;
    top: 20px;
  }
}
.fv__under-title {
  width: 1200px;
  margin: 0 auto;
  color: #0B7BEC;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  padding-left: 44px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .fv__under-title {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .fv__under-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 450px) {
  .fv__under-title {
    font-size: 24px;
    padding-left: 36px;
  }
}
.fv__under-title::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  background-image: url("../img/tpl/title_shape1.png");
  background-size: contain;
}
@media screen and (max-width: 850px) {
  .fv__under-title::before {
    top: 12px;
  }
}
@media screen and (max-width: 450px) {
  .fv__under-title::before {
    top: 6px;
  }
}
.fv__under.vision::before {
  content: "";
  width: 100%;
  height: 470px;
  background-image: url("../img/tpl/wave_w.png");
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .fv__under.vision::before {
    background-image: url("../img/tpl/wave_w-sp.png");
    height: 250px;
    background-position: -70px;
    top: 20px;
  }
}
.fv__under.vision .fv__under-title {
  color: #fff;
}
.fv__under.vision .fv__under-title::before {
  background-image: url("../img/tpl/title_shape2.png");
}
@media screen and (max-width: 850px) {
  .fv__under.form-complete {
    display: none;
  }
}

.pan-area {
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 56px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 8px;
}
@media screen and (max-width: 1280px) {
  .pan-area {
    padding: 0;
  }
}
@media screen and (max-width: 850px) {
  .pan-area.pc {
    display: none;
  }
}
.pan-area.sp {
  display: none;
}
@media screen and (max-width: 850px) {
  .pan-area.sp {
    display: flex;
    margin: 56px 0 20px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 450px) {
  .pan-area.sp {
    -moz-column-gap: 32px;
         column-gap: 32px;
    padding: 0 20px;
  }
}
.pan-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #0B7BEC;
  font-size: 15px;
  position: relative;
}
.pan-link::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -36px;
  margin: 0 16px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #0B7BEC;
}
@media screen and (max-width: 450px) {
  .pan-link::after {
    right: -33px;
  }
}
.pan-link.link:hover {
  text-decoration: underline;
}
.pan-link.last::after {
  background: none;
}

.pan-area.vision.pc .pan-link {
  color: #fff;
}
.pan-area.vision.pc .pan-link::after {
  background: #fff;
}
.pan-area.vision.pc .pan-link.last::after {
  background: none;
}
.pan-area.vision.sp {
  background: #F3F8FE;
  margin: 0;
  padding: 56px 40px 20px;
}
@media screen and (max-width: 450px) {
  .pan-area.vision.sp {
    padding: 56px 20px 20px;
  }
}

.common-about__links {
  background: #E8F1FD;
  padding: 120px 40px;
}
@media screen and (max-width: 850px) {
  .common-about__links {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 450px) {
  .common-about__links {
    padding: 56px 20px;
  }
}
.common-about__links-title {
  width: 1200px;
  margin: 0 auto 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #0B7BEC;
  position: relative;
  padding-left: 44px;
}
@media screen and (max-width: 1280px) {
  .common-about__links-title {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .common-about__links-title {
    font-size: 28px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 450px) {
  .common-about__links-title {
    font-size: 24px;
    padding-left: 36px;
    margin-bottom: 40px;
  }
}
.common-about__links-title::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 16px;
  left: 0;
  background-image: url("../img/tpl/title_shape1.png");
  background-size: contain;
}
@media screen and (max-width: 850px) {
  .common-about__links-title::before {
    top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .common-about__links-title::before {
    top: 8px;
  }
}
.common-about__links-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .common-about__links-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .common-about__links-wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
}
.common-about__links-wrapper.top {
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .common-about__links-wrapper.top {
    margin-bottom: 24px;
  }
}
.common-about__link {
  flex: 1;
  padding: 40px 24px 45px 32px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 14px rgba(0, 79, 200, 0.0784313725);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #0B7BEC;
  font-size: 20px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .common-about__link {
    padding: 32px 16px 36px 24px;
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .common-about__link {
    width: 100%;
    padding: 36px 24px;
  }
}
@media screen and (max-width: 450px) {
  .common-about__link {
    padding: 24px 24px 24px 32px;
  }
}
.common-about__link p {
  z-index: 1;
}
.common-about__link-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
  margin: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 850px) {
  .common-about__link-icon {
    margin: 0;
  }
}
.common-about__link-icon img {
  filter: invert(100%) sepia(14%) saturate(1%) hue-rotate(79deg) brightness(101%) contrast(101%);
}
.common-about__link::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 0.3s;
}
.common-about__link.vision::before {
  background-image: url("../img/about/hover_vision.webp");
}
.common-about__link.overview::before {
  background-image: url("../img/about/hover_overview.webp");
}
.common-about__link.companies::before {
  background-image: url("../img/about/hover_companies.webp");
}
.common-about__link.message::before, .common-about__link .history::before {
  background-image: url("../img/about/hover_message.webp");
}
.common-about__link.history::before {
  background-image: url("../img/about/hover_history.webp");
}
.common-about__link:hover {
  background-size: cover;
  color: #fff;
  transition: 0.3s;
}
.common-about__link:hover .common-about__link-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 0;
  transition: 0.3s;
}
@media screen and (max-width: 850px) {
  .common-about__link:hover .common-about__link-icon {
    width: 24px;
    height: 24px;
  }
}
.common-about__link:hover .common-about__link-icon img {
  filter: invert(42%) sepia(96%) saturate(4587%) hue-rotate(197deg) brightness(99%) contrast(91%);
}
.common-about__link:hover::before {
  opacity: 1;
  transition: 0.3s;
}/*# sourceMappingURL=underpage.css.map */