.l-main {
  padding-block-end: 10rem;
}

.l-key-visual {
  --kv-layer-color: #00b9ff;
  --kv-layer-opacity: 0.15;
}

.p-welfare-navi {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .p-welfare-navi {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.p-welfare-navi > li {
  width: 25rem;
}
@media (width <= 768px) {
  .p-welfare-navi > li {
    width: 100%;
  }
}
.p-welfare-navi > li a {
  position: relative;
  display: grid;
  place-content: center;
  border: 0.1rem solid var(--color-blue);
  border-radius: 50vw;
  width: 100%;
  height: 7.6rem;
  background-color: #fff;
  color: var(--color-blue);
  font-size: 2rem;
  transition: 0.3s ease;
}
@media (width > 768px) {
  .p-welfare-navi > li a {
    padding-block-end: 0.8rem;
  }
}
@media (width <= 768px) {
  .p-welfare-navi > li a {
    height: 5.4rem;
    font-size: 1.8rem;
  }
}
.p-welfare-navi > li a::after {
  display: block;
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  background-color: currentColor;
  mask: url(/assets/img/icn_arrow_01_b.svg) no-repeat center/100%;
}
@media (width > 768px) {
  .p-welfare-navi > li a::after {
    bottom: 0.6rem;
    left: 50%;
    width: 1.8rem;
    translate: -50% 0;
  }
}
@media (width <= 768px) {
  .p-welfare-navi > li a::after {
    right: 2.4rem;
    top: 50%;
    width: 1.8rem;
    translate: 0 -50%;
  }
}
.p-welfare-navi > li a:hover {
  background-color: var(--color-blue);
  color: #fff;
}
.p-welfare-section {
  margin-block-start: 10rem;
  padding-block-end: 8rem;
  background: #e8eaee;
}
@media (width > 768px) {
  .p-welfare-section {
    background: linear-gradient(to bottom, transparent 24rem, #e8eaee 24rem);
  }
}
@media (width <= 768px) {
  .p-welfare-section {
    margin-block-start: 5.6rem;
    padding-block-end: 5.6rem;
  }
}
@media (width > 768px) {
  .p-welfare-section:not(:has(.kv)) {
    background: linear-gradient(to bottom, transparent 2rem, #e8eaee 2rem);
  }
}
.p-welfare-section header {
  margin-block-end: 6rem;
}
@media (width <= 768px) {
  .p-welfare-section header {
    margin-block-end: 5rem;
    margin-inline: calc(50% - 50vw);
  }
}
@media (width <= 768px) {
  .p-welfare-section header .kv {
    aspect-ratio: 375/280;
  }
}
.p-welfare-section header .kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-welfare-section header .title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 1rem;
  background-color: var(--color-blue);
  color: #fff;
  line-height: var(--line-height-x-narrow);
  text-align: center;
}
@media (width > 768px) {
  .p-welfare-section header .title {
    min-height: 10rem;
  }
}
@media (width <= 768px) {
  .p-welfare-section header .title {
    gap: 0.2rem;
    min-height: 9rem;
  }
}
.p-welfare-section header .title .en {
  font-family: var(--font-family-en);
  font-size: 5rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (width <= 768px) {
  .p-welfare-section header .title .en {
    font-size: 2.6rem;
  }
}
.p-welfare-section header .title .ja {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (width <= 768px) {
  .p-welfare-section header .title .ja {
    font-size: 1.6rem;
  }
}
.p-welfare-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  counter-reset: wf-counter;
}
@media (width <= 768px) {
  .p-welfare-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-welfare-list > .item {
  border-radius: var(--base-border-radius);
  background-color: #fff;
  padding: 2.5rem 4rem;
  min-width: 0;
}
@media (width > 768px) {
  .p-welfare-list > .item {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 67rem;
    gap: 1.2rem;
    min-height: 12.4rem;
  }
}
@media (width <= 768px) {
  .p-welfare-list > .item {
    padding: 2.4rem 3rem 3.5rem;
  }
}
@media (width > 768px) {
  .p-welfare-list > .item:has(.p-welfare-chart) {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 6rem 4rem 4.8rem;
  }
}
.p-welfare-list > .item:has(.p-welfare-chart) dt {
  display: block;
  text-align: center;
}
@media (width <= 768px) {
  .p-welfare-list > .item:has(.p-welfare-chart) dt {
    margin-block: 2.2rem 2.5rem;
  }
}
.p-welfare-list > .item:has(.p-welfare-chart) dt::before {
  display: none;
}
@media (width <= 768px) {
  .p-welfare-list > .item:has(.p-welfare-chart) dd {
    margin-inline: -1.5rem;
  }
}
@media (width > 768px) {
  .p-welfare-list dl {
    display: contents;
  }
}
.p-welfare-list dl dt {
  display: flex;
  color: var(--color-blue);
  font-feature-settings: "halt";
  font-size: 2.4rem;
  font-weight: 700;
  counter-increment: wf-counter;
}
@media (width > 768px) {
  .p-welfare-list dl dt {
    align-items: center;
    gap: 2rem;
    line-height: 2.5rem;
  }
}
@media (width <= 768px) {
  .p-welfare-list dl dt {
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    margin-block-end: 1.2rem;
    margin-inline: -2rem;
    line-height: var(--line-height-x-narrow);
    text-align: center;
  }
}
.p-welfare-list dl dt::before {
  content: counter(wf-counter, decimal-leading-zero);
  font-family: var(--font-family-en);
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}
@media (width <= 768px) {
  .p-welfare-list dl dt::before {
    font-size: 3.4rem;
  }
}
.p-welfare-list dl dt small {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 500;
}
@media (width <= 768px) {
  .p-welfare-list dl dt small {
    font-size: 0.8333333333em;
  }
}
.p-welfare-list dl dd {
  line-height: var(--line-height-wide);
  font-size: 1.8rem;
}
@media (width > 768px) {
  .p-welfare-list dl dd:has(.icon) {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}
.p-welfare-list dl dd .icon {
  width: 12rem;
  flex-shrink: 0;
}
@media (width <= 768px) {
  .p-welfare-list dl dd .icon {
    margin-block-start: 0.6rem;
    margin-inline: auto;
    width: 15rem;
  }
}
.p-welfare-list dl dd .sub-title {
  display: inline-block;
  background-color: #dbd9f8;
  box-shadow: 0 0 0 0.3rem #dbd9f8;
  clip-path: inset(0.05lh -0.3rem);
}
@media (width > 768px) {
  .p-welfare-chart {
    margin-block-start: 4.5rem;
  }
}
@media (width <= 768px) {
  .p-welfare-chart {
    margin-inline: -1.5rem;
    padding-inline: 1.5rem;
    overflow-x: scroll;
    padding-block-end: 1rem;
  }
}
@media (width <= 768px) {
  .p-welfare-chart img {
    width: 92rem;
    max-width: none;
  }
}
.p-welfare-chart-section {
  margin-block-start: 10rem;
}
@media (width <= 768px) {
  .p-welfare-chart-section {
    margin-block-start: 7.5rem;
  }
}/*# sourceMappingURL=welfare.css.map */