@charset "UTF-8";
/* =========================================================
 base
========================================================= */
/* =========================================================
 mixin
========================================================= */
/* =========================================================
 function
========================================================= */
/* =========================================================
 base
========================================================= */
/* reset
------------------------------------- */
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

img {
  height: auto;
}

button {
  outline: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

html {
  height: 100vh;
}

:where(body) * {
  letter-spacing: 0.035em;
}

body {
  background: #FFF;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  color: #232323;
}
body {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  color: #232323;
}

/* =========================================================
 layout
========================================================= */
/* =========================================================
 header
========================================================= */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 13;
  translate: 0 0;
  transition: 0.5s translate, 0.5s background-color;
}
@media (max-width: 1024px) {
  body.is-menu-open .l-header {
    transform: none;
    background: none;
  }
}
.l-header.is-header--scroll {
  background: rgba(35, 35, 35, 0.8);
}
@media (min-width: 1025px) {
  .l-header.is-header--scroll .l-header__inner {
    height: 60px;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .l-header__inner {
    flex: 1;
    width: 100%;
    max-width: none;
    height: 80px;
    padding-left: min(4.2666666667vw, 16px);
  }
}
@media (min-width: 1025px) {
  .l-header__inner {
    width: 100%;
    height: min(7.5862068966vw, 110px);
    padding-left: min(2.5vw, 48px);
    transition: 0.5s height;
  }
}

.l-header__logo {
  position: relative;
  z-index: 12;
  width: 155px;
  margin-right: 9px;
}
.l-header__logo {
  font-size: 10px;
  font-size: 0.625rem;
}
@media (any-hover: hover) {
  .l-header__logo a {
    transition: 0.5s opacity;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 1024px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    width: auto;
    background: rgba(35, 35, 35, 0.9);
    pointer-events: none;
    overscroll-behavior: contain;
    overflow-y: scroll;
    scrollbar-width: none;
    z-index: 11;
    transition: 0.5s height;
  }
  body.is-menu-open .l-header__nav {
    height: 100vh;
  }
  body.is-menu-open .l-header__nav {
    pointer-events: initial;
  }
}
@media (min-width: 1025px) {
  .l-header__nav {
    flex: 1;
    margin-left: 2vw;
  }
}

@media (max-width: 1024px) {
  .l-header__nav-inner {
    position: relative;
    width: 100%;
    min-height: calc(100% + 1px);
    padding: 90px min(5.3333333333vw, 20px) 200px;
  }
}
@media (min-width: 1025px) {
  .l-header__nav-inner {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: min(2.1666666667vw, 26px);
  }
}
@media (min-width: 1280px) {
  .l-header__nav-inner {
    gap: min(2.125vw, 34px);
  }
}

.l-header__nav-btns {
  display: grid;
}
@media (max-width: 1024px) {
  .l-header__nav-btns {
    gap: 20px;
    max-width: 350px;
    margin-inline: auto;
  }
}
@media (min-width: 1025px) {
  .l-header__nav-btns {
    grid-template-columns: 1fr 1fr;
  }
}

.l-header__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-weight: 700;
}
.l-header__nav-btn .icon img {
  display: block;
}
.l-header__nav-btn .c-arrow-link {
  position: absolute;
  right: 18px;
}
@media (max-width: 1024px) {
  .l-header__nav-btn {
    position: relative;
    width: 100%;
    min-height: 60px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.1);
  }
  .l-header__nav-btn {
    font-size: 16px;
    font-size: 1rem;
  }
  .l-header__nav-btn {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    transition: 0.5s;
  }
}
@media (max-width: 1024px) and (any-hover: hover) {
  .l-header__nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
  }
}
@media (max-width: 1024px) and (any-hover: hover) {
  .l-header__nav-btn .c-arrow-link {
    transition: 0.3s translate;
  }
  .l-header__nav-btn:hover .c-arrow-link {
    translate: 20% 0;
  }
}
@media (max-width: 1024px) {
  .l-header__nav-btn .icon {
    position: absolute;
  }
  .l-header__nav-btn .text {
    letter-spacing: 0.1em;
  }
  .l-header__nav-btn--request .icon {
    width: 18px;
    left: 20px;
  }
  .l-header__nav-btn--contact .icon {
    width: 22px;
    left: 18px;
  }
}
@media (min-width: 1025px) {
  .l-header__nav-btn {
    flex-direction: column;
    row-gap: 0.9em;
    width: clamp(80px, 10.4285714286vw, 146px);
    height: min(7.5862068966vw, 110px);
    line-height: 1.3;
    font-size: clamp(12px, 1.0344827586vw, 15px);
    transition: 0.5s;
  }
  .is-header--scroll .l-header__nav-btn {
    height: 60px;
  }
  .l-header__nav-btn .icon {
    flex-shrink: 0;
    width: min(1.7931034483vw, 26px);
    min-height: 0;
    aspect-ratio: 1;
    max-height: 30px;
    overflow: hidden;
    transition: 0.5s max-height, 0.5s margin, 0.3s opacity;
  }
  .l-header__nav-btn .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .is-header--scroll .l-header__nav-btn .icon {
    max-height: 0;
    opacity: 0;
    margin-top: -0.9em;
  }
  .l-header__nav-btn .text {
    letter-spacing: normal;
  }
  .l-header__nav-btn--request {
    background: #232323;
  }
}
@media (min-width: 1025px) and (any-hover: hover) {
  .l-header__nav-btn--request:hover {
    backdrop-filter: blur(5px);
    background: rgba(35, 35, 35, 0.5);
  }
}
@media (min-width: 1025px) {
  .l-header__nav-btn--contact {
    background: #1d004e;
  }
}
@media (min-width: 1025px) and (any-hover: hover) {
  .l-header__nav-btn--contact:hover {
    backdrop-filter: blur(5px);
    background: rgba(29, 0, 78, 0.5);
  }
}

.l-header__menu-btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 80px;
  aspect-ratio: 1;
  background: #1d004e;
}
@media (any-hover: hover) {
  .l-header__menu-btn {
    transition: 0.5s opacity;
  }
  .l-header__menu-btn:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1025px) {
  .l-header__menu-btn {
    display: none;
  }
}
.l-header__menu-btn .line {
  position: relative;
  width: 34px;
  height: 20px;
  margin-inline: auto;
}
.l-header__menu-btn .line > span {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 100%;
  height: 1px;
  margin-left: -17px;
  background: #fff;
  transition: 0.5s;
  content: "";
}
.l-header__menu-btn .line > span:nth-child(1) {
  margin-top: -10px;
}
body.is-menu-open .l-header__menu-btn .line > span:nth-child(1) {
  margin-top: 0;
  rotate: -45deg;
}
.l-header__menu-btn .line > span:nth-child(2) {
  margin-top: 10px;
}
body.is-menu-open .l-header__menu-btn .line > span:nth-child(2) {
  margin-top: 0;
  rotate: 45deg;
}

/* =========================================================
 gnav
========================================================= */
.l-gnav {
  list-style: none;
}
@media (min-width: 1025px) {
  .l-gnav {
    display: flex;
    column-gap: 1em;
    font-size: clamp(12px, 1.1034482759vw, 16px);
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .l-gnav {
    column-gap: 2em;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1024px) {
  .l-gnav > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
}
@media (min-width: 1025px) {
  .l-gnav > li {
    height: clamp(70px, 6.8965517241vw, 100px);
    display: flex;
    align-items: center;
    position: relative;
  }
}

.l-gnav__link {
  color: #FFF;
}
@media (any-hover: hover) {
  .l-gnav__link {
    transition: 0.5s opacity;
  }
  .l-gnav__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .l-gnav__link {
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
  }
  .l-gnav__link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1025px) {
  .l-gnav__link {
    display: flex;
    align-items: center;
    position: relative;
    padding-block: 0.5em;
  }
  .l-gnav__link::after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 1em);
    width: 2em;
    height: 1px;
    background: currentColor;
    transition: 0.5s opacity;
    opacity: 0;
    content: "";
  }
}
@media (min-width: 1025px) {
  .l-gnav__link--active::after {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .l-gnav__toggle .l-gnav__link {
    cursor: pointer;
  }
  .l-gnav__toggle .l-gnav__link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 0.8em;
    aspect-ratio: 1/1;
  }
  .l-gnav__toggle .l-gnav__link .icon::before, .l-gnav__toggle .l-gnav__link .icon::after {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #FFF;
    content: "";
  }
  .l-gnav__toggle .l-gnav__link .icon::after {
    transform: rotate(90deg);
    transition: 0.5s;
  }
  .l-gnav__toggle .l-gnav__link.is-toggle-btn--open .icon::after {
    transform: rotate(360deg);
  }
  .l-gnav__toggle .l-gnav__link .icon {
    margin-right: 0.8em;
  }
}
@media (min-width: 1025px) {
  .l-gnav__toggle .l-gnav__link {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1025px) and (any-hover: hover) {
  .l-gnav__toggle:hover .l-gnav__child {
    opacity: 1;
    margin-top: max(-0.5208333333vw, -10px);
    pointer-events: initial;
  }
}

@media (max-width: 1024px) {
  .l-gnav__child {
    padding-inline: 1.5em;
  }
  .l-gnav__child {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.5s grid-template-rows ease, 0.5s padding ease, 0.5s border-color ease;
  }
  .l-gnav__child > * {
    overflow: hidden;
  }
  .l-gnav__child.is-toggle-contents--open {
    grid-template-rows: 1fr;
  }
  .l-gnav__child.is-toggle-contents--open {
    padding-block: 0 1.2em;
  }
}
@media (min-width: 1025px) {
  .l-gnav__child {
    position: absolute;
    z-index: 3;
    opacity: 0;
    top: clamp(70px, 6.8965517241vw, 100px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 12em;
    pointer-events: none;
    transition: 0.5s opacity, 0.5s margin;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    white-space: nowrap;
  }
}

.l-gnav__child-list {
  display: grid;
  gap: 1.2em;
  list-style: none;
}
@media (max-width: 1024px) {
  .l-gnav__child-list {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .l-gnav__child-list {
    gap: 0.8em;
    padding: 1.1em 1.3em;
    font-size: min(1.1428571429vw, 16px);
  }
}

.l-gnav__child-link {
  display: flex;
  gap: 0.3em;
  line-height: 1.4;
  color: #FFF;
}
@media (any-hover: hover) {
  .l-gnav__child-link {
    transition: 0.5s opacity;
  }
  .l-gnav__child-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .l-gnav__child-link::before {
    content: "-";
  }
}
@media (min-width: 1025px) {
  .l-gnav__child-link {
    color: #232323;
  }
}
.l-gnav__child-link--active {
  color: #1d004e;
}

/* =========================================================
 main
========================================================= */
.l-main {
  position: relative;
  z-index: 2;
  overflow: clip;
}
/* =========================================================
 container
========================================================= */
.l-container {
  width: 89.33%;
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .l-container {
    width: 94%;
    max-width: 1366px;
  }
}
.l-container--small {
  max-width: 1080px;
}

/* =========================================================
 footer
========================================================= */
.l-footer {
  position: relative;
  z-index: 3;
  padding-block: 9px 38px;
  background: #f0f0f0;
  overflow: clip;
}
@media (min-width: 1025px) {
  .l-footer {
    padding-block: 54px 60px;
  }
}

/*
.l-footer__pagetop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: function.calc-vw(45, 1000);
    z-index: 10;
    background: var.$color-01;
    aspect-ratio: 1;
    border-radius: 50%;

    @include mixin.hover-opacity;

    &::before {
        position: absolute;
        left: 50%;
        top: 43%;
        translate: -50%;
        width: 30%;
        aspect-ratio: 1;
        border-top: 2px solid;
        border-right: 2px solid;
        color: #FFF;
        rotate: -45deg;
        content: '';
    }
}

.is-pagetop {
    @include mixin.min-medium {
        opacity: 0;
        transition: 0.5s opacity;
        pointer-events: none;

        &--show {
            opacity: 1;
            pointer-events: initial;
        }
    }
}
*/
.l-footer__en {
  position: relative;
  z-index: 3;
  pointer-events: none;
  width: 98.6666666667%;
  margin-inline: auto;
  mix-blend-mode: overlay;
}
@media (min-width: 1025px) {
  .l-footer__en {
    width: min(96.6145833333vw, 1855px);
  }
}
.l-footer__en img {
  width: 100%;
}

.l-footer__inner {
  position: relative;
  z-index: 2;
  margin-top: -6px;
}
@media (min-width: 1025px) {
  .l-footer__inner {
    margin-top: 17px;
  }
}

.l-footer__contact {
  display: grid;
}
@media (max-width: 767px) {
  .l-footer__contact {
    row-gap: 20px;
    max-width: 350px;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .l-footer__contact {
    grid-template-columns: 1fr 1fr;
    column-gap: min(2.6206896552vw, 38px);
  }
}

.l-footer__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 100px;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 500;
}
@media (any-hover: hover) {
  .l-footer__contact-btn .c-arrow-link {
    transition: 0.3s translate;
  }
  .l-footer__contact-btn:hover .c-arrow-link {
    translate: 20% 0;
  }
}
.l-footer__contact-btn {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  transition: 0.5s;
}
@media (any-hover: hover) {
  .l-footer__contact-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
  }
}
@media (min-width: 1280px) {
  .l-footer__contact-btn {
    min-height: 160px;
  }
}
.l-footer__contact-btn .icon {
  position: absolute;
}
.l-footer__contact-btn .icon img {
  width: 100%;
  display: block;
}
.l-footer__contact-btn .text {
  margin-top: 0.2em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.l-footer__contact-btn .text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1280px) {
  .l-footer__contact-btn .text {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.l-footer__contact-btn .text span {
  display: block;
  font-family: "EB Garamond", sans-serif;
  font-weight: 400;
}
.l-footer__contact-btn .text span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1280px) {
  .l-footer__contact-btn .text span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-footer__contact-btn .c-arrow-link {
  position: absolute;
  right: 20px;
}
@media (min-width: 1280px) {
  .l-footer__contact-btn .c-arrow-link {
    right: 57px;
  }
}
.l-footer__contact-btn--request .icon {
  width: 18px;
  left: 32px;
}
@media (min-width: 1280px) {
  .l-footer__contact-btn--request .icon {
    width: 32px;
    left: 58px;
  }
}
.l-footer__contact-btn--contact .icon {
  width: 22px;
  left: 30px;
}
@media (min-width: 1280px) {
  .l-footer__contact-btn--contact .icon {
    width: 36px;
    left: 57px;
  }
}

.l-footer__bottom {
  margin-top: 34px;
}
@media (min-width: 1025px) {
  .l-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 74px;
  }
}

.l-footer__logo {
  width: 155px;
}
@media (max-width: 1024px) {
  .l-footer__logo {
    margin-bottom: 24px;
  }
}
@media (any-hover: hover) {
  .l-footer__logo a {
    transition: 0.5s opacity;
  }
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}

.l-footer__nav {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 0.8em 2.5em;
}
@media (min-width: 768px) {
  .l-footer__nav {
    display: flex;
    gap: 2em;
  }
}

.l-footer__nav-link {
  letter-spacing: 0.1em;
  color: #FFF;
}
.l-footer__nav-link {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (any-hover: hover) {
  .l-footer__nav-link {
    transition: 0.5s opacity;
  }
  .l-footer__nav-link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .l-footer__nav-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .l-footer__nav-link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .l-footer__nav-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer__copy {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  text-align: center;
  color: #FFF;
}
.l-footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .l-footer__copy {
    margin-top: 53px;
    text-align: right;
  }
}

.l-footer__bg {
  position: absolute;
  inset: 0;
}
.l-footer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
 article
========================================================= */
.l-article {
  display: grid;
  gap: 50px 40px;
  width: 89.33%;
  max-width: 1366px;
  margin-inline: auto;
  padding-block: 2.5rem 3.5rem;
}
@media (min-width: 1025px) {
  .l-article {
    width: 94%;
    gap: min(6.25vw, 80px);
    padding-block: 4rem 5rem;
  }
}
@media (min-width: 1025px) {
  .l-article:has(.l-article__sidebar) {
    grid-template-columns: 1fr min(300px, 25%);
    max-width: 1366px;
  }
}

.l-article__contents {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
body:has(.l-article__sidebar) .l-article__contents {
  width: 100%;
}

.l-article__archive-title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .l-article__archive-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.l-article__sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 521px) {
  .l-article__sidebar {
    row-gap: 50px;
  }
}
@media (any-hover: hover) {
  .l-article__sidebar a {
    transition: 0.5s opacity;
  }
  .l-article__sidebar a:hover {
    opacity: 0.7;
  }
}

.l-article__sidebar-title {
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #ccc;
  color: #7b7b7b;
}
.l-article__sidebar-title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .l-article__sidebar-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.l-article__sidebar-entry-list {
  list-style: none;
}
.l-article__sidebar-entry-list li + li {
  margin-top: 1em;
}
.l-article__sidebar-entry-list .date {
  display: block;
  font-weight: 700;
}
.l-article__sidebar-entry-list .date {
  font-size: 15px;
  font-size: 0.9375rem;
}
.l-article__sidebar-entry-list .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (any-hover: hover) {
  .l-article__sidebar-entry-list a {
    transition: 0.5s color;
  }
  .l-article__sidebar-entry-list a:hover {
    color: #1d004e !important;
  }
}

.l-article__sidebar-category > li {
  display: flex;
  gap: 0.2em;
}
.l-article__sidebar-category > li::before {
  content: "・";
}
.l-article__sidebar-category li + li {
  margin-top: 0.5em;
}
.l-article__sidebar-category li .children {
  margin-top: 0.5em;
}
.l-article__sidebar-category li .children li {
  display: flex;
  gap: 0.2em;
  margin-left: 1em;
}
.l-article__sidebar-category li .children li::before {
  content: "-";
}
@media (any-hover: hover) {
  .l-article__sidebar-category a {
    transition: 0.5s color;
  }
  .l-article__sidebar-category a:hover {
    color: #1d004e !important;
  }
}

.l-article__sidebar-archive {
  position: relative;
}
.l-article__sidebar-archive {
  font-size: 16px;
  font-size: 1rem;
}
.l-article__sidebar-archive::after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background: #232323;
  height: 0.5em;
  width: 0.8em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.l-article__sidebar-archive select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 2em 0.5em 1em;
  background: #FFF;
  border-radius: 0;
  border-color: #ccc;
  color: #232323;
  cursor: pointer;
}

/* =========================================================
 component
========================================================= */
/* =========================================================
 utility
========================================================= */
/* テキスト
-------------------------------------- */
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

@media (min-width: 1025px) {
  .u-text-center-large {
    text-align: center !important;
  }
}

.u-text-right {
  text-align: right !important;
}

.u-fs-medium {
  font-size: 18px;
  font-size: 1.125rem;
}

.u-fs-large {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .u-fs-large {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.u-color-01 {
  color: #1d004e;
}

.u-color-02 {
  color: #232323;
}

.u-weight-bold {
  font-weight: 700;
}

.u-weight-middle {
  font-weight: 500;
}

/* 表示・非表示
----------------------------------------------- */
.u-hidden {
  display: none !important;
}

@media (min-width: 375px) {
  .u-hidden-xSmall {
    display: none !important;
  }
}

@media (min-width: 521px) {
  .u-hidden-small {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-medium {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .u-hidden-large {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .u-hidden-xLarge {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .u-hidden-xxLarge {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .u-visible-small {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-visible-medium {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .u-visible-large {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .u-visible-xLarge {
    display: none !important;
  }
}

@media (max-width: 1919px) {
  .u-visible-xxLarge {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .u-visible-small-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-visible-small-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-visible-medium-only {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .u-visible-medium-only {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .u-visible-large-only {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .u-visible-large-only {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .u-visible-xLarge-only {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .u-visible-xLarge-only {
    display: none !important;
  }
}

/* マージン調整
-------------------------------------- */
.u-mt-xSmall {
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .u-mt-xSmall {
    margin-top: 1rem;
  }
}

.u-mt-small {
  margin-top: 1rem;
}
@media (min-width: 1025px) {
  .u-mt-small {
    margin-top: 2rem;
  }
}

.u-mt-medium {
  margin-top: 1.5rem;
}
@media (min-width: 1025px) {
  .u-mt-medium {
    margin-top: 3rem;
  }
}

.u-mt-large {
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .u-mt-large {
    margin-top: 4rem;
  }
}

.u-mt-xLarge {
  margin-top: 2.5rem;
}
@media (min-width: 1025px) {
  .u-mt-xLarge {
    margin-top: 5rem;
  }
}

.u-mt-xxLarge {
  margin-top: 3rem;
}
@media (min-width: 1025px) {
  .u-mt-xxLarge {
    margin-top: 6rem;
  }
}

.u-mb-xSmall {
  margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
  .u-mb-xSmall {
    margin-bottom: 1rem;
  }
}

.u-mb-small {
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .u-mb-small {
    margin-bottom: 2rem;
  }
}

.u-mb-medium {
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .u-mb-medium {
    margin-bottom: 3rem;
  }
}

.u-mb-large {
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .u-mb-large {
    margin-bottom: 4rem;
  }
}

.u-mb-xLarge {
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .u-mb-xLarge {
    margin-bottom: 5rem;
  }
}

.u-mb-xxLarge {
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .u-mb-xxLarge {
    margin-bottom: 6rem;
  }
}

.u-pt-xSmall {
  padding-top: 0.5rem;
}
@media (min-width: 1025px) {
  .u-pt-xSmall {
    padding-top: 1rem;
  }
}

.u-pt-small {
  padding-top: 1rem;
}
@media (min-width: 1025px) {
  .u-pt-small {
    padding-top: 2rem;
  }
}

.u-pt-medium {
  padding-top: 1.5rem;
}
@media (min-width: 1025px) {
  .u-pt-medium {
    padding-top: 3rem;
  }
}

.u-pt-large {
  padding-top: 2rem;
}
@media (min-width: 1025px) {
  .u-pt-large {
    padding-top: 4rem;
  }
}

.u-pt-xLarge {
  padding-top: 2.5rem;
}
@media (min-width: 1025px) {
  .u-pt-xLarge {
    padding-top: 5rem;
  }
}

.u-pt-xxLarge {
  padding-top: 3rem;
}
@media (min-width: 1025px) {
  .u-pt-xxLarge {
    padding-top: 6rem;
  }
}

.u-pt-xSmall {
  padding-bottom: 0.5rem;
}
@media (min-width: 1025px) {
  .u-pt-xSmall {
    padding-bottom: 1rem;
  }
}

.u-pb-small {
  padding-bottom: 1rem;
}
@media (min-width: 1025px) {
  .u-pb-small {
    padding-bottom: 2rem;
  }
}

.u-pb-medium {
  padding-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .u-pb-medium {
    padding-bottom: 3rem;
  }
}

.u-pb-large {
  padding-bottom: 2rem;
}
@media (min-width: 1025px) {
  .u-pb-large {
    padding-bottom: 4rem;
  }
}

.u-pb-xLarge {
  padding-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .u-pb-xLarge {
    padding-bottom: 5rem;
  }
}

.u-pb-xxLarge {
  padding-bottom: 3rem;
}
@media (min-width: 1025px) {
  .u-pb-xxLarge {
    padding-bottom: 6rem;
  }
}

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

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

.u-pt-0 {
  padding-top: 0 !important;
}

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

.u-section-mt {
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .u-section-mt {
    margin-top: 80px;
  }
}

.u-section-mb {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .u-section-mb {
    margin-bottom: 80px;
  }
}

/* 寄せ
-------------------------------------- */
.u-align-left {
  margin-right: auto;
}

.u-align-right {
  margin-left: auto;
}

.u-align-center {
  margin-inline: auto;
}

/* 背景カラー
-------------------------------------- */
.u-bg-color-01 {
  background: #f0f0f0;
}

.u-bg-color-02 {
  background: #f0f0f0;
}

/* 明度変更
-------------------------------------- */
.u-brightness-105 {
  filter: brightness(105%);
}

.u-brightness-110 {
  filter: brightness(110%);
}

/* アニメーション
-------------------------------------- */
/* 下から */
.is-animation--fadein {
  opacity: 0;
}
.is-animation--fadein.is-animation--done {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.is-animation--fadein {
  opacity: 0;
}
.is-animation--fadein.is-animation--done {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

/*背景色が伸びて出現（共通）*/
.is-animation--bgextend {
  display: inline-block;
  animation-name: bgextendAnimeBase;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
.is-animation--bgextend .text {
  opacity: 0;
}
.is-animation--bgextend.is-animation--done::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  transform: scaleY(0);
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
.is-animation--bgextend.is-animation--done .text {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1.2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.is-animation--bgextend.is-animation--delay01 {
  animation-delay: 0.3s;
}
.is-animation--bgextend.is-animation--delay01::before {
  animation-delay: 0.3s;
}
.is-animation--bgextend.is-animation--delay01 .text {
  animation-delay: 0.9s;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgUDextendAnime {
  0% {
    transform-origin: center top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: center top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: center top;
    transform: scaleY(1);
    translate: 0 0%;
  }
  100% {
    translate: 0 100%;
  }
  /*
    0% {
      transform-origin: center top;
      transform:scaleY(0);
    }
    50% {
      transform-origin: center top;
      transform:scaleY(1);
    }
    50.001% {
      transform-origin:center bottom;
      transform:scaleY(1);
    }
    100% {
      transform-origin:center bottom;
      transform:scaleY(0);
    }
  } */
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =========================================================
 component
========================================================= */
/* 下層kv
-------------------------------------- */
.c-sub-mv {
  position: relative;
}
.c-sub-mv::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  mix-blend-mode: overlay;
  content: "";
  z-index: 2;
}

.c-sub-mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  height: 240px;
  text-align: center;
  color: #FFF;
}
@media (min-width: 1025px) {
  .c-sub-mv__inner {
    height: 350px;
  }
}

.c-sub-mv__subtitle {
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
}
.c-sub-mv__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .c-sub-mv__subtitle {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.c-sub-mv__title {
  margin-top: 2em;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  font-size: min(5.8666666667vw, 22px);
}
@media (min-width: 1025px) {
  .c-sub-mv__title {
    margin-top: 1em;
  }
  .c-sub-mv__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c-sub-mv__bg {
  position: absolute;
  inset: 0;
}
.c-sub-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* breadcrumb
-------------------------------------- */
.c-breadcrumb {
  padding-block: 10px 12px;
  line-height: 1.375;
  text-align: left;
  background: #f0f0f0;
}
.c-breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-breadcrumb .l-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 0.4em;
}
.c-breadcrumb .aioseo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 0.4em;
}
@media (any-hover: hover) {
  .c-breadcrumb a {
    transition: 0.5s opacity;
  }
  .c-breadcrumb a:hover {
    opacity: 0.7;
  }
}

/* post-head
-------------------------------------- */
.c-post-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1em 1.5em;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .c-post-head {
    margin-bottom: 3rem;
  }
}

.c-post-head__title {
  width: 100%;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
}
.c-post-head__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .c-post-head__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-post-head__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  letter-spacing: normal;
  text-align: center;
}
.c-post-head__category {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .c-post-head__category {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-post-head__category a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5em;
  background: #1d004e;
  border: 1px solid #1d004e;
  color: #FFF;
  padding: 0.2em 1em;
  transition: 0.5s color, 0.5s background-color;
}
@media (any-hover: hover) {
  .c-post-head__category a:hover {
    background: #FFF;
    color: #1d004e;
  }
}

.c-post-head__date {
  font-size: 18px;
  font-size: 1.125rem;
}

/* post-body
-------------------------------------- */
.c-post-body {
  line-height: 1.9;
}
.c-post-body h2:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
  position: relative;
  padding: 0 0.4em 0.6em;
  border-bottom: 1px solid #ACACAC;
}
.c-post-body h2:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
  font-size: 22px;
  font-size: 1.375rem;
}
.c-post-body h2:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06)::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(25%, 10em);
  height: 1px;
  background: #1d004e;
  content: "";
}
.c-post-body h3:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
  position: relative;
  padding: 0.2em 0 0.2em 1em;
}
.c-post-body h3:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
  font-size: 20px;
  font-size: 1.25rem;
}
.c-post-body h3:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 3px;
  background: #1d004e;
  content: "";
}
.c-post-body h4:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .c-post-body h5:not(.c-heading-01):not(.c-heading-02):not(.c-heading-03):not(.c-heading-04):not(.c-heading-05):not(.c-heading-06) {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.c-post-body a:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: #036ea9;
}
.c-post-body .wp-block-file__button {
  padding: 0.4em 1em;
  background: #1d004e;
  color: #FFF;
}
.c-post-body > * + * {
  margin-top: 1.5em;
}
.c-post-body p strong {
  color: #1d004e;
}
.c-post-body * + h2,
.c-post-body * + h3,
.c-post-body * + h4,
.c-post-body * + h5,
.c-post-body * + h6 {
  margin-top: 2em;
}
.c-post-body ul li {
  display: flex;
  position: relative;
  line-height: 1.7;
}
.c-post-body li + li {
  margin-top: 0.3em;
}
.c-post-body ul:not(.blocks-gallery-grid) {
  padding-left: 1.2em;
}
.c-post-body ul:not(.blocks-gallery-grid) li {
  display: list-item;
  /* 
  padding-left: 1em;

  &:before {
      position: absolute;
      left: 0;
      content: '・';
  }*/
}
.c-post-body ul.nomarker li {
  padding-left: 0;
}
.c-post-body ul.nomarker li::before {
  display: none;
}
.c-post-body ol {
  padding-left: 1.5em;
}
.c-post-body iframe {
  max-width: 100%;
}
.c-post-body pre {
  white-space: pre-wrap;
}
.c-post-body .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.c-post-body .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.c-post-body .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.c-post-body figure figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 85%;
}
.c-post-body .wp-block-button__link {
  padding-block: 0.6em;
  background: #1d004e;
}
@media (any-hover: hover) {
  .c-post-body .wp-block-button__link {
    transition: 0.5s opacity;
  }
  .c-post-body .wp-block-button__link:hover {
    opacity: 0.7;
  }
}
.c-post-body .wp-block-columns > * > * + * {
  margin-top: 1.5em;
}
.c-post-body .wp-block-group__inner-container > * + * {
  margin-top: 1.5em;
}
/* news-list
-------------------------------------- */
.c-news-list {
  list-style: none;
}
.c-news-list li:nth-child(2n+1) {
  background: #f0f0f0;
}
.c-news-list li:nth-child(2n) .c-arrow-link {
  background: #f0f0f0;
}

.c-news-list__item .link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6em 1em;
  position: relative;
  padding: 20px 70px 20px 15px;
}
.c-news-list__item .link {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (any-hover: hover) {
  .c-news-list__item .link .c-arrow-link {
    transition: 0.3s translate;
  }
  .c-news-list__item .link:hover .c-arrow-link {
    translate: 20% 0;
  }
}
@media (min-width: 768px) {
  .c-news-list__item .link {
    padding-block: 30px;
  }
}
@media (min-width: 1025px) {
  .c-news-list__item .link {
    padding: 43px 130px 43px 28px;
  }
  .c-news-list__item .link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-news-list__item .date {
  width: 6.66em;
}
.c-news-list__item .category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}
.c-news-list__item .category {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-news-list__item .category-label {
  padding: 0.06em 0.8em 0.1em;
  background: #1d004e;
  color: #FFF;
}
.c-news-list__item .title {
  position: relative;
  width: 100%;
  font-weight: 500;
  min-width: 0;
  line-height: inherit;
  transition: 0.5s color;
  font-size: inherit;
}
@media (max-width: 767px) {
  .c-news-list__item .title {
    width: 100%;
  }
}
.c-news-list__item .title > span {
  display: block;
  line-height: 1.5;
}
.c-news-list__item .title > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-news-list__item .title > span {
    -webkit-line-clamp: 1;
  }
}
.c-news-list__item .c-arrow-link {
  position: absolute;
  right: 10px;
}
@media (min-width: 1025px) {
  .c-news-list__item .c-arrow-link {
    right: 40px;
  }
}

/* pager
-------------------------------------- */
.c-pager {
  display: grid;
  grid-template-areas: "prev next" "back back";
  justify-content: space-between;
  max-width: 1340px;
  gap: 20px;
}
@media (min-width: 1280px) {
  .c-pager {
    grid-template-columns: 0.5fr 1fr 0.5fr;
    grid-template-areas: "prev back next";
  }
}
@media (min-width: 1280px) {
  .l-container:has(.l-article__sidebar) .c-pager {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    grid-template-areas: "prev next" "back back";
  }
}

.c-pager__prev {
  grid-area: prev;
  margin-right: auto;
  margin-block: auto;
}
.c-pager__prev a {
  display: inline-flex;
  align-items: center;
  column-gap: 0.6em;
  transition: 0.5s color;
  flex-direction: row-reverse;
}
.c-pager__prev a::after {
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 1.3em;
  background-color: #1d004e; /* ←ここで色変更 */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0ZM7.29297 6.70703L10.4141 9.82812L7.29297 12.9492L8.70703 14.3643L13.2422 9.82812L8.70703 5.29297L7.29297 6.70703Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0ZM7.29297 6.70703L10.4141 9.82812L7.29297 12.9492L8.70703 14.3643L13.2422 9.82812L8.70703 5.29297L7.29297 6.70703Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  content: "";
  scale: -1 1;
}
@media (any-hover: hover) {
  .c-pager__prev a:hover {
    color: #1d004e;
  }
}

.c-pager__next {
  grid-area: next;
  margin-left: auto;
  margin-block: auto;
  text-align: right;
}
.c-pager__next a {
  display: inline-flex;
  align-items: center;
  column-gap: 0.6em;
  transition: 0.5s color;
}
.c-pager__next a::after {
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 1.3em;
  background-color: #1d004e; /* ←ここで色変更 */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0ZM7.29297 6.70703L10.4141 9.82812L7.29297 12.9492L8.70703 14.3643L13.2422 9.82812L8.70703 5.29297L7.29297 6.70703Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0ZM7.29297 6.70703L10.4141 9.82812L7.29297 12.9492L8.70703 14.3643L13.2422 9.82812L8.70703 5.29297L7.29297 6.70703Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  content: "";
}
@media (any-hover: hover) {
  .c-pager__next a:hover {
    color: #1d004e;
  }
}

.c-pager__back {
  grid-area: back;
  text-align: center;
}
.c-pager__back a {
  margin-inline: auto;
}

/* pagination 
-------------------------------------- */
.c-pagination:has(.nav-links) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .c-pagination:has(.nav-links) {
    margin-top: 60px;
  }
}
.c-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 1em;
  font-weight: 700;
  text-align: center;
}
.c-pagination .nav-links {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .c-pagination .nav-links {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-pagination .nav-links > *:not(.extend):not(.pages):not(.dots) {
  color: #1d004e;
}
.c-pagination .nav-links a {
  display: block;
}
@media (any-hover: hover) {
  .c-pagination .nav-links a {
    transition: 0.5s color;
  }
  .c-pagination .nav-links a:hover {
    color: #232323 !important;
  }
}
.c-pagination .nav-links > .current {
  min-width: 1.5em;
  padding-inline: 0.6em;
  background: #1d004e;
  color: #FFF !important;
}

/* img
-------------------------------------- */
.c-img {
  position: relative;
  overflow: hidden;
}
.c-img img {
  width: 100%;
}
.c-img--hover-zoom {
  position: relative;
  overflow: hidden;
}
@media (any-hover: hover) {
  .c-img--hover-zoom a:hover img {
    transform: scale(1.08);
  }
}
.c-img--hover-zoom img {
  transition: 0.5s transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (any-hover: hover) {
  a:hover .c-img--hover-zoom img {
    transform: scale(1.08);
  }
}
.c-sharpImg img {
  image-rendering: -webkit-optimize-contrast;
}

/* heading
-------------------------------------- */
.c-heading-01 {
  position: relative;
  letter-spacing: 0.1em;
}
@media (min-width: 1280px) {
  .c-heading-01 {
    padding-top: 0;
  }
}
.c-heading-01::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 375px;
  aspect-ratio: 494/282;
  background: url(../img/common/title_bg@2x.webp) no-repeat 0 0/contain;
  content: "";
}
@media (max-width: 1024px) {
  .c-heading-01::before {
    left: calc(50% - 50vw);
  }
}
@media (min-width: 1025px) {
  .c-heading-01::before {
    left: -5vw;
  }
}
@media (min-width: 1280px) {
  .c-heading-01::before {
    width: 494px;
    left: -92px;
    translate: 0 -53%;
  }
}
.c-heading-01 .sub {
  position: relative;
  z-index: 2;
  margin-left: 0.15em;
  font-family: "EB Garamond", sans-serif;
  letter-spacing: 0.1em;
  color: #1d004e;
  font-weight: 400;
  line-height: 0.9;
}
.c-heading-01 .sub {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1280px) {
  .c-heading-01 .sub {
    line-height: 0.8;
  }
  .c-heading-01 .sub {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-heading-01 .main {
  position: relative;
  z-index: 2;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Noto Serif JP", sans-serif;
  color: #1d004e;
}
.c-heading-01 .main {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 1280px) {
  .c-heading-01 .main {
    font-size: clamp(28px, 4.1379310345vw, 60px);
  }
}

.c-heading-02 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  color: #1d004e;
  line-height: 1.375;
}
.c-heading-02 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .c-heading-02 {
    font-size: clamp(24px, 2.5vw, 40px);
  }
}

.c-heading-03 {
  font-weight: 500;
  color: #1d004e;
}
.c-heading-03 {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 1025px) {
  .c-heading-03 {
    font-size: clamp(20px, 1.5vw, 24px);
  }
}
.c-heading-03--serif {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
}

.c-heading-04 {
  position: relative;
  padding: 0.6em 0.8em 0.7em 2.65em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #1d004e;
  background: #f0f0f0;
}
.c-heading-04 {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .c-heading-04 {
    padding-block: 1em 1.1em;
  }
  .c-heading-04 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-heading-04::before {
  position: absolute;
  top: 1.05em;
  left: 1.2em;
  width: 0.7em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FFF;
  content: "";
}
@media (min-width: 1025px) {
  .c-heading-04::before {
    top: 1.45em;
  }
}
.c-heading-04--bg-white {
  background: #FFF;
}
.c-heading-04--bg-white::before {
  background: #f0f0f0;
}

.c-heading-05 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .c-heading-05 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-list > li {
  position: relative;
  padding-left: 1em;
}
.c-list > li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.c-list ul {
  margin-top: 0.3em;
}
.c-list--disc {
  list-style: none;
}
.c-list--disc > li {
  position: relative;
  padding-left: 1.4em;
}
.c-list--disc > li::before {
  position: absolute;
  top: 0.65em;
  left: 0.2em;
  background: #d2ccdc;
  width: 0.57em;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
}
.c-list--square > li {
  display: flex;
  gap: 0.3em;
}
.c-list--square > li::before {
  color: #1d004e;
  content: "■";
}

/* title
-------------------------------------- */
.c-concept-title {
  position: relative;
}
@media (min-width: 1280px) {
  .c-concept-title {
    padding-top: 0;
  }
}
.c-concept-title::before {
  position: absolute;
  width: 375px;
  aspect-ratio: 494/282;
  background: url(../img/common/title_bg@2x.webp) no-repeat 0 0/contain;
  content: "";
}
@media (max-width: 1024px) {
  .c-concept-title::before {
    left: calc(50% - 50vw);
  }
}
@media (max-width: 1279px) {
  .c-concept-title::before {
    top: 50%;
    translate: 0 -50%;
  }
}
@media (min-width: 1025px) {
  .c-concept-title::before {
    left: -5vw;
  }
}
@media (min-width: 1280px) {
  .c-concept-title::before {
    width: 494px;
    top: -70px;
    left: max(-8.3333333333vw, -160px);
  }
}
.c-concept-title .sub {
  position: relative;
  z-index: 2;
  font-family: "EB Garamond", sans-serif;
  letter-spacing: normal;
  color: #1d004e;
  font-weight: 400;
  line-height: 0.8;
  font-size: min(16vw, 60px);
}
@media (min-width: 1280px) {
  .c-concept-title .sub {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
.c-concept-title .main {
  position: relative;
  z-index: 2;
  margin-top: 0.8em;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  color: #1d004e;
  letter-spacing: 0.1em;
}
.c-concept-title .main {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .c-concept-title .main {
    margin-top: 1.3em;
  }
  .c-concept-title .main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* lead
-------------------------------------- */
.c-lead {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  color: #1d004e;
  font-weight: 600;
  line-height: 1.83;
}
.c-lead {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .c-lead {
    font-size: clamp(22px, 2.0689655172vw, 30px);
  }
}

/* lead
-------------------------------------- */
@media (min-width: 1025px) {
  .c-text {
    line-height: 2.25;
  }
  .c-text--center-large {
    text-align: center;
  }
}

/* btn
-------------------------------------- */
.c-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 22px;
  position: relative;
  width: 100%;
  max-width: 335px;
  min-height: 45px;
  padding: 0.4em 2em 0.5em;
  background: #1d004e;
  border: 1px solid #1d004e;
  text-align: center;
  color: #FFF;
  transition: 0.5s color, 0.5s background-color;
}
.c-primary-btn {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-primary-btn {
  position: relative;
}
.c-primary-btn::after {
  position: absolute;
  width: 5.39px;
  height: 9.37px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: 0.5s translate;
  content: "";
}
@media (any-hover: hover) {
  .c-primary-btn:hover::after {
    translate: 100%;
  }
}
@media (min-width: 1025px) {
  .c-primary-btn {
    width: auto;
    min-width: 260px;
    max-width: 400px;
    min-height: 55px;
  }
  .c-primary-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-primary-btn::after {
  position: absolute;
  right: 15px;
}
@media (min-width: 1025px) {
  .c-primary-btn::after {
    right: 21px;
  }
}
@media (any-hover: hover) {
  .c-primary-btn:hover {
    background: #FFF;
    color: #1d004e;
  }
}

.c-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 263px;
  height: 67px;
  padding-bottom: 0.1em;
  background: #7b7b7b;
  transition: 0.5s border-radius;
  color: #FFF;
}
.c-secondary-btn {
  font-size: 18px;
  font-size: 1.125rem;
}

/* link
-------------------------------------- */
.c-link--color {
  color: #036ea9;
}
@media (any-hover: hover) {
  .c-link--color {
    transition: 0.5s opacity;
  }
  .c-link--color:hover {
    opacity: 0.7;
  }
}
.c-link--external {
  display: inline-flex !important;
  align-items: center;
  gap: 0.8em;
}
.c-link--external::after {
  aspect-ratio: 17/15;
  width: 17px;
  background: url(../img/common/icon_external.svg) no-repeat center/contain;
  content: "";
}
@media (min-width: 768px) {
  .c-link--tel {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.c-link--underline {
  border-bottom: 1px solid;
  transition: 0.5s border;
}
@media (any-hover: hover) {
  .c-link--underline:hover {
    border-bottom-color: transparent;
  }
}

/* table-list
-------------------------------------- */
.c-table-list > div {
  display: flex;
}
.c-table-list--cell {
  border-top: #ccc 1px solid;
}
.c-table-list--cell > div {
  border-bottom: #ccc 1px solid;
}
@media (max-width: 767px) {
  .c-table-list--cell > div {
    flex-direction: column;
  }
}
.c-table-list--cell dt {
  display: flex;
  width: 100%;
  padding: 0.8em 0.6em;
  background: #f0f0f0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-table-list--cell dt {
    width: 30%;
    min-width: 180px;
    padding: 1em;
  }
}
.c-table-list--cell dd {
  flex: 1;
  padding: 0.8em 0.6em;
}
@media (min-width: 768px) {
  .c-table-list--cell dd {
    padding: 1em;
  }
}
.c-table-list--border {
  margin-right: auto;
  margin-left: auto;
}
.c-table-list--border > div {
  border-bottom: 1px solid #cdcece;
}
@media (max-width: 767px) {
  .c-table-list--border > div {
    padding-block: 1em;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .c-table-list--border > div {
    gap: clamp(20px, 2.8571428571vw, 40px);
  }
}
.c-table-list--border dt {
  position: relative;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-table-list--border dt {
    margin-bottom: 0.3em;
    color: #1d004e;
  }
}
@media (min-width: 768px) {
  .c-table-list--border dt {
    display: flex;
    width: clamp(220px, 30%, 350px);
    padding-block: 1.7em;
    padding-inline: 1.35em;
  }
}
@media (min-width: 768px) {
  .c-table-list--border dd {
    flex: 1;
    padding-block: 1.7em;
  }
}

/* arrow
-------------------------------------- */
.c-arrow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 40/20;
  width: 40px;
  border-radius: 25px;
  background: #FFF;
}
.c-arrow-link::after {
  width: 5.39px;
  height: 9.37px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%231d004e' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
@media (min-width: 1025px) {
  .c-arrow-link {
    aspect-ratio: 50/30;
    width: clamp(40px, 3.4482758621vw, 50px);
  }
}
.c-arrow-link--bg-gray {
  background: #f0f0f0;
}

/* local-nav
-------------------------------------- */
.c-local-nav {
  list-style: none;
  display: grid;
  gap: 12px;
}
.c-local-nav {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .c-local-nav {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .c-local-nav {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .c-local-nav--col3 {
    grid-template-columns: repeat(3, 1fr);
    column-gap: min(1.3793103448vw, 20px);
  }
}
@media (min-width: 768px) {
  .c-local-nav--col4 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: min(1.3793103448vw, 20px);
  }
}
@media (min-width: 1280px) {
  .c-local-nav--col4 {
    grid-template-columns: repeat(4, 1fr);
    column-gap: min(1.1724137931vw, 17px);
  }
}

.c-local-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 3.4em;
  background: #f0f0f0;
  color: #1d004e;
  transition: 0.5s background-color, 0.5s color;
}
@media (min-width: 1025px) {
  .c-local-nav__btn {
    min-height: 5em;
  }
}
.c-local-nav__btn .text {
  padding-block: 0.4em 0.45em;
  text-align: center;
}
.c-local-nav__btn::after {
  position: absolute;
  right: 1em;
  width: 9.66px;
  height: 5.33px;
  transition: 0.5s translate;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.66 5.33'%3E%3Cpolyline points='9.16 .5 4.83 4.83 .5 .5' fill='none' stroke='%23000' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.66 5.33'%3E%3Cpolyline points='9.16 .5 4.83 4.83 .5 .5' fill='none' stroke='%23000' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  content: "";
}
@media (any-hover: hover) {
  .c-local-nav__btn:hover {
    background-color: #1d004e;
    color: #FFF;
  }
  .c-local-nav__btn:hover::after {
    translate: 0 50%;
  }
}

/* works-item
-------------------------------------- */
.c-works-item {
  height: auto !important;
}
.c-works-item .link {
  display: block;
  height: 100%;
  background: #FFF;
}
.c-works-item .img {
  aspect-ratio: 430/350;
}
.c-works-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-works-item .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  padding: 16px 16px 18px;
}
@media (min-width: 1025px) {
  .c-works-item .inner {
    column-gap: 14px;
    padding: 18px 21px 23px;
  }
}
.c-works-item .title {
  width: 100%;
}
.c-works-item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c-works-item .title {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .c-works-item .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-works-item .categories {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 7px;
  list-style: none;
}
.c-works-item .categories {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-works-item .categories li {
  padding: 0.1em 0.8em 0.15em;
  background: #1d004e;
  color: #FFF;
}
.c-works-item .place {
  color: #676767;
}
.c-works-item .place {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-works-item .place {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .c-works-item .place {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* scroll-target
-------------------------------------- */
.c-scroll-target {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}
@media (min-width: 1025px) {
  .c-scroll-target {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* =========================================================
 project
========================================================= */
/* =========================================================
 form
========================================================= */
/* section
-------------------------------------- */
.p-form-section .wpcf7-response-output {
  padding: 1em !important;
}
.p-form-section form.validating .wpcf7-response-output:empty {
  display: none;
}
.p-form-section form.invalid .wpcf7-response-output,
.p-form-section form.unaccepted .wpcf7-response-output {
  text-align: center;
  border-color: #d62902 !important;
  color: #d62902;
}

.p-form-section__inner {
  max-width: 1080px;
}
.p-form-section__title {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 700;
}
.p-form-section__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .p-form-section__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-form-section__lead {
  text-align: center;
  line-height: 2;
}

.p-form-section__att-list {
  margin-bottom: 40px;
  padding: clamp(16px, 3.3333333333vw, 40px);
  overflow: hidden;
  background: #f0f0f0;
}
@media (min-width: 1025px) {
  .p-form-section__att-list {
    margin-bottom: 50px;
  }
}
.p-form-section__att-list .title {
  width: 100%;
  margin-bottom: 0.8em;
  text-align: center;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  color: #1d004e;
}
@media (any-hover: hover) {
  .p-form-section__att-list .title {
    transition: 0.5s color;
  }
  .p-form-section__att-list .title:hover {
    color: #1d004e !important;
  }
}
.p-form-section__att-list .title {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 1025px) {
  .p-form-section__att-list .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .p-form-section__att-list .contents {
    text-align: center;
  }
}

.p-form-section__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 521px) {
  .p-form-section__btns {
    margin-top: 60px;
  }
}

.p-form-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  min-width: 260px;
  height: 52px;
  padding-inline: 30px;
  background: #1d004e;
  border: 1px solid #1d004e;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  transition: 0.5s background-color, 0.5s color;
}
.p-form-section__btn {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (any-hover: hover) {
  .p-form-section__btn:hover {
    background: #FFF;
    color: #1d004e;
  }
}
.p-form-section__btn--back {
  background: #7b7b7b;
  border-color: #7b7b7b;
}
@media (any-hover: hover) {
  .p-form-section__btn--back:hover {
    color: #7b7b7b;
  }
}
.p-form-section__btn:disabled {
  filter: grayscale(85%);
  pointer-events: none;
  color: #bbb;
  opacity: 0.5;
}

/* formTable
-------------------------------------- */
.p-form-privacy__acceptance .essential, .p-form-table dt span {
  padding: 0.05em 0.8em 0.1em;
  background: #b50d23;
  color: #FFF;
}
.p-form-privacy__acceptance .essential, .p-form-table dt span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .p-form-privacy__acceptance .essential, .p-form-table dt span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.p-form-table {
  border-top: 1px solid #ccc;
}
.p-form-table > div {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .p-form-table > div {
    flex-direction: column;
    padding-block: 0.8em;
  }
}
.p-form-table dt {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  color: #232323;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-form-table dt {
    width: 100%;
    align-items: center;
    margin-bottom: 0.3em;
  }
}
@media (min-width: 768px) {
  .p-form-table dt {
    position: relative;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 1.2em 0.8em;
  }
}
.p-form-table dd {
  padding-block: 0.2em;
}
@media (min-width: 768px) {
  .p-form-table dd {
    flex: 1;
    padding: 1.2em;
  }
}
@media (min-width: 768px) {
  .p-form-table--input dt {
    padding-block: 1.8em;
  }
}
.p-form-table--input dd:has(.p-form-table__radio) {
  padding-block: 0.6em;
}
@media (min-width: 768px) {
  .p-form-table--input dd:has(.p-form-table__radio) {
    padding-block: 1.8em;
  }
}

.p-form-table__att {
  font-size: 14px;
  font-size: 0.875rem;
}
* + .p-form-table__att {
  margin-top: 10px;
}

.p-form-table__radio .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.p-form-table__radio .wpcf7-form-control.wpcf7-radio > * {
  margin-left: 0;
}

.p-form-table__date {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1em;
}
.p-form-table__date input[type=date] {
  width: 100%;
  text-align: left;
}
.p-form-table__date:has(input[type=date]) {
  gap: 10px;
}
.p-form-table__date:has(input[type=date]) > * {
  width: 100%;
}
@media (min-width: 521px) {
  .p-form-table__date:has(input[type=date]) > * {
    width: calc((100% - 10px) / 2);
  }
}

.p-form-table__checklist,
.p-form-table__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.p-form-table__checklist .wpcf7-list-item,
.p-form-table__radio .wpcf7-list-item {
  margin-left: 0;
}

.p-form-table__select select, .p-form-table__textarea, .p-form-table__input {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  padding: 0 0.8em;
  color: #232323;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #FFF;
  font-weight: 500;
}
.p-form-table__select select, .p-form-table__textarea, .p-form-table__input {
  font-size: 16px;
  font-size: 1rem;
}
.p-form-table__select select::placeholder, .p-form-table__textarea::placeholder, .p-form-table__input::placeholder {
  color: rgba(35, 35, 35, 0.4);
}

.p-form-table__input--small {
  width: 180px;
}

.p-form-table__textarea {
  height: 10em;
  padding: 0.8em;
}

.p-form-table__select {
  position: relative;
  width: fit-content;
}
.p-form-table__select::after {
  position: absolute;
  right: 1em;
  top: 1.5em;
  background: #232323;
  height: 0.5em;
  width: 0.8em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media (min-width: 1025px) {
  .p-form-table__select::after {
    top: 1.31em;
  }
}
.p-form-table__select select {
  width: auto;
  min-width: 260px;
  padding-right: 2.5em;
  color: #232323;
  cursor: pointer;
}
.p-form-table__select select option {
  font-weight: 500;
}
.p-form-table__select:has(.is-myConfirmVal)::after {
  display: none;
}

.p-form-table__birth {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-form-table__birth > div {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.p-form-table__birth > div:nth-child(1) {
  width: 160px;
}
@media (max-width: 520px) {
  .p-form-table__birth > div:nth-child(1) {
    width: 100%;
  }
  .p-form-table__birth > div:nth-child(1) input {
    width: 140px;
  }
}
.p-form-table__birth > div:nth-child(2) {
  width: 100px;
}
.p-form-table__birth > div:nth-child(3) {
  width: 100px;
}

.p-form-table__name {
  display: flex;
  gap: 8px 1em;
}
.p-form-table__name > div {
  display: flex;
  align-items: center;
  column-gap: 0.6em;
}
.p-form-table__name > div .prefix {
  flex-shrink: 0;
}
@media (max-width: 520px) {
  .p-form-table__name {
    flex-direction: column;
  }
}

.p-form-table__address {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.p-form-table__address > div {
  display: flex;
  align-items: center;
  column-gap: 0.6em;
  width: 100%;
}
.p-form-table__address > div .prefix {
  flex-shrink: 0;
}

/* privacy
-------------------------------------- */
.p-form-privacy {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
  margin: 40px auto 0;
  text-align: center;
}

.p-form-privacy__title {
  width: fit-content;
  margin: 0 auto 1em;
  padding: 0.3em 0.8em;
  font-weight: 700;
}
.p-form-privacy__title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-form-privacy__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-form-privacy__text {
  text-align: left;
}
.p-form-privacy__text a {
  color: #036ea9;
  border-bottom: 1px solid;
}
@media (any-hover: hover) {
  .p-form-privacy__text a:hover {
    border-bottom-color: transparent;
  }
}
.p-form-privacy__text a span {
  color: #036ea9;
}

.p-form-privacy__acceptance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4em;
  margin-top: 1em;
}
@media (min-width: 521px) {
  .p-form-privacy__acceptance {
    gap: 0.8em;
  }
}
.p-form-privacy__acceptance .essential {
  flex-shrink: 0;
  padding-block: 0.2em;
}
.p-form-privacy__acceptance .wpcf7-list-item {
  display: flex;
  margin-left: 0;
  text-align: center;
}
.p-form-privacy__acceptance input {
  margin-right: 0.5em;
}

/* =========================================================
 home
========================================================= */
/* loading
-------------------------------------- */
.p-home-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
}
.p-home-loading::before {
  position: absolute;
  height: calc(100% + 1px);
  width: 100%;
  content: "";
}

.p-home-loading__logo {
  opacity: 0;
  translate: 0 100%;
  transition: 0.5s translate, 0.3s opacity;
  transition-delay: 0.2s;
  width: 80%;
  max-width: 420px;
}
.is-loading--loaded .p-home-loading__logo {
  opacity: 1;
  translate: 0 0;
}

.is-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.6s opacity;
}
html.has-loader .is-loading {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

html.has-loader .is-loading--hide {
  opacity: 0;
  pointer-events: none;
}

/* kv
-------------------------------------- */
.p-home-mv {
  position: relative;
}
.p-home-mv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  height: 100svh;
  min-height: 680px;
  padding: 126px 5% 120px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  font-family: "Noto Serif JP", sans-serif;
}
@media (min-width: 1025px) {
  .p-home-mv__inner {
    justify-content: flex-start;
    width: 94%;
    max-width: 1728px;
    min-height: 800px;
    margin-block: auto;
    padding: min(13.1034482759vw, 190px) 0 0;
  }
}

.p-home-mv__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2em;
  margin-block: -0.5em 0.6em;
  white-space: nowrap;
  font-size: min(11.7333333333vw, 44px);
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  .p-home-mv__lead {
    margin-block: 0 0.7em;
    font-size: clamp(44px, 3.1111111111vw, 56px);
  }
}

.p-home-mv__text {
  margin-top: 0.2em;
  line-height: 2.5;
  font-size: min(3.7333333333vw, 14px);
  letter-spacing: 0.1em;
  transition: 2s opacity;
  opacity: 0;
  transition-delay: 1.2s;
}
@media (min-width: 1025px) {
  .p-home-mv__text {
    font-size: clamp(14px, 1vw, 18px);
  }
}
.p-home-mv__text .num {
  writing-mode: horizontal-tb;
  display: inline-block;
  line-height: normal;
}
.p-home-mv__text.is-animation--done {
  opacity: 1;
}

.p-home-mv__news {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  padding: 20px 15px;
  background: #FFF;
}
@media (min-width: 1025px) {
  .p-home-mv__news {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    column-gap: 28px;
    right: auto;
    bottom: min(3.2291666667vw, 62px);
    left: min(3.0208333333vw, 58px);
    width: 80%;
    max-width: 830px;
    padding: 18px 20px;
  }
}

.p-home-mv__news-title {
  margin-bottom: 0.3em;
  font-family: "EB Garamond", sans-serif;
  color: #1d004e;
}
.p-home-mv__news-title {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .p-home-mv__news-title {
    margin: 0.1em 0 0;
  }
  .p-home-mv__news-title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.p-home-mv__news-item {
  display: flex;
  line-height: 1.5;
}
.p-home-mv__news-item {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-home-mv__news-item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .p-home-mv__news-item {
    -webkit-line-clamp: 1;
  }
}
@media (any-hover: hover) {
  .p-home-mv__news-item {
    transition: 0.5s color;
  }
  .p-home-mv__news-item:hover {
    color: #320975 !important;
  }
}
@media (min-width: 1025px) {
  .p-home-mv__news-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-home-mv__news-item .date {
  padding-right: 1em;
}

.p-home-mv__bg {
  position: absolute;
  inset: 0;
}
.p-home-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* about
-------------------------------------- */
.p-home-about__inner {
  max-width: 1728px;
  position: relative;
  padding-block: 35px 0;
}
@media (min-width: 1001px) {
  .p-home-about__inner {
    padding-block: min(9.21875vw, 177px) min(6.4583333333vw, 124px);
  }
}

.p-home-about__title {
  margin-bottom: 18px;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media (min-width: 1001px) {
  .p-home-about__title {
    margin-bottom: 30px;
  }
}
.p-home-about__title .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 0.3em;
  letter-spacing: 0.15em;
}
.p-home-about__title .sub {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1001px) {
  .p-home-about__title .sub {
    column-gap: 20px;
    margin-bottom: 0;
  }
  .p-home-about__title .sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-home-about__title .sub::before, .p-home-about__title .sub::after {
  width: 21px;
  height: 1px;
  background: currentColor;
  content: "";
}
@media (min-width: 1025px) {
  .p-home-about__title .sub::before, .p-home-about__title .sub::after {
    width: 50px;
  }
}
.p-home-about__title .main {
  color: #1d004e;
  letter-spacing: 0.1em;
}
.p-home-about__title .main {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .p-home-about__title .main {
    font-size: clamp(36px, 3.2142857143vw, 45px);
  }
}
.p-home-about__title .main span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 1025px) {
  .p-home-about__title .main span {
    font-size: clamp(40px, 4.2857142857vw, 60px);
  }
}

.p-home-about__text {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .p-home-about__text {
    text-align: center;
  }
}
@media (min-width: 1001px) {
  .p-home-about__text {
    line-height: 2.75;
    font-size: clamp(14px, 1.1428571429vw, 16px);
    text-shadow: #fff 0 0 0.2em, #fff 0 0 0.2em, #fff 0 0 0.2em, #fff 0 0 0.2em, #fff 0 0 0.2em, #fff 0 0 0.2em, #fff 0 0 0.2em, #fff 0 0 0.2em, #fff 0 0 0.2em, #fff 0 0 0.2em;
  }
}

@media (max-width: 1000px) {
  .p-home-about__imgs {
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin: min(5.3333333333vw, 40px) auto 0;
  }
}

@media (min-width: 1001px) {
  .p-home-about__img {
    position: absolute;
  }
}
.p-home-about__img--01 {
  width: 44.776119403%;
}
@media (max-width: 1000px) {
  .p-home-about__img--01 {
    position: relative;
  }
}
@media (min-width: 1001px) {
  .p-home-about__img--01 {
    z-index: 2;
    top: min(7.8125vw, 150px);
    right: 0;
    width: min(20.5729166667vw, 395px);
  }
}
.p-home-about__img--02 {
  width: 64.1791044776%;
}
@media (max-width: 1000px) {
  .p-home-about__img--02 {
    margin: 8.9552238806% 0 0 -8.9552238806%;
  }
}
@media (min-width: 1001px) {
  .p-home-about__img--02 {
    right: min(15.625vw, 300px);
    top: min(25vw, 480px);
    width: min(11.1979166667vw, 215px);
  }
}
@media (max-width: 1000px) {
  .p-home-about__img--03 {
    display: none;
  }
}
@media (min-width: 1001px) {
  .p-home-about__img--03 {
    bottom: min(2.6041666667vw, 50px);
    left: 0;
    width: min(22.0833333333vw, 424px);
  }
}
.p-home-about__img img {
  width: 100%;
}

.p-home-about__btn {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-home-about__btn {
    margin-top: 40px;
  }
}
@media (min-width: 1001px) {
  .p-home-about__btn {
    margin-top: 55px;
  }
  .p-home-about__btn .c-primary-btn {
    width: 400px;
  }
}

/* title
-------------------------------------- */
.p-home-title {
  position: relative;
  background: url(../img/common/title_bg@2x.webp) no-repeat 0 0/375px auto;
}
@media (min-width: 1025px) {
  .p-home-title {
    width: 94%;
    max-width: 1610px;
    margin-inline: auto;
  }
}
@media (min-width: 1280px) {
  .p-home-title {
    background-position: 0 47px;
    background-size: 494px auto;
  }
}

.p-home-title__inner {
  display: flex;
  align-items: flex-end;
  column-gap: 15px;
  position: relative;
}
@media (max-width: 1279px) {
  .p-home-title__inner {
    padding: 35px 5vw 30px;
  }
}
@media (min-width: 1280px) {
  .p-home-title__inner {
    width: fit-content;
    padding: 0 0 58px 100px;
  }
  .p-home-title__inner {
    font-size: 120px;
    font-size: 7.5rem;
  }
}

.p-home-title__sub {
  position: relative;
  z-index: 2;
  font-family: "EB Garamond", sans-serif;
  letter-spacing: normal;
  color: #1d004e;
  font-weight: 400;
  line-height: 0.8;
  font-size: min(16vw, 60px);
}
@media (min-width: 1280px) {
  .p-home-title__sub {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
.p-home-title__sub span {
  color: #7b7b7b;
}

.p-home-title__main {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  color: #1d004e;
  letter-spacing: 0.1em;
}
.p-home-title__main {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .p-home-title__main {
    position: absolute;
    right: 0;
    bottom: 150px;
  }
  .p-home-title__main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* business
-------------------------------------- */
.p-home-business {
  margin-top: 18px;
}

/* project
-------------------------------------- */
@media (min-width: 1025px) {
  .p-home-project {
    margin-top: 53px;
  }
}

@media (min-width: 1025px) {
  .p-home-project__title::before {
    position: absolute;
    top: 120px;
    right: calc(50% - 50vw);
    bottom: 0;
    left: calc(50% - 50vw);
    background: #f0f0f0;
    content: "";
  }
}
@media (min-width: 1280px) {
  .p-home-project__title::before {
    top: 180px;
    left: calc(50% - 50vw + 50px);
  }
}

.p-home-project__inner {
  position: relative;
  padding-block: 20px;
}
@media (max-width: 520px) {
  .p-home-project__inner {
    width: 89.33%;
    margin-inline: auto;
  }
}
@media (min-width: 1025px) {
  .p-home-project__inner {
    padding-block: 0 44px;
  }
}
.p-home-project__inner::before {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: calc(50% - 50vw);
  background: #f0f0f0;
  content: "";
}
@media (min-width: 1280px) {
  .p-home-project__inner::before {
    left: min(5.2083333333vw, 100px);
    left: calc(50% - 50vw + 50px);
  }
}

.p-home-project__controlls {
  display: flex;
  align-items: center;
  position: relative;
  width: 89.33%;
  margin: 20px auto 0;
}
@media (min-width: 1025px) {
  .p-home-project__controlls {
    justify-content: flex-end;
    column-gap: 27px;
    width: 94%;
    max-width: 1366px;
    margin-top: 44px;
  }
}

.p-home-project__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
  position: relative !important;
}
@media (max-width: 1024px) {
  .p-home-project__pagination {
    flex: 1;
  }
}

.p-home-project__bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #FFF;
  cursor: pointer;
  transition: 0.5s background-color;
}
.p-home-project__bullet.is-active {
  background: #1d004e;
}

.p-home-project__arrow {
  flex-shrink: 0;
}
.p-home-project__arrow {
  display: flex;
  align-items: center;
  width: 56px;
  aspect-ratio: 1;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
}
.p-home-project__arrow::after {
  width: 50px;
  height: 9px;
  background: url(../img/common/slider_arrow.svg) no-repeat center/contain;
  content: "";
  transition: 0.5s translate;
}
.p-home-project__arrow--next {
  justify-content: flex-end;
}
.p-home-project__arrow--next::after {
  margin: -5px -22px 0 0;
}
@media (any-hover: hover) {
  .p-home-project__arrow--next:hover::after {
    translate: 20% 0;
  }
}
.p-home-project__arrow--prev::after {
  scale: -1 1;
  margin: -5px 0 0 -22px;
}
@media (any-hover: hover) {
  .p-home-project__arrow--prev:hover::after {
    translate: -20% 0;
  }
}

.p-home-project__more {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 1025px) {
  .p-home-project__more {
    position: absolute;
    left: calc(50% - 130px);
    bottom: 44px;
  }
}

.p-home-project__nodata {
  position: relative;
  z-index: 2;
}

/* company
-------------------------------------- */
.p-home-company {
  position: relative;
  padding-block: 35px 5.3333333333vw;
  color: #FFF;
}
@media (min-width: 1025px) {
  .p-home-company {
    margin-top: 96px;
    padding-block: min(5.1041666667vw, 98px);
  }
}

.p-home-company__inner {
  position: relative;
  z-index: 2;
  max-width: 1728px;
}
@media (min-width: 1025px) {
  .p-home-company__inner {
    display: flex;
    align-items: center;
    column-gap: min(5.9375vw, 114px);
    padding-left: min(8.5416666667vw, 164px);
  }
}

.p-home-company__title {
  display: flex;
  align-items: flex-end;
  column-gap: 19px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .p-home-company__title {
    flex-direction: column-reverse;
    position: absolute;
    left: 0;
    top: 50%;
    translate: -40% -50%;
    margin: 0;
    rotate: 90deg;
  }
}
.p-home-company__title .sub {
  line-height: 0.9;
  letter-spacing: normal;
  font-family: "EB Garamond", sans-serif;
  font-weight: 400;
}
.p-home-company__title .sub {
  font-size: 60px;
  font-size: 3.75rem;
}
@media (min-width: 1025px) {
  .p-home-company__title .sub {
    font-size: min(6.25vw, 120px);
  }
}
.p-home-company__title .main {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-home-company__title .main {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .p-home-company__title .main {
    margin-bottom: -2em;
    font-size: clamp(16px, 1.0416666667vw, 20px);
  }
}

.p-home-company__nav {
  list-style: none;
}
@media (min-width: 1025px) {
  .p-home-company__nav {
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.p-home-company__nav li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.p-home-company__nav-btn {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 14px 10px 14px 20px;
  color: #FFF;
}
@media (any-hover: hover) {
  .p-home-company__nav-btn .c-arrow-link {
    transition: 0.3s translate;
  }
  .p-home-company__nav-btn:hover .c-arrow-link {
    translate: 20% 0;
  }
}
@media (min-width: 1025px) {
  .p-home-company__nav-btn {
    padding: min(1.7708333333vw, 34px) min(2.0833333333vw, 40px) min(1.7708333333vw, 34px) min(1.1979166667vw, 23px);
    column-gap: min(2.5vw, 48px);
  }
}
.p-home-company__nav-btn .num {
  line-height: 1;
  font-family: "EB Garamond", sans-serif;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  letter-spacing: normal;
}
.p-home-company__nav-btn .num {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 1025px) {
  .p-home-company__nav-btn .num {
    font-size: min(3.6458333333vw, 70px);
  }
}
.p-home-company__nav-btn .text {
  letter-spacing: 0.1em;
}
.p-home-company__nav-btn .text {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .p-home-company__nav-btn .text {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    font-size: min(1.4583333333vw, 28px);
  }
}
.p-home-company__nav-btn .text span {
  padding-left: 0.6em;
  font-family: "EB Garamond", sans-serif;
  font-weight: 400;
}
.p-home-company__nav-btn .text span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .p-home-company__nav-btn .text span {
    padding-left: 0;
    margin-bottom: -0.2em;
    font-size: min(0.78125vw, 15px);
  }
}
.p-home-company__nav-btn .c-arrow-link {
  margin-left: auto;
}

@media (min-width: 1025px) {
  .p-home-company__img {
    width: 54.0281329923%;
  }
}
.p-home-company__img img {
  width: 100%;
}

.p-home-company__bg {
  position: absolute;
  inset: 0;
}
.p-home-company__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* news
-------------------------------------- */
.p-home-news {
  padding-block: 40px 43px;
}
@media (min-width: 1025px) {
  .p-home-news {
    padding-block: min(10.6666666667vw, 160px);
  }
}

@media (min-width: 1025px) {
  .p-home-news__inner {
    display: flex;
  }
}

@media (min-width: 1025px) {
  .p-home-news__head {
    width: 336px;
  }
}

.p-home-news__title {
  display: flex;
  align-items: flex-end;
  color: #1d004e;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .p-home-news__title {
    flex-direction: column;
    align-items: flex-start;
    width: 300px;
  }
}
.p-home-news__title .sub {
  letter-spacing: normal;
  line-height: 0.9;
  font-family: "EB Garamond", sans-serif;
  font-weight: 400;
}
.p-home-news__title .sub {
  font-size: 60px;
  font-size: 3.75rem;
}
@media (min-width: 1025px) {
  .p-home-news__title .sub {
    margin: max(-2.34375vw, -45px) 0 0 -12px;
  }
  .p-home-news__title .sub {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
.p-home-news__title .main {
  margin-left: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", sans-serif;
}
.p-home-news__title .main {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .p-home-news__title .main {
    margin-left: 0;
  }
  .p-home-news__title .main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-home-news__btn {
  width: 100%;
  margin-top: 22px;
  text-align: center;
}
@media (min-width: 1025px) {
  .p-home-news__btn {
    margin-top: 48px;
    text-align: left;
  }
}
.p-home-news__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 232px;
  min-height: 30px;
  padding: 0.1em 1.5em 0.2em;
  border-radius: 20px;
  color: #1d004e;
  border: 1px solid #1d004e;
  transition: 0.5s color, 0.5s background-color;
}
.p-home-news__btn a {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-home-news__btn a {
  position: relative;
}
.p-home-news__btn a::after {
  position: absolute;
  width: 5.39px;
  height: 9.37px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: 0.5s translate;
  content: "";
}
@media (any-hover: hover) {
  .p-home-news__btn a:hover::after {
    translate: 100%;
  }
}
@media (min-width: 1025px) {
  .p-home-news__btn a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .p-home-news__btn a:hover {
    background: #1d004e;
    color: #FFF;
  }
}
.p-home-news__btn a::after {
  right: 11px;
}

@media (min-width: 1025px) {
  .p-home-news__list {
    flex: 1;
  }
}

/* =========================================================
 about
========================================================= */
/* lead
-------------------------------------- */
.p-about-lead__nav {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .p-about-lead__nav {
    margin-top: 70px;
  }
}

/* message
-------------------------------------- */
.p-about-message__head {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .p-about-message__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: min(3.125vw, 60px);
  }
}

@media (min-width: 1280px) {
  .p-about-message__title::before {
    top: 40px;
  }
}

.p-about-message__lead {
  margin-top: 1.5em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  color: #1d004e;
  font-size: clamp(18px, 2.8645833333vw, 22px);
}
@media (min-width: 1025px) {
  .p-about-message__lead {
    margin-bottom: 0.5em;
    line-height: 1.8;
    font-size: clamp(20px, 2.0689655172vw, 30px);
  }
}

.p-about-message__wrapper {
  position: relative;
  display: flex;
}
@media (max-width: 1024px) {
  .p-about-message__wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 1025px) {
  .p-about-message__wrapper {
    column-gap: min(8.1379310345vw, 118px);
  }
}

@media (min-width: 1025px) {
  .p-about-message__body {
    flex: 1;
  }
}

.p-about-message__lead02 {
  margin-bottom: 0.8em;
  color: #1d004e;
}
.p-about-message__lead02 {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .p-about-message__lead02 {
    font-size: clamp(18px, 1.6551724138vw, 24px);
  }
}

@media (min-width: 1025px) {
  .p-about-message__img {
    width: 38.0673499268%;
  }
}
.p-about-message__img img {
  width: 100%;
}

/* strengths
-------------------------------------- */
.p-about-strengths {
  position: relative;
  margin-top: 70px;
  padding-block: 40px 5vw;
  background: #f0f0f0;
}
@media (min-width: 1025px) {
  .p-about-strengths {
    margin-top: min(7.2916666667vw, 140px);
  }
}
@media (min-width: 1280px) {
  .p-about-strengths {
    padding-block: 70px 90px;
  }
}

.p-about-strengths__title {
  margin-block: -70px 30px;
}
@media (min-width: 1025px) {
  .p-about-strengths__title {
    margin-block: 0 56px;
  }
  .p-about-strengths__title div {
    display: flex;
    align-items: flex-end;
  }
  .p-about-strengths__title .main {
    margin-left: 1.5em;
  }
}
@media (min-width: 1280px) {
  .p-about-strengths__title::before {
    top: -160px;
  }
}

.p-about-strengths__section {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 3.8461538462vw, 50px) clamp(15px, 3.8461538462vw, 50px) clamp(15px, 3.8461538462vw, 50px);
  background: #FFF;
}
.p-about-strengths__section + .p-about-strengths__section {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .p-about-strengths__section + .p-about-strengths__section {
    margin-top: 30px;
  }
}

.p-about-strengths__section-inner {
  display: flex;
}
@media (max-width: 1024px) {
  .p-about-strengths__section-inner {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 1025px) {
  .p-about-strengths__section-inner {
    column-gap: min(3.1724137931vw, 46px);
  }
}

@media (min-width: 1025px) {
  .p-about-strengths__section-body {
    flex: 1;
  }
}
.p-about-strengths__section-body .title {
  margin-bottom: 0.6em;
}
@media (min-width: 1025px) {
  .p-about-strengths__section-body .title {
    margin-block: 0.2em 1em;
  }
}
.p-about-strengths__section-body .title span {
  padding-right: 0.1em;
  line-height: 0.5;
  font-family: "EB Garamond", sans-serif;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 200%;
}
.p-about-strengths__section-body .lead {
  margin-bottom: 0.8em;
}
@media (min-width: 1025px) {
  .p-about-strengths__section-body .lead {
    margin-bottom: 1em;
    line-height: 1.8;
  }
}
@media (min-width: 1025px) {
  .p-about-strengths__section-img {
    width: 41.0742496051%;
  }
}
.p-about-strengths__section-img img {
  width: 100%;
}
.p-about-strengths__section-img .caption {
  margin-top: 0.8em;
}
.p-about-strengths__section-img .caption {
  font-size: 12px;
  font-size: 0.75rem;
}

.p-about-strengths__patent {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .p-about-strengths__patent {
    margin-top: 46px;
  }
}

.p-about-strengths__patent-title {
  margin-bottom: 20px;
}

.p-about-strengths__patent-list {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 2.7692307692vw, 36px);
}
@media (min-width: 768px) {
  .p-about-strengths__patent-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-about-strengths__patent-list img {
  width: 100%;
}
.p-about-strengths__patent-list .caption {
  text-align: center;
  margin-top: 0.8em;
}
.p-about-strengths__patent-list .caption {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .p-about-strengths__patent-list .caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-about-strengths__award {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .p-about-strengths__award {
    margin-top: 46px;
  }
}

.p-about-strengths__award-title {
  margin-bottom: 20px;
}

.p-about-strengths__award-wrapper {
  position: relative;
}

.p-about-strengths__award-item {
  display: flex;
  flex-direction: column;
  height: auto !important;
  box-sizing: border-box;
  padding: clamp(15px, 2vw, 20px);
  border: 1px solid #d3d3d3;
}
.p-about-strengths__award-item .img img {
  width: 100%;
}
.p-about-strengths__award-item .caption {
  margin-top: 10px;
  text-align: center;
}
.p-about-strengths__award-item .caption {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (min-width: 1025px) {
  .p-about-strengths__award-item .caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .p-about-strengths__award-controlls {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 15px;
  }
}

.p-about-strengths__award-arrow {
  display: flex;
  align-items: center;
  width: 56px;
  aspect-ratio: 1;
  background: #FFF;
  border: 1px solid #1d004e;
  border-radius: 50%;
}
.p-about-strengths__award-arrow::after {
  width: 50px;
  height: 9px;
  background: url(../img/common/slider_arrow.svg) no-repeat center/contain;
  content: "";
  transition: 0.5s translate;
}
.p-about-strengths__award-arrow--next {
  justify-content: flex-end;
}
.p-about-strengths__award-arrow--next::after {
  margin: -5px -22px 0 0;
}
@media (any-hover: hover) {
  .p-about-strengths__award-arrow--next:hover::after {
    translate: 20% 0;
  }
}
.p-about-strengths__award-arrow--prev::after {
  scale: -1 1;
  margin: -5px 0 0 -22px;
}
@media (any-hover: hover) {
  .p-about-strengths__award-arrow--prev:hover::after {
    translate: -20% 0;
  }
}
@media (max-width: 767px) {
  .p-about-strengths__award-arrow {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-about-strengths__award-arrow {
    position: absolute;
    z-index: 10;
    top: calc(50% - 28px);
  }
}
.p-about-strengths__award-arrow--next {
  right: 0;
}
@media (min-width: 768px) {
  .p-about-strengths__award-arrow--next {
    right: -28px;
  }
}
.p-about-strengths__award-arrow--prev {
  left: 0;
}
@media (min-width: 768px) {
  .p-about-strengths__award-arrow--prev {
    left: -28px;
  }
}

.p-about-strengths__qualification {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .p-about-strengths__qualification {
    margin-top: 46px;
  }
}

.p-about-strengths__qualification {
  display: grid;
  gap: clamp(20px, 2.7586206897vw, 40px) min(2.7586206897vw, 40px);
}
@media (min-width: 768px) {
  .p-about-strengths__qualification {
    grid-template-columns: 1fr 1fr;
  }
}

.p-about-strengths__qualification-title {
  margin-bottom: 20px;
}

.p-about-strengths__qualification-list {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-about-strengths__qualification-list li + li {
  margin-top: 0.4em;
}

/* safety
-------------------------------------- */
.p-about-safety {
  margin-block: 60px;
}
@media (min-width: 1025px) {
  .p-about-safety {
    margin-block: 110px 135px;
  }
}

.p-about-safety__title {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .p-about-safety__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .p-about-safety__title {
    margin-bottom: 60px;
  }
}

.p-about-safety__subtitle {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .p-about-safety__subtitle {
    margin-bottom: 28px;
  }
}

.p-about-safety__wrapper {
  display: flex;
}
@media (max-width: 1024px) {
  .p-about-safety__wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 1025px) {
  .p-about-safety__wrapper {
    column-gap: min(6.5517241379vw, 95px);
  }
}

@media (min-width: 1025px) {
  .p-about-safety__text {
    flex: 1;
    margin-top: 1em;
    line-height: 2.25;
  }
}

@media (min-width: 1025px) {
  .p-about-safety__img {
    width: 38.0673499268%;
  }
}
.p-about-safety__img img {
  width: 100%;
}

/* =========================================================
 company
========================================================= */
/* message
-------------------------------------- */
.p-company-message {
  padding-block: 60px;
}
@media (min-width: 1025px) {
  .p-company-message {
    padding-block: min(6.7708333333vw, 130px) min(6.25vw, 120px);
  }
}

.p-company-message__title {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .p-company-message__title {
    margin-bottom: min(3.6458333333vw, 70px);
  }
}

.p-company-message__wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .p-company-message__wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 1025px) {
  .p-company-message__wrapper {
    column-gap: min(6.25vw, 120px);
  }
}

@media (min-width: 1025px) {
  .p-company-message__body {
    flex: 1;
  }
}
.p-company-message__body .title {
  margin-bottom: 0.8em;
}

.p-company-message__img {
  max-width: 472px;
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .p-company-message__img {
    width: 34.5534407028%;
  }
}
.p-company-message__img .representative {
  margin-top: 0.8em;
  text-align: right;
}
.p-company-message__img .representative {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-company-message__img .representative span {
  padding-left: 0.8em;
}
.p-company-message__img .representative span {
  font-size: 22px;
  font-size: 1.375rem;
}

/* outline
-------------------------------------- */
.p-company-outline {
  padding-block: 60px;
}
@media (min-width: 1025px) {
  .p-company-outline {
    padding-block: min(6.7708333333vw, 130px) min(6.25vw, 120px);
  }
}

.p-company-outline__title {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .p-company-outline__title {
    margin-bottom: min(3.6458333333vw, 70px);
  }
}

.p-company-outline__list {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
.p-company-outline__list > div {
  column-gap: 1em;
  padding: clamp(15px, 2.0689655172vw, 30px) clamp(15px, 3.4482758621vw, 50px);
  background: #FFF;
}
@media (max-width: 520px) {
  .p-company-outline__list > div {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .p-company-outline__list > div {
    column-gap: clamp(15px, 3.4482758621vw, 50px);
  }
}
.p-company-outline__list > div + div {
  margin-top: 10px;
}
.p-company-outline__list dt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 700;
  color: #1d004e;
}
@media (max-width: 520px) {
  .p-company-outline__list dt {
    margin-bottom: 0.2em;
  }
}
@media (min-width: 521px) {
  .p-company-outline__list dt {
    width: 6.5em;
    border-right: 1px solid #1d004e;
  }
}
@media (min-width: 1025px) {
  .p-company-outline__list dt {
    width: 12em;
  }
}
.p-company-outline__list p {
  display: flex;
}
.p-company-outline__list p span {
  width: 4.8em;
  flex-shrink: 0;
}

/* offices
-------------------------------------- */
.p-company-offices {
  padding-block: 60px;
}
@media (min-width: 1025px) {
  .p-company-offices {
    padding-block: min(6.7708333333vw, 130px) min(6.25vw, 120px);
  }
}

.p-company-offices__title {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .p-company-offices__title {
    margin-bottom: min(4.6875vw, 90px);
  }
}

.p-company-offices__list {
  position: relative;
  display: grid;
  column-gap: clamp(36px, 5.5172413793vw, 80px);
}
@media (min-width: 1025px) {
  .p-company-offices__list {
    grid-template-columns: 1fr 1fr;
  }
}

.p-company-offices__box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .p-company-offices__box {
    margin-top: min(4.1666666667vw, 80px);
  }
}
.p-company-offices__box .title {
  margin-bottom: 0.6em;
}
.p-company-offices__box .info {
  margin: 0;
  min-height: 0;
}
.p-company-offices__box .map {
  margin-top: clamp(20px, 2.0689655172vw, 30px);
}
.p-company-offices__box .map iframe {
  width: 100%;
  height: 300px;
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .p-company-offices__box .map iframe {
    aspect-ratio: unset;
    height: 450px;
  }
}
@media (min-width: 1025px) {
  .p-company-offices__box .map iframe {
    height: auto;
    aspect-ratio: 4/3;
  }
}

/* =========================================================
 business
========================================================= */
/* list
-------------------------------------- */
@media (min-width: 768px) {
  .p-business-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .p-business-list {
    column-gap: 20px;
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: 20px;
  }
}

.p-business-list__box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 0;
  position: relative;
  padding: 35px 5% 50px;
  text-align: center;
  color: #FFF;
  background: #232323;
}
@media (min-width: 1025px) {
  .p-business-list__box {
    padding: min(4.4791666667vw, 86px) min(4.4791666667vw, 86px) min(6.5625vw, 126px);
  }
}
.p-business-list__box > *:not(.p-business-list__bg) {
  position: relative;
  z-index: 2;
}

.p-business-list__box-title .sub {
  display: block;
  margin-bottom: 0.4em;
  font-family: "EB Garamond", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-business-list__box-title .sub {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .p-business-list__box-title .sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-business-list__box-title .main {
  margin-bottom: 0.8em;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-business-list__box-title .main {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 1280px) {
  .p-business-list__box-title .main {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.p-business-list__text {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .p-business-list__text {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .p-business-list__text {
    line-height: 2.1;
  }
  .p-business-list__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-business-list__nav {
  display: grid;
  gap: 12px;
  list-style: none;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .p-business-list__nav {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 760px;
    margin: 68px auto 0;
  }
}

.p-business-list__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0.4em 1.5em 0.5em;
  text-align: center;
  color: #FFF;
  border: 1px solid;
}
.p-business-list__nav-btn {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-business-list__nav-btn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  transition: 0.5s;
}
@media (any-hover: hover) {
  .p-business-list__nav-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
  }
}
.p-business-list__nav-btn {
  position: relative;
}
.p-business-list__nav-btn::after {
  position: absolute;
  width: 5.39px;
  height: 9.37px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: 0.5s translate;
  content: "";
}
@media (any-hover: hover) {
  .p-business-list__nav-btn:hover::after {
    translate: 100%;
  }
}
@media (min-width: 768px) {
  .p-business-list__nav-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .p-business-list__nav-btn {
    min-height: 60px;
  }
  .p-business-list__nav-btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-business-list__nav-btn::after {
  right: 15px;
}
@media (min-width: 1025px) {
  .p-business-list__nav-btn::after {
    right: 17px;
  }
}

.p-business-list__detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 232px;
  min-height: 30px;
  margin: 30px auto 0;
  padding: 0.1em 1.5em 0.2em;
  border-radius: 20px;
  color: #FFF;
  border: 1px solid #FFF;
  transition: 0.5s color, 0.5s background-color;
}
.p-business-list__detail {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-business-list__detail {
  position: relative;
}
.p-business-list__detail::after {
  position: absolute;
  width: 5.39px;
  height: 9.37px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: 0.5s translate;
  content: "";
}
@media (any-hover: hover) {
  .p-business-list__detail:hover::after {
    translate: 100%;
  }
}
@media (min-width: 1025px) {
  .p-business-list__detail {
    margin-top: 74px;
  }
  .p-business-list__detail {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .p-business-list__detail:hover {
    background: #FFF;
    color: #1d004e;
  }
}
.p-business-list__detail::after {
  right: 11px;
}

.p-business-list__bg {
  position: absolute;
  inset: 0;
}
.p-business-list__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
 public
========================================================= */
/* concept
-------------------------------------- */
.p-public-concept {
  margin-top: 50px;
}
@media (min-width: 1025px) {
  .p-public-concept {
    margin-top: 100px;
  }
}

.p-public-concept__wrapper {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .p-public-concept__wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 1025px) {
  .p-public-concept__wrapper {
    align-items: flex-start;
    column-gap: 70px;
    margin-bottom: 70px;
  }
}

.p-public-concept__body {
  position: relative;
  z-index: 2;
}
.p-public-concept__body .title {
  margin-bottom: 0.8em;
}
@media (min-width: 1025px) {
  .p-public-concept__body .title {
    margin-block: 0.8em 0.8em;
    font-size: clamp(22px, 1.875vw, 30px);
  }
}

.p-public-concept__title {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .p-public-concept__title .main {
    margin-top: 0.2em;
  }
}

.p-public-concept__eyecatch {
  position: relative;
  aspect-ratio: 4/1;
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .p-public-concept__eyecatch {
    margin-top: 90px;
    aspect-ratio: 1920/350;
  }
}
.p-public-concept__eyecatch img {
  width: 100%;
}

/* section
-------------------------------------- */
.p-public-section {
  padding-block: 70px 60px;
}
@media (min-width: 1025px) {
  .p-public-section {
    padding-block: min(6.9791666667vw, 134px) min(7.8125vw, 150px);
  }
}
.p-public-section > * {
  position: relative;
}

.p-public-section__title {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .p-public-section__title {
    margin-bottom: 50px;
  }
}

.p-public-section__box {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .p-public-section__box {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (min-width: 1025px) {
  .p-public-section__box {
    align-items: center;
    column-gap: min(6.25vw, 120px);
    max-width: 1920px;
    margin: 0 auto 95px;
  }
}
@media (min-width: 1025px) {
  .p-public-section__box:not(.p-public-section__box--reverse) {
    padding-left: 3vw;
  }
}
@media (min-width: 1920px) {
  .p-public-section__box:not(.p-public-section__box--reverse) {
    padding-left: min(5vw, 96px);
  }
}
@media (min-width: 1025px) {
  .p-public-section__box--reverse {
    flex-direction: row-reverse;
    padding-right: 3vw;
  }
}
@media (min-width: 1920px) {
  .p-public-section__box--reverse {
    padding-right: min(5vw, 96px);
  }
}

@media (max-width: 1024px) {
  .p-public-section__box-body {
    width: 89.33%;
    margin-inline: auto;
  }
}
@media (min-width: 1025px) {
  .p-public-section__box-body {
    flex: 1;
  }
}
.p-public-section__box-body .title {
  margin-bottom: 0.6em;
}
@media (min-width: 1920px) {
  .p-public-section__box-body .title--wide {
    margin-right: -1.3em;
  }
}
.p-public-section__box-body .title span {
  display: flex;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 0.8em;
  font-size: 75%;
  font-weight: 400;
  font-family: "EB Garamond", sans-serif;
}
.p-public-section__box-body .title span::after {
  flex: 1;
  height: 1px;
  background: currentColor;
  content: "";
}

.p-public-section__box-img img {
  width: 100%;
}
@media (min-width: 1025px) {
  .p-public-section__box-img {
    flex-shrink: 0;
    width: min(52.0833333333vw, 1000px);
  }
}

.p-public-section__method:not(.u-bg-color-01) {
  background: #FFF;
}
.p-public-section__method.u-bg-color-01 .p-public-section__method-list > div {
  background: #FFF;
}

.p-public-section__method-list {
  display: grid;
  gap: clamp(10px, 2.0689655172vw, 30px);
  padding: min(0.5208333333vw, 10px) clamp(20px, 3.724137931vw, 54px) clamp(20px, 3.724137931vw, 54px);
}
@media (min-width: 1025px) {
  .p-public-section__method-list--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) {
  .p-public-section__method-list--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-public-section__method-list > div {
  background: #f0f0f0;
  padding: clamp(12px, 1.3103448276vw, 19px) clamp(15px, 2.0689655172vw, 30px) clamp(15px, 1.724137931vw, 25px);
}
.p-public-section__method-list dt {
  font-weight: 700;
  color: #1d004e;
}
.p-public-section__method-list dt {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .p-public-section__method-list dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-public-section__method-list dd {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1280px) {
  .p-public-section__method-list dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* =========================================================
 reforum
========================================================= */
/* section
-------------------------------------- */
.p-reforum-section {
  padding-block: 70px 40px;
}
@media (min-width: 1025px) {
  .p-reforum-section {
    padding-block: min(6.7708333333vw, 130px) min(5.2083333333vw, 100px);
  }
}

.p-reforum-section__title {
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .p-reforum-section__title {
    margin-bottom: min(4.8958333333vw, 94px);
  }
}

.p-reforum-section__lead {
  position: relative;
  margin-bottom: 1.4em;
}

.p-reforum-section__solution {
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .p-reforum-section__solution {
    margin-top: min(3.6458333333vw, 70px);
  }
}
.p-reforum-section__solution:not(.u-bg-color-01) {
  background: #FFF;
}
.p-reforum-section__solution:not(.u-bg-color-01) .p-public-section__method-title {
  background: #FFF;
}
.p-reforum-section__solution:not(.u-bg-color-01) .p-public-section__method-title::before {
  background: #f0f0f0;
}
.p-reforum-section__solution.u-bg-color-01 .p-reforum-section__solution-item {
  background: #FFF;
}

.p-reforum-section__solution-list {
  display: grid;
  gap: clamp(10px, 2.0689655172vw, 30px);
  padding: clamp(10px, 1.1034482759vw, 16px) clamp(20px, 3.724137931vw, 54px) clamp(20px, 3.724137931vw, 54px);
}
@media (min-width: 1025px) {
  .p-reforum-section__solution-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-reforum-section__solution-item {
  padding: clamp(20px, 3.1034482759vw, 45px) clamp(15px, 2.0689655172vw, 30px) clamp(15px, 2.0689655172vw, 30px);
  background: #f0f0f0;
}
.p-reforum-section__solution-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 94px;
}
@media (max-width: 1024px) {
  .p-reforum-section__solution-item .icon {
    scale: 0.85;
    margin-block: -0.5em -1.5em;
  }
}
.p-reforum-section__solution-item .title {
  margin-block: 1.8em 0.8em;
  color: #1d004e;
  font-weight: 700;
  text-align: center;
}
.p-reforum-section__solution-item .title {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .p-reforum-section__solution-item .title {
    font-size: clamp(16px, 1.3793103448vw, 20px);
  }
}
.p-reforum-section__solution-item .text {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .p-reforum-section__solution-item .text {
    line-height: 1.85;
  }
  .p-reforum-section__solution-item .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-reforum-section__menu {
  margin-top: 32px;
}

.p-reforum-section__menu-title {
  margin-bottom: 6px;
}

.p-reforum-section__menu-list {
  display: grid;
  column-gap: min(2.0689655172vw, 30px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-reforum-section__menu-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .p-reforum-section__menu-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-reforum-section__menu-list > div {
  padding-block: clamp(20px, 2.0689655172vw, 30px);
  padding-left: 20px;
  margin-bottom: -1px;
  border-bottom: 1px solid #d3d3d3;
}
@media (min-width: 1025px) {
  .p-reforum-section__menu-list > div {
    padding-left: 30px;
  }
}
.p-reforum-section__menu-list dt {
  position: relative;
  margin-bottom: 0.3em;
  font-weight: 700;
  color: #1d004e;
}
.p-reforum-section__menu-list dt {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .p-reforum-section__menu-list dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-reforum-section__menu-list dt::before {
  position: absolute;
  top: 0.7em;
  left: -0.8em;
  background: #d2ccdc;
  width: 0.4em;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
}
@media (min-width: 1025px) {
  .p-reforum-section__menu-list dt::before {
    left: -0.9em;
  }
}
.p-reforum-section__menu-list dd {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .p-reforum-section__menu-list dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* estimate
-------------------------------------- */
.p-reforum-estimate {
  position: relative;
  padding-block: 5vw;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .p-reforum-estimate {
    padding-block: 50px;
  }
}

.p-reforum-estimate__link {
  position: relative;
  z-index: 2;
}
@media (any-hover: hover) {
  .p-reforum-estimate__link:hover .p-reforum-estimate__btn::after {
    translate: 100%;
  }
  .p-reforum-estimate__link:hover .p-reforum-estimate__inner::after {
    translate: 30% 0;
  }
}

.p-reforum-estimate__inner {
  position: relative;
  z-index: 2;
  padding: clamp(20px, 2.2068965517vw, 32px) clamp(15px, 3.4482758621vw, 50px) clamp(20px, 3.2413793103vw, 47px);
  background: #1d004e;
  color: #FFF;
}
@media (min-width: 1025px) {
  .p-reforum-estimate__inner::after {
    position: absolute;
    top: calc(50% - 31.14px);
    right: 6.5%;
    width: 31.64px;
    height: 62.28px;
    transition: 0.5s translate;
    background-color: #ffffff; /* ← ここで色変更 */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.64 62.28'%3E%3Cpolyline points='.5 .5 31.14 31.14 .5 61.78' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.64 62.28'%3E%3Cpolyline points='.5 .5 31.14 31.14 .5 61.78' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    content: "";
  }
}

.p-reforum-estimate__title {
  margin-bottom: 0.4em;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.p-reforum-estimate__title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1025px) {
  .p-reforum-estimate__title {
    margin-bottom: 0.1em;
  }
  .p-reforum-estimate__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.p-reforum-estimate__text {
  text-align: center;
}
.p-reforum-estimate__text {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .p-reforum-estimate__text {
    line-height: 1.6;
  }
  .p-reforum-estimate__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-reforum-estimate__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 34em;
  margin: 2.2em auto 0;
  padding: 0.8em 0.8em 0.9em;
  border: 1px solid #FFF;
  text-align: center;
}
.p-reforum-estimate__btn {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-reforum-estimate__btn {
  position: relative;
}
.p-reforum-estimate__btn::after {
  position: absolute;
  width: 5.39px;
  height: 9.37px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: 0.5s translate;
  content: "";
}
@media (any-hover: hover) {
  .p-reforum-estimate__btn:hover::after {
    translate: 100%;
  }
}
@media (min-width: 1025px) {
  .p-reforum-estimate__btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-reforum-estimate__btn::after {
  position: absolute;
  right: 15px;
}
@media (min-width: 1025px) {
  .p-reforum-estimate__btn::after {
    display: none;
  }
}

.p-reforum-estimate__bg {
  position: absolute;
  inset: 0;
}
.p-reforum-estimate__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-reforum-estimate__bg::after {
  position: absolute;
  right: -1%;
  left: -1%;
  bottom: 0;
  translate: 0 28%;
  aspect-ratio: 1949/275;
  background: url(../img/business/reforum/estimate_en.svg);
  mix-blend-mode: overlay;
  content: "";
}

/* =========================================================
 works
========================================================= */
/* nav
-------------------------------------- */
.p-works-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: clamp(8px, 1.2vw, 12px);
}
@media (max-width: 520px) {
  .p-works-nav li {
    width: 100%;
  }
}

.p-works-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8em;
  position: relative;
  padding: 0.45em 1.2em 0.55em 0.8em;
  background: #1d004e;
  border: 1px solid;
  color: #FFF;
  transition: 0.5s background-color, 0.5s color;
}
.p-works-nav__btn {
  position: relative;
}
.p-works-nav__btn::after {
  position: absolute;
  width: 5.39px;
  height: 9.37px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.39 9.37'%3E%3Cpolyline points='.35 .35 4.68 4.68 .35 9.02' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: 0.5s translate;
  content: "";
}
@media (any-hover: hover) {
  .p-works-nav__btn:hover::after {
    translate: 100%;
  }
}
.p-works-nav__btn--active {
  background: #FFF;
  color: #1d004e;
}
@media (any-hover: hover) {
  .p-works-nav__btn:hover {
    background: #FFF;
    color: #1d004e;
  }
}
.p-works-nav__btn::after {
  right: 0.7em;
}

/* list
-------------------------------------- */
.p-works-list {
  display: grid;
  row-gap: 30px;
}
@media (min-width: 768px) {
  .p-works-list {
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 2.7586206897vw, 40px);
  }
}
@media (min-width: 1025px) {
  .p-works-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-works-list .c-works-item .link {
  background: #f0f0f0;
}

/* detail
-------------------------------------- */
.p-works-detail__inner {
  max-width: 1080px;
}

.p-works-detail__head .place {
  display: flex;
  column-gap: 0.4em;
  color: #676767;
}
.p-works-detail__head .place img {
  margin-top: 0.2em;
  width: 1.4em;
}

/* gallery
-------------------------------------- */
.p-works-gallery__wrapper {
  position: relative;
}

.p-works-gallery__main-slide .img {
  aspect-ratio: 8/5;
  background: #f0f0f0;
}
.p-works-gallery__main-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-works-gallery__main-slide .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.6em 1em;
  background: rgba(35, 35, 35, 0.8);
  color: #FFF;
}
.p-works-gallery__main-slide .caption {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .p-works-gallery__main-slide .caption {
    font-size: clamp(12px, 1.5vw, 15px);
  }
}

.p-works-gallery__arrow {
  position: absolute;
  top: calc(50% - 28px);
  z-index: 100;
}
.p-works-gallery__arrow {
  display: flex;
  align-items: center;
  width: 56px;
  aspect-ratio: 1;
  background: #FFF;
  border: 1px solid #1d004e;
  border-radius: 50%;
}
.p-works-gallery__arrow::after {
  width: 50px;
  height: 9px;
  background: url(../img/common/slider_arrow.svg) no-repeat center/contain;
  content: "";
  transition: 0.5s translate;
}
.p-works-gallery__arrow--next {
  justify-content: flex-end;
}
.p-works-gallery__arrow--next::after {
  margin: -5px -22px 0 0;
}
@media (any-hover: hover) {
  .p-works-gallery__arrow--next:hover::after {
    translate: 20% 0;
  }
}
.p-works-gallery__arrow--prev::after {
  scale: -1 1;
  margin: -5px 0 0 -22px;
}
@media (any-hover: hover) {
  .p-works-gallery__arrow--prev:hover::after {
    translate: -20% 0;
  }
}
@media (max-width: 767px) {
  .p-works-gallery__arrow {
    scale: 0.5;
  }
}
.p-works-gallery__arrow--next {
  right: -5vw;
}
@media (min-width: 768px) {
  .p-works-gallery__arrow--next {
    right: -10px;
  }
}
@media (min-width: 1025px) {
  .p-works-gallery__arrow--next {
    right: -28px;
  }
}
.p-works-gallery__arrow--prev {
  left: -5vw;
}
@media (min-width: 768px) {
  .p-works-gallery__arrow--prev {
    left: -10px;
  }
}
@media (min-width: 1025px) {
  .p-works-gallery__arrow--prev {
    left: -28px;
  }
}

.p-works-gallery__thumbs-slide {
  width: 80px !important;
  height: auto !important;
  margin-top: 20px;
  aspect-ratio: 8/5;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-works-gallery__thumbs-slide {
    width: 100px !important;
  }
}
@media (min-width: 1025px) {
  .p-works-gallery__thumbs-slide {
    width: 150px !important;
  }
}
.p-works-gallery__thumbs-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-works-gallery__thumbs-slide::after {
  position: absolute;
  inset: 0;
  background: rgba(35, 35, 35, 0.8);
  content: "";
  transition: 0.5s opacity;
}
.p-works-gallery__thumbs-slide.swiper-slide-thumb-active::after {
  opacity: 0;
}

/* info
-------------------------------------- */
.p-works-info {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
.p-works-info > div {
  column-gap: 1em;
  padding: clamp(15px, 2.0689655172vw, 30px) clamp(15px, 3.4482758621vw, 50px);
  background: #f0f0f0;
}
@media (max-width: 520px) {
  .p-works-info > div {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .p-works-info > div {
    column-gap: clamp(15px, 3.4482758621vw, 50px);
  }
}
.p-works-info > div + div {
  margin-top: 10px;
}
.p-works-info dt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 700;
  color: #1d004e;
}
@media (max-width: 520px) {
  .p-works-info dt {
    margin-bottom: 0.2em;
  }
}
@media (min-width: 521px) {
  .p-works-info dt {
    width: 6.5em;
    border-right: 1px solid #1d004e;
  }
}
@media (min-width: 1025px) {
  .p-works-info dt {
    width: 12em;
  }
}

/* related
-------------------------------------- */
.p-works-related .c-works-item .link {
  background: #FFF;
}

/* =========================================================
 partners
========================================================= */
/* list
-------------------------------------- */
.p-partners-list {
  max-width: 1000px;
  margin: 40px auto 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .p-partners-list {
    margin-top: 60px;
  }
}

.p-partners-list__item {
  display: flex;
  align-items: center;
  gap: 0.8em 1em;
  padding-block: 1em;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 520px) {
  .p-partners-list__item {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .p-partners-list__item {
    padding: 1.3em;
    column-gap: 2em;
  }
}

.p-partners-list__title {
  flex: 1;
  font-weight: 700;
}
.p-partners-list__title {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 520px) {
  .p-partners-list__title {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .p-partners-list__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-partners-list__btn {
  flex-shrink: 0;
  min-width: 12em;
  width: 12em;
  padding-right: 2.8em;
}
.p-partners-list__btn .icon {
  flex-shrink: 0;
  position: absolute;
  right: 1em;
  width: 20px;
  height: 20px;
  background-color: currentColor; /* ← ここで色変更 */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-336 288-528l51-51 105 105v-342h72v342l105-105 51 51-192 192ZM263.72-192Q234-192 213-213.15T192-264v-72h72v72h432v-72h72v72q0 29.7-21.16 50.85Q725.68-192 695.96-192H263.72Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M480-336 288-528l51-51 105 105v-342h72v342l105-105 51 51-192 192ZM263.72-192Q234-192 213-213.15T192-264v-72h72v72h432v-72h72v72q0 29.7-21.16 50.85Q725.68-192 695.96-192H263.72Z' fill='%23000'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.p-partners-list__btn::after {
  display: none;
}

/* =========================================================
 privacy
========================================================= */
@media (min-width: 768px) {
  .p-privacy .c-post-body a[href*="tel:"] {
    color: #232323;
    text-decoration: none;
  }
}
.p-privacy .c-post-body .c-list li + li {
  margin-top: 0;
}

.p-privacy__inner {
  max-width: 1160px;
}

/* =========================================================
 utility
========================================================= *//*# sourceMappingURL=styles.css.map */