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

html {
  font-size: 10px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4774b9;
}
body.is-fixed {
  overflow: hidden;
}

.l-container {
  max-width: 116rem;
  margin-left: auto;
  margin-right: auto;
}

.sm-container {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.c-section-label {
  font-family: "Heebo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #4774b9;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 1.6rem;
  display: flex;
}
@media (max-width: 991px) {
  .c-section-label {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .c-section-label {
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin: 0 0 1.2rem;
  }
}

.c-section-title {
  font-size: 3.6rem;
  font-weight: 500;
  color: #27292b;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 991px) {
  .c-section-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .c-section-title {
    font-size: 2.8rem;
  }
}

.padding-default {
  padding: 8rem 2rem 10rem;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.section-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.section-title.center {
  align-items: center;
  text-align: center;
}
.section-title.white .en,
.section-title.white .jp {
  color: #ffffff;
}
.section-title .en {
  font-family: "Heebo", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #4774b9;
  line-height: 1;
}
@media (max-width: 768px) {
  .section-title .en {
    font-size: 32px;
  }
}
.section-title .jp {
  font-size: 16px;
  font-weight: 700;
  color: #27292b;
}
@media (max-width: 768px) {
  .section-title .jp {
    font-size: 14px;
  }
}

.red-color {
  color: #d90000;
}

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

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05);
}
.header__container {
  max-width: 132rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 899px) {
  .header__container {
    height: 7.2rem;
  }
}
.header__logo {
  width: 20.4rem;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 899px) {
  .header__logo {
    width: 20rem;
  }
}
@media (max-width: 899px) {
  .header__nav.pc-only {
    display: none !important;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__nav-item {
  height: 7.3rem;
  display: flex;
  align-items: center;
  position: relative;
}
.header__nav-item > a {
  text-decoration: none;
  color: #27292b;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.header__nav-item > a:hover {
  color: #4774b9;
}
.header__nav-item.is-active > a {
  color: #4774b9;
  font-weight: 500;
}
.header__nav-item.is-active > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.8rem;
  right: 0.8rem;
  height: 0.2rem;
  background-color: #4774b9;
  border-radius: 0.2rem;
}
.header__nav-item.has-dropdown:hover > a {
  color: #4774b9;
}
.header__nav-item.has-dropdown:hover .submenu {
  max-height: 40rem;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(1.5rem);
}
.header__nav-item.has-dropdown .submenu {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%) translateY(1.5rem);
  width: auto;
  min-width: 22rem;
  background-color: #ffffff;
  padding: 0;
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  flex-direction: column;
  gap: 0;
}
.header__nav-item.has-dropdown .submenu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: transparent;
}
.header__nav-item.has-dropdown .submenu li {
  padding: 0;
  border: none;
  width: 100%;
}
.header__nav-item.has-dropdown .submenu li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.header__nav-item.has-dropdown .submenu li a {
  display: block;
  padding: 1.2rem 2.4rem;
  color: #27292b;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.header__nav-item.has-dropdown .submenu li a::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #4774b9;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.header__nav-item.has-dropdown .submenu li a:hover {
  background-color: rgba(71, 116, 185, 0.05);
  color: #4774b9;
}
.header__nav-item.has-dropdown .submenu li.is-active a {
  background-color: rgba(71, 116, 185, 0.05);
  color: #4774b9;
}
.header__nav-item.has-dropdown .submenu.is-active a {
  background-color: rgba(71, 116, 185, 0.07);
  color: #4774b9;
  font-weight: 600;
}
.header__nav-item.has-dropdown .submenu.is-active a::before {
  background-color: #4774b9;
  transform: translateY(-50%) scale(1.3);
}
.header__nav-item--contact {
  margin-left: 0.8rem;
}
.header__contact-btn {
  text-decoration: none;
  background-color: #4774b9;
  color: #ffffff;
  padding: 1rem 2.4rem;
  border-radius: 4.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  margin-left: 0.8rem;
  line-height: 1.5;
}
.header__contact-btn:hover {
  background-color: #6e96d4;
}
@media (max-width: 899px) {
  .header__mobile-actions.sp-only {
    display: flex !important;
  }
}
@media (min-width: 900px) {
  .header__mobile-actions.sp-only {
    display: none !important;
  }
}
.header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  height: 4.4rem;
}
.header__contact-icon {
  width: 4.4rem;
  height: 4.4rem;
}
.header__contact-icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 1rem 0.4rem;
  cursor: pointer;
}
.header__hamburger span {
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #537bbd;
  transition: all 0.3s;
}
.header__hamburger span:not(:last-child) {
  margin-bottom: 0.6rem;
}
.header__hamburger.is-active span:nth-child(1) {
  transform: translateY(0.8rem) rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(-45deg);
}
.header__mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  background-color: #ffffff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.header__mobile-menu.is-active {
  max-height: calc(100vh - 7.2rem);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (min-width: 900px) {
  .header__mobile-menu {
    display: none !important;
  }
}
.header__mobile-nav {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.4rem 2.4rem 4.8rem;
  max-height: calc(100vh - 7.2rem);
}
.header__mobile-nav-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__mobile-nav-list li {
  border-bottom: 1px solid #c2d1e2;
  padding: 1.2rem 0;
}
.header__mobile-nav-list li:last-child {
  height: 6rem;
  padding-top: 1.1rem;
}
.header__mobile-nav-list li.is-open .icon-plus {
  background-image: url("../img/icons/-.svg");
}
.header__mobile-nav-list li.is-open .submenu {
  max-height: 50rem;
  opacity: 1;
}
.header__mobile-nav-list .menu-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
}
.header__mobile-nav-list .menu-item-head a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #282828;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.header__mobile-nav-list li.is-active > .menu-item-head a {
  color: #4774b9;
  font-weight: 700;
}
.header__mobile-nav-list .icon-plus {
  width: 4rem;
  height: 4rem;
  margin-right: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/icons/+.svg");
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  cursor: pointer;
}
.header__mobile-nav-list .submenu {
  display: block;
  list-style: none;
  padding: 0 1.6rem;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.header__mobile-nav-list .submenu li {
  display: block;
  border: none;
  padding: 0;
  height: auto;
}
.header__mobile-nav-list .submenu li a {
  display: block;
  padding: 1.2rem 0;
  text-decoration: none;
  color: #282828;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  mix-blend-mode: normal;
}
.header__mobile-nav-list .submenu li a.is-active {
  color: #4774b9;
  font-weight: 500;
}

.footer {
  background-color: #414f64;
  color: #ffffff;
  padding: 8rem 14rem 5.6rem;
}
@media (max-width: 991px) {
  .footer {
    padding: 4rem 2rem 4rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 4rem 0 4rem;
  }
}
.footer__inner {
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 1.6rem;
    text-align: center;
    padding: 0 2rem;
  }
}
.footer__nav-list {
  display: flex;
  gap: 2.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .footer__nav-list {
    flex-direction: row;
    justify-content: center;
    gap: 2.8rem;
  }
}
.footer__nav-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  transition: opacity 0.3s;
}
.footer__nav-list a:hover {
  opacity: 0.7;
}
.footer__copyright {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.05rem;
  opacity: 1;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 175%;
  }
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 26rem;
  background-color: #4774b9;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.6rem;
  border-radius: 4.2rem;
  position: relative;
  transition: all 0.3s;
  padding: 1.6rem 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-btn {
    width: 100%;
  }
}
.c-btn:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/common/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.c-btn:hover {
  background-color: #6e96d4;
}
.c-btn:hover:after {
  transform: translateX(0.5rem);
}

.breadcrumb {
  padding: 0 2rem;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 4rem;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.breadcrumb__item {
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
  flex-shrink: 0;
}
.breadcrumb__link {
  color: #767676;
  text-decoration: none;
  transition: all 0.3s;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}
.breadcrumb__separator {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.breadcrumb__separator i {
  color: #696969;
}
.breadcrumb__current {
  color: #27292b;
  flex-shrink: 0;
}

.heading {
  position: relative;
  background: #b8d8e4;
  height: 18rem;
  padding: 4rem 2rem 5.4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .heading {
    padding: 4.8rem 2rem 5.5rem;
  }
}
.heading__decoration {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.heading__decoration img {
  width: 100%;
  height: auto;
}
.heading__decoration--1 {
  top: 0;
  left: 0;
}
.heading__decoration--2 {
  bottom: 0;
  right: 0;
}
.heading__decoration--3 {
  bottom: -1px;
  right: 38rem;
}
@media (max-width: 768px) {
  .heading__decoration--3 {
    right: 12rem;
  }
}
.heading .l-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heading__title-en {
  font-family: "Heebo", sans-serif;
  color: #4774b9;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 0.8rem;
}
@media (max-width: 768px) {
  .heading__title-en {
    font-size: 1.5rem;
  }
}
.heading__title-jp {
  color: #27292b;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  margin: 0;
}
@media (max-width: 768px) {
  .heading__title-jp {
    font-size: 2.8rem;
  }
}
.heading::before {
  content: "";
  position: absolute;
  width: 80rem;
  height: 80rem;
  left: -21.1rem;
  top: -25.564rem;
  background: rgba(255, 255, 255, 0.95);
  filter: blur(35rem);
}
@media (max-width: 768px) {
  .heading::before {
    width: 109.4rem;
    height: 109.4rem;
    left: -89.9rem;
    top: -67.9rem;
    background: rgba(255, 255, 255, 0.95);
    filter: blur(35rem);
  }
}
.heading::after {
  content: "";
  position: absolute;
  width: 88.2rem;
  height: 88.2rem;
  left: 97.7rem;
  top: 7.036rem;
  background: rgba(183, 227, 187, 0.5);
  filter: blur(30rem);
}
@media (max-width: 768px) {
  .heading::after {
    width: 88.2rem;
    height: 88.2rem;
    left: 19.5rem;
    top: 9.4rem;
    background: rgba(183, 227, 187, 0.5);
    filter: blur(30rem);
  }
}

.c-pagination {
  margin: 10rem auto 0;
}
.c-pagination-desktop, .c-pagination-mobile {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.c-pagination-mobile {
  display: none;
}
.c-pagination__pages {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 1.2rem;
  height: 100%;
}
.c-pagination .page-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  text-decoration: none;
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #696969;
}
.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #4774b9;
}
.c-pagination .page-numbers.is-disabled {
  pointer-events: none;
  opacity: 0.35;
  color: #696969;
}
.c-pagination .page-numbers.current {
  background-color: #4774b9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .c-pagination {
    margin-top: 4rem;
  }
  .c-pagination-desktop {
    display: none;
  }
  .c-pagination-mobile {
    display: flex;
  }
}

.c-news-item {
  display: flex;
  align-items: center;
  padding: 3.2rem 0;
  gap: 2.8rem;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .c-news-item {
    padding: 2.4rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.c-news-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.c-news-item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.c-news-item__date {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #27292b;
}
.c-news-item__text {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 768px) {
  .c-news-item__text {
    gap: 2rem;
  }
}
.c-news-item__title {
  flex: 1;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
}
.c-news-item__title-text {
  background-image: linear-gradient(#4774b9, #4774b9);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding-bottom: 2px;
  transition: background-size 0.3s ease;
}
.c-news-item__text:hover .c-news-item__title-text, .c-news-item__text:focus .c-news-item__title-text, .c-news-item__text:focus-visible .c-news-item__title-text {
  background-size: 100% 1px;
}
.c-news-item__link {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-news-item__link {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-news-item__text:hover .c-news-item__link, .c-news-item__text:focus .c-news-item__link, .c-news-item__text:focus-visible .c-news-item__link {
  opacity: 0.7;
}
.c-news-item__link img {
  width: 1.5rem;
  height: 1.5rem;
}

.link-page {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .link-page {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.link-page__card {
  width: calc((100% - 5rem) / 3);
  height: 22.9rem;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .link-page__card {
    width: 100%;
    height: 20rem;
  }
}
.link-page__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}
.link-page__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 116, 185, 0.08);
  z-index: 2;
}
.link-page__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.7rem;
  background: linear-gradient(180deg, rgba(26, 40, 30, 0) 0%, rgba(26, 40, 30, 0.8) 100%);
  z-index: 3;
}
.link-page__card:hover img {
  transform: scale(1.1);
}
.link-page__card:hover .link-page__card-icon {
  background-color: #4774b9;
}
.link-page__card:hover .link-page__card-icon::after {
  background-color: #ffffff;
}
.link-page__card-content {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
.link-page__card-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.75;
  margin: 0;
}
.link-page__card-icon {
  width: 3.3rem;
  height: 3.3rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.link-page__card-icon::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #4774b9;
  mask: url("../img/common/arrow-blue.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/arrow-blue.svg") no-repeat center/contain;
}

.c-select {
  position: relative;
  display: inline-flex;
  width: 100%;
  max-width: 25.4rem;
}
.c-select select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 4.2rem;
  padding: 0 4.2rem 0 1.2rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #27292b;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: none;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:focus {
  outline: none;
  border-color: #4774b9;
}
.c-select select:invalid, .c-select select.is-placeholder {
  opacity: 1;
}
.c-select__trigger {
  width: 100%;
  height: 4.2rem;
  padding: 0 4.2rem 0 1.2rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #27292b;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.c-select__trigger.is-placeholder {
  color: #cccccc;
}
.c-select__dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  z-index: 10;
  display: none;
  max-height: 25rem;
  overflow-y: auto;
}
.c-select__dropdown.is-open {
  display: block;
}
.c-select__option {
  height: 4.2rem;
  padding: 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #27292b;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.c-select__option:hover {
  background-color: #f5f5f5;
}
.c-select__option.is-selected {
  background-color: #f5f5f5;
}
.c-select__option.is-selected::after {
  content: "";
  width: 1rem;
  height: 0.8rem;
  background-image: url("../img/icons/select.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.c-select__option.is-disabled {
  color: #cccccc;
  cursor: not-allowed;
  pointer-events: none;
}
.c-select__option.is-disabled:hover {
  background-color: transparent;
}
.c-select::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 4.2rem;
  bottom: 1px;
  background-color: #e9e9e9;
  border-radius: 0 1px 1px 0;
  pointer-events: none;
  z-index: 3;
}
.c-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 0.64rem;
  height: 0.64rem;
  margin-top: -0.2rem;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 3;
}
.c-select.is-open::after {
  transform: translateY(-50%) rotate(-135deg);
}

.c-radio {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1.6rem 0 0;
  gap: 0.8rem;
  height: 4.2rem;
  cursor: pointer;
  width: 100%;
  max-width: max-content;
}
.c-radio__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.c-radio__input:checked ~ .c-radio__mark .c-radio__inner {
  opacity: 1;
}
.c-radio__input:focus ~ .c-radio__mark .c-radio__outer {
  border-color: #4774b9;
}
.c-radio__mark {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  flex: none;
}
.c-radio__outer {
  box-sizing: border-box;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0;
  border: 1px solid #696969;
  border-radius: 50%;
  background: #ffffff;
}
.c-radio__inner {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.3rem;
  top: 0.3rem;
  background: #4774b9;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.c-radio__label {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #27292b;
  flex: none;
  user-select: none;
}

.c-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.c-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.c-checkbox__input:checked ~ .c-checkbox__mark {
  background: #4774b9;
  border-color: #4774b9;
}
.c-checkbox__input:checked ~ .c-checkbox__mark::after {
  opacity: 1;
}
.c-checkbox__input:focus ~ .c-checkbox__mark {
  border-color: #4774b9;
}
.c-checkbox__mark {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #ffffff;
  flex: none;
  transition: all 0.2s ease;
}
.c-checkbox__mark::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.1rem;
  width: 0.5rem;
  height: 0.9rem;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.c-checkbox__label {
  font-size: 1.6rem;
  line-height: 1.8;
  user-select: none;
}
@media (max-width: 768px) {
  .c-checkbox__label {
    font-size: 1.2rem;
  }
}

.c-back-to-top {
  box-sizing: border-box;
  position: fixed;
  width: 6rem;
  height: 6rem;
  right: 8rem;
  bottom: 8rem;
  background: #ffffff;
  border: 1px solid #4774b9;
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .c-back-to-top {
    right: 3rem;
    bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .c-back-to-top {
    right: 2rem;
    bottom: 2rem;
  }
}
.c-back-to-top:hover {
  background-color: #4774b9;
  transform: translateY(-2px);
}
.c-back-to-top:hover svg path {
  stroke: #ffffff;
}
.c-back-to-top:hover .c-back-to-top__text {
  color: #ffffff;
}
.c-back-to-top svg {
  width: 1.1rem;
  height: 0.6rem;
  flex: none;
}
.c-back-to-top svg path {
  stroke: #4774b9;
  transition: stroke 0.3s ease;
}
.c-back-to-top__text {
  width: auto;
  height: 2.1rem;
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #4774b9;
  flex: none;
  transition: color 0.3s ease;
}
@media (max-width: 574px) {
  .c-back-to-top {
    width: 5rem;
    height: 5rem;
    right: 2rem;
    bottom: 2rem;
  }
  .c-back-to-top__text {
    font-size: 1.2rem;
  }
}

.header-offic-cafe {
  width: 100%;
  height: 7.3rem;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-offic-cafe__container {
  max-width: 144rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header-offic-cafe__container {
    padding: 0 2rem;
  }
}
.header-offic-cafe__left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header-offic-cafe__logo-main {
  width: 12rem;
}
.header-offic-cafe__logo-main img {
  width: 100%;
  height: auto;
}
.header-offic-cafe__logo-sub {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  color: #131717;
}
@media (max-width: 768px) {
  .header-offic-cafe__logo-sub {
    display: none;
  }
}
.header-offic-cafe__logo-sub img {
  height: 2rem;
  width: auto;
}
.header-offic-cafe__btn {
  align-items: center;
  padding: 1rem 2.4rem;
  background: #e7634d;
  border-radius: 4.2rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  text-decoration-line: none;
}
.header-offic-cafe__btn:hover {
  background: #4068a7;
  opacity: 0.9;
}
@media (max-width: 574px) {
  .header-offic-cafe__btn {
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
  }
}

.top-hero {
  position: relative;
  overflow: hidden;
  height: 70rem;
}
@media (max-width: 991px) {
  .top-hero {
    height: 54rem;
  }
}
@media (max-width: 768px) {
  .top-hero {
    height: 73.7rem;
  }
}
.top-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 74rem;
  right: 0px;
  top: 0px;
  background: rgba(145, 228, 167, 0.25);
  mix-blend-mode: soft-light;
  z-index: 14;
}
@media (max-width: 991px) {
  .top-hero::before {
    height: 54rem;
  }
}
.top-hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70rem;
  right: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(26, 40, 30, 0) 57.09%, rgba(26, 40, 30, 0.6) 87.43%);
  z-index: 15;
}
@media (max-width: 991px) {
  .top-hero:after {
    height: 54rem;
  }
}
@media (max-width: 768px) {
  .top-hero:after {
    height: 73.7rem;
  }
}
.top-hero__visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}
.top-hero__visual::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70rem;
  right: 0px;
  top: 0px;
  background: rgba(26, 40, 30, 0.4);
  mix-blend-mode: screen;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-hero__visual::after {
    height: 73.7rem;
  }
}
@media (max-width: 768px) {
  .top-hero__visual {
    justify-content: flex-end;
    width: 100%;
    flex-direction: column-reverse;
  }
}
.top-hero__visual-item {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-hero__visual-item {
    width: 100%;
  }
}
.top-hero__visual-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.top-hero__visual-item--left {
  z-index: 1;
}
.top-hero__visual-item--left img {
  transform: scale(1.43) translateY(77px) translateX(-5px);
}
@media (max-width: 768px) {
  .top-hero__visual-item--left {
    height: 46.8rem;
    z-index: 1;
    position: absolute;
    bottom: 0;
  }
  .top-hero__visual-item--left img {
    transform: none;
    object-position: center;
  }
}
.top-hero__visual-item--right {
  z-index: 2;
}
.top-hero__visual-item--right img {
  transform: scale(1.035) translateY(10px) translateX(-2px);
}
@media (max-width: 768px) {
  .top-hero__visual-item--right {
    height: 40.8rem;
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 66%, 0 100%);
    z-index: 1;
  }
  .top-hero__visual-item--right img {
    transform: none;
    object-position: center;
  }
}
.top-hero__content {
  position: absolute;
  width: 100%;
  bottom: 5.2rem;
  left: 0;
  z-index: 20;
}
@media (max-width: 768px) {
  .top-hero__content {
    bottom: 6rem;
  }
}
.top-hero__content-inner {
  width: 100%;
  max-width: 132rem;
  margin: auto;
  padding: 0 2rem;
}
.top-hero__title {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 0 0 2rem rgba(26, 40, 30, 0.4);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .top-hero__title {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .top-hero__title {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}

.top-about {
  padding: 14rem 0;
}
.top-about.l-container {
  max-width: 116rem;
}
@media (max-width: 1200px) {
  .top-about {
    padding: 10rem 2rem;
  }
}
@media (max-width: 991px) {
  .top-about {
    padding: 10rem 2rem;
  }
}
@media (max-width: 768px) {
  .top-about {
    padding: 8rem 0 6rem;
  }
}
.top-about__inner {
  display: flex;
  align-items: center;
  gap: 10rem;
}
@media (max-width: 1200px) {
  .top-about__inner {
    gap: 6rem;
  }
}
@media (max-width: 991px) {
  .top-about__inner {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .top-about__inner {
    flex-direction: column;
    gap: 3.2rem;
    align-items: stretch;
    padding: 0 2rem;
  }
}
.top-about__inner .c-section-label {
  color: #1a73f0;
}
.top-about__content {
  flex: 1;
  margin: auto;
}
@media (max-width: 768px) {
  .top-about__content {
    display: contents;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.top-about__content-header {
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .top-about__content-header {
    margin-bottom: 0;
    order: 1;
  }
}
.top-about__images {
  position: relative;
  flex: 0 0 50rem;
  height: 66.1rem;
}
@media (max-width: 991px) {
  .top-about__images {
    flex: 0 0 40rem;
    height: 52.1rem;
  }
}
@media (max-width: 768px) {
  .top-about__images {
    order: 2;
    width: 100%;
    flex: none;
    height: 42.2rem;
    max-width: 35rem;
    overflow: hidden;
  }
}
.top-about__img-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 43.8rem;
  height: 58.4rem;
  overflow: hidden;
  z-index: 2;
}
.top-about__img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 83% center;
}
.top-about__img-main img {
  transform: scale(1.1) translateX(20px) translateY(6px);
}
@media (max-width: 991px) {
  .top-about__img-main {
    width: 34rem;
    height: 43.6rem;
  }
}
@media (max-width: 768px) {
  .top-about__img-main {
    top: 0;
    right: -1rem;
    width: 29rem;
    height: 37.4rem;
  }
}
.top-about__img-sub {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23.8rem;
  height: 31.764rem;
  overflow: hidden;
  z-index: 3;
  border: none;
}
.top-about__img-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% center;
}
.top-about__img-sub img {
  transform: scale(1.27) translateY(-1.6rem) translateX(0.8rem);
}
@media (max-width: 991px) {
  .top-about__img-sub {
    width: 18rem;
    height: 23.6rem;
  }
}
@media (max-width: 768px) {
  .top-about__img-sub {
    bottom: -0.8rem;
    left: 0;
    width: 15.2rem;
    height: 21rem;
  }
}
@media (max-width: 768px) {
  .top-about__content-body {
    order: 3;
  }
}
.top-about__text {
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #27292b;
}
@media (max-width: 768px) {
  .top-about__text {
    margin: 0 0 4rem;
  }
}
@media (max-width: 768px) {
  .top-about__btn {
    display: flex;
    justify-content: center;
  }
}

.top-case {
  position: relative;
  padding: 10rem 0;
  background: #b8d8e4;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .top-case {
    padding: 8rem 2rem;
  }
}
@media (max-width: 991px) {
  .top-case {
    padding: 8rem 2rem;
  }
}
@media (max-width: 768px) {
  .top-case {
    padding: 6rem 2rem;
  }
}
.top-case::before {
  content: "";
  position: absolute;
  width: 80rem;
  height: 80rem;
  left: -21.1rem;
  top: -25.564rem;
  background: rgba(255, 255, 255, 0.95);
  filter: blur(35rem);
  z-index: 1;
}
@media (max-width: 768px) {
  .top-case::before {
    width: 67.1rem;
    height: 67.1rem;
    left: -47.6rem;
    top: -25.6rem;
  }
}
.top-case::after {
  content: "";
  position: absolute;
  width: 78.19rem;
  height: 78.19rem;
  left: 82.9rem;
  top: 130.536rem;
  background: rgba(255, 255, 255, 0.95);
  filter: blur(35rem);
  z-index: 1;
}
@media (max-width: 768px) {
  .top-case::after {
    width: 53.7rem;
    height: 53.7rem;
    left: 24.7rem;
    top: 148.9rem;
  }
}
.top-case .l-container {
  position: relative;
  z-index: 10;
}
.top-case__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.top-case__bg::before {
  content: "";
  position: absolute;
  width: 88.2rem;
  height: 88.2rem;
  left: 75.4rem;
  top: 44.736rem;
  background: rgba(183, 227, 187, 0.5);
  filter: blur(30rem);
}
@media (max-width: 768px) {
  .top-case__bg::before {
    width: 88.2rem;
    height: 88.2rem;
    left: 7.5rem;
    top: 44.736rem;
  }
}
.top-case__bg::after {
  content: "";
  position: absolute;
  width: 104.456rem;
  height: 104.456rem;
  left: -29.1rem;
  top: 100.036rem;
  background: #aad4e0;
  filter: blur(30rem);
}
@media (max-width: 768px) {
  .top-case__bg::after {
    width: 108.2rem;
    height: 108.2rem;
    left: -43.6rem;
    top: 94.4rem;
  }
}
.top-case__bg .bg-pattern {
  position: absolute;
  z-index: 1;
}
.top-case__bg .bg-pattern--top {
  right: 0;
}
.top-case__bg .bg-pattern--bottom {
  bottom: 0;
}
.top-case__header {
  margin-bottom: 5.6rem;
}
@media (max-width: 768px) {
  .top-case__header {
    margin-bottom: 3.2rem;
  }
}
.top-case__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media (max-width: 768px) {
  .top-case__list {
    gap: 2.4rem;
  }
}
.top-case__card {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3rem;
  overflow: hidden;
  color: #27292b;
  padding: 8rem;
  gap: 6.4rem;
}
@media (max-width: 1200px) {
  .top-case__card {
    padding: 4rem;
    gap: 4rem;
  }
}
@media (max-width: 991px) {
  .top-case__card {
    padding: 4rem;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .top-case__card {
    flex-direction: column;
    border-radius: 2.1rem;
    gap: 2rem;
    padding: 2.8rem 1.6rem;
  }
}
.top-case__card-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .top-case__card-content {
    gap: 1.6rem;
  }
}
@media (max-width: 768px) {
  .top-case__card-content {
    order: 2;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    gap: 1.6rem;
  }
}
.top-case__card-title-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.top-case__card-title-group .category {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #4774b9;
}
.top-case__card-title-group .title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  color: #27292b;
}
@media (max-width: 991px) {
  .top-case__card-title-group .title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .top-case__card-title-group .title {
    font-size: 2.2rem;
    line-height: 3.9rem;
  }
}
@media (max-width: 768px) {
  .top-case__card-title-group {
    gap: 0.8rem;
  }
}
.top-case__card .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0;
  color: #27292b;
}
.top-case__card .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}
.top-case__card .tags span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: #e8f3ff;
  color: #27292b;
  padding: 0.8rem 2rem;
  border-radius: 9.1rem;
}
.top-case__card-image {
  flex: 0 0 48rem;
  height: 29.7rem;
  transition: all 0.3s ease;
  overflow: hidden;
}
.top-case__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.top-case__card-image:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .top-case__card-image {
    flex: 0 0 36rem;
  }
}
@media (max-width: 768px) {
  .top-case__card-image {
    width: 100%;
    flex: none;
    height: 19.6rem;
    margin: 0;
    border-radius: 0;
    order: 1;
  }
}
.top-case__footer {
  margin-top: 5.6rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .top-case__footer {
    margin-top: 4rem;
    justify-content: center;
  }
}

.top-news {
  padding: 14rem 0;
}
@media (max-width: 1200px) {
  .top-news {
    padding: 10rem 2rem;
  }
}
@media (max-width: 991px) {
  .top-news {
    padding: 10rem 2rem;
  }
}
@media (max-width: 768px) {
  .top-news {
    padding: 6rem 2rem;
  }
}
.top-news__inner {
  display: flex;
  gap: 10rem;
}
@media (max-width: 1200px) {
  .top-news__inner {
    gap: 6rem;
  }
}
@media (max-width: 991px) {
  .top-news__inner {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .top-news__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.top-news__header {
  flex: 0 0 20rem;
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
}
@media (max-width: 991px) {
  .top-news__header {
    flex: 0 0 18rem;
  }
}
@media (max-width: 768px) {
  .top-news__header {
    flex: none;
    width: 100%;
    gap: 4rem;
  }
}
.top-news__header-title {
  display: flex;
  flex-direction: column;
}
.top-news__content {
  flex: 1;
  max-width: 86rem;
}
@media (max-width: 768px) {
  .top-news__content {
    max-width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .top-news__btn {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
  }
}

.top-recruit {
  padding-bottom: 14rem;
}
@media (max-width: 1200px) {
  .top-recruit {
    padding: 0 2rem 10rem;
  }
}
@media (max-width: 991px) {
  .top-recruit {
    padding: 0 2rem 10rem;
  }
}
@media (max-width: 768px) {
  .top-recruit {
    padding: 0 2rem 8rem;
  }
}
.top-recruit__card {
  display: flex;
  border-radius: 3rem;
  overflow: hidden;
  height: 51.2rem;
  position: relative;
}
@media (max-width: 768px) {
  .top-recruit__card {
    flex-direction: column;
    height: auto;
  }
}
.top-recruit__card::before {
  content: "";
  position: absolute;
  width: 48.4rem;
  height: 48.5rem;
  left: -14.9rem;
  top: -11.564rem;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(15rem);
  z-index: 2;
}
@media (max-width: 768px) {
  .top-recruit__card::before {
    position: absolute;
    width: 484px;
    height: 485px;
    left: 0.5px;
    top: 0.36px;
    background: rgba(255, 255, 255, 0.8);
    filter: blur(150px);
  }
}
.top-recruit__card::after {
  content: "";
  position: absolute;
  width: 75.3rem;
  height: 51.2rem;
  left: 0;
  top: 0;
  background: linear-gradient(88.1deg, #b8d8e4 34.09%, rgba(184, 216, 228, 0) 102.23%);
  z-index: 1;
}
@media (max-width: 768px) {
  .top-recruit__card::after {
    transform: rotate(90deg);
    width: 74rem;
    height: 74rem;
  }
}
.top-recruit__card .layer-1 {
  position: absolute;
  width: 26.5rem;
  height: 26.5rem;
  left: 28.6rem;
  top: 37.9rem;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(15rem);
  z-index: 2;
}
@media (max-width: 768px) {
  .top-recruit__card .layer-1 {
    position: absolute;
    width: 201.86px;
    height: 201.86px;
    left: -100.55px;
    top: 217.85px;
    background: rgba(255, 255, 255, 0.8);
    filter: blur(114.258px);
    transform: rotate(90deg);
  }
}
.top-recruit__card .layer-2 {
  position: absolute;
  width: 37.3rem;
  height: 37.4rem;
  left: 17.8rem;
  top: -11rem;
  background: rgba(183, 227, 187, 0.6);
  filter: blur(15rem);
  z-index: 2;
}
@media (max-width: 768px) {
  .top-recruit__card .layer-2 {
    position: absolute;
    width: 284.12px;
    height: 284.88px;
    left: 188.91px;
    top: 135.59px;
    background: rgba(183, 227, 187, 0.6);
    filter: blur(114.258px);
    transform: rotate(90deg);
  }
}
.top-recruit__content {
  flex: 1;
  padding-left: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .top-recruit__content {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .top-recruit__content {
    padding-left: 4rem;
  }
}
@media (max-width: 768px) {
  .top-recruit__content {
    padding: 5rem 2rem 2rem;
    order: 1;
    gap: 0;
  }
}
.top-recruit__content .text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
}
@media (max-width: 768px) {
  .top-recruit__content .text {
    margin: 2.4rem 0 0;
  }
}
.top-recruit__content .c-btn {
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .top-recruit__content .c-btn {
    margin-top: 4rem;
  }
}
.top-recruit__image {
  flex: 0 0 73rem;
  margin-left: -27.8rem;
  position: relative;
  z-index: 1;
}
.top-recruit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  transform: scale(1.275) translateX(5.9rem);
}
@media (max-width: 991px) {
  .top-recruit__image {
    flex: 0 0 54rem;
    margin-left: -18rem;
  }
}
@media (max-width: 768px) {
  .top-recruit__image {
    height: 33.1rem;
    flex: none;
    order: 2;
    margin-left: 0;
    width: 100%;
  }
  .top-recruit__image img {
    transform: none;
    object-position: center;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 0.6rem);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 0.6rem);
    transform: scale(1.275) translateY(10px) translateX(-10px);
  }
}
@media (max-width: 768px) {
  .top-recruit__btn {
    display: flex;
    justify-content: center;
  }
}

.p-news {
  padding: 14rem 2rem;
  min-height: calc(100vh - 45rem);
}
@media (max-width: 768px) {
  .p-news {
    padding: 6rem 2rem 8rem;
    min-height: calc(100vh - 43rem);
  }
}

.p__news-detail {
  padding: 14rem 2rem;
  max-width: 100rem;
  margin: auto;
}
@media (max-width: 574px) {
  .p__news-detail {
    padding: 6rem 2rem;
  }
}
.p__news-detail-card {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 574px) {
  .p__news-detail-card {
    padding: 0;
  }
}
.p__news-detail-heading {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-bottom: 7.8rem;
}
@media (max-width: 574px) {
  .p__news-detail-heading {
    margin-bottom: 3.8rem;
    gap: 3.2rem;
  }
}
.p__news-detail-image {
  width: 100%;
  height: 43.7rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.p__news-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.p__news-detail-image:hover img {
  transform: scale(1.05);
}
@media (max-width: 574px) {
  .p__news-detail-image {
    width: 100%;
    height: auto;
    aspect-ratio: 960/437;
  }
}
.p__news-detail-header {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1rem;
}
.p__news-detail-date {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #27292b;
  font-family: "Heebo", sans-serif;
}
.p__news-detail-title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #27292b;
  margin: 0;
}
@media (max-width: 574px) {
  .p__news-detail-title {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.p__news-detail-content {
  margin-bottom: 10rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
}
@media (max-width: 574px) {
  .p__news-detail-content {
    margin-bottom: 5rem;
  }
}
.p__news-detail-content h3 {
  font-size: 2rem;
  margin-bottom: 3.7rem;
  margin-top: 0;
  letter-spacing: 0.09em;
}
@media (max-width: 574px) {
  .p__news-detail-content h3 {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.p__news-detail-content p {
  margin: 0 0 3.2rem;
}
.p__news-detail-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 574px) {
  .p__news-detail-content p {
    margin-bottom: 2.4rem;
  }
}
.p__news-detail-content a {
  display: block;
  color: #4774b9;
  font-weight: 500;
  text-decoration-line: underline;
  margin-bottom: 3.2rem;
  word-break: break-all;
  transition: all 0.3s ease-in-out;
}
.p__news-detail-content a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p__news-detail-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
}
@media (max-width: 574px) {
  .p__news-detail-navigation {
    flex-wrap: wrap;
    row-gap: 1.4rem;
  }
}
.p__news-detail-navigation .p__news-detail-back-to-list {
  height: 100%;
  width: 26rem;
}
@media (max-width: 574px) {
  .p__news-detail-navigation .p__news-detail-back-to-list {
    margin: 0 auto;
    order: -1;
  }
}
.p__news-detail-navigation .p__news-detail-back-to-list .c-button-back {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4774b9;
  color: #ffffff;
  padding: 1.6rem 0;
  border-radius: 4.2rem;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  position: relative;
}
.p__news-detail-navigation .p__news-detail-back-to-list .c-button-back::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/common/arrow-back-to-list.svg") no-repeat center/contain;
  position: absolute;
  left: 2.4rem;
}
@media (max-width: 574px) {
  .p__news-detail-navigation .p__news-detail-back-to-list .c-button-back::before {
    display: none;
  }
}
.p__news-detail-navigation .p__news-detail-back-to-list .c-button-back:hover {
  opacity: 0.8;
}
@media (max-width: 574px) {
  .p__news-detail-navigation .p__news-detail-back-to-list .c-button-back {
    gap: 0;
    justify-content: center;
  }
}
.p__news-detail-navigation a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #696969;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  font-weight: 500;
}
.p__news-detail-navigation a:hover {
  color: #4774b9;
}
.p__news-detail-navigation .nav-arrow {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url("../img/common/back-post.svg") no-repeat center/contain;
}
.p__news-detail-navigation .nav-arrow-next {
  transform: scaleX(-1);
}
.p__news-detail-nav-prev, .p__news-detail-nav-next {
  min-width: 10.4rem;
}
@media (max-width: 574px) {
  .p__news-detail-nav-prev, .p__news-detail-nav-next {
    min-width: auto;
  }
}
@media (max-width: 574px) {
  .p__news-detail-nav-next {
    margin-left: auto;
  }
}

.p__company {
  padding: 14rem 2rem;
}
@media (max-width: 574px) {
  .p__company {
    padding: 6rem 2rem;
  }
}
.p__company-content {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 574px) {
  .p__company-content {
    gap: 5rem;
  }
}
.p__company-section-header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 4rem;
}
.p__company-section-header .c-section-label {
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0;
}
.p__company-section-header .c-section-title {
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media (max-width: 574px) {
  .p__company-section-header .c-section-title {
    font-size: 2.4rem;
  }
}
.p__company-profile__table-row {
  padding: 2rem;
  display: flex;
  gap: 5rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #27292b;
}
.p__company-profile__table-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.p__company-profile__table-row:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
@media (max-width: 574px) {
  .p__company-profile__table-row {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
  }
}
.p__company-profile__table-label {
  width: 17.4rem;
  flex-shrink: 0;
}
@media (max-width: 574px) {
  .p__company-profile__table-label {
    width: 100%;
  }
}
.p__company-profile__table-value {
  flex: 1;
  font-weight: 400;
  letter-spacing: 0.25px;
}
@media (max-width: 574px) {
  .p__company-profile__table-value {
    width: 100%;
  }
}
.p__company-profile__table-value .map-container {
  display: flex;
  margin-top: 2rem;
}
.p__company-profile__table-value iframe {
  width: 100%;
  height: 36.9rem;
  border: 0;
}
@media (max-width: 574px) {
  .p__company-profile__table-value iframe {
    height: 30rem;
  }
}
.p__company-history .p__company-section-header {
  margin-bottom: 4.8rem;
}
@media (max-width: 574px) {
  .p__company-history .p__company-section-header {
    margin-bottom: 2.8rem;
  }
}
.p__company-history__timeline-item {
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 6rem;
  position: relative;
}
.p__company-history__timeline-item::before {
  content: "";
  position: absolute;
  left: 17.8rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #4774b9;
  z-index: 0;
}
.p__company-history__timeline-item:first-child::before {
  top: 50%;
}
.p__company-history__timeline-item:last-child::before {
  bottom: 50%;
}
@media (max-width: 574px) {
  .p__company-history__timeline-item {
    height: auto;
    padding: 1rem 0;
    gap: 2rem;
  }
  .p__company-history__timeline-item::before {
    left: 9.5rem;
  }
}
.p__company-history__timeline-time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 16.36rem;
}
@media (max-width: 574px) {
  .p__company-history__timeline-time-wrap {
    width: 10rem;
  }
}
.p__company-history__timeline-time {
  width: 10rem;
  font-size: 2rem;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 574px) {
  .p__company-history__timeline-time {
    font-size: 1.8rem;
  }
}
.p__company-history__timeline-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #4774b9;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.p__company-history__timeline-event {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.25px;
  color: #27292b;
  flex: 1;
}
@media (max-width: 574px) {
  .p__company-history__timeline-event {
    font-size: 1.4rem;
  }
}

.p-404 {
  background-color: #ffffff;
  overflow: hidden;
}
.p-404__hero {
  position: relative;
  padding: 16rem 0;
  min-height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .p-404__hero {
    padding: 10rem 2rem;
    min-height: 60rem;
  }
}
.p-404__container {
  position: relative;
  z-index: 10;
}
.p-404__content {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .p-404__content {
    gap: 1.6rem;
  }
}
.p-404__label {
  margin-bottom: 0.8rem;
}
.p-404__title {
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #4774b9;
  margin: 0;
  font-family: "Heebo", sans-serif;
  background: linear-gradient(135deg, #4774b9 0%, #6e96d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 20px rgba(71, 116, 185, 0.2));
}
@media (max-width: 768px) {
  .p-404__title {
    font-size: 10rem;
  }
}
.p-404__subtitle {
  font-size: 2.8rem;
  font-weight: 500;
  color: #27292b;
  margin: 0;
}
@media (max-width: 768px) {
  .p-404__subtitle {
    font-size: 2rem;
  }
}
.p-404__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #767676;
  margin-top: 0.8rem;
}
.p-404__text p {
  margin: 0;
}
.p-404__text .en {
  font-family: "Heebo", sans-serif;
  font-size: 1.4rem;
  margin-top: 1.2rem;
  color: #888888;
}
@media (max-width: 768px) {
  .p-404__text {
    font-size: 1.4rem;
  }
}
.p-404__btn {
  margin-top: 3.2rem;
}
.p-404__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.p-404__bg-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(8rem);
  opacity: 0.4;
}
.p-404__bg-circle.circle-1 {
  width: 50rem;
  height: 50rem;
  background-color: #b8d8e4;
  top: -10%;
  left: -10%;
}
.p-404__bg-circle.circle-2 {
  width: 60rem;
  height: 60rem;
  background-color: #e8f3ff;
  bottom: -20%;
  right: -10%;
}
@media (max-width: 768px) {
  .p-404__bg-circle.circle-1 {
    width: 30rem;
    height: 30rem;
  }
  .p-404__bg-circle.circle-2 {
    width: 40rem;
    height: 40rem;
  }
}

.p-introducing {
  background-color: #ffffff;
  padding: 8rem 2rem 12rem;
  max-width: 120rem;
  margin: auto;
}
@media (max-width: 574px) {
  .p-introducing {
    padding: 6rem 2rem 8rem;
  }
}
.p-introducing .l-container {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media (max-width: 574px) {
  .p-introducing .l-container {
    gap: 8rem;
  }
}
.p-introducing__layout {
  display: flex;
  position: relative;
  width: 100%;
}
.p-introducing__sidebar {
  width: 24rem;
  height: 13.6rem;
  position: sticky;
  top: 10rem;
  flex-shrink: 0;
}
@media (max-width: 574px) {
  .p-introducing__sidebar {
    display: none;
  }
}
.p-introducing__nav {
  height: 100%;
}
.p-introducing__nav-list {
  width: 16rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.p-introducing__nav-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.p-introducing__nav-item::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #767676;
  border-radius: 50%;
  margin: auto 0;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.p-introducing__nav-item:hover::before {
  background-color: #4774b9;
}
.p-introducing__nav-item.is-active::before {
  background-color: #4774b9;
}
.p-introducing__nav-item.is-active .p-introducing__nav-link {
  color: #4774b9;
  font-weight: 500;
}
.p-introducing__nav-link {
  font-size: 1.6rem;
  font-weight: 400;
  color: #767676;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-introducing__nav-link:hover {
  color: #4774b9;
}
.p-introducing__main {
  width: calc(100% - 24rem);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
}
@media (max-width: 574px) {
  .p-introducing__main {
    width: 100%;
    gap: 6rem;
  }
}
.p-introducing__type, .p-introducing__feature, .p-introducing__contract, .p-introducing__header-unit, .p-introducing__row-group {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.p-introducing__feature-content {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (max-width: 574px) {
  .p-introducing__feature-content {
    gap: 4rem;
  }
}
.p-introducing__header-unit {
  gap: 2.4rem;
}
.p-introducing__row-group {
  gap: 4rem;
}
@media (max-width: 574px) {
  .p-introducing__row-group {
    gap: 2rem;
  }
}
.p-introducing__unit-header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
}
.p-introducing__unit-label {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4774b9;
  line-height: 150%;
}
.p-introducing__unit-title {
  font-size: 3rem;
  font-weight: 500;
  color: #27292b;
  margin: 0;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 574px) {
  .p-introducing__unit-title {
    font-size: 2.2rem;
  }
}
.p-introducing__block-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-introducing__block-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #4774b9;
  border-left: 0.7rem solid #4774b9;
  line-height: 150%;
  letter-spacing: 0.05em;
  padding-left: 1.3rem;
  margin: 0;
}
@media (max-width: 574px) {
  .p-introducing__block-title {
    font-size: 1.8rem;
  }
}
.p-introducing__passage {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #27292b;
}
.p-introducing__passage p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 0 !important;
  font-variant-east-asian: normal !important;
  text-spacing-trim: space-all;
  font-kerning: none;
  margin: 0;
}
.p-introducing__logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 574px) {
  .p-introducing__logo-grid {
    gap: 1rem;
  }
}
.p-introducing__logo-item {
  width: 21.5rem;
  height: 13rem;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-introducing__logo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 574px) {
  .p-introducing__logo-item {
    width: calc(50% - 0.5rem);
    height: 8rem;
  }
}
.p-introducing__logo-etc {
  font-size: 2rem;
  color: #27292b;
  border-color: transparent;
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.p-introducing__installation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.8rem;
}
@media (max-width: 574px) {
  .p-introducing__installation-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-introducing__installation-card {
  width: 100%;
  max-width: 28.8rem;
  min-height: 26.7rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 574px) {
  .p-introducing__installation-card {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    gap: 1rem;
  }
}
.p-introducing__installation-img {
  width: 100%;
  height: 17.8rem;
  background-color: #cccccc;
  overflow: hidden;
}
.p-introducing__installation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-introducing__installation-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 574px) {
  .p-introducing__installation-content {
    gap: 0.6rem;
  }
}
.p-introducing__installation-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-introducing__installation-tags {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.p-introducing__installation-tags span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #27292b;
  background-color: #e8f3ff;
  padding: 0.4rem 1.6rem;
  border-radius: 2rem;
  line-height: 150%;
  display: inline-block;
}
.p-introducing__menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  height: auto;
}
@media (max-width: 574px) {
  .p-introducing__menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.p-introducing__menu-card {
  width: 100%;
  max-width: 28.8rem;
  min-height: 9.7rem;
  padding: 2rem;
  background-color: #f1f7fa;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  box-sizing: border-box;
}
@media (max-width: 574px) {
  .p-introducing__menu-card {
    width: 100%;
    padding: 1.2rem;
    height: auto;
  }
}
.p-introducing__menu-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #4774b9;
  margin: 0;
}
.p-introducing__menu-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-introducing__cta {
  position: relative;
  width: 100%;
  height: 34.6rem;
  background: #b8d8e4;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 574px) {
  .p-introducing__cta {
    height: auto;
    padding: 2rem 1rem;
    width: 100vw;
    margin-left: -2rem;
  }
}
.p-introducing__cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.p-introducing__cta-ellipse {
  position: absolute;
  border-radius: 50%;
}
.p-introducing__cta-ellipse--1 {
  width: 49rem;
  height: 49rem;
  left: -18.4rem;
  top: -34.9rem;
  background: rgba(255, 255, 255, 0.65);
  filter: blur(17.5rem);
}
.p-introducing__cta-ellipse--2 {
  width: 33.5rem;
  height: 33.5rem;
  right: 0;
  top: 6.7rem;
  background: rgba(183, 227, 187, 0.5);
  filter: blur(15rem);
}
.p-introducing__cta-ellipse--3 {
  width: 52rem;
  height: 52rem;
  left: 14.7rem;
  top: 4.5rem;
  background: #aad4e0;
  filter: blur(15rem);
}
.p-introducing__cta-card {
  position: relative;
  z-index: 1;
  width: 80rem;
  background: #ffffff;
  border-radius: 2rem;
  align-items: center;
  padding: 4rem 8rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 574px) {
  .p-introducing__cta-card {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.p-introducing__cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 2.4rem;
}
@media (max-width: 574px) {
  .p-introducing__cta-content {
    gap: 1.6rem;
  }
}
.p-introducing__cta-text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.p-introducing__cta-title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 150%;
  text-align: center;
  color: #27292b;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 574px) {
  .p-introducing__cta-title {
    font-size: 1.8rem;
  }
}
.p-introducing__cta-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
@media (max-width: 574px) {
  .p-introducing__cta-text {
    font-size: 1.4rem;
  }
}
.p-introducing__cta-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  position: relative;
  width: 34.7rem;
}
@media (max-width: 574px) {
  .p-introducing__cta-action {
    width: 100%;
  }
}
.p-introducing__cta-action .c-btn {
  width: 100%;
  max-width: none;
  height: 5.6rem;
  background-color: #4774b9;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media (max-width: 574px) {
  .p-introducing__cta-action .c-btn {
    width: 100%;
  }
}
.p-introducing__cta-action .c-btn:hover {
  background: #4068a7;
}
.p-introducing__cta-bubble {
  width: 11.1rem;
  height: 2.9rem;
  position: absolute;
  bottom: 4.7rem;
  background: #ffffff;
  border: 1px solid #4774b9;
  border-radius: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.p-introducing__cta-bubble::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid #4774b9;
}
.p-introducing__cta-bubble::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #ffffff;
  z-index: 1;
}
.p-introducing__cta-num {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 100%;
  color: #4774b9;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-end;
}
.p-introducing__cta-label {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: #4774b9;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-end;
  margin-top: 1px;
  margin-right: 2px;
}
.p-introducing__cta-label span {
  font-weight: 700;
}
.p-introducing__cta-mark {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: #4774b9;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 1rem;
}

.p-faq {
  padding: 14rem 2rem;
  max-width: 120rem;
  margin: auto;
  background-color: #ffffff;
}
@media (max-width: 574px) {
  .p-faq {
    padding: 6rem 2rem;
  }
}
.p-faq .l-container {
  padding: 0;
}
.p-faq-content {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 574px) {
  .p-faq-content {
    gap: 5rem;
  }
}
.p-faq-section-header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
  margin-bottom: 4rem;
}
@media (max-width: 574px) {
  .p-faq-section-header {
    margin-bottom: 2rem;
  }
}
.p-faq-section-header .c-section-label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (max-width: 574px) {
  .p-faq-section-header .c-section-label {
    font-size: 1.4rem;
  }
}
.p-faq-section-header .c-section-title {
  font-weight: 500;
  font-size: 3rem;
  color: #27292b;
  margin: 0;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 574px) {
  .p-faq-section-header .c-section-title {
    font-size: 2.2rem;
  }
}
.p-faq-installation, .p-faq-post-installation, .p-faq-contract {
  display: flex;
  flex-direction: column;
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-faq__item {
  box-shadow: 0 0 0 0.8px #4774b9;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media (max-width: 574px) {
  .p-faq__item {
    padding: 1rem 1.6rem;
  }
}
.p-faq__item.is-active {
  background-color: rgba(71, 116, 185, 0.02);
}
.p-faq__item.is-active .p-faq__toggle-icon {
  transform: rotate(180deg);
}
.p-faq__item.is-active .p-faq__toggle-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.p-faq__item:hover {
  background-color: rgba(71, 116, 185, 0.1);
}
.p-faq__question {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  user-select: none;
}
@media (max-width: 574px) {
  .p-faq__question {
    gap: 1.2rem;
  }
}
.p-faq__question:hover .p-faq__toggle-icon {
  opacity: 0.8;
}
.p-faq__q-icon {
  width: 4.8rem;
  height: 4.8rem;
  flex-shrink: 0;
  font-family: "Heebo", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #4774b9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 574px) {
  .p-faq__q-icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2.2rem;
  }
}
.p-faq__question-text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #27292b;
}
@media (max-width: 574px) {
  .p-faq__question-text {
    font-size: 1.4rem;
  }
}
.p-faq__toggle-wrapper {
  width: 4.8rem;
  height: 4.8rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 574px) {
  .p-faq__toggle-wrapper {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-faq__toggle-icon {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.p-faq__toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4774b9;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.p-faq__toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #4774b9;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.p-faq__answer {
  display: none;
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 574px) {
  .p-faq__answer {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.p-faq__answer-content {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #27292b;
  padding: 0 7.2rem;
}
@media (max-width: 574px) {
  .p-faq__answer-content {
    font-size: 1.2rem;
    padding: 0 4.4rem;
  }
}

.p-contact-recruit {
  padding: 14rem 0;
  color: #27292b;
}
@media (max-width: 574px) {
  .p-contact-recruit {
    padding: 8rem 0;
  }
}
.p-contact-recruit__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 4rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__header {
    margin-bottom: 3.2rem;
    padding: 0 2rem;
  }
}
.p-contact-recruit__title-en, .p-contact-recruit__title-jp {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-contact-recruit__title-en {
  font-family: "Heebo", sans-serif;
  color: #4774b9;
  font-size: 1.6rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__title-en {
    font-size: 1.4rem;
  }
}
.p-contact-recruit__title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__title-jp {
    font-size: 2.4rem;
  }
}
.p-contact-recruit__content {
  background-color: #f1f7fa;
}
.p-contact-recruit__success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.8rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__success {
    gap: 2.4rem;
  }
}
.p-contact-recruit__success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
@media (max-width: 574px) {
  .p-contact-recruit__success-content {
    gap: 1.6rem;
  }
}
.p-contact-recruit__success-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 574px) {
  .p-contact-recruit__success-title {
    font-size: 1.5rem;
  }
}
.p-contact-recruit__success-text {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  width: 100%;
}
@media (max-width: 574px) {
  .p-contact-recruit__success-text {
    font-size: 1.4rem;
  }
}
.p-contact-recruit__success-text p {
  margin: 0;
}
.p-contact-recruit__success-button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-contact-recruit__success-button .c-btn.c-btn--outline {
  background-color: #4774b9;
  color: #ffffff;
  border: 1px solid #4774b9;
}
@media (max-width: 574px) {
  .p-contact-recruit__success-button .c-btn.c-btn--outline {
    justify-content: center;
  }
}
.p-contact-recruit__success-button .c-btn.c-btn--outline:after {
  background-image: url("../img/common/arrow-white.svg");
  transform: rotate(180deg);
}
@media (max-width: 574px) {
  .p-contact-recruit__success-button .c-btn.c-btn--outline:after {
    position: absolute;
    left: 2.4rem;
    right: auto;
  }
}
.p-contact-recruit__success-button .c-btn.c-btn--outline:hover {
  opacity: 0.8;
}
.p-contact-recruit__success-button .c-btn.c-btn--outline:hover:after {
  transform: rotate(180deg) translateX(0.5rem);
}
.p-contact-recruit__form-error, .p-contact-recruit__form-confirm {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #d90000;
  text-align: center;
  margin-bottom: 4.8rem;
}
.p-contact-recruit__form {
  background-color: #f1f7fa;
  padding: 6rem 8rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__form {
    padding: 4rem 2rem;
  }
}
.p-contact-recruit__form-fields {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-fields {
    gap: 3.2rem;
  }
}
.p-contact-recruit__form-fields:has(.form-value) {
  gap: 2.4rem;
}
.p-contact-recruit__form-fields:has(.form-value) .c-select::after,
.p-contact-recruit__form-fields:has(.form-value) .c-select::before {
  display: none;
}
.p-contact-recruit__form-actions {
  padding-top: 4.8rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-actions {
    padding-top: 3.2rem;
  }
}
.p-contact-recruit__form-row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
.p-contact-recruit__form-row:has(.form-value) {
  min-height: 4.2rem;
}
.p-contact-recruit__form-row:has(.form-value) .p-contact-recruit__form-input {
  min-width: 0;
}
.p-contact-recruit__form-row--textarea {
  align-items: flex-start;
}
.p-contact-recruit__form-row--textarea .p-contact-recruit__form-label {
  padding-top: 0.8rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-row--textarea .p-contact-recruit__form-label {
    padding-top: 0;
  }
}
.p-contact-recruit__form-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 24rem;
  padding-top: 0.9rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-label {
    max-width: 100%;
  }
}
.p-contact-recruit__form-label-text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-label-text {
    font-size: 1.4rem;
  }
}
.p-contact-recruit__form-label-required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 2rem;
  padding: 0.4rem 0.6rem;
  border: 1px solid #d90000;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
  color: #d90000;
  white-space: nowrap;
}
.p-contact-recruit__form-input {
  flex: 1;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-input {
    width: 100%;
  }
}
.p-contact-recruit__form-input input[type=text],
.p-contact-recruit__form-input textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-input input[type=text],
  .p-contact-recruit__form-input textarea {
    font-size: 1.4rem;
  }
}
.p-contact-recruit__form-input input[type=text]::placeholder,
.p-contact-recruit__form-input textarea::placeholder {
  color: #cccccc;
}
.p-contact-recruit__form-input input[type=text]:focus,
.p-contact-recruit__form-input textarea:focus {
  outline: none;
  border-color: #4774b9;
}
.p-contact-recruit__form-input .p-error {
  color: #d90000;
  font-size: 1.4rem;
  margin-top: 0.8rem;
  width: 100%;
}
.p-contact-recruit__form-input--row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-input--row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
.p-contact-recruit__form-input--row input[type=text] {
  flex: 1;
}
.p-contact-recruit__form-input input[type=text] {
  height: 4.2rem;
}
.p-contact-recruit__form-input textarea {
  min-height: 24rem;
  resize: none;
  display: block;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-input textarea {
    min-height: 16rem;
  }
}
.p-contact-recruit__form-input--age {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.p-contact-recruit__form-input--age input[type=text] {
  max-width: 10rem;
}
.p-contact-recruit__form-input--age .p-contact-recruit__form-unit {
  font-size: 1.6rem;
}
.p-contact-recruit__form-input--age .p-contact-recruit__form-note {
  font-size: 1.2rem;
}
.p-contact-recruit__form-input .form-value {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 0.1rem 0 0.1rem 1.2rem;
  min-height: 4.2rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: flex;
  align-items: center;
}
.p-contact-recruit__form-input--radio {
  display: flex;
  gap: 4.8rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-input--radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.p-contact-recruit__form-input--radio .c-radio__input:checked + .c-radio__mark .c-radio__inner {
  background-color: #4774b9;
}
.p-contact-recruit__form-input--radio .c-radio__input:checked + .c-radio__mark {
  border-color: #4774b9;
}
.p-contact-recruit__form-input--email {
  display: flex;
  flex-direction: column;
}
.p-contact-recruit__form-input--email-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.p-contact-recruit__form-input--email .p-contact-recruit__form-note {
  margin-left: 1.2rem;
}
.p-contact-recruit__form-note {
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-note {
    white-space: normal;
    font-size: 1.2rem;
  }
}
.p-contact-recruit__privacy {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__privacy {
    gap: 2rem;
    padding: 0 2rem;
  }
}
.p-contact-recruit__privacy-box, .p-contact-recruit__privacy-content {
  display: flex;
  flex-direction: column;
}
.p-contact-recruit__privacy-box {
  padding: 2.4rem 4rem;
  gap: 2.4rem;
  background: #ffffff;
  border: 1px solid #6e96d4;
  border-radius: 2px;
  max-height: 30rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__privacy-box {
    padding: 2rem;
    gap: 1.6rem;
    max-height: 25rem;
  }
}
.p-contact-recruit__privacy-content {
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__privacy-content {
    gap: 1.6rem;
  }
}
.p-contact-recruit__privacy-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 574px) {
  .p-contact-recruit__privacy-title {
    font-size: 1.8rem;
  }
}
.p-contact-recruit__privacy-text {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin: 0;
}
@media (max-width: 574px) {
  .p-contact-recruit__privacy-text {
    font-size: 1.2rem;
  }
}
.p-contact-recruit__privacy-link {
  color: #4774b9;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.p-contact-recruit__privacy-link:hover {
  opacity: 0.8;
}
.p-contact-recruit__privacy-checkbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0;
  gap: 0.4rem;
  background: #f1f7fa;
}
@media (max-width: 574px) {
  .p-contact-recruit__privacy-checkbox {
    padding: 0.8rem 2rem;
    justify-content: center;
  }
}
.p-contact-recruit__privacy-checkbox .p-error {
  color: #d90000;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.p-contact-recruit__privacy-checkbox .c-checkbox__input:checked + .c-checkbox__mark {
  background-color: #4774b9;
  border-color: #4774b9;
}
.p-contact-recruit__form-submit {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-submit {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.p-contact-recruit__form-submit .c-btn {
  background-color: #4774b9;
  height: 5.6rem;
  border: none;
  cursor: pointer;
  justify-content: flex-start;
}
@media (max-width: 574px) {
  .p-contact-recruit__form-submit .c-btn {
    width: 100%;
    height: 4.8rem;
  }
}
.p-contact-recruit__form-submit .c-btn:after {
  position: absolute;
  right: 2.4rem;
}
.p-contact-recruit__form-submit .c-btn--outline {
  background-color: #ffffff;
  color: #4774b9;
  border: 1px solid #4774b9;
}
.p-contact-recruit__form-submit .c-btn--outline:after {
  background-image: url("../img/common/arrow-blue.svg");
  transform: rotate(180deg);
  left: 2.4rem;
  right: auto;
}
.p-contact-recruit__form-submit .c-btn--outline:hover {
  opacity: 0.8;
}
.p-contact-recruit__form-submit .c-btn--outline:hover:after {
  transform: rotate(180deg) translateX(0.5rem);
}
.p-contact-recruit__form-submit--confirm .c-btn {
  justify-content: center;
}

.p-contact-form {
  padding: 14rem 0;
  color: #27292b;
}
@media (max-width: 574px) {
  .p-contact-form {
    padding: 8rem 0;
  }
}
.p-contact-form__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 4rem;
}
@media (max-width: 574px) {
  .p-contact-form__header {
    margin-bottom: 3.2rem;
    padding: 0 2rem;
  }
}
.p-contact-form__title-en, .p-contact-form__title-jp {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-contact-form__title-en {
  font-family: "Heebo", sans-serif;
  color: #4774b9;
  font-size: 1.6rem;
}
@media (max-width: 574px) {
  .p-contact-form__title-en {
    font-size: 1.4rem;
  }
}
.p-contact-form__title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
}
@media (max-width: 574px) {
  .p-contact-form__title-jp {
    font-size: 2.4rem;
  }
}
.p-contact-form__content {
  background-color: #f1f7fa;
}
.p-contact-form__success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.8rem;
}
@media (max-width: 574px) {
  .p-contact-form__success {
    gap: 2.4rem;
  }
}
.p-contact-form__success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
@media (max-width: 574px) {
  .p-contact-form__success-content {
    gap: 1.6rem;
  }
}
.p-contact-form__success-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 574px) {
  .p-contact-form__success-title {
    font-size: 1.5rem;
  }
}
.p-contact-form__success-text {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  width: 100%;
}
@media (max-width: 574px) {
  .p-contact-form__success-text {
    font-size: 1.4rem;
  }
}
.p-contact-form__success-text p {
  margin: 0;
}
.p-contact-form__success-button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-contact-form__success-button .c-btn.c-btn--outline {
  background-color: #4774b9;
  color: #ffffff;
  border: 1px solid #4774b9;
}
@media (max-width: 574px) {
  .p-contact-form__success-button .c-btn.c-btn--outline {
    justify-content: center;
  }
}
.p-contact-form__success-button .c-btn.c-btn--outline:after {
  background-image: url("../img/common/arrow-white.svg");
  transform: rotate(180deg);
}
@media (max-width: 574px) {
  .p-contact-form__success-button .c-btn.c-btn--outline:after {
    position: absolute;
    left: 2.4rem;
    right: auto;
  }
}
.p-contact-form__success-button .c-btn.c-btn--outline:hover {
  opacity: 0.8;
}
.p-contact-form__success-button .c-btn.c-btn--outline:hover:after {
  transform: rotate(180deg) translateX(0.5rem);
}
.p-contact-form__form-error, .p-contact-form__form-confirm {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #d90000;
  text-align: center;
  margin-bottom: 4.8rem;
  padding: 0 2rem;
}
.p-contact-form__form {
  background-color: #f1f7fa;
  padding: 6rem 8rem;
}
@media (max-width: 574px) {
  .p-contact-form__form {
    padding: 4rem 2rem;
  }
}
.p-contact-form__form-fields {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 574px) {
  .p-contact-form__form-fields {
    gap: 3.2rem;
  }
}
.p-contact-form__form-fields:has(.form-value) {
  gap: 2.4rem;
}
.p-contact-form__form-fields:has(.form-value) .c-select::after,
.p-contact-form__form-fields:has(.form-value) .c-select::before {
  display: none;
}
.p-contact-form__form-actions {
  padding-top: 4.8rem;
}
@media (max-width: 574px) {
  .p-contact-form__form-actions {
    padding-top: 3.2rem;
  }
}
.p-contact-form__form-row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 574px) {
  .p-contact-form__form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
.p-contact-form__form-row:has(.form-value) {
  min-height: 4.2rem;
}
.p-contact-form__form-row:has(.form-value) .p-contact-form__form-input {
  min-width: 0;
}
.p-contact-form__form-row--textarea {
  align-items: flex-start;
}
.p-contact-form__form-row--textarea .p-contact-form__form-label {
  padding-top: 0.8rem;
}
@media (max-width: 574px) {
  .p-contact-form__form-row--textarea .p-contact-form__form-label {
    padding-top: 0;
  }
}
.p-contact-form__form-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 24rem;
  padding-top: 0.9rem;
}
@media (max-width: 574px) {
  .p-contact-form__form-label {
    max-width: 100%;
  }
}
.p-contact-form__form-label-text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 574px) {
  .p-contact-form__form-label-text {
    font-size: 1.4rem;
  }
}
.p-contact-form__form-label-required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 2rem;
  padding: 0.4rem 0.6rem;
  border: 1px solid #d90000;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
  color: #d90000;
  white-space: nowrap;
}
.p-contact-form__form-input {
  flex: 1;
}
@media (max-width: 574px) {
  .p-contact-form__form-input {
    width: 100%;
  }
}
.p-contact-form__form-input input[type=text],
.p-contact-form__form-input textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 574px) {
  .p-contact-form__form-input input[type=text],
  .p-contact-form__form-input textarea {
    font-size: 1.4rem;
  }
}
.p-contact-form__form-input input[type=text]::placeholder,
.p-contact-form__form-input textarea::placeholder {
  color: #cccccc;
}
.p-contact-form__form-input input[type=text]:focus,
.p-contact-form__form-input textarea:focus {
  outline: none;
  border-color: #4774b9;
}
.p-contact-form__form-input .p-error {
  color: #d90000;
  font-size: 1.4rem;
  margin-top: 0.8rem;
  width: 100%;
}
.p-contact-form__form-input input[type=text] {
  height: 4.2rem;
}
.p-contact-form__form-input--row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 574px) {
  .p-contact-form__form-input--row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
.p-contact-form__form-input--row input[type=text] {
  flex: 1;
}
.p-contact-form__form-input textarea {
  min-height: 24rem;
  resize: none;
  display: block;
}
@media (max-width: 574px) {
  .p-contact-form__form-input textarea {
    min-height: 16rem;
  }
}
.p-contact-form__form-input .form-value {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 0.1rem 0 0.1rem 1.2rem;
  min-height: 4.2rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: flex;
  align-items: center;
}
.p-contact-form__form-input--email {
  display: flex;
  flex-direction: column;
}
.p-contact-form__form-input--email-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.p-contact-form__form-input--email .p-contact-form__form-note {
  margin-left: 1.2rem;
}
.p-contact-form__form-note {
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 574px) {
  .p-contact-form__form-note {
    white-space: normal;
    font-size: 1.2rem;
  }
}
.p-contact-form__privacy {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 574px) {
  .p-contact-form__privacy {
    gap: 2rem;
    padding: 0 2rem;
  }
}
.p-contact-form__privacy-box, .p-contact-form__privacy-content {
  display: flex;
  flex-direction: column;
}
.p-contact-form__privacy-box {
  padding: 2.4rem 4rem;
  gap: 2.4rem;
  background: #ffffff;
  border: 1px solid #6e96d4;
  border-radius: 2px;
  max-height: 30rem;
}
@media (max-width: 574px) {
  .p-contact-form__privacy-box {
    padding: 2rem;
    gap: 1.6rem;
    max-height: 25rem;
  }
}
.p-contact-form__privacy-content {
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 574px) {
  .p-contact-form__privacy-content {
    gap: 1.6rem;
  }
}
.p-contact-form__privacy-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 574px) {
  .p-contact-form__privacy-title {
    font-size: 1.8rem;
  }
}
.p-contact-form__privacy-text {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin: 0;
}
@media (max-width: 574px) {
  .p-contact-form__privacy-text {
    font-size: 1.2rem;
  }
}
.p-contact-form__privacy-link {
  color: #4774b9;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.p-contact-form__privacy-link:hover {
  opacity: 0.8;
}
.p-contact-form__privacy-checkbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0;
  gap: 0.8rem;
  background: #f1f7fa;
}
@media (max-width: 574px) {
  .p-contact-form__privacy-checkbox {
    padding: 0.8rem 2rem;
    justify-content: center;
  }
}
.p-contact-form__privacy-checkbox .p-error {
  color: #d90000;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.p-contact-form__privacy-checkbox .c-checkbox__input:checked + .c-checkbox__mark {
  background-color: #4774b9;
  border-color: #4774b9;
}
.p-contact-form__form-submit {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 574px) {
  .p-contact-form__form-submit {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.p-contact-form__form-submit .c-btn {
  background-color: #4774b9;
  height: 5.6rem;
  border: none;
  cursor: pointer;
  justify-content: flex-start;
}
@media (max-width: 574px) {
  .p-contact-form__form-submit .c-btn {
    width: 100%;
    height: 4.8rem;
  }
}
.p-contact-form__form-submit .c-btn:after {
  position: absolute;
  right: 2.4rem;
}
.p-contact-form__form-submit .c-btn--outline {
  background-color: #ffffff;
  color: #4774b9;
  border: 1px solid #4774b9;
}
.p-contact-form__form-submit .c-btn--outline:after {
  background-image: url("../img/common/arrow-blue.svg");
  transform: rotate(180deg);
  left: 2.4rem;
  right: auto;
}
.p-contact-form__form-submit .c-btn--outline:hover {
  opacity: 0.8;
}
.p-contact-form__form-submit .c-btn--outline:hover:after {
  transform: rotate(180deg) translateX(0.5rem);
}
.p-contact-form__form-submit--confirm .c-btn {
  justify-content: center;
}

.p-contact-vending {
  padding: 14rem 0;
  color: #27292b;
}
@media (max-width: 574px) {
  .p-contact-vending {
    padding: 8rem 0;
  }
}
.p-contact-vending__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 4rem;
}
@media (max-width: 574px) {
  .p-contact-vending__header {
    margin-bottom: 3.2rem;
    padding: 0 2rem;
  }
}
.p-contact-vending__title-en, .p-contact-vending__title-jp {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-contact-vending__title-en {
  font-family: "Heebo", sans-serif;
  color: #4774b9;
  font-size: 1.6rem;
}
@media (max-width: 574px) {
  .p-contact-vending__title-en {
    font-size: 1.4rem;
  }
}
.p-contact-vending__title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
}
@media (max-width: 574px) {
  .p-contact-vending__title-jp {
    font-size: 2.4rem;
  }
}
.p-contact-vending__content {
  background-color: #f1f7fa;
}
.p-contact-vending__success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.8rem;
}
@media (max-width: 574px) {
  .p-contact-vending__success {
    gap: 2.4rem;
  }
}
.p-contact-vending__success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
@media (max-width: 574px) {
  .p-contact-vending__success-content {
    gap: 1.6rem;
  }
}
.p-contact-vending__success-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 574px) {
  .p-contact-vending__success-title {
    font-size: 1.5rem;
  }
}
.p-contact-vending__success-text {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  width: 100%;
}
@media (max-width: 574px) {
  .p-contact-vending__success-text {
    font-size: 1.4rem;
  }
}
.p-contact-vending__success-text p {
  margin: 0;
}
.p-contact-vending__success-button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-contact-vending__success-button .c-btn.c-btn--outline {
  background-color: #4774b9;
  color: #ffffff;
  border: 1px solid #4774b9;
}
@media (max-width: 574px) {
  .p-contact-vending__success-button .c-btn.c-btn--outline {
    justify-content: center;
  }
}
.p-contact-vending__success-button .c-btn.c-btn--outline:after {
  background-image: url("../img/common/arrow-white.svg");
  transform: rotate(180deg);
}
@media (max-width: 574px) {
  .p-contact-vending__success-button .c-btn.c-btn--outline:after {
    position: absolute;
    left: 2.4rem;
    right: auto;
  }
}
.p-contact-vending__success-button .c-btn.c-btn--outline:hover {
  opacity: 0.8;
}
.p-contact-vending__success-button .c-btn.c-btn--outline:hover:after {
  transform: rotate(180deg) translateX(0.5rem);
}
.p-contact-vending__form-error, .p-contact-vending__form-confirm {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #d90000;
  text-align: center;
  margin-bottom: 4.8rem;
}
.p-contact-vending__form {
  background-color: #f1f7fa;
  padding: 6rem 8rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form {
    padding: 4rem 2rem;
  }
}
.p-contact-vending__form-fields {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-fields {
    gap: 3.2rem;
  }
}
.p-contact-vending__form-fields:has(.form-value) {
  gap: 2.4rem;
}
.p-contact-vending__form-fields:has(.form-value) .c-select::after,
.p-contact-vending__form-fields:has(.form-value) .c-select::before {
  display: none;
}
.p-contact-vending__form-actions {
  padding-top: 4.8rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-actions {
    padding-top: 3.2rem;
  }
}
.p-contact-vending__form-row {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
.p-contact-vending__form-row:has(.form-value) {
  min-height: 4.2rem;
}
.p-contact-vending__form-row:has(.form-value) .p-contact-vending__form-input {
  min-width: 0;
}
.p-contact-vending__form-row--address, .p-contact-vending__form-row--machine {
  height: 4.2rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-row--address, .p-contact-vending__form-row--machine {
    height: auto;
  }
}
.p-contact-vending__form-row--textarea, .p-contact-vending__form-row--radio-vertical {
  align-items: flex-start;
}
.p-contact-vending__form-row--textarea .p-contact-vending__form-label {
  padding-top: 0.8rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-row--textarea .p-contact-vending__form-label {
    padding-top: 0;
  }
}
.p-contact-vending__form-row--radio-vertical .p-contact-vending__form-label-text {
  max-width: 22.3rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-row--radio-vertical .p-contact-vending__form-label-text {
    max-width: 100%;
  }
}
.p-contact-vending__form-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 24rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-label {
    max-width: 100%;
  }
}
.p-contact-vending__form-label-text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 574px) {
  .p-contact-vending__form-label-text {
    font-size: 1.4rem;
  }
}
.p-contact-vending__form-label-text .is-small {
  font-size: 1.4rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-label-text .is-small {
    font-size: 1.2rem;
  }
}
.p-contact-vending__form-row--address .p-contact-vending__form-label-text, .p-contact-vending__form-row--space .p-contact-vending__form-label-text {
  display: flex;
}
.p-contact-vending__form-row--address .p-contact-vending__form-label-text {
  flex-direction: column;
  justify-content: center;
}
.p-contact-vending__form-row--space .p-contact-vending__form-label-text {
  align-items: center;
}
.p-contact-vending__form-label-required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 2rem;
  padding: 0.4rem 0.6rem;
  border: 1px solid #d90000;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
  color: #d90000;
  white-space: nowrap;
}
.p-contact-vending__form-input {
  flex: 1;
}
@media (max-width: 574px) {
  .p-contact-vending__form-input {
    width: 100%;
  }
}
.p-contact-vending__form-input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}
.p-contact-vending__form-input .p-error {
  color: #d90000;
  font-size: 1.4rem;
  margin-top: 0.8rem;
  width: 100%;
  order: 10;
}
.p-contact-vending__form-input input[type=text],
.p-contact-vending__form-input textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 574px) {
  .p-contact-vending__form-input input[type=text],
  .p-contact-vending__form-input textarea {
    font-size: 1.4rem;
  }
}
.p-contact-vending__form-input input[type=text]::placeholder,
.p-contact-vending__form-input textarea::placeholder {
  color: #cccccc;
}
.p-contact-vending__form-input input[type=text]:focus,
.p-contact-vending__form-input textarea:focus {
  outline: none;
  border-color: #4774b9;
}
.p-contact-vending__form-input input[type=text] {
  height: 4.2rem;
}
.p-contact-vending__form-input textarea {
  min-height: 24rem;
  resize: none;
  display: block;
}
@media (max-width: 574px) {
  .p-contact-vending__form-input textarea {
    min-height: 16rem;
  }
}
.p-contact-vending__form-input .form-value {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 0.1rem 0 0.1rem 1.2rem;
  min-height: 4.2rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: flex;
  align-items: center;
}
.p-contact-vending__form-input--space {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 574px) {
  .p-contact-vending__form-input--space {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-contact-vending__form-input--space > .c-select {
  flex: 1;
}
.p-contact-vending__form-input--space .p-contact-vending__form-input--machine-count {
  flex: 1;
}
@media (max-width: 574px) {
  .p-contact-vending__form-input--space .p-contact-vending__form-input--machine-count {
    width: 100%;
  }
}
.p-contact-vending__form-input--machine-count {
  display: flex;
  flex-direction: column;
}
.p-contact-vending__form-input--machine-count .c-select {
  width: 100%;
}
.p-contact-vending__form-input--radio {
  display: flex;
  gap: 4.8rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-input--radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.p-contact-vending__form-input--radio-vertical {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
.p-contact-vending__form-input--radio-vertical .c-radio {
  height: auto;
}
.p-contact-vending__form-input--other {
  margin-top: 1.2rem;
}
.p-contact-vending__form-input--phone {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-input--phone {
    flex-wrap: wrap;
  }
}
.p-contact-vending__form-input--phone input[type=text] {
  max-width: 10rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-input--phone input[type=text] {
    max-width: 8rem;
  }
}
.p-contact-vending__form-input--phone .p-contact-vending__form-note {
  margin-left: 1.2rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-input--phone .p-contact-vending__form-note {
    margin-left: 0;
    width: 100%;
  }
}
.p-contact-vending__form-input--email {
  display: flex;
  flex-direction: column;
}
.p-contact-vending__form-input--email-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.p-contact-vending__form-input--email .p-contact-vending__form-note {
  margin-left: 1.2rem;
}
.p-contact-vending__form-input--email .form-value {
  line-height: 1.4;
}
.p-contact-vending__form-separator {
  font-size: 1.6rem;
}
.p-contact-vending__form-note {
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 574px) {
  .p-contact-vending__form-note {
    white-space: normal;
    font-size: 1.2rem;
  }
}
.p-contact-vending__privacy {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 574px) {
  .p-contact-vending__privacy {
    gap: 2rem;
    padding: 0 2rem;
  }
}
.p-contact-vending__privacy-box, .p-contact-vending__privacy-content {
  display: flex;
  flex-direction: column;
}
.p-contact-vending__privacy-box {
  padding: 2.4rem 4rem;
  gap: 2.4rem;
  background: #ffffff;
  border: 1px solid #6e96d4;
  border-radius: 2px;
  max-height: 30rem;
}
@media (max-width: 574px) {
  .p-contact-vending__privacy-box {
    padding: 2rem;
    gap: 1.6rem;
    max-height: 25rem;
  }
}
.p-contact-vending__privacy-content {
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 574px) {
  .p-contact-vending__privacy-content {
    gap: 1.6rem;
  }
}
.p-contact-vending__privacy-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 574px) {
  .p-contact-vending__privacy-title {
    font-size: 1.8rem;
  }
}
.p-contact-vending__privacy-text {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin: 0;
}
@media (max-width: 574px) {
  .p-contact-vending__privacy-text {
    font-size: 1.2rem;
  }
}
.p-contact-vending__privacy-link {
  color: #4774b9;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.p-contact-vending__privacy-link:hover {
  opacity: 0.8;
}
.p-contact-vending__privacy-checkbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0;
  gap: 0.4rem;
  background: #f1f7fa;
}
@media (max-width: 574px) {
  .p-contact-vending__privacy-checkbox {
    padding: 0.8rem 2rem;
    justify-content: center;
  }
}
.p-contact-vending__privacy-checkbox .p-error {
  color: #d90000;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
.p-contact-vending__privacy-checkbox span.form-value {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 574px) {
  .p-contact-vending__privacy-checkbox span.form-value {
    font-size: 1rem;
  }
}
.p-contact-vending__form-submit {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 574px) {
  .p-contact-vending__form-submit {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.p-contact-vending__form-submit .c-btn {
  height: 5.6rem;
  border: none;
  cursor: pointer;
  justify-content: flex-start;
}
@media (max-width: 574px) {
  .p-contact-vending__form-submit .c-btn {
    width: 100%;
    height: 4.8rem;
  }
}
.p-contact-vending__form-submit .c-btn:after {
  position: absolute;
  right: 2.4rem;
}
.p-contact-vending__form-submit .c-btn--outline {
  background-color: #ffffff;
  color: #4774b9;
  border: 1px solid #4774b9;
}
.p-contact-vending__form-submit .c-btn--outline:after {
  background-image: url("../img/common/arrow-blue.svg");
  transform: rotate(180deg);
  left: 2.4rem;
  right: auto;
}
.p-contact-vending__form-submit .c-btn--outline:hover {
  opacity: 0.8;
}
.p-contact-vending__form-submit .c-btn--outline:hover:after {
  transform: rotate(180deg) translateX(0.5rem);
}
.p-contact-vending__form-submit--confirm .c-btn {
  justify-content: center;
}

.p-philosophy {
  padding: 8rem 2rem 10rem;
}
@media (max-width: 1200px) {
  .p-philosophy {
    padding: 6rem 2rem 8rem;
  }
}
@media (max-width: 768px) {
  .p-philosophy {
    padding: 6rem 2rem 5rem;
  }
}
.p-philosophy__philosophy {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-philosophy__philosophy {
    gap: 2.4rem;
  }
}
.p-philosophy__section-header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-philosophy .c-section-label {
  margin-bottom: 0;
  letter-spacing: 0.08rem;
}
.p-philosophy .c-section-title {
  font-size: 3rem;
  letter-spacing: 0.13rem;
}
@media (max-width: 768px) {
  .p-philosophy .c-section-title {
    font-size: 2.4rem;
  }
}
.p-philosophy__philosophy-box {
  background: rgba(184, 216, 228, 0.2);
  padding: 8rem 10rem;
}
@media (max-width: 1200px) {
  .p-philosophy__philosophy-box {
    padding: 6rem 8rem;
  }
}
@media (max-width: 991px) {
  .p-philosophy__philosophy-box {
    padding: 4rem 2rem;
  }
}
@media (max-width: 768px) {
  .p-philosophy__philosophy-box {
    padding: 4rem 2rem;
  }
}
.p-philosophy__philosophy-content {
  display: flex;
  flex-direction: row;
  gap: 8.2rem;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .p-philosophy__philosophy-content {
    gap: 4rem;
  }
}
@media (max-width: 991px) {
  .p-philosophy__philosophy-content {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .p-philosophy__philosophy-content {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.p-philosophy__philosophy-left {
  width: 39.8rem;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .p-philosophy__philosophy-left {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .p-philosophy__philosophy-left {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .p-philosophy__philosophy-left {
    width: 100%;
  }
}
.p-philosophy__philosophy-heading {
  font-size: 4rem;
  font-weight: 500;
  color: #4774b9;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 3.2rem;
}
@media (max-width: 1200px) {
  .p-philosophy__philosophy-heading {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .p-philosophy__philosophy-heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .p-philosophy__philosophy-heading {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.p-philosophy__philosophy-subtext {
  font-size: 2.4rem;
  font-weight: 500;
  color: #27292b;
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 1200px) {
  .p-philosophy__philosophy-subtext {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .p-philosophy__philosophy-subtext {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .p-philosophy__philosophy-subtext {
    font-size: 1.8rem;
  }
}
.p-philosophy__philosophy-right {
  flex: 1;
  max-width: 48rem;
}
@media (max-width: 768px) {
  .p-philosophy__philosophy-right {
    max-width: 100%;
  }
}
.p-philosophy__philosophy-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #27292b;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 768px) {
  .p-philosophy__philosophy-text {
    font-size: 1.4rem;
  }
}
.p-philosophy__vision {
  overflow: hidden;
  margin-top: 9.6rem;
  margin-bottom: 9.6rem;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
@media (max-width: 768px) {
  .p-philosophy__vision {
    width: 100vw;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
}
.p-philosophy__vision-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-image: url(../img/pages/philosophy/page-philosophy-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #49b3de;
}
.p-philosophy__vision-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 97.1rem;
  right: 0;
  top: 0;
  background: rgba(145, 228, 167, 0.08);
  mix-blend-mode: soft-light;
}
.p-philosophy__vision-img2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.p-philosophy__vision .l-container {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-philosophy__vision .l-container {
    padding: 8rem 2rem;
    gap: 5rem;
    display: flex;
    flex-direction: column;
  }
}
.p-philosophy__vision-header {
  padding-top: 8rem;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .p-philosophy__vision-header {
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .p-philosophy__vision-header {
    width: 100%;
    padding: 0;
  }
}
.p-philosophy__vision-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}
.p-philosophy__vision-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.13rem;
  margin: 0;
}
@media (max-width: 768px) {
  .p-philosophy__vision-title {
    font-size: 2.2rem;
  }
}
.p-philosophy__vision-content {
  padding-top: 15rem;
  padding-bottom: 11.1rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  text-shadow: 0 0 1rem rgba(46, 117, 146, 0.25);
  width: 50%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .p-philosophy__vision-content {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .p-philosophy__vision-content {
    align-self: flex-start;
    width: 100%;
    padding: 0;
  }
}
.p-philosophy__vision-text-main {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(46, 117, 146, 0.25);
}
@media (max-width: 768px) {
  .p-philosophy__vision-text-main {
    font-size: 2rem;
  }
}
.p-philosophy__vision-text-sub {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(46, 117, 146, 0.25);
}
@media (max-width: 768px) {
  .p-philosophy__vision-text-sub {
    font-size: 1.4rem;
  }
}
.p-philosophy__message {
  padding: 0;
  margin-bottom: 12rem;
}
@media (max-width: 1200px) {
  .p-philosophy__message {
    margin-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .p-philosophy__message {
    margin-bottom: 12rem;
    padding: 0;
  }
}
.p-philosophy__message-content {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}
@media (max-width: 1200px) {
  .p-philosophy__message-content {
    gap: 6rem;
  }
}
@media (max-width: 991px) {
  .p-philosophy__message-content {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .p-philosophy__message-content {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.p-philosophy__message-left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 1.6rem;
  flex: 1;
}
@media (max-width: 768px) {
  .p-philosophy__message-left {
    gap: 2.4rem;
    width: 100%;
  }
}
.p-philosophy__message-text-wrap {
  display: flex;
  flex-direction: column;
}
.p-philosophy__message-heading {
  font-size: 2.4rem;
  font-weight: 500;
  color: #27292b;
  line-height: 1.75;
  margin: 0 0 2.4rem;
}
@media (max-width: 1200px) {
  .p-philosophy__message-heading {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .p-philosophy__message-heading {
    font-size: 1.8rem;
  }
}
.p-philosophy__message-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #27292b;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0 0 3.2rem;
}
@media (max-width: 768px) {
  .p-philosophy__message-text {
    font-size: 1.4rem;
  }
}
.p-philosophy__message-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}
.p-philosophy__message-position {
  font-size: 1.6rem;
  font-weight: 400;
  color: #27292b;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-philosophy__message-position {
    font-size: 1.4rem;
  }
}
.p-philosophy__message-author {
  font-size: 2.4rem;
  font-weight: 500;
  color: #27292b;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-philosophy__message-author {
    font-size: 2rem;
  }
}
.p-philosophy__message-right {
  width: 43.8rem;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .p-philosophy__message-right {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .p-philosophy__message-right {
    width: 100%;
  }
}
.p-philosophy__message-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-philosophy__message-image img {
  max-width: 100%;
}
.p-philosophy__message-image p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}

.p-mix {
  padding: 8rem 2rem 12rem;
}
.p-mix .l-container {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 574px) {
  .p-mix {
    padding: 0 2rem 6rem;
  }
}
.p-mix__intro {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  max-width: 77.8rem;
  margin: 0 auto;
}
@media (max-width: 574px) {
  .p-mix__intro {
    padding: 6rem 2rem 0;
    gap: 3rem;
  }
}
.p-mix__intro-title {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
  width: 100%;
  max-width: 44rem;
}
@media (max-width: 574px) {
  .p-mix__intro-title {
    font-size: 2.2rem;
  }
}
.p-mix__intro-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.047em;
  color: #27292b;
  margin: 0;
  width: 100%;
}
@media (max-width: 574px) {
  .p-mix__intro-text {
    font-size: 1.4rem;
    text-align: justify;
  }
}
.p-mix__section-title {
  position: relative;
  padding-bottom: 3.2rem;
  border-bottom: 3px solid #cccccc;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-mix__section-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 8rem;
  height: 3px;
  background-color: #4774b9;
}
@media (max-width: 574px) {
  .p-mix__section-title {
    font-size: 2.2rem;
    padding-bottom: 2rem;
  }
}
.p-mix__partner {
  margin-top: 9.6rem;
  display: flex;
  flex-direction: column;
  gap: 6.1rem;
}
@media (max-width: 574px) {
  .p-mix__partner {
    margin-top: 6rem;
    gap: 4rem;
  }
}
.p-mix__partner-content {
  display: flex;
  gap: 6rem;
}
@media (max-width: 574px) {
  .p-mix__partner-content {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-mix__partner-image {
  position: relative;
  width: calc(50% - 6rem);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-color: transparent;
}
.p-mix__partner-image::before {
  content: "";
  position: absolute;
  width: 27.4rem;
  height: 1.3rem;
  left: 12.3rem;
  top: 44.1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 17.5%, rgba(0, 0, 0, 0) 100%);
  filter: blur(0.25rem);
  z-index: 1;
}
.p-mix__partner-image img {
  position: absolute;
  width: 27.6rem;
  height: 44.078rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  object-fit: contain;
}
@media (max-width: 574px) {
  .p-mix__partner-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-mix__partner-image::before {
    display: none;
  }
  .p-mix__partner-image img {
    position: relative;
    width: 80%;
    height: auto;
    left: auto;
    top: auto;
    transform: none;
    margin: 0;
  }
}
.p-mix__partner-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (max-width: 574px) {
  .p-mix__partner-info {
    width: 100%;
    gap: 4rem;
  }
}
.p-mix__partner-sub {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-mix__partner-sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 1.5rem;
  border-left: 6px solid #4774b9;
  color: #27292b;
  margin: 0;
}
@media (max-width: 574px) {
  .p-mix__partner-sub-title {
    font-size: 1.8rem;
  }
}
.p-mix__partner-sub-text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
@media (max-width: 574px) {
  .p-mix__partner-sub-text {
    font-size: 1.4rem;
  }
}
.p-mix__partner-logos {
  width: 100%;
  max-width: 46.9rem;
  aspect-ratio: 469/267;
  margin: 1.6rem auto 0;
}
.p-mix__partner-logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 574px) {
  .p-mix__partner-logos {
    margin-top: 2.4rem;
  }
}
.p-mix__features {
  margin: 6rem 0 12rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 574px) {
  .p-mix__features {
    margin-top: 6rem;
  }
}
.p-mix__feature-section {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-mix__feature-section:first-of-type {
  margin-top: 2.4rem;
}
.p-mix__feature-section + .p-mix__feature-section {
  margin-top: 4rem;
}
.p-mix__feature-section-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
@media (max-width: 574px) {
  .p-mix__feature-section-title {
    font-size: 1.8rem;
  }
}
.p-mix__feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .p-mix__feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 574px) {
  .p-mix__feature-grid {
    grid-template-columns: 1fr;
  }
}
.p-mix__feature-card {
  background-color: #f1f7fa;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 769px) {
  .p-mix__feature-card {
    min-height: 23.6rem;
  }
}
@media (max-width: 574px) {
  .p-mix__feature-card {
    padding: 2.4rem;
  }
}
.p-mix__feature-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #4774b9;
  margin: 0;
  height: 4.8rem;
}
.p-mix__feature-card-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
@media (max-width: 574px) {
  .p-mix__feature-card-text {
    font-size: 1.4rem;
  }
}
.p-mix__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-mix__list-item {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
}
.p-mix__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #adb0b5;
}
@media (max-width: 574px) {
  .p-mix__list-item {
    font-size: 1.4rem;
  }
}

.p-maker .l-container {
  padding: 8rem 2rem 0;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9.6rem;
}
.p-maker .l-container__action {
  padding: 0 2rem 12rem;
}
.p-maker__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.p-maker__intro-title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-maker__intro-text {
  width: 100%;
  max-width: 83.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  /* 175% */
  text-align: center;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-maker__intro-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.2rem;
  width: 100%;
}
.p-maker__intro-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.1rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
  margin: 0;
}
.p-maker__intro-link:hover {
  opacity: 0.7;
}
.p-maker__intro-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #27292b;
}
.p-maker__intro-link-icon {
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  border: 1px solid #4774b9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-maker__intro-link-icon svg {
  width: 0.8rem;
  height: 0.6rem;
  transition: transform 0.3s ease;
}
.p-maker__content {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
}
.p-maker__block {
  display: flex;
  flex-direction: column;
  gap: 6.1rem;
  width: 100%;
  max-width: 116rem;
  margin: 0 auto;
}
.p-maker__block-header {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  position: relative;
  padding-bottom: 0;
}
.p-maker__block-header::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #cccccc;
}
.p-maker__block-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 0.3rem;
  background: #4774b9;
  z-index: 1;
}
.p-maker__block-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-maker__block-body {
  display: flex;
  flex-direction: row;
  gap: 6rem;
  align-items: flex-start;
}
.p-maker__block-image-col {
  width: 43rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
.p-maker__block-vending {
  width: 100%;
  max-width: 43rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.p-maker__block-vending img {
  max-width: 100%;
  height: auto;
}
.p-maker__block-info-col {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.p-maker__block-right-col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.p-maker__info-section {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-maker__info-section-gap-4 {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.p-maker__info-section-gap-1dot2 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-maker__info-group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-maker__product-big-group {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.p-maker__product-group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-maker__product-group-row {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-maker__info-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #27292b;
  border-left: 0.6rem solid #4774b9;
  padding-left: 1.45rem;
  margin: 0;
}
.p-maker__info-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-maker__features-group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-maker__features-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #4774b9;
  margin: 0;
}
.p-maker__features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.p-maker__features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-maker__features-list-item {
  position: relative;
  padding-left: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
}
.p-maker__features-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #adb0b5;
  border-radius: 50%;
}
.p-maker__product-has-warning {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-maker__warning {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 67rem;
  margin: 0;
}
.p-maker__warning-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #cd2e29;
  flex-shrink: 0;
}
.p-maker__warning-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #cd2e29;
  margin: 0;
}
.p-maker__feature-card {
  background: #f1f7fa;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-maker__feature-card:nth-child(n+3) {
  height: 15.9rem;
}
.p-maker__feature-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-maker__feature-card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-maker__product-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #4774b9;
  margin: 0;
}
.p-maker__lineup {
  width: 100%;
  max-width: 58rem;
  height: 12.986rem;
  margin: 0 auto;
}
.p-maker__lineup img {
  width: 100%;
  height: 100%;
}
.p-maker__lineup-otsuka {
  max-width: 100%;
  align-self: flex-start;
  margin: 0;
}
.p-maker__lineup-suntory {
  max-width: 100%;
  height: 9.32rem;
  margin: 0;
}
.p-maker__lineup-asahi {
  max-width: 100%;
  height: 9.018rem;
  margin: 0;
}
.p-maker__lineup-kirin {
  max-width: 100%;
  height: 9.065rem;
  margin: 0;
}
.p-maker__lineup-pokka {
  max-width: 100%;
  height: 9.686rem;
  margin: 0;
}
.p-maker__cta-custom {
  margin: 9.765rem 0 12rem;
}

/* Responsive adjustment */
@media screen and (max-width: 1024px) {
  .p-maker__block {
    padding: 0 2rem;
  }
  .p-maker__block-body {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  .p-maker__block-image-col {
    width: 100%;
  }
  .p-maker__block-info-col {
    width: 100%;
  }
  .p-maker__features-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-maker__intro {
    padding: 0 2rem;
    gap: 2.4rem;
    margin-top: 4rem;
  }
  .p-maker__intro-title {
    font-size: 2.4rem;
  }
  .p-maker__intro-text {
    font-size: 1.4rem;
  }
  .p-maker__intro-links {
    gap: 1.6rem 2rem;
    margin-bottom: 4rem;
  }
  .p-maker__intro-link-text {
    font-size: 1.4rem;
  }
  .p-maker__block {
    gap: 4rem;
  }
  .p-maker__block-title {
    font-size: 2.4rem;
  }
  .p-maker__block-header {
    gap: 1.6rem;
  }
  .p-maker__info-subtitle {
    font-size: 2rem;
  }
  .p-maker__info-text {
    font-size: 1.4rem;
  }
  .p-maker__features-heading {
    font-size: 1.8rem;
  }
  .p-maker__product-sub {
    font-size: 1.8rem;
  }
}
.p-service {
  padding: 8rem 2rem 12rem;
  margin: 0 auto;
}
.p-service .l-container {
  width: 100%;
}
@media (max-width: 768px) {
  .p-service {
    padding-bottom: 8rem;
  }
}
.p-service__layout {
  display: flex;
  margin-bottom: 12.05rem;
  gap: 1.8rem;
}
@media (max-width: 768px) {
  .p-service__layout {
    flex-direction: column;
    margin-bottom: 8rem;
    gap: 6rem;
  }
}
.p-service__sidebar {
  position: sticky;
  top: 10rem;
  width: 22.2rem;
  height: fit-content;
}
@media (max-width: 768px) {
  .p-service__sidebar {
    display: none;
  }
}
.p-service__sidebar-nav {
  display: flex;
  gap: 0.8rem;
}
.p-service__sidebar-nav[data-active="1"] .p-service__sidebar-indicator-item:nth-child(-n+1) .circle {
  background: #4774b9;
}
.p-service__sidebar-nav[data-active="1"] .p-service__sidebar-indicator-item:nth-child(-n+1) .circle span {
  color: #ffffff;
}
.p-service__sidebar-nav[data-active="1"] .p-service__sidebar-indicator-item:nth-child(-n+1) .line {
  border-left: 1px solid #4774b9;
}
.p-service__sidebar-nav[data-active="1"] .p-service__sidebar-link:nth-child(1) {
  color: #27292b;
  font-weight: 700;
}
.p-service__sidebar-nav[data-active="2"] .p-service__sidebar-indicator-item:nth-child(-n+2) .circle {
  background: #4774b9;
}
.p-service__sidebar-nav[data-active="2"] .p-service__sidebar-indicator-item:nth-child(-n+2) .circle span {
  color: #ffffff;
}
.p-service__sidebar-nav[data-active="2"] .p-service__sidebar-indicator-item:nth-child(-n+2) .line {
  border-left: 1px solid #4774b9;
}
.p-service__sidebar-nav[data-active="2"] .p-service__sidebar-link:nth-child(2) {
  color: #27292b;
  font-weight: 700;
}
.p-service__sidebar-nav[data-active="3"] .p-service__sidebar-indicator-item:nth-child(-n+3) .circle {
  background: #4774b9;
}
.p-service__sidebar-nav[data-active="3"] .p-service__sidebar-indicator-item:nth-child(-n+3) .circle span {
  color: #ffffff;
}
.p-service__sidebar-nav[data-active="3"] .p-service__sidebar-indicator-item:nth-child(-n+3) .line {
  border-left: 1px solid #4774b9;
}
.p-service__sidebar-nav[data-active="3"] .p-service__sidebar-link:nth-child(3) {
  color: #27292b;
  font-weight: 700;
}
.p-service__sidebar-nav[data-active="4"] .p-service__sidebar-indicator-item:nth-child(-n+4) .circle {
  background: #4774b9;
}
.p-service__sidebar-nav[data-active="4"] .p-service__sidebar-indicator-item:nth-child(-n+4) .circle span {
  color: #ffffff;
}
.p-service__sidebar-nav[data-active="4"] .p-service__sidebar-indicator-item:nth-child(-n+4) .line {
  border-left: 1px solid #4774b9;
}
.p-service__sidebar-nav[data-active="4"] .p-service__sidebar-link:nth-child(4) {
  color: #27292b;
  font-weight: 700;
}
.p-service__sidebar-nav[data-active="5"] .p-service__sidebar-indicator-item:nth-child(-n+5) .circle {
  background: #4774b9;
}
.p-service__sidebar-nav[data-active="5"] .p-service__sidebar-indicator-item:nth-child(-n+5) .circle span {
  color: #ffffff;
}
.p-service__sidebar-nav[data-active="5"] .p-service__sidebar-indicator-item:nth-child(-n+5) .line {
  border-left: 1px solid #4774b9;
}
.p-service__sidebar-nav[data-active="5"] .p-service__sidebar-link:nth-child(5) {
  color: #27292b;
  font-weight: 700;
}
.p-service__sidebar-nav[data-active="6"] .p-service__sidebar-indicator-item:nth-child(-n+6) .circle {
  background: #4774b9;
}
.p-service__sidebar-nav[data-active="6"] .p-service__sidebar-indicator-item:nth-child(-n+6) .circle span {
  color: #ffffff;
}
.p-service__sidebar-nav[data-active="6"] .p-service__sidebar-indicator-item:nth-child(-n+6) .line {
  border-left: 1px solid #4774b9;
}
.p-service__sidebar-nav[data-active="6"] .p-service__sidebar-link:nth-child(6) {
  color: #27292b;
  font-weight: 700;
}
.p-service__sidebar-indicators {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3rem;
}
.p-service__sidebar-indicator-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.p-service__sidebar-indicator-item .circle {
  position: relative;
  width: 3rem;
  height: 3rem;
  background: rgba(144, 150, 155, 0.12);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: background-color 0.4s ease-in-out;
}
.p-service__sidebar-indicator-item .circle span {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  color: #90969B;
  pointer-events: none;
  transition: color 0.4s ease-in-out;
}
.p-service__sidebar-indicator-item .line {
  width: 1px;
  background-color: transparent;
  height: 2.1rem;
  transition: border-color 0.4s ease-in-out;
}
.p-service__sidebar-indicator-item--1 .line {
  height: 2.1rem;
}
.p-service__sidebar-indicator-item--2 .line {
  height: 2.1rem;
}
.p-service__sidebar-indicator-item--3 .line {
  height: 2.1rem;
}
.p-service__sidebar-indicator-item--4 .line {
  height: 3.5rem;
}
.p-service__sidebar-indicator-item--5 .line {
  height: 3.3rem;
}
.p-service__sidebar-labels {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.p-service__sidebar-link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #90969B;
  text-decoration: none;
  transition: color 0.4s ease-in-out, font-weight 0.4s ease-in-out;
  white-space: nowrap;
}
.p-service__sidebar-link:hover {
  color: #4774b9;
}
.p-service__sidebar-labels a:nth-child(5) {
  height: 4.8rem;
}
.p-service__main {
  max-width: calc(100% - 22.2rem);
  flex: 1;
}
@media (max-width: 768px) {
  .p-service__main {
    max-width: 100%;
  }
}
.p-service__steps {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  max-width: 92rem;
}
@media (max-width: 768px) {
  .p-service__steps {
    gap: 0.8rem;
  }
}
.p-service__step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  max-width: 92rem;
}
@media (max-width: 768px) {
  .p-service__step-container {
    gap: 0.8rem;
  }
}
.p-service__content {
  background: rgba(184, 216, 228, 0.2);
  border-radius: 3rem;
  padding: 4.8rem;
  width: 100%;
  display: flex;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .p-service__content {
    flex-direction: column;
    padding: 3.2rem 2.4rem;
    gap: 2rem;
    border-radius: 2rem;
    align-items: flex-start;
  }
}
.p-service__content-body {
  flex: 1;
  max-width: 42.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .p-service__content-body {
    max-width: 100%;
    height: 100%;
  }
}
.p-service__content-header {
  display: flex;
  height: 6.4rem;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .p-service__content-header {
    height: 5.4rem;
    gap: 1.6rem;
  }
}
.p-service__content-badge {
  width: 6.4rem;
  height: 6.4rem;
  background: #4774b9;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #ffffff;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 768px) {
  .p-service__content-badge {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.p-service__content-badge span:first-child {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .p-service__content-badge span:first-child {
    font-size: 1rem;
  }
}
.p-service__content-badge span:last-child {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}
@media (max-width: 768px) {
  .p-service__content-badge span:last-child {
    font-size: 2.6rem;
  }
}
.p-service__content-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #27292b;
}
@media (max-width: 768px) {
  .p-service__content-title {
    font-size: 2rem;
  }
}
.p-service__content-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
@media (max-width: 768px) {
  .p-service__content-text {
    font-size: 1.4rem;
  }
}
.p-service__content-image {
  width: clamp(27rem, 50%, 37rem);
  max-height: 27.7rem;
  align-self: center;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.p-service__content-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(145, 228, 167, 0.1);
  mix-blend-mode: soft-light;
}
.p-service__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-service__content-image {
    width: 100%;
    height: auto;
    aspect-ratio: 370/277;
    margin: 0 auto;
  }
}
.p-service__arrow {
  width: 3rem;
  height: 1.55rem;
  background-color: #4774b9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
}

.p-offic-cafe__hero {
  position: relative;
  width: 100%;
  height: 64rem;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-offic-cafe__hero {
    height: auto;
    padding: 6rem 0;
    flex-direction: column-reverse;
  }
}
.p-offic-cafe__hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 1;
}
.p-offic-cafe__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-offic-cafe__hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(254, 255, 249, 0) 0%, #fefff9 100%);
  z-index: 2;
}
@media (max-width: 768px) {
  .p-offic-cafe__hero-bg::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-offic-cafe__hero-bg {
    position: relative;
    width: 100%;
    height: 40rem;
  }
  .p-offic-cafe__hero-bg::after {
    background: linear-gradient(180deg, rgba(254, 255, 249, 0) 0%, #fefff9 100%);
  }
}
.p-offic-cafe__hero-stack {
  position: absolute;
  top: 10.6rem;
  left: 14.3rem;
  z-index: 10;
  width: 100%;
  max-width: 51rem;
  height: 42.9rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-offic-cafe__hero-stack {
    position: relative;
    top: 0;
    left: 0;
    padding: 4rem 2rem;
    height: auto;
    max-width: 100%;
  }
}
.p-offic-cafe__hero-sub {
  display: inline-block;
  font-weight: 700;
  width: fit-content;
  padding-bottom: 0.8rem;
  border-bottom: 3px dashed rgba(135, 99, 73, 0.8);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #131717;
  margin-bottom: 2.4rem;
}
@media (max-width: 574px) {
  .p-offic-cafe__hero-sub {
    font-size: 1.8rem;
  }
}
.p-offic-cafe__hero-title {
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__hero-title span {
  color: #469565;
}
@media (max-width: 574px) {
  .p-offic-cafe__hero-title {
    font-size: 3.2rem;
  }
}
.p-offic-cafe .p-introducing__cta-action--hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2rem;
  position: relative;
  width: 100%;
  max-width: 32.2rem;
  margin-top: 3.5rem;
}
.p-offic-cafe .p-introducing__cta-action--hero .p-introducing__cta-bubble--hero {
  top: 0.3rem;
  left: 11.2rem;
  width: 9.8rem;
  bottom: auto;
  border-color: #e7634d;
}
.p-offic-cafe .p-introducing__cta-action--hero .p-introducing__cta-bubble--hero::after {
  border-top-color: #e7634d;
}
.p-offic-cafe .p-introducing__cta-action--hero .p-introducing__cta-label--hero {
  font-weight: 700;
  color: #e7634d;
  display: flex;
  align-items: flex-end;
  gap: 0.1rem;
  letter-spacing: 0.05em;
}
.p-offic-cafe .p-introducing__cta-action--hero .p-introducing__cta-text--hero {
  color: #e7634d;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: -0.2rem;
}
.p-offic-cafe .p-introducing__cta-action--hero .p-introducing__cta-num--hero {
  color: #e7634d;
  font-family: "Heebo", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: -0.2rem;
}
.p-offic-cafe .p-introducing__cta-action--hero .p-introducing__cta-unit--hero {
  color: #e7634d;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: -0.2rem;
}
.p-offic-cafe .p-introducing__cta-action--hero .p-introducing__cta-mark--hero {
  color: #e7634d;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.p-offic-cafe .c-btn--hero {
  max-width: 32.2rem;
  height: 7rem;
  background-color: #e7634d;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 2.4rem;
}
@media (max-width: 574px) {
  .p-offic-cafe .c-btn--hero {
    max-width: 100%;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.p-offic-cafe .c-btn--hero:hover {
  background-color: #d34128;
}
.p-offic-cafe__hero-badge {
  position: absolute;
  right: 7rem;
  bottom: 4.015rem;
  width: 17rem;
  height: 17rem;
  z-index: 15;
  pointer-events: none;
}
.p-offic-cafe__hero-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-offic-cafe__hero-badge {
    width: 12rem;
    height: 12rem;
    right: 2rem;
    bottom: 2rem;
  }
}
.p-offic-cafe__intro {
  padding: 8rem 2rem;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-offic-cafe__intro {
    padding: 6rem 2rem;
  }
}
.p-offic-cafe__intro-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  text-align: center;
}
.p-offic-cafe__intro-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #131717;
  margin: 0;
}
@media (max-width: 574px) {
  .p-offic-cafe__intro-title {
    font-size: 2.4rem;
  }
}
.p-offic-cafe__intro-text {
  max-width: 60rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  text-align: left;
  margin: 0;
}
.p-offic-cafe__intro-text p {
  margin: 0;
}
.p-offic-cafe__intro-text p:last-child {
  margin-bottom: 0;
}
.p-offic-cafe__benefits {
  width: 100%;
  max-width: 70.3rem;
  background: #e9f4e6;
  border-radius: 2rem;
  padding: 4rem 8rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 574px) {
  .p-offic-cafe__benefits {
    padding: 3rem 2rem;
  }
}
.p-offic-cafe__benefits-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
  text-align: center;
}
@media (max-width: 574px) {
  .p-offic-cafe__benefits-title {
    font-size: 1.8rem;
  }
}
.p-offic-cafe__benefits-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: 0;
  width: 100%;
  list-style: none;
  padding: 0;
}
.p-offic-cafe__benefits-item {
  position: relative;
  padding-left: 3.1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  text-align: left;
}
.p-offic-cafe__benefits-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 2.3rem;
  height: 2.3rem;
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='23' height='23' rx='11.5' fill='%23469565'/%3E%3Cpath d='M9.5441 13.9935L16.3317 7.31455C16.4919 7.15693 16.6787 7.07812 16.8923 7.07812C17.1059 7.07812 17.2928 7.15693 17.4529 7.31455C17.6131 7.47216 17.6932 7.65946 17.6932 7.87645C17.6932 8.09343 17.6131 8.28047 17.4529 8.43756L10.1047 15.6879C9.94455 15.8455 9.75767 15.9243 9.5441 15.9243C9.33053 15.9243 9.14365 15.8455 8.98347 15.6879L5.53962 12.2991C5.37944 12.1415 5.30256 11.9545 5.30896 11.738C5.31537 11.5216 5.39893 11.3343 5.55964 11.1761C5.72036 11.018 5.9107 10.9392 6.13068 10.9397C6.35066 10.9402 6.54074 11.019 6.70092 11.1761L9.5441 13.9935Z' fill='white'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width: 574px) {
  .p-offic-cafe__benefits-item {
    font-size: 1.4rem;
  }
}
.p-offic-cafe__benefits-note {
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666666;
  text-align: left;
  margin: 0;
}
.p-offic-cafe__problems {
  position: relative;
  background: #f7f3eb;
  padding: 8rem 0 4.6rem;
  z-index: 1;
}
.p-offic-cafe__problems::after {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10.3rem;
  background: #f7f3eb;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-offic-cafe__problems {
    padding: 6rem 0;
  }
  .p-offic-cafe__problems::after {
    height: 5rem;
    bottom: -4.7rem;
  }
}
.p-offic-cafe__problems-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
.p-offic-cafe__problems-title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.8rem;
}
.p-offic-cafe__problems-sub {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #131717;
  margin: 0;
}
@media (max-width: 574px) {
  .p-offic-cafe__problems-sub {
    font-size: 1.8rem;
  }
}
.p-offic-cafe__problems-main {
  position: relative;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #131717;
  margin: 0;
}
@media (max-width: 574px) {
  .p-offic-cafe__problems-main {
    font-size: 2.4rem;
  }
}
.p-offic-cafe__problems-highlight {
  position: relative;
  display: inline-block;
}
.p-offic-cafe__problems-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 0.9rem;
  background: url("data:image/svg+xml,%3Csvg width='106' height='9' viewBox='0 0 106 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M105.5 6.24414C105.5 7.00075 104.883 7.61719 104.126 7.61719C100.506 7.61717 98.589 6.3052 96.9619 5.19238C96.1925 4.66698 95.4904 4.18954 94.6289 3.83496C93.7762 3.48402 92.7495 3.24805 91.3486 3.24805C89.9479 3.24808 88.9206 3.48401 88.0674 3.83496C87.2055 4.18949 86.5031 4.66728 85.7363 5.19238L85.1094 5.61621C83.6028 6.61285 81.7384 7.61719 78.5713 7.61719C74.952 7.61707 73.0297 6.30576 71.4062 5.19238L71.4072 5.1914C70.6381 4.66621 69.9359 4.18942 69.0742 3.83496C68.221 3.48401 67.1932 3.24805 65.79 3.24805C64.3871 3.24807 63.36 3.48407 62.5068 3.83496C61.645 4.18944 60.9431 4.66728 60.1738 5.19238C58.5467 6.30523 56.6285 7.61718 53.0088 7.61719C49.3893 7.61719 47.4673 6.30578 45.8437 5.19238L45.8447 5.1914C45.0754 4.66605 44.3727 4.18948 43.5107 3.83496C42.6576 3.48406 41.6305 3.24808 40.2275 3.24804C38.8244 3.24804 37.7966 3.48401 36.9434 3.83496C36.0815 4.18948 35.3796 4.66706 34.6104 5.19238C32.9832 6.30524 31.0651 7.61718 27.4453 7.61718C23.826 7.61708 21.9037 6.30537 20.2764 5.19238L20.2773 5.1914C19.508 4.66605 18.8053 4.18948 17.9434 3.83496C17.0902 3.48406 16.0631 3.24808 14.6602 3.24804C13.257 3.24804 12.2292 3.48401 11.376 3.83496C10.5141 4.18948 9.81226 4.66706 9.04297 5.19238C7.41568 6.30532 5.49803 7.61716 1.87402 7.61718C1.11736 7.61718 0.500241 7.00075 0.5 6.24414C0.5 5.48732 1.11721 4.87011 1.87402 4.87011C3.2769 4.8701 4.3041 4.63403 5.15723 4.2832C6.01932 3.92861 6.7217 3.45026 7.49121 2.9248C9.11842 1.81191 11.0364 0.499996 14.6602 0.499996C18.284 0.500074 20.2019 1.81189 21.8291 2.9248C22.5985 3.45017 23.3001 3.92867 24.1621 4.2832C25.0152 4.63406 26.0425 4.87007 27.4453 4.87011C28.8485 4.87011 29.8763 4.63413 30.7295 4.2832C31.5915 3.92865 32.2931 3.4502 33.0625 2.9248C34.6896 1.81196 36.6078 0.499997 40.2275 0.499997C43.847 0.500071 45.7691 1.81239 47.3926 2.92578C48.1616 3.45089 48.863 3.9288 49.7246 4.2832C50.5778 4.63414 51.6056 4.87011 53.0088 4.87011C54.4119 4.87011 55.4397 4.63414 56.293 4.2832C57.1549 3.92863 57.8566 3.4502 58.626 2.9248C60.253 1.81203 62.1707 0.500052 65.79 0.499998C69.4096 0.499998 71.3315 1.81237 72.9551 2.92578C73.7243 3.45104 74.4263 3.92873 75.2881 4.2832C76.1412 4.63407 77.1684 4.87006 78.5713 4.87012C79.9743 4.87012 81.002 4.63401 81.8545 4.2832C82.7157 3.92879 83.4167 3.45093 84.1836 2.92578L84.1846 2.9248C85.8116 1.81203 87.7293 0.500067 91.3486 0.499999C94.9684 0.5 96.8865 1.81196 98.5137 2.9248C99.2831 3.4502 99.9852 3.92865 100.847 4.2832C101.699 4.63403 102.725 4.87011 104.126 4.87012C104.883 4.87012 105.5 5.48733 105.5 6.24414Z' fill='%23469565' stroke='%23469565'/%3E%3C/svg%3E") no-repeat center/contain;
  background-size: 100% 100%;
}
.p-offic-cafe__problems-wave {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10.4rem;
}
.p-offic-cafe__problems-wave svg {
  width: 100%;
  height: auto;
}
.p-offic-cafe__problems-content {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.p-offic-cafe__problems-illustration {
  position: relative;
  width: 100%;
  max-width: 100rem;
  height: 38.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-offic-cafe__problems-illustration {
    flex-direction: column;
    height: auto;
  }
}
.p-offic-cafe__problems-img-wrap {
  width: 100%;
  height: 100%;
}
.p-offic-cafe__problems-img-wrap img {
  transform: scale(1.04) translateY(2rem);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-offic-cafe__problems-img-wrap img {
    transform: translateY(2rem);
  }
}
.p-offic-cafe__problems-bottom-wave {
  position: absolute;
  bottom: -10.3rem;
  left: 0;
  width: 100%;
  height: 10.3rem;
  background: #f7f3eb;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .p-offic-cafe__problems-bottom-wave {
    height: 5rem;
    bottom: -5rem;
  }
}
.p-offic-cafe__solution {
  padding: 18.4rem 2rem 12rem;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-offic-cafe__solution {
    padding: 10rem 2rem 6rem;
  }
}
.p-offic-cafe__solution-wrap {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
}
.p-offic-cafe__solution-title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-offic-cafe__solution-highlight {
  position: relative;
  display: inline-block;
}
.p-offic-cafe__solution-highlight::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10.2rem;
  height: 0.8rem;
  background: url("data:image/svg+xml,%3Csvg width='102' height='8' viewBox='0 0 102 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23469565'/%3E%3Ccircle cx='51' cy='4' r='4' fill='%23469565'/%3E%3Ccircle cx='98' cy='4' r='4' fill='%23469565'/%3E%3C/svg%3E") no-repeat center/contain;
}
.p-offic-cafe__solution-title {
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1.5;
  text-align: center;
  color: #131717;
  margin: 0;
  min-height: 7rem;
}
.p-offic-cafe__solution-title span {
  color: #469565;
}
@media (max-width: 574px) {
  .p-offic-cafe__solution-title {
    font-size: 2.8rem;
  }
}
.p-offic-cafe__solution-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  max-width: 96rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-offic-cafe__solution-content {
    flex-direction: column;
    text-align: center;
  }
}
.p-offic-cafe__solution-image {
  width: 46rem;
  flex-shrink: 0;
}
.p-offic-cafe__solution-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-offic-cafe__solution-image {
    width: 100%;
    max-width: 35rem;
  }
}
.p-offic-cafe__solution-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: center;
}
.p-offic-cafe__solution-subtitle {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #131717;
  margin: 0;
}
@media (max-width: 574px) {
  .p-offic-cafe__solution-subtitle {
    font-size: 2rem;
  }
}
.p-offic-cafe__solution-desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .p-offic-cafe__solution-desc {
    text-align: justify;
  }
}
.p-offic-cafe__features {
  padding: 10rem 2rem;
  background: #f0f7ee;
}
@media (max-width: 768px) {
  .p-offic-cafe__features {
    padding: 6rem 2rem;
  }
}
.p-offic-cafe__features-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 574px) {
  .p-offic-cafe__features-wrap {
    gap: 4rem;
  }
}
.p-offic-cafe__features-main-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  color: #131717;
  margin: 0;
}
@media (max-width: 574px) {
  .p-offic-cafe__features-main-title {
    font-size: 2.4rem;
  }
}
.p-offic-cafe__feature-list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  max-width: 96rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-offic-cafe__feature-list {
    gap: 6rem;
  }
}
.p-offic-cafe__feature-item {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.p-offic-cafe__feature-item--reverse {
  flex-direction: row-reverse;
}
.p-offic-cafe__feature-item--stack {
  flex-direction: column;
  gap: 5.6rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.p-offic-cafe__feature-row {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .p-offic-cafe__feature-row {
    flex-direction: column;
    align-items: center;
  }
}
.p-offic-cafe__feature-img-wrap {
  width: 46rem;
  height: 40rem;
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
  flex-shrink: 0;
}
.p-offic-cafe__feature-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-offic-cafe__feature-img-wrap {
    width: 100%;
    max-width: 40rem;
    height: auto;
  }
}
.p-offic-cafe__feature-text-stack {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  isolation: isolate;
}
@media (max-width: 768px) {
  .p-offic-cafe__feature-text-stack {
    text-align: left;
  }
}
.p-offic-cafe__feature-number {
  position: absolute;
  top: -1rem;
  right: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 1;
  color: rgba(70, 149, 101, 0.1);
  z-index: -1;
}
@media (max-width: 768px) {
  .p-offic-cafe__feature-number {
    right: 0;
    left: auto;
  }
}
.p-offic-cafe__feature-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #131717;
  margin: 0;
}
@media (max-width: 574px) {
  .p-offic-cafe__feature-title {
    font-size: 1.8rem;
  }
}
.p-offic-cafe__feature-desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__feature-sub-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-offic-cafe__feature-sub-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-offic-cafe__feature-sub-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #469565;
  margin: 0;
}
.p-offic-cafe__feature-sub-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__feature-note {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666666;
  text-align: left;
  margin: 0;
}
.p-offic-cafe__space-guideline {
  width: 100%;
  background: transparent;
}
.p-offic-cafe__space-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #131717;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 4rem;
  margin-top: 0;
  text-align: center;
}
.p-offic-cafe__space-list {
  display: flex;
  gap: 4.2rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__space-list {
    flex-direction: column;
    align-items: center;
  }
}
.p-offic-cafe__space-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  max-width: 29.2rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__space-item {
    max-width: 100%;
  }
}
.p-offic-cafe__space-img-box {
  width: 100%;
  height: 16.4rem;
  background: #ffffff;
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
}
.p-offic-cafe__space-item-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__space-item-desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__lineup {
  padding: 8rem 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-offic-cafe__lineup {
    padding: 4rem 2rem;
  }
}
.p-offic-cafe__lineup-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem;
}
.p-offic-cafe__lineup-circles {
  display: flex;
  margin-bottom: 1.2rem;
}
.p-offic-cafe__lineup-circles span {
  width: 5.4rem;
  height: 5.4rem;
  background: #469565;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 -0.8rem;
  position: relative;
}
.p-offic-cafe__lineup-circles span:nth-child(1) {
  z-index: 3;
}
.p-offic-cafe__lineup-circles span:nth-child(2) {
  z-index: 2;
}
.p-offic-cafe__lineup-circles span:nth-child(3) {
  z-index: 1;
}
.p-offic-cafe__lineup-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  color: #131717;
}
@media (max-width: 574px) {
  .p-offic-cafe__lineup-title {
    font-size: 2.4rem;
  }
}
.p-offic-cafe__lineup-cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 96rem;
  margin: 0 auto 6rem;
}
.p-offic-cafe__lineup-row {
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__lineup-row {
    flex-direction: column;
    align-items: center;
  }
}
.p-offic-cafe__lineup-card {
  flex: 1;
  background: #f7f3eb;
  border-radius: 1.2rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 574px) {
  .p-offic-cafe__lineup-card {
    padding: 3rem 2rem;
  }
}
.p-offic-cafe__lineup-card-top {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-offic-cafe__lineup-card-icon {
  width: 7.8rem;
  height: 7.8rem;
  background: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-offic-cafe__lineup-card-icon img {
  width: 4.1rem;
  object-fit: contain;
}
.p-offic-cafe__lineup-card-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #131717;
  margin: 0;
}
@media (max-width: 574px) {
  .p-offic-cafe__lineup-card-title {
    font-size: 1.8rem;
  }
}
.p-offic-cafe__lineup-card-desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__lineup-full {
  background: #f7f3eb;
  border-radius: 1.2rem;
  padding: 4rem;
  display: flex;
  align-items: flex-start;
  gap: 5.4rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__lineup-full {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-offic-cafe__lineup-full-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #131717;
  white-space: nowrap;
  margin: 0;
}
.p-offic-cafe__lineup-full-list {
  list-style: disc;
  padding-left: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__lineup-illustration {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 8rem;
}
.p-offic-cafe__lineup-illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-offic-cafe__lineup-illustration {
    height: auto;
    aspect-ratio: 800/702;
    margin-bottom: 4rem;
  }
}
.p-offic-cafe__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 4rem;
}
.p-offic-cafe__cta-bubble {
  position: absolute;
  top: 0;
  background: #ffffff;
  border: 1px solid #e7634d;
  border-radius: 4.2rem;
  padding: 0.6rem 1.8rem;
  display: flex;
  align-items: flex-end;
  gap: 0.2rem;
  z-index: 2;
}
.p-offic-cafe__cta-bubble span {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #e7634d;
  padding-bottom: 0.2rem;
}
.p-offic-cafe__cta-bubble .is-en {
  font-family: "Heebo", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  padding-bottom: 0;
}
.p-offic-cafe__cta-bubble::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 1rem solid #e7634d;
}
.p-offic-cafe__cta-bubble::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 0.9rem solid #ffffff;
  z-index: 1;
}
.p-offic-cafe__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 100%;
  max-width: 44.8rem;
  height: 7rem;
  background: #e7634d;
  border-radius: 4.2rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  text-decoration: none;
}
.p-offic-cafe__cta-btn:hover {
  background: #e44f37;
  box-shadow: 0 10px 20px rgba(231, 99, 77, 0.3);
}
.p-offic-cafe__cta-btn::after {
  content: "";
  width: 1.2rem;
  height: 0.9rem;
  background: #ffffff;
  mask: url("../img/common/arrow-white.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/arrow-white.svg") no-repeat center/contain;
}
@media (max-width: 574px) {
  .p-offic-cafe__cta-btn {
    font-size: 1.6rem;
    padding: 0 2rem;
  }
}
.p-offic-cafe__points {
  padding: 10rem 2rem;
  background: #f0f7ee;
}
@media (max-width: 768px) {
  .p-offic-cafe__points {
    padding: 6rem 2rem;
  }
}
.p-offic-cafe__points-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__points-header {
    margin-bottom: 4rem;
  }
}
.p-offic-cafe__points-main-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__points-main-title span {
  font-size: 5.6rem;
  color: #469565;
}
@media (max-width: 574px) {
  .p-offic-cafe__points-main-title {
    font-size: 3.2rem;
  }
}
.p-offic-cafe__points-nav {
  width: 100%;
  max-width: 96.4rem;
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 1.6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-offic-cafe__points-nav a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #131717;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  transition: color 0.3s ease;
  text-decoration: none;
}
.p-offic-cafe__points-nav a svg {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.p-offic-cafe__points-nav a:hover {
  color: #469565;
}
@media (max-width: 768px) {
  .p-offic-cafe__points-nav a {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .p-offic-cafe__points-nav {
    flex-wrap: wrap;
    gap: 1.6rem;
    padding: 2rem;
  }
}
.p-offic-cafe__point {
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.p-offic-cafe__point:last-child {
  margin-bottom: 0;
}
.p-offic-cafe__point-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
.p-offic-cafe__point-tag {
  background: #469565;
  border-radius: 2.4rem;
  padding: 0.6rem 2rem;
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
}
.p-offic-cafe__point-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  color: #131717;
  margin: 0;
}
@media (max-width: 574px) {
  .p-offic-cafe__point-title {
    font-size: 2.2rem;
  }
}
.p-offic-cafe__point-lead {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__point-note {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666666;
  margin-top: 2rem;
  margin: 0;
}
.p-offic-cafe__cost-section {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
}
.p-offic-cafe__text-stack {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
}
.p-offic-cafe__cost-h2-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.p-offic-cafe__cost-h4 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #27292b;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 574px) {
  .p-offic-cafe__cost-h4 {
    font-size: 2rem;
  }
}
.p-offic-cafe__cost-border {
  position: relative;
  width: 100%;
  height: 3px;
  background: #cccccc;
}
.p-offic-cafe__cost-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 3px;
  background: #469565;
}
.p-offic-cafe__cost-lead {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__cost-cases {
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__cost-cases {
    flex-direction: column;
  }
}
.p-offic-cafe__cost-case {
  flex: 1;
  background: #ffffff;
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-offic-cafe__cost-case-label {
  padding: 0.8rem 1.2rem;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.75;
}
.p-offic-cafe__cost-case-label--green {
  background: #469565;
}
.p-offic-cafe__cost-case-label--brown {
  background: #876349;
}
@media (max-width: 574px) {
  .p-offic-cafe__cost-case-label {
    font-size: 1.8rem;
  }
}
.p-offic-cafe__cost-case-body {
  padding: 3.2rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  letter-spacing: -0.8px;
}
.p-offic-cafe__cost-plans {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.p-offic-cafe__cost-plan {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 3.2rem 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .p-offic-cafe__cost-plan {
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }
}
.p-offic-cafe__plan-left {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 574px) {
  .p-offic-cafe__plan-left {
    flex-direction: column;
    gap: 0.6rem;
  }
}
.p-offic-cafe__plan-label {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #131717;
}
.p-offic-cafe__plus-icon {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
}
.p-offic-cafe__plus-icon::before, .p-offic-cafe__plus-icon::after {
  content: "";
  position: absolute;
  background: #469565;
}
.p-offic-cafe__plus-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-offic-cafe__plus-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-offic-cafe__plan-stack {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-offic-cafe__plan-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2.8rem;
  border-radius: 9rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #131717;
  white-space: nowrap;
  min-width: 19.6rem;
}
.p-offic-cafe__plan-pill--green {
  background: #e9f4e6;
}
.p-offic-cafe__plan-pill--brown {
  background: #f7f3eb;
  padding: 0.8rem 2.8rem;
  min-height: 5.2rem;
}
.p-offic-cafe__plan-pill small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.4rem;
}
.p-offic-cafe__plan-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-offic-cafe__plan-arrow svg {
  width: 3.5rem;
  height: 2.2rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__plan-arrow svg {
    transform: rotate(90deg);
  }
}
.p-offic-cafe__price-box {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__price-box {
    flex-direction: column;
  }
}
.p-offic-cafe__price-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.p-offic-cafe__price-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 4.5rem;
  border: 1px solid #469565;
  color: #469565;
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  line-height: 1.3;
  padding: 0.4rem;
}
.p-offic-cafe__price-number {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  color: #469565;
}
.p-offic-cafe__price-currency {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  color: #469565;
  padding-top: 2.4rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__price-currency {
    padding-top: 1REM;
  }
}
.p-offic-cafe__lineup-detail {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.p-offic-cafe__lineup-section {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.p-offic-cafe__lineup-h4 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #27292b;
  padding-bottom: 2rem;
  border-bottom: 3px solid #cccccc;
  position: relative;
  margin: 0;
}
.p-offic-cafe__lineup-h4::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 8rem;
  height: 3px;
  background: #469565;
}
.p-offic-cafe__lineup-p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__lineup-img {
  width: 100%;
  max-width: 96.4rem;
  height: 119.2rem;
  border-radius: 1.1rem;
  overflow: hidden;
  margin: 0 auto;
}
.p-offic-cafe__lineup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-offic-cafe__lineup-img {
    height: auto;
    aspect-ratio: 964/1192;
  }
}
.p-offic-cafe__scoo-card {
  background: #ffffff;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-offic-cafe__scoo-header {
  background: #469565;
  padding: 1.2rem;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
}
.p-offic-cafe__scoo-body {
  padding: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 574px) {
  .p-offic-cafe__scoo-body {
    padding: 3rem 2rem;
  }
}
.p-offic-cafe__scoo-title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
  color: #469565;
}
.p-offic-cafe__scoo-text {
  max-width: 90rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0;
  color: #131717;
}
.p-offic-cafe__scoo-link {
  font-weight: 400;
  font-size: 1.6rem;
  color: #2d83b1;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.p-offic-cafe__scoo-link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #2d83b1;
  mask: url("../img/common/arrow-white.svg") no-repeat center/contain;
  -webkit-mask: url("../img/common/arrow-white.svg") no-repeat center/contain;
}
.p-offic-cafe__lineup-options {
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__lineup-options {
    flex-direction: column;
  }
}
.p-offic-cafe__option-item {
  flex: 1;
  background: #ffffff;
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-offic-cafe__option-header {
  background: #469565;
  padding: 1.2rem;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
}
.p-offic-cafe__option-body {
  padding: 3.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.p-offic-cafe__option-body p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__option-img {
  width: 100%;
  max-width: 39.4rem;
  height: 11rem;
  margin: 0 auto;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-offic-cafe__option-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-offic-cafe__option-note {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-offic-cafe__option-note__item {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666666;
  text-align: left;
  padding-left: 1.4rem;
  position: relative;
}
.p-offic-cafe__option-note__item span {
  position: absolute;
  left: 0;
  top: 0;
}
.p-offic-cafe__point-img-full {
  width: 100%;
  max-width: 96.4rem;
  height: 24.9rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-offic-cafe__point-img-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-offic-cafe__point-img-full {
    height: auto;
    aspect-ratio: 964/249;
  }
}
.p-offic-cafe__maintenance-info {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.p-offic-cafe__payment-card {
  background: #ffffff;
  border-radius: 1.1rem;
  overflow: hidden;
  width: 100%;
  max-width: 96.4rem;
  border: 1px solid #469565;
}
@media (max-width: 768px) {
  .p-offic-cafe__payment-card {
    margin: 4rem auto 0;
  }
}
.p-offic-cafe__payment-header {
  background: #469565;
  padding: 1.6rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-offic-cafe__payment-header {
    font-size: 1.6rem;
    padding: 1.2rem;
  }
}
.p-offic-cafe__payment-body {
  background: #ffffff;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-height: 42.4rem;
}
.p-offic-cafe__payment-body img {
  width: 100%;
  max-width: 76.2rem;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-offic-cafe__payment-body {
    padding: 2rem;
    min-height: auto;
  }
}
.p-offic-cafe__flow {
  padding: 8rem 2rem;
  background: #ffffff;
}
.p-offic-cafe__flow .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  max-width: 96rem;
}
@media (max-width: 768px) {
  .p-offic-cafe__flow {
    padding: 6rem 2rem;
  }
}
.p-offic-cafe__flow-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  color: #131717;
  margin: 0;
}
@media (max-width: 574px) {
  .p-offic-cafe__flow-title {
    font-size: 2.4rem;
  }
}
.p-offic-cafe__flow-img {
  width: 100%;
  max-width: 96rem;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.p-offic-cafe__flow-img img {
  width: 100%;
  height: auto;
}
.p-offic-cafe__flow-steps {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
}
.p-offic-cafe__flow-step {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}
@media (max-width: 574px) {
  .p-offic-cafe__flow-step {
    gap: 1.6rem;
  }
}
.p-offic-cafe__flow-step-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #131717;
  margin: 0;
}
@media (max-width: 574px) {
  .p-offic-cafe__flow-step-title {
    font-size: 2rem;
  }
}
.p-offic-cafe__flow-step-desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #131717;
  margin: 0;
}
.p-offic-cafe__flow-cta {
  margin: 4.8rem auto 0;
  position: relative;
  width: 100%;
  max-width: 44.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 574px) {
  .p-offic-cafe__flow-cta {
    margin-top: 3.2rem;
  }
}
.p-offic-cafe__flow-badge {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #e7634d;
  border-radius: 4.2rem;
  padding: 0.4rem 1.8rem;
  display: flex;
  align-items: flex-end;
  gap: 0.2rem;
  white-space: nowrap;
  z-index: 2;
}
.p-offic-cafe__flow-badge::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  border-right: 1px solid #e7634d;
  border-bottom: 1px solid #e7634d;
}
.p-offic-cafe__flow-badge-text {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #e7634d;
  letter-spacing: 0.05em;
}
.p-offic-cafe__flow-badge-num {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  color: #e7634d;
  letter-spacing: 0.05em;
  margin-bottom: -0.2rem;
}
.p-offic-cafe .c-btn--hero {
  max-width: 32.2rem;
  height: 7rem;
  background-color: #e7634d;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 2.4rem;
}
@media (max-width: 574px) {
  .p-offic-cafe .c-btn--hero {
    height: 6rem;
    font-size: 1.6rem;
  }
}
.p-offic-cafe .c-btn--hero:hover {
  opacity: 0.8;
}
.p-offic-cafe__flow-btn {
  width: 100%;
  height: 7rem;
  background: #e7634d;
  border-radius: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem;
  gap: 0.8rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 574px) {
  .p-offic-cafe__flow-btn {
    font-size: 1.6rem;
    height: 6rem;
  }
}
.p-offic-cafe__flow-btn-arrow {
  width: 1.2rem;
  height: 0.9rem;
  background: #ffffff;
  mask: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L11 5M11 5L7 9M11 5H1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L11 5M11 5L7 9M11 5H1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

/*--------------------------------------------------
  Footer
--------------------------------------------------*/
.p-offic-cafe-footer {
  background: #4d443e;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 8.2rem;
}
.p-offic-cafe-footer__inner {
  width: 100%;
}
.p-offic-cafe-footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-offic-cafe-footer {
    min-height: auto;
    padding: 1.6rem 1rem;
  }
}

.p-contact {
  padding: 6rem 2rem;
  max-width: 120rem;
  margin: auto;
}
.p-contact .l-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 6rem 2rem 8.4rem;
  }
  .p-contact .l-container {
    gap: 2.4rem;
  }
}
.p-contact__header-title {
  font-size: 3.6rem;
  font-weight: 500;
  color: #27292b;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 991px) {
  .p-contact__header-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .p-contact__header-title {
    font-size: 2.8rem;
  }
}
.p-contact__list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media (max-width: 768px) {
  .p-contact__list {
    gap: 2.4rem;
  }
}
.p-contact__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e8f3ff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  padding: 3rem;
}
@media (max-width: 768px) {
  .p-contact__item {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-contact__item--recruit {
  background-color: #fffbd6;
}
.p-contact__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .p-contact__item-content {
    text-align: center;
  }
}
.p-contact__item-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4774b9;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  .p-contact__item-title {
    font-size: 2rem;
  }
}
.p-contact__item--recruit .p-contact__item-title {
  color: #a33b3b;
}
.p-contact__item--other .p-contact__item-title {
  color: #27292b;
}
.p-contact__item-text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
@media (max-width: 768px) {
  .p-contact__item-text {
    font-size: 1.4rem;
  }
}
.p-contact__item-action {
  flex-shrink: 0;
  width: 100%;
  max-width: 38rem;
}
@media (max-width: 768px) {
  .p-contact__item-action {
    max-width: 32rem;
    margin: 0 auto;
  }
}
.p-contact__item-action .c-btn {
  max-width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 2rem 3rem;
}
@media (max-width: 768px) {
  .p-contact__item-action .c-btn {
    font-size: 1.6rem;
    padding: 1.8rem 2rem;
  }
}
.p-contact__item-action .c-btn--recruit {
  background-color: #a33b3b;
}
.p-contact__item-action .c-btn--recruit:hover {
  opacity: 0.8;
  background-color: #a33b3b;
}
.p-contact__item-action .c-btn--other {
  background-color: #002071;
}
.p-contact__item-action .c-btn--other:hover {
  opacity: 0.8;
  background-color: #002071;
}

.p-privacy {
  padding: 10rem 2rem;
}
@media (max-width: 574px) {
  .p-privacy {
    padding: 6rem 2rem;
  }
}
.p-privacy__content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-bottom: 8rem;
}
@media (max-width: 574px) {
  .p-privacy__content {
    gap: 6rem;
  }
}
.p-privacy__section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-privacy__section-header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-privacy__section-header .c-section-label {
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0;
}
.p-privacy__section-header .c-section-title {
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #27292b;
}
@media (max-width: 574px) {
  .p-privacy__section-header .c-section-title {
    font-size: 2.4rem;
  }
}
.p-privacy__card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 4rem;
  box-shadow: 0 0 2rem 0 rgba(204, 204, 204, 0.5);
  display: flex;
  flex-direction: column;
}
@media (max-width: 574px) {
  .p-privacy__card {
    padding: 3rem 2rem;
    gap: 4rem;
    border-radius: 1.5rem;
  }
}
.p-privacy__intro {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #27292b;
  margin-bottom: 4rem;
}
.p-privacy__intro p {
  margin: 0;
}
@media (max-width: 574px) {
  .p-privacy__intro {
    font-size: 1.4rem;
  }
}
.p-privacy__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 3rem;
}
.p-privacy__item:last-child {
  padding-bottom: 0;
}
.p-privacy__item-title {
  font-size: 2rem;
  font-weight: 700;
  color: #27292b;
  padding-left: 1.5rem;
  border-left: 4px solid #4774b9;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 574px) {
  .p-privacy__item-title {
    font-size: 1.8rem;
  }
}
.p-privacy__item-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #27292b;
  margin: 0;
}
@media (max-width: 574px) {
  .p-privacy__item-text {
    font-size: 1.4rem;
  }
}
.p-privacy__item-note {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666;
  background-color: rgba(71, 116, 185, 0.05);
  padding: 2rem;
  border-radius: 0.8rem;
  margin: 0;
}
.p-privacy__sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-privacy__sublist li {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #27292b;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media (max-width: 574px) {
  .p-privacy__sublist li {
    font-size: 1.4rem;
  }
}
.p-privacy__sub-section {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2rem;
}
.p-privacy__sub-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #4774b9;
  margin: 0;
}
.p-privacy__flex-table {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #cccccc;
}
.p-privacy__flex-table--header .p-privacy__flex-row--head {
  background-color: rgba(71, 116, 185, 0.05);
  font-weight: 700;
  color: #4774b9;
}
@media (max-width: 574px) {
  .p-privacy__flex-table--header .p-privacy__flex-row--head {
    display: none;
  }
}
.p-privacy__flex-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.4rem;
  border-bottom: 1px solid #cccccc;
  transition: background-color 0.3s ease;
}
.p-privacy__flex-row:hover {
  background-color: rgba(71, 116, 185, 0.02);
}
@media (max-width: 574px) {
  .p-privacy__flex-row {
    flex-direction: column;
    gap: 0.8rem;
    padding: 2rem 0;
  }
}
.p-privacy__flex-label {
  width: 24rem;
  flex-shrink: 0;
  font-weight: 700;
  color: #27292b;
  font-size: 1.6rem;
}
@media (max-width: 574px) {
  .p-privacy__flex-label {
    width: 100%;
    font-size: 1.5rem;
  }
}
.p-privacy__flex-value {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #27292b;
  font-weight: 400;
}
@media (max-width: 574px) {
  .p-privacy__flex-value {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-privacy__definition-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-privacy__definition-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-privacy__definition-item dt {
  font-weight: 700;
  font-size: 1.7rem;
  color: #27292b;
}
.p-privacy__definition-item dd {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #444;
  padding-left: 2rem;
  position: relative;
}
.p-privacy__definition-item dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #4774b9;
  border-radius: 50%;
}
@media (max-width: 574px) {
  .p-privacy__definition-item dd {
    font-size: 1.4rem;
  }
}
.p-privacy__contact-info {
  background-color: #f8fafd;
  padding: 3rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(71, 116, 185, 0.1);
}
.p-privacy__contact-info p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #27292b;
}
@media (max-width: 574px) {
  .p-privacy__contact-info p {
    font-size: 1.4rem;
  }
}
.p-privacy__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}
.p-privacy__footer-date {
  font-size: 1.6rem;
  color: #666;
  margin: 0;
}
.p-privacy__footer-signature {
  text-align: right;
}
.p-privacy__footer-signature p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #27292b;
}

.p-business {
  padding: 8rem 0 12rem;
}
@media (max-width: 768px) {
  .p-business {
    padding: 4rem 0 6rem;
  }
}
.p-business__label {
  font-family: "Heebo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #4774b9;
  line-height: 1.5;
  display: block;
  margin: 0 0 0.8rem;
}
.p-business__title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #27292b;
  line-height: 1.5;
  margin: 0 0 2.4rem;
}
@media (max-width: 768px) {
  .p-business__title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.p-business__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding-bottom: 9.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .p-business__lead {
    gap: 2rem;
    padding-bottom: 5rem;
  }
}
.p-business__lead-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #27292b;
  margin: 0;
}
@media (max-width: 768px) {
  .p-business__lead-title {
    font-size: 2rem;
  }
}
.p-business__lead-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  color: #27292b;
  margin: 0;
}
.p-business__intro {
  display: flex;
  gap: 8rem;
  width: auto;
  align-items: center;
  justify-content: center;
  padding-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1200px) {
  .p-business__intro {
    gap: 6rem;
  }
}
@media (max-width: 991px) {
  .p-business__intro {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .p-business__intro {
    flex-direction: column;
    padding-bottom: 6rem;
  }
}
.p-business__intro-media {
  position: relative;
  width: 43.8rem;
  height: 58.4rem;
  overflow: hidden;
  background-color: #cccccc;
}
@media (max-width: 991px) {
  .p-business__intro-media {
    width: 42%;
    height: auto;
    min-height: 50rem;
  }
}
@media (max-width: 768px) {
  .p-business__intro-media {
    width: 100%;
    height: 30rem;
    min-height: 30rem;
  }
}
.p-business__intro-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 96% 55%;
}
.p-business__intro-media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(145, 228, 167, 0.25);
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.p-business__intro-content {
  flex: 1;
  max-width: 58rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-business__intro-content {
    max-width: 100%;
    padding-top: 0;
  }
}
.p-business__intro-title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #27292b;
  margin: 0 0 4.8rem;
}
@media (max-width: 768px) {
  .p-business__intro-title {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}
.p-business__intro-body p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-business__service {
  padding: 0 2rem 9.6rem;
}
.p-business__service .l-container {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media (max-width: 1200px) {
  .p-business__service .l-container {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .p-business__service .l-container {
    gap: 3.2rem;
  }
}
@media (max-width: 768px) {
  .p-business__service {
    padding-bottom: 6rem;
  }
}
.p-business__service-lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-business__service-list {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  margin-top: 6.4rem;
}
@media (max-width: 768px) {
  .p-business__service-list {
    gap: 4rem;
    margin-top: 4rem;
  }
}
.p-business__service-item {
  display: flex;
  gap: 6rem;
  align-items: center;
}
@media (max-width: 991px) {
  .p-business__service-item {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .p-business__service-item {
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
  }
}
.p-business__service-item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-business__service-item--reverse {
    flex-direction: column;
  }
}
.p-business__service-item-content {
  width: 58rem;
  display: flex;
  flex-direction: column;
  padding: 3.95rem 0;
}
@media (max-width: 991px) {
  .p-business__service-item-content {
    padding: 3.2rem 0;
    width: 52rem;
  }
}
@media (max-width: 768px) {
  .p-business__service-item-content {
    width: 100%;
    gap: 2.4rem;
  }
}
.p-business__service-item-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #27292b;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .p-business__service-item-title {
    margin-bottom: 0;
  }
}
.p-business__service-item-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
  margin-top: 0;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-business__service-item-text {
    margin-bottom: 1.5rem;
  }
}
.p-business__service-item-action {
  width: 26rem;
}
@media (max-width: 768px) {
  .p-business__service-item-action {
    width: 100%;
  }
}
.p-business__service-item-media {
  width: 52rem;
  height: auto;
  background-color: #f7f8fa;
  border: 1px solid #d3cecc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-business__service-item-media {
    width: 100%;
  }
}
.p-business__service-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-business__service-item-media--office {
  background-color: #fffffc;
}
.p-business__service-item-media.is-img-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-business__cta {
  position: relative;
  width: 100%;
  background: #b8d8e4;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
}
.p-business__cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.p-business__cta-bg .circle-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-business__cta-bg .circle-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.p-business__cta-ellipse {
  position: absolute;
  border-radius: 50%;
}
.p-business__cta-ellipse--1 {
  width: 49rem;
  height: 49rem;
  left: -18.4rem;
  top: -34.9rem;
  background: rgba(255, 255, 255, 0.65);
  filter: blur(17.5rem);
}
.p-business__cta-ellipse--2 {
  width: 52.1rem;
  height: 52.1rem;
  left: 14.7rem;
  top: 4.5rem;
  background: #aad4e0;
  filter: blur(15rem);
  opacity: 0.8;
}
.p-business__cta-ellipse--3 {
  width: 33.5rem;
  height: 33.5rem;
  right: -2rem;
  top: 13.8rem;
  background: rgba(183, 227, 187, 0.5);
  filter: blur(15rem);
  opacity: 0.9;
}
.p-business__cta-card {
  position: relative;
  z-index: 1;
  width: 80rem;
  max-width: calc(100% - 4rem);
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem 8rem;
}
@media (max-width: 768px) {
  .p-business__cta-card {
    width: 100%;
    padding: 3.2rem 2rem;
    max-width: 100%;
  }
}
.p-business__cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.p-business__cta-title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #27292b;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .p-business__cta-title {
    font-size: 2.2rem;
  }
}
.p-business__cta-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
  text-align: center;
  margin: 1.6rem 0 0;
}
.p-business__cta-action {
  position: relative;
  width: 34.7rem;
  height: 7.6rem;
  max-width: 100%;
}
.p-business__cta-action .c-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 34.7rem;
  height: 5.6rem;
}
.p-business__cta-bubble {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.9rem;
  width: 11.1rem;
  padding: 0.6rem 1.8rem;
  border-radius: 4.2rem;
  border: 1px solid #4774b9;
  background: #ffffff;
  white-space: nowrap;
}
.p-business__cta-bubble::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1rem;
  left: 50%;
  bottom: -0.6rem;
  transform: translateX(-50%) rotate(180deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #ffffff;
  border-left: 1px solid #4774b9;
  border-right: 1px solid #4774b9;
}
.p-business__cta-num {
  font-family: "Heebo", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #4774b9;
  letter-spacing: 0.1rem;
}
.p-business__cta-label {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #4774b9;
  font-weight: 400;
}
.p-business__cta-label span {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-business__cta-mark {
  position: absolute;
  left: 8.3rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  color: #4774b9;
}
.p-business__reasons {
  background: #f1f7fa;
  padding: 9.6rem 2rem;
}
@media (max-width: 768px) {
  .p-business__reasons {
    padding: 5.6rem 2rem;
  }
}
.p-business__reasons-lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}
.p-business__reasons-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  max-width: 116rem;
  margin: 6.4rem auto 0;
}
@media (max-width: 899px) {
  .p-business__reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-business__reasons-grid {
    margin-top: 3.2rem;
    grid-template-columns: 1fr;
  }
}
.p-business__reason-card {
  flex: 0 0 37rem;
  width: 37rem;
  height: 37.6rem;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 3.2rem 3.2rem;
  isolation: isolate;
}
@media (max-width: 899px) {
  .p-business__reason-card {
    flex: 0 0 calc(50% - 1.3rem);
    height: auto;
  }
}
@media (max-width: 768px) {
  .p-business__reason-card {
    flex: 0 0 100%;
    padding: 4rem 2rem;
  }
}
.p-business__reason-badge {
  position: absolute;
  z-index: 1;
  width: 8rem;
  height: 8rem;
  left: -1.6rem;
  top: -2rem;
}
.p-business__reason-badge::before {
  content: "";
  position: absolute;
  width: 12.4rem;
  height: 12.4rem;
  left: -4.4rem;
  top: -4.6rem;
  background: rgba(71, 116, 185, 0.15);
  border-radius: 7rem;
  z-index: -1;
}
.p-business__reason-badge span {
  position: absolute;
  left: 2.7rem;
  top: 3.2rem;
  font-family: "Heebo", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  color: #4774b9;
}
.p-business__reason-title {
  width: 100%;
  max-width: 30.6rem;
  min-height: 9.6rem;
  margin: 0 0 2rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
}
.p-business__reason-title span {
  color: #4774b9;
}
@media (max-width: 768px) {
  .p-business__reason-title {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: 100%;
    min-height: auto;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 574px) {
  .p-business__reason-title {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-business__reason-text {
  width: 100%;
  max-width: 30.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .p-business__reason-text {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: 100%;
  }
}
@media (max-width: 574px) {
  .p-business__reason-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-business__links {
  padding-top: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .p-business__links {
    padding-top: 6.4rem;
  }
}
.p-business__links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 899px) {
  .p-business__links-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.p-business__link-card {
  position: relative;
  display: block;
  border-radius: 1.2rem;
  overflow: hidden;
  text-decoration: none;
  height: 22.9rem;
}
@media (max-width: 899px) {
  .p-business__link-card {
    height: 18rem;
  }
}
.p-business__link-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(145, 228, 167, 0.15);
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.p-business__link-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9.7rem;
  background: linear-gradient(180deg, rgba(26, 40, 30, 0) 0%, rgba(26, 40, 30, 0.8) 100%);
  pointer-events: none;
  z-index: 1;
}
.p-business__link-card:hover .p-business__link-icon::after {
  transform: translate(calc(-50% + 0.3rem), -50%);
}
.p-business__link-media {
  position: absolute;
  inset: 0;
  background: #cccccc;
}
.p-business__link-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-business__link-content {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  z-index: 2;
}
.p-business__link-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  color: #ffffff;
  margin: 0;
  flex: 1;
}
.p-business__link-icon {
  width: 3.3rem;
  height: 3.3rem;
  background: #ffffff;
  border-radius: 11rem;
  position: relative;
  flex-shrink: 0;
}
.p-business__link-icon::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.p-about {
  padding: 8rem 2rem 10rem;
}
@media (max-width: 1200px) {
  .p-about {
    padding: 6rem 2rem 8rem;
  }
}
@media (max-width: 768px) {
  .p-about {
    padding: 6rem 2rem 5rem;
  }
}
.p-about__philosophy {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-about__philosophy {
    gap: 2.4rem;
  }
}
.p-about__section-header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-about .c-section-label {
  margin-bottom: 0;
  letter-spacing: 0.08rem;
}
.p-about .c-section-title {
  font-size: 3rem;
  letter-spacing: 0.13rem;
}
@media (max-width: 768px) {
  .p-about .c-section-title {
    font-size: 2.4rem;
  }
}
.p-about__philosophy-box {
  background: rgba(184, 216, 228, 0.2);
  padding: 8rem 10rem;
}
@media (max-width: 1200px) {
  .p-about__philosophy-box {
    padding: 6rem 8rem;
  }
}
@media (max-width: 991px) {
  .p-about__philosophy-box {
    padding: 4rem 2rem;
  }
}
@media (max-width: 768px) {
  .p-about__philosophy-box {
    padding: 4rem 2rem;
  }
}
.p-about__philosophy-content {
  display: flex;
  flex-direction: row;
  gap: 8.2rem;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .p-about__philosophy-content {
    gap: 4rem;
  }
}
@media (max-width: 991px) {
  .p-about__philosophy-content {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .p-about__philosophy-content {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.p-about__philosophy-left {
  width: 39.8rem;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .p-about__philosophy-left {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .p-about__philosophy-left {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .p-about__philosophy-left {
    width: 100%;
  }
}
.p-about__philosophy-heading {
  font-size: 4rem;
  font-weight: 500;
  color: #4774b9;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 3.2rem;
}
@media (max-width: 1200px) {
  .p-about__philosophy-heading {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .p-about__philosophy-heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .p-about__philosophy-heading {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.p-about__philosophy-subtext {
  font-size: 2.4rem;
  font-weight: 500;
  color: #27292b;
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 1200px) {
  .p-about__philosophy-subtext {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .p-about__philosophy-subtext {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .p-about__philosophy-subtext {
    font-size: 1.8rem;
  }
}
.p-about__philosophy-right {
  flex: 1;
  max-width: 48rem;
}
@media (max-width: 768px) {
  .p-about__philosophy-right {
    max-width: 100%;
  }
}
.p-about__philosophy-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #27292b;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 768px) {
  .p-about__philosophy-text {
    font-size: 1.4rem;
  }
}
.p-about__vision {
  overflow: hidden;
  margin-top: 9.6rem;
  margin-bottom: 9.6rem;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
@media (max-width: 768px) {
  .p-about__vision {
    width: 100vw;
    margin-top: 5rem;
    margin-bottom: 0;
  }
}
.p-about__vision-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-image: url(../img/pages/philosophy/page-philosophy-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #49b3de;
}
.p-about__vision-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 97.1rem;
  right: 0;
  top: 0;
  background: rgba(145, 228, 167, 0.08);
  mix-blend-mode: soft-light;
}
.p-about__vision-img2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.p-about__vision .l-container {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-about__vision .l-container {
    padding: 8rem 2rem;
    gap: 5rem;
    display: flex;
    flex-direction: column;
  }
}
.p-about__vision-header {
  padding-top: 8rem;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .p-about__vision-header {
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .p-about__vision-header {
    width: 100%;
    padding: 0;
  }
}
.p-about__vision-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}
.p-about__vision-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.13rem;
  margin: 0;
}
@media (max-width: 768px) {
  .p-about__vision-title {
    font-size: 2.2rem;
  }
}
.p-about__vision-content {
  padding-top: 15rem;
  padding-bottom: 11.1rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  text-shadow: 0 0 1rem rgba(46, 117, 146, 0.25);
  width: 50%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .p-about__vision-content {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .p-about__vision-content {
    align-self: flex-start;
    width: 100%;
    padding: 0;
  }
}
.p-about__vision-text-main {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(46, 117, 146, 0.25);
}
@media (max-width: 768px) {
  .p-about__vision-text-main {
    font-size: 2rem;
  }
}
.p-about__vision-text-sub {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(46, 117, 146, 0.25);
}
@media (max-width: 768px) {
  .p-about__vision-text-sub {
    font-size: 1.4rem;
  }
}
.p-about__message {
  padding: 0;
  margin-bottom: 12rem;
}
@media (max-width: 1200px) {
  .p-about__message {
    margin-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .p-about__message {
    margin-bottom: 12rem;
    padding: 0;
  }
}
.p-about__message-content {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}
@media (max-width: 1200px) {
  .p-about__message-content {
    gap: 6rem;
  }
}
@media (max-width: 991px) {
  .p-about__message-content {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .p-about__message-content {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.p-about__message-left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 1.6rem;
  flex: 1;
}
@media (max-width: 768px) {
  .p-about__message-left {
    gap: 2.4rem;
    width: 100%;
  }
}
.p-about__message-text-wrap {
  display: flex;
  flex-direction: column;
}
.p-about__message-heading {
  font-size: 2.4rem;
  font-weight: 500;
  color: #27292b;
  line-height: 1.75;
  margin: 0 0 2.4rem;
}
@media (max-width: 1200px) {
  .p-about__message-heading {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .p-about__message-heading {
    font-size: 1.8rem;
  }
}
.p-about__message-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #27292b;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0 0 3.2rem;
}
@media (max-width: 768px) {
  .p-about__message-text {
    font-size: 1.4rem;
  }
}
.p-about__message-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}
.p-about__message-position {
  font-size: 1.6rem;
  font-weight: 400;
  color: #27292b;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-about__message-position {
    font-size: 1.4rem;
  }
}
.p-about__message-author {
  font-size: 2.4rem;
  font-weight: 500;
  color: #27292b;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-about__message-author {
    font-size: 2rem;
  }
}
.p-about__message-right {
  width: 43.8rem;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .p-about__message-right {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .p-about__message-right {
    width: 100%;
  }
}
.p-about__message-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-about__message-image img {
  max-width: 100%;
}
.p-about__message-image p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}

.p-webdetails {
  padding: 8rem 2rem 10rem;
}
@media (max-width: 768px) {
  .p-webdetails {
    padding: 4rem 2rem 6rem;
  }
}
.p-webdetails__intro {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .p-webdetails__intro {
    margin-bottom: 4rem;
  }
}
.p-webdetails__intro-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4774b9;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-webdetails__intro-title {
    font-size: 2rem;
  }
}
.p-webdetails__intro-text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #27292b;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-webdetails__intro-text {
    font-size: 1.6rem;
  }
}
.p-webdetails__intro-text strong {
  color: #4774b9;
  font-weight: 700;
}
.p-webdetails__section {
  margin-bottom: 6rem;
}
.p-webdetails__section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #4774b9;
  padding: 1.5rem 2rem;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  border-radius: 0.4rem 0.4rem 0 0;
}
.p-webdetails__steps {
  border-radius: 0 0 0.4rem 0.4rem;
  overflow: hidden;
}
.p-webdetails__step {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 3rem;
}
@media (max-width: 768px) {
  .p-webdetails__step {
    padding: 1rem;
  }
}
.p-webdetails__step-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4774b9;
  margin-bottom: 20px;
  border-bottom: 2px solid #4774b9;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-webdetails__step-title {
    font-size: 1.6rem;
  }
}
.p-webdetails__step-title span {
  display: inline-block;
  background: #4774b9;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 0.4rem;
  margin-right: 1.5rem;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-webdetails__step-title span {
    margin-right: 1rem;
    font-size: 1.6rem;
  }
}
.p-webdetails__step-content {
  display: flex;
  gap: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-webdetails__step-content {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-webdetails__step-content-left {
  width: 25%;
  min-width: 20rem;
}
@media (max-width: 768px) {
  .p-webdetails__step-content-left {
    width: 100%;
  }
}
.p-webdetails__step-content-right {
  flex: 1;
}
@media (max-width: 768px) {
  .p-webdetails__step-content-right {
    width: 100%;
  }
}
.p-webdetails__step-text {
  flex: 1;
}
.p-webdetails__step-img {
  text-align: center;
  max-width: 60rem;
  width: 50%;
}
@media (max-width: 768px) {
  .p-webdetails__step-img {
    max-width: 40rem;
  }
}
.p-webdetails__step-img img {
  max-width: 100%;
  height: auto;
}
.p-webdetails .step-note {
  position: relative;
  padding-left: 1.8rem;
  color: #27292b;
  line-height: 1.6;
}
.p-webdetails .step-note::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  border-width: 6px 0 6px 12px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #3494c8;
  width: 0;
  height: 0;
  content: "";
}
.p-webdetails__url-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.6rem;
  color: #27292b;
}
.p-webdetails__url-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background: #4774b9;
  border-radius: 50%;
}
.p-webdetails__url {
  margin-bottom: 1.5rem;
  word-break: break-all;
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-webdetails__url a {
  color: #4774b9;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.p-webdetails__url a:hover {
  text-decoration: none;
}
.p-webdetails__qr {
  text-align: center;
}
.p-webdetails__qr img {
  width: 100%;
  height: auto;
  max-width: 25rem;
}
.p-webdetails__list {
  list-style: none;
  padding-left: 0;
}
.p-webdetails__list li {
  margin-bottom: 20px;
}
.p-webdetails__list li p {
  position: relative;
  padding-left: 1.5em;
}
.p-webdetails__list-img {
  margin-bottom: 1rem;
}
.p-webdetails__list-img img {
  border: 1px solid #eee;
  max-width: 100%;
}
.p-webdetails__step-complete {
  background: #eef5ff;
  padding: 2rem;
  border: 1px solid #d0e3ff;
  text-align: center;
  font-size: 1.5rem;
  color: #27292b;
}
.p-webdetails__step-complete span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #d90000;
  display: block;
}
.p-webdetails__step-complete p {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-webdetails__step-complete {
    padding: 1rem;
  }
}
.p-webdetails__usage {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #27292b;
}
.p-webdetails__usage-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.8rem;
  padding: 3rem;
}
@media (max-width: 768px) {
  .p-webdetails__usage-item {
    padding: 2rem 1rem;
  }
}
.p-webdetails__usage-title {
  font-size: 2rem;
  font-weight: 700;
  color: #4774b9;
  margin-bottom: 2rem;
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
}
.p-webdetails__usage-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background: #4774b9;
}
.p-webdetails__usage-desc {
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-webdetails__usage-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 5rem;
}
.p-webdetails__usage-list li {
  background: #fdfdfd;
  border: 1px solid #f0f0f0;
  padding: 2rem;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .p-webdetails__usage-list li {
    padding: 1rem;
  }
}
.p-webdetails__usage-step {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 0;
  color: #4774b9;
}
.p-webdetails__usage-step span {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .p-webdetails__usage-step span {
    font-size: 1.8rem;
  }
}
.p-webdetails__usage-img {
  margin: 1.5rem 0 0;
  max-width: 500px;
}
.p-webdetails__usage-img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-webdetails__contact-box {
  background: #f5f8fc;
  border: 1px solid #d0e3ff;
  border-radius: 8px;
  padding: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-webdetails__contact-box {
    padding: 2rem 1rem;
  }
}
.p-webdetails__contact-tel {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #4774b9;
  text-decoration: none;
}
.p-webdetails__contact-tel:hover {
  opacity: 0.8;
}
.p-webdetails__contact-mail {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  word-break: break-all;
}
.p-webdetails__contact-time {
  font-size: 1.4rem;
  color: #666;
}
.p-webdetails__contact-time span {
  font-weight: 700;
  color: #27292b;
}
.p-webdetails .p-webdetails__faq {
  padding: 3rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .p-webdetails .p-webdetails__faq {
    padding: 2rem 1rem;
  }
}
.p-webdetails .p-webdetails__faq__question {
  display: flex;
  align-items: flex-start;
}

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