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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

body, html {
  font-size: 16px;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #3B4043;
  position: relative;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4 {
  margin: 0;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
}

a:active, a:hover {
  color: #333333;
  opacity: 0.7;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ib {
  display: inline-block;
}

.block {
  display: block;
}

.visibility {
  visibility: hidden;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent span {
  padding-left: 1em;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.red {
  color: #DE5D8F;
}

.white {
  color: #fff;
}

.strong {
  font-weight: 500;
  color: #DE5D8F;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.text.list.kome::before {
  content: "※";
}

.text.right {
  text-align: right;
}

/*========================
  font-family
========================*/
.sans {
  font-family: "Noto Sans JP", sans-serif;
  color: #3B4043;
}

.dnp {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

/****************
font-size
*****************/
.fs60 {
  font-size: clamp(2.125rem, 1.4388888889rem + 2.8888888889vw, 3.75rem);
}

.fs50 {
  font-size: clamp(1.875rem, 1.4045698925rem + 2.1505376344vw, 3.125rem);
}

.fs40 {
  font-size: clamp(1.875rem, 1.6397849462rem + 1.0752688172vw, 2.5rem);
}

.fs36 {
  font-size: clamp(1.875rem, 1.7338709677rem + 0.6451612903vw, 2.25rem);
}

.fs32 {
  font-size: clamp(1.5rem, 1.2920353982rem + 0.8849557522vw, 2rem);
}

.fs30 {
  font-size: clamp(1.5rem, 1.3588709677rem + 0.6451612903vw, 1.875rem);
}

.fs28 {
  font-size: clamp(1.5rem, 1.4059139785rem + 0.4301075269vw, 1.75rem);
}

.fs26 {
  font-size: clamp(1.5rem, 1.4529569892rem + 0.2150537634vw, 1.625rem);
}

.fs24 {
  font-size: clamp(1.25rem, 1.1559139785rem + 0.4301075269vw, 1.5rem);
}

.fs22 {
  font-size: clamp(1.125rem, 1.0309139785rem + 0.4301075269vw, 1.375rem);
}

.fs20 {
  font-size: clamp(1.125rem, 1.0779569892rem + 0.2150537634vw, 1.25rem);
}

.fs18 {
  font-size: clamp(1rem, 0.9529569892rem + 0.2150537634vw, 1.125rem);
}

.fs14 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .fs14 {
    font-size: 12px;
  }
}
/*========================
  layout
========================*/
.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-t {
  padding-top: 60px;
}

.container-b {
  padding-bottom: 60px;
}

.container-sub {
  padding-top: 120px;
  padding-bottom: 60px;
}

.inner {
  width: 86%;
  margin: 0 auto;
}

.inner-s {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .inner-s {
    width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .inner,
  .inner-s {
    width: 92%;
  }
}
/*========================
    アニメーション
========================*/
.js-fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  --ls1: 0.1em;
}

/*===================================================================
  非表示
===================================================================*/
.visibility-h {
  visibility: hidden;
}

/*===================================================================
    bg
===================================================================*/
.bg-yellow {
  background-color: #FFF040;
}

.bg-red {
  background-color: #E73E37;
}

.bg-blue {
  background-color: #0E67AC;
}

.bg-green {
  background-color: #1DAD77;
}

.bg-pink {
  background-color: #F59898;
}

.bg-beige {
  background-color: #F5D398;
}

.bg-grad {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #FFF040), to(#FFCC41));
  background: linear-gradient(180deg, #FFF040 10%, #FFCC41);
}

.bg-grad--bottom {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #F59898), to(#F5B198));
  background: linear-gradient(180deg, #F59898 10%, #F5B198);
}

.bg-yell {
  background-color: #E5D24D;
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit-bg {
  border-radius: 90px 90px 0 0;
}

.sec-tit-wrap {
  position: relative;
  background-position: center bottom 10px;
  background-repeat: no-repeat;
  background-size: 460px;
}

.sec-tit {
  font-size: clamp(1.875rem, 1.7338709677rem + 0.6451612903vw, 2.25rem);
  text-align: center;
  letter-spacing: var(--ls1);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

.sec-tit-lead {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}
.sec-tit-lead::before {
  content: "";
  width: 2px;
  height: 28px;
  background-color: #333;
  display: block;
  border-radius: 2px;
  position: absolute;
  left: -20px;
  bottom: 0px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.sec-tit-lead::after {
  content: "";
  width: 2px;
  height: 28px;
  background-color: #333;
  display: block;
  border-radius: 2px;
  position: absolute;
  right: -20px;
  bottom: 0px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media screen and (max-width: 767px) {
  .sec-tit-wrap {
    background-size: 300px;
  }
  .sec-tit {
    font-size: 24px;
  }
  .sec-tit-lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sec-tit-wrap {
    background-size: 260px;
  }
  .sec-tit {
    font-size: 20px;
  }
}
/*===================================================================
    sub-tit
===================================================================*/
.sub-tit-bg {
  background-image: url(/common/img/sub-tit-line.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
}

.sub-tit-bg--wh {
  background-image: url(/common/img/sub-tit-line-wh.svg);
}

.sub-tit-wrap {
  padding-left: 60px;
  margin-bottom: 40px;
  position: relative;
}
.sub-tit-wrap::before {
  content: "";
  background-image: url(/common/img/sub-tit-icon.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 38px;
  height: 46px;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.sub-tit-wrap--wh::before {
  background-image: url(/common/img/sub-tit-icon-wh.svg);
}

.sub-tit {
  font-size: clamp(1.875rem, 1.7338709677rem + 0.6451612903vw, 2.25rem);
  line-height: 1;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

.sub-tit-lead {
  padding-left: 5px;
  margin-bottom: 8px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

@media screen and (max-width: 767px) {
  .sub-tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .sub-tit-bg {
    min-width: 300px;
  }
  .sub-tit {
    font-size: 20px;
  }
}
/*===================================================================
    btn
===================================================================*/
.btn-wrap--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-wrap--mt {
  margin-top: 30px;
}

.btn {
  width: 320px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  background-image: url(/common/img/btn-bg.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: 3s ease;
  transition: 3s ease;
  position: relative;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
}
.btn:hover {
  opacity: 1;
  background-position: right;
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.btn-inner {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  padding-top: 4px;
  display: block;
}

@media screen and (max-width: 767px) {
  .btn {
    height: 54px;
    width: 280px;
  }
  .btn-inner {
    font-size: 16px;
  }
}
/*===================================================================
    arrow-btn
===================================================================*/
.arrow-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrow-btn-inner {
  line-height: 1;
}

.arrow-btn-icon {
  width: 36px;
  height: 36px;
  margin-left: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.arrow-btn:hover .arrow-btn-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .arrow-btn-wrap--pc {
    display: none;
  }
  .arrow-btn-wrap--sp {
    padding-top: 10px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .arrow-btn-wrap--sp {
    display: none;
  }
}
/*========================
	totop
========================*/
.totop {
  width: 80px;
  position: fixed;
  right: 5px;
  bottom: 20px;
  z-index: 7;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
  -webkit-animation: purupuru 3.2s linear 0s infinite;
          animation: purupuru 3.2s linear 0s infinite;
}
.totop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .totop {
    width: 50px;
  }
}
@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  5% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  12% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  16% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  20% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  25% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  5% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  12% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  16% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  20% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  25% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
/*===================================================================
    breadcrumb
===================================================================*/
.container-bread {
  padding-top: 20px;
  padding-bottom: 20px;
}

.crumb {
  position: relative;
  font-size: 12px;
}
.crumb::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #3b4043;
  border-right: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.crumb.last::after {
  content: none;
}

/*===================================================================
    subpage fv
===================================================================*/
.fv-bg {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  position: relative;
  z-index: 1;
}

.fv-bg--about {
  background-image: url(/common/img/fv-about.webp);
}

.fv-bg--life {
  background-image: url(/common/img/fv-life.webp);
}

.fv-bg--barrierfree {
  background-image: url(/common/img/fv-barrierfree.webp);
}

.fv-bg--syuroub {
  background-image: url(/common/img/fv-syuroub.webp);
}

.fv-bg--day-service {
  background-image: url(/common/img/fv-day-service.webp);
}

.fv-tit {
  font-size: clamp(2.125rem, 1.4388888889rem + 2.8888888889vw, 3.75rem);
  position: absolute;
  bottom: 130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  text-align: center;
  line-height: 1.3;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

.fv-tit-lead {
  font-size: clamp(1.5rem, 1.4529569892rem + 0.2150537634vw, 1.625rem);
  display: block;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .fv-bg {
    height: 360px;
  }
  .fv-bg--about {
    background-image: url(/common/img/fv-about-tab.webp);
  }
  .fv-bg--life {
    background-image: url(/common/img/fv-life-tab.webp);
  }
  .fv-bg--barrierfree {
    background-image: url(/common/img/fv-barrierfree-tab.webp);
  }
  .fv-bg--syuroub {
    background-image: url(/common/img/fv-syuroub-tab.webp);
  }
  .fv-bg--day-service {
    background-image: url(/common/img/fv-day-service-tab.webp);
  }
  .fv-tit {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .fv-bg--about {
    background-image: url(/common/img/fv-about-sp.webp);
  }
  .fv-bg--life {
    background-image: url(/common/img/fv-life-sp.webp);
  }
  .fv-bg--barrierfree {
    background-image: url(/common/img/fv-barrierfree-sp.webp);
  }
  .fv-bg--syuroub {
    background-image: url(/common/img/fv-syuroub-sp.webp);
  }
  .fv-bg--day-service {
    background-image: url(/common/img/fv-day-service-sp.webp);
  }
}
/*===================================================================
    subpage sidebar
===================================================================*/
.subpage {
  position: relative;
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subpage-main {
  width: 100%;
}

.inner-sub {
  padding-left: 360px;
  padding-right: 6%;
}

.sidebar {
  width: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 200px;
  left: 6%;
}

.sidebar-nav {
  width: 200px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.sidebar-list {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
  letter-spacing: 0;
}

@media screen and (max-width: 1100px) {
  .inner-sub {
    padding-left: 260px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    display: none;
  }
  .inner-sub {
    width: 92%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 85%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 767px) {
  .map {
    padding-top: 50%;
  }
}
/*===================================================================
    header
===================================================================*/
.header-position {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-image: url(/common/img/header-cloud.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 70%;
}

@media print {
  .header-position {
    position: absolute;
  }
}
@media screen and (min-width: 901px) {
  .header-position.scroll {
    padding-bottom: 10px;
  }
  .header-position.scroll .header-wrap {
    padding-top: 10px;
  }
  .header-position.scroll .facility-menu {
    margin-top: 10px;
  }
  .header-position.scroll .facility-nav-item {
    height: 50px;
    width: 240px;
  }
  .header-position.scroll .facility-nav-item img {
    width: 50px;
  }
  .header-position.scroll .facility-nav-name {
    font-size: clamp(1.125rem, 1.0309139785rem + 0.4301075269vw, 1.375rem);
    line-height: 1;
  }
  .header-position.scroll .facility-nav-desc {
    font-size: 14px;
  }
}
.inner--header {
  width: 95%;
  margin: 0 auto;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-logo {
  width: 280px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-item {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .nav-list {
  position: relative;
  line-height: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.header-nav .nav-list:nth-child(2) {
  border-right: 2px dotted #707070;
}
.header-nav .nav-list:nth-child(4) {
  border-left: 2px dotted #707070;
}
.header-nav .nav-listL {
  border-left: 2px dotted #707070;
}
.header-nav .nav-listR {
  border-right: 2px dotted #707070;
}
.header-nav .nav-item {
  position: relative;
}
.header-nav .nav-item::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 6px;
}
.header-nav .nav-item--home::before {
  background-image: url(/common/img/nav-home.svg);
}
.header-nav .nav-item--about::before {
  background-image: url(/common/img/nav-about.svg);
}
.header-nav .nav-item--recruit::before {
  background-image: url(/common/img/nav-recruit.svg);
}
.header-nav .nav-item--contact::before {
  background-image: url(/common/img/nav-contact.svg);
}
.header-nav .nav-item.header-logo::before {
  content: none;
}

.facility-menu-logo {
  display: none;
}

.facility-menu {
  margin-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.facility-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.facility-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  border-radius: 40px;
  color: #fff;
  margin-right: 25px;
  -webkit-box-shadow: 5px 5px 0 #fff;
          box-shadow: 5px 5px 0 #fff;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
}
.facility-nav-item:hover {
  color: #fff;
  opacity: 1;
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}
.facility-nav-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.facility-nav-item img {
  width: 70px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.facility-nav-item--barriafree {
  background-color: #E73E37;
}

.facility-nav-item--kizuna {
  background-color: #0E67AC;
}

.facility-nav-item--kizuna02 {
  background-color: #1DAD77;
}

.facility-nav-item--dayservice {
  background-color: #E5D24D;
}

.facility-nav-desc {
  display: block;
  line-height: 1.5;
  font-size: 14px;
}

.facility-nav-name {
  font-size: clamp(1.25rem, 1.1559139785rem + 0.4301075269vw, 1.5rem);
  line-height: 1.2;
}

.mobmenu-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: none;
}

@media screen and (max-width: 1200px) {
  .facility-nav-desc {
    font-size: 12px;
  }
  .facility-nav-name {
    font-size: 20px;
  }
  .facility-nav-item {
    width: 210px;
    height: 60px;
  }
  .facility-nav-item img {
    width: 60px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .facility-nav-item {
    width: 190px;
    height: 50px;
    margin-right: 20px;
  }
  .facility-nav-item img {
    width: 50px;
    margin-right: 3px;
  }
  .facility-nav-name {
    font-size: 18px;
    line-height: 1;
  }
  .facility-nav-desc {
    letter-spacing: 0;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 900px) {
  .header-menu,
  .facility-nav {
    display: none;
  }
  .header-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }
  .facility-menu {
    margin-top: 10px;
  }
  .facility-menu-logo {
    display: block;
    width: 200px;
    margin-right: 20px;
  }
  .facility-nav-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto 24px;
    width: 210px;
    height: 60px;
  }
  .facility-nav-item img {
    width: 60px;
    margin-right: 7px;
  }
  .mobmenu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inner--header {
    width: 100%;
    padding-left: 7%;
  }
  .header-position {
    height: 62px;
    padding-bottom: 10px;
    background-position: bottom left 10px;
    background-size: 300px;
  }
}
@media screen and (max-width: 767px) {
  .inner--header {
    padding-left: 4%;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.mobmenu-fixed {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
  max-width: 300px;
}

.mobmenu-fixed.open {
  opacity: 1;
  pointer-events: all;
  -webkit-box-shadow: -10px 0px 30px rgba(255, 240, 64, 0.3);
          box-shadow: -10px 0px 30px rgba(255, 240, 64, 0.3);
}

.mobmenu-bg {
  opacity: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  height: 100dvh;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-left: auto;
  overflow: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFF040), to(#FFCC41));
  background: linear-gradient(180deg, #FFF040 50%, #FFCC41);
}

.mobmenu-bg.open {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.mobmenu-bg.open .openbtn {
  background: #FFF040;
}

.mobmenu {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
}
.mobmenu .mobmenu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobmenu .nav-list {
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding-bottom: 5px;
  margin-right: 0;
}
.mobmenu .nav-list.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mobmenu .nav-list:first-child {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mobmenu .nav-list:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.mobmenu .nav-list:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mobmenu .nav-list:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.mobmenu .nav-list:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mobmenu .nav-list:nth-child(6) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.mobmenu .nav-list:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mobmenu .nav-list:nth-child(8) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.mobmenu .nav-item {
  color: #333333;
  font-size: 14px;
  position: relative;
}
.mobmenu .nav-item::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 6px;
}
.mobmenu .nav-item--home::before {
  background-image: url(/common/img/nav-home.svg);
}
.mobmenu .nav-item--about::before {
  background-image: url(/common/img/nav-about.svg);
}
.mobmenu .nav-item--recruit::before {
  background-image: url(/common/img/nav-recruit.svg);
}
.mobmenu .nav-item--contact::before {
  background-image: url(/common/img/nav-contact.svg);
}
.mobmenu .nav-item.header-logo::before {
  content: none;
}
.mobmenu .footer-tel {
  margin-right: 0;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 62px;
  height: 62px;
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFF040), to(#FFCC41));
  background: linear-gradient(180deg, #FFF040 50%, #FFCC41);
  border-radius: 0 0 0 40px;
  padding-left: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.openbtn-text {
  font-size: 10px;
  font-weight: 700;
}

.header-wrap .openbtn.active,
.header-wrap .openbtn.active .openbtn-text {
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0.5s;
  transition: all 0.4s ease 0.5s;
  position: absolute;
  top: 18px;
  height: 4px;
  width: 4px;
  border-radius: 4px;
  background: #333333;
}

.openbtn span:nth-of-type(1) {
  left: 25px;
}

.openbtn span:nth-of-type(2) {
  left: 35px;
}

.openbtn span:nth-of-type(3) {
  left: 45px;
}

/* active */
.openbtn.active span:nth-of-type(1) {
  width: 25px;
}

.openbtn.active span:nth-of-type(2),
.openbtn.active span:nth-of-type(3) {
  opacity: 0;
}

@media screen and (max-width: 900px) {
  .openbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*===================================================================
    footer
===================================================================*/
/*========================
  footer
========================*/
footer {
  position: relative;
  background-color: #FBF0D2;
}
footer::before {
  content: "";
  display: block;
  background-image: url(/common/img/footer-tree.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
  height: 290px;
}

.footer-animal {
  position: absolute;
  bottom: 20px;
  left: 25%;
  z-index: 1;
  width: 280px;
}

.footer-bg {
  border-top: 5px solid #F2CF6C;
  background-image: url(/common/img/footer-bg.webp);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto;
  position: relative;
  z-index: 2;
}

.footer-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-wrapL {
  width: 300px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-logo {
  margin-bottom: 40px;
  max-width: 200px;
}

.copyright {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.footer-wrapR {
  width: calc(100% - 300px);
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.footer-tel {
  font-size: clamp(1.5rem, 1.4529569892rem + 0.2150537634vw, 1.625rem);
  margin-right: 25px;
  padding-left: 32px;
  position: relative;
  line-height: 1;
  display: block;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}
.footer-tel::before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url(/common/img/tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn--footer {
  width: 170px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
.footer-nav .nav-list {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.footer-nav .nav-list:first-child, .footer-nav .nav-list:nth-child(5) {
  padding-left: 0;
}
.footer-nav .nav-list:nth-child(4), .footer-nav .nav-list:nth-child(7) {
  padding-right: 0;
}
.footer-nav .nav-list:first-child, .footer-nav .nav-list:nth-child(2), .footer-nav .nav-list:nth-child(3), .footer-nav .nav-list:nth-child(5), .footer-nav .nav-list:nth-child(6) {
  border-right: 1px solid #333;
}
.footer-nav .nav-item {
  line-height: 1;
}

@media screen and (max-width: 1100px) {
  .footer-animal {
    left: 22%;
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  footer .container {
    padding-top: 30px;
  }
  .footer-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-wrapL {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-logo {
    width: 200px;
    margin: 0 auto;
  }
  .copyright {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer-wrapR {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .footer-wrapR {
    margin-bottom: 40px;
  }
  .footer-menu {
    padding-bottom: 0;
  }
  .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-nav .nav-list {
    margin-bottom: 30px;
  }
  footer::before {
    width: 50px;
    height: 180px;
  }
}
@media screen and (max-width: 480px) {
  .footer-wrapR {
    margin-bottom: 0px;
  }
  .footer-tel {
    font-size: 20px;
    margin-right: 20px;
    padding-left: 25px;
  }
  .btn--footer {
    width: 140px;
  }
  .footer-nav .nav-list {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-right: 1px solid #333 !important;
  }
}
@media screen and (max-width: 360px) {
  .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-tel {
    margin-bottom: 20px;
  }
}
/*===================================================================
    トップページ
===================================================================*/
/*========================
    mv
========================*/
.mv-bg {
  background-image: url(/common/img/mv-bg.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.mv-anim {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.mv-anim .splide {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mv-anim .splide__track {
  overflow: visible;
}

.slide01 {
  -webkit-animation: slideAnim 12s infinite linear;
          animation: slideAnim 12s infinite linear;
}
.slide01::after {
  -webkit-animation: slideAnim 14s infinite linear;
          animation: slideAnim 14s infinite linear;
}

.slide02 {
  -webkit-animation: slideAnim02 10s infinite linear;
          animation: slideAnim02 10s infinite linear;
}
.slide02::after {
  -webkit-animation: slideAnim02 13s infinite linear;
          animation: slideAnim02 13s infinite linear;
}

.slide03 {
  -webkit-animation: slideAnim 11s infinite linear;
          animation: slideAnim 11s infinite linear;
}
.slide03::after {
  -webkit-animation: slideAnim 13s infinite linear;
          animation: slideAnim 13s infinite linear;
}

.slide04 {
  -webkit-animation: slideAnim 12s infinite linear;
          animation: slideAnim 12s infinite linear;
}
.slide04::after {
  -webkit-animation: slideAnim 14s infinite linear;
          animation: slideAnim 14s infinite linear;
}

.slide05 {
  -webkit-animation: slideAnim 10s infinite linear;
          animation: slideAnim 10s infinite linear;
}
.slide05::after {
  -webkit-animation: slideAnim 14s infinite linear;
          animation: slideAnim 14s infinite linear;
}

.mv-anim .splide__slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}

.slide01::after {
  background-image: url(/common/img/mv-piece01.webp);
}

.slide02::after {
  background-image: url(/common/img/mv-piece02.webp);
}

.slide03::after {
  background-image: url(/common/img/mv-piece03.webp);
}

.slide04::after {
  background-image: url(/common/img/mv-piece04.webp);
}

.slide05::after {
  background-image: url(/common/img/mv-piece05.webp);
}

@-webkit-keyframes slideAnim {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes slideAnim {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes slideAnim02 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes slideAnim02 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@media screen and (max-width: 900px) {
  .mv-bg {
    height: 400px;
    background-image: url(/common/img/mv-bg-sp.webp);
    background-position: bottom right;
  }
  .mv-anim .splide {
    top: 45%;
  }
}
/*========================
    feature
========================*/
.feature {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.sec-tit-bg--feature {
  background-image: url(/common/img/bg-feature.svg);
  background-position: bottom;
  background-repeat: repeat;
}

.sec-tit--feature {
  padding-top: 20px;
}

.feature-strong {
  color: #F16072;
  font-size: 68px;
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.bg-feature {
  background-image: url(/common/img/bg-feature.svg);
  background-position: top;
  background-repeat: repeat;
  padding-top: 20px;
}

.feature-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px !important;
}

.feature-item {
  width: calc(33.333% - 25px);
  background-color: #fff;
  border-radius: 70px;
  margin-top: 75px;
  padding: 30px 20px 40px;
  position: relative;
}
.feature-item::before {
  content: "";
  width: 100px;
  height: 75px;
  background-image: url(/common/img/feature-icon01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.feature-item:nth-child(2)::before {
  background-image: url(/common/img/feature-icon02.webp);
}
.feature-item:nth-child(3)::before {
  background-image: url(/common/img/feature-icon03.webp);
}

.feature-number {
  width: 50%;
  max-width: 170px;
  margin: 0 auto 30px;
}

.feature-tit {
  font-size: clamp(1.25rem, 1.1559139785rem + 0.4301075269vw, 1.5rem);
  letter-spacing: var(--ls1);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

@media screen and (max-width: 960px) {
  .feature-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .feature-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .feature .splide__arrow > svg {
    display: none;
  }
  .feature .splide__arrow--prev::after,
  .feature .splide__arrow--next::after {
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    border: solid #333;
    border-width: 3px 3px 0 0;
    border-radius: 2px;
  }
  .feature .splide__arrow--prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .feature .splide__arrow--next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .feature .splide__arrow--prev,
  .feature .splide__arrow--next {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
  }
  .feature .splide__arrow--prev {
    left: -25px;
  }
  .feature .splide__arrow--next {
    right: -25px;
  }
  .feature .splide__pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .feature {
    margin-top: -70px;
  }
  .sec-tit--feature {
    padding-top: 10px;
  }
  .feature-strong {
    font-size: 38px;
  }
  .feature-item {
    width: 92%;
  }
  .feature-item::before {
    width: 80px;
    height: 60px;
    top: -60px;
  }
}
@media screen and (max-width: 600px) {
  .feature-item {
    padding: 25px 40px;
  }
  .feature .splide__arrow--next {
    right: -10px;
  }
  .feature .splide__arrow--prev {
    left: -10px;
  }
}
@media screen and (max-width: 480px) {
  .feature-strong {
    font-size: 30px;
  }
}
/*===================================================================
    information
===================================================================*/
.top-information {
  background: #FFCC41;
}

@media screen and (max-width: 480px) {
  .inner--information {
    padding-top: 40px;
  }
}
.information-bg .container {
  padding-bottom: 0;
}

.information-wrapL {
  width: 200px;
  height: auto;
  display: block;
  text-align: center;
}
.information-wrapL img {
  margin-bottom: 5px;
  border-radius: 30px;
  max-width: 256px;
}

.information-wrapR {
  width: calc(100% - 240px);
}

.inform-btn {
  margin-top: 1em;
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #333;
  border-radius: 30px;
  border: 1px solid;
  display: block;
  padding: 10px 20px;
}

@media screen and (max-width: 900px) {
  .information-wrapL {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .information-wrapR {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .inform-btn {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
}
.inform-date-text {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  margin-right: 1em;
}

.inform-cat-text {
  font-size: 12px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  background: #E73E37;
  color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 25px;
  margin-top: 4px;
}

.inform-title-text {
  font-size: clamp(1.125rem, 1.063rem + 0.25vw, 1.25rem); /* 20px */
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

.inform-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.inform-text .text-strong {
  font-weight: 600;
}

.information-link {
  text-decoration: underline;
}

/*===================================================================
    top-facility
===================================================================*/
.top-facility-bg {
  background-color: #FFCC41;
  position: relative;
  overflow: hidden;
}

.cloud {
  position: absolute;
  top: 15%;
  right: -296px;
  width: 296px;
  height: 104px;
  z-index: 2;
}

.tree {
  position: absolute;
  bottom: 3%;
  right: 0;
  width: 170px;
  height: 477px;
  z-index: 1;
}

.foot {
  position: absolute;
  bottom: 27%;
  left: -160px;
  width: 316px;
  height: 328px;
  z-index: 1;
}

.sec-tit-wrap--top-facility {
  background-image: url(/common/img/sec-tit-bg.webp);
  padding-top: 40px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.pengin-position {
  position: relative;
}

.pengin {
  position: absolute;
  top: 80px;
  left: 0;
  width: 68px;
  height: 105px;
}

.top-facility-wrap {
  border-radius: 90px;
  padding: 80px;
  position: relative;
}
.top-facility-wrap::before {
  content: "";
  display: block;
  width: 80%;
  height: 120px;
  background-image: url(/common/img/asahibashi.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-facility-wrap::after {
  content: "";
  display: block;
  width: 152px;
  height: 772px;
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/common/img/foot-big.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-facility-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
  position: relative;
}
.top-facility-item:last-child {
  margin-bottom: 0;
}

.top-facility-itemL {
  width: calc(70% - 40px);
}

.top-facility-itemR {
  width: 29%;
}

.top-facility-desc {
  border-radius: 10px;
  padding: 4px 16px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.125rem, 1.0309139785rem + 0.4301075269vw, 1.375rem);
  letter-spacing: var(--ls1);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
}

.top-facility-name {
  font-size: clamp(1.5rem, 1.4059139785rem + 0.4301075269vw, 1.75rem);
  margin-bottom: 20px;
  letter-spacing: var(--ls1);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

.top-facility-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .top-facility-wrap {
    padding: 40px;
  }
  .cloud {
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .top-facility-item {
    margin-bottom: 60px;
  }
  .top-facility-itemL {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-facility-itemR {
    width: 100%;
    max-width: 240px;
  }
  .cloud {
    top: 40px;
    width: 200px;
  }
  .cloud2 {
    top: 900px;
    width: 200px;
  }
  .pengin {
    width: 50px;
    height: 80px;
  }
}
.to-contact {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-bottom: 30px;
}
.to-contact::after {
  content: url(/common/img/link-icon.svg);
  width: 10px;
  height: 10px;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .to-contact {
    margin-bottom: 0;
  }
}
.to-facility {
  position: relative;
  display: block;
}
.to-facility:hover {
  opacity: 1;
}

.to-facility-img {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.to-facility:hover .to-facility-img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.bird::before {
  content: "";
  display: block;
  background-image: url(/common/img/bird.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 124px;
  height: 118px;
  position: absolute;
  top: -75px;
  right: -30px;
}

.kaba {
  position: absolute;
  width: 108px;
  height: 72px;
  bottom: 12%;
  right: 20px;
}

.kirin {
  position: absolute;
  width: 124px;
  height: 166px;
  bottom: 12%;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .bird::before {
    width: 90px;
    height: 90px;
    top: -30px;
  }
  .kaba {
    width: 90px;
    height: 60px;
  }
  .tree {
    bottom: 0;
    width: 70px;
    height: 200px;
  }
  .kirin {
    width: 90px;
    height: 120px;
  }
  .foot {
    width: 221px;
    height: 230px;
    bottom: 30%;
  }
}
/*========================
    voice
========================*/
.voice-header {
  background-color: #FFCC41;
}

.sec-tit-bg--voice {
  background-color: #fff;
}

.sec-tit-wrap--voice {
  background-image: url(/common/img/sec-tit-bg--voice.webp);
  padding-top: 60px;
  background-position: center bottom;
}
.sec-tit-wrap--voice .sec-tit {
  line-height: 1.2;
  margin-top: 10px;
}

.voice-bg {
  background-image: url(/common/img/voice-bg.webp);
  background-position: top;
  background-repeat: repeat;
  background-size: cover;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.voice-item {
  background-color: #fff;
  border: 2px solid #F59898;
  border-radius: 30px;
  padding: 25px 20px;
}

.voice-name {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

.voice .splide__arrow > svg {
  display: none;
}
.voice .splide__arrow--prev::after,
.voice .splide__arrow--next::after {
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  border: solid #333;
  border-width: 3px 3px 0 0;
  border-radius: 2px;
}
.voice .splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.voice .splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.voice .splide__arrow--prev,
.voice .splide__arrow--next {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #333;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.voice .splide__arrow--prev {
  left: -25px;
}
.voice .splide__arrow--next {
  right: -25px;
}
.voice .splide__pagination {
  margin-top: 30px;
}
.voice .splide__pagination li button {
  height: 15px;
  width: 15px;
  background-color: #FBE4E6;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.voice .splide__pagination__page.is-active {
  background-color: #EE9DA6;
}

.voice-user {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.voice-img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.voice-text {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .sec-tit-wrap--voice {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .voice-item {
    padding: 25px 40px;
  }
  .voice .splide__arrow--next {
    right: -10px;
  }
  .voice .splide__arrow--prev {
    left: -10px;
  }
}
/*========================
    donation
========================*/
.donation-header {
  background-color: #FFF;
}

.sec-tit-bg--donation {
  background-color: #F59898;
}

.sec-tit-wrap--donation {
  background-image: url(/common/img/sec-tit-bg--donation.webp);
  padding-top: 60px;
}

.donation-text {
  text-align: center;
  margin-bottom: 20px;
}

.donation-img {
  margin-bottom: 10px;
}

.donation-slide-wrap .splide__arrow > svg {
  display: none;
}
.donation-slide-wrap .splide__arrow--prev::after,
.donation-slide-wrap .splide__arrow--next::after {
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  border: solid #3B4043;
  border-width: 3px 3px 0 0;
  border-radius: 2px;
}
.donation-slide-wrap .splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.donation-slide-wrap .splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.donation-slide-wrap .splide__arrow--prev,
.donation-slide-wrap .splide__arrow--next {
  position: absolute;
  z-index: 9;
  top: 26%;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #3B4043;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.donation-slide-wrap .splide__arrow--prev {
  left: -25px;
}
.donation-slide-wrap .splide__arrow--next {
  right: -25px;
}
.donation-slide-wrap .splide__pagination {
  display: none;
}

.btn--pengin {
  position: relative;
  margin-top: 148px;
  margin-bottom: 30px;
}
.btn--pengin::before {
  content: "";
  background-image: url(/common/img/btn-pengin.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 180px;
  display: block;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .sec-tit-wrap--donation {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .donation-slide-wrap .splide__arrow--prev {
    left: -10px;
  }
  .donation-slide-wrap .splide__arrow--next {
    right: -10px;
  }
  .donation-slide-wrap .splide__arrow--prev,
  .donation-slide-wrap .splide__arrow--next {
    top: 40%;
  }
  .btn--pengin {
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .donation-text {
    text-align: left;
  }
}
/*========================
    top-recruit
========================*/
.top-recruit-contents {
  padding: 60px 0 30px 90px;
  border-radius: 50px 0 0 50px;
  width: 80%;
  margin-left: auto;
  margin-top: -100px;
  position: relative;
  background-color: #fff;
}

.top-recruit-wrapL {
  width: 300px;
}

.top-recruit-wrapR {
  width: calc(100% - 300px);
  max-width: 410px;
  margin-left: auto;
}

.top-recruit-tit-wrap {
  background-image: url(/common/img/top-recruit-tit.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 264px;
  position: relative;
}

.top-recruit-tit {
  font-size: clamp(1.875rem, 1.7338709677rem + 0.6451612903vw, 2.25rem);
  text-align: center;
  line-height: 1.5;
}

.top-recruit-text {
  margin-bottom: 35px;
}

.top-recruit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #E87783;
}
.top-recruit-btn::after {
  content: url(/common/img/top-recruit-btn.svg);
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 50px;
  -webkit-transition: 1s;
  transition: 1s;
}
.top-recruit-btn:hover {
  color: #E87783;
}
.top-recruit-btn:hover::after {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

@media screen and (max-width: 1100px) {
  .top-recruit-contents {
    padding: 40px 0 30px 30px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit-tit-wrap {
    background-size: 200px;
  }
  .top-recruit-tit {
    font-size: 24px;
  }
  .top-recruit-contents {
    padding: 30px 0 30px 30px;
    margin-top: -60px;
  }
  .top-recruit-wrapL {
    margin: 0 auto 30px;
  }
  .top-recruit-wrapR {
    width: 100%;
    max-width: 100%;
  }
  .top-recruit-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .top-recruit-tit {
    font-size: 20px;
  }
}
/*===================================================================
    about
===================================================================*/
.inner-about {
  padding-left: 360px;
}

@media screen and (max-width: 1100px) {
  .inner-about {
    padding-left: 260px;
  }
}
@media screen and (max-width: 767px) {
  .inner-about {
    padding-left: 4%;
  }
}
/*========================
    greeting
========================*/
.greeting-tit {
  line-height: 1.3;
  font-size: clamp(1.5rem, 1.4059139785rem + 0.4301075269vw, 1.75rem);
  margin-bottom: 30px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

.greeting-sign {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}
.greeting-sign::before {
  content: "理事長";
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}

.qualification {
  display: inline-block;
  padding-left: 15px;
  letter-spacing: 0;
  white-space: nowrap;
}

.greeting-wrapR {
  width: calc(50% - 50px);
  margin-left: 50px;
  margin-bottom: 20px;
  float: right;
  max-width: 400px;
}

@media screen and (max-width: 1024px) {
  .qualification {
    padding-left: 0;
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  .greeting-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .greeting-wrapL {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .greeting-wrapR {
    width: 90%;
    max-width: 320px;
    float: none;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .qualification {
    padding-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .greeting-tit .block {
    display: none;
  }
}
/*========================
    overview
========================*/
.overview-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 6% 15px 50px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.overview-item::after {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.overview-item p {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.4s ease 0.8s;
  transition: 0.4s ease 0.8s;
}
.overview-item.active::after {
  width: 100%;
  border-radius: 30px 0 0 30px;
}
.overview-item.active p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.overview-itemL {
  width: 180px;
  font-weight: 500;
}

.overview-itemR {
  width: calc(100% - 180px);
}

@media screen and (max-width: 960px) {
  .overview-item {
    padding: 15px 8% 15px 30px;
  }
  .overview-itemL {
    width: 130px;
  }
  .overview-itemR {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 767px) {
  .overview-item {
    padding: 15px 4% 15px 30px;
  }
}
@media screen and (max-width: 480px) {
  .overview-item {
    padding: 15px 4% 15px 15px;
  }
  .overview-itemL {
    width: 100%;
    margin-bottom: 5px;
  }
  .overview-itemR {
    width: 100%;
  }
}
/*========================
    donation-block
========================*/
.donation-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.donation-unit {
  width: calc(33.333% - 33.3333333333px);
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .donation-unit {
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .donation-unit {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
}
/*========================
    history
========================*/
.history-bg {
  background-color: #fff;
  padding: 50px 6% 50px 50px;
  border-radius: 50px 0 0 50px;
}

.history-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
}

.history-itemL {
  width: 130px;
  font-weight: 500;
}

.history-itemR {
  width: calc(100% - 130px);
}

@media screen and (max-width: 960px) {
  .history-bg {
    padding: 50px 8% 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .history-bg {
    padding: 50px 4% 50px 30px;
  }
}
@media screen and (max-width: 480px) {
  .history-bg {
    padding: 50px 4% 50px 15px;
  }
  .history-itemL {
    width: 100%;
    margin-bottom: 5px;
  }
  .history-itemR {
    width: 100%;
  }
}
/*========================
    episode
========================*/
.episode-wrap .splide__slide {
  padding-bottom: 30px;
}

.episode-item {
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.episode-item::after {
  content: "";
  display: block;
  width: 40px;
  height: 26px;
  background-image: url(/common/img/episode-huki.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -26px;
  left: 200px;
}

.episode-mark {
  padding: 60px 40px;
  height: 100%;
  position: relative;
}
.episode-mark::before {
  content: "";
  display: block;
  width: 30px;
  height: 26px;
  background-image: url(/common/img/episode-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  left: 20px;
}
.episode-mark::after {
  content: "";
  display: block;
  width: 30px;
  height: 26px;
  background-image: url(/common/img/episode-mark02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.episode .splide__arrows {
  display: none;
}

@media screen and (max-width: 480px) {
  .episode .splide__pagination {
    margin-top: 30px;
  }
  .episode .splide__pagination li button {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .episode .splide__pagination__page.is-active {
    background-color: #FFF040;
  }
  .episode-item {
    width: 96%;
  }
}
.article {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.articleL {
  width: calc(100% - 280px);
}

.articleR {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.articleR img {
  border-radius: 30px;
}

.episode-text {
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .articleL {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .articleR {
    width: 220px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*========================
    modal
========================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 30;
  overflow: auto;
}

.bigimg {
  position: absolute;
  width: 80%;
  max-width: 800px;
  top: 80px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
.bigimg img {
  margin-bottom: 30px;
}

.close-btn {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}

.close-btn a {
  color: #fff;
  text-decoration: none;
}

/*===================================================================
    facility
===================================================================*/
/*========================
    facility-tab
========================*/
.facility-tab-wrap {
  background-color: #fff;
  border-radius: 40px;
}

.facility-tab-list {
  width: 50%;
  padding: 8px 5px;
  border-radius: 40px;
}
.facility-tab-list.active .facility-tab-item {
  color: #fff;
}

.facility-tab-list--barrierfree.active {
  background-color: #EB7D78;
}

.facility-tab-list--life.active {
  background-color: #50B28D;
}

.facility-tab-list--syuroub.active {
  background-color: #6399C4;
}

.facility-tab-list--dayservice.active {
  background-color: #E5D24D;
}

.facility-tab-item {
  color: #999999;
  font-size: clamp(1.125rem, 1.0309139785rem + 0.4301075269vw, 1.375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  height: 100%;
}

.facility-tab-lead {
  font-size: 14px;
  display: block;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 420px) {
  .facility-tab-item {
    font-size: 14px;
  }
  .facility-tab-lead {
    font-size: 12px;
  }
}
/*========================
    intro
========================*/
.intro .bg-yellow {
  padding-top: 90px;
}

.intro-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro-wrapL {
  width: calc(61% - 60px);
}

.intro-wrapR {
  width: 39%;
  max-width: 320px;
  position: relative;
}

.intro-img {
  position: relative;
  z-index: 1;
}

.intro-tit {
  line-height: 1.3;
  font-size: clamp(1.5rem, 1.4059139785rem + 0.4301075269vw, 1.75rem);
  margin-bottom: 30px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

.intro-name {
  font-size: clamp(1.25rem, 1.1559139785rem + 0.4301075269vw, 1.5rem);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  color: #333;
}

@media screen and (max-width: 1100px) {
  .intro-wrapL {
    width: 100%;
    margin-bottom: 30px;
  }
  .intro-wrapR {
    width: calc(100% - 50px);
  }
}
/*========================
    activity
========================*/
.activity-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.activity-wrapL {
  max-width: 240px;
  width: 29%;
}

.activity-wrapR {
  width: calc(71% - 60px);
}

.updated {
  margin-top: 30px;
}

.monthly {
  font-size: 18px;
  font-weight: 600;
  margin-left: 2em;
  color: #FE3B3F;
}

.updated-m {
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .activity-wrapL {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .activity-wrapR {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .monthly {
    margin-left: 1em;
  }
}
@media screen and (max-width: 420px) {
  .activity-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .monthly {
    font-size: 16px;
  }
}
/*========================
    kondate
========================*/
.kondate-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kondate-img {
  width: 256px;
  height: auto;
  display: block;
}
.kondate-img img {
  margin-bottom: 5px;
  border-radius: 30px;
  max-width: 256px;
}

.kondate-contents {
  width: calc(71% - 60px);
}

@media screen and (max-width: 1024px) {
  .kondate-contents {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 900px) {
  .kondate-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .kondate-contents {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}
/*========================
    bento
========================*/
.bento-text {
  margin-bottom: 30px;
}

.bento-wrap {
  margin-bottom: 50px;
}

.bento-tit {
  font-size: clamp(1.25rem, 1.1559139785rem + 0.4301075269vw, 1.5rem);
  border-bottom: 2px solid #3B4043;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 500;
}

.bento-line {
  padding-left: 30px;
  position: relative;
}
.bento-line::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/common/img/bento-line.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 3px;
  left: 0;
}

.img--bento {
  max-width: 256px;
  margin-bottom: 30px;
}

/*========================
    training
========================*/
.training-text {
  margin-bottom: 20px;
}

/*========================
    flow
========================*/
.flow-lead {
  margin-bottom: 20px;
}
.flow-lead.mt {
  margin-top: 70px;
}

.flow-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  position: relative;
}
.flow-list::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 120px;
  z-index: 0;
}
.flow-list:last-child {
  padding-bottom: 0;
}

.flow-listL {
  width: 132px;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  z-index: 1;
}
.flow-listL::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/common/img/flow-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flow-listR {
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #707070;
  border-radius: 28px;
  padding: 10px 30px;
  width: calc(100% - 175px);
  margin-left: 40px;
  max-width: 420px;
}

@media screen and (max-width: 767px) {
  .flow-list::after {
    left: 78px;
  }
  .flow-listL {
    width: 90px;
  }
  .flow-listR {
    width: calc(100% - 105px);
    margin-left: 15px;
  }
}
/*========================
    gallery
========================*/
.gallery-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery-list {
  width: calc(33.333% - 20px);
  margin-bottom: 40px;
}

.gallery-img {
  border-radius: 30px;
  overflow: hidden;
}

.caption {
  margin-top: 5px;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 1000px) {
  .gallery-list {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
/*========================
    guide
========================*/
.guide-list {
  margin-bottom: 20px;
}

.guide-listL {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.guide-listL::after {
  content: "";
  width: 2px;
  height: calc(100% - 50px);
  background-color: #666666;
  display: block;
  position: relative;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.guide-listL.last::after {
  content: none;
}

.guide-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #666666;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.5rem, 1.3588709677rem + 0.6451612903vw, 1.875rem);
}

.guide-listR {
  margin-left: 30px;
  width: calc(100% - 80px);
}

.guide-tit {
  font-size: clamp(1.125rem, 1.0779569892rem + 0.2150537634vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 10px;
}

.guide-text {
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .guide-listR {
    margin-left: 15px;
    width: calc(100% - 65px);
  }
}
/*========================
    outline
========================*/
.outline-block {
  margin-bottom: 50px;
}

.outline-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.outline-head-list {
  padding: 15px 5px;
  border-bottom: 1px solid #fff;
  width: 320px;
}

.outline-img {
  max-width: 240px;
  width: 100%;
  margin-left: 60px;
}

.outline-head-listL {
  width: 120px;
  font-weight: 500;
}

.outline-head-listR {
  width: calc(100% - 120px);
}

@media screen and (max-width: 900px) {
  .outline-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .outline-head-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .outline-head-list {
    width: 100%;
  }
  .outline-img {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .outline-head-listL {
    width: 130px;
  }
  .outline-head-listR {
    width: calc(100% - 130px);
  }
}
.outline-flow-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.outline-flow-list {
  width: 49%;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.outline-flow-listL {
  width: 80px;
  height: 80px;
  border: 2px solid #707070;
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  font-weight: 500;
}

.outline-flow-listR {
  width: calc(100% - 100px);
}

@media screen and (max-width: 1100px) {
  .outline-flow-list {
    width: 100%;
  }
}
.outline-map {
  border-radius: 20px;
  overflow: hidden;
}

.outline-bottom-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.outline-bottom-list {
  width: 49%;
  margin-bottom: 15px;
}

.outline-bottom-listL {
  font-weight: 500;
  width: 100px;
}

.outline-bottom-listR {
  width: calc(100% - 100px);
}
.outline-bottom-listR a {
  display: block;
}

@media screen and (max-width: 1100px) {
  .outline-bottom-list {
    width: 100%;
  }
}
/*========================
    life
========================*/
.intro-wrapR .kaba,
.intro-wrapR .kirin {
  right: -54px;
}

/*========================
    barrierfree
========================*/
.b-bird {
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 56px;
  z-index: 1;
}

/*===================================================================
    day-service
===================================================================*/
.eva-contents {
  width: calc(71% - 60px);
}
.eva-contents .updated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eva-contents .btn-wrap {
  margin-right: 50px;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .eva-contents {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 900px) {
  .evaluation-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .eva-contents {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .eva-contents .updated {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*===================================================================
    recruit
===================================================================*/
/*========================
    message
========================*/
.message-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.message-wrapL {
  width: calc(60% - 30px);
}

.message-wrapR {
  width: 40%;
  max-width: 400px;
}

.message-sign {
  padding-top: 10px;
  padding-left: 10px;
}

.greeting-sign--message::before {
  content: "事務長";
}

@media screen and (max-width: 960px) {
  .message-wrapL {
    width: 100%;
    margin-bottom: 30px;
  }
  .message-wrapR {
    width: 100%;
  }
}
/*========================
    welfare
========================*/
.welfare-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.welfare-list {
  width: calc(25% - 22.5px);
  padding: 30px 15px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}

.welfare-tit {
  font-size: clamp(1.25rem, 1.1559139785rem + 0.4301075269vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  .welfare-list {
    width: calc(25% - 11.25px);
  }
}
@media screen and (max-width: 1200px) {
  .welfare-list {
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 420px) {
  .welfare-list {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    padding: 15px;
  }
  .welfare-list br {
    display: none;
  }
}
/*========================
    recruit-voice
========================*/
.recruit-post {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
}

.recruit-voice-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.recruit-voice-contents {
  width: calc(74% - 60px);
}

.recruit-voice-img {
  width: 26%;
  max-width: 300px;
}

@media screen and (max-width: 1100px) {
  .recruit-voice-contents {
    width: calc(70% - 30px);
  }
  .recruit-voice-img {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  .recruit-voice-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit-voice-contents {
    width: 100%;
    margin-bottom: 30px;
  }
  .recruit-voice-img {
    width: 100%;
  }
}
/*========================
    recruit
========================*/
.recruit-lead {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
}

.recruit-bg {
  padding: 60px 6% 60px 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.recruit-bg::after {
  content: "";
  border-radius: 30px 0 0 30px;
  background-color: #fff;
  width: 30px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.recruit-bg.active::after {
  width: 100%;
}

.recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 6px;
  padding-right: 10px;
  border-bottom: 1px solid #707070;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
}
.recruit-list:first-child {
  border-top: 2px solid #707070;
}
.recruit-list:last-child {
  border-bottom: 2px solid #707070;
}

.recruit-bg.active .recruit-list,
.recruit-bg.active .recruit-lead,
.recruit-bg.active .recruit-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.recruit-listL {
  width: 220px;
}

.recruit-listR {
  width: calc(100% - 220px);
}

.recruit-contact .recruit-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .recruit-bg {
    padding: 30px 4% 30px 30px;
  }
}
@media screen and (max-width: 600px) {
  .recruit-listL {
    width: 120px;
  }
  .recruit-listR {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 480px) {
  .recruit-bg {
    padding: 15px 4% 15px 15px;
  }
  .recruit-listL {
    width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .recruit-listR {
    width: 100%;
  }
}
/*===================================================================
    contact
===================================================================*/
.tel-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 30px;
}
.tel-box .sub-tit {
  background-image: linear-gradient(to right, #707070 6px, transparent 4px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.tel-box .footer-tel {
  font-size: clamp(1.875rem, 1.7338709677rem + 0.6451612903vw, 2.25rem);
  margin-bottom: 4px;
}
.tel-box .footer-tel::before {
  width: 24px;
  height: 28px;
  top: 6px;
}

@media screen and (max-width: 350px) {
  .tel-box .footer-tel {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .tel-box .footer-tel::before {
    top: 0;
  }
}
/*========================
    contact form
========================*/
.form-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.form-listL {
  width: 205px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.form-listL--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-listR {
  width: calc(100% - 250px);
}

.required {
  position: relative;
}

.required::after {
  content: "必須";
  color: #ffffff;
  background-color: #BA0015;
  font-size: 12px;
  border-radius: 5px;
  width: 32px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
  .form-list {
    margin-bottom: 20px;
  }
  .form-listL {
    margin-bottom: 5px;
  }
  .form-listR {
    width: 100%;
  }
}
/*========================
  input
========================*/
input[type=text],
input[type=email],
input[type=tel],
textarea {
  background-color: #fff;
  border: 1px solid #F1992F;
  width: 100%;
  padding: 7px;
  border-radius: 10px;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
textarea:focus-visible {
  outline-color: #BA0015 !important;
}

input[type=radio] {
  height: 20px;
  width: 20px;
  border: 1px solid #F1992F;
  border-radius: 100%;
  color: #3B4043;
  margin-right: 5px;
  background-color: #fff;
}
input[type=radio] + label {
  font-weight: 500;
}

input[type=radio]:checked {
  position: relative;
}

input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F1992F;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*========================
  prrivacy-policy
========================*/
.form-list.pp {
  background-image: linear-gradient(to right, #F1992F 6px, transparent 4px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.privacy-area {
  height: 180px;
  overflow-y: auto;
  border: 1px solid #F1992F;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.pp-text {
  margin-bottom: 15px;
}
.pp-text a {
  color: #DE5D8F;
  -webkit-text-decoration: underline #DE5D8F;
          text-decoration: underline #DE5D8F;
}

.checkbox-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
  border: 1px solid #F1992F;
  border-radius: 3px;
}
input[type=checkbox] + label {
  font-weight: 500;
}

#privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid #F1992F;
  border-radius: 10px;
}

input[type=submit],
input[type=button] {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 10px;
}

.contact-form label.error {
  display: block;
  margin-top: 5px;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F1992F;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#privacy-check {
  position: relative;
  margin-bottom: 35px;
}

#privacy-check label.error {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
}

/*========================
    check
========================*/
.form-check {
  margin-top: -40px;
}

.form-check-text {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.check-table {
  width: 100%;
}

.check-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #3B4043;
}
.check-table tr:nth-child(9) {
  border-bottom: 1px solid #3B4043;
}

.check-table th {
  padding: 20px 0 20px 25px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  background-color: #F1992F;
  color: #fff;
}

.check-table td {
  padding: 20px 0 20px 30px;
  width: calc(100% - 250px);
  background-color: #fff;
}

.form-check-btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-check-btn-wrap .submit-btn {
  width: 240px;
  margin: 40px 10px 0;
  border-radius: 30px;
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit-btn--go {
  border: 1px solid #F1992F;
  background-color: #F1992F;
  color: #ffffff;
}

.submit-btn--go:hover {
  color: #F1992F;
  background-color: #fff;
}

.submit-btn--back {
  border: 1px solid #F1992F;
  background-color: #ffffff;
  color: #F1992F;
}

.submit-btn--back:hover {
  color: #ffffff;
  background-color: #F1992F;
}

.submit-btn--back .submit-btn-bg {
  background-color: #F1992F;
}

@media screen and (max-width: 1024px) {
  .check-table th {
    width: 220px;
  }
  .check-table td {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .form-check-text {
    text-align: left;
  }
  .check-table tr {
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 8px;
  }
  .check-table th {
    width: 100%;
    padding: 8px;
  }
  .check-table td {
    width: 100%;
    padding: 8px;
  }
}
@media screen and (max-width: 600px) {
  .form-check-btn-wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-check-btn-wrap .submit-btn {
    margin: 20px 10px 0;
  }
}
@media screen and (max-width: 370px) {
  .check-table {
    font-size: 14px;
  }
}
/*========================
    thanks
========================*/
.thanks {
  margin-top: -40px;
}

.thanks-contents {
  margin-bottom: 60px;
}

.btn-wrap--thanks {
  padding-bottom: 60px;
}