@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: 100%;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  color: #333;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
body.large, html.large {
  zoom: 105%;
}

html {
  scroll-behavior: smooth;
}

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

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

a:active, a:hover {
  color: #333;
  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;
}

.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;
}

.kiwi {
  font-family: "Kiwi Maru", serif;
}

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

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

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

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

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

.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-bottom: 60px;
}

.container-both {
  padding-top: 60px;
  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: 90%;
  }
}
/*===================================================================
  reCAPTCHAの非表示
===================================================================*/
.grecaptcha-badge {
  visibility: hidden;
}

.contact .grecaptcha-badge {
  visibility: visible;
  bottom: 70px !important;
}

/* フェードインアップ */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 下に30pxの位置から */
  -webkit-transition: opacity 1s, -webkit-transform 1.2s;
  transition: opacity 1s, -webkit-transform 1.2s;
  transition: opacity 1s, transform 1.2s;
  transition: opacity 1s, transform 1.2s, -webkit-transform 1.2s; /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeUp.on {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 30px上に移動する */
}

/* フェードインライト */
.js-fadeRight {
  opacity: 0; /* 最初は非表示 */
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px); /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeRight.on {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: translateX(0);
          transform: translateX(0); /* 30px上に移動する */
}

/* フェードインレフト */
.js-fadeLeft {
  opacity: 0; /* 最初は非表示 */
  -webkit-transform: translateX(30px);
          transform: translateX(30px); /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeLeft.on {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: translateX(0);
          transform: translateX(0); /* 30px上に移動する */
}

/*========================
  .riceball
========================*/
.riceball-wrap {
  position: relative;
}

.riceball-img {
  width: 410px;
  height: 410px;
  margin-left: auto;
  clip-path: url(#riceballPath);
}

.recruit-img01 .riceball-img,
.feature-img01 .riceball-img {
  clip-path: url(#riceballPath02);
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.recruit-img01 .riceball-img p,
.feature-img01 .riceball-img p {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.recruit-img03 .riceball-img,
.feature-img03 .riceball-img {
  clip-path: url(#riceballPath03);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.recruit-img03 .riceball-img p,
.feature-img03 .riceball-img p {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.riceball-img p {
  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: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

svg {
  position: fixed;
  width: 0;
  height: 0;
}

#riceballPath {
  animation: spin 45s ease-in-out infinite alternate-reverse;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
  height: 100%;
}

#riceballPath02 {
  animation: spin 40s ease-in-out infinite alternate-reverse;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
  height: 100%;
}

#riceballPath03 {
  animation: spin 50s ease-in-out infinite alternate-reverse;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0) scale(0.9);
            transform: rotate(0) scale(0.9);
  }
  to {
    -webkit-transform: rotate(1turn) scale(0.9);
            transform: rotate(1turn) scale(0.9);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0) scale(0.9);
            transform: rotate(0) scale(0.9);
  }
  to {
    -webkit-transform: rotate(1turn) scale(0.9);
            transform: rotate(1turn) scale(0.9);
  }
}
.riceball-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 360px;
  z-index: 1;
  -webkit-animation: 90s riceSpin infinite;
          animation: 90s riceSpin infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-left: 40px;
}

@-webkit-keyframes riceSpin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes riceSpin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@media screen and (max-width: 1600px) {
  .riceball-img {
    width: 360px;
    height: 360px;
  }
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0) scale(0.7);
              transform: rotate(0) scale(0.7);
    }
    to {
      -webkit-transform: rotate(1turn) scale(0.7);
              transform: rotate(1turn) scale(0.7);
    }
  }
  @keyframes spin {
    from {
      -webkit-transform: rotate(0) scale(0.7);
              transform: rotate(0) scale(0.7);
    }
    to {
      -webkit-transform: rotate(1turn) scale(0.7);
              transform: rotate(1turn) scale(0.7);
    }
  }
  .riceball-bg {
    width: 100%;
    height: 100%;
  }
  .riceball-bg img {
    width: 260px;
    height: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .riceball-bg {
    margin-left: 0;
  }
}
/*========================
  icon senkai
========================*/
@-webkit-keyframes senkai {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg) skewX(20deg) scale(1.3);
            transform: rotate(180deg) skewX(20deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes senkai {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg) skewX(20deg) scale(1.3);
            transform: rotate(180deg) skewX(20deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.bread-crumb .container {
  padding-bottom: 20px;
}

.crumb {
  margin-right: 30px;
  position: relative;
  font-size: 12px;
}
.crumb::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: -16px;
  border-radius: 2px;
}
.crumb.last::after {
  content: none;
}
.crumb br {
  display: none;
}

/*========================
  sec-tit
========================*/
.sec-tit {
  font-size: clamp(1.875rem, 1.6397849462rem + 1.0752688172vw, 2.5rem);
  font-family: "Kiwi Maru", serif;
  margin-bottom: 80px;
  letter-spacing: 0;
  text-align: center;
  color: #67A768;
  position: relative;
}
.sec-tit::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-right: 4px solid #67A768;
  border-bottom: 4px solid #67A768;
  border-radius: 2px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

/*========================
  sub-tit
========================*/
.sub-tit {
  font-size: clamp(1.25rem, 1.0618rem + 0.8602vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 40px;
}

/*========================
	btn
========================*/
.btn {
  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: 275px;
  height: 50px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  background-color: #88D6BE;
  margin: 0 auto;
}
.btn::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background-color: #3DAD8B;
}
.btn:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn:hover {
  color: #fff;
  opacity: 1;
}

.btn-inner {
  position: relative;
  z-index: 1;
}

/*========================
	btn-arrow
========================*/
.btn-wrap--top-news {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-arrow {
  color: #67A768;
  font-weight: 700;
  margin-left: 12px;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-arrow:hover {
  color: #67A768;
  opacity: 1;
}
.btn-arrow:hover .arrow {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.btn-inner--arrow {
  margin-right: 12px;
}

.arrow {
  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: 35px;
  height: 35px;
  background-color: #67A768;
  border-radius: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.arrow::before {
  content: url(../img/arrow.svg);
  display: block;
  margin-bottom: 2px;
}

/*===================================================================
	to-btn
===================================================================*/
.to-btn {
  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;
  height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 270px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 25px 25px 10px 25px;
  margin: 0 auto 20px;
  font-size: clamp(1rem, 0.9529569892rem + 0.2150537634vw, 1.125rem);
  color: #fff;
  font-weight: 500;
}
.to-btn:hover {
  color: #fff;
  opacity: 1;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

/*========================
	totop
========================*/
.totop {
  width: 44px;
  height: 44px;
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 7;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}
.totop:hover {
  opacity: 0.7;
}

.subheader-contents {
  position: relative;
}

.subheader-bg {
  width: 100%;
  height: 480px;
  background-image: url(../img/subheader.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.subheader-tit {
  font-size: clamp(1.875rem, 1.4045698925rem + 2.1505376344vw, 3.125rem);
  font-family: "Kiwi Maru", serif;
  letter-spacing: 0;
  color: #67A768;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .subheader-bg {
    background-image: url(../img/subheader-sp.webp);
    min-height: 350px;
  }
  .subheader-tit {
    top: 56%;
  }
}
@media screen and (max-width: 420px) {
  .subheader-bg {
    min-height: 280px;
    height: 20vw;
  }
  .subheader-tit {
    top: 65%;
  }
}
/*===================================================================
    bg color
===================================================================*/
.bg-grouphome {
  background-color: #E59797 !important;
}

.bg-nursing {
  background-color: #E8AF76 !important;
}

.bg-dayservice {
  background-color: #B5C460 !important;
}

.bg-homecare {
  background-color: #88D6BE !important;
}

.bg-visit,
.bg-tools {
  background-color: #9ACB92 !important;
}

/*===================================================================
    office-single h3
===================================================================*/
.free.t-line-grouphome h3 {
  border-left: 6px solid #E59797;
}

.free.t-line-nursing h3 {
  border-left: 6px solid #E8AF76;
}

.free.t-line-dayservice h3 {
  border-left: 6px solid #B5C460;
}

.free.t-line-homecare h3 {
  border-left: 6px solid #88D6BE;
}

.free.t-line-visit h3,
.free.t-line-tools h3 {
  border-left: 6px solid #9ACB92;
}

.free.t-line-homecare .office-single-img-wrap {
  margin-bottom: 30px;
}

.free img {
  border-radius: 20px;
}

/*========================
    aji
========================*/
.aji-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aji-img {
  width: calc(33.333% - 20px);
}
.aji-img img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .aji-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

.wp-block-embed iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*===================================================================
    google map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
}

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

@media screen and (max-width: 480px) {
  .map {
    padding-top: 75%;
  }
}
/*===================================================================
    anchor
===================================================================*/
.anchor {
  position: sticky;
  top: 182px;
  padding-top: 5px;
  background-color: #fff;
  z-index: 5;
}

.anchor-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anchor-wrap .to-btn {
  min-width: 0;
  margin: 0 30px 10px 0;
  height: 40px;
}
.anchor-wrap .to-btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .anchor {
    top: 145px;
  }
}
@media screen and (max-width: 767px) {
  .inner--anchor {
    width: 100%;
  }
  .anchor-wrap .to-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 3px 10px 3px;
    line-height: 1.2;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}
/*===================================================================
    tab-block
===================================================================*/
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 2px solid #67A768;
  margin-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

.tab-item {
  border: 2px solid #67A768;
  border-radius: 10px 10px 0 0;
  color: #67A768;
  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;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-right: 20px;
  margin-bottom: -2px;
  background-color: #fff;
  font-size: clamp(1.125rem, 1.0779569892rem + 0.2150537634vw, 1.25rem);
  width: 50%;
  max-width: 160px;
  position: relative;
}
.tab-item:last-child {
  margin-right: 0;
}
.tab-item.active {
  border-bottom: 2px solid #fff;
}
.tab-item.active::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  text-align: center;
  border-right: 3px solid #67A768;
  border-bottom: 3px solid #67A768;
  border-radius: 1px;
  position: absolute;
  bottom: 14px;
  left: 70%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tab-item:hover {
  opacity: 1;
  color: #67A768;
}
.tab-item:hover::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  text-align: center;
  border-right: 3px solid #67A768;
  border-bottom: 3px solid #67A768;
  border-radius: 1px;
  position: absolute;
  bottom: 14px;
  left: 70%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*========================
	header
========================*/
.header-position {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  padding-top: 20px;
  padding-bottom: 5px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.header-position.scroll {
  background-color: #F8F8F8;
  height: 115px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-wrap {
  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;
}

.header-logo {
  width: 200px;
}

.header-lead {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  width: 100%;
}

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

.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 {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  line-height: 1;
  border-right: 1px solid #707070;
  font-weight: 500;
}
.header-nav .nav-list:first-child {
  padding-left: 0;
}

.header-nav .nav-item {
  position: relative;
}
.header-nav .nav-item:hover {
  opacity: 1;
}
.header-nav .nav-item::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav .nav-item:hover::after, .header-nav .nav-item.current::after {
  width: 100%;
}

.fs-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fs-change-lead {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 10px;
}

.fs-change-btn {
  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: 50px;
  height: 24px;
  font-size: 14px;
  border-radius: 25px;
  background-color: #eee;
  border: 1px solid #999;
  color: #999;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fs-change-btn:hover {
  opacity: 0.7;
}
.fs-change-btn.active {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.fs-change-standard {
  margin-right: 5px;
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-right: 7%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-bottom .to-carehome {
  margin-left: 10px;
  margin-right: 10px;
}

.header-btn {
  height: 50px;
  width: 300px;
  border-radius: 25px 25px 10px 25px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.header-btn:hover {
  color: #fff;
}
.header-btn .block {
  display: none;
}
.header-btn::after {
  content: url(../img/btn-arrow.svg);
  display: block;
  width: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-btn-text {
  font-weight: 700;
  line-height: 1.2;
}

.to-service--header {
  background-color: #E59797;
}

.to-carehome {
  background-color: #E8AF76;
}

.to-recruit {
  background-color: #B5C460;
}

.header-position.scroll .header-bottom {
  margin-top: 10px;
}
.header-position.scroll .header-bottom .header-btn {
  height: 24px;
}

@media screen and (max-width: 1200px) {
  .header-nav {
    display: none;
  }
  .inner--header {
    width: 100%;
    margin-left: 7%;
  }
  .header-menu-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-position.scroll .header-bottom {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .header-position {
    height: 80px;
  }
  .header-position.scroll {
    height: 80px;
  }
  .header-position.scroll .header-lead {
    opacity: 0;
    pointer-events: none;
  }
  .header-position.scroll .header-bottom {
    opacity: 0;
    pointer-events: none;
  }
  .header-bottom {
    margin-top: 40px;
  }
  .header-lead {
    position: absolute;
    width: 100%;
    left: 7%;
    bottom: -20px;
  }
  .header-btn {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .inner--header {
    margin-left: 5%;
  }
  .header-logo {
    width: 160px;
  }
  .header-menu {
    position: static;
  }
  .header-lead {
    left: 5%;
    bottom: -30px;
    width: 95%;
    line-height: 1.2;
  }
  .header-logo {
    margin-left: 0;
  }
  .header-bottom {
    margin-top: 50px;
    margin-right: 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-btn {
    width: calc(33.333% - 12px);
    text-align: center;
    height: 40px;
    padding-right: 8px;
    font-size: 13px;
  }
  .header-btn .block {
    display: block;
  }
  .fs-change {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 96px;
  }
  .fs-change-lead {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .fs-change-btn {
    font-size: 12px;
    width: 44px;
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .header-logo {
    width: calc(100% - 170px);
    max-width: 160px;
  }
  .header-btn::after {
    right: 5px;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  display: none;
  height: 100%;
}

.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: 375px;
}

.mobmenu-fixed.open {
  opacity: 1;
  pointer-events: all;
}

.mobmenu-bg {
  width: 0px;
  opacity: 0;
  height: 100vh;
  height: 100dvh;
  max-height: 788px;
  padding-top: 120px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-left: auto;
  background-color: #64AD72;
  overflow: auto;
}

.mobmenu-bg.open {
  width: 100%;
  opacity: 0.95;
}

.mobmenu-btn {
  position: relative;
  z-index: 30;
}

.mobmenu {
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
.mobmenu .mobmenu-nav {
  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;
}
.mobmenu .nav-list {
  margin-bottom: 32px;
  -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: 47%;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.mobmenu .nav-list.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mobmenu .nav-item {
  color: #fff;
  line-height: 1.4;
}

.mobmenu-group-btn {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 64px;
  border-radius: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.mobmenu-group-btn.to-seniorhouse {
  margin-left: 0;
  margin-right: 0;
}

.mobmenu-group-btn-text {
  display: inline-block;
}

.mobmenu-rc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobmenu-rc-btn {
  width: 47%;
  height: 80px;
  border-radius: 15px;
  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;
  color: #fff;
  margin-bottom: 90px;
}
.mobmenu-rc-btn img {
  width: 20px;
  margin-right: 10px;
}
.mobmenu-rc-btn:hover {
  color: #fff;
}

.mobmenu-rc-btn--room {
  background-color: #DE5D8F;
}

.mobmenu-rc-btn--contact {
  background-color: #47B1A4;
}

.header-btn {
  z-index: 10;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 50px;
  height: 40px;
  border-radius: 50%;
  display: none;
  background-color: #67A768;
  border-radius: 20px 0 0 20px;
  margin-left: 8px;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 16px;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background: #fff;
}

.openbtn span:nth-of-type(1) {
  top: 14px;
}

.openbtn span:nth-of-type(2) {
  top: 20px;
}

.openbtn span:nth-of-type(3) {
  top: 26px;
}

/* active */
.openbtn.active {
  background-color: #fff;
}

.openbtn.active span {
  background-color: #67A768;
}

.openbtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
}

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

.openbtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
}

@media screen and (max-width: 1200px) {
  .openbtn {
    display: block;
  }
}
/*===================================================================
  stay-menu
===================================================================*/
.stay-menu {
  position: fixed;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 7;
}

.stay-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.stay-btn {
  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;
  border-radius: 10px 0 0 10px;
  margin-bottom: 12px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  height: 160px;
  width: 54px;
  font-weight: 700;
  cursor: pointer;
}
.stay-btn:first-child {
  height: 120px;
}
.stay-btn:hover {
  color: #fff;
  opacity: 1;
  width: 62px;
}

.stay-btn--room {
  background-color: #DE5D8F;
}
.stay-btn--room img {
  width: 22px;
  margin-bottom: 10px;
}

.stay-btn--contact {
  background-color: #47B1A4;
}
.stay-btn--contact img {
  width: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .stay-menu {
    top: auto;
    bottom: 0;
    left: 5%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .stay-btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .stay-btn {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 160px;
    height: 50px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .stay-btn:first-child {
    height: 50px;
  }
  .stay-btn:hover {
    width: 160px;
  }
  .stay-btn--room img {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .stay-btn--contact img {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .stay-btn {
    width: 130px;
  }
  .stay-btn:hover {
    width: 130px;
  }
}
@media screen and (max-width: 350px) {
  .stay-btn {
    width: 115px;
    font-size: 12px;
  }
  .stay-btn--room img {
    margin-right: 3px;
  }
  .stay-btn--contact img {
    margin-right: 3px;
  }
}
/*===================================================================
  modal
===================================================================*/
.modal {
  position: fixed;
  z-index: 100;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.modal-bg {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #DE5D8F;
  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;
  padding: 60px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.modal-block {
  background-color: #fff;
  width: 100%;
  padding: 120px 70px 60px;
  height: 100%;
  position: relative;
  overflow: auto;
  opacity: 0;
  -webkit-transition: 0.5s ease 1s;
  transition: 0.5s ease 1s;
}

.modal.open {
  opacity: 1;
  pointer-events: all;
}
.modal.open .modal-bg {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.modal.open .modal-block {
  opacity: 1;
}

.modal-close {
  display: block;
  position: absolute;
  top: 45px;
  right: 70px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal-close:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 1200px) {
  .modal-block {
    padding: 90px 30px 60px;
  }
  .modal-close {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal-bg {
    padding: 15px;
  }
  .modal-block {
    padding: 90px 15px 60px;
  }
  .modal-close {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: fixed;
    top: auto;
    right: auto;
    bottom: 30px;
    left: 7%;
  }
}
footer {
  padding-bottom: 60px;
  padding-top: 60px;
  overflow: hidden;
}

.footer-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.footer-bird-left {
  width: 36px;
  position: absolute;
  top: -50px;
  right: -100%;
  -webkit-animation: 10s birdRight 1s linear infinite;
          animation: 10s birdRight 1s linear infinite;
}

.footer-bird-right {
  width: 26px;
  position: absolute;
  top: -40px;
  -webkit-animation: 12s birdRight linear infinite;
          animation: 12s birdRight linear infinite;
}

.footer-wrapL {
  padding-left: 7%;
}

.footer-logo {
  width: 285px;
  margin-bottom: -65px;
  margin-left: 44px;
}

.footer-address {
  margin-bottom: 15px;
}

.footer-contact {
  margin-bottom: 20px;
}

.footer-contactL {
  text-align: right;
  margin-right: 15px;
}

.footer-tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #67A768;
  line-height: 1;
}

.tel-green {
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  margin-right: 5px;
}

.footer-time {
  font-size: 12px;
  color: #67A768;
  letter-spacing: 0;
  text-align: right;
}

.to-contact {
  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: 228px;
  height: 40px;
  color: #fff;
  background-color: #67A768;
  border: 1px solid #67A768;
  border-radius: 20px;
}
.to-contact:hover {
  background-color: #fff;
  color: #67A768;
  opacity: 1;
}
.to-contact:hover svg path {
  fill: #67A768;
}

.to-contact svg {
  margin-right: 5px;
}

@media screen and (min-width: 1201px) {
  .footer-copy {
    margin-top: 20px;
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}
.footer-copy {
  color: #707070;
  margin-bottom: 20px;
  text-align: center;
}

.footer-wrapR {
  width: 91%;
}

.footer-icon {
  width: 188px;
  margin: 0 100px -5px auto;
}

.footer-menu {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 7%;
  background-color: #67A768;
  border-radius: 50px 0 0 50px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: 135px;
}

.large .footer-nav {
  height: 120px;
}

.footer-nav .nav-list {
  width: 200px;
}

.footer-nav .nav-item {
  color: #fff;
  position: relative;
}
.footer-nav .nav-item:hover {
  opacity: 1;
}
.footer-nav .nav-item::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-nav .nav-item:hover::after, .footer-nav .nav-item.current::after {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .footer-wrapR {
    width: 90%;
  }
  .footer-menu {
    padding-left: 23%;
  }
}
@media screen and (max-width: 1100px) {
  .footer-wrapR {
    width: 100%;
    margin-left: 7%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-wrapL {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-right: 7%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer-bird-left {
    width: 24px;
  }
  .footer-bird-right {
    width: 18px;
  }
  .footer-icon {
    width: 146px;
    margin-right: 5%;
  }
  .footer-logo {
    margin: 0 auto 5px;
  }
  .footer-menu {
    padding-left: 24px;
    padding-right: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-address {
    font-size: 14px;
    letter-spacing: 0;
  }
  .footer-nav .nav-list {
    letter-spacing: 0;
    width: 164px;
  }
  .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(4) {
    width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .footer-contact {
    -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;
  }
  .footer-contactL {
    margin-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(4) {
    width: 130px;
  }
}
@media screen and (max-width: 350px) {
  .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(4) {
    width: 118px;
  }
}
/*===================================================================
    カテゴリ色一覧
===================================================================*/
.cat01 {
  background-color: #9ACB92;
}

.cat02 {
  background-color: #88D6BE;
}

.cat03 {
  background-color: #8DB2E5;
}

.cat04 {
  background-color: #C882E5;
}

.cat05 {
  background-color: #D4C077;
}

.cat06 {
  background-color: #E59797;
}

.cat07 {
  background-color: #E8AF76;
}

.cat08 {
  background-color: #B5C460;
}

/*===================================================================
    news
===================================================================*/
.news-item {
  width: calc(33.333% - 20px);
  background-color: #F3F5EE;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
  margin-right: 30px;
}
.news-item:nth-child(3n) {
  margin-right: 0;
}
.news-item:hover {
  opacity: 1;
}
.news-item:hover .arrow {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.news-contents {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}

.news-contents .news-cat {
  font-size: 12px;
  height: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}

.news-tit {
  padding-left: 15px;
  border-left: 3px solid #67A768;
  margin-bottom: 20px;
}

.news-cat-date {
  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;
}

.btn-wrap--news {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.news-cat {
  border-radius: 25px 25px 10px 25px;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 500;
}
.news-cat:hover {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .news-item {
    width: calc(33.333% - 10px);
    background-color: #F3F5EE;
    border-radius: 20px;
    padding: 15px;
    margin-right: 15px;
  }
  .news-contents {
    margin-bottom: 0;
  }
  .news-cat-date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-contents .news-cat {
    width: 100%;
  }
  .news-contents .news-date {
    width: 100%;
    text-align: right;
  }
  .btn-wrap--news {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 40px;
    background-color: #F3F5EE;
  }
  .news-item {
    width: calc(50% - 10px);
    background-color: #fff;
    border-radius: 15px;
    padding: 0;
    margin-right: 20px;
  }
  .news-item:nth-child(3n) {
    margin-right: 20px;
  }
  .news-item:nth-child(2n) {
    margin-right: 0;
  }
  .news-contents {
    padding: 12px;
  }
  .news-tit {
    letter-spacing: 0;
    line-height: 1.4;
  }
  .news-cat {
    height: 42px;
  }
}
/*===================================================================
    news-bottom
===================================================================*/
.sec-tit--news-bottom {
  margin-bottom: 80px;
}

.news-category-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-category-wrap .news-cat {
  margin-right: 20px;
  margin-bottom: 20px;
}

.news-archive-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive-btn {
  border-radius: 25px 25px 10px 25px;
  padding-left: 40px;
  padding-right: 30px;
  height: 48px;
  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-weight: 500;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #67A768;
  position: relative;
}
.archive-btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #222;
  position: absolute;
  top: 20px;
  left: 15px;
}
.archive-btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .archive-btn {
    padding-left: 30px;
    padding-right: 25px;
    margin-right: 15px;
  }
}
.bg-arc {
  position: relative;
}

/*===================================================================
    mv
===================================================================*/
.mv {
  padding-top: 620px;
  background-color: #F8F8F8;
  overflow: hidden;
}

.mv-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#6DB17C), to(#67A768));
  background: linear-gradient(#6DB17C, #67A768);
}

.mv-animation-wrap {
  position: relative;
}

.mv-main {
  width: 80%;
  max-width: 500px;
  min-width: 280px;
  position: absolute;
  top: -530px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.mv-main img:first-child {
  position: relative;
  z-index: 5;
}

.mv-main-bg {
  width: 110%;
  max-width: 660px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
  -webkit-animation: mvMainSpin 25s ease-in-out infinite alternate;
          animation: mvMainSpin 25s ease-in-out infinite alternate;
}

@-webkit-keyframes mvMainSpin {
  to {
    -webkit-transform: translateX(-50%) rotate(1turn);
            transform: translateX(-50%) rotate(1turn);
  }
}

@keyframes mvMainSpin {
  to {
    -webkit-transform: translateX(-50%) rotate(1turn);
            transform: translateX(-50%) rotate(1turn);
  }
}
.mv-cloud-left {
  position: absolute;
  top: -500px;
  left: 0;
  width: 60px;
  z-index: 2;
}

.mv-cloud-right {
  position: absolute;
  top: -500px;
  right: 0;
  width: 340px;
  z-index: 2;
}

.mv-tree-large {
  width: 50px;
  position: absolute;
  top: -50px;
  z-index: 2;
}

.mv-tree-large.left {
  top: -50px;
  left: 22%;
}

.mv-tree-large.right {
  top: -60px;
  right: 12%;
}

.mv-tree-small {
  width: 28px;
  position: absolute;
  top: -50px;
  z-index: 2;
}

.mv-tree-small.left {
  top: -30px;
  left: 8%;
}

.mv-tree-small.right {
  top: -80px;
  right: 22%;
}

.mv-house {
  position: absolute;
  top: -80px;
  left: 14%;
  width: 52px;
  z-index: 2;
}

.mv-bird-left {
  position: absolute;
  top: -530px;
  width: 36px;
  z-index: 3;
  -webkit-animation: 15s birdLeft linear infinite;
          animation: 15s birdLeft linear infinite;
}

@-webkit-keyframes birdLeft {
  0% {
    left: -40px;
  }
  10% {
    left: -40px;
  }
  50% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  90% {
    left: calc(100% + 40px);
  }
  100% {
    left: calc(100% + 40px);
  }
}

@keyframes birdLeft {
  0% {
    left: -40px;
  }
  10% {
    left: -40px;
  }
  50% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  90% {
    left: calc(100% + 40px);
  }
  100% {
    left: calc(100% + 40px);
  }
}
.mv-bird-right {
  position: absolute;
  top: -530px;
  width: 70px;
  z-index: 3;
  -webkit-animation: 15s birdRight linear infinite;
          animation: 15s birdRight linear infinite;
}

@-webkit-keyframes birdRight {
  0% {
    right: -40px;
  }
  50% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  90% {
    right: calc(100% + 40px);
  }
  100% {
    right: calc(100% + 40px);
  }
}

@keyframes birdRight {
  0% {
    right: -40px;
  }
  50% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  90% {
    right: calc(100% + 40px);
  }
  100% {
    right: calc(100% + 40px);
  }
}
.mv-walk {
  position: absolute;
  width: 220%;
  left: -60%;
  height: 100px;
  top: -400px;
}
.mv-walk img {
  -webkit-animation: mvWalk 240s linear infinite;
          animation: mvWalk 240s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes mvWalk {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes mvWalk {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 1100px) {
  .mv-main {
    width: 70%;
    max-width: 460px;
  }
  .mv-walk {
    height: 500px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 400px;
  }
  .mv-main {
    top: -300px;
  }
  .mv-walk {
    top: -200px;
  }
  .mv-cloud-right {
    width: 120px;
    top: -230px;
  }
  .mv-cloud-left {
    width: 40px;
    left: -5px;
    top: -230px;
  }
  .mv-bird-left {
    width: 22px;
    top: -230px;
  }
  .mv-bird-right {
    width: 46px;
    top: -230px;
  }
  .mv-animation-wrap {
    top: 60px;
  }
  .mv-tree-large {
    width: 30px;
  }
  .mv-tree-small.right {
    top: 80px;
    right: 5%;
  }
  .mv-tree-large.left {
    top: 80px;
  }
  .mv-tree-small {
    width: 18px;
  }
  .mv-tree-small.left {
    top: 20px;
    left: 8%;
  }
  .mv-house {
    width: 42px;
    top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .mv-animation-wrap {
    top: 50px;
  }
  .mv-main {
    top: -200px;
  }
  .mv-walk {
    top: -140px;
    width: 400%;
    left: -150%;
  }
  .mv-tree-large.left {
    top: 80px;
    left: 35%;
  }
  .mv-tree-large.right {
    top: 60px;
    right: 22%;
  }
  .mv-house {
    top: 100px;
  }
}
.feature {
  padding-top: 20px;
  padding-bottom: 60px;
}

.sec-tit--feature {
  color: #fff;
  margin-bottom: 30px;
}
.sec-tit--feature::after {
  content: none;
}

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

.feature-item {
  width: calc(33.333% - 100px);
  position: relative;
  max-width: 460px;
}

.feature-img {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.feature-item:first-child .feature-img::after {
  content: url(../img/mv-peta02.svg);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  z-index: -1;
  animation: riceSpin 10s linear infinite alternate-reverse;
}

.feature-item:nth-child(2) .feature-img::after {
  content: url(../img/mv-peta.svg);
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 200px;
  z-index: -1;
  -webkit-animation: riceSpin 15s linear infinite;
          animation: riceSpin 15s linear infinite;
}

.feature-item:last-child .feature-img::after {
  content: url(../img/mv-peta03.svg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  z-index: -1;
  animation: riceSpin 8s linear infinite alternate-reverse;
}

.feature-text {
  color: #fff;
  font-size: clamp(1.125rem, 1.0779569892rem + 0.2150537634vw, 1.25rem);
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
}

.to-btn--feature {
  background-color: #E59797;
  position: relative;
}

.feature-bottom {
  position: relative;
  text-align: center;
  color: #fff;
}

.feature-bottom-tit {
  margin-bottom: 20px;
}

.btn-wrap--feature {
  margin-top: 40px;
}

.top-movie-wrap {
  margin-top: 90px;
}

.mv-peta {
  width: 137px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.mv-peta02 {
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .feature-item {
    width: calc(33.333% - 10px);
  }
  .feature-text {
    letter-spacing: -0.2px;
  }
}
@media screen and (max-width: 1200px) {
  .feature-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature-item {
    width: calc(50% - 20px);
  }
  .feature-item:last-child {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .feature {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature {
    padding-top: 240px;
  }
  .sec-tit--feature {
    margin-bottom: 20px;
  }
  .feature-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 90px;
  }
  .feature-item:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .feature-text {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 480px) {
  .feature-bottom .white {
    text-align: left;
  }
}
/*===================================================================
    room
===================================================================*/
.bg-arc--room {
  max-width: 700px;
  width: 90%;
  margin: -7vw auto 0;
}

.bg-arc--room-bottom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 260px;
}

.room-bg {
  position: relative;
  overflow: hidden;
}

.room-block {
  margin-bottom: 40px;
}

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

.room-tit {
  font-size: clamp(1.125rem, 1.0779569892rem + 0.2150537634vw, 1.25rem);
  color: #fff;
  letter-spacing: 0;
  padding-left: 30px;
  padding-right: 30px;
  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;
  border-radius: 20px 20px 0 0;
  background-color: #568b56;
}

.room-wrap--tit {
  background-color: #67A768 !important;
  color: #fff;
  font-weight: 700;
  border-bottom: none !important;
}
.room-wrap--tit .room-status,
.room-wrap--tit .room-size {
  font-weight: 700 !important;
}

.room-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  letter-spacing: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F3F3F3;
}
.room-wrap:nth-child(odd) {
  background-color: #fff;
}
.room-wrap:nth-child(even) {
  background-color: #F6F6F6;
}

.room-name {
  font-weight: 700;
  width: 220px;
  position: relative;
}

a.room-name {
  position: relative;
}
a.room-name::after {
  content: url(../img/link.svg);
  width: 10px;
  margin-left: 10px;
}
a.room-name:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.room-status {
  width: 140px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.room-statusL {
  display: block;
  width: 100px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}

.room-statusL.batu::before {
  content: "✕";
  display: block;
  color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.room-statusL.maru::before {
  content: "○";
  display: block;
  color: #DE5D8F;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.room-statusR {
  display: block;
  font-weight: 300;
  font-size: 12px;
}

.room-size {
  width: 200px;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
}

.room-sizeL {
  width: 80px;
  text-align: right;
}
.room-sizeL::after {
  content: "/";
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.room-price {
  width: 80px;
  text-align: left;
}

.room-sns {
  width: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.room-sns img {
  width: 20px;
}

@media screen and (max-width: 1300px) {
  .bg-arc--room {
    margin: -5vw auto 0;
  }
}
@media screen and (max-width: 1100px) {
  .room-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .room-wrap {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .room-block {
    overflow: auto;
  }
  .room-wrap {
    width: 680px;
  }
}
/*===================================================================
    top-recruit
===================================================================*/
.top-recruit-icon {
  position: relative;
}
.top-recruit-icon img {
  width: 260px;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-recruit-cloud {
  position: relative;
}
.top-recruit-cloud img {
  position: absolute;
  top: 60px;
  left: 10%;
  width: 40px;
}

.top-recruit-left-icon {
  position: relative;
  -webkit-animation: senkai 5s linear infinite;
          animation: senkai 5s linear infinite;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 200px;
}
.top-recruit-left-icon img {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30px;
}

.top-recruit-right-icon {
  position: relative;
  -webkit-animation: senkai 5s linear infinite;
          animation: senkai 5s linear infinite;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 200px;
  margin-left: auto;
}
.top-recruit-right-icon img {
  position: absolute;
  top: 0;
  right: 10%;
  width: 30px;
}

.top-recruit-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F0E7), to(#F7E1E1));
  background: linear-gradient(#F9F0E7, #F7E1E1);
  overflow: hidden;
}

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

.sec-tit--top-recruit {
  color: #DE5D8F;
}
.sec-tit--top-recruit::after {
  border-right: 4px solid #DE5D8F;
  border-bottom: 4px solid #DE5D8F;
}

.top-recruit-text {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}

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

.top-recruit-item {
  width: calc(33.333% - 100px);
  position: relative;
  max-width: 460px;
}

.recruit-img {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.top-recruit-notice {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn--top-recruit {
  background-color: #DE5D8F;
  margin-bottom: 20px;
}
.btn--top-recruit::after {
  background: #DD1965;
}

.top-recruit-bottom {
  position: relative;
  width: 540px;
  margin: 0 auto 40px;
}
.top-recruit-bottom img:first-child {
  position: absolute;
  top: -125px;
  left: 0;
  width: 60px;
}
.top-recruit-bottom img:last-child {
  position: absolute;
  top: -125px;
  right: 0;
  width: 60px;
}

@media screen and (max-width: 1600px) {
  .top-recruit-item {
    width: calc(33.333% - 10px);
  }
}
@media screen and (max-width: 1200px) {
  .top-recruit-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .top-recruit-item {
    width: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    scroll-snap-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit-icon img {
    width: 160px;
    top: -40px;
  }
  .top-recruit-bird-left {
    width: 110px;
    left: -2%;
  }
  .inner--top-recruit {
    width: 100%;
  }
  .top-recruit-item .riceball-bg {
    margin-left: 0;
  }
  .top-recruit-bottom {
    width: 300px;
  }
  .top-recruit-bottom img:first-child {
    left: -30px;
    width: 30px;
    top: -140px;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  .top-recruit-bottom img:last-child {
    right: -30px;
    width: 30px;
    top: -60px;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@media screen and (max-width: 480px) {
  .top-recruit-right-icon,
  .top-recruit-left-icon {
    width: 100px;
  }
  .top-recruit-item {
    margin-left: -30px;
  }
  .top-recruit-item .riceball-bg {
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .top-recruit-bottom {
    display: none;
  }
}
/*===================================================================
    top-facility
===================================================================*/
.sec-tit--top-facility {
  margin-top: -30px;
  margin-bottom: 80px;
}

.top-facility-list {
  margin-bottom: 40px;
}

.top-facility-tit {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0779569892rem + 0.2150537634vw, 1.25rem);
  letter-spacing: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.top-facility-tit.facility01 {
  background-color: #E59797;
}
.top-facility-tit.facility02 {
  background-color: #E8AF76;
}
.top-facility-tit.facility03 {
  background-color: #B5C460;
}
.top-facility-tit.facility04 {
  background-color: #9ACB92;
}
.top-facility-tit.facility05 {
  background-color: #88D6BE;
}

.top-facility-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 50px;
}
.top-facility-item:nth-child(even) {
  background-color: #F6F6F6;
}

.top-facility-name {
  font-weight: 700;
  letter-spacing: 0;
  width: 260px;
}

.top-facility-desc {
  font-weight: 300;
  letter-spacing: 0;
}
.top-facility-desc.post {
  width: 94px;
  margin-right: 30px;
}
.top-facility-desc.address {
  width: 300px;
}
.top-facility-desc.tel {
  width: 145px;
  margin-right: 30px;
}
.top-facility-desc.fax {
  width: 160px;
}

.top-facility-map {
  color: #67A768;
}

@media screen and (max-width: 1310px) {
  .top-facility-item {
    padding: 8px 20px;
  }
  .top-facility-name {
    width: 220px;
  }
  .top-facility-desc.post,
  .top-facility-desc.tel {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .top-facility-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-facility-item {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 900px) {
  .top-facility-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-facility-name.post, .top-facility-name.address, .top-facility-name.tel, .top-facility-name.fax,
  .top-facility-desc.post,
  .top-facility-desc.address,
  .top-facility-desc.tel,
  .top-facility-desc.fax {
    width: 100%;
    margin-right: 0;
  }
}
/*===================================================================
    about
===================================================================*/
.about-block {
  margin-bottom: 60px;
}

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

.about-wrapL {
  width: 63%;
}

.about-wrapR {
  width: 33%;
}

.about-name {
  font-size: clamp(1.5rem, 1.3588709677rem + 0.6451612903vw, 1.875rem);
  color: #67A768;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 20px;
}

.about-birth {
  margin-left: 16px;
  font-size: clamp(1.125rem, 1.0779569892rem + 0.2150537634vw, 1.25rem);
}

.about-img {
  max-width: 420px;
  margin-left: auto;
}
.about-img img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .about-wrapL {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-wrapR {
    width: 100%;
    margin: 0;
  }
  .about-img {
    margin: 0 auto;
  }
}
/*===================================================================
    history
===================================================================*/
.history-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#F7F7F2));
  background: linear-gradient(#F8F8F8, #F7F7F2);
  border-radius: 20px;
  padding: 50px 5% 40px;
  position: relative;
}

.history-icon {
  position: absolute;
  top: -75px;
  right: 80px;
  width: 210px;
}

.history-listL {
  width: 180px;
  padding: 20px 40px;
  border-bottom: 1px solid #666666;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.history-listR {
  width: calc(100% - 180px);
  padding: 20px 40px;
  border-bottom: 1px dotted #999999;
}

.history-bg .history-list:nth-child(2) .history-listL {
  border-top: 1px solid #666666;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.history-bg .history-list:nth-child(2) .history-listR {
  border-top: 1px dotted #999999;
}

@media screen and (max-width: 1100px) {
  .history-listL {
    width: 140px;
    padding: 20px;
  }
  .history-listR {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .history-listL {
    width: 100%;
    padding: 10px 10px 0;
    border-bottom: none;
  }
  .history-listR {
    width: 100%;
    padding: 10px 10px 20px;
    border-bottom: 1px solid #666666;
  }
  .history-bg .history-list:nth-child(2) .history-listR {
    border-top: none;
  }
  .history-icon {
    top: -50px;
    right: 10px;
    width: 150px;
  }
}
/*===================================================================
    officelist
===================================================================*/
.inner--office {
  max-width: 1280px;
}

.office-block {
  margin-bottom: 60px;
}

.office {
  overflow: auto;
}

.office-list {
  padding-left: 40px;
  padding-right: 20px;
  padding: 5px 20px 5px 40px;
  font-weight: 300;
  letter-spacing: 0;
  min-width: 1280px;
}
.office-list:nth-child(odd) {
  background-color: #fff;
}
.office-list:nth-child(even) {
  background-color: #F6F6F6;
}

.office-list--heading {
  color: #fff;
  font-weight: 700;
}

.office-name {
  width: 320px;
  font-weight: 700;
}
.office-name br {
  display: none;
}

a.office-name {
  position: relative;
}
a.office-name br {
  display: none;
}
a.office-name::after {
  content: url(../img/link.svg);
  width: 10px;
  margin-left: 10px;
}
a.office-name:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.office-address {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 390px;
  padding-left: 10px;
  padding-right: 10px;
}
.office-address .post {
  margin-right: 5px;
}

.office-tel {
  width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

.office-manager {
  width: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.office-company {
  width: 220px;
  padding-left: 10px;
  padding-right: 10px;
}

/*===================================================================
    office-single-about
===================================================================*/
.office-single-about-wrap {
  border: 2px solid #67A768;
  border-radius: 30px;
  padding: 40px 70px;
}

.office-single-about-text {
  font-size: clamp(1rem, 0.9529569892rem + 0.2150537634vw, 1.125rem);
  line-height: 2;
  margin-bottom: 50px;
}

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

.office-single-img {
  width: 48%;
}
.office-single-img img {
  border-radius: 20px;
}

@media screen and (max-width: 1100px) {
  .office-single-about-wrap {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .office-single-about-wrap {
    padding: 30px 20px;
  }
  .office-single-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*===================================================================
    facility
===================================================================*/
.facility-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F7F2), to(#EFEFE2));
  background: linear-gradient(#F4F7F2, #EFEFE2);
}

.facility-movie {
  margin-bottom: 80px;
}
.facility-movie .movie {
  margin-bottom: 40px;
}

.facility-img {
  width: calc(33.333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  display: none;
}
.facility-img:nth-child(3n) {
  margin-right: 0;
}
.facility-img img {
  border-radius: 20px;
}
.facility-img a {
  display: block;
}

.facility-img.on {
  display: block;
}

.facility-caption {
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .facility-gallery-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .facility-img {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    margin-right: 0;
  }
}
/*===================================================================
    free
===================================================================*/
.free h2 {
  font-size: clamp(1.875rem, 1.6397849462rem + 1.0752688172vw, 2.5rem);
  font-family: "Kiwi Maru", serif;
  margin-bottom: 80px;
  letter-spacing: 0;
  text-align: center;
  color: #67A768;
  position: relative;
}
.free h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-right: 4px solid #67A768;
  border-bottom: 4px solid #67A768;
  border-radius: 2px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
.free h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: clamp(1.125rem, 1.0779569892rem + 0.2150537634vw, 1.25rem);
  padding-left: 15px;
}
.free p {
  margin-bottom: 30px;
  line-height: 1.75;
}

.free-single-office img {
  border-radius: 20px;
}

/*===================================================================
    office-single-access
===================================================================*/
.office-single-address {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.to-map {
  color: #67A768;
}

.office-single-tel-fax {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.office-single-tel-fax a {
  display: inline-block;
  margin-right: 30px;
}

.office-single-map {
  margin-bottom: 60px;
}

.to-btn--office {
  background-color: #E8AF76;
}

@media screen and (max-width: 480px) {
  .office-single-tel-fax {
    -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;
  }
  .office-single-tel-fax a {
    margin-right: 0;
  }
}
/*===================================================================
    contact tel
===================================================================*/
.contact-tel {
  max-width: 1150px;
  margin: 0 auto;
}

.tel-item {
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 25px;
  padding-right: 8px;
  width: 346px;
  min-height: 80px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
}
.tel-item:hover {
  color: #fff;
}

.tel-item-name-pc br,
.tel-item-name-sp {
  display: none;
}

.tel-item-contents {
  width: 100%;
}

.tel-item-name {
  font-weight: 500;
  width: 100%;
}

.tel-item-bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tel-item-number {
  font-size: clamp(1.5rem, 1.3588709677rem + 0.6451612903vw, 1.875rem);
  line-height: 1.2;
}
.tel-item-number::before {
  content: url(../img/tel-white.svg);
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.contact-tel-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}

.contact-cat {
  width: 90px;
  margin-right: 30px;
}

@media screen and (max-width: 1320px) {
  .tel-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .tel-item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 860px) {
  .tel-item-type,
  .tel-item-name-pc,
  .tel-item-number {
    display: none;
  }
  .tel-item-name-sp {
    display: block;
  }
  .tel-item {
    height: 40px;
    border-radius: 10px;
  }
  .tel-item-contents {
    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;
  }
  .tel-item-name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .tel-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .contact-tel-bottom {
    margin-right: 0;
  }
  .contact-cat {
    width: 60px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 680px) {
  .contact-tel-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tel-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 360px;
  }
}
/*===================================================================
    contact tel form
===================================================================*/
.contact-form-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F7F2), to(#EFEFE2));
  background: linear-gradient(#F4F7F2, #EFEFE2);
  overflow: hidden;
}

.contact-form-wrap {
  background: #fff;
  margin: 0 auto;
  border-radius: 30px;
  padding: 50px 70px;
  width: 100%;
  max-width: 1100px;
}

.form-listL {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #666666;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
}
.form-listL span {
  width: 100%;
  font-weight: 400;
}

.form-listR {
  padding: 20px 0 20px 30px;
  border-bottom: 1px dotted #999999;
  width: calc(100% - 250px);
}

.required {
  position: relative;
}

.required::after {
  content: "必須";
  color: #ffffff;
  background-color: #67A768;
  font-size: 12px;
  width: 32px;
  height: 18px;
  border-radius: 5px;
  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: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  background-color: #F3F3F3;
  border: 1px solid #999999;
  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: #67A768 !important;
}

.radio-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.radio-block .wpcf7-list-item {
  width: 320px;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 260px;
}

input[type=radio] {
  height: 20px;
  width: 20px;
  border: 1px solid #67A768;
  border-radius: 100%;
  color: #333333;
  margin-right: 10px;
}

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

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

.labelCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  margin-bottom: 10px;
}

.privacy-area {
  height: 146px;
  overflow-y: auto;
  border: 1px solid #999999;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
}

#privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEEEEE;
  padding: 5px 10px;
  cursor: pointer;
}

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

#privacy-check {
  position: relative;
}

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

.pp-text {
  margin-bottom: 20px;
}
.pp-text a {
  text-decoration: underline;
  text-decoration-color: #FF0063;
}
.pp-text a:hover {
  color: #FF0063;
}

.form-submit {
  margin-top: 40px;
}
.form-submit p {
  width: 100%;
  height: 100px;
}

.submit-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}

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

.btn--confirm {
  margin: 0 15px;
}

@media screen and (max-width: 1270px) {
  .wpcf7-radio {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form-wrap {
    padding: 50px 30px;
  }
  .form-listL {
    width: 220px;
  }
  .form-listR {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .contact-form-wrap {
    padding: 40px 15px;
  }
  .form-listL {
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none;
  }
  .form-listR {
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px solid #666666;
  }
  .form-list.pp .form-listL {
    border-bottom: none;
    padding-bottom: 20px;
  }
  .form-list.pp .form-listR {
    border-bottom: none;
  }
  .required::after {
    right: 10px;
  }
  .radio-block .wpcf7-list-item {
    width: auto;
  }
  .btn-wrap--confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn--confirm {
    margin: 15px auto;
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .contact-form {
    font-size: 14px;
  }
  input[type=radio] {
    margin-right: 5px;
  }
}
.btn--thanks {
  background-color: #E59797;
}
.btn--thanks::after {
  background-color: #E18282;
}

.thanks-text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks-text {
    text-align: left;
  }
}
/*===================================================================
    movie
===================================================================*/
.movie-block {
  margin-bottom: 60px;
}

.movie-wrap .movie {
  margin-bottom: 16px;
}

/*===================================================================
    recruit-tab
===================================================================*/
.recruit-tab-block {
  position: sticky;
  top: 115px;
  z-index: 6;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #fff;
}

.recruit-tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.recruit-tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 15px);
  height: 42px;
  border-radius: 30px;
  font-size: clamp(1.125rem, 1.0779569892rem + 0.2150537634vw, 1.25rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.recruit-tab-item--kaigo {
  color: #67A768;
  border: 3px solid rgba(103, 167, 104, 0.6);
  margin-right: 20px;
}
.recruit-tab-item--kaigo:hover {
  background-color: #67A768;
  color: #fff;
  border: 3px solid #67A768;
}
.recruit-tab-item--kaigo.active {
  background-color: #67A768;
  color: #fff;
  border: 3px solid #67A768;
}
.recruit-tab-item--kaigo.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #67A768;
  width: 20px;
  height: 20px;
  z-index: -1;
}

.recruit-tab-item--care {
  color: #E59797;
  border: 3px solid #E59797;
}
.recruit-tab-item--care:hover {
  background-color: rgba(255, 151, 151, 0.6);
  color: #fff;
  border: none;
  opacity: 1;
}
.recruit-tab-item--care.active {
  background-color: #DE5D77;
  color: #fff;
  border: 3px solid #DE5D77;
}
.recruit-tab-item--care.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #DE5D77;
  width: 20px;
  height: 20px;
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  .recruit-tab-block {
    top: 78px;
  }
}
/*===================================================================
    recruiting 
===================================================================*/
.recruiting-block {
  margin-bottom: 30px;
}

.recruiting-heading {
  cursor: pointer;
  color: #fff;
  border-radius: 25px 25px 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 70px 10px 25px;
  height: auto;
  min-height: 56px;
  font-size: clamp(1.125rem, 1.0779569892rem + 0.2150537634vw, 1.25rem);
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recruiting-heading::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
}
.recruiting-heading::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.recruiting-heading.on::after {
  opacity: 0;
}

.yakin {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 30px;
  color: #9ACB92;
}

.recruiting-contents.regular {
  border: 2px solid #E59797;
}
.recruiting-contents.part {
  border: 2px solid #9ACB92;
}
.recruiting-contents {
  border-radius: 0 0 25px 25px;
  padding: 0 30px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recruiting-heading.on {
  border-radius: 25px 25px 0 0;
}

.recruiting-heading.on + .recruiting-contents {
  height: auto;
  padding: 50px 70px;
  opacity: 1;
}

.recruiting-listL {
  padding: 25px 30px;
  font-weight: 500;
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruiting-listR {
  padding: 25px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px dotted #999999;
}

.btn-wrap--recruiting {
  margin-top: 50px;
}

@media screen and (max-width: 1100px) {
  .recruiting-heading.on + .recruiting-contents {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .recruiting-heading {
    padding-left: 15px;
    padding-right: 40px;
  }
  .recruiting-heading::before, .recruiting-heading::after {
    content: "";
    right: 15px;
  }
  .recruiting-heading.on + .recruiting-contents {
    padding: 40px 15px;
  }
  .recruiting-listL {
    width: 100%;
    padding: 20px 10px 10px 10px;
    border-bottom: none;
  }
  .recruiting-listR {
    width: 100%;
    padding: 0 10px 20px 10px;
  }
  .btn-wrap--recruiting .btn {
    width: 240px;
  }
}
/*===================================================================
    charm
===================================================================*/
.charm-icon {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

.charm-block {
  border: 2px solid #DE5D8F;
  border-radius: 20px;
  padding: 25px 30px;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}

.charm-tit {
  border-left: 6px solid #E59797;
  padding-left: 15px;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}
.charm-tit::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #E59797;
  position: absolute;
  top: 12px;
  right: 0px;
}
.charm-tit::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #E59797;
  position: absolute;
  top: 12px;
  right: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.charm-block.on .charm-tit::after {
  opacity: 0;
}

.charm-text {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.8s;
  transition: height 0.3s, opacity 0.8s;
}

.charm-block.on .charm-tit + .charm-text {
  height: auto;
  padding-top: 20px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .charm-block {
    padding: 30px 15px;
  }
}
/*===================================================================
    faq
===================================================================*/
.faq-item {
  background-color: #fff;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 25px 25px 10px 25px;
}
.faq-item::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #9ACB92;
  position: absolute;
  top: 33px;
  right: 30px;
}
.faq-item::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #9ACB92;
  position: absolute;
  top: 33px;
  right: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-item.on::after {
  opacity: 0;
}

.q-text {
  padding-left: 30px;
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.q-text::before {
  content: "Q.";
  display: block;
  font-size: clamp(1.25rem, 1.1559139785rem + 0.4301075269vw, 1.5rem);
  font-family: "Prompt", sans-serif;
  color: #67A768;
  margin-right: 15px;
  line-height: 1.3;
}

.a-text {
  padding-left: 30px;
  padding-right: 70px;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.8s;
  transition: height 0.3s, opacity 0.8s;
}
.a-text::before {
  content: "A.";
  display: block;
  font-size: clamp(1.25rem, 1.1559139785rem + 0.4301075269vw, 1.5rem);
  font-family: "Prompt", sans-serif;
  color: #DE5D8F;
  margin-right: 15px;
  line-height: 1.3;
}

.faq-item.on .a-text {
  height: auto;
  padding-top: 25px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .a-text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .faq-item::before {
    right: 15px;
  }
  .faq-item::after {
    right: 15px;
  }
  .q-text,
  .a-text {
    padding-left: 15px;
    padding-right: 40px;
  }
}
/*===================================================================
    flow
===================================================================*/
.flow {
  padding-bottom: 60px;
}

.flow-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flow-block {
  width: 48%;
  border: 2px solid #9ACB92;
  border-radius: 20px;
}

.flow-img {
  margin-bottom: 40px;
}
.flow-img img {
  border-radius: 20px;
}

.flow-tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}

.flow-icon {
  width: 80px;
  margin-right: 20px;
}

.flow-tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(1.5rem, 1.2920353982rem + 0.8849557522vw, 2rem);
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 3px;
}

.flow-tit-lead {
  font-size: clamp(1.125rem, 1.0779569892rem + 0.2150537634vw, 1.25rem);
  display: block;
}

.flow-time-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.flow-item:last-child .flow-time:after {
  height: 100px;
  content: none;
}

.flow-time {
  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: #9ACB92;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  font-size: clamp(1rem, 0.9529569892rem + 0.2150537634vw, 1.125rem);
  width: 90px;
  height: 32px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.flow-time::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #9ACB92;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow-do {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab-block--flow {
  display: none;
}

@media screen and (max-width: 1100px) {
  .flow-tit-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flow-icon {
    width: 35px;
    margin-right: 5px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tab-block--flow {
    display: block;
    position: sticky;
    top: 200px;
    background-color: #fff;
    z-index: 3;
    padding-top: 10px;
  }
  .tab-block--flow .tab-wrap {
    margin-bottom: 0;
  }
  .flow-wrap {
    margin-top: 30px;
  }
  .flow-block {
    width: 100%;
    display: none;
  }
  .flow-block.active {
    display: block;
  }
  .flow-tit-wrap,
  .flow-time-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .flow-time {
    width: 70px;
  }
}
/*===================================================================
    recruit-care
===================================================================*/
.recruit-care-icon {
  width: 260px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .recruit-care-icon {
    width: 200px;
  }
}