@charset "UTF-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');*/
/*---------------------基本------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  vertical-align: bottom; }

main {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  font-weight: 400;
  font-size: 16px;
  background: #fff;
  color: #333;
  line-height: 1.5;
  max-width: 1280px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 30px auto 0; }
  @media (max-width: 1280px) {
    main {
      max-width: 100%; } }
  @media (max-width: 1024px) {
    main {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    main {
      font-size: 14px; } }

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

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

　
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic"; }

p {
  font-weight: 300;
  text-align: justify; }

br {
  font-size: 0; }

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

picture {
  display: block; }

/*---------------------独自------------------------*/
.top-banner {
  width: 100%; }
  .top-banner img {
    display: block;
    width: 100%;
    height: 100%; }

.icon-area .icon-box {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  justify-content: center; }
  @media (max-width: 768px) {
    .icon-area .icon-box {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-left: 30px;
      margin-right: 30px; } }
  .icon-area .icon-box img {
    max-width: 170px; }
    @media (max-width: 768px) {
      .icon-area .icon-box img {
        margin: 0 auto; } }

.first-view-area {
  width: 900px;
  margin: 85px auto 0; }
  @media (max-width: 1024px) {
    .first-view-area {
      width: 100%; } }
  .first-view-area .first-view {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .first-view-area .first-view {
        justify-content: center; } }
    .first-view-area .first-view .fv-left {
      width: 58%;
      margin: auto 0; }
      @media (max-width: 768px) {
        .first-view-area .first-view .fv-left {
          width: 100%;
          margin: auto 30px; } }
      .first-view-area .first-view .fv-left h1 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 25px; }
    .first-view-area .first-view .fv-right {
      width: 33%; }
      @media (max-width: 768px) {
        .first-view-area .first-view .fv-right {
          display: none; } }
      .first-view-area .first-view .fv-right img {
        width: 100%;
        height: 100%; }

.btn-area {
  margin-top: 100px; }
  .btn-area .btn-detail a {
    display: grid;
    grid-template-columns: 1fr 70px;
    width: 325px;
    height: 50px;
    background-color: #003477;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .btn-area .btn-detail a {
        width: 250px;
        grid-template-columns: 1fr 50px; } }
    .btn-area .btn-detail a .btn-text {
      font-size: 17px;
      font-weight: 500;
      padding-left: 70px; }
      @media (max-width: 768px) {
        .btn-area .btn-detail a .btn-text {
          padding-left: 50px; } }
    .btn-area .btn-detail a .btn-arrow {
      font-size: 24px;
      font-weight: 600; }
      .btn-area .btn-detail a .btn-arrow img {
        width: 22px;
        margin-bottom: 5px; }
  .btn-area .btn-contact {
    background-color: transparent; }
    .btn-area .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 (max-width: 768px) {
        .btn-area .btn-contact a {
          width: 250px;
          grid-template-columns: 1fr 50px; } }
      .btn-area .btn-contact a .btn-text {
        font-size: 17px;
        font-weight: 500;
        padding-left: 70px; }
        @media (max-width: 768px) {
          .btn-area .btn-contact a .btn-text {
            padding-left: 50px; } }
      .btn-area .btn-contact a .btn-arrow {
        font-size: 24px;
        font-weight: 600; }
        .btn-area .btn-contact a .btn-arrow img {
          width: 22px;
          margin-bottom: 5px; }

.spec-area {
  margin: 150px auto 0;
  width: 1130px; }
  @media (max-width: 1024px) {
    .spec-area {
      width: 100%; } }
  .spec-area h2 {
    margin: 0;
    width: 100%;
    height: 50px;
    background-color: #1f1815;
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 50px; }
    @media (max-width: 768px) {
      .spec-area h2 {
        width: 90%;
        margin: 0 auto; } }
  .spec-area .spec-box-2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 100px 65px 0;
    /*.sp-right {
      display: flex;
      flex-direction: column;
      flex: 0 0 45%;
      .sp-title {
        display: grid;
        grid-template-columns: 50px 1fr;
        img {
          
        }
        h3 {
          
        }
      }
      p {
        flex: 1 auto;
      }
      img {
        
      }
    }*/ }
    @media (max-width: 768px) {
      .spec-area .spec-box-2 {
        display: block;
        margin: 0 30px; } }
    .spec-area .spec-box-2::after {
      content: "";
      display: block;
      height: 100%;
      width: 0;
      border-right: 1px solid #6f6f6f;
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 768px) {
        .spec-area .spec-box-2::after {
          border-right: none; } }
    .spec-area .spec-box-2 .sp-wrap {
      display: flex;
      flex-direction: column;
      flex: 0 0 45%; }
      @media (max-width: 768px) {
        .spec-area .spec-box-2 .sp-wrap {
          padding: 50px 0;
          border-bottom: 1px solid #6f6f6f; } }
      .spec-area .spec-box-2 .sp-wrap .sp-title {
        display: grid;
        grid-template-columns: 50px 1fr; }
        .spec-area .spec-box-2 .sp-wrap .sp-title h3 {
          margin: auto 0 auto 10px;
          font-weight: bold;
          font-size: 23px;
          font-weight: 600; }
      .spec-area .spec-box-2 .sp-wrap p {
        flex: 1 auto;
        margin: 25px 0 40px 0px;
        font-size: 14px; }
  .spec-area .spec-box-1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 100px 65px 0;
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 768px) {
      .spec-area .spec-box-1 {
        display: block;
        margin: 0 30px;
        padding-top: 50px;
        padding-bottom: 50px; } }
    .spec-area .spec-box-1::before {
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      border-top: 1px solid #6f6f6f;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 768px) {
        .spec-area .spec-box-1::before {
          border-top: none; } }
    .spec-area .spec-box-1::after {
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      border-bottom: 1px solid #6f6f6f;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .spec-area .spec-box-1 .sp-left {
      width: 45%; }
      @media (max-width: 768px) {
        .spec-area .spec-box-1 .sp-left {
          width: 100%;
          margin-bottom: 50px; } }
      .spec-area .spec-box-1 .sp-left .sp-title {
        display: grid;
        grid-template-columns: 50px 1fr; }
        .spec-area .spec-box-1 .sp-left .sp-title h3 {
          margin: auto 0 auto 10px;
          font-weight: bold;
          font-size: 23px;
          font-weight: 600; }
      .spec-area .spec-box-1 .sp-left p {
        flex: 1 auto;
        margin: 25px 0 40px 0px;
        font-size: 14px; }
    .spec-area .spec-box-1 .sp-right {
      width: 45%; }
      @media (max-width: 768px) {
        .spec-area .spec-box-1 .sp-right {
          width: 100%; } }
      .spec-area .spec-box-1 .sp-right .dim-img {
        margin-top: 80px; }
        @media (max-width: 768px) {
          .spec-area .spec-box-1 .sp-right .dim-img {
            margin-top: 20px; } }
  .spec-area .spec-box-3 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 100px 65px 0;
    padding-top: 100px; }
    @media (max-width: 768px) {
      .spec-area .spec-box-3 {
        display: block;
        margin: 0 30px;
        padding-top: 0; } }
    .spec-area .spec-box-3::before {
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      border-top: 1px solid #6f6f6f;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 768px) {
        .spec-area .spec-box-3::before {
          border-top: none; } }
    .spec-area .spec-box-3 .sp-wrap {
      display: flex;
      flex-direction: column;
      flex: 0 0 30%; }
      @media (max-width: 768px) {
        .spec-area .spec-box-3 .sp-wrap {
          padding: 50px 0;
          border-bottom: 1px solid #6f6f6f; } }
      .spec-area .spec-box-3 .sp-wrap .sp-title {
        display: grid;
        grid-template-columns: 50px 1fr; }
        .spec-area .spec-box-3 .sp-wrap .sp-title h3 {
          margin: auto 0 auto 10px;
          font-weight: bold;
          font-size: 23px;
          font-weight: 600; }
      .spec-area .spec-box-3 .sp-wrap p {
        flex: 1 auto;
        margin: 25px 0 40px 0px;
        font-size: 14px; }
  .spec-area .spec-scene {
    margin: 100px 65px 0; }
    @media (max-width: 1024px) {
      .spec-area .spec-scene {
        margin: 100px 30px 0; } }

.product-area {
  margin: 150px auto 0;
  width: 1130px; }
  @media (max-width: 1024px) {
    .product-area {
      width: 100%; } }
  .product-area h2 {
    margin: 0;
    width: 100%;
    height: 50px;
    background-color: #1f1815;
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 50px; }
    @media (max-width: 768px) {
      .product-area h2 {
        width: 90%;
        margin: 0 auto; } }
  .product-area .product-wrap {
    margin: 0 65px; }
    @media (max-width: 768px) {
      .product-area .product-wrap {
        margin: 0 30px; } }
    .product-area .product-wrap .product {
      padding: 80px 0;
      border-bottom: 1px solid #282828;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .product-area .product-wrap .product {
          flex-direction: column; } }
      @media (max-width: 767px) {
        .product-area .product-wrap .product {
          padding: 50px 0 20px; } }
      .product-area .product-wrap .product:last-child {
        padding: 80px 0 0;
        border-bottom: none; }
        .product-area .product-wrap .product:last-child .p-left img {
          width: 100%;
          height: auto; }
          @media (max-width: 768px) {
            .product-area .product-wrap .product:last-child .p-left img {
              /*width: 60%;*/
              /*width: 200px;
              height: 140px;*/ } }
      .product-area .product-wrap .product .p-left {
        width: 20%;
        display: flex;
        align-items: center; }
        @media (max-width: 768px) {
          .product-area .product-wrap .product .p-left {
            width: 100%;
            justify-content: center; } }
        .product-area .product-wrap .product .p-left img {
          width: 100%;
          height: auto;
          margin: auto;
          display: flex; }
          @media (max-width: 768px) {
            .product-area .product-wrap .product .p-left img {
              /*
              width: 20%;
              margin-bottom: 20px;
              */
              /*width: 100px;
              height: 223px;*/
              margin: 0 auto 20px; } }
      .product-area .product-wrap .product .p-right {
        width: 75%; }
        @media (max-width: 768px) {
          .product-area .product-wrap .product .p-right {
            width: 100%; } }
        .product-area .product-wrap .product .p-right p.p-name {
          font-size: 19px;
          font-weight: bold;
          margin-bottom: 15px;
          font-family: "YuGothic", "游ゴシック bold", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic"; }
          @media (max-width: 768px) {
            .product-area .product-wrap .product .p-right p.p-name {
              font-size: 27px; } }
          @media (max-width: 767px) {
            .product-area .product-wrap .product .p-right p.p-name {
              font-size: 19px; } }
        .product-area .product-wrap .product .p-right .table {
          background: #FFF;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          @media (max-width: 1024px) {
            .product-area .product-wrap .product .p-right .table {
              flex-direction: column; } }
        .product-area .product-wrap .product .p-right .table-box {
          width: 50%; }
          @media (max-width: 1024px) {
            .product-area .product-wrap .product .p-right .table-box {
              width: 100%; } }
          .product-area .product-wrap .product .p-right .table-box dl {
            font-size: 13px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: 0; }
            @media (max-width: 1024px) {
              .product-area .product-wrap .product .p-right .table-box dl {
                padding: 1px; } }
            @media (max-width: 768px) {
              .product-area .product-wrap .product .p-right .table-box dl {
                font-size: 15px;
                padding: 0; } }
            @media (max-width: 767px) {
              .product-area .product-wrap .product .p-right .table-box dl {
                font-size: 13px;
                flex-direction: column; }
                .product-area .product-wrap .product .p-right .table-box dl .sp-none {
                  display: none; } }
            .product-area .product-wrap .product .p-right .table-box dl:nth-child(2n-1) dt {
              background: #d7eaf4; }
              @media (max-width: 1024px) {
                .product-area .product-wrap .product .p-right .table-box dl:nth-child(2n-1) dt {
                  background: #bed9e7; } }
            .product-area .product-wrap .product .p-right .table-box dl:nth-child(2n) dd {
              background: rgba(232, 242, 247, 0.8); }
              @media (max-width: 1024px) {
                .product-area .product-wrap .product .p-right .table-box dl:nth-child(2n) dd {
                  background: transparent; } }
            .product-area .product-wrap .product .p-right .table-box dl dt {
              width: 35%;
              padding: 5px 10px;
              display: flex;
              align-items: center;
              background: #c4deec;
              font-family: "YuGothic", "游ゴシック bold", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic"; }
              @media (max-width: 1024px) {
                .product-area .product-wrap .product .p-right .table-box dl dt {
                  background: #bed9e7; } }
              @media (max-width: 767px) {
                .product-area .product-wrap .product .p-right .table-box dl dt {
                  width: 100%; } }
            .product-area .product-wrap .product .p-right .table-box dl dd {
              width: 65%;
              padding: 5px 10px;
              display: flex;
              align-items: center;
              font-family: "YuGothic", "游ゴシック bold", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic"; }
              @media (max-width: 767px) {
                .product-area .product-wrap .product .p-right .table-box dl dd {
                  background: transparent;
                  padding-left: 15px; } }
              @media (max-width: 767px) {
                .product-area .product-wrap .product .p-right .table-box dl dd {
                  width: 100%; } }
  .product-area .battery-wrap {
    background: #ddd;
    margin-top: 80px;
    padding: 30px 100px; }
    @media (max-width: 768px) {
      .product-area .battery-wrap {
        margin: 80px 30px 0;
        padding: 30px 50px; } }
    .product-area .battery-wrap h3 {
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      /*margin-bottom: 15px;*/
      font-family: "YuGothic", "游ゴシック bold", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic"; }
    .product-area .battery-wrap ul {
      list-style: none;
      /*::marker{
        font-size: 16px;
        font-weight: bold;
      }*/ }
      .product-area .battery-wrap ul li {
        font-size: 14px; }
        .product-area .battery-wrap ul li::before {
          position: relative;
          top: 17px;
          left: -20px;
          display: flex;
          width: 12px;
          height: 12px;
          content: '';
          border-radius: 100%;
          background: #333; }
