@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.3255813953vw, 11.6279069767px);
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  min-height: 100vh;
}
.page-main {
  position: relative;
  min-height: 100vh;
}
h1,
h2,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

h1,
h2 {
  font-family: "Zen Maru Gothic", sans-serif;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner {
  max-width: 132rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}

.inner1380 {
  max-width: 142rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}

.title {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.section-title .en {
  font-size: 5rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.section-title .ja {
  padding-top: 2rem;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .section-title {
    margin: 4rem 0;
  }
  .section-title::before, .section-title::after {
    width: 36px;
    height: 36px;
    left: 10%;
    right: 10%;
  }
  .section-title .en {
    font-size: 2rem;
  }
  .section-title .ja {
    font-size: 1.1rem;
  }
}
.page-main {
  margin-top: 15.291rem;
}
@media (max-width: 767px) {
  .page-main {
    margin-top: 0;
    background: #ffedd7;
  }
}

.mv {
  height: 44.6rem;
  position: relative;
}

.mv-about {
  background: url(../images/mv-about.webp) no-repeat center center;
  background-size: cover;
}

.mv-service {
  background: url(../images/mv-service.webp) no-repeat center center;
  background-size: cover;
}

.mv-recruit {
  background: url(../images/mv-recruit.webp) no-repeat center center;
  background-size: cover;
}

.mv-flow {
  background: url(../images/mv-flow.webp) no-repeat center center;
  background-size: cover;
}

.mv-contact {
  background: url(../images/mv-contact.webp) no-repeat center center;
  background-size: cover;
}

.mv-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.mv-inner .mv-textarea {
  position: relative;
}
.mv-inner .mv-textarea::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40rem;
  height: 40rem;
  background: url("../images/bg-mv-text.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .mv-inner .mv-textarea::before {
    width: 39rem;
    height: 39rem;
  }
}
.mv-inner .mv-textarea .ja {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .mv-inner .mv-textarea .ja {
    font-size: 3rem;
    white-space: nowrap;
  }
}
.mv-inner .mv-textarea .en {
  margin-top: 3rem;
  font-size: 3rem;
  color: #ee858c;
}
@media (max-width: 767px) {
  .mv-inner .mv-textarea .en {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}

.l-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 14rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .l-header {
    height: 10rem;
    display: block;
    opacity: 1;
  }
}
.l-header.is-scrolled .fv-title__ja {
  color: #48061a !important;
}
.l-header.is-scrolled .fv-title__en {
  color: #48061a !important;
}
.l-header.is-scrolled .l-header__container {
  background: #ffedd7;
  color: #48061a !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.l-header.is-scrolled .l-header__container .nav-link .en {
  color: #48061a !important;
}
.l-header.is-scrolled .l-header__container .nav-link__contact .en {
  color: #fff !important;
}

.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .l-header__container {
    display: block;
  }
}

.l-header__link-area {
  min-width: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-right: 2rem;
}

.l-header__tel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .l-header__tel-btn {
    display: none;
  }
}
.l-header__tel-btn .icon {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__tel-btn .tel-text {
  color: #ee858c;
  font-size: 4rem;
  font-weight: 700;
}

.l-header__wrap {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-header__wrap {
    display: none;
  }
}

.header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 100%;
}
.header-navi ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
  gap: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-navi li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}
.header-navi .nav-link {
  height: 4rem;
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.header-navi .nav-link__contact .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.header-navi .nav-link__contact .icon img {
  padding-bottom: 0.1rem;
}
.header-navi .nav-link__contact .nav-link {
  width: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffb4b9;
  border-radius: 5rem;
  padding: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
.header-navi .en {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  opacity: 0.85;
  color: #fff;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  border: none;
  position: relative;
  z-index: 1100;
  cursor: pointer;
  color: #48061a;
}
.hamburger span {
  display: block;
  width: 3.2rem;
  height: 0.3rem;
  background: #48061a;
  margin: 0.4rem 0;
  border-radius: 0.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(1.05rem) rotate(45deg);
          transform: translateY(1.05rem) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-1.05rem) rotate(-45deg);
          transform: translateY(-1.05rem) rotate(-45deg);
}

@media (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: -7rem 1rem 0 auto;
    z-index: 200;
  }
}

@media (max-width: 767px) {
  .hamburger-menu.u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .hamburger-menu.u-sp.active {
    display: block;
  }
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 1;
  z-index: 100;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}
.hamburger-menu .hamburger-menu__list {
  list-style: none;
  margin: 0;
  padding-top: 110px;
}
.hamburger-menu .hamburger-menu__list li {
  position: relative;
}
.hamburger-menu .hamburger-menu__list li a {
  padding: 2rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  color: #48061a;
  gap: 0.5rem;
}
.hamburger-menu .hamburger-menu__list li a:hover {
  opacity: 0.6;
}
.hamburger-menu .hamburger-menu__list li .sp-dropdown-menu {
  width: 100%;
  margin: 0.5rem 0 2rem 0;
  padding: 0;
  list-style: none;
  background: none;
}
.hamburger-menu .hamburger-menu__list li .sp-dropdown-menu li {
  padding: 0;
  margin: 0;
}
.hamburger-menu .hamburger-menu__list li .sp-dropdown-menu li a {
  font-size: 1.4rem;
  color: #333;
  padding: 0.7rem 0;
  text-align: center;
  display: block;
  background: none;
  border-radius: 0.3rem;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.hamburger-menu .hamburger-menu__list li .sp-dropdown-menu li a:hover {
  color: #f5922e;
}

.hamburgar-reserve {
  padding: 6rem 0 2.5rem;
}
@media (max-width: 767px) {
  .hamburgar-reserve {
    padding: 1rem 0;
  }
}

.label {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .label {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .label__en {
    font-size: 1.5rem;
  }
}

.page .l-header {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.l-footer {
  background: #ffedd7;
  padding: 10rem 0 0rem;
}
.l-footer .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-footer .company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.l-footer .company-logo {
  width: 19rem;
  height: auto;
}
.l-footer .company-info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  color: #48061a;
}
.l-footer .company-name {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-footer .company-name {
    font-size: 2.5rem;
  }
}
.l-footer .company-name-en {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .l-footer .company-name-en {
    font-size: 1.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .company-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .l-footer .address {
    margin-top: 5rem;
    font-weight: 700;
  }
}
.l-footer .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.l-footer .phone-number .phone-icon {
  width: 4rem;
  height: auto;
}
.l-footer .phone-number .tel {
  font-size: 4rem;
  font-weight: 700;
  color: #ffb4b9;
  vertical-align: middle;
}
.l-footer .fax {
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .fax {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 2rem;
  }
}
.l-footer .footer-content {
  width: 100%;
  margin: 7rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .l-footer .footer-content {
    grid-template-columns: 1fr;
  }
}
.l-footer .footer-info {
  padding-left: 6rem;
  padding-right: 14rem;
}
@media (max-width: 767px) {
  .l-footer .footer-info {
    padding: 0;
  }
}
.l-footer .detail-title-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.l-footer .title-border {
  width: 30rem;
  height: 0.3rem;
  background: #ee858c;
}
@media (max-width: 767px) {
  .l-footer .title-border {
    width: 19.5rem;
  }
}
.l-footer .hours-item-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
  position: relative;
}
.l-footer .hours-item-text {
  margin: 4rem 0 6rem 2rem;
}
.l-footer .hours-item-text th {
  font-weight: 400;
  padding: 0.5rem 2rem 0.5rem 0;
}
.l-footer .hours-item-text td {
  padding: 0.5rem 0;
}
.l-footer .hours-item-text__last {
  margin-bottom: 0;
}
.l-footer .footer-map {
  padding: 0 4.5rem;
  height: 41rem;
}
@media (max-width: 767px) {
  .l-footer .footer-map {
    padding: 10rem 0 0;
    height: 39rem;
  }
}
.l-footer .footer-nav {
  padding: 15rem 0 7rem;
}
@media (max-width: 767px) {
  .l-footer .footer-nav {
    padding: 6rem 0 5rem 3rem;
  }
}
.l-footer .footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 87rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer .footer-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
    max-width: 100%;
    font-weight: 700;
  }
}
.l-footer .l-copyright {
  background: #ffb4b9;
  color: #fff;
  text-align: center;
  padding: 4rem 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .l-footer .l-copyright {
    padding: 3rem 0;
  }
}

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

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

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-flex .text-area {
  width: 55.6%;
}
@media (max-width: 767px) {
  .u-flex .text-area {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.u-flex .head-text {
  font-size: 4rem;
  padding: 1.5rem 0 3rem;
  border-bottom: 1px solid #C0CADC;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .u-flex .head-text {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.u-flex .text {
  padding-top: 4rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .u-flex .text .text {
    padding-top: 1rem;
  }
}
.u-flex .img-area {
  width: 37.7%;
}
@media (max-width: 767px) {
  .u-flex .img-area {
    width: 90%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }
  .u-flex .img-area img {
    width: 100%;
  }
}

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

@media (max-width: 767px) {
  .top-fv {
    background: none;
  }
}
.top-fv .fv-image {
  width: 100%;
  position: relative;
  overflow: visible;
  display: block;
}
.top-fv .fv-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 767px) {
  .top-fv .fv-image {
    aspect-ratio: 430/932;
    width: 100vw;
  }
}
.top-fv .fv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .top-fv .fv-image img {
    margin-right: 0;
  }
}
.top-fv .swiper-container-fv,
.top-fv .swiper-wrapper,
.top-fv .swiper-slide {
  height: 100%;
}
@media (max-width: 767px) {
  .top-fv .swiper-container-fv img,
  .top-fv .swiper-wrapper img,
  .top-fv .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .top-fv .fv-left {
    height: 100%;
    width: 100%;
  }
}
.top-fv .fv-textarea {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .top-fv .fv-textarea {
    left: 50%;
    white-space: nowrap;
  }
}
.top-fv .fv-textarea-bottom {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .top-fv .fv-textarea-bottom {
    font-size: 3.4rem;
  }
}
.top-fv .fv-textarea-bottom span {
  color: #ffb4b9;
}
.top-fv .fv-textarea-bottom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70rem;
  height: 70rem;
  background: url("../images/bg-mv-text.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .top-fv .fv-textarea-bottom::before {
    width: 39rem;
    height: 39rem;
  }
}
@media (max-width: 767px) {
  .top-fv .fv-textarea-bottom {
    font-size: 3.1rem;
    margin-top: 11rem;
  }
}
.top-fv .fv-bottom__sp .address {
  background: #767051;
  color: #fff;
  padding: 2.7rem 0;
  text-align: center;
}
.top-fv .fv-bottom__sp .fv-bottom__sp--counseling {
  background: #a79c64;
  padding: 2.5rem 0 2rem;
}
.top-fv .fv-bottom__sp .fv-bottom__sp--head {
  background: #fff;
  color: #a79c64;
  width: 31rem;
  margin: 0 auto;
  text-align: center;
}
.top-fv .fv-bottom__sp .fv-bottom__sp--middle {
  color: #fff;
}
.top-fv .fv-bottom__sp .border {
  width: 32rem;
  height: auto;
  margin: 0 auto;
}
.top-fv .fv-bottom__sp .text {
  font-size: 2.4rem;
  padding: 1.5rem 0 0;
  text-align: center;
}
.top-fv .fv-bottom__sp .fv-bottom__sp--bottom {
  position: relative;
}
.top-fv .fv-bottom__sp .text-en {
  background: #d5c67c;
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 1rem;
  margin-top: 2rem;
  text-align: center;
}
.top-fv .fv-bottom__sp .ceramic {
  width: 10rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.top-fv .sp-fv-bottom {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.top-fv .fv-means-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 43rem;
  margin: 0 auto;
}
.top-fv .fv-means-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
.top-fv .fv-means-item .text {
  margin-left: 1rem;
  white-space: nowrap;
}
.top-fv .sp-fv-bottom__address {
  padding: 1.5rem 5rem 2rem;
  margin-top: 4rem;
  background: #98c50a;
  color: #fff;
}
.top-fv .sp-fv-bottom__address p {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.news {
  background: #ffedd7;
  padding: 7.5rem 0 16.5rem;
}
@media (max-width: 767px) {
  .news {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}
.news .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17rem;
}
@media (max-width: 767px) {
  .news .news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.news .title__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .news .title__news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news .title__news .title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  position: relative;
}
.news .title__news .title__text::before {
  content: "";
  position: absolute;
  top: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  height: 8rem;
  background: url("../images/icon-flower03.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .news .title__news .title__text::before {
    width: 5.6rem;
    height: 6.5rem;
    top: -6rem;
  }
}
.news .title__news .en {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .news .title__news .en {
    margin-right: 0;
    text-align: center;
    font-size: 4rem;
  }
}
.news .title__news .ja {
  font-size: 2.4rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .news .title__news .ja {
    margin: 2rem auto;
  }
}
.news .news-content {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .news .news-content {
    margin-top: 0rem;
    width: 100%;
  }
}
.news .news-content .news-list {
  max-height: 15rem;
  overflow-y: auto;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .news .news-content .news-list {
    max-height: 30rem;
    padding-right: 1rem;
  }
}
.news .news-content .news-list::-webkit-scrollbar {
  width: 0.8rem;
}
.news .news-content .news-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.5rem;
}
.news .news-content .news-list::-webkit-scrollbar-thumb {
  background: #ffb4b9;
  border-radius: 0.5rem;
}
.news .news-content .news-list::-webkit-scrollbar-thumb:hover {
  background: #ff8189;
}
.news .news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .news .news-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .news .news-date {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.news .news-item {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .news .news-item {
    font-size: 1.8rem;
  }
}

.greeting {
  background: url("../images/bg-top-greeting.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .greeting {
    background: url("../images/sp-bg-top-greeting.webp") no-repeat center center;
    background-size: cover;
  }
}
.greeting .greeting-content {
  padding: 10rem;
}
@media (max-width: 767px) {
  .greeting .greeting-content {
    padding: 9rem 0;
  }
}
.greeting .sectin-title__greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .greeting .sectin-title__greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    margin: 0 0 6rem;
  }
}
.greeting .en {
  color: #fff;
}
@media (max-width: 767px) {
  .greeting .en {
    font-size: 4rem;
  }
}
.greeting .ja {
  color: #fff;
}
@media (max-width: 767px) {
  .greeting .ja {
    font-size: 2.4rem;
  }
}
.greeting .greeting-content__text {
  color: #fff;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .greeting .greeting-content__text {
    font-size: 1.8rem;
  }
}
.greeting .link-btn {
  width: 30rem;
  height: 5rem;
  background: #ffb4b9;
  padding: 2rem;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 10rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .greeting .link-btn {
    margin-top: 7rem;
  }
}
.greeting .btn-text {
  color: #fff;
}
.greeting .link-btn__arrow {
  width: 5rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents {
  background: #ffedd7;
  padding: 15rem 0 26rem;
  position: relative;
}
.contents::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 17%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27rem;
  height: 30rem;
  background: url("../images/icon-human01.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .contents::before {
    width: 15rem;
    height: 17rem;
  }
}
.contents::after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38rem;
  height: 30rem;
  background: url("../images/icon-human02.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .contents::after {
    width: 21rem;
    height: 16rem;
    bottom: 29%;
    right: -10rem;
  }
}
@media (max-width: 767px) {
  .contents {
    padding: 9rem 0 21rem;
  }
}
.contents .sectin-title__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-align: center;
  font-weight: bold;
}
.contents .en {
  font-weight: 700;
}
@media (max-width: 767px) {
  .contents .en {
    font-size: 4rem;
  }
}
.contents .ja {
  font-weight: 700;
}
@media (max-width: 767px) {
  .contents .ja {
    font-size: 2.4rem;
  }
}
.contents .contents-link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7rem;
  padding-top: 9rem;
  position: relative;
}
@media (max-width: 767px) {
  .contents .contents-link-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9rem;
    padding: 11rem 2rem 0;
  }
}
.contents .contents-link-flex::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 17%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20rem;
  height: 10rem;
  background: url("../images/icon-cloud01.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .contents .contents-link-flex::before {
    width: 15rem;
    height: 8rem;
    top: 3%;
    left: 23%;
  }
}
.contents .contents-link-flex::after {
  content: "";
  position: absolute;
  top: -20%;
  right: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20rem;
  height: 10rem;
  background: url("../images/icon-cloud01.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .contents .contents-link-flex::after {
    width: 15rem;
    height: 8rem;
    top: 52%;
    right: -5%;
  }
}
.contents .contents-link-item__right {
  margin-top: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .contents .contents-link-item__right {
    margin-top: 0;
  }
}
.contents .contents-link-item__right::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10rem;
  height: 8rem;
  background: url("../images/icon-bird01.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .contents .contents-link-item__right::before {
    top: -78rem;
    left: 87%;
  }
}
.contents .contents-link-item {
  position: relative;
}
.contents .contents-link-text-area {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents .contents-link-text {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .contents .contents-link-text {
    font-size: 2rem;
  }
}
.contents .contents-link-text span {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .contents .contents-link-text span {
    font-size: 3.3rem;
    white-space: nowrap;
  }
}
.contents .link-btn__arrow {
  margin: 0 auto;
  padding-top: 2rem;
  width: 6rem;
  height: auto;
}
@media (max-width: 767px) {
  .contents .link-btn__arrow {
    width: 4rem;
  }
}
.contents .content-link__recruit {
  background: url("../images/bg-top-recruit.webp") no-repeat center center;
  background-size: contain;
  width: 98rem;
  height: 36rem;
  margin: 4rem auto 0;
  padding-top: 9rem;
  display: block;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .contents .content-link__recruit {
    background: url("../images/sp-bg-top-recruit.webp") no-repeat center center;
    background-size: cover;
    width: 40.5rem;
    height: 31.5rem;
    padding-top: 6rem;
    margin-top: 17rem;
  }
}
.contents .content-link__recruit .contents-link__recruit-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.contents .content-link__recruit .contents-link-text__top {
  font-size: 2.4rem;
}
.contents .content-link__recruit .contents-link-text__middle {
  font-size: 2.4rem;
}
.contents .content-link__recruit .contents-link-text__bottom {
  font-size: 5rem;
}
.contents .content-link__recruit .link-btn__arrow {
  width: 6rem;
  height: auto;
  padding-top: 0;
}

.topics {
  max-width: 143rem;
  margin: 24rem auto 10rem;
  background: url("../images/top/bg-topics.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .topics {
    background: url("../images/top/sp-bg-topics.webp") no-repeat center center;
    background-size: cover;
    width: 39rem;
    padding-top: 5rem;
    margin: 9rem auto 0;
  }
}
.topics .topics-title {
  padding: 7rem 7rem 0;
}
@media (max-width: 767px) {
  .topics .topics-title {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topics .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  font-weight: 400;
}
.topics .en {
  color: #f5922e;
}
@media (max-width: 767px) {
  .topics .en {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .topics .ja {
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.topics .more-btn {
  background: #9fcc2f;
  width: 14rem;
  height: 3.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 7rem;
  right: 7rem;
}
@media (max-width: 767px) {
  .topics .more-btn {
    position: static;
    margin: 3rem auto 0;
  }
}
.topics .topics-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 7rem 7rem;
}
@media (max-width: 767px) {
  .topics .topics-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 1rem;
    gap: 2rem;
  }
}
.topics .topics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  position: relative;
  background: #fff;
  gap: 1rem;
}
@media (max-width: 767px) {
  .topics .topics-item {
    width: 100%;
    margin: 0 auto;
  }
}
.topics .topics-item__img {
  width: 12.8rem;
  height: 12.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .topics .topics-item__img {
    width: 10rem;
    height: 10rem;
  }
}
.topics .topics-item__date {
  color: #f5922e;
}
.topics .topics-item__title {
  padding-top: 2.5rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .topics .topics-item__title {
    padding-top: 1.5rem;
  }
}
.topics .topics-item__bottom {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.topics .topics-item__bottom span {
  padding-left: 0.5rem;
  color: #f5922e;
  border-bottom: 1px solid #f5922e;
}

.page-about .page-greeting {
  background: #ffedd7;
  padding: 16rem 2.5rem 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-about .page-greeting {
    padding: 13rem 2rem 3rem;
  }
}
.page-about .page-greeting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 49rem;
  height: 27rem;
  background: url("../images/decoration-flag01.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-about .page-greeting::before {
    width: 18rem;
    height: 10rem;
  }
}
.page-about .page-greeting::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 49rem;
  height: 27rem;
  background: url("../images/decoration-flag02.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-about .page-greeting::after {
    width: 18rem;
    height: 10rem;
  }
}
.page-about .section-title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-about .greeting-text-area {
  margin-top: 6rem;
  background: #fff;
  border-radius: 5rem;
  padding: 5rem 10rem;
  position: relative;
}
.page-about .greeting-text-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2%;
  width: 11.5rem;
  height: 16rem;
  background: url("../images/icon-flower02.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-about .greeting-text-area::before {
    width: 4rem;
    height: 6rem;
    left: 0;
  }
}
@media (max-width: 767px) {
  .page-about .greeting-text-area {
    padding: 4rem 2rem;
  }
}
.page-about .greeting-text {
  line-height: 2.2;
}
.page-about .greeting-name {
  font-size: 2.2rem;
  margin-top: 2.5rem;
  text-align: right;
}
.page-about .office {
  background: #ffedd7;
  padding: 22rem 0 16.5rem;
  position: relative;
}
.page-about .office::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  width: 26rem;
  height: 30rem;
  background: url("../images/icon-human08.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-about .office::before {
    right: 2rem;
    width: 8rem;
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .page-about .office {
    padding: 5rem 0 8rem;
  }
}
.page-about .office .office-info-table {
  margin-top: 8rem;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-about .office .office-info-table {
    margin-top: 4rem;
    padding: 0 2rem;
  }
}
.page-about .office .office-info-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 1rem;
  overflow: hidden;
}
.page-about .office .office-info-table th, .page-about .office .office-info-table td {
  padding: 2rem 3rem;
  text-align: left;
  border-bottom: 1px solid #48061a;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-about .office .office-info-table th, .page-about .office .office-info-table td {
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
}
.page-about .office .office-info-table th {
  font-weight: 700;
  color: #333;
  width: 40%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .page-about .office .office-info-table th {
    width: 35%;
    font-size: 1.4rem;
  }
}
.page-about .office .office-info-table td {
  color: #333;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-about .office .office-info-table td {
    font-size: 1.4rem;
  }
}
.page-about .office-image-area {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .page-about .office-image-area {
    margin-top: 5rem;
    grid-template-columns: 1fr;
  }
}
.page-service .service-contents {
  background: #ffedd7;
  padding: 16rem 0 34rem;
}
@media (max-width: 767px) {
  .page-service .service-contents {
    padding: 13rem 0 34rem;
  }
}
.page-service .section-title__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  position: relative;
}
.page-service .section-title__service::before {
  content: "";
  position: absolute;
  top: 0;
  right: 13%;
  width: 10rem;
  height: 12rem;
  background: url("../images/icon-flower01.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-service .section-title__service::before {
    width: 5rem;
    height: 6rem;
  }
}
.page-service .section-title__service .ja {
  line-height: 2;
}
.page-service .service-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 12rem;
  margin-top: 16rem;
  padding: 0 6rem;
}
@media (max-width: 767px) {
  .page-service .service-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    margin-top: 4rem;
    padding: 0 2rem;
  }
}
.page-service .service-item {
  background: #fff;
  border: 2px solid #ffb4b9;
  border-radius: 1rem;
  padding: 3rem 2rem;
  position: relative;
  min-height: 38rem;
  border-radius: 4.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-service .service-item {
    padding: 2rem 1.5rem;
    min-height: 30rem;
  }
}
.page-service .service-item__title {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #48061a;
  font-size: 3rem;
  text-shadow: 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
}
@media (max-width: 767px) {
  .page-service .service-item__title {
    font-size: 2.4rem;
  }
}
.page-service .service-item__list {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page-service .service-item__list {
    margin-top: 2rem;
  }
}
.page-service .service-item__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.page-service .service-item__list-item span {
  color: #ffb4b9;
  font-weight: 700;
  font-size: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -0.6rem;
}
.page-service .service-item__01 {
  grid-area: 1/1/2/3;
  position: relative;
}
@media (max-width: 767px) {
  .page-service .service-item__01 {
    grid-area: 1/1/2/2;
  }
}
.page-service .service-item__01::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 0%;
  width: 20rem;
  height: 10rem;
  background: url("../images/icon-human04.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-service .service-item__01::before {
    width: 10rem;
    height: 5rem;
    bottom: -5%;
  }
}
.page-service .service-item__02 {
  grid-area: 1/3/2/5;
  position: relative;
}
@media (max-width: 767px) {
  .page-service .service-item__02 {
    grid-area: 2/1/3/2;
  }
}
.page-service .service-item__02::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11rem;
  height: 11rem;
  background: url("../images/icon-human05.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-service .service-item__02::before {
    width: 5rem;
    height: 5rem;
    bottom: -5%;
  }
}
.page-service .service-item__03 {
  grid-area: 1/5/2/7;
  position: relative;
}
@media (max-width: 767px) {
  .page-service .service-item__03 {
    grid-area: 3/1/4/2;
  }
}
.page-service .service-item__03::before {
  content: "";
  position: absolute;
  bottom: -10%;
  right: 0%;
  width: 20rem;
  height: 10rem;
  background: url("../images/icon-human06.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-service .service-item__03::before {
    width: 10rem;
    height: 5rem;
    bottom: -5%;
  }
}
.page-service .service-item__04 {
  grid-area: 2/2/3/4;
  position: relative;
}
@media (max-width: 767px) {
  .page-service .service-item__04 {
    grid-area: 4/1/5/2;
  }
}
.page-service .service-item__04::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12rem;
  height: 13rem;
  background: url("../images/icon-human07.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-service .service-item__04::before {
    width: 5rem;
    height: 6rem;
    bottom: -5%;
  }
}
.page-service .service-item__05 {
  grid-area: 2/4/3/6;
  position: relative;
}
@media (max-width: 767px) {
  .page-service .service-item__05 {
    grid-area: 5/1/6/2;
  }
}
.page-service .service-item__05::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 23rem;
  height: 13rem;
  background: url("../images/icon-car01.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-service .service-item__05::before {
    width: 11rem;
    height: 6rem;
    bottom: -5%;
  }
}
.page-service .service-item__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-service .service-item__tel {
    margin-top: 2rem;
  }
}
.page-service .icon-tel {
  width: 3rem;
  height: 2.5rem;
}
.page-service .service-item__tel-text {
  color: #ffb4b9;
  font-size: 3rem;
  font-weight: 700;
}
.page-service .service-item__mail {
  background: #ffb4b9;
  padding: 1.5rem 0.5rem;
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 2.5rem auto 0;
  color: #fff;
  text-align: center;
  width: 16rem;
}
.page-service .icon-mail {
  width: 2rem;
  height: 1.5rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .page-service .icon-mail {
    margin-top: 0rem;
  }
}
.page-recruit {
  background: #ffedd7;
}
.page-recruit .contents-title {
  font-size: 4rem;
  margin-top: 16rem;
  position: relative;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .page-recruit .contents-title {
    margin-top: 8rem;
    font-size: 3rem;
  }
}
.page-recruit .contents-title::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3rem;
  height: 5.5rem;
  background: #ee858c;
}
@media (max-width: 767px) {
  .page-recruit .contents-title::before {
    width: 1rem;
    height: 4rem;
    left: -2rem;
    top: 55%;
  }
}
.page-recruit .contents-title::after {
  content: "";
  position: absolute;
  top: -8rem;
  right: 10%;
  width: 10rem;
  height: 8rem;
  background: url("../images/icon-bird01.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-recruit .contents-title::after {
    width: 5rem;
    height: 4rem;
    top: 0;
  }
}
.page-recruit .recruit-table {
  margin: 8rem 0 23rem;
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 2rem 11rem 5rem;
  border-radius: 3.5rem;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table {
    margin: 4rem 0 10rem;
    padding: 2rem 2rem 4rem;
    border-radius: 2rem;
  }
}
.page-recruit .recruit-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 1rem;
  overflow: hidden;
}
.page-recruit .recruit-table th,
.page-recruit .recruit-table td {
  padding: 2rem 3rem;
  text-align: left;
  border-bottom: 1px solid #48061a;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table th,
  .page-recruit .recruit-table td {
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
}
.page-recruit .recruit-table th {
  font-weight: 400;
  color: #333;
  width: 40%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table th {
    width: 35%;
    font-size: 1.4rem;
  }
}
.page-recruit .recruit-table td {
  color: #333;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-recruit .recruit-table td {
    font-size: 1.4rem;
  }
}
.page-recruit .link-btn__recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: #ffb4b9;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 2rem 2.5rem;
  border-radius: 5rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 28rem;
  margin: 6rem auto 0;
}
.page-recruit .link-btn__recruit:hover {
  opacity: 0.6;
}
.page-recruit .arrow-icon {
  width: 5rem;
  height: auto;
  margin-top: -1.5rem;
}

.page-flow .flow-contents {
  background: #ffedd7;
  position: relative;
  padding: 16rem 0 38rem;
}
@media (max-width: 767px) {
  .page-flow .flow-contents {
    padding: 8rem 0 10rem;
  }
}
.page-flow .flow-contents::after {
  content: "";
  position: absolute;
  top: 8rem;
  right: 20%;
  width: 10rem;
  height: 8rem;
  background: url("../images/icon-bird01.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-flow .flow-contents::after {
    width: 5rem;
    height: 4rem;
    top: 3rem;
    right: 10%;
  }
}
.page-flow .flow-item {
  width: 50rem;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-flow .flow-item {
    width: 100%;
  }
}
.page-flow .flow-title {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-flow .flow-title {
    font-size: 3rem;
  }
}
.page-flow .flow-image {
  width: 36.4rem;
  height: 36.4rem;
  margin-top: 2rem;
}
.page-flow .flow-arrow {
  width: 4.9rem;
  height: 2.9rem;
  margin: 5rem auto 7rem;
}
@media (max-width: 767px) {
  .page-flow .flow-arrow {
    width: 3rem;
    height: 1.8rem;
    margin: 3rem auto 5rem;
  }
}

.page-contact {
  background: #ffedd7;
  padding: 0 0 34rem;
  /* ---------- container ---------- */
  /* ---------- head ---------- */
  /* ---------- body ---------- */
  /* ---------- rows ---------- */
  /* ---------- text / email / tel / textarea ---------- */
  /* ---------- radio group (お問い合わせ / 求人情報) ---------- */
  /* ラジオのラッパー。入力“風”の装飾はここでは付けない */
  /* CF7の各アイテム */
  /* テーマのリセットで消されがちなラジオを復活 */
  /* ラジオのテキスト。CF7は label 内に input + span になる */
  /* ---------- submit ---------- */
}
@media (max-width: 767px) {
  .page-contact {
    padding: 0 0 16rem;
  }
}
.page-contact .section-title__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contact .contact-form {
  max-width: 78rem;
  margin: 8rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form {
    margin-top: 4rem;
    padding: 0 1rem;
  }
}
.page-contact .contact-form__head {
  text-align: center;
  margin-bottom: 6rem;
}
.page-contact .contact-form__head .section-title {
  margin-bottom: 3rem;
}
.page-contact .contact-form__head .contact-form__head-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: #333;
}
.page-contact .contact-form__head .contact-form__head-text span {
  color: #ff0000;
}
.page-contact .contact-form__head .contact-form__head--tel-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #ffb4b9;
  padding: 1rem 2rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 4rem;
  font-weight: 700;
}
.page-contact .contact-form__head .contact-form__head--tel-link .contact-form__head--tel-link-img {
  width: 4rem;
  height: 4rem;
}
.page-contact .form-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 2rem 0;
  border-bottom: 1px solid #ffb4b9;
  position: relative;
}
@media (max-width: 767px) {
  .page-contact .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem 0;
  }
}
.page-contact .form-row:last-of-type {
  border-bottom: none;
}
.page-contact .form-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(31% + 1.5rem);
  width: 1px;
  background: #ffb4b9;
}
@media (max-width: 767px) {
  .page-contact .form-row::after {
    display: none;
  }
}
.page-contact .form-row > label {
  font-weight: 400;
  font-size: 1.8rem;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .page-contact .form-row > label {
    font-size: 1.6rem;
  }
}
.page-contact .form-row > label .required {
  color: #ff0000;
  margin-left: 1rem;
  font-size: 1.4rem;
}
.page-contact .form-row .form-field {
  position: relative;
  z-index: 2;
}
.page-contact .contact-form__area .form-field {
  /* CF7のテキスト系コントロールをまとめて */
}
.page-contact .contact-form__area .form-field input[type=text],
.page-contact .contact-form__area .form-field input[type=email],
.page-contact .contact-form__area .form-field input[type=tel],
.page-contact .contact-form__area .form-field textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #757575;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  background: #f4f3f3;
  line-height: 1.6;
}
.page-contact .contact-form__area .form-field input[type=text]:focus,
.page-contact .contact-form__area .form-field input[type=email]:focus,
.page-contact .contact-form__area .form-field input[type=tel]:focus,
.page-contact .contact-form__area .form-field textarea:focus {
  outline: none;
  border-color: #ee858c;
  -webkit-box-shadow: 0 0 0 3px rgba(238, 133, 140, 0.12);
          box-shadow: 0 0 0 3px rgba(238, 133, 140, 0.12);
}
.page-contact .contact-form__area .form-field textarea {
  min-height: 12rem;
  resize: vertical;
}
.page-contact .inquiry-row .form-field .inquiry-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 0.5rem;
}
.page-contact .inquiry-row .wpcf7-list-item {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.page-contact .inquiry-row .wpcf7-list-item input[type=radio] {
  -moz-appearance: auto !important;
       appearance: auto !important;
  -webkit-appearance: auto !important;
  display: inline-block !important;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  position: static !important;
  opacity: 1 !important;
  clip: auto !important;
}
.page-contact .inquiry-row .wpcf7-list-item label {
  font-weight: 400;
  color: #333;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.page-contact .contact-form__area .form-submit {
  text-align: center;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .page-contact .contact-form__area .form-submit {
    margin-top: 4rem;
  }
}
.page-contact .contact-form__area .form-submit .submit-button {
  background: #ee858c;
  color: #fff;
  width: 30rem;
  padding: 2.5rem 3rem;
  border: none;
  border-radius: 5rem;
  font-size: 2.4rem;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-contact .contact-form__area .form-submit .submit-button:hover {
  opacity: 0.6;
}
.page-contact .form-row.message-row {
  border-bottom: none !important;
}

.post-main {
  background: #fcfcf2;
  min-height: 100vh;
  padding: 4rem 0;
}

.post-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  padding: 4rem 3rem 3rem 3rem;
}

.post-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.post-title {
  font-size: 4rem;
  font-weight: bold;
  color: #4b5e2e;
  margin-top: 6rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .post-title {
    font-size: 2.6rem;
  }
}

.post-date {
  color: #a4d12f;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.post-thumbnail {
  margin: 6rem auto 2.5rem auto;
  text-align: center;
}
.post-thumbnail img {
  max-width: 60%;
  height: auto;
  border-radius: 0.7rem;
}

.post-content {
  font-size: 2.2rem;
  color: #333;
  line-height: 2.1;
  margin: 4rem 0;
  word-break: break-word;
}
.post-content p {
  margin-bottom: 1.5em;
}
.post-content h2,
.post-content h3,
.post-content h4 {
  color: #7eb26d;
  margin: 2.5rem 0 1.2rem 0;
  font-weight: bold;
}
.post-content ul,
.post-content ol {
  margin: 1.5em 0 1.5em 2em;
}

.post-back {
  text-align: center;
  margin-top: 8rem;
}
.post-back a {
  display: inline-block;
  background: #a4d12f;
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 2rem;
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.post-back a:hover {
  background: #7eb26d;
}

.c-to-top-btn {
  position: fixed;
  right: 10.5rem;
  bottom: 9.3rem;
  width: 7.3rem;
  height: 7.3rem;
  background: url("../images/top/to-top.webp") no-repeat center center;
  background-size: contain;
  z-index: 2000;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-to-top-btn {
    right: 1.5rem;
    bottom: 4rem;
    width: 6.2rem;
    height: 6.2rem;
  }
}
.c-to-top-btn:hover {
  opacity: 0.8;
}

.fv-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .fv-title__area {
    gap: 1rem;
  }
}

.fv-logo {
  margin: 1.5rem;
  width: 20rem;
  height: auto;
}
@media (max-width: 767px) {
  .fv-logo {
    width: 7rem;
  }
}

@media (max-width: 767px) {
  .fv-title {
    margin-left: 1rem;
  }
}

.fv-title__ja {
  font-size: 3.6rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .fv-title__ja {
    font-size: 1.6rem;
    text-align: right;
    line-height: 1.2;
    margin-top: 1rem;
  }
}

.fv-title__en {
  margin-top: 2rem;
  text-align: right;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .fv-title__en {
    display: none;
  }
}

.introduction-swiper-main {
  width: 100%;
  max-width: 120rem;
  margin: 10rem auto 1.4rem;
  position: relative;
  overflow: visible;
}
.introduction-swiper-main .swiper-button-prev,
.introduction-swiper-main .swiper-button-next {
  width: 3rem;
  height: 5.86rem;
  background: none;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 767px) {
  .introduction-swiper-main .swiper-button-prev,
  .introduction-swiper-main .swiper-button-next {
    top: 60%;
  }
}
.introduction-swiper-main .swiper-button-prev {
  left: 0;
}
.introduction-swiper-main .swiper-button-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/clinic/btn-prev.webp") no-repeat center/contain;
}
.introduction-swiper-main .swiper-button-next {
  right: 0;
}
.introduction-swiper-main .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/clinic/btn-next.webp") no-repeat center/contain;
}

.introduction-swiper-main .swiper-slide img {
  width: 100%;
  max-width: 100rem;
  aspect-ratio: 1000/720;
  height: auto;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.introduction-swiper-thumb {
  max-width: 100rem;
  margin: 0 auto;
}
.introduction-swiper-thumb .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, border 0.3s;
  transition: opacity 0.3s, border 0.3s;
  border: none;
}
.introduction-swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #667ba1;
  border-radius: 4px;
  background: #fff;
}
.introduction-swiper-thumb .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.ceramic-flow-swiper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.ceramic-flow-swiper .swiper-slide {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1165px;
}
.ceramic-flow-swiper .flow-img-area {
  position: relative;
  width: 100%;
}
.ceramic-flow-swiper .flow-img-area img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.ceramic-flow-swiper .flow-img-area .flow-caption {
  position: absolute;
  bottom: 3.5rem;
  right: 0;
  background: rgba(102, 123, 161, 0.88);
  color: #fff;
  width: 36rem;
  height: 5rem;
  letter-spacing: 0.22em;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .flow-img-area .flow-caption {
    top: 0;
    left: 0;
    width: 25rem;
    height: 3rem;
  }
}
.ceramic-flow-swiper .flow-img-area .flow-step {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .flow-img-area .flow-step {
    font-size: 1.4rem;
  }
}
.ceramic-flow-swiper .flow-img-area .flow-title {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .flow-img-area .flow-title {
    font-size: 1.4rem;
  }
}
.ceramic-flow-swiper .flow-desc {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  color: #333;
  padding: 0 2rem;
  line-height: 1.8;
}
.ceramic-flow-swiper .swiper-button-prev,
.ceramic-flow-swiper .swiper-button-next {
  width: 6rem;
  height: 9rem;
  background: none;
  color: #667BA1;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ceramic-flow-swiper .swiper-button-prev::after,
.ceramic-flow-swiper .swiper-button-next::after {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .swiper-button-prev,
  .ceramic-flow-swiper .swiper-button-next {
    display: none;
  }
}
.ceramic-flow-swiper .swiper-button-prev {
  left: calc(50% - 580px);
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .swiper-button-prev {
    left: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    display: block;
  }
}
.ceramic-flow-swiper .swiper-button-next {
  right: calc(50% - 580px);
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .swiper-button-next {
    right: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    display: block;
  }
}
.ceramic-flow-swiper .swiper-pagination {
  position: relative;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .ceramic-flow-swiper .swiper-pagination {
    margin-top: 0;
  }
}
.ceramic-flow-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: #CCD4E2;
  opacity: 1;
  margin: 0 0.8rem !important;
}
.ceramic-flow-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #667BA1;
}

.contact-link {
  background: #ffb4b9;
  padding: 13rem 0;
}
@media (max-width: 767px) {
  .contact-link {
    padding: 12rem 2rem 12rem;
  }
}
.contact-link .contact-link-content {
  background: url("../images/bg-top-contact.webp") no-repeat center center;
  width: 83%;
  margin: 0 auto;
  padding: 8.5rem 0 7.5rem;
  border-radius: 6.2rem;
}
@media (max-width: 767px) {
  .contact-link .contact-link-content {
    background: url("../images/sp-bg-top-contact.webp") no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 14rem 2rem 6.5rem;
    border-radius: 5rem;
  }
}
.contact-link .mail-icon {
  width: 5rem;
  height: auto;
  margin: 0 auto;
  gap: 1rem;
}
.contact-link .sectin-title__contact {
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-link .sectin-title__contact .en {
  font-size: 5rem;
}
.contact-link .sectin-title__contact .ja {
  font-size: 2.4rem;
}
.contact-link .contact-link-table {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7rem;
  color: #fff;
}
.contact-link .contact-link-table tr th,
.contact-link .contact-link-table tr td {
  padding: 1rem 1.5rem;
  font-weight: 400;
}
.contact-link .contact-link-list {
  font-size: 2.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  margin-top: 7rem;
}
.contact-link .time-list__text {
  margin-top: 2rem;
}
.contact-link .contact-link-btn-area {
  padding-top: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .contact-link .contact-link-btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.5rem;
    padding-top: 8rem;
  }
}
.contact-link .tel-btn,
.contact-link .mail-btn {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  border-radius: 5rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: 36rem;
  background: #ffb4b9;
}
@media (max-width: 767px) {
  .contact-link .tel-btn,
  .contact-link .mail-btn {
    width: 100%;
    font-size: 3.5rem;
    padding: 2rem 1rem;
    max-width: 36rem;
    margin: 0 auto;
  }
}
.contact-link .tel-btn .icon,
.contact-link .mail-btn .icon {
  width: 4rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-link .tel-text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}