/* GLOBAL */
.vertical-text {
  writing-mode: vertical-rl;
}

.novert {
  writing-mode: horizontal-tb;
}

p, span {
  font-weight: unset;
}

.d--sp {
  display: none;
}

@media (max-width: 768px) {
  .d--pc {
    display: none;
  }

  .d--sp {
    display: block;
  }
}

/* SECTION 01 */
.guarantee-s01 {
  margin-top: 40px;
}

.guarantee-s01__top {
  display: grid;
  grid-template-columns: 992px auto;
  gap: 149px;
  max-width: 1440px;
  margin: 0 auto;
}

.guarantee-s01__right {
  margin-right: auto;
}

.guarantee-s01__text {
  margin-top: 92px;
  display: flex;
  gap: 22px;
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
  z-index: 0;
  position: relative;
}

.guarantee-s01__number {
  width: 100%;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 128px;
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  margin-top: -50px;
}

.guarantee-s01__bottom {
  /* width: 77.77vw; */
  max-width: 1120px;
  margin: 0 auto;
}

.guarantee-s01__bottom-top {
  background: rgba(255, 255, 255, 0.93);
  padding: 84px 96px;
  margin-top: -84px;
  position: relative;
  text-align: center;
}

.guarantee-s01__bottom-title {
  color: #000;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 172.727% */
  margin-bottom: 32px;
}

.guarantee-s01__bottom-text {
  color: #000;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 221.429% */
}

.guarantee-s01__bottom-last-text-1 {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 221.429% */
  margin: 16px 0;
}

.guarantee-s01__bottom-last-text-2 {
  color: #575757;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}

@media (min-width: 769px) and (max-width: 1280px) {
  .guarantee-s01__top {
    display: grid;
    grid-template-columns: 60vw auto;
    gap: 10vw;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
  }

  .guarantee-s01__bottom-top {
    margin-top: 20px;
  }

  .guarantee-s01__text {
    margin: 0;
  }

  .guarantee-s01__bottom {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .guarantee-s01 {
    margin-top: 0;
    position: relative;
  }

  .guarantee-s01__top {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .guarantee-s01__text * {
    writing-mode: horizontal-tb;
  }

  .guarantee-s01__text {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0;
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: 1px;
    margin-top: 80px;
    z-index: 1;
  }

  .guarantee-s01__text-1 {
    grid-row: 1;
    grid-column: 1;
  }
  
  .guarantee-s01__text-2 {
    grid-row: 1;
    grid-column: 2;
  }
  
  .guarantee-s01__text-3 {
    grid-column: span 2;
  }

  .guarantee-s01__right {
    margin: 0 auto;
  }

  .guarantee-s01__number {
    color: #FFF;
    text-align: right;
    font-size: 110px;
    font-style: italic;
    font-weight: 100;
    line-height: normal;
    margin: 0;
    position: absolute;
    top: 11px;
    right: 2px;
  }

  .guarantee-s01__img-box {
    aspect-ratio: 1.38/1;
    overflow: hidden;
  }

  .guarantee-s01__top img {
    object-fit: cover;
    height: 100%;
    transform: scale(1.425);
  }

  .guarantee-s01__bottom {
    margin: 0 auto;
    width: calc(100% - 36px);
  }

  .guarantee-s01__bottom-top {
    margin-top: -20px;
    padding: 50px 30px;
  }

  .guarantee-s01__bottom-title {
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 170.588% */
    letter-spacing: 0.17px;
    margin-bottom: 20px;
  }

  .guarantee-s01__bottom-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 207.143% */
    text-align: left;
  }

  .guarantee-s01__bottom-last {
    padding: 0 30px;
  }

  .guarantee-s01__bottom-last-text-1 {
    margin-top: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 207.143% */
    margin-bottom: 20px;
  }

  .guarantee-s01__bottom-last-text-2 {
    display: grid;
    grid-template-columns: auto 1fr;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
    gap: 4px;
  }
}

/* SECTION 02 */
.guarantee-s02 {
  margin-top: 204px;
}

.guarantee-s02__top {
  display: grid;
  grid-template-columns: auto 992px;
  gap: 147px;
  max-width: 1440px;
  margin: 0 auto;
}

.guarantee-s02__left {
  margin-left: auto;
}

.guarantee-s02__left-text {
  display: flex;
  justify-content: end;
  gap: 22px;
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
  margin-right: 53px;
}

.guarantee-s02__left-number {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 128px;
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  margin-top: 56px;
}

.guarantee-s02__bottom {
  /* width: 77.77vw; */
  max-width: 1120px;
  margin: 0 auto;
}

.guarantee-s02__bottom-top {
  background: rgba(255, 255, 255, 0.93);
  text-align: center;
  padding: 60px 74.5px 74px;
  margin-top: -80px;
  position: relative;
}

.guarantee-s02__bottom-title {
  color: #000;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 204.545% */
  margin-bottom: 40px;
}

.guarantee-s02__bottom-text-1 {
  color: #575757;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  margin: 16px 0 6px;
  max-width: 733px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
}

.guarantee-s02__bottom-text-2 {
  color: #575757;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  max-width: 733px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
}

.guarantee-s02__last {
  max-width: 928px;
  margin: 100px auto 0;
}

.guarantee-s02__last-top {
  border: 3px solid #CCC;
  padding: 53px 64px 54px;
}

.guarantee-s02__last-top-row-col {
  color: #426FA7;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 192px;
}

.guarantee-s02__last-top-row-text {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 221.429% */
}

.guarantee-s02__last-top-row-2
.guarantee-s02__last-top-row-text p:nth-child(2) {
  color: #575757;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  margin-top: 10px;
}

.guarantee-s02__last-top-row-1,
.guarantee-s02__last-top-row-2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 33px;
}

.guarantee-s02__last-top-row-2 {
  border-top: thin solid #ccc;
  margin-top: 15px;
  padding-top: 20px;
}

.guarantee-s02__last-bottom-text {
  color: #575757;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px;
}

@media (max-width: 1200px) {
  .guarantee-s02 {
    margin-top: 110px;
    position: relative;
  }

  .guarantee-s02__top {
    display: block;
  }

  .guarantee-s02__left-text * {
    writing-mode: horizontal-tb;
  }

  .guarantee-s02__left-text {
    flex-direction: column-reverse;
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: 1px;
    gap: 0;
    z-index: 1;
    position: relative;
  }

  .guarantee-s02__left-number {
    color: #FFF;
    font-size: 110px;
    font-style: italic;
    font-weight: 100;
    line-height: normal;
    position: absolute;
    top: -72px;
    left: 13px;
    margin: 0;
  }

  .guarantee-s02__top-img {
    margin-top: 20px;
    aspect-ratio: 1.38/1;
    object-fit: cover;
  }

  .guarantee-s02__bottom-top {
    margin: -20px 18px 0;
    padding: 50px 30px;
  }

  .guarantee-s02__bottom-title {
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 170.588% */
    letter-spacing: 0.17px;
    margin-bottom: 30px;
  }

  .guarantee-s02__bottom-top img:not(.scroll-icon) {
    width: 713px;
  }

  .scroll-icon {
    position: absolute;
    top: 45%;
    right: calc(50% - 62.5px);
    width: 125px;
    height: 125px;
    transition: opacity 0.4s ease;
    opacity: 1;
  }

  .scroll-icon.hidden {
    opacity: 0;
    pointer-events: none;
  }
  
  .guarantee-s02__bottom-img-box {
    width: calc(100% + 48px);
    overflow: scroll;
    background: #fff;
  }

  .guarantee-s02__bottom-text-1 {
    margin: 20px 48px 14px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
  }
  
  .guarantee-s02__bottom-text-2 {
    margin: 0 48px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
  }

  .guarantee-s02__last {
    margin: 50px auto 0;
    width: calc(100% - 36px);
  }

  .guarantee-s02__last-top {
    padding: 30px;
  }

  .guarantee-s02__last-top-row-1 {
    display: block;
  }

  .guarantee-s02__last-top-row-col {
    width: 100%;
    text-align: center;
  }

  .guarantee-s02__last-top-row-col p {
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
  }

  .guarantee-s02__last-top-row-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 207.143% */
  }

  .guarantee-s02__last-top-row-2 {
    padding-top: 15px;
    display: block;
  }

  .guarantee-s02__last-bottom-text {
    margin-top: 20px;
    padding: 0 30px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px;
  }

  .guarantee-s02__last-bottom-text span {
    min-width: 24px;
  }
}

@media (min-width: 768px) {
  .guarantee-s02__bottom-img-box {
    width: 100%;
    overflow: scroll;
    background: #fff;
  }

  .scroll-icon {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .guarantee-s02__left-number {
    left: 50vw;
  }

  .guarantee-s02__top-img {
    aspect-ratio: 16/9;
  }

  .guarantee-s02__bottom-top img:not(.scroll-icon) {
    width: 100%;
  }

  .guarantee-s02__last-top-row-col p {
    text-align: left;
  }

  .guarantee-s02__last-top-row-text br {
    display: none;
  }
}

/* SECTION 03 */
.guarantee-s03 {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.guarantee-s03__title {
  color: #000;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 150% */
}

.guarantee-s03__number {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 128px;
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  margin-top: -7px;
  position: relative;
}

.guarantee-s03__top-img {
  max-width: 1216px;
  margin: -75px auto 0;
  display: block;
  aspect-ratio: 2.11/1;
  object-fit: cover;
  object-position: 0 75%;
}

.guarantee-s03__top-text {
  /* width: 77.77vw; */
  max-width: 1120px;
  margin: -84px auto 0;
  color: #000;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 221.429% */
  background: rgba(255, 255, 255, 0.93);
  padding: 84px 96px;
  position: relative;
}

.guarantee-s03__structure-title {
  color: #426FA7;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px; /* 155% */
  margin-top: 120px;
}

.guarantee-s03__structure-text {
  color: #000;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  margin-top: 15px;
}

.guarantee-s03__structure-graphic {
  max-width: 1120px;
  margin: 50px auto 0;
  position: relative;
  height: 560px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.guarantee-s03__structure-graphic div {
  z-index: 1;
}

.guarantee-s03__structure-graphic p {
  color: #575757;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 281.25% */
  margin-bottom: 22px;
}

.guarantee-s03__structure-cols {
  border: 2px solid red;
  padding: 66px 0;
  border: 1px solid #CCC;
  background: #FFF;
  max-width: 928px;
  margin: -85px auto 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.guarantee-s03__structure-cols::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #CCC;
  display: block;
  top: 0;
  position: absolute;
  left: calc(50% - 0.5px);
}

.guarantee-s03__structure-col-1,
.guarantee-s03__structure-col-2 {
  padding: 0 73px 0 71px;
}

.guarantee-s03__structure-col-1-sub,
.guarantee-s03__structure-col-2-sub {
  color: rgba(181, 132, 37, 0.50);
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.65px;
}

.guarantee-s03__structure-col-2-sub {
  color: rgba(61, 169, 151, 0.50);
}

.guarantee-s03__structure-col-1-title-top,
.guarantee-s03__structure-col-2-title-top {
  color: #B58425;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}

.guarantee-s03__structure-col-2-title-top {
  color: #3DA997;
}

.guarantee-s03__structure-col-1 img,
.guarantee-s03__structure-col-2 img {
  margin: 16px auto 32px;
  display: block;
  width: 100px;
  height: 100px;
}

.guarantee-s03__structure-col-1-title-bottom,
.guarantee-s03__structure-col-2-title-bottom {
  color: #000;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  margin-bottom: 12px;
}

.guarantee-s03__structure-col-1-text,
.guarantee-s03__structure-col-2-text {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
}

.guarantee-s03__ground {
  max-width: 1120px;
  margin: 0 auto 120px;
}

.guarantee-s03__ground-left {
  border: 2px solid red;
  width: 384px;
  padding: 85px 41px;
  border: 3px solid #FFF;
  background: #E8F7FF;
  display: inline-block;
}

.guarantee-s03__ground-left-sub {
  color: rgba(51, 102, 204, 0.50);
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.65px;
  margin-bottom: 3px;
}

.guarantee-s03__ground-left-title {
  color: #36C;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.guarantee-s03__ground-left img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 16px auto 32px;
}

.guarantee-s03__ground-left-text {
  color: #000;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}

.guarantee-s03__ground-right {
  padding: 96px 96px 96px 192px;
  background: #FFF;
  width: 832px;
  margin-left: 288px;
  margin-top: -348px;
}

.guarantee-s03__ground-right-text-1,
.guarantee-s03__ground-right-text-2 {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
}

.guarantee-s03__ground-right-text-1 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.guarantee-s03__termites {
  max-width: 1120px;
  margin: 0 auto 120px;
  position: relative;
}

.guarantee-s03__termites-left {
  max-width: 832px;
  padding: 96px 192px 96px 96px;
  background: #fff;
  display: inline-block;
  margin-top: 100px;
}

.guarantee-s03__termites-left img {
  width: 335px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.guarantee-s03__termites-right-text {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
}

.guarantee-s03__termites-right {
  border: 2px solid red;
  width: 384px;
  padding: 108px 41px;
  border: 3px solid #FFF;
  background: #E8F7FF;
  top: 0;
  position: absolute;
  right: 0;
}

.guarantee-s03__termites-left-sub {
  color: rgba(51, 102, 204, 0.50);
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.65px;
  margin-bottom: 3px;
}

.guarantee-s03__termites-left-title {
  color: #36C;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.guarantee-s03__termites-right img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 16px auto 32px;
}

.guarantee-s03__termites-left-text {
  color: #000;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}

.guarantee-s03__aftercare {
  max-width: 1120px;
  margin: 0 auto 80px;
}

.guarantee-s03__aftercare-left {
  border: 2px solid red;
  width: 384px;
  border: 3px solid #FFF;
  background: #E8F7FF;
  padding: 94px 41px;
  position: relative;
}

.guarantee-s03__aftercare-left-sub {
  color: rgba(51, 102, 204, 0.50);
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.65px;
  margin-bottom: 3px;
}

.guarantee-s03__aftercare-left-title {
  color: #36C;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.guarantee-s03__aftercare-left-text {
  color: #000;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}

.guarantee-s03__aftercare-left img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 16px auto 32px;
}

.guarantee-s03__aftercare-right {
  width: 832px;
  padding: 96px 96px 96px 192px;
  background: #fff;
  margin-left: auto;
  margin-top: -348px;
}

.guarantee-s03__aftercare-right-text {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .guarantee-s03 {
    margin-top: 100px;
  }

  .guarantee-s03__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: 1px;
  }

  .guarantee-s03__number {
    font-size: 110px;
    font-style: italic;
    font-weight: 100;
    line-height: normal;
    margin-top: -13px;
  }

  .guarantee-s03__top-img {
    width: 100%;
    aspect-ratio: 1.38/1;
    object-fit: cover;
    margin: -56px auto 0;
  }

  .guarantee-s03__top-text {
    padding: 50px 29.75px;
    margin: -20px auto 0;
    width: calc(100% - 36px);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 207.143% */
    text-align: left;
  }

  .guarantee-s03__structure-title {
    margin-top: 50px;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px; /* 182.353% */
  }

  .guarantee-s03__structure-text {
    margin: 5px 48px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    line-height: 26px; /* 185.714% */
  }

  .guarantee-s03__structure-graphic {
    margin: 40px auto 0;
    height: 100%;
  }

  .guarantee-s03__structure-graphic img {
    margin: 0 auto;
    padding: 0;
  }

  .guarantee-s03__structure-graphic::after {
    width: 48.1333vw;
  }

  .guarantee-s03__structure-graphic div {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .guarantee-s03__structure-graphic p {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 346.154% */
    margin-bottom: 10px;
  }

  .guarantee-s03__structure-cols {
    width: calc(100% - 30px);
    margin: -30px auto 80px;
    grid-template-columns: 1fr;
    gap: 6px;
    background: none;
    border: none;
    padding: 0;
  }

  .guarantee-s03__structure-cols::after {
    display: none;
  }

  .guarantee-s03__structure-col-1,
  .guarantee-s03__structure-col-2 {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 50px 32px;
  }

  .guarantee-s03__structure-col-1-sub, .guarantee-s03__structure-col-2-sub {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.55px;
  }

  .guarantee-s03__structure-col-1-title-top, .guarantee-s03__structure-col-2-title-top {
    margin-top: 3px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .guarantee-s03__structure-col-1 img, .guarantee-s03__structure-col-2 img {
    width: 80px;
    height: 80px;
    margin: 16px auto;
  }

  .guarantee-s03__structure-col-1-title-bottom, .guarantee-s03__structure-col-2-title-bottom {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
  }

  .guarantee-s03__structure-col-1-text, .guarantee-s03__structure-col-2-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }

  .guarantee-s03__ground {
    margin: 0 auto 80px;
  }

  .guarantee-s03__ground-left {
    width: calc(100% - 48px);
    padding: 40px 39px;
  }

  .guarantee-s03__ground-left-sub {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.55px;
  }

  .guarantee-s03__ground-left-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .guarantee-s03__ground-left img {
    width: 80px;
    height: 80px;
    margin: 16px auto;
  }

  .guarantee-s03__ground-left-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 181.25% */
  }

  .guarantee-s03__ground-right {
    padding: 100px 0 50px;
    background: #FFF;
    width: 100%;
    margin-left: 0;
    margin-top: -60px;
  }

  .guarantee-s03__ground-right img {
    padding-left: 15px;
  }

  .guarantee-s03__ground-right-text-1, .guarantee-s03__ground-right-text-2 {
    padding: 0 48px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }

  .guarantee-s03__termites {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }

  .guarantee-s03__termites-right {
    width: calc(100% - 48px);
    padding: 40px 39px;
    position: relative;
    margin-left: auto;
  }

  .guarantee-s03__termites-left-sub {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.55px;
  }

  .guarantee-s03__termites-left-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .guarantee-s03__termites-right img {
    width: 80px;
    height: 80px;
    margin: 16px auto;
  }

  .guarantee-s03__termites-left-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
  }

  .guarantee-s03__termites-left {
    max-width: 832px;
    padding: 100px 0 50px;
    background: #fff;
    display: inline-block;
    margin-top: -60px;
  }

  .guarantee-s03__termites-right-text {
    margin: 0 48px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }

  .guarantee-s03__aftercare {
    margin-bottom: 37px;
  }

  .guarantee-s03__aftercare-left {
    width: calc(100% - 48px);
    padding: 40px 39px;
    position: relative;
  }

  .guarantee-s03__aftercare-left-sub {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.55px;
  }

  .guarantee-s03__aftercare-left-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .guarantee-s03__aftercare-left img {
    width: 80px;
    height: 80px;
    margin: 16px auto;
  }

  .guarantee-s03__aftercare-left-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
  }

  .guarantee-s03__aftercare-right {
    width: 100%;
    padding: 100px 0 50px;
    background: #fff;
    margin-left: auto;
    margin-top: -60px;
  }

  .guarantee-s03__aftercare-right img {
    padding: 0 48px;
  }

  .guarantee-s03__aftercare-right-text {
    padding: 0 48px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .guarantee-s03__structure-text {
    text-align: center;
  }

  .guarantee-s03__termites-left {
    max-width: 100%;
  }
}

/* FLOOR PLAN */
.modal-content {
  transition: opacity 0.3s ease;
  padding: 30px 20px 30px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 200px) !important;
}

.modal-overlay {
  transition: opacity 0.3s ease;
  opacity: 0;
}

.guarantee-fp__title {
  color: #426FA5;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 250% */
}

.guarantee-fp__graphic {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1200px) {
  .guarantee-fp__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }

  .guarantee-fp__graphic {
    margin: 0 auto;
    width: calc(100% - 30px);
    padding: 15px;
    background: #fff;
  }

  .zumen_btn {
    width: 20px;
    height: 20px;
  }

  #icon8 {
    top: 3% !important;
    left: 0% !important;
  }
  
  #icon7 {
    top: 28% !important;
    left: 17% !important;
  }
  
  #icon6 {
    top: 54% !important;
    left: 11% !important;
  }
  
  #icon5 {
    top: 30% !important;
    left: 33% !important;
  }
  
  #icon4 {
    top: 45% !important;
    left: 41% !important;
  }
  
  #icon3 {
    top: 56% !important;
    left: 85% !important;
  }
  
  #icon2 {
    top: 35% !important;
    left: 79% !important;
  }
  
  #icon1 {
    top: 10% !important;
    left: 71.25% !important;
  }

  .modal-content h1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 200% */
  }
}

@media screen and (max-width: 767px) {
  .modal-content {
    left: 10% !important;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #icon8 {
    top: 4% !important;
    left: 1% !important;
  }
  
  #icon7 {
    top: 32% !important;
    left: 19% !important;
  }
  
  #icon6 {
    top: 60% !important;
    left: 13.5% !important;
  }
  
  #icon5 {
    top: 34% !important;
    left: 35.5% !important;
  }
  
  #icon4 {
    top: 49% !important;
    left: 43.5% !important;
  }
  
  #icon3 {
    top: 60% !important;
    left: 90% !important;
  }
  
  #icon2 {
    top: 36% !important;
    left: 83% !important;
  }
  
  #icon1 {
    top: 13% !important;
    left: 75.75% !important;
  }
}

/* AFTER SERVICE */
.guarantee-aftsvc {
  background: #fff;
  margin-top: 160px;
  padding: 160px 0;
}

.guarantee-aftsvc__title {
  color: #333;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 160.714% */
  margin-bottom: 14px;
}

.guarantee-aftsvc__sub {
  color: #333;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 194.444% */
  margin-bottom: 84px;
}

.guarantee-aftsvc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-self: center;
  gap: 72px;
  margin-bottom: 120px;
}

.guarantee-aftsvc__icon img {
  width: 128px;
  height: 128px;
  display: block;
  margin: 0 auto 25px;
}

.guarantee-aftsvc__icon p {
  color: #333;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 161.111% */
}

.guarantee-aftsvc__footer {
  border: 2px solid #CCC;
  width: 928px;
  height: 208px;
  margin: 0 auto;
  display: flex;
  padding-top: 67px;
}

.guarantee-aftsvc__footer-left {
  margin-left: 96px;
  display: flex;
  flex-direction: column;
  width: 352px;
  gap: 12px;
}

.guarantee-aftsvc__footer-left h2 {
  color: #426FA7;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px; /* 155% */
}

.guarantee-aftsvc__footer-left p {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 221.429% */
}

.guarantee-aftsvc__footer-right img {
  width: 20px;
  height: 20px;
  margin-top: 1.5px;
}

.guarantee-aftsvc__footer-right h2 {
  color: #333;
  font-family: "Roboto Slab";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.56px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.guarantee-aftsvc__footer-right p {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 221.429% */
}

@media (max-width: 1280px) {
  .guarantee-aftsvc__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-self: center;
    gap: 20px;
    margin-bottom: 120px;
  }

  .guarantee-aftsvc__icon p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 170.588% */
  }

  .guarantee-aftsvc__icon img {
    width: 78px;
    height: 78px;
    display: block;
    margin: 0 auto 25px;
  }

  .guarantee-aftsvc__footer {
    width: calc(100% - 36px);
    padding: 50px 32px !important;
    flex-direction: column;
    height: auto;
  }

  .guarantee-aftsvc__footer-left {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    text-align: center;
    margin-bottom: 16px;
  }

  .guarantee-aftsvc__footer-right {
    text-align: center;
  }

  .guarantee-aftsvc__footer-right h2 {
    justify-content: center;
  }

  .guarantee-aftsvc__footer-right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 207.143% */
  }
}

@media (max-width: 600px) {
  .guarantee-aftsvc {
    margin-top: 80px;
    padding-top: 65px;
    padding-bottom: 60px;
  }

  .guarantee-aftsvc__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .guarantee-aftsvc__sub {
    text-align: left;
    margin: 0 48px 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 207.143% */
  }

  .guarantee-aftsvc__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    padding: 0 48px;
    margin-bottom: 50px;
  }

  .guarantee-aftsvc__icon {
    width: 100%;
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .guarantee-aftsvc__icon img {
    width: 78px;
    height: 78px;
    margin: 0;
  }

  .guarantee-aftsvc__icon p {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 170.588% */
    padding: 0 !important;
    text-align: left;
  }

  .guarantee-aftsvc__footer {
    width: calc(100% - 36px);
    padding: 50px 32px !important;
    flex-direction: column;
    height: auto;
  }

  .guarantee-aftsvc__footer-left {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    text-align: center;
    margin-bottom: 16px;
  }

  .guarantee-aftsvc__footer-right {
    text-align: center;
  }

  .guarantee-aftsvc__footer-right h2 {
    justify-content: center;
  }

  .guarantee-aftsvc__footer-right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 207.143% */
  }
}

/* CARE */
.guarantee-care {
  margin-bottom: 120px;
}

.guarantee-care img {
  aspect-ratio: 2.50/1;
  object-fit: cover;
  height: auto;
}

.guarantee-care__text {
  max-width: 1216px;
  margin: -60px auto 0;
  position: relative;
  background: rgba(255, 255, 255, 0.93);
  padding: 100px 192px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.guarantee-care__text p {
  color: #333;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px; /* 217.647% */
  letter-spacing: 0.68px;
}

@media (max-width: 1200px) {
  .guarantee-care {
    margin-bottom: 30px;
  }

  .guarantee-care img {
    aspect-ratio: 1.38/1;
  }

  .guarantee-care__text {
    max-width: 1216px;
    margin: -30px 18px 0;
    position: relative;
    background: rgba(255, 255, 255, 0.93);
    padding: 50px 44px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .guarantee-care__text p {
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 207.143% */
    letter-spacing: 0.56px;
  }
}