@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

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

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Noto Sans JP";
  font-weight: 500;
  line-height: 1.5;
  color: #222222;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #222222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

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

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

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

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.l-header__inner {
  max-width: 1760px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 120px;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: 15.4375rem;
  height: 3rem;
}
.l-header__menu {
  height: 100%;
  margin-left: auto;
}
.l-header__nav-container {
  display: flex;
  gap: clamp(1rem, 2vw, 2.5rem);
  align-items: center;
  height: 100%;
}
.l-header__nav {
  height: 100%;
}
.l-header__nav-list {
  display: flex;
  gap: 1.6vw;
  align-items: center;
  height: 100%;
}
.l-header__nav-item {
  height: 100%;
}
.l-header__nav-item-icon {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
}
.l-header__nav-item-icon::after, .l-header__nav-item-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  content: "";
  background-color: #000;
}
.l-header__nav-item-icon.--blue::after, .l-header__nav-item-icon.--blue::before {
  background-color: #F2F3F5;
}
.l-header__nav-item-icon::after {
  transform: translateX(-50%) translateY(-50%);
}
.l-header__nav-item-icon::before {
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.l-header__nav-item-icon.is-active::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.l-header__nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}
.l-header__nav-link span {
  display: block;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 0.875rem;
  color: #223B68;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
  text-align: center;
  white-space: nowrap;
}
.l-header__nav-link:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.l-header__nav-sub {
  position: absolute;
  top: 120px;
  left: calc(50% - 50vw);
  width: 100vw;
  padding: 3.125rem 0.625rem 1.875rem;
  visibility: hidden;
  background-color: #fffaf8;
  opacity: 0;
  transition: 0.3s all;
}
.l-header__nav-sub-list {
  display: flex;
  gap: 1.625rem;
  justify-content: left;
  max-width: 960px;
  margin: 0 auto;
}
.l-header__nav-sub-item {
  position: relative;
  width: 100%;
  max-width: 220px;
}
.l-header__nav-contact {
  flex-shrink: 0;
}
.l-header__nav-contact .c-button {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  width: 12.5rem;
  height: 4.375rem;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: clamp(0.625rem, 1.2vw, 1rem) clamp(0.5rem, 0.6vw, 0.625rem);
  background: linear-gradient(100deg, #BC9C40 13.87%, #C5BA4E 51.6%, #BC9C40 89.33%);
  border: none;
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25);
  font-size: clamp(0.75rem, 0.9vw, 1rem);
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.l-header__nav-contact .c-button span {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: clamp(0.6875rem, 0.78vw, 0.875rem);
  color: #fff;
  font-style: normal;
  font-weight: 700;
}
.l-header__nav-contact .c-button:hover {
  transition: 0.3s all;
  background: linear-gradient(95deg, #C5BA4E 10.96%, #BC9C40 49.73%, #C5BA4E 88.6%);
  box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.25);
}

.l-hum {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  background-color: #223B68;
  border: none;
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 2rem;
  height: 0.0625rem;
  background-color: #fff;
  border-radius: 999px;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 12px);
}
.l-hum span:nth-child(2) {
  top: calc(50% + 12px);
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-24deg);
}
.l-hum.is-active span:nth-child(2) {
  display: none;
}
.l-hum.is-active span:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(24deg);
}

@media all and (min-width: 1101px), print {
  .l-header__menu {
    display: block !important;
  }
  .l-header__nav-item:hover .l-header__nav-sub {
    visibility: inherit;
    opacity: 1;
  }
  .l-header__nav-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 4px;
    content: "";
    background-color: #F2F3F5;
    border-radius: 2px 2px 0 0;
    transition: 0.3s all;
    backface-visibility: hidden;
  }
  .l-header__nav-link:hover::after {
    width: 100%;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1280px) {
  .l-header__inner {
    padding: 0 1rem;
  }
  .l-header__container {
    gap: 1.25rem;
  }
  .l-header__logo {
    width: 13.125rem;
    height: 2.5625rem;
  }
  .l-header__nav-container {
    gap: 1.25rem;
  }
  .l-header__nav-list {
    gap: 1.125rem;
  }
  .l-header__nav-link {
    font-size: 0.875rem;
  }
  .l-header__nav-link span {
    font-size: 0.75rem;
  }
  .l-header__nav-contact .c-button {
    width: 10.5rem;
    height: 3.875rem;
    font-size: 0.875rem;
  }
  .l-header__nav-contact .c-button span {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header__inner {
    height: 4rem;
    padding: 0 0 0 1.25rem;
  }
  .l-header__logo {
    width: 10.125rem;
    height: 2rem;
  }
  .l-header__container {
    height: 4rem;
  }
  .l-header__menu {
    position: absolute;
    top: 4rem;
    left: -1.25rem;
    display: none;
    width: calc(100% + 1.25rem);
    height: calc(100vh - 64px);
    background-color: #F2F3F5;
  }
  .l-header__nav-container {
    flex-direction: column;
    height: 100%;
    padding: 2rem 0.9375rem;
    overflow-y: scroll;
  }
  .l-header__nav {
    width: 100%;
    height: auto;
  }
  .l-header__nav-list {
    flex-direction: column;
    border-top: 1px solid #969FB1;
    background-color: #ffffff;
  }
  .l-header__nav-item {
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #969FB1;
  }
  .l-header__nav-item-icon {
    position: absolute;
    top: 1.875rem;
    right: 0;
    z-index: 2;
    display: block;
    transform: translateY(-50%);
  }
  .l-header__nav-link {
    flex-direction: row;
    gap: 0.375rem;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 1.25rem 1rem;
    font-size: 1.125rem;
    line-height: 1.7;
    text-align: left;
  }
  .l-header__nav-link::after {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    content: "";
    background: url("../images/common/icon_arrow-right.svg") no-repeat center;
    background-size: contain;
  }
  .l-header__nav-link span {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    align-self: center;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    transform: translateY(0.125rem);
  }
  .l-header__nav-link span::before {
    flex-shrink: 0;
    width: 0.5rem;
    height: 0.0625rem;
    content: "";
    background-color: #C9A746;
  }
  .l-header__nav-sub {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    width: 100%;
    max-width: 340px;
    padding: 0.625rem 0 1.25rem;
    margin: 0 auto;
    visibility: inherit;
    background-color: #fff;
    opacity: 1;
    transition: none;
  }
  .l-header__nav-sub-list {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .l-header__nav-sub-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    height: 42px;
    border: 1px solid #F2F3F5;
    border-radius: 999px;
  }
  .l-header__nav-contact {
    margin-top: 2rem;
    width: 100%;
    height: 4.0625rem;
  }
  .l-header__nav-contact .c-button {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.96px;
  }
  .l-header__nav-contact .c-button span {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.72px;
  }
  .l-hum {
    display: block;
  }
}
/* footer */
.l-footer {
  padding: 0.625rem;
  margin-top: 5rem;
  background-color: #223B68;
}
.l-footer__copyright {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 0.5rem;
    margin-top: 3rem;
  }
  .l-footer__copyright {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    color: #fff;
  }
}
/* main */
.l-inner {
  width: 80rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 19.875rem;
  min-height: 4rem;
  font-family: "Noto Sans JP", "Noto Sans JP";
  padding-left: 2rem;
  color: #222222;
  cursor: pointer;
  background-color: #ffffff;
  border: 0.0625rem solid #969FB1;
}
.c-button.--blank {
  line-height: 1.25rem;
}
.c-button.--blank::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(1px);
  margin-left: auto;
  margin-right: 1rem;
  content: "";
  background: url("../images/common/icon_blank.svg") no-repeat center;
  background-size: contain;
}
.c-button.--pdf {
  line-height: 0.875rem;
}
.c-button.--pdf::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(1px);
  margin-left: auto;
  margin-right: 1rem;
  content: "";
  background: url("../images/common/icon_pdf.svg") no-repeat center;
  background-size: contain;
}
.c-button.--arrow-left {
  line-height: 0.875rem;
}
.c-button.--arrow-left::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(1px);
  margin-left: auto;
  margin-right: 1rem;
  content: "";
  background: url("../images/common/icon_arrow-left.svg") no-repeat center;
  background-size: contain;
}
.c-button.--arrow-right {
  line-height: 0.875rem;
}
.c-button.--arrow-right::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(1px);
  margin-left: auto;
  margin-right: 1rem;
  content: "";
  background: url("../images/common/icon_arrow-right.svg") no-repeat center;
  background-size: contain;
}
.c-button.--arrow-up {
  line-height: 0.875rem;
}
.c-button.--arrow-up::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(1px);
  margin-left: auto;
  margin-right: 1rem;
  content: "";
  background: url("../images/common/icon_arrow-up.svg") no-repeat center;
  background-size: contain;
}
.c-button.--arrow-down {
  line-height: 0.875rem;
}
.c-button.--arrow-down::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(1px);
  margin-left: auto;
  margin-right: 1rem;
  content: "";
  background: url("../images/common/icon_arrow-down.svg") no-repeat center;
  background-size: contain;
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    opacity: 0.7;
    background-color: #223B68;
    color: #fff;
  }
  .c-button:hover:not(.c-button:hover.--pdf)::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }
}

.c-heading {
  position: relative;
  display: inline-block;
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-h1 {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  color: #223B68;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 89.6px */
  letter-spacing: 1.6px;
}

@media only screen and (max-width: 767px) {
  .c-heading-h1 {
    font-size: 1.75rem;
    line-height: 160%; /* 44.8px */
    letter-spacing: 1.12px;
  }
}
.c-heading-h2 {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  color: #223B68;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: 1.28px;
}

@media only screen and (max-width: 767px) {
  .c-heading-h2 {
    font-size: 1.5rem;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.96px;
  }
}
.c-heading-h3 {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  color: #223B68;
  font-size: 1.75rem;
  line-height: 140%; /* 39.2px */
  letter-spacing: 1.12px;
}

@media only screen and (max-width: 767px) {
  .c-heading-h3 {
    font-size: 1.375rem;
    line-height: 160%; /* 35.2px */
    letter-spacing: 0.88px;
  }
}
.c-heading-h4 {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  color: #223B68;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.96px;
}

@media only screen and (max-width: 767px) {
  .c-heading-h4 {
    font-size: 1.25rem;
    line-height: 160%; /* 32px */
    letter-spacing: 0.8px;
  }
}
.c-heading-h5 {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  color: #223B68;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 29.4px */
  letter-spacing: 0.84px;
}

@media only screen and (max-width: 767px) {
  .c-heading-h5 {
    font-size: 1.125rem;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.72px;
  }
}
.c-heading-h6 {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  color: #223B68;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.72px;
}

@media only screen and (max-width: 767px) {
  .c-heading-h6 {
    font-size: 1rem;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.64px;
  }
}
.c-list-dot__item {
  position: relative;
  padding-left: 2.25rem;
  color: #222222;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: calc((1lh - 2rem) / 2);
  left: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background: url("../images/common/icon_dot.svg") no-repeat center;
  background-size: contain;
}
.c-list-dot__item-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}

@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    padding-left: 1.75rem;
  }
  .c-list-dot__item::before {
    top: calc((1lh - 1.5rem) / 2);
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-list-ol {
  counter-reset: item;
}
.c-list-ol__item {
  position: relative;
  padding-left: 2.25rem;
}
.c-list-ol__item::before {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  position: absolute;
  top: calc((1.4 * 1em - 2rem) / 2);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-variant-numeric: tabular-nums;
  counter-increment: item;
  content: counter(item, decimal-leading-zero) ".";
  color: #223B68;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .c-list-ol__item {
    padding-left: 1.75rem;
  }
  .c-list-ol__item::before {
    top: calc((1.4 * 1em - 1.5rem) / 2);
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-list-dl__dt {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
}
.c-list-dl__dt + .c-list-dl__dt__dd {
  margin-top: 0.25rem;
}
.c-list-dl__dt-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.c-list-dl__dd {
  margin: 0;
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
}
.c-list-dl__dd + .c-list-dl__dd__dt {
  margin-top: 0.5rem;
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  color: #222222;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 10%; /* 1.8px */
  text-underline-offset: 30%; /* 5.4px */
  text-underline-position: from-font;
}
.c-text-link.--blank::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  vertical-align: middle;
  content: "";
  background: url("../images/common/icon_blank.svg") no-repeat center;
  background-size: contain;
}
.c-text-link.--pdf::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  vertical-align: middle;
  content: "";
  background: url("../images/common/icon_pdf.svg") no-repeat center;
  background-size: contain;
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
    color: #223B68;
  }
  .c-text-link:hover.--blank::after {
    background: url("../images/common/icon_blank-white.svg") no-repeat center;
    background-size: contain;
  }
  .c-text-link:hover.--pdf::after {
    background: url("../images/common/icon_pdf-white.svg") no-repeat center;
    background-size: contain;
  }
}

.c-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--xlg {
  font-size: 1.25rem;
}
.c-text.--sm {
  font-size: 0.875rem;
}
.c-text.--xsm {
  font-size: 0.75rem;
}

/* project */
.p-anchor-list {
  display: flex;
  gap: 1.25rem;
}
.p-anchor-list__link {
  display: block;
  padding: 0.5rem 1rem;
  color: #222222;
  border: 0.0625rem solid #969FB1;
  border-radius: 999rem;
}
.p-anchor-list__link.is-active {
  color: #fff;
  background-color: #222222;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear background-color;
  }
  .p-anchor-list__link:hover {
    color: #fff;
    background-color: #222222;
  }
}

.p-breadline {
  margin-top: 0.5rem;
}
.p-breadline__list {
  display: flex;
  align-items: center;
}
.p-breadline__item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #222222;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 0.75rem;
  color: #222222;
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  margin-right: 0.75rem;
  font-size: 1rem;
}

/* 縦線2px + 余白16px */
.p-box {
  padding: 2rem 2.5rem;
  background-color: #ededed;
  background: #ffffff;
  box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
}
.p-box.--bg-blue {
  background-color: #edf6f9;
}
.p-box__title {
  position: relative;
  padding-left: 1.125rem;
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  letter-spacing: 1.12px;
  color: #222222;
}
.p-box__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.125rem;
  height: 100%;
  content: "";
  background-color: #C9A746;
}
.p-box__title-en {
  padding-left: 1.125rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.64px;
  color: #223B68;
}
.p-box__text {
  margin-top: 1.0625rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.64px;
}
.p-box__text-en {
  margin-top: 0.25rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.64px;
}

.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
.p-grid__texts {
  margin-top: 2rem;
}
.p-grid__texts h4 + .c-text {
  margin-top: 1.5rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

@media only screen and (max-width: 767px) {
  .p-grid.--repeat-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .p-grid.--repeat-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .p-grid__texts {
    margin-top: 1.5rem;
  }
  .p-grid__texts h4 + .c-text {
    margin-top: 1rem;
  }
}
.p-table__th {
  width: 1%;
  white-space: nowrap;
  padding: 0.75rem 1rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #223B68;
  border: 0.0625rem solid #969FB1;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.72px;
  color: #fff;
}
.p-table__th-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  color: #fff;
}
.p-table__td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #969FB1;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.72px;
}
.p-table__td-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__th {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.64px;
  }
  .p-table__th-en {
    font-size: 0.9375rem;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 24px */
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__td {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.64px;
  }
  .p-table__td-en {
    font-size: 0.9375rem;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 24px */
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-mainvisual .swiper-slide {
  height: calc(100vh - 7.5rem);
  overflow: hidden;
}
.p-mainvisual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual__swiper .swiper-slide {
    max-height: 37.5rem;
  }
}
.p-news__item {
  border-top: 0.0625rem solid #C9A746;
}
.p-news__item:last-child {
  border-bottom: 0.0625rem solid #C9A746;
}
.p-news__link {
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
}
@media (hover: hover) {
  .p-news__link {
    transition: 0.3s linear opacity;
  }
  .p-news__link:hover {
    opacity: 0.7;
  }
}
.p-news__link-day {
  display: inline-block;
  margin-right: 1.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.p-news__link-cat {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.p-news__link-title {
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-news__link-new {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  white-space: nowrap;
}
.p-news__button {
  margin-top: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-news__link {
    flex-wrap: wrap;
  }
  .p-news__link-day {
    margin-right: 0.75rem;
  }
  .p-news__link-cat {
    margin-right: 0.75rem;
  }
  .p-news__link-title {
    width: 100%;
  }
  .p-news__button {
    text-align: center;
  }
}
.p-pagetitle {
  position: relative;
  align-items: center;
  height: 26.25rem;
}
.p-pagetitle__img {
  position: absolute;
  background-image: url("../images/common/bg-page-title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.p-pagetitle__inner {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-pagetitle__title {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 4rem;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.p-pagetitle__subtitle {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  font-size: 1.25rem;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.64px;
}
.p-pagetitle__subtitle::before {
  flex-shrink: 0;
  width: 1rem;
  height: 0.125rem;
  margin-right: 0.5rem;
  content: "";
  background: url("../images/common/icon-dash.png") no-repeat center;
  background-size: contain;
}
.p-pagetitle__subtitle-eng {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.125rem;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    height: 13.75rem;
  }
  .p-pagetitle__inner {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p-pagetitle__title {
    font-size: 3rem;
    line-height: normal;
  }
  .p-pagetitle__subtitle {
    font-size: 0.9375rem;
    line-height: 160%;
    letter-spacing: 0.06px;
  }
  .p-pagetitle__subtitle::before {
    width: 0.75rem;
  }
  .p-pagetitle__subtitle-eng {
    font-size: 0.9375rem;
    line-height: 160%;
  }
}
.p-pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.p-pagination__list {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #222222;
  background-color: #F2F3F5;
}
.p-pagination__item.--prev, .p-pagination__item.--next {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
}
.p-pagination__item.--prev a, .p-pagination__item.--next a {
  box-sizing: border-box;
  justify-content: space-between;
  width: 10rem;
  height: 4rem;
  padding: 0 1.5rem;
  color: #223B68;
  background-color: #ffffff;
  border: 0.0625rem solid #969FB1;
}
.p-pagination__item.--prev {
  margin-right: 2.5rem;
}
.p-pagination__item.--prev a::before {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background-color: #223B68;
  -webkit-mask-image: url("../images/common/icon_arrow-left.svg");
          mask-image: url("../images/common/icon_arrow-left.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: 0.3s linear background-color;
}
.p-pagination__item.--next {
  margin-left: 2.5rem;
}
.p-pagination__item.--next a::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background-color: #223B68;
  -webkit-mask-image: url("../images/common/icon_arrow-right.svg");
          mask-image: url("../images/common/icon_arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: 0.3s linear background-color;
}
@media (hover: hover) {
  .p-pagination__item.--prev a:hover::before, .p-pagination__item.--prev a:hover::after, .p-pagination__item.--next a:hover::before, .p-pagination__item.--next a:hover::after {
    background-color: #fff;
  }
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear color, background-color;
  }
  .p-pagination__item a:hover {
    color: #fff;
    background-color: #223B68;
  }
}
.p-pagination__item span {
  color: #fff;
  background-color: #223B68;
}
.p-pagination__item span.ellipsis {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  background-color: #ffffff;
  color: #223B68;
  transform: translateY(0.25rem);
}

@media only screen and (max-width: 767px) {
  .p-pagination__item.--prev a, .p-pagination__item.--next a {
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  .p-pagination__item.--prev {
    margin-right: 1rem;
  }
  .p-pagination__item.--prev a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-pagination__item.--next {
    margin-left: 1rem;
  }
  .p-pagination__item.--next a::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-section-title-h1 {
  margin-bottom: 3.75rem;
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  text-align: center;
}

/* pages */
body.company .p-pagetitle {
  height: 26.25rem;
}
body.company .p-pagetitle__img {
  background-color: #223B68;
  background-image: url("../images/common/bg-page-title.png");
}
body.company .p-pagetitle__inner {
  gap: 0.25rem;
}
body.company .p-pagetitle__title {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
body.company .p-pagetitle__subtitle {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.04em;
}
body.company .p-pagetitle__subtitle::before {
  display: block;
}
body.company .p-pagetitle__subtitle-eng {
  display: block;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0;
}
body.company .company-main {
  margin-top: 7.75rem;
}
body.company .company-main .l-inner {
  width: 80rem;
}
body.company .company-profile__row {
  display: grid;
  grid-template-columns: 15.5rem minmax(0, 1fr);
}
body.company .company-profile__head, body.company .company-profile__body {
  min-height: 6.125rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid #969FB1;
  border-bottom: 0;
}
body.company .company-profile__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-color: #223B68;
  border-right: 0;
}
body.company .company-profile__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
  background-color: #ffffff;
}
body.company .company-profile__row:last-child .company-profile__head,
body.company .company-profile__row:last-child .company-profile__body {
  border-bottom: 1px solid #969FB1;
}
body.company .company-profile__row:nth-child(4) .company-profile__head,
body.company .company-profile__row:nth-child(4) .company-profile__body {
  min-height: 15.0625rem;
}
body.company .company-profile__row:nth-child(5) .company-profile__head,
body.company .company-profile__row:nth-child(5) .company-profile__body {
  min-height: 10rem;
}
body.company .company-profile__head-ja {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
body.company .company-profile__head-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
body.company .company-profile__en {
  display: block;
  margin-top: 0;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
}
body.company .company-profile__ordered {
  display: grid;
  gap: 0.75rem;
  grid-auto-rows: 1fr;
  counter-reset: company-business;
}
body.company .company-profile__ordered li {
  display: grid;
  align-content: center;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  counter-increment: company-business;
}
body.company .company-profile__ordered li::before {
  grid-row: 1;
  grid-column: 1;
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: inherit;
  color: #223B68;
  letter-spacing: 0.04em;
  content: "0" counter(company-business) ".";
}
body.company .company-profile__ordered li > span {
  grid-column: 2;
}
body.company .company-profile__clients {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
body.company .company-profile__clients li {
  position: relative;
  padding-left: 2.25rem;
}
body.company .company-profile__clients li::before {
  position: absolute;
  top: calc((1lh - 2rem) / 2);
  left: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background: url("../images/common/icon_dot.svg") no-repeat center;
  background-size: contain;
}
body.company .company-plans {
  margin-top: 7.75rem;
}
body.company .company-plans .l-inner {
  width: 80rem;
}
body.company .company-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.company .company-section-title__en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #223B68;
  letter-spacing: 0;
}
body.company .company-section-title__ja {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding-right: 1.125rem;
  padding-bottom: 0;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.company .company-section-title__ja::before {
  display: block;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #C9A746;
}
body.company .company-section-title__ja::after {
  display: none;
}
body.company .company-plan-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2.5rem;
  margin-top: 4.5rem;
}
body.company .company-plan-card {
  min-height: 14.5625rem;
  padding: 2rem 2.5rem;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 2px rgba(34, 34, 34, 0.25);
}
body.company .company-plan-card:nth-child(n+5) {
  min-height: 18.5625rem;
}
body.company .company-plan-card__title {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0.04em;
}
body.company .company-plan-card__title::before {
  flex-shrink: 0;
  width: 0.125rem;
  height: 2rem;
  content: "";
  background-color: #C9A746;
}
body.company .company-plan-card__subtitle {
  padding-left: 1.125rem;
  margin-top: 0.125rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  color: #223B68;
  letter-spacing: 0;
}
body.company .company-plan-card__text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.company .company-plan-card__text-en {
  margin-top: 0.25rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0;
}
body.company .company-payment-section {
  padding: 5rem 0 5.5rem;
  margin-top: 7.75rem;
  background-color: #F2F3F5;
}
body.company .company-payment-section .l-inner {
  width: 44rem;
}
body.company .company-payment {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  text-align: center;
  letter-spacing: 0.04em;
}
body.company .company-payment__en {
  margin-top: 0.5rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
body.company .company-contact-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 5rem;
  margin-top: 3rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(34, 34, 34, 0.3);
  background: linear-gradient(108deg, #bc9c40 10.96%, #c5ba4e 49.73%, #bc9c40 88.6%);
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25);
}
@media (hover: hover) {
  body.company .company-contact-button {
    transition: opacity 0.3s linear, transform 0.3s linear;
  }
  body.company .company-contact-button:hover {
    transition: 0.3s all;
    background: linear-gradient(95deg, #C5BA4E 10.96%, #BC9C40 49.73%, #C5BA4E 88.6%);
    box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.25);
  }
}
body.company .company-contact-button__ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
body.company .company-contact-button__en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
body.company .l-footer {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  body.company .p-pagetitle {
    height: 16.25rem;
  }
  body.company .p-pagetitle__inner {
    gap: 0.25rem;
  }
  body.company .p-pagetitle__title {
    font-size: 2.75rem;
    line-height: 1;
    letter-spacing: 0;
  }
  body.company .p-pagetitle__subtitle {
    padding-right: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  body.company .p-pagetitle__subtitle::before {
    width: 1rem;
  }
  body.company .p-pagetitle__subtitle-eng {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  body.company .company-main {
    margin-top: 4rem;
  }
  body.company .company-main .l-inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
  body.company .company-profile__row {
    display: block;
  }
  body.company .company-profile__head, body.company .company-profile__body {
    min-height: 0;
    padding: 1rem 1.5rem;
    border: 1px solid #969FB1;
    border-bottom: 0;
  }
  body.company .company-profile__head {
    min-height: 5.0625rem;
    border-right: 1px solid #969FB1;
  }
  body.company .company-profile__body {
    min-height: 5.125rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  body.company .company-profile__row:nth-child(4) .company-profile__head,
  body.company .company-profile__row:nth-child(4) .company-profile__body, body.company .company-profile__row:nth-child(5) .company-profile__head,
  body.company .company-profile__row:nth-child(5) .company-profile__body {
    min-height: 0;
  }
  body.company .company-profile__row:nth-child(4) .company-profile__head, body.company .company-profile__row:nth-child(5) .company-profile__head {
    min-height: 5.0625rem;
  }
  body.company .company-profile__row:last-child .company-profile__body {
    border-bottom: 1px solid #969FB1;
  }
  body.company .company-profile__head-ja {
    font-size: 1rem;
    line-height: 1.6;
  }
  body.company .company-profile__head-en {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.company .company-profile__en {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.company .company-profile__ordered {
    gap: 0.75rem;
  }
  body.company .company-profile__ordered li {
    grid-template-columns: 1.625rem minmax(0, 1fr);
  }
  body.company .company-profile__ordered li::before {
    font-size: 1rem;
    line-height: inherit;
  }
  body.company .company-profile__clients {
    gap: 0.75rem;
  }
  body.company .company-plans {
    margin-top: 4rem;
  }
  body.company .company-plans .l-inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
  body.company .company-section-title__en {
    width: -moz-min-content;
    width: min-content;
    font-size: 3rem;
    line-height: 1;
  }
  body.company .company-section-title__ja {
    gap: 0.375rem;
    padding-right: 1rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.company .company-section-title__ja::before {
    width: 0.75rem;
  }
  body.company .company-plan-list {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
  body.company .company-plan-card {
    min-height: 0;
    padding: 1.5rem 0.9375rem;
  }
  body.company .company-plan-card:nth-child(n+5) {
    min-height: 0;
  }
  body.company .company-plan-card__title {
    gap: 0.625rem;
    align-items: flex-start;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  body.company .company-plan-card__title::before {
    width: 0.0625rem;
    height: 1.5rem;
  }
  body.company .company-plan-card__subtitle {
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  body.company .company-plan-card__text {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.company .company-plan-card__text-en {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.company .company-payment-section {
    padding: 3rem 0 2.5rem;
    margin-top: 4rem;
  }
  body.company .company-payment-section .l-inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
  body.company .company-payment {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  body.company .company-payment__en {
    margin-top: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  body.company .company-contact-button {
    width: 100%;
    padding: 1rem 1.5rem;
    margin-top: 2rem;
  }
  body.company .company-contact-button__ja {
    font-size: 1.5rem;
  }
  body.company .company-contact-button__en {
    font-size: 1.125rem;
  }
}
body.contact .c-form-error-text {
  color: #FF1000;
}
body.contact .p-pagetitle {
  height: 26.25rem;
}
body.contact .p-pagetitle__img {
  background-color: #223B68;
  background-image: url("../images/common/bg-page-title.png");
}
body.contact .p-pagetitle__inner {
  gap: 0.25rem;
}
body.contact .p-pagetitle__title {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
body.contact .p-pagetitle__subtitle {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.04em;
}
body.contact .p-pagetitle__subtitle::before {
  display: block;
}
body.contact .p-pagetitle__subtitle-eng {
  display: block;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0;
}
body.contact .contact-main {
  padding: 7.75rem 0 9rem;
  margin-top: 0;
}
body.contact .contact-main .l-inner {
  width: 80rem;
}
body.contact .contact-lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  text-align: center;
  letter-spacing: 0.04em;
}
body.contact .contact-lead__en {
  margin-top: 0.25rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
body.contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4.5rem;
}
body.contact .contact-form__field {
  display: flex;
  flex-direction: column;
}
body.contact .contact-form__field:not(:first-child) {
  margin-top: 1.25rem;
}
body.contact .contact-form__label {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 0.25rem 0.5rem;
  align-items: center;
  color: #222222;
}
body.contact .contact-form__label-ja {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.contact .contact-form__label-en {
  grid-column: 1/-1;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
}
body.contact .contact-form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.0625rem 0.375rem;
  font-family: "Noto Sans JP", "Noto Sans JP";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.04em;
  background-color: #222222;
  border: 0;
}
body.contact .contact-form__badge.--required {
  color: #fff;
  background-color: #C9A746;
}
body.contact .contact-form__textarea {
  min-height: 11.125rem;
  resize: vertical;
}
body.contact .contact-form__input, body.contact .contact-form__textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  font-family: "Noto Sans JP", "Noto Sans JP";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 1px solid #969FB1;
  border-radius: 0.0625rem;
}
body.contact .contact-form__input::-moz-placeholder, body.contact .contact-form__textarea::-moz-placeholder {
  color: #ACACAC;
  opacity: 1;
}
body.contact .contact-form__input::placeholder, body.contact .contact-form__textarea::placeholder {
  color: #ACACAC;
  opacity: 1;
}
body.contact .contact-form__input:focus, body.contact .contact-form__textarea:focus {
  border-color: #223B68;
  outline: 1px solid #223B68;
}
body.contact .contact-form__note {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  text-align: center;
  letter-spacing: 0.04em;
}
body.contact .contact-form__button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 32.5rem;
  min-height: 7.375rem;
  padding: 1.5rem 5rem;
  margin: 2.5rem auto 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(34, 34, 34, 0.3);
  cursor: pointer;
  background: linear-gradient(109deg, #bc9c40 10.96%, #c5ba4e 49.73%, #bc9c40 88.6%);
  border: 0;
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25), 0 12px 24px rgba(188, 156, 64, 0.2);
}
@media (hover: hover) {
  body.contact .contact-form__button {
    transition: opacity 0.3s linear, transform 0.3s linear;
  }
  body.contact .contact-form__button:hover {
    transition: 0.3s all;
    background: linear-gradient(95deg, #C5BA4E 10.96%, #BC9C40 49.73%, #C5BA4E 88.6%);
    box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.25);
  }
}
body.contact .contact-form__button-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
body.contact .contact-form__button-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
body.contact .contact-form__button-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
body.contact .l-footer {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  body.contact .p-pagetitle {
    height: 16.25rem;
  }
  body.contact .p-pagetitle__inner {
    gap: 0.25rem;
  }
  body.contact .p-pagetitle__title {
    font-size: 2.75rem;
    line-height: 1;
    letter-spacing: 0;
  }
  body.contact .p-pagetitle__subtitle {
    padding-right: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  body.contact .p-pagetitle__subtitle::before {
    width: 1rem;
  }
  body.contact .p-pagetitle__subtitle-eng {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  body.contact .contact-main {
    padding: 4rem 0 4.5rem;
  }
  body.contact .contact-main .l-inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
  body.contact .contact-lead {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  body.contact .contact-lead__en {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  body.contact .contact-form {
    gap: 1.5rem;
    margin-top: 4.5rem;
  }
  body.contact .contact-form__field {
    gap: 1rem;
  }
  body.contact .contact-form__label {
    grid-template-columns: auto auto;
    gap: 0 0.25rem;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }
  body.contact .contact-form__label-ja {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.contact .contact-form__label-en {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
  body.contact .contact-form__badge {
    padding: 0.0625rem 0.25rem;
    font-size: 0.75rem;
    line-height: 1.6;
  }
  body.contact .contact-form__input, body.contact .contact-form__textarea {
    padding: 0.9375rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.contact .contact-form__textarea {
    min-height: 18.75rem;
  }
  body.contact .contact-form__note {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.8;
    text-align: center;
  }
  body.contact .contact-form__button {
    width: 100%;
    min-width: 0;
    min-height: 5.5rem;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
  }
  body.contact .contact-form__button-ja {
    font-size: 1.5rem;
  }
  body.contact .contact-form__button-en {
    font-size: 1.125rem;
  }
  body.contact .contact-form__button-group {
    flex-direction: column;
    gap: 0.5rem;
  }
}
body.index .l-container {
  position: relative;
}
body.index .l-footer {
  margin-top: 5rem;
}

.index-mv-copy {
  --index-mv-copy-size: clamp(21.5625rem, 35.417vw, 42.5rem);
  position: absolute;
  top: clamp(3rem, 5.052vw, 6.0625rem);
  left: max(clamp(12.3125rem, 21.042vw, 25.25rem), 50% - 34.75rem);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--index-mv-copy-size);
  height: var(--index-mv-copy-size);
  pointer-events: none;
  transform: translateX(-50%);
}
.index-mv-copy__circle {
  position: absolute;
  inset: 0;
  background-color: rgba(34, 59, 104, 0.08);
  backdrop-filter: blur(0.25rem);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}
.index-mv-copy__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.75rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(34, 34, 34, 0.25);
}
.index-mv-copy__main, .index-mv-copy__sub {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.index-mv-copy__main {
  font-size: clamp(2.75rem, 4.583vw, 5.5rem);
}
.index-mv-copy__sub {
  margin-top: 0.625rem;
  font-size: clamp(1.75rem, 2.083vw, 2.5rem);
}
.index-mv-copy__en {
  display: flex;
  gap: 0.3125rem;
  padding-top: 0.75rem;
  margin-top: 1.5rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: clamp(1rem, 1.146vw, 1.375rem);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  border-top: 1px solid #F2F3F5;
}

.index-mv-pagination {
  position: absolute;
  top: auto !important;
  right: clamp(1.5rem, 5vw, 6rem);
  bottom: clamp(1.5rem, 1.875vw, 2.25rem) !important;
  left: auto !important;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
  width: auto !important;
}
.index-mv-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 !important;
  background-color: #F2F3F5;
  border-radius: 0;
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25);
  opacity: 1;
}
.index-mv-pagination .swiper-pagination-bullet-active {
  background-color: #223B68;
}

.index-links {
  padding: 2rem 0;
  background-color: #F2F3F5;
}
.index-links__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.25rem;
}

.index-link-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  align-items: center;
  justify-content: center;
  height: 7.875rem;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.index-link-card::before, .index-link-card::after {
  position: absolute;
  content: "";
}
.index-link-card::before {
  inset: 0.25rem 0 0 0.25rem;
  background: linear-gradient(180deg, #bc9c40 0%, #c5ba4e 50%, #bc9c40 100%);
}
.index-link-card::after {
  inset: 0 0.25rem 0.25rem 0;
  background: linear-gradient(180deg, #223b68 0%, #242f47 100%);
}
.index-link-card__ja, .index-link-card__en {
  position: relative;
  z-index: 1;
  display: block;
  text-shadow: 0 1px 2px rgba(34, 34, 34, 0.3);
}
.index-link-card__ja {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.index-link-card__en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (hover: hover) {
  .index-link-card {
    transition: opacity 0.3s linear, transform 0.3s linear;
  }
  .index-link-card:hover {
    opacity: 0.7;
    transform: translateY(-0.125rem);
  }
}

.index-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-heading.--center {
  align-items: center;
}
.index-heading.--center .index-heading__ja {
  padding-right: 1.125rem;
}
.index-heading__en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #223B68;
  white-space: nowrap;
}
.index-heading__ja {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.index-heading__ja::before {
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #C9A746;
}

.index-news {
  padding: 7.5rem 0 6.25rem;
  background-color: #ffffff;
}
.index-news__layout {
  display: grid;
  grid-template-columns: 13.375rem 1fr;
  gap: 2.5rem;
  align-items: flex-start;
}
.index-news__body {
  padding-top: 4rem;
}
.index-news__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}

.index-news-list__item {
  border-bottom: 1px solid #969FB1;
}
.index-news-list__link {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  min-height: 6.5625rem;
  padding: 1.5rem;
  background-color: #ffffff;
}
.index-news-list__texts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.index-news-list__meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.index-news-list__new {
  font-weight: 700;
  color: #C9A746;
}
.index-news-list__title {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (hover: hover) {
  .index-news-list__link {
    transition: background-color 0.3s linear;
  }
  .index-news-list__link:hover {
    background-color: #F2F3F5;
  }
}

.index-icon-link {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: url("../images/common/icon_arrow-right.svg") no-repeat center;
  background-size: contain;
}

.index-outline-button {
  display: inline-flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: space-between;
  width: 19.875rem;
  min-height: 4rem;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #223B68;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border: 1px solid #223B68;
}
.index-outline-button::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background: url("../images/common/icon_arrow-right.svg") no-repeat center;
  background-size: contain;
}
@media (hover: hover) {
  .index-outline-button {
    transition: color 0.3s linear, background-color 0.3s linear;
  }
  .index-outline-button:hover {
    color: #fff;
    background-color: #223B68;
  }
  .index-outline-button:hover::after {
    filter: brightness(0) invert(1);
  }
}

.index-message {
  padding: 7.5rem 0 5rem;
  background-color: #F2F3F5;
}
.index-message__profile {
  display: flex;
  gap: 5rem;
  align-items: center;
  margin-top: 5rem;
}
.index-message__image {
  flex-shrink: 0;
  width: 25rem;
  height: 32.5rem;
  overflow: hidden;
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25);
}
.index-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-message__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
.index-message__lead {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.index-message__lead::before {
  display: block;
  flex-shrink: 0;
  width: 0.0625rem;
  height: 1.5rem;
  content: "";
  background-color: #C9A746;
}
.index-message__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}
.index-message__signature {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.index-message__name-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.index-message__name-ja, .index-message__maiden {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.index-message__name-ja {
  font-size: 1.25rem;
}
.index-message__maiden {
  font-size: 1.125rem;
  color: #223B68;
}
.index-message__maiden span {
  color: #222222;
}
.index-message__name-en {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  white-space: nowrap;
}
.index-message__name-en::before {
  display: block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 1px;
  content: "";
  background-color: #C9A746;
}
.index-message__role {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.6;
}

.index-profile-card {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 3.5rem 3rem;
  margin-top: 4rem;
  background-color: #ffffff;
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25);
}
.index-profile-card__section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.index-profile-card__heading {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.index-profile-card__title {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.index-profile-card__title::before {
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: 2rem;
  content: "";
  background-color: #C9A746;
}
.index-profile-card__en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #223B68;
}
.index-profile-card__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

.index-history-list__item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  border-bottom: 1px dashed #969FB1;
}
.index-history-list__item:first-child {
  padding-top: 0;
}
.index-history-list__year, .index-history-list__label {
  flex-shrink: 0;
}

.index-contact {
  padding: 5rem 0 0;
  background-color: #ffffff;
}
.index-contact__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  margin-top: 4rem;
}
.index-contact__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
.index-contact__ja {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}
.index-contact__en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.index-contact-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 5rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(34, 34, 34, 0.3);
  background: linear-gradient(109deg, #bc9c40 10.96%, #c5ba4e 49.73%, #bc9c40 88.6%);
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25);
}
.index-contact-button__ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.index-contact-button__en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (hover: hover) {
  .index-contact-button {
    transition: opacity 0.3s linear, transform 0.3s linear;
  }
  .index-contact-button:hover {
    transition: 0.3s all;
    background: linear-gradient(95deg, #C5BA4E 10.96%, #BC9C40 49.73%, #C5BA4E 88.6%);
    box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.25);
  }
}

@media only screen and (max-width: 767px) {
  body.index .l-footer {
    margin-top: 3rem;
  }
  .index-mv-copy {
    top: 7.1875rem;
    left: 50%;
    width: 21.5625rem;
    height: 21.5625rem;
    transform: translateX(-50%);
  }
  .index-mv-copy__body {
    padding-top: 0.1875rem;
    text-shadow: 0 2px 4px rgba(34, 34, 34, 0.4);
  }
  .index-mv-copy__main {
    font-size: 2.75rem;
    letter-spacing: 0.04em;
  }
  .index-mv-copy__sub {
    margin-top: 0;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
  }
  .index-mv-copy__en {
    flex-direction: column;
    gap: 0;
    padding-top: 0.375rem;
    margin-top: 0.75rem;
    font-size: 1rem;
    text-shadow: 0 1px 3px rgba(34, 34, 34, 0.4);
  }
  .index-mv-pagination {
    top: auto !important;
    right: 1.9375rem;
    bottom: 0.9375rem !important;
    gap: 0.375rem;
  }
  .index-mv-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
  .index-links {
    padding: 1.5rem 0;
  }
  .index-links .l-inner {
    padding: 0 0.9375rem;
  }
  .index-links__list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .index-link-card {
    height: 5rem;
  }
  .index-link-card::before {
    inset: 0.1875rem 0 0 0.1875rem;
  }
  .index-link-card::after {
    inset: 0 0.1875rem 0.1875rem 0;
  }
  .index-link-card__ja {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .index-link-card__en {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  .index-heading.--center .index-heading__ja {
    padding-right: 1rem;
  }
  .index-heading__en {
    font-size: 3rem;
    line-height: 1;
  }
  .index-heading__ja {
    gap: 0.375rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .index-heading__ja::before {
    width: 0.75rem;
  }
  .index-news {
    padding: 4rem 0 4rem;
  }
  .index-news .l-inner {
    padding: 0 0.9375rem;
  }
  .index-news__layout {
    display: block;
  }
  .index-news__body {
    padding-top: 3rem;
  }
  .index-news__button {
    margin-top: 2.5rem;
  }
  .index-news-list__link {
    min-height: 7.875rem;
    padding: 1.5rem 0.25rem;
  }
  .index-news-list__texts {
    width: calc(100% - 2.5rem);
  }
  .index-news-list__meta {
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .index-news-list__title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.9375rem;
    line-height: 1.6;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index-icon-link {
    width: 1.75rem;
    height: 1.75rem;
  }
  .index-outline-button {
    width: 100%;
    min-height: 3.75rem;
    padding: 1rem 1rem 1rem 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  .index-outline-button::after {
    width: 1.75rem;
    height: 1.75rem;
  }
  .index-message {
    padding: 4rem 0 4rem;
  }
  .index-message .l-inner {
    padding: 0 0.9375rem;
  }
  .index-message__profile {
    display: block;
    margin-top: 3rem;
  }
  .index-message__image {
    width: 100%;
    height: 13.75rem;
    margin-bottom: 1.5rem;
  }
  .index-message__image img {
    -o-object-position: center top;
       object-position: center top;
  }
  .index-message__content {
    gap: 1.5rem;
  }
  .index-message__lead {
    position: relative;
    display: block;
    padding-left: 1rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .index-message__lead::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
  }
  .index-message__text {
    gap: 0.875rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .index-message__signature {
    gap: 0.25rem;
  }
  .index-message__name-row {
    gap: 0.375rem;
    flex-wrap: wrap;
  }
  .index-message__name-ja {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .index-message__maiden {
    font-size: 1rem;
    line-height: 1.6;
  }
  .index-message__name-en {
    display: inline;
    gap: 0.375rem;
    font-size: 1rem;
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .index-message__name-en::before {
    display: inline-block;
    width: 0.625rem;
    margin: 0 0.375rem;
    vertical-align: middle;
  }
  .index-message__role {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .index-profile-card {
    gap: 1.5rem;
    padding: 2rem 0.9375rem;
    margin-top: 2.5rem;
  }
  .index-profile-card__section {
    gap: 1rem;
  }
  .index-profile-card__heading {
    gap: 0.5rem;
  }
  .index-profile-card__title {
    gap: 0.75rem;
    font-size: 1.375rem;
    line-height: 1.6;
  }
  .index-profile-card__title::before {
    height: 1.5rem;
  }
  .index-profile-card__en {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .index-profile-card__text {
    gap: 0.875rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  .index-history-list__item {
    display: block;
    padding: 0.75rem 0;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  .index-history-list__year, .index-history-list__label {
    display: block;
  }
  .index-contact {
    padding-top: 3rem;
  }
  .index-contact .l-inner {
    padding: 0 0.9375rem;
  }
  .index-contact__body {
    gap: 2rem;
    margin-top: 3rem;
  }
  .index-contact__text {
    gap: 0.125rem;
  }
  .index-contact__ja {
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .index-contact__en {
    max-width: 20.625rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .index-contact-button {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .index-contact-button__ja {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .index-contact-button__en {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
body.kendo-yoga .p-pagetitle {
  height: 26.25rem;
}
body.kendo-yoga .p-pagetitle__img {
  background-color: #223B68;
  background-image: url("../images/common/bg-page-title.png");
}
body.kendo-yoga .p-pagetitle__inner {
  gap: 0.25rem;
}
body.kendo-yoga .p-pagetitle__title {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
body.kendo-yoga .p-pagetitle__subtitle {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.04em;
}
body.kendo-yoga .p-pagetitle__subtitle::before {
  display: block;
}
body.kendo-yoga .p-pagetitle__subtitle-eng {
  display: block;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0;
}
body.kendo-yoga .kendo-yoga-main {
  padding: 7.75rem 0;
  margin-top: 0;
  background-color: #F2F3F5;
}
body.kendo-yoga .kendo-yoga-main .l-inner {
  width: 80rem;
}
body.kendo-yoga .kendo-yoga-card {
  padding: 4rem 3rem;
  background-color: #ffffff;
  box-shadow: 0 0 1px rgba(34, 34, 34, 0.25);
}
body.kendo-yoga .kendo-yoga-card + .kendo-yoga-card {
  margin-top: 7.75rem;
}
body.kendo-yoga .kendo-yoga-card__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
body.kendo-yoga .kendo-yoga-card__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
body.kendo-yoga .kendo-yoga-heading {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
body.kendo-yoga .kendo-yoga-heading::before {
  flex-shrink: 0;
  width: 0.125rem;
  height: 2.5rem;
  content: "";
  background-color: #C9A746;
}
body.kendo-yoga .kendo-yoga-heading__title {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0.04em;
}
body.kendo-yoga .kendo-yoga-heading__en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #223B68;
  letter-spacing: 0;
}
body.kendo-yoga .kendo-yoga-texts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.kendo-yoga .kendo-yoga-texts__ja, body.kendo-yoga .kendo-yoga-texts__en {
  padding: 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  color: #222222;
}
body.kendo-yoga .kendo-yoga-texts__ja {
  padding-bottom: 2rem;
  letter-spacing: 0.04em;
  border-bottom: 1px dashed #969FB1;
}
body.kendo-yoga .kendo-yoga-texts__en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-weight: 700;
  letter-spacing: 0;
}
body.kendo-yoga .kendo-yoga-texts p + p {
  margin-top: 1.5rem;
}
body.kendo-yoga .kendo-yoga-gallery {
  display: grid;
  grid-template-rows: 12.5rem 11.5rem;
  grid-template-columns: 35.25rem repeat(2, 17.125rem);
  gap: 1rem;
}
body.kendo-yoga .kendo-yoga-gallery__item {
  overflow: hidden;
}
body.kendo-yoga .kendo-yoga-gallery__item.--large {
  grid-row: 1/span 2;
}
body.kendo-yoga .kendo-yoga-gallery__item.--wide {
  grid-column: 2/span 2;
}
body.kendo-yoga .kendo-yoga-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.kendo-yoga .kendo-yoga-join {
  padding: 5rem 0 7.5rem;
  text-align: center;
  background-color: #ffffff;
}
body.kendo-yoga .kendo-yoga-join .l-inner {
  width: 51.3125rem;
}
body.kendo-yoga .kendo-yoga-join__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.kendo-yoga .kendo-yoga-join__title {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #223B68;
  letter-spacing: 0;
}
body.kendo-yoga .kendo-yoga-join__subtitle {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding-right: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.kendo-yoga .kendo-yoga-join__subtitle::before {
  display: block;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #C9A746;
}
body.kendo-yoga .kendo-yoga-join__subtitle-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
}
body.kendo-yoga .kendo-yoga-join__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  margin-top: 4rem;
}
body.kendo-yoga .kendo-yoga-join__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.kendo-yoga .kendo-yoga-join__text-en {
  margin-top: 0.5rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  letter-spacing: 0;
}
body.kendo-yoga .kendo-yoga-join__button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 5rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(34, 34, 34, 0.3);
  background: linear-gradient(109deg, #bc9c40 10.96%, #c5ba4e 49.73%, #bc9c40 88.6%);
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25);
}
@media (hover: hover) {
  body.kendo-yoga .kendo-yoga-join__button {
    transition: opacity 0.3s linear, transform 0.3s linear;
  }
  body.kendo-yoga .kendo-yoga-join__button:hover {
    transition: 0.3s all;
    background: linear-gradient(95deg, #C5BA4E 10.96%, #BC9C40 49.73%, #C5BA4E 88.6%);
    box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.25);
  }
}
body.kendo-yoga .kendo-yoga-join__button-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
body.kendo-yoga .kendo-yoga-join__button-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
body.kendo-yoga .l-footer {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  body.kendo-yoga .p-pagetitle {
    height: 16.25rem;
  }
  body.kendo-yoga .p-pagetitle__inner {
    gap: 0.25rem;
  }
  body.kendo-yoga .p-pagetitle__title {
    font-size: 2.75rem;
    line-height: 1;
    letter-spacing: 0;
  }
  body.kendo-yoga .p-pagetitle__subtitle {
    padding-right: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  body.kendo-yoga .p-pagetitle__subtitle::before {
    width: 1rem;
  }
  body.kendo-yoga .p-pagetitle__subtitle-eng {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  body.kendo-yoga .kendo-yoga-main {
    padding: 4rem 0 3rem;
  }
  body.kendo-yoga .kendo-yoga-main .l-inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
  body.kendo-yoga .kendo-yoga-card {
    padding: 2rem 0.9375rem;
  }
  body.kendo-yoga .kendo-yoga-card + .kendo-yoga-card {
    margin-top: 3rem;
  }
  body.kendo-yoga .kendo-yoga-card__body {
    gap: 2rem;
  }
  body.kendo-yoga .kendo-yoga-card__content {
    gap: 2rem;
  }
  body.kendo-yoga .kendo-yoga-heading {
    align-items: flex-start;
  }
  body.kendo-yoga .kendo-yoga-heading::before {
    width: 0.0625rem;
    height: 2rem;
  }
  body.kendo-yoga .kendo-yoga-heading__title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  body.kendo-yoga .kendo-yoga-heading__en {
    padding-top: 0.0625rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  body.kendo-yoga .kendo-yoga-texts {
    gap: 1.5rem;
  }
  body.kendo-yoga .kendo-yoga-texts__ja, body.kendo-yoga .kendo-yoga-texts__en {
    padding: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.kendo-yoga .kendo-yoga-texts__ja {
    padding-bottom: 1.5rem;
  }
  body.kendo-yoga .kendo-yoga-texts p + p {
    margin-top: 1.5rem;
  }
  body.kendo-yoga .kendo-yoga-gallery {
    grid-template-rows: 10.5rem 7.5rem 7.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 0.5625rem;
  }
  body.kendo-yoga .kendo-yoga-gallery__item.--large {
    grid-row: auto;
    grid-column: 1/span 2;
  }
  body.kendo-yoga .kendo-yoga-gallery__item.--wide {
    grid-column: 1/span 2;
  }
  body.kendo-yoga .kendo-yoga-join {
    padding: 3rem 0 2.5rem;
  }
  body.kendo-yoga .kendo-yoga-join .l-inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
  body.kendo-yoga .kendo-yoga-join__title {
    font-size: 3rem;
    line-height: 1;
  }
  body.kendo-yoga .kendo-yoga-join__subtitle {
    gap: 0.375rem;
    padding-right: 1rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.kendo-yoga .kendo-yoga-join__subtitle::before {
    width: 0.75rem;
  }
  body.kendo-yoga .kendo-yoga-join__subtitle-en {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.kendo-yoga .kendo-yoga-join__body {
    gap: 2rem;
    margin-top: 3rem;
  }
  body.kendo-yoga .kendo-yoga-join__text {
    max-width: 21.5625rem;
    font-size: 1.125rem;
    line-height: 1.8;
  }
  body.kendo-yoga .kendo-yoga-join__text-en {
    max-width: 21.5625rem;
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  body.kendo-yoga .kendo-yoga-join__button {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  body.kendo-yoga .kendo-yoga-join__button-ja {
    font-size: 1.5rem;
  }
  body.kendo-yoga .kendo-yoga-join__button-en {
    font-size: 1.125rem;
  }
}
body.news-single .news-single-main .p-editor__content {
  margin-top: 5rem;
}
body.news-single .news-single-main__button {
  margin-top: 5rem;
  text-align: center;
}
body.news-single .news-contact {
  padding: 5rem 0;
  margin-top: 8rem;
  text-align: center;
  background-color: #F2F3F5;
}
body.news-single .news-contact__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.news-single .news-contact__title {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #223B68;
  letter-spacing: 0;
}
body.news-single .news-contact__subtitle {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.news-single .news-contact__subtitle::before {
  display: block;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #C9A746;
}
body.news-single .news-contact__subtitle-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
}
body.news-single .news-contact__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  margin-top: 4rem;
}
body.news-single .news-contact__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.news-single .news-contact__text-en {
  margin-top: 0.5rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
}
body.news-single .news-contact__button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 5rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(34, 34, 34, 0.3);
  background: linear-gradient(109deg, #bc9c40 10.96%, #c5ba4e 49.73%, #bc9c40 88.6%);
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25);
}
@media (hover: hover) {
  body.news-single .news-contact__button {
    transition: opacity 0.3s linear, transform 0.3s linear;
  }
  body.news-single .news-contact__button:hover {
    transition: 0.3s all;
    background: linear-gradient(95deg, #C5BA4E 10.96%, #BC9C40 49.73%, #C5BA4E 88.6%);
    box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.25);
  }
}
body.news-single .news-contact__button-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
body.news-single .news-contact__button-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
body.news-single .l-footer {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  body.news-single .news-contact {
    padding: 3rem 0 2.5rem;
    margin-top: 3rem;
  }
  body.news-single .news-contact .l-inner {
    padding: 0 0.9375rem;
  }
  body.news-single .news-contact__title {
    font-size: 3rem;
    line-height: 1;
  }
  body.news-single .news-contact__subtitle {
    padding-right: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.news-single .news-contact__subtitle::before {
    width: 0.75rem;
  }
  body.news-single .news-contact__subtitle-en {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.news-single .news-contact__body {
    gap: 2rem;
    margin-top: 3rem;
  }
  body.news-single .news-contact__text {
    max-width: 21rem;
    font-size: 1.125rem;
    line-height: 1.8;
  }
  body.news-single .news-contact__text-en {
    max-width: 20.625rem;
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  body.news-single .news-contact__button {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  body.news-single .news-contact__button-ja {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  body.news-single .news-contact__button-en {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
body.news .p-pagetitle {
  height: 26.25rem;
}
body.news .p-pagetitle__img {
  background-color: #223B68;
  background-image: url("../images/common/bg-page-title.png");
}
body.news .p-pagetitle__inner {
  gap: 0.25rem;
}
body.news .p-pagetitle__title {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
body.news .p-pagetitle__subtitle {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.04em;
}
body.news .p-pagetitle__subtitle::before {
  display: block;
}
body.news .p-pagetitle__subtitle-eng {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0;
}
body.news .news-main {
  margin-top: 7.75rem;
}
body.news .news-main .l-inner {
  width: 80rem;
}
body.news .news-main .p-news__item {
  border-top: 0;
  border-bottom: 1px solid #969FB1;
}
body.news .news-main .p-news__item:last-child {
  border-bottom-color: #969FB1;
}
body.news .news-main .p-news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6.6875rem;
  padding: 1.5rem;
  background-color: #ffffff;
}
body.news .news-main .p-news__texts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  width: 33.5625rem;
}
body.news .news-main .p-news__meta {
  display: flex;
  gap: 1rem;
  align-items: center;
}
body.news .news-main .p-news__link-day {
  margin-right: 0;
  font-family: "Noto Sans JP", "Noto Sans JP";
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222222;
  letter-spacing: 0.04em;
}
body.news .news-main .p-news__link-new {
  margin-right: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.7;
  color: #C9A746;
  letter-spacing: 0.04em;
}
body.news .news-main .p-news__link-title {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #222222;
  text-overflow: clip;
  letter-spacing: 0.04em;
  white-space: normal;
}
body.news .news-main .p-news__link-icon {
  display: none;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #223B68;
  -webkit-mask: url("../images/common/icon_arrow-right.svg") no-repeat center/0.625rem 0.625rem;
          mask: url("../images/common/icon_arrow-right.svg") no-repeat center/0.625rem 0.625rem;
}
body.news .news-main .p-pagination {
  margin-top: 4rem;
}
body.news .news-main .p-pagination__list {
  gap: 2.5rem;
}
body.news .news-main .p-pagination__item span,
body.news .news-main .p-pagination__item a {
  width: 3rem;
  height: 3rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
  background-color: #F2F3F5;
  border: 0;
}
body.news .news-main .p-pagination__item:not(.--prev, .--next) + :not(.--next) {
  margin-left: -1.5rem;
}
body.news .news-main .p-pagination__item.--prev, body.news .news-main .p-pagination__item.--next {
  margin: 0;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
body.news .news-main .p-pagination__item.--prev a, body.news .news-main .p-pagination__item.--next a {
  box-sizing: border-box;
  width: 10rem;
  height: 4rem;
  padding: 0 1.5rem;
  color: #223B68;
  background-color: #ffffff;
  border: 1px solid #223B68;
}
body.news .news-main .p-pagination__item.--prev a {
  justify-content: space-between;
}
body.news .news-main .p-pagination__item.--prev a::before {
  width: 2rem;
  height: 2rem;
  background-color: #223B68;
}
body.news .news-main .p-pagination__item.--next a {
  justify-content: space-between;
}
body.news .news-main .p-pagination__item.--next a::after {
  width: 2rem;
  height: 2rem;
  background-color: #223B68;
}
body.news .news-main .p-pagination__item span {
  color: #fff;
  background-color: #223B68;
}
body.news .news-main .p-pagination__item span.ellipsis {
  display: inline-flex;
  gap: 0.1875rem;
  color: transparent;
  background-color: transparent;
  transform: none;
}
body.news .news-main .p-pagination__item span.ellipsis::before {
  display: block;
  width: 2.625rem;
  height: 0.375rem;
  content: "";
  background-image: radial-gradient(circle, #223B68 0.1875rem, transparent 0.1875rem);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 0.9375rem 0.375rem;
}
body.news .news-contact {
  padding: 5rem 0;
  margin-top: 8rem;
  text-align: center;
  background-color: #F2F3F5;
}
body.news .news-contact__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.news .news-contact__title {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #223B68;
  letter-spacing: 0;
}
body.news .news-contact__subtitle {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.news .news-contact__subtitle::before {
  display: block;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #C9A746;
}
body.news .news-contact__subtitle-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
}
body.news .news-contact__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  margin-top: 4rem;
}
body.news .news-contact__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.news .news-contact__text-en {
  margin-top: 0.5rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
}
body.news .news-contact__button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 5rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(34, 34, 34, 0.3);
  background: linear-gradient(109deg, #bc9c40 10.96%, #c5ba4e 49.73%, #bc9c40 88.6%);
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25);
}
@media (hover: hover) {
  body.news .news-contact__button {
    transition: opacity 0.3s linear, transform 0.3s linear;
  }
  body.news .news-contact__button:hover {
    transition: 0.3s all;
    background: linear-gradient(95deg, #C5BA4E 10.96%, #BC9C40 49.73%, #C5BA4E 88.6%);
    box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.25);
  }
}
body.news .news-contact__button-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
body.news .news-contact__button-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
body.news .l-footer {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  body.news .p-pagetitle {
    height: 16.25rem;
  }
  body.news .p-pagetitle__inner {
    gap: 0.25rem;
  }
  body.news .p-pagetitle__title {
    font-size: 2.75rem;
    line-height: 1;
  }
  body.news .p-pagetitle__subtitle {
    padding-right: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  body.news .p-pagetitle__subtitle::before {
    width: 1rem;
  }
  body.news .p-pagetitle__subtitle-eng {
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  body.news .news-main {
    margin-top: 4rem;
  }
  body.news .news-main .l-inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
  body.news .news-main .p-news__link {
    gap: 1rem;
    min-height: 0;
    padding: 1.5rem 0.25rem;
  }
  body.news .news-main .p-news__texts {
    gap: 0.5rem;
    width: 17.5rem;
  }
  body.news .news-main .p-news__meta {
    gap: 0.75rem;
  }
  body.news .news-main .p-news__link-day {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  body.news .news-main .p-news__link-new {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  body.news .news-main .p-news__link-title {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.news .news-main .p-news__link-icon {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
  }
  body.news .news-main .p-pagination {
    margin-top: 2.5rem;
  }
  body.news .news-main .p-pagination__list {
    gap: 1.375rem;
  }
  body.news .news-main .p-pagination__item span,
  body.news .news-main .p-pagination__item a {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.125rem;
  }
  body.news .news-main .p-pagination__item:not(.--prev, .--next) + :not(.--next) {
    margin-left: -0.375rem;
  }
  body.news .news-main .p-pagination__item.--prev a, body.news .news-main .p-pagination__item.--next a {
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  body.news .news-main .p-pagination__item.--prev a::before {
    width: 1.75rem;
    height: 1.75rem;
  }
  body.news .news-main .p-pagination__item.--next a::after {
    width: 1.75rem;
    height: 1.75rem;
  }
  body.news .news-main .p-pagination__item span.ellipsis {
    width: 1.5rem;
  }
  body.news .news-main .p-pagination__item span.ellipsis::before {
    width: 1.375rem;
    height: 0.25rem;
    background-image: radial-gradient(circle, #223B68 0.125rem, transparent 0.125rem);
    background-size: 0.5rem 0.25rem;
  }
  body.news .news-contact {
    padding: 3rem 0 2.5rem;
    margin-top: 3rem;
  }
  body.news .news-contact .l-inner {
    padding: 0 0.9375rem;
  }
  body.news .news-contact__title {
    font-size: 3rem;
    line-height: 1;
  }
  body.news .news-contact__subtitle {
    padding-right: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.news .news-contact__subtitle::before {
    width: 0.75rem;
  }
  body.news .news-contact__subtitle-en {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.news .news-contact__body {
    gap: 2rem;
    margin-top: 3rem;
  }
  body.news .news-contact__text {
    max-width: 21rem;
    font-size: 1.125rem;
    line-height: 1.8;
  }
  body.news .news-contact__text-en {
    max-width: 20.625rem;
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  body.news .news-contact__button {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  body.news .news-contact__button-ja {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  body.news .news-contact__button-en {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
body.projects .p-pagetitle {
  height: 26.25rem;
}
body.projects .p-pagetitle__img {
  background-color: #223B68;
  background-image: url("../images/common/bg-page-title.png");
}
body.projects .p-pagetitle__inner {
  gap: 0.25rem;
}
body.projects .p-pagetitle__title {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
body.projects .p-pagetitle__subtitle {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.04em;
}
body.projects .p-pagetitle__subtitle::before {
  display: block;
}
body.projects .p-pagetitle__subtitle-eng {
  display: block;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0;
}
body.projects .projects-main {
  padding: 7.75rem 0;
  margin-top: 0;
  background-color: #F2F3F5;
}
body.projects .projects-main .l-inner {
  width: 80rem;
}
body.projects .projects-case-list {
  padding: 4rem 3rem;
  background-color: #ffffff;
  box-shadow: 0 0 1px rgba(34, 34, 34, 0.25);
}
body.projects .projects-case {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.projects .projects-case + .projects-case {
  margin-top: 2.5rem;
}
body.projects .projects-case__heading {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
body.projects .projects-case__category {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #223B68;
  letter-spacing: 0;
}
body.projects .projects-case__category::before {
  display: block;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #C9A746;
}
body.projects .projects-case__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
}
body.projects .projects-case__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 1rem;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.04em;
  background-color: #223B68;
}
body.projects .projects-case__title {
  font-family: "Zen Old Mincho", "Cormorant Garamond";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0.04em;
}
body.projects .projects-case__title-en {
  padding-left: 0.375rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #223B68;
  letter-spacing: 0;
}
body.projects .projects-case__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.projects .projects-case:not(:last-child) .projects-case__body {
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed #969FB1;
}
body.projects .projects-case__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.projects .projects-case__text-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0;
}
body.projects .projects-gallery-section {
  padding: 7.75rem 0;
  background-color: #ffffff;
}
body.projects .projects-gallery-section .l-inner {
  width: 80rem;
}
body.projects .projects-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.projects .projects-section-title__title {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #223B68;
  letter-spacing: 0;
}
body.projects .projects-section-title__subtitle {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.projects .projects-section-title__subtitle::before {
  display: block;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #C9A746;
}
body.projects .projects-section-title__subtitle-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0;
}
body.projects .projects-gallery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 5.75rem;
}
body.projects .projects-gallery-list__item {
  aspect-ratio: 403/284;
  overflow: hidden;
}
body.projects .projects-gallery-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.projects .projects-contact {
  padding: 5rem 0 6.5625rem;
  text-align: center;
  background-color: #F2F3F5;
}
body.projects .projects-contact .l-inner {
  width: 46rem;
}
body.projects .projects-contact__body {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  align-items: center;
  margin-top: 6rem;
}
body.projects .projects-contact__texts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.projects .projects-contact__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.04em;
}
body.projects .projects-contact__text-en {
  margin-top: 0.5rem;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  letter-spacing: 0;
}
body.projects .projects-contact__text-group.--sm .projects-contact__text,
body.projects .projects-contact__text-group.--sm .projects-contact__text-en {
  font-size: 1.125rem;
  line-height: 1.7;
}
body.projects .projects-contact__button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 5rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(34, 34, 34, 0.3);
  background: linear-gradient(109deg, #bc9c40 10.96%, #c5ba4e 49.73%, #bc9c40 88.6%);
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25);
}
@media (hover: hover) {
  body.projects .projects-contact__button {
    transition: opacity 0.3s linear, transform 0.3s linear;
  }
  body.projects .projects-contact__button:hover {
    transition: 0.3s all;
    background: linear-gradient(95deg, #C5BA4E 10.96%, #BC9C40 49.73%, #C5BA4E 88.6%);
    box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.25);
  }
}
body.projects .projects-contact__button-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
body.projects .projects-contact__button-en {
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
body.projects .l-footer {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  body.projects .p-pagetitle {
    height: 16.25rem;
  }
  body.projects .p-pagetitle__inner {
    gap: 0.25rem;
  }
  body.projects .p-pagetitle__title {
    font-size: 2.75rem;
    line-height: 1;
    letter-spacing: 0;
  }
  body.projects .p-pagetitle__subtitle {
    padding-right: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  body.projects .p-pagetitle__subtitle::before {
    width: 1rem;
  }
  body.projects .p-pagetitle__subtitle-eng {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  body.projects .projects-main {
    padding: 4rem 0;
  }
  body.projects .projects-main .l-inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
  body.projects .projects-case-list {
    padding: 2rem 0.9375rem;
  }
  body.projects .projects-case {
    gap: 1rem;
  }
  body.projects .projects-case + .projects-case {
    margin-top: 1.5rem;
  }
  body.projects .projects-case__heading {
    gap: 0.5rem;
  }
  body.projects .projects-case__category {
    gap: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  body.projects .projects-case__category::before {
    width: 0.625rem;
    height: 0.0625rem;
  }
  body.projects .projects-case__title-wrap {
    gap: 0.125rem;
  }
  body.projects .projects-case__status {
    padding: 0.125rem 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  body.projects .projects-case__title {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  body.projects .projects-case__title-en {
    padding-left: 0.125rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  body.projects .projects-case__body {
    gap: 0.5rem;
  }
  body.projects .projects-case:not(:last-child) .projects-case__body {
    padding-bottom: 1.5rem;
  }
  body.projects .projects-case__text, body.projects .projects-case__text-en {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.projects .projects-gallery-section {
    padding: 3rem 0 3.5rem;
  }
  body.projects .projects-gallery-section .l-inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
  body.projects .projects-section-title__title {
    font-size: 3rem;
    line-height: 1;
  }
  body.projects .projects-section-title__subtitle {
    gap: 0.5rem;
    padding-right: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.projects .projects-section-title__subtitle::before {
    width: 0.75rem;
    height: 0.0625rem;
  }
  body.projects .projects-section-title__subtitle-en {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  body.projects .projects-gallery-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 0.5625rem;
    margin-top: 3rem;
  }
  body.projects .projects-gallery-list__item {
    aspect-ratio: 168/140;
  }
  body.projects .projects-gallery-list__item:last-child {
    grid-column: 1;
  }
  body.projects .projects-contact {
    padding: 3rem 0 2.5rem;
  }
  body.projects .projects-contact .l-inner {
    width: 100%;
    padding: 0 0.9375rem;
  }
  body.projects .projects-contact__body {
    gap: 2.5rem;
    margin-top: 2rem;
  }
  body.projects .projects-contact__texts {
    gap: 1.5rem;
    width: 100%;
  }
  body.projects .projects-contact__text {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  body.projects .projects-contact__text-en {
    margin-top: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  body.projects .projects-contact__text-group.--sm .projects-contact__text,
  body.projects .projects-contact__text-group.--sm .projects-contact__text-en {
    font-size: 1rem;
    line-height: 1.6;
  }
  body.projects .projects-contact__button {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  body.projects .projects-contact__button-ja {
    font-size: 1.5rem;
  }
  body.projects .projects-contact__button-en {
    font-size: 1.125rem;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}