*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  min-width: 180px;
  max-width: 100%;
  min-height: 50px;
  padding: 14px 20px 14px 24px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  border-radius: 6px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  text-align: center;
}
@media (max-width: 1049px) {
  .c-btn {
    width: 100%;
    font-size: 16px;
    padding: 16px 18px;
  }
}
.c-btn:hover {
  opacity: 0.88;
}
.c-btn__arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-btn__arrow svg {
  width: 12px;
  height: 12px;
}

.c-btn--orange {
  background: #F28A13;
  color: #FFFFFF;
}

.c-btn--white {
  background: #FFFFFF;
  color: #F28A13;
}

.c-btn--green {
  background: #009B4A;
  color: #FFFFFF;
}

.c-btn--lg {
  width: 100%;
  max-width: 580px;
  min-height: 80px;
  font-size: 22px;
  border-radius: 6px;
}
@media (max-width: 1049px) {
  .c-btn--lg {
    min-height: 64px;
    font-size: 18px;
  }
}

.c-btn--center {
  display: inline-flex;
}

.c-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #009B4A;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: none;
}
@media (max-width: 1049px) {
  .c-tag {
    font-size: 13px;
  }
}

.c-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #006159;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1049px) {
  .c-section-title {
    font-size: 26px;
    line-height: 1.45;
  }
}
.c-section-title__num {
  color: #FFBB00;
  font-size: 1.1em;
  margin-right: 0.05em;
}

.c-section-lead {
  font-size: 16px;
  line-height: 1.8;
  color: #1A1A1A;
  margin-top: 18px;
}
@media (max-width: 1049px) {
  .c-section-lead {
    font-size: 15px;
  }
}

.c-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFBB00;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 18px;
  border-radius: 999px;
}
@media (max-width: 1049px) {
  .c-badge {
    font-size: 13px;
    padding: 6px 14px;
  }
}
.c-badge--lg {
  font-size: 16px;
  padding: 10px 24px;
}
@media (max-width: 1049px) {
  .c-badge--lg {
    font-size: 14px;
  }
}

.c-card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1049px) {
  .c-card {
    padding: 22px 20px;
    border-radius: 8px;
  }
}
.c-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #006159;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (max-width: 1049px) {
  .c-card__title {
    font-size: 17px;
  }
}
.c-card__text {
  font-size: 15px;
  line-height: 1.85;
  color: #1A1A1A;
}
@media (max-width: 1049px) {
  .c-card__text {
    font-size: 14px;
  }
}
.c-card__num {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.c-card--numbered .c-card__title {
  margin-bottom: 18px;
}

.c-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-bullet-list > li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.8;
  color: #1A1A1A;
}
.c-bullet-list > li + li {
  margin-top: 10px;
}
.c-bullet-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #009B4A;
}
@media (max-width: 1049px) {
  .c-bullet-list > li {
    font-size: 14px;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  background: transparent;
}

.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1049px) {
  .l-header__inner {
    align-items: flex-start;
  }
}

.l-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #F4F2EF;
  border-bottom-right-radius: 6px;
  padding: 15px 20px;
  height: 71px;
  pointer-events: auto;
}
@media (max-width: 1049px) {
  .l-header__brand {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 5px;
    padding: 5px 15px 15px;
  }
}

.l-header__logo {
  width: 200px;
  height: auto;
  display: block;
}
@media (max-width: 1049px) {
  .l-header__logo {
    padding-bottom: 5px;
  }
}

.l-header__brand-divider {
  flex-shrink: 0;
  width: 1px;
  height: 37px;
  background: rgba(0, 0, 0, 0.18);
}
@media (max-width: 1049px) {
  .l-header__brand-divider {
    width: 100%;
    height: 1px;
  }
}

.l-header__brand-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1;
  white-space: nowrap;
}

.l-header__brand-sub {
  font-size: 10px;
  font-weight: 500;
  color: #595959;
  margin: 0;
  line-height: 1;
}

.l-header__brand-title {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1;
}

.l-header__right {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 11px 24px;
  pointer-events: auto;
}
@media (max-width: 1049px) {
  .l-header__right {
    display: none;
  }
}

.l-header__nav {
  display: flex;
  align-items: center;
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-header__nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  pointer-events: auto;
}
.l-header__nav-link:hover {
  opacity: 0.7;
}

.l-header__cta {
  min-width: 180px;
  min-height: 50px;
  padding: 15px 5px 15px 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
  justify-content: flex-start;
  text-align: left;
}
.l-header__cta > p,
.l-header__cta > span:first-child {
  flex: 1 1 auto;
  text-align: left;
}

.l-header__hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  width: 50px;
  height: 50px;
  background: #006159;
  border: 0;
  border-radius: 6px;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1049px) {
  .l-header__hamburger {
    display: inline-flex;
  }
}
.l-header__hamburger-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
}
.l-header__hamburger-icon span, .l-header__hamburger-icon::before, .l-header__hamburger-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #FFFFFF;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.l-header__hamburger-icon span {
  top: 7px;
}
.l-header__hamburger-icon::before {
  top: 0;
}
.l-header__hamburger-icon::after {
  top: 14px;
}
.l-header__hamburger.is-open .l-header__hamburger-icon span {
  opacity: 0;
}
.l-header__hamburger.is-open .l-header__hamburger-icon::before {
  transform: translateY(7px) rotate(45deg);
}
.l-header__hamburger.is-open .l-header__hamburger-icon::after {
  transform: translateY(-7px) rotate(-45deg);
}

.l-drawer {
  position: fixed;
  inset: 0;
  background: #006159;
  z-index: 99;
  padding: 96px 24px 32px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  pointer-events: auto;
}
.l-drawer.is-open {
  transform: translateX(0);
}
.l-drawer__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.l-drawer__link {
  display: block;
  color: #FFFFFF;
  padding: 18px 12px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.l-drawer__cta .c-btn {
  width: 100%;
  justify-content: center;
}
.l-drawer__cta .c-btn > p,
.l-drawer__cta .c-btn > span:first-child {
  flex: 0 1 auto;
  text-align: center;
}

.p-hero {
  position: relative;
  height: 810px;
  overflow: hidden;
  isolation: isolate;
  color: #FFFFFF;
}
@media (max-width: 1049px) {
  .p-hero {
    height: auto;
    min-height: 640px;
    padding-bottom: 40px;
  }
}
.p-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  display: block;
}
.p-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-hero__inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 183px 24px 0 209px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1199px) {
  .p-hero__inner {
    padding-left: 80px;
  }
}
@media (max-width: 1049px) {
  .p-hero__inner {
    padding: 140px 28px 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}
@media (max-width: 1049px) {
  .p-hero__inner {
    padding: 130px 20px 30px;
    gap: 30px;
  }
}
.p-hero__content {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-hero__badges {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.p-hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 1049px) {
  .p-hero__badge {
    font-size: 13px;
    padding: 6px 12px;
  }
}
.p-hero__title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 1049px) {
  .p-hero__title {
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.55;
    white-space: normal;
  }
}
.p-hero__lead {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.1em;
}
.p-hero__lead p + p {
  margin-top: 0.4em;
}
@media (max-width: 1049px) {
  .p-hero__lead {
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.05em;
  }
}
.p-hero__buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 1049px) {
  .p-hero__buttons {
    flex-direction: column;
    gap: 12px;
  }
}
.p-hero__buttons .c-btn {
  width: 230px;
}
@media (max-width: 1049px) {
  .p-hero__buttons .c-btn {
    width: 100%;
  }
}
.p-hero__icons {
  flex-shrink: 0;
  position: relative;
  width: 416px;
  height: 406px;
  margin-top: 50px;
}
@media (max-width: 1049px) {
  .p-hero__icons {
    margin: 10px auto 0;
    align-self: center;
  }
}
@media (max-width: 1049px) {
  .p-hero__icons {
    width: 300px;
    height: 290px;
  }
}
.p-hero__icon {
  position: absolute;
  width: 216px;
  height: auto;
}
@media (min-width: 1050px) and (max-width: 1049px) {
  .p-hero__icon {
    width: 180px;
  }
}
@media (max-width: 1049px) {
  .p-hero__icon {
    width: 150px;
  }
}
.p-hero__icon--co2 {
  top: 0;
  left: 98px;
  z-index: 3;
}
@media (min-width: 1050px) and (max-width: 1049px) {
  .p-hero__icon--co2 {
    left: 80px;
  }
}
@media (max-width: 1049px) {
  .p-hero__icon--co2 {
    left: 75px;
  }
}
.p-hero__icon--jinzai {
  top: 171px;
  left: 0;
  z-index: 2;
}
@media (min-width: 1050px) and (max-width: 1049px) {
  .p-hero__icon--jinzai {
    top: 145px;
  }
}
@media (max-width: 1049px) {
  .p-hero__icon--jinzai {
    top: 130px;
    left: 0;
  }
}
.p-hero__icon--torikumi {
  top: 182px;
  left: 199px;
  z-index: 1;
}
@media (min-width: 1050px) and (max-width: 1049px) {
  .p-hero__icon--torikumi {
    top: 155px;
    left: 160px;
  }
}
@media (max-width: 1049px) {
  .p-hero__icon--torikumi {
    top: 130px;
    left: 150px;
  }
}

.p-trouble {
  background: #F4F2EF;
  padding: 100px 0 80px;
}
@media (max-width: 1049px) {
  .p-trouble {
    padding: 60px 0 50px;
  }
}
.p-trouble__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1049px) {
  .p-trouble__inner {
    padding: 0 20px;
  }
}
.p-trouble__top {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 1.2fr);
  gap: 40px 60px;
  align-items: start;
}
@media (min-width: 1050px) {
  .p-trouble__top {
    grid-template-columns: minmax(420px, 1fr) minmax(460px, 1.2fr);
  }
}
@media (max-width: 1049px) {
  .p-trouble__top {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
@media (min-width: 1050px) {
  .p-trouble__title-wrap {
    padding-top: 20px;
  }
}
.p-trouble__title {
  font-size: 32px;
  font-weight: 700;
  color: #006159;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 1050px) {
  .p-trouble__title {
    white-space: nowrap;
  }
}
@media (max-width: 1049px) {
  .p-trouble__title {
    font-size: 22px;
  }
}
.p-trouble__illust {
  display: none;
}
@media (min-width: 1050px) {
  .p-trouble__illust {
    display: block;
    margin-top: 80px;
    width: 320px;
    height: auto;
  }
}
.p-trouble__illust-sp {
  display: block;
  margin: 30px auto;
  width: 200px;
  height: auto;
}
@media (min-width: 1050px) {
  .p-trouble__illust-sp {
    display: none;
  }
}
.p-trouble__cards {
  display: grid;
  gap: 20px;
}
@media (max-width: 1049px) {
  .p-trouble__cards {
    gap: 16px;
  }
}
.p-trouble__card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 22px 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1049px) {
  .p-trouble__card {
    padding: 18px 20px;
  }
}
.p-trouble__card-title {
  font-size: 19px;
  font-weight: 700;
  color: #006159;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (max-width: 1049px) {
  .p-trouble__card-title {
    font-size: 17px;
  }
}
.p-trouble__card-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #1A1A1A;
}
@media (max-width: 1049px) {
  .p-trouble__card-text {
    font-size: 14px;
  }
}
.p-trouble__cta {
  margin-top: 70px;
  background: linear-gradient(180deg, #00766c 0%, #003B36 100%);
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
  padding: 60px 30px 70px;
}
@media (max-width: 1049px) {
  .p-trouble__cta {
    margin-top: 40px;
    padding: 40px 20px 50px;
  }
}
.p-trouble__cta-badge {
  display: inline-block;
  background: #FFBB00;
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 24px;
  border-radius: 999px;
  margin-bottom: 30px;
}
@media (max-width: 1049px) {
  .p-trouble__cta-badge {
    font-size: 13px;
    padding: 5px 18px;
    margin-bottom: 22px;
  }
}
.p-trouble__cta-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 1049px) {
  .p-trouble__cta-title {
    font-size: 18px;
    line-height: 1.65;
  }
}
.p-trouble__cta-lead {
  margin-top: 26px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 1049px) {
  .p-trouble__cta-lead {
    font-size: 13.5px;
    margin-top: 20px;
  }
}

.p-support {
  background: #006159;
  padding: 100px 0 110px;
  color: #FFFFFF;
}
@media (max-width: 1049px) {
  .p-support {
    padding: 60px 0 70px;
  }
}
.p-support__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1049px) {
  .p-support__inner {
    padding: 0 20px;
  }
}
.p-support__tag {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 14px;
}
.p-support__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  letter-spacing: 0.04em;
}
@media (max-width: 1049px) {
  .p-support__title {
    font-size: 24px;
  }
}
.p-support__title .c-section-title__num {
  color: #FFBB00;
}
.p-support__head {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 1049px) {
  .p-support__head {
    margin-bottom: 30px;
  }
}
.p-support__head-badge {
  margin-bottom: 6px;
}
@media (max-width: 1049px) {
  .p-support__head-badge {
    margin-bottom: 0;
  }
}
.p-support__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1049px) {
  .p-support__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-support__card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 32px 30px;
  color: #1A1A1A;
}
@media (max-width: 1049px) {
  .p-support__card {
    padding: 24px 22px;
  }
}
.p-support__card-num {
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.p-support__card-title {
  font-size: 19px;
  font-weight: 700;
  color: #006159;
  margin-bottom: 18px;
}
@media (max-width: 1049px) {
  .p-support__card-title {
    font-size: 17px;
  }
}
.p-support__card-text {
  font-size: 14.5px;
  line-height: 1.85;
  color: #1A1A1A;
}
@media (max-width: 1049px) {
  .p-support__card-text {
    font-size: 14px;
  }
}

.p-table {
  background: #F4F2EF;
  padding: 100px 0 90px;
}
@media (max-width: 1049px) {
  .p-table {
    padding: 60px 0 50px;
  }
}
.p-table__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1049px) {
  .p-table__inner {
    padding: 0 20px;
  }
}
.p-table__head {
  margin-bottom: 36px;
}
@media (max-width: 1049px) {
  .p-table__head {
    margin-bottom: 22px;
  }
}
.p-table__title {
  font-size: 30px;
  font-weight: 900;
  color: #006159;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0 0 22px;
}
@media (max-width: 1049px) {
  .p-table__title {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
  }
}
.p-table__wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  border-radius: 6px;
}
@media (max-width: 1049px) {
  .p-table__wrap {
    padding-bottom: 8px;
  }
}
.p-table__note {
  margin-top: 18px;
  text-align: right;
  font-size: 12.5px;
  color: #1A1A1A;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 1049px) {
  .p-table__note {
    font-size: 11px;
    text-align: left;
  }
}

.c-compare-table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
  background: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
  table-layout: fixed;
}
@media (max-width: 1049px) {
  .c-compare-table {
    min-width: 760px;
  }
}
.c-compare-table th:first-child,
.c-compare-table td:first-child {
  background: #D8E3E3;
  color: #1A1A1A;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 240px;
  padding: 20px 16px;
  border-bottom: 2px solid #FFFFFF;
  line-height: 1.5;
}
@media (max-width: 1049px) {
  .c-compare-table th:first-child,
  .c-compare-table td:first-child {
    width: 160px;
    font-size: 14px;
    padding: 16px 10px;
  }
}
.c-compare-table tr:last-child th:first-child,
.c-compare-table tr:last-child td:first-child {
  border-bottom: 0;
}
.c-compare-table td:not(:first-child),
.c-compare-table th:not(:first-child) {
  background: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.4;
  border-bottom: 1px solid #D8E3E3;
  border-left: 1px solid #D8E3E3;
}
.c-compare-table tbody tr:last-child td {
  border-bottom: 0;
}
.c-compare-table thead .c-compare-table__head-cell {
  padding: 15px 10px 10px;
  vertical-align: top;
}
.c-compare-table thead .c-compare-table__head-cell > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.c-compare-table__logo {
  margin: 0 auto 10px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-compare-table__logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.c-compare-table__logo--text {
  font-size: 27px;
  font-weight: 900;
  color: #4B4A47;
  letter-spacing: 0.02em;
  line-height: 36px;
}
.c-compare-table__provider {
  font-size: 12px;
  color: #666666;
  margin: 0 0 15px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.5;
}
.c-compare-table__tags {
  display: flex;
  gap: 4px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.c-compare-table__tag {
  background: #FFBB00;
  color: #1A1A1A;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  line-height: 1;
}
.c-compare-table__highlight {
  background: #FFBB00 !important;
  font-weight: 700;
  color: #1A1A1A !important;
  font-size: 12px !important;
  text-align: center;
  padding: 10px !important;
  border: 0 !important;
  line-height: 1.5;
}
.c-compare-table__intro {
  background: #006159 !important;
  color: #FFFFFF !important;
  text-align: left !important;
  vertical-align: top !important;
  padding: 20px !important;
  font-size: 14px !important;
  line-height: 1.7;
  border: 0 !important;
  font-weight: 400 !important;
}
.c-compare-table__intro strong {
  display: block;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.c-compare-table__free {
  color: #009B4A;
  font-weight: 700;
}
.c-compare-table__ok {
  color: #009B4A;
  font-size: 20px;
  line-height: 1;
}
.c-compare-table__ng {
  color: #1A1A1A;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.c-compare-table small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
}

.p-jinzai {
  background: #FFFFFF;
  padding: 90px 0 100px;
}
@media (max-width: 1049px) {
  .p-jinzai {
    padding: 50px 0 60px;
  }
}
.p-jinzai__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1049px) {
  .p-jinzai__inner {
    padding: 0 20px;
  }
}
.p-jinzai__inner {
  position: relative;
}
.p-jinzai__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 40px;
}
@media (max-width: 1049px) {
  .p-jinzai__head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
    margin-bottom: 22px;
  }
}
.p-jinzai__title-block {
  max-width: 760px;
}
.p-jinzai__title {
  font-size: 32px;
  font-weight: 700;
  color: #006159;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 0 22px;
}
@media (max-width: 1049px) {
  .p-jinzai__title {
    font-size: 22px;
  }
}
.p-jinzai__lead {
  font-size: 15px;
  line-height: 1.85;
  color: #1A1A1A;
}
@media (max-width: 1049px) {
  .p-jinzai__lead {
    font-size: 14px;
  }
}
.p-jinzai__illust {
  width: 180px;
  height: auto;
}
@media (max-width: 1049px) {
  .p-jinzai__illust {
    width: 130px;
    margin-left: auto;
  }
}
.p-jinzai__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1049px) {
  .p-jinzai__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-jinzai__card {
  background: #F4F2EF;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 1049px) {
  .p-jinzai__card {
    padding: 22px 20px;
  }
}
.p-jinzai__card-badge {
  display: inline-block;
  background: #FFBB00;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
@media (max-width: 1049px) {
  .p-jinzai__card-badge {
    font-size: 12px;
    padding: 4px 14px;
  }
}
.p-jinzai__card-title {
  font-size: 21px;
  font-weight: 700;
  color: #006159;
  line-height: 1.5;
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1049px) {
  .p-jinzai__card-title {
    font-size: 18px;
  }
}

.p-shoene {
  background: #F4F2EF;
  padding: 100px 0;
}
@media (max-width: 1049px) {
  .p-shoene {
    padding: 60px 0;
  }
}
.p-shoene__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1049px) {
  .p-shoene__inner {
    padding: 0 20px;
  }
}
.p-shoene__head {
  margin-bottom: 40px;
}
@media (max-width: 1049px) {
  .p-shoene__head {
    margin-bottom: 24px;
  }
}
.p-shoene__title {
  font-size: 30px;
  font-weight: 900;
  color: #006159;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin: 0 0 20px;
}
@media (max-width: 1049px) {
  .p-shoene__title {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.55;
  }
}
.p-shoene__lead {
  font-size: 16px;
  line-height: 1.7;
  color: #1A1A1A;
  letter-spacing: 0.05em;
}
@media (max-width: 1049px) {
  .p-shoene__lead {
    font-size: 14px;
  }
}
.p-shoene__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-shoene__card {
  display: flex;
  align-items: stretch;
  background: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1049px) {
  .p-shoene__card {
    flex-direction: column;
  }
}
.p-shoene__card-left {
  flex: 0 0 170px;
  background: #006159;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  gap: 10px;
  text-align: center;
}
@media (max-width: 1049px) {
  .p-shoene__card-left {
    flex: 0 0 auto;
    width: 100%;
    padding: 14px 16px;
    gap: 6px;
  }
}
.p-shoene__card-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 5px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 1049px) {
  .p-shoene__card-tag {
    max-width: 160px;
    font-size: 14px;
    padding: 3px 5px;
  }
}
.p-shoene__card-num {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 1.7;
  width: 100%;
  text-align: center;
}
@media (max-width: 1049px) {
  .p-shoene__card-num {
    font-size: 22px;
  }
}
.p-shoene__card-left--navy {
  background: #002C5C;
}
.p-shoene__card:has(.p-shoene__card-left--navy) .p-shoene__card-title {
  color: #002C5C;
}
.p-shoene__card-right {
  flex: 1 1 auto;
  min-width: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1049px) {
  .p-shoene__card-right {
    padding: 22px 20px;
    gap: 16px;
  }
}
.p-shoene__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #006159;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1049px) {
  .p-shoene__card-title {
    font-size: 17px;
    letter-spacing: 0.03em;
  }
}
.p-shoene__card-text {
  font-size: 16px;
  line-height: 1.7;
  color: #1A1A1A;
  letter-spacing: 0.05em;
}
.p-shoene__card-text p + p {
  margin-top: 10px;
}
@media (max-width: 1049px) {
  .p-shoene__card-text {
    font-size: 14px;
  }
}
.p-shoene__sub {
  border-top: 1px solid #D8E3E3;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-shoene__sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #1A1A1A;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1049px) {
  .p-shoene__sub-title {
    font-size: 15px;
  }
}
.p-shoene__sub-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #1A1A1A;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 1049px) {
  .p-shoene__sub-lead {
    font-size: 13.5px;
  }
}
.p-shoene__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-shoene__chip {
  flex: 1 1 0;
  min-width: 0;
  height: 88px;
  background: #F4F2EF;
  border-radius: 3px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 1049px) {
  .p-shoene__chip {
    flex: 1 1 calc(33.333% - 4px);
    height: auto;
    min-height: 76px;
  }
}
.p-shoene__chip strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #006159;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1049px) {
  .p-shoene__chip strong {
    font-size: 14px;
  }
}
.p-shoene__chip-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #1A1A1A;
  margin: 0;
}
@media (max-width: 1049px) {
  .p-shoene__chip-desc {
    font-size: 12px;
  }
}
.p-shoene__note {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-flow {
  background: #006159;
  color: #FFFFFF;
  padding: 90px 0 100px;
}
@media (max-width: 1049px) {
  .p-flow {
    padding: 50px 0 60px;
  }
}
.p-flow__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1049px) {
  .p-flow__inner {
    padding: 0 20px;
  }
}
.p-flow__head {
  margin-bottom: 50px;
}
@media (max-width: 1049px) {
  .p-flow__head {
    margin-bottom: 26px;
  }
}
.p-flow__tag {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 14px;
}
.p-flow__title {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.p-flow__title .num {
  color: #FFBB00;
  font-size: 1.1em;
  margin-right: 0.05em;
}
@media (max-width: 1049px) {
  .p-flow__title {
    font-size: 22px;
  }
}
.p-flow__steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-flow__step {
  background: #FFFFFF;
  border-radius: 10px;
  color: #1A1A1A;
  padding: 24px 30px 30px;
}
@media (max-width: 1049px) {
  .p-flow__step {
    padding: 20px 18px;
  }
}
.p-flow__step-head {
  display: flex;
  align-items: stretch;
  background: #D8E3E3;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 18px;
}
@media (max-width: 1049px) {
  .p-flow__step-head {
    margin-bottom: 14px;
  }
}
.p-flow__step-num {
  background: #009B4A;
  color: #FFFFFF;
  flex: 0 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  text-align: center;
  line-height: 1.2;
}
.p-flow__step-num .label {
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.p-flow__step-num .no {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1049px) {
  .p-flow__step-num {
    flex: 0 0 60px;
  }
  .p-flow__step-num .label {
    font-size: 10px;
  }
  .p-flow__step-num .no {
    font-size: 18px;
  }
}
.p-flow__step-title {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  color: #006159;
  padding: 0 20px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media (max-width: 1049px) {
  .p-flow__step-title {
    font-size: 16px;
    padding: 0 14px;
  }
}
.p-flow__step-body {
  font-size: 15px;
  line-height: 1.85;
}
.p-flow__step-body p + p {
  margin-top: 10px;
}
@media (max-width: 1049px) {
  .p-flow__step-body {
    font-size: 14px;
  }
}

.p-coolnet {
  background: #F4F2EF;
  padding: 100px 0;
}
@media (max-width: 1049px) {
  .p-coolnet {
    padding: 50px 0 60px;
  }
}
.p-coolnet__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1049px) {
  .p-coolnet__inner {
    padding: 0 20px;
  }
}
.p-coolnet__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1049px) {
  .p-coolnet__inner {
    gap: 24px;
  }
}
.p-coolnet__brand {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.p-coolnet__brand-logo {
  width: 380px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1049px) {
  .p-coolnet__brand-logo {
    width: 240px;
  }
}
.p-coolnet__card {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 40px;
  width: 100%;
}
@media (max-width: 1049px) {
  .p-coolnet__card {
    padding: 24px 20px;
  }
}
.p-coolnet__heading {
  font-size: 20px;
  font-weight: 700;
  color: #006159;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0 0 20px;
}
@media (max-width: 1049px) {
  .p-coolnet__heading {
    font-size: 17px;
  }
}
.p-coolnet__text {
  font-size: 16px;
  line-height: 1.7;
  color: #1A1A1A;
  letter-spacing: 0.05em;
  margin: 0;
}
.p-coolnet__text p + p {
  margin-top: 1.7em;
}
@media (max-width: 1049px) {
  .p-coolnet__text {
    font-size: 14px;
  }
}
.p-coolnet__cta-row {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  justify-content: flex-end;
}
@media (max-width: 1049px) {
  .p-coolnet__cta-row {
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }
}
.p-coolnet__cta-row .c-btn {
  flex: 0 1 auto;
  min-width: 180px;
  max-width: 600px;
  min-height: 50px;
  padding: 15px 5px 15px 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 1049px) {
  .p-coolnet__cta-row .c-btn {
    flex: 1 1 100%;
    max-width: none;
  }
}
.p-coolnet__cta-row .c-btn > span:first-child,
.p-coolnet__cta-row .c-btn > p {
  flex: 1 1 auto;
  text-align: left;
}
.p-coolnet__related {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.p-coolnet__sub-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #009B4A;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-coolnet__entry {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1049px) {
  .p-coolnet__entry {
    gap: 20px;
  }
}
.p-coolnet__entry--divider {
  border-top: 1px solid #D8E3E3;
  padding-top: 30px;
}
.p-coolnet__sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #006159;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0 0 10px;
}
@media (max-width: 1049px) {
  .p-coolnet__sub-title {
    font-size: 17px;
  }
}
.p-coolnet__sub-lead {
  font-size: 16px;
  font-weight: 700;
  color: #009B4A;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 1049px) {
  .p-coolnet__sub-lead {
    font-size: 14px;
  }
}
.p-coolnet__sub-meta {
  display: flex;
  align-items: flex-start;
  gap: 0;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 1049px) {
  .p-coolnet__sub-meta {
    font-size: 14px;
    flex-direction: column;
  }
}
.p-coolnet__sub-meta strong {
  flex-shrink: 0;
  font-weight: 700;
  color: #1A1A1A;
  white-space: nowrap;
}
.p-coolnet__sub-meta span {
  flex: 1 1 auto;
  min-width: 0;
}
.p-coolnet__sub-cta {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1049px) {
  .p-coolnet__sub-cta {
    justify-content: stretch;
  }
}
.p-coolnet__sub-cta .c-btn {
  min-height: 50px;
  padding: 15px 5px 15px 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
  min-width: 180px;
  max-width: 600px;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 1049px) {
  .p-coolnet__sub-cta .c-btn {
    width: 100%;
    max-width: none;
  }
}
.p-coolnet__sub-cta .c-btn > span:first-child,
.p-coolnet__sub-cta .c-btn > p {
  flex: 1 1 auto;
  text-align: left;
}

.p-cta {
  background: #006159;
  color: #FFFFFF;
  padding: 80px 0 90px;
  text-align: center;
}
@media (max-width: 1049px) {
  .p-cta {
    padding: 50px 0 60px;
  }
}
.p-cta__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1049px) {
  .p-cta__inner {
    padding: 0 20px;
  }
}
.p-cta__badge {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 36px;
  background: #FFBB00;
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 20px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
@media (max-width: 1049px) {
  .p-cta__badge {
    font-size: 14px;
    padding: 14px 16px;
    margin-bottom: 24px;
  }
}
.p-cta__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0 auto 24px;
}
@media (max-width: 1049px) {
  .p-cta__title {
    font-size: 19px;
    line-height: 1.65;
    margin-bottom: 18px;
  }
}
.p-cta__lead {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 40px;
}
@media (max-width: 1049px) {
  .p-cta__lead {
    font-size: 13px;
    margin-bottom: 32px;
  }
}
.p-cta__btn-wrap {
  display: flex;
  justify-content: center;
}
.p-cta__btn-wrap .c-btn {
  width: 100%;
  max-width: 580px;
  min-height: 76px;
  font-size: 22px;
}
@media (max-width: 1049px) {
  .p-cta__btn-wrap .c-btn {
    min-height: 60px;
    font-size: 17px;
  }
}

.l-footer {
  background: #041818;
  color: #FFFFFF;
  padding: 60px 20px;
}
@media (max-width: 1049px) {
  .l-footer {
    padding: 36px 20px;
  }
}
.l-footer__inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  text-align: center;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.l-footer__org {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 1049px) {
  .l-footer__org {
    font-size: 12px;
  }
}
.l-footer__operator {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.l-footer__operator a {
  text-decoration: underline;
  color: #FFFFFF;
}
@media (max-width: 1049px) {
  .l-footer__operator {
    font-size: 11px;
  }
}
.l-footer__links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
}
@media (max-width: 1049px) {
  .l-footer__links {
    font-size: 13px;
    gap: 18px;
  }
}
.l-footer__links a {
  color: #FFFFFF;
  text-decoration: underline;
}
.l-footer__links .sep {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.4);
}

@media (min-width: 1050px) {
  .u-hide-pc {
    display: none !important;
  }
}

@media (max-width: 1049px) {
  .u-hide-sp {
    display: none !important;
  }
}

.u-mt-40 {
  margin-top: 40px;
}

.u-center {
  text-align: center;
}
