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

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

  CSS Reset

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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt, dd {
  margin: 0;
  padding: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

* {
  font-weight: 500;
}

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

  共通スタイル

-------------------------------- */
/* 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: #3b4043;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.05em;
  background-color: #fff;
}

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

/* 共通見出し */
.c-heading {
  position: relative;
  display: block;
  max-width: 118rem;
  margin-inline: auto;
  line-height: 1.2;
}
.c-heading small {
  font-size: 1.8rem;
}
.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;
  font-weight: 700;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--news {
    margin-bottom: 5rem;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--news {
    font-size: 3.6rem;
  }
}
.c-heading--news::after {
  content: "";
  aspect-ratio: 192/22;
  display: block;
  width: 19.2rem;
  margin: 1rem 0 0;
  background-image: url(../img/top/news_title1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-heading--detail {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 0.7em;
  margin-bottom: 2rem;
  border-bottom: 5px solid #dfe5be;
  word-break: break-all;
  word-wrap: break-word;
}
.c-heading--detail::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 20%;
  height: 5px;
  background-color: #8fc43d;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail {
    font-size: 2.4rem;
    margin-bottom: 2.3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail {
    font-size: 3rem;
  }
}
/* 基準テキスト */
.u-text-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .u-text-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.u-text-body--lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.8rem;
  }
}
.u-text-body--xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 2rem;
  }
}
.u-text-body a {
  text-decoration: underline;
  color: #fb9c33;
}
@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;
  min-width: 20ch;
  border-radius: 10em;
  color: #fff;
  background-color: #fb9c33;
  padding: 1.2rem 5rem 1.2rem 3rem;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button {
    padding: 1.5rem 6rem 1.5rem 4.5rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-link-button {
    font-size: 2rem;
  }
}
.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 currentColor;
  border-left: 2px solid currentColor;
}
@media screen and (min-width: 768px), print {
  .c-link-button::before {
    right: 2.5rem;
    width: 9px;
    height: 9px;
  }
}
@media (hover: hover) {
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #8fc43d;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #8fc43d;
  }
}
.c-link-button__primary {
  background-color: #8fc43d;
}
@media (hover: hover) {
  .c-link-button__primary:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fb9c33;
  }
  .c-link-button__primary:where(:any-link, :enabled, summary):hover {
    background-color: #fb9c33;
  }
}
.c-link-button__secondary {
  background-color: #e36761;
}
@media (hover: hover) {
  .c-link-button__secondary:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fb9c33;
  }
  .c-link-button__secondary:where(:any-link, :enabled, summary):hover {
    background-color: #fb9c33;
  }
}
.c-link-button__tertiary {
  background-color: #72acbf;
}
@media (hover: hover) {
  .c-link-button__tertiary:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #8fc43d;
  }
  .c-link-button__tertiary:where(:any-link, :enabled, summary):hover {
    background-color: #8fc43d;
  }
}

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

.u-color-main {
  color: #8fc43d;
}

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

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

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

/* アンカー位置調整 */
.u-anchorpoint::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px;
  background: transparent;
  pointer-events: none;
  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;
}

.c-inner-p {
  padding: 20px;
  line-height: 2;
}

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

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

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

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

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

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

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

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

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

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

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

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .l-wrapper {
    padding-bottom: 0;
  }
}

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

  l-header

-------------------------------- */
.l-header {
  position: relative;
}
.l-header.is-fixed {
  /* スクロール時固定用 */
}
@media screen and (max-width: 1099.98px) {
  .l-header.is-fixed .c-header-logo {
    background-color: #fff;
    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 {
    width: 18rem;
    height: 14rem;
    padding-top: 1rem;
  }
}
.l-header__fixed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0.3rem;
  grid-row-gap: 0px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 6rem;
  padding: 0 0.5rem;
  z-index: 999;
}
@media screen and (min-width: 1100px), print {
  .l-header__fixed {
    display: block;
    top: 50%;
    right: 0;
    bottom: auto;
    width: auto;
    height: auto;
    padding: 0;
    z-index: 1200;
    transform: translateY(-50%);
  }
}
.l-header__fixed-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.4rem 0 0;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #000;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .l-header__fixed-item a {
    flex-direction: row;
    padding: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__fixed-item a {
    flex-direction: column;
    height: auto;
    padding: 0 0 1.6rem;
    border-radius: 1rem 0 0 1rem;
  }
}
.l-header__fixed-item .icon {
  display: block;
}
.l-header__fixed-item .label {
  display: block;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .l-header__fixed-item .label {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__fixed-item .label {
    writing-mode: vertical-rl;
    display: inline-block;
    width: 6rem;
    line-height: 6rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__fixed-item + .l-header__fixed-item {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__fixed-time {
    opacity: 0;
    pointer-events: none;
  }
}
.l-header__fixed-time a {
  background-color: #e2536d;
}
@media (hover: hover) {
  .l-header__fixed-time a:hover:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #ff617e;
  }
  .l-header__fixed-time a:hover:where(:any-link, :enabled, summary):hover {
    background-color: #ff617e;
  }
}
.l-header__fixed-time .icon {
  width: 2.4rem;
}
@media screen and (min-width: 768px), print {
  .l-header__fixed-time .icon {
    width: 3.4rem;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__fixed-time .icon {
    margin: 1.4rem auto 1.2rem;
  }
}
.l-header__fixed-web a {
  background-color: #8ac2f4;
}
@media (hover: hover) {
  .l-header__fixed-web a:hover:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #60b3fc;
  }
  .l-header__fixed-web a:hover:where(:any-link, :enabled, summary):hover {
    background-color: #60b3fc;
  }
}
.l-header__fixed-web .icon {
  width: 2.1rem;
}
@media screen and (min-width: 768px), print {
  .l-header__fixed-web .icon {
    width: 2.8rem;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__fixed-web .icon {
    width: 3.2rem;
    margin: 1.4rem auto 1rem;
  }
}
.l-header__fixed-line a {
  background-color: #01ba01;
}
@media (hover: hover) {
  .l-header__fixed-line a:hover:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #19d719;
  }
  .l-header__fixed-line a:hover:where(:any-link, :enabled, summary):hover {
    background-color: #19d719;
  }
}
.l-header__fixed-line .icon {
  width: 3.6rem;
  margin-top: -0.4rem;
  margin-bottom: -0.8rem;
}
@media screen and (min-width: 768px), print {
  .l-header__fixed-line .icon {
    width: 4.6rem;
    margin: 0.5rem 1rem 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__fixed-line .icon {
    margin: 0.8rem auto 0.2rem;
  }
}
.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: 1.5rem;
    right: 1rem;
    width: 6rem;
    height: 6rem;
    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: #3b4043;
    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: 30rem;
    padding-top: 5rem;
  }
}
@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: 8rem;
    font-size: 100%;
    z-index: 900;
    padding: 0 0 0;
    background: #f5eee1 url(../img/base/header_bg.png) repeat-x top;
    background-size: auto 1.4rem;
  }
}
.c-header-logo__title {
  position: relative;
  width: 13rem;
}
@media screen and (min-width: 1100px), print {
  .c-header-logo__title {
    position: static;
    width: 20rem;
  }
}
@media screen and (min-width: 1600px), print {
  .c-header-logo__title {
    width: 25.6rem;
  }
}
.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: 30rem;
    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: 14rem;
    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 .l-nav__container {
    padding-top: 5.5rem;
    background-size: auto 2rem;
  }
  .l-nav.is-fixed .c-nav__link {
    height: 7rem;
  }
  .l-nav.is-fixed .c-nav__icon {
    display: none;
  }
  .l-nav.is-fixed .c-nav__submenu--trigger {
    height: 7rem;
    margin-bottom: -7rem;
  }
  .l-nav.is-fixed .c-nav__submenu--trigger + .c-nav__link::after {
    bottom: 0;
  }
  .l-nav.is-fixed .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    bottom: -6px;
  }
  .l-nav.is-fixed .c-nav__submenu {
    bottom: -20px;
  }
  .l-nav.is-fixed .c-nav-utility {
    top: -3.4rem;
  }
}
.is-active .l-nav {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .is-active .l-nav {
    transition-property: opacity, left;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .is-active .l-nav {
    left: auto;
  }
}
.l-nav__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.l-nav__container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f5eee1;
  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;
    padding: 11rem 0 0;
    background: #f5eee1 url(../img/base/header_bg.png) repeat-x top;
    background-size: auto 3.8rem;
  }
}
.l-nav__main {
  position: relative;
}
@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 {
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
.l-nav__define .tel {
  margin-top: 1rem;
}
.l-nav__logo {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .l-nav__logo {
    display: none;
  }
}
.l-nav__logo img {
  width: 18rem;
  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: 2px solid #f5eee1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item:nth-child(3) {
    margin-right: 24rem;
  }
}
@media screen and (min-width: 1600px), print {
  .c-nav__item:nth-child(3) {
    margin-right: 38rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item.is-active .c-nav__link {
    color: #fb9c33;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item.is-active .c-nav__link {
    background-color: #fb9c33;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item.is-active .c-nav__label::after {
    color: #fb9c33;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item.is-active .c-nav__label::after {
    background-color: #fb9c33;
    color: #fff;
  }
}
.c-nav__link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  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: 15rem;
    border: none;
    padding: 0 1rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1600px), print {
  .c-nav__link {
    padding: 0 2.5rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: inherit;
    height: 7rem;
    padding: 0 1rem 0 0;
    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: #8fc43d;
    color: #fff;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    background-color: #8fc43d;
    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: #8fc43d;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    color: #8fc43d;
  }
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover svg {
    fill: #8fc43d;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover svg {
    fill: #8fc43d;
  }
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .c-nav__label::after {
    color: #8fc43d;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover .c-nav__label::after {
    color: #8fc43d;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link:hover {
    background-color: #8fc43d;
    color: #fff;
  }
}
.c-nav__icon {
  display: grid;
  place-content: center;
  width: 6rem;
  height: 6rem;
}
.c-nav__icon .icon1 {
  width: 3.6rem;
}
.c-nav__icon .icon2 {
  width: 3rem;
}
.c-nav__icon .icon3 {
  width: 3.4rem;
}
.c-nav__icon .icon4 {
  width: 3.4rem;
}
.c-nav__icon .icon5 {
  width: 2rem;
}
.c-nav__icon .icon6 {
  width: 3.4rem;
}
@media screen and (min-width: 1100px), print {
  .c-nav__icon {
    width: 100%;
    height: 6.7rem;
  }
  .c-nav__icon .icon1 {
    width: 7.2rem;
  }
  .c-nav__icon .icon2 {
    width: 3.8rem;
  }
  .c-nav__icon .icon3 {
    width: 5.7rem;
  }
  .c-nav__icon .icon4 {
    width: 4.2rem;
  }
  .c-nav__icon .icon5 {
    width: 2.3rem;
  }
  .c-nav__icon .icon6 {
    width: 3.9rem;
  }
}
.c-nav__label {
  position: relative;
  display: block;
  font-weight: 700;
  flex: 1;
}
.c-nav__label::after {
  content: attr(data-ttl);
  display: block;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  font-size: 1rem;
  color: #747474;
  border-top: 2px solid #E1E1E1;
}
@media screen and (min-width: 1100px), print {
  .c-nav__label::after {
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 1.4rem;
    text-align: center;
    border-top-width: 3px;
  }
}
.c-nav__submenu {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu {
    position: absolute;
    bottom: -3rem;
    left: 50%;
    min-width: 22rem;
    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: 7rem;
  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: 16rem;
    margin-bottom: -16rem;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 18px;
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(-135deg);
    border-top: 2px solid #9E9E9E;
    border-left: 2px solid #9E9E9E;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%) rotate(-135deg);
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #9E9E9E;
    border-left: 2px solid #9E9E9E;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link {
    color: #8fc43d;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link::after {
    border-color: #8fc43d;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link .c-nav__label::after {
    color: #8fc43d;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    color: #8fc43d;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    bottom: -11px;
    border-color: #8fc43d;
    transform: translateX(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    transform: rotate(45deg);
    top: 22px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link .c-nav__label::after {
    color: #8fc43d;
  }
}
.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 1rem;
    padding-bottom: 1rem;
    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;
  }
  .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;
  }
}
@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: #fb9c33;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.6rem;
  height: 5.6rem;
  line-height: 1.2;
  padding: 0 1.5em;
  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: #fb9c33;
    color: #fff;
    font-size: 1.4rem;
    height: 4.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-link:hover {
    background-color: #8fc43d;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link:hover {
    background-color: #8fc43d;
    color: #fff;
  }
}
.c-nav-utility {
  display: flex;
  justify-content: center;
  gap: 0 3rem;
  padding: 1.85rem 0;
}
.c-nav-utility a {
  display: inline-flex;
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-nav-utility a::before {
  content: "";
  align-self: center;
  transform: rotate(135deg);
  display: block;
  width: 9px;
  height: 9px;
  margin: 0.2rem 1.5rem 0 0;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
}
@media screen and (min-width: 1100px), print {
  .c-nav-utility {
    justify-content: flex-end;
    gap: 0;
    padding: 0;
    position: absolute;
    top: -4rem;
    right: 5rem;
    width: 50rem;
  }
  .c-nav-utility li {
    margin-left: 3.55rem;
  }
}
@media screen and (min-width: 1280px), print {
  .c-nav-utility {
    right: 1rem;
  }
}
@media screen and (min-width: 1600px), print {
  .c-nav-utility {
    right: 2.5rem;
  }
}
.c-nav-utility__home a::before {
  border-color: #e2536d;
}
@media (hover: hover) {
  .c-nav-utility__home a:where(:-moz-any-link, :enabled, summary):hover {
    color: #e2536d;
  }
  .c-nav-utility__home a:where(:any-link, :enabled, summary):hover {
    color: #e2536d;
  }
}
.c-nav-utility__news a::before {
  border-color: #ffc052;
}
@media (hover: hover) {
  .c-nav-utility__news a:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffc052;
  }
  .c-nav-utility__news a:where(:any-link, :enabled, summary):hover {
    color: #ffc052;
  }
}
.c-nav__button {
  display: block;
  position: fixed;
  top: 1.5rem;
  left: 1rem;
  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: #3b4043;
}
.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: #3b4043;
}
.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: #3b4043;
  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: #fb9c33;
}
.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: #fb9c33;
  text-align: center;
}

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

  o-nav__screen

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

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

  main

-------------------------------- */
.l-main {
  padding-bottom: 7.5rem;
  background-color: #f5eee1;
}
@media screen and (min-width: 1100px), print {
  .l-main {
    padding-bottom: 10rem;
  }
}
/* --------------------------------

  footer

-------------------------------- */
.l-footer {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1280px), print {
  .l-footer__container {
    display: flex;
  }
}
.l-footer__map {
  position: relative;
  height: 40rem;
  background-color: #f8f5f1;
}
@media screen and (min-width: 1280px), print {
  .l-footer__map {
    width: 43.75%;
    height: auto;
  }
}
.l-footer__map iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.l-footer__contents {
  position: relative;
  padding: 7rem 1em 3rem;
  background: url(../img/base/footer_bg.png) repeat-x top;
  background-size: auto 2rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__contents {
    background-size: auto 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__contents {
    flex: 1;
    padding: 11.5rem 3rem 3rem;
    background-size: auto 4.2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .l-footer__contents {
    background-position: 0 0;
  }
}
.l-footer__img {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.l-footer__img-01 {
  left: 1.5%;
  width: 21.44444%;
  max-width: 19.3rem;
}
.l-footer__img-02 {
  right: 0;
  width: 23.88888%;
  max-width: 21.5rem;
}
.l-footer__main {
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__main {
    margin-bottom: 11rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__main {
    position: relative;
    width: 72rem;
    margin-inline: auto;
  }
}
.l-footer__head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer__head {
    display: flex;
    align-items: center;
  }
}
.l-footer__logo {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .l-footer__logo {
    margin: 0 3.2rem 0 0;
  }
}
.l-footer__info {
  display: grid;
  place-content: center;
  position: relative;
  max-width: 48rem;
  margin-inline: auto;
  padding: 3.6rem 0 2rem;
  text-align: center;
  border-radius: 1rem;
  border: 1px dashed #B2ABAB;
}
@media screen and (min-width: 1100px), print {
  .l-footer__info {
    flex: 1;
    text-align: left;
    max-width: none;
    margin-inline: 0;
  }
}
.l-footer__info-list {
  position: relative;
}
.l-footer__info-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 20rem;
  margin: auto;
  padding: 0 2rem;
  background-color: #fff;
  pointer-events: none;
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px), print {
  .l-footer__info-img {
    width: 27.6rem;
    padding: 0 3rem;
  }
}
.l-footer__info-col {
  display: flex;
}
.l-footer__info-add {
  margin-bottom: 1rem;
}
.l-footer__info-add dt {
  color: #7eaf58;
}
@media screen and (min-width: 768px), print {
  .l-footer__info-tel {
    display: inline-flex;
  }
  .l-footer__info-tel::after {
    content: "/";
    margin-left: 0.2em;
  }
}
.l-footer__info-tel dt {
  color: #f7a127;
}
@media screen and (min-width: 768px), print {
  .l-footer__info-fax {
    display: inline-flex;
  }
}
.l-footer__info-fax dt {
  color: #fba4a4;
}
.l-footer__info dt::after {
  content: "：";
  margin-inline: 0.15em;
}
.l-footer__nav {
  display: grid;
  place-content: center;
  max-width: 52ch;
  margin-inline: auto;
}
@media screen and (min-width: 480px), print {
  .l-footer__nav {
    display: block;
    margin-bottom: -1rem;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__nav {
    display: flex;
    justify-content: space-between;
    max-width: 74ch;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__nav {
    max-width: none;
    margin-inline: 0;
  }
}
.l-footer__nav::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 480px), print {
  .l-footer__nav-list {
    display: inline;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__nav-list {
    display: block;
  }
}
.l-footer__nav-list:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 480px), print {
  .l-footer__nav-list:not(:last-child) {
    margin-bottom: 0;
  }
}
.l-footer__nav li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 480px), print {
  .l-footer__nav li {
    float: left;
    width: 50%;
    padding-bottom: 1rem;
  }
  .l-footer__nav li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__nav li {
    float: none;
    width: auto;
    padding-bottom: 0;
  }
  .l-footer__nav li:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.l-footer__nav a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #3b4043;
  padding: 0 0 0 2em;
}
@media screen and (min-width: 1100px), print {
  .l-footer__nav a {
    font-size: 1.6rem;
  }
}
.l-footer__nav a::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #f5c441;
}
@media (hover: hover) {
  .l-footer__nav a:where(:-moz-any-link, :enabled, summary):hover {
    color: #fb9c33;
  }
  .l-footer__nav a:where(:any-link, :enabled, summary):hover {
    color: #fb9c33;
  }
}
.l-footer__timetable {
  max-width: 48rem;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer__timetable {
    max-width: none;
    margin: 0;
  }
}
.l-footer__timetable-header {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .l-footer__timetable-header {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -20.4rem;
    padding: 0 0 1.6rem;
    color: #fff;
    border-radius: 1rem 0 0 1rem;
    background-color: #e2536d;
    transition: background-color 0.3s ease;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1200;
  }
}
.l-footer__timetable-header .icon {
  display: block;
  width: 3.4rem;
  margin: 1.4rem auto 1.2rem;
}
.l-footer__timetable-header .label {
  writing-mode: vertical-rl;
  display: inline-block;
  width: 6rem;
  line-height: 6rem;
  font-weight: 700;
  font-size: 2rem;
}
.l-footer__timetable-body {
  padding: 1em;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1100px), print {
  .l-footer__timetable-body {
    position: fixed;
    right: -64rem;
    top: 50%;
    transform: translateY(-50%);
    width: 60rem;
    padding: 2rem 8rem 2rem 2rem;
    border-radius: 2rem 0 0 2rem;
    background-color: rgba(255, 255, 255, 0.94);
    transition: right 0.5s ease;
    z-index: 1150;
  }
}
.l-footer__timetable:hover .l-footer__timetable-header {
  background-color: #ff617e;
}
.l-footer__timetable:hover .l-footer__timetable-body {
  right: 0;
}

.c-footer__copy {
  text-align: center;
  display: block;
  color: #070707;
}
.c-footer__copy * {
  font-weight: 400;
}
.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: 70px;
  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: #8fc43d;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.c-footer__pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fb9c33;
}
.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%;
  z-index: 1;
}
.swiper-img {
  display: block;
  position: relative;
}
.swiper-img::before {
  content: "";
  display: block;
  padding-top: 98%;
}
@media screen and (min-width: 480px), print {
  .swiper-img::before {
    padding-top: 98%;
  }
}
@media screen and (min-width: 768px), print {
  .swiper-img::before {
    padding-top: 50%;
  }
}
.swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.swiper-catch {
  position: absolute;
  left: 8%;
  bottom: -1%;
  z-index: 1;
  width: 21%;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .swiper-catch {
    left: 10.375%;
    bottom: min(-20 * var(--vw768), -20px);
    max-width: min(162 * var(--vw1440), 162px);
  }
}
.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: #fb9c33;
}
.swiper-button-prev:hover::after {
  color: #ffffff;
}
.swiper-button-prev::after {
  color: #fb9c33;
  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: #fb9c33;
}
.swiper-button-next:hover::after {
  color: #ffffff;
}
.swiper-button-next::after {
  color: #fb9c33;
  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: #BEBEBE;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 1.3rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 2rem 0 0;
  }
}
.swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fb9c33;
}

.p-top-menu__slider {
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-menu__slider {
    margin: 0 -2em;
  }
}
.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 {
  display: block;
  position: relative;
  margin-top: 8rem;
}
@media screen and (min-width: 1100px), print {
  .c-page-title {
    margin-top: 30rem;
  }
}
.c-page-title::before, .c-page-title::after {
  content: "";
  aspect-ratio: 1600/40;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.c-page-title::before {
  background-image: url(../img/top/mv_shape1.svg);
}
.c-page-title::after {
  background-image: url(../img/top/mv_shape2.svg);
}
.c-page-title__container {
  background-color: #dfe5be;
}
.c-page-title__inner {
  position: relative;
  max-width: 86rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .c-page-title__inner {
    max-width: 160rem;
  }
}
.c-page-title__inner::before, .c-page-title__inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.c-page-title__inner::before {
  aspect-ratio: 760/402;
  left: -2rem;
  bottom: -2rem;
  width: 45%;
  max-width: 19rem;
  background-image: url(../img/base/title_img3.png);
}
@media screen and (min-width: 768px), print {
  .c-page-title__inner::before {
    max-width: 24rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__inner::before {
    left: -1rem;
    bottom: -3rem;
    width: 38rem;
    max-width: none;
  }
}
.c-page-title__inner::after {
  aspect-ratio: 432/464;
  right: -1rem;
  bottom: -3rem;
  width: 30%;
  max-width: 13rem;
  background-image: url(../img/base/title_img4.png);
}
@media screen and (min-width: 768px), print {
  .c-page-title__inner::after {
    max-width: 18rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__inner::after {
    right: 1rem;
    bottom: -4rem;
    width: 21.6rem;
    max-width: none;
  }
}
.c-page-title__name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 18rem;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name {
    height: 20rem;
  }
}
.c-page-title__name::before, .c-page-title__name::after {
  content: "";
  display: block;
  width: 4rem;
  height: 3rem;
  margin-top: -5.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name::before, .c-page-title__name::after {
    width: 8rem;
    height: 6rem;
    margin-top: 0;
  }
}
.c-page-title__name::before {
  margin-right: -3rem;
  background-image: url(../img/base/title_img1.png);
}
@media screen and (min-width: 768px), print {
  .c-page-title__name::before {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name::before {
    margin-right: 3.5rem;
  }
}
.c-page-title__name::after {
  margin-left: -3rem;
  background-image: url(../img/base/title_img2.png);
}
@media screen and (min-width: 768px), print {
  .c-page-title__name::after {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name::after {
    margin-left: 3.5rem;
  }
}
.c-page-title__name span {
  display: block;
  font-size: 2.7rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name span {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name span {
    font-size: 4rem;
  }
}
.c-page-title__name span::before {
  content: attr(data-ttl);
  display: block;
  margin-top: -0.5em;
  margin-bottom: 0.2em;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name span::before {
    font-size: 2.6rem;
  }
}
.c-page-title__shape {
  width: 160rem;
  max-width: none;
  pointer-events: none;
}
@media screen and (min-width: 1100px), print {
  .c-page-title__shape {
    width: 100%;
  }
}
/* --------------------------------

  アニメーション

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

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

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

  ローディング

-------------------------------- */
#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: 20rem;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  #splash_logo {
    width: 24rem;
  }
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 100%;
  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);
  }
}
/* --------------------------------

  カレンダー

-------------------------------- */
.c-timetable {
  display: table;
  width: 100%;
  line-height: 1.5;
  color: #3b4043;
  border-top: 1px solid #c4c4c4;
  border-collapse: separate;
  border-spacing: 0;
  transform: rotate(0.05deg);
}
.c-timetable th,
.c-timetable td {
  vertical-align: middle;
  border-bottom: 1px solid #c4c4c4;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 1rem 0;
}
@media screen and (min-width: 640px), print {
  .c-timetable th,
  .c-timetable td {
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
}
.c-timetable td {
  width: 11%;
}
.c-timetable .th {
  font-size: 1.4rem;
  background-color: #f8f5f1;
}
@media screen and (min-width: 1100px), print {
  .c-timetable .th {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 640px), print {
  .c-timetable .br {
    display: none;
  }
}
.c-timetable .open {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 0.2rem;
  background-color: currentColor;
  border-radius: 100%;
}
@media screen and (min-width: 640px), print {
  .c-timetable .open {
    width: 15px;
    height: 15px;
  }
}
.c-timetable .close {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background-color: #c4c4c4;
}
@media screen and (min-width: 640px), print {
  .c-timetable .close {
    width: 15px;
    height: 2px;
  }
}
.c-timetable .sat {
  color: #60b3fc;
}
.c-timetable .sun {
  color: #ff617e;
}
.c-timetable-legend {
  display: flex;
  justify-content: center;
  max-width: 44ch;
  gap: 0 1.5rem;
  margin: 1.5rem auto 0;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  border: 1px solid #c4c4c4;
}
@media screen and (min-width: 1100px), print {
  .c-timetable-legend {
    font-size: 1.4rem;
  }
}
.c-timetable-list {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 1100px), print {
  .c-timetable-list {
    font-size: 1.4rem;
  }
}
.c-timetable-list li {
  margin-left: 1em;
  text-indent: -1em;
}

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

  トップページ

-------------------------------- */
/* メインビジュアル */
.p-top-hero {
  position: relative;
  padding: 16rem 0 0;
}
@media screen and (min-width: 768px), print {
  .p-top-hero {
    padding: 24rem 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero {
    margin: 30rem 0 0;
    padding: min(230 * var(--vw1440), 230px) 0 0;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-hero {
    padding: min(200 * var(--vw1440), 200px) 0 0;
  }
}
.p-top-hero__container {
  position: relative;
  padding: 0 1em 2rem;
  background-color: #dfe5be;
}
@media screen and (min-width: 768px), print {
  .p-top-hero__container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__container {
    height: min(400 * var(--vw1440), 400px);
    padding: min(20 * var(--vw1440), 20px) 0 min(30 * var(--vw1440), 30px);
  }
}
.p-top-hero__slider {
  position: relative;
  max-width: 38rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-top-hero__slider {
    width: 50%;
    max-width: 44rem;
    margin: 0 0 -10rem;
    transform: translateY(-14rem);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__slider {
    width: min(674 * var(--vw1440), 674px);
    max-width: none;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-hero__slider {
    margin: 0 -20rem -5rem 0;
    transform: translateY(-7rem);
  }
}
.p-top-hero__slider .swiper-img {
  aspect-ratio: 674/542;
}
.p-top-hero__slider .swiper-img::before {
  display: none;
}
.p-top-hero__main {
  position: relative;
  z-index: 10;
  transform: translateY(-20%);
}
@media screen and (min-width: 768px), print {
  .p-top-hero__main {
    margin: 0 -4rem -10rem 0;
    transform: translateY(-10rem);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__main {
    width: min(684 * var(--vw1440), 684px);
    margin: 0 -4rem -10rem -10rem;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-hero__main {
    margin: 0 -4rem -10rem -34rem;
  }
}
.p-top-hero__catch {
  max-width: 40rem;
  margin-inline: auto;
  margin-bottom: -2rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__catch {
    max-width: none;
    margin: 0 0 -3rem;
  }
}
.p-top-hero__text {
  aspect-ratio: 537/330;
  display: grid;
  place-content: center;
  position: relative;
  max-width: 38rem;
  margin-inline: auto;
  padding: 3% 0 0;
  line-height: 2;
  font-size: 1rem;
  text-align: center;
  background: url(../img/top/mv_text.png) no-repeat center;
  background-size: cover;
}
.p-top-hero__text * {
  font-weight: 700;
}
@media screen and (min-width: 360px), print {
  .p-top-hero__text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-hero__text {
    font-size: calc(1.2rem + 0.2vw);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__text {
    width: min(537 * var(--vw1440), 537px);
    max-width: none;
    margin: auto;
    padding: 3rem 0 0 2rem;
    line-height: 2.4;
    font-size: min(16 * var(--vw1440), 16px);
  }
}
.p-top-hero__img {
  display: block;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.p-top-hero__img.__img1 {
  top: 0;
  right: 0;
  left: 0;
  width: 30%;
  margin-inline: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__img.__img1 {
    width: min(200 * var(--vw1440), 200px);
  }
}
.p-top-hero__img.__img2 {
  bottom: -12%;
  left: -10%;
  width: 24%;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__img.__img2 {
    bottom: 12%;
    left: -14%;
    width: min(143 * var(--vw1440), 143px);
  }
}
.p-top-hero__img.__img3 {
  right: -12%;
  bottom: -30%;
  width: 50%;
}
@media screen and (min-width: 768px), print {
  .p-top-hero__img.__img3 {
    right: -46%;
    bottom: -15%;
    width: 65%;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__img.__img3 {
    right: -73%;
    bottom: -5%;
    width: min(464 * var(--vw1440), 464px);
  }
}
.p-top-hero__img.__img4 {
  left: -6%;
  bottom: -10%;
  width: 30%;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px), print {
  .p-top-hero__img.__img4 {
    right: 4%;
    bottom: -20%;
    left: auto;
    transform: none;
    z-index: 11;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__img.__img4 {
    right: -6%;
    bottom: -3%;
    width: min(246 * var(--vw1440), 246px);
  }
}
.p-top-hero__img.__img5 {
  right: -12%;
  bottom: -10%;
  width: 26%;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__img.__img5 {
    right: -33%;
    bottom: -3%;
    width: min(266 * var(--vw1440), 266px);
    z-index: auto;
  }
}
.p-top-hero__shape {
  width: 160rem;
  max-width: none;
  pointer-events: none;
}
@media screen and (min-width: 1100px), print {
  .p-top-hero__shape {
    width: 100%;
  }
}
.p-top-hero__shape.__shape1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}
/* 導入部 */
.p-top-intro {
  position: relative;
}
.p-top-intro__container {
  padding: 5rem 0 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__container {
    display: flex;
    flex-direction: row-reverse;
    max-width: 160rem;
    margin: auto;
    padding: 10rem 0 8rem;
  }
}
.p-top-intro__side {
  aspect-ratio: 661/580;
  position: relative;
  margin: 0 1em;
}
@media screen and (min-width: 768px), print {
  .p-top-intro__side {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__side {
    aspect-ratio: 661/580;
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-intro__side {
    width: 66rem;
  }
}
.p-top-intro__img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__img {
    border-radius: 0 2rem 2rem 0;
  }
}
@media screen and (min-width: 1601px), print {
  .p-top-intro__img {
    border-radius: 2rem;
  }
}
.p-top-intro__main {
  margin: 0 1em 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__main {
    flex: 1;
    align-self: center;
    margin: 0;
    padding: 0 2em;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__content {
    max-width: 80rem;
    margin-inline: auto;
  }
}
.p-top-intro__header {
  margin: 0 -1em 3rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-top-intro__header {
    margin: 0 0 1.5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-top-intro__header {
    text-align: left;
  }
}
.p-top-intro__heading {
  margin-right: -0.5em;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .p-top-intro__heading {
    line-height: 1.8;
    font-size: 2.8rem;
  }
}
.p-top-intro__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px), print {
  .p-top-intro__heading span {
    font-size: 3.5rem;
  }
}
.p-top-intro__heading .img {
  display: block;
  position: absolute;
  top: -1.5rem;
  left: -2rem;
  width: 3rem;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .p-top-intro__heading .img {
    top: -2rem;
    left: -3rem;
    width: 4.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__heading .img {
    top: -3rem;
    left: -3rem;
    width: 6.6rem;
  }
}
.p-top-intro__body {
  position: relative;
  padding: 1.5em 1em 8rem;
  border-radius: 1rem;
  background-color: #f8f5f1;
}
@media screen and (min-width: 768px), print {
  .p-top-intro__body {
    padding: 2em 2em 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__body {
    padding: 2em 2em 10rem;
    border-radius: 2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-top-intro__body {
    padding: 5rem;
  }
}
.p-top-intro__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 1280px), print {
  .p-top-intro__text {
    line-height: 2.5;
    font-size: 1.8rem;
  }
}
.p-top-intro__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 480px), print {
  .p-top-intro__more {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-intro__more {
    justify-content: flex-start;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__more {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px), print {
  .p-top-intro__more {
    flex-direction: row;
    gap: 2.4rem;
    margin-top: 3rem;
  }
}
.p-top-intro__img2 {
  display: block;
  position: absolute;
  right: -1rem;
  bottom: 7rem;
  width: 18rem;
  pointer-events: none;
  transform: translateY(100%);
}
@media screen and (min-width: 768px), print {
  .p-top-intro__img2 {
    bottom: 9rem;
    width: 24rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-top-intro__img2 {
    top: 1.5rem;
    right: 0;
    bottom: auto;
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-intro__img2 {
    width: 28rem;
  }
}
.p-top-intro__shape {
  width: calc(160rem + 2em);
  margin: 0 -1em;
  max-width: none;
  pointer-events: none;
}
@media screen and (min-width: 1100px), print {
  .p-top-intro__shape {
    width: calc(100% + 4em);
    margin: 0 -2em;
  }
}

/* お知らせ */
.p-top-news {
  padding: 0 1em;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .p-top-news {
    padding: 0 7.5rem 0 2em;
  }
}
@media screen and (min-width: 1440px), print {
  .p-top-news {
    padding-right: 2em;
  }
}
.p-top-news__container {
  max-width: 80rem;
  margin-inline: auto;
  padding: 5rem 0;
}
@media screen and (min-width: 1100px), print {
  .p-top-news__container {
    display: flex;
    align-items: center;
    max-width: 120rem;
    padding: 7rem 0 3rem;
  }
}
.p-top-news__news {
  position: relative;
  margin-bottom: 9rem;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px), print {
  .p-top-news__news {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__news {
    margin: 0 2rem 0 0;
  }
}
.p-top-news__schedule {
  position: relative;
  margin-inline: -1em;
  padding: 3.5rem 1rem 2.5rem;
  background-color: #f5eee1;
}
@media screen and (min-width: 768px), print {
  .p-top-news__schedule {
    margin-inline: 0;
    padding: 3.5rem 1em 1em;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__schedule {
    width: 50rem;
    padding: 3.5rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-top-news__schedule {
    width: 59.5rem;
  }
}
.p-top-news__schedule iframe {
  width: 100%;
  height: 400px;
}
.p-top-news__schedule-img {
  display: block;
  position: absolute;
  inset: 0;
  top: -2.5rem;
  bottom: auto;
  width: 7.5rem;
  margin: auto;
}
.p-top-news__header {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-top-news__header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__header {
    justify-content: flex-start;
    margin-bottom: 5rem;
  }
}
.p-top-news__heading::after {
  background-image: url(../img/top/news_title1.png);
}
.p-top-news__more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .p-top-news__more {
    position: static;
    width: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-news__more {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1200px), print {
  .p-top-news__more {
    margin-left: 5rem;
  }
}

/* 当院の特徴 */
.p-top-feature {
  position: relative;
  padding: 0 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-feature {
    padding: 0 2em;
  }
}
.p-top-feature__container {
  position: relative;
  max-width: 120rem;
  margin-inline: auto;
}
.p-top-feature__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__header {
    margin-bottom: 7rem;
  }
}
.p-top-feature__heading::after {
  background-image: url(../img/top/feature_title1.png);
}
.p-top-feature__heading-img {
  display: block;
  position: absolute;
  pointer-events: none;
  transform: translateY(-30%);
}
@media screen and (min-width: 768px), print {
  .p-top-feature__heading-img {
    position: static;
  }
}
.p-top-feature__heading-img.__img1 {
  width: 8.5714285714rem;
  right: 50%;
  margin-right: 9rem;
}
@media screen and (min-width: 768px), print {
  .p-top-feature__heading-img.__img1 {
    width: 12rem;
    margin-right: 5rem;
    transform: none;
  }
}
.p-top-feature__heading-img.__img2 {
  width: 8.3333333333rem;
  left: 50%;
  margin-left: 9rem;
}
@media screen and (min-width: 768px), print {
  .p-top-feature__heading-img.__img2 {
    width: 10rem;
    margin-left: 5rem;
    transform: translateY(-1rem);
  }
}
.p-top-feature__list {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .p-top-feature__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.3rem;
    grid-row-gap: 3rem;
  }
}
.p-top-feature__list-item {
  padding-top: 4rem;
}
.p-top-feature__list-box {
  position: relative;
  height: 100%;
  padding: 5.5rem 1em 2.5rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__list-box {
    padding: 7rem 2.3rem 2.7rem;
  }
}
.p-top-feature__list-title {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__list-title {
    font-size: 3rem;
  }
}
.p-top-feature__list-title .img {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0;
  left: 0;
  width: 11rem;
  margin: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__list-title .img {
    width: 13.2rem;
  }
}
.p-top-feature__list-title .title {
  font-weight: 700;
  color: #e36761;
  line-height: 1.3;
}
.p-top-feature__list-title .title small {
  line-height: 1 !important;
}
.p-top-feature__list-text {
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__list-text {
    line-height: 2;
  }
}
.p-top-feature__more {
  position: relative;
  margin-top: 4.4rem;
  text-align: center;
  z-index: 1;
}
.p-top-feature__bg {
  display: block;
  position: absolute;
  pointer-events: none;
}
.p-top-feature__bg.__bg1 {
  bottom: -10rem;
  left: -6rem;
  width: 33%;
  max-width: 12rem;
}
@media screen and (min-width: 768px), print {
  .p-top-feature__bg.__bg1 {
    max-width: 16rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__bg.__bg1 {
    bottom: -8rem;
    left: -12rem;
    width: 21.3rem;
    max-width: none;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-feature__bg.__bg1 {
    bottom: 11%;
    left: -26rem;
  }
}
.p-top-feature__bg.__bg2 {
  bottom: -12rem;
  right: -5rem;
  width: 40%;
  max-width: 16rem;
}
@media screen and (min-width: 768px), print {
  .p-top-feature__bg.__bg2 {
    max-width: 20rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__bg.__bg2 {
    bottom: -14rem;
    right: -7rem;
    width: 25.5rem;
    max-width: none;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-feature__bg.__bg2 {
    top: 18%;
    right: -29rem;
    bottom: auto;
  }
}
.p-top-feature__shape {
  width: calc(160rem + 2em);
  margin: 0 -1em;
  max-width: none;
  pointer-events: none;
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__shape {
    width: calc(100% + 4em);
    margin: 0 -2em;
  }
}
.p-top-feature__shape.__shape1 {
  margin-bottom: 7rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__shape.__shape1 {
    margin-bottom: 9rem;
  }
}
.p-top-feature__shape.__shape2 {
  margin-top: 10rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-feature__shape.__shape2 {
    margin-top: 4rem;
  }
}

/* 診療のご案内 */
.p-top-info {
  padding: 8rem 1em 16rem;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .p-top-info {
    padding: 8rem 2em 8rem;
  }
}
.p-top-info__container {
  position: relative;
  max-width: 120rem;
  margin-inline: auto;
}
.p-top-info__header {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-info__header {
    margin-bottom: 8rem;
  }
}
.p-top-info__header.c-top__header {
  flex-direction: column;
}
.p-top-info__heading-img {
  display: block;
  width: 6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .p-top-info__heading-img {
    width: 8.35rem;
    margin-bottom: 3rem;
  }
}
.p-top-info__heading::after {
  background-image: url(../img/top/info_title1.png);
}
.p-top-info__block-01 {
  margin-bottom: 4rem;
}
.p-top-info__block-02 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 4rem;
  max-width: 60rem;
  margin-inline: auto;
}
@media screen and (min-width: 1280px), print {
  .p-top-info__block-02 {
    max-width: none;
    margin-inline: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 7rem;
  }
  .p-top-info__block-02 .p-top-contact__button--tel {
    padding-top: 0;
  }
}
.p-top-info__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 40rem;
  margin-inline: auto;
  border: 1px dashed #c4c4c4;
}
@media screen and (min-width: 768px), print {
  .p-top-info__list {
    display: flex;
    justify-content: space-between;
    max-width: 69rem;
    border: none;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-info__list {
    max-width: 98rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-info__list-item.__item1 {
    border-right: 1px dashed #c4c4c4;
    border-bottom: 1px dashed #c4c4c4;
  }
  .p-top-info__list-item.__item2 {
    border-bottom: 1px dashed #c4c4c4;
  }
  .p-top-info__list-item.__item3 {
    border-right: 1px dashed #c4c4c4;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-info__list-item + .p-top-info__list-item {
    padding-left: 5rem;
    border-left: 1px dashed #c4c4c4;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-info__list-item + .p-top-info__list-item {
    padding-left: 5rem;
    border-left: 1px dashed #c4c4c4;
  }
}
.p-top-info__list-icon {
  display: grid;
  place-content: center;
  height: 6rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .p-top-info__list-icon {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-info__list-icon {
    height: 11rem;
    margin-bottom: 2rem;
  }
}
.p-top-info__list-icon .icon {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .p-top-info__list-icon .__icon1 {
    width: 6.5625rem;
  }
  .p-top-info__list-icon .__icon2 {
    width: 6.875rem;
  }
  .p-top-info__list-icon .__icon3 {
    width: 5.4375rem;
  }
  .p-top-info__list-icon .__icon4 {
    width: 4.9375rem;
  }
}
.p-top-info__list-icon .__icon4 {
  transform: translateX(14%);
}
.p-top-info__list-label {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-top-info__list-label {
    font-size: 2.1rem;
  }
  .p-top-info__list-label .br {
    display: none;
  }
}
.p-top-info__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 2rem 0;
  color: #fb9c33;
}
@media screen and (min-width: 768px), print {
  .p-top-info__list a {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-info__list a {
    padding: 0 0 1rem;
  }
}
@media (hover: hover) {
  .p-top-info__list a:hover:where(:-moz-any-link, :enabled, summary):hover {
    color: #8fc43d;
  }
  .p-top-info__list a:hover:where(:any-link, :enabled, summary):hover {
    color: #8fc43d;
  }
}
.p-top-info__more {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-top-info__more {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-info__more {
    gap: 0 3rem;
    margin-top: 6rem;
  }
}
.p-top-info__trouble {
  padding: 2rem 0;
  border-radius: 1rem;
  border: 1px dashed #B2ABAB;
  background-color: #fff;
}
.p-top-info__trouble-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.1rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-top-info__trouble-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-top-info__trouble-title img {
  display: block;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px), print {
  .p-top-info__trouble-title img {
    margin: 0 1.8rem 0 0;
  }
}
.p-top-info__trouble-text {
  line-height: 1.8;
  padding: 0 1em;
}
@media screen and (min-width: 768px), print {
  .p-top-info__trouble-text {
    line-height: 2;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-info__trouble-text {
    padding: 0 3rem;
  }
}
.p-top-info__trouble-text .fs-sm {
  font-size: 0.9em;
}
.p-top-info__contact .p-top-contact__button--tel .tel-link {
  background-color: #f2984f;
}
.p-top-info__img {
  display: block;
  position: absolute;
  pointer-events: none;
}
.p-top-info__img.__img1 {
  bottom: -16rem;
  left: -3rem;
  width: 50%;
  max-width: 18rem;
}
@media screen and (min-width: 768px), print {
  .p-top-info__img.__img1 {
    top: 0;
    bottom: auto;
    left: -4rem;
    width: 24rem;
    max-width: none;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-info__img.__img1 {
    top: -2rem;
    left: -8rem;
    width: 30rem;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-info__img.__img1 {
    top: 0;
    left: -28rem;
    width: 41.4rem;
  }
}
.p-top-info__img.__img2 {
  bottom: -17rem;
  right: -1rem;
  width: 14%;
  max-width: 6rem;
}
@media screen and (min-width: 768px), print {
  .p-top-info__img.__img2 {
    right: -1rem;
    bottom: -10rem;
    width: 10rem;
    max-width: none;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-info__img.__img2 {
    right: -2rem;
    bottom: -10rem;
    width: 14rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-top-info__img.__img2 {
    right: -25rem;
    bottom: -4%;
    width: 19.6rem;
  }
}

/* 当院の取り組み・ケアサポート */
.p-top-support {
  margin-bottom: 8rem;
}
.p-top-support__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-support__header {
    margin-bottom: 7rem;
  }
}
.p-top-support__heading.c-top__heading::after {
  background-image: url(../img/top/support_title1s.png);
}
@media screen and (min-width: 1100px), print {
  .p-top-support__heading.c-top__heading::after {
    aspect-ratio: 499/23;
    width: 50rem;
    background-image: url(../img/top/support_title1.png);
  }
}
.p-top-support__heading-img {
  display: block;
  position: absolute;
  pointer-events: none;
  transform: translateY(15%);
}
@media screen and (min-width: 768px), print {
  .p-top-support__heading-img {
    position: static;
  }
}
.p-top-support__heading-img.__img1 {
  width: 5.65rem;
  right: 50%;
  margin-right: 11rem;
}
@media screen and (min-width: 768px), print {
  .p-top-support__heading-img.__img1 {
    width: 11.3rem;
    margin-right: 3rem;
    transform: translateY(-2rem);
  }
}
.p-top-support__heading-img.__img2 {
  width: 6.7rem;
  left: 50%;
  margin-left: 10rem;
}
@media screen and (min-width: 768px), print {
  .p-top-support__heading-img.__img2 {
    width: 13.4rem;
    margin-left: 3rem;
    transform: translateY(-3rem);
  }
}
.p-top-support__container {
  position: relative;
  max-width: 160rem;
  margin-inline: auto;
  margin-bottom: 9rem;
}
.p-top-support__block {
  position: relative;
  padding: 0 1em;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .p-top-support__block {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
  }
}
.p-top-support__side {
  position: relative;
  aspect-ratio: 661/665;
  margin: 0 0 7rem;
}
@media screen and (min-width: 768px), print {
  .p-top-support__side {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-support__side {
    aspect-ratio: 661/665;
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-support__side {
    width: 66rem;
  }
}
.p-top-support__img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1100px), print {
  .p-top-support__img {
    border-radius: 2rem 0 0 2rem;
  }
}
@media screen and (min-width: 1601px), print {
  .p-top-support__img {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-support__main {
    flex: 1;
    align-self: center;
    padding: 0 2em;
  }
}
@media screen and (min-width: 1600px), print {
  .p-top-support__main {
    padding: 0 5rem 0 10rem;
  }
}
.p-top-support__box {
  position: relative;
  padding: 5rem 1em 5rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1100px), print {
  .p-top-support__box {
    padding: 5rem 3rem 5rem;
  }
}
.p-top-support__box + .p-top-support__box {
  margin-top: 9rem;
}
.p-top-support__title {
  margin-bottom: 2rem;
  line-height: 1.4;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-top-support__title {
    font-size: 2.6rem;
  }
}
.p-top-support__title-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
}
.p-top-support__title-img.__img1 {
  width: 7.4rem;
}
.p-top-support__title-img.__img2 {
  width: 8.7rem;
}
.p-top-support__text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .p-top-support__text {
    line-height: 2;
    font-size: 1.6rem;
  }
}
.p-top-support__more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(50%);
}
.p-top-support__slider .swiper {
  position: relative;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px), print {
  .p-top-support__slider .swiper {
    padding-bottom: 2.5em;
  }
}
@media screen and (min-width: 1100px), print {
  .p-top-support__slider .swiper {
    padding-bottom: 3em;
  }
}
.p-top-support__bg {
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 14%;
  left: -10rem;
  width: 22.2rem;
}
@media screen and (min-width: 1100px), print {
  .p-top-support__bg {
    bottom: 0;
    left: -8.5rem;
    width: 22.2rem;
  }
}
.p-top-support__shape {
  width: calc(160rem + 2em);
  margin: 0 -1em 7rem;
  max-width: none;
  pointer-events: none;
}
@media screen and (min-width: 1100px), print {
  .p-top-support__shape {
    width: calc(100% + 4em);
    margin: 0 -2em 9rem;
  }
}

/* お問い合わせ */
.p-top-contact {
  padding: 0 1em;
}
@media screen and (min-width: 1100px), print {
  .p-top-contact {
    padding: 0 2em;
  }
}
.p-top-contact__contents {
  max-width: 40rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__contents {
    max-width: 62rem;
  }
}
.p-top-contact__img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  width: 16rem;
  margin: 0 auto -2rem;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__img {
    width: 20rem;
  }
}
.p-top-contact__button-title {
  margin-bottom: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__button-title {
    font-size: 2rem;
  }
}
.p-top-contact__button-num {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__button-num {
    font-size: 5.7rem;
  }
}
.p-top-contact__button-time {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__button-time {
    margin-top: 1.5rem;
    font-size: 2.4rem;
  }
}
.p-top-contact__button-main {
  text-align: center;
}
.p-top-contact__button-img {
  display: block;
  width: 11rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__button-img {
    width: 16rem;
    margin: 0 3rem 0 0;
  }
}
.p-top-contact__button--tel {
  padding-top: 5rem;
}
@media screen and (min-width: 768px), print {
  .p-top-contact__button--tel {
    padding-top: 7rem;
  }
}
.p-top-contact__button--tel .tel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ecb665;
  padding: 4rem 0 3rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-contact__button--tel .tel-link {
    flex-direction: column;
  }
}
/* 共通見出し */
.c-top__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.c-top__heading {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .c-top__heading {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-top__heading {
    font-size: 3.6rem;
  }
}
.c-top__heading::after {
  content: "";
  aspect-ratio: 192/22;
  display: block;
  width: 19.2rem;
  margin: 1rem auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

  下層ページ

-------------------------------- */
.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 6rem 0;
}
@media screen and (min-width: 1100px), print {
  .l-section__block:not(:last-child) {
    margin: 0 0 12rem 0;
  }
}

.l-section__w {
  background: #fff;
}

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

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

  投稿系ページ

-------------------------------- */
.news-detail .news-date {
  width: 100%;
  margin: 0 0 1rem 0;
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-list.news-list-archive {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 2em;
}
@media screen and (min-width: 1100px), print {
  .news-list.news-list-archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    margin-bottom: 3em;
  }
}
.news-list.news-list-archive .news-topics {
  margin: 0;
}
.news-topics:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .news-topics:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.news-date {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .news-date {
    width: 15ch;
    margin-bottom: 0;
  }
}
.news-title {
  font-size: 1.6rem;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-title {
    flex: 1;
  }
}
.news-link {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .news-link {
    display: flex;
  }
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #8fc43d;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #8fc43d;
  }
}

/* topics_paging */
#topics_paging,
#topics_paging li {
  display: flex;
}

#topics_paging_all {
  margin-top: 5rem;
  margin-bottom: 1rem;
  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;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0.5rem;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}
@media screen and (min-width: 1100px), print {
  #topics_paging li {
    font-size: 1.6rem;
  }
}

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

#topics_paging a:hover {
  color: #fb9c33;
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */