:root {
  --base-black: #4f4f4f;
  --base-gray: #eef0f3;
  --base-lightGray: #fdfdfd;
  --base-grayBlue: #97a5b5;
  --base-white: #ffffff;
  --base-lightBlue: #81d8d0;
  --base-red: #f53662;
  --base-lightPink: #f53561;
  --base-peach: #ec73b2;
  --base-brown: #8c4239;
  --base-darkGray: #97a5b5;
  --base-darkBlueGray: #98a6b5;
  --base-inputGray: #cdd6dd;
  --text-black1: #4f4f4f;
  --text-white: #ffffff;
  --text-lightBlue: #81d8d0;
  --text-red: #f53662;
  --text-peach: #ec73b2;
  --text-brown: #8c4239;
  --text-lightPink: #f53561;
  --base-bgBeige: #faf8f5;
  --base-bgLinearTop: #fafcfb;
  --base-darkText: #333;
  --base-mediumText: #555;
  --base-borderGray: #ccc;
  --base-lightBg: #f5f5f5;
  --base-darkGreen: #003032;
  --base-greenAccent: #5eada5;
  --base-purple: #6c5ce7;
  --base-darkPurple: #5b4bc4;
  --base-navy: #1a1a2e;
  --base-borderLight: #e0e0e0;
  --base-borderLightGray: #eee;
  --base-successGreen: #4cc764;
  --intro-border: #e5e7eb;
  --intro-darkGreen: #4e6269;
  --intro-cyan: #5fced8;
  --intro-borderSage: #a6bdc2;
  --intro-lightBg: #f3f4f6;
  --intro-darkText: #314348;
  --intro-yellow: #ffff00;
  --intro-midGreen: #4d6369;
  --base-mintBorder: #e6eeee;
  --base-lightGrayBorder: #eaeaea;
  --base-nearWhiteBg: #f9fbfb;
  --base-paleTealBg: #eaf4f6;
  --base-tealBg: #eaeff0;
  --base-lightMintBorder: #c8ebe9;
  --base-mintBg: #e8f8f7;
  --base-paleMintBg: #e8f5f5;
  --base-borderCard: #e8ecf0;
  --base-lightBorder: #ddd;
  --base-cardBorder: #dbdbdb;
  --base-midGray: #aaa;
  --base-mutedText: #999;
  --base-darkCharcoal: #444;
  --base-midCharcoal: #666;
  --base-slateGray: #6b7280;
  --base-coolGray: #9ca3af;
  --base-paleGray: #f0f0f0;
  --base-hoverGray: #f0f1f3;
  --base-teal: #3bb8b8;
  --base-softTeal: #7ecfcf;
  --base-mediumTeal: #5cc4bb;
  --base-mediumTealDark: #4ab3aa;
  --base-lightTeal: #a8e8e2;
  --base-lightTealScrollTrack: #e8f7f6;
  --base-darkTeal: #1a6b6b;
  --base-lightCyan: #e6faf8;
  --base-googleBlue: #6186ec;
  --base-googleRed: #cd523f;
  --base-googleYellow: #eabe43;
  --base-googleGreen: #63a45d;
  --base-googleStar: #fbbc04;
  --base-googleBadge: #1a73e8;
  --base-googleBadgeHover: #1557b0;
  --base-alertRed: #ff4d5a;
  --base-pink: #e8527a;
  --base-nearBlack: #1a1a1a;
  --base-pureBlack: #000000;
  --fs-3xs: 0.6875rem;
  --fs-xs: 0.75rem;
  --fs-2xs: 0.8125rem;
  --fs-sm: 0.875rem;
  --fs-sm2: 0.9375rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-lg2: 1.375rem;
  --fs-xl: 1.5rem;
  --fs-xl2: 1.75rem;
  --fs-2xl: 1.875rem;
  --fs-2xl2: 2rem;
  --fs-3xl: 2.25rem;
  --fs-4xl: 2.5rem;
  --fs-4xl2: 2.625rem;
  --fs-5xl: 3rem;
  --fs-6xl: 3.75rem;
  --fs-7xl: 4rem;
  --fs-8xl: 4.5rem;
  --fs-9xl: 5rem;
  --fs-display: 6.25rem;
  --font-outfit: Outfit;
  --font-zen: Zen Kaku Gothic New;
}

.p-family__main {
  background-color: var(--base-white);
}

.p-family__content01 {
  width: 100%;
  background-image: url("../img/family/bg_family_content1.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.p-family__content01 .c-flex-gap-30 {
  gap: 10px;
}
@media (max-width: 1000px) {
  .p-family__content01 .c-flex-gap-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-family__content01 {
    background-image: url("../img/common/bg_white_pattern.webp");
    background-position: 0% -170%;
  }
}

.p-family__content01-inner {
  padding-top: 7rem;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-family__content01-inner {
    padding-top: 2rem;
    padding-bottom: 50px;
  }
}

@media (max-width: 1000px) {
  .p-family__content01-img {
    width: 100%;
  }
}

.p-family__content01-title {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--base-lightBlue);
}

.p-family__content02 {
  background-image: -webkit-gradient(linear, left top, right top, from(#eff3f6), color-stop(50%, #b5ece9), to(#97e8e1));
  background-image: linear-gradient(to right, #eff3f6, #b5ece9 50%, #97e8e1);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.p-family__content02-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 20px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-family__content02-wrapper {
    padding: 50px 20px;
    gap: 1.5rem;
  }
}

.p-family__summary {
  padding: 75px 30px 33px;
  background-color: var(--base-white);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-family__summary {
    padding: 45px 15px 20px;
  }
}


.p-family__summary-desc {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-family__summary-desc {
    padding-top: 10px;
  }
}

.p-family__summary-left,
.p-family__summary-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .p-family__summary-left,
  .p-family__summary-right {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-family__summary-left > :first-child {
    padding-top: 50px;
  }
}

.p-family__conditions-list {
  list-style-type: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-family__conditions-list {
    padding-top: 20px;
  }
}

.p-family__conditions-item {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-family__conditions-item {
    line-height: 1.8;
  }
}

.p-family__conditions-list,
.p-family__notes {
  gap: 8px;
}

.p-family__notes-item {
  line-height: 1.5;
  font-size: var(--fs-sm);
}

.p-family__conditions-num {
  font-weight: 700;
  color: var(--text-lightBlue);
}

.p-family__notes {
  list-style-type: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 30px 0;
}

.p-family__case-caption {
  font-weight: 700;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
}

.p-family__case-label {
  font-size: var(--fs-xl);
  color: var(--text-lightBlue);
  font-family: var(--font-outfit);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-family__case-label {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-family__case-item > aside {
    display: contents;
  }
}

.p-family__case-highlight {
  color: var(--text-lightBlue);
}

.p-family__case-price {
  color: var(--text-red);
}

.p-family__case-strike {
  text-decoration: line-through;
  margin-right: 5px;
}

.p-family__table-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.p-family__table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
}
.p-family__table .c-btn--green-wrapper {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  margin-left: 20px;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .p-family__table {
    min-width: 700px;
  }
}

.p-family__table-th {
  text-align: left;
  padding: 18px 0 25px;
  color: var(--text-lightBlue);
  font-weight: 700;
  border-bottom: 1px solid var(--base-mintBorder);
  font-size: var(--fs-base);
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-family__table-th:last-child {
    text-align: right;
  }
}

.p-family__table-td {
  padding: 20px 0;
  border-bottom: 1px solid var(--base-lightGrayBorder);
  font-size: var(--fs-base);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-family__table-td {
    padding: 10px 0;
    text-align: left;
  }
}
.p-family__table-td--first {
  min-width: 321px;
}
@media screen and (max-width: 767px) {
  .p-family__table-td--first {
    width: auto;
    min-width: auto;
  }
}
.p-family__table-td--last {
  text-align: right;
}

.p-family__table-row:hover {
  background: var(--base-nearWhiteBg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-family__table-normal {
  color: var(--base-midCharcoal);
  text-decoration: line-through;
  text-wrap: nowrap;
}

.p-family__table-discount {
  color: var(--base-alertRed);
  font-weight: 700;
  font-size: var(--fs-base);
}

.p-family__case-list {
  list-style-type: none;
  gap: 42px;
}

.p-family__case-item {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--base-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
}
.p-family__case-item > figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-family__case-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1200px) {
  .p-family__case-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-family__case-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 20px;
  }
}

.p-family__point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media (max-width: 1200px) {
  .p-family__point-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-family__point-item {
    gap: 20px;
  }
}

.p-family__main .c-footer-banner__sticker1 {
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .p-family__main .c-faq-ribbon,
  .p-family__main .c-faq__ribbon {
    width: 90vw;
    max-width: none;
    right: -5%;
  }
}
.p-family__main .c-footer-banner__sticker1.p-family__banner-img01 {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-family__main .c-footer-banner__sticker1 img:last-of-type,
  .p-family__main .c-footer-banner__sticker2 img:last-of-type {
    height: 20rem;
    width: auto;
  }
  .p-family__main .c-faq-ribbon,
  .p-family__main .c-faq__ribbon {
    width: 100vw;
    max-width: none;
    right: 0;
    top: 0;
  }
}

.p-family__sticker2-img0201 {
  margin-right: 40px;
}

.p-family__sticker2-img02 {
  margin-right: 70px;
}/*# sourceMappingURL=family.css.map */
