@charset "UTF-8";
@import url("global.css");
.introduction {
  margin-bottom: 100px;
}
.introduction .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.introduction .catch {
  flex: 1;
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #132240;
  line-height: 1.5;
}
.introduction .text {
  width: 50%;
}
.introduction .text p + p {
  margin-top: 1em;
}
.introduction figure {
  width: 90%;
  margin: 0 auto;
}

.section {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #aeaeae;
}
.section:last-of-type {
  border-bottom: none;
}
.section .title {
  position: relative;
  margin-bottom: 40px;
  color: #132240;
  font-size: min(30px,5vw);
  font-weight: 600;
}
.section .title span {
  background: #132240;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  line-height: 1.0;
  display: inline-block;
  font-size: 80%;
  font-weight: 600;
}
.section .inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.section .text {
  flex: 1;
  padding-right: 50px;
}
.section .text .catch {
  margin-bottom: 30px;
  font-size: clamp(16px, 2.6vw, 25px);
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #132240;
  line-height: 1.5;
}
.section .text table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #aeaeae;
  border-left: 1px solid #aeaeae;
  margin-top: 30px;
}
.section .text table th, .section .text table td {
  border-bottom: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  padding: 10px 20px;
  line-height: 1.4;
}
.section .text table th {
  width: 100px;
  text-align: center;
}
.section .image {
  width: 40%;
  box-sizing: border-box;
}

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

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .introduction {
    margin-bottom: 80px;
  }
  .introduction .inner {
    display: block;
    margin-bottom: 50px;
  }
  .introduction .catch {
    margin-bottom: 20px;
  }
  .introduction .text {
    width: 100%;
  }
  .introduction figure {
    width: 100%;
  }

  .section {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .section .title {
    margin-bottom: 20px;
  }
  .section .inner {
    display: block;
  }
  .section .text {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .section .text .catch {
    margin-bottom: 20px;
  }
  .section .image {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .introduction {
    margin-bottom: 50px;
  }
  .introduction .inner {
    margin-bottom: 30px;
  }

  .section {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .section .text .catch {
    margin-bottom: 10px;
  }
  .section .text table {
    margin-top: 20px;
  }
  .section .text table th, .section .text table td {
    padding: 7px 10px;
  }
  .section .text table th {
    width: 80px;
  }
}

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