@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: #454f49;
  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;
}

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: #383838;
  -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%;
  max-width: 1286px;
  margin: 0 auto;
  padding: 0px 20px;
  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;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 30px;
}

.siteHeader__gNav__menu__item a {
  text-decoration: none;
}

.siteHeader__gNav__menu__item a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.siteHeader__gNav__menu__item--inquiry {
  font-size: 1.6rem;
  color: #086eb0;
  margin-right: 0px;
}

.siteHeader__gNav__menu__item--inquiry a {
  display: block;
  background: #fdea68;
  border: solid 1px #fdea68;
  border-radius: 23px;
  height: 46px;
  padding: 8px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.siteHeader__gNav__menu__item--inquiry a:hover {
  color: #2291c7;
  background: #fced8a;
  border: solid 1px #fced8a;
}

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

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

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

.siteHeader__gNavSp {
  display: none;
}

/*================================================
  body
================================================*/
/* ---------------------------------------
  main visual
--------------------------------------- */
.particles {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 5;
}

.mainVisual {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.mainVisual::after {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  height: 710px;
  width: 100%;
  background-image: url(../img/main-visual_bg_2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
}

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

.mainVisual__text {
  width: 100%;
  color: #fff;
}

.mainVisual__text img {
  width: 100%;
  max-width: 320px;
  margin-bottom: 27px;
}

.mainVisual__text__title {
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.mainVisual__img {
  width: 100%;
  max-width: 700px;
  height: 455px;
  margin: 0 auto;
}

.mainVisual__img img {
  width: inherit;
  max-width: inherit;
}

/* ---------------------------------------
  common module
--------------------------------------- */
/*　フレックスボックス　------------------------- */
.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: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: 700;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}

.feature--green .common__headingL {
  color: #2db8b4;
}

.feature--blue .common__headingL {
  color: #0773ba;
}

.inquiry .common__headingL {
  color: #fff;
}

.common__headingL__number {
  display: inline-block;
  font-size: 7.6rem;
  font-weight: 700;
  margin: -30px 0 25px;
}

.feature--green .common__headingL__number {
  border-bottom: solid 5px #2db8b4;
}

.feature--blue .common__headingL__number {
  border-bottom: solid 5px #0773ba;
}

.common__headingL__text {
  display: block;
}

/*　中見出し　------------------------- */
.common__headingM {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  padding: 6px 20px 7px;
  margin: 70px auto 50px;
  position: relative;
}

.common__headingM:first-of-type {
  margin: 0 auto 50px;
}

.feature--green .common__headingM {
  background: -webkit-gradient(linear, left top, left bottom, from(#2db8b4), to(#21a7a3));
  background: linear-gradient(to bottom, #2db8b4, #21a7a3);
}

.feature--blue .common__headingM {
  background: -webkit-gradient(linear, left top, left bottom, from(#0773ba), to(#066cb0));
  background: linear-gradient(to bottom, #0773ba, #066cb0);
}

.common__headingM::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #21a7a3;
}

.feature--green .common__headingM::before {
  border-top: 15px solid #21a7a3;
}

.feature--blue .common__headingM::before {
  border-top: 15px solid #066cb0;
}

/*　小見出し　------------------------- */
.common__headingS {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 30px;
}

.common__headingS:first-of-type {
  margin: 0 auto 30px;
}

.common__headingS--textLeft {
  text-align: left;
}

.feature__wrap .common__headingS {
  margin-bottom: 20px;
}

/*　最小見出し　------------------------- */
.common__headingXS {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

/*　画像　------------------------- */
.common__img {
  width: 100%;
  margin-bottom: 30px;
}

.common__img img {
  width: inherit;
  border-radius: 10px;
}

.feature--blue .common__img img {
  border: solid 1px #b5b9b6;
}

/*　ポイント　------------------------- */
.common__point {
  margin: -95px auto 60px;
}

.common__point__item {
  text-align: center;
  width: 100%;
  height: 190px;
  max-width: 190px;
  background: #fdea68;
  border-radius: 95px;
  margin-right: 60px;
  position: relative;
}

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

.common__point__item__text {
  width: inherit;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.common__point__item__text--M {
  font-size: 2.2rem;
}

.common__point__item__text--L {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
}

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

.common__btn a {
  display: inline-block;
  font-size: 1.4rem;
  color: #454f49;
  font-size: 1.4rem;
  font-weight: bold;
  max-width: 220px;
  width: 100%;
  background: #fdea68;
  border-radius: 20px;
  padding: 8px 20px;
  text-decoration: none;
}

.inquiry .common__btn a {
  font-size: 2.2rem;
  color: #086eb0;
  max-width: 560px;
  padding: 15px 20px;
  border-radius: 35px;
}

.common__btn a:hover {
  color: #57645c;
  background: #fced8a;
}

.inquiry .common__btn a:hover {
  color: #2291c7;
}

.common__btn span {
  vertical-align: middle;
}

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

.inquiry .common__btn i {
  font-size: 2.8rem;
  padding-left: 20px;
}

/*　注意書き　------------------------- */
.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;
}

/*　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__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 20px 20px 250px;
}

.about__headingM {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
}

.about__wrap {
  border: solid 6px #ffd993;
  border-radius: 10px;
  padding: 60px 34px 34px;
  margin-bottom: 65px;
  position: relative;
}

.about__wrap__feature {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #2db8b4;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about__wrap__feature span {
  line-height: 1.2;
}

.about__wrap__feature__ja {
  font-size: 1.3rem;
  letter-spacing: 0.25em;
}

.about__wrap__feature__number {
  font-size: 3.2rem;
}

.about__wrap__icon {
  width: auto;
  height: 67px;
  text-align: center;
  margin-bottom: 40px;
}

.about__wrap__icon img {
  width: inherit;
  height: inherit;
}

.about__wrap__lead {
  min-height: 112px;
}

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

.feature--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#ebfcf7), to(#e5eef3));
  background: linear-gradient(to bottom, #ebfcf7, #e5eef3);
}

.feature--green::before {
  position: absolute;
  content: "";
  height: 103px;
  width: 100%;
  max-width: 1034px;
  background-image: url(../img/heading_green.svg);
  background-repeat: no-repeat;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feature--blue::before {
  position: absolute;
  content: "";
  height: 103px;
  width: 100%;
  max-width: 1034px;
  background-image: url(../img/heading_blue.svg);
  background-repeat: no-repeat;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feature__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0px 20px 240px;
}

#feature-4 .feature__inner {
  padding: 0px 20px 150px;
}

.feature__icon {
  width: 100%;
  max-width: 160px;
  margin: 0 auto 40px;
}

.feature__icon img {
  width: inherit;
  height: inherit;
}

.feature__wrap {
  text-align: center;
  background: #fdea68;
  border-radius: 10px;
  padding: 40px 40px 10px;
  margin-bottom: 20px;
}

.feature__wrap__balloon {
  color: #d50606;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.feature__wrap__balloon::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #d50606;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}

.feature__wrap__balloon::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #d50606;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}

.feature__wrap__price {
  background: #fff7bd;
  border-radius: 35px;
  height: 70px;
}

.feature__wrap__price span {
  display: inline-block;
  vertical-align: middle;
}

.feature__wrap__price__sub {
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 15px;
}

.feature__wrap__price__main {
  font-size: 3.6rem;
  font-weight: 700;
}

/* ---------------------------------------
  inquiry
--------------------------------------- */
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 5;
}

.inquiry {
  width: 100%;
  color: #fff;
  text-align: center;
  background: url(../img/main-visual_bg_2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.inquiry__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 120px 20px;
  position: relative;
  z-index: 10;
}

.inquiry__interop {
  width: 140px;
  position: absolute;
  top: -73px;
  left: 20px;
}

.inquiry__interop img {
  width: 100%;
}

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

.siteFooter__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 41px 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: 20px;
}

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

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

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

.pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #002e4b;
  border: solid 1px #002e4b;
  border-radius: 5px;
  text-decoration: none;
}

.pageTop a:hover {
  background: #003b61;
  border: solid 1px #003b61;
}

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

@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 {
    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: #002e4b;
    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;
  }
  .common__headingL {
    font-size: 3.8rem;
  }
  .common__headingL__number {
    font-size: 6.0rem;
    margin: -20px 0 20px;
  }
  .common__headingL__number {
    font-size: 4rem;
    margin: -5px 0 20px;
  }
  .common__headingM {
    font-size: 3.0rem;
  }
  .common__headingS {
    font-size: 2.2rem;
  }
  .common__headingXS {
    font-size: 2.0rem;
  }
  .fadeinUp {
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .about__inner {
    padding: 20px 20px 180px;
  }
  .about__wrap {
    padding: 60px 24px 34px;
  }
  .feature--green::before {
    height: 73px;
    max-width: 728px;
    top: -70px;
  }
  .feature--blue::before {
    height: 73px;
    max-width: 728px;
    top: -70px;
  }
  .feature__inner {
    padding: 0px 20px 170px;
  }
  .feature__wrap {
    padding: 25px 20px 5px;
  }
  .feature__wrap__price {
    border-radius: 45px;
    height: 90px;
    line-height: 40px;
  }
  .feature__wrap__price span {
    display: block;
  }
  .feature__wrap__price__main {
    font-size: 3.0rem;
  }
  .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;
  }
}

@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::after {
    height: 450px;
  }
  .mainVisual__text img {
    max-width: 240px;
    margin-bottom: 15px;
  }
  .mainVisual__text__title {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  .mainVisual__img {
    max-width: 354px;
    height: 230px;
    margin: 0 auto 10px;
  }
  .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 {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  .common__headingM {
    font-size: 2.0rem;
  }
  .common__headingS {
    font-size: 1.8rem;
  }
  .common__headingXS {
    font-size: 1.6rem;
  }
  .common__img {
    margin-bottom: 10px;
  }
  .common__point {
    margin: -35px auto 20px;
  }
  .common__point__item {
    height: 50px;
    max-width: 300px;
    margin: 0 auto 20px !important;
  }
  .common__point__item__text--M {
    font-size: 1.8rem;
  }
  .common__point__item__text--L {
    font-size: 2.0rem;
  }
  .about__inner {
    padding: 20px 20px 130px;
  }
  .about__headingM {
    font-size: 2.0rem;
    margin-bottom: 80px;
  }
  .about__wrap {
    margin-bottom: 65px;
  }
  .feature .about__wrap {
    padding: 30px 24px 0px;
  }
  .about__wrap__feature__number {
    font-size: 2.6rem;
  }
  .about__wrap__lead {
    min-height: auto;
  }
  .feature--green::before {
    height: 32px;
    max-width: 320px;
    top: -30px;
  }
  .feature--blue::before {
    height: 32px;
    max-width: 320px;
    top: -30px;
  }
  .feature__inner {
    padding: 0px 20px 120px;
  }
  #feature-4 .feature__inner {
    padding: 0px 20px 120px;
  }
  .feature__icon {
    margin: 0px auto 25px;
  }
  .feature__wrap {
    margin-bottom: 10px;
  }
  .inquiry__inner {
    padding: 120px 20px 90px;
  }
  .inquiry__interop {
    width: 95px;
    top: -45px;
  }
  .siteFooter__inner {
    padding: 15px 20px 10px;
  }
  .siteFooter__logo img {
    width: 66px;
    height: 18px;
  }
  .siteFooter__sns a i {
    font-size: 1.8rem;
  }
  .pageTop a {
    width: 50px;
    height: 50px;
  }
}

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

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

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