@charset "UTF-8";
/*
$serif: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
$roman: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
@import url("global.css");
.intro {
  margin-bottom: 100px;
}
.intro .wrapper {
  text-align: center;
}
.intro .lead {
  font-size: 32px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 60px;
}
.intro .text p {
  font-size: 18px;
}
.intro .text p br {
  display: none;
}

#bodyarea > section .title {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}
#bodyarea > section .title span {
  display: block;
}
#bodyarea > section .title .en {
  margin-bottom: 5px;
  font-size: 52px;
  font-weight: 700;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
#bodyarea > section .title .ja {
  font-size: 18px;
  font-weight: bold;
}

.service ol li .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.service ol li .img {
  width: 50%;
  height: 500px;
}
.service ol li .textarea {
  width: 50%;
  padding-left: 50px;
}
.service ol li .textarea dl dt {
  font-size: 30px;
  line-height: 1.5;
  position: relative;
  padding-left: 105px;
  margin-bottom: 40px;
}
.service ol li .textarea dl dt i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service ol li .textarea dl dt small {
  display: block;
  font-size: 24px;
}
.service ol li .textarea dl dd p {
  margin-bottom: 20px;
}
.service ol li .textarea dl dd p:last-of-type {
  margin-bottom: 0;
}
.service ol li .textarea dl dd .link {
  margin-top: 20px;
  text-align: right;
}
.service ol li .textarea dl dd .link span {
  display: inline-block;
}
.service ol li .textarea dl dd .link span a {
  display: block;
  padding: 20px 90px 20px 30px;
  background: #252122;
  color: #FFF;
  border-radius: 50px;
  text-align: left;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
}
.service ol li .textarea dl dd .link span a::before {
  content: "";
  width: 60px;
  height: 5px;
  background: url("../img/arrow3.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  opacity: 0.5;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.service ol li .textarea dl dd .link span a:hover {
  background-color: #F08803;
}
.service ol li .textarea dl dd .link span a:hover::before {
  right: 15px;
  opacity: 1;
}
.service ol li:nth-child(odd) {
  background: #eee;
}
.service ol li:nth-child(odd) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.service ol li:nth-child(odd) .textarea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 50px 0 0;
}
.service.rev .content {
  background-color: #eee;
  padding-block: 60px;
}
.service.rev .content .wrapper {
  text-align: center;
}
.service.rev .content .subtitle_area {
  margin-bottom: 50px;
}
.service.rev .content .subtitle_area .subtitle {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 30px;
}
.service.rev .content .subtitle_area .subtitle small {
  display: block;
  font-size: 24px;
}
.service.rev .content .wrap {
  background-color: #fff;
  max-width: 1000px;
  margin-inline: auto;
}
.service.rev .content .wrap .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 20px 20px 40px;
}
.service.rev .content .wrap .inner .img figcaption {
  padding: 1em 0.2em;
  font-size: 23px;
  font-weight: bold;
}
.service.rev .content .wrap .inner .sup {
  margin-top: 1.5em;
  text-align: left;
  font-size: 0.9em;
}

.warranty {
  margin-top: 90px;
}
.warranty .title + p {
  text-align: center;
  margin: 50px auto;
}
.warranty ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.warranty ul li {
  width: 32%;
  padding: 40px;
  border: 2px solid #252122;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.warranty ul li dl dt {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
.warranty ul li dl dt::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 80px;
  height: 2px;
  background-color: #F08803;
}
.warranty ul li dl dd {
  text-align: justify;
}
.warranty.rev ul {
  --gap: 25px;
  --column: 3;
  --width: calc((100% - (var(--gap) * (var(--column) - 1))) / var(--column));
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--gap);
}
.warranty.rev ul li {
  width: var(--width);
}
.warranty.rev ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.warranty.rev ul li dl dd:not(.img) {
  margin-bottom: 30px;
}
.warranty.rev ul li dl dd.img {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-height: 270px;
  margin-top: auto;
}
.warranty.rev ul li dl dd.img .objectfit.contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

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

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .intro .text p br {
    display: block;
  }
  .warranty ul li {
    padding: 40px 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .intro {
    margin-bottom: 70px;
  }
  .intro .lead {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .intro .text p {
    font-size: 17px;
  }
  #bodyarea > section .title {
    margin-bottom: 40px;
  }
  .service ol li .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .service ol li .img {
    width: 47%;
  }
  .service ol li .textarea {
    width: 53%;
    padding-left: 35px;
  }
  .service ol li .textarea dl dt {
    font-size: 27px;
    padding-left: 100px;
    margin-bottom: 30px;
  }
  .service ol li .textarea dl dt i {
    width: 80px;
  }
  .service ol li .textarea dl dt small {
    font-size: 21px;
  }
  .service ol li .textarea dl dd .link span a {
    padding: 15px 90px 15px 20px;
  }
  .service ol li:nth-child(odd) .textarea {
    padding: 0 35px 0 0;
  }
  .service.rev .content .subtitle_area {
    margin-bottom: 30px;
  }
  .service.rev .content .subtitle_area .subtitle {
    margin-bottom: 20px;
    font-size: 27px;
  }
  .service.rev .content .subtitle_area .subtitle small {
    font-size: 21px;
  }
  .service.rev .content .wrap .inner {
    padding: 10px 20px 30px;
  }
  .service.rev .content .wrap .inner .img figcaption {
    font-size: 16px;
  }
  .warranty {
    margin-top: 70px;
  }
  .warranty .title + p {
    margin: 40px auto;
  }
  .warranty ul {
    display: block;
  }
  .warranty ul li {
    width: 100%;
    padding: 30px;
    margin-top: 30px;
  }
  .warranty ul li dl dt {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .warranty ul li dl dt::after {
    margin: 10px auto 0;
  }
  .warranty.rev ul {
    --gap: 25px;
    --column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .warranty.rev ul li {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .spnone {
    display: none;
  }
  .intro {
    margin-bottom: 60px;
  }
  .intro .lead {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .intro .lead br {
    display: block;
  }
  .intro .text {
    text-align: justify;
  }
  .intro .text p {
    display: inline;
    font-size: 16px;
  }
  .intro .text p br {
    display: none;
  }
  #bodyarea > section .title {
    margin-bottom: 25px;
  }
  #bodyarea > section .title .en {
    font-size: 40px;
  }
  #bodyarea > section .title .ja {
    font-size: 16px;
  }
  .service ol li .wrapper {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .service ol li .img {
    width: 100%;
    height: 250px;
  }
  .service ol li .textarea {
    width: 100%;
    padding: 20px 0 0;
  }
  .service ol li .textarea dl dt {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    padding-left: 0;
    margin-bottom: 20px;
    position: static;
  }
  .service ol li .textarea dl dt i {
    position: static;
    display: block;
    width: 42px;
    margin: 0 auto 10px;
    -webkit-transform: none;
    transform: none;
  }
  .service ol li .textarea dl dt small {
    font-size: 18px;
  }
  .service ol li .textarea dl dd p {
    margin-bottom: 15px;
  }
  .service ol li .textarea dl dd .link {
    margin-top: 20px;
    text-align: center;
  }
  .service ol li .textarea dl dd .link span a {
    padding: 10px 90px 10px 20px;
  }
  .service ol li .textarea dl dd .link span a:hover::before {
    right: 20px;
  }
  .service ol li:nth-child(odd) {
    background: #eee;
  }
  .service ol li:nth-child(odd) .textarea {
    padding: 20px 0 0;
  }
  .service.rev .content .subtitle_area .subtitle {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .service.rev .content .subtitle_area .subtitle small {
    font-size: 18px;
  }
  .service.rev .content .subtitle_area p {
    text-align: left;
  }
  .warranty {
    margin-top: 50px;
  }
  .warranty .title + p {
    text-align: left;
    margin: 25px 20px;
  }
  .warranty ul li {
    margin-top: 15px;
    padding: 30px 15px;
  }
  .warranty ul li dl dt {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .warranty ul li dl dt::after {
    margin: 8px auto 0;
    width: 60px;
  }
  .warranty.rev ul {
    --gap: 25px;
    --column: 1;
  }
  .warranty.rev ul li {
    margin-top: 0;
  }
  .warranty.rev ul li dl dd:not(.img) {
    margin-bottom: 30px;
  }
  .warranty.rev ul li dl dd.img {
    max-height: 200px;
  }
}