@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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, dd {
  margin: 0;
  padding: 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 */
  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] {
  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;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

/**
 * 1. 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 */
}

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}
html.is-scrollbar,
body.is-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html.is-scrollbar::-webkit-scrollbar,
body.is-scrollbar::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #000000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fdf7f9;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* 共通見出し */
.c-heading {
  position: relative;
  display: block;
  line-height: 1.2;
}
.c-heading--detail {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 0.7em 0;
  margin-bottom: 2rem;
  border-bottom: 5px solid #FFE3E3;
  word-break: break-all;
  word-wrap: break-word;
}
.c-heading--detail::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40%;
  height: 5px;
  background-color: #FEB2B2;
  z-index: 0;
}
.c-heading--detail::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 20%;
  height: 5px;
  background-color: #E04B52;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 2.3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail {
    font-size: 3rem;
  }
}
.c-heading--secondary {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary {
    margin: 0 auto 3.5rem;
  }
}
.c-heading--secondary .jp {
  display: block;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary .jp {
    letter-spacing: 0.05em;
    font-size: 3.5rem;
  }
}
.c-heading--secondary .en {
  position: relative;
  display: block;
  color: #A2A2A2;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary .en {
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
.c-heading--secondary .en::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 10em;
  background: #000;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary .en::before {
    width: 50px;
    height: 5px;
  }
}
.c-heading--common {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  background: #F5F5F5;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .c-heading--common {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--common {
    font-size: 2rem;
  }
}
.c-heading--h4 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0 0.5em 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px), print {
  .c-heading--h4 {
    font-size: 2rem;
    border-bottom: 2px solid #000;
    letter-spacing: 0.05em;
    padding: 0 0 0.8em 0.8em;
  }
}
.c-heading--news {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--news {
    margin-bottom: 5rem;
  }
}
.c-heading--news .jp {
  position: relative;
  display: block;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0.85em 0 0 0;
}
@media screen and (min-width: 768px), print {
  .c-heading--news .jp {
    letter-spacing: 0.1em;
    font-size: 3.5rem;
    padding: 1em 0 0 0;
  }
}
.c-heading--news .jp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 150px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #000000;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-heading--news .jp::before {
    width: 200px;
  }
}
.c-heading--news .jp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #000000;
  border-radius: 10em;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .c-heading--news .jp::after {
    height: 5px;
  }
}
.c-heading--news .en {
  display: block;
  color: #A2A2A2;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--news .en {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
}
/* 基準テキスト */
.u-text-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .u-text-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.u-text-body--lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.8rem;
  }
}
.u-text-body--xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 2rem;
  }
}
.u-text-body a {
  text-decoration: underline;
  color: #945659;
}
@media (hover: hover) {
  .u-text-body a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}

/* 基準ボタン */
.c-link-button {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #E04A51;
  padding: 1rem 3.5rem 1rem 2rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button {
    font-size: 2rem;
    padding: 1.5rem 6.3rem 1.5rem 5rem;
  }
}
.c-link-button::before {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
@media screen and (min-width: 768px), print {
  .c-link-button::before {
    right: 2.5rem;
    width: 9px;
    height: 9px;
  }
}
.c-link-button.bg_orenge {
  background-color: #F2984F;
}
.c-link-button--recruit {
  background-color: #F2984F;
  padding: 1rem 2rem 1rem 5rem;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px), print {
  .c-link-button--recruit {
    font-size: 2rem;
    padding: 1.5rem 4rem 1.5rem 7rem;
  }
}
@media screen and (min-width: 1280px), print {
  .c-link-button--recruit {
    font-size: 2.4rem;
  }
}
.c-link-button--recruit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-57%);
  display: block;
  width: 21px;
  height: 33px;
  background: url("../img/base/icon-star.png") no-repeat center/cover;
}
@media screen and (min-width: 768px), print {
  .c-link-button--recruit::after {
    width: 31px;
    height: 45px;
    left: 3rem;
  }
}
.c-link-button--recruit::before {
  display: none;
}
@media (hover: hover) {
  .c-link-button:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #945659;
  }
}

.c-button--contact {
  width: 170px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem 0 0 1rem;
  background-color: #945659;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact {
    width: 100%;
    height: 60px;
    border-radius: 0;
    font-size: 1.2rem;
    border-radius: 1rem 1rem 0 0;
  }
}
@media (hover: hover) {
  .c-button--contact:where(:any-link, :enabled, summary):hover {
    background-color: #E04A51;
  }
}
.c-button--contact span {
  position: relative;
  display: block;
  text-align: center;
  padding: 2.5em 0 0 0;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span {
    padding: 2.4em 0 0 0;
  }
}
.c-button--contact span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 32px;
  background: url("../img/base/icon-mail_wht.svg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span::before {
    width: 30px;
    height: 24px;
  }
}
.c-button--contact span .u-br--pc {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span .u-br--pc {
    display: none;
  }
}

/* テキストの色 */
.u-color-base {
  color: #945659;
}

.u-color-main {
  color: #945659;
}

.u-color-white {
  color: #ffffff;
}

.u-color-black {
  color: #000000;
}

/* 注釈（※）用インデント */
.u-note {
  margin-left: 1em;
  text-indent: -1em;
}

/* アンカー位置調整 */
.u-anchorpoint {
  display: block;
}
.u-anchorpoint::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -61px;
  margin-bottom: 60px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .u-anchorpoint::before {
    margin-top: -101px;
    margin-bottom: 100px;
  }
}

/* flex1 */
.u-flex-1 {
  flex: 1;
  min-width: 0;
}

/* コンテンツ画面中央寄せ */
.c-inner {
  position: relative;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
.c-inner::after {
  content: "";
  display: table;
  clear: both;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .u-br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .u-br--sp {
    display: none;
  }
}

/* 幅 */
.u-width-50 {
  width: 50%;
}

.u-width-100 {
  width: 100%;
}

.u-width-auto {
  width: auto;
}

/* 高さ */
.u-height-50 {
  height: 50%;
}

.u-height-100 {
  height: 100%;
}

.u-height-auto {
  height: auto;
}

/* 角丸 */
.box-radius {
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .box-radius {
    border-radius: 2rem;
  }
}

/* リスト */
.list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 0 0 1.5em;
}
@media screen and (min-width: 768px), print {
  .list li {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 0 0 1.5em;
  }
}
.list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #EA621B;
}

/* --------------------------------

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .l-wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  l-header

-------------------------------- */
.l-header {
  position: relative;
}
.l-header.is-fixed {
  /* スクロール時固定用 */
}
@media screen and (max-width: 1099.98px) {
  .l-header.is-fixed .c-header-logo {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .l-header.is-fixed .c-header-logo.hide {
    box-shadow: none;
  }
}
@media screen and (min-width: 1100px) {
  .l-header.is-fixed .l-header__inner {
    z-index: 1200;
    position: fixed;
    top: -60px;
    right: 0;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  .l-header.is-fixed .c-header-logo {
    height: 120px;
    width: min(362 * var(--vw1440), 362px);
  }
}
.l-header__fixed {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: 6rem;
  right: 1rem;
  z-index: 101;
  max-width: 176px;
}
@media screen and (max-width: 1439.98px) {
  .l-header__fixed-item {
    max-width: 200px;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__fixed-item {
    max-width: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__fixed-item {
    max-width: 100px;
  }
}
.l-header__fixed-item a {
  transition: opacity 0.3s ease;
}
.l-header__inner {
  position: static;
  max-width: none;
  z-index: auto;
}
@media screen and (min-width: 1100px), print {
  .l-header__inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    z-index: 1010;
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__buttons {
    display: flex;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__contact {
    display: block;
    position: fixed;
    top: 125px;
    right: 0;
    z-index: 1001;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__contact {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__tel {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__tel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    transition: opacity 0.3s ease;
  }
  .l-header__tel:hover {
    opacity: 0.8;
  }
  .l-header__tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-header__tel a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon-tel_base.svg") no-repeat center/cover;
  }
  .l-header__tel a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #945659;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

/* --------------------------------

  c-header-logo

-------------------------------- */
.c-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .c-header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-45%);
    height: 180px;
  }
}
@media screen and (min-width: 1440px), print {
  .c-header-logo {
    left: 50%;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    background-color: #fdf7f9;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
.c-header-logo__title {
  width: 200px;
}
@media screen and (min-width: 360px), print {
  .c-header-logo__title {
    width: 200px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-header-logo__title {
    width: min(462 * var(--vw1440), 462px);
  }
}
.c-header-logo__title img {
  width: 100%;
  height: auto;
}

/* --------------------------------

  l-nav

-------------------------------- */
.l-nav {
  display: block;
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .l-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    margin: 0;
    opacity: 1;
    padding: 0;
    transition: none;
  }
}
.l-nav.is-fixed {
  /* スクロール時固定用 */
}
@media screen and (min-width: 1100px) {
  .l-nav.is-fixed {
    max-width: none;
    right: 0;
    position: fixed;
    height: 120px;
    top: -60px;
    transform: translateY(60px);
    transition: transform 0.2s;
    z-index: 1100;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .l-nav.is-fixed .c-nav__item:nth-child(3) {
    margin: 0 min(400 * var(--vw1440), 400px) 0 0;
  }
}
.is-active .l-nav {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .is-active .l-nav {
    transition-property: opacity, left;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .is-active .l-nav {
    left: auto;
  }
}
.l-nav__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.l-nav__container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fdf7f9;
  padding-bottom: 1.5em;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .l-nav__container {
    max-width: none;
    margin: auto;
    background-color: #fdf7f9;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__info {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__info {
    padding: 2.4rem 1rem 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.l-nav__define p {
  color: #333;
  line-height: 2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
.l-nav__define .add {
  font-size: 1.4rem;
}
.l-nav__define .tel {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .l-nav__logo {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__logo {
    text-align: center;
    padding: 0 0 1.6rem 0;
  }
  .l-nav__logo img {
    width: 220px;
    height: auto;
  }
}

/* --------------------------------

  c-nav

-------------------------------- */
.c-nav {
  /* ハンバーガーメニュー空けるボタン */
  /* ハンバーガーメニュー閉じるボタン */
}
@media screen and (max-width: 1099.98px) {
  .c-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .is-active .c-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-nav__item {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item {
    position: relative;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item:nth-child(3) {
    border-right: none !important;
    margin: 0 min(500 * var(--vw1440), 500px) 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item:nth-child(6) {
    border-right: none !important;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item.is-active .c-nav__link {
    color: #945659;
  }
  .c-nav__item.is-active .c-nav__link::after {
    border-color: #945659;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item.is-active .c-nav__link {
    background-color: #945659;
    color: #fff;
  }
}
.c-nav__icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 1.4rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .c-nav__icon {
    width: 44px;
    height: 44px;
    margin: 0 0 1.4rem 0;
  }
}
.c-nav__icon svg {
  fill: #fff;
  transition: fill 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__icon svg {
    fill: #945659;
  }
}
.c-nav__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #945659;
  font-feature-settings: "palt";
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 95px;
    border: none;
    padding: 0 min(25 * var(--vw1440), 25px);
    letter-spacing: 0.05em;
    font-size: min(18 * var(--vw1440), 18px);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: inherit;
    padding: 0 1em;
    color: #fff;
    background-color: #945659;
    height: 60px;
    transition-property: color, background-color;
  }
}
@media screen and (hover: hover) and (max-width: 1099.98px) {
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    background-color: #E04A51;
    color: #fff;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    color: #E04A51;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link:hover {
    background-color: #E04A51;
    color: #fff;
  }
}
.c-nav__link span {
  position: relative;
  display: block;
  font-weight: 700;
}
.c-nav__submenu {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu {
    height: 0;
    overflow: hidden;
    background-color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu {
    position: absolute;
    bottom: -22px;
    left: 50%;
    z-index: 10;
    opacity: 0;
    transform: translateX(-50%) translateY(100%);
    transition-property: opacity;
    transition-duration: 0.2s;
  }
}
.c-nav__submenu--trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger {
    position: relative;
    width: 100%;
    height: 95px;
    margin-bottom: -95px;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 25px;
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(-135deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger:hover + .c-nav__link {
    background-color: #E04A51;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link {
    color: #E04A51;
  }
}
.c-nav__submenu--trigger:hover + .c-nav__link .c-nav__icon svg {
  fill: #fff;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link .c-nav__icon svg {
    fill: #E04A51;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link::after {
    border-color: #945659;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    background-color: #E04A51;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    color: #E04A51;
  }
}
.c-nav__submenu--trigger.is-active + .c-nav__link .c-nav__icon svg {
  fill: #fff;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link .c-nav__icon svg {
    fill: #E04A51;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    border-color: #945659;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    transform: rotate(45deg);
    top: 29px;
  }
}
.c-nav__submenu.is-active {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu.is-active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu.is-active {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-inner {
    position: relative;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-inner {
    margin: 0 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
  }
}
.c-nav__submenu-list li {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-list li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-list li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
  .c-nav__submenu-list li:first-child a {
    border-radius: 1rem 1rem 0 0;
  }
  .c-nav__submenu-list li:last-child a {
    border-radius: 0 0 1rem 1rem;
  }
}
.c-nav__submenu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #945659;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.6rem;
  height: 60px;
  line-height: 1.2;
  padding: 0.5em 2.2em 0.5em 2.2em;
  font-weight: 400;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: color, background-color;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-link {
    background-color: #945659;
    color: #fff;
    font-size: 1.5rem;
    height: 53px;
    padding: 0.35em 0.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-link:hover {
    background-color: #E04A51;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link:hover {
    background-color: #E04A51;
    color: #fff;
  }
}
.c-nav__submenu-text {
  display: block;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-text {
    flex: 1;
    min-width: 0;
  }
}
.c-nav__submenu-text .text01 {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}
.c-nav__submenu-text .text01 span {
  font-size: 2.5rem;
  font-weight: 700;
}
.c-nav__button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .c-nav__button {
    display: none;
  }
}
.is-active .c-nav__button {
  display: none;
}
.c-nav__button-icon {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #945659;
}
.c-nav__button-icon::before, .c-nav__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #945659;
}
.c-nav__button-icon::before {
  margin-top: -8px;
}
.c-nav__button-icon::after {
  margin-top: 8px;
}
.c-nav__button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #945659;
  text-align: center;
}
.c-nav__close-button {
  display: block;
  position: fixed;
  top: 0;
  left: -60px;
  width: 60px;
  height: 60px;
  opacity: 0;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-nav__close-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .is-active .c-nav__close-button {
    opacity: 1;
    left: 250px;
    transition-property: opacity, left;
    transition-duration: 0.3s;
  }
}
.c-nav__close-button .c-nav__button-icon {
  background: none;
}
.c-nav__close-button .c-nav__button-icon::before, .c-nav__close-button .c-nav__button-icon::after {
  margin-top: 0;
  background-color: #945659;
}
.c-nav__close-button .c-nav__button-icon::before {
  transform: rotate(45deg);
}
.c-nav__close-button .c-nav__button-icon::after {
  transform: rotate(-45deg);
}
.c-nav__close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #945659;
  text-align: center;
}

/* --------------------------------

  o-nav__screen

-------------------------------- */
@media screen and (min-width: 1100px), print {
  .o-nav__screen {
    display: none;
  }
}
.o-nav__screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.is-active .o-nav__screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.l-main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  flex: 1;
}
@media screen and (min-width: 1100px), print {
  .l-main {
    overflow: visible;
  }
}
.l-main__inner {
  position: relative;
}

/* --------------------------------

  footer

-------------------------------- */
.l-footer {
  position: relative;
  overflow: hidden;
  padding: 0 1em;
}
@media screen and (min-width: 1100px), print {
  .l-footer {
    padding: 0 2em;
  }
}
.l-footer__container {
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .l-footer__container {
    display: flex;
    margin: 0 -2em;
  }
}
.l-footer__logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: #FFEFEF;
  padding: 3em 2em;
}
@media screen and (min-width: 1100px), print {
  .l-footer__logo {
    width: 30%;
    padding: 1em;
  }
}
.l-footer__recruit {
  margin-top: 1em;
}
.l-footer__contents {
  width: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__contents {
    padding: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__contents {
    padding: 4rem 4rem;
    width: 70%;
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__contents {
    padding: 5rem 7rem;
  }
}
.l-footer__nav-list > li {
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #333;
  padding: 0 0 0 1.5em;
}
.l-footer__nav-list > li:not(:last-child) {
  margin-bottom: 1.8rem;
}
.l-footer__nav-list > li:nth-child(2n)::before {
  color: #F59B34;
}
.l-footer__nav-list > li:nth-child(2n+1)::before {
  color: #FEB2B2;
}
.l-footer__nav-list > li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 480px), print {
  .l-footer__subnav-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 480px), print {
  .l-footer__subnav-wrap .l-footer__subnav-list {
    margin-top: 1.8em;
    padding: 0 4em 0 0;
  }
}
.l-footer__subnav-list {
  margin-top: 1.5rem;
}
.l-footer__subnav-list li:not(:last-child) {
  margin-bottom: 1rem;
}
.l-footer__subnav-list li a {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #333;
  margin-left: 1em;
  text-indent: -1em;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .l-footer__subnav-list li a:where(:any-link, :enabled, summary):hover {
    color: #E04A51;
  }
}
.l-footer__navArea-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8em -1.8rem 0;
}
@media screen and (min-width: 480px), print {
  .l-footer__navArea-inner {
    margin: 0 -1.5em -1.8rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__navArea-inner {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__navArea-inner {
    margin: 0 0 -1.8rem 0;
  }
}
.l-footer__navArea--01 {
  padding: 0 0 2.5rem 0;
  margin: 0 0 2.5rem 0;
  border-bottom: 1px dashed #FE9999;
}
@media screen and (min-width: 1100px), print {
  .l-footer__navArea--01 {
    padding: 0 0 2.5rem 0.5em;
  }
}
.l-footer__navArea--01 .l-footer__nav-list {
  padding: 0 0.8em 1.8rem 0;
  width: 50%;
}
@media screen and (min-width: 480px), print {
  .l-footer__navArea--01 .l-footer__nav-list {
    padding: 0 1.5em 1.8rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__navArea--01 .l-footer__nav-list {
    width: auto;
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__navArea--01 .l-footer__nav-list {
    padding: 0 3em 1.8rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__navArea--02 {
    padding: 0 0 0 0.5em;
  }
}
.l-footer__map {
  padding: 1.6rem 0;
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .l-footer__map {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__map {
    padding: 8rem 0;
  }
}
.l-footer__map iframe {
  border-radius: 2rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__map iframe {
    width: 100%;
    height: 350px;
    border-radius: 1rem;
  }
}

.c-footer__copy {
  text-align: center;
  display: block;
  font-weight: 400;
  color: #333;
  margin-top: 1em;
}
@media screen and (min-width: 768px), print {
  .c-footer__copy {
    margin-top: 3em;
    text-align: right;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__copy {
    margin-top: 7em;
  }
}
@media screen and (min-width: 1440px), print {
  .c-footer__copy {
    margin-top: 11em;
  }
}
.c-footer__copy small {
  line-height: 1.2;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy span {
    display: none;
  }
}
.c-footer__pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-footer__pagetop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.c-footer__pagetop.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
.c-footer__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #945659;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.c-footer__pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #E04A51;
}
.c-footer__pagetop a:hover::before {
  border-color: #fff;
}
.c-footer__pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

/* --------------------------------

  スライダー

-------------------------------- */
.swiper-container {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 1em 0;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .swiper-container {
    padding: 0;
  }
}
.swiper-img {
  display: block;
  position: relative;
}
.swiper-img::before {
  content: "";
  display: block;
  padding-top: 98%;
}
@media screen and (min-width: 480px), print {
  .swiper-img::before {
    padding-top: 98%;
  }
}
@media screen and (min-width: 768px), print {
  .swiper-img::before {
    padding-top: 48%;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-img::before {
    padding-top: 48%;
  }
}
.swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.swiper-catch {
  position: absolute;
  left: 2vw;
  bottom: min(180 * var(--vw768), 180px);
  z-index: 1;
  max-width: min(522 * var(--vw768), 522px);
}
@media screen and (min-width: 768px), print {
  .swiper-catch {
    max-width: min(622 * var(--vw1440), 622px);
    bottom: min(180 * var(--vw1440), 180px);
  }
}
.swiper-catch span {
  position: relative;
  display: block;
}
.swiper-catch span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: min(672 * var(--vw768), 672px);
  height: min(424 * var(--vw768), 424px);
  background-image: url("../img/top/mv_catch_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .swiper-catch span::before {
    width: min(672 * var(--vw1440), 672px);
    height: min(424 * var(--vw1440), 424px);
  }
}
.swiper-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-text {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.swiper-slide-active .swiper-text {
  opacity: 1;
}

.swiper-parts {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
}
@media screen and (min-width: 768px), print {
  .swiper-parts {
    bottom: 100px;
  }
}

.swiper-button-prev {
  left: -1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .swiper-button-prev {
    left: -1rem;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-button-prev {
    left: 1.5rem;
  }
}
.swiper-button-prev:hover {
  background-color: #945659;
}
.swiper-button-prev:hover::after {
  color: #ffffff;
}
.swiper-button-prev::after {
  color: #945659;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 0 0.15em 0 0;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .swiper-button-prev::after {
    font-size: 1.6rem;
  }
}
.swiper-button-next {
  right: -1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .swiper-button-next {
    right: -1rem;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-button-next {
    right: 1.5rem;
  }
}
.swiper-button-next:hover {
  background-color: #945659;
}
.swiper-button-next:hover::after {
  color: #ffffff;
}
.swiper-button-next::after {
  color: #945659;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 0 0 0 0.15em;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .swiper-button-next::after {
    font-size: 1.6rem;
  }
}

.swiper-pagination {
  position: absolute;
  left: 0 !important;
  bottom: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  z-index: 3;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #C4BEBE;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
  margin: 0 !important;
  cursor: pointer;
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 0.8rem 0 0 !important;
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 2rem 0 0 !important;
  }
}
.swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E04A51;
}

.p-top-menu__slider {
  margin: 0 -1em;
  padding: 8rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__slider {
    margin: 0 -2em;
    padding: 10rem 0 0 0;
  }
}
.p-top-menu__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-top-menu__slider .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__slider .swiper-slide img {
    border-radius: 2rem;
  }
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.c-page-title {
  position: relative;
  display: block;
  height: 316px;
  z-index: 105;
  margin: 18rem 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1099.98px) {
  .c-page-title {
    height: 250px;
    margin: 6rem 0 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .c-page-title {
    height: 180px;
  }
}
.c-page-title__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background: url("../img/base/page-title.jpg") no-repeat center/cover;
  z-index: 1;
}
.c-page-title__name {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 0 1.3em 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7), 0 0 15px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px), print {
  .c-page-title__name {
    padding: 0 0 1.8em 0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name {
    padding: 0 0 2.5em 0;
  }
}
.c-page-title__name::before {
  content: attr(data-ttl);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  line-height: 1.2;
  color: #fff;
  z-index: 0;
  font-weight: 700;
  font-size: 2rem;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name::before {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name::before {
    letter-spacing: 0.05em;
    font-size: 3.5rem;
  }
}
.c-page-title__name span {
  position: relative;
  display: inline-block;
  color: #E04A51;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 0 0 1.75em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name span {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name span {
    letter-spacing: 0.05em;
    font-size: 4.4rem;
  }
}
.c-page-title__name span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  display: block;
  width: 35px;
  height: 34px;
  background: url("../img/base/icon-sakura.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name span::before {
    width: 51px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name span::before {
    width: 61px;
    height: 60px;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 1100px), print {
  .js-anime {
    transition-duration: 0.8s;
    transition-delay: 0.5s;
  }
}
.js-anime.is-active {
  opacity: 1;
  transform: translateY(0);
}

.sakura {
  position: absolute;
  pointer-events: none;
  z-index: 1100;
  overflow-x: hidden;
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.form-table {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-top: 1px solid #945659;
}
.form-table tbody {
  display: block;
}
.form-table tr {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #945659;
}
@media screen and (max-width: 767.98px) {
  .form-table tr {
    display: block;
  }
}
.form-table th {
  vertical-align: middle;
  width: 16em;
  padding: 2rem 0 2rem 2rem;
  font-weight: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .form-table th {
    display: block;
    width: auto;
    padding: 1.5rem 0;
  }
}
.form-table td {
  vertical-align: middle;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .form-table td {
    display: block;
    padding: 0 0 1.5rem;
  }
}

.form-control, .form-select {
  padding: 1rem 1.5rem;
  font-size: 100%;
  border-radius: 1rem;
  border-width: 1px;
  border-color: #999;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .form-control, .form-select {
    padding: 1.75rem 1.5rem;
  }
}
.form-control:hover, .form-control:active, .form-control:focus, .form-select:hover, .form-select:active, .form-select:focus {
  outline: none;
  text-decoration: none;
}
.form-control:active, .form-control:focus, .form-select:active, .form-select:focus {
  box-shadow: none;
  border-color: #E04A51;
  background-color: #fff;
}
.form-control-sm {
  width: 10em;
}
.form-control:-moz-read-only {
  background-color: #fff;
}
.form-control:disabled, .form-control:read-only {
  background-color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-ms-input-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}
.form-select {
  position: relative;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 7rem;
}
.form-select::-ms-expand {
  display: none;
}
.form-select-wrap {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .form-select-wrap {
    max-width: 42rem;
    min-width: 42rem;
  }
}
.form-select-arrow {
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 2rem;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
  pointer-events: none;
  transform: rotate(45deg);
}
@media screen and (min-width: 1100px), print {
  .form-select-arrow {
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 10em;
  max-height: 10em;
  padding: 1rem 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .form-textarea {
    height: 18em;
    max-height: 18em;
    padding: 1.75rem 1.5rem 0;
  }
}
.form-textarea-sm {
  height: 3em;
}
@media screen and (min-width: 768px), print {
  .form-textarea-sm {
    height: 4em;
  }
}
.form-textarea.form-control {
  min-height: 3em;
}
@media screen and (min-width: 768px), print {
  .form-textarea.form-control {
    min-height: 4em;
  }
}
.form-icon {
  float: left;
  display: block;
  width: 6.2rem;
  margin: -0.1rem 1.5rem 0 0;
  padding: 0.5rem 0 0.75rem;
  line-height: 1em;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 10em;
  border: 1px solid currentColor;
}
@media screen and (min-width: 1100px), print {
  .form-icon {
    font-size: 1.6rem;
  }
}
.form-icon::before {
  content: attr(data-label);
}
.form-icon-required {
  color: #c00;
}
.form-icon-free {
  color: #999;
}
@media screen and (min-width: 768px), print {
  .form-icon-free {
    color: transparent;
  }
}
.form-check-label {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  position: relative;
  margin: 0.75rem 3rem 0.75rem 0;
  cursor: pointer;
}
.form-check-icon {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  background-color: #fff;
  transition: border-color 0.2s, background-color 0.2s;
}
@media screen and (min-width: 1100px), print {
  .form-check-icon {
    width: 32px;
    height: 32px;
  }
}
.form-check-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(35deg);
}
.form-check-radio {
  border-radius: 100%;
}
.form-check-radio::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.2s;
}
@media screen and (min-width: 1100px), print {
  .form-check-radio::before {
    width: 22px;
    height: 22px;
  }
}
.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-check-input[type=checkbox]:checked + .form-check-icon {
  border-color: #E04A51;
  background-color: #E04A51;
}
.form-check-input[type=checkbox]:checked + .form-check-icon::before {
  border-color: #fff;
}
.form-check-input[type=radio]:checked + .form-check-icon::before {
  background-color: #E04A51;
}
.form-check-input[type=checkbox].validate-error + .form-check-icon, .form-check-input[type=radio].validate-error + .form-check-icon {
  border-color: #B20000;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  margin: 4rem -0.5rem -0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .form-buttons {
    margin-top: 5rem;
  }
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: relative;
  padding: 1.8rem 3rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: 100%;
  color: #000;
  text-align: left;
  letter-spacing: 0.1em;
  border-radius: 0;
  border: 2px solid currentColor;
  background: transparent;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px), print {
  .form-button {
    padding: 2rem 4rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    border-width: 3px;
  }
}
.form-button:hover {
  text-decoration: none;
}
.form-button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0.1rem 2rem 0 0;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transition: border-color 0.3s;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px), print {
  .form-button::before {
    width: 10px;
    height: 10px;
  }
}
.form-button-send {
  color: #945659;
  border-color: #9D56BC;
}
.form-button-send:disabled {
  color: #999;
  border-color: #ccc;
  background-color: #f5f5f5;
}
.form-button-send:not(:disabled):hover {
  color: #fff;
  background-color: #945659;
}
.form-button-back {
  color: #333;
}
.form-button-back:hover {
  color: #fff;
  border-color: #999;
  background-color: #999;
}
.job-section {
  padding: 2.5em 1em 2.5em 1em !important;
}
@media screen and (min-width: 1100px), print {
  .job-section {
    padding: 5em 2em 5em 2em !important;
  }
}

.privacy-check-agree {
  margin-top: 3rem;
}

:root {
  --myhp-color1: #ccc;
  --myhp-color2: #f7f8f9;
  --myhp-grid: 8px;
  --myhp-white: #fff;
  --myhp-black: #4f4e69;
  --myhp-blue: #FA8B13;
  --myhp-red: #ff5c76;
  --myhp-focus: #edf1fe;
  --myhp-placeholder: #b2b7d2;
  --myhp-error: #ffebee;
  --myhp-border: #e1e2eb;
  --myhp-background: #f5f5fb;
  --myhp-transition: 0.3s;
}

/* 新メールフォーム テンプレ */
.myhp-form__items {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .myhp-form__items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #F5F5F5;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .myhp-form__items:first-of-type {
    border-top: 1px solid #F5F5F5;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__items:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.myhp-form__title {
  position: relative;
  display: block;
  padding: 1rem 0 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__title {
    width: 16em;
    padding: 1.8rem 0 1.8rem 7.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__title {
    border-bottom: 1px solid #945659;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
  }
}
.myhp-form__required {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 5rem;
  height: 2.5rem;
  border-radius: 10em;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  background-color: #FA8B13;
  border: 1px solid #fff;
  margin: 0 1rem 0 0;
  padding: 0.2rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__required {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6.2rem;
    height: 3rem;
    font-size: 1.6rem;
    margin: 0 1.5rem 0 0;
  }
}
.myhp-form__label {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__label {
    flex: 1;
    min-width: 0;
  }
}
.myhp-form__content {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .myhp-form__content {
    flex: 1;
    min-width: 0;
  }
}
.myhp-form__radio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.8rem 0 0;
  padding: 0.3em 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio {
    margin: 0 -2rem 0 0;
  }
}
.myhp-form__radio-col {
  padding: 0 1.8rem 0 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-col {
    padding: 0 2rem 0 0;
  }
}
.myhp-form__radio-input {
  display: none;
}
.myhp-form__radio-input:checked + .myhp-form__radio-button::after {
  opacity: 1;
}
.myhp-form__radio-button {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0.7em 0 0.7em 2.8em;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-button {
    font-size: 1.8rem;
    padding: 0.7em 0 0.7em 2.8em;
  }
}
.myhp-form__radio-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-button::before {
    width: 4rem;
    height: 4rem;
  }
}
.myhp-form__radio-button::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  background-color: #945659;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-button::after {
    width: 2.4rem;
    height: 2.4rem;
    left: 0.8rem;
  }
}
.myhp-form__select {
  position: relative;
  max-width: 300px;
}
.myhp-form__select::before {
  content: "";
  position: absolute;
  right: 2.3rem;
  top: 2.3rem;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
  pointer-events: none;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px), print {
  .myhp-form__select {
    max-width: 300px;
  }
}
.myhp-form__select-input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  padding: 1rem 5rem 1rem 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px), print {
  .myhp-form__select-input {
    padding: 1.75rem 5rem 1.75rem 1.5rem;
  }
}
.myhp-form__select-input:hover, .myhp-form__select-input:active, .myhp-form__select-input:focus {
  outline: none;
  text-decoration: none;
}
.myhp-form__select-input:active, .myhp-form__select-input:focus {
  box-shadow: none;
  border-color: #E04A51;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .myhp-form__name {
    display: flex;
  }
}
.myhp-form__name-col:first-child {
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__name-col:first-child {
    margin: 0 2rem 0 0;
  }
}
.myhp-form__textfield {
  display: block;
  width: 100%;
  height: 60px;
  padding: 1.75rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.myhp-form__textfield:hover, .myhp-form__textfield:active, .myhp-form__textfield:focus {
  outline: none;
  text-decoration: none;
}
.myhp-form__textfield:active, .myhp-form__textfield:focus {
  box-shadow: none;
  border-color: #E04A51;
  background-color: #fff;
}
.myhp-form__mail-row:first-child {
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__mail-row:first-child {
    margin: 0 0 1.5rem 0;
  }
}
.myhp-form__mail-title {
  display: block;
  line-height: 1.2;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__mail-title {
    font-size: 1.4rem;
  }
}
.myhp-form__textarea {
  height: 18em;
  max-height: 18em;
  min-height: 4em;
  padding: 1.75rem 1.5rem 0;
  display: block;
  width: 100%;
  padding: 1.75rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.myhp-form__textarea:hover, .myhp-form__textarea:active, .myhp-form__textarea:focus {
  outline: none;
  text-decoration: none;
}
.myhp-form__textarea:active, .myhp-form__textarea:focus {
  box-shadow: none;
  border-color: #E04A51;
  background-color: #fff;
}
.myhp-form__privacypolicy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__privacypolicy {
    margin: 40px 0 0 0;
  }
}
.myhp-form__privacypolicy-label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.myhp-form__privacypolicy-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.myhp-form__privacypolicy-input:checked + .myhp-form__privacypolicy-button:before {
  background: url(../img/base/aikon-check.svg) no-repeat center var(--myhp-blue);
  background-size: cover;
  border-color: var(--myhp-blue);
}
.myhp-form__privacypolicy-button {
  cursor: pointer;
}
.myhp-form__privacypolicy-button:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1rem 0 0;
  background: var(--myhp-background);
  border-radius: 0;
  border: 1px solid var(--myhp-border);
  transition: var(--myhp-transition);
}
@media screen and (min-width: 768px), print {
  .myhp-form__privacypolicy-button:before {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
  }
}
.myhp-form__privacypolicy-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__privacypolicy-text {
    flex-direction: column;
  }
}
.myhp-form__privacypolicy-link {
  color: var(--myhp-blue);
}
.myhp-form__button {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__button {
    flex-direction: column;
    align-items: center;
    margin-top: 3.5rem;
  }
}
.myhp-form__button-back {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #945659;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  transition-property: color, background-color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .myhp-form__button-back {
    font-size: 1.6rem;
  }
}
.myhp-form__button-back:hover {
  text-decoration: none;
  color: #fff;
  background-color: #E04A51;
}
.myhp-form__button-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #945659;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  transition-property: color, background-color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .myhp-form__button-submit {
    font-size: 1.6rem;
  }
}
.myhp-form__button-submit:hover {
  text-decoration: none;
  color: #fff;
  background-color: #E04A51;
}
.myhp-form__button-item:first-child {
  margin: 0 1.6rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__button-item:first-child {
    margin: 0 0 1.5rem 0;
  }
}
.myhp-form__button-confirm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #945659;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  transition-property: color, background-color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .myhp-form__button-confirm {
    font-size: 1.6rem;
  }
}
.myhp-form__button-confirm:hover {
  text-decoration: none;
}
.myhp-form__button-confirm:not(:disabled):hover {
  color: #fff;
  background-color: #E04A51;
}
.myhp-form__confirm .g-recaptcha {
  margin-top: 3rem !important;
}
.myhp-form__confirm .myhp-form__title {
  padding: 0 2rem;
  width: 13em;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__confirm .myhp-form__title {
    padding: 1rem 0 1.5rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__confirm .myhp-form__label {
    font-weight: 500;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__confirm .myhp-form__content {
    padding: 0 0 0 0.5rem;
  }
}
.myhp-form__confirm .myhp-form__label, .myhp-form__confirm .myhp-form__content {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__confirm .myhp-form__label, .myhp-form__confirm .myhp-form__content {
    font-size: 1.6rem;
  }
}
.myhp-form__note {
  line-height: 2;
  display: block;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__note {
    font-size: 1.4rem;
    padding: 0 0 0 18.4em;
  }
}
.myhp-form__error {
  line-height: 2;
  display: block;
  width: 100%;
  color: #c00;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__error {
    font-size: 1.4rem;
    padding: 0 0 0 18.4em;
  }
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background-color: #fdf7f9;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 300px;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
/* メインビジュアル */
.p-top-hero {
  position: relative;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero {
    margin: 18rem 0 0 0;
  }
}
.p-top-hero__shape {
  position: absolute;
  bottom: 0.8em;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__shape {
    bottom: -0.5rem;
  }
}
.p-top-hero__shape img {
  height: 8vw;
}

/* 共通お問い合わせ */
.p-top-contact {
  position: relative;
  padding: 8rem 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-contact {
    padding: 15rem 2em 0 2em;
  }
}
.p-top-contact::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: min(1600 * var(--vw1440), 1600px);
  height: min(947 * var(--vw1440), 947px);
  background: url("../img/top/deco_img_01.png") no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .p-top-contact::before {
    top: 0;
  }
}
.p-top-contact__container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
.p-top-contact__contents {
  margin: 4.5rem 0 0 0;
  display: flex;
}
@media screen and (min-width: 1100px), print {
  .p-top-contact__contents {
    margin: 10rem 0 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-contact__contents {
    flex-direction: column;
    align-items: center;
  }
}
.p-top-contact__heading {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 480px), print {
  .p-top-contact__heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-contact__heading {
    font-size: 2.9rem;
    letter-spacing: 0.05em;
  }
}
.p-top-contact__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 180px;
  height: 95px;
  background: url("../img/base/deco-line.png") no-repeat center/cover;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__heading::before {
    width: 224px;
    height: 115px;
  }
}
.p-top-contact__heading span {
  display: block;
  font-size: 2.2rem;
  color: #FF6868;
}
@media screen and (min-width: 480px), print {
  .p-top-contact__heading span {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-contact__heading span {
    font-size: 4.3rem;
  }
}
.p-top-contact__button {
  display: block;
  width: 100%;
  height: 300px;
  max-width: 600px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__button {
    height: 230px;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-contact__button {
    height: min(276 * var(--vw1440), 276px);
    width: 50%;
    max-width: none;
  }
}
.p-top-contact__button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #8FC43D;
  padding: 1em;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-top-contact__button-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-contact__button-link {
    flex-direction: column;
  }
}
.p-top-contact__button-title {
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .p-top-contact__button-title {
    font-size: min(24 * var(--vw1440), 24px);
  }
}
.p-top-contact__button-num {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-top: 0.85rem;
}
@media screen and (min-width: 360px), print {
  .p-top-contact__button-num {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-contact__button-num {
    font-size: min(67 * var(--vw1440), 67px);
  }
}
.p-top-contact__button-time {
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-contact__button-time {
    font-size: min(24 * var(--vw1440), 24px);
  }
}
.p-top-contact__button-text {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  background-color: #ffffff;
  padding: 1.5rem;
  margin-top: 1.6rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 360px), print {
  .p-top-contact__button-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-contact__button-text {
    font-size: min(20 * var(--vw1440), 20px);
    padding: 1.5rem 2rem;
    margin-top: 2rem;
  }
}
.p-top-contact__button-main {
  margin: 2rem 0 0 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__button-main {
    margin: 0 0 0 min(50 * var(--vw1440), 50px);
  }
}
.p-top-contact__button--tel {
  margin: 0 0 1.6rem 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-contact__button--tel {
    margin: 0 3rem 0 0;
  }
}
.p-top-contact__button--tel .tel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #F2984F;
  padding: 1em;
}
@media screen and (max-width: 767.98px) {
  .p-top-contact__button--tel .tel-link {
    flex-direction: column;
  }
}
.p-top-contact__img {
  text-align: center;
  margin-bottom: 3rem;
}
.p-top-contact__img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__img img {
    height: 300px;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-contact__img img {
    height: 372px;
  }
}
.p-top-contact__text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__text {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

/* お知らせ */
.p-top-news {
  position: relative;
  padding: 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-news {
    padding: 12rem 2em;
  }
}
.p-top-news::before {
  content: "";
  position: absolute;
  top: 2.5em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: min(1600 * var(--vw1440), 1600px);
  height: min(947 * var(--vw1440), 947px);
  background: url("../img/top/deco_img_01.png") no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .p-top-news::before {
    top: 5em;
  }
}
.p-top-news__container {
  display: flex;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1099.98px) {
  .p-top-news__container {
    flex-direction: column;
    align-items: center;
  }
}
.p-top-news__header {
  display: flex;
  align-items: center;
  margin: 0 0 2.5rem 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-news__header {
    margin: 0 0 5rem 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-news__header {
    justify-content: space-between;
  }
}
.p-top-news__heading {
  display: block;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3B4043;
}
@media screen and (min-width: 768px), print {
  .p-top-news__heading {
    font-size: 3.6rem;
  }
}
.p-top-news__more {
  margin: 0 0 0 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-news__more {
    margin: 0 0 0 4.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__item {
    width: 50%;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-news__item {
    width: 100%;
    max-width: 680px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-news__item {
    max-width: 570px;
  }
}
.p-top-news__item--01 {
  margin: 0 0 5rem 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-news__item--01 {
    margin: 0 min(80 * var(--vw1440), 80px) 0 0;
  }
}

/* 当園の特徴 */
.p-top-feature {
  position: relative;
  padding: 6rem 1em;
  background: url("../img/top/bg_img_01.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-top-feature {
    padding: 11rem 2em;
  }
}
.p-top-feature__heading {
  display: block;
  text-align: center;
  line-height: 1.35;
  font-size: min(60 * var(--vw768), 60px);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-top-feature__heading {
    margin-bottom: min(50 * var(--vw1440), 50px);
    font-size: min(74 * var(--vw1440), 74px);
  }
}
.p-top-feature__heading span {
  display: block;
}
.p-top-feature__heading span:first-child {
  padding: 0 1em 0 0;
}
.p-top-feature__heading span:last-child {
  padding: 0 0 0 1em;
}
.p-top-feature__text {
  font-size: min(21 * var(--vw768), 21px);
  text-align: center;
  font-weight: 700;
  color: #4E4E4E;
  line-height: 1.75;
}
@media screen and (min-width: 768px), print {
  .p-top-feature__text {
    margin-bottom: 5rem;
    letter-spacing: 0.05em;
    font-size: min(24 * var(--vw1440), 24px);
  }
}
.p-top-feature__text p:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__text p:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.p-top-feature__more {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__more {
    margin-top: 6rem;
  }
}

/* 園での生活  */
.p-top-life {
  padding: 3rem 1em;
}
@media screen and (min-width: 768px), print {
  .p-top-life {
    padding: 6rem 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-life {
    padding: 13rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-life__container {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-life__container {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-life__side {
    width: 40%;
  }
}
.p-top-life__side img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-life__side img {
    height: 600px;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-life__side img {
    border-radius: 0 2rem 2rem 0;
    height: 858px;
  }
}
.p-top-life__main {
  margin: 6em 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-life__main {
    width: 60%;
    margin: 0;
    padding: min(90 * var(--vw1440), 90px) min(85 * var(--vw1440), 85px) 0 min(85 * var(--vw1440), 85px);
  }
}
.p-top-life__header {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 0;
}
.p-top-life__heading {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2E2E2E;
  padding: 2.5rem 0 2.5rem 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-life__heading {
    font-size: 3.6rem;
  }
}
.p-top-life__heading::before {
  content: attr(data-ttl);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.6rem;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-life__heading::before {
    font-size: 1.8rem;
  }
}
.p-top-life__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  display: block;
  width: 200px;
  height: 120px;
  background: url("../img/top/heading_bg_01.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-top-life__heading::after {
    width: 261px;
    height: 165px;
    transform: translate(-50%, -53%);
  }
}
.p-top-life__img {
  text-align: center;
  margin: 5rem 0 0 0;
}
.p-top-life__more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(50%);
  z-index: 0;
}
.p-top-life__text {
  font-size: 1.6rem;
  color: #4E4E4E;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-top-life__text {
    font-size: min(18 * var(--vw1440), 18px);
    line-height: 2.3333333333;
  }
}
.p-top-life__box {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  padding: 7rem 2rem 7rem 2rem;
}
.p-top-life__box::before {
  content: "";
  position: absolute;
  bottom: 1em;
  right: 1em;
  display: block;
  width: 62px;
  height: 44px;
  background: url("../img/base/icon-book.png") no-repeat center/cover;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-life__box::before {
    width: 82px;
    height: 64px;
    bottom: 1em;
    right: 1.5em;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-life__box {
    padding: 7rem 3rem 7rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-life__box {
    padding: 10rem 4rem 7rem 4rem;
  }
}

/* 活動 */
.p-top-activity {
  padding: 0 1em 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-activity {
    padding: 0 2em 13rem 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-activity .u-br--sp {
    display: block;
  }
}
.p-top-activity__container {
  max-width: 1521px;
  width: 100%;
  margin: 0 auto;
}
.p-top-activity__content {
  position: relative;
  background-color: #F8F1E7;
  border-radius: 2rem;
  padding: min(100 * var(--vw768), 100px) min(40 * var(--vw768), 40px) min(60 * var(--vw768), 60px) min(40 * var(--vw768), 40px);
  margin: min(90 * var(--vw768), 90px) 0 0 0;
}
@media screen and (min-width: 768px), print {
  .p-top-activity__content {
    padding: min(70 * var(--vw1440), 70px) min(80 * var(--vw1440), 80px) min(80 * var(--vw1440), 80px) min(80 * var(--vw1440), 80px);
    margin: min(60 * var(--vw1440), 60px) 0 0 0;
  }
}
.p-top-activity__header {
  position: relative;
  text-align: center;
}
.p-top-activity__heading {
  margin: 0 auto;
}
@media screen and (min-width: 1100px), print {
  .p-top-activity__heading {
    max-width: min(1067 * var(--vw1600), 1067px);
  }
}
.p-top-activity__subheading {
  display: block;
  line-height: 1.2;
  font-size: min(30 * var(--vw768), 30px);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #8AAE46;
  margin: min(30 * var(--vw768), 30px) 0 min(30 * var(--vw768), 30px) 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-activity__subheading {
    font-size: min(30 * var(--vw1440), 30px);
    margin: min(30 * var(--vw1440), 30px) 0 min(40 * var(--vw1440), 40px) 0;
  }
}
.p-top-activity__decoration--01 {
  position: absolute;
  left: 1em;
  top: 0;
  transform: translateY(-60%);
  width: min(140 * var(--vw768), 140px);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .p-top-activity__decoration--01 {
    width: min(262 * var(--vw1600), 262px);
    transform: translateY(-80%);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-activity__decoration--01 {
    left: 1.5em;
  }
}
.p-top-activity__decoration--02 {
  position: absolute;
  right: 1em;
  top: 0;
  transform: translateY(-60%);
  width: min(120 * var(--vw768), 120px);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .p-top-activity__decoration--02 {
    width: min(198 * var(--vw1600), 198px);
    transform: translateY(-80%);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-activity__decoration--02 {
    right: 1.5em;
  }
}
.p-top-activity__text {
  display: block;
  line-height: 1.8;
  font-size: min(12 * var(--vw375), 12px);
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #4E4E4E;
}
@media screen and (min-width: 480px), print {
  .p-top-activity__text {
    font-size: min(18 * var(--vw768), 18px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-activity__text {
    font-size: min(18 * var(--vw1440), 18px);
  }
}
.p-top-activity__link {
  text-align: center;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-top-activity__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.p-top-activity__title {
  font-size: min(14 * var(--vw375), 14px);
  line-height: 1.2;
  color: #4E4E4E;
  letter-spacing: 0.05em;
  margin: 2rem 0 0 0;
  font-weight: 700;
}
@media screen and (min-width: 480px), print {
  .p-top-activity__title {
    font-size: min(20 * var(--vw768), 20px);
  }
}
@media screen and (min-width: 768px), print {
  .p-top-activity__title {
    font-size: min(20 * var(--vw1440), 20px);
  }
}
.p-top-activity__itemWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 min(-30 * var(--vw768), 30px) min(-30 * var(--vw768), 30px) 0;
}
@media screen and (min-width: 768px), print {
  .p-top-activity__itemWrap {
    margin: 0 min(-65 * var(--vw1440), 65px) min(-65 * var(--vw1440), 65px) 0;
  }
}
.p-top-activity__item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding: 0 min(30 * var(--vw768), 30px) min(30 * var(--vw768), 30px) 0;
}
@media screen and (min-width: 768px), print {
  .p-top-activity__item {
    padding: 0 min(65 * var(--vw1440), 65px) min(65 * var(--vw1440), 65px) 0;
    width: 33.33333%;
  }
}
@media screen and (min-width: 1280px), print {
  .p-top-activity__item {
    width: 20%;
  }
}

/* メニュー */
.p-top-menu {
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu {
    padding: 0 2em 0 2em;
  }
}
.p-top-menu__block--02 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__block--02 {
    margin: 0 -2em;
    margin-top: -21rem;
  }
}
.p-top-menu__block--01 {
  position: relative;
  background-color: #FFEED9;
  margin: 20rem -1em 0 -1em;
  padding: 0 1em 15rem 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__block--01 {
    margin: 16.6666666667vw -2em 0 -2em;
    padding: 0 2em 35rem 2em;
  }
}
.p-top-menu__wrap {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  gap: 23rem 1.5rem;
  max-width: 1460px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .p-top-menu__wrap {
    grid-template-columns: repeat(2, 350px);
    gap: 28rem 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 28rem 2.8rem;
  }
}
.p-top-menu__item {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .p-top-menu__item:nth-child(3) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__item:nth-child(3) {
    grid-column: span 1;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-top-menu__content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2rem;
  padding: 10rem 2rem 5rem 2rem;
}
@media screen and (min-width: 768px), print {
  .p-top-menu__content {
    padding: 10.5rem 3rem 7rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__content {
    padding: min(140 * var(--vw1440), 140px) min(30 * var(--vw1440), 30px) min(70 * var(--vw1440), 70px) min(30 * var(--vw1440), 30px);
    max-width: none;
  }
}
.p-top-menu__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-65%);
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .p-top-menu__img {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-menu__img img {
    width: auto;
    height: 28rem;
  }
}
.p-top-menu__heading {
  display: block;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__heading {
    margin: 0 0 min(15 * var(--vw1440), 15px) 0;
  }
}
.p-top-menu__heading .en {
  display: block;
  font-size: 1.4rem;
  color: #776031;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__heading .en {
    font-size: min(18 * var(--vw1440), 18px);
  }
}
.p-top-menu__heading .jp {
  display: block;
  font-size: 2.6rem;
  color: #F2984F;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__heading .jp {
    font-size: min(36 * var(--vw1440), 36px);
  }
}
.p-top-menu__more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(50%);
  z-index: 1;
}
.p-top-menu__text {
  font-size: 1.4rem;
  color: #4E4E4E;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__text {
    font-size: min(18 * var(--vw1440), 18px);
    line-height: 2.3333333333;
  }
}
.p-top-menu__shape {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: -1;
}
.p-top-menu__shape img {
  height: 16.6666666667vw;
}
.p-top-menu__diagonal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fdf7f9;
  -webkit-clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__diagonal {
    height: 150px;
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  }
}

/* ぽっこランド */
.p-top-pokkoland {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .p-top-pokkoland {
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-pokkoland__side {
    width: 45%;
  }
}
.p-top-pokkoland__side img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-pokkoland__side img {
    height: 515px;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-pokkoland__side img {
    border-radius: 2rem 0 0 2rem;
    height: 515px;
  }
}
.p-top-pokkoland__main {
  margin: 6em 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-pokkoland__main {
    width: 55%;
    margin: 0;
    padding: 0 min(70 * var(--vw1440), 70px);
  }
}
.p-top-pokkoland__header {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 0;
}
.p-top-pokkoland__heading {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #B42E2E;
  padding: 2.5rem 0 2rem 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-pokkoland__heading {
    font-size: 2.6rem;
    padding: 3.3rem 0 2rem 0;
  }
}
.p-top-pokkoland__heading span {
  display: block;
  font-size: 2.6rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-pokkoland__heading span {
    font-size: 3.6rem;
  }
}
.p-top-pokkoland__heading::before {
  content: attr(data-ttl);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #878787;
  font-size: 1.4rem;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-pokkoland__heading::before {
    font-size: 1.8rem;
  }
}
.p-top-pokkoland__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  display: block;
  width: 251px;
  height: 191px;
  background: url("../img/top/heading_bg_02.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-top-pokkoland__heading::after {
    width: 351px;
    height: 191px;
    transform: translate(-50%, -57%);
  }
}
.p-top-pokkoland__more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(50%);
  z-index: 0;
}
.p-top-pokkoland__text {
  font-size: 1.6rem;
  color: #4E4E4E;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-top-pokkoland__text {
    font-size: min(18 * var(--vw1440), 18px);
    line-height: 2.3333333333;
  }
}
.p-top-pokkoland__box {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  padding: 7rem 2rem 7rem 2rem;
}
.p-top-pokkoland__box::before {
  content: "";
  position: absolute;
  bottom: 1em;
  right: 1em;
  display: block;
  width: 76px;
  height: 54px;
  background: url("../img/base/icon-pokko.png") no-repeat center/cover;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-pokkoland__box::before {
    width: 96px;
    height: 74px;
    bottom: 1em;
    right: 1.5em;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-pokkoland__box {
    padding: 7rem 3rem 7rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-pokkoland__box {
    padding: 10rem 4rem 7rem 4rem;
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
.l-section {
  position: relative;
  overflow: hidden;
  padding: 2.5em 1em;
  overflow: visible;
  margin-top: 70px;
}
@media screen and (min-width: 1100px), print {
  .l-section {
    padding: 5em 2em;
    overflow: hidden;
    margin-top: -70px;
  }
}
.l-section__block {
  position: relative;
}
.l-section__block:not(:last-child) {
  margin: 0 0 6rem 0;
}
@media screen and (min-width: 1100px), print {
  .l-section__block:not(:last-child) {
    margin: 0 0 12rem 0;
  }
}

.c-breadcrumb {
  position: relative;
  z-index: 1;
  padding: 1em 1em;
  font-size: 1.4rem;
  overflow-x: auto;
}
@media screen and (min-width: 1100px), print {
  .c-breadcrumb {
    font-size: 1.6rem;
    padding: 2em;
  }
}
.c-breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  padding: 0;
  margin: 0;
}
.c-breadcrumb ol li {
  display: flex;
  align-items: center;
}
.c-breadcrumb ol li::after {
  content: ">";
  margin: 0 0 0 0.5em;
  padding: 0 0 0.15em 0;
  color: #3B4043;
}
.c-breadcrumb ol li:last-child::after {
  content: "";
  margin: 0;
}
.c-breadcrumb ol li a {
  color: #3B4043;
  text-decoration: none;
  transition: color 0.2s;
}
@media (hover: hover) {
  .c-breadcrumb ol li a:where(:any-link, :enabled, summary):hover {
    color: #E04A51;
  }
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-detail .news-date {
  width: 100%;
  margin: 0 0 1rem 0;
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-list.news-list-archive {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px), print {
  .news-list.news-list-archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    margin-bottom: 3em;
  }
}
.news-list.news-list-archive .news-topics {
  margin: 0;
}
.news-topics:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .news-topics:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.news-date {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 0.5rem 0;
  color: #E04A51;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-date {
    font-size: 1.8rem;
    margin: 0 0 0.5rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .news-date {
    margin: 0 0 1.5rem 0;
    font-size: min(21 * var(--vw1440), 21px);
  }
}
.news-title {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-title {
    font-size: min(21 * var(--vw1440), 21px);
  }
}
.news-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 120px;
  height: 80px;
  border: 3px solid #fff;
  background-color: #F8F1F1;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .news-img {
    width: 170px;
    height: 110px;
  }
}
@media screen and (min-width: 1100px), print {
  .news-img {
    width: min(226 * var(--vw1440), 226px);
    height: min(146 * var(--vw1440), 146px);
  }
}
.news-img span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.news-img span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.news-link {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #000000;
  padding: 0 0 0 8.5em;
  min-height: 80px;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-link {
    padding: 0 0 0 12em;
    min-height: 110px;
  }
}
@media screen and (min-width: 1100px), print {
  .news-link {
    padding: 0 0 0 min(260 * var(--vw1440), 260px);
    min-height: min(146 * var(--vw1440), 146px);
  }
}
@media (hover: hover) {
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #E04A51;
  }
}

/* topics_paging */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: flex;
  justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: flex;
  align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #0081BF;
  text-decoration: none;
}