@charset "UTF-8";
.display-none {
  display: none !important; }

@media screen and (max-width: 320px) {
  .display-none-sss {
    display: none !important; } }
@media screen and (max-width: 480px) {
  .display-none-ss {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .display-none-s {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .display-none-l {
    display: none !important; } }
@media screen and (min-width: 1300px) {
  .display-none-ll {
    display: none !important; } }
@media screen and (min-width: 1000px) {
  .display-none-m {
    display: none !important; } }
html {
  font-size: 62.5%; }

body {
  color: #231823;
  -webkit-font-smoothing: antialiased;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 1.4rem; }

@media screen and (min-width: 769px) {
  html {
    min-width: 1000px; } }

@font-face {
  font-family: 'ShinGoPro';
  src: url("../fonts/A-OTF-ShinGoPro-Regular.otf") format("truetype"); }
@font-face {
  font-family: 'ShinGoPro_b';
  src: url("../fonts/A-OTF-ShinGoPro-Bold.otf") format("truetype"); }
@font-face {
  font-family: 'RoGSanSrf';
  src: url("../fonts/RoGSanSrfStd-Bd.otf") format("truetype"); }
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DINMedium.ttf") format("truetype"); }
.shinGoPro {
  font-family: 'ShinGoPro'; }

.shinGoPro_b {
  font-family: 'demandBtn'; }

.roGSanSrf {
  font-family: 'RoGSanSrf'; }

.din {
  font-family: 'DIN'; }

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

img {
  width: 100%; }

@media screen and (max-width: 768px) {
  img {
    max-width: 100%; } }
p {
  letter-spacing: 0.1em;
  line-height: 180%; }

.demandBtn {
  width: 485px;
  padding: 10px 0;
  background-color: #00ab8a;
  display: block;
  color: #fff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
  .demandBtn--style--inSticky {
    font-size: 20px;
    padding: 6px 0;
    width: 320px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .demandBtn--style--inSticky {
        margin: 8px auto 0 !important;
        font-size: 12px !important; }
        .demandBtn--style--inSticky span {
          width: 20px !important; }
        .demandBtn--style--inSticky img {
          height: 12px;
          width: auto !important; } }
  @media screen and (max-width: 768px) {
    .demandBtn {
      width: 92%;
      font-size: 16px;
      display: block;
      margin: 0 auto; } }
  .demandBtn span {
    width: 52px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.text__orange {
  color: #de6d00;
  font-weight: bold; }

.text__bold {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none; } }

.spOnly {
  display: none; }
  @media screen and (max-width: 768px) {
    .spOnly {
      display: block; } }

.header .sliderWrap {
  position: relative;
  /*&:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000),linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000);
    background-position: 0 0, 2px 2px;
    background-size: 4px 4px;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 97;
  }*/ }
  .header .sliderWrap:before {
    content: "";
    width: 100%;
    box-sizing: border-box;
    border-bottom: 125px #fff solid;
    border-right: 500px transparent solid;
    border-left: 500px transparent solid;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 98; }
    @media screen and (min-width: 1000px) {
      .header .sliderWrap:before {
        border-right: 50vw transparent solid;
        border-left: 50vw transparent solid; } }
    @media screen and (max-width: 768px) {
      .header .sliderWrap:before {
        border-bottom: 13vw #fff solid;
        border-right: 50vw transparent solid;
        border-left: 50vw transparent solid; } }
  .header .sliderWrap img {
    display: block; }
.header__top {
  margin: 0 auto;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 99; }
  .header__top img {
    width: 120px; }
  @media screen and (max-width: 768px) {
    .header__top {
      top: 10px;
      right: 20px; } }
  .header__top img {
    width: 120px; }
    @media screen and (max-width: 768px) {
      .header__top img {
        width: 60px; } }
.header__contents {
  min-width: 1000px;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 99;
  margin: auto; }
  @media screen and (min-width: 1000px) {
    .header__contents {
      top: 4vw; } }
  @media screen and (max-width: 768px) {
    .header__contents {
      transform: translate3d(0px, 0px, 100px);
      min-width: auto;
      position: relative;
      top: 0;
      margin-top: -22vw; } }
  .header__contents h2 {
    font-size: 24px;
    margin-bottom: 95px;
    letter-spacing: 0.2em;
    text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px,#fff 1px -1px 2px, #fff -1px -1px 2px;
    font-weight: bold; }
    @media screen and (min-width: 1000px) {
      .header__contents h2 {
        font-size: 2.4vw;
        margin-bottom: 5.4vw;/*margin-bottom: 9.4vw; トップのキャッチフレーズを2段にしたので調整 20211112 kato*/
         } }   
    /*タブレット用にも調整追加 20211112 kato*/
    @media screen and (max-width: 999px) and (min-width: 769px) {
      .header__contents h2 {
        margin-bottom: 4.4vw;
         } }
    @media screen and (max-width: 768px) {
      .header__contents h2 {
        font-size: 16px;
        margin: 15px 0 0 0; } }
    .header__contents h2 span {
      -webkit-text-emphasis: filled dot #de6d00;
      text-emphasis: filled dot #de6d00; }
  .header__contents .header__logo {
    width: 240px; }
    @media screen and (min-width: 1000px) {
      .header__contents .header__logo {
        width: 24vw; } }
    @media screen and (max-width: 768px) {
      .header__contents .header__logo {
        width: 55%; } }
  /* ===== 20201216 kato S 称号TOPに追加 ===== */
  .header__shogo {
    width: 200px;
    position: relative;
  }
  @media screen and (min-width: 1000px) {
    .header__shogo {/*PCは右上に称号*/
      width: 18vw;  
      position: absolute;
      top: 0px;
      left: 25px;
    } 
  }
  @media screen and (max-width: 999px) and (min-width: 769px) {
    .header__shogo {
      width: 20vw;  
      position: absolute;
      top: 0px;
      left: 25px;
    } 
  }
  @media screen and (max-width: 768px) and (min-width: 320px) {
    .header__shogo {
      width: 24vw;  
      position: absolute;
      top: 0px;
      left: 25px;
    } 
  }
  /* ===== 20201216 kato E 称号TOPに追加 ===== */


.header .demandBtn {
  margin: 10px auto 0 auto; }
  @media screen and (max-width: 768px) {
    .header .demandBtn {
      margin: 30px auto 0 auto; } }
.header__list {
  width: 100%;
  margin: 60px auto 80px auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .header__list {
      margin: 50px auto 60px;
      width: 92%; } }
  .header__list li {
    display: inline-block;
    text-align: left;
    color: #004481;
    margin-right: 10px; }
    .header__list li:last-child {
      margin: 0; }
    @media screen and (max-width: 768px) {
      .header__list li {
        width: 100%;
        float: none;
        margin: 0 auto 25px; } }
    .header__list li img {
      width: 160px;
      float: left; }
      @media screen and (max-width: 768px) {
        .header__list li img {
          width: 50%;
          float: none;
          margin: 0 auto;
          display: block;
          } }
  .header__list__text {
    float: left;
    margin: 20px 0 0 -10px; }
    @media screen and (max-width: 768px) {
      .header__list__text {
        float: none;
        margin: 0;
        text-align: center; } }
    .header__list__text h2 {
      width: 80px;
      margin-bottom: 10px;
      padding-bottom: 3px;
      font-size: 24px;
      font-weight: bold;
      text-align-last: justify;
      background: linear-gradient(transparent 80%, #ffd3b1 80%); }
      @media screen and (max-width: 768px) {
        .header__list__text h2 {
          margin: 0 auto 10px auto; } }
.header__bottom img {
  display: block; }

.partner {
  background-color: #004481;
  text-align: center;
  padding: 35px 0 55px 0; }
  .partner p {
    color: #fff;
    border-bottom: 2px #de6d00 solid;
    display: inline-block;
    margin-bottom: 50px; }
  .partner li {
    display: inline-block;
    margin-right: 100px; }
    .partner li:last-child {
      margin: 0; }
    @media screen and (max-width: 768px) {
      .partner li {
        display: block;
        margin: 0 0 20px 0; } }
    .partner li img {
      width: auto;
      height: 40px; }

.concept1 {
  background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/img02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .concept1 {
      padding: 40px 0;
      line-height: 150%; } }
  .concept1 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 769px) {
      .concept1 h2 {
        background: linear-gradient(transparent 80%, rgba(222, 109, 0, 0.3) 80%); } }
    @media screen and (max-width: 768px) {
      .concept1 h2 {
        font-size: 16px;
        padding: 0 10px;
        line-height: 150%; } }
    .concept1 h2 span {
      font-size: 36px;
      color: #de6d00; }
      @media screen and (max-width: 768px) {
        .concept1 h2 span {
          font-size: 24px; } }
  .concept1 p {
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .concept1 p {
        font-size: 16px;
        padding: 0 10px; } }
.concept2 {
  background-color: #fff; }
  .concept2__text {
    text-align: center;
    padding: 130px 0 210px 0; }
    @media screen and (max-width: 768px) {
      .concept2__text {
        padding: 65px 0 100px 0; } }
    .concept2__text h2 {
      font-size: 32px;
      letter-spacing: 0.1em;
      display: inline-block;
      line-height: 150%;
      border-bottom: 2px #de6d00 solid;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .concept2__text h2 {
          font-size: 16px; } }
    .concept2__text p {
      line-height: 200%; }
      @media screen and (max-width: 768px) {
        .concept2__text p {
          width: 92%;
          margin: 0 auto; } }
.concept3 {
  padding: 35px 15% 160px 15%;
  background-color: #f1f6f9;
  margin-top: -45px;
  transform: skewy(4deg);
  margin-top: -45px; }
  @media screen and (max-width: 768px) {
    .concept3 {
      padding: 60px 4% 65px; } }
  .concept3__box {
    transform: skewy(-4deg); }
    .concept3__box .trouble {
      position: relative;
      z-index: 999; }
      .concept3__box .troubleContents {
        width: 48%;
        border-radius: 30px;
        padding: 0 6% 60px 6%;
        box-sizing: border-box;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .concept3__box .troubleContents {
            width: 80%;
            margin: 200px auto;
            line-height: 150%; }
            .concept3__box .troubleContents:last-child {
              margin: 200px auto 0 auto; } }
        @media screen and (max-width: 480px) {
          .concept3__box .troubleContents {
            width: 100%; } }
        .concept3__box .troubleContents img {
          width: 65%;
          margin: -130px 0 10px 0;
          display: inline-block; }
        .concept3__box .troubleContents h2 {
          font-size: 38px;
          letter-spacing: 0.1em;
          display: inline-block;
          margin-bottom: 35px;
          padding: 0 5px 3px 5px; }
          @media screen and (max-width: 768px) {
            .concept3__box .troubleContents h2 {
              font-size: 26px; } }
        .concept3__box .troubleContents ul {
          text-align: left;
          font-weight: bold;
          list-style-type: disc;
          list-style-position: inside; }
          .concept3__box .troubleContents ul li {
            border-bottom: 1px #ccc solid;
            padding-bottom: 5px;
            margin-bottom: 6px; }
      .concept3__box .trouble .left {
        float: left;
        background-color: #d1e2ea; }
        @media screen and (max-width: 768px) {
          .concept3__box .trouble .left {
            float: none; } }
        .concept3__box .trouble .left h2 {
          color: #004481;
          background: linear-gradient(transparent 80%, #adcbdb 80%); }
        .concept3__box .trouble .left ul {
          list-style-image: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/check_blue.png); }
      .concept3__box .trouble .right {
        float: right;
        background-color: #f3e7db; }
        @media screen and (max-width: 768px) {
          .concept3__box .trouble .right {
            float: none; } }
        .concept3__box .trouble .right h2 {
          color: #de6d00;
          background: linear-gradient(transparent 80%, #f5d4b9 80%); }
        .concept3__box .trouble .right ul {
          list-style-image: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/check_orange.png); }
    .concept3__box .balloon {
      width: 760px;
      margin: 30px auto 0 auto;
      background-color: #004481;
      border-radius: 10px;
      color: #fff;
      text-align: center;
      padding: 24px 0;
      font-size: 26px;
      line-height: 160%;
      box-shadow: 5px 5px 0px rgba(0, 70, 127, 0.1);
      position: relative; }
      @media screen and (max-width: 768px) {
        .concept3__box .balloon {
          width: 100%;
          font-size: 16px; } }
      .concept3__box .balloon:after {
        content: "";
        border-top: 45px transparent solid;
        border-right: 35px transparent solid;
        border-bottom: 45px transparent solid;
        border-left: 35px #004481 solid;
        position: absolute;
        top: -45px;
        left: 205px;
        z-index: 999; }
        @media screen and (max-width: 768px) {
          .concept3__box .balloon:after {
            right: 2px;
            left: auto; } }
.concept4 {
  margin: -94px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .concept4 {
      margin: -30px 0; } }
  .concept4__text {
    width: 400px;
    position: absolute;
    top: 180px;
    right: 25px; }
    @media screen and (min-width: 1000px) {
      .concept4__text {
        top: 20vw;
        right: 10vw; } }
    .concept4__text h2 {
      font-size: 26px;
      line-height: 180%;
      margin-bottom: 10px; }
      .concept4__text h2 .dot {
        -webkit-text-emphasis: filled dot #231823;
        text-emphasis: filled dot #231823; }
.concept5 {
  width: 920px;
  margin: 0 auto;
  padding: 230px 0 180px 0; }
  @media screen and (max-width: 768px) {
    .concept5 {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .concept5 {
      width: 100%; } }
  .concept5__text {
    float: left;
    width: 580px;
    margin-top: 70px; }
    @media screen and (max-width: 768px) {
      .concept5__text {
        float: none;
        width: 90%;
        margin: 70px auto 0 auto;
        text-align: center; } }
    .concept5__text h2 {
      font-size: 42px;
      color: #de6d00;
      text-shadow: 4px 4px 0px rgba(222, 109, 0, 0.2);
      letter-spacing: 0.5em;
      display: inline-block;
      border-bottom: 2px #de6d00 solid;
      padding-bottom: 10px;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .concept5__text h2 {
          font-size: 24px; } }
    .concept5__text h3 {
      font-size: 32px;
      line-height: 180%;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .concept5__text h3 {
          font-size: 22px; } }
      .concept5__text h3 .dot {
        -webkit-text-emphasis: filled dot #231823;
        text-emphasis: filled dot #231823; }
    .concept5__text h4 {
      font-size: 28px;
      margin-bottom: 10px; }
      .concept5__text h4 .blue, .concept5__text h4 .orange {
        color: #fff;
        padding: 3px 10px;
        border-radius: 10px; }
      .concept5__text h4 .blue {
        background-color: #004481;
        margin-right: 5px; }
      .concept5__text h4 .orange {
        background-color: #de6d00;
        margin: 0 5px; }
      @media screen and (max-width: 768px) {
        .concept5__text h4 {
          font-size: 20px; } }
    @media screen and (max-width: 768px) {
      .concept5__text p {
        font-size: 16px; } }
  .concept5__img {
    float: left;
    width: 430px;
    margin-left: -90px; }
    @media screen and (max-width: 768px) {
      .concept5__img {
        float: none;
        width: 90%;
        margin: 50px auto 0 auto;
        display: block; } }

.peculiarity {
  background-color: #f1f6f9; }
  .peculiarity__ttl {
    background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/balloon01.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    font-size: 28px;
    color: #fff;
    padding: 43px 0 83px 0;
    line-height: 220%;
    margin-bottom: 120px;
    letter-spacing: 0.1em;
    text-align: center; }
    @media screen and (min-width: 1300px) {
      .peculiarity__ttl {
        padding: 3.3vw 0 6.4vw 0; } }
    @media screen and (max-width: 768px) {
      .peculiarity__ttl {
        font-size: 20px;
        line-height: 150%;
        padding: 30px 4% 45px;
        margin: 0 0 68px; } }
  .peculiarity__subTtl {
    font-size: 26px;
    text-align: center;
    color: #004481;
    margin-top: 80px;
    font-weight: bold;
    line-height: 220%; }
    @media screen and (max-width: 768px) {
      .peculiarity__subTtl {
        margin: 0;
        font-size: 16px;
        padding: 0 4%; } }
    .peculiarity__subTtl .line {
      padding-bottom: 10px;
      border-bottom: 2px #004481 solid; }
    .peculiarity__subTtl .dot {
      -webkit-text-emphasis: filled dot #004481;
      text-emphasis: filled dot #004481; }
  .peculiarityItem {
    padding: 140px 15% 215px 15%; }
    @media screen and (max-width: 768px) {
      .peculiarityItem {
        padding: 35px 4% 110px;
        } }
    .peculiarityItem__contents__text {
      width: 57%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .peculiarityItem__contents__text {
          width: 100%; } }
      .peculiarityItem__contents__text h2 {
        font-size: 28px;
        letter-spacing: 0.1em;
        line-height: 160%;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          .peculiarityItem__contents__text h2 {
            font-size: 20px; } }
      .peculiarityItem__contents__text .number {
        height: 155px;
        position: absolute;
        bottom: -65px;
        right: -25px; }
        @media screen and (max-width: 768px) {
          .peculiarityItem__contents__text .number {
            right: 0; } }
        .peculiarityItem__contents__text .number img {
          width: auto;
          height: 65%;
          }
    .peculiarityItem__contents__img {
      width: 35%; }
      @media screen and (max-width: 768px) {
        .peculiarityItem__contents__img {
          width: 100%;
          margin: 20px 0; } }
    .peculiarityItem__contents .left {
      float: left; }
      @media screen and (max-width: 768px) {
        .peculiarityItem__contents .left {
          float: none; } }
    .peculiarityItem__contents .right {
      float: right; }
      @media screen and (max-width: 768px) {
        .peculiarityItem__contents .right {
          float: none; } }
  .peculiarity .slantingContents {
    background-color: #fff;
    transform: skewy(4deg);
    margin: -45px 0;
    padding: 150px 15%; }
    @media screen and (max-width: 768px) {
      .peculiarity .slantingContents {
        padding: 75px 4% 110px;
        } }
    .peculiarity .slantingContents:last-child {
      padding: 150px 15% 250px 15%; }
      @media screen and (max-width: 768px) {
        .peculiarity .slantingContents:last-child {
          padding: 75px 4% 100px;
          } }
    .peculiarity .slantingContents .peculiarityItem__contents {
      transform: skewy(-4deg); }

.resolve {
  position: relative;
  text-align: center;
  padding-bottom: 160px; }
  @media screen and (max-width: 768px) {
    .resolve {
      padding-bottom: 50px; } }
  .resolve__ttl {
    background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/balloon01.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    font-size: 28px;
    color: #fff;
    padding: 43px 0 83px 0;
    line-height: 220%;
    margin-bottom: 120px;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 1300px) {
      .resolve__ttl {
        padding: 3.3vw 0 6.4vw 0; } }
    @media screen and (max-width: 768px) {
      .resolve__ttl {
        font-size: 20px;
        padding: 30px 4% 50px;
        margin-bottom: 30px; } }
    .resolve__ttl .dot {
      -webkit-text-emphasis: filled dot #fff;
      text-emphasis: filled dot #fff; }
  .resolve__topText {
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .resolve__topText {
        width: 92%;
        margin: 0 auto; } }
    .resolve__topText__ttl {
      width: 170px;
      margin: -40px auto 25px auto;
      transform: skewx(8deg);
      background-color: #004481;
      position: relative; }
      .resolve__topText__ttl:after {
        content: "";
        transform: skewx(-8deg);
        border-top: 15px transparent solid;
        border-right: 25px transparent solid;
        border-bottom: 15px transparent solid;
        border-left: 25px #004481 solid;
        position: absolute;
        bottom: -15px;
        left: 80px;
        z-index: 999; }
      .resolve__topText__ttl h2 {
        transform: skewx(-8deg);
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        padding: 14px 0;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 768px) {
          .resolve__topText__ttl h2 {
            font-size: 20px; } }
    .resolve__topText p {
      font-size: 26px; }
      @media screen and (max-width: 768px) {
        .resolve__topText p {
          font-size: 16px; } }
      .resolve__topText p .text__orange {
        border-bottom: 2px #de6d00 solid;
        padding-bottom: 0px; }/*8px 離れすぎなので*/
  .resolve__diagram {
    width: 60%;
    margin: 30px 0; }
    @media screen and (max-width: 768px) {
      .resolve__diagram {
        width: 100%;
        margin: 25px 0; } }
  .resolve__bottomText {
    width: 60%;
    padding: 50px 0;
    margin: 0 auto;
    background-color: #f1f6f9;
    border-radius: 200px; }
    @media screen and (max-width: 768px) {
      .resolve__bottomText {
        border-radius: 10px;
        width: 90%;
        padding: 2%; } }
    .resolve__bottomText h2 {
      font-size: 30px;
      line-height: 160%;
      letter-spacing: 0.1em;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .resolve__bottomText h2 {
          font-size: 16px;
          margin: 20px 0;
          line-height: 150%; } }
      .resolve__bottomText h2 .dot {
        -webkit-text-emphasis: filled dot #231823;
        text-emphasis: filled dot #231823; }
    .resolve__bottomText p {
      letter-spacing: 0;
      line-height: 220%;
      }
    /*2021118 kato 角丸四角箇所の文章を左寄せに指定（継承センターは読みづらい）*/
    .resolve__bottomText.innertext p {
      text-align:left;
      }

.tableContents {
  text-align: center;
  padding-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .tableContents {
      padding-bottom: 0; } }
  .tableContents__ttl {
    background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/balloon01.png) no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 32px;
    color: #fff;
    padding: 57px 0 95px 0;
    margin-bottom: 135px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .tableContents__ttl {
        font-size: 20px;
        line-height: 150%;
        padding: 30px 4% 45px;
        margin: 0 0 68px; } }
    .tableContents__ttl .dot {
      -webkit-text-emphasis: filled dot #fff;
      text-emphasis: filled dot #fff; }
  .tableContents h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .tableContents h2 {
        font-size: 24px;
        margin: 0 4%;
        line-height: 150%; } }
  .tableContents p {
    font-size: 24px;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .tableContents p {
        font-size: 16px;
        margin: 0 4% 40px; } }
  .tableContents .tableBox {
    /* width: 70%; */
    margin: 0 auto 75px auto;
    }
    @media screen and (max-width: 768px) {
      .tableContents .tableBox {
        width: 92%;
        margin: 0 auto;
        overflow: scroll; }
        .tableContents .tableBox img {
          width: 150%;
          max-width: 150%; } }
    @media screen and (max-width: 768px) and (max-width: 480px) {
      .tableContents .tableBox img {
        width: 200%;
        max-width: 200%; } }

    
    .tableContents .tableBox .key_table{
      /* margin-top: 40px; */
      min-width: 850px;
      margin:  0 auto;
    }
    .tableContents .tableBox .key_table tbody{
      display: inline-block;
      box-sizing: border-box;
    }
    .tableContents .tableBox .key_table tbody:first-child{
      padding-top: 2px;
    }
    .tableContents .tableBox .key_table img{
      height: 22px;
      width: 22px;
      display: block;
      margin: 0 auto;
    }
    .tableContents .tableBox .key_table span{
      font-size: 8px;
      color: gray;
    }
    .tableContents .tableBox .key_table .bg_blue td {
      background-color: #E4ECF3;
      text-align: center;
    }
    .tableContents .tableBox .key_table .table_col {
      color: rgba(255,255,255,0.7);
      background-color: #004588!important;
      width: 162px;
      background-image: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/table_bg.png);
      background-size:  cover;
      font-size:  10px;
      font-weight:  bold;
      border: 0px;
      line-height: 16px;
      letter-spacing: 1px;
      height: 60px;
    }
    .tableContents .tableBox .key_table tr {
      height: 60px;
      font-weight: 800;
    }
    .tableContents .tableBox .key_table .table_th {
      background-color: white;
      border: 1px solid;
      border-color: gray;
      width: 111.5px;
      vertical-align:  middle;
      font-weight: 800;
      border-right:  none;
    }
    .tableContents .tableBox .key_table td {
      background-color: white;
      height: 45px;
      border: 1px solid;
      border-color: gray;
      vertical-align: middle;
      border-right:  none;
    }
    .tableContents .tableBox .key_table .bg_blue {
      background-color: #E4ECF3; 
    }
    .tableContents .tableBox .key_table .border_o {
      border: 4px solid;
      border-radius: 3px;
      border-color: #D26700;
      width: 150px;
      z-index:  4;
      vertical-align: top;
      display: inline-block;
      box-sizing: border-box;
    }
    .tableContents .tableBox .key_table .border_o tr{
      height: auto;
      width: 140px;
      vertical-align: middle;
    }
    .tableContents .tableBox .key_table .border_o th{
      vertical-align: middle;
      height: 58px;
    }
    .tableContents .tableBox .key_table .border_o th > img{
      width: 90%!important;
      height: auto;
      vertical-align:  bottom;
    }
    .tableContents .tableBox .key_table .border_o img{
      width: 30px;
      height: 30px;
    }
    .tableContents .tableBox .key_table .border_o td{
      width: 140px;
      height: 59px;
      vertical-align: middle;
      border-left: none;
      border-right:  none;
      border-bottom:  none;
    }
    .tableContents .tableBox .key_table .bg_o td{
      background-color: #FBEDE0;
    }




  .tableContents .tableText {
    font-size: 12px;
    text-align: left;
    margin-bottom: 35px; }
  .tableContents ul {
    width: 58%;
    margin: 0 auto 35px auto; }
    @media screen and (max-width: 768px) {
      .tableContents ul {
        width: 92%; } }
    .tableContents ul li {
      width: 48%;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      background-color: #de6d00;
      border-radius: 50px;
      text-align: center;
      padding: 20px 0;
      display: inline-block;
      margin: 0 4% 20px 0;
      float: left; }
      @media screen and (max-width: 768px) {
        .tableContents ul li {
          font-size: 12px;
          margin: 5px;
          width: calc(100% - 10px); } }
      @media screen and (min-width: 769px) {
        .tableContents ul li:nth-child(even) {
          margin: 0; } }
  .tableContents h3 {
    display: inline-block;
    font-size: 28px;
    border-bottom: 2px #004481 solid;
    padding-bottom: 12px; }
    @media screen and (max-width: 768px) {
      .tableContents h3 {
        font-size: 24px;
        line-height: 150%; } }
    .tableContents h3 span {
      font-weight: bold;
      -webkit-text-emphasis: filled dot #231823;
      text-emphasis: filled dot #231823; }

.blueBackground {
  padding: 110px 22%; }
  @media screen and (max-width: 768px) {
    .blueBackground {
      padding: 140px 0;
      text-align: center; } }
  .blueBackground__left {
    float: left;
    width: 62%; }
    @media screen and (max-width: 768px) {
      .blueBackground__left {
        width: 92%;
        float: none;
        margin: 0 auto; } }
  .blueBackground .campaign {
    margin-top: 80px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .blueBackground .campaign {
        margin-bottom: 40px;
        margin-top: 20px; } }
    .blueBackground .campaign p {
      margin-top: 20px;
      font-size: 26px;
      color: #de6d00;
      font-style: italic;
      border-bottom: 2px #de6d00 solid;
      display: inline-block;
      line-height: 120%; }
      @media screen and (min-width: 1000px) {
        .blueBackground .campaign p {
          font-size: 2.5vw; } }
    .blueBackground .campaign h2 {
      font-size: 28px;
      color: #fff;
      text-align: left;
      line-height: 150%;
      margin-bottom: 20px; }
      .blueBackground .campaign h2 .dot {
        -webkit-text-emphasis: filled dot #fff;
        text-emphasis: filled dot #fff; }
  .blueBackground__right {
    float: right;
    width: 24%; }
    @media screen and (max-width: 768px) {
      .blueBackground__right {
        float: none;
        width: 36%; } }

.blueBackground__top {
  background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/background01.png) no-repeat;
  background-size: cover;
  background-position: center; }

.blueBackground__bottom {
  background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/background02.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

.demandContents {
  width: 60%;
  margin: 0 auto;
  padding: 70px 0;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 768px) {
    .demandContents {
      text-align: center;
      width: 100%;
      padding: 0 4% 70px;
      height: auto; } }
  @media screen and (max-width: 768px) {
    img.middle {
        max-width: 65%;
        display: block;
        margin: 0 auto;
        padding: 0 auto; } }
  .demandContents__box {
    margin-bottom: 50px; }
    .demandContents__box__left {
      float: left;
      font-size: 36px;
      letter-spacing: 0;
      line-height: 180%;
      padding-top: 100px;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        .demandContents__box__left {
          float: none;
          font-size: 24px;
          padding-top: 40px; } }
      .demandContents__box__left .dot {
        -webkit-text-emphasis: filled dot #231823;
        text-emphasis: filled dot #231823; }
      .demandContents__box__left .blue {
        color: #004481;
        border-bottom: 2px #004481 solid; }
    .demandContents__box__right {
      float: right;
      width: 42%; }
      @media screen and (max-width: 768px) {
        .demandContents__box__right {
          float: none;
          width: 100%;
          margin: 20px 0; } }
  .demandContents .demandBtn {
    margin: 0 auto; }

.function {
  padding: 100px 0;
  text-align: center;
  background-color: #f1f6f9; }
  @media screen and (max-width: 768px) {
    .function {
      padding: 100px 0 50px; } }
  .function__ttlIcon {
    width: 150px;
    margin: 0 auto 40px auto;
    transform: skewx(8deg);
    background-color: #00467f;
    position: relative; }
    .function__ttlIcon:after {
      content: "";
      transform: skewx(-8deg);
      border-top: 15px transparent solid;
      border-right: 20px transparent solid;
      border-bottom: 15px transparent solid;
      border-left: 20px #00467f solid;
      position: absolute;
      bottom: -15px;
      left: 65px;
      z-index: 99; }
    .function__ttlIcon p {
      transform: skewx(-8deg);
      font-size: 28px;
      font-weight: bold;
      color: #fff;
      padding: 10px 0;
      letter-spacing: 0.1em;
      line-height: 100%;
      position: relative;
      z-index: 999; }
  .function h2 {
    font-size: 32px;
    display: inline-block;
    background: linear-gradient(transparent 80%, rgba(222, 109, 0, 0.3) 80%);
    padding-bottom: 2px;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .function h2 {
        font-size: 16px; } }
  .function p {
    margin-bottom: 30px; }
  .function img {
    width: 65%; }
    @media screen and (max-width: 768px) {
      .function img {
        width: 92%; } }

.point .anxiety {
  background: url(https://remotelock.kke.co.jp/hubfs/lp/common_img/balloon02.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 79px 0 119px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 90px; }
  @media screen and (min-width: 1300px) {
    .point .anxiety {
      padding: 6.1vw 0 9.2vw 0; } }
  @media screen and (max-width: 768px) {
    .point .anxiety {
      padding: 34px 0 53px;
      margin-bottom: 45px; } }
  .point .anxiety h2 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 2px #fff solid;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .point .anxiety h2 {
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 20px; } }
  .point .anxiety ul {
    width: 85%;
    margin: 0 auto; }
    .point .anxiety ul li {
      width: 25%;
      float: left; }
      @media screen and (max-width: 768px) {
        .point .anxiety ul li {
          width: 92%;
          float: none;
          margin: 20px auto; } }
      @media screen and (min-width: 769px) {
        .point .anxiety ul li:nth-child(2) p {
          padding: 12px 0; } }
      .point .anxiety ul li img {
        width: auto;
        height: 115px;
        margin-bottom: 15px; }
      .point .anxiety ul li p {
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 150%; }
.point__ttl {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 180%;
  margin-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .point__ttl {
      font-size: 20px;
      margin: 0 4%; } }
.pointItem {
  width: 65%;
  margin: 0 auto 70px auto;
  border-bottom: 2px #717071 solid;
  padding-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .pointItem {
      width: 92%;
      margin: 0 auto 35px;
      padding-bottom: 35px; } }
  .pointItem:last-child {
    border: none;
    padding: 0;
    margin: 0 auto 85px auto; }
  .pointItem__text {
    width: 52%; }
    @media screen and (max-width: 768px) {
      .pointItem__text {
        width: 100%; } }
    .pointItem__text__ttl {
      border-bottom: 2px #de6d00 solid;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .pointItem__text__ttl {
          margin: 20px 0; } }
      .pointItem__text__ttl img {
        width: 115px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .pointItem__text__ttl img {
            margin: 0 auto 20px auto;
            display: block; } }
      .pointItem__text__ttl h2 {
        font-size: 26px;
        line-height: 150%; }
        @media screen and (max-width: 768px) {
          .pointItem__text__ttl h2 {
            font-size: 16px; } }
  .pointItem__img {
    width: 37%; }
    @media screen and (max-width: 768px) {
      .pointItem__img {
        width: 100%;
        margin: 15px auto; } }
  .pointItem .left {
    float: left; }
    @media screen and (max-width: 768px) {
      .pointItem .left {
        float: none; } }
  .pointItem .right {
    float: right; }
    @media screen and (max-width: 768px) {
      .pointItem .right {
        float: none; } }
  .pointItem .spOnly img{
    width: 60%;
    display: block;
    margin:  0 auto;
  }

.introduction {
  text-align: center; }
  .introduction h2 {
    font-size: 32px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .introduction h2 {
        font-size: 20px;
        padding: 0 4% 5px;
        margin-bottom: 50px; } }
  .introduction__top {
    background-color: #004481;
    padding: 200px 0 20px 0;
    margin-bottom: 280px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .introduction__top {
        padding: 20vw 0 0 0;
        margin-bottom: 130px; } }
    @media screen and (max-width: 480px) {
      .introduction__top {
        padding: 20vw 0 4vw 0; }
        .introduction__top h2 {
          margin: 0; } }
    .introduction__top:before {
      content: "";
      width: 100%;
      box-sizing: border-box;
      border-top: 125px #f1f6f9 solid;
      border-right: 500px transparent solid;
      border-left: 500px transparent solid;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (min-width: 1000px) {
        .introduction__top:before {
          border-right: 50vw transparent solid;
          border-left: 50vw transparent solid; } }
      @media screen and (max-width: 768px) {
        .introduction__top:before {
          border-top: 13vw #f1f6f9 solid;
          border-right: 50vw transparent solid;
          border-left: 50vw transparent solid; } }
    .introduction__top:after {
      content: "";
      width: 100%;
      box-sizing: border-box;
      border-top: 125px #004481 solid;
      border-right: 500px transparent solid;
      border-left: 500px transparent solid;
      position: absolute;
      bottom: -125px;
      left: 0; }
      @media screen and (min-width: 1000px) {
        .introduction__top:after {
          border-right: 50vw transparent solid;
          border-left: 50vw transparent solid; } }
      @media screen and (max-width: 768px) {
        .introduction__top:after {
          border-top: 13vw #004481 solid;
          border-right: 50vw transparent solid;
          border-left: 50vw transparent solid;
          bottom: -13vw; } }
    .introduction__top h2 {
      color: #fff;
      line-height: 150%; }
      .introduction__top h2 .dot {
        -webkit-text-emphasis: filled dot #fff;
        text-emphasis: filled dot #fff; }
      .introduction__top h2 .line {
        display: inline-block;
        margin-top: 10px;
        border-bottom: 2px #fff solid; }
  .introduction__ttl {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px #de6d00 solid;
    margin-bottom: 100px; }
  .introduction img {
    width: 68%;
    margin: 0 auto 80px auto; }
    @media screen and (max-width: 768px) {
      .introduction img {
        width: 92%;
        margin: 0 auto 40px; } }
  .introduction__bottom {
    width: 68%;
    margin: 0 auto 100px auto;
    text-align: left;
    padding-top: 20px;
    border-top: 2px #de6d00 solid;
    font-size: 12px;
    color: #717071; }
    .introduction__bottom p {
      margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .introduction__bottom {
        width: 92%;
        margin: 0 auto 50px; } }

.review {
  padding-top: 125px;
  background-color: #f1f6f9; }
  @media screen and (max-width: 768px) {
    .review {
      padding: 60px 0 0; } }
  .review__ttl {
    width: 600px;
    margin: 0 auto 30px auto;
    text-align: center;
    background-color: #004481;
    font-size: 26px;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 27px 0;
    border-radius: 5px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .review__ttl {
        width: 92%;
        font-size: 16px;
        padding: 27px 2%;
        margin: 0 auto 50px; } }
    .review__ttl:after {
      content: "";
      border-top: 35px transparent solid;
      border-right: 25px transparent solid;
      border-bottom: 35px transparent solid;
      border-left: 25px #004481 solid;
      position: absolute;
      bottom: -35px;
      left: 160px;
      z-index: 99; }
    .review__ttl h2 {
      position: relative;
      z-index: 999; }
  .reviewItem {
    width: 68%;
    margin: 0 auto 35px auto;
    padding: 40px 50px;
    box-sizing: border-box;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .reviewItem {
        width: 88%;
        margin: 35px auto;
        padding: 4%; } }
    .reviewItem__ttl {
      border-bottom: 2px #004481 solid;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .reviewItem__ttl h2 {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.1em;
        display: inline-block;
        margin-right: 5px; }
        @media screen and (max-width: 768px) {
          .reviewItem__ttl h2 {
            font-size: 16px;
            line-height: 150%;
            margin: 0 0 10px; } }
    .reviewItem__left {
      width: 70%;
      float: left; }
      @media screen and (max-width: 768px) {
        .reviewItem__left {
          float: none;
          width: 100%; } }
      .reviewItem__left .name {
        display: inline-block;
        margin: 0 10px 5px 0;
        font-size: 16px; }
      .reviewItem__left .valuation {
        display: inline-block;
        margin-bottom: 5px; }
        .reviewItem__left .valuation p {
          display: inline-block;
          font-size: 16px; }
        .reviewItem__left .valuation .star {
          display: inline-block; }
          .reviewItem__left .valuation .star i {
            font-size: 20px;
            color: #de6d00; }
    /*具体化した事例を追加　20220107 kato*/
    .reviewItem__left_detail {
      width: 65%;
      float: left; }
      @media screen and (max-width: 1024px) {/*768px*/
        .reviewItem__left_detail {
          float: none;
          width: 100%; } }
      .reviewItem__left_detail .name {
        display: inline-block;
        margin: 0 10px 5px 0;
        font-size: 16px; }
      .reviewItem__left_detail .valuation {
        display: inline-block;
        margin-bottom: 5px; }
        .reviewItem__left_detail .valuation p {
          display: inline-block;
          font-size: 16px; }
        .reviewItem__left_detail .valuation .star {
          display: inline-block; }
          .reviewItem__left_detail .valuation .star i {
            font-size: 20px;
            color: #de6d00; }
    .reviewItem__right {
      width: 15%;
      float: right;
      padding-top: 35px;
      box-sizing: border-box;
      position: relative; }
      @media screen and (max-width: 768px) {
        .reviewItem__right {
          display: none; }
      }
      .reviewItem__right img {
        width: auto;
        height: 150px;
        margin: 0 auto; }
    /*具体化した事例を追加　20220107 kato*/
    .reviewItem__right_detail {
      width: 30%;
      float: right;
      box-sizing: border-box;
      position: relative; }
      @media screen and (max-width: 1024px) {/*768px*/
        .reviewItem__right_detail {
          width: 100%;
          margin: 0 auto;
        } }

    /*具体化した事例の行間を修正　20220107 kato*/
    .reviewItem__left_p_br{
     margin-bottom:15px;
    }
    /*review内のh2のターゲット項目を定義　20220107 kato*/
    .reviewItem_h2_target{
      background-color:#DE6D00;
      color:#fff;/*白文字*/
      padding:10px 10px;
      margin-bottom:15px;
    }
    /*モバイルの場合事例文章内で行間調整　20220107 kato*/
    .reviewItem__left_p_br_spOnly{
      display:none;
    }
    @media screen and (max-width: 1024px) {/*768px*/
      .reviewItem__left_p_br_spOnly {
        display: block;
        margin-top:15px;
      } 
    }
  .review .moreBtn {
    width: 280px;
    margin: 0 auto 20px auto;
    padding: 5px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #004481;
    border: 2px #004481 solid;
    display: block; }
    @media screen and (max-width: 768px) {
      .review .moreBtn {
        width: 92%;
        margin: 0 auto 30px; } }
    .review .moreBtn i {
      font-size: 36px;
      margin-left: 10px;
      vertical-align: sub; }
  .review .moreContents {
    display: none; }
  .review__bottom {
    background-color: #fff;
    position: relative;
    padding: 215px 12% 0 12%; }
    @media screen and (max-width: 768px) {
      .review__bottom {
        padding: 40px 4% 100px 4%; } }
    .review__bottom:before {
      content: "";
      width: 100%;
      box-sizing: border-box;
      border-top: 125px #f1f6f9 solid;
      border-right: 500px transparent solid;
      border-left: 500px transparent solid;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (min-width: 1000px) {
        .review__bottom:before {
          border-right: 50vw transparent solid;
          border-left: 50vw transparent solid; } }
      @media screen and (max-width: 768px) {
        .review__bottom:before {
          border-top: 13vw #f1f6f9 solid;
          border-right: 50vw transparent solid;
          border-left: 50vw transparent solid; } }
    .review__bottom__left {
      float: left;
      margin-top: 50px; }
      @media screen and (max-width: 768px) {
        .review__bottom__left {
          margin: 25px auto 0 auto;
          float: none;
          text-align: center; } }
      .review__bottom__left h2 {
        font-size: 26px;
        letter-spacing: 0.1em;
        line-height: 150%;
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          .review__bottom__left h2 {
            font-size: 20px; } }
    .review__bottom__right {
      float: right;
      width: 430px; }
      @media screen and (max-width: 768px) {
        .review__bottom__right {
          float: none;
          width: 92%;
          margin: 40px 0 0; } }

.product {
  padding-top: 140px; }
  @media screen and (max-width: 768px) {
    .product {
      padding-top: 65px; } }
  .product__ttl {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 90px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .product__ttl {
        font-size: 20px; } }
  .productTop {
    width: 76%;
    margin: 0 auto 80px auto; }
    @media screen and (max-width: 768px) {
      .productTop {
        width: 92%; } }
    .productTop__left {
      width: 42%;
      padding-right: 8%;
      border-right: 2px #717071 solid;
      float: left; }
      @media screen and (max-width: 768px) {
        .productTop__left {
          width: 100%;
          float: none;
          padding: 0;
          margin: 0 0 25px;
          border: none; } }
    .productTop__right {
      width: 42%;
      float: right; }
      @media screen and (max-width: 768px) {
        .productTop__right {
          width: 100%;
          float: none;
          padding: 0; } }
    .productTop img {
      width: auto;
      margin: 0 auto 50px auto;
      display: block; }
      @media screen and (min-width: 769px) {
        .productTop img {
          height: 270px;
          width: auto !important; } }
    @media screen and (max-width: 768px) {
      .product img {
        max-width: 65%;
        display: block;
        margin: 0 auto;
        padding: 0 auto;} }}
    .productTop h2 {
      font-size: 32px;
      color: #004481;
      font-weight: bold;
      letter-spacing: 0.1em;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .productTop h2 {
          font-size: 24px;
          line-height: 150%; } }
      .productTop h2 span {
        color: #231823;
        font-size: 16px;
        display: block;
        margin-bottom: 10px; }
    .productTop p {
      line-height: 130%;
      margin-bottom: 10px; }
      .productTop p span {
        display: inline-block;
        vertical-align: top; }
  .productBottom {
    background-color: #f1f6f9;
    padding: 120px 12%; }
    @media screen and (max-width: 768px) {
      .productBottom {
        padding: 60px 4%; } }
    .productBottom__left {
      width: 33%;
      float: left; }
      @media screen and (max-width: 768px) {
        .productBottom__left {
          float: none;
          width: 100%; } }
    .productBottom__right {
      width: 60%;
      float: right; }
      @media screen and (max-width: 768px) {
        .productBottom__right {
          float: none;
          width: 100%; } }
      .productBottom__right h2 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-bottom: 15px; }
        .productBottom__right h2 span {
          font-size: 14px; }
      .productBottom__right h3 {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 10px; }
      .productBottom__right p {
        line-height: 150%;
        letter-spacing: 0;
        margin-bottom: 40px; }
      .productBottom__right table {
        width: 100%;
        text-align: center;
        box-sizing: border-box; }
        .productBottom__right table tr th {
          width: 33.33%;
          font-weight: normal;
          padding: 10px 0;
          border: 2px #717071 solid; }
        .productBottom__right table tr td {
          font-size: 18px;
          padding: 8px 0;
          border: 2px #717071 solid; }
          .productBottom__right table tr td:last-child {
            font-size: 16px; }

.question {
  width: 55%;
  margin: 100px auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .question {
      width: 92%;
      margin: 50px auto; } }
  .question__ttl {
    font-size: 24px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px #de6d00 solid;
    margin-bottom: 75px; }
    @media screen and (max-width: 768px) {
      .question__ttl {
        font-size: 18px;
        margin: 0 0 35px; } }
  .questionItem {
    text-align: left;
    border-bottom: 4px #f1f6f9 solid;
    padding: 10px 0 4px 75px; }
    @media screen and (max-width: 768px) {
      .questionItem {
        padding: 10px 0 4px 0; } }
    .questionItem:last-child {
      border: none; }
    .questionItem p {
      font-size: 14px; }
      .questionItem p span {
        display: inline-block;
        font-size: 22px;
        color: #004481;
        margin-right: 5px; }
    .questionItem__contents {
        cursor: default; /*20211118 kato pointerからデフォルトに*/ }
      .questionItem__contents p {
        float: left;
        width: 95%; }
      .questionItem__contents .arrowIcon {
        float: right;
        color: #717071;
        font-size: 34px; }
        @media screen and (max-width: 768px) {
          .questionItem__contents .arrowIcon {
            font-size: 24px; } }
        .questionItem__contents .arrowIcon .offButton, .questionItem__contents .arrowIcon .onButton {
          display: block; /*20211118 kato none非表示からblockに*/ }
        .questionItem__contents .arrowIcon .on {
          display: block; }
    .questionItem__answer {
      display: block; /*20211118 kato none非表示からblockに*/ }
      .questionItem__answer p {
        color: #de6d00;
        margin-top: 5px; }
        .questionItem__answer p span {
          color: #de6d00 !important; }

.contact {
  background-color: #de6d00;
  text-align: center; }
  .contact__top {
    background-color: #f1f6f9;
    padding: 70px 0; }
    .contact__topBtn {
      width: 600px;
      margin: 0 auto 30px auto;
      background-color: #00AB8A;/*20211117 kato #004481→ボタンを緑にしてアクション色統一*/
      padding: 16px 0 10px 0;
      font-size: 20px;
      color: #fff;
      display: block;
      border-radius: 5px; }
      @media screen and (max-width: 768px) {
        .contact__topBtn {
          width: 92%;
          font-size: 16px; } }
      @media screen and (max-width: 480px) {
        .contact__topBtn {
          font-size: 3vw; } }
      .contact__topBtn i {
        font-size: 34px;
        vertical-align: middle;
        margin-left: 12px; }
        @media screen and (max-width: 480px) {
          .contact__topBtn i {
            margin-left: 1vw; } }
    .contact__top h2 {
      font-size: 40px;
      margin-bottom: 10px;
      font-weight: bold;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        .contact__top h2 {
          font-size: 24px; } }
      .contact__top h2 span {
        width: 40px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle; }
  .contact__form {
    width: 67%;
    margin: 0 auto;
    padding: 120px 0 80px 0;
    color: #fff;
    /*ul {
      margin-bottom: 60px;
      li {
        width: 29%;
        float: left;
        font-size: 18px;
        font-weight: bold;
        border: 1px #fff solid;
        margin-right: 5%;
        box-sizing: border-box;
        letter-spacing: 0.1em;
        padding: 15px 0;
        position: relative;
        @include mq(s){
          float:none;
          width:100%;
        }
        @include mq(){
          &:last-child {
            margin-right: 3%;
          }
          &:before{
            content:"";
            box-sizing: border-box;
            border-top: 25px transparent solid;
            border-bottom: 25px transparent solid;
            border-left: 25px #fff solid;
            position: absolute;
            top: -1px;
            right: -26px;
          }
          &:after{
            content: "";
            box-sizing: border-box;
            border-top: 24px transparent solid;
            border-bottom: 24px transparent solid;
            border-left: 24px #de6d00 solid;
            position: absolute;
            top: 0px;
            right: -24px;
          }
          span {
            font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
            margin-right: 5px;
          }
        }
      }
      .active {
        background-color: #fff;
        color: #de6d00;
        @include mq(){
          &:after{
            content: "";
            box-sizing: border-box;
            border-top: 24px transparent solid;
            border-bottom: 24px transparent solid;
            border-left: 24px #fff solid;
            position: absolute;
            top: 0px;
            right: -24px;
          }
        }
      }
    }*/ }
    @media screen and (max-width: 768px) {
      .contact__form {
        width: 92%;
        padding: 60px 0 40px; } }
    .contact__form h2 {
      font-size: 28px;
      font-weight: bold;
      letter-spacing: 0.1em;
      border-bottom: 2px #fff solid;
      display: inline-block;
      padding-bottom: 15px;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .contact__form h2 {
          font-size: 20px;
          line-height: 150%; } }
    .contact__form h3 {
      font-size: 20px;
      margin-bottom: 75px;
      line-height: 180%; }
      @media screen and (max-width: 768px) {
        .contact__form h3 {
          font-size: 16px; } }
    .contact__formContents {
      background-color: #fff;
      border-radius: 15px;
      padding: 35px 75px 70px 75px;
      color: #231823;
      text-align: left;
      margin-bottom: 45px;
      max-width: 600px;
      margin: 0 auto; }
        .privacy__wrap h3{
          font-size: 24px;
          text-align: center;
          margin:  20px auto;
        }
        .privacy{
          width: auto;
          display: block;
          margin: 0 auto;
          border-radius: 5px;
          height: 150px;
          overflow-y: scroll;
          scroll-behavior: smooth;
          border: 1px solid gray;
          padding: 15px;
        }
        .privacy > h4{
          display: block;
          width: 100%;
          font-size: 16px;
          font-weight: bold;
          border-left: 5px #b6ada0 solid;
          margin: 20px 10px;
        }
        .privacy > p{
          display: block;
          width: 100%;
          float: none;
          margin: 10px auto;
          font-size: 9px;
        }
      @media screen and (max-width: 768px) {
        .contact__formContents {
          padding: 5%; } }
      .contact__formContentsItem {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px #a8a8a9 solid; }
        .contact__formContentsItem:last-child {
          margin: 0;
          padding: 0;
          border: none; }
        .contact__formContentsItem p {
          float: left;
          width: 27%; }
          @media screen and (max-width: 768px) {
            .contact__formContentsItem p {
              float: none;
              width: 100%; } }
          .contact__formContentsItem p span {
            font-size: 12px;
            margin-right: 5px; }
          .contact__formContentsItem p .orange {
            color: #de6d00; }
          .contact__formContentsItem p .blue {
            color: #004481; }
        .contact__formContentsItem input, .contact__formContentsItem textarea {
          float: left;
          width: 70%;
          height: 50px;
          box-sizing: border-box;
          font-size: 20px;
          padding: 0 20px;
          border-radius: 5px;
          border: 1px #a8a8a9 solid; }
          @media screen and (max-width: 768px) {
            .contact__formContentsItem input, .contact__formContentsItem textarea {
              font-size: 16px;
              float: none;
              width: 100%; } }
        .contact__formContentsItem .column2 {
          width: 28%;
          margin-right: 3%; }
          @media screen and (max-width: 768px) {
            .contact__formContentsItem .column2 {
              width: 44%; } }
        .contact__formContentsItem textarea {
          height: 180px;
          padding: 12px 20px; }
    .contact__form button {
      width: 420px;
      margin: 0 auto;
      padding: 6px 0;
      border: 2px #fff solid;
      background-color: #de6d00;
      border-radius: 5px;
      color: #fff;
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .contact__form button {
          font-size: 18px;
          width: 92%; } }
      .contact__form button i {
        font-size: 34px;
        vertical-align: middle;
        margin-left: 12px; }
        @media screen and (max-width: 768px) {
          .contact__form button i {
            font-size: 18px; } }

.footer {
  background-color: #f1f6f9;
  text-align: center;
  padding: 24px 0;
  font-size: 12px;
  color: #717071; }

/* Form ÓÃ */
.hbspt-form {
  max-width: 500px;
  margin: 0 auto; }

.hs_submit {
  text-align: center; }

.hs-button {
  width: 30%;
  padding: 10px 0; }

/* stickyHeader */
.stickyHeader {
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
  padding: 8px 4% 10px 4%; }
  @media screen and (min-width: 769px) {
    .stickyHeader {
      background: #00467f; } }
  @media screen and (max-width: 768px) {
    .stickyHeader {
      padding: 0; }
      .stickyHeader a {
        display: inline-block;
        width: 33.3333%; } }

.stickyHeader h2 {
  padding: 12.5px 0 12.5px; }
  @media screen and (max-width: 768px) {
    .stickyHeader h2 {
      padding: 0; } }

.stickyHeader .stickyLeft {
  float: left; }
  .stickyHeader .stickyLeft img {
    width: auto; }
  @media screen and (max-width: 768px) {
    .stickyHeader .stickyLeft {
      width: 30%; } }

.stickyHeader .stickyRight {
  float: right; }
  @media screen and (max-width: 768px) {
    .stickyHeader .stickyRight {
      width: 70%; } }

.stickyHeader ul {
  float: left;
  font-size: 8px;
  font-size: 0.8rem;
  margin: 20px 0 10px 20px; }

.stickyHeader ul li {
  float: left;
  margin-right: 20px; }

.stickyHeader ul li a {
  color: #1c262f;
  text-decoration: none; }

.stickyTel {
  margin-right: 10px; }

.stickyTel img {
  width: auto;
  vertical-align: middle; }

.stickySpHeader {
  display: table;
  table-layout: fixed;
  width: 100%; }

.stickySpLeft, .stickySpRight {
  display: table-cell;
  width: 50%;
  vertical-align: bottom; }

/* Slide Show ÓÃ */
/*余分なアニメーションは停止　20211118 kato*/
/*@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }*/
.sliderWrap li {
  display: none; }

.show {
  display: block !important;
  animation: show 1s linear 0s; }

/* フォーム */
.hs_cos_wrapper_type_form {
  max-width: 500px;
  margin: 0 auto; }
.hs_cos_wrapper_type_form .field {
  margin-bottom: 18px;
}
.hs_cos_wrapper_type_form label {
  display: block;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #414141; }
.hs_cos_wrapper_type_form label .hs-form-required {
  color: red; }
.hs_cos_wrapper_type_form input {
  max-width: 500px;
  width: 90%;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1); }
.hs_cos_wrapper_type_form textarea {
  max-width: 500px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1); }

/* フォームボタン */
.hs_submit {
  padding: 40px 0; }

input[type="submit"] {
  -webkit-appearance: none !important; }

.actions input {
  width: 350px !important;
  box-sizing: border-box !important;
  padding: 12px 0 !important;
  background: none !important;
  background-color: #00ab8a !important;
  font-size: 20px !important;
  border: none !important;
  box-shadow: 0 5px 0 #098c71 !important;
  border-radius: 10px !important;
  line-height: 100% !important;
  text-shadow: none !important;
  color: #fff;
  font-weight: bold; }
  .actions input:active {
    -ms-transform: translateY(5px) !important;
    -webkit-transform: translateY(5px) !important;
    transform: translateY(5px) !important;
    box-shadow: none !important; }
  @media screen and (max-width: 768px) {
    .actions input {
      width: 100% !important; } }

/*# sourceMappingURL=index.css.map */

/*# バナー common-style.cssにもあるが民泊LP用 */
.rental-banner {
  width: 100%;
  background-color: #004481;
  text-align: center;
  font-family: 'ShinGoPro';
  margin: 50px 0px ;
  vertical-align:middle;  
}

@media screen and (max-width: 750px) {
  .rental-banner  {
      margin: 30px 0px ;  } }


.rental-banner ul {
  width:100%;
  list-style: none; 
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  .rental-banner ul {
      padding: 10px 0; } }

.rental-banner ul li {
  list-style: none;  
  display: inline-block;
  vertical-align:middle; 
}

@media screen and (max-width: 750px) {
  .rental-banner ul li {
     display: block;
     margin: 10px auto;  } }

.rental-banner p {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: .1em;
  line-height: 180%;
  color:#FFFFFF;
  padding: 20px auto;
}

@media screen and (max-width: 750px) {
  .rental-banner p {
  font-size: 16px;
  } }



.rental-banner img {
  max-width: 420px;
}

@media screen and (max-width: 750px) {
  .rental-banner img {
  max-width: 350px;
  } }

/*------------------------------------------------------*/
/*  cookie */
/*------------------------------------------------------*/
#hs-banner-parent #hs-eu-cookie-confirmation {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-top: 1px solid #ececec;
  bottom: 0 !important;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 90px;
  top: 12px;
  border-radius: 50% 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #035b90;
  background: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: none !important;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container button svg {
  width: 12px;
  height: 12px;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container button svg path {
  fill: #035b90;
}
@media screen and (min-width: 751px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container:hover {
    background: #035b90;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container:hover button svg path {
    fill: #fff;
  }
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  padding: 34px 90px 34px;
  gap: 10px;
  min-height: auto;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner div, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner p {
  color: #000;
  font-size: 15px;
  line-height: 36px;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area {
  position: absolute;
  right: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording {
  padding-right: 280px;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 751px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a:hover {
    border-bottom: none;
  }
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-disclaimer {
  padding-right: 280px;
  font-size: 12px;
  line-height: 24px;
  gap: 5px;
  display: none;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-disclaimer::before {
  content: "※";
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button {
  font-size: 16px;
  line-height: 48px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 1px solid #035b90;
  min-width: 180px;
  height: 48px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button:hover, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button:hover, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button:hover {
    background: #fff;
    color: #035b90;
  }
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-opt-in-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-opt-in-buttons #hs-eu-decline-button {
  display: none;
}
@media screen and (max-width: 1400px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container {
    right: 4vw;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area {
    right: 4vw;
  }
}
@media screen and (max-width: 1000px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording {
    padding-right: 50px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-disclaimer {
    padding-right: 0;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-opt-in-buttons {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 750px) {
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container {
    width: 21px;
    height: 21px;
    right: 4.6vw;
    top: 13px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-header-container button svg {
    width: 9px;
    height: 9px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    padding-top: 26px;
    padding-left: 7.6vw;
    padding-right: 7.6vw;
    padding-bottom: 30px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner div, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner p {
    font-size: 12px;
    line-height: 22px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording {
    padding-right: 0;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-disclaimer {
    padding-right: 0;
    font-size: 10px;
    line-height: 20px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button, #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button {
    font-size: 12px;
    line-height: 40px;
    height: 42px;
    min-width: 150px;
  }
  #hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-opt-in-buttons {
    margin-top: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}