@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

body.drawer-open {
  overflow: hidden;
}

/* リキッドレイアウト対応 */
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.l-inner {
  max-width: 40rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: calc(1200px + 40px * 2);
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--wide {
    max-width: 90rem;
  }
}

.p-404 {
  height: 100vh;
  padding-top: 5.5625rem;
  padding-bottom: 6.875rem;
  background: url(../images/common/mv_404_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-404 {
    background: url(../images/common/mv_404.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 11rem;
    padding-bottom: 6rem;
    height: 48rem;
  }
}

.p-404__content {
  border: 3px solid #fff;
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-404__content {
    padding-left: initial;
    padding-right: initial;
  }
}

.p-404__block {
  max-width: 40.625rem;
  margin-inline: auto;
}

.p-404__title-wrapper {
  display: flex;
  align-items: center;
}

.p-404__title {
  color: #2b2f33;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}

.p-404__number {
  color: rgba(43, 47, 51, 0.15);
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 4.25rem;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__number {
    margin-left: 1.375rem;
    font-size: 8rem;
  }
}

.p-404__text-wrapper {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-404__text-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__text {
  line-height: 1.6;
  font-weight: 400;
  color: #2b2f33;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1.125rem;
  }
}

.p-404__btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__btn {
  background: #6d6d6d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #6d6d6d;
  border-radius: 2.5rem;
  transition: 0.3s ease-in-out;
  width: 8.75rem;
  padding: 0.375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.375rem;
    padding-right: 0.875rem;
    width: 15.625rem;
  }
}

.p-404__btn-text {
  font-weight: 500;
  color: #fff;
  font-size: 0.625rem;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-404__btn-text {
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
}

.p-404__btn:hover {
  background: #fff;
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover .p-404__text {
  color: #fff;
}

.p-404__btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn svg {
    width: 2rem;
    height: 2rem;
  }
}

.p-404__btn circle,
.p-404__btn path {
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover circle {
  fill: #6d6d6d;
  opacity: 1;
}

.p-404__btn:hover path {
  fill: #fff;
}

.p-404__btn:hover .p-404__btn-text {
  color: #6d6d6d;
}

.test {
  font-size: 3.125rem;
  color: #4fc3e0;
}

.p-test__img {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-test__img {
    margin-top: 3.75rem;
  }
}

.p-test__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-company-businesses {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-company-businesses {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-company-businesses__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-company-businesses__title {
    font-size: 3rem;
  }
}

.p-company-businesses__cards {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-businesses__cards {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.p-company-businesses__card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  border-radius: 0.125rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-company-businesses__card {
    padding: 2.5rem 2rem;
  }
}

.p-company-businesses__card + .p-company-businesses__card {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-businesses__card + .p-company-businesses__card {
    margin-top: 0;
  }
}

.p-company-businesses__content {
  flex: 1;
  min-width: 0;
}

.p-company-businesses__name {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-company-businesses__name {
    font-size: 1.25rem;
  }
}

.p-company-businesses__description {
  margin-top: 0.75rem;
  color: #2b2f33;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-company-businesses__description {
    font-size: 1rem;
  }
}

.p-company-businesses__icon {
  flex: 0 0 1.5rem;
  margin-left: 1.25rem;
  aspect-ratio: 1;
}

.p-company-businesses__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-company-participants {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-participants {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-company-participants__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-company-participants__title {
    font-size: 3rem;
  }
}

.p-company-participants__lead {
  margin-top: 1.25rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-company-participants__lead {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.p-company-participants__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-participants__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
  }
}

.p-company-participants__item {
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-company-participants__item {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1250px) {
  .p-company-participants__item {
    flex: 0 0 36.875rem;
  }
}

.p-company-participants__item + .p-company-participants__item {
  margin-top: 2rem;
}
@media screen and (min-width: 1250px) {
  .p-company-participants__item + .p-company-participants__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 1250px) {
  .p-company-participants__item:nth-child(n+3) {
    margin-top: 2rem;
  }
}

.p-company-participants__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 1px solid #d4dae0;
  border-radius: 0.125rem;
  color: #2b2f33;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-company-participants__category {
    font-size: 0.875rem;
  }
}

.p-company-participants__name {
  margin-top: 0.75rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-company-participants__name {
    font-size: 1.25rem;
  }
}

.p-company-participants__address {
  margin-top: 0.75rem;
  color: #2b2f33;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-company-participants__address {
    font-size: 1rem;
  }
}

.p-company-profile {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-company-profile__intro {
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-company-profile__intro {
    font-size: 1.125rem;
  }
}

.p-company-profile__layout {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile__layout {
    margin-top: 4rem;
    display: flex;
    align-items: flex-start;
    gap: 5rem;
  }
}

.p-company-profile__column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-profile__column {
    max-width: 35rem;
    width: 100%;
  }
}

.p-company-profile__column--secondary {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile__column--secondary {
    margin-top: 0;
    margin-left: 5rem;
  }
}

.p-company-profile__row {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-company-profile__row {
    padding-bottom: 2rem;
  }
}

.p-company-profile__row + .p-company-profile__row {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile__row + .p-company-profile__row {
    margin-top: 2rem;
  }
}

.p-company-profile__row dt {
  flex: 0 0 5.5rem;
  color: #173b6c;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .p-company-profile__row dt {
    flex-basis: 8.75rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-profile__row dt {
    font-size: 1.125rem;
  }
}

.p-company-profile__row dd {
  flex: 1;
  min-width: 0;
  margin-left: 1rem;
  color: #2b2f33;
  font-size: 0.875rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 600px) {
  .p-company-profile__row dd {
    margin-left: 1.25rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-profile__row dd {
    font-size: 1.125rem;
  }
}

.p-company-profile__label {
  margin-top: 1.5rem;
  color: #173b6c;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-company-profile__label {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.p-company-profile__row--address {
  margin-top: 1.5rem;
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-company-profile__row--address {
    margin-top: 2rem;
  }
}

.p-company-profile__row--address + .p-company-profile__row--address {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile__row--address + .p-company-profile__row--address {
    margin-top: 2rem;
  }
}

.p-company-profile__row--address dt {
  font-size: 0.8125rem;
}
@media screen and (min-width: 600px) {
  .p-company-profile__row--address dt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-profile__row--address dt {
    font-size: 1rem;
  }
}

.p-company-profile__row--address-last {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-company-profile__row--address-last {
    padding-bottom: 2rem;
  }
}

.p-company-profile__access {
  color: #173b6c;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1875rem;
}

.p-drawer-content {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  padding-top: 7.8125rem;
  padding-right: 2rem;
  padding-left: 2rem;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-drawer-content {
    display: none;
  }
}

.p-drawer-content.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer-content__items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.p-drawer-content__lists {
  width: 100%;
}

.p-drawer-content__list {
  text-align: center;
}

.p-drawer-content__list + .p-drawer-content__list {
  margin-top: 1.75rem;
}

.p-drawer-content__link {
  display: block;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-drawer-content__link:focus-visible {
  outline: 2px solid #173b6c;
  outline-offset: 0.375rem;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.p-drawer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.125rem;
  background: #173b6c;
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-drawer-icon.is-active {
  position: relative;
  z-index: 10001;
  border-color: #173b6c;
  background: #173b6c;
}

.p-drawer-icon__bars {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
}

.p-drawer-icon__bar1,
.p-drawer-icon__bar3 {
  display: block;
  width: 1.5rem;
  height: 0.1875rem;
  background: #fff;
  transition: transform 0.3s ease, background 0.3s ease;
}

.p-drawer-icon__bar3 {
  margin-top: 0.625rem;
}

.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-footer {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #173b6c;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-footer__contact-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-title {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    font-size: 2rem;
  }
}

.p-footer__contacts {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__contacts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
}

.p-footer__contact {
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  grid-template-rows: 2rem auto;
  row-gap: 1.25rem;
  align-items: end;
  padding: 2rem;
  background: #092954;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-footer__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 0;
    padding: 4rem 2.5rem;
    font-size: min(1.25rem, 1.3888888889vw);
    text-align: center;
  }
}

.p-footer__contact + .p-footer__contact {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__contact + .p-footer__contact {
    margin-top: 0;
  }
}

.p-footer__contact-icon {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-footer__contact-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-footer__contact-icon-front {
  position: absolute;
  top: 50.86%;
  left: 4.47%;
  display: block;
  width: 91.06%;
  height: 35.69%;
}

.p-footer__contact > span:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__contact > span:nth-child(2) {
    margin-top: 2rem;
    margin-left: 0;
  }
}

.p-footer__arrow {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__arrow {
    width: 2rem;
    height: 2rem;
    margin-top: 1rem;
    margin-left: 0;
  }
}

.p-footer__arrow img {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-footer__arrow img {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-footer__body {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__body {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 6.75rem;
  }
}

.p-footer__brand {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__brand {
    max-width: 40.8125rem;
    margin-top: 0;
  }
}

.p-footer__brand-head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__brand-head {
    display: flex;
    align-items: center;
    text-align: left;
  }
}

.p-footer__brand-head p {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-footer__brand-head p {
    margin-top: 0;
    margin-left: 2rem;
    font-size: 1rem;
  }
}

.p-footer__logo {
  display: block;
  width: 6.25rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 9.375rem;
    height: 6rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-footer__description {
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__description {
    margin-top: 3.5rem;
    font-size: 1rem;
    text-align: left;
  }
}

.p-footer__description a {
  text-decoration: underline;
}

.p-footer__nav {
  display: grid;
  grid-template-columns: 6.4375rem 1fr;
  gap: 2rem 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    grid-template-columns: 6rem 9rem;
    column-gap: 4rem;
    row-gap: 2rem;
    width: 19rem;
    font-size: 1rem;
  }
}

.p-footer__copyright {
  margin-top: 5rem;
  color: #8693a0;
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 4.0625rem;
    font-size: 0.75rem;
    text-align: left;
  }
}

.p-form__row-wrapper {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px dotted #222;
}
@media screen and (min-width: 768px) {
  .p-form__row-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-form__row-wrapper:first-child {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .p-form__row {
    display: flex;
    align-items: flex-start;
  }
}

.p-form__row + .p-form__row {
  margin-top: 0.75rem;
}

.p-form__dt-wrapper {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__dt-wrapper {
    padding-top: 0.5rem;
    width: 14.375rem;
  }
}

.p-form__dt {
  color: #222;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__dt {
    font-size: 1.125rem;
  }
}

.p-form__dt span {
  color: #2b2f33;
  font-size: 0.875rem;
}

.p-form__need {
  color: #fff;
  background: #ed1c24;
  font-size: 0.625rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4375rem;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-form__need {
    font-size: 0.875rem;
  }
}

.p-form__need--black {
  color: #2b2f33;
}

.wpcf7-spinner {
  display: none;
}

.p-form__description--radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label {
    font-size: 1.125rem;
  }
}
.p-form__description--radio {
  /* デフォルトのボタン */
}
.p-form__description--radio input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.p-form__description--radio {
  /* チェック前のボタン */
}
.p-form__description--radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #222;
  border-radius: 9999px; /* ラジオボタンっぽく丸くする */
  content: "";
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-form__description--radio {
  /* チェック後のボタン */
}
.p-form__description--radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #ed1c24; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 5px #fff; /* 中心の色のスタイル */
}
.p-form__description--radio .custom-radio {
  display: flex;
  row-gap: 1.125rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .custom-radio {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.wpcf7-list-item {
  margin-left: initial;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    margin-right: initial;
  }
}

.p-form__description {
  font-size: 0.875rem;
  word-wrap: break-word;
  color: #2b2f33;
  padding-top: initial;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__description {
    margin-top: initial;
    font-size: 1rem;
    line-height: 1.2;
    width: calc(100% - 14.375rem);
    margin-left: 3.8125rem;
  }
}

.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=email] {
  width: 100%;
  border: 1px solid #909090;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=tel],
  .p-form input[type=email] {
    font-size: 1.125rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.p-form textarea {
  border: 1px solid #909090;
  width: 100%;
  height: 12.5rem;
  font-size: 0.75rem;
  padding: 0.625rem 0.75rem;
  resize: none;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    height: 12.5rem;
  }
}

.p-form__btn-wrapper {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrapper {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-form__btn-outside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside {
    width: 15rem;
  }
}

.p-form__btn-outside::before {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0.375rem;
  transition: 0.3s ease-in-out;
  aspect-ratio: 12/24;
  object-fit: cover;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::before {
    width: 1.5rem;
  }
}

.p-form__btn-outside::after {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 12/24;
  object-fit: cover;
  height: auto;
  right: 0.375rem;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::after {
    width: 1.5rem;
  }
}

.p-form__btn input[type=submit] {
  transition: 0.3s ease-in-out;
  border-radius: 9999px;
  position: relative;
  border: 1px solid #222;
  background: #222;
  font-size: 1.125rem;
  width: 15rem;
  height: 3.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.p-form__btn input[type=submit]:hover,
.p-form__btn input[type=button]:hover {
  background: rgba(43, 47, 51, 0.3);
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

input::placeholder {
  color: rgba(43, 47, 51, 0.3);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  input::placeholder {
    font-size: 1.125rem;
  }
}

.p-form__privacy-wrapper {
  text-align: center;
}

.p-form__privacy-text {
  color: #222;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-text {
    font-size: 1.125rem;
  }
}

.p-form__privacy-text a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    width: 17.5rem;
  }
}

.p-header {
  position: fixed;
  z-index: 9999;
  top: 0.75rem;
  left: 0;
  width: 100%;
  transition: top 0.3s ease-in-out, height 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-header {
    top: 2.5rem;
  }
}

.p-header.is-scrolled {
  background-color: #fff;
  top: 0;
  height: 5.9375rem;
}

.p-header__inner {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  height: inherit;
  transition: padding-right 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header.is-scrolled .p-header__inner {
    padding-right: 0;
  }
}

.p-header__content {
  width: 100%;
  display: flex;
  align-items: center;
  height: inherit;
}

@media screen and (min-width: 768px) {
  .p-header--home {
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-header--home .p-header__inner {
    padding-left: 0;
  }
}

.p-header__mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__mobile {
    display: none;
  }
}

.p-header__logo {
  display: block;
  width: 4.6875rem;
}

.p-header__logo--desktop {
  display: none;
  transition: width 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-header__logo--desktop {
    display: block;
    width: 7.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header--home .p-header__logo--desktop {
    box-sizing: border-box;
    width: 10.75rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 0 0 0.125rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-header--home.is-scrolled .p-header__logo--desktop {
    width: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header--sub.is-scrolled .p-header__logo--desktop {
    width: 6.25rem;
  }
}

.p-header__logo-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 124/80;
  overflow: hidden;
}

.p-header__logo-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-header__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 1.1875rem 2rem;
    border: 1px solid #d4dae0;
    backdrop-filter: blur(10px);
    border-radius: 0.125rem;
    color: #2b2f33;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
}

@media screen and (min-width: 768px) {
  .p-header--home .p-header__list {
    border-color: rgba(233, 238, 243, 0.5);
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .p-header--home.is-scrolled .p-header__list {
    color: #2b2f33;
  }
}

@media screen and (min-width: 768px) {
  .p-header--sub.is-scrolled .p-header__list {
    border-color: transparent;
  }
}

@media screen and (min-width: 768px) {
  .p-header__list li + li {
    margin-top: 0;
  }
}

.p-home-company {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-home-company {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home-company__layout {
    display: flex;
    column-gap: clamp(2.5rem, 7.23vw, 6.5rem);
  }
}

.p-home-company__heading {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-home-company__heading {
    flex: none;
    width: clamp(11.25rem, 26.4vw, 23.75rem);
  }
}

@media screen and (min-width: 768px) {
  .p-home-company__title {
    padding-left: clamp(1.5rem, 5.56vw, 5rem);
  }
}

.p-home-company__main-image {
  display: none;
  aspect-ratio: 380/253;
  margin-top: auto;
  overflow: hidden;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-home-company__main-image {
    display: block;
  }
}

.p-home-company__main-image img,
.p-home-company__link figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-company__links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-home-company__links {
    display: block;
    flex: 1;
    max-width: 44.75rem;
    min-width: 0;
    margin-top: 2.8125rem;
  }
}

.p-home-company__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5rem;
  grid-template-rows: 5rem auto;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-home-company__link {
    display: flex;
    padding: 1.5rem 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home-company__link:first-child {
    padding-top: 0;
  }
}

.p-home-company__link figure {
  grid-column: 2;
  grid-row: 1;
  width: 5rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-home-company__link figure {
    width: clamp(4rem, 8.34vw, 7.5rem);
    margin-left: clamp(1rem, 2.5vw, 2.25rem);
  }
}

.p-home-company__link-text {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-home-company__link-text {
    display: block;
    flex: 1;
    min-width: 0;
  }
}

.p-home-company__link-text h3 {
  grid-column: 1;
  grid-row: 1;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-home-company__link-text h3 {
    font-size: clamp(1.125rem, 1.67vw, 1.5rem);
  }
}

.p-home-company__link-text p {
  grid-column: 1/-1;
  grid-row: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-home-company__link-text p {
    align-items: center;
    margin-top: 1rem;
    font-size: clamp(0.75rem, 1.12vw, 1rem);
    line-height: 1.8;
  }
}

.p-home-company__description {
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .p-home-company__description {
    width: min(31.25rem, 100%);
  }
}

.p-home-company__link-text .c-arrow {
  flex: none;
  margin-left: 1rem;
}

.p-home-driver {
  overflow: hidden;
  width: 100%;
  display: block;
  height: 25rem;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-home-driver {
    display: none;
  }
}

.p-home-driver img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-home-growth {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-home-growth {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-home-growth__lead {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-home-growth__lead {
    font-size: 1.125rem;
  }
}

.p-home-growth__cards {
  margin-top: 3rem;
  border-top: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-home-growth__cards {
    display: flex;
    margin-top: 4rem;
  }
}

.p-home-growth__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2.5rem 1.25rem;
  border-bottom: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-home-growth__card {
    padding: 2.5rem;
    border-left: 1px solid #d4dae0;
  }
}

.p-home-growth__card h3 {
  margin-top: 1rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-home-growth__card h3 {
    font-size: 1.5rem;
  }
}

.p-home-growth__card > p:not(.p-home-growth__number) {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-home-growth__card > p:not(.p-home-growth__number) {
    font-size: 1rem;
  }
}

.p-home-growth__number {
  color: #173b6c;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  line-height: 1;
}

.p-home-growth__image {
  aspect-ratio: 1/1;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 0.125rem;
}

.p-home-growth__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-growth__button {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.p-home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 6.75rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-home-hero {
    display: block;
    padding-top: 12.5rem;
    padding-bottom: 0;
    background: #191817;
  }
}

.p-home-hero__image {
  order: 2;
  aspect-ratio: 375/250;
  margin-top: 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-home-hero__image {
    position: absolute;
    z-index: 0;
    inset: 0;
    aspect-ratio: auto;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-home-hero__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(37, 28, 27, 0.72) 0%, rgba(37, 28, 27, 0.5) 45%, rgba(37, 28, 27, 0) 75%);
  }
}

.p-home-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}
@media screen and (min-width: 768px) {
  .p-home-hero__image img {
    object-position: center;
  }
}

.p-home-hero__content {
  position: relative;
  z-index: 1;
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-home-hero__content {
    padding-bottom: 8.75rem;
    color: #fff;
  }
}

.p-home-hero__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-home-hero__title {
    color: #fff;
    font-size: 4rem;
    max-width: 43.6875rem;
  }
}

.p-home-hero__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-home-hero__text {
    max-width: 50.5625rem;
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-home-hero__notice-wrap {
  position: relative;
  z-index: 1;
  order: 3;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../images/home/hero.webp");
  background-position: 62% center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-home-hero__notice-wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-image: none;
  }
}

.p-home-hero__notice {
  padding: 1rem;
  border-radius: 0.125rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-home-hero__notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
  }
}

@media screen and (min-width: 1250px) {
  .p-home-hero__notice-content {
    flex: 0 1 60.875rem;
  }
}

.p-home-hero__notice h2 {
  color: #173b6c;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-home-hero__notice h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1250px) {
  .p-home-hero__notice h2 {
    white-space: nowrap;
  }
}

.p-home-hero__notice p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-home-hero__notice p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1250px) {
  .p-home-hero__notice p {
    white-space: nowrap;
  }
}

.p-home-hero__notice .c-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-home-hero__notice .c-button {
    display: inline-flex;
    flex-shrink: 0;
    min-height: 3.5rem;
    white-space: nowrap;
  }
}

.p-home-ir {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-home-ir {
    padding-top: 4rem;
    padding-bottom: 7.5rem;
  }
}

.p-home-ir p:not(.c-section-title__en) {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-home-ir p:not(.c-section-title__en) {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.p-home-news {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-home-news {
    padding-bottom: 10rem;
  }
}

.p-home-news__layout {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-home-news__layout {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-home-news__heading {
    flex: 0 0 12.6875rem;
    width: 12.6875rem;
    min-width: 0;
  }
}

.p-home-news__heading .c-button {
  display: none;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-home-news__heading .c-button {
    display: inline-flex;
  }
}

.p-home-news__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-home-news__list {
    display: block;
    flex: 1;
    margin-top: 4rem;
    margin-left: 7.625rem;
  }
}

.p-home-news__item {
  display: grid;
  grid-template-columns: auto auto 1fr 1.25rem;
  column-gap: 0.75rem;
  row-gap: 0.75rem;
  align-items: center;
  padding: 0 0.25rem 1.5rem;
  border-bottom: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-home-news__item {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.25rem;
    padding: 0 0.5rem 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home-news__item + .p-home-news__item {
    margin-top: 2.5625rem;
  }
}

.p-home-news__item time {
  grid-column: 1;
  grid-row: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-home-news__item time {
    font-size: 1.125rem;
  }
}

.p-home-news__item .c-arrow {
  grid-column: 4;
  grid-row: 2;
}
@media screen and (min-width: 768px) {
  .p-home-news__item .c-arrow {
    margin-left: auto;
  }
}

.p-home-news__category {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  margin-left: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border: 1px solid #d4dae0;
  border-radius: 0.125rem;
  color: #173b6c;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-home-news__category {
    width: 4.5rem;
    margin-left: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    text-align: center;
  }
}

.p-home-news__title {
  grid-column: 1/4;
  grid-row: 2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-home-news__title {
    flex: 1;
    width: auto;
    margin-top: 0;
    font-size: 1.125rem;
  }
}

.p-home-news__button.c-button {
  display: inline-flex;
  align-self: center;
  width: fit-content;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-home-news__button.c-button {
    display: none;
  }
}

.p-home-perspectives {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-home-perspectives {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-home-perspectives__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-home-perspectives__list {
    --perspectives-gap: clamp(1.5rem, 8.2vw, 7.3125rem);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    flex-direction: initial;
    column-gap: var(--perspectives-gap);
    margin-top: 4rem;
    padding-top: 0;
    border-top: 0;
  }
}

.p-home-perspectives__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 0.75rem 2rem;
  box-sizing: border-box;
  border-bottom: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-home-perspectives__item {
    position: relative;
    flex: none;
    width: auto;
    min-width: 0;
    padding: clamp(1.5rem, 2.8vw, 2.5rem) 0;
    border-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-home-perspectives__item:not(:first-child)::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--perspectives-gap) / -2);
    width: 1px;
    background-color: #d4dae0;
    content: "";
  }
}

.p-home-perspectives__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.p-home-perspectives__item h3 {
  margin-top: 0.625rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-home-perspectives__item h3 {
    font-size: clamp(1.125rem, 1.67vw, 1.5rem);
  }
}

.p-home-perspectives__icon {
  align-self: flex-end;
  width: clamp(2.25rem, 3.34vw, 3rem);
  aspect-ratio: 1/1;
}

.p-home-perspectives__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-home-perspectives__description {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-home-perspectives__description {
    font-size: clamp(0.75rem, 1.12vw, 1rem);
  }
}

.p-home-perspectives__description-text {
  flex: 1;
  min-width: 0;
}

.p-home-perspectives__description .c-arrow {
  flex: none;
  margin-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-perspectives__description .c-arrow {
    margin-left: 0.5rem;
  }
}

.p-home-topics__box {
  position: relative;
  z-index: 1;
}

.p-home-topics {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}

.p-home-topics__top img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-home-topics__title {
  text-align: center;
}

.p-home-topics__block {
  margin-top: 2.5rem;
}

.p-home-topics__row {
  position: relative;
  border-bottom: 1px dotted #222;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-topics__row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
  }
}

.p-home-topics__row:first-child {
  border-top: 1px dotted #222;
}

.p-home-topics__metaBlock {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__metaBlock {
    width: 15rem;
  }
}

.p-home-topics__time {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #222;
}

.p-home-topics__category {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background: #ed1c24;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-home-topics__blockTitle {
  letter-spacing: 0.05em;
  line-height: 1.6111111111;
  color: #222;
  text-decoration: underline;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__blockTitle {
    margin-top: initial;
    font-size: 1.125rem;
    width: calc(100% - 12.5rem);
  }
}

.p-home-topics__btn-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-home-topics__btn {
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-home-topics__icon {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  object-fit: cover;
  top: 54%;
  left: 0.375rem;
  transform: translateY(-50%);
}

.p-home-topics__btn-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-home-topics__icon--right {
  right: 0.375rem;
  left: initial;
}

.p-home-topics__pagination {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__pagination {
    margin-top: 5rem;
  }
}

.p-home-topics__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__lists {
    gap: 0.875rem;
  }
}

.p-home-topics__list {
  padding-right: 1.4375rem;
}

.p-home-topics__pagination-link {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #222;
  transition: 0.3s ease-in-out;
}

.p-home-topics__pagination-link.current {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}

.p-ma-faq {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-ma-faq {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-ma-faq__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-ma-faq__title {
    font-size: 3rem;
  }
}

.p-ma-faq__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-ma-faq__list {
    margin-top: 3rem;
  }
}

.p-ma-faq__item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #d4dae0;
}

.p-ma-faq__item + .p-ma-faq__item {
  margin-top: 2rem;
}

.p-ma-faq__question {
  display: flex;
  align-items: center;
  color: #2b2f33;
  font-size: 1.125rem;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}
.p-ma-faq__question::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-ma-faq__question {
    font-size: 1.25rem;
  }
}

.p-ma-faq__question span,
.p-ma-faq__answer span {
  flex: 0 0 2rem;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.p-ma-faq__question span {
  color: #173b6c;
}

.p-ma-faq__question strong {
  font-weight: 500;
}

.p-ma-faq__question i {
  position: relative;
  flex: 0 0 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  border: 1px solid #173b6c;
  border-radius: 50%;
}

.p-ma-faq__question i::before,
.p-ma-faq__question i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 1px;
  background: #173b6c;
  content: "";
  transform: translate(-50%, -50%);
}

.p-ma-faq__question i::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.25s ease;
}

.p-ma-faq__item[open] .p-ma-faq__question i::after {
  opacity: 0;
}

.p-ma-faq__answer {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5rem;
  color: #2b2f33;
}

.p-ma-faq__answer span {
  color: #2b2f33;
}

.p-ma-faq__answer p {
  flex: 1;
  margin-left: 1rem;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-ma-faq__answer p {
    margin-left: 1.5rem;
  }
}

.p-ma-process {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-ma-process {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-ma-process__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-ma-process__title {
    font-size: 3rem;
  }
}

.p-ma-process__text {
  margin-top: 1.5rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-ma-process__text {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.p-ma-process__steps {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-ma-process__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 3rem;
  }
}

.p-ma-process__step {
  padding: 2.5rem 1.5rem 3rem;
  border-radius: 0.125rem;
  background: #fff;
  text-align: center;
}

.p-ma-process__step + .p-ma-process__step {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-ma-process__step + .p-ma-process__step {
    margin-top: 0;
  }
}

.p-ma-process__number {
  color: #173b6c;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-ma-process__step h3 {
  margin-top: 2rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-ma-process__step > p:last-child {
  margin-top: 1.5rem;
  color: #2b2f33;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 1250px) {
  .p-ma-process__step > p:last-child {
    font-size: 1rem;
  }
}

.p-ma-results {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-ma-results {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-ma-results__layout {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-ma-results__content {
    width: 46.25rem;
  }
}

.p-ma-results__content h2 {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-ma-results__content h2 {
    font-size: 3rem;
  }
}

.p-ma-results__content p {
  margin-top: 1.5rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-ma-results__content p {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.p-ma-results__metric {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding: 1.75rem;
  border-radius: 0.125rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-ma-results__metric {
    flex: 0 0 24.125rem;
    margin-top: 0;
    padding: 2rem;
  }
}

.p-ma-results__metric > p:first-child {
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}

.p-ma-results__metric > p:last-child {
  display: flex;
  align-items: flex-end;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
}

.p-ma-results__metric strong {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-ma-results__metric strong {
    font-size: 4rem;
  }
}

.p-ma-results__metric span {
  margin-left: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-ma-results__metric span {
    font-size: 2rem;
  }
}

.p-ma-values {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-ma-values {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-ma-values__intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.p-ma-values__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-ma-values__title {
    font-size: 3rem;
  }
}

.p-ma-values__lead {
  margin-top: 2rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-ma-values__lead {
    margin-top: 0;
    font-size: 1.125rem;
  }
}

.p-ma-values__heading {
  display: flex;
  align-items: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-ma-values__heading {
    margin-top: 7.5rem;
  }
}

.p-ma-values__heading span {
  width: 0.125rem;
  height: 1.25rem;
  background: #173b6c;
}

.p-ma-values__heading-title {
  margin-left: 0.5rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-ma-values__heading-title {
    font-size: 1.75rem;
  }
}

.p-ma-values__cards {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-ma-values__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.p-ma-values__card {
  padding: 2rem 1.5rem 2.5rem;
  border-radius: 0.125rem;
  background: #f6f3ee;
}

.p-ma-values__card + .p-ma-values__card {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-ma-values__card + .p-ma-values__card {
    margin-top: 0;
  }
}

.p-ma-values__icon {
  width: 3rem;
  aspect-ratio: 1;
  margin-left: auto;
}

.p-ma-values__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-ma-values__card-title {
  margin-top: 2rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-ma-values__card-title {
    font-size: 1.5rem;
  }
}

.p-ma-values__card > p {
  margin-top: 1.25rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}

.p-news-archive {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.p-news-archive__lead {
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-news-archive__lead {
    font-size: 1.125rem;
  }
}

.p-news-archive__filter {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__filter {
    margin-top: 6rem;
  }
}

.p-news-detail {
  padding-top: 9.375rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail {
    padding-top: 13.5rem;
    padding-bottom: 10rem;
  }
}

.p-news-detail__body {
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-news-entry__title {
  color: #1a1a1a;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-news-entry__title {
    font-size: 2.5rem;
  }
}

.p-news-entry__meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-entry__meta {
    margin-top: 1.5rem;
  }
}

.p-news-entry__date {
  flex-shrink: 0;
  color: #2b2f33;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-news-entry__date {
    font-size: 1.25rem;
  }
}

.p-news-entry__category {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  min-height: 1.625rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #d4dae0;
  border-radius: 0.125rem;
  color: #173b6c;
  font-size: 0.8125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-news-entry__category {
    width: 6.25rem;
    min-height: 1.75rem;
    font-size: 1rem;
  }
}

.p-news-entry__line {
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  background: #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-news-entry__line {
    margin-top: 2.5rem;
  }
}

.p-news-entry__content {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-news-entry__content {
    margin-top: 2.5rem;
  }
}

.p-news-entry__content > * + * {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-news-entry__content > * + * {
    margin-top: 3rem;
  }
}

.p-news-entry__text {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-news-entry__text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.p-news-entry__figure {
  width: 100%;
  aspect-ratio: 1000/500;
  overflow: hidden;
}

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

.p-news-entry__figure figcaption {
  margin-top: 0.5rem;
  color: #999;
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-entry__figure figcaption {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.p-news-entry__figure--captioned {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1000/530;
  overflow: visible;
}

.p-news-entry__figure--captioned img {
  flex-shrink: 0;
  height: auto;
  aspect-ratio: 1000/500;
}

.p-news-entry__split {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-news-entry__split {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-entry__split--reverse-desktop {
    flex-direction: row-reverse;
  }
}

.p-news-entry__split > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news-entry__split > * {
    flex: 1;
    min-width: 0;
  }
}

.p-news-entry__split > * + * {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-entry__split > * + * {
    margin-top: 0;
  }
}

.p-news-entry__split .p-news-entry__figure {
  aspect-ratio: 480/321;
}

.p-news-entry__content h2 {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-news-entry__content h2 {
    font-size: 2rem;
  }
}

.p-news-entry__content h3 {
  color: #1a1a1a;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-news-entry__content h3 {
    font-size: 1.625rem;
  }
}

.p-news-entry__content a {
  color: #173b6c;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.p-news-entry__content ul,
.p-news-entry__content ol {
  padding-left: 1.5rem;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-news-entry__content ul,
  .p-news-entry__content ol {
    font-size: 1.125rem;
  }
}

.p-news-entry__content ul {
  list-style: disc;
}

.p-news-entry__content ol {
  list-style: decimal;
}

.p-news-filter__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 6.25rem));
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-filter__list {
    display: flex;
    align-items: center;
  }
}

.p-news-filter__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.5rem;
  padding: 0.5rem;
  border: 1px solid #d4dae0;
  border-radius: 0.125rem;
  color: #173b6c;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-news-filter__link {
    width: 6.25rem;
    font-size: 1rem;
  }
}

.p-news-filter__link.is-current {
  border-color: #173b6c;
  background: #173b6c;
  color: #fff;
}

.p-news-hero {
  padding-top: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-news-hero {
    padding-top: 13.5rem;
  }
}

.p-news-hero__en {
  color: #8693a0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-news-hero__en {
    font-size: 1.125rem;
  }
}

.p-news-hero__title {
  margin-top: 0.625rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-news-hero__title {
    margin-top: 0.75rem;
    font-size: 3.5rem;
  }
}

.p-news-hero__line {
  width: 100%;
  height: 1px;
  margin-top: 2.5rem;
  background: #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-news-hero__line {
    margin-top: 3rem;
  }
}

.p-news-list {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-news-list {
    margin-top: 4rem;
  }
}

.p-news-list__item {
  width: 100%;
}

.p-news-list__item + .p-news-list__item {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-news-list__item + .p-news-list__item {
    margin-top: 2.5rem;
  }
}

.p-news-list__link {
  display: grid;
  grid-template-columns: 1fr 1.25rem;
  align-items: center;
  gap: 1rem;
  padding: 0 0.5rem 2rem;
  border-bottom: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-news-list__link {
    display: flex;
    gap: 1.25rem;
    padding-bottom: 2.5rem;
  }
}

.p-news-list__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  grid-column: 1/2;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .p-news-list__meta {
    gap: 1.25rem;
    flex-shrink: 0;
  }
}

.p-news-list__date {
  flex-shrink: 0;
  color: #2b2f33;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-news-list__date {
    font-size: 1.25rem;
  }
}

.p-news-list__category {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  min-height: 1.625rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #d4dae0;
  border-radius: 0.125rem;
  color: #173b6c;
  font-size: 0.8125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-news-list__category {
    width: 6.25rem;
    min-height: 1.75rem;
    font-size: 1rem;
  }
}

.p-news-list__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1.25rem;
  grid-column: 1/3;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-news-list__body {
    display: flex;
    flex: 1;
    grid-column: auto;
    margin-top: 0;
  }
}

.p-news-list__title {
  grid-column: 1/2;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-news-list__title {
    flex: 1;
    font-size: 1.25rem;
  }
}

.p-news-list__arrow {
  display: block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.p-news-list__arrow img {
  display: block;
  width: 0.78125rem;
  height: 0.78125rem;
  margin: 0.234375rem auto 0;
  object-fit: contain;
}

.p-news-list__empty {
  padding: 2.5rem 0.5rem;
  border-bottom: 1px solid #d4dae0;
  color: #2b2f33;
  font-size: 1rem;
}

.p-page-hero {
  padding-top: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-page-hero {
    padding-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-hero__layout {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.p-page-hero__heading {
  flex: 1;
}

.p-page-hero__en {
  color: #8693a0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-page-hero__en {
    font-size: 1.125rem;
  }
}

.p-page-hero__title {
  margin-top: 0.625rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-page-hero__title {
    margin-top: 0.75rem;
    font-size: min(3.5rem, 3.8888888889vw);
  }
}

.p-page-hero__image {
  width: 100%;
  margin-top: 2rem;
  aspect-ratio: 400/225;
  overflow: hidden;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-page-hero__image {
    flex: 0 0 25rem;
    margin-top: 0;
    margin-left: 3rem;
  }
}

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

.p-page-hero__line {
  width: 100%;
  height: 1px;
  margin-top: 2.5rem;
  background: #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-page-hero__line {
    margin-top: 3rem;
  }
}

.p-policy-hero {
  padding-top: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-policy-hero {
    padding-top: 13.5rem;
  }
}

.p-policy-hero__en {
  color: #8693a0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-policy-hero__en {
    font-size: 1.125rem;
  }
}

.p-policy-hero__title {
  margin-top: 0.625rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-policy-hero__title {
    margin-top: 0.75rem;
    font-size: 3.5rem;
  }
}

.p-policy-hero__line {
  width: 100%;
  height: 1px;
  margin-top: 2.5rem;
  background: #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-policy-hero__line {
    margin-top: 3rem;
  }
}

.p-policy-intro {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-policy-intro {
    padding-top: 4rem;
  }
}

.p-policy-intro__text {
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-policy-intro__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.p-policy-nav {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-policy-nav {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-policy-nav__list {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.p-policy-nav__item + .p-policy-nav__item {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-policy-nav__item + .p-policy-nav__item {
    margin-top: 0;
  }
}

.p-policy-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.9375rem 0.75rem 0.9375rem 1.25rem;
  border: 1px solid #d4dae0;
  border-radius: 0.1875rem;
  color: #173b6c;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-policy-nav__link {
    justify-content: center;
    gap: 0.75rem;
    line-height: 1;
  }
}

.p-policy-nav__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.75rem;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-policy-nav__icon {
    margin-left: 0;
  }
}

.p-policy-nav__icon img {
  display: block;
  width: 0.78125rem;
  height: 0.78125rem;
  object-fit: contain;
}

.p-policy-section {
  margin-top: 4rem;
  scroll-margin-top: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-policy-section {
    scroll-margin-top: 10rem;
  }
}

.p-policy-section--last {
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-policy-section--last {
    padding-bottom: 10rem;
  }
}

.p-policy-section--border .p-policy-section__content {
  padding-top: 3rem;
  border-top: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-policy-section--border .p-policy-section__content {
    padding-top: 4rem;
  }
}

.p-policy-section__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-policy-section__title {
    font-size: 3rem;
  }
}

.p-policy-section__text {
  margin-top: 2rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-policy-section__text {
    margin-top: 3rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.p-policy-section__text p + p {
  margin-top: 1.25rem;
}

.p-recruit-benefits {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-benefits__intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.p-recruit-benefits__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__title {
    font-size: 3rem;
  }
}

.p-recruit-benefits__lead {
  margin-top: 2rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__lead {
    margin-top: 0;
    font-size: 1.125rem;
  }
}

.p-recruit-benefits__cards {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 4rem;
  }
}

.p-recruit-benefits__card {
  padding: 2rem 1.5rem 2.5rem;
  border-radius: 0.125rem;
  background: #f6f3ee;
}

.p-recruit-benefits__card + .p-recruit-benefits__card {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__card + .p-recruit-benefits__card {
    margin-top: 0;
  }
}

.p-recruit-benefits__icon {
  position: relative;
  width: 3rem;
  margin-left: auto;
  aspect-ratio: 1;
}

.p-recruit-benefits__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-recruit-benefits__icon--salary img + img {
  position: absolute;
  top: 12%;
  left: 32%;
  width: 36%;
  height: 57%;
}

.p-recruit-benefits__card h3 {
  margin-top: 2rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1250px) {
  .p-recruit-benefits__card h3 {
    font-size: 1.5rem;
  }
}

.p-recruit-benefits__card p {
  margin-top: 1.25rem;
  color: #2b2f33;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 1250px) {
  .p-recruit-benefits__card p {
    font-size: 1rem;
  }
}

.p-recruit-positions {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-recruit-positions {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-recruit-positions__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-recruit-positions__title {
    font-size: 3rem;
  }
}

.p-recruit-positions__lead {
  margin-top: 1.5rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-recruit-positions__lead {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.p-recruit-positions__group {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-positions__group {
    margin-top: 3rem;
  }
}

.p-recruit-positions__heading {
  display: flex;
  align-items: center;
}

.p-recruit-positions__heading span {
  width: 0.125rem;
  height: 1.25rem;
  background: #173b6c;
}

.p-recruit-positions__heading h3 {
  margin-left: 0.5rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-recruit-positions__heading h3 {
    font-size: 1.75rem;
  }
}

.p-recruit-positions__description {
  margin-top: 1.25rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}

.p-recruit-positions__cards {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-positions__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.p-recruit-positions__card {
  padding: 2rem 1.5rem 2.5rem;
  border: 1px solid #d4dae0;
  border-radius: 0.125rem;
  background: #fff;
}

.p-recruit-positions__card + .p-recruit-positions__card {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-positions__card + .p-recruit-positions__card {
    margin-top: 0;
  }
}

.p-recruit-positions__card h4 {
  color: #173b6c;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-recruit-positions__card h4 {
    font-size: 1.25rem;
  }
}

.p-recruit-positions__card p {
  margin-top: 1.25rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}

.p-recruit-requirements {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-requirements {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-recruit-requirements__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-recruit-requirements__title {
    font-size: 3rem;
  }
}

.p-recruit-requirements__group {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-requirements__group {
    display: flex;
    margin-top: 5rem;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1250px) {
  .p-recruit-requirements__heading-wrap {
    flex: 0 0 18.75rem;
  }
}

.p-recruit-requirements__company {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-recruit-requirements__company {
    font-size: 1.125rem;
  }
}

.p-recruit-requirements__heading {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  padding-left: 0.625rem;
}

.p-recruit-requirements__heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.125rem;
  height: 1.25rem;
  background: #173b6c;
  content: "";
  transform: translateY(-50%);
}

.p-recruit-requirements__heading--multiline::before {
  top: 0;
  bottom: 0;
  height: auto;
  transform: none;
}

.p-recruit-requirements__heading span {
  display: none;
}

.p-recruit-requirements__heading h3 {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-recruit-requirements__heading h3 {
    font-size: 1.75rem;
  }
}

.p-recruit-requirements__list {
  margin-top: 2rem;
}
@media screen and (min-width: 1250px) {
  .p-recruit-requirements__list {
    flex: 0 0 51.25rem;
    margin-top: 0;
  }
}

.p-recruit-requirements__row {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d4dae0;
}
@media screen and (min-width: 600px) {
  .p-recruit-requirements__row {
    display: flex;
    align-items: flex-start;
  }
}

.p-recruit-requirements__row + .p-recruit-requirements__row {
  margin-top: 2rem;
}

.p-recruit-requirements__row dt {
  color: #173b6c;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .p-recruit-requirements__row dt {
    flex: 0 0 12.5rem;
    font-size: 1.125rem;
  }
}

.p-recruit-requirements__row dd {
  margin-top: 0.5rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .p-recruit-requirements__row dd {
    flex: 1;
    margin-top: 0;
    margin-left: 1.25rem;
    font-size: 1.125rem;
  }
}

.p-recruit-requirements__entry {
  margin-top: 5rem;
  padding: 2rem 1.5rem;
  border: 1px solid #173b6c;
  border-radius: 0.125rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-recruit-requirements__entry {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 3rem;
  }
}

.p-recruit-requirements__entry-content h3 {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-recruit-requirements__entry-content h3 {
    font-size: 2.5rem;
  }
}

.p-recruit-requirements__entry-content p {
  margin-top: 1.25rem;
  color: #2b2f33;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-recruit-requirements__entry-content p {
    font-size: 1.125rem;
  }
}

.p-recruit-requirements__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 1rem 0.75rem 1rem 1.25rem;
  border-radius: 0.1875rem;
  background: #173b6c;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-requirements__button {
    margin-top: 0;
    margin-left: 2rem;
  }
}

.p-recruit-requirements__button figure {
  width: 1.25rem;
  margin-left: 0.75rem;
  padding-left: 0.5rem;
  aspect-ratio: 1;
  border-left: 1px solid #062146;
}

.p-recruit-requirements__button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-single-topics {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-single-topics__title {
  border-bottom: 1px solid #222;
  padding-bottom: 0.75rem;
  text-align: center;
}
.p-single-topics__main {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main {
    margin-top: 2.5rem;
  }
}

.p-single-topics__main-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-title {
    font-size: 2rem;
  }
}

.p-single-topics__meta {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta {
    margin-top: 1.25rem;
  }
}

.p-single-topics__meta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-single-topics__meta-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.p-single-topics__meta-category {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  padding: 0.125rem 0.75rem;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta-category {
    font-size: 1rem;
  }
}

.p-single-topics__meta-text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta-text {
    font-size: 1.125rem;
  }
}

.p-single-topics__btn-wrapper {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-single-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-single-topics__btn {
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-single-topics__icon {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  object-fit: cover;
  top: 54%;
  left: 0.375rem;
  transform: translateY(-50%);
}

.p-single-topics__btn-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-single-topics__icon--right {
  right: 0.375rem;
  left: initial;
}

/* 段落 */
.p-single-topics__main-content p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  color: #222;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content p {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

/* 見出し */
.p-single-topics__main-content h2 {
  font-size: 1.5rem;
  color: #222;
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.p-single-topics__main-content h2::before {
  position: absolute;
  content: "";
  background: #222;
  width: 100%;
  height: 2px;
  bottom: -0.25rem;
  left: 0;
  right: 0;
}

.p-single-topics__main-content h3 {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  position: relative;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h3 {
    margin-top: 1.5rem;
    font-size: 1.75rem;
  }
}

.p-single-topics__main-content h3::before {
  position: absolute;
  content: "";
  background: #ed1c24;
  width: 0.25rem;
  left: 0;
  top: 0;
  bottom: 0;
}

.p-single-topics__main-content h4 {
  font-size: 1.125rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h4 {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-single-topics__main-content h5 {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h5 {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

/* リスト */
.p-single-topics__main-content ul {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content ul {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content ul li {
  list-style: disc;
  margin-left: 1rem;
}

.p-single-topics__main-content ol {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content ol {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content ol li {
  list-style: decimal;
  margin-left: 1rem;
}

/* リンク */
.p-single-topics__main-content a {
  color: #ed1c24;
  text-decoration: underline;
  font-size: 1rem;
}

/* 画像 */
.p-single-topics__main-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content img {
    margin-top: 1rem;
  }
}

/* 囲み系（Gutenbergブロックでよく出る） */
.p-single-topics__main-content figure {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content figure {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content figcaption {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #222;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content figcaption {
    margin-top: 1rem;
  }
}

/* 引用 */
/* テーブル */
.p-single-topics__main-content table {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content table {
    margin-top: 1rem;
  }
}

/* コード */
/* ボタン */
/* キャプション（画像などのキャプションに出る） */
/* スペーサー（余白ブロック） */
/* グループ（グループ化ブロック） */
/* カラム系 */
/* ギャラリー */
.p-strategy-highlights {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-highlights {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-strategy-highlights__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-strategy-highlights__title {
    font-size: 3rem;
  }
}

.p-strategy-highlights__lead {
  margin-top: 1.5rem;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-strategy-highlights__lead {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.p-strategy-highlights__items {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-highlights__items {
    margin-top: 4rem;
  }
}

.p-strategy-highlights__item + .p-strategy-highlights__item {
  margin-top: 4rem;
}

.p-strategy-highlights__heading {
  display: flex;
  align-items: center;
}

.p-strategy-highlights__heading span {
  display: block;
  width: 0.125rem;
  height: 1.25rem;
  background: #173b6c;
}

.p-strategy-highlights__heading h3 {
  margin-left: 0.5rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-strategy-highlights__heading h3 {
    font-size: 1.75rem;
  }
}

.p-strategy-highlights__item-heading > p {
  margin-top: 1.25rem;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-strategy-highlights__item-heading > p {
    font-size: 1.125rem;
  }
}

.p-strategy-highlights__chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border: 1px solid #d4dae0;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-highlights__chart {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }
}

.p-strategy-highlights__chart-heading {
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}

.p-strategy-highlights__chart-heading h4 {
  color: #173b6c;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-strategy-highlights__chart-heading h4 {
    font-size: 1.5rem;
  }
}

.p-strategy-highlights__chart-heading p {
  margin-top: 0.5rem;
  color: #2b2f33;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-strategy-highlights__chart-heading p {
    font-size: 1rem;
  }
}

.p-strategy-highlights__image {
  width: min(100%, 62.5rem);
  overflow: hidden;
}

.p-strategy-highlights__image--inbound {
  aspect-ratio: 2039/1200;
}

.p-strategy-highlights__image--yoy {
  aspect-ratio: 1880/1200;
}

.p-strategy-highlights__image--supply-demand {
  aspect-ratio: 2320/1240;
}

.p-strategy-highlights__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-strategy-opportunity {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-strategy-opportunity {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-strategy-opportunity__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-strategy-opportunity__title {
    font-size: min(3rem, 3.3333333333vw);
  }
}

.p-strategy-opportunity__text {
  margin-top: 1.5rem;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-strategy-opportunity__text {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.p-strategy-opportunity__cards {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-opportunity__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1250px) {
  .p-strategy-opportunity__cards {
    gap: 1.25rem;
  }
}

.p-strategy-opportunity__card {
  overflow: hidden;
  border-radius: 0.125rem;
  background: #fff;
}

.p-strategy-opportunity__card + .p-strategy-opportunity__card {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-opportunity__card + .p-strategy-opportunity__card {
    margin-top: 0;
  }
}

.p-strategy-opportunity__image {
  width: 100%;
  aspect-ratio: 386/217;
  overflow: hidden;
}

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

.p-strategy-opportunity__body {
  padding: 1.75rem 1.25rem 2.25rem;
}
@media screen and (min-width: 1250px) {
  .p-strategy-opportunity__body {
    padding: 1.875rem 1.5rem 2.5rem;
  }
}

.p-strategy-opportunity__body h3 {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1250px) {
  .p-strategy-opportunity__body h3 {
    font-size: 1.5rem;
  }
}

.p-strategy-opportunity__body p {
  margin-top: 1rem;
  color: #2b2f33;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 1250px) {
  .p-strategy-opportunity__body p {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.p-strategy-pillars {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-pillars {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-strategy-pillars__intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.p-strategy-pillars__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-strategy-pillars__title {
    font-size: 3rem;
  }
}

.p-strategy-pillars__lead {
  margin-top: 2rem;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-strategy-pillars__lead {
    margin-top: 0;
    font-size: 1.125rem;
  }
}

.p-strategy-pillars__heading {
  display: flex;
  align-items: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-pillars__heading {
    margin-top: 7.5rem;
  }
}

.p-strategy-pillars__heading span {
  display: block;
  width: 0.125rem;
  height: 1.25rem;
  background: #173b6c;
}

.p-strategy-pillars__heading-title {
  margin-left: 0.75rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-strategy-pillars__heading-title {
    font-size: 1.75rem;
  }
}

.p-strategy-pillars__cards {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-pillars__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.p-strategy-pillars__card {
  padding: 1.75rem 1.5rem 2rem;
  border-radius: 0.125rem;
  background: #f6f3ee;
}
@media screen and (min-width: 768px) {
  .p-strategy-pillars__card {
    padding: 2.5rem 1.25rem;
  }
}

.p-strategy-pillars__card + .p-strategy-pillars__card {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-pillars__card + .p-strategy-pillars__card {
    margin-top: 0;
  }
}

.p-strategy-pillars__card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-strategy-pillars__number {
  color: #173b6c;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.p-strategy-pillars__card-title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-strategy-pillars__card > p:last-child {
  margin-top: 2rem;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-strategy-structure {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-structure {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-strategy-structure__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-strategy-structure__title {
    font-size: 3rem;
  }
}

.p-strategy-structure__text {
  margin-top: 1.5rem;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-strategy-structure__text {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.p-strategy-structure__roles {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-structure__roles {
    margin-top: 5rem;
  }
}

.p-strategy-structure__cards {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-structure__cards {
    display: flex;
    align-items: stretch;
    gap: 1.25rem;
    margin-top: 3rem;
  }
}

.p-strategy-structure__card {
  padding: 0.75rem;
  border-radius: 0.125rem;
  background: #e9eef3;
}
@media screen and (min-width: 600px) {
  .p-strategy-structure__card {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-strategy-structure__card {
    width: calc((100% - 1.25rem) / 2);
  }
}

.p-strategy-structure__card + .p-strategy-structure__card {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-strategy-structure__card + .p-strategy-structure__card {
    margin-top: 0;
  }
}

.p-strategy-structure__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 0.125rem;
}
@media screen and (min-width: 600px) {
  .p-strategy-structure__image {
    flex: 0 0 8.75rem;
    aspect-ratio: 140/180;
  }
}

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

.p-strategy-structure__body {
  padding: 1.25rem 0.5rem 0.75rem;
}
@media screen and (min-width: 600px) {
  .p-strategy-structure__body {
    padding: 0.75rem 0.5rem 0.75rem 1.25rem;
  }
}

.p-strategy-structure__body h3 {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1250px) {
  .p-strategy-structure__body h3 {
    font-size: 1.25rem;
  }
}

.p-strategy-structure__body p {
  margin-top: 0.75rem;
  color: #2b2f33;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 1250px) {
  .p-strategy-structure__body p {
    font-size: 1rem;
  }
}

.p-vision-holding {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-vision-holding {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-vision-holding__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-vision-holding__title {
    font-size: 3rem;
  }
}

.p-vision-holding__text {
  margin-top: 1.5rem;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-vision-holding__text {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.p-vision-holding__cards {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-vision-holding__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3125rem;
    margin-top: 3rem;
  }
}

.p-vision-holding__card {
  padding: 2rem;
  border-radius: 0.125rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-vision-holding__card {
    padding: 2.5rem 2rem;
  }
}

.p-vision-holding__card + .p-vision-holding__card {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-vision-holding__card + .p-vision-holding__card {
    margin-top: 0;
  }
}

.p-vision-holding__icon {
  width: 3rem;
  margin-left: auto;
  aspect-ratio: 1;
}

.p-vision-holding__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-vision-holding__card h3 {
  margin-top: 2rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-vision-holding__card h3 {
    font-size: 1.5rem;
  }
}

.p-vision-holding__card p {
  margin-top: 1.25rem;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-vision-message {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-vision-message {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-vision-message__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-vision-message__title {
    font-size: 3rem;
  }
}

.p-vision-message__layout {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-vision-message__layout {
    display: flex;
    gap: 6.25rem;
    align-items: flex-start;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-vision-message__content {
    max-width: 47.5rem;
    width: 100%;
  }
}

.p-vision-message__lead {
  color: #2b2f33;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-vision-message__lead {
    font-size: 2rem;
  }
}

.p-vision-message__lead p + p {
  margin-top: 1rem;
}

.p-vision-message__lead span {
  color: #173b6c;
}

.p-vision-message__texts {
  margin-top: 2.5rem;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-vision-message__texts {
    margin-top: 3rem;
    font-size: 1.125rem;
  }
}

.p-vision-message__texts p + p {
  margin-top: 1.25rem;
}

.p-vision-message__signature {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  margin-top: 2.5rem;
  color: #173b6c;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-vision-message__signature {
    margin-top: 4rem;
  }
}

.p-vision-message__signature p:first-child {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-vision-message__signature p:first-child {
    font-size: 1rem;
  }
}

.p-vision-message__signature p:last-child {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-vision-message__signature p:last-child {
    font-size: 1.5rem;
  }
}

.p-vision-message__image {
  width: 100%;
  margin-top: 2.5rem;
  margin-left: auto;
  aspect-ratio: 340/446;
  overflow: hidden;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-vision-message__image {
    margin-top: 0;
    max-width: 21.25rem;
  }
}

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

.p-vision-philosophy {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-vision-philosophy {
    padding-bottom: 10rem;
  }
}

.p-vision-philosophy__list {
  margin-top: 0;
}

.p-vision-philosophy__item {
  padding-top: 2rem;
  border-top: 1px solid #d4dae0;
}
@media screen and (min-width: 768px) {
  .p-vision-philosophy__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 2.5rem;
  }
}

.p-vision-philosophy__item:first-child {
  padding-top: 5rem;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-vision-philosophy__item:first-child {
    padding-top: 7.5rem;
  }
}

.p-vision-philosophy__item + .p-vision-philosophy__item {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-vision-philosophy__item + .p-vision-philosophy__item {
    margin-top: 4rem;
  }
}

.p-vision-philosophy__label {
  flex: 0 0 12.25rem;
}

.p-vision-philosophy__label-title {
  color: #173b6c;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-vision-philosophy__label-title {
    font-size: 3rem;
  }
}

.p-vision-philosophy__label p {
  margin-top: 0.5rem;
  color: #2b2f33;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-vision-philosophy__label p {
    font-size: 1.25rem;
  }
}

.p-vision-philosophy__purpose,
.p-vision-philosophy__mission,
.p-vision-philosophy__vision,
.p-vision-philosophy__values {
  width: 100%;
  margin-top: 2rem;
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-vision-philosophy__purpose,
  .p-vision-philosophy__mission,
  .p-vision-philosophy__vision,
  .p-vision-philosophy__values {
    width: 33.625rem;
    margin-top: 0;
  }
}

.p-vision-philosophy__background {
  margin-top: 4rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-vision-philosophy__background {
    margin-top: 7.5rem;
    font-size: 1.125rem;
  }
}

.p-vision-philosophy__background p + p {
  margin-top: 1.25rem;
}

.p-vision-philosophy__purpose,
.p-vision-philosophy__mission {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-vision-philosophy__purpose,
  .p-vision-philosophy__mission {
    font-size: 2rem;
  }
}

.p-vision-philosophy__vision {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-vision-philosophy__vision {
    font-size: 1.25rem;
  }
}

.p-vision-philosophy__values {
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .p-vision-philosophy__values {
    font-size: 1.125rem;
  }
}

.p-vision-portfolio {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-vision-portfolio {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-vision-portfolio__title {
  color: #173b6c;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-vision-portfolio__title {
    font-size: 3rem;
  }
}

.p-vision-portfolio__text {
  margin-top: 1.5rem;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-vision-portfolio__text {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}

.p-vision-portfolio__diagram {
  position: relative;
  margin-top: 2.5rem;
  padding: 1.5rem;
  border-radius: 0.125rem;
  background: #e9eef3;
}
@media screen and (min-width: 768px) {
  .p-vision-portfolio__diagram {
    margin-top: 3rem;
    padding: 6rem 2.5rem 2.5rem;
  }
}

.p-vision-portfolio__parent {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-radius: 0.125rem;
  background: #173b6c;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-vision-portfolio__parent {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1.125rem;
  }
}

.p-vision-portfolio__companies {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-vision-portfolio__companies {
    display: flex;
    align-items: stretch;
    gap: 1.25rem;
    margin-top: 0;
  }
}

.p-vision-portfolio__company {
  padding: 1.5rem;
  border: 1px solid #d4dae0;
  border-radius: 0.125rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-vision-portfolio__company {
    flex: 1;
    padding: 2rem;
  }
}

.p-vision-portfolio__company + .p-vision-portfolio__company {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-vision-portfolio__company + .p-vision-portfolio__company {
    margin-top: 0;
  }
}

.p-vision-portfolio__category {
  display: inline-flex;
  padding: 0.25rem 0.5rem;
  border-radius: 0.125rem;
  background: #e9eef3;
  color: #173b6c;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-vision-portfolio__company h3 {
  margin-top: 0.75rem;
  color: #2b2f33;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-vision-portfolio__company h3 {
    font-size: 1.5rem;
  }
}

.p-vision-portfolio__line {
  width: 100%;
  height: 1px;
  margin-top: 1.25rem;
  background: #d4dae0;
}

.p-vision-portfolio__sales {
  margin-top: 1.25rem;
  color: #173b6c;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

.p-vision-portfolio__sales-prefix {
  font-size: 1.125rem;
  font-weight: 500;
}

.p-vision-portfolio__sales-amount {
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-vision-portfolio__sales-amount {
    font-size: 1.5rem;
  }
}

.p-vision-portfolio__sales small {
  font-size: 0.875rem;
}

.p-vision-portfolio__description {
  margin-top: 1.1875rem;
  color: #2b2f33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.c-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}

.c-arrow img {
  display: block;
  width: 0.78125rem;
  height: 0.78125rem;
  object-fit: contain;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 0.75rem 1rem 1.25rem;
  border-radius: 0.1875rem;
  background: #173b6c;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

.c-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding-left: 0.75rem;
  border-left: 1px solid #062146;
  box-sizing: content-box;
}

.c-button__icon img {
  display: block;
  width: 0.78125rem;
  height: 0.78125rem;
  object-fit: contain;
}

.c-button__icon--external img {
  width: 0.88541875rem;
  height: 0.88541875rem;
}

.c-main-text {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #2b2f33;
}
@media screen and (min-width: 768px) {
  .c-main-text {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.c-main-title {
  display: flex;
  flex-direction: column;
}

.c-main-title__ja {
  color: #2b2f33;
  line-height: 1.2;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja {
    letter-spacing: 0.15em;
    font-size: 1.75rem;
  }
}

.c-main-title__ja--child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--child {
    font-size: 1.75rem;
  }
}

.c-main-title__ja--child span {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--child span {
    font-size: 1.375rem;
    display: block;
  }
}

.c-main-title__ja--small {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--small {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}

.c-main-title__en {
  text-transform: uppercase;
  color: rgba(43, 47, 51, 0.5);
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-main-title__en {
    margin-top: 0.875rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}

.c-outline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: 15.75rem;
  margin-top: 4.5rem;
  padding: 0.9375rem 0.75rem 0.9375rem 1.25rem;
  border: 1px solid #173b6c;
  border-radius: 0.1875rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-outline-link {
    margin-top: 6rem;
  }
}

.c-outline-link__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(180deg);
}

.c-outline-link__icon img {
  display: block;
  width: 0.78125rem;
  height: 0.78125rem;
  object-fit: contain;
}

.c-outline-link__line {
  flex-shrink: 0;
  width: 1px;
  height: 1.5rem;
  background: #d4dae0;
}

.c-outline-link__text {
  color: #173b6c;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    gap: 2rem;
    margin-top: 6rem;
  }
}

.c-pagination__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-pagination__list {
    gap: 0.75rem;
  }
}

.c-pagination__link,
.c-pagination__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #173b6c;
  font-size: 1rem;
  line-height: 1;
}

.c-pagination__link.current {
  border-radius: 0.0625rem;
  background: #173b6c;
  color: #fff;
}

.c-pagination__arrow {
  width: 1.25rem;
  height: 1.25rem;
}

.c-pagination__arrow--prev {
  transform: rotate(180deg);
}

.c-pagination__arrow.is-disabled {
  opacity: 0.16;
}

.c-pagination__arrow img {
  display: block;
  width: 0.78125rem;
  height: 0.78125rem;
  object-fit: contain;
}

.c-section-title {
  color: #173b6c;
}

.c-section-title__en {
  color: #8693a0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-section-title h2 {
  margin-top: 0.75rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-section-title h2 {
    font-size: 3.5rem;
  }
}
