@charset "UTF-8";
@font-face {
  font-family: "DFYuGaSo-W7";
  src: url("../font/DFYuGaSo-W7-WIN-RKSJ-H.woff2") format("woff2"), url("../font/DFYuGaSo-W7-WIN-RKSJ-H.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
: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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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%;
  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 Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

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-family: "ＤＦ優雅宋W7";
  line-height: 1.4;
  padding: 0 0 0.7em 0;
  margin-bottom: 2rem;
  border-bottom: 5px solid rgba(60, 0, 0, 0.2);
  word-break: break-all;
  word-wrap: break-word;
}
.c-heading--detail.__secondary {
  border-bottom-color: #B59A9A;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail.__secondary {
    margin-bottom: 4rem;
  }
}
.c-heading--detail.__secondary span {
  position: relative;
  display: block;
  padding: 0 0 0 2.5em;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail.__secondary span {
    padding: 0 0 0 2.5em;
  }
}
.c-heading--detail.__secondary span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 42px;
  background: url("../img/base/icon-heading.png") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail.__secondary span::before {
    width: 44px;
    height: 52px;
  }
}
.c-heading--detail::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40%;
  height: 5px;
  background-color: #3C0000;
  z-index: 0;
}
.c-heading--detail::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 20%;
  height: 5px;
  background-color: #E04A51;
  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;
  color: #3B4043;
  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--sm {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--sm {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .u-text-body--sm {
    font-size: 1.4rem;
  }
}
.u-text-body--lg {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .u-text-body--lg {
    font-size: 2rem;
  }
}
.u-text-body--xl {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .u-text-body--xl {
    font-size: 2.5rem;
  }
}
.u-text-body a {
  text-decoration: underline;
  color: #3C0000;
}
@media (hover: hover) {
  .u-text-body a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .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: #3C0000;
  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: #776031;
}
.c-link-button--recruit {
  background-color: #776031;
  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(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #E04A51;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #E04A51;
  }
}

.c-button--contact {
  width: 170px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem 0 0 1rem;
  background-color: #3C0000;
  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(:-moz-any-link, :enabled, summary):hover {
    background-color: #E04A51;
  }
  .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: #3C0000;
}

.u-color-main {
  color: #3C0000;
}

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

.u-color-red {
  color: #C64848 !important;
}

.u-color-red2 {
  color: #E04B52 !important;
}

.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: -81px;
  margin-bottom: 80px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .u-anchorpoint::before {
    margin-top: -201px;
    margin-bottom: 200px;
  }
}

/* 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.list2 li::before {
  color: #E04B52;
}
.list.__large li {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .list.__large li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .list.__large li {
    font-size: 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.8em;
  }
}
.list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #3B4043;
}

.u-hover-opacity {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .u-hover-opacity:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .u-hover-opacity:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

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

  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: 130px;
    width: min(362 * var(--vw1600), 362px);
    padding: 6rem 0 0 0;
  }
}
.l-header.is-fixed .l-header__fixed {
  bottom: 12rem;
}
@media screen and (max-width: 1099.98px) {
  .l-header.is-fixed .l-header__fixed {
    bottom: 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header.is-fixed .l-header__fixed {
    bottom: 7rem;
  }
}
.l-header__fixed {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: 6rem;
  right: 1rem;
  z-index: 101;
}
.l-header__fixed-item:first-child {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1100px), print {
  .l-header__fixed-item:first-child {
    margin-bottom: 1.5em;
  }
}
@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: #3C0000;
    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(-50%);
    height: 220px;
    padding: 6rem 0 0 0;
  }
}
@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: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
.c-header-logo__title {
  width: 170px;
}
@media screen and (min-width: 360px), print {
  .c-header-logo__title {
    width: 170px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-header-logo__title {
    width: min(375 * var(--vw1600), 375px);
  }
}
.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: 220px;
    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: 160px;
    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(--vw1600), 400px) 0 0;
  }
  .l-nav.is-fixed .c-nav__link {
    height: 90px;
  }
  .l-nav.is-fixed .c-nav__submenu--trigger {
    height: 90px;
    margin-bottom: -90px;
  }
  .l-nav.is-fixed .l-nav__utility {
    padding: 0 1em 0.4em 1em;
  }
  .l-nav.is-fixed .c-nav-utility li a {
    font-size: 1.4rem;
    padding: 0 0 0 min(20 * var(--vw1440), 20px);
  }
  .l-nav.is-fixed .c-nav__submenu {
    bottom: -12px;
  }
  .l-nav.is-fixed .c-nav__link {
    font-size: min(16 * var(--vw1600), 16px);
  }
  .l-nav.is-fixed .c-nav__icon {
    margin: 0 0 0.8rem 0;
  }
  .l-nav.is-fixed .l-nav__container {
    background-size: 1127px 15px;
    padding: 1.5rem 0 0.5rem 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-image: url("../img/base/repeat_line_01.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 1127px 25px;
  background-color: #ffffff;
  padding-bottom: 1.5em;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .l-nav__container {
    max-width: none;
    margin: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0 1rem 0;
  }
}
.l-nav__utility {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  padding: 3.5rem 0.8em 0.8em 0.8em;
}
@media screen and (min-width: 1100px), print {
  .l-nav__utility {
    padding: 0 1em 1em 1em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@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.2rem;
}
.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: 200px;
    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 #DCDCDC;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item:nth-child(3) {
    border-right: none !important;
    margin: 0 min(420 * var(--vw1600), 420px) 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: #3C0000;
  }
  .c-nav__item.is-active .c-nav__link::after {
    border-color: #3C0000;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item.is-active .c-nav__link {
    background-color: #3C0000;
    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.2rem 0;
  }
}
.c-nav__icon svg {
  fill: #fff;
  transition: fill 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__icon svg {
    fill: #3C0000;
  }
}
.c-nav__title {
  width: 100%;
  text-align: left;
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 1100px), print {
  .c-nav__title {
    padding: 0 0 min(23 * var(--vw1600), 23px) 0;
    text-align: center;
  }
}
.c-nav__title::before {
  content: attr(data-ttl);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #fff;
  font-family: "Fleur De Leah", cursive;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__title::before {
    font-size: min(16 * var(--vw1600), 16px);
    text-align: center;
    color: #776031;
  }
}
.c-nav__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "DFYuGaSo-W7";
  color: #3C0000;
  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: 105px;
    border: none;
    padding: 0 min(15 * var(--vw1600), 15px);
    letter-spacing: 0.05em;
    font-size: min(18 * var(--vw1600), 18px);
    min-width: min(165 * var(--vw1600), 165px);
  }
}
@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: #3C0000;
    height: 60px;
    transition-property: color, background-color;
  }
}
@media screen and (hover: hover) and (max-width: 1099.98px) {
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #E04A51;
    color: #fff;
  }
  .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(:-moz-any-link, :enabled, summary):hover {
    color: #E04A51;
  }
  .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: 400;
}
.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: -19px;
    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: 105px;
    margin-bottom: -105px;
    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;
  }
}
.c-nav__submenu--trigger:hover + .c-nav__link .c-nav__title::before {
  color: #fff;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link .c-nav__title::before {
    color: #E04A51;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link::after {
    border-color: #3C0000;
  }
}
@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;
  }
}
.c-nav__submenu--trigger.is-active + .c-nav__link .c-nav__title::before {
  color: #fff;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link .c-nav__title::before {
    color: #E04A51;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    border-color: #3C0000;
  }
}
@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: #3C0000;
  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: #3C0000;
    color: #fff;
    font-size: 1.5rem;
    height: 53px;
    padding: 0.35em 0.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link {
    font-size: min(16 * var(--vw1440), 16px);
    padding: 0.5em min(30 * var(--vw1440), 30px);
  }
}
@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: #3C0000;
}
.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: #3C0000;
}
.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: #3C0000;
  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: #3C0000;
}
.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: #3C0000;
  text-align: center;
}

.c-nav-sns {
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .c-nav-sns {
    justify-content: center;
    margin-top: 1rem;
  }
}
.c-nav-sns li:first-child {
  margin: 0 1.5rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .c-nav-sns li:first-child {
    margin: 0 2rem 0 0;
  }
}
.c-nav-sns li a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-nav-sns li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-nav-sns li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.c-nav-utility {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .c-nav-utility {
    flex-wrap: wrap;
    margin: 0 -2rem -1rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav-utility li {
    margin: 0 min(30 * var(--vw1440), 30px) 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav-utility li {
    padding: 0 2rem 1rem 0;
    width: 50%;
  }
}
.c-nav-utility li a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-weight: 400;
  padding: 0 0 0 1em;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #3C0000;
  font-family: "DFYuGaSo-W7";
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .c-nav-utility li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #E04A51;
  }
  .c-nav-utility li a:where(:any-link, :enabled, summary):hover {
    color: #E04A51;
  }
}
.c-nav-utility li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-left: 0.8rem solid #919191;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
}
@media screen and (min-width: 1100px), print {
  .c-nav-utility li a {
    letter-spacing: 0.05em;
    font-size: min(18 * var(--vw1440), 18px);
    padding: 0 0 0 min(25 * var(--vw1440), 25px);
  }
}

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

  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;
  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: #000000;
  padding: 3em 2em;
}
@media screen and (min-width: 1100px), print {
  .l-footer__logo {
    width: 30%;
    padding: 1em 3em;
  }
}
.l-footer__recruit {
  margin-top: 1.5em;
}
.l-footer__contents {
  width: 100%;
  background-color: #ECE9E9;
  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 7rem 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 a {
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .l-footer__nav-list > li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #3C0000;
  }
  .l-footer__nav-list > li a:where(:any-link, :enabled, summary):hover {
    color: #3C0000;
  }
}
.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(:-moz-any-link, :enabled, summary):hover {
    color: #3C0000;
  }
  .l-footer__subnav-list li a:where(:any-link, :enabled, summary):hover {
    color: #3C0000;
  }
}
.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 {
  position: relative;
  text-align: center;
  display: block;
  font-weight: 400;
  color: #333;
  margin-top: 1em;
  padding: 0;
}
.c-footer__copy::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 43px;
  height: 71px;
  background: url("../img/top/icon-rabit02.png") no-repeat center/contain;
  z-index: 1;
}
@media screen and (min-width: 1440px), print {
  .c-footer__copy::after {
    right: -3.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy::after {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .c-footer__copy {
    margin-top: 6.5em;
    text-align: right;
    padding: 0 3.5em 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__copy {
    margin-top: 14em;
  }
}
@media screen and (min-width: 1440px), print {
  .c-footer__copy {
    margin-top: 14em;
    padding: 0;
  }
}
.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: #3C0000;
  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 min(50 * var(--vw768), 50px) 0;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .swiper-container {
    padding: 0 0 2.5em 0;
  }
}
.swiper-img {
  display: block;
  position: relative;
}
.swiper-img::before {
  content: "";
  display: block;
  padding-top: 66%;
}
@media screen and (min-width: 1100px), print {
  .swiper-img::before {
    padding-top: 720px;
  }
}
.swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.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: #3C0000;
}
.swiper-button-prev:hover::after {
  color: #ffffff;
}
.swiper-button-prev::after {
  color: #3C0000;
  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: #3C0000;
}
.swiper-button-next:hover::after {
  color: #ffffff;
}
.swiper-button-next::after {
  color: #3C0000;
  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: 1;
}
.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%;
  margin: 0 !important;
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 480px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@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 1.5rem 0 0 !important;
}
@media screen and (min-width: 480px), print {
  .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 1.5rem 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: 22rem 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.png") no-repeat center/cover;
  z-index: 1;
}
.c-page-title__name {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 0 1.3em 0;
}
@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: #2A2A2A;
  z-index: 0;
  font-family: "Fleur De Leah", cursive;
  color: #776031;
  font-weight: 400;
  font-size: 2rem;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}
@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: #C64848;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  font-family: "DFYuGaSo-W7";
  padding: 0 0 0 1.5em;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}
@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(-50%);
  display: block;
  width: 35px;
  height: 34px;
  background: url("../img/top/icon-rabit02.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);
}

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

  フォーム部品

-------------------------------- */
.form-table {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-top: 1px solid #3C0000;
}
.form-table tbody {
  display: block;
}
.form-table tr {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #3C0000;
}
@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::-moz-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: #3C0000;
  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: #3C0000;
}
.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 #3C0000;
    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: #3C0000;
  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: #3C0000;
  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: #3C0000;
  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: #3C0000;
  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: #fff;
}

/* 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: 22rem 0 0 0;
  }
}
.p-top-hero__catch {
  position: absolute;
  left: min(80 * var(--vw768), 80px);
  bottom: min(80 * var(--vw768), 80px);
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__catch {
    left: min(150 * var(--vw1440), 150px);
    bottom: min(70 * var(--vw1440), 70px);
  }
}
.p-top-hero__catch--01 {
  width: min(487 * var(--vw1100), 487px);
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__catch--01 {
    width: auto;
  }
}
.p-top-hero__decoration {
  position: absolute;
  bottom: min(-20 * var(--vw768), 20px);
  left: min(10 * var(--vw768), 10px);
  z-index: 1;
  width: min(84 * var(--vw1100), 84px);
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__decoration {
    width: auto;
    bottom: -7rem;
    left: min(60 * var(--vw1440), 60px);
  }
}
/* 共通お問い合わせ */
.p-top-contact {
  position: relative;
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-contact {
    padding: 0 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__header {
  margin: 0 auto 2em;
  max-width: 930px;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__header {
    margin: 0 auto min(50 * var(--vw1440), 50px);
    max-width: min(930 * var(--vw1440), 930px);
  }
}
.p-top-contact__heading {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: min(50 * var(--vw768), 50px);
}
@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 {
    letter-spacing: 0.05em;
    margin-bottom: min(50 * var(--vw1440), 50px);
  }
}
.p-top-contact__heading span {
  display: block;
  font-size: min(43 * var(--vw768), 43px);
  padding: min(45 * var(--vw768), 45px) 0 0 0;
  color: #000;
  font-family: "DFYuGaSo-W7";
}
@media screen and (min-width: 768px), print {
  .p-top-contact__heading span {
    font-size: min(43 * var(--vw1440), 43px);
    padding: min(40 * var(--vw1440), 40px) 0 0 0;
  }
}
.p-top-contact__heading span::before {
  content: attr(data-ttl);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  font-family: "Fleur De Leah", cursive;
  color: #776031;
  font-size: min(24 * var(--vw768), 24px);
}
@media screen and (min-width: 768px), print {
  .p-top-contact__heading span::before {
    font-size: min(20 * var(--vw1440), 20px);
  }
}
.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(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .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.4rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__text {
    font-size: min(20 * var(--vw1440), 20px);
    line-height: 2;
  }
}

/* お知らせ */
.p-top-news {
  padding: 4rem 1em 0 1em;
  background-image: url("../img/top/ribbon_line.png");
  background-repeat: repeat-x;
  background-size: 1982px 375px;
  background-position: center;
}
@media screen and (min-width: 1100px), print {
  .p-top-news {
    padding: 6rem 2em 0 2em;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-news {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-top-news__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .p-top-news__container {
    flex-direction: column;
  }
}
.p-top-news__main {
  max-width: 700px;
  width: 100%;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-news__main {
    margin: 0 min(70 * var(--vw1600), 70px) 0 0;
  }
}
.p-top-news__img {
  max-width: 650px;
}
@media screen and (max-width: 1099.98px) {
  .p-top-news__img {
    max-width: 400px;
  }
}
.p-top-news__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 3rem 0;
  padding: 0 0 0 5rem;
}
@media screen and (min-width: 360px), print {
  .p-top-news__header {
    padding: 0 0 0 6.5rem;
  }
}
@media screen and (min-width: 480px), print {
  .p-top-news__header {
    padding: 0 0 0 7.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__header {
    padding: 0 0 0 min(85 * var(--vw1440), 85px);
    margin: 0 0 min(45 * var(--vw1440), 45px) 0;
  }
}
.p-top-news__header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 43px;
  height: 38px;
  background: url("../img/top/icon-time.png") no-repeat center/cover;
  z-index: 0;
}
@media screen and (min-width: 360px), print {
  .p-top-news__header::before {
    width: 53px;
    height: 46px;
  }
}
@media screen and (min-width: 480px), print {
  .p-top-news__header::before {
    width: 63px;
    height: 54px;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__header::before {
    width: min(73 * var(--vw1440), 73px);
    height: min(64 * var(--vw1440), 64px);
  }
}
.p-top-news__heading {
  position: relative;
  display: block;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "DFYuGaSo-W7";
  font-size: 2.2rem;
  padding: 2rem 0 0 0;
}
@media screen and (min-width: 360px), print {
  .p-top-news__heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 480px), print {
  .p-top-news__heading {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__heading {
    font-size: min(44 * var(--vw1440), 44px);
    padding: min(25 * var(--vw1440), 25px) 0 0 0;
  }
}
.p-top-news__heading::before {
  content: attr(data-ttl);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Fleur De Leah", cursive;
  color: #776031;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px), print {
  .p-top-news__heading::before {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__heading::before {
    font-size: min(20 * var(--vw1440), 20px);
  }
}

/* 園長先生のおへや */
.p-top-principals {
  position: relative;
  background-color: #FFDCDC;
  padding: 1em 1em 14rem 1em;
  margin: 10vw 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-principals {
    padding: 0 2em min(230 * var(--vw1440), 230px) 2em;
    margin: 10vw 0 0 0;
  }
}
.p-top-principals::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(-15%);
  display: block;
  width: 180px;
  height: 180px;
  background: url("../img/top/icon-bara.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 480px), print {
  .p-top-principals::before {
    left: min(-30 * var(--vw1440), 30px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-principals::before {
    width: min(291 * var(--vw1440), 291px);
    height: min(291 * var(--vw1440), 291px);
    left: min(-30 * var(--vw1440), 30px);
    transform: translateY(-30%);
  }
}
@media screen and (max-width: 479.98px) {
  .p-top-principals::before {
    right: -1rem;
  }
}
.p-top-principals__diagonal {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
}
@media screen and (min-width: 1100px), print {
  .p-top-principals__diagonal {
    height: min(150 * var(--vw1440), 150px);
    clip-path: polygon(0 0, 100% min(50 * var(--vw1440), 50px), 100% 100%, 0 100%);
  }
}
.p-top-principals__shape {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: -1;
}
.p-top-principals__shape img {
  height: 10vw;
}
.p-top-principals__container {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
}
.p-top-principals__header {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-principals__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-principals__header-content {
  position: relative;
  padding: 0 0 0 4.3em;
}
@media screen and (min-width: 1100px), print {
  .p-top-principals__header-content {
    padding: 0 0 0 7.5em;
  }
}
.p-top-principals__header-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  background: url("../img/top/icon-rabit01.png") no-repeat center/contain;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .p-top-principals__header-content::before {
    width: 117px;
    height: 117px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-top-principals__heading {
  position: relative;
  display: block;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "DFYuGaSo-W7";
  margin-bottom: 1.7rem;
  padding: 3rem 0 0 0;
}
.p-top-principals__heading::before {
  content: attr(data-ttl);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Fleur De Leah", cursive;
  color: #776031;
  font-size: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-principals__heading::before {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-principals__heading {
    font-size: 3.6rem;
    padding: 3rem 0 0 0;
  }
}
.p-top-principals__text {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4E4E4E;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .p-top-principals__text {
    font-size: 1.8rem;
  }
}
.p-top-principals__more {
  margin: 1.3em 0 0 0;
}
@media screen and (min-width: 768px), print {
  .p-top-principals__more {
    margin: 0 0 0 0.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-principals__more {
    width: 100%;
    text-align: center;
  }
}
.p-top-principals__content {
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 768px), print {
  .p-top-principals__content {
    margin: 4.5rem 0 0 0;
  }
}

/* 当園の特徴 */
.p-top-about {
  position: relative;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-about {
    padding: 10rem 2em;
  }
}
.p-top-about__header {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-about__header {
    padding: 0 min(140 * var(--vw1440), 140px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-about__header {
    padding: 0 min(140 * var(--vw1600), 140px);
  }
}
.p-top-about__header::before {
  content: "";
  position: absolute;
  bottom: -1em;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/top/icon-rabit01.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-about__header::before {
    width: min(153 * var(--vw1600), 153px);
    height: min(153 * var(--vw1600), 153px);
    bottom: 0;
  }
}
.p-top-about__header::after {
  content: "";
  position: absolute;
  bottom: -1.5em;
  right: 0;
  display: block;
  width: 87px;
  height: 59px;
  background: url("../img/top/icon-flower.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-about__header::after {
    width: min(181 * var(--vw1600), 181px);
    height: min(124 * var(--vw1600), 124px);
    bottom: 0;
  }
}
.p-top-about__heading {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 1.8rem;
  font-family: "DFYuGaSo-W7";
  padding: 3rem 0 0 0;
}
@media screen and (min-width: 768px), print {
  .p-top-about__heading {
    font-size: min(40 * var(--vw1600), 40px);
    margin-bottom: min(35 * var(--vw1600), 35px);
    padding: min(40 * var(--vw1600), 40px) 0 0 0;
  }
}
.p-top-about__heading::before {
  content: attr(data-ttl);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Fleur De Leah", cursive;
  color: #776031;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .p-top-about__heading::before {
    font-size: min(20 * var(--vw1600), 20px);
  }
}
.p-top-about__heading span {
  display: block;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px), print {
  .p-top-about__heading span {
    font-size: min(56 * var(--vw1600), 56px);
  }
}
.p-top-about__more {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-top-about__more {
    margin-top: min(70 * var(--vw1440), 70px);
  }
}
.p-top-about__text {
  text-align: center;
  line-height: 1.75;
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 20px;
}
@media screen and (min-width: 480px), print {
  .p-top-about__text {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-about__text {
    font-size: min(24 * var(--vw1600), 24px);
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-about__text {
    letter-spacing: 0.05em;
  }
}
.p-top-about__img {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-top-about__img {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-about__img {
    max-width: 400px;
  }
}
.p-top-about__main {
  position: relative;
  margin: 1.5em 0 0 0;
}
@media screen and (min-width: 768px), print {
  .p-top-about__main {
    margin: 0 0 0 min(20 * var(--vw1600), 20px);
    width: 50%;
  }
}
.p-top-about__main::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -4rem;
  display: block;
  width: 80px;
  height: 80px;
  background: url("../img/top/icon-bara.png") no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .p-top-about__main::before {
    width: min(292 * var(--vw1440), 292px);
    height: min(292 * var(--vw1440), 292px);
    left: min(100 * var(--vw1440), -100px);
    top: min(100 * var(--vw1440), -100px);
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-about__main::before {
    left: min(200 * var(--vw1440), -200px);
  }
}
.p-top-about__main::after {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: 0;
  display: block;
  width: 90px;
  height: 75px;
  background: url("../img/top/icon-lamp.png") no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .p-top-about__main::after {
    width: min(261 * var(--vw1440), 261px);
    height: min(216 * var(--vw1440), 216px);
    right: min(10 * var(--vw1440), -10px);
    bottom: min(80 * var(--vw1440), -80px);
  }
}
.p-top-about__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-about__container {
    flex-direction: column;
  }
}

/* 園での生活  */
.p-top-life {
  position: relative;
  padding: 8vw 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-life {
    padding: 8vw 0 0 0;
  }
}
.p-top-life__container {
  background-color: #131313;
  padding: 0 1em 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-life__container {
    padding: 0 50% 6vw 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-life__container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.p-top-life__shape {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-top-life__shape img {
  height: 8vw;
}
.p-top-life__more {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-life__more {
    margin-top: min(40 * var(--vw1440), 40px);
  }
}
.p-top-life__text {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-top-life__text {
    letter-spacing: 0.05em;
    font-size: 1.4rem;
  }
}
@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__link {
  text-align: center;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-top-life__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .p-top-life__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.p-top-life__main {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .p-top-life__main {
    width: 100%;
    padding: 0 1em;
  }
}
.p-top-life__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  transform: translateY(-40%);
  width: 118px;
  height: 120px;
  background: url("../img/top/icon-bara2.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-life__main::before {
    width: min(229 * var(--vw1440), 229px);
    height: min(233 * var(--vw1440), 233px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-life__main::before {
    left: min(30 * var(--vw1440), 30px);
  }
}
.p-top-life__main::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1rem;
  width: 67px;
  height: 63px;
  background: url("../img/top/icon-ribbon.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-life__main::after {
    width: min(130 * var(--vw1440), 130px);
    height: min(122 * var(--vw1440), 122px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-life__main::after {
    right: min(50 * var(--vw1440), 50px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-life__img {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-top-life__img {
    text-align: center;
    max-width: 400px;
    margin-bottom: 1.5em;
  }
}

/* メニュー */
.p-top-menu {
  position: relative;
  background-color: #fff;
  padding: 30rem 1em 7rem 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu {
    padding: min(500 * var(--vw1440), 500px) 2em 13rem 2em;
  }
}
.p-top-menu__inner {
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__inner {
    max-width: 1460px;
  }
}
.p-top-menu__container {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  gap: 30rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__container {
    max-width: 1460px;
    gap: 5rem 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-menu__item {
  position: relative;
  width: 100%;
}
.p-top-menu__item:first-child .p-top-menu__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: min(20 * var(--vw1440), 20px);
  transform: translateY(-80%);
  display: block;
  width: 116px;
  height: 105px;
  background: url("../img/top/menu_icon_01.png") no-repeat center/contain;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__item:first-child .p-top-menu__content::before {
    width: min(169 * var(--vw1440), 169px);
    height: min(153 * var(--vw1440), 153px);
  }
}
.p-top-menu__item:last-child .p-top-menu__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 146px;
  height: 115px;
  background: url("../img/top/menu_icon_02.png") no-repeat center/contain;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__item:last-child .p-top-menu__content::before {
    width: min(212 * var(--vw1440), 212px);
    height: min(167 * var(--vw1440), 167px);
  }
}
.p-top-menu__content {
  position: relative;
  width: 100%;
  background-color: #F3F3F3;
  border-radius: 2rem;
  padding: 4.5rem 2rem 4.5rem 2rem;
  min-height: 250px;
}
@media screen and (min-width: 768px), print {
  .p-top-menu__content {
    padding: 4.5rem 3rem 4.5rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__content {
    padding: min(60 * var(--vw1440), 60px) min(30 * var(--vw1440), 30px) min(50 * var(--vw1440), 50px) min(30 * var(--vw1440), 30px);
    max-width: none;
    min-height: 287px;
  }
}
.p-top-menu__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-85%);
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  .p-top-menu__img {
    max-width: 350px;
    margin: 0 auto -6rem;
  }
}
.p-top-menu__heading {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 1.6rem 0;
  font-weight: 400;
  font-size: 2.4rem;
  color: #000;
  font-family: "DFYuGaSo-W7";
  padding: 2.5rem 0 0 0;
}
@media screen and (min-width: 768px), print {
  .p-top-menu__heading {
    font-size: 3rem;
    margin: 0 0 2rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__heading {
    margin: 0 0 min(20 * var(--vw1440), 20px) 0;
    padding: min(35 * var(--vw1440), 35px) 0 0 0;
    font-size: min(36 * var(--vw1440), 36px);
  }
}
.p-top-menu__heading::before {
  content: attr(data-ttl);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Fleur De Leah", cursive;
  color: #776031;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .p-top-menu__heading::before {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__heading::before {
    font-size: min(20 * var(--vw1440), 20px);
  }
}
.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.02em;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__text {
    font-size: min(16 * var(--vw1440), 16px);
    line-height: 2.3333333333;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-menu__text {
    letter-spacing: 0.05em;
    font-size: min(18 * var(--vw1440), 18px);
  }
}

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

  下層ページ

-------------------------------- */
.l-section {
  position: relative;
  overflow: hidden;
  padding: 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .l-section {
    padding: 5em 2em;
  }
}
.l-section__block {
  position: relative;
}
.l-section__block:not(:last-child) {
  margin: 0 0 5rem 0;
}
@media screen and (min-width: 1100px), print {
  .l-section__block:not(:last-child) {
    margin: 0 0 10rem 0;
  }
}
.l-section__float {
  position: relative;
}
.l-section__float::before {
  content: "";
  display: block;
  clear: both;
}
.l-section__float-main {
  padding: 3rem 0 0 0;
}
@media screen and (min-width: 768px), print {
  .l-section__float-main {
    padding: 1rem 0 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .l-section__float-img {
    float: right;
    padding: 0 0 3rem 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-section__float-img {
    max-width: 350px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-section__float-img {
    max-width: 400px;
    margin: 0 auto;
  }
}
.l-section__box {
  border: 3px solid #E04B52;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .l-section__box {
    border: 5px solid #E04B52;
    border-radius: 1.5rem;
    padding: 3rem;
  }
}
.l-section__wide-img {
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .l-section__wide-img {
    margin: 0 -2em;
  }
}
.l-section__wide-img img {
  width: 100%;
  height: auto;
}
.l-section__tableWrap {
  overflow-x: auto;
}
.l-section__subheading {
  display: block;
  line-height: 1.35;
  font-weight: 700;
  font-size: 1.8rem;
  color: #3B4043;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .l-section__subheading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-section__subheading {
    font-size: 3rem;
  }
}
.l-section__table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  min-width: 500px;
}
.l-section__table th, .l-section__table td {
  vertical-align: middle;
  border: 1px solid #D1D1D1;
  padding: 1.5rem;
  line-height: 1.35;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .l-section__table th, .l-section__table td {
    font-size: 1.6rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-section__table th, .l-section__table td {
    font-size: 2rem;
  }
}
.l-section__table th.bg_color_01, .l-section__table td.bg_color_01 {
  background-color: #000;
}
.l-section__table th.bg_color_02, .l-section__table td.bg_color_02 {
  background-color: #5E5E5E;
}
.l-section__table th {
  color: #fff;
  white-space: nowrap;
}
.l-section__table td {
  background-color: #F5F5F5;
  color: #3B4043;
}

.c-breadcrumb {
  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(:-moz-any-link, :enabled, summary):hover {
    color: #E04A51;
  }
  .c-breadcrumb ol li a:where(:any-link, :enabled, summary):hover {
    color: #E04A51;
  }
}

.about-img {
  margin: 0 -1em;
  margin-top: 1rem;
}
@media screen and (min-width: 1100px), print {
  .about-img {
    margin: 0 -2em;
    margin-top: 1rem;
  }
}
.about-img img {
  width: 100%;
  height: auto;
}

.tab-button {
  display: inline-block;
  line-height: 1.2;
  padding: 1.5rem 1.5rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #DBDBDB;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .tab-button {
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .tab-button {
    font-size: 2rem;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 1.8rem 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .tab-button {
    border-radius: 1rem;
    text-align: center;
    display: block;
  }
}
.tab-button.active {
  background-color: #000;
  color: #fff;
}
.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .tab-buttons {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .tab-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.5rem;
  }
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.tabs-block {
  border: 3px solid #000;
  border-radius: 1rem;
  padding: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .tabs-block {
    border-radius: 1.5rem;
    padding: 3rem;
    border: 5px solid #000;
  }
}
.tabs-att li {
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3B4043;
}
@media screen and (min-width: 768px), print {
  .tabs-att li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .tabs-att li {
    line-height: 2;
    font-size: 2rem;
  }
}
.tabs-att li span {
  color: #EE1010;
  padding: 0 1em 0 0;
}

.life-events {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .life-events {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
.life-events-item {
  text-align: center;
}
.life-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px 0;
}
.life-table tr:not(:last-child) th, .life-table tr:not(:last-child) td {
  border-bottom: 2px dashed #ddd;
}
.life-table th, .life-table td {
  vertical-align: middle;
  line-height: 1.35;
  padding: 1.5rem 0;
  color: #3B4043;
}
@media screen and (min-width: 1100px), print {
  .life-table th, .life-table td {
    padding: 2.5rem 1rem;
  }
}
.life-table th {
  font-size: 1.4rem;
  width: 50px;
}
@media screen and (min-width: 768px), print {
  .life-table th {
    font-size: 2rem;
    width: 100px;
  }
}
@media screen and (min-width: 1100px), print {
  .life-table th {
    font-size: 3rem;
    width: 138px;
  }
}
.life-table td {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .life-table td {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .life-table td {
    font-size: 2rem;
  }
}
.life-table td span {
  font-size: 1rem;
}
@media screen and (min-width: 768px), print {
  .life-table td span {
    font-size: 1.2rem;
    padding: 0 0 0 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .life-table td span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .life-table td span {
    display: block;
  }
}
@media screen and (min-width: 1100px), print {
  .life-flow {
    display: flex;
  }
}
.life-flow-main {
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 1100px), print {
  .life-flow-main {
    width: 70%;
    margin: 0 2em 0 0;
  }
}
.life-flow-side {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 1100px), print {
  .life-flow-side {
    gap: 3rem;
    width: 30%;
  }
}
@media screen and (max-width: 1099.98px) {
  .life-flow-side {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1099.98px) {
  .life-flow-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.life-wide-img {
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .life-wide-img {
    margin: 0 -2em;
  }
}
.life-wide-img img {
  width: 100%;
  height: auto;
}
.life-step {
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .life-step {
    margin-top: 3rem;
  }
}
.life-step-main {
  flex: 1;
}
.life-step-item {
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .life-step-item {
    flex-direction: column;
  }
}
.life-step-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1099.98px) {
  .life-step-item:nth-child(2n) {
    flex-direction: column;
  }
}
.life-step-item:nth-child(2n) .life-step-main {
  margin: 1.5em 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .life-step-item:nth-child(2n) .life-step-main {
    margin: 0 2em 0 0;
  }
}
.life-step-item:nth-child(2n+1) .life-step-main {
  margin: 1.5em 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .life-step-item:nth-child(2n+1) .life-step-main {
    margin: 0 0 0 2em;
  }
}
.life-step-item:not(:last-child) {
  border-bottom: 4px dashed #E9E9E9;
}
@media screen and (min-width: 1100px), print {
  .life-step-item:not(:last-child) {
    border-bottom: 8px dashed #E9E9E9;
  }
}
@media screen and (min-width: 1100px), print {
  .life-step-item {
    padding: 6rem 0;
  }
}

.support-step {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .support-step {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 6rem;
  }
}
.support-step-item {
  text-align: center;
  border-radius: 1rem;
  padding: 3rem 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px), print {
  .support-step-item {
    border-radius: 1.5rem;
    padding: 6rem 3rem;
  }
}
.support-step-img {
  width: 100%;
  text-align: center;
  place-content: center;
}
@media screen and (min-width: 1100px), print {
  .support-step-img {
    height: 243px;
  }
}
@media screen and (max-width: 1099.98px) {
  .support-step-img img {
    height: 150px;
    width: auto;
  }
}
.support-step-title {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #E04B52;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .support-step-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .support-step-title {
    font-size: 2.6rem;
  }
}

.parents-photo {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .parents-photo {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.parents-photo-item {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem 2rem 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1100px), print {
  .parents-photo-item {
    padding: 5rem 3.5rem 4rem 3.5rem;
    border-radius: 1.5rem;
  }
}
.parents-photo-title {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #71A54A;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px), print {
  .parents-photo-title {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .parents-photo-title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}

.pdf-download {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .pdf-download {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.pdf-download-item {
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px), print {
  .pdf-download-item {
    border-radius: 1.5rem;
  }
}
.pdf-download-title {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 1.6rem 2rem;
  background-color: #E04B52;
}
@media screen and (min-width: 768px), print {
  .pdf-download-title {
    font-size: 2rem;
    padding: 1.6rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .pdf-download-title {
    font-size: 2.6rem;
    padding: 2rem 3rem;
  }
}
.pdf-download-link {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .pdf-download-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .pdf-download-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.pdf-download-body {
  position: relative;
  padding: 0 3rem;
}
.pdf-download-body::before {
  content: "";
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 39px;
  height: 39px;
  background: url("../img/pages/parents/icon-pdf.png") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .pdf-download-body::before {
    width: 69px;
    height: 69px;
  }
}
.pdf-download-img {
  text-align: center;
  min-height: 200px;
  place-content: center;
}
@media screen and (min-width: 768px), print {
  .pdf-download-img {
    min-height: 300px;
    place-content: center;
  }
}

.access-table-wrap .l-section__table {
  min-width: auto;
}
.access-table-wrap .l-section__table th, .access-table-wrap .l-section__table td {
  white-space: wrap;
}
@media screen and (max-width: 767.98px) {
  .access-table-wrap .l-section__table th, .access-table-wrap .l-section__table td {
    display: block;
    border: none;
  }
}
@media screen and (max-width: 767.98px) {
  .access-map {
    position: relative;
    padding-top: 95%;
  }
}
@media screen and (max-width: 767.98px) {
  .access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.carousel-slider {
  overflow: visible;
  padding: 0;
  box-sizing: border-box;
  margin: 0 -1em;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .carousel-slider {
    margin: 0 -2em;
    margin-bottom: 4rem;
  }
}
.carousel-slider .swiper-container {
  padding: 0 0 1.8em 0;
}
@media screen and (min-width: 1100px), print {
  .carousel-slider .swiper-container {
    padding: 0 0 2.5em 0;
  }
}
.carousel-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #C4BEBE;
}
.carousel-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.carousel-slider .swiper-slide {
  height: auto;
}
.carousel-slider .swiper-img::before {
  padding-top: 66%;
}
.carousel-slider #swiper-slider2 {
  overflow: visible;
}

.flex {
  display: flex;
  width: 100%;
  margin-bottom: 3em;
}
@media screen and (max-width: 767.98px) {
  .flex {
    display: block;
  }
}
.flex h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.flex .flex_item {
  width: 50%;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .flex .flex_item {
    width: 100%;
    margin-bottom: 1em;
  }
}
.flex .flex_item strong {
  display: inline-block;
}
.flex .flex_item p {
  margin: 0;
}

.table-container {
  background-color: white;
  overflow-x: auto;
  /* 認定行のスタイル */
  /* 合計セル */
}
.table-container table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
}
.table-container th, .table-container td {
  border: 1px solid #ccc;
  padding: 25px 15px;
  text-align: center;
}
.table-container th {
  background-color: #5E5E5E;
  color: white;
  font-weight: normal;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .table-container th {
    font-size: 18px;
  }
}
.table-container td {
  background-color: white;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .table-container td {
    font-size: 18px;
  }
}
.table-container tr:hover td {
  background-color: #f9f9f9;
}
.table-container .row-label {
  background-color: #5E5E5E !important;
  color: white;
  white-space: nowrap !important;
}
.table-container .total-cell {
  font-weight: bold;
  background-color: #f0f0f0;
}

.text-left {
  text-align: left !important;
}

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

  投稿系ページ

-------------------------------- */
.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-topics {
  display: flex;
}
.news-topics:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .news-topics:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.news-date {
  display: block;
  font-size: 1.4rem;
  width: 75px;
  margin: 0 0.5rem 0 0;
  color: #000000;
  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.6rem;
    width: 85px;
    margin: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .news-date {
    font-size: min(21 * var(--vw1440), 21px);
    width: min(105 * var(--vw1440), 105px);
    margin: 0 2rem 0 0;
  }
}
.news-title {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  font-weight: 700;
  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.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-title {
    font-size: min(21 * var(--vw1440), 21px);
  }
}
.news-link {
  position: relative;
  display: block;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #E04A51;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #E04A51;
  }
}

.news-thumb-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 480px), print {
  .news-thumb-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.news-thumb-list-archive {
  gap: 2rem 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 480px), print {
  .news-thumb-list-archive {
    gap: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-list-archive {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .news-thumb-list-archive .news-date {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .news-thumb-list-archive .news-title {
    font-size: 1.2rem;
  }
}
.news-thumb-date {
  display: block;
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-date {
    font-size: min(18 * var(--vw1440), 18px);
  }
}
.news-thumb-title {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-title {
    font-size: min(18 * var(--vw1440), 18px);
  }
}
.news-thumb-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .news-thumb-img {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-img {
    margin-bottom: 1.5rem;
  }
}
.news-thumb-img::before {
  content: "";
  display: block;
  padding-top: 73%;
}
.news-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.3s ease;
}
.news-thumb-link {
  position: relative;
  display: block;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #3C0000;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover {
    color: #3C0000;
  }
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-img img {
    transform: scale(1.1);
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-img img {
    transform: scale(1.1);
  }
}

/* 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;
}/*# sourceMappingURL=styles.css.map */