@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  color: transparent;
  opacity: 0.6;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: none;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -30px;
  background: url(../img/slider_prev@2x.png) no-repeat center/contain;
  width: 49px;
  height: 49px;
  z-index: 1;
}
@media (max-width: 767px) {
  .slick-prev {
    width: 30px;
    height: 30px;
    left: -15px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slider__num {
  font-size: 24px;
}
@media (max-width: 767px) {
  .slider__num {
    font-size: 14px;
  }
}

.slick-next {
  right: -30px;
  background: url(../img/slider_next@2x.png) no-repeat center/contain;
  width: 49px;
  height: 49px;
}
@media (max-width: 767px) {
  .slick-next {
    width: 30px;
    height: 30px;
    right: -15px;
  }
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #1a1a1a;
  line-height: 1.4;
  height: auto !important;
  font-weight: 500;
}
body.is-gnav-open {
  overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

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

video {
  max-width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #eee;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #eee;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}
form button {
  width: auto;
  display: inline-block;
  padding: 0.6em 2em;
  margin: 0;
  background-image: none;
  background-color: #7fb905;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
form button:hover, form button:focus {
  outline: none;
}
form button:hover {
  opacity: 0.6;
}
form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

textarea:hover, textarea:focus {
  outline: none;
}
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

a[href^="tel:"] {
  color: inherit;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.l-container {
  margin: 0 auto;
  padding: 0px 0px;
  max-width: 100%;
  width: 1000px;
}
.l-container::after {
  content: "";
  display: table;
  clear: both;
}

.l-footer {
  background: #e7f1d4;
  position: relative;
  padding: 100px 20px 30px;
}
.l-footer__head {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #b1b1b1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__head-right {
  width: 98px;
}
.l-footer__logo {
  width: 367px;
  margin-bottom: 10px;
}
.l-footer__address {
  font-size: 18px;
}
.l-footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.l-footer__link {
  width: 350px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-footer__nav {
  width: 55%;
}
.l-footer__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.l-footer__block-head {
  background: #7fb905;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__block-head > a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  padding: 28px 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.l-footer__block-head > a:hover {
  opacity: 0.6;
}
.l-footer__block-head > a:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: #fff;
}
.l-footer__block-item {
  background: #fff;
  padding: 20px 30px;
  text-decoration: none;
  color: #1a1a1a;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 22px;
}
.l-footer__block-item > span {
  padding-left: 0px;
  position: relative;
}
.l-footer__block-item > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__block-item:last-child {
  border-top: 1px solid #b1b1b1;
}
.l-footer__block-icon {
  text-align: center;
}
.l-footer__block-icon > span {
  font-size: 14px;
  color: #7fb905;
}
.l-footer__block-icon img {
  width: 35px;
}
.l-footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  margin-top: 30px;
}
.l-footer__sns > span {
  font-size: 16px;
}
.l-footer__sns img {
  width: 40px;
}
.l-footer__copy {
  padding: 1em 0.3em;
  text-align: center;
  font-size: 14px;
}
.l-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer__nav > ul > li {
  margin-bottom: 30px;
}
.l-footer__nav > ul > li > a {
  color: #1a1a1a;
  text-decoration: none;
}
.l-footer__nav > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.l-footer__nav > ul > li > ul > li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.l-footer__nav > ul > li > ul > li > a {
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
}
.l-footer__nav > ul > li > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background: #7fb905;
}
.l-footer__nav-item--small {
  font-size: 12px;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 50px 20px 30px;
  }
  .l-footer__head {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .l-footer__head-right {
    width: 55px;
  }
  .l-footer__logo {
    width: 200px;
    margin-bottom: 10px;
  }
  .l-footer__address {
    font-size: 12px;
  }
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 30px;
  }
  .l-footer__link {
    width: 100%;
  }
  .l-footer__nav {
    width: 100%;
  }
  .l-footer__block-head > a {
    font-size: 13px;
    padding: 16px 10px;
  }
  .l-footer__block-head > a:first-child::after {
    height: 70%;
  }
  .l-footer__block-item {
    padding: 16px 30px;
    gap: 20px;
    font-size: 18px;
  }
  .l-footer__block-item > span {
    padding-left: 0px;
  }
  .l-footer__block-icon {
    text-align: center;
  }
  .l-footer__block-icon > span {
    font-size: 13px;
  }
  .l-footer__block-icon img {
    width: 33px;
  }
  .l-footer__sns {
    gap: 10px;
    margin-top: 20px;
  }
  .l-footer__sns > span {
    font-size: 12px;
  }
  .l-footer__sns img {
    width: 25px;
  }
  .l-footer__copy {
    padding: 1em 0.3em;
    text-align: center;
    font-size: 10px;
  }
  .l-footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__nav > ul > li {
    margin-bottom: 0px;
    padding: 10px 0 10px 10px;
  }
  .l-footer__nav > ul > li:not(.l-footer__nav-item--small) {
    border-bottom: 1px solid #b1b1b1;
  }
  .l-footer__nav > ul > li > a {
    font-size: 13px;
  }
  .l-footer__nav > ul > li > ul {
    margin-top: 0px;
    display: none;
  }
  .l-footer__nav > ul > li > ul > li {
    margin-bottom: 0px;
    padding-left: 10px;
    padding: 5px 0;
  }
  .l-footer__nav > ul > li > ul > li > a {
    font-size: 12px;
  }
  .l-footer__nav > ul > li > ul > li::before {
    width: 8px;
    height: 1px;
  }
  .l-footer__nav-item--has-child {
    position: relative;
    display: block;
  }
  .l-footer__nav-item--has-child::before, .l-footer__nav-item--has-child::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background: #7fb905;
  }
  .l-footer__nav-item--has-child::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-footer__nav-item--has-child::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .l-footer__nav-item--has-child.is-open::after {
    content: none;
  }
  .l-footer__nav-item--small a {
    font-size: 10px !important;
  }
}

.l-header {
  position: relative;
  width: 100%;
  background: #fff;
  color: #1a1a1a;
  top: 0;
  left: 0;
  z-index: 20;
}
.l-header__wrapper {
  margin: 0 auto;
  padding: 20px 50px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  margin-right: auto;
}
.l-header__logo a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.l-header__logo a:hover {
  opacity: 0.6;
}
.l-header__logo img {
  width: 229px;
}
.l-header__instagram {
  margin-right: 20px;
}
.l-header__instagram img {
  width: 40px;
}
.l-header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: #7fb905;
}
.l-header__btn-item {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 0px;
  border-radius: 10px;
  background-color: #7fb905;
  position: relative;
  width: 175px;
  text-align: center;
}
.l-header__btn-item:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-header__wrapper {
    padding: 20px 20px;
  }
  .l-header__logo {
    margin-right: auto;
  }
  .l-header__logo img {
    width: 138px;
  }
  .l-header__instagram {
    margin-right: 50px;
  }
  .l-header__instagram img {
    width: 25px;
  }
  .l-header__btn {
    border-radius: 10px;
    width: 100%;
  }
  .l-header__btn-item {
    font-size: 13px;
    padding: 16px 0px;
    border-radius: 10px;
    width: 50%;
  }
}

@media (min-width: 768px) {
  #sidebar {
    float: right;
    width: 23.5%;
    margin-left: 2%;
  }
}

.c-btn {
  display: block;
  vertical-align: middle;
  width: 330px;
  max-width: 100%;
  border: 1px solid #7fb905;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 68px;
  height: 70px;
  margin: 0;
  background-image: none;
  background-color: #7fb905;
  text-decoration: none;
  border-radius: 120px;
  font-size: 20px;
  text-align: center;
  -webkit-appearance: none;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn::after {
  content: "";
  background: url("../img/arrow2.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 25px;
}
.c-btn:hover {
  background: #fff;
  color: #7fb905;
}
.c-btn:hover::after {
  background: url("../img/arrow1.svg") no-repeat center center/contain;
}
.c-btn:not(:disabled) {
  cursor: pointer;
}
.c-btn:hover, .c-btn:focus {
  outline: none;
}
.c-btn::-moz-foucus-inner {
  padding: 0;
  border: none;
}
.c-btn--white {
  background: #fff;
  color: #7fb905;
  border: 1px solid #fff;
}
.c-btn--white::after {
  background: url("../img/arrow1.svg") no-repeat center center/contain;
}
.c-btn--white:hover {
  background: #7fb905;
  color: #fff;
}
.c-btn--white:hover::after {
  background: url("../img/arrow2.svg") no-repeat center center/contain;
}
.c-btn--2 {
  background: #fff;
  color: #7fb905;
}
.c-btn--2::after {
  background: url("../img/arrow1.svg") no-repeat center center/contain;
}
.c-btn--2:hover {
  background: #7fb905;
  color: #fff;
}
.c-btn--2:hover::after {
  background: url("../img/arrow2.svg") no-repeat center center/contain;
}
@media (max-width: 767px) {
  .c-btn {
    font-size: 13px;
    width: 210px;
    line-height: 38px;
    height: 40px;
    margin: auto;
  }
  .c-btn::after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}

.c-fnav {
  padding: 10px 0;
}

.c-fnav__wrapper li {
  margin-right: 46px;
  display: inline;
}
@media (max-width: 767px) {
  .c-fnav__wrapper li {
    margin: 0;
  }
}
.c-fnav__wrapper li:last-child {
  margin-right: 0;
}
.c-fnav__wrapper a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0.3em;
}
.c-fnav__wrapper a:hover {
  text-decoration: underline;
}

.c-gnav {
  padding: 10px 0 20px;
  background-color: #fff;
}
.c-gnav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  gap: 60px;
}
.c-gnav ul li:last-child {
  margin-right: 0;
}
.c-gnav ul li a {
  text-decoration: none;
  color: #1a1a1a;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-gnav ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .c-gnav {
    padding: 0;
  }
}

.c-gnav__icon {
  display: none;
}
@media (max-width: 767px) {
  .c-gnav__icon {
    display: block;
  }
}

@media (max-width: 767px) {
  .c-gnav__wrapper {
    overflow: auto;
    z-index: 40;
    background: #fff;
    text-align: left;
    color: #1a1a1a;
    padding: 70px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #e7f1d4;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  .c-gnav__wrapper.is-open {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .c-gnav__list > ul {
    display: initial;
  }
  .c-gnav__list > ul > li {
    border-bottom: 1px solid #b1b1b1;
  }
  .c-gnav__list > ul > li > a {
    font-size: 13px;
    color: #1a1a1a;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .c-gnav__list > ul > li > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: none;
  }
  .c-gnav__list > ul > li > ul.is-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-gnav__list > ul > li > ul > li {
    position: relative;
    padding-left: 15px;
    -moz-text-align-last: left;
         text-align-last: left;
    padding: 8px 0 8px 15px;
  }
  .c-gnav__list > ul > li > ul > li:first-child {
    padding-top: 0;
  }
  .c-gnav__list > ul > li > ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 2px;
    background: #7fb905;
  }
  .c-gnav__list > ul > li > ul > li > a {
    font-size: 12px;
  }
  .c-gnav__item--has-child {
    position: relative;
  }
  .c-gnav__item--has-child::before, .c-gnav__item--has-child::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background: #7fb905;
  }
  .c-gnav__item--has-child::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-gnav__item--has-child::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .c-gnav__item--has-child.is-open::after {
    content: none;
  }
  .c-gnav__link {
    margin-top: 10px;
    font-size: 10px;
    margin-bottom: 50px;
  }
  .c-gnav__link a {
    font-size: 10px;
    text-decoration: none;
    color: #1a1a1a;
  }
  .c-gnav__icon {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 100;
  }
  .c-gnav__icon::after {
    content: "MENU";
    display: none;
    color: #7fb905;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1;
    margin-top: 4px;
    font-weight: 700;
  }
  .c-gnav__icon.is-open::after {
    content: "CLOSE";
  }
  .c-gnav__icon a {
    position: relative;
    display: block;
    width: 30px;
    height: 17px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
  }
  .c-gnav__icon a:after, .c-gnav__icon a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #7fb905;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .c-gnav__icon a:before {
    top: 0;
  }
  .c-gnav__icon a:after {
    bottom: 0;
  }
  .c-gnav__icon a span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #7fb905;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .c-gnav__icon a.is-open:not(.fix) {
    background: none;
    margin: auto;
  }
  .c-gnav__icon a.is-open:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #7fb905;
    width: 88%;
  }
  .c-gnav__icon a.is-open:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #7fb905;
    width: 88%;
  }
  .c-gnav__icon a.is-open:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .gutters .col {
    margin-left: 2%;
  }
  .span_1 {
    width: 8.3333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
  .gutters .span_1 {
    width: 6.5%;
  }
  .gutters .span_2 {
    width: 15%;
  }
  .gutters .span_3 {
    width: 23.5%;
  }
  .gutters .span_4 {
    width: 32%;
  }
  .gutters .span_5 {
    width: 40.5%;
  }
  .gutters .span_6 {
    width: 49%;
  }
  .gutters .span_7 {
    width: 57.5%;
  }
  .gutters .span_8 {
    width: 66%;
  }
  .gutters .span_9 {
    width: 74.5%;
  }
  .gutters .span_10 {
    width: 83%;
  }
  .gutters .span_11 {
    width: 91.5%;
  }
  .gutters .span_12 {
    width: 100%;
  }
}
/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
.container {
  padding: 0 1%;
}

.container img {
  max-width: 100%;
}

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col {
  float: none;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }
  * + .container {
    margin-top: 40px;
  }
  .col {
    float: left;
  }
  .reverse > .col {
    float: right;
  }
  .col:not(:last-child) {
    margin-bottom: 0;
  }
  .reverse > .col:last-child,
  :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  .col.offset_1 {
    margin-left: 8.3333333333%;
  }
  .gutters .col.offset_1 {
    margin-left: 10.5%;
  }
  .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }
  .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .gutters .col.offset_2 {
    margin-left: 19%;
  }
  .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }
  .col.offset_3 {
    margin-left: 25%;
  }
  .gutters .col.offset_3 {
    margin-left: 27.5%;
  }
  .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }
  .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .gutters .col.offset_4 {
    margin-left: 36%;
  }
  .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }
  .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .gutters .col.offset_5 {
    margin-left: 44.5%;
  }
  .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }
  .col.offset_6 {
    margin-left: 50%;
  }
  .gutters .col.offset_6 {
    margin-left: 53%;
  }
  .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }
  .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .gutters .col.offset_7 {
    margin-left: 61.5%;
  }
  .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }
  .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .gutters .col.offset_8 {
    margin-left: 70%;
  }
  .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }
  .col.offset_9 {
    margin-left: 75%;
  }
  .gutters .col.offset_9 {
    margin-left: 78.5%;
  }
  .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }
  .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .gutters .col.offset_10 {
    margin-left: 87%;
  }
  .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }
  .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .gutters .col.offset_11 {
    margin-left: 95.5%;
  }
  .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }
  .col.offset_12 {
    margin-left: 100%;
  }
  :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }
  .reverse > .col.break {
    margin-left: 0;
  }
  .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }
  .col.break ~ .col {
    margin-top: 2%;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}
/* ローディング画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  z-index: 100;
}
#loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.c-loading__anime {
  color: #808080;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: fixed;
  top: calc(50% - 100px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.c-mv {
  min-height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1000px;
  height: 865px;
}
.c-mv .slick-list {
  height: 100%;
}
.c-mv .slick-track {
  height: 100%;
}
.c-mv__img {
  width: 100%;
  height: 100%;
}
.c-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.c-mv__img {
  position: relative;
  height: 100%;
}
.c-mv__inner {
  position: absolute;
  font-size: 90px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 700;
  left: 120px;
  bottom: 180px;
  position: absolute;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  width: 100%;
  opacity: 0;
  -webkit-transition: 2s 0.5s;
  transition: 2s 0.5s;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-shadow: 5px 3px 16px rgb(0, 0, 0);
}
.c-mv__inner .pc {
  display: block;
}
.c-mv__inner .sp {
  display: none;
}
@media (max-width: 767px) {
  .c-mv__inner {
    font-size: 36px;
    bottom: 70px;
    left: 20px;
  }
  .c-mv__inner .pc {
    display: none;
  }
  .c-mv__inner .sp {
    display: block;
  }
}
.c-mv__inner.is-fadein {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media (max-width: 767px) {
  .c-mv {
    height: calc(100vh - 152px);
  }
}

.c-pagenation {
  margin: 50px 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  gap: 10px;
}
.c-pagenation .page-numbers {
  text-decoration: none;
  color: #1a1a1a;
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  display: inline-block;
}
.c-pagenation .page-numbers.current {
  color: #7fb905;
}
.c-pagenation .page-numbers:not(.current) {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pagenation .page-numbers:not(.current):hover {
  opacity: 0.6;
}
.c-pagenation .page-numbers.prev, .c-pagenation .page-numbers.next {
  position: relative;
}
.c-pagenation .page-numbers.prev::before, .c-pagenation .page-numbers.next::before {
  content: "";
  background: url("../img/arrow1.svg") no-repeat center center/contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-pagenation .page-numbers.prev::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .c-pagenation {
    margin: 50px 0 100px;
    gap: 10px;
    font-size: 14px;
  }
  .c-pagenation .page-numbers:not(.current) {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-pagenation .page-numbers:not(.current):hover {
    opacity: 0.6;
  }
  .c-pagenation .page-numbers.prev, .c-pagenation .page-numbers.next {
    position: relative;
  }
  .c-pagenation .page-numbers.prev::before, .c-pagenation .page-numbers.next::before {
    width: 18px;
    height: 18px;
  }
}

.c-scroll-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
[data-scroll=true] .c-scroll-top {
  visibility: visible;
  opacity: 0.9;
}
.c-scroll-top a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 50%;
  background: #7fb905;
  border: 1px solid #fff;
}
.c-scroll-top a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer.high .c-scroll-top {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-headline > span {
  color: #7fb905;
  font-size: 26px;
  font-family: "EB Garamond", serif;
}
.c-headline::first-letter {
  font-size: 14px;
}
.c-headline {
  font-weight: 500;
  font-size: 55px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 50px;
  line-height: 1.3;
}
.c-headline--white > span {
  color: #fff;
}
.c-headline--white {
  color: #fff;
}
@media (max-width: 767px) {
  .c-headline > span {
    font-size: 16px;
  }
  .c-headline {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.c-headline2 {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.3;
  padding-bottom: 15px;
  border-bottom: 1px solid #7fb905;
  letter-spacing: 0.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-headline2--2 {
  color: #6ab9e8;
  border-color: #6ab9e8;
}
.c-headline2--3 {
  border-color: #F6AB4C;
}
@media (max-width: 767px) {
  .c-headline2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.c-headline3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  color: #7fb905;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.c-headline3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 100%;
  background: #7fb905;
}
.c-headline3--2 {
  color: #f6ab4c;
}
.c-headline3--2::before {
  background: #f6ab4c;
}
.c-headline3--3 {
  color: #6ab9e8;
}
.c-headline3--3::before {
  background: #6ab9e8;
}
@media (max-width: 767px) {
  .c-headline3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .c-headline3::before {
    width: 6px;
  }
}

.c-headline4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  color: #7fb905;
  position: relative;
  letter-spacing: 0.1em;
}
.c-headline4 > span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #7fb905;
}
@media (max-width: 767px) {
  .c-headline4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .c-headline4 > span {
    padding-bottom: 5px;
  }
}

.c-header {
  position: relative;
  height: 465px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header::before {
  content: "";
  background: url(../img/bg_flower.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: calc(50% + 300px);
  height: 380px;
  width: 380px;
  z-index: 1;
}
.c-header--3::before {
  background: url(../img/bg_flower2.svg) no-repeat center center/contain;
  left: calc(50% + 400px);
}
.c-header--4::before {
  background: url(../img/bg_flower3.svg) no-repeat center center/contain;
  left: calc(50% + 400px);
}
.c-header--5::before {
  background: url(../img/bg_flower4.svg) no-repeat center center/contain;
  left: calc(50% + 400px);
}
.c-header__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.c-header__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-header__title {
  color: #fff;
  font-size: 70px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.c-header__title > span {
  font-family: "EB Garamond", serif;
  font-size: 35px;
  font-weight: 500;
  display: block;
}
.c-header--2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 1040px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.c-header--2::before {
  display: none;
}
.c-header--2__title {
  color: #1a1a1a;
  font-size: 55px;
}
.c-header--2__title > span {
  color: #7fb905;
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-header {
    height: 240px;
  }
  .c-header--2 {
    height: auto;
    margin: 50px 0;
  }
  .c-header::before {
    left: calc(50% + 50px);
    top: calc(50% + 50px);
    height: 117px;
    width: 117px;
  }
  .c-header__title {
    font-size: 25px;
  }
  .c-header__title > span {
    font-size: 16px;
  }
  .c-header--2__title {
    font-size: 25px;
  }
  .c-header--2__title > span {
    font-size: 16px;
  }
}

.c-cta.is_fixed .c-cta__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  z-index: 100;
}
.c-cta__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  gap: 30px 0;
}
@media (min-width: 768px) {
  .c-cta__list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.c-cta__wrap {
  padding: 20px 0;
  position: relative;
  background: #fff;
}
.c-cta__input {
  display: none;
}
.c-cta__item {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 20px;
  padding: 0 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.c-cta__item:not(:last-child) {
  border-right: 1px solid #7fb905;
}
.c-cta__item > span {
  position: relative;
  padding-left: 30px;
}
.c-cta__item > span::before {
  content: "";
  background: url(../img/arrow1.svg) no-repeat center center/contain;
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-cta__item:hover {
  opacity: 0.6;
}
.c-cta__item--rehab:not(:last-child) {
  border-color: #6AB9E8;
}
.c-cta__item--rehab > span::before {
  background: url(../img/arrow6.svg) no-repeat center center/contain;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-cta__item--nurse:not(:last-child) {
  border-color: #EE859B;
}
.c-cta__item--nurse > span::before {
  background: url(../img/arrow7.svg) no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  .c-cta__wrap {
    padding: 20px 20px;
    position: relative;
  }
  .c-cta__wrap::after {
    content: "";
    background: url(../img/arrow2.svg) no-repeat center center/contain;
    position: absolute;
    top: 32px;
    right: 25px;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-cta__wrap--rehab::after {
    background: url(../img/arrow4.svg) no-repeat center center/contain;
  }
  .c-cta__wrap--nurse::after {
    background: url(../img/arrow5.svg) no-repeat center center/contain;
  }
  .c-cta__wrap.is_opn::after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .c-cta__input {
    display: block;
    width: 100%;
    background: #7fb905;
    color: #fff;
    border-radius: 5px;
    padding: 9px 15px;
    position: relative;
    outline: none;
    border: none;
  }
  .c-cta__input--rehab {
    background: #6AB9E8;
  }
  .c-cta__input--nurse {
    background: #EE859B;
  }
  .c-cta__list {
    display: none;
  }
  .c-cta__item {
    font-size: 11px;
    padding: 10px 0px;
    border-bottom: 1px solid #b1b1b1;
  }
  .c-cta__item:not(:last-child) {
    border-right: 0;
  }
  .c-cta__item > span {
    padding-left: 15px;
  }
  .c-cta__item > span::before {
    top: 4px;
    left: 0;
    background: #7fb905;
    height: 8.6602540378px;
    width: 8px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .c-cta__item:hover {
    opacity: 0.6;
  }
  .c-cta__item--rehab > span::before {
    background: #6AB9E8;
  }
  .c-cta__item--nurse > span::before {
    background: #EE859B;
  }
}

.p-top-news {
  padding: 120px 20px;
  position: relative;
}
.p-top-news::before {
  content: "";
  position: absolute;
  top: -200px;
  left: calc(50% + 290px);
  width: 506px;
  height: 506px;
  background: url("../img/bg_flower.svg") no-repeat center center/contain;
}
.p-top-news__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-news__head {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 250px;
}
.p-top-news__headline .c-headline > span {
  font-size: 20px;
}
.p-top-news__headline .c-headline {
  font-size: 40px;
  margin-bottom: 50px;
}
.p-top-news__link {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  padding-right: 35px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-top-news__link:hover {
  opacity: 0.6;
}
.p-top-news__link::after {
  content: "";
  background: url("../img/arrow1.svg") no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.p-top-news__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-news__cat-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.p-top-news__cat-nav-item {
  font-size: 15px;
  color: #fff;
  background: #b1b1b1;
  text-align: center;
  padding: 5px 15px;
  border-radius: 5px;
  min-width: 120px;
  cursor: pointer;
  text-decoration: none;
}
.p-top-news__cat-nav-item.is-active {
  background-color: #7fb905;
  color: #fff;
  cursor: default;
}
.p-top-news__cat-nav-item.is-active:hover {
  opacity: 1;
}
.p-top-news__cat-nav-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-top-news__cat-nav-item:hover {
  opacity: 0.7;
}
.p-top-news__list {
  border-top: 2px solid #b1b1b1;
}
.p-top-news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 25px 20px;
  border-bottom: 1px solid #b1b1b1;
}
.p-top-news__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-top-news__date {
  font-size: 14px;
  font-weight: 500;
}
.p-top-news__cat {
  font-size: 12px;
  background: #7fb905;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
}
.p-top-news__title {
  font-size: 16px;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-top-news__title:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .p-top-news {
    padding: 80px 20px;
  }
  .p-top-news::before {
    top: -150px;
    left: calc(50% - 80px);
    width: 230px;
    height: 230px;
  }
  .p-top-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-news__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
  .p-top-news__headline {
    width: auto;
  }
  .p-top-news__headline .c-headline > span {
    font-size: 16px;
  }
  .p-top-news__headline .c-headline {
    font-size: 25px;
    margin-bottom: 0;
  }
  .p-top-news__link {
    font-size: 13px;
    padding-right: 25px;
  }
  .p-top-news__link::after {
    width: 18px;
    height: 18px;
  }
  .p-top-news__cat-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    margin-bottom: 20px;
  }
  .p-top-news__cat-nav-item {
    font-size: 12px;
    padding: 5px 15px;
    min-width: initial;
    width: calc(33.3333333333% - 5px);
  }
  .p-top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
    padding: 15px 0px;
  }
  .p-top-news__item-head {
    gap: 10px;
  }
  .p-top-news__date {
    font-size: 10px;
  }
  .p-top-news__cat {
    font-size: 10px;
    padding: 1px 10px;
  }
  .p-top-news__title {
    font-size: 12px;
  }
}

.p-top-about {
  padding: 120px 0px;
  position: relative;
}
.p-top-about__icon {
  position: absolute;
  bottom: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: url("../img/bg_flower.svg") no-repeat center center/contain;
}
.p-top-about::before {
  content: "";
  position: absolute;
  top: 0px;
  right: calc(50% + 290px);
  width: 506px;
  height: 506px;
  background: url("../img/bg_flower.svg") no-repeat center center/contain;
  z-index: -2;
}
.p-top-about::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7f1d4), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #e7f1d4 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #e7f1d4 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-top-about__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  position: relative;
  width: calc(50vw + 500px);
  gap: 80px;
  margin-bottom: 50px;
}
.p-top-about__content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 630px;
  margin-top: -30px;
  max-width: 50%;
}
.p-top-about__img {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  min-width: 300px;
  position: relative;
}
.p-top-about__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-about__text1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 80px;
  font-family: "Noto Serif JP", serif;
}
.p-top-about__text2 {
  font-size: 22px;
  line-height: 2.3;
  margin-bottom: 60px;
}
.p-top-about__wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-about__img2 {
  margin-right: 40px;
  margin-top: 40px;
  width: 400px;
}
@media (max-width: 767px) {
  .p-top-about {
    padding: 50px 20px 50px;
  }
  .p-top-about__icon {
    display: none;
  }
  .p-top-about::before {
    content: "";
    position: absolute;
    top: calc(50% - 100px);
    right: auto;
    left: 20px;
    width: 227px;
    height: 227px;
  }
  .p-top-about::after {
    height: 400px;
  }
  .p-top-about__wrap {
    width: 100%;
    gap: 0px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-about__content {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 630px;
    margin-top: -30px;
    max-width: 100%;
  }
  .p-top-about__img {
    border-radius: 10px 0 0 10px;
    margin-right: -20px;
  }
  .p-top-about__text1 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .p-top-about__text2 {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 50px;
  }
  .p-top-about__img2 {
    margin-right: 0px;
    margin-top: 0px;
    width: 150px;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.p-top-feature {
  padding: 120px 20px;
}
.p-top-feature__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
}
.p-top-feature__headline {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 80px;
  margin-top: -30px;
}
.p-top-feature__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-feature__text1 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
.p-top-feature__text2 {
  font-size: 18px;
  line-height: 2.3;
  margin-bottom: 50px;
}
.p-top-feature__slider {
  margin: 0 -20px;
}
.p-top-feature__slider img {
  width: 400px;
  margin: 0 25px;
}
.p-top-feature__slider img:nth-of-type(even) {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .p-top-feature {
    padding: 50px 20px 80px;
  }
  .p-top-feature__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .p-top-feature__headline {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 0px;
    margin-top: 0px;
  }
  .p-top-feature__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-top-feature__text1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-top-feature__text2 {
    font-size: 12px;
    margin-bottom: 50px;
  }
  .p-top-feature__slider {
    margin: 0 -20px;
  }
  .p-top-feature__slider img {
    width: 150px;
    margin: 0 15px;
  }
  .p-top-feature__slider img:nth-of-type(even) {
    padding-top: 30px;
  }
}

.p-top-rehabilitation {
  padding: 120px 20px;
  background: #f7f4f1;
}
.p-top-rehabilitation__headline {
  margin-bottom: 80px;
}
.p-top-rehabilitation__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
}
.p-top-rehabilitation__content {
  width: 40%;
}
.p-top-rehabilitation__link {
  width: 50%;
}
.p-top-rehabilitation__link-item {
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-top-rehabilitation__link-item:hover {
  opacity: 0.6;
}
.p-top-rehabilitation__link-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7fb905;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0 0 30px 30px;
}
.p-top-rehabilitation__link-label > span {
  position: relative;
  padding: 0 30px 0 0;
}
.p-top-rehabilitation__link-label > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/arrow2.svg") no-repeat center center/contain;
}
.p-top-rehabilitation__text1 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
.p-top-rehabilitation__text2 {
  font-size: 18px;
  line-height: 2.1;
}
.p-top-rehabilitation__headline2 {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.p-top-rehabilitation__headline2 > span {
  border-bottom: 2px solid #7fb905;
  padding-bottom: 15px;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  line-height: 1;
  color: #7fb905;
}
.p-top-rehabilitation__headline2 > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 28px;
  height: 28px;
  background: url("../img/icon_logo.svg") no-repeat center center/contain;
}
.p-top-rehabilitation__wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
}
.p-top-rehabilitation__item {
  width: 30%;
}
.p-top-rehabilitation__item-head {
  text-align: center;
  margin-bottom: 20px;
  color: #7fb905;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
}
.p-top-rehabilitation__item-head > span {
  padding-bottom: 5px;
  border-bottom: 2px solid #7fb905;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-rehabilitation {
    padding: 70px 20px;
  }
  .p-top-rehabilitation__headline {
    margin-bottom: 50px;
  }
  .p-top-rehabilitation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .p-top-rehabilitation__content {
    width: 100%;
    margin-bottom: 60px;
  }
  .p-top-rehabilitation__link {
    width: 100%;
  }
  .p-top-rehabilitation__link-label {
    padding: 10px 0;
    font-size: 13px;
    border-radius: 0 0 20px 20px;
  }
  .p-top-rehabilitation__link-label > span {
    padding: 0 25px 0 0;
  }
  .p-top-rehabilitation__link-label > span::after {
    width: 18px;
    height: 18px;
  }
  .p-top-rehabilitation__text1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-top-rehabilitation__text2 {
    font-size: 12px;
  }
  .p-top-rehabilitation__headline2 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-top-rehabilitation__headline2 > span {
    padding-bottom: 10px;
    padding-left: 25px;
  }
  .p-top-rehabilitation__headline2 > span::before {
    top: 1px;
    width: 20px;
    height: 20px;
  }
  .p-top-rehabilitation__wrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    gap: 50px;
  }
  .p-top-rehabilitation__item {
    width: 100%;
  }
  .p-top-rehabilitation__item-head {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .p-top-rehabilitation__item-head > span {
    padding-bottom: 5px;
    border-bottom: 2px solid #7fb905;
    display: inline-block;
    position: relative;
  }
}

.p-top-hospitalization {
  padding: 120px 0px;
}
.p-top-hospitalization__headline {
  margin-bottom: 80px;
}
.p-top-hospitalization__wrap {
  gap: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: calc(50vw + 500px);
  max-width: 100%;
}
.p-top-hospitalization__img {
  border-radius: 0 20px 20px 0;
  height: 540px;
  overflow: hidden;
}
.p-top-hospitalization__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-hospitalization__content {
  width: 620px;
  max-width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-top-hospitalization__text1 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
.p-top-hospitalization__text2 {
  font-size: 18px;
  line-height: 2.3;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-top-hospitalization {
    padding: 70px 20px;
  }
  .p-top-hospitalization__headline {
    margin-bottom: 50px;
  }
  .p-top-hospitalization__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .p-top-hospitalization__img {
    border-radius: 0 10px 10px 0;
    height: 220px;
    margin-left: -20px;
  }
  .p-top-hospitalization__content {
    max-width: 100%;
  }
  .p-top-hospitalization__text1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-top-hospitalization__text2 {
    font-size: 12px;
    margin-bottom: 50px;
  }
}

.p-top-access {
  background: #7fb905;
  padding: 120px 20px;
  color: #fff;
}
.p-top-access__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-top-access__content {
  width: 35%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: -30px;
}
.p-top-access__map {
  width: 53%;
}
.p-top-access__map iframe {
  width: 100%;
  height: 510px;
  border: none;
}
.p-top-access__headline {
  margin-bottom: 50px;
}
.p-top-access__address {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 50px;
}
.p-top-access__address > span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-top-access {
    padding: 70px 20px;
  }
  .p-top-access__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-access__content {
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-top: 0px;
  }
  .p-top-access__map {
    margin: 0 -20px 30px;
    width: calc(100% + 40px);
  }
  .p-top-access__map iframe {
    height: 200px;
  }
  .p-top-access__headline {
    margin-bottom: 30px;
  }
  .p-top-access__address {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .p-top-access__address > span {
    font-size: 12px;
  }
}

.p-top-recruit {
  padding: 140px 0;
  background: url("../img/top_img12@2x.jpg") no-repeat center center/cover;
  position: relative;
}
.p-top-recruit__bg {
  position: absolute;
  border-radius: 30px 0 0 30px;
  background: #fff;
  opacity: 0.85;
  width: 1630px;
  max-width: calc(100% - 20px);
  height: calc(100% - 280px);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-recruit__wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  position: relative;
  padding: 140px 0;
}
.p-top-recruit__headline {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-top-recruit__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-recruit__text1 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
.p-top-recruit__text2 {
  font-size: 18px;
  line-height: 2.3;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-top-recruit {
    padding: 70px 0;
  }
  .p-top-recruit__bg {
    border-radius: 30px 0 0 30px;
    height: calc(100% - 140px);
  }
  .p-top-recruit__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    position: relative;
    padding: 50px 20px 50px 40px;
  }
  .p-top-recruit__headline {
    margin-bottom: 0px;
  }
  .p-top-recruit__headline .c-headline {
    margin-bottom: 10px;
  }
  .p-top-recruit__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-top-recruit__text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .p-top-recruit__text2 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.p-top-group {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-top-group__lead {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 25px;
  line-height: 2.3;
  margin-bottom: 50px;
  color: #7fb905;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .p-top-group {
    padding-top: 70px;
    padding-bottom: 70px;
    padding: 70px 20px;
  }
  .p-top-group .c-headline {
    margin-bottom: 10px;
  }
  .p-top-group__lead {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

/* --------------------------------------------------
   Group Section Styles
   Target HTML: .top-group-box
-------------------------------------------------- */
.top-group-box h5.top {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .top-group-box h5.top {
    margin-bottom: 25px;
  }
}
.top-group-box h5.top > span {
  display: block;
}
.top-group-box h5.top .e-txt {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fda9a9;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .top-group-box h5.top .e-txt {
    margin-bottom: 12px;
  }
}
.top-group-box h5.top .j-txt.-group {
  width: 409px;
}
@media only screen and (max-width: 768px) {
  .top-group-box h5.top .j-txt.-group {
    width: 100%;
    max-width: 318px;
  }
}
.top-group-box .introduction-txt {
  font-weight: bold;
  color: #8cb808;
}
.top-group-box {
  /* --------------------------------------------
     Map Section (PC View)
     .introduction-map-inner
  -------------------------------------------- */
}
.top-group-box .introduction-map-inner {
  position: relative;
  margin-bottom: 200px;
}
.top-group-box .introduction-map-inner .map-inner {
  width: 1220px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .top-group-box .introduction-map-inner .map-inner {
    width: 100%;
    padding: 0 15px;
  }
}
.top-group-box .introduction-map-inner .map-img img {
  max-width: 100%;
  height: auto;
}
.top-group-box .introduction-map-inner .introduction-map-img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.top-group-box .introduction-map-inner .gray-box {
  position: absolute;
  top: 142px;
  left: 6px;
  padding: 10px 15px;
  background: #eff0f0;
}
@media only screen and (max-width: 768px) {
  .top-group-box .introduction-map-inner .gray-box {
    display: none;
  }
}
.top-group-box .introduction-map-inner .gray-box > p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.top-group-box .introduction-map-inner .section {
  position: absolute;
}
.top-group-box .introduction-map-inner .section:before {
  content: "";
  width: 60px;
  position: absolute;
  top: 0;
}
.top-group-box .introduction-map-inner .section .ttl {
  font-size: 13px;
  font-weight: bold;
  font-family: YakuHanJP, "Noto Sans Bold", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  padding: 0 15px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.top-group-box .introduction-map-inner .section .ttl-sub {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.top-group-box .introduction-map-inner .section .ttl-sub.-link a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 12px;
  position: relative;
  line-height: 1;
}
.top-group-box .introduction-map-inner .section .ttl-sub.-link a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #007bff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-group-box .introduction-map-inner .section .ttl-sub02 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}
.top-group-box .introduction-map-inner .section .map-link-list {
  margin-bottom: 10px;
}
.top-group-box .introduction-map-inner .section .map-link-list > li {
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  .top-group-box .introduction-map-inner .section .map-link-list > li {
    margin-bottom: 0;
  }
}
.top-group-box .introduction-map-inner .section .map-link-list > li a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1;
  color: #333;
  position: relative;
  padding-left: 14px;
}
@media only screen and (max-width: 1200px) {
  .top-group-box .introduction-map-inner .section .map-link-list > li a {
    font-size: 10px;
  }
}
.top-group-box .introduction-map-inner .section .map-link-list > li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #007bff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-group-box .introduction-map-inner .section .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top-group-box .introduction-map-inner .section .grid .l-box {
  width: 215px;
}
@media only screen and (max-width: 1200px) {
  .top-group-box .introduction-map-inner .section .grid .l-box {
    width: 179px;
  }
}
.top-group-box .introduction-map-inner .section .grid .r-box {
  width: 210px;
}
@media only screen and (max-width: 1200px) {
  .top-group-box .introduction-map-inner .section .grid .r-box {
    width: 179px;
  }
}
.top-group-box .introduction-map-inner {
  /* --- Area Specific Styles (Positions & Colors) --- */
}
.top-group-box .introduction-map-inner .hiroshima {
  width: 435px;
  top: 18%;
  left: 26%;
}
.top-group-box .introduction-map-inner .hiroshima .ttl {
  background: #eda639;
}
.top-group-box .introduction-map-inner .hiroshima .ttl-sub {
  color: #eda639;
}
.top-group-box .introduction-map-inner .hiroshima .ttl-sub.-link a {
  color: #eda639;
}
.top-group-box .introduction-map-inner .hiroshima .ttl-sub.-link a:before {
  border-color: transparent transparent transparent #eda639;
}
.top-group-box .introduction-map-inner .hiroshima .ttl-sub02 {
  color: #eda639;
}
.top-group-box .introduction-map-inner .hiroshima .map-link-list > li {
  line-height: 1;
}
.top-group-box .introduction-map-inner .hiroshima .map-link-list > li a:before {
  border-color: transparent transparent transparent #eda639;
}
.top-group-box .introduction-map-inner .yamaguchi {
  top: 29%;
  left: 2%;
}
.top-group-box .introduction-map-inner .yamaguchi .ttl {
  background: #87ba43;
}
.top-group-box .introduction-map-inner .yamaguchi .ttl-sub {
  color: #87ba43;
}
.top-group-box .introduction-map-inner .yamaguchi .ttl-sub.-link a {
  color: #87ba43;
}
.top-group-box .introduction-map-inner .yamaguchi .ttl-sub.-link a:before {
  border-color: transparent transparent transparent #87ba43;
}
.top-group-box .introduction-map-inner .yamaguchi .ttl-sub02 {
  color: #87ba43;
}
.top-group-box .introduction-map-inner .yamaguchi .map-link-list > li {
  line-height: 1;
}
.top-group-box .introduction-map-inner .yamaguchi .map-link-list > li a:before {
  border-color: transparent transparent transparent #87ba43;
}
.top-group-box .introduction-map-inner .kyoto-hyogo {
  bottom: -146px;
  left: 23%;
}
.top-group-box .introduction-map-inner .kyoto-hyogo .ttl {
  background: #5cb8b3;
}
@media only screen and (max-width: 1200px) {
  .top-group-box .introduction-map-inner .kyoto-hyogo .ttl {
    max-width: 400px !important;
  }
}
.top-group-box .introduction-map-inner .kyoto-hyogo .ttl-sub {
  color: #5cb8b3;
}
.top-group-box .introduction-map-inner .kyoto-hyogo .ttl-sub.-link a {
  color: #5cb8b3;
}
.top-group-box .introduction-map-inner .kyoto-hyogo .ttl-sub.-link a:before {
  border-color: transparent transparent transparent #5cb8b3;
}
.top-group-box .introduction-map-inner .kyoto-hyogo .ttl-sub02 {
  color: #5cb8b3;
}
.top-group-box .introduction-map-inner .kyoto-hyogo .map-link-list > li {
  line-height: 1;
}
.top-group-box .introduction-map-inner .kyoto-hyogo .map-link-list > li a:before {
  border-color: transparent transparent transparent #5cb8b3;
}
.top-group-box .introduction-map-inner .kyoto-hyogo .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top-group-box .introduction-map-inner .kyoto-hyogo .grid .l-box {
  width: 220px;
}
.top-group-box .introduction-map-inner .kyoto-hyogo .grid .r-box {
  width: 245px;
}
.top-group-box .introduction-map-inner .osaka-nara {
  right: 1%;
  bottom: -22%;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .top-group-box .introduction-map-inner .osaka-nara {
    bottom: -26%;
  }
}
.top-group-box .introduction-map-inner .osaka-nara .ttl {
  background: #6fb485;
}
.top-group-box .introduction-map-inner .osaka-nara .ttl-sub {
  color: #6fb485 !important;
  text-decoration: none;
}
.top-group-box .introduction-map-inner .osaka-nara .ttl-sub a {
  color: #6fb485;
  text-decoration: none;
}
.top-group-box .introduction-map-inner .osaka-nara .ttl-sub.-link a {
  color: #6fb485;
  text-decoration: none;
}
.top-group-box .introduction-map-inner .osaka-nara .ttl-sub.-link a:before {
  border-color: transparent transparent transparent #6fb485;
}
.top-group-box .introduction-map-inner .osaka-nara .ttl-sub02 {
  color: #6fb485;
}
.top-group-box .introduction-map-inner .osaka-nara .map-link-list > li {
  line-height: 1;
}
.top-group-box .introduction-map-inner .osaka-nara .map-link-list > li a:before {
  border-color: transparent transparent transparent #6fb485;
}
.top-group-box .introduction-map-inner .tokyo {
  top: 22%;
  left: 71%;
}
@media only screen and (max-width: 1200px) {
  .top-group-box .introduction-map-inner .tokyo {
    left: 74%;
    top: 18%;
  }
}
.top-group-box .introduction-map-inner .tokyo .ttl {
  background: #69bbea;
}
.top-group-box .introduction-map-inner .tokyo .ttl-sub {
  color: #69bbea;
}
.top-group-box .introduction-map-inner .tokyo .ttl-sub.-link a {
  color: #69bbea;
}
.top-group-box .introduction-map-inner .tokyo .ttl-sub.-link a:before {
  border-color: transparent transparent transparent #69bbea;
}
.top-group-box .introduction-map-inner .tokyo .ttl-sub02 {
  color: #69bbea;
}
.top-group-box .introduction-map-inner .tokyo .map-link-list > li {
  line-height: 1;
}
.top-group-box .introduction-map-inner .tokyo .map-link-list > li a:before {
  border-color: transparent transparent transparent #69bbea;
}
.top-group-box {
  /* --------------------------------------------
     Group Area List (Tablet/Mobile View)
     .group-area-box
  -------------------------------------------- */
}
.top-group-box .group-area-box {
  padding: 40px 0px 0;
}
.top-group-box .group-area-box > .ttl {
  width: 202px;
  margin: 0 auto 20px;
}
.top-group-box .group-area-box .accordion-ttl {
  font-weight: bold;
  padding: 8px 20px;
  background: #7fb905;
  border-radius: 6px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}
.top-group-box .group-area-box .accordion-ttl:after {
  content: "";
  background: url("../img/arrow2.svg") no-repeat center center/cover;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.top-group-box .group-area-box .list-box > .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #7fb905;
}
.top-group-box .group-area-box .list-box > .ttl > a {
  text-decoration: none;
  color: #7fb905;
}
.top-group-box .group-area-box .list-box > .sub-ttl {
  font-weight: bold;
  color: #6fb485;
}
.top-group-box .group-area-box .list-box .area-list {
  margin-bottom: 15px;
}
.top-group-box .group-area-box .list-box .area-list:last-child {
  margin-bottom: 25px;
}
.top-group-box .group-area-box .list-box .area-list > li {
  border-bottom: 1px solid #ddd;
}
.top-group-box .group-area-box .list-box .area-list > li > a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #333;
  padding-left: 19px;
  position: relative;
}
.top-group-box .group-area-box .list-box .area-list > li > a:before {
  content: "";
  font-size: 16px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #7fb905;
  height: 10.3923048454px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* --------------------------------------------
   Utility & Helper Classes Used in HTML
   (Preserved as they affect layout)
-------------------------------------------- */
.w100 {
  width: 100% !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .tb {
    display: none !important;
  }
}
.p-about-sec1 {
  padding: 120px 20px 40px;
  position: relative;
}
.p-about-sec1::after {
  content: "";
  width: 100%;
  height: 1800px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7f1d4), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #e7f1d4 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #e7f1d4 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-about-sec1__philosophy {
  margin-top: 80px;
  margin-bottom: 100px;
  background: #e7f1d4;
  border-radius: 30px;
  padding: 50px 20px;
}
.p-about-sec1__philosophy-headline {
  font-size: 33px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #7fb905;
  margin-bottom: 20px;
  text-align: center;
}
.p-about-sec1__philosophy-headline > span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #7fb905;
}
.p-about-sec1__philosophy-text {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
.p-about-sec1__block:not(:last-child) {
  padding-bottom: 100px;
}
.p-about-sec1__list ol {
  padding-left: 1em;
}
.p-about-sec1__list ol li {
  font-size: 18px;
  line-height: 2.1;
}
.p-about-sec1__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-about-sec1__item {
  width: 48.5%;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  min-height: 165px;
  display: grid;
  place-items: center;
}
.p-about-sec1__num {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #7fb905;
  font-size: 36px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.p-about-sec1__text {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .p-about-sec1 {
    padding: 50px 20px 40px;
  }
  .p-about-sec1::after {
    height: 2000px;
  }
  .p-about-sec1__philosophy {
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
    padding: 30px 20px;
  }
  .p-about-sec1__philosophy-headline {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-about-sec1__philosophy-headline > span {
    padding-bottom: 3px;
    border-bottom: 2px solid #7fb905;
  }
  .p-about-sec1__philosophy-text {
    font-size: 18px;
  }
  .p-about-sec1__block:not(:last-child) {
    padding-bottom: 70px;
  }
  .p-about-sec1__list ol li {
    font-size: 12px;
  }
  .p-about-sec1__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .p-about-sec1__item {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 15px;
    min-height: 90px;
  }
  .p-about-sec1__item:last-child {
    margin-bottom: 0px;
  }
  .p-about-sec1__num {
    font-size: 30px;
  }
  .p-about-sec1__text {
    font-size: 12px;
  }
}

.p-about-sec2 {
  padding: 120px 20px 120px;
}
.p-about-sec2__block:not(:last-child) {
  padding-bottom: 100px;
}
.p-about-sec2__img {
  text-align: center;
  margin-bottom: 50px;
}
.p-about-sec2__img img {
  margin: auto;
}
.p-about-sec2__img figcaption {
  font-size: 25px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: 20px;
}
.p-about-sec2__text {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
}
.p-about-sec2__text > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.p-about-sec2__info {
  position: relative;
  padding-left: 20px;
}
.p-about-sec2__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background: #7fb905;
}
.p-about-sec2__info-head {
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  color: #7fb905;
}
.p-about-sec2__info-body span {
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-about-sec2 {
    padding: 50px 20px 50px;
  }
  .p-about-sec2__block:not(:last-child) {
    padding-bottom: 50px;
  }
  .p-about-sec2__img {
    margin-bottom: 30px;
  }
  .p-about-sec2__img figcaption {
    font-size: 18px;
    margin-top: 10px;
  }
  .p-about-sec2__text {
    font-size: 12px;
    line-height: 2.1;
    margin-bottom: 30px;
  }
  .p-about-sec2__info {
    position: relative;
    padding-left: 15px;
  }
  .p-about-sec2__info::before {
    width: 6px;
  }
  .p-about-sec2__info-head {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-about-sec2__info-body span {
    font-size: 11px;
  }
}

.p-about-sec3 {
  background: #e7f1d4;
  padding: 120px 20px 120px;
}
.p-about-sec3__table {
  background: #fff;
  padding: 20px 30px;
}
.p-about-sec3__table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.p-about-sec3__table table th, .p-about-sec3__table table td {
  border: 0;
  padding: 20px 0;
}
.p-about-sec3__table table tr:not(:last-child) {
  border-bottom: 1px solid #B1B1B1;
}
.p-about-sec3__table table tr th {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #7fb905;
  width: 160px;
}
.p-about-sec3__table table tr td {
  font-size: 16px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .p-about-sec3 {
    padding: 50px 20px 50px;
  }
  .p-about-sec3__table {
    padding: 20px 20px;
  }
  .p-about-sec3__table table th, .p-about-sec3__table table td {
    border: 0;
    padding: 12px 0;
    display: block;
  }
  .p-about-sec3__table table tr th {
    font-size: 16px;
    width: 100%;
    padding-bottom: 0;
  }
  .p-about-sec3__table table tr td {
    font-size: 12px;
    line-height: 1.8;
  }
}

.p-about-sec4 {
  padding: 120px 20px 120px;
}
.p-about-sec4__text {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-about-sec4__link {
  position: relative;
  padding-left: 20px;
  text-decoration: underline;
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-about-sec4__link::before {
  content: "";
  background: url(../img/icon_pdf.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 21px;
}
.p-about-sec4__link:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .p-about-sec4 {
    padding: 50px 20px 50px;
  }
  .p-about-sec4__text {
    font-size: 13px;
  }
  .p-about-sec4__link {
    font-size: 13px;
  }
}

.p-about-sec5 {
  padding: 120px 20px 120px;
  background: #f7f4f1;
}
.p-about-sec5__text {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 50px;
}
.p-about-sec5__text2 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #7fb905;
  margin-bottom: 20px;
}
.p-about-sec5__text2 span {
  font-size: 16px;
}
.p-about-sec5__table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  font-size: 14px;
}
.p-about-sec5__table table td, .p-about-sec5__table table th {
  text-align: center;
  padding: 10px 10px;
  border: 0;
}
.p-about-sec5__table table thead th {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #7fb905;
}
.p-about-sec5__table table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.p-about-sec5__table table thead th:nth-child(1) {
  width: 16%;
}
.p-about-sec5__table table thead th:nth-child(2) {
  width: 42%;
}
.p-about-sec5__table table thead th:nth-child(3) {
  width: 42%;
}
.p-about-sec5__table table tbody td {
  background: #fff;
}
.p-about-sec5__table table tbody td:not(:last-child) {
  border-right: 1px solid #7fb905;
}
.p-about-sec5__table table tbody tr:not(:last-child) {
  border-bottom: 1px solid #c0e47b;
}
@media (max-width: 767px) {
  .p-about-sec5 {
    padding: 50px 20px 50px;
  }
  .p-about-sec5__text {
    font-size: 12px;
    margin-bottom: 50px;
  }
  .p-about-sec5__text2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-about-sec5__text2 span {
    font-size: 12px;
  }
  .p-about-sec5__table table {
    font-size: 12px;
  }
  .p-about-sec5__table table td, .p-about-sec5__table table th {
    padding: 10px 10px;
  }
}

.p-access-sec1 {
  padding: 120px 20px;
}
.p-access-sec1__block {
  margin-bottom: 100px;
}
.p-access-sec1__headline {
  margin-top: 80px;
}
.p-access-sec1__text {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 20px;
}
.p-access-sec1__map {
  width: 100%;
}
.p-access-sec1__map iframe {
  width: 100%;
  height: 530px;
  border: none;
}
@media (max-width: 767px) {
  .p-access-sec1 {
    padding: 70px 20px;
  }
  .p-access-sec1__block {
    margin-bottom: 70px;
  }
  .p-access-sec1__headline {
    margin-top: 50px;
  }
  .p-access-sec1__text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .p-access-sec1__map iframe {
    height: 200px;
  }
}

.p-access-sec2 {
  padding: 120px 20px;
  background: #f7f4f1;
}
.p-access-sec2__text1 {
  font-size: 18px;
  line-height: 2.1;
  margin-bottom: 50px;
}
.p-access-sec2__table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 50px;
}
.p-access-sec2__table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.p-access-sec2__table table td, .p-access-sec2__table table th {
  vertical-align: middle;
  padding: 20px 20px;
  border: 0;
  font-size: 18px;
}
.p-access-sec2__table table th {
  background: #7fb905;
  color: #fff;
  width: 18%;
  text-align: center;
}
.p-access-sec2__table table td {
  background: #fff;
}
.p-access-sec2__table table tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.p-access-sec2__table table tr:not(:last-child) td {
  border-bottom: 1px solid #7fb905;
}
.p-access-sec2__frame {
  background: #fff;
  padding: 20px 20px;
  border: 1px solid #7fb905;
}
.p-access-sec2__frame-headline {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  color: #7fb905;
  padding-left: 30px;
  position: relative;
}
.p-access-sec2__frame-headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url(../img/icon_logo.svg) no-repeat center center/contain;
}
.p-access-sec2__frame-time {
  font-size: 18px;
  margin-bottom: 10px;
}
.p-access-sec2__frame-time > span {
  font-size: 16px;
  color: #fff;
  background: #7fb905;
  padding: 2px 15px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
}
.p-access-sec2__frame-text {
  font-size: 18px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .p-access-sec2 {
    padding: 70px 20px;
  }
  .p-access-sec2__text1 {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .p-access-sec2__table {
    margin-bottom: 30px;
  }
  .p-access-sec2__table table td, .p-access-sec2__table table th {
    padding: 10px 10px;
    font-size: 12px;
  }
  .p-access-sec2__table table th {
    width: 30%;
  }
  .p-access-sec2__frame {
    padding: 15px 15px;
  }
  .p-access-sec2__frame-headline {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .p-access-sec2__frame-headline::before {
    width: 20px;
    height: 20px;
  }
  .p-access-sec2__frame-time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .p-access-sec2__frame-time > span {
    font-size: 12px;
    padding: 2px 10px;
    margin-right: 10px;
  }
  .p-access-sec2__frame-text {
    font-size: 12px;
  }
}

.p-recruit {
  padding: 120px 20px 40px;
}
.p-recruit__lead {
  font-size: 22px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
.p-recruit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-recruit__link-item {
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 80px;
}
.p-recruit__link-item:hover {
  opacity: 0.6;
}
.p-recruit__link-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7fb905;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0 0 30px 30px;
}
.p-recruit__link-label > span {
  position: relative;
  padding: 0 30px 0 0;
}
.p-recruit__link-label > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/arrow2.svg") no-repeat center center/contain;
}
.p-recruit__item {
  width: 30%;
}
.p-recruit__item-head {
  text-align: center;
  margin-bottom: 20px;
  color: #7fb905;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
}
.p-recruit__item-head > span {
  padding-bottom: 5px;
  border-bottom: 2px solid #7fb905;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .p-recruit {
    padding: 70px 20px 20px;
  }
  .p-recruit__lead {
    font-size: 12px;
    margin-bottom: 50px;
  }
  .p-recruit__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .p-recruit__link-item {
    margin-bottom: 50px;
  }
  .p-recruit__link-label {
    padding: 9px 0;
    font-size: 13px;
    border-radius: 0 0 15px 15px;
  }
  .p-recruit__link-label > span {
    padding: 0 25px 0 0;
  }
  .p-recruit__link-label > span::after {
    width: 18px;
    height: 18px;
  }
  .p-recruit__item {
    width: 47%;
  }
  .p-recruit__item-head {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .p-recruit__item-head > span {
    padding-bottom: 3px;
    border-bottom: 1px solid #7fb905;
  }
}

.p-recruit-info {
  padding: 120px 20px 120px;
}
.p-recruit-info__item {
  padding: 20px 10px;
  border-bottom: 1px solid #B1B1B1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-recruit-info__head {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #7fb905;
  width: 145px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-recruit-info__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-recruit-info__btn {
  text-align: center;
  margin-top: 70px;
}
.p-recruit-info__btn .c-btn {
  margin: auto;
}
@media (max-width: 767px) {
  .p-recruit-info {
    padding: 70px 20px 70px;
  }
  .p-recruit-info__item {
    padding: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit-info__head {
    font-size: 16px;
    width: 100%;
  }
  .p-recruit-info__content {
    font-size: 12px;
  }
  .p-recruit-info__btn {
    margin-top: 45px;
  }
}

.p-recruit-form {
  padding: 120px 20px 120px;
}
.p-recruit-form__lead {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-recruit-form__lead > span {
  color: #de3624;
}
.p-recruit-form .c-btn--2 input {
  color: #7fb905;
}
.p-recruit-form .c-btn--2 input:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .p-recruit-form {
    padding: 70px 20px 70px;
  }
  .p-recruit-form__lead {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.p-rehabilitation {
  padding: 120px 20px 40px;
}
.p-rehabilitation__lead {
  font-size: 22px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
.p-rehabilitation__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-rehabilitation__link-item {
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 80px;
}
.p-rehabilitation__link-item:hover {
  opacity: 0.6;
}
.p-rehabilitation__link-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7fb905;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0 0 30px 30px;
}
.p-rehabilitation__link-label > span {
  position: relative;
  padding: 0 30px 0 0;
}
.p-rehabilitation__link-label > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/arrow2.svg") no-repeat center center/contain;
}
.p-rehabilitation__item {
  width: 45%;
}
.p-rehabilitation__item-head {
  text-align: center;
  margin-bottom: 20px;
  color: #7fb905;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
}
.p-rehabilitation__item-head > span {
  padding-bottom: 5px;
  border-bottom: 2px solid #7fb905;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .p-rehabilitation {
    padding: 70px 20px 20px;
  }
  .p-rehabilitation__lead {
    font-size: 12px;
    margin-bottom: 50px;
  }
  .p-rehabilitation__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
  .p-rehabilitation__link-item {
    margin-bottom: 50px;
  }
  .p-rehabilitation__link-label {
    padding: 13px 0;
    font-size: 13px;
    border-radius: 0 0 20px 20px;
  }
  .p-rehabilitation__link-label > span {
    padding: 0 25px 0 0;
  }
  .p-rehabilitation__link-label > span::after {
    width: 18px;
    height: 18px;
  }
  .p-rehabilitation__item {
    width: 100%;
  }
  .p-rehabilitation__item-head {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .p-rehabilitation__item-head > span {
    padding-bottom: 3px;
    border-bottom: 1px solid #7fb905;
  }
}

.p-hospitalization-sec1 {
  padding: 120px 20px 120px;
}
.p-hospitalization-sec1 .c-headline2 {
  letter-spacing: 0.15em;
  margin-top: 80px;
}
.p-hospitalization-sec1__table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* これを入れると指定した幅が厳格に守られます */
  font-size: 14px;
  vertical-align: middle;
}
.p-hospitalization-sec1__table table td, .p-hospitalization-sec1__table table th {
  padding: 10px 10px;
  vertical-align: middle;
}
.p-hospitalization-sec1__table table thead th {
  text-align: center;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #7fb905;
}
.p-hospitalization-sec1__table table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.p-hospitalization-sec1__table table tbody tr:nth-of-type(2) {
  border-top: 2px dotted #7fb905;
}
.p-hospitalization-sec1__table table tbody td:not(:last-child) {
  border-right: 1px solid #7fb905;
}
.p-hospitalization-sec1__table-row--even {
  background: #F5F9EE;
}
.p-hospitalization-sec1__table-row--odd {
  background: #E7F1D4;
}
.p-hospitalization-sec1__table-cell--number {
  text-align: center;
}
.p-hospitalization-sec1__table-cell--period {
  text-align: center;
}
@media (max-width: 767px) {
  .p-hospitalization-sec1 {
    padding: 50px 20px 50px;
  }
  .p-hospitalization-sec1 .c-headline2 {
    margin-top: 50px;
  }
  .p-hospitalization-sec1__table {
    overflow-x: auto;
  }
  .p-hospitalization-sec1__table table {
    width: 520px;
    font-size: 12px;
  }
  .p-hospitalization-sec1__table table td, .p-hospitalization-sec1__table table th {
    padding: 10px 10px;
  }
  .p-hospitalization-sec1__table table tbody tr:nth-of-type(2) {
    border-top: 2px dotted #7fb905;
  }
}

.p-hospitalization-sec2 {
  padding: 120px 20px 120px;
  background: #e7f1d4;
}
.p-hospitalization-sec2__frame {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(199, 199, 199, 0.2);
          box-shadow: 0 0 6px 0 rgba(199, 199, 199, 0.2);
  padding: 40px 50px;
}
.p-hospitalization-sec2__item:not(:last-child) {
  padding-bottom: 50px;
}
.p-hospitalization-sec2__headline {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  color: #7fb905;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.p-hospitalization-sec2__headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 100%;
  background: #7fb905;
}
.p-hospitalization-sec2__headline--2 {
  color: #f6ab4c;
}
.p-hospitalization-sec2__headline--2::before {
  background: #f6ab4c;
}
.p-hospitalization-sec2__text {
  font-size: 16px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .p-hospitalization-sec2 {
    padding: 70px 20px 70px;
  }
  .p-hospitalization-sec2__frame {
    padding: 20px 20px;
  }
  .p-hospitalization-sec2__item:not(:last-child) {
    padding-bottom: 30px;
  }
  .p-hospitalization-sec2__headline {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .p-hospitalization-sec2__headline::before {
    width: 6px;
  }
  .p-hospitalization-sec2__text {
    font-size: 12px;
  }
}

.p-hospitalization-sec3 {
  padding: 120px 20px 120px;
}
.p-hospitalization-sec3__headline {
  font-size: 22px;
  margin-bottom: 30px;
  background: #e7f1d4;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding: 7px 20px;
}
.p-hospitalization-sec3__text1 {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 50px;
}
.p-hospitalization-sec3__block:not(:last-child) {
  margin-bottom: 80px;
}
.p-hospitalization-sec3__wrap1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.p-hospitalization-sec3__wrap1-item {
  width: 30%;
}
.p-hospitalization-sec3__wrap1-headline {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #7fb905;
  font-family: "Noto Serif JP", serif;
  color: #7fb905;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-hospitalization-sec3__wrap1-img {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-hospitalization-sec3__wrap1-img {
    cursor: pointer;
    position: relative;
  }
  .p-hospitalization-sec3__wrap1-img::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url(../img/icon_open.svg) no-repeat center center/contain;
    pointer-events: none;
  }
  .p-hospitalization-sec3__wrap1-img img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-hospitalization-sec3__wrap1-img img:hover {
    opacity: 0.8;
  }
}
.p-hospitalization-sec3__wrap1-price {
  text-align: center;
  margin-bottom: 20px;
}
.p-hospitalization-sec3__wrap1-price > span {
  display: inline-block;
  background: #7fb905;
  padding: 1px 15px;
  border-radius: 12px;
  margin-right: 5px;
  color: #fff;
}
.p-hospitalization-sec3__wrap1-frame {
  background: #E7F1D4;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 10px 15px;
  min-height: 130px;
}
.p-hospitalization-sec3__text2 {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-hospitalization-sec3__wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-hospitalization-sec3__wrap2-content {
  width: 43%;
}
.p-hospitalization-sec3__wrap2-content--100 {
  width: 100%;
}
.p-hospitalization-sec3__wrap2-img {
  width: 50%;
}
.p-hospitalization-sec3__wrap2-headline {
  font-size: 22px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #7fb905;
  font-family: "Noto Serif JP", serif;
  color: #7fb905;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-hospitalization-sec3__wrap2-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.p-hospitalization-sec3__wrap2-clock-item {
  text-align: center;
  width: 30%;
}
.p-hospitalization-sec3__wrap2-clock-item img {
  margin-bottom: 5px;
  width: 70px;
  margin: auto;
}
.p-hospitalization-sec3__wrap2-clock-item figcaption {
  font-size: 18px;
  line-height: 1.5;
  color: #7fb905;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-hospitalization-sec3__wrap2-text {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-hospitalization-sec3__wrap2-text a {
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-hospitalization-sec3__wrap2-text a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .p-hospitalization-sec3 {
    padding: 70px 20px 70px;
  }
  .p-hospitalization-sec3__headline {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 5px 20px;
  }
  .p-hospitalization-sec3__text1 {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .p-hospitalization-sec3__block:not(:last-child) {
    margin-bottom: 50px;
  }
  .p-hospitalization-sec3__wrap1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .p-hospitalization-sec3__wrap1-item {
    width: 100%;
  }
  .p-hospitalization-sec3__wrap1-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-hospitalization-sec3__wrap1-headline {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin: 0 auto 10px;
  }
  .p-hospitalization-sec3__wrap1-img {
    margin-bottom: 10px;
  }
  .p-hospitalization-sec3__wrap1-price {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .p-hospitalization-sec3__wrap1-price > span {
    padding: 1px 10px;
    margin-right: 5px;
  }
  .p-hospitalization-sec3__wrap1-frame {
    padding: 10px 10px;
    min-height: auto;
    font-size: 11px;
  }
  .p-hospitalization-sec3__text2 {
    font-size: 12px;
  }
  .p-hospitalization-sec3__wrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-hospitalization-sec3__wrap2-content {
    width: 100%;
  }
  .p-hospitalization-sec3__wrap2-content:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-hospitalization-sec3__wrap2-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-hospitalization-sec3__wrap2-headline {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin: 0 auto 10px;
  }
  .p-hospitalization-sec3__wrap2-clock {
    margin-bottom: 20px;
  }
  .p-hospitalization-sec3__wrap2-clock-item {
    width: 30%;
  }
  .p-hospitalization-sec3__wrap2-clock-item img {
    margin-bottom: 5px;
  }
  .p-hospitalization-sec3__wrap2-clock-item figcaption {
    font-size: 12px;
  }
  .p-hospitalization-sec3__wrap2-text {
    font-size: 12px;
  }
}

.p-hospitalization-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.p-hospitalization-modal.is-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-hospitalization-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.p-hospitalization-modal__content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: 10000;
  -webkit-animation: modalFadeIn 0.3s ease;
          animation: modalFadeIn 0.3s ease;
}
.p-hospitalization-modal__img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.p-hospitalization-modal__close {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url(../img/icon_close.svg) no-repeat center center/contain;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10001;
}
@media (max-width: 767px) {
  .p-hospitalization-modal {
    display: none !important;
  }
}

@-webkit-keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-hospitalization-sec4 {
  padding: 120px 20px 120px;
  background: #f7f4f1;
}
.p-hospitalization-sec4__text1 {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 50px;
}
.p-hospitalization-sec4__link {
  position: relative;
  padding-left: 20px;
  text-decoration: underline;
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.p-hospitalization-sec4__link:hover {
  opacity: 0.6;
}
.p-hospitalization-sec4__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 21px;
  background: url(../img/icon_pdf.svg) no-repeat center center/contain;
}
.p-hospitalization-sec4__frame {
  background: #fff;
  padding: 30px 30px;
  border: 1px solid #7fb905;
}
.p-hospitalization-sec4__headline {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  color: #7fb905;
  padding-left: 30px;
  position: relative;
}
.p-hospitalization-sec4__headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url(../img/icon_logo.svg) no-repeat center center/contain;
}
.p-hospitalization-sec4__text2 {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .p-hospitalization-sec4 {
    padding: 70px 20px 70px;
  }
  .p-hospitalization-sec4__text1 {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .p-hospitalization-sec4__link {
    padding-left: 20px;
  }
  .p-hospitalization-sec4__frame {
    padding: 20px 20px;
  }
  .p-hospitalization-sec4__headline {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .p-hospitalization-sec4__headline::before {
    width: 20px;
    height: 20px;
  }
  .p-hospitalization-sec4__text2 {
    font-size: 12px;
  }
}

.p-feature {
  padding: 120px 20px;
}
.p-feature:nth-of-type(even) {
  background: #f7f4f1;
}
.p-feature:nth-of-type(even) .p-feature__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-feature__headline {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #7fb905;
}
.p-feature__headline > span {
  color: #7fb905;
}
.p-feature__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-feature__img {
  width: 48%;
  margin-bottom: 15px;
}
.p-feature__content {
  width: 45%;
}
.p-feature__text {
  font-size: 18px;
  line-height: 2.3;
}
.p-feature__frame {
  background: #fff;
  padding: 20px 20px 20px 60px;
  margin-top: 50px;
  position: relative;
}
.p-feature__frame::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 50%;
  width: 9px;
  height: calc(100% - 40px);
  background: #7fb905;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-feature__frame-headline {
  color: #7fb905;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-feature__frame-text {
  font-size: 14px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .p-feature {
    padding: 70px 20px;
  }
  .p-feature:nth-of-type(even) .p-feature__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-feature__headline {
    font-size: 21px;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
  }
  .p-feature__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .p-feature__img {
    width: 100%;
  }
  .p-feature__content {
    width: 100%;
  }
  .p-feature__text {
    font-size: 12px;
  }
  .p-feature__frame {
    padding: 20px 20px 20px 40px;
    margin-top: 50px;
  }
  .p-feature__frame::before {
    left: 20px;
    width: 6px;
    height: calc(100% - 40px);
  }
  .p-feature__frame-headline {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .p-feature__frame-text {
    font-size: 11px;
  }
}

.p-department {
  padding: 120px 0px;
}
.p-department__lead {
  padding: 0 20px;
}
.p-department__text {
  font-size: 22px;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 50px;
}
.p-department__item {
  height: 350px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-department__item:hover {
  opacity: 0.6;
}
.p-department__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-department__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-department__item {
  display: block;
  position: relative;
}
.p-department__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 40%;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.p-department__content > span {
  font-size: 60px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.25em;
}
.p-department__content > p {
  font-size: 20px;
}
.p-department__content > p > span {
  padding: 0 30px 0 0;
  position: relative;
}
.p-department__content > p > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("../img/arrow2.svg") no-repeat center center/contain;
}
.p-department__content--2 > p > span::after {
  background: url("../img/arrow3.svg") no-repeat center center/contain;
}
.p-department__content--3 > p > span::after {
  background: url("../img/arrow4.svg") no-repeat center center/contain;
}
.p-department__content--4 > p > span::after {
  background: url("../img/arrow5.svg") no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-department {
    padding: 70px 0px;
  }
  .p-department__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .p-department__item {
    height: 180px;
  }
  .p-department__content {
    left: 0px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: left;
  }
  .p-department__content > span {
    font-size: 22px;
  }
  .p-department__content > p {
    font-size: 13px;
    margin-top: 10px;
  }
  .p-department__content > p > span {
    padding: 0 25px 0 0;
  }
  .p-department__content > p > span::after {
    width: 18px;
    height: 18px;
  }
}

.p-devices {
  padding: 120px 20px;
}
.p-devices__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  gap: 11%;
  margin-bottom: 100px;
}
.p-devices__item {
  width: 44.5%;
}
.p-devices__img {
  margin-bottom: 20px;
}
.p-devices__title {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  padding-left: 28px;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}
.p-devices__title > span {
  font-size: 18px;
}
.p-devices__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 23px;
  height: 23px;
  background: url("../img/icon_logo2.svg") no-repeat center center/contain;
}
.p-devices__btn {
  width: 60px;
  height: 60px;
  background: #7fb905;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -4px;
  border: 1px solid #7fb905;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-devices__btn:hover {
  opacity: 0.6;
}
.p-devices__btn::before, .p-devices__btn::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 1.5px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-devices__btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.p-devices__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-devices__btn.is-btn-active {
  background: #fff;
}
.p-devices__btn.is-btn-active::before {
  background: #7fb905;
}
.p-devices__btn.is-btn-active::after {
  content: none;
}
.p-devices__accordion {
  position: relative;
  margin-bottom: 120px;
}
.p-devices__description {
  font-size: 16px;
  line-height: 2.1;
  background: #e7f1d4;
  padding: 35px 50px;
  margin-top: 70px;
  position: relative;
  display: none;
}
.p-devices__description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
}
.p-devices__description-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-devices__description-mp4 {
  width: 30%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-devices__description::before {
  content: "";
  position: absolute;
  left: 20%;
  bottom: calc(100% - 5px);
  background: #e7f1d4;
  height: 56px;
  width: 44px;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.p-devices__description:nth-of-type(2)::before {
  left: 72%;
}
@media (max-width: 767px) {
  .p-devices {
    padding: 70px 20px;
  }
  .p-devices__title {
    font-size: 20px;
  }
  .p-devices__title > span {
    font-size: 14px;
  }
  .p-devices__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
  }
  .p-devices__item {
    width: 100%;
  }
  .p-devices__img {
    margin-bottom: 20px;
  }
  .p-devices__title {
    font-size: 18px;
    padding-left: 25px;
  }
  .p-devices__title > span {
    font-size: 11px;
  }
  .p-devices__title::before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
  .p-devices__btn {
    width: 40px;
    height: 40px;
    right: 10px;
  }
  .p-devices__btn::before, .p-devices__btn::after {
    width: 12px;
    height: 1.2px;
  }
  .p-devices__accordion {
    display: none;
  }
  .p-devices__description {
    font-size: 12px;
    padding: 20px 20px;
    margin-top: 50px;
  }
  .p-devices__description-text {
    margin-bottom: 15px;
  }
  .p-devices__description-mp4 {
    margin-bottom: 15px;
    width: 100%;
  }
  .p-devices__description::before {
    left: auto;
    right: 20px;
    bottom: calc(100% - 5px);
    height: 28px;
    width: 22px;
  }
  .p-devices__description:nth-of-type(2)::before {
    left: auto;
    right: 20px;
  }
}

.p-policy-sec1 {
  padding: 0px 20px;
  padding-bottom: 100px;
}
.p-policy-sec1__item:not(:last-child) {
  padding-bottom: 70px;
}
.p-policy-sec1__text {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-policy-sec1__lead {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 50px;
}
.p-policy-sec1__link {
  padding: 0 25px 0 20px;
  position: relative;
}
.p-policy-sec1__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: url(../img/icon_logo_blue.svg) no-repeat center center/contain;
}
.p-policy-sec1__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 21px;
  height: 21px;
  background: url(../img/icon_link.svg) no-repeat center center/contain;
}
.p-policy-sec1__link > a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.p-policy-sec1__link > a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .p-policy-sec1 {
    padding: 0px 20px;
    padding-bottom: 70px;
  }
  .p-policy-sec1__item:not(:last-child) {
    padding-bottom: 50px;
  }
  .p-policy-sec1__text {
    font-size: 12px;
  }
  .p-policy-sec1__lead {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .p-policy-sec1__link {
    padding: 0 20px 0 15px;
  }
  .p-policy-sec1__link::before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
  .p-policy-sec1__link::after {
    bottom: 3px;
    width: 13px;
    height: 13px;
  }
}

.p-achievement {
  padding: 120px 20px;
  background: #F7F4F1;
}
.p-achievement__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-achievement__item {
  width: 47%;
  margin-bottom: 70px;
}
.p-achievement__item:nth-of-type(n + 3) {
  width: 30%;
}
.p-achievement .c-headline3 {
  letter-spacing: 0.05em;
  font-size: 21px;
}
.p-achievement__text {
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-achievement {
    padding: 70px 20px;
  }
  .p-achievement__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-achievement__item:nth-of-type(n + 3) {
    width: 100%;
  }
  .p-achievement .c-headline3 {
    letter-spacing: 0.05em;
    font-size: 16px;
  }
  .p-achievement__text {
    font-size: 10px;
    margin-top: 20px;
    text-align: right;
  }
}

.p-locomotor__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 80px;
}
.p-locomotor__item {
  width: 31%;
  text-align: center;
  font-size: 22px;
  display: grid;
  place-items: center;
  background: #E7F1D4;
  padding: 20px 10px;
  border-radius: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-locomotor__item--100 {
  width: 100%;
}
.p-locomotor__item--23 {
  width: 23%;
}
@media (max-width: 767px) {
  .p-locomotor__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
    gap: 15px;
  }
  .p-locomotor__item {
    padding: 11px 10px;
    width: 100%;
    font-size: 13px;
  }
}

.p-contact {
  padding: 0px 20px 120px;
}
.p-contact__wrap {
  margin-bottom: 70px;
}
.p-contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #b3b3b3;
  padding: 40px 0;
}
.p-contact__label {
  margin-top: 15px;
  width: 350px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  color: #7fb905;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.p-contact__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 100%;
  background: #7fb905;
}
.p-contact__label > span {
  margin-left: 15px;
  font-size: 16px;
  display: inline-block;
  padding: 1px 11px;
  background: #de3624;
  color: #fff;
  border-radius: 20px;
}
.p-contact__input {
  width: 100%;
}
.p-contact__input input {
  border: none;
  outline: none;
  background: #f0f0f0;
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 20px;
  width: 100%;
}
.p-contact__input textarea {
  border: none;
  outline: none;
  background: #f0f0f0;
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 20px;
}
.p-contact__input--age {
  width: 110px !important;
  margin-right: 15px;
}
.p-contact__input .wpcf7-list-item {
  display: block;
  margin: 0;
}
.p-contact__input .wpcf7-list-item > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
}
.p-contact__input .wpcf7-list-item > label input {
  width: auto;
  margin-right: 10px;
}
.p-contact__input--select {
  background: #f0f0f0;
  border-radius: 5px;
  font-size: 18px;
  outline: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-contact__input--select::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  z-index: -1;
  background: url(../img/arrow1.svg) no-repeat center center/contain;
}
.p-contact__input--select select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  outline: none;
}
.p-contact__btn-wrap {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.p-contact__btn-wrap input {
  background: transparent;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact__btn-wrap input:hover {
  opacity: 0.6;
  color: #7fb905;
}
.p-contact__btn {
  margin: auto;
}
.p-contact .c-btn--2 input {
  color: #7fb905;
}
.p-contact .c-btn--2 input:hover {
  color: #fff;
}
.p-contact .wpcf7-spinner {
  display: none;
}
.p-contact__text {
  font-size: 18px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .p-contact {
    padding: 0px 20px 70px;
  }
  .p-contact__wrap {
    margin-bottom: 50px;
  }
  .p-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .p-contact__label {
    margin-top: 0px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .p-contact__label::before {
    width: 6px;
  }
  .p-contact__label > span {
    margin-left: 10px;
    font-size: 12px;
    padding: 1px 5px;
  }
  .p-contact__input input {
    font-size: 16px;
    padding: 15px 15px;
  }
  .p-contact__input textarea {
    font-size: 16px;
    padding: 15px 15px;
  }
  .p-contact__input--age {
    width: 90px;
  }
  .p-contact__input .wpcf7-list-item {
    display: inline-block;
  }
  .p-contact__input .wpcf7-list-item > label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
    margin-right: 20px;
    font-size: 12px;
  }
  .p-contact__input .wpcf7-list-item > label input {
    margin-right: 10px;
  }
  .p-contact__input--select {
    font-size: 12px;
  }
  .p-contact__input--select::after {
    width: 18px;
    height: 18px;
  }
  .p-contact__input--select select {
    font-size: 12px;
    padding: 15px 15px;
  }
  .p-contact__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p-contact__text {
    font-size: 14px;
    line-height: 2.1;
  }
}

.p-treatment {
  padding: 120px 20px;
}
.p-treatment__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 90px;
}
.p-treatment__item {
  padding-left: 50px;
  padding-bottom: 30px;
  position: relative;
}
.p-treatment__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(127, 185, 5, 0)), to(rgb(127, 185, 5)));
  background: -webkit-linear-gradient(bottom, rgba(127, 185, 5, 0) 0%, rgb(127, 185, 5) 100%);
  background: linear-gradient(0deg, rgba(127, 185, 5, 0) 0%, rgb(127, 185, 5) 100%);
}
.p-treatment__name {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
.p-treatment__qualification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.p-treatment__qualification > span {
  display: inline-block;
  background: #7fb905;
  color: #fff;
  padding: 2px 33px;
  border-radius: 20px;
  margin-right: 10px;
  margin-top: 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-treatment__qualification-text {
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-treatment__qualification-text a {
  color: #1a1a1a;
  position: relative;
  padding-right: 25px;
}
.p-treatment__qualification-text a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 21px;
  height: 21px;
  background: url(../img/icon_link2.svg) no-repeat center center/contain;
}
.p-treatment__message-headline {
  font-size: 22px;
  color: #7fb905;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.p-treatment__message-headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/icon_logo.svg) no-repeat center center/contain;
}
.p-treatment__message-text {
  font-size: 16px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .p-treatment {
    padding: 70px 20px;
  }
  .p-treatment__wrap {
    gap: 40px;
  }
  .p-treatment__item {
    padding-left: 30px;
    padding-bottom: 0px;
  }
  .p-treatment__item::before {
    width: 10px;
  }
  .p-treatment__name {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-treatment__qualification {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-treatment__qualification > span {
    font-size: 12px;
    padding: 2px 33px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .p-treatment__qualification-text {
    font-size: 12px;
  }
  .p-treatment__qualification-text a {
    padding-right: 20px;
  }
  .p-treatment__qualification-text a::after {
    bottom: 3px;
    width: 15px;
    height: 15px;
  }
  .p-treatment__message-headline {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 30px;
  }
  .p-treatment__message-headline::before {
    width: 20px;
    height: 20px;
  }
  .p-treatment__message-text {
    font-size: 12px;
  }
}

.p-nurse-sec1 {
  padding: 120px 20px 50px;
}
.p-nurse-sec1__frame {
  background: #fce7eb;
  padding: 30px 60px 50px;
  border-radius: 30px;
  margin-top: 70px;
  margin-bottom: 120px;
}
.p-nurse-sec1__frame-headline {
  font-size: 33px;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  color: #ee859b;
  position: relative;
  text-align: center;
}
.p-nurse-sec1__frame-headline > span {
  padding-bottom: 5px;
  border-bottom: 2px solid #ee859b;
  display: inline-block;
  position: relative;
}
.p-nurse-sec1__frame-text {
  font-size: 33px;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
.p-nurse-sec1__headline {
  color: #1a1a1a;
  border-color: #ee859b;
  letter-spacing: 0.1em;
}
.p-nurse-sec1__img {
  margin-bottom: 30px;
}
.p-nurse-sec1__img img {
  margin: auto;
}
.p-nurse-sec1__name {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 50px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-nurse-sec1__name > span {
  color: #ee859b;
  font-family: inherit;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-nurse-sec1__text1 {
  font-size: 18px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .p-nurse-sec1 {
    padding: 70px 20px 30px;
  }
  .p-nurse-sec1__frame {
    padding: 20px 20px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .p-nurse-sec1__frame-headline {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-nurse-sec1__frame-headline > span {
    padding-bottom: 2px;
  }
  .p-nurse-sec1__frame-text {
    font-size: 18px;
  }
  .p-nurse-sec1__img {
    margin-bottom: 20px;
  }
  .p-nurse-sec1__name {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .p-nurse-sec1__name > span {
    font-size: 12px;
  }
  .p-nurse-sec1__text1 {
    font-size: 12px;
  }
}

.p-nurse-sec2 {
  padding: 50px 20px 50px;
}
.p-nurse-sec2__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 80px;
}
.p-nurse-sec2__item {
  width: 30%;
  background: #fce7eb;
  border-radius: 20px;
  padding: 50px 20px 20px;
  position: relative;
}
.p-nurse-sec2__num {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #EE859B;
}
.p-nurse-sec2__text {
  font-size: 16px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .p-nurse-sec2 {
    padding: 30px 20px 30px;
  }
  .p-nurse-sec2__wrap {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .p-nurse-sec2__item {
    width: 100%;
    padding: 30px 20px 20px;
  }
  .p-nurse-sec2__num {
    font-size: 30px;
  }
  .p-nurse-sec2__text {
    font-size: 12px;
  }
}

.p-nurse-sec3 {
  padding: 50px 20px 50px;
}
.p-nurse-sec3__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.p-nurse-sec3__item {
  width: 46.5%;
}
.p-nurse-sec3__head {
  background: #fce7eb;
  text-align: center;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  padding: 8px 20px;
  margin-bottom: 20px;
}
.p-nurse-sec3__head--2 {
  background: #FFE3B7;
}
.p-nurse-sec3__content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.p-nurse-sec3__content dt {
  margin-top: 6px;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #EE859B;
  width: 60px;
  text-align: center;
  border-radius: 15px;
}
.p-nurse-sec3__content dd {
  font-size: 18px;
  line-height: 2.1;
}
.p-nurse-sec3__content--2 dl dt {
  background: #F6AB4C;
}
.p-nurse-sec3__flow {
  border: 2px solid #EE859B;
  border-radius: 100px;
  width: 60%;
  min-width: 230px;
  max-width: 300px;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 0;
}
.p-nurse-sec3__flow a {
  color: #1a1a1a;
  font-size: 20px;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-nurse-sec3__flow a:hover {
  opacity: 0.6;
}
.p-nurse-sec3__flow a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow7.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-nurse-sec3 {
    padding: 30px 20px 30px;
  }
  .p-nurse-sec3__wrap {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .p-nurse-sec3__item {
    width: 100%;
  }
  .p-nurse-sec3__head {
    font-size: 16px;
    padding: 6px 20px;
    margin-bottom: 20px;
  }
  .p-nurse-sec3__content dl {
    gap: 10px;
    margin-bottom: 15px;
  }
  .p-nurse-sec3__content dt {
    font-size: 12px;
  }
  .p-nurse-sec3__content dd {
    font-size: 12px;
    line-height: 2.1;
  }
  .p-nurse-sec3__flow {
    margin-top: 20px;
  }
  .p-nurse-sec3__flow a {
    font-size: 13px;
    padding-right: 25px;
  }
  .p-nurse-sec3__flow a::after {
    width: 18px;
    height: 18px;
  }
}

.p-nurse-sec4 {
  padding: 50px 20px 50px;
}
.p-nurse-sec4__img {
  margin-bottom: 50px;
}
.p-nurse-sec4__img img {
  margin: auto;
}
.p-nurse-sec4__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-nurse-sec4__item {
  width: 30%;
  background: #fce7eb;
  border-radius: 20px;
  padding: 40px 25px 25px;
  position: relative;
}
.p-nurse-sec4__item:nth-of-type(4), .p-nurse-sec4__item:nth-of-type(5) {
  width: 47.5%;
}
.p-nurse-sec4__head {
  background: #ee859b;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  width: 211px;
  padding: 5px 5px;
  border-radius: 25px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-nurse-sec4__text {
  line-height: 2.1;
  font-size: 16px;
}
.p-nurse-sec4__text > span {
  color: #ee859b;
}
@media (max-width: 767px) {
  .p-nurse-sec4 {
    padding: 30px 20px 30px;
  }
  .p-nurse-sec4__img {
    margin-bottom: 50px;
  }
  .p-nurse-sec4__img img {
    margin: auto;
  }
  .p-nurse-sec4__wrap {
    gap: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-nurse-sec4__item {
    width: 100%;
    padding: 30px 20px 20px;
  }
  .p-nurse-sec4__item:nth-of-type(4), .p-nurse-sec4__item:nth-of-type(5) {
    width: 100%;
  }
  .p-nurse-sec4__head {
    font-size: 16px;
    width: 165px;
  }
  .p-nurse-sec4__text {
    font-size: 12px;
  }
}

.p-nurse-sec5 {
  padding: 50px 20px 50px;
}
.p-nurse-sec5__item:not(:last-child) {
  margin-bottom: 70px;
}
.p-nurse-sec5__item:nth-of-type(1) {
  margin-top: 70px;
}
.p-nurse-sec5__headline {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  color: #ee859b;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 9px solid #EE859B;
}
.p-nurse-sec5__text {
  font-size: 18px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .p-nurse-sec5 {
    padding: 30px 20px 30px;
  }
  .p-nurse-sec5__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-nurse-sec5__item:nth-of-type(1) {
    margin-top: 30px;
  }
  .p-nurse-sec5__headline {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    color: #ee859b;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 6px solid #EE859B;
  }
  .p-nurse-sec5__text {
    font-size: 12px;
    line-height: 2.1;
  }
}

.p-nurse-sec6 {
  padding: 50px 20px 120px;
}
.p-nurse-sec6__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 45px 30px;
  margin-bottom: 70px;
}
.p-nurse-sec6__item {
  width: calc(33.3333333333% - 20px);
  background: #fce7eb;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  height: 100px;
  display: grid;
  place-items: center;
}
.p-nurse-sec6__frame {
  border: 1px solid #ee859b;
  padding: 20px;
}
.p-nurse-sec6__frame-headline {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  color: #ee859b;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  letter-spacing: 0.2em;
}
.p-nurse-sec6__frame-headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url(../img/icon_logo4.svg) no-repeat center center/contain;
}
.p-nurse-sec6__frame-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-nurse-sec6 {
    padding: 30px 20px 70px;
  }
  .p-nurse-sec6__wrap {
    margin-bottom: 30px;
    gap: 12px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-nurse-sec6__item {
    width: 100%;
    font-size: 13px;
    height: auto;
    border-radius: 5px;
    padding: 11px;
  }
  .p-nurse-sec6__frame {
    padding: 20px;
  }
  .p-nurse-sec6__frame-headline {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 30px;
    letter-spacing: 0em;
  }
  .p-nurse-sec6__frame-headline::before {
    width: 20px;
    height: 20px;
  }
  .p-nurse-sec6__frame-text {
    font-size: 12px;
    line-height: 2.1;
  }
}

.p-nurse-flow {
  padding: 120px 20px 120px;
}
.p-nurse-flow__frame {
  background: #fce7eb;
  padding: 40px 40px 40px;
}
.p-nurse-flow__frame-content {
  position: relative;
}
.p-nurse-flow__frame-content::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 10px;
  width: 2px;
  height: calc(100% - 20px);
  background: #ee859b;
}
.p-nurse-flow__frame-item:not(:last-child) {
  margin-bottom: 80px;
}
.p-nurse-flow__frame-headline {
  font-size: 22px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  color: #ee859b;
  position: relative;
  padding-left: 20px;
  border-left: 9px solid #EE859B;
}
.p-nurse-flow__frame dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
}
.p-nurse-flow__frame dl:not(:last-child) {
  position: relative;
}
.p-nurse-flow__frame dt {
  width: 90px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background: #EE859B;
  color: #fff;
  border-radius: 15px;
  margin-top: 7px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-nurse-flow__frame dd {
  font-size: 18px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .p-nurse-flow {
    padding: 70px 20px 70px;
  }
  .p-nurse-flow__frame {
    padding: 20px 20px 20px;
  }
  .p-nurse-flow__frame-content {
    position: relative;
  }
  .p-nurse-flow__frame-content::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 10px;
    width: 2px;
    height: calc(100% - 20px);
  }
  .p-nurse-flow__frame-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .p-nurse-flow__frame-headline {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    color: #ee859b;
    position: relative;
    padding-left: 15px;
    border-left: 6px solid #EE859B;
  }
  .p-nurse-flow__frame dl {
    gap: 15px;
    margin-bottom: 20px;
  }
  .p-nurse-flow__frame dt {
    width: 65px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-top: 4px;
  }
  .p-nurse-flow__frame dd {
    font-size: 12px;
  }
}

.p-rehab-sec1 {
  padding: 120px 20px;
}
.p-rehab-sec1__frame {
  background: #e1f1fb;
  padding: 30px 60px;
  border-radius: 30px;
  margin-top: 70px;
  margin-bottom: 120px;
}
.p-rehab-sec1__frame-headline {
  font-size: 33px;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  color: #6ab9e8;
  position: relative;
  text-align: center;
}
.p-rehab-sec1__frame-headline > span {
  padding-bottom: 5px;
  border-bottom: 2px solid #6ab9e8;
  display: inline-block;
  position: relative;
}
.p-rehab-sec1__frame-list {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  list-style: decimal;
}
.p-rehab-sec1__frame-list ol {
  padding-left: 20px;
}
.p-rehab-sec1__frame-list li {
  margin-bottom: 15px;
}
.p-rehab-sec1__frame-list li::marker {
  color: #6ab9e8;
}
.p-rehab-sec1__headline {
  color: #1a1a1a;
  border-color: #6ab9e8;
}
.p-rehab-sec1__img {
  margin-bottom: 30px;
}
.p-rehab-sec1__img img {
  margin: auto;
}
.p-rehab-sec1__name {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 50px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-rehab-sec1__name > span {
  color: #6ab9e8;
  font-family: inherit;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-rehab-sec1__text1 {
  font-size: 18px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .p-rehab-sec1 {
    padding: 70px 20px;
  }
  .p-rehab-sec1__frame {
    padding: 20px 20px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .p-rehab-sec1__frame-headline {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-rehab-sec1__frame-headline > span {
    padding-bottom: 2px;
  }
  .p-rehab-sec1__frame-list {
    font-size: 14px;
  }
  .p-rehab-sec1__frame-list ol {
    padding-left: 20px;
  }
  .p-rehab-sec1__frame-list li {
    margin-bottom: 15px;
  }
  .p-rehab-sec1__img {
    margin-bottom: 20px;
  }
  .p-rehab-sec1__name {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .p-rehab-sec1__name > span {
    font-size: 12px;
  }
  .p-rehab-sec1__text1 {
    font-size: 12px;
  }
}

.p-rehab-sec2 {
  padding: 120px 20px;
  background: #F7F4F1;
}
.p-rehab-sec2__headline {
  color: #1a1a1a;
  border-color: #6ab9e8;
}
.p-rehab-sec2__item:not(:last-child) {
  margin-bottom: 120px;
}
.p-rehab-sec2__headline2 {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  color: #6ab9e8;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-left: 30px;
  position: relative;
}
.p-rehab-sec2__headline2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url("../img/icon_logo3.svg") no-repeat center center/contain;
}
.p-rehab-sec2__table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  font-size: 14px;
}
.p-rehab-sec2__table table th, .p-rehab-sec2__table table td {
  padding: 20px 20px;
  font-size: 18px;
}
.p-rehab-sec2__table table th {
  width: 17%;
  text-align: center;
  color: #fff;
  background: #6ab9e8;
  vertical-align: middle;
}
.p-rehab-sec2__table table td {
  border-bottom: 1px solid #6ab9e8;
  background: #fff;
}
.p-rehab-sec2__table table td dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-rehab-sec2__table table td dl dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
}
.p-rehab-sec2__table table td dl dd {
  font-weight: normal;
}
.p-rehab-sec2__table table tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.p-rehab-sec2__table table tr:nth-last-child(2) td, .p-rehab-sec2__table table tr:nth-last-child(3) td {
  border-bottom: 2px dotted #6ab9e8;
}
.p-rehab-sec2__table table tr:nth-last-child(1) td {
  border-bottom: 0;
}
.p-rehab-sec2__info {
  margin-top: 50px;
  padding-left: 20px;
  position: relative;
  border-left: 9px solid #6ab9e8;
}
.p-rehab-sec2__info dl dt {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  color: #6ab9e8;
  margin-bottom: 20px;
}
.p-rehab-sec2__info dl dd {
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-rehab-sec2 {
    padding: 70px 20px;
  }
  .p-rehab-sec2__item:not(:last-child) {
    margin-bottom: 70px;
  }
  .p-rehab-sec2__headline2 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 25px;
  }
  .p-rehab-sec2__headline2::before {
    width: 20px;
    height: 20px;
  }
  .p-rehab-sec2__table {
    overflow-x: auto;
  }
  .p-rehab-sec2__table table {
    width: 550px;
  }
  .p-rehab-sec2__table table th, .p-rehab-sec2__table table td {
    padding: 15px 15px;
    font-size: 12px;
  }
  .p-rehab-sec2__table table td dl dt {
    margin-right: 15px;
  }
  .p-rehab-sec2__info {
    margin-top: 30px;
    padding-left: 15px;
    border-left: 6px solid #6ab9e8;
  }
  .p-rehab-sec2__info dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-rehab-sec2__info dl dd {
    font-size: 11px;
  }
}

.p-region {
  padding: 120px 20px;
}
.p-region__wrap {
  background: #FFE3B7;
  padding: 0 50px;
  margin-bottom: 90px;
}
.p-region__item {
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-region__item:not(:last-child) {
  border-bottom: 2px dotted #F6AB4C;
  position: relative;
}
.p-region__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  width: 2px;
  height: 100%;
  background: #F6AB4C;
}
.p-region__icon {
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
}
.p-region__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-region__step {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  margin-right: 30px;
  text-align: center;
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-region__step > span {
  font-size: 22px;
  margin-right: 10px;
  color: #F6AB4C;
}
.p-region__text {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-region__item2 {
  margin-bottom: 90px;
}
.p-region__text2 {
  font-size: 18px;
  line-height: 2.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-region__wrap3 {
  border: 1px solid #F6AB4C;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-region__item3 {
  width: 50%;
  text-align: center;
  position: relative;
}
.p-region__item3:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  width: 1px;
  height: 100%;
  background: #F6AB4C;
}
.p-region__headline {
  margin-bottom: 20px;
}
.p-region__headline > span {
  border-bottom: 2px solid #F6AB4C;
  font-size: 22px;
  color: #F6AB4C;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.p-region__text3 {
  font-size: 25px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-region__text3 > span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-region {
    padding: 70px 20px;
  }
  .p-region__wrap {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .p-region__item {
    padding: 25px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-region__item:not(:last-child) {
    border-bottom: 1px dotted #F6AB4C;
  }
  .p-region__item:not(:last-child)::after {
    left: 35px;
  }
  .p-region__icon {
    width: 70px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 30px;
  }
  .p-region__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-region__step {
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 0px;
    width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .p-region__step br {
    display: none;
  }
  .p-region__step > span {
    font-size: 16px;
    margin-right: 10px;
  }
  .p-region__text {
    font-size: 12px;
  }
  .p-region__wrap2 {
    margin-bottom: 50px;
  }
  .p-region__item2 {
    margin-bottom: 20px;
  }
  .p-region__text2 {
    font-size: 12px;
  }
  .p-region__wrap3 {
    border-radius: 15px;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-region__item3 {
    width: 100%;
    padding: 20px 0;
  }
  .p-region__item3:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    height: 1px;
  }
  .p-region__headline {
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .p-region__headline > span {
    font-size: 18px;
    color: #F6AB4C;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .p-region__text3 {
    font-size: 18px;
  }
  .p-region__text3 > span {
    font-size: 12px;
  }
}

.p-news-archive {
  padding: 0px 20px 120px 20px;
  position: relative;
}
.p-news-archive__wrap {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .p-news-archive {
    padding: 0px 20px 70px 20px;
  }
  .p-news-archive__wrap {
    margin-bottom: 70px;
  }
}

.p-news-single {
  padding: 0px 20px 120px 20px;
}
.p-news-single__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.p-news-single__date {
  font-size: 14px;
  font-weight: 500;
}
.p-news-single__cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-news-single__cat-item {
  font-size: 12px;
  background: #7fb905;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
}
.p-news-single__title {
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 50px;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 15px;
}
.p-news-single__content {
  font-size: 18px;
  line-height: 2.1;
  margin-bottom: 80px;
}
.p-news-single__content img {
  margin-bottom: 30px;
}
.p-news-single__btn {
  text-align: center;
}
.p-news-single__btn .c-btn {
  margin: auto;
}
@media (max-width: 767px) {
  .p-news-single {
    padding: 0px 20px 70px 20px;
  }
  .p-news-single__meta {
    gap: 15px;
    margin-bottom: 21px;
  }
  .p-news-single__date {
    font-size: 14px;
  }
  .p-news-single__cat {
    gap: 10px;
  }
  .p-news-single__cat-item {
    font-size: 12px;
    padding: 2px 10px;
  }
  .p-news-single__title {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .p-news-single__content {
    font-size: 12px;
    line-height: 2.1;
    margin-bottom: 50px;
  }
  .p-news-single__content img {
    margin-bottom: 20px;
  }
}

.js-fadein, .js-fadein-down, .js-fadein-up {
  opacity: 0;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.js-fadein.is-fadein, .is-fadein.js-fadein-down, .is-fadein.js-fadein-up {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.js-fadein-up {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.js-fadein-down {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.u-fit-aspect, .u-fit-aspect--100, .u-fit-aspect--50, .u-fit-aspect--bottom {
  position: relative;
  width: 100%;
  padding: 66.6% 0 0;
}
.u-fit-aspect > img, .u-fit-aspect--100 > img, .u-fit-aspect--50 > img, .u-fit-aspect--bottom > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-fit-aspect--bottom > img {
  -o-object-position: bottom;
     object-position: bottom;
}

.u-fit-aspect--50 {
  padding: 50% 0 0;
}

.u-fit-aspect--100 {
  padding: 100% 0 0;
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-mbl {
  margin-bottom: 5em;
}

.u-mbm {
  margin-bottom: 3em;
}

.u-mbs {
  margin-bottom: 1em;
}/*# sourceMappingURL=style.css.map */