.l-pageHeader {
  background: #004ba5;
  font-size: 10px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 280px;
  box-sizing: content-box;
  margin: 0;
  padding: 150px 0 0 0;
}
.l-pageHeader.-filledColorGreen {
  background: #15b0bf;
}
.l-pageHeader.-filledColorGreen p.c-pageHeading__text {
  color: #222;
}
@media only screen and (max-width: 960px) {
  .l-pageHeader {
    padding-top: 100px;
  }
}
.l-pageHeader__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 20px;
}
@media only screen and (max-width: 660px) {
  .l-pageHeader {
    min-height: 240px;
  }
}
.l-pageHeader-simple {
  padding: 150px 0 0 0;
  font-size: 10px;
}
@media only screen and (max-width: 960px) {
  .l-pageHeader-simple {
    padding-top: 100px;
  }
}
body:has(.c-simpleHeader-typeA) > .l-pageHeader,
body:has(.c-simpleHeader-typeB) > .l-pageHeader {
  padding: 0 0 0 0;
}
body:has(.c-simpleHeader-typeA) > .l-pageHeader > .l-pageHeader__content:not(:has(.c-breadcrumb)),
body:has(.c-simpleHeader-typeB) > .l-pageHeader > .l-pageHeader__content:not(:has(.c-breadcrumb)) {
  padding-top: 0;
}
.l-pageFooter {
  background: #004ba5;
  font-size: 10px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-sizing: content-box;
  margin: 0;
}
.l-pageFooter__content {
  padding: 20px 0;
}
.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  word-break: break-all;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-breadcrumb__list + .c-breadcrumb__list::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0.6;
}
.c-breadcrumb__list:first-child .c-breadcrumb__label {
  text-transform: uppercase;
}
.c-breadcrumb__link,
.c-breadcrumb__link:visited {
  color: inherit;
  opacity: 0.6;
  background-color: transparent;
  text-decoration: none;
}
.c-breadcrumb.-filledColorContentsBackground {
  padding: 8px 30px;
  background-color: #f5f5f5;
  color: #222;
  font-weight: 700;
}
.c-breadcrumb.-filledColorContentsBackground .c-breadcrumb__list + .c-breadcrumb__list::before {
  background-color: #222;
}
.c-breadcrumb.-filledColorContentsBackground .c-breadcrumb__link:hover {
  text-decoration: underline;
}
.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  word-break: break-all;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-breadcrumb__list + .c-breadcrumb__list::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0.6;
}
.c-breadcrumb__list:first-child .c-breadcrumb__label {
  text-transform: uppercase;
}
.c-breadcrumb__link,
.c-breadcrumb__link:visited {
  color: inherit;
  opacity: 0.6;
  background-color: transparent;
  text-decoration: none;
}
.c-breadcrumb.is-ellipsis .c-breadcrumb__label {
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-pageHeading {
  width: 100%;
  max-width: 1440px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  color: #fff;
  flex-grow: 1;
  gap: 8px;
  box-sizing: border-box;
  word-break: break-all;
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
}
.c-pageHeading__info {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.c-pageHeading__heading {
  font-size: 5.4em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  width: 100%;
  margin: 0;
}
.c-pageHeading__heading__smallEnText {
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 0.5em;
}
.c-pageHeading__info + .c-pageHeading__heading {
  font-size: 3em;
}
.c-pageHeading__label {
  display: block;
  word-break: normal;
}
.c-pageHeading__label sup {
  font-size: 0.5em;
  top: -1em;
}
.c-pageHeading__category {
  display: block;
  font-size: 1.5em;
  line-height: 2;
  border: 1px solid #222;
  color: #222;
  background-color: #f5f5f5;
  border-radius: 1em;
  padding: 0 16px;
}
.c-pageHeading__date {
  font-size: 1.5em;
}
.c-pageHeading__image {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
.c-pageHeading.-image {
  padding-bottom: 0;
}
.c-pageHeading.-modifierA {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  gap: 32px;
}
.c-pageHeading.-modifierA .c-pageHeading__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 22px;
}
.c-pageHeading.-modifierA .c-pageHeading__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 4em;
  font-weight: 700;
}
.c-pageHeading.-modifierA .c-pageHeading__lead {
  font-size: 0.8em;
}
.c-pageHeading.-modifierA .c-pageHeading__text {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.c-pageHeading.-modifierA .c-pageHeading__image {
  max-width: 600px;
}
.c-pageHeading.-modifierA.-textLarge .c-pageHeading__heading {
  font-size: clamp(4.5em, 5vw, 7.2em);
}
.c-pageHeading.-modifierA.-textLarge .c-pageHeading__lead {
  font-size: 0.6em;
}
.c-pageHeading.-modifierA.-textLarge .c-pageHeading__text {
  font-size: 1.8em;
}
.c-pageHeading.-modifierA a.c-button-filled {
  width: clamp(1px, 22vw, 321px);
}
@media only screen and (max-width: 960px) {
  .c-pageHeading__heading {
    font-size: 4.8em;
  }
  .c-pageHeading__info + .c-pageHeading__heading {
    font-size: 2.6em;
  }
  .c-pageHeading.-modifierA {
    grid-template-columns: 1fr;
  }
  .c-pageHeading.-modifierA .c-pageHeading__image {
    order: 1;
  }
  .c-pageHeading.-modifierA .c-pageHeading__content {
    order: 2;
  }
}
@media only screen and (max-width: 660px) {
  .c-pageHeading__heading {
    font-size: 3em;
  }
  .c-pageHeading__info + .c-pageHeading__heading {
    font-size: 2em;
  }
  .c-pageHeading__category {
    font-size: 1.3em;
  }
  .c-pageHeading.-image {
    padding: 0;
  }
  .c-pageHeading.-modifierA .c-pageHeading__heading {
    font-size: 3em;
  }
  .c-pageHeading.-modifierA .c-pageHeading__text {
    font-size: 1.4em;
  }
  .c-pageHeading.-modifierA.-textLarge .c-pageHeading__text {
    font-size: 1.4em;
  }
}
h1.c-pageHeading__heading {
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
}
.c-pageFooter-customer {
  width: 100%;
  max-width: 1280px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  gap: 40px;
  box-sizing: border-box;
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
}
.c-pageFooter-customer * {
  box-sizing: inherit;
}
.c-pageFooter-customer__heading {
  color: #fff;
  line-height: 1.5;
  font-size: clamp(20px, 2.5vw, 30px);
  text-align: center;
  font-weight: bold;
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
}
.c-pageFooter-customer__lead {
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 1.666666666666667vw, 20px);
  font-weight: bold;
}
.c-pageFooter-customer__lead__inner {
  display: inline-block;
}
.c-pageFooter-customer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 4%;
  width: 100%;
}
.c-pageFooter-customer__nav__item {
  display: grid;
  grid-template-columns: 70% 1fr;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  padding: 28px;
}
.c-pageFooter-customer__nav__item.-mail .c-pageFooter-customer__nav__content {
  margin-right: 24px;
}
.c-pageFooter-customer__nav__image {
  text-align: center;
}
.c-pageFooter-customer__nav__label {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 1em;
  border-radius: 100px;
  letter-spacing: 0.1em;
  background-color: #004ba5;
  color: #fff;
  font-size: clamp(12px, 1.25vw, 15px);
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
}
.c-pageFooter-customer__nav__heading {
  margin-bottom: 12px;
  font-weight: bold;
  color: #004ba5;
  line-height: 1.5;
  font-size: clamp(16px, 1.666666666666667vw, 20px);
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
}
.c-pageFooter-customer__nav__heading__inner {
  display: block;
}
.c-pageFooter-customer__nav__button {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 16px 36px 16px 24px;
  background: #222;
  color: #fff;
  line-height: 1.5;
  border-radius: 4px;
  border: 1px solid #222;
  transition: all 0.2s ease-out;
  font-size: clamp(13px, 1.25vw, 15px);
  font-weight: 500;
}
.c-pageFooter-customer__nav__button:visited {
  color: #fff;
}
.c-pageFooter-customer__nav__button::after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
.c-pageFooter-customer__nav__button[target="_blank"]::after {
  content: none;
}
.c-pageFooter-customer__nav__button[target="_blank"] svg {
  display: block;
}
.c-pageFooter-customer__nav__button[target="_blank"] path {
  fill: #fff;
}
.c-pageFooter-customer__nav__button:hover {
  background-color: #fff;
  color: #222;
  text-decoration: none;
}
.c-pageFooter-customer__nav__button:hover::after {
  background-color: #222;
  transform: translateY(-50%) scale(1.2);
}
.c-pageFooter-customer__nav__button:hover path {
  fill: #222;
}
.c-pageFooter-customer__nav__button__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
}
.c-pageFooter-customer__tel {
  display: inline-block;
  line-height: 1.2;
  color: #004ba5;
}
.c-pageFooter-customer__tel__link {
  display: inline-block;
  color: #004ba5;
}
.c-pageFooter-customer__tel__num {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: bold;
}
.c-pageFooter-customer__tel__num::before {
  content: '';
  top: 3px;
  display: inline-block;
  margin-right: 12px;
  background: url("../img/_common/icon_tel_primary.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(1px, 2vw, 24px);
  height: clamp(1px, 2.916666666666667vw, 35px);
}
.c-pageFooter-customer__tel__small {
  text-align: right;
  font-size: 15px;
}
@media only screen and (max-width: 960px) {
  .c-pageFooter-customer__nav__item {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 20px;
    text-align: center;
  }
  .c-pageFooter-customer__nav__item.-mail .c-pageFooter-customer__nav__content {
    margin-right: 0;
  }
  .c-pageFooter-customer__nav__content {
    order: 2;
    align-content: start;
    text-align: center;
    display: block;
  }
  .c-pageFooter-customer__nav__content__inner {
    display: inline-block;
    text-align: left;
  }
  .c-pageFooter-customer__nav__heading__inner {
    display: inline-block;
  }
  .c-pageFooter-customer__nav__image {
    order: 1;
  }
  .c-pageFooter-customer__tel {
    display: block;
  }
}
@media only screen and (min-width: 661px) {
  .c-pageFooter-customer__tel {
    pointer-events: none;
  }
}
@media only screen and (max-width: 660px) {
  .c-pageFooter-customer__nav {
    grid-template-columns: 1fr;
  }
  .c-pageFooter-customer__nav__label {
    padding: 2px 2em;
  }
  .c-pageFooter-customer__nav__item {
    justify-content: center;
    gap: 16px;
  }
  .c-pageFooter-customer__nav__button__link {
    max-width: 90%;
    padding: 20px 32px 20px 16px;
    font-size: 13px;
  }
  .c-pageFooter-customer__tel__num::before {
    content: none;
  }
}

/*# sourceMappingURL=maps/pageHeaderFooter.css.map */
