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

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

h1 {
  font-size: 5.0rem;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 3.2rem;
}

h4 {
  font-size: 2.6rem;
}

h5 {
  font-size: 2.2rem;
}

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

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

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

main p {
  margin-bottom: 0;
}

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

main p + h2,
main p + h3 {
  margin-top: 35px;
}

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

main p + ul {
  margin-top: 10px;
}

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

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

main a {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

.siteHeader__inner {
  width: 100%;
  max-width: 1286px;
  margin: 0 auto;
  padding: 0 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.8;
}

/*　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 {
  color: #231815;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 30px;
}

.siteHeader__gNav__menu__item a {
  text-decoration: none;
}

.siteHeader__gNav__menu__item--inquiry {
  text-align: center;
  margin-right: 0;
}

.siteHeader__gNav__menu__item--inquiry a {
  color: #fff;
  display: block;
  background: #00b3bc;
  min-width: 200px;
  height: 43px;
  line-height: 43px;
  border-radius: 4px;
  padding: 0px 20px;
}

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

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

.siteHeader.transform .siteHeader__gNav__menu__item {
  color: #231815;
}

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

.siteHeader__gNavSp {
  display: none;
}

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

.mainVisual__inner {
  color: #fff;
  width: 100%;
  height: 688px !important;
  max-width: calc(1064px + 40px);
  height: inherit;
  margin: 0 auto;
  z-index: 2;
  padding: 0 20px 0;
  position: relative;
  z-index: 10;
}

.mainVisual__text {
  background: rgba(27, 29, 41, 0.6);
  width: 100%;
  max-width: 532px;
  padding: 40px 30px 30px;
}

.mainVisual__text__title {
  display: inline-block;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.18em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 40px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}

.mainVisual__text__title span {
  font-size: 4.2rem;
  margin: 0 8px;
}

.mainVisual__text__subTitle {
  color: #00b3bc;
  font-size: 3.0rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}

.mainVisual__text__catch {
  font-size: 2.0rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}

.mainVisual__text__lead {
  margin: 10px 0 20px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}

.mainVisual__ex {
  color: #231815;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 20px;
  border-radius: 4px;
}

.mainVisual__ex .common__col__2 {
  margin-bottom: 0 !important;
}

.mainVisual__ex__catch {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 10px;
}

.mainVisual__under {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  background: #00b3bc;
  padding: 15px 20px;
}

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

.column .common__inner {
  padding: 60px 20px;
}

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

.common__img + .common__col {
  margin-top: 60px;
}

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

.feature__content:nth-of-type(2n+1) > .common__col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.feature__content:nth-of-type(2n+1) > .common__col .common__col__2:first-child {
  margin-right: 0;
}

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

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

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

/*　大見出し　------------------------- */
.common__headingL {
  color: #231815;
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 50px;
}

.common__headingL span {
  color: #231815;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #231815;
  border-radius: 4px;
  padding: 1px 18px;
  letter-spacing: 0.075em;
}

.common__headingL--white {
  color: #fff;
}

.common__headingL--white span {
  color: #fff;
  border: 1px solid #fff;
}

/*　中見出し　------------------------- */
.common__headingM {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-left: 6px solid #231815;
  margin-bottom: 30px;
  padding: 0 0 5px 20px;
  position: relative;
}

.common__headingM--white {
  color: #fff;
  border-left: 6px solid #fff;
}

/*　小見出し　------------------------- */
.common__headingS {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-left: 6px solid #231815;
  margin-bottom: 20px;
  padding: 0 0 5px 20px;
  position: relative;
}

.common__headingS--white {
  color: #fff;
  border-left: 6px solid #fff;
}

/*　最小見出し　------------------------- */
.common__headingXS {
  color: #00b3bc;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.common__headingXS--subColor {
  color: #007777;
}

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

.common__btn a {
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  max-width: 530px;
  padding: 19px 30px 17px;
  border: 2px solid #00b3bc;
  border-radius: 4px;
  background: #00b3bc;
}

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

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

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

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

.common__btn--S a {
  font-size: 1.4rem !important;
  max-width: 200px !important;
  padding: 10px 30px !important;
  margin-top: 30px;
}

.common__btn--S a i::before {
  width: 9px;
  height: 9px;
}

.common__btn--white a {
  color: #00b3bc;
  background: #fff;
  border: 2px solid #fff;
}

.common__btn--white a i::before {
  border-top: 2px solid #00b3bc;
  border-right: 2px solid #00b3bc;
}

.common__btn--border a {
  background: none;
  border: 2px solid #fff;
}

/*　箇条書き　------------------------- */
.common__list {
  list-style: none;
  padding-left: 0;
}

.common__list li {
  position: relative;
  padding-left: 25px;
}

.common__list li:before {
  background-color: #efefef;
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 0.85rem;
  left: 0em;
  border-radius: 50%;
}

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

/*　注意書き　------------------------- */
.common__caution {
  color: rgba(35, 24, 21, 0.7);
  font-size: 1.4rem;
  font-weight: normal;
}

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

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

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

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

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

/*　枠　------------------------- */
.common__frame {
  background: #efefef;
  border-radius: 10px;
  padding: 25px 85px 35px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}

.common__frame__catch {
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

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

/*　区切り線　------------------------- */
.lineGray {
  border: 1px solid #efefef;
  margin: 55px 0;
}

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

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

.lisk ul {
  margin-bottom: 20px;
}

.lisk__catch {
  color: #007777;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.lisk__catch span {
  color: #fff;
  font-size: 1.5rem;
  background: #007777;
  display: inline-block;
  padding: 0 3px 0 10px;
  margin-right: 20px;
  position: relative;
}

.lisk__catch span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 15px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left-color: #007777;
  top: 0;
  right: -30px;
}

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

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

.solution__catch {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background: #007777;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 0 15px;
}

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

.inquiry__lead {
  font-size: 1.6rem;
  margin-top: -20px;
  margin-bottom: 60px;
}

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

.pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #00b3bc;
  border-radius: 4px;
  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: 20px;
  height: 20px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 4.0rem;
  }
  h2 {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 3.0rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  h5 {
    font-size: 2.0rem;
  }
  main p + p {
    margin-top: 15px;
  }
  main p + h2,
  main p + h3 {
    margin-top: 30px;
  }
  main p + h4 {
    margin-top: 15px;
  }
  table {
    margin-bottom: 40px;
  }
  table th {
    font-size: 1.4rem;
  }
  .only__pc {
    display: none;
    /* PCのみ表示・改行 */
  }
  .siteHeader__inner {
    padding: 0px 20px;
    height: 70px;
  }
  .siteHeader__logo img {
    height: 26px;
    width: 100px;
  }
  .siteHeader__gNav {
    display: none;
  }
  .siteHeader__gNavSp {
    display: block;
    color: #fff;
  }
  /*　ハンバガー　*/
  .siteHeader__gNavSp__toggle {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 32px;
    height: 26px;
  }
  .siteHeader__gNavSp__toggle span {
    width: 100%;
    height: 3px;
    display: block;
    background: #231815;
    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.transform .siteHeader__gNavSp__toggle span {
    background: #231815;
  }
  /*　メニュー　*/
  .siteHeader__gNavSp__menu {
    background: #00b3bc;
    padding: 10px;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: auto;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
  }
  .open .siteHeader__gNavSp__menu {
    visibility: visible;
    opacity: 1;
  }
  .siteHeader__gNavSp__menu__item {
    display: block;
    width: 100%;
    position: relative;
  }
  .siteHeader__gNavSp__menu__item a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 15px;
  }
  .siteHeader__gNavSp__menu__item a span {
    vertical-align: middle;
  }
  .siteHeader__gNavSp__menu__item a i {
    font-size: 1.0em;
    padding-left: 10px;
    vertical-align: middle;
  }
  .siteHeader__gNavSp__menu__item:last-child a {
    border-bottom: none;
  }
  .siteHeader__gNavSp__menu__item a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open {
    overflow: hidden;
  }
  .mainVisual__inner {
    height: 620px !important;
  }
  .mainVisual__text {
    max-width: 480px;
    padding: 35px 20px 25px;
  }
  .mainVisual__text__title {
    font-size: 4.6rem;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .mainVisual__text__title span {
    font-size: 4.0rem;
  }
  .mainVisual__text__subTitle {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .mainVisual__text__catch {
    font-size: 1.8rem;
  }
  .mainVisual__text__lead {
    font-size: 1.3rem;
  }
  .mainVisual__ex__catch {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .mainVisual__under {
    font-size: 3.0rem;
    padding: 10px 20px;
  }
  .mainVisual__under {
    font-size: 2.6rem;
    padding: 5px 20px;
  }
  .common__inner {
    width: 768px !important;
    padding: 60px 20px;
  }
  .common__col {
    margin-bottom: 40px;
  }
  .common__headingL span {
    font-size: 1.7rem;
  }
  .common__headingL {
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
  .common__headingM {
    font-size: 2.2rem;
    padding: 0 0 5px 15px;
    margin-bottom: 30px;
  }
  .common__headingS {
    font-size: 2.0rem;
    padding: 0 0 5px 15px;
    margin-bottom: 15px;
  }
  .common__headingXS {
    font-size: 1.7rem;
  }
  .common__headingXS {
    font-size: 1.6rem;
  }
  .common__btn a {
    font-size: 1.8rem;
    padding: 17px 25px 15px;
  }
  .common__btn--S a {
    margin-top: 15px;
  }
  .common__frame {
    padding: 25px 40px 30px;
  }
  .common__frame__catch {
    font-size: 2.6rem;
  }
  .fadeinUp {
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .lisk__catch {
    font-size: 1.6rem;
  }
  .lisk__catch span {
    font-size: 1.4rem;
    padding: 0 6px 0 8px;
  }
  .lisk__catch span::before {
    width: 28px;
    height: 28px;
    border: 14px solid transparent;
    border-left-color: #007777;
    right: -28px;
  }
  .inquiry__lead {
    margin-bottom: 50px;
  }
  .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__inner {
    height: auto !important;
    padding: 0 20px 30px;
  }
  .mainVisual__text__title {
    font-size: 3.7rem;
    margin-bottom: 20px;
  }
  .mainVisual__text__title span {
    font-size: 2.6rem;
    margin: 0 3px;
  }
  .mainVisual__text__subTitle {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .mainVisual__text__catch {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .common__inner {
    width: 100% !important;
    padding: 50px 20px;
  }
  .common__col {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common__col__2 {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .common__col__2:last-of-type {
    margin-bottom: 0;
  }
  .common__col__3 {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
  .common__col__3:last-of-type {
    margin-bottom: 0;
  }
  .common__headingL span {
    font-size: 1.6rem;
  }
  .common__headingL {
    font-size: 2.8rem;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  .common__headingM {
    font-size: 2.1rem;
  }
  .common__headingS {
    font-size: 1.9rem;
  }
  .common__btn a {
    font-size: 1.4rem;
  }
  .common__list li {
    padding-left: 20px;
  }
  .common__list li:before {
    width: 10px;
    height: 10px;
    top: 0.75rem;
  }
  .common__frame {
    padding: 25px;
  }
  .common__frame__catch {
    font-size: 2.2rem;
  }
  .lineGray {
    margin: 40px 0;
  }
  .siteFooter__inner {
    padding: 15px 20px 10px;
  }
  .siteFooter__logo img {
    width: 66px;
    height: 18px;
  }
  .siteFooter__sns a i {
    font-size: 1.8rem;
  }
  .pageTop {
    right: 10px;
    bottom: 10px;
  }
  .pageTop a {
    width: 50px;
    height: 50px;
  }
}

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

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

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