@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap");
@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;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #000;
  text-decoration: none;
}

:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "NotoSans", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}

body img {
  width: 100%;
}

body .wrap {
  position: relative;
}

body .uk-container {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  body .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body .uk-container.narrow {
  max-width: 1080px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "NotoSans", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #000000;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
  font-weight: 300;
  position: relative;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    opacity: .7;
  }
}

/* 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;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* グラデーション */
/* margin auto */
.svg-wrap {
  height: 0;
  position: relative;
}

.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #000;
}

a:hover {
  transition: all 0.5s ease 0s;
}

a.link-color {
  color: #2C2D9B;
  text-decoration: underline;
}

.wrap {
  overflow: clip;
}

@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

.wrap > p:first-of-type {
  margin: 0;
}

.att {
  position: relative;
  padding-left: 1.2em;
}

.att::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

p {
  line-height: 1.75;
}

@media (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  width: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 10;
  /*--------------------------
     ヘッダーロゴ
    ----------------------------*/
  /*ロゴ -----*/
  /* QAI・品質デザイナーリンク */
}

@media (max-width: 959px) {
  header {
    position: relative !important;
    background: #F4FFF8;
  }
}

header .hd__top {
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

@media (max-width: 959px) {
  header .hd__top {
    display: block;
    padding: 15px 10px;
  }
}

@media (max-width: 640px) {
  header .hd__top {
    padding: 10px 10px;
  }
}

header .hd-logo {
  margin: 0;
  display: flex;
  align-items: center;
}

header .hd-logo h1 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  color: #2C2D9B;
}

header .hd-logo .link01 {
  margin-left: 15px;
}

header .hd-logo .link01 a img {
  width: 262.5px;
  height: 43.6px;
}

@media (max-width: 1300px) {
  header .hd-logo h1 {
    font-size: 25px;
  }
  header .hd-logo .link01 a img {
    width: calc(262.5px * .8);
    height: calc(43.6px * .8);
  }
}

@media (max-width: 640px) {
  header .hd-logo {
    display: block;
  }
  header .hd-logo .link01 {
    margin-left: 0;
    margin-top: 10px;
  }
}

header .link__list {
  display: flex;
  align-items: center;
  /* QAI Generator */
  /* 品質デザイナー for Gxp */
}

header .link__list .link02 a {
  display: block;
}

header .link__list .link02 a img {
  width: 130px;
  height: 40px;
}

header .link__list .link03 {
  margin-left: 15px;
}

header .link__list .link03 a {
  display: block;
}

header .link__list .link03 a img {
  width: 183px;
  height: 55px;
}

@media (max-width: 959px) {
  header .link__list {
    margin-top: 20px;
    justify-content: flex-start;
  }
}

/*--------------------------
 スマホヘッダー
----------------------------*/
.menu__toggle {
  position: fixed;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 9999 !important;
  text-align: center;
  display: none;
  background: #2C2D9B;
  border-radius: 5px;
}

@media (max-width: 959px) {
  .menu__toggle {
    display: block;
  }
}

.menu__toggle__btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 100%;
  height: 20px;
  cursor: pointer;
  text-align: center;
}

.menu__toggle__btn span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  left: 10px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu__toggle__btn span:nth-child(1) {
  top: 0px;
  animation: menu-bar01 .75s forwards;
}

.menu__toggle__btn span:nth-child(2) {
  top: 9px;
  transition: all .25s .25s;
  opacity: 1;
}

.menu__toggle__btn span:nth-child(3) {
  bottom: 0;
  animation: menu-bar02 .75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(18px) rotate(45deg);
  }
  50% {
    transform: translateY(18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-18px) rotate(-45deg);
  }
  50% {
    transform: translateY(-18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

/* メニュー開 */
.menu__toggle__btn[aria-expanded=true] span:nth-child(1) {
  animation: active-menu-bar01 .75s forwards;
}

.menu__toggle__btn[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}

.menu__toggle__btn[aria-expanded=true] span:nth-child(3) {
  animation: active-menu-bar03 .75s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}

.uk-modal.spn__navi {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  top: 0px;
  z-index: 9999;
}

@media (max-width: 767px) {
  .uk-modal.spn__navi {
    padding: 0;
  }
}

.uk-modal.spn__navi .uk-modal-dialog {
  background: #2C2D9B;
  width: 400px;
  position: relative;
  height: 100%;
  overflow-y: scroll;
  padding: 25px 25px;
  margin-left: calc(100% - 400px);
  z-index: 9998;
}

@media (max-width: 640px) {
  .uk-modal.spn__navi .uk-modal-dialog {
    width: 100%;
    margin-left: 0;
  }
}

.uk-modal.spn__navi .menu__toggle__close {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  top: 5px;
  border-radius: 5px;
  background: #fff;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 100%;
  height: 20px;
  cursor: pointer;
  text-align: center;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close svg {
  display: none;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  left: 15px;
  top: 8px;
  background: #2C2D9B;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close span:nth-child(1) {
  animation: active-menu-bar01 .75s forwards;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close span:nth-child(2) {
  opacity: 0;
}

.uk-modal.spn__navi .menu__toggle__close .uk-close span:nth-child(3) {
  animation: active-menu-bar03 .75s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(-45deg);
  }
}

.uk-modal.spn__navi .spn__navi__list {
  padding: 40px 0 0px;
}

.uk-modal.spn__navi .spn__navi__list nav > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0;
  position: relative;
  padding: 20px;
}

.uk-modal.spn__navi .spn__navi__list nav > ul > li a {
  padding: 5px 0px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: relative;
  line-height: 1.0;
}

.uk-modal.spn__navi .spn__navi__list nav > ul > li a sup {
  color: #00FBFF;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
  top: -.4em;
}

/*--------------------------
 共通事項
----------------------------*/
/* figure ----*/
a {
  transition: all 0.5s ease 0s;
}

.section {
  padding: 125px 0;
}

@media (max-width: 640px) {
  .section {
    padding: 60px 0;
  }
}

.section p {
  line-height: 1.65;
}

.section p.ld {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 35px !important;
}

@media (max-width: 959px) {
  .section p.ld {
    font-size: 24px;
    margin-bottom: 25px !important;
  }
}

@media (max-width: 640px) {
  .section p.ld {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
}

/* contents */
.contents {
  position: relative;
  z-index: 1;
}

/* 見出し01 */
.ttl01 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 60px;
  position: relative;
  margin-bottom: 50px;
  color: #2C2D9B;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.ttl01::before {
  content: '';
  height: 3px;
  width: 150px;
  background: #00E5FF;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.ttl01 span {
  position: relative;
  z-index: 2;
}

.ttl01 span.num {
  font-size: 125px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #f5f5f5;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  line-height: 1.0;
}

@media (max-width: 767px) {
  .ttl01 span.num {
    font-size: 80px;
    z-index: 1;
  }
}

.btn {
  text-align: center;
}

.btn a {
  display: block;
  padding: 25px 10px;
  background: #fff;
}

.btn a span {
  font-size: 20px;
  color: #2C2D9B;
  font-weight: bold;
  position: relative;
  padding-right: 45px;
}

.btn a span::after {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  background: url(../img/ico_arrow.svg) no-repeat center/contain;
}

.btn a:hover {
  opacity: 1;
}

@media (min-width: 960px) {
  .btn a:hover {
    background: #00E5FF;
  }
  .btn a:hover span::after {
    background: url(../img/ico_arrow_white.svg) no-repeat center/contain;
  }
}

@media (max-width: 1300px) {
  .btn a span {
    font-size: 18px;
    padding-right: 30px;
  }
  .btn a span::after {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 767px) {
  .btn a {
    padding: 20px 10px;
  }
}

.wrap {
  position: relative;
  overflow: hidden;
}

/*--------------------------
 メインビジュアル
----------------------------*/
.mv {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 100vh;
  background: #F4FFF8;
  overflow: visible;
  /* ナビ -----*/
}

@media (max-width: 959px) {
  .mv {
    height: auto;
    padding: 20px 0 50px;
  }
}

@media (max-width: 640px) {
  .mv {
    height: auto;
    padding: 20px 0;
  }
}

.mv__inner {
  width: calc(100% - 60px);
  max-width: 1350px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 959px) {
  .mv__inner {
    width: calc(100% - 40px);
  }
}

.mv__text {
  width: 60%;
  padding-left: 50px;
  box-sizing: border-box;
}

.mv__text p {
  font-weight: 500;
  font-size: 20px;
  max-width: 630px;
  width: calc(100% - 50px);
  line-height: 1.85;
  text-align: justify;
}

.mv__text p.ld {
  font-size: 56px;
  font-weight: bold;
  color: #00016A;
  margin-bottom: 50px;
  line-height: 1.35;
  white-space: nowrap;
}

@media (max-width: 1300px) {
  .mv__text {
    padding-left: 0;
  }
  .mv__text p {
    font-size: 18px;
  }
  .mv__text p.ld {
    font-size: 45px;
  }
}

@media (max-width: 959px) {
  .mv__text p {
    font-size: 16px;
  }
  .mv__text p.ld {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .mv__text {
    width: 100%;
    order: 2;
  }
  .mv__text p {
    width: 100%;
    max-width: 100%;
  }
  .mv__text p.ld {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .mv__text p {
    font-size: 14px;
  }
  .mv__text p.ld {
    text-align: left;
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.mv__img {
  width: 40%;
}

@media (max-width: 767px) {
  .mv__img {
    width: 100%;
    order: 1;
    max-width: 400px;
    margin-bottom: 35px;
  }
}

.mv .gnavi {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2C2D9B;
}

.mv .gnavi.uk-sticky.uk-active {
  height: 66px;
}

@media (max-width: 959px) {
  .mv .gnavi {
    display: none;
  }
}

.mv .gnavi nav {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mv .gnavi .gnavi__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.mv .gnavi .gnavi__list > li {
  margin-top: 0 !important;
  position: relative;
}

.mv .gnavi .gnavi__list > li a {
  font-weight: 500;
  line-height: 1.0;
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
  padding: 25px 18px;
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
}

.mv .gnavi .gnavi__list > li a sup {
  color: #00FBFF;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-right: 3px;
}

@media (min-width: 960px) {
  .mv .gnavi .gnavi__list > li a:hover {
    background: #00016A;
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .mv .gnavi .gnavi__list > li a {
    font-size: 14px;
    padding: 25px 20px;
  }
}

@media (max-width: 1100px) {
  .mv .gnavi .gnavi__list > li a {
    padding: 25px 10px;
  }
}

/*--------------------------
 01. 万協製薬のDXへの取り組み
----------------------------*/
#dx {
  padding-bottom: 50px;
}

#dx .section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#dx .section__inner .img {
  width: 630px;
}

#dx .section__inner .img img {
  margin-left: -90px;
  display: block;
}

#dx .section__inner .text {
  width: calc(100% - 630px);
}

#dx .section__inner .text p strong {
  font-weight: bold;
}

@media (max-width: 1300px) {
  #dx .section__inner .img {
    width: 40%;
  }
  #dx .section__inner .img img {
    margin-left: 0;
  }
  #dx .section__inner .text {
    width: 60%;
    padding-left: 50px;
    box-sizing: border-box;
  }
}

@media (max-width: 959px) {
  #dx .section__inner .img {
    width: 100%;
    text-align: center;
  }
  #dx .section__inner .img img {
    max-width: 400px;
    margin: 0 auto 30px;
  }
  #dx .section__inner .text {
    width: 100%;
    padding-left: 0;
  }
}

/*--------------------------
 02. QAI Generatorとは
----------------------------*/
#qai {
  /* 生成支援の３つの特徴 */
}

#qai .section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 65px;
}

#qai .section__inner .img {
  width: 260px;
  margin-right: 100px;
}

#qai .section__inner .text {
  width: calc(100% - 360px);
}

#qai .section__inner .text p.ld {
  margin: 35px 0;
}

@media (max-width: 1300px) {
  #qai .section__inner .img {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #qai .section__inner .img {
    width: 100%;
    text-align: center;
    order: 1;
  }
  #qai .section__inner .img img {
    max-width: 250px;
    margin: 0 auto 30px;
  }
  #qai .section__inner .text {
    width: 100%;
    padding-left: 0;
    order: 2;
  }
}

#qai .features {
  width: calc(100% - 100px);
  margin: 0 auto;
}

@media (max-width: 1300px) {
  #qai .features {
    width: 100%;
  }
}

#qai .features h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

#qai .features h3 span {
  color: #00E5FF;
}

@media (max-width: 959px) {
  #qai .features h3 {
    margin-top: 50px;
  }
}

@media (max-width: 640px) {
  #qai .features h3 {
    font-size: 20px;
    margin-bottom: 35px;
    text-align: center;
  }
}

#qai .features__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 640px) {
  #qai .features__list {
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
  }
}

#qai .features__list > * {
  text-align: center;
  width: calc(33.33% - 40px);
}

#qai .features__list > *:nth-child(n+2) {
  margin-left: 40px;
}

@media (max-width: 959px) {
  #qai .features__list > * {
    width: calc(33.33% - 20px);
  }
  #qai .features__list > *:nth-child(n+2) {
    margin-left: 20px;
  }
}

@media (max-width: 640px) {
  #qai .features__list > * {
    width: calc(100% - 20px);
  }
  #qai .features__list > *:nth-child(n+2) {
    margin-left: 0px;
    margin-top: 30px;
  }
}

#qai .features__list > * .ico img {
  max-width: 210px;
  max-height: 210px;
  width: 80%;
  height: 80%;
}

@media (max-width: 640px) {
  #qai .features__list > * .ico img {
    max-width: 150px;
    max-height: 150px;
  }
}

#qai .features__list > * h4 {
  font-size: 20px;
  color: #2C2D9B;
  margin: 20px 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  #qai .features__list > * h4 {
    font-size: 18px;
  }
}

#qai .features__list > * p {
  text-align: justify;
}

/*--------------------------
 03. 実証実験結果
----------------------------*/
#result {
  background: #F9F9F9;
}

#result h2 span.num {
  color: #fff;
}

#result .result__img {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}

#result .result__img > * {
  width: calc(50% - 50px);
  margin-left: 50px;
}

@media (max-width: 959px) {
  #result .result__img {
    margin-left: -20px;
  }
  #result .result__img > * {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}

@media (max-width: 640px) {
  #result .result__img {
    margin-left: 0px;
  }
  #result .result__img > * {
    width: 100%;
    margin-left: 0px;
  }
  #result .result__img > *:nth-child(2) {
    margin-top: 20px;
  }
}

#result .result__text {
  margin-top: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

#result .result__text dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#result .result__text dl dt {
  width: 300px;
  text-align: center;
  background: #e4e4e4;
  position: relative;
}

#result .result__text dl dt span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
}

@media (max-width: 959px) {
  #result .result__text dl dt {
    width: 200px;
  }
  #result .result__text dl dt span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #result .result__text dl dt {
    width: 100%;
  }
  #result .result__text dl dt span {
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    padding: 30px 0;
    display: block;
  }
}

#result .result__text dl dd {
  width: calc(100% - 300px);
  padding: 15px 0 15px 36px;
  box-sizing: border-box;
}

#result .result__text dl dd div {
  display: flex;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 25px;
}

#result .result__text dl dd div:nth-child(2) {
  border-bottom: none;
  padding: 25px 0 0;
}

#result .result__text dl dd div p {
  margin: 0;
  margin-right: 15px;
  font-weight: bold;
  width: calc(5em + 15px);
}

#result .result__text dl dd div ul {
  padding: 0 0 0 15px;
  list-style: disc;
  width: calc(100% - 5em - 15px);
  box-sizing: border-box;
  margin: 0;
}

@media (max-width: 959px) {
  #result .result__text dl dd {
    width: calc(100% - 200px);
  }
}

@media (max-width: 767px) {
  #result .result__text dl dd {
    width: 100%;
    padding: 20px 10px;
  }
}

@media (max-width: 640px) {
  #result .result__text dl dd div {
    display: block;
  }
  #result .result__text dl dd div p {
    width: 100%;
    margin-bottom: 10px;
  }
  #result .result__text dl dd div ul {
    width: 100%;
  }
}

/*--------------------------
 04. ロードマップ
----------------------------*/
#roadmap .roadmap__cont {
  margin-top: 135px;
  background: #B9E4EF;
  position: relative;
}

@media (max-width: 767px) {
  #roadmap .roadmap__cont {
    margin-top: 50px;
  }
}

#roadmap .roadmap__cont::after {
  content: '';
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  height: 200px;
}

@media (max-width: 767px) {
  #roadmap .roadmap__cont::after {
    height: calc(100% - 300px);
  }
}

#roadmap .roadmap__cont .roadmap__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% - 80px);
  z-index: 1;
  position: relative;
  /* comingsoon */
}

@media (max-width: 1300px) {
  #roadmap .roadmap__cont .roadmap__list {
    width: calc(100% - 30px);
  }
}

#roadmap .roadmap__cont .roadmap__list::after {
  content: 'Coming Soon';
  background: #f5f5f5;
  font-size: 16px;
  color: #999999;
  font-weight: 900;
  text-align: center;
  line-height: 1.0;
  padding: 10px;
  z-index: 1;
  position: absolute;
  top: -50px;
  right: 15px;
  left: calc(25% + 15px);
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #roadmap .roadmap__cont .roadmap__list::after {
    content: none;
  }
}

#roadmap .roadmap__cont .roadmap__list > * {
  text-align: center;
  padding: 35px 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: calc(25% - 30px);
  margin-left: 30px;
  box-sizing: border-box;
}

#roadmap .roadmap__cont .roadmap__list > *:first-child {
  margin-left: 15px;
}

@media (max-width: 1300px) {
  #roadmap .roadmap__cont .roadmap__list > * {
    width: calc(25% - 20px);
    margin-left: 20px;
  }
  #roadmap .roadmap__cont .roadmap__list > *:first-child {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  #roadmap .roadmap__cont .roadmap__list > * {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto;
    max-width: 400px;
    position: relative;
  }
  #roadmap .roadmap__cont .roadmap__list > *:nth-child(2) {
    margin-top: 80px !important;
    /* comingsoon */
  }
  #roadmap .roadmap__cont .roadmap__list > *:nth-child(2)::after {
    content: 'Coming Soon';
    background: #f5f5f5;
    font-size: 16px;
    color: #999999;
    font-weight: 900;
    text-align: center;
    line-height: 1.0;
    padding: 10px;
    z-index: 1;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    box-sizing: border-box;
  }
  #roadmap .roadmap__cont .roadmap__list > *:nth-child(n+2) {
    margin-top: 20px;
  }
}

#roadmap .roadmap__cont .roadmap__list > * .ico img {
  max-width: 120px;
  max-height: 120px;
  width: 60%;
  height: 60%;
}

#roadmap .roadmap__cont .roadmap__list > * h3 {
  color: #2C2D9B;
  font-size: 28px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin: 35px 0 15px;
  white-space: nowrap;
  line-height: 1.0;
}

@media (max-width: 1300px) {
  #roadmap .roadmap__cont .roadmap__list > * h3 {
    font-size: 24px;
  }
}

@media (max-width: 959px) {
  #roadmap .roadmap__cont .roadmap__list > * h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #roadmap .roadmap__cont .roadmap__list > * h3 {
    font-size: 24px;
  }
}

#roadmap .roadmap__cont .roadmap__list > * p {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 1300px) {
  #roadmap .roadmap__cont .roadmap__list > * p {
    font-size: 15px;
  }
  #roadmap .roadmap__cont .roadmap__list > * p br {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  #roadmap .roadmap__cont .roadmap__list > * p {
    font-size: 14px;
  }
  #roadmap .roadmap__cont .roadmap__list > * p br {
    display: none;
  }
}

#roadmap .roadmap__cont .roadmap__list > *.active {
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

#roadmap .roadmap__cont .text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 35px 0;
  margin: 0;
}

#roadmap .roadmap__cont .text.text01 {
  color: #1991AF;
}

#roadmap .roadmap__cont .text.text02 {
  color: #0288AA;
  background: #77D0E7;
}

/*--------------------------
　QAI Generatorの詳しい情報やお問い合わせに関しては、QAI公式サイトをご覧ください。
----------------------------*/
.contactarea {
  background: #2C2D9B;
  padding: 100px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .contactarea {
    padding: 70px 0;
  }
}

.contactarea p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.contactarea .btn {
  max-width: 500px;
  width: 100%;
  margin: 50px auto 0;
}

/*--------------------------
 05. “使える”をかたちにした、3つの力
----------------------------*/
#system .system__img {
  background: url(../img/system_polygon.svg) no-repeat center/65% auto;
  max-width: 1150px;
  margin: 65px auto 0;
  position: relative;
}

@media (max-width: 959px) {
  #system .system__img {
    background-size: 80% auto;
  }
}

@media (max-width: 640px) {
  #system .system__img {
    background: none;
    margin: 40px auto 0;
  }
  #system .system__img::after {
    content: '';
    width: 5px;
    height: 75%;
    background: #CBCCE6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
  }
}

#system .system__img .uk-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}

#system .system__img .uk-flex > * {
  width: 40%;
}

#system .system__img .uk-flex > *:first-child {
  margin: 0 30%;
}

#system .system__img .uk-flex > *:nth-child(n+2) {
  margin-top: -120px;
}

@media (max-width: 959px) {
  #system .system__img .uk-flex > * {
    width: 50%;
  }
  #system .system__img .uk-flex > *:first-child {
    margin: 0 25%;
  }
  #system .system__img .uk-flex > *:nth-child(n+2) {
    margin-top: 0px;
  }
}

@media (max-width: 640px) {
  #system .system__img .uk-flex > * {
    width: 100%;
    margin: 0px auto !important;
  }
}

/*--------------------------
 06. “実務で使える”AIにたどり着くまで ── 3社の取り組み
----------------------------*/
#companies {
  background: #F9F9F9;
}

#companies h2 span.num {
  color: #fff;
}

#companies .companies__list {
  margin-top: 65px;
}

#companies .companies__list__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

#companies .companies__list__box:nth-child(n+2) {
  margin-top: 65px;
}

@media (max-width: 959px) {
  #companies .companies__list__box {
    align-items: flex-start;
  }
}

#companies .companies__list__box .text {
  width: calc(100% - 500px);
  padding-right: 100px;
  box-sizing: border-box;
}

#companies .companies__list__box .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

#companies .companies__list__box .text h3::before {
  content: '■';
  color: #00E5FF;
  display: inline-block;
  margin-right: 5px;
}

#companies .companies__list__box .text p.name {
  margin-top: 5px;
  font-size: 20px;
}

#companies .companies__list__box .text p.ld {
  margin: 30px 0;
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 1300px) {
  #companies .companies__list__box .text {
    padding-right: 50px;
  }
  #companies .companies__list__box .text h3, #companies .companies__list__box .text p.name {
    font-size: 18px;
  }
  #companies .companies__list__box .text p.ld {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  #companies .companies__list__box .text {
    width: 60%;
    padding-right: 30px;
  }
  #companies .companies__list__box .text p.name {
    font-size: 14px;
  }
  #companies .companies__list__box .text p.ld {
    font-size: 24px;
    margin: 20px 0;
  }
}

@media (max-width: 640px) {
  #companies .companies__list__box .text {
    width: 100%;
    order: 2;
    margin-top: 30px;
    padding: 0 !important;
  }
  #companies .companies__list__box .text h3 {
    font-size: 16px;
  }
  #companies .companies__list__box .text p.name {
    font-size: 13px;
  }
  #companies .companies__list__box .text p.ld {
    font-size: 20px;
  }
}

#companies .companies__list__box .img {
  border-radius: 15px;
  overflow: hidden;
  width: 500px;
}

@media (max-width: 959px) {
  #companies .companies__list__box .img {
    width: 40%;
  }
}

@media (max-width: 640px) {
  #companies .companies__list__box .img {
    width: 100%;
    order: 1;
    max-width: 250px;
    margin: 0 auto;
  }
}

#companies .companies__list__box:nth-child(even) .text {
  order: 2;
  padding-right: 0;
  padding-left: 100px;
}

@media (max-width: 1300px) {
  #companies .companies__list__box:nth-child(even) .text {
    padding-left: 50px;
  }
}

@media (max-width: 959px) {
  #companies .companies__list__box:nth-child(even) .text {
    padding-left: 30px;
  }
}

#companies .companies__list__box:nth-child(even) .img {
  order: 1;
}

/*--------------------------
 07. 機能紹介
----------------------------*/
#function .function__cont {
  background: #F1F9FA;
  padding: 65px 20px;
  border-radius: 15px;
  margin-top: 65px;
}

@media (max-width: 767px) {
  #function .function__cont {
    padding: 50px 10px;
    border-radius: 10px;
  }
}

#function .function__cont p {
  text-align: center;
}

#function .function__cont p.ld {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #2C2D9B;
  position: relative;
  margin-bottom: 65px !important;
}

#function .function__cont p.ld::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -35px;
  width: 225px;
  height: 3px;
  background: #00E5FF;
}

#function .function__cont p.ld br.hidden-l {
  display: none;
}

@media (max-width: 1300px) {
  #function .function__cont p.ld br.hidden-l {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  #function .function__cont p.ld {
    font-size: 20px;
    margin-bottom: 50px !important;
  }
  #function .function__cont p.ld::after {
    bottom: -25px;
  }
}

@media (max-width: 640px) {
  #function .function__cont p.ld {
    font-size: 18px;
  }
}

#function .function__cont .function__list {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 50px auto 0;
}

#function .function__cont .function__list .img.img01 {
  width: 37%;
}

#function .function__cont .function__list .img.img02 {
  width: 43%;
}

@media (max-width: 640px) {
  #function .function__cont .function__list .img {
    width: 90% !important;
    margin: 0 auto;
  }
}

#function .function__cont .function__list .arrow {
  width: 15%;
  font-size: 20px;
  font-weight: bold;
  color: #9B2C40;
  text-align: center;
}

#function .function__cont .function__list .arrow img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 959px) {
  #function .function__cont .function__list .arrow img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 640px) {
  #function .function__cont .function__list .arrow {
    width: 100%;
    padding: 20px 0;
  }
  #function .function__cont .function__list .arrow img {
    transform: rotate(90deg);
    margin-top: 10px;
  }
}

/*--------------------------
 07. 導入事例
----------------------------*/
#case {
  background: #f5f5f5;
}

#case h2 span.num {
  color: #fff;
}

#case .case__cont {
  background: #fff;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 75px;
  box-sizing: border-box;
}

@media (max-width: 1300px) {
  #case .case__cont {
    padding: 50px;
  }
}

@media (max-width: 640px) {
  #case .case__cont {
    padding: 35px 25px;
  }
}

#case .case__cont .uk-flex {
  flex-wrap: wrap;
  align-items: center;
}

#case .case__cont .uk-flex .img {
  width: 45%;
}

#case .case__cont .uk-flex .text {
  width: 55%;
  padding-left: 50px;
  box-sizing: border-box;
}

#case .case__cont .uk-flex .text p {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  #case .case__cont .uk-flex .img {
    width: 80%;
    max-width: 250px;
    margin: 0 auto 30px;
  }
  #case .case__cont .uk-flex .text {
    width: 100%;
    padding-left: 0;
  }
  #case .case__cont .uk-flex .text p.ld {
    text-align: center;
  }
}

@media (max-width: 640px) {
  #case .case__cont .uk-flex .text p.ld {
    text-align: left;
  }
}

/*--------------------------
 08. QAI Generatorの詳細・導入ご相談はこちらから
----------------------------*/
#contact {
  background: #2C2D9B;
}

#contact h2 {
  color: #fff;
}

#contact h2 span.num {
  color: rgba(255, 255, 255, 0.1);
}

#contact p {
  color: #fff;
  line-height: 1.85;
}

#contact p.ld {
  font-size: 32px;
  font-weight: 400;
}

#contact .contact__list {
  width: 100%;
  max-width: 1150px;
  margin: 50px auto 0;
}

#contact .contact__list .uk-flex {
  flex-wrap: wrap;
  margin-left: -50px;
}

#contact .contact__list .uk-flex > * {
  width: calc(33.33% - 50px);
  margin-left: 50px;
}

#contact .contact__list .uk-flex > * small {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.0;
}

#contact .contact__list .uk-flex > * small::after {
  content: '';
  width: 75px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -10px;
}

@media (max-width: 1300px) {
  #contact .contact__list .uk-flex {
    margin-left: -25px;
  }
  #contact .contact__list .uk-flex > * {
    width: calc(33.33% - 25px);
    margin-left: 25px;
  }
}

@media (max-width: 959px) {
  #contact .contact__list .uk-flex {
    margin-left: -10px;
  }
  #contact .contact__list .uk-flex > * {
    width: calc(33.33% - 10px);
    margin-left: 10px;
  }
}

@media (max-width: 900px) {
  #contact .contact__list .uk-flex {
    margin-left: 0;
  }
  #contact .contact__list .uk-flex > * {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
  #contact .contact__list .uk-flex > *:nth-child(n+2) {
    margin-top: 20px;
  }
}

/*--------------------------
 footer
----------------------------*/
footer {
  position: relative;
  text-align: center;
  color: #2C2D9B;
  font-weight: 500;
  padding: 35px 0 50px;
}

@media (max-width: 640px) {
  footer {
    font-size: 10px;
    padding: 25px 0 30px;
  }
}
