@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", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #0f0f0f;
  background: #fff;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.6;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.8rem;
}

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: 0;
}

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

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

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

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

table th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #005ab4;
}

/*================================================
  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: 30px;
}

.siteHeader__gNav__menu__item a {
  text-decoration: none;
}

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

.siteHeader__gNav__menu__item--inquiry a, .siteHeader__gNav__menu__item--trial a {
  display: block;
  background: #005ab4;
  border: solid 1px #005ab4;
  height: 36px;
  line-height: 36px;
  padding: 0px 25px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.siteHeader__gNav__menu__item--trial {
  color: #005ab4;
  margin-right: 20px;
}

.siteHeader__gNav__menu__item--trial a {
  background: #fff;
}

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

.siteHeader__gNavSp {
  display: none;
}

/*================================================
  body
================================================*/
/* ---------------------------------------
  main visual
--------------------------------------- */
.mainVisual {
  width: 100%;
  /* height: 720px; */
  height: 768px;
  margin: 0 auto;
  position: relative;
  /* background: #fff url(../img/main-visual_pc.jpg) no-repeat right bottom/cover; */
  background: #fff url(../img/main-visual_pc.jpg) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.mainVisual__text {
  width: 100%;
  color: #0f0f0f;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.mainVisual__text__subTitle {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
}

.mainVisual__text__title {
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  margin-bottom: 60px;
}

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

.mainVisual__text__logo {
  width: 100%;
  /* max-width: 360px; */
  max-width: 280px;
}

.mainVisual__text__catch {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.mainVisual__form {
  width: 30%;
  max-width: 370px;
  margin: 80px 20px 20px 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.25);
  box-shadow: 0px 0px 10px rgba(0,0,0,.25);
  overflow: hidden;
  padding: 20px 15px;
}

.mainVisual__form__title {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.mainVisual__form iframe {
  width: 100%;
  border: 0;
}



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

.common__inner--about {
  padding: 70px 20px;
}

.common__inner--banner {
  padding: 25px 0;
}

.common__inner--msTop {
  padding: 100px 20px 0;
}

.common__inner--msBottom {
  padding: 40px 20px 100px;
}

.common__inner--function {
  padding: 100px 20px 0;
}

.common__inner--issue {
  width: calc(1064px + 90px);
  text-align: center;
  padding: 60px 20px 0;
}

.common__inner--contents {
  padding: 70px 20px 30px;
}

.common__inner--voice {
  width: calc(1064px - 280px);
}

.common__inner--effect {
  padding: 100px 20px 30px;
}

/*　フレックスボックス　------------------------- */
.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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 70px;
}

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

.common__col + .common__col:nth-of-type(odd) .common__col__2 {
  margin-right: 0;
}

.common__col + .common__col:nth-of-type(odd) .common__col__2:nth-child(2n) {
  margin-right: 3.906%;
}

.common__col img {
  margin-bottom: 0 !important;
}

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

.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%;
}

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

/*　大見出し　------------------------- */
.common__headingL {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.8;
  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: -15px;
  width: 80px;
  border-bottom: 4px solid #005ab4;
}

.effect .common__headingL:after,
.inquiry .common__headingL:after {
  border-bottom: 4px solid #fff;
}

/*　中見出し　------------------------- */
.common__headingM {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.common__headingM span {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  font-style: italic;
  max-width: 120px;
  background: #005ab4;
  padding-bottom: 2px;
  margin: 0 auto 10px;
}

/*　小見出し　------------------------- */
.common__headingS {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 900;
  margin-bottom: 60px;
  position: relative;
  letter-spacing: 0.025em;
}

.common__headingS span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.common__headingS:after {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  bottom: -25px;
  width: 80px;
  border-bottom: 2px solid #005ab4;
}

.effect .common__headingS:after {
  border-bottom: 2px solid #fff;
}

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

.common__btn a {
  color: #005ab4 !important;
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  width: 100%;
  max-width: 560px;
  padding: 19px 30px 17px;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.common__btn--border a {
  color: #fff !important;
  background: none;
  border: 3px solid #fff;
}

.common__btn span {
  vertical-align: middle;
}

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

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

/*　吹き出し　------------------------- */
.common__balloon {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

.common__balloon::before {
  content: '';
  position: absolute;
  top: 58%;
  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: 58%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  right: 0;
}

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

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

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

.fontLato {
  font-family: 'Lato', sans-serif;
}

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

.common__img img {
  width: 100%;
  margin-bottom: 60px;
}

.common__img i {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #0f0f0f transparent;
  opacity: 0.8;
}

.common__img i::before {
  color: #fff;
  position: absolute;
  top: 27px;
  right: 5px;
  width: 16px;
  height: 16px;
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/*　背景　------------------------- */
.bgGray {
  background: #f2f5f8;
}

.bgblue {
  background: #f2f9ff;
}

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

/*　モーダルウィンドウ　------------------------- */
.modalContent {
  position: fixed;
  display: none;
  z-index: 12;
  margin: 0;
  background-color: transparent;
  text-align: center;
}

.modalContent iframe, .modalContent video {
  width: 720px;
  height: 405px;
  display: block;
  -webkit-box-shadow: 0px 0px 15px #494949;
          box-shadow: 0px 0px 15px #494949;
}

.modalContent img {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
  -webkit-box-shadow: 0px 0px 15px #494949;
          box-shadow: 0px 0px 15px #494949;
}

.modalOverlay {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(30, 30, 30, 0.75);
}

.modalOpen {
  position: relative;
}

.modalOpen:hover {
  cursor: pointer;
}

.modalClose {
  display: block;
  width: 50%;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 30px auto 0;
  padding: 10px 10px;
  text-decoration: none;
  border-radius: 4px;
  background: #005ab4;
}

.modalClose:hover {
  cursor: pointer;
}

/* ---------------------------------------
  about
---------------------------------------　*/
.about {
  width: 100%;
  color: #fff;
  text-align: center;
  background: #005ab4;
}

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

/*　スライダー　------------------------- */
.swiper-inner {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.swiper-container {
  position: relative;
  margin-bottom: 40px;
}

.swiper-container:before {
  content: "";
  display: block;
  padding-top: 33.6%;
}

.swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-wrapper img {
  width: 100%;
  height: auto;
}

.swiper-slide-prev {
  -webkit-transform: translate3d(-120px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
          transform: translate3d(-120px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
}

.swiper-slide-next {
  -webkit-transform: translate3d(120px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
          transform: translate3d(120px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
}

/*　btn　 */
.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1.8rem;
  color: #fff;
  background: #0f0f0f;
  opacity: 0.3;
  margin-right: 25px;
}

.swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #005ab4;
  opacity: 1;
}

/*　arrow　 */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/swiper-button-prev.svg);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/swiper-button-next.svg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 30px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 30px;
}

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

.function__issue {
  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;
  list-style: none;
  padding-left: 0;
}

.function__issue img {
  width: auto;
  max-height: 210px;
  margin-top: 30px;
}

.function__issue__item {
  width: 100%;
  max-width: 23.654%;
  margin-right: 1.795%;
  margin-bottom: 40px;
  min-height: 0%;
  position: relative;
}

.function__issue__item:nth-child(2n) {
  margin-top: 40px;
}

.function__issue__item:nth-child(4n) {
  margin-right: 0;
}

.function__issue__item a {
  text-decoration: none;
}

.function__issue__item a:hover * {
  opacity: 0.8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.function__issue__item__bubble {
  font-size: 1.5rem;
  background: #f2f7fb;
  padding: 30px 15px 20px;
  border-radius: 5px;
  position: relative;
}

.function__issue__item__bubble__number {
  position: absolute;
  color: #0080fc;
  font-size: 4.0rem;
  font-style: italic;
  top: -40px;
  left: 20px;
  z-index: 10;
}

.function__issue__item__bubble__text {
  z-index: 5;
}

.function__issue__item__bubble__text span {
  color: #00488d;
  font-weight: bold;
}

.function__issue__item__bubble::before {
  content: '';
  position: absolute;
  right: 40px;
  bottom: -30px;
  margin-right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 0;
  border-color: #f2f7fb transparent transparent transparent;
}

.function__issue__item__catch {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background: #0080fc;
  border-radius: 18px;
  padding: 3px 15px 4px;
  letter-spacing: 0.1em;
}

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

.voice__contents {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 55px;
}

.voice__contents: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;
}

.voice__contents:nth-of-type(even) .voice__contents__img {
  margin-right: 0;
}

.voice__contents:nth-of-type(even) .voice__contents__text {
  margin-right: 6.720%;
}

.voice__contents:nth-of-type(even) .voice__contents__text::after {
  left: auto;
  right: 0;
  border: 30px solid transparent;
  border-left-color: #fff;
  border-right: 0;
  border-bottom: 0;
  margin-right: -30px;
}

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

.voice__contents__img {
  max-width: 30.242%;
  margin-right: 6.720%;
  text-align: center;
  min-height: 0%;
}

.voice__contents__img img {
  width: 100%;
}

.voice__contents__text {
  max-width: 63.038%;
  background: #fff;
  border-radius: 5px;
  padding: 35px 40px;
  position: relative;
}

.voice__contents__text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  border-bottom: 0;
  margin-top: -15px;
  margin-left: -30px;
}

.voice__contents__catch {
  font-size: 2.4rem;
  font-weight: 900;
  color: #005ab4;
  margin-bottom: 15px;
}

/* ---------------------------------------
  effect
--------------------------------------- */
.effect {
  color: #fff;
  width: 100%;
  background: url(../img/effect_bg.jpg), -webkit-gradient(linear, left top, right top, from(#0080fc), to(#1188fb));
  background: url(../img/effect_bg.jpg), linear-gradient(to right, #0080fc, #1188fb);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

.spec__heading {
  font-size: 2.0rem;
  font-weight: 700;
}

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

.campaign__box {
  background: #fff;
  width: 100%;
  max-width: 920px;
  border-radius: 5px;
  padding: 40px 50px;
  margin: 0 auto;
}

.campaign__box p + p {
  margin-top: 20px;
}

.campaign__box .common__col {
  margin-bottom: 0;
}

.campaign__catch {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.025em;
  position: relative;
}

.campaign__catch span {
  display: inline-block;
  position: relative;
  padding: 0 45px;
}

.campaign__catch span::before {
  content: '';
  position: absolute;
  top: 57%;
  display: inline-block;
  width: 35px;
  height: 3px;
  background-color: #0f0f0f;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  left: 0;
}

.campaign__catch span::after {
  content: '';
  position: absolute;
  top: 57%;
  display: inline-block;
  width: 35px;
  height: 3px;
  background-color: #0f0f0f;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  right: 0;
}

.campaign__subCatch {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  color: #005ab4;
  margin-bottom: 30px;
}

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



/* ---------------------------------------
  inquiry
--------------------------------------- */
.inquiry {
  color: #fff;
  width: 100%;
  text-align: center;
  background: url(../img/inquiry_bg.jpg), -webkit-gradient(linear, left top, right top, from(#005ab4), to(#0080fc));
  background: url(../img/inquiry_bg.jpg), linear-gradient(to right, #005ab4, #0080fc);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.inquiry__text {
  margin-bottom: 50px;
}

/* ---------------------------------------
  floating banner
---------------------------------------　*/
.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: 3px;
  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: #fff;
}

/*================================================
  footer
================================================*/
#siteFooter {
  color: #fff;
  background: #0f0f0f;
  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--offBaner {
  position: fixed !important;
  bottom: 10px !important;
  top: auto !important;
}

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

.pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #0080fc;
  border-radius: 5px;
  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, table td {
    padding: 15px 20px;
  }
  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: #0f0f0f;
    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: #005ab4;
    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 {
    height: 590px;
  }
  .mainVisual__inner {
    /* padding: 120px 20px 0; */
    max-width: 400px;
  }
  .mainVisual__text__subTitle {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .mainVisual__text__title {
    font-size: 3.4rem;
  }
  .mainVisual__text__title span {
    font-size: 3.0rem;
  }
  .mainVisual__text__logo {
    max-width: 250px;
  }
  .mainVisual__text__catch {
    font-size: 1.6rem;
  }
  .mainVisual__form {
    margin: 80px 30px 20px 0;
    padding: 10px 5px 30px;
  }
  .mainVisual__form__title {
    font-size: 2.4rem;
  }
  .common__inner {
    width: 768px;
    padding: 80px 20px;
  }
  .common__inner--about {
    padding: 50px 20px;
  }
  .common__inner--banner {
    padding:25px 0;
  }
  .common__inner--msTop {
    padding: 80px 20px 0;
  }
  .common__inner--msBottom {
    padding: 30px 20px 80px;
  }
  .common__inner--function {
    padding: 80px 20px 0;
  }
  .common__inner--issue {
    padding: 40px 20px;
  }
  .common__inner--contents {
    padding: 20px 20px 10px;
  }
  .common__inner--effect {
    padding: 80px 20px 10px;
  }
  .common__headingL:after {
    bottom: -20px;
  }
  .common__headingL {
    font-size: 3.2rem;
  }
  .common__headingM {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .common__headingM span {
    font-size: 1.6rem;
  }
  .common__headingS {
    font-size: 2.0rem;
    margin-bottom: 40px;
  }
  .common__headingS span {
    font-size: 1.8rem;
  }
  .common__headingS:after {
    bottom: -15px;
  }
  .common__btn a {
    font-size: 1.8rem;
  }
  .common__img img {
    margin-bottom: 30px;
  }
  .fadeinUp {
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .swiper-slide-prev {
    -webkit-transform: translate3d(-80px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
            transform: translate3d(-80px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
  .swiper-slide-next {
    -webkit-transform: translate3d(80px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
            transform: translate3d(80px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
  .function__issue__item {
    max-width: 48.5%;
    margin-right: 3%;
  }
  .function__issue__item:nth-child(2n) {
    margin-right: 0;
  }
  .function__issue__item__bubble {
    padding: 20px 15px 15px;
  }
  .voice__contents__catch {
    font-size: 2.0rem;
  }
  .campaign__catch {
    font-size: 3.2rem;
  }
  .campaign__box {
    padding: 30px 40px;
  }
  .floatingBanner__pc {
    width: 230px;
  }
  .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 {
    height: 667px;
    background: #fff url(../img/main-visual_sp.jpg) no-repeat center center/cover;
  }
  .mainVisual__inner {
    padding: 85px 20px 0;
    max-width: 100%;
    margin-right: 0;
  }
  .mainVisual__text {
    text-align: center;
  }
  .mainVisual__text__subTitle {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .mainVisual__text__title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .mainVisual__text__title span {
    font-size: 2.4rem;
  }
  .mainVisual__text__logo {
    max-width: 220px;
    margin: 0 auto;
  }
  .mainVisual__text__catch {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .mainVisual__form {
    display: none;
  }
  .common__inner {
    width: 100%;
    padding: 60px 20px;
  }
  .common__inner--about {
    padding: 40px 20px;
  }
  .common__inner--banner {
    padding:0;
    line-height:0;
  }
  .common__inner--msTop {
    padding: 60px 20px 0;
  }
  .common__inner--msBottom {
    padding: 20px 20px 60px;
  }
  .common__inner--function {
    padding: 60px 20px 0;
  }
  .common__inner--issue {
    padding: 20px;
  }
  .common__inner--contents {
    padding: 10px 20px 20px;
  }
  .common__inner--effect {
    padding: 60px 20px 40px;
  }
  .common__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .common__col:last-of-type {
    margin-bottom: 0;
  }
  .common__col + .common__col:nth-of-type(odd) .common__col__2:nth-child(2n) {
    margin-right: 0;
  }
  .common__col__2 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .common__col__3 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .common__headingL {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
  .common__headingS span {
    font-size: 1.6rem;
  }
  .common__btn a {
    font-size: 1.4rem;
  }
  .modalContent iframe, .modalContent video {
    width: 400px;
    height: 270px;
  }
  .about {
    text-align: left;
  }
  .swiper-container {
    margin-bottom: 25px;
  }
  .swiper-container:before {
    padding-top: 67.3%;
  }
  .swiper-slide-prev {
    -webkit-transform: translate3d(-40px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
            transform: translate3d(-40px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
  .swiper-slide-next {
    -webkit-transform: translate3d(40px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
            transform: translate3d(40px, 0px, -250px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 10px;
    width: 20px;
    height: 33px;
    margin-top: -16px;
    background-size: 20px 33px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 10px;
    width: 20px;
    height: 33px;
    margin-top: -16px;
    background-size: 20px 33px;
  }
  .function__issue__item {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .voice__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voice__contents:nth-of-type(even) .voice__contents__text {
    margin-right: 0;
  }
  .voice__contents:nth-of-type(even) .voice__contents__text::after {
    left: 60%;
  }
  .voice__contents__img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .voice__contents__img img {
    max-width: 70%;
  }
  .voice__contents__text {
    max-width: 100%;
    margin-right: 0;
  }
  .voice__contents__text::after {
    bottom: auto;
    top: -5px;
    left: 50%;
  }
  .voice__contents__catch {
    font-size: 1.8rem;
  }
  .spec__heading {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .campaign__catch {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .campaign__catch span::before,
  .campaign__catch span::after {
    top: 70%;
  }
  .campaign__box {
    padding: 25px 30px;
  }
  .floatingBanner__pc {
    display: none;
  }
  .floatingBanner__sp {
    display: inline-block;
    width: 100vw;
  }
  .siteFooter__inner {
    padding: 15px 20px 10px;
  }
  .siteFooter__logo img {
    width: 66px;
    height: 18px;
  }
  .siteFooter__sns a i {
    font-size: 1.8rem;
  }
  .pageTop {
    position: absolute;
    right: 10px;
    bottom: 10px;
    top: -60px;
    bottom: auto;
  }
  .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) {
  .siteHeader__gNav__menu__item--trial a .siteHeader__gNav__menu__item--trial__inner span {
    background: none;
    color: #1188fb;
  }
  .fontNoto {
    font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  }
}
