@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}

.page-hero {
  text-align: center;
  display: block;
}
.page-hero .page-hero-ttl {
  background: url(../../assets/img/top_promise_bg.webp) center center no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0px;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .page-hero .page-hero-ttl {
    padding: 40px 0px;
    font-size: 1.5em;
  }
}
.page-hero .page-hero-subttl {
  background: #f3efe6;
  padding: 20px 0px;
  line-height: 1.8;
}

/* ==========================================================================
 About section
========================================================================== */
.about-hero-section {
  position: relative;
  padding: 60px 20px 9vw;
  text-align: center;
  overflow: hidden;
  background: #fff url("../../assets/img/page_about_top_bg_pc_sky.webp") repeat-x bottom center;
  background-size: contain;
}
@media (min-width: 1400px) {
  .about-hero-section {
    background-size: 1400px auto;
  }
}
.about-hero-section::before {
  content: "";
  position: absolute;
  left: -32vw;
  bottom: 0;
  width: 60vw;
  height: auto;
  aspect-ratio: 939/682;
  background: url("../../assets/img/page_about_top_bg_pc_tree.webp") no-repeat bottom left;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .about-hero-section {
    padding: 30px 20px 200px;
    text-align: center;
    position: relative;
    background-image: url("../../assets/img/page_about_top_bg_sp.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
  }
  .about-hero-section::before {
    display: none;
  }
}
.about-hero-section .about-hero-icon {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .about-hero-section .about-hero-icon {
    margin-bottom: 30px;
  }
}
.about-hero-section .about-hero-icon img {
  width: 100px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .about-hero-section .about-hero-icon img {
    width: 80px;
  }
}
.about-hero-section .about-hero-label {
  font-weight: bold;
  color: #3C7A48;
  margin-bottom: 10px;
  line-height: 1.5;
}
.about-hero-section .about-hero-label-l {
  font-size: 1.8em;
  font-weight: bold;
  color: #3C7A48;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.about-hero-section .about-hero-label-l span {
  font-size: 0.7em;
  font-weight: bold;
}
.about-hero-section .about-hero-label-l .caution {
  position: absolute;
  top: 2em;
  left: 7.8em;
  font-size: 0.4em;
  font-weight: normal;
  color: #3C7A48;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .about-hero-section .about-hero-label-l .caution {
    top: 2em;
    right: 2em;
  }
}
.about-hero-section .about-hero-lead {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: center;
}
.about-hero-section .about-hero-lead span {
  font-weight: bold;
}
.about-hero-section .caution-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  margin-top: 30px;
}

.about-features {
  padding: 110px 20px;
  background: #e6f7ff;
  background: url("../../assets/img/page_about_tokucho-bg.webp") no-repeat center bottom/cover;
}
@media screen and (max-width: 960px) {
  .about-features {
    padding: 40px 6.25vw;
  }
}
.about-features .section-title {
  font-size: 1.5em;
  color: #000;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .about-features .section-title {
    font-size: 1.2em;
    width: 90%;
    margin: 0 auto 30px;
    padding: 10px 0;
  }
}
.about-features .section-title span {
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .about-features .section-title span {
    font-size: 1.7em;
  }
}

.about-features-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 60px 80px;
}
@media screen and (max-width: 960px) {
  .about-features-inner {
    margin: 0 auto;
    border-radius: 12px;
    padding: 40px 20px;
  }
}

.about-feature-item {
  margin: 80px auto 0;
}
@media screen and (max-width: 960px) {
  .about-feature-item {
    margin: 30px auto 0;
  }
}
.about-feature-item .number {
  display: block;
  width: 100px;
  height: 45px;
  margin: 0 auto 15px;
  border-bottom: 1px solid #00A9CC;
  font-size: 2em;
  font-weight: bold;
  color: #00A9CC;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .about-feature-item .number {
    width: 80px;
  }
}
.about-feature-item h3 {
  text-align: center;
  font-size: 1.2em;
  color: #00A9CC;
  margin-bottom: 25px;
  line-height: 1.4;
}
.about-feature-item .about-feature-text {
  margin-bottom: 20px;
  line-height: 1.7em;
}
.about-feature-item .top-ser-cta {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .about-feature-item .top-ser-cta {
    margin-top: 10px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 500px;
  margin: 30px auto 50px;
  background: #fff;
}
@media screen and (min-width: 961px) {
  .card-group {
    flex-direction: row;
    max-width: 1200px;
    flex-wrap: nowrap;
  }
}
.card-group .card {
  position: relative;
  padding: 30px 20px 45px;
  margin-bottom: -18px;
  background: transparent;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 50% 100%, 0% calc(100% - 20px));
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 50% 100%, 0% calc(100% - 20px));
}
@media screen and (min-width: 961px) {
  .card-group .card {
    flex: 1;
    padding: 40px 15px;
    margin-bottom: 0;
    margin-right: -18px;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
  }
}
.card-group .card::before, .card-group .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.card-group .card::after {
  background: #fff;
  z-index: -2;
  transform: scale(1.02);
  display: none;
}
.card-group .card::before {
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 25px), 50% calc(100% - 5px), 0% calc(100% - 25px));
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 25px), 50% calc(100% - 5px), 0% calc(100% - 25px));
}
@media screen and (min-width: 961px) {
  .card-group .card::before {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 25px) 0%, calc(100% - 5px) 50%, calc(100% - 25px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 25px) 0%, calc(100% - 5px) 50%, calc(100% - 25px) 100%, 0% 100%);
  }
}
.card-group .card .card-ttl {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin: 0 auto 25px;
  line-height: 1.4;
}
.card-group .card.green {
  z-index: 4;
}
.card-group .card.green::before {
  background-color: #ebfad7;
}
.card-group .card.green::after {
  display: block;
}
.card-group .card.green ul {
  border-left: 5px solid #3C7A48;
}
.card-group .card.orange {
  z-index: 3;
}
.card-group .card.orange .card-ttl {
  margin: 15px auto 25px;
}
.card-group .card.orange::before {
  background-color: #fde9d5;
}
.card-group .card.orange::after {
  display: block;
}
.card-group .card.orange ul {
  border-left: 5px solid #F18D00;
}
@media screen and (min-width: 961px) {
  .card-group .card.orange .card-ttl {
    margin: 0 auto 25px;
  }
}
.card-group .card.green::after, .card-group .card.orange::after {
  display: block;
}
.card-group .card.blue, .card-group .card.red {
  -webkit-clip-path: none;
          clip-path: none;
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .card-group .card.blue, .card-group .card.red {
    margin-right: 0;
  }
}
.card-group .card.blue::before, .card-group .card.blue::after, .card-group .card.red::before, .card-group .card.red::after {
  -webkit-clip-path: none;
          clip-path: none;
}
.card-group .card.blue::after, .card-group .card.red::after {
  display: none;
}
.card-group .card.blue {
  z-index: 2;
}
.card-group .card.blue .card-ttl {
  margin: 15px auto 25px;
}
.card-group .card.blue::before {
  background-color: #dff3fb;
}
.card-group .card.blue ul {
  border-left: 5px solid #41b6e8;
}
.card-group .card.blue .card-group-list img {
  width: 100px;
}
@media screen and (min-width: 961px) {
  .card-group .card.blue .card-group-list img {
    width: 120px;
  }
}
@media screen and (min-width: 961px) {
  .card-group .card.blue .card-ttl {
    margin: 0 auto 25px;
  }
}
.card-group .card.red {
  z-index: 1;
  margin-top: 5px;
}
.card-group .card.red::before {
  background-color: #ffe6e6;
}
.card-group .card.red .card-ttl {
  background: #fff;
  padding: 4px 15px;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.card-group .card.red .card-text {
  font-size: 1em;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .card-group .card.red .card-text {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 961px) {
  .card-group .card.red {
    margin-left: 5px;
    margin-top: 0;
  }
}
.card-group .card .card-group-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .card-group .card .card-group-list {
    flex-direction: column;
    max-width: 100%;
  }
}
.card-group .card .card-group-list ul {
  list-style: none;
  padding-left: 10px;
  flex: 1;
  text-align: left;
}
.card-group .card .card-group-list ul li {
  padding-left: 0.8em;
  text-indent: -0.8em;
  font-size: 0.8em;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .card-group .card .card-group-list ul li {
    font-size: 1em;
  }
}
.card-group .card .card-group-list img {
  width: 70px;
  height: auto;
  flex-shrink: 0;
}

.about-feature-img {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 25px;
}
.about-feature-img img {
  width: 45%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-feature-img div {
  flex: 1;
}
@media (max-width: 768px) {
  .about-feature-img {
    flex-direction: column;
  }
  .about-feature-img img {
    width: 100%;
  }
}

.about-feature-btn {
  text-align: center;
  margin-top: 30px;
}
.about-feature-btn .btn-top-feature {
  background: #004801;
  margin: 0 auto;
}
.about-feature-btn .btn-top-feature::after {
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

.about-more-section {
  padding: 80px 20px;
  background-color: #f5f3e4;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .about-more-section {
    padding: 40px 6.25vw;
  }
}
.about-more-section .more-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .about-more-section .more-title {
    font-size: 1.35em;
    margin-bottom: 20px;
  }
}
.about-more-section .more-concierge-title {
  font-size: 1.2em;
  margin-top: 80px;
}
.about-more-section .more-container {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-more-section .more-banner {
  display: block;
  text-decoration: none;
  padding: 20px 20px;
  border-radius: 20px;
  background: #3C7A48 url("../../assets/img/top_promise_bg.webp") no-repeat center/cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.about-more-section .more-banner .more-banner-text {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.5;
}
.about-more-section .more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  background-color: #003A12;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  padding: 0 20px;
}
.about-more-section .more-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 960px) {
  .about-more-section .more-btn {
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  .about-more-section .about-more .more-banner-text {
    font-size: 16px;
  }
  .about-more-section .about-more .more-btn {
    font-size: 14px;
    height: 50px;
  }
}/*# sourceMappingURL=about.css.map */