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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

html {
  font-size: 16px;
}

body {
  color: #465152;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: min(1160px, 100%);
  padding: 0 80px;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .l-inner {
    width: min(1080px, 100%);
    padding-inline: 40px;
    margin-inline: auto;
  }
}

.l-inner__narrow {
  max-width: 1080px;
}
@media screen and (max-width: 820px) {
  .l-inner__narrow {
    padding: 0 20px;
    max-width: 305px;
  }
}

.l-main__top {
  margin-top: 97px;
}
@media screen and (max-width: 820px) {
  .l-main__top {
    margin-top: 60px;
  }
}

.l-main__twoCol {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 44px;
}
@media screen and (max-width: 820px) {
  .l-main__twoCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.l-main__primary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.l-main__top > .p-article__related {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}

.c-btn__header {
  padding: 4px 25px 6px;
  border-radius: 30px;
  border-width: 0;
  background-color: #f9a200;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.c-btn__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 18px;
  border-radius: 20px;
  border: 1px solid #00a0c2;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1000px) {
  .c-btn__category {
    padding: 4px 15px;
  }
}
@media screen and (max-width: 900px) {
  .c-btn__category {
    padding: 4px 10px;
  }
}

.c-btn__card-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 3px 8px;
  border-radius: 20px;
  border-width: 0;
  background-color: #00a0c2;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-btn__card-tag--accent {
  background-color: #f9a200;
  color: #ffffff;
}

.c-btn__blue {
  background-color: #00a0c2;
  color: #ffffff;
}

.c-btn__orange {
  background-color: #f9a200;
  color: #ffffff;
}

.c-btn__single {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding: 3px 14px;
  border: 0;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (any-hover: hover) {
  .c-btn__single:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 820px) {
  .c-btn__single {
    font-size: 10px;
    padding: 4px 10px;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 1s ease, translate 1s ease-out;
  transition: opacity 1s ease, translate 1s ease-out;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__fadeIn-delay {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, translate 1s ease-out;
  transition: opacity 1s ease-out, translate 1s ease-out;
}
.c-animated__fadeIn-delay.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__clipView {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 0.8s ease-out, clip-path 1.2s ease-out;
  transition: opacity 0.8s ease-out, clip-path 1.2s ease-out;
}
.c-animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

.c-animated__clipView--fv {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 0.8s ease-out, clip-path 1.2s ease-out;
  transition: opacity 0.8s ease-out, clip-path 1.2s ease-out;
}
.c-animated__clipView--fv.js-show {
  clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
}

.c-sidebar-title {
  position: relative;
  padding-left: 18px;
  padding-block: 5px;
  color: #007f9b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.c-sidebar-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 29px;
  background-color: #00a0c2;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  color: #465152;
}
@media (any-hover: hover) {
  .c-card:hover .c-card__img {
    opacity: 0.9;
  }
  .c-card:hover .c-card__placeholderText {
    opacity: 0.85;
  }
}

.c-card__media {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: grid;
  width: 100%;
  margin: 0 0 12px 0;
  overflow: hidden;
  aspect-ratio: 300/168;
  background: #d9d9d9;
  border-radius: 0;
}

.c-card__img {
  grid-area: 1/1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-card__placeholder {
  grid-area: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 0;
  width: 100%;
  height: 100%;
}

.c-card__placeholderText {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #848f90;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.c-card__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 0;
  min-width: 0;
  width: 100%;
}

.c-card__meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  grid-column: 1;
}
@media screen and (max-width: 820px) {
  .c-card__meta-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.c-card__categories,
.c-card__post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  .c-card__categories,
  .c-card__post-tags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-card__categories {
  min-width: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .c-card__categories {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 0;
  }
}

.c-card__post-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 820px) {
  .c-card__post-tags {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-card__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 10em;
  text-align: right;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #848f90;
  white-space: nowrap;
}

.c-card__title {
  margin: 0;
  width: 100%;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-character;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.p-drawer__icon {
  display: none;
}
@media screen and (max-width: 820px) {
  .p-drawer__icon {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    position: fixed;
    z-index: 102;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    gap: 6px;
    background-color: #00a0c2;
    cursor: pointer;
  }
}

.p-drawer__icon--bar {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.25s ease;
  transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
  .p-drawer__icon--bar {
    -webkit-transition-duration: 0.01ms;
            transition-duration: 0.01ms;
  }
}
.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 60px;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 55px 20px 55px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-drawer__list li {
  border-bottom: 1px solid #e6edee;
}
.p-drawer__list a.p-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 24px 0;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}

.p-drawer__linkText {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.p-drawer__linkIcon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 15px;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-fixed-cta {
  position: fixed;
  z-index: 90;
  pointer-events: auto;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 999.98px) {
  .p-fixed-cta {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .p-fixed-cta {
    display: none;
  }
}

.p-fixed-cta__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 250px;
  height: 230px;
  gap: 11px;
  padding: 20px 0;
  background-image: linear-gradient(97deg, #daf8ff 0.2%, #a3edef 101.2%);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.p-fixed-cta__headline {
  width: 100%;
  min-width: 0;
  text-align: center;
}

.p-fixed-cta__line1 {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 800;
  color: #3f3a39;
}

.p-fixed-cta__prefix {
  color: #007f9b;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.3;
}

.p-fixed-cta__topic {
  color: #007f9b;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.3;
}

.p-fixed-cta__sub {
  font-size: 16px;
  font-weight: 800;
  color: #3f3a39;
}

.p-fixed-cta__line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4px;
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 800;
  color: #3f3a39;
}

.p-fixed-cta__badge {
  display: inline-block;
  padding: 0px 3px 0 5px;
  color: #ffffff;
  background-color: #007f9b;
  border-radius: 2px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.3;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.p-fixed-cta__num {
  font-size: 29px;
  vertical-align: -0.05em;
  line-height: 1.3;
}

.p-fixed-cta__trial {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  color: #3f3a39;
}

.p-fixed-cta__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 216px;
  min-height: 0;
  padding: 15px 16px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 118, 143, 0.4);
          box-shadow: 0 0 8px rgba(0, 118, 143, 0.4);
}

.p-fixed-cta__btn--primary {
  -webkit-padding-end: 32px;
          padding-inline-end: 32px;
  color: #ffffff;
  background-color: #f9a200;
  border: 1px solid #f9a200;
}
.p-fixed-cta__btn--primary .p-fixed-cta__btnIcon {
  color: #ffffff;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .p-fixed-cta__btn--primary:hover {
    background-color: #ff8000;
    border-color: #ff8000;
  }
}

.p-fixed-cta__btn--outline {
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  color: #00a0c2;
  background-color: #ffffff;
  border: 1px solid #00a0c2;
}
.p-fixed-cta__btn--outline .p-fixed-cta__btnIcon {
  color: #00a0c2;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .p-fixed-cta__btn--outline:hover {
    background-color: #00a0c2;
    border-color: #00a0c2;
    color: #ffffff;
  }
  .p-fixed-cta__btn--outline:hover .p-fixed-cta__btnIcon {
    color: #ffffff;
  }
}

.p-fixed-cta__btnText {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-fixed-cta__btnIcon {
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 12px;
  display: block;
  pointer-events: none;
}

@media screen and (max-width: 820px) {
  .smart-ka--fixed-cta-sp {
    padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px));
  }
}

.p-fixed-cta-sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .p-fixed-cta-sp {
    display: block;
    position: fixed;
    z-index: 95;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    pointer-events: none;
  }
}

.p-fixed-cta-sp__inner {
  pointer-events: auto;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.p-fixed-cta-sp__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  min-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 12px 20px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.p-fixed-cta-sp__btn--primary {
  color: #ffffff;
  background-color: #f9a200;
  border: 0;
}
@media (any-hover: hover) {
  .p-fixed-cta-sp__btn--primary:hover {
    background-color: #ff8000;
  }
}

.p-fixed-cta-sp__btn--outline {
  color: #00a0c2;
  background-color: #ffffff;
  border: 3px solid #00a0c2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (any-hover: hover) {
  .p-fixed-cta-sp__btn--outline:hover {
    background-color: #00a0c2;
    border-color: #00a0c2;
    color: #ffffff;
  }
}

.p-fixed-cta-sp__btnText {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-footer {
  position: relative;
  background-color: #ebf5f8;
}

.p-footer__inner {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
  min-width: 0;
  padding-top: 50px;
  padding-inline: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .p-footer__inner {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 48px;
  min-width: 0;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .p-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 32px;
  }
}

.p-footer__brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  max-width: 305px;
}
@media screen and (max-width: 820px) {
  .p-footer__brand {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: none;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .p-footer__brand {
    text-align: left;
  }
}

.p-footer__logo {
  display: block;
  width: 190px;
  margin-bottom: 24px;
}
@media screen and (max-width: 820px) {
  .p-footer__logo {
    width: 198px;
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 20px;
  }
}
.p-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-footer__company {
  margin: 0 0 9px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #465152;
}

.p-footer__address {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #465152;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  max-width: min(520px, 100%);
  width: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px 48px;
}
@media screen and (max-width: 820px) {
  .p-footer__nav {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: none;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
}
.p-footer__list--primary {
  min-width: 0;
}
.p-footer__list--legal {
  min-width: 0;
}
.p-footer__list a {
  display: inline-block;
  color: #848F90;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  .p-footer__list a {
    color: #214F53;
    line-height: 1.4;
    letter-spacing: -0.5px;
    white-space: normal;
    text-align: left;
  }
}
@media (any-hover: hover) {
  .p-footer__list a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 820px) {
  .p-footer__list {
    gap: 8px;
  }
}

.p-footer__copy {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  color: #b0cacf;
  margin-top: 23px;
}
@media screen and (max-width: 820px) {
  .p-footer__copy {
    margin-top: 28px;
  }
}

.p-footer-single {
  background-color: #ebf5f8;
  padding-top: 20px;
  padding-bottom: 13px;
}

.p-footer-single__inner {
  position: relative;
  max-width: 1060px;
  padding: 0 30px;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .p-footer-single__inner {
    width: min(1080px, 100%);
    padding-inline: 40px;
    margin-inline: auto;
  }
}

.p-footer-single__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  min-height: 55px;
}
@media screen and (max-width: 999.98px) {
  .p-footer-single__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    min-height: 0;
  }
}

.p-footer-single__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-footer-single__logo img {
  display: block;
  width: 168px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 820px) {
  .p-footer-single__logo img {
    -o-object-position: center center;
       object-position: center center;
    width: 198px;
    height: auto;
  }
}

.p-footer-single__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-footer-single__nav {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.p-footer-single__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 0;
}
@media screen and (max-width: 999.98px) {
  .p-footer-single__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.p-footer-single__list a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #848f90;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer-single__list a:hover {
    opacity: 0.7;
  }
}

.p-footer-single__copy {
  margin: 16px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #b0cacf;
  margin-top: 20px;
}
@media screen and (max-width: 999.98px) {
  .p-footer-single__copy {
    margin-top: 16px;
  }
}

.p-header {
  background: #ffffff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.p-header__inner--top {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 30px;
  padding-block: 6px 6px;
  max-width: 1060px;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .p-header__inner--top {
    padding-inline: 20px;
    padding-block: 3px;
  }
}
.p-header__inner--bottom {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 30px;
  max-width: 1060px;
  width: 100%;
  min-width: 0;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .p-header__inner--bottom {
    display: none;
  }
}

.p-header__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 163px;
  margin: 0;
  font: inherit;
}
@media screen and (max-width: 820px) {
  .p-header__logo {
    width: 160px;
  }
}
.p-header__logo a {
  display: block;
}
.p-header__logo img {
  height: auto;
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.p-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding-right: 0;
}
@media screen and (max-width: 820px) {
  .p-header__actions {
    padding-right: 48px;
  }
}

.p-header__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 25px 6px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 820px) {
  .p-header__btn {
    position: relative;
    padding: 0;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }
}
@media (any-hover: hover) {
  .p-header__btn:hover {
    opacity: 0.88;
  }
}

@media screen and (max-width: 820px) {
  .p-header__btn-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.p-header__btn-img {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 820px) {
  .p-header__btn-img {
    display: block;
    height: 33px;
    width: auto;
    max-height: none;
  }
}

.p-header__btn--register {
  background: #f9a200;
}
@media screen and (max-width: 820px) {
  .p-header__btn--register {
    background: transparent;
  }
}

.p-header__btn--login {
  background: #00afd5;
}
@media screen and (max-width: 820px) {
  .p-header__btn--login {
    background: transparent;
  }
}

.p-header__nav {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-block: 0 8px;
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.p-header__list > li > a {
  color: #465152;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-header__list > li > a {
    font-size: 14px;
  }
}
.p-header__list > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 100%;
  max-width: 100%;
  height: 4px;
  background: #00afd5;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.p-header__list > li > a.is-current {
  color: #00a0c2;
}
.p-header__list > li > a.is-current::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

.p-header__list > li:first-child > a.is-current::after {
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
}

@media (any-hover: hover) {
  .p-header__list > li > a:hover::after,
  .p-header__list > li > a:focus-visible::after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
  .p-header__list > li:first-child > a.is-current:hover::after,
  .p-header__list > li:first-child > a.is-current:focus-visible::after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}
@media (any-hover: none) {
  .p-header__list > li > a:focus-visible::after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
  .p-header__list > li:first-child > a.is-current:focus-visible::after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}
.p-breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-breadcrumb__wrapper--top {
  margin-top: 8px;
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}

.p-breadcrumb__link,
.p-breadcrumb__text {
  color: #6cafbe;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 820px) {
  .p-breadcrumb__link,
  .p-breadcrumb__text {
    font-size: 10px;
  }
}

.p-breadcrumb__link {
  text-decoration: none;
}
@media (any-hover: hover) {
  .p-breadcrumb__link:hover {
    text-decoration: underline;
  }
}

.p-breadcrumb__sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  color: #6cafbe;
  margin: 0;
  padding: 0;
  width: 10px;
  height: 14px;
}

.p-breadcrumb__sepIcon {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.p-article {
  width: 100%;
  min-width: 0;
}

.p-article__inner {
  position: relative;
  width: min(1160px, 100%);
  padding: 0 80px;
  margin-inline: auto;
}
@media screen and (min-width: 821px) {
  .p-article__inner {
    width: min(1080px, 100%);
    padding-inline: 40px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 820px) {
  .p-article__inner {
    width: 80%;
    padding: 0 0;
  }
}

.p-article__breadcrumb {
  margin-top: 0;
  padding-top: 34px;
}
@media screen and (max-width: 999.98px) {
  .p-article__breadcrumb {
    padding-top: 20px;
  }
}
@media screen and (max-width: 820px) {
  .p-article__breadcrumb {
    padding-top: 10px;
  }
}

.p-article__header {
  margin-bottom: 39px;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .p-article__header {
    margin-bottom: 28px;
  }
}

.p-article__title {
  margin: 0;
  color: #465152;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  .p-article__title {
    font-size: 20px;
    margin-top: 30px;
  }
}

.p-article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 12px;
  margin-top: 30px;
  min-width: 0;
}
@media screen and (max-width: 820px) {
  .p-article__meta {
    margin-top: 15px;
    gap: 4px 8px;
  }
}

.p-article__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  color: #465152;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .p-article__date {
    font-size: 10px;
  }
}

.p-article__body {
  font-size: 14px;
  line-height: 1.75;
  color: #465152;
}

.p-article-header__title {
  margin: 0;
  color: #007f9b;
  font-size: 20px;
  font-weight: 700;
}

.p-article__thumbnail {
  width: 100%;
  background-color: #d9d9d9;
  aspect-ratio: 141/79;
  overflow: hidden;
}
.p-article__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article__thumbnail {
  margin-top: 32px;
}
@media screen and (max-width: 820px) {
  .p-article__thumbnail {
    margin-top: 20px;
  }
}

.p-article__body h2 {
  font-size: 22px;
  font-weight: 600;
  padding-left: 10px;
  position: relative;
}
.p-article__body h2::before {
  content: "";
  width: 4px;
  height: 36px;
  background-color: #00a0c2;
  position: absolute;
  left: 0;
  top: 0;
}
.p-article__body h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
.p-article__body h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
.p-article__body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.p-article__body p + h2 {
  margin-top: 84px;
}
.p-article__body h2 {
  margin-bottom: 35px;
}
.p-article__body h3,
.p-article__body h4 {
  margin-bottom: 20px;
}
.p-article__body p + p {
  margin-top: 20px;
}
.p-article__body figure {
  margin-block: 40px;
}
.p-article__body table {
  margin-block: 56px;
}
.p-article__body p + ul,
.p-article__body p + ol,
.p-article__body ul + p,
.p-article__body ol + p,
.p-article__body ul + ol,
.p-article__body ol + ul {
  margin-top: 20px;
}
.p-article__body p + h2,
.p-article__body ul + h2,
.p-article__body ol + h2,
.p-article__body figure + h2,
.p-article__body table + h2 {
  margin-top: 84px;
}
.p-article__body p + h3,
.p-article__body ul + h3,
.p-article__body ol + h3,
.p-article__body figure + h3,
.p-article__body table + h3 {
  margin-top: 53px;
}
.p-article__body p + h4,
.p-article__body ul + h4,
.p-article__body ol + h4,
.p-article__body figure + h4,
.p-article__body table + h4 {
  margin-top: 24px;
}
.p-article__body table + table {
  margin-top: 56px;
}

.p-article__body #toc_container {
  background-color: #ebf5f8;
  width: 429px;
  padding-block: 18px;
  padding-inline: 17px;
  margin-top: 42px;
  margin-bottom: 62px;
}
@media screen and (max-width: 820px) {
  .p-article__body #toc_container {
    width: auto;
  }
}
.p-article__body .toc_title {
  color: #007f9b;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #007f9b;
  padding-left: 27px;
  padding-bottom: 15px;
  line-height: 1.5;
}
.p-article__body .toc_list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.p-article__body .toc_list li > a {
  color: #007f9b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 27px;
}
.p-article__body .toc_list li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.p-article__body .toc_list li > ul > li > a {
  padding-left: 52px;
  font-weight: 500;
}

.p-article__matome {
  width: 100%;
  min-width: 0;
  margin-top: 105px;
}
@media screen and (max-width: 820px) {
  .p-article__matome {
    margin-top: 36px;
    padding-top: 28px;
  }
}

.p-article__matome-intro {
  max-width: 38em;
  margin: 0 auto 28px;
  text-align: center;
  color: #465152;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .p-article__matome-intro {
    margin-bottom: 22px;
    font-size: 14px;
  }
}

.p-article__matome-intro-line {
  margin: 0;
}

.p-article__matome-intro-sub {
  margin: 0;
}

.p-article__matome-banner {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 756/422;
  min-height: 200px;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (any-hover: hover) {
  .p-article__matome-banner:hover {
    opacity: 0.96;
  }
  .p-article__matome-banner:hover .p-article__matome-banner-img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.p-article__matome-banner:focus-visible {
  outline: 2px solid #00a0c2;
  outline-offset: 4px;
}

.p-article__matome-banner-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.p-article__matome-banner-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  background-color: #d9d9d9;
}

.p-article__related {
  width: 100%;
  min-width: 0;
  padding-top: 45px;
  padding-bottom: 50px;
  background-color: #fcf9f3;
}
@media screen and (max-width: 999.98px) {
  .p-article__related {
    padding-top: 20px;
  }
}

@media screen and (max-width: 820px) {
  .p-article__related:not(.p-article__related--singleGrid) {
    margin-top: 0px;
  }
}

.p-article__related-list {
  display: grid;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 44px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 50px;
}
@media screen and (max-width: 999.98px) {
  .p-article__related-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 820px) {
  .p-article__related-list {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 32px 20px;
  }
}

.p-article__related-title {
  margin: 0 0 21px 0;
  color: #007f9b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.p-article-step__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 9px;
  border-bottom: 1px solid #000000;
}

.p-article-step__text {
  margin-top: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .related-list {
    grid-template-columns: 1fr;
  }
}

.related-item {
  border: 1px solid #ddd;
  padding: 12px;
  background: #fff;
}
.related-item a {
  text-decoration: none;
  color: inherit;
}
.related-item h3 {
  font-size: 16px;
  line-height: 1.4;
}

.p-single-article {
  margin-top: 0;
  margin-bottom: 106px;
}
@media screen and (max-width: 999.98px) {
  .p-single-article {
    margin-bottom: 96px;
  }
}

.p-archive-articles {
  width: 100%;
  min-width: 0;
  margin-top: 64px;
  margin-bottom: 123px;
}
@media screen and (max-width: 999.98px) {
  .p-archive-articles {
    margin-top: 48px;
    margin-bottom: 96px;
  }
}

.p-column-articles__empty.p-archive-articles__empty {
  margin-top: 40px;
  margin-bottom: 123px;
}
@media screen and (max-width: 999.98px) {
  .p-column-articles__empty.p-archive-articles__empty {
    margin-bottom: 96px;
  }
}

.p-header-visual {
  height: 210px;
  background-image: url(../img/header-visual.webp);
  background-size: cover;
  background-position-x: center;
  margin-top: 97px;
}
@media screen and (max-width: 820px) {
  .p-header-visual {
    margin-top: 60px;
    background-position-x: right;
  }
}

.p-header-visual__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-height: 0;
}
@media screen and (max-width: 820px) {
  .p-header-visual__inner {
    padding-inline: 20px;
  }
}

.p-header-title {
  color: #007f9b;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .p-header-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 27px;
    color: #ffffff;
  }
}

.p-heading-category {
  margin-block: 45px 0;
}
@media screen and (max-width: 820px) {
  .p-heading-category {
    margin-block: 20px;
  }
}

.p-heading-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-heading-category__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 11px;
  }
}

.p-heading-category__item {
  font-size: 14px;
  font-weight: 700;
  color: #00a0c2;
}
@media screen and (max-width: 1100px) {
  .p-heading-category__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .p-heading-category__item {
    font-size: 11px;
  }
}

.p-heading-category__item--current,
.p-heading-category__item--current:hover,
.p-heading-category__item--current:focus-visible {
  background-color: #00a0c2;
  color: #ffffff;
  border-color: #00a0c2;
}

.p-heading-category--front .p-heading-category__item {
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media (any-hover: hover) {
  .p-heading-category--front .p-heading-category__item:hover {
    background-color: #00a0c2;
    color: #ffffff;
    border-color: #00a0c2;
  }
}

.p-heading-category--archive a.c-btn__category,
.p-heading-category--archive a.p-heading-category__item {
  -webkit-transition: none !important;
  transition: none !important;
}
@media (any-hover: hover) {
  .p-heading-category--archive a.p-heading-category__item:not(.p-heading-category__item--current):hover, .p-heading-category--archive a.p-heading-category__item:not(.p-heading-category__item--current):focus-visible {
    background-color: transparent;
    color: #00a0c2;
    border-color: #00a0c2;
    opacity: 1;
  }
}
.p-heading-category--archive a.p-heading-category__item--current {
  cursor: default;
  background-color: #00a0c2;
  color: #ffffff;
  border-color: #00a0c2;
}
@media (any-hover: hover) {
  .p-heading-category--archive a.p-heading-category__item--current:hover, .p-heading-category--archive a.p-heading-category__item--current:focus-visible {
    background-color: #00a0c2;
    color: #ffffff;
    border-color: #00a0c2;
    opacity: 1;
  }
}

.p-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  gap: 64px;
}
@media screen and (max-width: 820px) {
  .p-sidebar {
    width: 100%;
    margin-top: 0;
    gap: 40px;
    width: auto;
  }
}

.p-sidebar__category {
  width: 100%;
  min-width: 0;
}

.p-sidebar__category-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-sidebar__category-item {
  margin: 0;
  border-top: 1px solid #dbe8e8;
  padding-block: 24px;
  padding-left: 8px;
}
.p-sidebar__category-item:last-child {
  border-bottom: 1px solid #dbe8e8;
}

.p-sidebar__category-link {
  display: block;
  text-decoration: none;
}
@media (any-hover: hover) {
  .p-sidebar__category-item:not(.is-current) .p-sidebar__category-link:hover .p-sidebar__category-text {
    color: #00a0c2;
  }
}

.p-sidebar__category-text {
  display: block;
  color: #465152;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media screen and (max-width: 820px) {
  .p-sidebar__chunk--rest {
    margin-bottom: 40px;
  }
}

.p-sidebar__related-articles {
  width: 100%;
  min-width: 0;
}

.p-sidebar__related-articles-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 20px;
}

.p-sidebar__related-articles-item {
  margin: 0;
}

.p-sidebar__related-articles-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media (any-hover: hover) {
  .p-sidebar__related-articles-link:hover {
    opacity: 0.92;
  }
}

.p-sidebar__related-articles-thumb {
  width: 100%;
  margin: 0;
  display: grid;
  place-items: stretch;
  background-color: #d9d9d9;
  aspect-ratio: 200/112;
  overflow: hidden;
}
.p-sidebar__related-articles-thumb img {
  grid-area: 1/1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sidebar__related-articles-thumb .c-card__placeholder {
  grid-area: 1/1;
}

.p-sidebar__related-articles-cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 13px;
  border-radius: 13px;
  background-color: #00a0c2;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.p-sidebar__related-articles-date {
  display: block;
  margin-top: 8px;
  color: #848f90;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.p-sidebar__related-articles-title {
  margin: 8px 0 0;
  color: #465152;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-sidebar__toc {
  position: sticky;
  top: 97px;
  height: 326px;
  background-color: #ebf5f8;
  color: #007f9b;
  overflow-y: auto;
}
@media screen and (max-width: 820px) {
  .p-sidebar__toc {
    display: none;
  }
}

.p-toc__inner {
  padding-block: 17px 19px;
  padding-inline: 9px;
}

#toc .p-toc__title {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #007f9b;
  padding-bottom: 11px;
  margin-bottom: 12px;
  text-align: center;
}
#toc li.js-active > a {
  font-weight: 700;
}
#toc a {
  display: inline-block;
  color: #007f9b;
  text-decoration: none;
  padding-block: 4px;
  padding-inline: 5px;
  font-weight: 500;
  line-height: 1.2;
}
#toc .list_2 {
  counter-reset: li;
}
#toc .list_2 li:has(ol) {
  list-style: none;
  position: relative;
}
#toc .list_2 li:has(ol)::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -1.5em;
  font-weight: bold;
  color: #0500e3;
  counter-increment: li;
  content: counter(li) ".";
}
#toc .list_2 a {
  display: inline-block;
  color: #007f9b;
  text-decoration: none;
  padding-block: 4px;
  font-weight: 500;
  line-height: 1.2;
}
#toc .list_3 {
  list-style: none;
}
#toc .list_3 a {
  display: inline-block;
  color: #007f9b;
  text-decoration: none;
  padding-block: 4px;
  padding-inline: 21px 5px;
  font-weight: 500;
  line-height: 1.2;
}

.p-recommended-articles {
  position: relative;
  margin-top: 42px;
  padding-top: 28px;
  padding-bottom: 32px;
}
.p-recommended-articles::after {
  content: "";
  position: absolute;
  width: min(100vw, 1073px);
  height: 100%;
  background-color: #ebf5f8;
  border-radius: 5px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-recommended-articles {
    margin-top: 40px;
  }
}

.p-recommended-articles__inner {
  min-width: 0;
}

.p-recommended-articles__title {
  color: #007f9b;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.p-recommended-articles__list {
  display: grid;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 47px;
}
@media screen and (max-width: 999.98px) {
  .p-recommended-articles__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .p-recommended-articles__list {
    grid-template-columns: 1fr;
    gap: 32px 20px;
  }
}

a.p-recommended-articles__item {
  min-width: 0;
  display: block;
  text-decoration: none;
}
@media (any-hover: hover) {
  a.p-recommended-articles__item:hover {
    text-decoration: none;
  }
}

.p-recommended-articles__empty {
  margin: 0;
  text-align: center;
  color: #465152;
  font-size: 14px;
}

.p-column-articles {
  width: 100%;
  min-width: 0;
  margin-top: 40px;
  margin-bottom: 123px;
}
@media screen and (max-width: 999.98px) {
  .p-column-articles {
    margin-top: 40px;
    margin-bottom: 96px;
  }
}

.p-column-articles__inner {
  min-width: 0;
}

.p-column-articles__title {
  color: #007f9b;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 21px 0;
}

.p-column-articles__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-column-articles__empty {
  margin: 0;
  text-align: center;
  color: #465152;
  font-size: 14px;
}

.p-pagination {
  width: 100%;
  min-width: 0;
  margin-top: 95px;
}
@media screen and (max-width: 999.98px) {
  .p-pagination {
    margin-top: 40px;
  }
}

.p-pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
}

.p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-pagination__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
}

.p-pagination__list a.prev,
.p-pagination__list a.next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 40px;
  min-height: 40px;
  color: #00a0c2;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #00a0c2;
  border-radius: 0;
}
@media (any-hover: hover) {
  .p-pagination__list a.prev:hover,
  .p-pagination__list a.next:hover {
    background-color: #ebf5f8;
  }
}

.p-pagination__list .p-pagination__chev {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: inherit;
}

.p-pagination__list a.page-numbers:not(.prev):not(.next) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #00a0c2;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #00a0c2;
  border-radius: 0;
}
@media (any-hover: hover) {
  .p-pagination__list a.page-numbers:not(.prev):not(.next):hover {
    background-color: #ebf5f8;
  }
}

.p-pagination__list span.page-numbers.current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  background-color: #00a0c2;
  border: 1px solid #00a0c2;
  border-radius: 0;
}

.p-pagination__list span.page-numbers.dots,
.p-pagination__list .dots,
.p-pagination__list li .page-numbers.dots {
  color: #00a0c2;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 0 2px;
  min-width: 0;
  min-height: 0;
}

.p-pagination.js-related-pagination {
  margin-top: 60px;
}

.p-sign-up {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 73px 0 67px;
  background: url(../img/sign-up-visual.webp) no-repeat center center/cover;
}
@media screen and (max-width: 820px) {
  .p-sign-up {
    padding-inline: 20px;
    background-position-x: right;
    background: url(../img/sign-up-visual-sp.webp) no-repeat center center/cover;
  }
}

.p-sign-up::after {
  content: "";
  position: absolute;
  bottom: -46px;
  left: calc(50% - 618px);
  width: 276px;
  height: 217px;
  background-image: url(../img/sign-up-deco.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .p-sign-up::after {
    display: none;
  }
}

.p-sign-up__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}

.p-sign-up__catch {
  margin: 0 0 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: #006a82;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .p-sign-up__catch {
    margin-bottom: 24px;
    font-size: 24.685px;
    line-height: 1.2;
  }
}

.p-sign-up__catchNum {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .p-sign-up__catchNum {
    font-size: 34px;
    letter-spacing: 0.047em;
  }
}

.p-sign-up__catchFree {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 820px) {
  .p-sign-up__catchFree {
    font-size: 27.98px;
  }
}

.p-sign-up__lead {
  margin: 0 0 28px 0;
  max-width: 640px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #465152;
  margin-bottom: 32px;
}
@media screen and (max-width: 820px) {
  .p-sign-up__lead {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.p-sign-up__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  .p-sign-up__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 16px;
    max-width: 292px;
    margin-inline: auto;
  }
}

.p-sign-up__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  padding: 16px 26px 18px 36px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 118, 143, 0.39);
          box-shadow: 0 0 8px rgba(0, 118, 143, 0.39);
  border-width: 1px;
  border-style: solid;
  width: 308px;
  min-width: 0;
}
@media screen and (max-width: 820px) {
  .p-sign-up__btn {
    width: 100%;
    min-height: unset;
    padding: 12px 26px 16px 56px;
    gap: 18px;
    font-weight: 800;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 4px rgba(0, 118, 143, 0.4);
            box-shadow: 0 0 4px rgba(0, 118, 143, 0.4);
  }
}

.p-sign-up__btn--primary {
  border-color: transparent;
  background-color: #f9a200;
  color: #ffffff;
}
.p-sign-up__btn--primary .p-sign-up__btnIcon {
  color: #ffffff;
}
@media (any-hover: hover) {
  .p-sign-up__btn--primary:hover {
    background-color: #ff8000;
  }
}

.p-sign-up__btn--outline {
  background-color: #ffffff;
  border-color: #00a0c2;
  color: #00a0c2;
}
.p-sign-up__btn--outline .p-sign-up__btnIcon {
  color: #00a0c2;
}
@media (any-hover: hover) {
  .p-sign-up__btn--outline:hover {
    background-color: #00a0c2;
    border-color: #00a0c2;
    color: #ffffff;
  }
  .p-sign-up__btn--outline:hover .p-sign-up__btnIcon {
    color: #ffffff;
  }
}

.p-sign-up__btnLabel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .p-sign-up__btnLabel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    white-space: normal;
    word-break: keep-all;
  }
}

.p-sign-up__btnIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12px;
  height: 18px;
}
.p-sign-up__btnIcon svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .p-sign-up__btnIcon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12px;
    height: 17.6px;
  }
}

.u-sp {
  display: none !important;
}

@media screen and (max-width: 999.98px) {
  .u-sp {
    display: revert !important;
  }
}
@media screen and (max-width: 820px) {
  .u-pc {
    display: none !important;
  }
}
br.u-br-600 {
  display: none !important;
}

@media screen and (max-width: 600px) {
  br.u-br-600 {
    display: revert !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 820px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
.u-pointer__none--pc {
  pointer-events: none !important;
}
@media screen and (max-width: 820px) {
  .u-pointer__none--pc {
    pointer-events: auto !important;
  }
}

.u-capital {
  text-transform: capitalize;
}

.u-uppercase {
  text-transform: uppercase;
}