@charset "UTF-8";
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-display: swap;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}

.headerNav_list {
  padding-left: 0;
}
.headerNav_list a, .headerNav_list p {
  width: 86%;
  white-space: nowrap;
  margin: 0 0 0 0;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
/* 変数 -----*/
/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.68;
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 1300px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}
@media (max-width: 1300px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}
/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/*--------------------------
 ヘッダー
----------------------------*/
header {
  height: 100px;
  background: #efefef;
}
@media (max-width: 959px) {
  header {
    height: 70px;
  }
}

.headerPullNav a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .headerNav_item a {
    color: #fff !important;
  }
  .headerNav_item a.headerNav_link-contact {
    color: #444 !important;
  }
}
/*--------------------------
 footer
----------------------------*/
footer {
  background: #494949;
  height: 100px;
}
footer .footer_list a {
  color: #fff !important;
}

.header_logo {
  margin-top: 19px;
}

body#ForeAlz a {
  transition: all 0.5s ease 0s;
  color: #000;
  font-size: 15px;
}
body#ForeAlz a:hover {
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
body#ForeAlz a.headerNav_link-contact {
  color: #fff;
}

body#ForeAlz > .wrap {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
  font-weight: 300;
  position: relative;
  /*--------------------------
   メインビジュアル
  ----------------------------*/
  /*--------------------------
   たった5問の質問で未来へのヒントが見える
  ----------------------------*/
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap {
    font-size: 14px !important;
  }
}
body#ForeAlz > .wrap .uk-container {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  body#ForeAlz > .wrap .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body#ForeAlz > .wrap h1, body#ForeAlz > .wrap h2, body#ForeAlz > .wrap h3, body#ForeAlz > .wrap h4 {
  font-family: "NotoSans", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body#ForeAlz > .wrap img {
  width: 100%;
}
body#ForeAlz > .wrap p {
  line-height: 1.75;
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap p {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .pc {
    display: none;
  }
}
body#ForeAlz > .wrap .sp {
  display: none;
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .sp {
    display: block;
  }
}
body#ForeAlz > .wrap .wrap {
  position: relative;
  overflow: hidden;
}
body#ForeAlz > .wrap .contents {
  background: url(../img/bg_grad.jpg) no-repeat bottom center/cover;
}
body#ForeAlz > .wrap .mv {
  position: relative;
  padding-top: 200px;
}
body#ForeAlz > .wrap .mv::before {
  content: "";
  width: 100%;
  height: 420px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .mv {
    padding-top: 80px;
  }
  body#ForeAlz > .wrap .mv::before {
    height: 280px;
  }
}
body#ForeAlz > .wrap .mv__inner {
  width: calc(100% - 60px);
  max-width: 1400px;
  height: 450px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 959px) {
  body#ForeAlz > .wrap .mv__inner {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .mv__inner {
    height: 300px;
  }
}
body#ForeAlz > .wrap .mv__text {
  margin-left: 100px;
}
body#ForeAlz > .wrap .mv__text h3 span {
  display: inline-block;
  background: #FF4CEA;
  background: linear-gradient(90deg, #ff4cea 0%, #e595ff 54%, #ac6afd 100%);
  padding: 10px 30px;
  line-height: 1;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}
body#ForeAlz > .wrap .mv__text h3 span:nth-child(2) {
  margin-left: 15px;
}
body#ForeAlz > .wrap .mv__text p {
  font-weight: 500;
  font-size: 30px;
  max-width: 630px;
  line-height: 1.85;
  text-align: justify;
  color: #8C8C8C;
}
@media (max-width: 1300px) {
  body#ForeAlz > .wrap .mv__text {
    margin-left: 0;
  }
  body#ForeAlz > .wrap .mv__text h3 span {
    font-size: 30px;
  }
  body#ForeAlz > .wrap .mv__text p {
    font-size: 25px;
  }
}
@media (max-width: 959px) {
  body#ForeAlz > .wrap .mv__text h3 span {
    display: block;
    max-width: 240px;
    padding: 10px;
  }
  body#ForeAlz > .wrap .mv__text h3 span:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
  body#ForeAlz > .wrap .mv__text p {
    line-height: 1.35;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .mv__text h3 span {
    max-width: 200px;
    font-size: 24px;
  }
  body#ForeAlz > .wrap .mv__text p {
    font-size: 20px;
  }
}
body#ForeAlz > .wrap .mv__img {
  width: 45%;
  position: absolute;
  right: 0;
  top: -150px;
}
@media (max-width: 959px) {
  body#ForeAlz > .wrap .mv__img {
    top: -100px;
  }
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .mv__img {
    width: 25%;
    top: -40px;
  }
}
@media (max-width: 640px) {
  body#ForeAlz > .wrap .mv__img {
    width: 30%;
    top: -15%;
  }
}
body#ForeAlz > .wrap .about {
  padding-bottom: 100px;
  position: relative;
  padding-top: 50px;
}
body#ForeAlz > .wrap .about::after {
  content: "";
  width: 120%;
  height: 100px;
  filter: blur(10px);
  position: absolute;
  top: -250px;
  left: -10%;
  z-index: 1;
  background: #fff;
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .about::after {
    top: -150px;
  }
}
@media (max-width: 959px) {
  body#ForeAlz > .wrap .about {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .about {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  body#ForeAlz > .wrap .about::after {
    top: -130px;
  }
}
body#ForeAlz > .wrap .about__text {
  position: absolute;
  left: 50px;
  top: -150px;
  width: 25%;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media (max-width: 1300px) {
  body#ForeAlz > .wrap .about__text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .about__text {
    top: -50px;
    left: 10px;
    width: calc(90% - 20px);
  }
}
body#ForeAlz > .wrap .about .uk-container {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .about .uk-container.spn-none {
    width: 100%;
    padding: 0;
  }
}
body#ForeAlz > .wrap .about__title {
  text-align: center;
  z-index: 1;
}
body#ForeAlz > .wrap .about__title h3 {
  text-align: center;
  max-width: calc(100% - 100px);
  margin: 0 auto;
}
body#ForeAlz > .wrap .about__title h3 img {
  max-width: 950px;
}
body#ForeAlz > .wrap .about__title p {
  max-width: 900px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  display: inline-block;
}
@media (max-width: 959px) {
  body#ForeAlz > .wrap .about__title p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .about__title h3 {
    max-width: 450px;
  }
}
@media (max-width: 640px) {
  body#ForeAlz > .wrap .about__title p {
    font-size: 14px;
  }
}
body#ForeAlz > .wrap .about__cnts {
  margin: 50px auto;
  position: relative;
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .about__cnts {
    margin: 20px auto;
  }
}
body#ForeAlz > .wrap .about__cnts .about__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
body#ForeAlz > .wrap .about__cnts .about__logo img {
  width: 220px;
  height: 220px;
  margin-top: -180px;
}
body#ForeAlz > .wrap .about__cnts .about__logo::before {
  content: "";
  width: 480px;
  height: 180px;
  background: url(../img/hukidashi.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 959px) {
  body#ForeAlz > .wrap .about__cnts .about__logo img {
    margin-top: -120px;
  }
  body#ForeAlz > .wrap .about__cnts .about__logo::before {
    top: 60%;
  }
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .about__cnts .about__logo {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    margin-bottom: 20px;
  }
  body#ForeAlz > .wrap .about__cnts .about__logo img {
    margin-top: 0;
    width: 115px;
    height: 115px;
  }
  body#ForeAlz > .wrap .about__cnts .about__logo::before {
    content: none;
  }
}
body#ForeAlz > .wrap .about__cnts .about__list__wrap .scroll-hint-wrap {
  display: none;
}
@media (max-width: 640px) {
  body#ForeAlz > .wrap .about__cnts .about__list__wrap {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body#ForeAlz > .wrap .about__cnts .about__list__wrap::-webkit-scrollbar {
    display: none;
  }
  body#ForeAlz > .wrap .about__cnts .about__list__wrap .scroll-hint-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    top: 60%;
    left: 60%;
    z-index: 1;
    display: block;
  }
  body#ForeAlz > .wrap .about__cnts .about__list__wrap .scroll-hint-wrap .scroll-hint {
    animation: hintMove 1.5s infinite;
  }
  body#ForeAlz > .wrap .about__cnts .about__list__wrap .scroll-hint-wrap .scroll-hint img {
    width: 165px;
    height: 165px;
  }
  @keyframes hintMove {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    70% {
      transform: translateX(-20px);
      opacity: 0.8;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
}
body#ForeAlz > .wrap .about__cnts .about__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .about__cnts .about__list {
    justify-content: flex-start;
    margin-left: -10px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  body#ForeAlz > .wrap .about__cnts .about__list {
    width: 130%;
    flex-wrap: nowrap;
    padding: 20px 5px 50px;
  }
}
body#ForeAlz > .wrap .about__cnts .about__list .list {
  background: #fff;
  width: 40%;
  border-radius: 30px;
  filter: drop-shadow(6px 8px 12px rgba(0, 0, 0, 0.25));
  box-sizing: border-box;
  text-align: center;
  /* 顧客獲得の悩み */
  /* 製品開発の悩み */
  /* 事業成長の悩み */
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .about__cnts .about__list .list {
    margin-left: 10px !important;
    margin-top: 0 !important;
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 640px) {
  body#ForeAlz > .wrap .about__cnts .about__list .list {
    width: calc(50% - 10px);
  }
}
body#ForeAlz > .wrap .about__cnts .about__list .list h4 {
  font-size: 20px;
  font-weight: 500;
  color: #8C8C8C;
  margin: 0 0 15px;
}
body#ForeAlz > .wrap .about__cnts .about__list .list h4 span {
  font-size: 40px;
}
body#ForeAlz > .wrap .about__cnts .about__list .list p {
  font-size: 20px;
  color: #8C8C8C;
  font-weight: 500;
  margin: 0;
}
body#ForeAlz > .wrap .about__cnts .about__list .list .btn {
  width: 62px;
  height: 62px;
  border-radius: 31px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.5s ease 0s;
}
body#ForeAlz > .wrap .about__cnts .about__list .list .btn img {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
body#ForeAlz > .wrap .about__cnts .about__list .list a {
  display: block;
  padding: 20px 20px 30px;
}
@media (min-width: 960px) {
  body#ForeAlz > .wrap .about__cnts .about__list .list a:hover {
    opacity: 0.9;
  }
  body#ForeAlz > .wrap .about__cnts .about__list .list a:hover .btn {
    right: 5px;
    transition: all 0.5s ease 0s;
  }
}
@media (max-width: 1300px) {
  body#ForeAlz > .wrap .about__cnts .about__list .list h4 {
    font-size: 18px;
  }
  body#ForeAlz > .wrap .about__cnts .about__list .list h4 span {
    font-size: 30px;
  }
  body#ForeAlz > .wrap .about__cnts .about__list .list p {
    font-size: 16px;
  }
  body#ForeAlz > .wrap .about__cnts .about__list .list .btn {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  body#ForeAlz > .wrap .about__cnts .about__list .list .btn img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  body#ForeAlz > .wrap .about__cnts .about__list .list {
    border-radius: 20px;
  }
  body#ForeAlz > .wrap .about__cnts .about__list .list h4 {
    font-size: 16px;
  }
  body#ForeAlz > .wrap .about__cnts .about__list .list h4 span {
    font-size: 24px;
    display: block;
  }
  body#ForeAlz > .wrap .about__cnts .about__list .list p {
    font-size: 14px;
    text-align: justify;
  }
  body#ForeAlz > .wrap .about__cnts .about__list .list p br {
    display: none;
  }
  body#ForeAlz > .wrap .about__cnts .about__list .list .btn {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: relative;
    right: auto;
    top: auto;
    display: block;
    margin: 20px auto 0;
  }
  body#ForeAlz > .wrap .about__cnts .about__list .list .btn img {
    width: 27px;
    height: 27px;
  }
}
body#ForeAlz > .wrap .about__cnts .about__list .list01a h4 span {
  background: linear-gradient(90deg, #ff4cea 0%, #3344ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#ForeAlz > .wrap .about__cnts .about__list .list01a .btn {
  background: #FF4CEA;
}
body#ForeAlz > .wrap .about__cnts .about__list .list02a h4 span {
  background: linear-gradient(90deg, #33ffc5 0%, #477de0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#ForeAlz > .wrap .about__cnts .about__list .list02a .btn {
  background: #477DE0;
}
body#ForeAlz > .wrap .about__cnts .about__list .list03a {
  margin-left: 30%;
  margin-top: 220px;
}
body#ForeAlz > .wrap .about__cnts .about__list .list03a h4 span {
  background: linear-gradient(90deg, #fa0004 0%, #ffc833 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#ForeAlz > .wrap .about__cnts .about__list .list03a .btn {
  background: #FA0004;
}

/*# sourceMappingURL=style.scss.map */
