@charset "UTF-8";
@import url("global.css");
.intro {
  position: relative;
  padding-bottom: 100px;
}
.intro .img {
  position: absolute;
  z-index: -1;
  left: 50px;
  top: -65px;
  width: 269px;
}
.intro .text {
  text-align: center;
}
.intro .text .catch {
  margin-bottom: 60px;
  font-size: clamp(20px, 3vw, 32px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.intro .ph {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -100px;
  width: 248px;
}

.benefits {
  background-color: #FFF;
  padding: 80px 0 120px;
}
.benefits .title {
  text-align: center;
  margin-bottom: 45px;
}
.benefits .title span {
  display: block;
  text-indent: 0;
  color: #8B835A;
}
.benefits .title .en {
  font-size: clamp(24px, 3.4vw, 32px);
  font-family: "Marcellus", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: .08em;
}
.benefits .title .en::before, .benefits .title .en::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #727E82;
  display: inline-block;
  vertical-align: 7px;
  margin: 0 15px;
}
.benefits .title .ja {
  vertical-align: 1px;
}
.benefits .title .ja::before {
  content: "［";
  display: inline-block;
  margin-right: 3px;
}
.benefits .title .ja::after {
  content: "］";
  display: inline-block;
  margin-left: 3px;
}
.benefits #benefits_main {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.benefits #benefits_main .benefits_item {
  width: 48%;
  padding: 30px;
  border: #727E82 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.benefits #benefits_main .benefits_item:first-of-type {
  border-color: #8B835A;
}
.benefits #benefits_main .benefits_item dl {
  width: 100%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.benefits #benefits_main .benefits_item dl dt {
  color: #8B835A;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: clamp(17px, 2.4vw, 22px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.benefits #benefits_main .benefits_item dl dt small {
  display: block;
  font-size: .68em;
}
.benefits #benefits_main .benefits_item dl dd > p.maintext {
  line-height: 1.5;
}
.benefits #benefits_main .benefits_item dl dd > p.maintext span {
  display: inline-block;
  font-weight: 500;
  color: #8B835A;
  padding-inline: 3px;
}
.benefits #benefits_main .benefits_item dl dd > p.maintext strong {
  padding-inline: 1px;
  font-size: 1.3em;
  letter-spacing: 0;
  vertical-align: -1px;
}
.benefits #benefits_main .benefits_item .image {
  flex-shrink: 0;
  width: 160px;
}
.benefits #present {
  max-width: 900px;
  margin: 90px auto 0;
  background-color: #FFF;
  border: #8B835A solid 1px;
  padding: 70px 25px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.benefits #present::before {
  content: "";
  width: 70px;
  height: 78px;
  background: url("../owner/introduction/img/icon.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -43px;
  left: 50%;
  margin-left: -30px;
}
.benefits #present .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.benefits #present .image {
  width: 260px;
  flex-shrink: 0;
}
.benefits #present .text {
  max-width: 57%;
}
.benefits #present .text .happy {
  color: #8B835A;
  margin-bottom: 15px;
  font-size: clamp(16px, 2.5vw, 22px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.benefits #present .text .more {
  margin: 20px 0;
  display: inline-block;
  color: #8B835A;
  line-height: 1.6;
  padding: 0 1.5em;
  font-size: clamp(20px, 3.2vw, 28px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}
.benefits #present .text .more::before, .benefits #present .text .more::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.2em;
}
.benefits #present .text .more::before {
  content: "＼";
  left: 0;
}
.benefits #present .text .more::after {
  content: "／";
  right: 0;
}
.benefits #present .text .maintext {
  line-height: 1.5;
}
.benefits #present .text .maintext span {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 500;
  color: #8B835A;
  padding-inline: 8px;
}
.benefits #present .text .maintext strong {
  padding-inline: 5px;
  font-size: 1.7em;
  letter-spacing: 0;
  vertical-align: -1px;
}
.benefits .notice {
  margin: 70px auto 0;
  max-width: 900px;
  padding: 35px 30px;
  border-top: #727E82 solid 1px;
  border-bottom: #727E82 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.benefits .notice .title {
  position: absolute;
  left: 0;
  top: -10px;
  display: inline-block;
  background-color: #FFF;
  padding-right: 15px;
  line-height: 20px;
  font-weight: 500;
}
.benefits .notice ul {
  font-size: .8em;
  line-height: 1.5;
}
.benefits .notice ul > li {
  margin-block: 3px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.benefits .notice ul > li::before {
  content: "※";
  padding-right: .15rem;
  text-indent: 0;
}

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

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .intro .img {
    left: 0;
    top: -30px;
    width: 240px;
  }
  .intro .ph {
    bottom: -120px;
    width: 200px;
  }

  .benefits #benefits_main .benefits_item {
    width: 49%;
    padding: 25px;
  }
  .benefits #benefits_main .benefits_item dl dd > p.maintext strong {
    font-size: 1.2em;
  }
  .benefits #benefits_main .benefits_item .image {
    width: 140px;
  }
  .benefits #present {
    margin: 70px auto 0;
    padding: 60px 20px 45px;
  }
  .benefits #present .image {
    max-width: 32%;
  }
  .benefits #present .text {
    max-width: none;
  }
  .benefits .notice {
    margin: 60px auto 0;
    padding: 30px 25px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .intro .img {
    left: -15px;
    top: -140px;
    width: 190px;
  }
  .intro .text .catch {
    margin-bottom: 45px;
  }
  .intro .text p:not([class]) {
    text-align: justify;
  }
  .intro .ph {
    bottom: -100px;
    width: 160px;
  }

  .benefits {
    padding: 65px 0 80px;
  }
  .benefits .title {
    margin-bottom: 40px;
  }
  .benefits #benefits_main .benefits_item {
    padding: 25px 20px 20px;
  }
  .benefits #benefits_main .benefits_item dl dt {
    margin-bottom: 15px;
  }
  .benefits #benefits_main .benefits_item .image {
    width: 120px;
  }
  .benefits #present {
    margin: 65px auto 0;
    padding: 50px 25px 40px;
    container-type: inline-size;
  }
  @container ( width <= 600px ) {
    .benefits #present .inner {
      display: block;
    }
    .benefits #present .inner .image {
      margin: 0 auto 30px;
    }
    .benefits #present .text {
      text-align: center;
    }
    .benefits #present .text .happy {
      margin-bottom: 10px;
    }
  }
  .benefits .notice {
    margin: 60px auto 0;
    padding: 25px 20px;
  }
  .benefits .notice .title {
    padding-right: 10px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .intro {
    padding-bottom: 80px;
  }
  .intro .img {
    position: static;
    width: 140px;
    margin: 0 auto 20px;
  }
  .intro .text {
    text-align: justify;
  }
  .intro .text .catch {
    margin-bottom: 25px;
  }
  .intro .text .catch br {
    display: none;
  }
  .intro .ph {
    right: -2vw;
    bottom: -25px;
    width: 100px;
  }

  .benefits {
    padding: 45px 0 50px;
  }
  .benefits .title {
    margin-bottom: 35px;
  }
  .benefits .title .en::before, .benefits .title .en::after {
    width: 20px;
    margin: 0 13px;
  }
  .benefits #benefits_main {
    display: block;
    justify-content: space-between;
  }
  .benefits #benefits_main .benefits_item {
    width: 100%;
    padding: 20px 15px 25px;
    margin-bottom: 20px;
  }
  .benefits #benefits_main .benefits_item .image {
    width: 100px;
  }
  .benefits #present {
    padding: 50px 15px 35px;
  }
  .benefits #present::before {
    width: 60px;
    height: 65px;
    top: -35px;
    margin-left: -24px;
  }
  .benefits #present .text .more {
    margin: 15px 0;
    line-height: 1.5;
  }
  .benefits #present .text .maintext span {
    padding-inline: 5px;
  }
  .benefits #present .text .maintext strong {
    padding-inline: 3px;
  }
  .benefits .notice {
    margin: 35px auto 0;
    padding: 25px 15px;
  }
  .benefits .notice .title {
    padding-right: 8px;
  }
}
