@charset "UTF-8";
/* CSS Document */
/*================================================
  base
================================================*/
html {
  font-size: 62.5%;
  /* フォントサイズ:10px */
}

body {
  font-size: 1.6em;
  line-height: 2.0;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
  color: #07003f;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  font-size: 5.0rem;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 3.2rem;
}

h4 {
  font-size: 2.6rem;
}

h5 {
  font-size: 2.2rem;
}

img {
  outline: none;
  border-style: none;
}

a, a * {
  color: inherit;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover, a:hover * {
  cursor: pointer;
  opacity: 0.9;
}

main p {
  margin-bottom: 0;
}

main p + p {
  margin-top: 20px;
}

main p + div {
  margin-top: 60px !important;
}

main ul {
  list-style-type: disc;
  padding-left: 20px;
}

main ol {
  list-style-type: decimal;
  padding-left: 20px;
}

main a {
  text-decoration: underline;
}

main a:hover {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #e2e2e2;
  margin-bottom: 50px;
}

table th, table td {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  padding: 25px 30px;
  vertical-align: middle;
}

table th:last-child, table td:last-child {
  border-right: none;
}

table th {
  font-weight: bold;
  text-align: center;
  background: #f3f5fa;
}

table tr:nth-of-type(even) td {
  background: #fbfbfb;
}

/*================================================
  header
================================================*/
/*　ベース　------------------------- */
.siteHeader {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: .3s;
  transition: .3s;
}

.siteHeader.transform {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.siteHeader__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 40px;
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*　ロゴ　------------------------- */
.siteHeader__logo img {
  height: 30px;
  width: 114px;
  display: block;
}

.siteHeader__logo a:hover img {
  opacity: 0.85;
}

/*　PC用グローバルメニュー　------------------------- */
.siteHeader__gNav {
  width: 100%;
}

.siteHeader__gNav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.siteHeader__gNav__menu__item {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 30px;
}

.siteHeader__gNav__menu__item a {
  text-decoration: none;
}

.siteHeader__gNav__menu__item--inquiry {
  color: #fff;
  margin-right: 0;
}

.siteHeader__gNav__menu__item--inquiry a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#4b39e3), to(#3c2ad1));
  background: linear-gradient(to right, #4b39e3, #3c2ad1);
  height: 80px;
  line-height: 80px;
  padding: 0px 40px;
}

.siteHeader__gNav__menu__item--inquiry span {
  vertical-align: middle;
}

.siteHeader__gNav__menu__item--inquiry i {
  font-size: 2rem;
  vertical-align: middle;
  padding-left: 10px;
}

/*　SP用グローバルメニュー　------------------------- */

.siteHeader__gNavSp {
  display: none;
}

/*================================================
  body
================================================*/
/* ---------------------------------------
  main visual
--------------------------------------- */
.mainVisual {
  width: 100%;
  position: relative;
}

.mainVisual__catch {
  width: 100%;
  height: 640px;
  margin: 0 auto;
  position: relative;
  background: #fff url(../img/main-visual_bg.png) no-repeat center center/cover;
  margin-top: 80px;
  z-index: 0;
}

.mainVisual__inner {
  width: 100%;
  max-width: 1064px;
  height: inherit;
  margin: 0 auto;
  padding: 100px 20px 0;
  position: relative;
}

.mainVisual__text {
  width: 100%;
  max-width: 492px;
  padding-left: 30px;
  color: #07003f;
}

.mainVisual__text__subTitle {
  display: inline-block;
  color: #3c2ad1;
  font-size: 2.0rem;
  font-weight: 700;
  background: #fff;
  border: 1px solid #3c2ad1;
  border-radius: 22px;
  padding: 1px 35px;
  margin-bottom: 40px;
}

.mainVisual__text__title {
  display: inline-block;
  font-size: 5.0rem;
  font-weight: 900;
  line-height: 2.0;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: -webkit-gradient(linear, left top, right top, from(#4b39e3), color-stop(#6a5ce6), color-stop(#9e52e7), to(#ed68e0));
  background: linear-gradient(to right, #4b39e3, #6a5ce6, #9e52e7, #ed68e0);
  -webkit-background-clip: text;
  color: transparent;
  padding-left: 20px;
}

.mainVisual__text__title span {
  color: #fff;
  font-size: 5.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#4b39e3), color-stop(#6a5ce6), color-stop(#9e52e7), to(#ed68e0));
  background: linear-gradient(to right, #4b39e3, #6a5ce6, #9e52e7, #ed68e0);
  padding: 0px 15px 4px;
}

/* ---------------------------------------
  common module
--------------------------------------- */
/*　コンテナ　------------------------- */
.common__inner {
  width: 1064px;
  margin: 0 auto;
  padding: 100px 20px;
  position: relative;
  z-index: 1;
}

.about .common__inner {
  padding: 100px 20px 0;
}

.issue .common__inner {
  padding: 100px 20px 20px;
}

.case-study .common__inner {
  padding: 100px 20px 50px;
}

.link .common__inner {
  padding: 0 20px 140px;
}

.inquiry .common__inner {
  padding: 120px 20px;
}

/*　フレックスボックス　------------------------- */
.common__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.common__col:last-of-type {
  margin-bottom: 0;
}

.common__col__2 {
  width: 100%;
  max-width: 48.047%;
  margin-right: 3.906%;
  position: relative;
  min-height: 0%;
  margin-bottom: 60px;
}

.common__col__2:nth-child(2n) {
  margin-right: 0;
}

.common__col__3 {
  width: 100%;
  max-width: 30.664%;
  margin-right: 3.906%;
  margin-bottom: 60px;
  min-height: 0%;
}

.common__col__3:nth-child(3n) {
  margin-right: 0;
}

/*　大見出し　------------------------- */
.common__headingL {
  color: #3c2ad1;
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
}

.common__headingL span {
  color: #07003f;
  font-size: 2.0rem;
  display: block;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin: 10px 0;
}

/*　中見出し　------------------------- */
.common__headingM {
  color: #07003f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 30px;
  position: relative;
}

.common__headingM span.common__headingM__head {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  background: #b4adf2;
  padding: 0 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.common__headingM--center {
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 60px;
}

.common__headingM--center span {
  font-weight: 900;
}

/*　小見出し　------------------------- */
.common__headingS {
  color: #07003f;
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: 900;
  margin-bottom: 25px;
}

.common__headingS--center {
  text-align: center;
}

/*　リンクボタン　------------------------- */
.common__btn {
  text-align: center;
  margin: 0 auto !important;
  /* サイズ */
  /* 矢印の向き */
}

.common__btn + .common__btn {
  margin-top: 20px !important;
}

.common__btn a {
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  max-width: 560px;
  padding: 18px 30px 16px;
  background: -webkit-gradient(linear, left top, right top, from(#4b39e3), color-stop(#6a5ce6), color-stop(#9e52e7), to(#ed68e0));
  background: linear-gradient(to right, #4b39e3, #6a5ce6, #9e52e7, #ed68e0);
}

.common__btn a span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

.common__btn a i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.common__btn--M {
  margin: 0 auto;
}

.solution .common__btn--M {
  margin: -45px auto 0 !important;
}

.common__btn--M + .common__btn {
  margin-top: 10px !important;
}

.common__btn--M a {
  max-width: 420px;
  padding: 13px 30px 11px;
}

.common__btn--M a span {
  margin-right: 15px;
}

.common__btn--M a i {
  padding: 0 0 0 15px;
}

.common__btn--M a i::before, .common__btn--M a i::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.common__btn--M a i::before {
  top: -3px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.common__btn--S {
  margin: 35px auto 0 !important;
}

.common__btn--S + .common__btn {
  margin-top: 10px !important;
}

.common__btn--S a {
  font-size: 1.4rem;
  max-width: 220px;
  border-radius: 19px;
  padding: 5px 20px 3px;
  position: relative;
}

.common__btn--S a span {
  margin-right: 10px;
}

.common__btn--S a i {
  padding: 0 0 0 11px;
}

.common__btn--S a i::before, .common__btn--S a i::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.common__btn--S a i::before {
  top: -2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.common__btn--anchor a i::before {
  top: -5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*　キャッチ　------------------------- */
.common__catch {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: -webkit-gradient(linear, left top, right top, from(#4b39e3), color-stop(#6a5ce6), color-stop(#9e52e7), to(#ed68e0));
  background: linear-gradient(to right, #4b39e3, #6a5ce6, #9e52e7, #ed68e0);
  -webkit-background-clip: text;
  color: transparent;
  margin-top: 50px;
}

.common__catch span {
  color: #07003f;
  font-size: 2.4rem;
  font-weight: 700;
}

/*　Moreボタン　------------------------- */
.common__more {
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  text-align: right;
  padding-right: 75px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.common__more a {
  display: inline-block;
  text-decoration: none;
}

.common__more a:hover {
  opacity: 0.7;
}

.common__more i {
  position: absolute;
  top: 62%;
  right: 0;
  height: 1px;
  width: 60px;
  background: #fff;
}

.common__more i::before {
  position: absolute;
  width: 2px;
  height: 8px;
  background: #fff;
  right: 2px;
  bottom: 0px;
  content: "";
  display: block;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

/*　注意書き　------------------------- */
.common__caution {
  color: rgba(7, 0, 63, 0.7);
  font-size: 1.4rem;
  display: block;
}

/*　上付き文字　------------------------- */
.common__sup {
  vertical-align: super;
  font-size: 1.3rem;
  color: rgba(7, 0, 63, 0.7);
}

/*　フォント　------------------------- */
.fontNoto {
  font-family: 'Noto Sans JP', sans-serif;
}

.fontNotoSerif {
  font-family: 'Noto Serif JP', serif;
}

/*　アンダーライン　------------------------- */
.common__underline {
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fdd76a));
  background-image: linear-gradient(transparent 70%, #fdd76a 70%);
}

/*　画像　------------------------- */
.common__img {
  width: 100%;
  max-width: 962px;
  margin: 0 auto;
}

.common__img img {
  width: 100%;
  vertical-align: middle;
}

/*　背景　------------------------- */
.bgGrad {
  background-image: -webkit-gradient(linear, left top, right top, from(#f6f5fe), color-stop(#f7f7fe), color-stop(#faf6fe), to(#fef7fd));
  background-image: linear-gradient(to right, #f6f5fe, #f7f7fe, #faf6fe, #fef7fd);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgBlue {
  background: #f4f8ff;
}

.bgPurple {
  background: #f7f6ff;
}

/*　Youtube　------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*　フェードイン アニメーション　------------------------- */
.fadeinUp {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.fadeinUp.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ---------------------------------------
  about
---------------------------------------　*/
.about {
  width: 100%;
  text-align: center;
}

.about_bgArrow {
  position: relative;
  height: 125px;
  z-index: 0;
}

.about_bgArrow svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 125px;
  fill: url(#g);
}

/* ---------------------------------------
  lisk
---------------------------------------　*/
.lisk {
  width: 100%;
}

.lisk__img {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 205px;
  vertical-align: middle;
  margin: 0 25px 0 0;
}

.lisk__img img {
  width: 100%;
}

.lisk__text {
  display: inline-block;
  width: 100%;
  max-width: 257px;
  vertical-align: middle;
}

.lisk__text::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 126px;
  height: 83px;
  top: 0;
  right: 0;
  background-image: url(../img/01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 0;
}

.common__col__2:nth-child(2) .lisk__text::after {
  background-image: url(../img/02.svg);
}

.common__col__2:nth-child(3) .lisk__text::after {
  background-image: url(../img/03.svg);
}

.common__col__2:nth-child(4) .lisk__text::after {
  background-image: url(../img/04.svg);
}

.lisk__column {
  border: 10px solid #ededf1;
  padding: 60px 60px 10px;
  margin-bottom: 15px;
}

.lisk__column__head {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  background: #07003f;
  padding: 4px 20px 1px;
  margin-bottom: 15px;
}

/* ---------------------------------------
  how-to
--------------------------------------- */
.how-to {
  width: 100%;
  text-align: center;
}

.how-to__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.how-to__heading__img {
  width: 328px;
  height: auto;
  margin-right: 35px;
  min-height: 0%;
}

.how-to__heading__img img {
  width: 100%;
}

.how-to__heading__text {
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.8;
  text-align: left;
  background: #968ef4;
  padding: 60px 30px;
  border-radius: 5px;
  position: relative;
}

.how-to__heading__text::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #968ef4 transparent;
  border-width: 0px 0 15px 33px;
  bottom: 25%;
  left: -33px;
}

/* ---------------------------------------
  issue
--------------------------------------- */
.issue {
  width: 100%;
  text-align: center;
  position: relative;
}

.issue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48.5%;
  background: #f7f6ff;
  display: block;
  z-index: 0;
}

.issue__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.issue__heading__text {
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.8;
  text-align: left;
  background: #968ef4;
  padding: 40px 30px;
  border-radius: 5px;
  margin-right: 35px;
  position: relative;
}

.issue__heading__text::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #968ef4 transparent;
  border-width: 0px 33px 15px 0;
  bottom: 25%;
  right: -33px;
}

.issue__heading__img {
  width: 220px;
  height: auto;
  min-height: 0%;
}

.issue__heading__img img {
  width: 100%;
}

.issue__catch {
  display: inline-block;
  color: #07003f;
  font-size: 3.4rem;
  font-weight: 900;
  padding: 0 40px;
  margin: 40px 0 0;
  position: relative;
}

.issue__catch::before, .issue__catch::after {
  content: '';
  position: absolute;
  top: 52%;
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: #07003f;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  left: 0;
}

.issue__catch::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  left: auto;
  right: 0;
}

.issue__icon {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px;
}

.issue__icon img {
  width: 100%;
}

.issue__coments {
  font-size: 1.8rem;
  margin-bottom: 100px;
  position: relative;
}

.issue__coments span {
  font-weight: 900;
}

.issue__coments::after {
  content: ' ';
  width: 0;
  height: 0;
  border: none;
  border-top: 30px solid #c7c5d9;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  bottom: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.issue__frame {
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 4px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#c9c3f7), color-stop(#d2cef7), color-stop(#e2cbf8), to(#fad1f6));
  background: linear-gradient(to right, #c9c3f7, #d2cef7, #e2cbf8, #fad1f6);
  border-radius: 10px;
}

.issue__frame__inner {
  padding: 35px 35px 30px;
  background-color: #fff;
  border-radius: 8px;
}

.issue__frame__inner img {
  width: 100%;
  margin-bottom: 10px;
}

.issue__frame__inner p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}

/* ---------------------------------------
  solution
--------------------------------------- */
.solution {
  width: 100%;
}

.solution p span {
  font-weight: bold;
}

.solution__point {
  padding-left: 0;
  margin-top: 30px;
}

.solution__point li {
  display: inline-block;
  color: #3c2ad1;
  font-size: 1.5rem;
  font-weight: bold;
  list-style: none;
  border: 1px solid #3c2ad1;
  border-radius: 19px;
  padding: 3px 25px 0;
  margin: 0 15px 10px 0;
}

.solution__border {
  border: 1px solid #cccccc;
  margin: 80px auto;
}

/* ---------------------------------------
  case-study
--------------------------------------- */
.case-study {
  width: 100%;
  position: relative;
}

.case-study::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #f4f8ff;
  display: block;
  z-index: 0;
}

.case-study__item {
  display: block;
  text-decoration: none;
}

.case-study__item__img {
  background: #fff;
  line-height: 0;
}

.case-study__item__img img {
  width: 100%;
}

.case-study__item__text {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#4b39e3), to(#3c2ad1));
  background: linear-gradient(to right, #4b39e3, #3c2ad1);
  min-height: 270px;
  padding: 30px;
  position: relative;
}

.case-study__item__text h4 {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

/* ---------------------------------------
  link
---------------------------------------　*/
.link {
  width: 100%;
  text-align: center;
}

.link__frame {
  border: 10px solid #ededf1;
  padding: 70px 60px;
}

.link__frame p {
  color: #afa9f0;
  font-size: 3.0rem;
  font-weight: bold;
}

/* ---------------------------------------
  inquiry
---------------------------------------　*/
.inquiry {
  width: 100%;
  text-align: center;
  background: #fff url(../img/inquiry_bg.png) no-repeat center center/cover;
}

/*================================================
  footer
================================================*/
#siteFooter {
  color: #fff;
  background: #07003f;
  width: 100%;
}

.siteFooter__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 40px 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.siteFooter__logo img {
  width: 114px;
  height: 30px;
  margin-bottom: 10px;
}

.siteFooter__logo a:hover img {
  opacity: 0.8;
}

.siteFooter__copyright {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.siteFooter__sns a {
  margin-right: 10px;
}

.siteFooter__sns a i {
  font-size: 3.0rem;
}

.siteFooter__sns a:last-of-type {
  margin-right: 0;
}

.pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9998;
}

.pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#4b39e3), to(#3c2ad1));
  background: linear-gradient(to right, #4b39e3, #3c2ad1);
  text-decoration: none;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.pageTop a::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 4.0rem;
  }
  h2 {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 3.0rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  h5 {
    font-size: 2.0rem;
  }
  main p + p {
    margin-top: 15px;
  }
  main p + div {
    margin-top: 30px !important;
  }
  table {
    margin-bottom: 40px;
  }
  table th {
    font-size: 1.4rem;
  }
  .only__pc {
    display: none;
    /* PCのみ表示・改行 */
  }
  .siteHeader__inner {
    padding: 0px 20px;
    height: 70px;
  }
  .siteHeader__logo img {
    height: 26px;
    width: 100px;
  }
  .siteHeader__gNav {
    display: none;
  }
  .siteHeader__gNavSp {
    display: block;
    color: #fff;
  }
  /*　ハンバガー　*/
  .siteHeader__gNavSp__toggle {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 32px;
    height: 26px;
  }
  .siteHeader__gNavSp__toggle span {
    width: 100%;
    height: 3px;
    display: block;
    background: #07003f;
    position: absolute;
    left: 0;
    -webkit-transition: top .5s ease, -webkit-transform .5s ease-in-out;
    transition: top .5s ease, -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, top .5s ease;
    transition: transform .5s ease-in-out, top .5s ease, -webkit-transform .5s ease-in-out;
  }
  .siteHeader__gNavSp__toggle span:nth-child(1) {
    top: 0px;
  }
  .open .siteHeader__gNavSp__toggle span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(135deg);
            transform: translateY(11px) rotate(135deg);
  }
  .siteHeader__gNavSp__toggle span:nth-child(2) {
    top: 11.5px;
  }
  .open .siteHeader__gNavSp__toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .siteHeader__gNavSp__toggle span:nth-child(3) {
    top: 23px;
  }
  .open .siteHeader__gNavSp__toggle span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-135deg);
            transform: translateY(-11px) rotate(-135deg);
  }
  /*　メニュー　*/
  .siteHeader__gNavSp__menu {
    background: -webkit-gradient(linear, left top, right top, from(#4b39e3), to(#3c2ad1));
    background: linear-gradient(to right, #4b39e3, #3c2ad1);
    padding: 10px;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: auto;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
  }
  .open .siteHeader__gNavSp__menu {
    visibility: visible;
    opacity: 1;
  }
  .siteHeader__gNavSp__menu__item {
    display: block;
    width: 100%;
    position: relative;
  }
  .siteHeader__gNavSp__menu__item a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 15px;
  }
  .siteHeader__gNavSp__menu__item a span {
    vertical-align: middle;
  }
  .siteHeader__gNavSp__menu__item a i {
    font-size: 1.0em;
    padding-left: 10px;
    vertical-align: middle;
  }
  .siteHeader__gNavSp__menu__item:last-child a {
    border-bottom: none;
  }
  .siteHeader__gNavSp__menu__item a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open {
    overflow: hidden;
  }
  .mainVisual__inner {
    padding: 140px 20px 0;
  }
  .mainVisual__text {
    padding-left: 20px;
  }
  .mainVisual__text__subTitle {
    font-size: 1.6rem;
    padding: 1px 20px;
    margin-bottom: 35px;
  }
  .mainVisual__text__title span {
    font-size: 4.2rem;
  }
  .mainVisual__text__title {
    font-size: 4.0rem;
  }
  .common__inner {
    width: 768px !important;
    padding: 80px 20px;
  }
  .about .common__inner {
    padding: 80px 20px 0;
  }
  .issue .common__inner {
    padding: 80px 20px 20px;
  }
  .case-study .common__inner {
    padding: 80px 20px 50px;
  }
  .link .common__inner {
    padding: 60px 20px;
  }
  .inquiry .common__inner {
    padding: 100px 20px;
  }
  .common__col {
    margin-bottom: 10px;
  }
  .common__col__2 {
    margin-bottom: 40px;
  }
  .common__col__3 {
    margin-bottom: 40px;
  }
  .common__headingL span {
    font-size: 1.8rem;
    margin: 5px 0;
  }
  .common__headingL {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
  .common__headingM span.common__headingM__head {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .common__headingM {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .common__headingS {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .common__btn a {
    font-size: 1.8rem;
  }
  .solution .common__btn--M {
    margin: -15px auto 0 !important;
  }
  .common__btn--S {
    margin: 25px auto 0 !important;
  }
  .common__btn--S a {
    font-size: 1.4rem;
  }
  .common__catch {
    font-size: 3.0rem;
    margin-top: 30px;
  }
  .common__catch span {
    font-size: 2.0rem;
  }
  .common__caution {
    font-size: 1.3rem;
  }
  .fadeinUp {
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .lisk__img {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .lisk__img img {
    width: 60%;
  }
  .lisk__text {
    max-width: 100%;
    text-align: center;
  }
  .lisk__text::after {
    width: 110px;
    height: 73px;
  }
  .lisk__column {
    padding: 40px 40px 10px;
  }
  .lisk__column__head {
    margin-bottom: 10px;
  }
  .how-to__heading {
    margin-bottom: 20px;
  }
  .how-to__heading__img {
    width: 270px;
  }
  .how-to__heading__text {
    font-size: 1.8rem;
    padding: 47px 30px;
  }
  .issue::after {
    height: 44.5%;
  }
  .issue__heading {
    margin-bottom: 20px;
  }
  .issue__heading__text {
    font-size: 1.8rem;
    padding: 30px;
  }
  .issue__heading__img {
    width: 185px;
  }
  .issue__catch {
    font-size: 3.0rem;
  }
  .issue__catch::before, .issue__catch::after {
    top: 54%;
    width: 26px;
  }
  .issue__icon {
    max-width: 160px;
  }
  .issue__coments {
    font-size: 1.5rem;
    margin-bottom: 80px;
  }
  .issue__coments::after {
    bottom: -55px;
  }
  .issue__frame {
    max-width: 100%;
  }
  .issue__frame__inner {
    font-size: 1.5rem;
    padding: 20px 15px 20px;
  }
  .issue__frame__inner p {
    font-size: 1.5rem;
  }
  .solution__point {
    margin-top: 20px;
  }
  .solution__point li {
    font-size: 1.3rem;
    padding: 2px 8px 0;
    margin: 0 5px 5px 0;
  }
  .solution__border {
    margin: 60px auto;
  }
  .case-study__item__text {
    padding: 25px 20px;
  }
  .case-study__item__text h4 {
    font-size: 1.6rem;
  }
  .siteFooter__inner {
    text-align: center;
    padding: 25px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .siteFooter__logo img {
    width: 94px;
    height: 25px;
    margin-bottom: 5px;
  }
  .siteFooter__copyright {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .siteFooter__copyright {
    font-size: 1.0rem;
  }
  .siteFooter__sns a i {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2.0rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  table th, table td {
    padding: 10px;
  }
  .only__tb-pc {
    display: none;
    /* PC・タブレットのみ表示・改行 */
  }
  .mainVisual__catch {
    height: 597px;
    background: #fff url(../img/main-visual_bg_sp.png) no-repeat center center/cover;
  }
  .mainVisual__inner {
    padding: 25px 20px 0;
  }
  .mainVisual__text {
    padding-left: 0;
    text-align: center;
    max-width: 100%;
  }
  .mainVisual__text__subTitle {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .mainVisual__text__title span {
    font-size: 3.6rem;
  }
  .mainVisual__text__title {
    font-size: 3.6rem;
    padding-left: 0;
    display: block;
  }
  .common__inner {
    width: 100% !important;
    padding: 60px 20px;
  }
  .about .common__inner {
    padding: 60px 20px 0;
  }
  .inquiry .common__inner {
    padding: 60px 20px 70px;
  }
  .common__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common__col__2 {
    max-width: 100%;
    margin-right: 0;
  }
  .common__col__3 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .common__col__3:last-of-type {
    margin-bottom: 0;
  }
  .common__headingL span {
    font-size: 1.6rem;
  }
  .common__headingL {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  .common__headingM--center {
    text-align: left;
  }
  .common__headingM--center br {
    display: none;
  }
  .common__headingM {
    font-size: 1.6rem;
  }
  .common__headingS {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .common__btn a {
    font-size: 1.6rem;
    padding: 18px 30px 16px;
  }
  .common__btn--M a {
    font-size: 1.6rem;
    padding: 13px 30px 11px;
  }
  .common__btn--S a {
    font-size: 1.4rem;
    max-width: 200px;
    padding: 4px 15px 2px;
  }
  .common__catch {
    font-size: 2.0rem;
    text-align: center;
  }
  .common__catch span {
    font-size: 1.8rem;
    display: block;
  }
  .about {
    text-align: left;
  }
  .about br {
    display: none;
  }
  .lisk__column {
    padding: 30px 25px 0;
  }
  .how-to__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .how-to__heading__img {
    margin: 0 auto;
  }
  .how-to__heading__text {
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
  .how-to__heading__text::after {
    border-width: 25px 20px 0 0;
    bottom: -25px;
    left: 80%;
  }
  .issue::after {
    display: none;
  }
  .issue_problem {
    background: #f7f6ff;
    padding: 0 20px 30px;
  }
  .issue__heading__text {
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
  .issue__heading__text::after {
    border-width: 25px 20px 0 0;
    bottom: -25px;
    left: 80%;
    right: auto;
  }
  .issue__heading__img {
    margin: 0 auto;
  }
  .issue__catch {
    font-size: 1.8rem;
    padding: 0 25px;
  }
  .issue__catch::before, .issue__catch::after {
    top: 78%;
    width: 19px;
  }
  .issue__frame__inner {
    padding: 20px 30px 20px;
  }
  .case-study {
    background: #f3f3f3;
  }
  .case-study::after {
    display: none;
  }
  .case-study__item {
    margin-bottom: 10px;
  }
  .case-study__item__text {
    min-height: 210px;
  }
  .siteFooter__inner {
    padding: 15px 20px 10px;
  }
  .siteFooter__logo img {
    width: 66px;
    height: 18px;
  }
  .siteFooter__sns a i {
    font-size: 1.8rem;
  }
  .pageTop a {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .only__sp-tb {
    display: none;
    /* タブレット・スマホのみ表示・改行 */
  }
}

@media screen and (min-width: 768px) {
  .only__sp {
    display: none;
    /* スマホのみ表示・改行 */
  }
}

@media all and (-ms-high-contrast: none) {
  .mainVisual__text__title {
    background: none;
    color: #3c2ad1;
  }
  .common__catch {
    background: none;
    color: #3c2ad1;
  }
  .fontNoto, .fontNotoSerif {
    font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
  }
}
