@charset "UTF-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Zen+Old+Mincho&family=Zen+Antique&family=BIZ+UDPMincho:wght@100;300;400;500;700;900&display=swap");
/*@import url('https://fonts.gohttps://fonts.googleapis.com/css2?family=Zen+Old+Mincho&family=Zen+Antique&family=BIZ+UDPMincho&display=swap');*/
/*変数*/
/*---------画面幅---------*/
/*---------流用高---------*/
/*---------色コード---------*/
/*関数*/
/*---------------------変数レスポンシブ------------------------*/
/* リセット
----------------------------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

img, abbr, acronym, fieldset {
  border: 0; }

ul, li {
  list-style-type: none; }

/*---------------------基本------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  /*vertical-align: bottom;*/ }

html, body {
  font-family: verdana,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  /*line-height:1.5;*/
  font-size: 16px;
  margin: 0;
  padding: 0;
  /*min-width: 1120px;*/
  -webkit-text-size-adjust: none;
  color: #333; }

img {
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  flex-shrink: 0; }

a {
  text-decoration: none;
  color: inherit;
  display: block; }

　
h2, p {
  margin: 0; }

h3 {
  font-size: 1.2rem; }

br {
  font-size: 0; }

/*初期化*/
p {
  font-size: 1rem; }

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none;
  display: inline-block; }

span {
  display: inline-block; }

main {
  /*overflow-X: hidden;*/ }
  @media screen and (max-width: 767px) {
    main {
      /*margin-bottom: 100px;*/ } }

/*---------------------汎用------------------------*/
.wrap-style-b {
  width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-b {
      width: 100%; } }

.wrap-style-1 {
  width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-1 {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 767px) {
    .wrap-style-1 {
      width: calc(100% - 40px); } }

.wrap-style-2 {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-2 {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 767px) {
    .wrap-style-2 {
      width: calc(100% - 40px); } }

.wrap-style-p {
  width: 1280px;
  margin: 0 auto;
  padding: 70px 0;
  background: url(../img/bk_img.svg); }
  @media screen and (max-width: 1024px) {
    .wrap-style-p {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 767px) {
    .wrap-style-p {
      width: 100%; } }

.flex-base {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .flex-base {
      display: block; } }

/*---------------------フッター---------------------*/
.fix-sp-btn {
  display: none; }
  @media screen and (max-width: 767px) {
    .fix-sp-btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      position: fixed;
      bottom: 0;
      background: #fff;
      z-index: 1; }
      .fix-sp-btn > div {
        width: 49%; } }

/*---------------------バナー------------------------*/
.banner {
  width: 100%;
  padding: 120px 0 0; }
  @media screen and (max-width: 1024px) {
    .banner {
      padding: 110px 0 0; } }
  @media screen and (max-width: 768px) {
    .banner {
      padding: 85px 0 0; } }
  @media screen and (max-width: 767px) {
    .banner {
      padding: 65px 0 0; } }
  .banner img {
    display: block;
    width: 100%;
    height: 100%; }

/*---------------------ファーストビュー------------------------*/
.first-view-area .first-view {
  margin: 60px auto; }
  .first-view-area .first-view p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1rem; }
    @media screen and (max-width: 768px) {
      .first-view-area .first-view p {
        font-size: 0.9rem; } }
    @media screen and (max-width: 767px) {
      .first-view-area .first-view p {
        width: auto;
        margin-bottom: 35px; } }
    .first-view-area .first-view p span {
      display: inline-block; }

/*---------------------NSSの安心ポイント------------------------*/
.point-area {
  /*
    .point-box{
      width: 70%;
      margin: 0 auto;
      border: 2px #FFF solid;
      position: relative;
      @include mob(){
        width: 90%;
      }
      &::before {
        position: absolute;
        top: 2px;
        left: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        content: '';
        border: 1px #FFF solid;
      }
      h2{
        color: #FFF;
        line-height: 2.4rem;
        font-size: 1.6rem;
        font-weight: 600;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(../img/bk_img.svg);
        padding: 0px 11px;
        @include mob(){
          font-size: 1.0rem;
          line-height: 1.8rem;
          width: max-content;
        }
        span {
          font-size: 2.4rem;
          @include mob(){
            font-size: 1.8rem;
          }
        }
        .dotto {
          position: relative;
        }
        .dotto::after {
          content: '・';
          position: absolute;
          top: -10px;
          left: 50%;
          transform: translate(-50%, -50%);
        }
      }
      .point-view {
        background: #FFF;
        margin: 50px 20px;
        padding: 20px 20px;
        border-radius: 15px;
      }
    }
    .frame-all {
      width: 70%;
      margin: 0 auto;
      border: 2px #FFF solid;
      position: relative;
      z-index: 0;
      @include mob(){
        width: 90%;
      }
      &::before {
        position: absolute;
        top: 4px;
        left: 4px;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        content: '';
        border: 1px #FFF solid;
      }
      .frame-top {
        &::before{
          position: absolute;
          top: -2px;
          left: -2px;
          content: '';
          width: 40px;
          height: 40px;
          background: url(../img/frame_top_left.svg) top left;
          z-index: 1;
        }
        &::after{
          position: absolute;
          top: -2px;
          right: -2px;
          content: '';
          width: 40px;
          height: 40px;
          background: url(../img/frame_top_right.svg) top right;
          z-index: 1;
        }
        .frame-bottom {
          &::before{
            position: absolute;
            bottom: -2px;
            left: -2px;
            content: '';
            width: 40px;
            height: 40px;
            background: url(../img/frame_bottom_left.svg) bottom left;
            z-index: 1;
          }
          &::after{
            position: absolute;
            bottom: -2px;
            right: -2px;
            content: '';
            width: 40px;
            height: 40px;
            background: url(../img/frame_bottom_right.svg) bottom right;
            z-index: 1;
          }
          h2{
            color: #FFF;
            line-height: 2.4rem;
            font-size: 1.6rem;
            font-weight: 600;
            position: absolute;
            top: 0px;
            left: 50%;
            transform: translate(-50%, -50%);
            background: url(../img/bk_img.svg);
            padding: 0px 11px;
            @include mob(){
              font-size: 1.0rem;
              line-height: 1.8rem;
              width: max-content;
            }
            span {
              font-size: 2.4rem;
              @include mob(){
                font-size: 1.8rem;
              }
            }
            .dotto {
              position: relative;
            }
            .dotto::after {
              content: '・';
              position: absolute;
              top: -10px;
              left: 50%;
              transform: translate(-50%, -50%);
            }
          }
          .point-view {
            background: #FFF;
            margin: 50px 20px;
            padding: 20px 20px;
            border-radius: 15px;
            display: flex;
          }
          
        }
      }
    }
  */ }
  .point-area .point-frame {
    position: relative;
    /*width: 80%;
    max-width: 800px;*/
    width: 80%;
    padding: 30px 40px 50px;
    margin: 50px auto 15px; }
    @media screen and (max-width: 767px) {
      .point-area .point-frame {
        width: 90%;
        padding: 30px 30px 50px; } }
    .point-area .point-frame::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background: radial-gradient(circle at top left, transparent 20px, #fff 21px, #fff 22px, transparent 23px) left top/23px 23px no-repeat, radial-gradient(circle at top right, transparent 20px, #fff 21px, #fff 22px, transparent 23px) right top/23px 23px no-repeat, radial-gradient(circle at bottom left, transparent 20px, #fff 21px, #fff 22px, transparent 23px) left bottom/23px 23px no-repeat, radial-gradient(circle at bottom right, transparent 20px, #fff 21px, #fff 22px, transparent 23px) right bottom/23px 23px no-repeat, linear-gradient(90deg, transparent 20px, #fff 23px) left top/51% 2px no-repeat, linear-gradient(-90deg, transparent 20px, #fff 23px) right top/51% 2px no-repeat, linear-gradient(90deg, transparent 20px, #fff 23px) left bottom/51% 2px no-repeat, linear-gradient(-90deg, transparent 20px, #fff 23px) right bottom/51% 2px no-repeat, linear-gradient(180deg, transparent 20px, #fff 23px) left top/2px 51% no-repeat, linear-gradient(0deg, transparent 20px, #fff 23px) left bottom/2px 51% no-repeat, linear-gradient(180deg, transparent 20px, #fff 23px) right top/2px 51% no-repeat, linear-gradient(0deg, transparent 20px, #fff 23px) right bottom/2px 51% no-repeat; }
    .point-area .point-frame::after {
      position: absolute;
      top: 7px;
      right: 7px;
      bottom: 7px;
      left: 7px;
      content: "";
      box-shadow: 0 0 0 1px #fff;
      z-index: 0; }
    .point-area .point-frame h2 {
      color: #FFF;
      line-height: 2.4rem;
      font-size: 1.6rem;
      font-weight: 600;
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url(../img/bk_img.svg);
      padding: 0px 11px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .point-area .point-frame h2 {
          font-size: 1.0rem;
          line-height: 1.8rem;
          width: max-content; } }
      .point-area .point-frame h2 span {
        font-size: 2.4rem; }
        @media screen and (max-width: 767px) {
          .point-area .point-frame h2 span {
            font-size: 1.8rem; } }
      .point-area .point-frame h2 .dotto {
        position: relative; }
      .point-area .point-frame h2 .dotto::after {
        content: '・';
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translate(-50%, -50%); }
    .point-area .point-frame .point-main {
      background: #FFF;
      margin: 50px auto 35px;
      padding: 40px 40px;
      border-radius: 15px;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .point-area .point-frame .point-main {
          padding: 40px 15px; } }
      .point-area .point-frame .point-main .point-text {
        width: 40%; }
        @media screen and (max-width: 767px) {
          .point-area .point-frame .point-main .point-text {
            width: 100%;
            margin-bottom: 50px; } }
        .point-area .point-frame .point-main .point-text .point-title {
          padding: 15px 5px 25px;
          border-bottom: 1px solid #0F3F92;
          justify-content: space-evenly;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .point-area .point-frame .point-main .point-text .point-title {
              text-align: center; } }
          .point-area .point-frame .point-main .point-text .point-title img {
            width: 65px; }
            @media screen and (max-width: 767px) {
              .point-area .point-frame .point-main .point-text .point-title img {
                width: 80px;
                margin-bottom: 25px; } }
          .point-area .point-frame .point-main .point-text .point-title h3 {
            color: #0F3F92;
            font-weight: bold;
            width: 75%;
            font-size: 1.5rem;
            font-family: serif; }
            @media screen and (max-width: 767px) {
              .point-area .point-frame .point-main .point-text .point-title h3 {
                text-align: left;
                width: 100%;
                font-size: 1.3rem; } }
            .point-area .point-frame .point-main .point-text .point-title h3 span {
              display: inline-block; }
        .point-area .point-frame .point-main .point-text p {
          margin-top: 25px;
          font-size: 0.9rem;
          text-align: justify; }
          @media screen and (max-width: 767px) {
            .point-area .point-frame .point-main .point-text p {
              font-size: 0.8rem; } }
      .point-area .point-frame .point-main .point-img {
        width: 60%; }
        @media screen and (max-width: 767px) {
          .point-area .point-frame .point-main .point-img {
            width: 100%; } }
    .point-area .point-frame .point-view {
      margin-bottom: 35px; }
      @media screen and (max-width: 767px) {
        .point-area .point-frame .point-view {
          margin-bottom: 0; } }
      .point-area .point-frame .point-view .point-box {
        width: 48%;
        background: #FFF;
        padding: 40px 40px;
        border-radius: 15px;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .point-area .point-frame .point-view .point-box {
            width: 100%;
            padding: 40px 15px;
            margin-bottom: 35px; } }
        .point-area .point-frame .point-view .point-box .point-title {
          padding-bottom: 25px;
          border-bottom: 1px solid #0F3F92;
          justify-content: space-evenly;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .point-area .point-frame .point-view .point-box .point-title {
              text-align: center; } }
          .point-area .point-frame .point-view .point-box .point-title img {
            width: 65px; }
            @media screen and (max-width: 767px) {
              .point-area .point-frame .point-view .point-box .point-title img {
                width: 80px;
                margin-bottom: 25px; } }
          .point-area .point-frame .point-view .point-box .point-title h3 {
            color: #0F3F92;
            font-weight: bold;
            font-size: 1.5rem;
            font-family: serif; }
            @media screen and (max-width: 767px) {
              .point-area .point-frame .point-view .point-box .point-title h3 {
                text-align: left;
                font-size: 1.3rem; } }
        .point-area .point-frame .point-view .point-box p {
          margin-top: 25px;
          font-size: 0.9rem;
          text-align: justify; }
          @media screen and (max-width: 767px) {
            .point-area .point-frame .point-view .point-box p {
              font-size: 0.8rem; } }
  .point-area .point-notes {
    width: 80%;
    margin: 0 auto;
    padding: 0 40px;
    color: #FFF;
    font-size: 0.9rem; }
    @media screen and (max-width: 767px) {
      .point-area .point-notes {
        width: 90%;
        font-size: 0.7rem; } }

/*---------------------設置工事までの流れ------------------------*/
.flow-area .flow-box {
  background-color: #E4F4F5;
  text-align: center; }
  .flow-area .flow-box h2 {
    font-family: serif;
    font-weight: bold;
    font-size: 2.0rem;
    padding: 70px 0 40px; }
    @media screen and (max-width: 767px) {
      .flow-area .flow-box h2 {
        font-size: 1.6rem; } }
    .flow-area .flow-box h2 span {
      display: inline-block; }
  .flow-area .flow-box p {
    width: 50%;
    margin: 0 auto;
    font-size: 0.9rem; }
    @media screen and (max-width: 767px) {
      .flow-area .flow-box p {
        width: 70%;
        font-size: 0.8rem; } }
    .flow-area .flow-box p span {
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .flow-area .flow-box p span {
          display: contents; } }
  .flow-area .flow-box .flow-img {
    display: flex;
    justify-content: space-evenly;
    padding: 70px 100px; }
    @media screen and (max-width: 767px) {
      .flow-area .flow-box .flow-img {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 50px 100px 70px; } }
    .flow-area .flow-box .flow-img div {
      width: calc(100% / 4 - 60px);
      position: relative; }
      @media screen and (max-width: 767px) {
        .flow-area .flow-box .flow-img div {
          width: 100%;
          max-width: 180px; } }
      .flow-area .flow-box .flow-img div img {
        width: 100%; }
    .flow-area .flow-box .flow-img div + div::after {
      content: '';
      background-image: url(../img/yajirushi-pc.svg);
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      width: 30px;
      height: 100%;
      top: 50%;
      left: -25px;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 767px) {
        .flow-area .flow-box .flow-img div + div::after {
          width: 25px;
          top: -15px;
          left: 50%;
          transform: translate(-50%, -50%) rotate(90deg); } }

/*---------------------お問い合わせ------------------------*/
.contact-area .product-btn {
  margin: 60px auto 100px; }
  @media screen and (max-width: 767px) {
    .contact-area .product-btn {
      margin: 0 auto; } }
  .contact-area .product-btn h4 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 70px; }
    .contact-area .product-btn h4 span {
      display: inline-block; }
    @media screen and (max-width: 767px) {
      .contact-area .product-btn h4 {
        font-size: 1.4rem;
        padding: 45px 0; } }
  .contact-area .product-btn .btn-contact {
    background-color: transparent;
    border: none; }
    @media screen and (max-width: 767px) {
      .contact-area .product-btn .btn-contact {
        display: none; } }
    .contact-area .product-btn .btn-contact a {
      display: grid;
      grid-template-columns: 1fr 70px;
      width: 325px;
      height: 50px;
      background-color: #d04730;
      color: #FFF;
      text-align: center;
      line-height: 50px;
      margin: 15px auto 0; }
      @media screen and (max-width: 768px) {
        .contact-area .product-btn .btn-contact a {
          width: 250px;
          grid-template-columns: 1fr 50px; } }
      .contact-area .product-btn .btn-contact a .btn-text {
        font-size: 17px;
        font-weight: 500;
        padding-left: 70px; }
        @media screen and (max-width: 768px) {
          .contact-area .product-btn .btn-contact a .btn-text {
            padding-left: 50px; } }
      .contact-area .product-btn .btn-contact a .btn-arrow {
        font-size: 24px;
        font-weight: 600; }
        .contact-area .product-btn .btn-contact a .btn-arrow img {
          width: 22px;
          margin-bottom: 5px; }
