@charset "UTF-8";
.close-intro__inner {
  display: flex;
  align-items: center;
  gap: 3.25em;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .close-intro__inner {
    gap: 2.5em;
  }
}
@media (max-width: 768px) {
  .close-intro__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 2em;
  }
}
.close-intro__col {
  min-width: 0;
}
.close-intro__col--media {
  flex: 0 1 46%;
}
@media (max-width: 768px) {
  .close-intro__col--media {
    flex: none;
    width: 100%;
  }
}
.close-intro__col--body {
  flex: 1 1 54%;
}
@media (max-width: 768px) {
  .close-intro__col--body {
    flex: none;
  }
}
.close-intro__photo {
  position: relative;
  margin-right: 0.875em;
  margin-bottom: 0.875em;
}
@media (max-width: 768px) {
  .close-intro__photo {
    margin-right: 0.75em;
    margin-bottom: 0.75em;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
.close-intro__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #3BB24D;
  border-radius: 5.5rem 0 5.5rem 0;
  transform: translate(0.875em, 0.875em);
}
@media (max-width: 768px) {
  .close-intro__photo::before {
    border-radius: 3.25rem 0 3.25rem 0;
    transform: translate(0.625em, 0.625em);
  }
}
.close-intro__photo-shape {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5.5rem 0 5.5rem 0;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .close-intro__photo-shape {
    border-radius: 3.25rem 0 3.25rem 0;
    border-width: 2px;
  }
}
.close-intro__photo-shape img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.close-intro__text {
  font-weight: 500;
  line-height: 2;
  color: #3C3C3C;
  margin: 0;
}
.close-intro__text + .close-intro__text {
  margin-top: 1.25em;
}
@media (max-width: 768px) {
  .close-intro__text + .close-intro__text {
    margin-top: 1em;
  }
}

/* 特徴 */
.close-features {
  background-color: #F5F3E9;
}
.close-features__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25em;
}
@media (max-width: 1024px) {
  .close-features__list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.close-features__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #3BB24D;
  border-radius: 10px;
  padding: 4em 1.25em 1.875em;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .close-features__card {
    padding: 2.5rem 1.5rem 1.75rem;
  }
}
.close-features__point {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 0.65em;
  font-family: "Work Sans", sans-serif;
  font-size: 0.625rem;
  line-height: 1;
  color: #ffffff;
  background-color: #3BB24D;
  border-radius: 4px;
  min-width: 70px;
}
@media (max-width: 768px) {
  .close-features__point {
    font-size: 0.625rem;
  }
}
.close-features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 8.75rem;
  margin: 0 auto 1.5rem;
  background-color: #EDF8EF;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .close-features__icon {
    width: 6.75rem;
    height: 6.75rem;
    margin-bottom: 1.25rem;
  }
}
.close-features__icon img {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
}
.close-features__title {
  font-family: "UDKakugoLargePro6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  color: #3C3C3C;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .close-features__title {
    font-size: 1.0625em;
  }
}
.close-features__text {
  font-weight: 500;
  line-height: 2;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .close-features__text {
    font-size: 0.875em;
    line-height: 1.7;
  }
}

/* 選ばれる理由 */
.close-reason {
  background-color: #f5f2e9;
}
.close-reason__inner {
  display: flex;
  align-items: center;
  gap: 3.25em;
  padding-bottom: 7.5em;
}
@media (max-width: 1024px) {
  .close-reason__inner {
    gap: 2.5em;
  }
}
@media (max-width: 768px) {
  .close-reason__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 2em;
    padding-bottom: 5em;
  }
}
.close-reason__col {
  min-width: 0;
}
.close-reason__col--body {
  width: 49%;
}
@media (max-width: 768px) {
  .close-reason__col--body {
    width: 100%;
  }
}
.close-reason__col--media {
  width: 44%;
}
@media (max-width: 768px) {
  .close-reason__col--media {
    width: 100%;
  }
}
.close-reason__head {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .close-reason__head {
    margin-bottom: 1.5em;
  }
}
.close-reason__catch {
  font-size: 2em !important;
  line-height: 1.75 !important;
}
@media (max-width: 768px) {
  .close-reason__catch {
    font-size: 1.5em !important;
  }
}
@media (max-width: 768px) {
  .close-reason__catch br {
    display: none;
  }
}
.close-reason__text {
  font-weight: 500;
  line-height: 2;
  margin: 0;
}
.close-reason__text + .close-reason__text {
  margin-top: 1.25em;
}
@media (max-width: 768px) {
  .close-reason__text + .close-reason__text {
    margin-top: 1em;
  }
}
.close-reason__btn {
  margin-top: 2.5em;
  max-width: 240px;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25em;
}
@media (max-width: 768px) {
  .close-reason__btn {
    margin-top: 1.75rem;
    max-width: none;
  }
}
.close-reason__btn-text {
  display: inline-block;
}
.close-reason__photo {
  position: relative;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .close-reason__photo {
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
.close-reason__photo::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -0.625rem;
  bottom: -0.625rem;
  width: 92%;
  height: 92%;
  box-sizing: border-box;
  border-right: 14px solid #3BB24D;
  border-bottom: 14px solid #3BB24D;
  border-radius: 0 0 5rem 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .close-reason__photo::after {
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-radius: 0 0 3.25rem 0;
    right: -0.5rem;
    bottom: -0.5rem;
  }
}
.close-reason__photo-shape {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5rem 0 5rem 0;
  background-color: #ffffff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .close-reason__photo-shape {
    border-radius: 3.25rem 0 3.25rem 0;
  }
}
.close-reason__photo-shape img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.close-supply__inner {
  padding-top: 6.25em;
}
.close-supply__heading {
  margin-bottom: 3.75em;
}
.close-supply__list {
  list-style: none;
  padding: 0;
  margin-bottom: 3em;
}
.close-supply__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5em;
}
@media (max-width: 768px) {
  .close-supply__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 1em;
  }
}
.close-supply__action-btn {
  max-width: 240px;
  box-sizing: border-box;
  padding: 1.25em 2em;
}
@media (max-width: 768px) {
  .close-supply__action-btn {
    max-width: none;
    width: 100%;
  }
}
.close-supply__action-btn-text {
  display: inline-block;
}