@charset "UTF-8";
/* ===============================
   Reset CSS（モダン寄り・安全版）
================================ */
/* box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* margin 初期化 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* body */
body {
  min-height: 100vh;
  line-height: 1.6;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

/* list */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* link */
/* button */
button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

/* img */
img,
picture {
  max-width: 100%;
  display: block;
}

/* form */
input,
button,
textarea,
select {
  font: inherit;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* address */
address {
  font-style: normal;
}

@media (max-width: 768px) {
  body {
    line-height: 1.4;
  }
}
/* borderradius */
/* breakpoint */
/* maxwidth */
/* Font */
/* line-height */
/* font-size */
/* ===============================
   font-face指定
================================ */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("NotoSansJP"), url("/common/font/notosansjp-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: local("NotoSansJP-Bold"), url("/common/font/notosansjp-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url("/common/font/poppins-bold.ttf") format("truetype");
}
.news {
  background: #ffffff;
  padding: 90px 0;
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  padding: 12px 0;
}

.news-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  border-top: 1px solid #dddddd;
}
.news-item:first-child {
  border-top: 0;
}
.news-item:hover .news-item__text, .news-item:focus-visible .news-item__text {
  color: #b41d23;
}
.news-item:hover .badge, .news-item:focus-visible .badge {
  color: #b41d23;
  background: #f1d2d3;
}
.news-item__date {
  width: 200px;
  font-family: "Poppins", sans-serif;
  color: #b41d23;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 768px) {
  .news-item__date {
    width: 100%;
  }
}
.news-item__text {
  width: calc(100% - 200px);
  color: #1c1c1c;
  text-decoration: none;
  font-size: 20px;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .news-item__text {
    width: 100%;
  }
}
.news-item__arrow, .news-item__icon {
  color: #b41d23;
  text-align: right;
}

.news-item-box {
  display: flex;
  padding: 30px 23px 30px 0;
  text-decoration: none;
}
.news-item-box:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 3px 10px;
  border-radius: 999px;
  padding: 5px 16px;
  line-height: 1;
  background: #e8e8e8;
  color: #555555;
}
@media (max-width: 768px) {
  .badge {
    font-size: 0.875rem;
  }
}

.news-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .news {
    padding: 40px 0 60px;
  }
  .news-item {
    grid-template-columns: 1fr auto;
  }
  .news-item__date {
    font-size: 10px;
  }
  .news-item__text {
    font-size: 15px;
  }
  .news-item-box {
    gap: 5px;
    flex-direction: column;
    padding: 16px 16px 16px 0;
  }
}
.site-dl {
  width: 100%;
  height: auto;
  display: block;
}
.site-dl > div {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 1px solid #e8e8e8;
  container-type: inline-size;
  container-name: site-dl;
}
@media (max-width: 768px) {
  .site-dl > div {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.site-dl > div > dt {
  width: 50%;
  height: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  align-items: flex-start;
  font-size: 1.25rem;
}
@container site-dl ( width < 1200px ) {
  .site-dl > div > dt {
    font-size: clamp(0.9375rem, 1.5873015873vw, 1.25rem);
  }
}
@media (max-width: 768px) {
  .site-dl > div > dt {
    width: 100%;
    display: block;
    padding-left: 8px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
    border-left: 3px solid #b41d23;
  }
}
.site-dl > div > dd {
  width: 50%;
  height: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: block;
  font-size: 1.25rem;
}
@container site-dl ( width < 1200px ) {
  .site-dl > div > dd {
    font-size: clamp(0.9375rem, 1.5873015873vw, 1.25rem);
  }
}
@media (max-width: 768px) {
  .site-dl > div > dd {
    width: 100%;
    display: block;
    padding-left: 11px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.3em;
  }
}
.site-dl.sizeS > div > dt {
  width: max(40%, 150px);
}
@media (max-width: 768px) {
  .site-dl.sizeS > div > dt {
    width: 100%;
    display: block;
  }
}
.site-dl.sizeS > div > dd {
  width: max(60%, 100% - 150px);
}
@media (max-width: 768px) {
  .site-dl.sizeS > div > dd {
    width: 100%;
    display: block;
  }
}
.site-dl.sizeM > div > dt {
  width: 40%;
}
@media (max-width: 768px) {
  .site-dl.sizeM > div > dt {
    width: 100%;
    display: block;
  }
}
.site-dl.sizeM > div > dd {
  width: 60%;
}
@media (max-width: 768px) {
  .site-dl.sizeM > div > dd {
    width: 100%;
    display: block;
  }
}

.site-ol {
  counter-reset: olCounter;
  list-style: none;
}
.site-ol > li {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 33px;
  position: relative;
}
@media (max-width: 768px) {
  .site-ol > li {
    padding-left: 25px;
  }
}
.site-ol > li:not(:first-of-type) {
  margin-top: 0.7em;
}
.site-ol > li:has(:is(.site-ul, .site-ol)) + li {
  margin-top: 1.5em;
}
.site-ol > li::before {
  position: absolute;
  content: counter(olCounter);
  counter-increment: olCounter;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  width: fit-content;
  top: 0.25em;
  left: 0;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .site-ol > li::before {
    top: 0.1em;
  }
}
.site-ol.kakko {
  counter-reset: olKakkoCounter;
  list-style: none;
}
.site-ol.kakko > li {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .site-ol.kakko > li {
    padding-left: 40px;
  }
}
.site-ol.kakko > li:not(:first-of-type) {
  margin-top: 0.7em;
}
.site-ol.kakko > li::before {
  position: absolute;
  content: "（" counter(olKakkoCounter) "）";
  counter-increment: olKakkoCounter;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  width: fit-content;
  top: 0.35em;
  left: 0;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .site-ol.kakko > li::before {
    top: 0.15em;
  }
}
.site-ol.roman {
  counter-reset: olRomanCounter;
  list-style: none;
}
.site-ol.roman > li {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 30px;
  position: relative;
}
.site-ol.roman > li:not(:first-of-type) {
  margin-top: 0.7em;
}
.site-ol.roman > li::before {
  position: absolute;
  content: counter(olRomanCounter, upper-roman);
  counter-increment: olRomanCounter;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  width: fit-content;
  top: 0.275em;
  left: 0;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .site-ol.roman > li::before {
    top: 0.05em;
  }
}
.site-ol.circle {
  counter-reset: olCircleCounter;
  list-style: none;
}
.site-ol.circle > li {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .site-ol.circle > li {
    padding-left: 20px;
  }
}
.site-ol.circle > li:not(:first-of-type) {
  margin-top: 0.7em;
}
.site-ol.circle > li::before {
  position: absolute;
  content: counter(olCircleCounter);
  counter-increment: olCircleCounter;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.2em;
  min-width: 1.2em;
  width: fit-content;
  top: 0.4em;
  left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #1c1c1c;
  border-radius: 1em;
}
@media (max-width: 768px) {
  .site-ol.circle > li::before {
    font-size: 0.75rem;
    top: 0.1em;
  }
}

.site-ul {
  list-style: none;
}
.site-ul > li {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.site-ul > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.site-ul.disc > li {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 1em;
  position: relative;
}
.site-ul.disc > li:not(:first-of-type) {
  margin-top: 0.7em;
}
.site-ul.disc > li::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  left: 0.3em;
  top: 0.75em;
  background-color: #1c1c1c;
}
@media (max-width: 768px) {
  .site-ul.disc > li::before {
    top: 0.5em;
  }
}
.site-ul.disc > li.link--pdf {
  position: relative;
}
.site-ul.disc > li.link--pdf::after {
  position: relative;
  content: "";
  width: 18px;
  height: 19px;
  display: inline-block;
  margin-left: 0.5em;
  background: url(../../common/image/icon/icon-pdf-red.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .site-ul.disc > li.link--pdf::after {
    width: 13px;
    height: 13px;
  }
}
.site-ul.disc > li.link--pdf a span.badge {
  margin-left: 0.5em;
}
.site-ul.square > li {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 1em;
  position: relative;
}
.site-ul.square > li:not(:first-of-type) {
  margin-top: 0.7em;
}
.site-ul.square > li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 2px;
  left: 0;
  top: 0.53em;
  background-color: #1c1c1c;
}
@media (max-width: 768px) {
  .site-ul.square > li::before {
    top: 0.4em;
  }
}
.site-ol > li > .site-ul {
  margin-top: 0.4em;
}

p + :is(.site-ol, .site-ul) {
  margin-top: 1em;
}

:is(.site-ol, .site-ul) + p {
  margin-top: 1em;
}

.skip-link {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 8px 12px;
  background: #1c1c1c;
  color: #ffffff;
  transform: translateY(-200%);
  z-index: 9999;
}
.skip-link:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 50;
  background: #ffffff;
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 14px 30px;
  height: 90px;
}

.site-logo {
  display: flex;
  align-items: baseline;
  gap: 10px;
  text-decoration: none;
  max-width: 423px;
  min-width: 225px;
  flex: 1;
}
.site-logo:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}

.group-logo:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}

.gnav {
  margin-left: auto;
}
.gnav__list {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.gnav__link, .gnav__btn {
  font: inherit;
  background: none;
  border: 0;
  padding: 10px 20px;
  cursor: pointer;
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}
.gnav__link:focus-visible, .gnav__btn:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.gnav__link:hover, .gnav__link:focus-visible, .gnav__btn:hover, .gnav__btn:focus-visible {
  color: #b41d23;
}
.gnav__link.is-current, .gnav__btn.is-current {
  color: #b41d23;
}
.gnav__link.is-current::before, .gnav__btn.is-current::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  height: 3px;
  background: #b41d23;
}
.gnav__btn {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}
.gnav__btn::after {
  content: "";
  width: 14px;
  height: 15px;
  background: url("../../common/image/icon/icon-plus-red.png") no-repeat center/contain;
}
.gnav__item--cta .gnav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 37px;
  height: 56px;
  border-radius: 999px;
  background: #b41d23;
  border: 2px solid #b41d23;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
.gnav__item--cta .gnav__cta:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.gnav__item--cta .gnav__cta:hover, .gnav__item--cta .gnav__cta:focus-visible {
  background: #8f0f15;
  background: #ffffff;
  color: #b41d23;
}
.gnav__item--hasmenu {
  position: relative;
}
.gnav__item--hasmenu .gnav__menu {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  width: 145px;
  background: #ffffff;
  border-radius: 14px;
  display: grid;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.gnav__item--hasmenu.is-open .gnav__menu {
  opacity: 1;
  visibility: visible;
}
.gnav__menuitem {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-decoration: none;
  color: #1c1c1c;
  font-weight: 700;
}
.gnav__menuitem:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.gnav__menuitem:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.gnav__menuitem:hover, .gnav__menuitem:focus-visible {
  color: #b41d23;
}

.hamburger {
  display: none;
  width: 40px;
  height: 29px;
  border: 0;
  background: #b41d23;
  border-radius: 5px;
  cursor: pointer;
}
.hamburger:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.hamburger__bar {
  transition: transform 0.25s ease, opacity 0.25s ease;
  display: block;
  width: 20px;
  height: 1px;
  background: #ffffff;
  margin: 4px auto;
}

/* Drawer */
.global-backdrop {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9;
}
.global-backdrop.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.drawer {
  position: fixed;
  left: 0;
  right: 0;
  height: auto;
  top: var(--header-height, 0px);
  overflow-y: auto;
  background: #ffffff;
  z-index: 60;
  transform: none;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.drawer.is-open {
  opacity: 1;
  overflow: auto;
}
.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #dddddd;
}
.drawer__close {
  width: 54px;
  height: 40px;
  border: 0;
  background: #b41d23;
  color: #ffffff;
  border-radius: 10px;
  font-size: 22px;
  cursor: pointer;
}
.drawer__close:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.drawer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 18px 20px 26px;
}
.drawer__footlink {
  text-decoration: none;
  color: #1c1c1c;
  text-align: center;
  font-size: 14px;
}
.drawer__footlink:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.drawer__footlink:hover, .drawer__footlink:focus-visible {
  color: #b41d23;
}

.drawer-nav {
  padding: 30px 20px 20px;
}
.drawer-nav__list {
  display: grid;
  gap: 14px;
}
.drawer-nav__list > li:first-child {
  border-top: 1px solid #dddddd;
}
.drawer-nav__link, .drawer-nav__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6px;
  border: 0;
  background: none;
  text-decoration: none;
  color: #1c1c1c;
  font-weight: 700;
  font-size: 22px;
  cursor: pointer;
  border-bottom: 1px solid #dddddd;
}
.drawer-nav__link:focus-visible, .drawer-nav__btn:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.drawer-nav__link:hover, .drawer-nav__link:focus-visible, .drawer-nav__btn:hover, .drawer-nav__btn:focus-visible {
  color: #b41d23;
}
.drawer-nav__sublink {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 6px;
  padding-left: 20px;
  border-bottom: 1px solid #dddddd;
  text-decoration: none;
  color: #1c1c1c;
}
.drawer-nav__sublink:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.drawer-nav__sublink:hover, .drawer-nav__sublink:focus-visible {
  color: #b41d23;
}
.drawer-nav__sublink::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background: #dddddd;
  top: 50%;
  left: 0px;
}
.drawer-nav__cta {
  padding-top: 30px;
}
.drawer-nav__ctaBtn {
  display: block;
  text-align: center;
  padding: 18px 18px;
  border-radius: 999px;
  background: #b41d23;
  color: #ffffff;
  border: 2px solid #b41d23;
  font-weight: 700;
  text-decoration: none;
  font-size: 22px;
}
.drawer-nav__ctaBtn:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.drawer-nav__ctaBtn:hover, .drawer-nav__ctaBtn:focus-visible {
  background: #8f0f15;
  background: #ffffff;
  color: #b41d23;
}

html.is-drawer-open {
  overflow: hidden;
}

html.is-drawer-open .hamburger__bar:nth-child(1) {
  transform: translateY(5px) rotate(35deg);
}

html.is-drawer-open .hamburger__bar:nth-child(2) {
  opacity: 0;
}

html.is-drawer-open .hamburger__bar:nth-child(3) {
  transform: translateY(-5px) rotate(-35deg);
}

@media (max-width: 1200px) {
  .gnav {
    display: none;
  }
  .hamburger {
    display: inline-block;
    width: 60px;
    height: 50px;
    border-radius: 10px;
  }
  .group-logo {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .hamburger {
    width: 40px;
    height: 29px;
    border-radius: 5px;
    padding: 0;
  }
  .site-header__inner {
    padding: 10px 10px 10px 20px;
    height: 50px;
    gap: 16px;
  }
  .drawer-nav__list {
    gap: 0;
  }
  .drawer-nav__link, .drawer-nav__btn {
    font-size: 16px;
  }
  .drawer-nav__ctaBtn {
    font-size: 15px;
    max-width: 200px;
    margin-inline: auto;
    padding: 14px;
  }
  .site-logo {
    max-width: 225px;
    min-width: auto;
  }
  .group-logo {
    max-width: 34px;
  }
}
.site-footer {
  background: #22294d;
  color: #ffffff;
  padding: 60px;
}
.site-footer__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
}
.site-footer__brand {
  display: grid;
  justify-items: end;
  gap: 16px;
  align-items: center;
  height: 100%;
}
.site-footer__brandName {
  max-width: 189px;
  max-height: 29px;
}
.site-footer__copy {
  font-size: 12px;
  filter: opacity(0.6);
  font-weight: 700;
  letter-spacing: 0.6px;
}

.fnav {
  display: flex;
  gap: 70px;
}
.fnav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.fnav__other {
  display: grid;
  gap: 20px;
}
.fnav__other .fnav__link {
  font-weight: 400;
  filter: opacity(0.6);
}
.fnav__link, .fnav__sublink {
  color: #ffffff;
  text-decoration: none;
}
.fnav__link:focus-visible, .fnav__sublink:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.fnav__link:hover, .fnav__link:focus-visible, .fnav__sublink:hover, .fnav__sublink:focus-visible {
  text-decoration: underline;
}
.fnav__link {
  font-weight: 700;
}
.fnav__sublink {
  position: relative;
}
.fnav__sublink::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background: #ffffff;
  top: 50%;
  left: -20px;
}
.fnav__sub {
  margin-top: 20px;
  display: grid;
  gap: 20px;
  padding-left: 20px;
}

@media (max-width: 1200px) {
  .fnav {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 40px 10px;
  }
  .site-footer__inner {
    flex-direction: column;
    gap: 40px;
  }
  .site-footer__brand {
    gap: 10px;
    justify-items: center;
  }
  .site-footer__brandName {
    max-width: 107px;
    max-height: 16px;
  }
  .site-footer__copy {
    font-size: 10px;
  }
  .fnav {
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    max-width: 280px;
  }
  .fnav__link, .fnav__sublink {
    font-size: 14px;
  }
  .fnav__list {
    flex-direction: column;
    gap: 22px 70px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  margin: 0;
  color: #1c1c1c;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  transition: background 0.3s;
  container-type: inline-size;
  container-name: body;
}
body p, body dl, body ol, body ul {
  font-size: 1.25rem;
}
@container body ( width < 1200px ) {
  body p, body dl, body ol, body ul {
    font-size: clamp(0.9375em, 1.5873015873vw, 1.25em);
  }
}
body.is-footer-visible {
  background: #22294d;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

main {
  position: relative;
  background: #ffffff;
  padding-top: 90px;
}

a,
button {
  transition-property: color, background-color, border, opacity;
  transition-duration: 0.3s;
}
a *,
button * {
  transition-property: color, background-color, border, opacity;
  transition-duration: 0.3s;
}

a {
  text-decoration: underline;
  color: #0024ff;
}
:where(section) a {
  text-decoration: underline;
  color: #0024ff;
}
@media (any-hover: hover) {
  :where(section) a:hover, :where(section) a:focus {
    text-decoration: none;
  }
}
@media (any-hover: hover) {
  a:hover, a:focus {
    text-decoration: none;
  }
}

.site-container {
  width: min(1200px, 100% - 40px);
  margin-inline: auto;
}

.site-container__list {
  width: min(1200px, 100% - 40px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .site-container__list .site-container__list {
    width: 100%;
  }
}
.site-container__list + .site-container__list {
  margin-top: 60px;
}

.site-container__indent {
  padding-left: 5%;
}
@media (max-width: 768px) {
  .site-container__indent {
    padding-left: 0;
  }
}
.site-page-section-ttl + .site-container__indent {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .site-page-section-ttl + .site-container__indent {
    margin-top: 30px;
  }
}
.site-page-contents-ttl + .site-container__indent {
  padding-left: 0;
  margin-top: 1.5em;
}
.site-container__indent > .site-container__list {
  margin: 0;
}
.site-container__indent > .site-container__list + .site-container__list {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .site-container__indent > .site-container__list + .site-container__list {
    width: 100%;
  }
}
p + .site-container__indent {
  margin-top: 40px;
}

.site-icon__expand {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.site-icon__expand > p {
  width: fit-content;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  background-color: #f7efe4;
  line-height: 1;
  border-radius: 15px;
  padding-left: 35px;
  padding-right: 28px;
  position: relative;
}
.site-icon__expand > p::before {
  position: relative;
  content: "";
  width: 17px;
  height: 15px;
  margin-right: 3px;
  display: block;
  background: url(/common/image/icon/icon-pinchout.png) no-repeat left top;
  background-size: contain;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.pagetop {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b41d23;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s ease;
  z-index: 9;
}
.pagetop:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.pagetop:hover, .pagetop:focus-visible {
  opacity: 0.7;
}

.section-head {
  margin-bottom: 18px;
}
.section-head__title {
  line-height: 1;
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.section-head__sub {
  margin: 6px 0 0;
  font-family: "Poppins", sans-serif;
  color: #b41d23;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 20px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 38px;
  border-radius: 999px;
  border: 2px solid #b41d23;
  color: #b41d23;
  text-decoration: none;
  background: #ffffff;
  font-size: 20px;
}
.btn-outline:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.btn-outline:hover, .btn-outline:focus-visible {
  background: #b41d23;
  color: #ffffff;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  padding: 22px 26px;
  border-radius: 999px;
  border: 2px solid #b41d23;
  background: #b41d23;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
}
.btn-primary:focus-visible {
  outline: 3px solid rgba(179, 19, 27, 0.35);
  outline-offset: 0px;
}
.btn-primary:hover, .btn-primary:focus-visible {
  background: #ffffff;
  color: #b41d23;
}

.link--arrow {
  position: relative;
  gap: 10px;
}
.link--arrow::after {
  content: "";
  width: 14px;
  height: 15px;
  background: url("../../common/image/icon/icon-arrow-right-red.png") no-repeat center/contain;
}

.link--external {
  position: relative;
  gap: 10px;
}
.link--external::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../../common/image/icon/icon-arrow-alttab-red.png") no-repeat center/contain;
}

.link--external--WhiteToRed {
  position: relative;
  gap: 10px;
}
.link--external--WhiteToRed::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../../common/image/icon/icon-arrow-alttab-white.png") no-repeat center/contain;
  transition: 0.3s;
}
.link--external--WhiteToRed:hover::after, .link--external--WhiteToRed:focus-visible::after {
  background: url("../../common/image/icon/icon-arrow-alttab-red.png") no-repeat center/contain;
}

.link--pdf {
  position: relative;
  gap: 10px;
}
.link--pdf::after {
  content: "";
  width: 18px;
  height: 19px;
  background: url("../../common/image/icon/icon-pdf-red.png") no-repeat center/contain;
}

@media (max-width: 768px) {
  main {
    padding-top: 50px;
  }
  .pagetop {
    width: 37px;
    height: 37px;
  }
  .pagetop img {
    width: 12px;
    height: 7px;
  }
  .section-head__title {
    font-size: 27px;
  }
  .section-head__sub {
    font-size: 11px;
  }
  .btn-primary {
    font-size: 16px;
    width: 85%;
    padding: 14px;
  }
  .btn-outline {
    font-size: 15px;
    padding: 8px 27px;
  }
  .link--arrow::after {
    width: 11px;
    height: 11px;
  }
  .link--external::after {
    width: 11px;
    height: 11px;
  }
  .link--external--WhiteToRed::after {
    width: 11px;
    height: 11px;
  }
  .link--pdf::after {
    width: 13px;
    height: 13px;
  }
}
/* ===============================
	見出しとパンくずリスト
================================ */
.site-ttlBc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
}

/* ===============================
	見出し
================================ */
/* 大見出し */
.site-page-ttl {
  width: 100%;
  height: auto;
  max-height: 200px;
  min-height: 100px;
  aspect-ratio: 1366/200;
  background: url(/common/image/background/bg-site-ttl.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-page-ttl .site-page-ttl__inner {
  width: 100%;
  max-width: 1366px;
  container-type: inline-size;
  container-name: site-page-ttl__text;
}
.site-page-ttl .site-page-ttl__inner > .site-page-ttl__text {
  font-size: 3.75rem;
  color: #ffffff;
}
@container site-page-ttl__text ( width < 1200px ) {
  .site-page-ttl .site-page-ttl__inner > .site-page-ttl__text {
    font-size: clamp(2.1875em, 4.7619047619vw, 3.75em);
  }
}

/* 中見出し */
.site-page-section-ttl {
  width: 100%;
  height: auto;
  display: block;
  container-type: inline-size;
  container-name: site-page-section-ttl__text;
}
.site-page-section-ttl > .site-page-section-ttl__text {
  width: 100%;
  height: auto;
  display: block;
  font-size: 3.25rem;
  padding-bottom: 13px;
  position: relative;
  line-height: 1.2;
  container-type: inline-size;
}
@container site-page-section-ttl__text ( width < 1200px ) {
  .site-page-section-ttl > .site-page-section-ttl__text {
    font-size: clamp(1.6875em, 4.126984127vw, 3.25em);
  }
}
.site-page-section-ttl > .site-page-section-ttl__text::before {
  position: absolute;
  content: "";
  width: 94px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #b41d23;
}
@container site-page-section-ttl__text ( width < 1200px ) {
  .site-page-section-ttl > .site-page-section-ttl__text::before {
    width: clamp(50px, 7.9365079365vw, 100px);
  }
}

/* 小見出し */
.site-page-contents-ttl {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #b41d23;
}
.site-page-contents-ttl > .site-page-contents-ttl__text {
  width: 100%;
  height: auto;
  display: block;
  font-size: 1.375rem;
}

/* ===============================
	パンくずリスト
================================ */
.site-page_breadcrumbs {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 11px;
}
.site-page_breadcrumbs .site-page_breadcrumbs-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.site-page_breadcrumbs .site-page_breadcrumbs-list > .site-page_breadcrumbs-item {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .site-page_breadcrumbs .site-page_breadcrumbs-list > .site-page_breadcrumbs-item {
    font-size: 0.75rem;
  }
}
.site-page_breadcrumbs .site-page_breadcrumbs-list > .site-page_breadcrumbs-item:not(:first-of-type) {
  padding-left: 1.6875em;
  position: relative;
}
.site-page_breadcrumbs .site-page_breadcrumbs-list > .site-page_breadcrumbs-item:not(:first-of-type)::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  top: 0.65em;
  left: 0.6em;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  transform: rotate(45deg);
}
.site-page_breadcrumbs .site-page_breadcrumbs-list > .site-page_breadcrumbs-item:last-of-type {
  pointer-events: none;
}
.site-page_breadcrumbs .site-page_breadcrumbs-list > .site-page_breadcrumbs-item > a {
  text-decoration: none;
  color: #1c1c1c;
}

/* ===============================
	カード
================================ */
.site-page_card {
  width: fit-content;
  min-width: 50%;
  height: auto;
  display: block;
  border-radius: 20px;
  padding: 1em 2em;
  margin-top: 30px;
}
.site-page_card.bg-gray {
  background-color: #eeeeee;
}
.site-page_card + p {
  margin-top: 2em;
}/*# sourceMappingURL=common.css.map */