@charset "UTF-8";
@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400&display=swap");
.common-title {
  line-height: 1.6;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center; }

#customer .text {
  max-width: 980px;
  margin: 0 auto; }
#customer .kakomi {
  border: 3px solid #C8C8C8;
  padding: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  max-width: 1000px;
  margin: 50px auto 0;
  box-sizing: border-box; }

#promise {
  margin-top: 100px; }
  #promise .inner {
    position: relative; }
    #promise .inner .textarea {
      width: 50%;
      box-sizing: border-box;
      padding-right: 5%; }
      #promise .inner .textarea .list li {
        margin-bottom: 80px; }
        #promise .inner .textarea .list li:last-child {
          margin-bottom: 0; }
        #promise .inner .textarea .list li .titlearea {
          display: -webkit-flex;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #C8C8C8;
          padding-bottom: 15px;
          margin-bottom: 15px; }
          #promise .inner .textarea .list li .titlearea .num {
            font-weight: 400;
            font-size: 46px;
            font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
            line-height: 1;
            margin-right: 20px; }
          #promise .inner .textarea .list li .titlearea .title {
            font-weight: bold;
            font-size: 21px;
            line-height: 1.6; }
    #promise .inner .image {
      position: absolute;
      right: 0;
      top: 0;
      height: calc(100% - 30px);
      margin-top: -30px;
      width: 50%; }
      #promise .inner .image p {
        height: 50%;
        margin-top: 30px; }
        #promise .inner .image p.image1 img {
          object-position: top center;
          font-family: "object-position: top center;"; }
        #promise .inner .image p.image2 .spimg {
          display: none; }

#support {
  margin-top: 130px; }
  #support .list {
    display: -webkit-flex;
    display: flex;
    margin: 0 -1.5%; }
    #support .list li {
      margin: 1.5%;
      width: 25%;
      position: relative;
      border: 2px solid #1F1F1F;
      box-sizing: border-box; }
      #support .list li .cat {
        position: absolute;
        left: 0;
        right: 0;
        top: -45px;
        margin: 0 auto;
        width: 90px;
        height: 90px;
        background-color: #1F1F1F;
        color: #fff;
        text-align: center;
        line-height: 90px;
        font-weight: bold;
        font-size: 18px;
        border-radius: 999px;
        z-index: 10; }
      #support .list li figure {
        background-color: #eee; }
        #support .list li figure p {
          height: 0;
          padding-top: 80%;
          position: relative; }
          #support .list li figure p img {
            position: absolute;
            left: 0;
            top: 0; }
      #support .list li .textarea {
        padding: 25px 25px 20px; }
        #support .list li .textarea .title {
          font-weight: bold;
          font-size: 19px;
          text-align: center;
          line-height: 1.6;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center; }
        #support .list li .textarea .text {
          font-size: 13px;
          margin-top: 15px;
          text-align: justify; }

#warranty {
  margin-top: 130px; }
  #warranty .list li {
    background-color: #eee;
    border-bottom: 1px solid #fff;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 60px 80px; }
    #warranty .list li.last {
      font-weight: bold;
      font-size: 18px;
      justify-content: center;
      padding: 40px;
      text-align: center; }
    #warranty .list li .title {
      flex-basis: 34%;
      font-weight: bold;
      font-size: 20px; }
    #warranty .list li .text {
      flex-basis: 66%;
      box-sizing: border-box;
      padding-left: 2%; }
      #warranty .list li .text span {
        font-size: 85%;
        display: block;
        margin-top: 10px; }

#option {
  margin-top: 130px; }
  #option .title {
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.6;
    text-align: center; }
  #option .content {
    padding: 50px 80px;
    border: 4px solid #eee; }
    #option .content .jhs {
      margin-bottom: 60px; }
      #option .content .jhs p {
        text-align: center; }
    #option .content .target {
      margin-bottom: 60px;
      padding-top: 40px;
      border-top: 1px solid #C8C8C8; }
      #option .content .target figure {
        width: 100%;
        margin: 0 auto; }
        #option .content .target figure .spimg {
          display: none; }
      #option .content .target ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #option .content .target ul li {
          width: calc(100% / 3);
          padding: 10px;
          color: #875C44;
          font-size: 13px;
          box-sizing: border-box; }
          #option .content .target ul li .small {
            font-size: 10px; }
          #option .content .target ul li .img_area {
            height: 0;
            padding-top: 66.666%;
            margin-bottom: 3px;
            position: relative;
            border-radius: 10px;
            overflow: hidden; }
            #option .content .target ul li .img_area img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%); }
            #option .content .target ul li .img_area .caption {
              padding: 2px 10px;
              display: block;
              color: #fff;
              font-size: 14px;
              background-color: #875C44;
              position: absolute;
              left: 0;
              bottom: 0;
              border-radius: 0 5px 0 0; }
    #option .content .faq {
      margin-bottom: 40px;
      padding-top: 40px;
      border-top: 1px solid #C8C8C8; }
      #option .content .faq .box {
        max-width: 1000px;
        border-radius: 8px;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #eee; }
        #option .content .faq .box + .box {
          margin-top: 50px; }
        #option .content .faq .box .titlearea {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 15px 0;
          background-color: #eee;
          border-radius: 8px 8px 0 0;
          line-height: 1.2; }
          #option .content .faq .box .titlearea .q {
            font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
            font-size: 37px;
            font-weight: 500;
            color: #002F68; }
          #option .content .faq .box .titlearea .faqtitle {
            font-weight: 700;
            font-size: 20px;
            margin-left: 5px; }
        #option .content .faq .box .body {
          padding: 30px 20px;
          border-radius: 0 0 8px 8px; }
          #option .content .faq .box .body p {
            text-align: start; }
      #option .content .faq .staff {
        margin-top: 40px;
        text-align: center; }

.owner-bnr a {
  background: url("../after/img/owner-bnr.jpg") no-repeat center center;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  padding: 110px 80px;
  margin: 80px auto; }
  .owner-bnr a:hover {
    opacity: .7; }
  .owner-bnr a .title .text1 {
    font-weight: bold;
    font-size: 32px;
    vertical-align: middle; }
  .owner-bnr a .title .text2 {
    font-weight: bold;
    font-size: 21px;
    vertical-align: middle;
    padding-left: 10px; }
  .owner-bnr a .text {
    font-weight: bold;
    position: relative;
    padding-right: 40px;
    font-size: 18px; }
    .owner-bnr a .text::after {
      content: "";
      width: 24px;
      height: 5px;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: skew(45deg) translateY(-50%);
      transform: skew(45deg) translateY(-50%);
      margin-top: -2px; }
    .owner-bnr a .text span {
      display: inline-block; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #promise .inner .textarea {
    width: 65%; }
  #promise .inner .image {
    width: 35%; }
    #promise .inner .image p {
      height: auto; }
      #promise .inner .image p.image2 .pcimg {
        display: none; }
      #promise .inner .image p.image2 .spimg {
        display: block; }

  #support .list {
    flex-wrap: wrap; }
    #support .list li {
      width: 46%;
      margin-bottom: 50px; }
      #support .list li:nth-child(3), #support .list li:nth-child(4) {
        margin-bottom: 0; }

  .owner-bnr a {
    padding: 80px 6vw; }
    .owner-bnr a .title .text1 {
      font-size: 30px; }
    .owner-bnr a .title .text2 {
      font-size: 18px;
      display: block;
      padding-left: 0; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .common-title {
    font-size: 26px;
    margin-bottom: 50px; }

  #customer .kakomi {
    padding: 30px;
    font-size: 16px; }

  #promise {
    margin-top: 60px; }
    #promise .inner .textarea {
      width: 60%; }
      #promise .inner .textarea .list li {
        margin-bottom: 40px; }
        #promise .inner .textarea .list li .titlearea .num {
          margin-right: 15px; }
        #promise .inner .textarea .list li .titlearea .title {
          font-size: 18px; }
    #promise .inner .image {
      width: 40%; }
      #promise .inner .image p {
        height: 50%; }

  #support {
    margin-top: 80px; }

  #warranty {
    margin-top: 80px; }
    #warranty .list li {
      display: block;
      padding: 40px 50px; }
      #warranty .list li.last {
        font-size: inherit; }
      #warranty .list li .title {
        margin-bottom: 15px; }
      #warranty .list li .text {
        padding-left: 0; }

  #option {
    margin-top: 80px; }
    #option .title {
      margin-bottom: 50px;
      font-size: 20px; }
    #option .content {
      padding: 50px 30px; }
      #option .content .jhs {
        margin-bottom: 60px; }
      #option .content .target {
        margin-bottom: 60px;
        padding-top: 40px; }
        #option .content .target figure .pcimg {
          display: none; }
        #option .content .target figure .spimg {
          display: inline-block; }
        #option .content .target ul li {
          width: calc(100% / 2);
          font-size: 12px; }
          #option .content .target ul li .img_area .caption {
            font-size: 12px; }
      #option .content .faq {
        margin-bottom: 40px;
        padding-top: 40px; }
        #option .content .faq .box + .box {
          margin-top: 40px; }
        #option .content .faq .box .titlearea .q {
          font-size: 34px; }
        #option .content .faq .box .titlearea .faqtitle {
          font-size: 18px; }
        #option .content .faq .box .body {
          padding: 30px 20px; }

  .owner-bnr a {
    display: block;
    padding: 50px 30px;
    margin: 40px 0 0; }
    .owner-bnr a .title .text2 {
      padding-left: 0;
      font-size: 16px; }
    .owner-bnr a .text {
      display: inline-block;
      margin-top: 30px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .common-title {
    font-size: 21px;
    margin-bottom: 30px; }

  #customer .kakomi {
    padding: 20px;
    font-size: 15px;
    margin-top: 30px;
    border-width: 2px; }

  #promise {
    margin-top: 40px; }
    #promise .inner .textarea {
      width: auto;
      padding-right: 0; }
      #promise .inner .textarea .list li {
        margin-bottom: 25px; }
        #promise .inner .textarea .list li .titlearea {
          display: block;
          text-align: center; }
          #promise .inner .textarea .list li .titlearea .num {
            font-size: 34px;
            margin: 0 0 10px; }
          #promise .inner .textarea .list li .titlearea .title {
            font-size: 18px; }
    #promise .inner .image {
      position: static;
      width: auto;
      height: auto;
      margin-bottom: 35px;
      margin-top: 0; }
      #promise .inner .image p {
        margin-top: 15px; }
        #promise .inner .image p.image1 {
          position: relative;
          padding-top: 66%;
          height: 0; }
          #promise .inner .image p.image1 img {
            position: absolute;
            top: 0;
            left: 0;
            object-position: center center;
            font-family: 'object-position: center center;'; }
        #promise .inner .image p.image2 .pcimg {
          display: block; }
        #promise .inner .image p.image2 .spimg {
          display: none; }

  #support {
    margin-top: 60px; }
    #support .list {
      display: block;
      margin-top: 50px; }
      #support .list li {
        width: auto;
        margin-bottom: 60px; }
        #support .list li:nth-child(3) {
          margin-bottom: 60px; }
        #support .list li:nth-child(4) {
          margin-bottom: 0; }
        #support .list li .cat {
          width: 70px;
          height: 70px;
          line-height: 70px;
          font-size: 16px;
          top: -35px; }
        #support .list li figure p {
          padding-top: 60%; }
        #support .list li .textarea {
          padding: 20px 20px 15px; }
          #support .list li .textarea .title {
            font-size: 17px; }
          #support .list li .textarea .text {
            font-size: 13px;
            margin-top: 10px; }

  #warranty {
    margin-top: 60px; }
    #warranty .list li {
      padding: 35px 30px; }
      #warranty .list li.last {
        padding: 25px; }
      #warranty .list li .title {
        text-align: center;
        font-size: 17px; }

  #option {
    margin-top: 60px; }
    #option .title {
      margin-bottom: 30px;
      font-size: 18px; }
    #option .content {
      padding: 40px 10px 30px; }
      #option .content .jhs {
        margin-bottom: 40px; }
        #option .content .jhs p {
          text-align: start; }
      #option .content .target {
        margin-bottom: 40px; }
        #option .content .target ul li {
          padding: 5px; }
      #option .content .faq {
        margin-bottom: 40px; }
        #option .content .faq .box + .box {
          margin-top: 30px; }
        #option .content .faq .box .titlearea {
          padding: 15px 10px; }
          #option .content .faq .box .titlearea .q {
            font-size: 32px; }
          #option .content .faq .box .titlearea .faqtitle {
            font-size: 16px; }
        #option .content .faq .box .body {
          padding: 20px 10px; }
        #option .content .faq .staff {
          margin-top: 30px; }

  .owner-bnr a {
    padding: 40px 30px; }
    .owner-bnr a .title .text1 {
      font-size: 24px; }
    .owner-bnr a .title .text2 {
      font-size: 15px; }
    .owner-bnr a .text {
      font-size: 16px;
      padding-right: 35px; } }
