@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;800&display=swap");
/* ボックス（ボーダー・要素全体） */
/* テキスト */
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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, monospace; /* 1 */
  font-size: 1em; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.is-fixed {
  overflow: hidden;
}

body {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

body,
html {
  min-height: 100vh;
  margin: 0;
}

body {
  width: 100%;
  height: auto;
}
body.is-fixed {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body:not(:has(.p-header__front)) main {
    padding-top: 7rem;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #333333;
}
a:hover {
  opacity: 0.8;
}
a:focus, a:hover, a:active {
  outline: 0;
}

input[type=datetime-local],
input[type=date] {
  width: auto;
}

/* Native radio tint (modern browsers) */
input[type=radio] {
  accent-color: #333333;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  word-break: break-word;
}
table td.right.aligned {
  white-space: nowrap;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

ol li {
  margin-bottom: 10px;
  line-height: 2;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr {
  margin: 0.5rem 0;
  border-color: #fff;
  border-width: 0.5px;
}

textarea {
  width: 100%;
  padding: 16px;
}

dt {
  font-weight: 700;
  margin-top: 18px;
  padding-left: 6px;
}

dd {
  padding-left: 1.5em;
  padding-right: 6px;
  margin-left: 0;
  text-align: right;
  padding-bottom: 6px;
}

small {
  font-weight: 400;
}

fieldset {
  border: 0;
}

ul.pagination {
  list-style-type: none;
  padding: 0;
}

ul.pagination li {
  display: inline;
}

.wpcf7-spinner {
  display: none !important;
}

.c-news-pagination {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-news-pagination {
    margin-top: 3.2rem;
  }
}
.c-news-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333333;
  color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 0.55rem;
}
@media screen and (max-width: 767px) {
  .c-news-pagination .page-numbers {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-news-pagination .page-numbers:hover {
  opacity: 0.6;
}
.c-news-pagination .page-numbers.current {
  background-color: #333333;
}
.c-news-pagination .page-numbers.dots {
  background-color: transparent;
  color: black;
  cursor: default;
}

.l-header {
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 2rem;
  }
}

.l-header.l-header--subpage {
  position: relative;
  width: 100%;
  height: 30.7rem;
  background-image: url("images/bg_top.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .l-header.l-header--subpage {
    height: auto;
  }
}

.l-header.l-header--frontpage {
  position: relative;
  width: 100%;
  background-image: url("images/fv_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .l-header.l-header--frontpage {
    background-image: url("images/fv_sp.png");
  }
}
.l-header.l-header--frontpage {
  aspect-ratio: 379/213;
}

.l-footer {
  background-color: white;
  position: relative;
  padding-top: 8rem;
  max-width: 124.8rem;
  margin-inline: auto;
}

.l-section {
  padding-block: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 4rem;
  }
}

.l-inner {
  max-width: 75rem;
  margin-inline: auto;
}

.l-container {
  max-width: 137.6rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
  padding-inline: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
    padding-inline: 2rem;
  }
}

.l-container--large {
  max-width: 130.6rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-container--large {
    max-width: 100%;
    padding-inline: 2rem;
  }
}

.l-container--sp {
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-container--sp {
    padding-inline: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__front-logo {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.p-header__front {
  max-width: 100%;
  background-color: #ffffff;
  display: block;
  width: 94.1vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-header__front {
    width: 100%;
  }
}

.p-header__front-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 2.45vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-header__front-wrapper {
    padding-top: 0;
  }
}

.p-header__front-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: min(34.3vw, 44.8rem);
  height: min(11.5vw, 15rem);
  background-color: #ffffff;
  border-radius: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}
.p-header__front-logo a {
  display: block;
  text-decoration: none;
}
.p-header__front-logo img {
  display: block;
  width: min(21.9vw, 28.6rem);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-header__front-logo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 1.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-header__front-logo img {
    width: 100%;
    max-width: 13rem;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-header__front-image .fv-slider {
    aspect-ratio: 16/9;
  }
}

.fv-slider {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}
@media screen and (max-width: 767px) {
  .fv-slider {
    padding-top: 7rem;
  }
}
.fv-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__front-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.p-header__front-text-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-header__front-text-overlay img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media screen and (max-width: 767px) {
  .p-header__front-text-overlay {
    top: 4rem;
  }
}

.p-header__front-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-color: #ffffff;
  padding-top: 1vw;
  padding-left: 3vw;
  border-radius: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-header__front-nav {
    position: static;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}

.p-header__front-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-header__front-nav__list {
    display: none;
  }
}

.p-header__front-nav__item {
  font-size: min(1.53vw, 1.7rem);
  max-width: 15rem;
  min-width: 8.8em;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.p-header__front-nav__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #21190f;
}
.p-header__front-nav__item a {
  display: inline-block;
  margin-bottom: 0.2em;
  color: #21190f;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-header__front-nav__item {
    max-width: none;
    min-width: 0;
    font-size: 1.4rem;
  }
}

.p-header__inner {
  max-width: 94.1vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    max-width: 100%;
    padding: 0;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

.p-header__inner-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.p-header__inner-logo {
  width: min(34.3vw, 44.8rem);
  height: min(11.5vw, 15rem);
  background-color: #ffffff;
  border-radius: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}
.p-header__inner-logo a {
  display: block;
  text-decoration: none;
}
.p-header__inner-logo img {
  display: block;
  width: min(21.9vw, 28.6rem);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-header__inner-logo {
    width: 100%;
    height: auto;
    padding: 1.5rem 1rem;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-header__inner-logo img {
    width: 100%;
    max-width: 13rem;
    height: auto;
  }
}

.p-header__inner-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding-top: 2.45vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-header__inner-nav {
    position: static;
    padding-top: 0;
    display: block;
    width: 100%;
  }
}

.p-header__inner-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-header__inner-nav__list {
    display: none;
  }
}

.p-header__inner-nav__item {
  font-size: min(1.53vw, 1.7rem);
  max-width: 15rem;
  min-width: 8.8em;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.p-header__inner-nav__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #21190f;
}
.p-header__inner-nav__item a {
  display: inline-block;
  margin-bottom: 0.2em;
  color: #21190f;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-header__inner-nav__item {
    max-width: none;
    min-width: 0;
    font-size: 1.4rem;
  }
}

.p-header__logo {
  width: 28.6rem;
  height: auto;
}
.p-header__logo a {
  display: block;
  text-decoration: none;
}
.p-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header__nav-item {
  margin: 0;
  padding: 0;
}
.p-header__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__nav-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-header__nav-item a {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 1.4rem;
  }
}

.p-header__nav-hyphen {
  display: inline-block;
}

.p-header__nav-item-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-header__nav-item-icon img {
  display: block;
  width: auto;
  height: auto;
}

.p-header__subscription-btn {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background-color: #f0eeeb;
  padding: 2.5rem 1.5rem;
  border-radius: 1.5rem 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.p-header__subscription-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-header__subscription-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
    z-index: 60;
    background-color: #f0eeeb;
    padding: 1.6rem 1rem;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    text-decoration: none;
    width: 100%;
    -webkit-box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
            box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  }
  .p-header__subscription-btn:hover {
    opacity: 0.7;
  }
}

.p-header__subscription-btn-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: min(1.53vw, 1.7rem);
  font-weight: 600;
  color: #21190f;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-header__subscription-btn-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 1.5rem;
    font-weight: 600;
    color: #21190f;
    line-height: 1.2;
  }
}

.p-header__subscription-btn-icon {
  width: 1.58rem;
  height: 1.58rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-header__subscription-btn-icon {
    width: 1.6rem;
    height: 1.6rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  .p-header {
    padding: 0;
    position: relative;
  }
}

.c-hamburger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
  }
}

.c-hamburger__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.c-hamburger__btn .bar {
  width: 2.4rem;
  height: 2px;
  background: #21190f;
  display: block;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.c-hamburger__btn .bar::before, .c-hamburger__btn .bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2.4rem;
  height: 2px;
  background: #21190f;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.c-hamburger__btn .bar::before {
  top: -8px;
}
.c-hamburger__btn .bar::after {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .c-hamburger--open .c-hamburger__btn .bar {
    background: transparent;
  }
  .c-hamburger--open .c-hamburger__btn .bar::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: white;
  }
  .c-hamburger--open .c-hamburger__btn .bar::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: white;
  }
}

.c-hamburger__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger__menu {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 70;
    padding-top: 6rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.4s ease, opacity 0.4s ease;
    transition: visibility 0.4s ease, opacity 0.4s ease;
  }
  .c-hamburger__menu.is-open {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
    padding-top: 10rem;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger__menu a {
    color: #21190f;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    padding: 0.5rem 0;
    display: block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .c-hamburger__menu ul {
    list-style: none;
    margin: 0;
    padding: 3rem 2rem;
    border-radius: 1rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    background: #ffffff;
    max-width: 300px;
    margin-left: auto;
    height: 100%;
    -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
            box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-hamburger__menu.is-open ul {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-page-banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 94.1vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-page-banner {
    max-width: 100%;
    padding: 0;
  }
}

.p-page-banner__image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-page-banner__image {
    height: 10rem;
  }
}

.p-page-banner__title {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  max-width: 80rem;
  width: 80vw;
  height: 8.1rem;
  background-color: #ffffff;
  border-radius: 1.5rem 1.5rem 0 0;
  font-size: 2.7rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #21190f;
}
@media screen and (max-width: 767px) {
  .p-page-banner__title {
    font-size: 1.8rem;
    width: 70vw;
    height: 5rem;
    border-radius: 1rem 1rem 0 0;
  }
}

.p-front__news {
  padding-top: 2.5rem;
  width: 75rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-top: 0;
  }
}
.p-front__news .p-front__news-list {
  width: 53rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-front__news .p-front__news-list {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-front__news .p-front__news-list-item a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-front__news .p-front__news-list-item a {
    font-size: 1.4rem;
  }
}
.p-front__news .p-front__news-list-item + .p-front__news-list-item {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-front__news .p-front__news-list-item + .p-front__news-list-item {
    margin-top: 1.5rem;
  }
}
.p-front__news .c-square--gray {
  width: 16.8rem;
  height: 16.8rem;
  z-index: -1;
  bottom: -2rem;
  left: calc(-50vw + 50%);
}
@media screen and (max-width: 767px) {
  .p-front__news .c-square--gray {
    width: 8.4rem;
    height: 8.4rem;
    z-index: -1;
    bottom: -1rem;
    left: calc(-50vw + 50%);
  }
}

.p-front__about {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 45.9418070444% 8rem 1fr max((100% - 130.6rem) / 2, 3.5rem);
      grid-template: "image gutter content margin" auto/45.9418070444% 8rem 1fr max((100% - 130.6rem) / 2, 3.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-front__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-front__about .c-square--gray {
  width: 34.8rem;
  height: 28.08rem;
  z-index: -2;
  bottom: -21rem;
  right: calc(-50vw + 50%);
}
@media screen and (max-width: 767px) {
  .p-front__about .c-square--gray {
    width: 17.4rem;
    height: 14.04rem;
    z-index: -2;
    bottom: -10.5rem;
    right: calc(-50vw + 50%);
  }
}
.p-front__about .c-square--pink {
  width: 15.8rem;
  height: 21.57rem;
  z-index: -1;
  bottom: -2rem;
  right: calc(-50vw + 50%);
}
@media screen and (max-width: 767px) {
  .p-front__about .c-square--pink {
    width: 7.9rem;
    height: 10.785rem;
    z-index: -1;
    bottom: -1rem;
    right: calc(-50vw + 50%);
  }
}

.p-front__about.c-grid-img-txt--reverse {
  -ms-grid-rows: auto;
  -ms-grid-columns: max((100% - 130.6rem) / 2, 3.5rem) 1fr 8rem 45.9418070444%;
      grid-template: "margin content gutter image" auto/max((100% - 130.6rem) / 2, 3.5rem) 1fr 8rem 45.9418070444%;
}

.p-front__about-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 100%;
  display: block;
}

.p-front__about.c-grid-img-txt--reverse > .p-front__about-image {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.p-front__newspapers > .p-front__about-image {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.p-front__staff > .p-front__about-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 767px) {
  .p-front__about-image {
    width: 80%;
    margin-inline: auto;
  }
}

.p-front__about-content {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: content;
}

.p-front__about.c-grid-img-txt--reverse > .p-front__about-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-front__newspapers > .p-front__about-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-front__staff > .p-front__about-content {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  .p-front__about-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-content p {
    font-size: 1.4rem;
    margin-block: 0;
  }
}

.p-front__about-content-info {
  margin-left: 7.5rem;
  margin-block: 5rem;
  width: 44.3rem;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-front__about-content-info {
    margin-left: 0;
    margin-block: 2rem;
    width: 100%;
    font-size: 1.4rem;
  }
}

.p-front__newspapers {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: max((100% - 130.6rem) / 2, 3.5rem) 1fr 8rem 45.9418070444%;
      grid-template: "margin content gutter image" auto/max((100% - 130.6rem) / 2, 3.5rem) 1fr 8rem 45.9418070444%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-front__newspapers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.p-front__newspapers .c-title__h2 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-front__newspapers .c-title__h2 {
    margin-top: 0;
  }
}

.p-front__newspapers-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: content;
}

.p-front__about.c-grid-img-txt--reverse > .p-front__newspapers-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-front__newspapers > .p-front__newspapers-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-front__staff > .p-front__newspapers-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  .p-front__newspapers-wrapper {
    grid-area: unset;
    width: 100%;
  }
}

.p-front__newspapers-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 100%;
  display: block;
}

.p-front__about.c-grid-img-txt--reverse > .p-front__newspapers-image {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.p-front__newspapers > .p-front__newspapers-image {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.p-front__staff > .p-front__newspapers-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 767px) {
  .p-front__newspapers-image {
    grid-area: unset;
    width: 80%;
    margin-inline: auto;
  }
}

.p-front__newspapers-content {
  margin-left: auto;
  margin-block: 7rem;
  width: 46.6rem;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-front__newspapers-content {
    margin-left: 0;
    margin-block: 2rem;
    width: 100%;
    font-size: 1.4rem;
  }
}

.p-front__flow {
  width: 100%;
}

.p-front__flow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-front__flow-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}

.p-front__flow-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
  padding: 4.125rem;
  padding-left: calc(1.5em + 3.8rem);
  width: 32.15rem;
}
@media screen and (max-width: 767px) {
  .p-front__flow-item {
    width: 100%;
    padding: 2rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__flow-item p {
    font-size: 1.4rem;
  }
}
.p-front__flow-item p:first-child {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__flow-item p:first-child {
    font-size: 1.6rem;
    padding-left: 2.5rem;
  }
}
.p-front__flow-item p:first-child::before {
  content: "";
  position: absolute;
  left: -1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.8rem;
  height: 1px;
  background-color: #21190f;
}
@media screen and (max-width: 767px) {
  .p-front__flow-item p:first-child::before {
    left: 0rem;
    width: 2rem;
  }
}

.p-front__staff {
  margin-block: 10rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 45.9418070444% 8rem 1fr max((100% - 130.6rem) / 2, 3.5rem);
      grid-template: "image gutter content margin" auto/45.9418070444% 8rem 1fr max((100% - 130.6rem) / 2, 3.5rem);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front__staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
    margin-bottom: 0;
    margin-top: 5rem;
  }
}

.p-front__staff-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 100%;
  display: block;
}

.p-front__about.c-grid-img-txt--reverse > .p-front__staff-image {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.p-front__newspapers > .p-front__staff-image {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.p-front__staff > .p-front__staff-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 767px) {
  .p-front__staff-image {
    grid-area: unset;
    width: 80%;
    margin-inline: auto;
  }
}

.p-front__staff-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: content;
  position: relative;
  background-color: white;
  padding: 5rem;
}

.p-front__about.c-grid-img-txt--reverse > .p-front__staff-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-front__newspapers > .p-front__staff-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.p-front__staff > .p-front__staff-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  .p-front__staff-wrapper {
    grid-area: unset;
    width: 100%;
    padding: 2rem;
  }
}
.p-front__staff-wrapper p {
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-front__staff-wrapper p {
    font-size: 1.4rem;
  }
}
.p-front__staff-wrapper .c-button {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-front__staff-wrapper .c-button {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 1.5rem;
  }
}
.p-front__staff-wrapper .c-square--pink {
  width: 20.59rem;
  height: 16.01rem;
  z-index: -1;
  top: -14rem;
  left: -2rem;
}
@media screen and (max-width: 767px) {
  .p-front__staff-wrapper .c-square--pink {
    width: 10.295rem;
    height: 8.005rem;
    z-index: -1;
    top: -2rem;
    left: -2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-front__more .c-button {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-front__newspapers-image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-front__newspapers-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-service__intro {
  width: 61rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 5rem;
  margin-bottom: 4.5rem;
  line-height: 1.8;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-service__intro {
    width: 100%;
    margin-block: 0;
    font-size: 1.4rem;
  }
}

.p-service__newspapers h2 {
  text-align: center;
  margin-block: 2rem 5rem;
}

.p-service__newspaper-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-service__newspaper-list {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.p-service__newspaper-list-item:first-child {
  grid-column: 1/-1;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__newspaper-list-item:first-child {
    padding: 2rem;
  }
}

.p-service__newspaper-list-item.hidden {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-service__newspaper-list-item.hidden {
    display: none;
  }
}

.p-service__newspaper-list-item {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19.1rem;
  height: 8.6rem;
}
@media screen and (max-width: 767px) {
  .p-service__newspaper-list-item {
    width: 100%;
    padding: 1rem;
  }
}

.p-service__newspaper-list-item--niigata img {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-service__newspaper-list-item--niigata img {
    width: 10rem;
  }
}

.p-service__newspaper-list-item--asahi img {
  width: 19.1rem;
}

.p-service__newspaper-list-item--mainichi img {
  width: 19.1rem;
}

.p-service__newspaper-list-item--nikkei img {
  width: 19.1rem;
}

.p-service__newspaper-list-item--sankei-shimbun img {
  width: 13rem;
}

.p-service__newspaper-list-item--sports-nichi img {
  width: 16.1rem;
}

.p-service__newspaper-list-item--nikkan-sports img {
  width: 15.5rem;
}

.p-service__newspaper-list-item--sankei-sports img {
  width: 17.3rem;
}

.p-service__newspaper-list-item--carrel img {
  width: 15.8rem;
}

.p-service__newspaper-list-item--mitsuke img {
  width: 14.6rem;
}

.p-service__delivery-areas {
  padding-bottom: 3rem;
}
.p-service__delivery-areas h2 {
  text-align: center;
  margin-top: 1.7rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__delivery-areas h2 {
    margin-block: 2rem 5rem;
  }
}

.p-service__area {
  max-width: 80rem;
  margin-inline: auto;
  margin-bottom: 1.43rem;
}
.p-service__area h3 {
  font-size: 1.5rem;
  font-weight: 400;
  background-color: white;
  padding: 0.5em 1em;
  text-align: center;
  margin-bottom: 0.34rem;
}

.p-service__area-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.34rem 1fr 0.34rem 1fr 0.34rem 1fr 0.34rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.34rem;
}
@media screen and (max-width: 767px) {
  .p-service__area-list {
    -ms-grid-columns: 1fr 0.34rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.34rem;
  }
}

.p-service__area-item {
  font-size: 1.5rem;
  font-weight: 400;
  background-color: white;
  padding: 0.5em 1em;
}

.p-service__application {
  padding-top: 2rem;
}
.p-service__application h2 {
  text-align: center;
  margin-bottom: 5rem;
}

.p-service__application-lead {
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
}

.p-service__application-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service__application-methods {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-service__application-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f0eeeb;
  padding: 4.125rem;
  width: 32.15rem;
}
@media screen and (max-width: 767px) {
  .p-service__application-item {
    width: 100%;
    padding: 2rem;
  }
}
.p-service__application-item p:first-child {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__application-item p:first-child {
    font-size: 1.6rem;
  }
}

.p-service__digital h2 {
  text-align: center;
  margin-top: 1.7rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__digital h2 {
    margin-block: 2rem 5rem;
  }
}
.p-service__digital .c-button__more .c-button {
  margin-inline: auto;
}
.p-service__digital .c-button__more p {
  margin-top: 1rem;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-service__digital .c-button__more p {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}

.p-service__digital-content {
  max-width: 62rem;
  margin-inline: auto;
  margin-bottom: 4.4rem;
}

.p-service__social-activities {
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__social-activities {
    padding-top: 0;
  }
}

.p-service__social-activities-list {
  max-width: 80rem;
  margin-inline: auto;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__social-activities-list {
    max-width: 100%;
    padding-bottom: 0;
  }
}

.p-service__social-activities-item {
  background-color: white;
}
.p-service__social-activities-item h3 {
  width: 15rem;
  color: white;
  background-color: #808080;
  padding: 0.5rem 1rem;
  text-align: center;
}
.p-service__social-activities-item h4 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__social-activities-item h4 {
    font-size: 1.6rem;
  }
}
.p-service__social-activities-item .p-service__social-activities-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2rem 2rem 0 0;
}
.p-service__social-activities-item .p-service__social-activities-item-content {
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service__social-activities-item .p-service__social-activities-item-content {
    padding: 2rem;
  }
}
.p-service__social-activities-item .p-service__social-activities-item-content .c-button {
  margin-top: 1rem;
  margin-left: auto;
}

.p-service__social-activities-item:not(:last-child) {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-service__social-activities-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.p-service__social-activities-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-service__social-activities-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-service__social-activities-wrapper .c-square--gray {
  width: 34.8rem;
  height: 28.08rem;
  z-index: -2;
  bottom: -21rem;
  right: 4.4rem;
}
.p-service__social-activities-wrapper .c-square--pink {
  width: 15.8rem;
  height: 21.57rem;
  z-index: -1;
  bottom: -2rem;
  right: 0;
}

.p-service__social-activities-image {
  width: clamp(40rem, 41.5773353752vw, 79.8rem);
  -ms-flex-negative: 2;
      flex-shrink: 2;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-service__social-activities-image {
    width: 80%;
  }
}

.p-service__social-activities-content {
  width: 55.4rem;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-service__social-activities-content .p-service__social-activities-lead {
  margin-top: 2rem;
}

.p-company__intro-section .c-square-decoration {
  bottom: -10rem;
}

.p-company__intro {
  width: 61rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-company__intro {
    width: 100%;
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.p-company__intro-image-wrapper {
  text-align: center;
}

.p-company__intro-image {
  margin-top: 2.6rem;
  width: 61rem;
}
@media screen and (max-width: 767px) {
  .p-company__intro-image {
    width: 80%;
  }
}

.c-square-decoration {
  bottom: -21rem;
}

.p-company__message {
  padding-bottom: 3rem;
}

.p-company__message-wrapper {
  margin-top: 8rem;
  max-width: 80rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-company__message-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 0;
  }
}

.p-company__message h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company__message h2 {
    margin-bottom: 5rem;
  }
}

.p-company__message-content {
  width: 55.16rem;
  max-width: 100%;
  margin-left: auto;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-company__message-content {
    margin-left: inherit;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-company__message-image-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__message-image-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-company__message-image {
  width: 22.6rem;
}
@media screen and (max-width: 767px) {
  .p-company__message-image {
    width: 50%;
  }
}

.p-company__message-image-caption {
  text-align: right;
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__message-image-caption {
    text-align: center;
    font-size: 1.2rem;
  }
}

.p-company__info {
  padding-top: 2.6rem;
}

.p-company__info h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.p-company__info-table {
  width: 100%;
  max-width: 61rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.p-company__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.37rem;
  margin-bottom: 0.32rem;
}

.p-company__info-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15.68rem;
  background-color: white;
  padding: 1.2rem;
  text-align: left;
  font-size: 1.5rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-company__info-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    width: 10rem;
  }
}

.p-company__info-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.2rem;
  vertical-align: top;
  background-color: white;
}
.p-company__info-value p {
  margin: 0;
  line-height: 1.6;
}
.p-company__info-value p:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__info-value {
    font-size: 1.4rem;
  }
}

.p-company__machi-station {
  max-width: 61rem;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 2.4rem;
}

.p-company__machi-station-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__machi-station-logo {
    width: 100%;
  }
}

.p-company__machi-station-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-company__machi-station-content {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-company__machi-station-content {
    font-size: 1.4rem;
  }
}

.p-company__machi-station-content p {
  margin-top: 1rem;
}

.p-company__access {
  padding-block: 1.5rem 2rem;
}

.p-company__access h2 {
  text-align: center;
}

.p-company__access-map {
  margin-top: 4rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-company__access-map iframe {
  display: block;
  margin-inline: auto;
}

.p-contact {
  max-width: 100%;
  padding: 3rem;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 1.5rem;
  }
  .p-contact__inner {
    max-width: 100%;
  }
  .p-contact__desc,
  .p-contact__desc--small {
    font-size: 1.4rem;
  }
  .p-contact__field {
    margin-bottom: 1.8rem;
  }
  .p-contact__field label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 1.4rem;
    gap: 0.6rem;
  }
  .p-contact__submit .c-button {
    width: 100%;
  }
}
.p-footer {
  padding-top: 5rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-footer__wrapper .p-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.p-footer > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-footer > div:first-child {
    display: block;
  }
}

.p-footer > div:first-child > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-footer > div:first-child > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.p-footer__logo {
  margin-bottom: 4rem;
}
.p-footer__logo a {
  display: block;
  text-decoration: none;
}
.p-footer__logo img {
  width: 20.4rem;
  height: 6.29rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__logo img {
    width: 12rem;
    height: auto;
  }
}

.p-footer > div:first-child > div:first-child > div:last-child {
  font-size: 1.5rem;
}

.p-footer > div:first-child > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer > div:first-child > div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__message {
  margin-bottom: 6rem;
}
.p-footer__message p {
  margin: 0;
  font-size: 3.37rem;
  font-family: "Zen Old Mincho";
}
@media screen and (max-width: 767px) {
  .p-footer__message {
    margin-bottom: 5rem;
  }
}

.p-footer__nav {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.p-footer__nav-item a {
  color: #21190f;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 1.5rem;
}
.p-footer__nav-item a:hover {
  opacity: 0.7;
}

.p-footer > div:first-child > div:last-child > a {
  color: #21190f;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 1.5rem;
  display: block;
}
.p-footer > div:first-child > div:last-child > a:hover {
  opacity: 0.7;
}

.p-footer__copy {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
  margin-top: 6rem;
}
.p-footer__copy p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 0;
  }
  .p-footer__logo {
    margin-bottom: 2rem;
  }
  .p-footer__message {
    margin-bottom: 2rem;
    margin-left: auto;
  }
  .p-footer__message p {
    font-size: 1.4rem;
    text-align: right;
    white-space: nowrap;
  }
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1rem;
  }
  .p-footer__nav-item a,
  .p-footer > div:first-child > div:last-child > a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__nav-item a,
  .p-footer > div:first-child > div:last-child > a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 3rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__info p {
    font-size: 1.2rem;
  }
}

.p-job__daily-flow {
  padding-top: 5rem;
}
.p-job__daily-flow h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-job__daily-flow {
    padding-top: 0;
  }
}

.p-job__daily-flow-list {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.p-job__daily-flow-list-item {
  margin-inline: auto;
  background-color: #f0eeeb;
  width: 80rem;
  max-width: 100%;
  padding: 3rem;
}
.p-job__daily-flow-list-item h3 {
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-job__daily-flow-list-item h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-job__daily-flow-list-item {
    -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
    padding: 2rem;
  }
}

.p-job__daily-flow-list-item:not(:last-child) {
  margin-bottom: 1.2rem;
}

.p-job__image-wrapper {
  text-align: center;
  margin-top: 3rem;
}

.p-job__image {
  width: 61rem;
}
@media screen and (max-width: 767px) {
  .p-job__image {
    width: 80%;
  }
}

.p-job__faq-list {
  margin-block: 4rem;
}

.p-job__faq-item {
  table-layout: auto;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  border-collapse: separate;
  border-spacing: 1.47rem 0.92rem;
  margin-bottom: 4.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-job__faq-item {
    border-spacing: 0.36rem;
    margin-bottom: 2rem;
  }
  .p-job__faq-item th,
  .p-job__faq-item td {
    padding: 2rem;
  }
}
.p-job__faq-item:last-of-type {
  margin-bottom: 0;
}

.p-job__faq {
  padding-bottom: 2rem;
}
.p-job__faq h2 {
  text-align: center;
}

.p-job__faq-tr td {
  background-color: #ffffff;
}
.p-job__faq-tr td:first-child {
  width: 5.2rem;
  font-size: 2.4rem;
  text-align: center;
  vertical-align: top;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-job__faq-tr td:first-child {
    padding-top: 1.5rem;
    font-size: 1.8rem;
  }
}
.p-job__faq-tr td:last-child {
  padding: 1.7rem 2.55rem;
}
.p-job__faq-tr td:last-child span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-job__faq-tr td:last-child span {
    font-size: 1.4rem;
  }
}

.p-job__recruitment {
  padding-block: 2.6rem 1.5rem;
}
.p-job__recruitment h2 {
  text-align: center;
}
.p-job__recruitment p {
  width: 61rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 3.7rem;
}

@media screen and (max-width: 767px) {
  .p-job__recruitment-table {
    overflow-x: auto;
  }
  .p-job__recruitment-table::-webkit-scrollbar {
    height: 0.75rem;
  }
  .p-job__recruitment-table::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 1rem;
  }
}
.p-job__recruitment-table table {
  table-layout: fixed;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  margin-top: 3rem;
  border-collapse: separate;
  border-spacing: 0.36rem;
  font-size: 1.5rem;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-job__recruitment-table table {
    table-layout: fixed;
    width: 100%;
    max-width: 80rem;
    min-width: 60rem;
    margin-inline: auto;
    margin-top: 3rem;
    border-collapse: separate;
    border-spacing: 0.36rem;
    font-size: 1.4rem;
    font-weight: 400;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* スクロールバーのカスタマイズ */
  }
  .p-job__recruitment-table table::-webkit-scrollbar {
    height: 8px;
  }
  .p-job__recruitment-table table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  .p-job__recruitment-table table::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
  }
}
.p-job__recruitment-table thead tr th {
  background-color: #f0eeeb;
  padding: 1.2rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-job__recruitment-table thead tr th {
    background-color: #f0eeeb;
    padding: 1.2rem;
    text-align: center;
    font-weight: 400;
  }
}
.p-job__recruitment-table thead tr th:first-child {
  width: 15.6rem;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-job__recruitment-table thead tr th:first-child {
    width: 10rem;
    background-color: transparent;
  }
}
.p-job__recruitment-table tbody tr th {
  width: 15.6rem;
  font-weight: 400;
  background-color: #f0eeeb;
  padding: 1.2rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-job__recruitment-table tbody tr th {
    width: 10rem;
    font-weight: 400;
    background-color: #f0eeeb;
    padding: 1.2rem;
    text-align: left;
    vertical-align: top;
  }
}
.p-job__recruitment-table tbody tr td {
  background-color: #f0eeeb;
  padding: 1.2rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-job__recruitment-table tbody tr td {
    background-color: #f0eeeb;
    padding: 1.2rem;
    vertical-align: top;
    text-wrap: wrap;
  }
}
.p-job__recruitment-table tbody tr td p {
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-job__recruitment-table tbody tr td p {
    margin: 0;
    line-height: 1.6;
  }
}
.p-job__recruitment-table tbody tr td p:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-job__recruitment-table tbody tr td p:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.p-news {
  max-width: 92rem;
  margin: 0 auto;
}

.p-news__header {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}
.p-news__header .c-square--gray {
  width: 10rem;
  height: 10rem;
  left: -2rem;
  top: -1rem;
  z-index: 0;
}
.p-news__header .c-square--pink {
  width: 7rem;
  height: 7rem;
  right: 0;
  top: -1.5rem;
  z-index: 0;
}
.p-news__header .c-title__h2 {
  position: relative;
  z-index: 1;
}

.p-news__list {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.p-news__link {
  display: block;
  padding: 1em 2em;
  color: #21190f;
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.p-news__item:last-child .p-news__link {
  border-bottom: none;
}

.p-news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-news__heading {
    display: block;
  }
}

.p-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-news__date {
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.p-news__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 1.6rem;
  }
}

.p-news__excerpt {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  color: #333333;
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-news__excerpt {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.p-news__empty {
  text-align: center;
  padding: 4rem 0;
  color: #21190f;
}

.p-news__empty {
  text-align: center;
  padding: 4rem 0;
  color: #21190f;
}

.c-single {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .c-single {
    padding-bottom: 4rem;
  }
}
.c-single .c-single__h1 {
  font-size: 2.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__h1 {
    font-size: 2rem;
  }
}
.c-single .c-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-block: 1em;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__meta {
    gap: 1rem;
    margin-block: 0.8rem;
  }
}
.c-single .c-single__thumbnail {
  overflow: hidden;
  border-radius: 0.6224rem;
  margin-bottom: 4.3rem;
}
.c-single .c-single__thumbnail img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__thumbnail {
    margin-bottom: 1.2rem;
  }
}
.c-single .c-single__meta-company {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.c-single .c-single__nav {
  margin-block: 3.6rem 1rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__nav {
    margin-block: 1rem 0.8rem;
  }
}
.c-single .wp-block-group-is-layout-flex {
  gap: 5rem !important;
}
@media screen and (max-width: 767px) {
  .c-single .wp-block-columns {
    gap: 1rem !important;
  }
}
.c-single .wp-block-image {
  width: 100%;
  max-width: 72%;
  margin-block: 2rem;
  margin-inline: auto;
}
.c-single .wp-block-image img {
  width: 100%;
  display: block;
  border-radius: 0.6224rem;
}
@media screen and (max-width: 767px) {
  .c-single .wp-block-image {
    max-width: 100%;
    margin-block: 1rem;
  }
}
.c-single .wp-element-caption {
  text-align: center;
  font-size: 1.4rem;
  color: #dedede;
}
@media screen and (max-width: 767px) {
  .c-single .wp-element-caption {
    font-size: 1.2rem;
  }
}
.c-single .c-single__content {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content {
    max-width: 100%;
    margin-block: 2rem;
  }
}
.c-single .c-single__content a {
  text-decoration: underline;
}
.c-single .c-single__content p,
.c-single .c-single__content li {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content p,
  .c-single .c-single__content li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.c-single .c-single__content h1,
.c-single .c-single__content h2,
.c-single .c-single__content h3,
.c-single .c-single__content h4,
.c-single .c-single__content h5,
.c-single .c-single__content h6 {
  line-height: 1.4 !important;
}
.c-single .c-single__content h1 {
  margin-block: 5rem 2rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h1 {
    margin-block: 1rem 0.8rem;
    font-size: 2rem;
  }
}
.c-single .c-single__content h2 {
  margin-block: 5rem 2rem;
  padding: 0 1em;
  border-left: #333333 0.4rem solid;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h2 {
    margin-block: 1rem 0.8rem;
    font-size: 1.8rem;
  }
}
.c-single .c-single__content h3 {
  margin-block: 4rem 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h3 {
    margin-block: 0.8rem 0.6rem;
    font-size: 1.4rem;
  }
}
.c-single .c-single__content h4 {
  margin-block: 3rem 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h4 {
    margin-block: 0.8rem 0.6rem;
    font-size: 1.4rem;
  }
}
.c-single .c-single__content h5 {
  margin-block: 3rem 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h5 {
    margin-block: 0.8rem 0.6rem;
    font-size: 1.4rem;
  }
}
.c-single .c-single__content h6 {
  margin-block: 3rem 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content h6 {
    margin-block: 0.8rem 0.6rem;
    font-size: 1.4rem;
  }
}
.c-single .c-single__content p {
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content p {
    margin-block: 0.8rem;
  }
}
.c-single .c-single__content ol,
.c-single .c-single__content ul {
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content ol,
  .c-single .c-single__content ul {
    margin-block: 1rem;
  }
}
.c-single .c-single__content ol li {
  list-style-type: decimal !important;
  list-style-position: inside;
}
.c-single .c-single__content ul li {
  list-style: none;
  text-align: left;
  padding-left: 1em;
  position: relative;
  line-height: 1.875;
}
.c-single .c-single__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.96575rem;
  height: 0.96575rem;
  background-color: #01a08b;
  border-radius: 50%;
}
.c-single .c-single__content li + li {
  margin-top: 1rem;
}
.c-single .c-single__content .wp-block-image {
  margin-block: 2rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content .wp-block-image {
    margin-block: 1rem;
    padding-inline: 0;
  }
}
.c-single .c-single__content .wp-block-list {
  padding-left: 1em;
}
.c-single .c-single__content .wp-block-group__inner-container {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content .wp-block-group__inner-container {
    margin-bottom: 1.2rem;
  }
}
.c-single .c-single__content .wp-block-quote {
  position: relative;
  background-color: #ecedeb;
  padding: 1em;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__content .wp-block-quote {
    padding: 1.6rem;
  }
}
.c-single .c-single__content .wp-block-quote::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 1.3em;
  width: 2.3rem;
  height: 2.3rem;
  background-image: url("images/double-quotation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-single .c-single__content .wp-block-quote p {
  margin-block: 0;
  padding-left: 4rem;
}
.c-single .c-single__content .wp-block-quote p + p {
  margin-top: 2rem;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 39.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 6.23rem;
  padding: 1em;
  padding-left: 2em;
  background-color: #21190f;
  color: #fff;
  border-radius: 1.5rem;
  font-size: 1.7rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-button:hover {
  opacity: 0.7;
}
.c-button__image {
  width: 3rem;
  height: 3rem;
  margin-top: 0.15rem;
}
@media screen and (max-width: 767px) {
  .c-button {
    min-width: 20rem;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    font-size: 1.4rem;
    border-radius: 1rem;
  }
  .c-button__image {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0;
  }
}

.c-button--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .c-button__more .c-button {
    margin-left: auto;
  }
}

.c-title__h2 {
  font-family: "Zen Old Mincho";
  font-size: 3.1rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-title__h2 {
    font-size: 2rem;
    text-align: center;
  }
}

.c-square--gray {
  position: absolute;
  background-color: #f0eeeb;
}
@media screen and (max-width: 767px) {
  .c-square--gray {
    position: absolute;
    background-color: #f0eeeb;
  }
}

.c-square--gray--left-edge {
  width: 16.8rem;
  height: 16.8rem;
  z-index: -1;
  top: 21rem;
  left: calc(-50vw + 50%);
  position: absolute;
  background-color: #f0eeeb;
}
@media screen and (max-width: 767px) {
  .c-square--gray--left-edge {
    width: 8.4rem;
    height: 8.4rem;
    top: 10.5rem;
    left: calc(-50vw + 50%);
    position: absolute;
    background-color: #f0eeeb;
  }
}

.c-square--gray--right-edge {
  width: 34.8rem;
  height: 28.08rem;
  z-index: -2;
  right: calc(-50vw + 50% + 4.46rem);
  position: absolute;
  background-color: #f0eeeb;
}
@media screen and (max-width: 767px) {
  .c-square--gray--right-edge {
    width: 17.4rem;
    height: 14.04rem;
    right: calc(-50vw + 50% + 2rem);
    position: absolute;
    background-color: #f0eeeb;
  }
}

.c-square--pink {
  position: absolute;
  background-color: #f0dad1;
}
@media screen and (max-width: 767px) {
  .c-square--pink {
    position: absolute;
    background-color: #f0dad1;
  }
}

.c-square--pink--right-edge {
  width: 15.8rem;
  height: 21.57rem;
  z-index: -1;
  right: calc(-50vw + 50%);
  position: absolute;
  background-color: #f0dad1;
}
@media screen and (max-width: 767px) {
  .c-square--pink--right-edge {
    width: 7.9rem;
    height: 10.785rem;
    right: calc(-50vw + 50%);
    position: absolute;
    background-color: #f0dad1;
  }
}

.c-square-decoration {
  position: relative;
  bottom: -5rem;
}
@media screen and (max-width: 767px) {
  .c-square-decoration {
    position: relative;
    bottom: -2.5rem;
  }
}
.c-square-decoration .c-square--gray--right-edge {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-square-decoration .c-square--gray--right-edge {
    bottom: 0;
  }
}
.c-square-decoration .c-square--pink--right-edge {
  bottom: 19rem;
}
@media screen and (max-width: 767px) {
  .c-square-decoration .c-square--pink--right-edge {
    bottom: 9.5rem;
  }
}

.c-contact-section h2 {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact-section h2 {
    margin-bottom: 4rem;
  }
}

.c-contact-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-contact-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}

.c-contact-section__item {
  background-color: white;
  padding: 3.3rem;
}
@media screen and (max-width: 767px) {
  .c-contact-section__item {
    padding: 1.5rem;
    font-size: 1.2rem;
  }
}

.c-contact-section__item:first-child {
  width: 37rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}
.c-contact-section__item:first-child .number {
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.c-contact-section__item:last-child {
  width: 58.9rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-contact-section__item:last-child img {
  width: 13rem;
  height: 13rem;
}

.c-contact-section__more {
  text-align: center;
}
.c-contact-section__more .c-button {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-contact-section__more .c-button {
    margin-inline: inherit;
    margin-left: auto;
  }
}

.c-contact-form {
  max-width: 80rem;
  margin-inline: auto;
}
.c-contact-form h2 {
  margin-bottom: 3rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3rem;
}

.c-contact-form__form {
  background-color: white;
  padding: 4rem;
  border-radius: 1.2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-contact-form__form {
    padding: 2rem;
  }
}

.c-contact-form__group {
  margin-bottom: 2rem;
}

.c-contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: 1.6rem;
}

.c-contact-form__label-text {
  color: #21190f;
}

.c-contact-form__required {
  display: inline-block;
  background-color: #21190f;
  color: white;
  padding: 0.2rem 0.8rem;
  border-radius: 0.6rem;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.c-contact-form__input,
.c-contact-form__textarea {
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  font-family: inherit;
}
.c-contact-form__input:focus,
.c-contact-form__textarea:focus {
  outline: none;
  border-color: #5a3418;
  background-color: #fafafa;
}

.c-contact-form__textarea {
  resize: vertical;
  min-height: 10rem;
}

.c-contact-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-contact-form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.c-contact-form__actions .c-button {
  width: 100%;
  max-width: 20rem;
}

.c-contact-form__note {
  font-size: 1.4rem;
  text-align: center;
}

.c-subscription-form {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 4rem;
  margin-top: 3rem;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .c-subscription-form {
    padding: 2.4rem 1.6rem;
  }
}

.c-subscription-form__header {
  margin-bottom: 3rem;
}

.c-subscription-form__title {
  margin: 0 0 1rem;
  font-size: 2.4rem;
  color: #21190f;
}

.c-subscription-form__note {
  margin: 0;
  font-size: 1.4rem;
  color: #21190f;
  line-height: 1.7;
}

.c-subscription-form__form {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.c-subscription-form__field {
  display: -ms-grid;
  display: grid;
  gap: 0.8rem;
}

.c-subscription-form__field--radio {
  gap: 1.2rem;
}

.c-subscription-form__label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #21190f;
}

.c-subscription-form__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.c-subscription-form__options--wrap {
  gap: 1.2rem 1.4rem;
}

.c-subscription-form__option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: 999px;
  background-color: #f0eeeb;
  font-size: 1.5rem;
  color: #21190f;
  cursor: pointer;
}
.c-subscription-form__option input {
  margin: 0;
}

.c-subscription-form__input,
.c-subscription-form__textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: 0.6rem;
  font-size: 1.5rem;
  font-family: inherit;
  color: #21190f;
  background-color: #fff;
}
.c-subscription-form__input:focus,
.c-subscription-form__textarea:focus {
  outline: none;
  border-color: #5a3418;
  background-color: #fafafa;
}

.c-subscription-form__textarea {
  resize: vertical;
  min-height: 10rem;
}

.c-subscription-form__input--date {
  max-width: 24rem;
}

.c-subscription-form__privacy {
  font-size: 1.4rem;
  color: #21190f;
}
.c-subscription-form__privacy a {
  color: #5a3418;
  text-decoration: underline;
}

.c-subscription-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.c-subscription-form__actions .c-button {
  width: 100%;
  max-width: 20rem;
}

.u-bg-gray {
  position: relative;
  z-index: 0;
}
.u-bg-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0eeeb;
  z-index: -5;
}

.u-bg-dark-gray {
  position: relative;
  z-index: 0;
}
.u-bg-dark-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dedede;
  z-index: -5;
}

.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  .u-cf--sp:before,
  .u-cf--sp:after {
    content: " ";
    display: table;
  }
  .u-cf--sp:after {
    clear: both;
  }
  .u-cf--sp {
    *zoom: 1;
  }
}
.u-col2 {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.u-col2:nth-child(2n) {
  margin-right: 0;
}
.u-col2.u-col2--mr0 {
  width: 50%;
  margin-right: 0;
}

.u-col3 {
  float: left;
  width: 31.333%;
  margin-right: 3%;
}
.u-col3:nth-child(3n) {
  margin-right: 0;
}

.u-col3--2 {
  width: 64.666%;
  margin-left: 1%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .u-col2,
  .u-col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.u-marginCenter {
  margin-inline: auto !important;
}

.u-mxAuto {
  margin-inline: auto !important;
}

.u-marginLeft {
  margin-left: auto !important;
}

.u-mlAuto {
  margin-left: auto !important;
}

.u-margin1rem {
  margin: 1rem;
}

.u-ml8 {
  margin-left: 0.8rem !important;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt5 {
  margin-top: 0.5rem;
}

.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt45 {
  margin-top: 4.5rem;
}

.u-mt55 {
  margin-top: 5.5rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mt2em {
  margin-top: 2em;
}

.u-mt2rem {
  margin-top: 2rem;
}

.u-mt3rem {
  margin-top: 3rem;
}

.u-mt4rem {
  margin-top: 4rem;
}

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

.u-mb1 {
  margin-bottom: 1rem;
}

.u-mb2 {
  margin-bottom: 2rem;
}

.u-mb2em {
  margin-bottom: 2em;
}

.u-mb3em {
  margin-bottom: 3em;
}

.u-mb4em {
  margin-bottom: 4em;
}

.u-mb5em {
  margin-bottom: 5em;
}

.u-mb5 {
  margin-bottom: 5rem;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-mb120 {
  margin-bottom: 12rem !important;
}

.u-my1 {
  margin-block: 1rem;
}

.u-my2 {
  margin-block: 2rem;
}

.u-my3 {
  margin-block: 3rem;
}

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
  .u-mt0--sp {
    margin-top: 0 !important;
  }
  .u-mt50--sp {
    margin-top: 5rem !important;
  }
  .u-mt8--sp {
    margin-top: 0.8rem !important;
  }
  .u-mt16--sp {
    margin-top: 1.6rem !important;
  }
  .u-mt24--sp {
    margin-top: 2.4rem !important;
  }
  .u-mt32--sp {
    margin-top: 3.2rem !important;
  }
  .u-mt40--sp {
    margin-top: 4rem !important;
  }
  .u-mt60--sp {
    margin-top: 6rem !important;
  }
  .u-mb8--sp {
    margin-bottom: 0.8rem !important;
  }
  .u-mb16--sp {
    margin-bottom: 1.6rem !important;
  }
  .u-mb24--sp {
    margin-bottom: 2.4rem !important;
  }
  .u-mb32--sp {
    margin-bottom: 3.2rem !important;
  }
  .u-mb40--sp {
    margin-bottom: 4rem !important;
  }
  .u-mb60--sp {
    margin-bottom: 6rem !important;
  }
  .u-mb80--sp {
    margin-bottom: 8rem !important;
  }
  .u-my0--sp {
    margin-block: 0 !important;
  }
  .u-my16--sp {
    margin-block: 1.6rem !important;
  }
  .u-my24--sp {
    margin-block: 2.4rem !important;
  }
  .u-my40--sp {
    margin-block: 4rem !important;
  }
}
.u-pt45 {
  padding-top: 4.5rem;
}

.u-pt63 {
  padding-top: 6.3rem;
}

.u-pb20 {
  padding-bottom: 2rem;
}

.u-pb45 {
  padding-bottom: 4.5rem;
}

.u-pb63 {
  padding-bottom: 6.3rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-pb120 {
  padding-bottom: 12rem;
}

.u-py45 {
  padding-block: 4.5rem;
}

.u-py63 {
  padding-block: 6.3rem;
}

.u-py0 {
  padding-block: 0;
}

.u-pt0 {
  padding-top: 0;
}

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

@media screen and (max-width: 767px) {
  .u-pt22--sp {
    padding-top: 2.25rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt40--sp {
    padding-top: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt120--sp {
    padding-top: 12rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb40--sp {
    padding-bottom: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb60--sp {
    padding-bottom: 6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py40--sp {
    padding-block: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt0--sp {
    padding-top: 0 !important;
  }
  .u-pt1--sp {
    padding-top: 1rem !important;
  }
  .u-pb0--sp {
    padding-bottom: 0 !important;
  }
  .u-py0--sp {
    padding-block: 0 !important;
  }
  .u-pt16--sp {
    padding-top: 1.6rem !important;
  }
  .u-pt24--sp {
    padding-top: 2.4rem !important;
  }
  .u-pt30--sp {
    padding-top: 3rem !important;
  }
  .u-pt32--sp {
    padding-top: 3.2rem !important;
  }
  .u-pb16--sp {
    padding-bottom: 1.6rem !important;
  }
  .u-pb24--sp {
    padding-bottom: 2.4rem !important;
  }
  .u-pb30--sp {
    padding-bottom: 3rem !important;
  }
  .u-pb32--sp {
    padding-bottom: 3.2rem !important;
  }
  .u-pb80--sp {
    padding-bottom: 8rem !important;
  }
  .u-py30--sp {
    padding-block: 3rem !important;
  }
  .u-py60--sp {
    padding-block: 6rem !important;
  }
  .u-py80--sp {
    padding-block: 8rem !important;
  }
}
.u-py8rem {
  padding-block: 8rem;
}

.u-textCenter {
  text-align: center;
}

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

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

@media screen and (max-width: 767px) {
  .u-textRight--sp {
    text-align: right !important;
  }
  .u-textCenter--sp {
    text-align: center !important;
  }
  .u-textLeft--sp {
    text-align: left !important;
  }
}
.u-ofi {
  overflow: hidden;
}
.u-ofi img,
.u-ofi video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
  display: block;
  height: 100%;
}

.u-spShow,
.u-spShow--inline {
  display: none !important;
}

.u-spHide {
  display: block !important;
}

.u-spHide--inline {
  display: inline !important;
}

.u-spHide--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-db {
  display: block;
}

.u-dib {
  display: inline-block;
}

.u-hide {
  display: none;
}

.u-hide-front {
  display: none;
}

.u-inline-block {
  display: inline block;
  text-align: left;
}

.admin .u-hide-front {
  display: block;
}
.admin .u-hide-admin {
  display: none;
}

.u-spShow--flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-spShow {
    display: block !important;
  }
  .u-spHide,
  .u-spHide--inline,
  .u-spHide--flex {
    display: none !important;
  }
  .u-spShow--inline {
    display: inline !important;
  }
  .u-spDb {
    display: block;
  }
  .u-spShow--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.u-font10 {
  font-size: 10px;
}

.u-font11 {
  font-size: 11px;
}

.u-font12 {
  font-size: 12px;
}

.u-font13 {
  font-size: 13px;
}

.u-font14 {
  font-size: 1.4rem;
}

.u-font15 {
  font-size: 15px;
}

.u-font16 {
  font-size: 16px;
}

.u-font17 {
  font-size: 17px;
}

.u-font18 {
  font-size: 1.8rem;
}

.u-font20 {
  font-size: 20px;
}

.u-font22 {
  font-size: 22px;
}

.u-font23 {
  font-size: 23px;
}

.u-font24 {
  font-size: 24px;
}

.u-font25 {
  font-size: 25px;
}

.u-font26 {
  font-size: 26px;
}

.u-font27 {
  font-size: 27px;
}

.u-font28 {
  font-size: 28px;
}

.u-font30 {
  font-size: 30px;
}

.u-font34 {
  font-size: 3.4rem !important;
}

.u-font35 {
  font-size: 35px;
}

.u-font38 {
  font-size: 38px;
}

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

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

.u-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-gothic {
  font-family: "Barlow", "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media screen and (max-width: 767px) {
  .u-font26--sp {
    font-size: 2.6rem !important;
  }
  .u-font20--sp {
    font-size: 2rem !important;
  }
  .u-font18--sp {
    font-size: 1.8rem !important;
  }
  .u-font16--sp {
    font-size: 1.6rem !important;
  }
  .u-font14--sp {
    font-size: 1.4rem !important;
  }
  .u-font12--sp {
    font-size: 1.2rem !important;
  }
}
.u-font--weight100 {
  font-weight: 100;
}

.u-font--weight200 {
  font-weight: 200;
}

.u-font--weight300 {
  font-weight: 300;
}

.u-font--weight400 {
  font-weight: 400;
}

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

.u-font--weight600 {
  font-weight: 600;
}

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

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-textUnderLine {
  text-decoration: underline;
}

.u-textUnderLine--gray {
  -webkit-text-decoration: underline #f0eeeb;
          text-decoration: underline #f0eeeb;
}

.u-textMarker--beige {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5e8c6));
  background: linear-gradient(transparent 60%, #f5e8c6 60%);
}

.u-textMarker--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(245, 183, 179, 0.3)));
  background: linear-gradient(transparent 60%, rgba(245, 183, 179, 0.3) 60%);
}

.u-relative {
  position: relative;
}

.u-bg-gray {
  position: relative;
  z-index: 0;
}
.u-bg-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0eeeb;
  z-index: -5;
}

.u-bg-dark-gray {
  position: relative;
  z-index: 0;
}
.u-bg-dark-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dedede;
  z-index: -5;
}

.u-color--pink {
  color: #f0dad1;
}

.u-line20 {
  line-height: 2;
}

.u-line26 {
  line-height: 2.6;
}

.u-line30 {
  line-height: 3;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex--evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.u-flex--col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col2 > * {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
}

.u-flex--col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col3 > * {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-right: 3.5%;
  margin-left: 0;
}
.u-flex--col3 > *:nth-child(3n) {
  margin-right: 0;
}

.u-flex--col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col4 > * {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  margin-right: 2%;
}
.u-flex--col4 > *:nth-child(4n) {
  margin-right: 0;
}

.u-flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.u-flex--baseline {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.u-flex--col3--item2,
.u-flex--col3--item1 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.u-flex--justify---start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.u-flex--justify---end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.u-flex--justify---center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex--justify---left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.u-flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--CenterLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
}
.u-flex--CenterLine .u-centerLine {
  position: relative;
  margin-right: 70px;
}
.u-flex--CenterLine .u-centerLine p {
  margin: 0;
}
.u-flex--CenterLine .u-centerLine::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
  height: 20px;
  width: 1px;
  background-color: #f0eeeb;
}

@media screen and (max-width: 767px) {
  .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #find .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .u-flex--col3 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
  .u-flex--col2 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .u-flex--col4 > * {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .u-flex--col4 > *:nth-child(4n) {
    margin-right: auto;
  }
  .u-flex--CenterLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-flex--CenterLine .u-centerLine {
    position: relative;
    margin-right: 35px;
  }
  .u-flex--CenterLine .u-centerLine p {
    margin: 0;
  }
  .u-flex--CenterLine .u-centerLine::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -17.5px;
    height: 20px;
    width: 1px;
    background-color: #f0eeeb;
  }
}
.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls12 {
  letter-spacing: 0.12em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-ls50 {
  letter-spacing: 0.5em;
}

.u-gap1rem {
  gap: 1rem;
}

.u-gap2rem {
  gap: 2rem;
}

.u-gap4rem {
  gap: 4rem;
}

.u-gap0-5 {
  gap: 0 5px;
}

.u-gap5 {
  gap: 5px;
}

.u-gap5vw {
  gap: 5vw;
}

.u-gap26 {
  gap: 26px;
}

.u-gap30 {
  gap: 30px;
}

.u-gap45 {
  gap: 45px;
}

.u-gap65 {
  gap: 65.5px;
}

.u-gap10rem {
  gap: 10rem;
}