@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

html {
  font-size: min(16 / 1440 * 100vw, 16px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(16 / 375 * 100vw, 21.3333333333px);
  }
}

body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, li, dd, dt, th, td {
  overflow-wrap: break-word;
}

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

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

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100svh;
  background-color: #ffffff;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 70rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: min(100%, 500px);
    padding-inline: 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    max-width: min(100%, 500px);
  }
}

.l-inner__wide {
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .l-inner__wide {
    max-width: min(100%, 500px);
  }
}

.c-button {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  column-gap: 0.5625rem;
  min-width: 10rem;
  min-height: 2.6875rem;
  padding-inline: 1.125rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: min(max(0.875rem, 10px), 14px);
  font-weight: 700;
  line-height: 1.362;
  overflow: hidden;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-button img {
  display: block;
  width: 0.4375rem;
  aspect-ratio: 7/11;
  transition: filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-button--primary {
  background-color: #193765;
  border-color: #193765;
  color: #ffffff;
}

.c-button--outline {
  background-color: #ffffff;
  border: 0.0625rem solid #193765;
  color: #193765;
}

@media (hover: hover) and (pointer: fine) {
  .c-button:hover,
  .c-button:focus-visible {
    box-shadow: none;
  }
  .c-button:hover img,
  .c-button:focus-visible img {
    transform: translateX(0.125rem);
  }
  .c-button--primary:hover,
  .c-button--primary:focus-visible {
    background-color: #ffffff;
    color: #193765;
  }
  .c-button--primary:hover img,
  .c-button--primary:focus-visible img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(37%) saturate(1666%) hue-rotate(184deg) brightness(93%) contrast(94%);
  }
  .c-button--outline:hover,
  .c-button--outline:focus-visible {
    background-color: #193765;
    color: #ffffff;
  }
  .c-button--outline:hover img,
  .c-button--outline:focus-visible img {
    filter: brightness(0) invert(1);
  }
}
.c-section-title {
  display: block;
}

.c-section-title--center {
  justify-items: center;
  text-align: center;
}

.c-section-title--center-block-left {
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}

.c-section-title__en {
  font-family: "Montserrat", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #193765;
}

.c-section-title__ja {
  margin-block-start: 0.625rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: min(max(2.5rem, 12px), 40px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    font-size: min(max(1.75rem, 12px), 28px);
  }
}

.c-section-title--ja-only .c-section-title__ja {
  margin-block-start: 0;
}

.c-section-title--light .c-section-title__en,
.c-section-title--light .c-section-title__ja {
  color: #ffffff;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 40px;
  background: #e7f482;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 20px;
  }
}

.p-header__inner {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  padding-block: 1.0625rem;
}

.p-header__logo {
  font-size: min(max(1.25rem, 12px), 20px);
}

.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.p-header__list li a {
  font-size: min(max(1.25rem, 12px), 20px);
}

.p-header__btn {
  padding: 0.5rem 1.625rem;
  background: #fff;
  border: 1px solid #fff;
  color: #001A75;
  font-size: min(max(1.25rem, 12px), 20px);
  transition: all 0.3s ease;
}

.p-site-header {
  position: relative;
  z-index: 40;
  background-color: #ffffff;
}

.p-site-header__bar {
  display: grid;
  grid-template-columns: auto 1fr max-content;
  align-items: center;
  max-width: 90rem;
  padding-block: 2rem 2.125rem;
  padding-inline: 4.375rem 2rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-site-header__bar {
    grid-template-columns: auto 1fr auto;
    padding-block: 1.125rem;
    padding-inline: 1.25rem;
  }
}

.p-site-header__logo {
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-site-brand {
  display: flex;
  align-items: center;
  column-gap: 0.875rem;
  width: fit-content;
  color: #1f2328;
}

.p-site-brand__mark {
  display: block;
  flex-shrink: 0;
  width: 5.0625rem;
  height: auto;
}

.p-site-brand__wordmark {
  display: block;
  white-space: nowrap;
}

.p-site-brand__corporate,
.p-site-brand__name {
  display: block;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}

.p-site-brand__corporate {
  font-size: min(max(0.875rem, 10px), 14px);
  font-weight: 500;
  letter-spacing: 0.16em;
}

.p-site-brand__name {
  margin-block-start: 0.4375rem;
  font-size: min(max(1.6875rem, 12px), 27px);
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .p-site-brand {
    column-gap: 0.6875rem;
  }
  .p-site-brand__mark {
    width: 4rem;
  }
  .p-site-brand__corporate {
    font-size: min(max(0.625rem, 10px), 10px);
  }
  .p-site-brand__name {
    margin-block-start: 0.3125rem;
    font-size: min(max(1.3125rem, 12px), 21px);
  }
}
.p-site-header__contact {
  display: block;
  grid-column: 3;
  justify-self: end;
  min-height: 3.1875rem;
  padding-block: 0.9375rem 1rem;
  padding-inline: 1.75rem;
  background-color: #193765;
  border-radius: 0.25rem;
  border: 0.0625rem solid #193765;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  .p-site-header__contact {
    display: none;
  }
}

.p-site-header__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-site-header__menu {
    display: block;
    grid-column: 3;
    justify-self: end;
    position: relative;
    width: 1.5rem;
    aspect-ratio: 4/3;
    margin-inline-start: 0.875rem;
    padding: 0;
  }
}

.p-site-header__menuBar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #193765;
}

.p-site-header__menuBar:nth-child(1) {
  top: 0.125rem;
}

.p-site-header__menuBar:nth-child(2) {
  top: 0.53125rem;
}

.p-site-header__menuBar:nth-child(3) {
  top: 0.9375rem;
}

.p-site-header__nav {
  border-top: 0.0625rem solid #eeeeee;
  border-bottom: 0.0625rem solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .p-site-header__nav {
    display: none;
  }
}

.p-site-header__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.625rem;
  min-width: 58.75rem;
  padding-block: 1.875rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-site-header__list {
    flex-wrap: wrap;
    row-gap: 0.75rem;
    column-gap: 1.375rem;
    min-width: 0;
    padding-block: 1.125rem;
  }
}

.p-site-header__item {
  position: relative;
}

.p-site-header__item a {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: min(max(1.25rem, 12px), 20px);
  font-weight: 400;
  line-height: 1.21;
  color: #000000;
  white-space: nowrap;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  .p-site-header__item a {
    font-size: min(max(0.875rem, 10px), 14px);
  }
}

.p-site-header__item--dropdown img {
  display: block;
  width: 0.625rem;
  aspect-ratio: 2/1;
  margin-inline-start: 0.4375rem;
}

.p-site-header__item--dropdown::after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 19;
  width: max(100%, 16.5rem);
  height: 2rem;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-site-header__item--dropdown::after {
    content: none;
  }
}

.p-site-header__item--dropdown:has(.p-site-header__dropdownMenu--business)::after {
  width: min(60rem, 100vw - 5rem);
}

.p-site-header__item--dropdown:hover::after,
.p-site-header__item--dropdown:focus-within::after {
  pointer-events: auto;
}

.p-site-header__dropdownMenu {
  position: absolute;
  top: calc(100% + 1.9375rem);
  left: 50%;
  z-index: 20;
  width: max-content;
  min-width: 16.5rem;
  padding: 0.375rem;
  background-color: #ffffff;
  border: 0.0625rem solid #eeeeee;
  opacity: 0;
  transform: translateX(-50%) translateY(-0.375rem);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-site-header__dropdownMenu {
    position: static;
    width: 100%;
    min-width: 0;
    margin-block-start: 0.5rem;
    padding: 0.375rem;
    opacity: 1;
    transform: none;
    visibility: visible;
    pointer-events: auto;
  }
}

.p-site-header__dropdownMenu--business {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(70rem, 100vw - 5rem);
}
@media screen and (max-width: 767px) {
  .p-site-header__dropdownMenu--business {
    display: block;
    width: 100%;
  }
}

.p-site-header__dropdownMenu--about,
.p-site-header__dropdownMenu--definition,
.p-site-header__dropdownMenu--classification {
  min-width: 22.5rem;
}

.p-site-header__item--dropdown:hover .p-site-header__dropdownMenu,
.p-site-header__item--dropdown:focus-within .p-site-header__dropdownMenu {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-site-header__item--dropdown:hover .p-site-header__dropdownMenu,
  .p-site-header__item--dropdown:focus-within .p-site-header__dropdownMenu {
    transform: none;
  }
}

.p-site-header__dropdownMenu > li + li {
  border-top: 0.0625rem solid #eeeeee;
}

.p-site-header__dropdownSubList {
  border-top: 0.0625rem solid #eeeeee;
}

.p-site-header__dropdownSubList > li + li {
  border-top: 0.0625rem solid #eeeeee;
}

.p-site-header__dropdownMenu--business > li + li {
  border-top: 0;
}

.p-site-header__dropdownMenu--business > li:not(:first-child) {
  border-left: 0.0625rem solid #eeeeee;
}

.p-site-header__dropdownMenu .p-site-header__dropdownLink,
.p-site-header__dropdownMenu .p-site-header__dropdownLabel {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding-block: 0.6875rem;
  padding-inline: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.875rem, 10px), 14px);
  font-weight: 500;
  line-height: 1.45;
  color: #000000;
  white-space: normal;
  overflow: hidden;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.p-site-header__dropdownMenu .p-site-header__dropdownLabel {
  cursor: default;
}

.p-site-header__dropdownMenu .p-site-header__dropdownLink::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.25rem;
  background-color: #ffffff;
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease;
}

.p-site-header__dropdownMenu--business .p-site-header__dropdownLabel--parent {
  min-height: 3.625rem;
  padding-inline: 1.125rem;
}

.p-site-header__dropdownMenu .p-site-header__dropdownLink--parent,
.p-site-header__dropdownMenu--business .p-site-header__dropdownLabel--parent {
  background-color: #f7f9fc;
  font-weight: 700;
  color: #193765;
}

.p-site-header__dropdownMenu--about .p-site-header__dropdownLink--child,
.p-site-header__dropdownMenu--business .p-site-header__dropdownLink--child {
  padding-inline-start: 1.75rem;
  font-size: min(max(0.8125rem, 10px), 13px);
}

.p-site-header__dropdownMenu .p-site-header__dropdownLink:hover,
.p-site-header__dropdownMenu .p-site-header__dropdownLink:focus-visible {
  background-color: #193765;
  color: #ffffff;
}

.p-site-header__dropdownMenu .p-site-header__dropdownLink:hover::before,
.p-site-header__dropdownMenu .p-site-header__dropdownLink:focus-visible::before {
  opacity: 1;
}

.p-site-header__dropdownText {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .p-site-header__logo:hover,
  .p-site-header__logo:focus-visible {
    opacity: 0.58;
  }
  .p-site-header__contact:hover,
  .p-site-header__contact:focus-visible {
    background-color: #ffffff;
    box-shadow: 0 0.625rem 1.5rem rgba(25, 55, 101, 0.16);
    color: #193765;
    transform: translateY(-0.125rem);
  }
  .p-site-header__item > a:hover,
  .p-site-header__item > a:focus-visible {
    color: #193765;
    opacity: 0.58;
  }
}
.p-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  background-color: #ffffff;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.35s ease, visibility 0.35s ease;
}
@media (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer.js-show {
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

body.is-drawer-open {
  overflow: hidden;
}

.p-drawer__header {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  align-items: center;
  min-height: 4.25rem;
  padding-inline-start: 1.25rem;
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #eeeeee;
}

.p-drawer__logo {
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-drawer__close {
  position: relative;
  flex-shrink: 0;
  width: 4.25rem;
  min-height: 4.25rem;
  margin-inline-start: auto;
  background-color: #193765;
}

.p-drawer__closeBar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 0.0625rem;
  background-color: #ffffff;
}

.p-drawer__closeBar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-drawer__closeBar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-drawer__body {
  width: calc(100% - 2.5rem);
  max-width: 31.25rem;
  margin-inline: auto;
  padding-block: 1.75rem calc(3rem + env(safe-area-inset-bottom));
}

.p-drawer__item + .p-drawer__item {
  margin-block-start: 1.125rem;
}

.p-drawer__link,
.p-drawer__accordionTrigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 3rem;
  padding-block: 0.8125rem;
  border-bottom: 0.0625rem solid #eeeeee;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: min(max(1.125rem, 12px), 18px);
  font-weight: 500;
  line-height: 1.35;
  color: #000000;
  text-align: left;
  transition: border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-drawer__accordionIcon {
  position: relative;
  flex-shrink: 0;
  width: 1.125rem;
  aspect-ratio: 1/1;
  margin-inline-start: 1.125rem;
}

.p-drawer__accordionIcon::before,
.p-drawer__accordionIcon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 0.0625rem;
  content: "";
  background-color: #193765;
  transition: transform 0.25s ease;
}

.p-drawer__accordionIcon::before {
  transform: translate(-50%, -50%);
}

.p-drawer__accordionIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-drawer__accordion.is-open .p-drawer__accordionIcon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-drawer__accordionPanel {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.p-drawer__accordionPanel[hidden] {
  display: none;
}

.p-drawer__accordion.is-open .p-drawer__accordionPanel {
  opacity: 1;
}

.p-drawer__panelList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0.875rem;
  padding-block: 1.125rem 0.375rem;
}

.p-drawer__panelList--nested {
  display: block;
}

.p-drawer__panelList > li {
  min-width: 0;
}

.p-drawer__panelList--business {
  row-gap: 0.75rem;
}

.p-drawer__panelList:not(.p-drawer__panelList--nested) li:nth-child(n+3) {
  margin-block-start: 0.75rem;
}

.p-drawer__panelGroup + .p-drawer__panelGroup {
  margin-block-start: 1rem;
}

.p-drawer__panelSubList {
  margin-block-start: 0.5rem;
  padding-inline-start: 0.875rem;
}

.p-drawer__panelSubList > li + li {
  margin-block-start: 0.5rem;
}

.p-drawer__panelLink,
.p-drawer__panelLabel {
  display: block;
  min-height: 2.25rem;
  padding-block: 0.5rem;
  padding-inline-start: 0.8125rem;
  border-left: 0.125rem solid #193765;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.875rem, 10px), 14px);
  font-weight: 500;
  line-height: 1.45;
  color: #000000;
  overflow-wrap: anywhere;
  transition: border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-drawer__panelLabel {
  cursor: default;
}

.p-drawer__panelLink--parent,
.p-drawer__panelLabel--parent {
  border-left-width: 0.1875rem;
  font-weight: 700;
  color: #193765;
}

.p-drawer__panelLink--child {
  min-height: 2.125rem;
  padding-block: 0.4375rem;
  padding-inline-start: 0.6875rem;
  border-left-color: #c8d5ea;
  font-size: min(max(0.8125rem, 10px), 13px);
}

.p-drawer__contact {
  display: grid;
  place-items: center;
  min-height: 3.25rem;
  margin-block-start: 1.75rem;
  background-color: #193765;
  border-radius: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (hover: hover) and (pointer: fine) {
  .p-drawer__logo:hover,
  .p-drawer__logo:focus-visible {
    opacity: 0.58;
  }
  .p-drawer__link:hover,
  .p-drawer__link:focus-visible {
    border-bottom-color: #193765;
    color: #193765;
  }
  .p-drawer__panelLink:hover,
  .p-drawer__panelLink:focus-visible {
    border-left-color: #0e7fe8;
    color: #0e7fe8;
  }
  .p-drawer__contact:hover,
  .p-drawer__contact:focus-visible {
    background-color: #244a7d;
    box-shadow: 0 0.625rem 1.5rem rgba(25, 55, 101, 0.16);
    transform: translateY(-0.125rem);
  }
}
.p-site-footer {
  position: relative;
  z-index: 40;
  background-color: #ffffff;
  color: #000000;
}

.p-site-footer__inner {
  display: grid;
  grid-template-columns: 30.875rem minmax(0, 43.0625rem);
  column-gap: 0.0625rem;
  width: min(100% - 5rem, 75rem);
  min-height: 27.25rem;
  padding-block-start: 4.375rem;
  padding-block-end: 2.1875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-site-footer__inner {
    display: block;
    width: 100%;
    padding-block-start: 2.875rem;
    padding-block-end: 2rem;
    padding-inline: 1.25rem;
  }
}

.p-site-footer__label,
.p-site-footer__text,
.p-site-footer__copy,
.p-site-footer__legalLink {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.875rem, 10px), 14px);
  line-height: 1.5;
  color: #000000;
}

.p-site-footer__label {
  font-weight: 400;
}

.p-site-footer__text {
  font-weight: 500;
}

.p-site-footer__text + .p-site-footer__text {
  margin-block-start: 0.4375rem;
}

.p-site-footer__social {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  margin-block-start: 0.4375rem;
}

.p-site-footer__socialIcon,
.p-site-footer__social img {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
}

.p-site-footer__socialIcon {
  display: grid;
  place-items: center;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.p-site-footer__socialIcon--x {
  font-size: min(max(1.25rem, 12px), 20px);
}

.p-site-footer__navBlock {
  margin-block-start: 7.4375rem;
}
@media screen and (max-width: 767px) {
  .p-site-footer__navBlock {
    margin-block-start: 3rem;
  }
}

.p-site-footer__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-site-footer__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: flex-start;
    column-gap: 1.125rem;
    white-space: normal;
  }
}

.p-site-footer__list > li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-site-footer__list li:nth-child(n+3) {
    margin-block-start: 0.75rem;
  }
}

.p-site-footer__list a {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: min(max(0.875rem, 10px), 14px);
  font-weight: 400;
  line-height: 1.2102;
  letter-spacing: 0;
  color: #000000;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-site-footer__item--dropdown img {
  display: block;
  width: 0.625rem;
  height: 0.3125rem;
  margin-inline-start: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-site-footer__item--dropdown img {
    display: none;
  }
}

.p-site-footer__labelSplit {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-site-footer__labelSplit {
    display: block;
  }
}

.p-site-footer__item--dropdown::after {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 19;
  width: max(100%, 15.375rem);
  height: 0.875rem;
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-site-footer__item--dropdown::after {
    content: none;
  }
}

.p-site-footer__item--dropdown:has(.p-site-footer__dropdownMenu--business)::after {
  right: 0;
  width: min(57.5rem, 100vw - 3rem);
}

.p-site-footer__item--dropdown:hover::after,
.p-site-footer__item--dropdown:focus-within::after {
  pointer-events: auto;
}

.p-site-footer__dropdownMenu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.875rem);
  z-index: 20;
  width: max-content;
  min-width: 15.375rem;
  padding: 0.375rem;
  background-color: #ffffff;
  border: 0.0625rem solid #eeeeee;
  opacity: 0;
  transform: translateY(0.25rem);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-site-footer__dropdownMenu {
    display: none;
  }
}

.p-site-footer__dropdownMenu--business {
  display: grid;
  right: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(57.5rem, 100vw - 3rem);
}
@media screen and (max-width: 767px) {
  .p-site-footer__dropdownMenu--business {
    display: none;
    width: 100%;
  }
}

.p-site-footer__dropdownMenu--about,
.p-site-footer__dropdownMenu--definition,
.p-site-footer__dropdownMenu--classification {
  min-width: 20rem;
}

.p-site-footer__item--dropdown:hover .p-site-footer__dropdownMenu,
.p-site-footer__item--dropdown:focus-within .p-site-footer__dropdownMenu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.p-site-footer__dropdownMenu > li + li {
  border-top: 0.0625rem solid #eeeeee;
}

.p-site-footer__dropdownSubList {
  border-top: 0.0625rem solid #eeeeee;
}

.p-site-footer__dropdownSubList > li + li {
  border-top: 0.0625rem solid #eeeeee;
}

.p-site-footer__dropdownMenu--business > li + li {
  border-top: 0;
}

.p-site-footer__dropdownMenu--business > li:not(:first-child) {
  border-left: 0.0625rem solid #eeeeee;
}

.p-site-footer__dropdownMenu .p-site-footer__dropdownLink,
.p-site-footer__dropdownMenu .p-site-footer__dropdownLabel {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  padding-block: 0.5625rem;
  padding-inline: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.8125rem, 10px), 13px);
  font-weight: 500;
  line-height: 1.45;
  color: #000000;
  white-space: normal;
  overflow: hidden;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.p-site-footer__dropdownMenu .p-site-footer__dropdownLabel {
  cursor: default;
}

.p-site-footer__dropdownMenu .p-site-footer__dropdownLink::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.25rem;
  background-color: #ffffff;
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease;
}

.p-site-footer__dropdownMenu--business .p-site-footer__dropdownLabel--parent {
  min-height: 3.25rem;
}

.p-site-footer__dropdownMenu .p-site-footer__dropdownLink--parent,
.p-site-footer__dropdownMenu--business .p-site-footer__dropdownLabel--parent {
  background-color: #f7f9fc;
  font-weight: 700;
  color: #193765;
}

.p-site-footer__dropdownMenu--about .p-site-footer__dropdownLink--child,
.p-site-footer__dropdownMenu--business .p-site-footer__dropdownLink--child {
  padding-inline-start: 1.625rem;
  font-size: min(max(0.75rem, 10px), 12px);
}

.p-site-footer__dropdownMenu .p-site-footer__dropdownLink:hover,
.p-site-footer__dropdownMenu .p-site-footer__dropdownLink:focus-visible {
  background-color: #193765;
  color: #ffffff;
}

.p-site-footer__dropdownMenu .p-site-footer__dropdownLink:hover::before,
.p-site-footer__dropdownMenu .p-site-footer__dropdownLink:focus-visible::before {
  opacity: 1;
}

.p-site-footer__dropdownText {
  display: block;
}

.p-site-footer__contact {
  display: grid;
  place-items: center;
  width: 9.5rem;
  min-height: 3.1875rem;
  margin-block-start: 1.5rem;
  margin-inline-start: auto;
  background-color: #193765;
  border: 0.0625rem solid #193765;
  border-radius: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  .p-site-footer__contact {
    margin-inline-start: 0;
  }
}

.p-site-footer__bottom {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: 4.0625rem;
  padding-block-start: 1.4375rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .p-site-footer__bottom {
    display: block;
    margin-block-start: 3rem;
  }
}

.p-site-footer__copy,
.p-site-footer__legalLink {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.p-site-footer__legal {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-site-footer__legal {
    margin-block-start: 0.75rem;
    flex-wrap: wrap;
    column-gap: 1.125rem;
    row-gap: 0.5rem;
  }
}

.p-site-footer__legalLink {
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (hover: hover) and (pointer: fine) {
  .p-site-footer__social a:hover,
  .p-site-footer__social a:focus-visible {
    opacity: 0.62;
    transform: translateY(-0.125rem);
  }
  .p-site-footer__list > li > a:hover,
  .p-site-footer__list > li > a:focus-visible,
  .p-site-footer__legalLink:hover,
  .p-site-footer__legalLink:focus-visible {
    color: #193765;
    opacity: 0.58;
  }
  .p-site-footer__contact:hover,
  .p-site-footer__contact:focus-visible {
    background-color: #ffffff;
    box-shadow: 0 0.625rem 1.5rem rgba(25, 55, 101, 0.16);
    color: #193765;
    transform: translateY(-0.125rem);
  }
}
.p-site-loading {
  display: none;
}

html.is-animation-enabled .p-site-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s cubic-bezier(0.5, 0, 0, 1), visibility 0.6s cubic-bezier(0.5, 0, 0, 1);
}

.p-site-loading__logo {
  display: block;
  width: clamp(80px, 8.3333333333vw, 120px);
  height: auto;
  opacity: 0;
  transition: opacity 0.25s ease-in-out 0.25s;
}

.p-site-loading.is-logo-shown .p-site-loading__logo {
  opacity: 1;
}

html.is-animation-enabled .p-site-loading.js-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-site-loading {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  html.is-animation-enabled .p-site-loading,
  .p-site-loading__logo {
    transition-duration: 0.01ms;
  }
}
.p-top-news {
  padding-block: 6rem 5.125rem;
  background-color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    overflow-x: clip;
    padding-block: 4.5rem;
  }
}

.p-top-news__inner {
  max-width: 1399px;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    max-width: min(100%, 500px);
  }
}

.p-top-news__panel {
  position: relative;
  margin-block-start: 2.0625rem;
  padding-block: 4.9375rem 3.375rem;
  padding-inline: 10.25rem 5.125rem;
  background-color: #ffffff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__panel {
    padding-block: 2.125rem;
    padding-inline: 1.25rem;
  }
}

.p-top-news__list {
  display: grid;
}

.p-top-news__item {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 0.75rem;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding-block: 1.625rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.p-top-news__item:first-child {
  padding-block-start: 0;
}

.p-top-news__date {
  font-family: "Montserrat", sans-serif;
  font-size: min(max(1.125rem, 12px), 18px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: rgba(34, 34, 34, 0.4);
  white-space: nowrap;
}

.p-top-news__link {
  min-width: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: min(max(1.125rem, 12px), 18px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #222222;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.3125rem;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), text-decoration-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-top-news__more {
  display: grid;
  width: fit-content;
  margin-block-start: 2.1875rem;
  margin-inline-start: auto;
}

.p-top-report,
.p-top-contact {
  position: relative;
  overflow: hidden;
}

.p-top-report {
  z-index: 1;
  padding-block: 13.5rem 11.125rem;
  background-color: #f1f5f7;
  background-image: none;
}

.p-top-report__inner,
.p-top-contact__inner {
  position: relative;
  z-index: 1;
}

.p-top-report .c-section-title__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(3.75rem, 12px), 60px);
  font-weight: 600;
  line-height: 1.448;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-top-report .c-section-title__ja {
    font-size: min(max(1.875rem, 12px), 30px);
  }
}

.p-top-news .c-section-title__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(3.75rem, 12px), 60px);
  font-weight: 600;
  line-height: 1.448;
  letter-spacing: 0;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-top-news .c-section-title__ja {
    font-size: min(max(1.875rem, 12px), 30px);
  }
}

.p-top-report__lead {
  width: min(100%, 51.3125rem);
  margin-block-start: 2.625rem;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.875rem, 10px), 14px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000000;
}

.p-top-report__leadSub {
  color: #4a4458;
}

.p-top-slider {
  width: min(100%, 69.875rem);
  margin-block-start: 4.3125rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-slider {
    width: 100%;
    margin-block-start: 3rem;
  }
}

.p-top-report-card {
  min-height: 32.375rem;
  padding-block: 1.5rem;
  padding-inline: 1.5rem;
  background-color: #ffffff;
  border-radius: 1.875rem;
  box-shadow: 0.25rem 0.25rem 0.875rem rgba(0, 0, 0, 0.05);
  color: #000000;
  overflow: hidden;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-top-report-card > a {
  display: block;
  min-height: 100%;
  color: inherit;
}

.p-top-report-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-top-report-card__body {
  margin-block-start: 1.5rem;
}

.p-top-report-card__meta {
  display: block;
}

.p-top-report-card__genre {
  display: grid;
  place-items: center;
  width: fit-content;
  padding-block: 0.25rem;
  padding-inline: 0.625rem;
  background-color: #0077cc;
  border-radius: 0.625rem;
  font-family: "YuGothic", "Noto Sans JP", sans-serif;
  font-size: min(max(0.875rem, 10px), 14px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #ffffff;
  white-space: nowrap;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-top-report-card__category {
  display: block;
  margin-block-start: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.9375rem, 10px), 15px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000000;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-top-report-card__title {
  margin-block-start: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #000000;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-top-sliderNav {
  display: grid;
  grid-template-columns: 4.1875rem auto 4.1875rem;
  column-gap: 2.8125rem;
  align-items: center;
  justify-content: center;
  margin-block-start: 4.3125rem;
}

.p-top-sliderNav__button {
  display: grid;
  place-items: center;
  width: 4.1875rem;
  aspect-ratio: 1/1;
  border: 0.0625rem solid #193765;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-top-sliderNav__button img {
  display: block;
  width: 1.875rem;
  aspect-ratio: 30/11;
  transition: filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-top-sliderNav__pagination {
  display: grid;
  grid-auto-flow: column;
  column-gap: 0.625rem;
  align-items: center;
  justify-content: center;
  min-width: 5.125rem;
}

.p-top-sliderNav__pagination .swiper-pagination-bullet {
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  aspect-ratio: 1/1;
  flex: 0 0 0.8125rem;
  margin-inline: 0;
  background-color: #193765;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.35;
  transform: scale(0.78);
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-top-sliderNav--light .p-top-sliderNav__button {
  border-color: #ffffff;
}

.p-top-sliderNav--light .p-top-sliderNav__pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}

.p-top-sliderNav--light .p-top-sliderNav__pagination .swiper-pagination-bullet-active,
.p-top-sliderNav__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1);
}

.p-top-report__more {
  display: grid;
  width: fit-content;
  margin-inline: auto;
}

.p-top-report__more {
  margin-block-start: 3.3125rem;
}

.p-top-contact {
  min-height: 34.5rem;
  padding-block-start: 7rem;
  background-color: #000000;
}

.p-top-contact--front {
  background-color: #193765;
  background-image: linear-gradient(rgba(25, 55, 101, 0.8), rgba(25, 55, 101, 0.8)), url("../img/top/top-contact-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-top-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 25.875rem;
  height: 34.5rem;
  background-image: url("../img/top/top-contact-bg-photo.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  filter: grayscale(1) brightness(0.22);
  pointer-events: none;
}

.p-top-contact--front::before {
  content: none;
}

.p-top-contact__inner {
  width: min(100%, 63.375rem);
  padding-inline: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-contact__inner {
    padding-inline: 1.25rem;
  }
}

.p-top-contact__body {
  margin-block-start: 2.375rem;
}

.p-top-contact--front .c-section-title__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(3.75rem, 12px), 60px);
  font-weight: 600;
  line-height: 1.448;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-contact--front .c-section-title__ja {
    font-size: min(max(1.875rem, 12px), 30px);
  }
}

.p-top-contact--front .p-top-contact__body {
  margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact--front .p-top-contact__body {
    margin-block-start: 0;
  }
}

.p-top-contact__title,
.p-top-contact__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1.625rem, 12px), 26px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #ffffff;
}

.p-top-contact--front .p-top-contact__title,
.p-top-contact--front .p-top-contact__text {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: min(max(1.625rem, 12px), 26px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-top-contact--front .p-top-contact__title,
  .p-top-contact--front .p-top-contact__text {
    font-size: min(max(1.25rem, 12px), 20px);
    line-height: 1.65;
    letter-spacing: 0;
  }
}

.p-top-contact__text {
  margin-block-start: 0.375rem;
}

.p-top-contact--front .p-top-contact__text {
  margin-block-start: 1rem;
}

.p-top-contact__button {
  display: inline-grid;
  grid-template-columns: auto 0.6875rem;
  column-gap: 1.0625rem;
  align-items: center;
  justify-content: center;
  min-width: 28.6875rem;
  min-height: 5.8125rem;
  margin-block-start: 2.125rem;
  padding-inline: 2.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1.5rem, 12px), 24px);
  font-weight: 700;
  line-height: 1.2;
  color: #193765;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-top-contact--front .p-top-contact__button {
  min-width: 28.1875rem;
  min-height: 5.25rem;
  margin-block-start: 3rem;
  padding-block: 1.5rem;
  padding-inline: 3rem;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: min(max(1.5rem, 12px), 24px);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-contact--front .p-top-contact__button {
    width: 100%;
    min-width: 0;
    min-height: 4.5rem;
    margin-block-start: 2rem;
    padding-block: 0;
    padding-inline: 1.5rem;
    font-size: min(max(1.125rem, 12px), 18px);
  }
}

.p-top-contact__button img {
  display: block;
  width: 0.6875rem;
  aspect-ratio: 11/19;
  transition: filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (hover: hover) and (pointer: fine) {
  .p-top-news__link:hover,
  .p-top-news__link:focus-visible {
    color: #193765;
    text-decoration-color: currentColor;
  }
  .p-top-report-card:has(> a:hover),
  .p-top-report-card:has(> a:focus-visible) {
    background-color: #193765;
    box-shadow: 0.5rem 1.125rem 2.25rem rgba(25, 55, 101, 0.18);
    color: #ffffff;
  }
  .p-top-report-card > a:hover .p-top-report-card__image,
  .p-top-report-card > a:focus-visible .p-top-report-card__image {
    transform: scale(1.04);
  }
  .p-top-report-card > a:hover .p-top-report-card__title,
  .p-top-report-card > a:focus-visible .p-top-report-card__title {
    color: #ffffff;
  }
  .p-top-report-card > a:hover .p-top-report-card__category,
  .p-top-report-card > a:focus-visible .p-top-report-card__category {
    color: #ffffff;
  }
  .p-top-report-card > a:hover .p-top-report-card__genre,
  .p-top-report-card > a:focus-visible .p-top-report-card__genre {
    background-color: #ffffff;
    color: #193765;
  }
  .p-top-sliderNav__button:hover,
  .p-top-sliderNav__button:focus-visible {
    background-color: #193765;
    border-color: #193765;
    box-shadow: 0 0.625rem 1.5rem rgba(25, 55, 101, 0.18);
  }
  .p-top-sliderNav__button:hover img,
  .p-top-sliderNav__button:focus-visible img {
    filter: brightness(0) invert(1);
  }
  .p-top-sliderNav__button--prev:hover img,
  .p-top-sliderNav__button--prev:focus-visible img {
    transform: translateX(-0.25rem);
  }
  .p-top-sliderNav__button--next:hover img,
  .p-top-sliderNav__button--next:focus-visible img {
    transform: translateX(0.25rem);
  }
  .p-top-sliderNav__pagination .swiper-pagination-bullet:hover,
  .p-top-sliderNav__pagination .swiper-pagination-bullet:focus-visible {
    opacity: 0.75;
    transform: scale(0.92);
  }
  .p-top-sliderNav__pagination .swiper-pagination-bullet-active:hover,
  .p-top-sliderNav__pagination .swiper-pagination-bullet-active:focus-visible {
    opacity: 1;
    transform: scale(1.08);
  }
  .p-top-contact__button:hover,
  .p-top-contact__button:focus-visible {
    background-color: #193765;
    box-shadow: 0 0.875rem 1.875rem rgba(25, 55, 101, 0.28);
    color: #ffffff;
    transform: translateY(-0.1875rem);
  }
  .p-top-contact__button:hover img,
  .p-top-contact__button:focus-visible img {
    filter: brightness(0) invert(1);
    transform: translateX(0.3125rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    grid-template-columns: 1fr;
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding-block: 1.125rem;
  }
  .p-top-news__date,
  .p-top-news__link {
    min-width: 0;
    font-size: min(max(1rem, 12px), 16px);
  }
  .p-top-news__link {
    margin-block-start: 0.5rem;
  }
  .p-top-news__item:first-child {
    min-height: auto;
  }
  .p-top-news__more {
    position: static;
    margin-block-start: 1.625rem;
    margin-inline-start: auto;
  }
  .p-top-contact__text br {
    display: none;
  }
  .p-top-report,
  .p-top-contact {
    padding-block: 4.5rem;
  }
  .p-top-contact {
    min-height: 0;
    margin-block-start: 0;
    padding-block: 4rem;
  }
  .p-top-report__lead {
    margin-block-start: 1.875rem;
    font-size: min(max(0.8125rem, 10px), 13px);
    text-align: left;
  }
  .p-top-report-card {
    padding-block: 1.125rem;
    padding-inline: 1.125rem;
  }
  .p-top-sliderNav {
    column-gap: 1.5rem;
    margin-block-start: 2.875rem;
  }
  .p-top-contact::before {
    width: 15.625rem;
    height: 100%;
  }
  .p-top-contact__body {
    margin-block-start: 0;
  }
  .p-top-contact__title,
  .p-top-contact__text {
    font-size: min(max(1.25rem, 12px), 20px);
    line-height: 1.65;
  }
  .p-top-contact--front .p-top-contact__text {
    font-size: min(max(1rem, 12px), 16px);
  }
  .p-top-contact__button {
    min-width: 0;
    width: 100%;
    min-height: 4.5rem;
    margin-block-start: 2rem;
    padding-inline: 1.5rem;
    font-size: min(max(1.125rem, 12px), 18px);
  }
}
.p-top-fv {
  position: relative;
  overflow: hidden;
  min-height: 49.875rem;
  padding-block-end: 0rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    min-height: 0;
    padding-block-end: 0;
  }
}

.p-top-fv::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 0;
  width: min(100% - 3rem, 75rem);
  height: 44.875rem;
  background-image: url("../img/top/top-latest-fv.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  filter: none;
  pointer-events: none;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-fv::before {
    width: calc(100% - 2rem);
    height: 26.875rem;
  }
}

html.is-animation-enabled body:not(.is-capture-mode) .p-top-fv::before {
  width: min(100%, 90rem);
  transition: width 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: width;
}

html.is-animation-enabled body:not(.is-capture-mode) .p-top-fv.is-fv-image-shown::before {
  width: min(100% - 3rem, 75rem);
}

@media screen and (max-width: 767px) {
  html.is-animation-enabled body:not(.is-capture-mode) .p-top-fv::before {
    width: 100%;
  }
  html.is-animation-enabled body:not(.is-capture-mode) .p-top-fv.is-fv-image-shown::before {
    width: calc(100% - 2rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  html.is-animation-enabled body:not(.is-capture-mode) .p-top-fv::before {
    transition: none;
  }
}
.p-top-fv__inner {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 90rem;
  min-height: inherit;
  padding-block-start: 17.0625rem;
  padding-inline-start: 2.5rem;
  padding-inline-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__inner {
    max-width: min(100%, 500px);
    min-height: 0;
    padding-block-start: 11.875rem;
    padding-inline: 1.25rem;
  }
}

.p-top-fv__content {
  width: min(100%, 67.6875rem);
  margin-inline-start: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__content {
    margin-inline-start: 0;
  }
}

html.is-animation-enabled body:not(.is-capture-mode) .p-top-fv__content {
  opacity: 0;
  transition: opacity 0.4s ease;
  will-change: opacity;
}

html.is-animation-enabled body:not(.is-capture-mode) .p-top-fv.is-fv-content-shown .p-top-fv__content {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  html.is-animation-enabled body:not(.is-capture-mode) .p-top-fv__content {
    transition: none;
  }
}
.p-top-fv__title {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(3.125rem, 12px), 50px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-top-fv__title {
    font-size: min(max(1.375rem, 12px), 22px);
  }
}

.p-top-fv__title span {
  display: table;
  padding-block: 0.25rem;
  padding-inline: 1.375rem;
  background-color: #ffffff;
}

.p-top-fv__title span + span {
  margin-block-start: 0.75rem;
  margin-inline-start: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__title span + span {
    margin-inline-start: 1.5rem;
  }
}

.p-top-fv__titleBreak {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-fv__titleBreak {
    display: block;
  }
}

.p-top-fv__lead {
  width: min(100%, 49.625rem);
  margin-block-start: -1.75rem;
  margin-inline-start: 33.6875rem;
  padding-block: 2rem;
  padding-inline-start: 7.4375rem;
  padding-inline-end: 2.5rem;
  background-color: rgba(25, 55, 101, 0.9);
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: min(max(1.25rem, 12px), 20px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-top-fv__lead {
    margin-block-start: 1.5rem;
    margin-inline-start: 0;
    padding-block: 1.75rem;
    padding-inline: 1.375rem;
    font-size: min(max(0.9375rem, 10px), 15px);
  }
}

@media screen and (max-width: 767px) {
  .p-top-fv__leadBreak {
    display: none;
  }
}

.p-top-reason {
  overflow-x: clip;
  padding-block: 5rem;
  background-color: #ffffff;
}

.p-top-reason__inner {
  max-width: 90rem;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .p-top-reason__inner {
    max-width: min(100%, 500px);
    padding-inline: 1.25rem;
  }
}

.p-top-audience__title,
.p-top-models__title {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(3.75rem, 12px), 60px);
  font-weight: 600;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-top-audience__title,
  .p-top-models__title {
    font-size: min(max(1.875rem, 12px), 30px);
    line-height: 1.45;
  }
}

.p-top-reason__block {
  display: grid;
  grid-template-columns: 45.9375rem 36.8125rem;
  align-items: start;
  margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__block {
    grid-template-columns: 1fr;
  }
}

.p-top-reason__block--about {
  margin-block-start: 0;
  margin-inline-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__block--about {
    margin-inline-start: 0;
    margin-block-start: 0;
  }
}

.p-top-reason__block--definition {
  grid-template-columns: 38.125rem 45.9375rem;
  margin-block-start: 1.5rem;
  margin-inline-start: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__block--definition {
    grid-template-columns: 1fr;
    margin-block-start: 3rem;
    margin-inline-start: 0;
  }
}

.p-top-reason__visual {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 735/410;
}
@media screen and (max-width: 767px) {
  .p-top-reason__visual {
    aspect-ratio: 735/410;
  }
}

.p-top-reason__visual--definition {
  aspect-ratio: 735/408;
}

.p-top-reason__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-reason__content {
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .p-top-reason__content {
    margin-block-start: 1.75rem;
  }
}

.p-top-reason__block--definition .p-top-reason__content {
  margin-block-start: 2.5rem;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .p-top-reason__block--definition .p-top-reason__content {
    order: 2;
    margin-block-start: 1.75rem;
  }
}

.p-top-reason__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.75rem, 12px), 28px);
  font-weight: 600;
  line-height: 1.448;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-top-reason__heading {
    font-size: min(max(1.375rem, 12px), 22px);
  }
}

.p-top-reason__text {
  margin-block-start: 1.25rem;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-top-reason__text {
    font-size: min(max(0.875rem, 10px), 14px);
  }
}

.p-top-reason__button {
  display: grid;
  width: fit-content;
  margin-block-start: 1.25rem;
  margin-inline-start: auto;
}

.p-top-audience__head {
  padding-block: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-audience__head {
    padding-block: 4rem 1.8125rem;
  }
}

.p-top-audience {
  background-color: #ffffff;
}

.p-top-audience__body {
  padding-block: 5rem 7.5rem;
  background-color: #f1f5f7;
}
@media screen and (max-width: 767px) {
  .p-top-audience__body {
    padding-block: 2.5rem 4rem;
  }
}

.p-top-audience__title {
  color: #193765;
}

.p-top-audience__inner {
  max-width: 79.875rem;
}

.p-top-audience__icon {
  position: absolute;
  top: 5rem;
  left: 50%;
  z-index: 1;
  display: block;
  width: auto;
  max-height: 5rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-audience__icon {
    top: 4rem;
    max-height: 4rem;
  }
}

.p-top-audience__spCard {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-audience__spCard {
    display: block;
    margin-block-start: 1.75rem;
  }
}

.p-top-audience__cards {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  column-gap: 2rem;
  justify-content: center;
  margin-block-start: 2.75rem;
}
@media (max-width: 1135px) {
  .p-top-audience__cards {
    grid-template-columns: repeat(3, minmax(0, max-content));
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .p-top-audience__cards {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-audience__cards {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-audience__card + .p-top-audience__card {
    margin-block-start: 1.75rem;
  }
}

.p-top-audience__cardHeading {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: min(max(1.25rem, 12px), 20px);
  font-weight: 600;
  line-height: 1.5;
  color: #193765;
  margin-block-start: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-audience__cardHeading {
    line-height: 1.45;
  }
}

.p-top-audience__cardLabel {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(3.25rem, 12px), 52px);
  font-weight: 600;
  line-height: 1.12;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-top-audience__cardLabel {
    font-size: min(max(2.5rem, 12px), 40px);
  }
}

.p-top-audience__list {
  margin-block-start: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.9375rem, 10px), 15px);
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-top-audience__list {
    font-size: min(max(0.875rem, 10px), 14px);
  }
}

.p-top-audience__list li {
  position: relative;
  padding-inline-start: 1em;
}
@media screen and (max-width: 767px) {
  .p-top-audience__list li {
    padding-inline-start: 1em;
  }
}

@media screen and (max-width: 767px) {
  .p-top-audience__listItem--controlledBreak {
    word-break: keep-all;
  }
}

.p-top-audience__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-top-audience__cards {
  grid-template-columns: repeat(3, minmax(0, 23.125rem));
  column-gap: 2.75rem;
  margin-block-start: 0;
}
@media (min-width: 768px) {
  .p-top-audience__cards {
    grid-template-rows: auto auto 1fr;
  }
}
@media (max-width: 1200px) {
  .p-top-audience__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-audience__cards {
    display: grid;
    grid-template-columns: 1fr;
    margin-block-start: 0;
  }
}

.p-top-audience__card {
  position: relative;
  min-height: 24.375rem;
  overflow: hidden;
  padding: 1.875rem 1rem 1.75rem;
  background-color: #ffffff;
  border-bottom: 0.375rem solid #193765;
  box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .p-top-audience__card {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
  }
}
.p-top-audience__card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/top/top-audience-corner.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-audience__card {
    min-height: 22.5rem;
    padding: 3.25rem 1.25rem 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-audience__card + .p-top-audience__card {
    margin-block-start: 1.75rem;
  }
}

.p-top-audience__cardLabel {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top-audience__cardLabel {
    grid-row: 1;
    align-self: start;
  }
}

.p-top-audience__labelBreak--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-audience__labelBreak--sp {
    display: block;
  }
}

.p-top-audience__cardHeading {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top-audience__cardHeading {
    grid-row: 2;
    align-self: start;
  }
}

.p-top-audience__card .p-top-audience__list {
  position: relative;
  z-index: 1;
  margin-block-start: 3.75rem;
}
@media (min-width: 768px) {
  .p-top-audience__card .p-top-audience__list {
    grid-row: 3;
    align-self: start;
  }
}
@media screen and (max-width: 767px) {
  .p-top-audience__card .p-top-audience__list {
    margin-block-start: 2.25rem;
  }
}

.p-top-audience__card .p-top-audience__list li + li {
  margin-block-start: 0.5rem;
}

.p-top-audience__card .p-top-audience__icon {
  top: 12.625rem;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 0;
  width: auto;
  max-width: 12rem;
  max-height: 13.5625rem;
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 767px) {
  .p-top-audience__card .p-top-audience__icon {
    top: auto;
    bottom: 0;
    max-width: 9.625rem;
    max-height: 10.875rem;
  }
}

.p-top-audience__card:nth-child(2) .p-top-audience__icon {
  max-width: 11.0625rem;
  max-height: 11.375rem;
}

.p-top-audience__card:nth-child(3) .p-top-audience__icon {
  top: 12.25rem;
  right: -0.625rem;
  max-width: 12.4375rem;
  max-height: 13.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-audience__card:nth-child(3) .p-top-audience__icon {
    top: auto;
    right: 0;
    bottom: 0;
  }
}

.p-top-models {
  padding-block-start: 7.5rem;
  background-color: #ffffff;
}

.p-top-models__body {
  position: relative;
  overflow: hidden;
  margin-block-start: 5rem;
  padding-block-end: 7.5rem;
}

.p-top-models__body::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 0;
  width: 100.875rem;
  background-image: url("../img/top/top-models-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  content: "";
  pointer-events: none;
  transform: none;
}

.p-top-models__inner {
  position: relative;
  z-index: 1;
  max-width: 90rem;
  padding-inline: 0;
}

.p-top-models__head {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.p-top-models__lead {
  margin-block-start: 3rem;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  color: #000000;
}

.p-top-models__list {
  margin-block-start: 0;
}

.p-top-models__item {
  width: min(100%, 77.5rem);
}

.p-top-models__item:nth-child(even) {
  margin-inline-start: auto;
}

.p-top-models__item + .p-top-models__item {
  margin-block-start: 1.5rem;
}

.p-top-models__more {
  display: grid;
  width: fit-content;
  margin-block-start: 3rem;
  margin-inline: auto;
}

.p-top-models__item.u-animation__fadeIn {
  translate: -4.5rem 0;
  transition: translate 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s ease;
}

.p-top-models__item.u-animation__fadeIn.js-show {
  translate: 0 0;
}

.p-top-models__item.u-animation__fadeIn:nth-child(even) {
  translate: 4.5rem 0;
}

.p-top-models__item.u-animation__fadeIn:nth-child(even).js-show {
  translate: 0 0;
}

.p-top-model-card {
  position: relative;
  overflow: hidden;
  min-height: 26.875rem;
  padding-block: 3.8125rem 3.0625rem;
  padding-inline: 6.625rem 4.375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-top-model-card--capital {
  background-image: url("../img/top/top-model-capital.webp");
}

.p-top-model-card--organization {
  background-image: url("../img/top/top-model-organization.webp");
}

.p-top-model-card--network {
  background-image: url("../img/top/top-model-network.webp");
}

.p-top-model-card--community {
  background-image: url("../img/top/top-model-community.webp");
}

.p-top-model-card::before {
  position: absolute;
  top: 0;
  left: -5.75rem;
  z-index: 0;
  width: 58.5%;
  height: 100%;
  background-color: rgba(25, 55, 101, 0.86);
  content: "";
  pointer-events: none;
  transform: skewX(-17deg);
  transform-origin: left top;
}

.p-top-model-card__content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}

.p-top-model-card__title {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(3.75rem, 12px), 60px);
  font-weight: 600;
  line-height: 1.448;
  white-space: nowrap;
}

.p-top-model-card__list {
  margin-block-start: 1.5rem;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: min(max(1.5rem, 12px), 24px);
  font-weight: 600;
  line-height: 1.8;
}

.p-top-model-card__list li {
  position: relative;
  padding-inline-start: 1em;
}

.p-top-model-card__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

@media screen and (max-width: 767px) {
  .p-top-models {
    padding-block-start: 4.5rem;
  }
  .p-top-models__body {
    margin-block-start: 2.625rem;
    padding-block-end: 4.5rem;
  }
  .p-top-models__inner {
    max-width: min(100%, 500px);
    padding-inline: 1.25rem;
  }
  .p-top-models__lead {
    margin-block-start: 1.75rem;
    font-size: min(max(0.875rem, 10px), 14px);
    text-align: left;
  }
  .p-top-models__list {
    margin-block-start: 0;
  }
  .p-top-models__item {
    width: 100%;
  }
  .p-top-model-card {
    min-height: 0;
    padding-block: 2.25rem;
    padding-inline: 1.5rem;
  }
  .p-top-model-card::before {
    left: 0;
    width: 100%;
    transform: none;
  }
  .p-top-model-card__title {
    font-size: min(max(1.75rem, 12px), 28px);
    white-space: normal;
  }
  .p-top-model-card__list {
    margin-block-start: 1.125rem;
    font-size: min(max(1rem, 12px), 16px);
  }
  .p-top-models__more {
    margin-block-start: 2.25rem;
  }
}
.p-lower-fv {
  position: relative;
  overflow: hidden;
  min-height: 20.625rem;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-lower-fv {
    min-height: 13.75rem;
  }
}

.p-lower-fv::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 38.9375rem;
  height: 20.625rem;
  background-image: url("../img/lower-company/lower-company-fv-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-lower-fv::before {
    right: -15.625rem;
  }
}

html.is-animation-enabled body:not(.is-capture-mode) .p-lower-fv::before {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.96s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: clip-path;
}

html.is-animation-enabled body:not(.is-capture-mode) .p-lower-fv.is-fv-image-shown::before {
  clip-path: inset(0 0 0 0);
}

@media (prefers-reduced-motion: reduce) {
  html.is-animation-enabled body:not(.is-capture-mode) .p-lower-fv::before {
    clip-path: inset(0 0 0 0);
    transition: none;
  }
}
.p-lower-fv__inner {
  position: relative;
  z-index: 1;
  min-height: 20.625rem;
  padding-block-start: 3.8125rem;
  padding-inline-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-lower-fv__inner {
    min-height: 13.75rem;
    padding-block-start: 3.375rem;
    padding-inline-start: 1.25rem;
  }
}

.p-lower-fv__en {
  font-family: "Montserrat", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.p-lower-fv__title {
  margin-block-start: 0.5625rem;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(3rem, 12px), 48px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-lower-fv__title {
    font-size: min(max(2.125rem, 12px), 34px);
  }
}

.p-lower-fv__title:first-child {
  margin-block-start: 0;
}

.p-top-contact--lower {
  margin-block-start: 0;
}

.p-lower-static {
  background-color: #ffffff;
}

.p-lower-static--about {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-lower-static--about {
    padding-block: 2.5rem 4.5rem;
  }
}

.p-lower-static--company {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-lower-static--company {
    padding-block: 4.5rem;
  }
}

.p-lower-static--terms {
  padding-block: 7.5rem;
  background-color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .p-lower-static--terms {
    padding-block: 4.5rem;
  }
}

.p-company__table {
  width: min(100%, 54.375rem);
  margin-inline: auto;
}

.p-company__row {
  display: grid;
  grid-template-columns: 9.375rem 1fr;
  column-gap: 2.375rem;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    display: block;
  }
}

.p-company__row + .p-company__row {
  margin-block-start: 0.75rem;
}

.p-company__term {
  display: grid;
  place-items: center;
  padding-block: 1.125rem;
  padding-inline: 1.5rem;
  background-color: #193765;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1.25rem, 12px), 20px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-company__term {
    padding-block: 0.875rem;
    font-size: min(max(1.125rem, 12px), 18px);
  }
}

.p-company__data {
  display: block;
  padding-block: 1.4375rem;
  padding-inline: 2.375rem;
  border: 0.0625rem solid #193765;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: #1f1f1f;
}
@media screen and (max-width: 767px) {
  .p-company__data {
    padding-block: 1.125rem;
    padding-inline: 1.25rem;
    border-top: 0;
    font-size: min(max(0.9375rem, 10px), 15px);
  }
}

.p-company__list {
  list-style: none;
  line-height: 1.375;
}

.p-company__item + .p-company__item {
  margin-block-start: 0.0625rem;
}

.p-terms__title {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(3rem, 12px), 48px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-terms__title {
    font-size: min(max(2.125rem, 12px), 34px);
  }
}

.p-terms__content {
  width: min(100%, 64.375rem);
  margin-block-start: 5rem;
  margin-inline: auto;
  padding-block: 5rem;
  padding-inline: 5rem;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1.125rem, 12px), 18px);
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-terms__content {
    margin-block-start: 3rem;
    padding-block: 2.5rem;
    padding-inline: 1.5rem;
    font-size: min(max(0.9375rem, 10px), 15px);
  }
}

.p-terms__bodyText {
  white-space: pre-wrap;
}

.p-terms__date {
  margin-block-start: 6rem;
}

.p-commercial-transaction {
  padding-block-start: 7.5rem;
  padding-block-end: 10rem;
  background-color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .p-commercial-transaction {
    padding-block: 4.5rem;
  }
}

.p-commercial-transaction__title {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(3rem, 12px), 48px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-commercial-transaction__title {
    font-size: min(max(2.125rem, 12px), 34px);
  }
}

.p-commercial-transaction__content {
  width: min(100%, 64.375rem);
  margin-block-start: 4rem;
  margin-inline: auto;
  padding-block-start: 6.375rem;
  padding-block-end: 8rem;
  padding-inline: 5rem;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1.125rem, 12px), 18px);
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-commercial-transaction__content {
    margin-block-start: 3rem;
    padding-block: 2.5rem;
    padding-inline: 1.5rem;
    font-size: min(max(0.9375rem, 10px), 15px);
  }
}

.p-commercial-transaction__bodyText {
  white-space: pre-wrap;
}

.p-aboutStatic {
  width: min(100%, 57.5rem);
  margin-inline: auto;
}

.p-aboutStatic__section + .p-aboutStatic__section {
  margin-block-start: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-aboutStatic__section + .p-aboutStatic__section {
    margin-block-start: 3.25rem;
  }
}

.p-aboutStatic__lead {
  padding-block: 2.625rem;
  padding-inline: 3rem;
  background-color: #193765;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1.5rem, 12px), 24px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-aboutStatic__lead {
    padding-block: 1.875rem;
    padding-inline: 1.5rem;
    font-size: min(max(1.1875rem, 12px), 19px);
  }
}

.p-aboutStatic__body {
  margin-block-start: 3.5rem;
  padding-block: 4rem;
  padding-inline: 4rem;
  background-color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .p-aboutStatic__body {
    margin-block-start: 2.5rem;
    padding-block: 2.5rem;
    padding-inline: 1.5rem;
  }
}

.p-aboutStatic__heading {
  padding-block: 0.875rem;
  padding-inline-start: 1.375rem;
  border-left: 0.3125rem solid #193765;
  background-color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.625rem, 12px), 26px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-aboutStatic__heading {
    padding-inline-start: 1.125rem;
    font-size: min(max(1.375rem, 12px), 22px);
  }
}

.p-aboutStatic__text {
  margin-block-start: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 500;
  line-height: 1.9;
  color: #232323;
}

.p-aboutStatic__text + .p-aboutStatic__text {
  margin-block-start: 1.125rem;
}

.p-aboutStatic__activityList {
  margin-block-start: 2rem;
  list-style: none;
}

.p-aboutStatic__activityItem {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  column-gap: 1.375rem;
  padding-block: 1.5rem;
  padding-inline: 1.75rem;
  background-color: #fbfbfb;
  border-left: 0.1875rem solid #193765;
}
@media screen and (max-width: 767px) {
  .p-aboutStatic__activityItem {
    grid-template-columns: 2.625rem 1fr;
    column-gap: 0.875rem;
    padding-block: 1.25rem;
    padding-inline: 1.125rem;
  }
}

.p-aboutStatic__activityItem + .p-aboutStatic__activityItem {
  margin-block-start: 0.875rem;
}

.p-aboutStatic__activityNumber {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.125rem, 12px), 18px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-aboutStatic__activityNumber {
    font-size: min(max(0.9375rem, 10px), 15px);
  }
}

.p-aboutStatic__activityTitle {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.125rem, 12px), 18px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-aboutStatic__activityTitle {
    font-size: min(max(1rem, 12px), 16px);
  }
}

.p-aboutStatic__activityText {
  margin-block-start: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.9375rem, 10px), 15px);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .p-aboutStatic__activityText {
    font-size: min(max(0.875rem, 10px), 14px);
  }
}

.p-aboutStatic__companyTable {
  margin-block-start: 2rem;
}

.p-lower-static__action {
  margin-block-start: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lower-static__action {
    margin-block-start: 2.5rem;
  }
}

.p-lower-contact {
  padding-block: 7.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-lower-contact {
    padding-block: 4.5rem;
  }
}

.p-lower-contact__inner {
  width: min(100%, 47.5rem);
}

.p-lower-contact__form {
  width: min(100%, 32.5rem);
  margin-block-start: 3rem;
  margin-inline: auto;
}

.p-lower-contact__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .p-lower-contact__lead {
    font-size: min(max(0.875rem, 10px), 14px);
  }
}

.p-lower-contact__leadBreak {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-lower-contact__leadBreak {
    display: inline;
  }
}

.p-contact-form__type {
  width: 100%;
  margin: 0;
  margin-block-end: 1.5rem;
  padding: 0;
  border: 0;
}

.p-contact-form__options,
.p-contact-form__type .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.75rem;
  row-gap: 0.75rem;
  margin-block-start: 0.75rem;
}

.p-contact-form__option,
.p-contact-form__type .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 500;
  line-height: 1.7;
  color: #232323;
}

.p-contact-form__type .wpcf7-list-item {
  margin-inline-start: 0;
}

.p-contact-form__option input[type=radio],
.p-contact-form__type input[type=radio] {
  width: 1.25rem;
  aspect-ratio: 1/1;
  height: 1.25rem;
  margin: 0;
  border: 0.0625rem solid #98979e;
  border-radius: 50%;
  background-color: #ffffff;
  appearance: none;
}

.p-contact-form__option input[type=radio]:checked,
.p-contact-form__type input[type=radio]:checked {
  border: 0.375rem solid #193765;
}

.p-contact-form__item {
  display: block;
}

.p-contact-form__item + .p-contact-form__item {
  margin-block-start: 1.5rem;
}

.p-contact-form__label {
  display: inline-flex;
  column-gap: 0.0625rem;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1.125rem, 12px), 18px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #232323;
}

.p-contact-form__required {
  color: #c1321f;
}

.p-contact-form__item > .wpcf7-form-control-wrap,
.p-contact-form__item > .p-contact-form__control {
  display: block;
  margin-block-start: 0.5rem;
}

.p-contact-form__control,
.p-lower-contact .wpcf7 input[type=text],
.p-lower-contact .wpcf7 input[type=email],
.p-lower-contact .wpcf7 input[type=tel],
.p-lower-contact .wpcf7 textarea {
  display: block;
  width: 100%;
  min-height: 3.1875rem;
  padding-block: 0.6875rem;
  padding-inline: 0.875rem;
  background-color: #f9f9f9;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #232323;
}

.p-contact-form__control::placeholder,
.p-lower-contact .wpcf7 input::placeholder,
.p-lower-contact .wpcf7 textarea::placeholder {
  color: #cacaca;
  opacity: 1;
}

.p-contact-form__textarea,
.p-lower-contact .wpcf7 textarea {
  min-height: 18.5625rem;
  resize: vertical;
}

.p-contact-form__acceptance {
  width: fit-content;
  margin-block-start: 2rem;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .p-contact-form__acceptance {
    width: 100%;
  }
}

.p-contact-form__acceptance .wpcf7-list-item {
  margin-inline-start: 0;
}

.p-contact-form__acceptance label,
.p-contact-form__acceptanceLabel {
  display: flex;
  column-gap: 1.125rem;
  align-items: flex-start;
}

.p-contact-form__acceptance input[type=checkbox] {
  flex: 0 0 auto;
  width: 1.4375rem;
  aspect-ratio: 1/1;
  margin-block-start: 0.125rem;
  background-color: #ffffff;
  border: 0.0625rem solid #98979e;
  border-radius: 0.375rem;
  appearance: none;
}

.p-contact-form__acceptance input[type=checkbox]:checked {
  background-color: #193765;
  background-image: linear-gradient(45deg, transparent 42%, #ffffff 42%, #ffffff 58%, transparent 58%), linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 64%, transparent 64%);
  background-position: 0.3125rem 0.625rem, 0.5625rem 0.5rem;
  background-size: 0.4375rem 0.4375rem, 0.6875rem 0.4375rem;
  background-repeat: no-repeat;
  border-color: #193765;
}

.p-contact-form__acceptance a {
  color: #c1321f;
  text-decoration-line: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1875rem;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-contact-form__submitWrap {
  margin-block-start: 2rem;
  text-align: center;
}

.p-contact-form__submit,
.p-lower-contact .wpcf7-submit {
  display: inline-grid;
  place-items: center;
  width: min(100%, 25rem);
  min-height: 4.0625rem;
  padding-block: 0.9375rem;
  padding-inline: 2rem;
  background-color: #193765;
  border: 0;
  border-radius: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1.125rem, 12px), 18px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #ffffff;
  cursor: pointer;
}

.p-contact-form__submit[aria-disabled=true] {
  cursor: default;
}

@media (hover: hover) and (pointer: fine) {
  .p-contact-form__acceptance a:hover,
  .p-contact-form__acceptance a:focus-visible {
    color: #193765;
    opacity: 0.82;
  }
}
.p-lower-contact .wpcf7-spinner {
  display: block;
  margin-block-start: 1rem;
  margin-inline: auto;
}

.p-lower-contact .wpcf7-not-valid-tip,
.p-lower-contact .wpcf7-response-output {
  margin-block-start: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.875rem, 10px), 14px);
  line-height: 1.6;
  letter-spacing: 0;
}

.p-lower-contact .wpcf7-response-output {
  margin-inline: 0;
  padding-block: 0.75rem;
  padding-inline: 1rem;
}

.p-lower-cmsArchive {
  padding-block: 7.5rem;
  background-color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive {
    padding-block: 4.5rem;
  }
}

.p-lower-cmsArchive__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 15rem));
  column-gap: 1.625rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__list {
    grid-template-columns: 1fr;
  }
}

.p-lower-cmsArchive--report .p-lower-cmsArchive__list {
  grid-template-columns: repeat(3, minmax(0, 21.5rem));
  column-gap: 2rem;
  row-gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive--report .p-lower-cmsArchive__list {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}

.p-lower-cmsArchive__intro {
  width: min(100%, 55rem);
  margin-inline: auto;
  margin-block-end: 4rem;
  padding-block: 2.125rem;
  padding-inline: 2.625rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__intro {
    margin-block-end: 2.625rem;
    padding-block: 1.625rem;
    padding-inline: 1.375rem;
  }
}

.p-lower-cmsArchive__introText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__introText {
    font-size: min(max(0.875rem, 10px), 14px);
  }
}

.p-lower-cmsArchive__introTitle {
  margin-block-end: 1.375rem;
  padding-inline-start: 0.875rem;
  border-left: 0.25rem solid #193765;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.75rem, 12px), 28px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__introTitle {
    margin-block-end: 1.125rem;
    font-size: min(max(1.375rem, 12px), 22px);
  }
}

.p-lower-cmsArchive__introText + .p-lower-cmsArchive__introText {
  margin-block-start: 0.75rem;
}

.p-lower-cmsArchive--businessGroup .p-lower-cmsArchive__list {
  grid-template-columns: repeat(3, minmax(0, 21.5rem));
  grid-auto-rows: auto;
  align-items: start;
  column-gap: 2rem;
  row-gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive--businessGroup .p-lower-cmsArchive__list {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}

.p-lower-cmsArchive__modelGroups {
  margin-block-start: 0;
}

.p-lower-cmsArchive__modelGroup {
  scroll-margin-top: 6.25rem;
}

.p-lower-cmsArchive__modelGroup + .p-lower-cmsArchive__modelGroup {
  margin-block-start: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__modelGroup + .p-lower-cmsArchive__modelGroup {
    margin-block-start: 3.5rem;
  }
}

.p-lower-cmsArchive__modelHeading {
  display: flex;
  align-items: baseline;
  column-gap: 0.375rem;
  padding-block-end: 1.25rem;
  border-bottom: 0.125rem solid #193765;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__modelHeading {
    padding-block-end: 0.875rem;
  }
}

.p-lower-cmsArchive__modelNumber {
  flex-shrink: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(2.875rem, 12px), 46px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__modelNumber {
    font-size: min(max(2rem, 12px), 32px);
  }
}

.p-lower-cmsArchive__modelName {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(2rem, 12px), 32px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__modelName {
    font-size: min(max(1.375rem, 12px), 22px);
  }
}

.p-lower-cmsArchive__modelDesc {
  margin-block-start: 1.125rem;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 500;
  line-height: 1.9;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__modelDesc {
    margin-block-start: 0.875rem;
    font-size: min(max(0.9375rem, 10px), 15px);
  }
}

.p-lower-cmsArchive__modelHeading + .p-lower-cmsArchive__list,
.p-lower-cmsArchive__modelDesc + .p-lower-cmsArchive__list {
  margin-block-start: 1.75rem;
}

.p-lower-cmsArchive__item:nth-child(n+5) {
  margin-block-start: 2.125rem;
}

.p-lower-cmsArchive--businessGroup .p-lower-cmsArchive__item,
.p-lower-cmsArchive--report .p-lower-cmsArchive__item {
  margin-block-start: 0;
}

@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__item:nth-child(n+2) {
    margin-block-start: 1.25rem;
  }
}

.p-lower-cmsCard {
  display: block;
  padding-block: 1.75rem;
  padding-inline: 1.5rem;
  background-color: #ffffff;
  border: 0.0625rem solid rgba(25, 55, 101, 0.16);
  color: #232323;
  min-height: 100%;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-lower-cmsCard--businessGroup {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  height: auto;
  padding: 0;
  aspect-ratio: 310/290;
  overflow: hidden;
  border: none;
  border-radius: 0.375rem;
  box-shadow: 0 0.875rem 2.125rem rgba(25, 55, 101, 0.14);
  color: #ffffff;
}

.p-lower-cmsCard__image {
  margin: 0;
  aspect-ratio: 344/210;
  background-color: #dfe8f2;
  overflow: hidden;
}

.p-lower-cmsCard--businessGroup .p-lower-cmsCard__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  aspect-ratio: auto;
  background-image: url("../img/business-group/business-group-card-bg.webp");
  background-position: center;
  background-size: cover;
}

.p-lower-cmsCard--businessGroup .p-lower-cmsCard__image::before,
.p-lower-cmsSingle--businessGroup .p-lower-cmsSingle__image::before {
  position: absolute;
  top: 5.1724%;
  left: 5.1613%;
  z-index: 0;
  width: 89.3548%;
  height: 77.931%;
  background-color: #ffffff;
  content: "";
}

.p-lower-cmsCard__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-lower-cmsCard--businessGroup .p-lower-cmsCard__image img {
  position: absolute;
  top: var(--business-image-top);
  left: var(--business-image-left);
  z-index: 1;
  width: var(--business-image-width);
  height: var(--business-image-height);
  object-fit: contain;
}

.p-lower-cmsCard--business-group-01,
.p-lower-cmsSingle__image--business-group-01 {
  --business-image-top: 19.6552%;
  --business-image-left: 28.0645%;
  --business-image-width: 43.871%;
  --business-image-height: 51.0345%;
}

.p-lower-cmsCard--business-group-02,
.p-lower-cmsSingle__image--business-group-02 {
  --business-image-top: 15.1724%;
  --business-image-left: 16.129%;
  --business-image-width: 67.4194%;
  --business-image-height: 60%;
}

.p-lower-cmsCard--business-group-03,
.p-lower-cmsSingle__image--business-group-03 {
  --business-image-top: 8.9655%;
  --business-image-left: 16.129%;
  --business-image-width: 67.7419%;
  --business-image-height: 72.4138%;
}

.p-lower-cmsCard--business-group-04,
.p-lower-cmsSingle__image--business-group-04 {
  --business-image-top: 7.2414%;
  --business-image-left: 5.1613%;
  --business-image-width: 92.5806%;
  --business-image-height: 66.2069%;
}

.p-lower-cmsCard--business-group-05,
.p-lower-cmsSingle__image--business-group-05 {
  --business-image-top: 14.8276%;
  --business-image-left: 8.7097%;
  --business-image-width: 82.2581%;
  --business-image-height: 58.6207%;
}

.p-lower-cmsCard--business-group-06,
.p-lower-cmsSingle__image--business-group-06 {
  --business-image-top: 17.931%;
  --business-image-left: 13.5484%;
  --business-image-width: 72.9032%;
  --business-image-height: 52.069%;
}

.p-lower-cmsCard--business-group-07,
.p-lower-cmsSingle__image--business-group-07 {
  --business-image-top: 21.0345%;
  --business-image-left: 13.871%;
  --business-image-width: 73.5484%;
  --business-image-height: 52.4138%;
}

.p-lower-cmsCard--business-group-08,
.p-lower-cmsSingle__image--business-group-08 {
  --business-image-top: 17.931%;
  --business-image-left: 10%;
  --business-image-width: 79.6774%;
  --business-image-height: 56.5517%;
}

.p-lower-cmsCard--business-group-09,
.p-lower-cmsSingle__image--business-group-09 {
  --business-image-top: 17.5862%;
  --business-image-left: 5.8065%;
  --business-image-width: 88.0645%;
  --business-image-height: 62.7586%;
}

.p-lower-cmsCard--business-group-10,
.p-lower-cmsSingle__image--business-group-10 {
  --business-image-top: 26.8966%;
  --business-image-left: 17.0968%;
  --business-image-width: 66.7742%;
  --business-image-height: 47.5862%;
}

.p-lower-cmsCard--business-group-11,
.p-lower-cmsSingle__image--business-group-11 {
  --business-image-top: 18.2759%;
  --business-image-left: 11.6129%;
  --business-image-width: 77.4194%;
  --business-image-height: 55.1724%;
}

.p-lower-cmsCard--business-group-12,
.p-lower-cmsSingle__image--business-group-12 {
  --business-image-top: 15.8621%;
  --business-image-left: 5.8065%;
  --business-image-width: 89.0323%;
  --business-image-height: 63.4483%;
}

.p-lower-cmsCard__meta {
  display: flex;
  column-gap: 0.75rem;
  align-items: center;
}

.p-lower-cmsCard--businessGroup .p-lower-cmsCard__meta {
  position: relative;
  z-index: 2;
  grid-area: 1/1;
  align-self: start;
  justify-self: start;
  margin-block-start: 10%;
  margin-inline-start: 11.6129%;
  padding: 0;
}

.p-lower-cmsCard--businessGroup .p-lower-cmsCard__order {
  width: 2.5625rem;
  background-color: #ffffff;
  border-color: #193765;
  box-shadow: 0 0.125rem 0.25rem rgba(25, 55, 101, 0.2);
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1rem, 12px), 16px);
  color: #193765;
}

.p-lower-cmsCard__order {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  aspect-ratio: 1/1;
  background-color: #eef4fb;
  border: 0.0625rem solid rgba(25, 55, 101, 0.14);
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.8125rem, 10px), 13px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: #193765;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-lower-cmsCard__category {
  padding-block: 0.3125rem;
  padding-inline: 0.625rem;
  background-color: #193765;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.75rem, 10px), 12px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #ffffff;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-lower-cmsCard__date {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.8125rem, 10px), 13px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #6f6f6f;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-lower-cmsCard__title {
  margin-block-start: 1.375rem;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.0625rem, 12px), 17px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #193765;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-lower-cmsCard--businessGroup .p-lower-cmsCard__title {
  position: relative;
  z-index: 2;
  grid-area: 1/1;
  align-self: end;
  justify-self: stretch;
  margin-block-start: 0;
  margin-block-end: 3.2258%;
  margin-inline: 4.8387%;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.25rem, 12px), 20px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsCard--businessGroup .p-lower-cmsCard__title {
    font-size: min(max(1.125rem, 12px), 18px);
  }
}

.p-lower-cmsCard__titleMain,
.p-lower-cmsCard__titleSub {
  display: block;
}

.p-lower-cmsCard__notice {
  margin-block-start: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.8125rem, 10px), 13px);
  font-weight: 700;
  line-height: 1.6;
  color: #c1321f;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-lower-cmsCard__titleSub {
  margin-block-start: 0.375rem;
  font-size: min(max(0.9375rem, 10px), 15px);
  line-height: 1.55;
  color: #4d5d73;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-lower-cmsCard__excerpt {
  margin-block-start: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.875rem, 10px), 14px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333333;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-lower-cmsCard--businessGroup .p-lower-cmsCard__excerpt {
  display: -webkit-box;
  margin-block-start: 1rem;
  padding-inline: 1.5rem;
  padding-block-end: 1.75rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: min(max(0.875rem, 10px), 14px);
  line-height: 1.75;
  color: #333333;
}

.p-lower-cmsArchive__more {
  display: grid;
  width: fit-content;
  margin-block-start: 6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__more {
    margin-block-start: 3.5rem;
  }
}

.p-lower-cmsArchive__empty {
  padding-block: 5rem;
  padding-inline: 2.5rem;
  background-color: #ffffff;
  border: 0.0625rem solid rgba(25, 55, 101, 0.16);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsArchive__empty {
    padding-block: 3rem;
    padding-inline: 1.25rem;
  }
}

.p-lower-cmsSingle {
  padding-block: 7.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle {
    padding-block: 4.5rem;
  }
}

.p-lower-cmsSingle__purchase {
  position: relative;
  width: min(100%, 75rem);
  margin-inline: auto;
  padding-block: 5rem;
  padding-inline: 5rem;
  background-color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__purchase {
    padding-block: 2rem;
    padding-inline: 1.375rem;
  }
}

.p-lower-cmsSingle__purchase::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/report-detail/report-purchase-frame-border.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__purchase::before {
    background-image: none;
    border: 0.3125rem solid #8d98d6;
  }
}

.p-lower-cmsSingle__purchase > * {
  position: relative;
}

.p-lower-cmsSingle__content + .p-lower-cmsSingle__purchase {
  margin-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__content + .p-lower-cmsSingle__purchase {
    margin-block-start: 3.5rem;
  }
}

.p-lower-cmsSingle__purchaseTitle {
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.5rem, 12px), 24px);
  font-weight: 600;
  line-height: 0.8333333333;
  letter-spacing: -0.01em;
  color: #2a45c0;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__purchaseTitle {
    font-size: min(max(1.25rem, 12px), 20px);
    line-height: 1.4;
  }
}

.p-lower-cmsSingle__purchaseBody {
  margin-block-start: 1.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: -0.01em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__purchaseBody {
    margin-block-start: 1.375rem;
    font-size: min(max(0.875rem, 10px), 14px);
    line-height: 1.8;
  }
}

.p-lower-cmsSingle__purchaseText--closing {
  margin-block-start: 1.75rem;
}

.p-lower-cmsSingle__purchaseSubTitle {
  margin-block-start: 2.25rem;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.1875rem, 12px), 19px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #2a45c0;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__purchaseSubTitle {
    margin-block-start: 1.75rem;
    font-size: min(max(1rem, 12px), 16px);
  }
}

.p-lower-cmsSingle__purchaseTargets {
  margin-block-start: 1rem;
}

.p-lower-cmsSingle__purchaseTarget:not(:first-child) {
  margin-block-start: 1.125rem;
}

.p-lower-cmsSingle__purchaseTargetName {
  padding-inline-start: 1rem;
  border-left: 0.1875rem solid #2a45c0;
  font-weight: 700;
  line-height: 1.6;
  color: #193765;
}

.p-lower-cmsSingle__purchaseTargetDesc {
  margin-block-start: 0.375rem;
  padding-inline-start: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}

.p-lower-cmsSingle__purchaseFlow {
  margin-block-start: 1rem;
  counter-reset: purchase-flow;
}

.p-lower-cmsSingle__purchaseFlowItem {
  counter-increment: purchase-flow;
}

.p-lower-cmsSingle__purchaseFlowItem:not(:first-child) {
  margin-block-start: 1.125rem;
}

.p-lower-cmsSingle__purchaseFlowName {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #193765;
}

.p-lower-cmsSingle__purchaseFlowName::before {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 1.75rem;
  aspect-ratio: 1/1;
  background-color: #2a45c0;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.8125rem, 10px), 13px);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  content: counter(purchase-flow, decimal-leading-zero);
}

.p-lower-cmsSingle__purchaseFlowDesc {
  margin-block-start: 0.5rem;
  padding-inline-start: 2.375rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}

.p-lower-cmsSingle__purchaseLink {
  display: inline-grid;
  grid-template-columns: auto 2.0625rem;
  column-gap: 0.625rem;
  align-items: center;
  margin-block-start: 2.0625rem;
  color: #000000;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__purchaseLink {
    grid-template-columns: auto 2.0625rem;
    column-gap: 0.5rem;
    margin-block-start: 1.75rem;
  }
}

.p-lower-cmsSingle__purchaseLinkText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1.25rem, 12px), 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__purchaseLinkText {
    font-size: min(max(1rem, 12px), 16px);
    line-height: 1.4;
  }
}

.p-lower-cmsSingle__purchaseLinkIcon {
  display: block;
  width: 2.0625rem;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-lower-cmsSingle__category {
  width: fit-content;
  padding-block: 0.4375rem;
  padding-inline: 0.875rem;
  background-color: #193765;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.8125rem, 10px), 13px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.p-lower-cmsSingle__title {
  margin-block-start: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(2.625rem, 12px), 42px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__title {
    font-size: min(max(1.875rem, 12px), 30px);
  }
}

.p-lower-cmsSingle__titleMain,
.p-lower-cmsSingle__titleSub {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__titleMain {
    font-size: min(max(1.5625rem, 12px), 25px);
    overflow-wrap: normal;
  }
}

.p-lower-cmsSingle__titleSub {
  margin-block-start: 0.5rem;
  font-size: min(max(1.5rem, 12px), 24px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__titleSub {
    font-size: min(max(1.1875rem, 12px), 19px);
  }
}

.p-lower-cmsSingle__date {
  display: block;
  margin-block-start: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.875rem, 10px), 14px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  color: #6f6f6f;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__date {
    margin-block-start: 1.5rem;
  }
}

.p-lower-cmsSingle__notice {
  margin-block-start: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(0.9375rem, 10px), 15px);
  font-weight: 700;
  line-height: 1.6;
  color: #c1321f;
}

.p-lower-cmsSingle__image {
  display: block;
  margin-block-start: 3.5rem;
  margin-inline: auto;
  width: min(100%, 53.75rem);
  aspect-ratio: 860/420;
  background-color: #dfe8f2;
  border-radius: 0.5rem;
  box-shadow: 0.5rem 1rem 1.875rem rgba(25, 55, 101, 0.14);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__image {
    margin-block-start: 2.5rem;
    aspect-ratio: 340/220;
  }
}

.p-lower-cmsSingle__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-lower-cmsSingle--businessGroup .p-lower-cmsSingle__image {
  position: relative;
  width: min(100%, 26.25rem);
  aspect-ratio: 310/290;
  background-image: url("../img/business-group/business-group-card-bg.webp");
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.p-lower-cmsSingle--businessGroup .p-lower-cmsSingle__image img {
  position: absolute;
  top: var(--business-image-top);
  left: var(--business-image-left);
  z-index: 1;
  width: var(--business-image-width);
  height: var(--business-image-height);
  object-fit: contain;
}

.p-lower-cmsSingle__content {
  margin-block-start: 4.5rem;
  padding-block: 5rem;
  padding-inline: 5rem;
  background-color: #fbfbfb;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__content {
    margin-block-start: 3rem;
    padding-block: 2.5rem;
    padding-inline: 1.5rem;
  }
}

.p-lower-cmsSingle__content--static {
  width: min(100%, 64.375rem);
  margin-block-start: 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__content--static {
    padding-inline: 1rem;
  }
}

.p-lower-cmsSingle__content > * + * {
  margin-block-start: 1.75rem;
}

.p-lower-cmsSingle__content h2 {
  margin-block-start: 4rem;
  padding-block: 1rem;
  padding-inline-start: 1.5rem;
  border-left: 0.375rem solid #193765;
  background-color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.875rem, 12px), 30px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__content h2 {
    margin-block-start: 3rem;
    padding-block: 0.875rem;
    padding-inline-start: 1.125rem;
    font-size: min(max(1.375rem, 12px), 22px);
  }
}

.p-lower-cmsSingle__content h2:first-child {
  margin-block-start: 0;
}

.p-lower-cmsSingle__content h3 {
  position: relative;
  margin-block-start: 3rem;
  padding-block-end: 0.875rem;
  padding-inline-start: 1.5rem;
  border-bottom: 0.0625rem solid rgba(25, 55, 101, 0.24);
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.5rem, 12px), 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__content h3 {
    margin-block-start: 2.5rem;
    padding-inline-start: 1.25rem;
    font-size: min(max(1.3125rem, 12px), 21px);
  }
}

.p-lower-cmsSingle__content h3::before {
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.625rem;
  aspect-ratio: 1/1;
  background-color: #193765;
  border-radius: 50%;
  content: "";
}

.p-lower-cmsSingle--report .p-lower-cmsSingle__content h3,
.p-lower-cmsSingle--businessGroup .p-lower-cmsSingle__content h3 {
  padding-inline-start: 0;
}

.p-lower-cmsSingle--report .p-lower-cmsSingle__content h3::before,
.p-lower-cmsSingle--businessGroup .p-lower-cmsSingle__content h3::before {
  display: none;
}

.p-lower-cmsSingle--businessGroup .p-lower-cmsSingle__content h2 {
  position: relative;
  margin-block-start: 3rem;
  padding-block: 0 0.875rem;
  padding-inline-start: 0;
  border-left: none;
  border-bottom: 0.0625rem solid rgba(25, 55, 101, 0.24);
  background-color: transparent;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.5rem, 12px), 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #193765;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle--businessGroup .p-lower-cmsSingle__content h2 {
    margin-block-start: 2.5rem;
    padding-block: 0 0.875rem;
    padding-inline-start: 0;
    font-size: min(max(1.3125rem, 12px), 21px);
  }
}

.p-lower-cmsSingle--businessGroup .p-lower-cmsSingle__content h2:first-child {
  margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle--businessGroup .p-lower-cmsSingle__content h2:first-child {
    margin-block-start: 2.5rem;
  }
}

.p-lower-cmsSingle__content h4 {
  margin-block-start: 2.25rem;
  padding-inline-start: 1rem;
  border-left: 0.1875rem solid #193765;
  font-family: "Zen Old Mincho", serif;
  font-size: min(max(1.1875rem, 12px), 19px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #193765;
}

.p-lower-cmsSingle__content p {
  font-size: min(max(1rem, 12px), 16px);
  font-weight: 500;
  line-height: 1.9;
}

.p-lower-cmsSingle__content a {
  color: #193765;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (hover: hover) and (pointer: fine) {
  .p-lower-cmsCard:hover,
  .p-lower-cmsCard:focus-visible {
    background-color: #193765;
    border-color: #193765;
    color: #ffffff;
  }
  .p-lower-cmsCard:hover .p-lower-cmsCard__image img,
  .p-lower-cmsCard:focus-visible .p-lower-cmsCard__image img {
    transform: scale(1.04);
  }
  .p-lower-cmsCard:hover .p-lower-cmsCard__title,
  .p-lower-cmsCard:focus-visible .p-lower-cmsCard__title {
    color: #ffffff;
  }
  .p-lower-cmsCard:hover .p-lower-cmsCard__titleSub,
  .p-lower-cmsCard:focus-visible .p-lower-cmsCard__titleSub,
  .p-lower-cmsCard:hover .p-lower-cmsCard__date,
  .p-lower-cmsCard:focus-visible .p-lower-cmsCard__date,
  .p-lower-cmsCard:hover .p-lower-cmsCard__excerpt,
  .p-lower-cmsCard:focus-visible .p-lower-cmsCard__excerpt,
  .p-lower-cmsCard:hover .p-lower-cmsCard__notice,
  .p-lower-cmsCard:focus-visible .p-lower-cmsCard__notice {
    color: rgba(255, 255, 255, 0.86);
  }
  .p-lower-cmsCard:hover .p-lower-cmsCard__category,
  .p-lower-cmsCard:focus-visible .p-lower-cmsCard__category {
    background-color: #ffffff;
    color: #193765;
  }
  .p-lower-cmsCard:hover .p-lower-cmsCard__order,
  .p-lower-cmsCard:focus-visible .p-lower-cmsCard__order {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #193765;
  }
  .p-lower-cmsSingle__purchaseLink:hover,
  .p-lower-cmsSingle__purchaseLink:focus-visible {
    color: #193765;
    transform: translateY(-0.125rem);
  }
  .p-lower-cmsSingle__purchaseLink:hover .p-lower-cmsSingle__purchaseLinkIcon,
  .p-lower-cmsSingle__purchaseLink:focus-visible .p-lower-cmsSingle__purchaseLinkIcon {
    transform: translateX(0.25rem);
  }
  .p-lower-cmsSingle__content a:hover,
  .p-lower-cmsSingle__content a:focus-visible {
    color: #0e7fe8;
    opacity: 0.82;
  }
}
.p-lower-cmsSingle__content ul,
.p-lower-cmsSingle__content ol {
  padding-inline-start: 1.5rem;
}

.p-lower-cmsSingle__content li + li {
  margin-block-start: 0.625rem;
}

.p-lower-cmsSingle__content li::marker {
  color: #193765;
  font-weight: 700;
}

.p-lower-cmsSingle__content blockquote {
  padding-block: 1.5rem;
  padding-inline: 1.75rem;
  background-color: #ffffff;
  border-left: 0.3125rem solid #193765;
  font-weight: 500;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .p-lower-cmsSingle__content blockquote {
    padding-inline: 1.25rem;
  }
}

.p-lower-cmsSingle__content figure,
.p-lower-cmsSingle__content .wp-block-image {
  max-width: 100%;
}

.p-lower-cmsSingle__content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-lower-cmsSingle__content figcaption {
  margin-block-start: 0.625rem;
  font-size: min(max(0.8125rem, 10px), 13px);
  font-weight: 400;
  line-height: 1.6;
  color: #6f6f6f;
}

.p-lower-cmsSingle__content table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

.p-lower-cmsSingle__content th,
.p-lower-cmsSingle__content td {
  padding-block: 1rem;
  padding-inline: 1.125rem;
  border: 0.0625rem solid rgba(25, 55, 101, 0.22);
  line-height: 1.7;
  text-align: left;
}

.p-lower-cmsSingle__content th {
  background-color: #193765;
  font-weight: 700;
  color: #ffffff;
}

.u-font {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  transition: all 0.3s ease;
}

.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

html.is-animation-enabled body:not(.is-capture-mode) .c-section-title__en,
html.is-animation-enabled body:not(.is-capture-mode) .c-section-title__ja,
html.is-animation-enabled body:not(.is-capture-mode) .p-lower-fv__en,
html.is-animation-enabled body:not(.is-capture-mode) .p-lower-fv__title,
html.is-animation-enabled body:not(.is-capture-mode) .p-top-about__modelHeading {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.82s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: clip-path;
}

html.is-animation-enabled body:not(.is-capture-mode) .c-section-title.is-heading-shown .c-section-title__en,
html.is-animation-enabled body:not(.is-capture-mode) .c-section-title.is-heading-shown .c-section-title__ja,
html.is-animation-enabled body:not(.is-capture-mode) .p-lower-fv__inner.is-heading-shown .p-lower-fv__en,
html.is-animation-enabled body:not(.is-capture-mode) .p-lower-fv__inner.is-heading-shown .p-lower-fv__title,
html.is-animation-enabled body:not(.is-capture-mode) .p-top-about__modelHeading.is-heading-shown {
  clip-path: inset(0 0 0 0);
}

@media (prefers-reduced-motion: reduce) {
  html.is-animation-enabled body:not(.is-capture-mode) .c-section-title__en,
  html.is-animation-enabled body:not(.is-capture-mode) .c-section-title__ja,
  html.is-animation-enabled body:not(.is-capture-mode) .p-lower-fv__en,
  html.is-animation-enabled body:not(.is-capture-mode) .p-lower-fv__title,
  html.is-animation-enabled body:not(.is-capture-mode) .p-top-about__modelHeading {
    clip-path: inset(0 0 0 0);
    transition: none;
  }
}

/*# sourceMappingURL=style.css.map */
