@charset "UTF-8";
/* CSS Document */
/*================================================
  base
================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: #000;
  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: 20px;
}

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: 1px solid #000;
}

table th, table td {
  vertical-align: middle;
  border: 1px solid #000;
  padding: 5px 10px;
}

table p {
  margin-bottom: 0px;
}

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

.siteHeader.transform {
  background: #000;
  -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.transform .siteHeader__gNav__menu__item--tel {
  border-left: solid 1px #737373;
}

.open .siteHeader {
  background: #000;
}

.siteHeader__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 30px;
  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 {
  width: 138px;
  height: 35px;
  display: block;
}

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

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

.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.6rem;
  font-weight: bold;
  margin-right: 40px;
  text-align: center;
}

.siteHeader__gNav__menu__item a {
  text-decoration: none;
}

.siteHeader__gNav__menu__item--inquiry,
.siteHeader__gNav__menu__item--document,
.siteHeader__gNav__menu__item--tel {
  margin-right: 0;
}

.siteHeader__gNav__menu__item--inquiry a,
.siteHeader__gNav__menu__item--document a,
.siteHeader__gNav__menu__item--tel a {
  display: block;
  background: #d80c18;
  height: 80px;
  line-height: 80px;
  padding: 0 40px;
}

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

.siteHeader__gNav__menu__item--inquiry i,
.siteHeader__gNav__menu__item--document i,
.siteHeader__gNav__menu__item--tel i {
  font-size: 2rem;
  vertical-align: middle;
  padding-right: 5px;
}

.siteHeader__gNav__menu__item--inquiry a {
  background: #000;
}

.siteHeader__gNav__menu__item--tel a {
  background: #000;
  line-height: 22px;
  padding: 17px 40px;
  border-right: 1px solid #6b6b6b;
}

.siteHeader__gNav__menu__item--inquiry a:hover,
.siteHeader__gNav__menu__item--tel a:hover {
  background: #212121;
}

.siteHeader__gNav__menu__item--tel a .text {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: -0.05em;
}

.siteHeader__gNav__menu__item--tel a .number {
  font-size: 1.9rem;
}

.siteHeader__gNav__menu__item--tel a .number::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../img/phone_white.svg) no-repeat;
  margin-right: 5px;
}

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

.siteHeader__gNavSp {
  display: none;
}

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

.mainVisual__inner {
  width: 100%;
  max-width: 1064px;
  text-align: center;
  height: inherit;
  margin: 0 auto;
  /* padding: 200px 20px 0; */
  padding: 150px 20px 0;
}

.mainVisual__text {
  /* font-size: 3.2rem; */
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 20px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 20px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6));
  /* margin-bottom: 70px; */
  margin-bottom: 45px;
}

.mainVisual__text img {
  width: auto;
  /* height: 48px; */
  height: 80px;
  display: block;
  /* margin: 0 auto 50px; */
  margin: 0 auto 70px;
}

.mainVisual__text span {
  font-feature-settings: "palt";
  display: inline-block;
  line-height: 1.6;
}

.mainVisual__text span > span {
  display: inline-block;
}

.mainVisual__text span > span:first-child {
  margin-right: 10px;
}

.mainVisual__text__subTitle {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.mainVisual__text__subTitle span {
  font-size: 3.4rem;
}

.mainVisual__text__title {
  /* font-size: 5.5rem; */
  font-size: 6.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

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

.mainVisual .common__btn a,
.mainVisual .common__btn--2col a {
  padding: 5px 10px !important;
  line-height: 1.5 !important;
}

/*　bg youtube　------------------------- */
.mainVisual_bgYouTube {
  margin: 0 auto;
  position: relative;
  height: 720px;
  width: 100%;
}

/*　bg movie　------------------------- */
.mainVisual__movie {
  position: relative;
  min-height: 720px;
  /* min-height: 560px; */
  width: 100%;
  overflow: hidden;
}

.mainVisual__movie .mainVisual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  z-index: 1;
  width: 100%;
  padding: 0 20px;
}

.mainVisual__movie .mainVisual__text__title {
  font-feature-settings: "palt";
}

.mainVisual__movie video, .mainVisual__movie img.mainVisual__movie__hide {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.mainVisual__movie video {
  transform: translate(-50.2%, 0%);
}

.mainVisual__movie .common__btn {
  /* margin-top: 70px; */
  margin-top: 20px;
}

.mainVisual__movie .common__btn:first-of-type {
  margin-top: 45px;
}

.mainVisual__movie .common__btn a {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
}

.mainVisual__movie .common__btn a,
.mainVisual__movie .common__btn--2col a {
  padding: 5px 10px !important;
  line-height: 1.5 !important;
}


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

.trial .common__inner {
  padding-bottom: 60px;
  padding-right: 0;
  padding-left: 0;
}

/*　フレックスボックス　------------------------- */
.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;
}

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

.common__col__2 img {
  width: 100%;
}

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

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

.common__col__3 img {
  width: 100%;
}

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

/*　大見出し　------------------------- */
.common__headingL {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 83px;
}

.common__headingL--about {
  margin-top: -200px;
  width: calc(100% + 10px);
  margin-left: -5px;
  position: relative;
}

.common__headingL--about::after {
  content: "";
  background: url(../img/main-visual_badge.png) no-repeat;
  background-size: 180px;
  width: 180px;
  height: 180px;
  position: absolute;
  left: -50px;
  top: -60px;
}

.common__headingL__sub, .common__headingL__main {
  display: block;
  margin: 0 auto;
}

.common__headingL__sub {
  margin-bottom: 15px;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}

.common__headingL__main {
  color: #fff;
  font-size: 4.0rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 460px;
  height: 105px;
  line-height: 95px;
  background: #000;
  border: 5px solid #fff;
  position: relative;
}

.common__headingL__main--price {
  max-width: 560px;
  letter-spacing: 0;
}

.common__headingL--campaign {
  margin-top: 0 !important;
}

.common__headingL--campaign .common__headingL__main {
  background: #d80c18;
}

.common__headingL__main::before, .common__headingL__main::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 95px;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 25px 0 25px;
  border-color: #000 transparent transparent transparent;
}

.common__headingL--campaign .common__headingL__main::before, .common__headingL--campaign .common__headingL__main::after {
  border-color: #d80c18 transparent transparent transparent;
}

.common__headingL__main::before {
  margin-left: -32px;
  border-width: 29px 32px 0 32px;
  border-color: #fff transparent transparent transparent;
}

.common__headingL--about .common__headingL__main {
  font-size: 3.4rem;
  height: auto;
  padding: 40px 15px 50px;
  max-width: 100%;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.common__headingL--about .common__headingL__main .text {
  font-size: 4.8rem;
  padding: 0px 5px;
}

.common__headingL--about .common__headingL__main .number {
  font-size: 5.0rem;
  padding: 0px 5px;
}

.common__headingL--about .common__headingL__main::before, .common__headingL--about .common__headingL__main::after {
  top: 224px;
}

.common__headingL--campaign .common__headingL__main::before, .common__headingL--campaign .common__headingL__main::after {
  top: 212px;
}


/*　中見出し　------------------------- */
.common__headingM {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  margin: 60px auto 40px;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
  position: relative;
}

.common__headingM:after {
  position: absolute;
  content: " ";
  display: block;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65px;
  border-bottom: 4px solid #d80c18;
}

/*　小見出し　------------------------- */
.common__headingS {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 45px;
  position: relative;
}

.common__headingS:after {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  bottom: -20px;
  width: 65px;
  border-bottom: 4px solid #d80c18;
}

/*　最小見出し　------------------------- */
.common__headingXS {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 20px;
}

.common__headingXS span {
  display: inline-block;
  background: #000;
  border: 3px solid #fff;
  height: 51px;
  line-height: 44px;
  padding: 0 18px;
}

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

.common__img__caption {
  font-size: 87.5%;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

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

.common__btn a {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background: #d80c18;
  text-decoration: none;
  -webkit-filter: drop-shadow(0px 0px 10px #000) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 10px #000) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.4));
  width: 100%;
  max-width: 540px;
  padding: 15px 10px;
}

.common__btn--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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
  max-width: 540px;
}

.common__btn--white a {
  color: #d80c18;
  background: #fff;
  border: 1px solid #d80c18;
}

.common__btn--2col a {

  line-height: 1.1;
  width: 48%;
  margin-right: 4%;
  padding: 15px 0;
}

.common__btn--2col a:nth-child(2n) {
  margin-right: 0;
}

.common__btn--2col a span.text,
.common__btn--2col a span.number{
  display: block;
}

.common__btn--2col a .text {
  font-size: 1.3rem;
  font-weight: normal;
}

.common__btn--2col a .number {
  font-size: 2.6rem;
  font-weight: bold;
}

.common__btn--2col a .number::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(../img/phone_white.svg) no-repeat;
  margin-right: 5px;
}

.common__btn i {
  padding-right: 15px;
}

/*　注意書き　------------------------- */
.common__caution {
  color: #737373;
  font-size: 87.5%;
}

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

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

.fontSerif {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

/*　背景　------------------------- */
.bgGraph {
  background: url(../img/bg_grid.png) repeat center center/16px 16px #fff;
}

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

.about__catch {
  position: absolute;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
}

.about__catch--top {
  top: -25px;
  left: -20px;
  text-align: left;
}

.about__catch--bottom {
  bottom: -25px;
  right: -20px;
  text-align: right;
}

.about__catch span {
  display: inline-block;
  background: #000;
  border: 3px solid #fff;
  height: 56px;
  line-height: 48px;
  padding: 0 20px;
  margin-bottom: 2px;
}

.about__heading {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 5px;
}

.about_issue {
  border:3px solid #d80c18;
  background-color:#FFF;
  margin:0 0 160px;
  padding:0 15px 40px 15px;
  position: relative;
}

.about_issue::after {
  position: absolute;
  display: block;
  content: "";
  z-index: 100;
  width: 200px;
  height: 85px;
  background-image: url(../img/arrow_red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.about_issue > .common__headingM {
  margin: 40px auto;
}

.about_issue--content {
  display:flex;
}

.about_issue--img {
  max-width:220px;
  margin:15px 40px 15px 30px;
}

.about_issue--img img {
  width:100%;
}

.about_issue--list {
  margin-top:10px;
}

.about_issue--list dt {
  font-weight: bold;
  background-image:url(../img/square-check-solid.svg);
  background-repeat:no-repeat;
  background-size: 18px;
  background-position: top 0.3rem left 0px;
}

.about_issue--list dt,
.about_issue--list dd {
  padding-left:30px;
}

.about_issue--list dd {
  font-size: 1.3rem;
  padding-bottom:15px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

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

.feature .feature__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature .feature__content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.feature .feature__content:nth-of-type(even) > .common__col__2:nth-child(odd) {
  margin-right: 0;
}

.feature .feature__content:nth-of-type(even) > .common__col__2:nth-child(even) {
  margin-right: 3.906%;
}

.feature__content {
  margin-top: 130px;
}

.feature__number {
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  font-style: italic;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
  position: absolute;
  top: -60px;
  left: 30px;
}

.feature__numbering {
  font-size: 7.0rem;
  font-weight: 900;
  line-height: 1;
  font-style: italic;
  margin-bottom: 20px;
}

.feature .common__col:nth-of-type(even) .feature__number {
  left: auto;
  right: 30px;
}

.feature__download {
  margin-bottom: 15px;
}

.feature__download a {
  text-decoration: none;
}

.feature__download a img {
  width: auto;
  height: 40px;
  margin-right: 10px;
}

.feature__movie {
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0;
}

.feature__list {
  margin-top: 50px;
}

.feature__list ul li {
  margin-bottom: 25px;
}

.feature__list ul li span {
  font-weight: bold;
}

.feature__link {
  font-size: 2.5rem;
  text-align:center;
  margin-top: 30px;
}

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

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

.caseStudy .common__col {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.caseStudy .common__col:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.caseStudy .common__col:nth-of-type(even) > .common__col__2:nth-child(odd) {
  margin-right: 0;
}

.caseStudy .common__col:nth-of-type(even) > .common__col__2:nth-child(even) {
  margin-right: 3.906%;
}

.caseStudy__number {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
}

.caseStudy__dear {
  display: inline-block;
  font-size: 3.0rem;
  margin-left: 10px;
}

.caseStudy__list {
  font-size: 1.7rem;
  padding-left: 0;
}

.caseStudy__list + .common__headingXS {
  margin-top: 25px;
}

.caseStudy__list li {
  position: relative;
  padding-left: 17px;
  list-style: none;
  margin-bottom: 5px;
}

.caseStudy__list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.caseStudy__list li:after {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 14px;
  width: 10px;
  height: 1px;
  background: #000;
}

/* ---------------------------------------
   price, specification
--------------------------------------- */
.price,
.specification {
  width: 100%;
}

.tablePrice,
.tableSpecification {
  border: none;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}

.tablePrice tr:nth-child(even) {
  background: #fef2f3;
}

.tablePrice th, .tablePrice td,
.tableSpecification th, .tableSpecification td {
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #d80c18;
  padding: 14px 20px;
  width: 33.333%;
}

.tableSpecification th, .tableSpecification td {
  font-size: 1.6rem;
  line-height:1.6;
  padding: 7px 10px;
  font-family: -apple-system, BlinkMacSystemFont,
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.tablePrice th span, .tablePrice td span {
  font-weight: bold;
}

.tablePrice th,
.tableSpecification th {
  color: #fff;
  font-size: 2.6rem;
  background: #d80c18;
  border-right: 1px solid #fff;
}

.tableSpecification th {
  font-size:1.8rem;
}

.tablePrice th:last-child,
.tableSpecification th:last-child {
  border-right: 1px solid #d80c18;
}

.tablePrice::after {
  content: "";
  background: url(../img/badge.png) no-repeat;
  background-size: 71px;
  width: 71px;
  height: 71px;
  position: absolute;
  right: -25px;
  top: -25px;
}

.tablePrice .tablePrice__amount {
  color: #d80c18;
  font-size: 5.2rem;
  font-weight: 900;
  padding: 20px 20px 25px;
}

.tablePrice .tablePrice__amount > span {
  position: relative;
  line-height: 1;
}

.tablePrice .tablePrice__amount__unit {
  font-size: 2.4rem;
}

.tablePrice .tablePrice__amount__taxPrice {
  color: #000;
  font-weight: normal;
  font-size: 1.6rem;
  display: block;
  margin: 5px 0 10px;
}

.tablePrice .tablePrice__amount__tax {
  color: #737373;
  font-size: 1.1rem;
  position: absolute;
  top: 17px;
  right: -5px;
  letter-spacing: 0.1em;
}

.tableOption {
  border: 1px solid #d80c18;
  background: #fff;
  margin-bottom: 20px;
}

.tableOption td {
  border: none;
  padding: 0 0 0 40px;
}

.tableOption tr td:last-child {
  padding: 10px 30px 0 40px !important;
}

.tableOption tr:first-child td {
  padding: 10px 0 0 40px;
}

.tableOption tr:last-child td {
  padding: 0 0 10px 40px !important;
}

.tableOption__item {
  font-size: 2.0rem;
  font-weight: bold;
  width: 30.5%;
}

.tableOption__detail {
  color: #737373;
  font-size: 1.4rem;
  width: 35.5%;
}

.tableOption__dot {
  color: #737373;
  font-size: 1.2rem;
  width: 9%;
}

.tableOption__price {
  color: #d80c18;
  font-size: 4.0rem;
  font-weight: bold;
  width: 25%;
}

.tableOption__price > span {
  position: relative;
  line-height: 1;
}

.tableOption__price__unit {
  font-size: 1.8rem;
}

.tableOption__price__tax {
  color: #737373;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 12px;
  right: -5px;
}

.tableOption__price__taxPrice {
  display: block;
  font-size: 1.3rem;
  color: #000;
  font-weight: normal;
  text-align: right;
  margin: 0 0 10px;
}

.tableOption__heading {
  background: #fef2f3;
}

.specification__date {
  text-align:center;
}


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

.trial__form {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.trial__form iframe {
  width: 100%;
  height: 1120px;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

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

.inquiry p {
  -webkit-filter: drop-shadow(0px 0px 20px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 20px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6));
  margin-bottom: 35px;
}

.inquiry__catch {
  font-size: 4.0rem;
  font-weight: 700;
  -webkit-filter: drop-shadow(0px 0px 20px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 20px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6));
  margin-bottom: 40px;
}

.inquiry__notes {
  font-size: 1.4rem;
  margin: 0 !important;
  padding: 0 20px 10px 0;
  text-align: right;
}


/*================================================
  footer
================================================*/
/*　ペース　------------------------- */
#siteFooter {
  color: #fff;
  background: #000;
  width: 100%;
}

.siteFooter__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  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: 89px;
  height: 24px;
  vertical-align: middle;
}

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

/*　コピーライト　------------------------- */
.siteFooter__copyright {
  font-size: 1.4rem;
  margin-bottom: 0;
}

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

.siteFooter__sns a i {
  font-size: 2.4rem;
  vertical-align: middle;
}

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

/*　ページトップボタン　------------------------- */
.pageTop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  border-top: 1px solid #737373;
  border-left: 1px solid #737373;
  background: #060303;
  z-index: 9998;
}

.pageTop--offBaner {
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
}

.pageTop--onBaner {
  position: absolute !important;
  bottom: 0 !important;
  top: -50px !important;
}

.pageTop a {
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
  text-decoration: none;
  margin-top: 4px;
}

.pageTop a::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 0;
  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);
}

/*　フローティングバナー　------------------------- */
.floatingBanner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  line-height: 0;
  background: #fff;
}

.floatingBanner__pc {
  width: 250px;
}

.floatingBanner:hover a {
  opacity: .8;
}

.floatingBanner__sp {
  display: none;
}

.floatingBanner__close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.floatingBanner__close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}

.floatingBanner__close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.floatingBanner__close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

/*　キャンペーン用追加　------------------------- */

.campaign__bnt {
}

.campaign__bnt--text {
  display:block;
  font-size:2rem;
}

.campaign__text--phras {
  text-align:center;
}

.campaign__text--outline {
  text-align:center;
  font-size:2.4rem;
  font-weight:bold;
}

.campaign__text--outlineEm {
  font-size:2.8rem;
  color:#d80c18;
}

.campaign__text--caution {
  display:block;
  text-align:center;
  font-size:1.2rem;
}

.campaign__common__btn {
  margin:75px auto -25px auto;
}





@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;
  }
  .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: #fff;
    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: #d80c18;
    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 i {
    padding-right: 5px;
  }
  .siteHeader__gNavSp__menu__item a .text::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(../img/phone_white.svg) no-repeat;
    margin-right: 5px;
  }
  .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_bg_tb.jpg) no-repeat center center/cover;
  }
  .mainVisual__inner {
    max-width: 768px;
    /* padding: 230px 20px 0; */
    padding: 160px 20px 0;
  }
  .mainVisual__text img {
    height: 55px;
  }
  .mainVisual__text {
    /* font-size: 2.8rem; */
    font-size: 2.0rem;
  }
  .mainVisual__text__title {
    font-size: 4.4rem;
  }
  .mainVisual__text__title span {
    font-size: 4.8rem;
  }
  .mainVisual__text__subTitle {
    font-size: 2.4rem;
  }
  .mainVisual__text__subTitle span {
    font-size: 3.0rem;
  }
  .common__inner {
    width: 768px;
    padding: 80px 20px;
  }
  .common__headingL {
    font-size: 2.4rem;
  }
  .common__headingL {
    font-size: 1.9rem;
    margin: 0 auto 65px;
  }
  .common__headingL--about {
    margin-top: -140px;
  }
  .common__headingL--about::after {
    background-size: 160px;
    width: 160px;
    height: 160px;
    left: -15px;
    top: -70px;
  }
  .common__headingL__main {
    font-size: 3.6rem;
    height: 90px;
    line-height: 80px;
  }
  .common__headingL__main::before, .common__headingL__main::after {
    top: 80px;
  }
  .common__headingL--about .common__headingL__main {
    font-size: 3.0rem;
    padding: 25px 20px 35px;
  }
  .common__headingL--about .common__headingL__main .text {
    font-size: 4.4rem;
  }
  .common__headingL--about .common__headingL__main .number {
    font-size: 4.6rem;
  }
  .common__headingL--about .common__headingL__main::before, .common__headingL--about .common__headingL__main::after {
    top: 182px;
  }
  .common__headingM {
    font-size: 3.2rem;
    margin: 60px auto 50px;
  }
  .common__headingM:after {
    bottom: -15px;
  }
  .common__headingM:after {
    bottom: -10px;
  }
  .common__headingS {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .common__headingS:after {
    bottom: -15px;
  }
  .common__headingXS {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .common__headingXS span {
    padding: 0 12px;
  }
  .common__headingL--campaign .common__headingL__main::before, .common__headingL--campaign .common__headingL__main::after {
    top: 249px !important;
  }
  .fadeinUp {
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .about__catch {
    font-size: 2.4rem;
  }
  .about__heading {
    font-size: 2.0rem;
  }
  .feature__content {
    margin-top: 80px;
  }
  .feature__number {
    font-size: 60px;
    top: -45px;
    left: 20px;
  }
  .feature .common__col:nth-of-type(even) .feature__number {
    right: 20px;
  }
  .about_issue--list dt {
    background-size:20px;
  }
  .caseStudy__dear {
    font-size: 2.0rem;
    margin-left: 5px;
  }
  .caseStudy__list {
    font-size: 1.4rem;
  }
  .caseStudy__list + .common__headingXS {
    margin-top: 20px;
  }
  .caseStudy__list li:before {
    top: 9px;
  }
  .caseStudy__list li:after {
    top: 11px;
  }
  .tablePrice th, .tablePrice td {
    font-size: 1.6rem;
  }
  .tablePrice th {
    font-size: 2.0rem;
  }
  .tablePrice::after {
    background-size: 50px;
    width: 50px;
    height: 50px;
    right: -15px;
    top: -15px;
  }
  .tablePrice .tablePrice__amount {
    font-size: 4.0rem;
  }
  .tablePrice .tablePrice__amount__unit {
    font-size: 2.0rem;
  }
  .tablePrice .tablePrice__amount__tax {
    font-size: 1.0rem;
    top: 15px;
  }
  .tableOption tr td:last-child {
    padding: 0 0 0 20px !important;
  }
  .tableOption tr:first-child td {
    padding: 10px 0 0 20px !important;
  }
  .tableOption tr:last-child td {
    padding: 0 0 10px 20px;
  }
  .tableOption__item {
    font-size: 1.4rem;
    width: 29%;
  }
  .tableOption__detail {
    font-size: 1.2rem;
    width: 40%;
  }
  .tableOption__dot {
    font-size: 1.0rem;
    width: 8.5%;
  }
  .tableOption__price {
    font-size: 2.8rem;
    width: 22.5%;
  }
  .tableOption__price__unit {
    font-size: 1.2rem;
  }
  .tableOption__price__tax {
    font-size: 0.1rem;
    top: 10px;
    right: -7px;
  }
  .trial__form iframe {
    height: 1100px;
  }
  .inquiry p {
    margin-bottom: 50px;
  }
  .inquiry__catch {
    font-size: 3.4rem;
  }
  .inquiry__notes {
    font-size: 1.3rem;
  }
  .siteFooter__inner {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    line-height: inherit;
    padding: 20px;
  }
  .siteFooter__logo img {
    margin-bottom: 10px;
  }
  .siteFooter__copyright {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .siteFooter__sns a i {
    font-size: 2rem;
  }
  .floatingBanner__pc {
    width: 230px;
  }
}

@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;
  }
  .only__tb-pc {
    display: none;
    /* PC・タブレットのみ表示・改行 */
  }
  .mainVisual {
    height: 520px;
    background: #fff url(../img/main-visual_bg_sp.jpg) no-repeat center center/cover;
  }
  .mainVisual__inner {
    /* padding: 95px 20px 0; */
    /* padding: 155px 20px 0; */
    padding: 90px 20px 0;
  }
  .mainVisual__text img {
    height: 40px;
    margin: 0 auto 50px;
  }
  .mainVisual__text {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .mainVisual__text span > span {
    display: block;
  }
  .mainVisual__text__subTitle {
    font-size: 1.6rem;
    margin-bottom: 70px;
  }
  .mainVisual__text__subTitle span {
    font-size: 1.6rem;
  }
  .mainVisual__text__title {
    font-size: 3.4rem;
  }
  .mainVisual__text__title span {
    font-size: 3.2rem;
  }

  .mainVisual__movie {
    min-height: 520px;
  }

  .mainVisual__movie .mainVisual__text__subTitle span {
    font-size: 2.4rem;
  }

  .mainVisual__movie .mainVisual__text__title {
    font-size: 2.8rem;
  }

  .mainVisual__movie .mainVisual__text__title span {
    font-size: 3.4rem;
  }

  .mainVisual__movie .common__btn:first-of-type {
    margin-top: 30px;
  }

  .common__inner {
    width: 100%;
    padding: 60px 20px;
  }

  .trial .common__inner {
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 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%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .common__col__3 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .common__headingL__main {
    font-size: 1.8rem;
    height: 70px;
    line-height: 60px;
  }
  .common__headingL__main::before, .common__headingL__main::after {
    top: 60px;
  }
  .common__headingL--about {
    margin-top: -80px;
  }
  .common__headingL--about::after {
    background-size: 100px;
    width: 100px;
    height: 100px;
    left: -15px;
    top: -50px;
  }
  .common__headingL--about .common__headingL__main {
    font-size: 1.8rem;
    padding: 20px 10px 25px;
    letter-spacing: 0.025em;
    margin: 0 auto 80px;
  }
  .common__headingL--about .common__headingL__main .text {
    font-size: 2.6rem;
    padding: 0px 3px;
  }
  .common__headingL--about .common__headingL__main .number {
    font-size: 2.7rem;
    padding: 0px 3px;
  }
  .common__headingL--about .common__headingL__main::before, .common__headingL--about .common__headingL__main::after {
    top: 146px;
  }
  .common__headingL--campaign .common__headingL__main::before, .common__headingL--campaign .common__headingL__main::after {
    top: 164px !important;
  }
  .common__headingM {
    font-size: 2.0rem;
    margin: 40px auto 30px;
  }
  .common__headingS {
    font-size: 1.9rem;
  }
  .common__headingXS {
    font-size: 1.4rem;
    padding: 5px 10px;
    background: #000;
  }
  .common__headingXS span {
    padding: 0;
    height: auto;
    line-height: inherit;
    display: inline;
    border: 0;
  }
  .common__btn {
    margin-bottom: 10px;
  }
  .common__btn a {
    font-size: 1.6rem;
  }
  .common__btn--2col a .text {
    font-size: 1.1rem;
  }
  .common__btn--2col a .number {
    font-size: 1.8rem;
  }
  .common__btn--2col a .number::before {
    width: 18px;
    height: 14px;
  }
  .about__catch {
    font-size: 1.6rem;
  }
  .about__catch span {
    height: 45px;
    line-height: 37px;
    padding: 0 15px;
  }

  .about_issue{
    margin:25px 0 120px 0;
    padding: 0 15px 25px 15px;
  }
  .about_issue--content {
    display:block;
  }
  .about_issue--img {
    display:none;
  }
  .about_issue--list dt,
  .about_issue--list dd {
    padding-left: 30px;
  }

  .feature__content {
    margin-top: 20px;
  }
  .feature__number {
    font-size: 50px;
    top: -35px;
  }
  .feature__numbering {
    font-size: 5.0rem;
  }
  .feature__movie {
    margin: -15px auto 70px;
  }
  .feature__list {
    margin-top: 0px;
  }
  .caseStudy .common__col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .tablePrice th, .tablePrice td,
  .tableSpecification th, .tableSpecification td {
    font-size: 1.4rem;
    padding: 5px;
  }
  .tablePrice th {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .tablePrice::after {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
  .tablePrice .tablePrice__amount {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 10px 5px;
  }
  .tablePrice .tablePrice__amount__unit {
    font-size: 1.2rem;
  }
  .tablePrice .tablePrice__amount__tax {
    position: static;
  }
  .tablePrice .tablePrice__amount__taxPrice {
    font-size: 1.0rem;
  }
  .tableOption {
    text-align: center;
  }
  .tableOption td {
    display: block;
    padding: 10px 0 0 0;
  }
  .tableOption tr:first-child td {
    display: block;
    padding: 10px 0 0 0;
  }
  .tableOption tr:last-child td {
    padding: 10px 0 0 0;
  }
  .tableOption__item {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px 0 0 0 !important;
  }
  .tableOption__dot {
    display: none !important;
  }
  .tableOption__price {
    width: 100%;
    border-bottom: 1px solid #d80c18 !important;
    padding: 10px 0 15px 20px !important;
  }
  .tableOption__price__tax {
    position: static;
  }
  .tableOption__price__taxPrice {
    font-size: 1.2rem;
    text-align: center;
  }
  .tableOption tr:last-child td {
    padding: 15px 0 0 0 !important;
  }
  .trial__form iframe {
    height: 480px;
    border: 2px solid #C6C6C6;
  }
  .inquiry__catch {
    font-size: 2.4rem;
  }
  .siteFooter__logo img {
    width: 80px;
    height: 15px;
  }
  .siteFooter__copyright {
    font-size: 1.0rem;
  }
  .siteFooter__sns a i {
    font-size: 1.6rem;
  }
  .pageTop {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -50px;
    bottom: auto;
  }
  .floatingBanner__pc {
    display: none;
  }
  .floatingBanner__sp {
    display: inline-block;
    width: 100vw;
  }

  /*　キャンペーン用追加　------------------------- */
  .campaign__text--outline {
    font-size:2rem;
  }

  .campaign__text--outlineEm {
    font-size:2.2rem;
  }

}

@media screen and (min-width: 1980px) {
/* @media screen and (min-width: 1550px) { */
	.mainVisual__movie {
    min-height: 720px;
		/* min-height: 560px; */
		height: auto;
	}
	.mainVisual__movie video, .mainVisual__movie img.mainVisual__movie__hide {
		width: 100%;
		height: auto;
    min-height: 720px;
		/* min-height: 560px; */
	}
}

@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) {
  .fontNoto {
    font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .tableOption__detail {
    width: 100%;
  }
}
