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

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

h1 {
  font-size: 4.6rem;
  line-height: 1.5;
}

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 {
  color: inherit;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  cursor: pointer;
  opacity: 0.8;
}

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

main p {
  margin-bottom: 30px;
}

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 #fff;
  margin-bottom: 50px;
}

table th, table td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 12px 20px;
  vertical-align: top;
}

table th {
  font-weight: bold;
}

table td {
  font-size: 1.4rem;
}

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

table p {
  margin-bottom: 0px;
}

/*================================================
  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: 0px 40px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 20px;
}

.siteHeader__gNav__menu__item a {
  text-decoration: none;
}

.siteHeader__gNav__menu__item--download, .siteHeader__gNav__menu__item--inquiry {
  color: #fff;
  margin-right: 15px;
}

.siteHeader__gNav__menu__item--download a, .siteHeader__gNav__menu__item--inquiry a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#0fd8b1), to(#46c4db));
  background: linear-gradient(to right, #0fd8b1, #46c4db);
  border: solid 1px linear-gradient(to right, #0fd8b1, #46c4db);
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.siteHeader__gNav__menu__item--inquiry {
  margin-right: 0px;
}

.siteHeader__gNav__menu__item--inquiry a {
  background: -webkit-gradient(linear, left top, right top, from(#2084b9), to(#33c4ca));
  background: linear-gradient(to right, #2084b9, #33c4ca);
  border: solid 1px linear-gradient(to right, #2084b9, #33c4ca);
}

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

.siteHeader__gNavSp {
  display: none;
}

/*================================================
  body
================================================*/
/* ---------------------------------------
  main visual
--------------------------------------- */
.mainVisual {
  width: 100%;
  height: 720px;
  margin: 0 auto;
  position: relative;
  /* background: #fff url(../img/main-visual.gif) no-repeat center center/cover; */
  background: #fff url(../img/main-visual.gif) no-repeat center left 45% / cover;
}

.mainVisual__inner {
  width: 100%;
  max-width: 1064px;
  height: inherit;
  margin: 0 auto;
  /* padding: 160px 20px 0; */
  padding: 140px 20px 0;
  z-index: 2;
  position: relative;
  z-index: 10;
}

.mainVisual__text {
  width: 100%;
  max-width: 492px;
  color: #01adc1;
  margin-bottom: 55px;
}

.mainVisual__text__subTitle {
  font-size: 2.2rem;
  font-weight: 500;
}

.mainVisual__text__title {
  font-size: 3.4rem;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, right top, from(#2084b9), to(#33c4ca));
  background: linear-gradient(to right, #2084b9, #33c4ca);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.025em;
}

.mainVisual__text__title span {
  font-size: 4.1rem;
}

.mainVisual__topic {
  max-width: 492px;
  color: #01adc1;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
}

.mainVisual__topic__icon {
  /* width: 122px; */
  width: 160px;
  font-size: 1.3rem;
  text-align: center;
  margin-right: 10px;
}

.mainVisual__topic__icon:last-of-type {
  margin-right: 0px;
}

.mainVisual__topic__icon img {
  width: 90%;
  margin-bottom: 5px;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
}

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

#solution02 .solution .common__inner {
  padding: 30px 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;
}

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

.signOn .common__col__2 {
  max-width: 48.5%;
  margin-right: 3%;
}

.common__col__2b {
  width: 100%;
  max-width: 48.047%;
  position: relative;
  min-height: 0%;
}
.common__col__2:nth-child(2n) {
  margin-right: 0;
}

.common__col__2--widthS {
  max-width: 185px;
}

.common__col__2--widthL {
  max-width: calc(100% - (185px + 3.906%));
}

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

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

/*　大見出し　------------------------- */
.common__headingL {
  font-size: 4.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.025em;
  position: relative;
}

.common__headingL:after {
  position: absolute;
  content: " ";
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  width: 80px;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #2084b9, #33c4ca);
     border-image: -webkit-gradient(linear, left top, right top, from(#2084b9), to(#33c4ca));
     border-image: linear-gradient(to right, #2084b9, #33c4ca);
  border-image-slice: 1;
}

.inquiry .common__headingL:after {
  -o-border-image: linear-gradient(to right, #0fd8b1, #46c4db);
     border-image: -webkit-gradient(linear, left top, right top, from(#0fd8b1), to(#46c4db));
     border-image: linear-gradient(to right, #0fd8b1, #46c4db);
  border-image-slice: 1;
}

/*　中見出し　------------------------- */
.common__headingM {
  font-size: 3.4rem;
  font-weight: 900;
  margin-bottom: 60px;
  position: relative;
  letter-spacing: 0.025em;
  line-height: 1.4;
}

.solution--blue .common__headingM {
  color: #2084b9;
}

.solution--green .common__headingM {
  color: #01adc1;
}

.common__headingM:after {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  bottom: -20px;
  width: 80px;
  border-bottom: 4px solid #2084b9;
}

.solution--blue .common__headingM:after {
  border-bottom: 4px solid #2084b9;
}

.solution--green .common__headingM:after {
  border-bottom: 4px solid #01adc1;
}

.common__headingM__en {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

/*　小見出し　------------------------- */
.common__headingS {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.025em;
}

.solution--blue .common__headingS {
  color: #2084b9;
}

.solution--green .common__headingS {
  color: #01adc1;
}

.common__headingS span {
  display: block;
}

.answer .common__headingS {
  margin-bottom: 15px;
}

.common__headingS__bg {
  display: inline-block !important;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2084b9), to(#33c4ca));
  background: linear-gradient(to right, #2084b9, #33c4ca);
  padding: 2px 15px 0;
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  -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);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

.answer .common__headingS__bg {
  background: -webkit-gradient(linear, left top, right top, from(#0fd8b1), to(#46c4db));
  background: linear-gradient(to right, #0fd8b1, #46c4db);
}

/*　最小見出し　------------------------- */
.common__headingXS {
  font-size: 1.95rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.025em;
}

/*　画像　------------------------- */
.common__img img {
  width: 100%;
}

/*　リンクボタン　------------------------- */
.common__btn {
  text-align: center;
}

.common__btn a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#2084b9), to(#33c4ca));
  background: linear-gradient(to right, #2084b9, #33c4ca);
  border-radius: 37px;
  text-decoration: none;
}

.common__btn--blue a {
  background: -webkit-gradient(linear, left top, right top, from(#2084b9), to(#33c4ca));
  background: linear-gradient(to right, #2084b9, #33c4ca);
}

.common__btn--green a {
  background: -webkit-gradient(linear, left top, right top, from(#0fd8b1), to(#46c4db));
  background: linear-gradient(to right, #0fd8b1, #46c4db);
}

.common__btn--l a {
  font-size: 2.0rem;
  max-width: 492px;
  padding: 19px 20px 17px;
}

.common__btn--xl a {
  font-size: 2.0rem;
  max-width: 600px;
  padding: 19px 20px 17px;
}

.common__btn--m a {
  font-size: 1.6rem;
  max-width: 230px;
  padding: 12px 20px 9px;
}

.common__btn span {
  vertical-align: middle;
}

.common__btn i {
  font-size: 1.2em;
  padding-left: 10px;
  vertical-align: middle;
}

/*　リンクラベル　------------------------- */
.common__link a {
  font-size: 1.4rem;
  padding-right: 25px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
}

.common__link a::before, .common__link a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}

.common__link a::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#2084b9), to(#33c4ca));
  background: linear-gradient(to right, #2084b9, #33c4ca);
}

.common__link a::after {
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*　注意書き　------------------------- */
.common__balloon {
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

.common__balloon::before {
  content: '';
  position: absolute;
  top: 80%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  left: 0;
}

.common__balloon::after {
  content: '';
  position: absolute;
  top: 80%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  right: 0;
}

/*　注意書き　------------------------- */
.common__caution {
  color: #787e7a;
  font-size: 1.4rem;
  text-align: right;
  display: block;
}

/*　上付き文字　------------------------- */
.common__sup {
  vertical-align: super;
  font-size: 1.3rem;
  color: #787e7a;
}

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

.fontAlegreya {
  font-family: 'Alegreya Sans SC', sans-serif;
}

/*　背景　------------------------- */
.bgDot {
  background-image: url(../img/bg_dot.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

/* ---------------------------------------
  issue
---------------------------------------　*/
.issue {
  text-align: center;
}

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

.solution--blue {
  background: -webkit-gradient(linear, left top, right top, from(#e7f4fb), to(#effdfc));
  background: linear-gradient(to right, #e7f4fb, #effdfc);
}

.solution--blue::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 50px solid transparent;
  border-top: 40px solid #ebf8fb;
  z-index: 10;
}

.solution--green {
  background: -webkit-gradient(linear, left top, right top, from(#eff8f7), to(#e2fafa));
  background: linear-gradient(to right, #eff8f7, #e2fafa);
}

.solution--green::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 50px solid transparent;
  border-top: 40px solid #e9f9f8;
}

.solution__text {
  position: absolute;
  width: 650px;
  top: 90px;
  left: 20px;
}

.solution__text p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.solution__img {
  width: 100%;
  text-align: right;
  margin-top: 120px;
}

#solution02 .solution .solution__img {
  margin-top: 45px;
  margin-bottom: 40px;
}

.solution__img img {
  width: 532px;
  -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);
}

.signOn {
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#e7f4fb), to(#effdfc));
  background: linear-gradient(to right, #e7f4fb, #effdfc);
  border-radius: 10px;
  -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);
  margin-top: 60px;
  padding: 30px 25px;
}


/* ---------------------------------------
   anser
--------------------------------------- */
.answer {
  width: 100%;
  text-align: right;
}

.answer__img {
  width: 100%;
  padding-right: 30px;
  text-align: center;
}

.answer__img img {
  width: 100%;
  -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);
}

.answer__text {
  margin-top: -32px;
}

/* ---------------------------------------
  products
--------------------------------------- */
.products {
  width: 100%;
  background: #fff url(../img/bg_gradation.jpg) no-repeat top center;
}

.products__item {
  width: 100%;
  padding: 60px 40px;
  -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);
}

.products__item img {
  width: 100%;
  margin-bottom: 30px;
}

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

.download .hs {
  margin-top: 4em;
}

.download .hs__span {
  font-weight: bold;
  font-size: 2rem;
}

.download .hs2 {
  margin-top: -25px;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.download .hs2__span {
  font-weight: normal;
  font-size: 1.6rem;
}


/* ---------------------------------------
  inquiry
--------------------------------------- */
.inquiry {
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#f8fff1), to(#ddf7ff));
  background: linear-gradient(to right, #f8fff1, #ddf7ff);
}

/* .inquiry .common__btn:nth-of-type(2n+1) {
  text-align: right;
}

.inquiry .common__btn:nth-of-type(2n+1) a {
  text-align: center;
}

.inquiry .common__btn.common__btn:nth-of-type(2n) {
  text-align: left;
}

.inquiry .common__btn.common__btn:nth-of-type(2n) a {
  text-align: center;
} */

/*================================================
  footer
================================================*/
#siteFooter {
  color: #fff;
  background: #2d333c;
  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: 30px;
  bottom: 25px;
  z-index: 9998;
}

.pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#2084b9), to(#33c4ca));
  background: linear-gradient(to right, #2084b9, #33c4ca);
  border: solid 1px linear-gradient(to right, #2084b9, #33c4ca);
  border-radius: 50%;
  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: 3px solid #fff;
  border-right: 3px 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;
  }
  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: #2d333c;
    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(#2084b9), to(#33c4ca));
    background: linear-gradient(to right, #2084b9, #33c4ca);
    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: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 {
    background: #fff url(../img/main-visual_tb.gif) no-repeat center right 60%/cover;
  }
  .mainVisual__inner {
    max-width: 768px;
  }
  .mainVisual__text__subTitle {
    font-size: 1.75rem;
  }
  .mainVisual__text__title {
    font-size: 3.0rem;
  }
  .mainVisual__text__title span {
    font-size: 3.2rem;
  }
  .mainVisual__topic__icon {
    width: 120px;
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .common__inner {
    width: 768px;
    padding: 60px 20px;
  }
  .common__headingL {
    font-size: 3.2rem;
  }
  .common__headingM {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  .common__headingM:after {
    bottom: -15px;
  }
  .common__headingS {
    font-size: 1.6rem;
    margin-bottom: 25px;
    letter-spacing: -0.025em;
  }
  .common__headingS span {
    line-height: 1.4;

  }
  .common__headingS__bg {
    /* padding: 2px 10px 0; */
    padding: 7px 10px 5px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    letter-spacing: 0.025em;
  }
  .common__btn--l a {
    font-size: 1.8rem;
  }
  .common__btn--l a {
    font-size: 1.6rem;
  }
  .common__btn--m a {
    font-size: 1.6rem;
  }
  .fadeinUp {
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .solution--blue::before {
    border: 40px solid transparent;
    border-top: 30px solid #ebf8fb;
  }
  .solution--green::before {
    border: 40px solid transparent;
    border-top: 30px solid #e9f9f8;
  }
  .solution__text {
    top: 60px;
  }
  .solution__img {
    margin-top: 110px;
  }
  .solution__img img {
    width: 375px;
  }
  .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: 5px 10px;
  }
  .only__tb-pc {
    display: none;
    /* PC・タブレットのみ表示・改行 */
  }
  .mainVisual {
    height: 667px;
    background: #fff url(../img/main-visual_sp.gif) no-repeat center center/cover;
  }
  .mainVisual__inner {
    padding: 90px 20px 0;
  }
  .mainVisual__text {
    text-align: center;
    /* margin: 0 auto 30px; */
    margin: 0px auto 20px;
  }
  .mainVisual__text__subTitle {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .mainVisual__text__title {
    font-size: 2.0rem;
  }
  .mainVisual__text__title span {
    font-size: 2.8rem;
  }
  .mainVisual__topic {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .mainVisual__topic__icon {
    /* width: 90px; */
    width: 100px;
    font-size: 1.1rem;
  }
  .common__inner {
    width: 100%;
    padding: 60px 20px;
  }
  .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% !important;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .common__col__3 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .common__headingL {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  .common__headingS__bg {
    height: auto;
  }
  .common__btn--xl a {
    font-size: 1.6rem;
  }
  .common__btn--m a {
    font-size: 1.4rem;
  }
  .solution--blue::before {
    border: 20px solid transparent;
    border-top: 20px solid #ebf8fb;
  }
  .solution--green::before {
    border: 20px solid transparent;
    border-top: 20px solid #e9f9f8;
  }
  .solution__text {
    width: 100%;
    position: static;
  }
  .solution__img {
    margin-top: 0;
  }
  .solution__img img {
    width: 100%;
  }
  .answer__img {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .answer__text {
    margin-top: 0;
    text-align: left;
  }
  .inquiry .common__btn:nth-of-type(2n+1) {
    text-align: center;
  }
  .inquiry .common__btn.common__btn:nth-of-type(2n) {
    text-align: center;
  }
  .siteFooter__inner {
    padding: 15px 20px 10px;
  }
  .siteFooter__logo img {
    width: 66px;
    height: 18px;
  }
  .siteFooter__sns a i {
    font-size: 1.8rem;
  }
  .pageTop {
    right: 10px;
    bottom: 10px;
  }
  .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: #01adc1;
  }
  .fontNoto {
    font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  }
}
