@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

.l-header {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.l-header__area {
  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;
}
.l-header__logo {
  line-height: 0;
}
.l-header__logo-link {
  display: block;
}
.l-header__logo img {
  line-height: 0;
}
.l-header__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9rem 2.2rem 0.6rem;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: #00449a;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
}
.l-header__contact-link span:has(img) {
  line-height: 0;
}

.l-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.l-footer__analytics {
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #001938;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.l-footer__analytics a {
  color: #ffffff;
}
.l-footer__analytics .l-container {
  max-width: 1200px;
}

.l-footer__logo {
  width: 86px;
}
.l-footer__pagetop {
  z-index: 4;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.l-footer__pagetop-contact {
  display: block;
  margin-bottom: 0.5rem;
}
.l-footer__pagetop #page-top {
  display: block;
}

.l-footer-copy {
  margin: 0.8rem auto 0;
  font-size: 3.2vw;
  text-align: center;
}
.l-footer__sns-link {
  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;
  margin-top: 1rem;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  line-height: 0;
}
.l-footer__sns-link a {
  display: block;
  width: 3rem;
}

.l-footer__sns-link a:nth-child(2) {
  width: 4rem;
}

.l-footer__sns-link-txt {
  color: #333;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.l-footer__logo-wrap {
  display: grid;
  place-content: center;
  margin-top: 3rem;
}
.l-footer__logo-wrap a {
  display: grid;
  place-content: center;
  line-height: 0;
}

.l-container {
  width: 89%;
  margin-inline: auto;
}

.c-mainvisual {
  padding-top: 2.8rem;
  padding-right: 4rem;
  padding-bottom: 2.2rem;
  background-image: url("../images/mainvisual-bg.jpg");
  background-size: 0.8rem 0.8rem;
  background-repeat: repeat;
}
.c-mainvisual__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-mainvisual__wrap--first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 3.2rem 5.3rem;
}
.c-mainvisual__title {
  line-height: 0;
}
.c-mainvisual__age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  line-height: 0;
}
.c-mainvisual__text {
  width: 100%;
  color: #004798;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3636363636;
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0.09em;
}
.c-mainvisual__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-heading-lv1 {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 2.1875;
  letter-spacing: 0.1em;
}
.c-heading-lv1 > span {
  font-size: 4rem;
  line-height: 1.75;
}
.c-heading-lv1:first-child {
  margin-top: 0;
}

.c-heading-lv1 {
  padding-top: 3.8rem;
  padding-bottom: 3.6rem;
  background-image: url("../images/mainvisual-bg.jpg");
  background-size: 0.8rem 0.8rem;
  background-repeat: repeat;
  text-align: center;
}

.c-heading-lv2 {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.6470588235;
}

.c-heading-lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.2rem;
  gap: 1.2rem;
}
.c-heading-lv2__text {
  padding-bottom: 1.2rem;
  letter-spacing: 0.1em;
}
.c-heading-lv2__text span {
  color: #8C7200;
}

.c-heading-lv3 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.c-heading-lv3 {
  margin-bottom: 1.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #000000;
}
.c-heading-lv3:has(.c-icon) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}

.c-heading-lv4 {
  color: #A38500;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-heading-lv4 span {
  margin-left: 4px;
  color: #000000;
  font-size: 2rem;
}

.c-heading-lv4 {
  margin-bottom: 1.2rem;
}

/*-- .c-heading --*/
.c-section__inner {
  padding-top: 3.6rem;
  padding-bottom: 4.8rem;
}

.c-accordion {
  margin-top: 2rem;
}
.c-accordion--first {
  margin-top: 4.3rem;
}
.c-accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 4.2rem 2.2rem 3.8rem;
  gap: 1.5rem;
  border: 2px solid #1A1311;
  border-radius: 1.2rem;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.25;
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0.1em;
}
.c-accordion__head span {
  color: #D93C00;
  font-size: 3.4rem;
}
.c-accordion__head .c-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-accordion__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1rem;
  overflow: hidden;
  gap: 1.5rem;
  background-color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease-in-out;
  border: 2px solid #1A1311;
  border-top: none;
  border-radius: 0 0 1.2rem 1.2rem;
  transition: all 0.4s ease-in-out;
}
.c-accordion__body--inner {
  display: grid;
  padding: 2.6rem 4rem 2.4rem;
  gap: 1.5rem;
  font-weight: 400;
  font-size: 2.1rem;
}

/*-- .c-accordion --*/
.c-text-note {
  font-size: 1.4rem;
}
.c-accordion .c-text-note {
  font-size: 1.6rem;
}

.c-lead {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

.c-image-full img {
  width: 100%;
}

figure {
  line-height: 0;
}
figure figcaption {
  margin-top: 2.5rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.25;
}

.c-text-indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
}
.c-text-mark {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-text-mark--dot {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.8rem;
  border-radius: 1.5rem;
  background-color: #8C7200;
}

.c-text-marker {
  display: inline;
  padding-bottom: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, transparent), color-stop(88%, #F8B62C), color-stop(100%, #F8B62C), to(transparent));
  background: linear-gradient(transparent 88%, #F8B62C 88%, #F8B62C 100%, transparent 100%);
}
.c-text-marker[data-color=blue] {
  padding-bottom: 0.8rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(94%, #004798), color-stop(100%, #004798), to(transparent));
  background: linear-gradient(transparent 94%, #004798 94%, #004798 100%, transparent 100%);
}
.c-text-marker--dots > span {
  position: relative;
}
.c-text-marker--dots > span::before {
  position: absolute;
  top: -0.5rem;
  right: 0;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  margin: auto;
  border-radius: 0.9rem;
  background-color: #004798;
  content: "";
}

/*-- .c-text --*/
.c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto 1.8rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.c-icon--last {
  margin-right: 0;
  margin-left: 1.8rem;
}
.c-icon--first {
  margin-right: 0.8rem;
  margin-left: 0;
}
.c-icon[data-icon=blank] {
  aspect-ratio: 1/1;
  width: 1.9rem;
  background-image: url(../images/icon-blank.svg);
}
.c-button:hover .c-icon[data-icon=blank] {
  background-image: url(../images/icon-blank-orange.svg);
}
p:not([class]) a .c-icon[data-icon=blank] {
  width: 1.6rem;
  margin: auto 0.8rem 0.2rem;
  background-image: url(../images/icon-blank-orange.svg);
}
.c-icon[data-icon=acco] {
  display: grid;
  position: relative;
  place-items: center;
  aspect-ratio: 1/1;
  width: 2.4rem;
  margin-left: auto;
}
.c-icon[data-icon=acco]::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
  border-right: 4px solid #004798;
  border-bottom: 4px solid #004798;
  content: "";
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
details.is-opened .c-icon[data-icon=acco]::after, details[open] .c-icon[data-icon=acco]::after {
  -webkit-transform: translateY(4px) rotate(-135deg);
  transform: translateY(4px) rotate(-135deg);
}
.c-icon[data-icon=flag] {
  aspect-ratio: 1/1;
  width: 8.2rem;
  background-image: url(../images/icon-flag.svg);
}

/*-- .c-icon --*/
.p-point {
  background-color: #C0E5F9;
}
.p-point-heading {
  padding-top: 4.2rem;
  padding-bottom: 6rem;
  background-image: url("../images/icon-q.svg");
  background-position: center;
  background-size: 11.4rem 15.2rem;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.5;
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}
.p-point-item p {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.15;
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-point-item p span {
  color: #D93C00;
  font-size: 2.6rem;
}
.p-point-item__01 {
  margin-top: 0.6rem;
  margin-left: -0.2rem;
}
.p-point-item__01 p {
  width: 29.8rem;
  height: 11rem;
  padding-top: 1.8rem;
  padding-bottom: 2.6rem;
  background-image: url("../images/balloon-img01.svg");
  background-size: 29.8rem 11rem;
}
.p-point-item__01 .p-point__image {
  text-align: left;
}
.p-point-item__02 {
  margin-right: -2rem;
  margin-left: -3rem;
}
.p-point-item__02 p {
  width: 30.1rem;
  height: 14.6rem;
  padding-top: 4rem;
  padding-bottom: 1.6rem;
  background-image: url("../images/balloon-img02.svg");
  background-size: 30.1rem 14.6rem;
  line-height: 1.25;
}
.p-point-item__02 figure {
  margin-top: 0.9rem;
  margin-bottom: -7.1rem;
  margin-left: 1.4rem;
}
.p-point-item__03 p {
  width: 26.8rem;
  height: 14rem;
  padding-top: 1.2rem;
  padding-bottom: 2.6rem;
  background-image: url("../images/balloon-img03.svg");
  background-size: 26.8rem 14rem;
}
.p-point-item__03 figure {
  margin-right: 4rem;
}
.p-point-item__04 {
  margin-left: -6.5rem;
}
.p-point-item__04 p {
  width: 25.1rem;
  height: 14.3rem;
  padding-top: 4rem;
  padding-bottom: 1.6rem;
  background-image: url("../images/balloon-img04.svg");
  background-size: 25.1rem 14.3rem;
}
.p-point-item__04 figure {
  margin-top: 1rem;
  margin-bottom: -3.2rem;
  margin-left: 8rem;
}
.p-point__image {
  text-align: center;
}

.p-kyosai-heading {
  margin-top: 1rem;
  color: #004798;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
}
.p-kyosai-heading > span {
  font-size: 3.2rem;
}
.p-kyosai-heading img {
  -webkit-transform: translateY(5px);
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  transform: translateY(5px);
}
.p-kyosai-wrap {
  aspect-ratio: 25/16;
  margin-top: 4.2rem;
  padding: 3.8rem 7rem 5.3rem;
  background-image: url("../images/balloon-img05.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
.p-kyosai-list {
  display: grid;
  grid-auto-flow: column;
  margin-top: 3.4rem;
  gap: 4rem;
}
.p-kyosai-item {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: min(26rem, 26vw);
  border-radius: 26rem;
  background-color: #A38500;
  color: #ffffff;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-kyosai__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
.p-kyosai__image p {
  margin-top: 1.3rem;
  line-height: 1;
}

.p-care {
  margin-top: 4.4rem;
  margin-bottom: 3.2rem;
}
.p-care-wrap {
  margin-top: 5.4rem;
  padding: 1.8rem 1.6rem;
  background-image: url("../images/stripe-bg.png");
  background-size: 1.8rem 1.8rem;
  background-repeat: repeat;
}
.p-care-wrap__inner {
  padding: 3.9rem 3.9rem 3.9rem 4rem;
  background-color: #ffffff;
}
.p-care-family .p-care-wrap__inner {
  padding-right: 0.6rem;
}
.p-care-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
}
.p-care-list {
  display: grid;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-care-list .c-text-indent {
  margin-top: auto;
}
.p-care-item {
  font-size: 2.1rem;
}
.p-care-family .p-care-item {
  line-height: 1.65;
}
.p-care-item .c-text-mark--dot {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 1.1rem;
}
.p-care-item__text {
  padding-left: 4rem;
  letter-spacing: 0.1em;
}
.p-care-family .p-care-item__text {
  margin-bottom: 2rem;
  padding-left: 0;
}
.p-care-text {
  color: #8C7200;
  font-weight: bold;
}
.p-care-text__point {
  color: #D93C00;
  font-weight: bold;
  font-size: 3.2rem;
}
.p-care-cost-list {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(20.4rem, 20.4vw);
  margin-top: 1.4rem;
  text-align: right;
}
.p-care-cost-item {
  position: relative;
  aspect-ratio: 1/1;
  width: 2.6rem;
  margin-right: auto;
  margin-left: auto;
}
.p-care-cost-item::before, .p-care-cost-item::after {
  display: inline-block;
  width: 0.8rem;
  height: 3.5rem;
  background-color: #D93C00;
  content: "";
}
.p-care-cost-item__plus {
  width: 5.1rem;
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}
.p-care-cost-item__plus::before, .p-care-cost-item__plus::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5.1rem;
  margin: auto;
}
.p-care-cost-item__plus::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p-care-cost-item__hang {
  width: 3.6rem;
  margin-top: 6.2rem;
  margin-bottom: 6.2rem;
}
.p-care-cost-item__hang::before, .p-care-cost-item__hang::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5.1rem;
  margin: auto;
}
.p-care-cost-item__hang::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-care-cost-item__hang::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-care-cost-item__equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  aspect-ratio: 26/35;
  margin-top: 2.7rem;
  margin-bottom: 2.8rem;
}
.p-care__image:not(.p-care__image--04) {
  margin-right: 1.8rem;
}
.p-care-family {
  margin-top: 6.2rem;
}
.p-care-family .c-heading-lv2 {
  margin-bottom: 2rem;
}
.p-care-family__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-lifetime .c-heading-lv1 {
  padding-top: 2.3rem;
  padding-bottom: 2.7rem;
}
.p-lifetime .c-heading-lv1 img {
  margin-right: 5px;
}
.p-lifetime .c-lead {
  margin-top: 1.2rem;
}
.p-lifetime-heading {
  margin-top: 6.2rem;
  margin-bottom: 3.2rem;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.p-lifetime-heading img {
  margin-right: 0.8rem;
  margin-bottom: -0.4rem;
  margin-left: -1.8rem;
}
.p-lifetime-heading em {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  color: #004798;
  font-size: 4.8rem;
}
.p-lifetime-heading span {
  font-size: 4rem;
}
.p-lifetime-list {
  display: grid;
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  gap: 4rem;
}
.p-lifetime-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-lifetime-point {
  -ms-flex-negative: 0;
  display: grid;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 2/1;
  width: min(28rem, 28vw);
  border-radius: 3.2rem;
  background-color: #A38500;
  color: #ffffff;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-lifetime-text {
  letter-spacing: 0.13em;
}
.p-lifetime-text p {
  font-size: 2.1rem;
}
.p-lifetime-text p.c-text-indent {
  margin-top: 1.2rem;
  margin-bottom: -0.4rem;
  gap: 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-lifetime-works {
  margin-top: 7.5rem;
}
.p-lifetime-works .c-text-indent {
  letter-spacing: 0.1em;
}
.p-lifetime-works .p-care-wrap__inner {
  padding: 3.9rem 4.5rem 3.9rem 4.5rem;
}
.p-lifetime-works__image {
  margin-bottom: 1.6rem;
}
.p-lifetime-works-heading {
  margin-top: 2.5rem;
  margin-bottom: 1.6rem;
  padding-left: 2rem;
  border-radius: 2.2rem;
  background-color: #727474;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-lifetime-works-list {
  display: grid;
  grid-auto-flow: column;
  gap: 3.2rem;
}
.p-lifetime-works-item {
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: min(27.2rem, 27.2vw);
  padding: 1.2rem 1.4rem 1.6rem;
  gap: 0.5rem;
  border: 2px solid #727474;
  border-radius: 1.6rem;
}
.p-lifetime-works-item h5 {
  color: #A38500;
  font-size: 2.4rem;
  text-align: center;
}
.p-lifetime-works-item p {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
.p-lifetime-wrap {
  margin-top: 9.4rem;
  margin-bottom: 9.5rem;
  padding: 0.9rem;
  border: 3px solid #A38500;
  border-radius: 3.2rem;
  background-color: #D0E8EF;
}
.p-lifetime-wrap__inner {
  padding: 4.8rem 4.4rem 5.4rem;
  border: 3px solid #A38500;
  border-radius: 2.4rem;
  background-color: #ffffff;
}
.p-lifetime-wrap__inner h4 {
  margin-bottom: 1.8rem;
  color: #A38500;
  font-weight: bold;
  font-size: 3.4rem;
  text-align: center;
}
.p-lifetime-wrap__inner p {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
.p-lifetime-wrap__inner p.c-text-indent {
  margin-top: 2rem;
  font-size: 1.6rem;
}
.p-lifetime-wrap__inner h5 {
  margin-top: 5rem;
  margin-bottom: 3.6rem;
  padding-left: 2rem;
  border-radius: 2.2rem;
  background-color: #A38500;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-lifetime-data {
  margin-bottom: 1.3rem;
  border: 3px solid #A38500;
  border-radius: 3.2rem;
}
.p-lifetime-data__head, .p-lifetime-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-lifetime-data__head > p:first-child, .p-lifetime-data__item > p:first-child {
  width: 18.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-lifetime-data__head > :last-child, .p-lifetime-data__item > :last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-lifetime-data__head {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
  border-radius: 2.6rem 2.6rem 0 0;
  background-color: #A38500;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.p-lifetime-data__item {
  background-image: linear-gradient(to right, #000000 1px, transparent 1px);
  background-position: left bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.p-lifetime-data__item > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(to right, #000000 1px, transparent 1px);
  background-position: left bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-color: #D0E8EF;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.p-lifetime-data__item.p-lifetime-data__item--last {
  background-image: none;
}
.p-lifetime-data__item.p-lifetime-data__item--last > p {
  border-bottom-left-radius: 2.8rem;
  background-image: none;
}
.p-lifetime-data__text {
  padding: 1.2rem 2rem 1.9rem 1.9rem;
  letter-spacing: 0.1em;
}
.p-lifetime-data__title {
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.p-lifetime-bottom {
  margin-bottom: 4.2rem;
}
.p-lifetime-bottom .c-text-indent {
  gap: 0;
  letter-spacing: 0.1em;
}

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

.u-d-block {
  display: block !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-i-block {
  display: inline-block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-t-row {
  display: table-row !important;
}

.u-d-t-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.u-of-auto {
  overflow: auto;
}
.u-of-hidden {
  overflow: hidden;
}

/* visibility */
.u-hidden {
  visibility: hidden !important;
}

.u-visible {
  visibility: visible !important;
}

/* hover */
.u-hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.u-hover-opacity:hover {
  opacity: 0.8;
}

/* float */
.u-fl-left {
  float: left !important;
}
.u-fl-right {
  float: right !important;
}
.u-fl-none {
  float: none !important;
}
/* clearfix */
.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-clear-both {
  clear: both !important;
}

/* font-family */
.u-ff-noto {
  font-family: "Noto Sans JP", sans-serif;
}
.u-ff-mplus {
  font-family: "M PLUS 1", sans-serif;
}

/* font-weight */
.u-fw-normal {
  font-weight: normal !important;
}
.u-fw-bold {
  font-weight: bold !important;
}

/* font-size */
.u-fs-sm {
  font-size: 1.4rem !important;
}
.u-fs-md {
  font-size: 1.6rem !important;
}
.u-fs-lg {
  font-size: 1.8rem !important;
}
.u-fs-xl {
  font-size: 2rem !important;
}
.u-fs-xxl {
  font-size: 2.2rem !important;
}
.u-fc-orange {
  color: #D93C00;
}

/* margin */
.u-m-auto {
  margin: 0 auto !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}
.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}
.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}
.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}
.u-mt-35 {
  margin-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}
.u-mt-45 {
  margin-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}
.u-mt-55 {
  margin-top: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}
.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}
.u-mt-65 {
  margin-top: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}
.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}
.u-mt-75 {
  margin-top: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}
.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}
.u-mt-85 {
  margin-top: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}
.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}
.u-mt-95 {
  margin-top: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}
.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}
/* padding */
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}
.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}
.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}
.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}
.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}
.u-pt-25 {
  padding-top: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}
.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}
.u-pt-35 {
  padding-top: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}
.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}
.u-pt-45 {
  padding-top: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}
.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}
.u-pt-55 {
  padding-top: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}
.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}
.u-pt-65 {
  padding-top: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}
.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}
.u-pt-75 {
  padding-top: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}
.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}
.u-pt-85 {
  padding-top: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}
.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}
.u-pt-95 {
  padding-top: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}
.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}
/* text-align */
.u-text-center {
  text-align: center !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}
/* vertical-align */
.u-va-top {
  vertical-align: top !important;
}
.u-va-middle {
  vertical-align: middle !important;
}
.u-va-bottom {
  vertical-align: bottom !important;
}
/* white-space */
.u-ws-nowrap {
  white-space: nowrap !important;
}

/* width(px) 5-400 */
.u-w-5 {
  width: 5px !important;
}
.u-w-10 {
  width: 10px !important;
}
.u-w-15 {
  width: 15px !important;
}
.u-w-20 {
  width: 20px !important;
}
.u-w-25 {
  width: 25px !important;
}
.u-w-30 {
  width: 30px !important;
}
.u-w-35 {
  width: 35px !important;
}
.u-w-40 {
  width: 40px !important;
}
.u-w-45 {
  width: 45px !important;
}
.u-w-50 {
  width: 50px !important;
}
.u-w-55 {
  width: 55px !important;
}
.u-w-60 {
  width: 60px !important;
}
.u-w-65 {
  width: 65px !important;
}
.u-w-70 {
  width: 70px !important;
}
.u-w-75 {
  width: 75px !important;
}
.u-w-80 {
  width: 80px !important;
}
.u-w-85 {
  width: 85px !important;
}
.u-w-90 {
  width: 90px !important;
}
.u-w-95 {
  width: 95px !important;
}
.u-w-100 {
  width: 100px !important;
}
.u-w-105 {
  width: 105px !important;
}
.u-w-110 {
  width: 110px !important;
}
.u-w-115 {
  width: 115px !important;
}
.u-w-120 {
  width: 120px !important;
}
.u-w-125 {
  width: 125px !important;
}
.u-w-130 {
  width: 130px !important;
}
.u-w-135 {
  width: 135px !important;
}
.u-w-140 {
  width: 140px !important;
}
.u-w-145 {
  width: 145px !important;
}
.u-w-150 {
  width: 150px !important;
}
.u-w-155 {
  width: 155px !important;
}
.u-w-160 {
  width: 160px !important;
}
.u-w-165 {
  width: 165px !important;
}
.u-w-170 {
  width: 170px !important;
}
.u-w-175 {
  width: 175px !important;
}
.u-w-180 {
  width: 180px !important;
}
.u-w-185 {
  width: 185px !important;
}
.u-w-190 {
  width: 190px !important;
}
.u-w-195 {
  width: 195px !important;
}
.u-w-200 {
  width: 200px !important;
}
.u-w-205 {
  width: 205px !important;
}
.u-w-210 {
  width: 210px !important;
}
.u-w-215 {
  width: 215px !important;
}
.u-w-220 {
  width: 220px !important;
}
.u-w-225 {
  width: 225px !important;
}
.u-w-230 {
  width: 230px !important;
}
.u-w-235 {
  width: 235px !important;
}
.u-w-240 {
  width: 240px !important;
}
.u-w-245 {
  width: 245px !important;
}
.u-w-250 {
  width: 250px !important;
}
.u-w-255 {
  width: 255px !important;
}
.u-w-260 {
  width: 260px !important;
}
.u-w-265 {
  width: 265px !important;
}
.u-w-270 {
  width: 270px !important;
}
.u-w-275 {
  width: 275px !important;
}
.u-w-280 {
  width: 280px !important;
}
.u-w-285 {
  width: 285px !important;
}
.u-w-290 {
  width: 290px !important;
}
.u-w-295 {
  width: 295px !important;
}
.u-w-300 {
  width: 300px !important;
}
.u-w-305 {
  width: 305px !important;
}
.u-w-310 {
  width: 310px !important;
}
.u-w-315 {
  width: 315px !important;
}
.u-w-320 {
  width: 320px !important;
}
.u-w-325 {
  width: 325px !important;
}
.u-w-330 {
  width: 330px !important;
}
.u-w-335 {
  width: 335px !important;
}
.u-w-340 {
  width: 340px !important;
}
.u-w-345 {
  width: 345px !important;
}
.u-w-350 {
  width: 350px !important;
}
.u-w-355 {
  width: 355px !important;
}
.u-w-360 {
  width: 360px !important;
}
.u-w-365 {
  width: 365px !important;
}
.u-w-370 {
  width: 370px !important;
}
.u-w-375 {
  width: 375px !important;
}
.u-w-380 {
  width: 380px !important;
}
.u-w-385 {
  width: 385px !important;
}
.u-w-390 {
  width: 390px !important;
}
.u-w-395 {
  width: 395px !important;
}
.u-w-400 {
  width: 400px !important;
}
/* width(%) 5-100 */
.u-w-5per {
  width: 5% !important;
}
.u-w-10per {
  width: 10% !important;
}
.u-w-15per {
  width: 15% !important;
}
.u-w-20per {
  width: 20% !important;
}
.u-w-25per {
  width: 25% !important;
}
.u-w-30per {
  width: 30% !important;
}
.u-w-35per {
  width: 35% !important;
}
.u-w-40per {
  width: 40% !important;
}
.u-w-45per {
  width: 45% !important;
}
.u-w-50per {
  width: 50% !important;
}
.u-w-55per {
  width: 55% !important;
}
.u-w-60per {
  width: 60% !important;
}
.u-w-65per {
  width: 65% !important;
}
.u-w-70per {
  width: 70% !important;
}
.u-w-75per {
  width: 75% !important;
}
.u-w-80per {
  width: 80% !important;
}
.u-w-85per {
  width: 85% !important;
}
.u-w-90per {
  width: 90% !important;
}
.u-w-95per {
  width: 95% !important;
}
.u-w-100per {
  width: 100% !important;
}
/* width(em) 5-20 */
.u-w-1em {
  width: 1em !important;
}
.u-w-2em {
  width: 2em !important;
}
.u-w-3em {
  width: 3em !important;
}
.u-w-4em {
  width: 4em !important;
}
.u-w-5em {
  width: 5em !important;
}
.u-w-6em {
  width: 6em !important;
}
.u-w-7em {
  width: 7em !important;
}
.u-w-8em {
  width: 8em !important;
}
.u-w-9em {
  width: 9em !important;
}
.u-w-10em {
  width: 10em !important;
}
.u-w-11em {
  width: 11em !important;
}
.u-w-12em {
  width: 12em !important;
}
.u-w-13em {
  width: 13em !important;
}
.u-w-14em {
  width: 14em !important;
}
.u-w-15em {
  width: 15em !important;
}
.u-w-16em {
  width: 16em !important;
}
.u-w-17em {
  width: 17em !important;
}
.u-w-18em {
  width: 18em !important;
}
.u-w-19em {
  width: 19em !important;
}
.u-w-20em {
  width: 20em !important;
}
/* width auto*/
.u-w-auto {
  width: auto !important;
}
@media not all and (min-width: 768px){
  .l-footer__sns-link {
    margin-top: 2.6666666667vw;
    -webkit-column-gap: 10.6666666667vw;
    -moz-column-gap: 10.6666666667vw;
    column-gap: 10.6666666667vw;
  }
  .l-footer__sns-link-txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px){
  .c-mainvisual__wrap.l-container {
    max-width: 960px;
  }
  .p-lifetime .c-heading-lv1 img {
    margin-bottom: -8px;
    margin-left: -28px;
  }
  .u-pc-fs-sm {
    font-size: 1.4rem !important;
  }
  .u-pc-fs-md {
    font-size: 1.6rem !important;
  }
  .u-pc-fs-lg {
    font-size: 1.8rem !important;
  }
  .u-pc-fs-xl {
    font-size: 2rem !important;
  }
  .u-pc-fs-xxl {
    font-size: 2.2rem !important;
  }
}
@media (min-width: 1025px){
  .l-footer__logo {
    width: 142px;
  }
  .l-footer-copy {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px){
  .l-container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px){
  body {
    font-size: 1.3rem;
  }
  .l-header {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .l-header__logo {
    max-width: 14rem;
  }
  .l-header__contact-link {
    padding: 0.9rem 1.4rem;
    font-size: 1.2rem;
  }
  .l-header__contact-link span:has(img) {
    width: 1.6rem;
  }
  .l-footer__analytics {
    margin-bottom: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
  .l-footer__pagetop {
    right: 0;
    bottom: 0;
  }
  .l-footer__pagetop-contact {
    display: none;
  }
  .l-footer__pagetop #page-top {
    width: 6rem;
  }
  .l-container {
    width: calc(100% - 4rem);
  }
  .c-mainvisual {
    padding-top: 3.2rem;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .c-mainvisual__wrap.l-container {
    width: 91%;
  }
  .c-mainvisual__wrap--first {
    gap: 1.8rem;
  }
  .c-mainvisual__title {
    width: 62.4vw;
  }
  .c-mainvisual__age {
    width: 49.0666666667vw;
    margin-top: 0.4rem;
    margin-bottom: 0;
  }
  .c-mainvisual__text {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .c-mainvisual__image {
    position: absolute;
    top: -1.6rem;
    right: 0;
    width: 25.3333333333vw;
  }
  .c-heading-lv1 {
    font-size: 1.9rem;
  }
  .c-heading-lv1 > span {
    font-size: 2.4rem;
  }
  .c-heading-lv1 {
    padding-top: 2.8rem;
    padding-bottom: 3.4rem;
  }
  .c-heading-lv2 {
    margin-bottom: 1.8rem;
    font-size: 2.2rem;
  }
  .c-heading-lv2__text {
    padding-top: 0.2rem;
  }
  .c-heading-lv3 {
    font-size: 1.8rem;
  }
  .c-heading-lv3 {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
  }
  .c-heading-lv3:has(.c-icon) {
    margin-bottom: 1.2rem;
  }
  .c-heading-lv3 .c-icon {
    width: 2.4rem;
  }
  .c-heading-lv4 span {
    display: inline-block;
    margin-top: 1.2rem;
    margin-left: 0;
  }
  .c-heading-lv4 {
    margin-bottom: 1.4rem;
  }
  .c-accordion--first {
    margin-top: 2.4rem;
  }
  .c-accordion__head {
    padding: 0.4rem 1.7rem 1.2rem 2rem;
    gap: 1em;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .c-accordion__head span {
    font-size: 2.3rem;
  }
  .c-accordion__body {
    gap: 1rem;
    font-size: 1.4rem;
  }
  .c-accordion__body--inner {
    padding: 3.2rem 2rem 2rem 1.5rem;
    gap: 1rem;
    font-size: 1.4rem;
  }
  .c-text-note {
    font-size: 1.2rem;
  }
  .c-accordion .c-text-note {
    font-size: 1.3rem;
  }
  .c-lead {
    font-size: 1.8rem;
  }
  .c-image-full {
    height: 20rem;
    overflow: hidden;
  }
  .c-image-full img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  figure figcaption {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
  .c-text-mark--dot {
    margin-top: 0.9rem;
  }
  .c-text-marker[data-color=blue] {
    padding-bottom: 0.2rem;
  }
  .c-text-marker--dots > span::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .c-icon {
    width: 1.1428571429em;
  }
  .c-icon--last {
    margin-left: 0.6rem;
  }
  .c-icon--first {
    margin-right: 0.6rem;
  }
  .c-icon[data-icon=blank] {
    width: 1.2rem;
  }
  .c-icon[data-icon=acco] {
    width: 1.6rem;
    margin-right: 0;
  }
  .c-icon[data-icon=acco]::after {
    width: 1.6rem;
    height: 1.6rem;
  }
  .c-icon[data-icon=flag] {
    width: 5.7rem;
  }
  .p-point .c-section__inner {
    padding-top: 4.2rem;
    padding-bottom: 3.4rem;
  }
  .p-point-heading {
    padding-top: 1.6rem;
    padding-bottom: 2.2rem;
    background-position: top center;
    background-size: 8.3rem 11.1rem;
    font-size: 2.4rem;
  }
  .p-point-list {
    display: none;
  }
  .p-kyosai-heading {
    margin-top: 0.4rem;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    font-size: 2.1rem;
  }
  .p-kyosai-heading > span {
    font-size: 1.7rem;
  }
  .p-kyosai-heading img {
    width: 24vw;
    margin-right: 0.2rem;
    margin-left: 1rem;
  }
  .p-kyosai-wrap {
    aspect-ratio: 335/356;
    margin-top: 1.6rem;
    padding: 3.2rem 2.5rem 4.1rem 1.6rem;
    background-image: url("../images/balloon-img05-sp.svg");
  }
  .p-kyosai-list {
    margin-top: 2.5rem;
    gap: 0.6rem;
  }
  .p-kyosai-item {
    width: min(9.4rem, 25.0666666667vw);
    font-size: 1.4rem;
    line-height: 1.3571428571;
    letter-spacing: 0;
  }
  .p-kyosai__image p {
    margin-top: 0.6rem;
  }
  .p-care {
    margin-top: 2.4rem;
    margin-bottom: 0;
  }
  .p-care .c-section__inner {
    padding-top: 2.1rem;
    padding-bottom: 4rem;
  }
  .p-care-wrap {
    margin-top: 3rem;
    padding: 1.4rem 1.2rem;
  }
  .p-care-wrap__inner {
    padding: 2.6rem 1.2rem;
  }
  .p-care-block {
    gap: 0.4rem;
  }
  .p-care-family .p-care-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-care-list {
    gap: 2rem;
  }
  .p-care-list .c-text-indent {
    display: inline-block;
  }
  .p-care-item {
    font-size: 1.6rem;
  }
  .p-care-item .c-text-mark--dot {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0;
    margin-right: 0.5rem;
  }
  .p-care-item__text {
    padding-left: 0;
  }
  .p-care-text__point {
    font-size: 2.4rem;
  }
  .p-care-cost-list {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 31.2vw;
    text-align: center;
  }
  .p-care-cost-item {
    width: 1.8rem;
  }
  .p-care-cost-item::before, .p-care-cost-item::after {
    width: 0.8rem;
    height: 2rem;
  }
  .p-care-cost-item__plus {
    width: 2.9rem;
    margin-top: auto;
    margin-bottom: auto;
  }
  .p-care-cost-item__plus::before, .p-care-cost-item__plus::after {
    height: 2.9rem;
  }
  .p-care-cost-item__hang {
    width: 2.1rem;
    margin-top: auto;
    margin-bottom: auto;
  }
  .p-care-cost-item__hang::before, .p-care-cost-item__hang::after {
    height: 2.9rem;
  }
  .p-care-cost-item__equal {
    aspect-ratio: 9/10;
    margin-top: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .p-care__image:not(.p-care__image--04) {
    width: 25.8666666667vw;
    margin-right: 0;
  }
  .p-care__image--02 {
    margin-bottom: 1.8rem;
  }
  .p-care__image--03 {
    margin-top: 1.8rem;
  }
  .p-care__image--04 {
    margin-bottom: 3rem;
  }
  .p-care-family .p-care__image {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-care-family {
    margin-top: 5rem;
  }
  .p-care-family .c-heading-lv2__text {
    padding-bottom: 0;
  }
  .p-lifetime .c-heading-lv1 {
    padding-top: 3.1rem;
    padding-bottom: 3rem;
    line-height: 1.4;
  }
  .p-lifetime .c-heading-lv1 img {
    width: 39.4666666667vw;
  }
  .p-lifetime .c-section__inner {
    padding-top: 1.9rem;
  }
  .p-lifetime-heading {
    margin-top: 4.2rem;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .p-lifetime-heading img {
    width: 37.8666666667vw;
  }
  .p-lifetime-heading em {
    font-size: 2.9rem;
  }
  .p-lifetime-heading span {
    font-size: 2.4rem;
  }
  .p-lifetime-list {
    gap: 2.9rem;
  }
  .p-lifetime-item {
    gap: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-lifetime-point {
    aspect-ratio: 67/12;
    width: 100%;
    border-radius: 1.6rem;
    font-size: 2.2rem;
    line-height: 1.5454545455;
  }
  .p-lifetime-text p {
    font-size: 1.6rem;
  }
  .p-lifetime-text p.c-text-indent {
    font-size: 1.3rem;
  }
  .p-lifetime-works {
    margin-top: 5rem;
  }
  .p-lifetime-works .p-care-wrap__inner {
    padding: 3rem 1.2rem 3.2rem;
  }
  .p-lifetime-works-heading {
    margin-top: 3.8rem;
    padding-left: 1rem;
    font-size: 2.2rem;
  }
  .p-lifetime-works-list {
    grid-auto-flow: row;
    gap: 1rem;
  }
  .p-lifetime-works-item {
    width: 100%;
    padding: 0.9rem 1.4rem 1.3rem;
  }
  .p-lifetime-works-item h5 {
    font-size: 1.8rem;
  }
  .p-lifetime-works-item p {
    padding-left: 0.8rem;
    font-size: 1.4rem;
  }
  .p-lifetime-wrap {
    margin-top: 5.4rem;
    margin-bottom: 4.8rem;
    padding: 0.7rem;
  }
  .p-lifetime-wrap__inner {
    padding: 2.7rem 1.2rem 5.6rem;
  }
  .p-lifetime-wrap__inner h4 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .p-lifetime-wrap__inner p {
    font-size: 1.5rem;
    line-height: 1.85;
  }
  .p-lifetime-wrap__inner p.c-text-indent {
    margin-top: 1.3rem;
    margin-right: -0.5rem;
    font-size: 1.3rem;
  }
  .p-lifetime-wrap__inner h5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 3.3rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-lifetime-data {
    margin-bottom: 1.6rem;
    border-radius: 1.8rem;
  }
  .p-lifetime-data__head > p:first-child, .p-lifetime-data__item > p:first-child {
    width: 10rem;
  }
  .p-lifetime-data__head {
    padding-top: 1rem;
    border-radius: 1.4rem 1.4rem 0 0;
  }
  .p-lifetime-data__item.p-lifetime-data__item--last > p {
    border-bottom-left-radius: 1.5rem;
  }
  .p-lifetime-data__text {
    padding: 1.2rem 1rem 1.4rem 1.5rem;
  }
  .p-lifetime-data__text p:not([class]) {
    line-height: 1.9;
    letter-spacing: 0.2em;
  }
  .p-lifetime-data__title {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  .p-lifetime-bottom {
    margin-bottom: 1rem;
  }
  .p-lifetime-bottom .c-text-indent {
    margin-bottom: 0.8rem;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-sp-fl-none-sp {
    float: none !important;
  }
  .u-sp-fl-clear-sp {
    clear: both !important;
  }
  .u-sp-fs-sm {
    font-size: 1.2rem !important;
  }
  .u-sp-fs-md {
    font-size: 1.4rem !important;
  }
  .u-sp-fs-lg {
    font-size: 1.6rem !important;
  }
  .u-sp-fs-xl {
    font-size: 1.8rem !important;
  }
  .u-sp-fs-xxl {
    font-size: 2rem !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mt-5 {
    margin-top: 5px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml-5 {
    margin-left: 5px !important;
  }
  .u-sp-mr-5 {
    margin-right: 5px !important;
  }
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml-10 {
    margin-left: 10px !important;
  }
  .u-sp-mr-10 {
    margin-right: 10px !important;
  }
  .u-sp-mt-15 {
    margin-top: 15px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml-15 {
    margin-left: 15px !important;
  }
  .u-sp-mr-15 {
    margin-right: 15px !important;
  }
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
  .u-sp-mt-25 {
    margin-top: 25px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml-25 {
    margin-left: 25px !important;
  }
  .u-sp-mr-25 {
    margin-right: 25px !important;
  }
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml-30 {
    margin-left: 30px !important;
  }
  .u-sp-mr-30 {
    margin-right: 30px !important;
  }
  .u-sp-mt-35 {
    margin-top: 35px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml-35 {
    margin-left: 35px !important;
  }
  .u-sp-mr-35 {
    margin-right: 35px !important;
  }
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
  .u-sp-mt-45 {
    margin-top: 45px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml-45 {
    margin-left: 45px !important;
  }
  .u-sp-mr-45 {
    margin-right: 45px !important;
  }
  .u-sp-mt-50 {
    margin-top: 50px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml-50 {
    margin-left: 50px !important;
  }
  .u-sp-mr-50 {
    margin-right: 50px !important;
  }
  .u-sp-mt-55 {
    margin-top: 55px !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml-55 {
    margin-left: 55px !important;
  }
  .u-sp-mr-55 {
    margin-right: 55px !important;
  }
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml-60 {
    margin-left: 60px !important;
  }
  .u-sp-mr-60 {
    margin-right: 60px !important;
  }
  .u-sp-mt-65 {
    margin-top: 65px !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml-65 {
    margin-left: 65px !important;
  }
  .u-sp-mr-65 {
    margin-right: 65px !important;
  }
  .u-sp-mt-70 {
    margin-top: 70px !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml-70 {
    margin-left: 70px !important;
  }
  .u-sp-mr-70 {
    margin-right: 70px !important;
  }
  .u-sp-mt-75 {
    margin-top: 75px !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml-75 {
    margin-left: 75px !important;
  }
  .u-sp-mr-75 {
    margin-right: 75px !important;
  }
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
  .u-sp-mt-85 {
    margin-top: 85px !important;
  }
  .u-sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml-85 {
    margin-left: 85px !important;
  }
  .u-sp-mr-85 {
    margin-right: 85px !important;
  }
  .u-sp-mt-90 {
    margin-top: 90px !important;
  }
  .u-sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml-90 {
    margin-left: 90px !important;
  }
  .u-sp-mr-90 {
    margin-right: 90px !important;
  }
  .u-sp-mt-95 {
    margin-top: 95px !important;
  }
  .u-sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml-95 {
    margin-left: 95px !important;
  }
  .u-sp-mr-95 {
    margin-right: 95px !important;
  }
  .u-sp-mt-100 {
    margin-top: 100px !important;
  }
  .u-sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml-100 {
    margin-left: 100px !important;
  }
  .u-sp-mr-100 {
    margin-right: 100px !important;
  }
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl-0 {
    padding-left: 0px !important;
  }
  .u-sp-pr-0 {
    padding-right: 0px !important;
  }
  .u-sp-pt-5 {
    padding-top: 5px !important;
  }
  .u-sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl-5 {
    padding-left: 5px !important;
  }
  .u-sp-pr-5 {
    padding-right: 5px !important;
  }
  .u-sp-pt-10 {
    padding-top: 10px !important;
  }
  .u-sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl-10 {
    padding-left: 10px !important;
  }
  .u-sp-pr-10 {
    padding-right: 10px !important;
  }
  .u-sp-pt-15 {
    padding-top: 15px !important;
  }
  .u-sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl-15 {
    padding-left: 15px !important;
  }
  .u-sp-pr-15 {
    padding-right: 15px !important;
  }
  .u-sp-pt-20 {
    padding-top: 20px !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl-20 {
    padding-left: 20px !important;
  }
  .u-sp-pr-20 {
    padding-right: 20px !important;
  }
  .u-sp-pt-25 {
    padding-top: 25px !important;
  }
  .u-sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl-25 {
    padding-left: 25px !important;
  }
  .u-sp-pr-25 {
    padding-right: 25px !important;
  }
  .u-sp-pt-30 {
    padding-top: 30px !important;
  }
  .u-sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl-30 {
    padding-left: 30px !important;
  }
  .u-sp-pr-30 {
    padding-right: 30px !important;
  }
  .u-sp-pt-35 {
    padding-top: 35px !important;
  }
  .u-sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl-35 {
    padding-left: 35px !important;
  }
  .u-sp-pr-35 {
    padding-right: 35px !important;
  }
  .u-sp-pt-40 {
    padding-top: 40px !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl-40 {
    padding-left: 40px !important;
  }
  .u-sp-pr-40 {
    padding-right: 40px !important;
  }
  .u-sp-pt-45 {
    padding-top: 45px !important;
  }
  .u-sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl-45 {
    padding-left: 45px !important;
  }
  .u-sp-pr-45 {
    padding-right: 45px !important;
  }
  .u-sp-pt-50 {
    padding-top: 50px !important;
  }
  .u-sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl-50 {
    padding-left: 50px !important;
  }
  .u-sp-pr-50 {
    padding-right: 50px !important;
  }
  .u-sp-pt-55 {
    padding-top: 55px !important;
  }
  .u-sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl-55 {
    padding-left: 55px !important;
  }
  .u-sp-pr-55 {
    padding-right: 55px !important;
  }
  .u-sp-pt-60 {
    padding-top: 60px !important;
  }
  .u-sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl-60 {
    padding-left: 60px !important;
  }
  .u-sp-pr-60 {
    padding-right: 60px !important;
  }
  .u-sp-pt-65 {
    padding-top: 65px !important;
  }
  .u-sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl-65 {
    padding-left: 65px !important;
  }
  .u-sp-pr-65 {
    padding-right: 65px !important;
  }
  .u-sp-pt-70 {
    padding-top: 70px !important;
  }
  .u-sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl-70 {
    padding-left: 70px !important;
  }
  .u-sp-pr-70 {
    padding-right: 70px !important;
  }
  .u-sp-pt-75 {
    padding-top: 75px !important;
  }
  .u-sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl-75 {
    padding-left: 75px !important;
  }
  .u-sp-pr-75 {
    padding-right: 75px !important;
  }
  .u-sp-pt-80 {
    padding-top: 80px !important;
  }
  .u-sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl-80 {
    padding-left: 80px !important;
  }
  .u-sp-pr-80 {
    padding-right: 80px !important;
  }
  .u-sp-pt-85 {
    padding-top: 85px !important;
  }
  .u-sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl-85 {
    padding-left: 85px !important;
  }
  .u-sp-pr-85 {
    padding-right: 85px !important;
  }
  .u-sp-pt-90 {
    padding-top: 90px !important;
  }
  .u-sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl-90 {
    padding-left: 90px !important;
  }
  .u-sp-pr-90 {
    padding-right: 90px !important;
  }
  .u-sp-pt-95 {
    padding-top: 95px !important;
  }
  .u-sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl-95 {
    padding-left: 95px !important;
  }
  .u-sp-pr-95 {
    padding-right: 95px !important;
  }
  .u-sp-pt-100 {
    padding-top: 100px !important;
  }
  .u-sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl-100 {
    padding-left: 100px !important;
  }
  .u-sp-pr-100 {
    padding-right: 100px !important;
  }
  .u-sp-text-center {
    text-align: center !important;
  }
  .u-sp-text-left {
    text-align: left !important;
  }
  .u-sp-text-right {
    text-align: right !important;
  }
  .u-sp-va-top {
    vertical-align: top !important;
  }
  .u-sp-va-middle {
    vertical-align: middle !important;
  }
  .u-sp-va-bottom {
    vertical-align: bottom !important;
  }
  .u-sp-w-5 {
    width: 5px !important;
  }
  .u-sp-w-10 {
    width: 10px !important;
  }
  .u-sp-w-15 {
    width: 15px !important;
  }
  .u-sp-w-20 {
    width: 20px !important;
  }
  .u-sp-w-25 {
    width: 25px !important;
  }
  .u-sp-w-30 {
    width: 30px !important;
  }
  .u-sp-w-35 {
    width: 35px !important;
  }
  .u-sp-w-40 {
    width: 40px !important;
  }
  .u-sp-w-45 {
    width: 45px !important;
  }
  .u-sp-w-50 {
    width: 50px !important;
  }
  .u-sp-w-55 {
    width: 55px !important;
  }
  .u-sp-w-60 {
    width: 60px !important;
  }
  .u-sp-w-65 {
    width: 65px !important;
  }
  .u-sp-w-70 {
    width: 70px !important;
  }
  .u-sp-w-75 {
    width: 75px !important;
  }
  .u-sp-w-80 {
    width: 80px !important;
  }
  .u-sp-w-85 {
    width: 85px !important;
  }
  .u-sp-w-90 {
    width: 90px !important;
  }
  .u-sp-w-95 {
    width: 95px !important;
  }
  .u-sp-w-100 {
    width: 100px !important;
  }
  .u-sp-w-105 {
    width: 105px !important;
  }
  .u-sp-w-110 {
    width: 110px !important;
  }
  .u-sp-w-115 {
    width: 115px !important;
  }
  .u-sp-w-120 {
    width: 120px !important;
  }
  .u-sp-w-125 {
    width: 125px !important;
  }
  .u-sp-w-130 {
    width: 130px !important;
  }
  .u-sp-w-135 {
    width: 135px !important;
  }
  .u-sp-w-140 {
    width: 140px !important;
  }
  .u-sp-w-145 {
    width: 145px !important;
  }
  .u-sp-w-150 {
    width: 150px !important;
  }
  .u-sp-w-155 {
    width: 155px !important;
  }
  .u-sp-w-160 {
    width: 160px !important;
  }
  .u-sp-w-165 {
    width: 165px !important;
  }
  .u-sp-w-170 {
    width: 170px !important;
  }
  .u-sp-w-175 {
    width: 175px !important;
  }
  .u-sp-w-180 {
    width: 180px !important;
  }
  .u-sp-w-185 {
    width: 185px !important;
  }
  .u-sp-w-190 {
    width: 190px !important;
  }
  .u-sp-w-195 {
    width: 195px !important;
  }
  .u-sp-w-200 {
    width: 200px !important;
  }
  .u-sp-w-205 {
    width: 205px !important;
  }
  .u-sp-w-210 {
    width: 210px !important;
  }
  .u-sp-w-215 {
    width: 215px !important;
  }
  .u-sp-w-220 {
    width: 220px !important;
  }
  .u-sp-w-225 {
    width: 225px !important;
  }
  .u-sp-w-230 {
    width: 230px !important;
  }
  .u-sp-w-235 {
    width: 235px !important;
  }
  .u-sp-w-240 {
    width: 240px !important;
  }
  .u-sp-w-245 {
    width: 245px !important;
  }
  .u-sp-w-250 {
    width: 250px !important;
  }
  .u-sp-w-255 {
    width: 255px !important;
  }
  .u-sp-w-260 {
    width: 260px !important;
  }
  .u-sp-w-265 {
    width: 265px !important;
  }
  .u-sp-w-270 {
    width: 270px !important;
  }
  .u-sp-w-275 {
    width: 275px !important;
  }
  .u-sp-w-280 {
    width: 280px !important;
  }
  .u-sp-w-285 {
    width: 285px !important;
  }
  .u-sp-w-290 {
    width: 290px !important;
  }
  .u-sp-w-295 {
    width: 295px !important;
  }
  .u-sp-w-300 {
    width: 300px !important;
  }
  .u-sp-w-305 {
    width: 305px !important;
  }
  .u-sp-w-310 {
    width: 310px !important;
  }
  .u-sp-w-315 {
    width: 315px !important;
  }
  .u-sp-w-320 {
    width: 320px !important;
  }
  .u-sp-w-325 {
    width: 325px !important;
  }
  .u-sp-w-330 {
    width: 330px !important;
  }
  .u-sp-w-335 {
    width: 335px !important;
  }
  .u-sp-w-340 {
    width: 340px !important;
  }
  .u-sp-w-345 {
    width: 345px !important;
  }
  .u-sp-w-350 {
    width: 350px !important;
  }
  .u-sp-w-355 {
    width: 355px !important;
  }
  .u-sp-w-360 {
    width: 360px !important;
  }
  .u-sp-w-365 {
    width: 365px !important;
  }
  .u-sp-w-370 {
    width: 370px !important;
  }
  .u-sp-w-375 {
    width: 375px !important;
  }
  .u-sp-w-380 {
    width: 380px !important;
  }
  .u-sp-w-385 {
    width: 385px !important;
  }
  .u-sp-w-390 {
    width: 390px !important;
  }
  .u-sp-w-395 {
    width: 395px !important;
  }
  .u-sp-w-400 {
    width: 400px !important;
  }
  .u-sp-w-5per {
    width: 5% !important;
  }
  .u-sp-w-10per {
    width: 10% !important;
  }
  .u-sp-w-15per {
    width: 15% !important;
  }
  .u-sp-w-20per {
    width: 20% !important;
  }
  .u-sp-w-25per {
    width: 25% !important;
  }
  .u-sp-w-30per {
    width: 30% !important;
  }
  .u-sp-w-35per {
    width: 35% !important;
  }
  .u-sp-w-40per {
    width: 40% !important;
  }
  .u-sp-w-45per {
    width: 45% !important;
  }
  .u-sp-w-50per {
    width: 50% !important;
  }
  .u-sp-w-55per {
    width: 55% !important;
  }
  .u-sp-w-60per {
    width: 60% !important;
  }
  .u-sp-w-65per {
    width: 65% !important;
  }
  .u-sp-w-70per {
    width: 70% !important;
  }
  .u-sp-w-75per {
    width: 75% !important;
  }
  .u-sp-w-80per {
    width: 80% !important;
  }
  .u-sp-w-85per {
    width: 85% !important;
  }
  .u-sp-w-90per {
    width: 90% !important;
  }
  .u-sp-w-95per {
    width: 95% !important;
  }
  .u-sp-w-100per {
    width: 100% !important;
  }
  .u-sp-w-1em {
    width: 1em !important;
  }
  .u-sp-w-2em {
    width: 2em !important;
  }
  .u-sp-w-3em {
    width: 3em !important;
  }
  .u-sp-w-4em {
    width: 4em !important;
  }
  .u-sp-w-5em {
    width: 5em !important;
  }
  .u-sp-w-6em {
    width: 6em !important;
  }
  .u-sp-w-7em {
    width: 7em !important;
  }
  .u-sp-w-8em {
    width: 8em !important;
  }
  .u-sp-w-9em {
    width: 9em !important;
  }
  .u-sp-w-10em {
    width: 10em !important;
  }
  .u-sp-w-11em {
    width: 11em !important;
  }
  .u-sp-w-12em {
    width: 12em !important;
  }
  .u-sp-w-13em {
    width: 13em !important;
  }
  .u-sp-w-14em {
    width: 14em !important;
  }
  .u-sp-w-15em {
    width: 15em !important;
  }
  .u-sp-w-16em {
    width: 16em !important;
  }
  .u-sp-w-17em {
    width: 17em !important;
  }
  .u-sp-w-18em {
    width: 18em !important;
  }
  .u-sp-w-19em {
    width: 19em !important;
  }
  .u-sp-w-20em {
    width: 20em !important;
  }
  .u-sp-w-auto {
    width: auto !important;
  }
}
@media (hover: hover) and (pointer: fine){
  .c-icon[data-icon=blank] {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-image;
    transition-property: background-image;
  }
  .c-icon[data-icon=blank]::before, .c-icon[data-icon=blank]::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-image;
    transition-property: background-image;
  }
}
@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media print{
  .l-footer__logo {
    width: 142px;
  }
  .l-footer-copy {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 1.2rem;
  }
}