.fadein1 {
  transform: translate(0, 40px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.fadein1.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.p-bg-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}

@media (min-width: 65.625em) {
  .p-bg-white {
    padding: 55px 45px 50px;
    border-radius: 30px;
  }
}

.p-bg-white__lead {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 48em) {
  .p-bg-white__lead {
    font-size: 1.5rem;
  }
}

@media (min-width: 65.625em) {
  .p-bg-white__lead {
    font-size: clamp(1.3rem, 1.1194029851vw, 1.5rem);
    line-height: 1.8;
    margin-top: 17px;
  }
}

@media (min-width: 48em) {
  .p-bg-white__image {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 48em) {
  .p-bg-white__image--w-100 {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 65.625em) {
  .p-bg-white__image--wd-900 {
    max-width: 900px;
  }
}

.p-bg-white__note li {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}

@media (min-width: 48em) {
  .p-bg-white__note li {
    font-size: 1.3rem;
  }
}

.p-bg-white__note li + li {
  margin-top: 1em;
}

@media (min-width: 65.625em) {
  .p-bg-white__note li + li {
    margin-top: 1.5em;
  }
}

.p-bg-white__note--left li {
  text-align: left;
}

@media (min-width: 65.625em) {
  .p-col2 {
    display: grid;
    grid-template-columns: 58.0952380952% 1fr;
  }
}

@media (min-width: 65.625em) {
  .p-col2--half {
    grid-template-columns: repeat(2, 48.9583333333%);
    gap: 0 2.0833333333%;
  }
}

@media (min-width: 65.625em) {
  .p-col2--pc-reverse > :first-of-type {
    order: 2;
  }
  .p-col2--pc-reverse > :nth-child(2) {
    order: 1;
  }
}

.p-col2__image {
  width: 89.552238806%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  text-align: center;
}

@media (min-width: 65.625em) {
  .p-col2__image {
    max-width: 380px;
  }
}

.p-col2__image--w-max-500 {
  max-width: 500px;
  width: 100%;
}

@media (min-width: 65.625em) {
  .p-border-panels {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}

@media (min-width: 65.625em) {
  .p-border-panels--center {
    justify-content: center;
    gap: 20px 2.0833333333%;
  }
}

.p-border-panel {
  border: 2px solid #c4d0d6;
  border-radius: 10px;
}

@media (min-width: 65.625em) {
  .p-border-panel {
    width: 48.9583333333%;
  }
}

@media not all and (min-width: 65.625em) {
  .p-border-panel:nth-child(n+2) {
    margin-top: 15px;
  }
}

.p-border-panel__text {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media (min-width: 48em) {
  .p-border-panel__text {
    font-size: 1.4rem;
  }
}

.p-border-panel__image {
  width: 25.9259259259%;
  max-width: 70px;
  flex-shrink: 0;
}

@media (min-width: 65.625em) {
  .p-border-panel__image {
    width: 100%;
    height: 100%;
    max-width: none;
    vertical-align: middle;
    display: flex;
    align-items: center;
  }
}

.p-circle-number-heading {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 800;
  color: #008bd5;
  letter-spacing: 0.02em;
  margin-bottom: 13px;
  display: flex;
  align-items: flex-start;
}

@media (min-width: 48em) {
  .p-circle-number-heading {
    font-size: 1.9rem;
  }
}

@media (min-width: 65.625em) {
  .p-circle-number-heading {
    font-size: clamp(1.9rem, 1.4925373134vw, 2rem);
  }
}

.p-circle-number-heading span {
  font-family: "Poppins", sans-serif;
  background-color: #008bd5;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}

@media (min-width: 48em) {
  .p-circle-number-heading span {
    font-size: 1.6rem;
    margin-top: 3px;
  }
}

@media (min-width: 65.625em) {
  .p-circle-number-heading span {
    width: 28px;
    height: 28px;
    font-size: 1.5rem;
    line-height: 28px;
    margin-top: 1px;
  }
}

.p-source-text {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-align: right;
}

@media (min-width: 48em) {
  .p-source-text {
    font-size: 1.4rem;
  }
}

@media (min-width: 65.625em) {
  .p-source-text {
    font-size: 1.3rem;
  }
}

.p-source-text a {
  color: #04327c;
  text-decoration: underline;
}

@media (min-width: 65.625em) {
  .p-pc-col2 {
    display: grid;
    grid-template-columns: repeat(2, 48.5714285714%);
    justify-content: space-between;
    align-items: flex-start;
  }
}

.p-sp-scroll {
  width: 100%;
}

@media not all and (min-width: 48em) {
  .p-sp-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 40px;
  }
}

@media not all and (min-width: 48em) {
  .p-sp-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
            appearance: none;
    height: 10px;
  }
  .p-sp-scroll::-webkit-scrollbar-track {
    background: #eee;
  }
  .p-sp-scroll::-webkit-scrollbar-thumb {
    background: #01b4ed;
  }
}

.p-sp-scroll__body {
  width: 100%;
}

@media not all and (min-width: 48em) {
  .p-sp-scroll__body {
    min-width: 768px;
  }
}

.p-article {
  margin-top: 70px;
  padding-bottom: 90px;
}

@media (min-width: 65.625em) {
  .p-article {
    margin-top: 80px;
    padding-bottom: 130px;
  }
}

.p-article--column {
  padding-bottom: 0;
}

.p-article__container {
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 48em) {
  .p-article__container {
    width: calc(100% - 80px);
  }
}

@media (min-width: 65.625em) {
  .p-article__container {
    max-width: 1050px;
    position: relative;
    z-index: 1;
  }
}

.p-article__group {
  margin-top: 40px;
}

@media (min-width: 65.625em) {
  .p-article__group {
    margin-top: 60px;
  }
}

.p-article__group + .p-article__group {
  margin-top: 60px;
}

@media (min-width: 65.625em) {
  .p-article__group + .p-article__group {
    margin-top: 80px;
  }
}

.p-article__text {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (min-width: 48em) {
  .p-article__text {
    font-size: 1.5rem;
  }
}

@media (min-width: 65.625em) {
  .p-article__text {
    font-size: clamp(1.5rem, 1.1940298507vw, 1.6rem);
  }
}

.p-article__text + .p-article__text {
  margin-top: 1em;
}

@media (min-width: 65.625em) {
  .p-article__text + .p-article__text {
    margin-top: 2em;
  }
}

.p-article__text strong {
  color: #00b4ed;
  font-weight: 700;
}

.p-article__text b {
  font-weight: 700;
}

.p-article__text--center {
  text-align: center;
}

.p-border-panel--procare {
  padding: 24px 15px 24px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 0;
  background-color: #fff;
}

@media (min-width: 65.625em) {
  .p-border-panel--procare {
    display: grid;
    grid-template-columns: 70% 26.25%;
    padding: 35px 25px 35px 40px;
    align-items: flex-start;
  }
}

@media (min-width: 65.625em) {
  .p-border-panel--wide {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 65.625em) {
  .p-border-panel__image--procare {
    max-width: 130px;
    flex-shrink: 0;
  }
}

.p-source-text--procare {
  text-align: left;
}

@media (min-width: 65.625em) {
  .p-source-text--procare {
    font-size: 1.4rem;
  }
}

@media (min-width: 65.625em) {
  .p-col2__image--procare {
    max-width: 320px;
  }
}