@charset "UTF-8";
@import url("global.css");
.introduction {
  position: relative;
  margin-bottom: 80px;
}
.introduction .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc( 50% + 30px );
  left: max(calc( (100% - 1600px) / 2 ),0px);
}
.introduction .image figure {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.introduction .image .title {
  position: absolute;
  top: -50px;
  right: 50px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  font-size: clamp(24px, 4.5vw, 46px);
  z-index: 2;
  line-height: 1;
}
.introduction .image .title span {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  letter-spacing: .05em;
}
.introduction .image .title span::before {
  content: "";
  background-color: #fff;
  position: absolute;
  inset: .1em;
  z-index: -1;
}
.introduction .wrapper {
  display: flex;
  align-items: center;
}
.introduction .wrapper::before {
  content: "";
  display: block;
  height: 480px;
  width: 0;
}
.introduction .text {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
  margin-left: auto;
}
.introduction .text p + p {
  margin-top: 20px;
}

.guarantee {
  margin-block: 60px;
}

.section {
  border-top: #B09F94 1px solid;
  padding-block: 80px;
}
.section .sec_title {
  text-align: center;
  margin-bottom: 30px;
}
.section .sec_title .ex {
  font-size: 18px;
  display: inline-block;
  padding: 3px 30px;
  border-radius: 100px;
  margin-bottom: 5px;
}
.section .sec_title .title {
  font-size: clamp(24px, 4.5vw, 46px);
  font-weight: 700;
}
.section .inner {
  display: flex;
  gap: min(60px,5vw);
}
.section .image {
  width: 430px;
  max-width: 42%;
  flex-shrink: 0;
  border-radius: 3px;
  overflow: hidden;
}
.section .main {
  flex-grow: 1;
}
.section .main .point {
  background-color: #fff;
  margin-top: 30px;
  padding: 20px 30px;
  font-size: .9em;
  border-radius: 3px;
}
.section .main .point a {
  text-decoration-color: rgba(207, 178, 157, 0.5);
  text-decoration-line: underline;
  text-decoration-thickness: 6px;
  text-underline-offset: -1px;
  text-decoration-skip-ink: none;
}
.section .main .point a::after {
  content: "\f08e";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  color: #B09F94;
  display: inline-block;
  margin-inline: 3px 5px;
}

#jiban .sec_title .ex {
  background-color: #CFB29D;
}

#kashi .sec_title .ex {
  background-color: #A5B29C;
}

#shiroari .sec_title .ex {
  background-color: #709DA3;
}

.maintenance {
  background: url("../img/bg_texture_pink.jpg") repeat center;
  padding-block: 1px 70px;
  margin-top: 80px;
}
.maintenance .title {
  line-height: 1.1;
  text-align: center;
  margin-block: -34px 70px;
}
.maintenance .title span {
  display: block;
}
.maintenance .title .en {
  font-size: clamp(30px, 6vw, 60px);
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
}
.maintenance .title .ja {
  font-size: clamp(15px, 2.6vw, 19px);
}
.maintenance .inner {
  display: flex;
  gap: min(80px,6vw);
  align-items: center;
}
.maintenance .image {
  flex: 1;
}
.maintenance .text {
  flex: 1;
}
.maintenance .text p + p {
  margin-top: 20px;
}

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

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .introduction .image {
    left: 0;
    right: calc( 50% + 2.3vw );
  }
  .introduction .image figure {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .introduction .image .title {
    top: -40px;
    right: 6%;
  }
  .introduction .wrapper::before {
    height: 400px;
  }
  .introduction .text {
    padding-left: 2.3vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .introduction {
    margin-bottom: 60px;
  }
  .introduction .image .title {
    top: -4vw;
    right: 6%;
  }
  .introduction .image .title span {
    margin-left: 2vw;
  }
  .introduction .wrapper::before {
    height: 40vw;
  }
  .introduction .text p + p {
    margin-top: 1em;
  }

  .guarantee {
    margin-block: 40px;
  }

  .section {
    padding-block: 50px;
  }
  .section .sec_title {
    margin-bottom: 30px;
  }
  .section .sec_title .ex {
    font-size: 16px;
  }
  .section .image {
    max-width: 47.5%;
  }
  .section .main .point {
    margin-top: 25px;
    padding: 15px 20px;
  }

  .maintenance {
    margin-top: 60px;
  }
  .maintenance .title {
    margin-block: -3.2vw 50px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .introduction {
    margin-bottom: 30px;
  }
  .introduction .image {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    margin-right: 5vw;
    margin-bottom: 30px;
    aspect-ratio: 3 / 2;
  }
  .introduction .image .title {
    top: -6vw;
    right: 8%;
  }
  .introduction .wrapper {
    display: block;
  }
  .introduction .wrapper::before {
    display: none;
  }
  .introduction .text {
    width: auto;
    padding-left: 0;
  }

  .guarantee {
    margin-block: 30px;
  }

  .section {
    padding-block: 40px;
  }
  .section .sec_title {
    margin-bottom: 15px;
  }
  .section .sec_title .ex {
    font-size: 15px;
    padding: 3px 25px;
    margin-bottom: 3px;
  }
  .section .inner {
    display: block;
  }
  .section .image {
    width: auto;
    max-width: 240px;
    margin: 0 auto 25px;
  }
  .section .main .point {
    margin-top: 20px;
  }
  .section .main .point a {
    text-decoration-thickness: 4px;
    text-underline-offset: 0;
  }

  .maintenance {
    padding-block: 1px 60px;
    margin-top: 40px;
  }
  .maintenance .title {
    margin-block: -5vw 40px;
  }
  .maintenance .inner {
    display: block;
  }
  .maintenance .image {
    margin: 0 auto 25px;
    max-width: 300px;
  }
  .maintenance .text p + p {
    margin-top: 1em;
  }
}

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