@charset "UTF-8";
/* Box sizing rules */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
p {
  margin-bottom:1rem;
}
h1, .h1 {
	font-size: 2.6rem;
}

h2, .h2 {
	font-size: 1.4rem;
}
h3, .h3 {
	font-size: 1.3rem;
}
h4, .h4 {
	font-size: 1.2rem;
}
h5, .h5 {
	font-size: 1.1rem;
}

@media (min-width: 768px) {
  h1, .h1 {
	font-size: 2.6rem;
}

h2, .h2 {
	font-size: 1.5rem;
}

h3, .h3 {
	font-size: 1.4rem;
}

h4, .h4 {
	font-size: 1.3rem;
}
h5, .h5 {
	font-size: 1.2rem;
}
}

a {
  text-decoration: none;
}
a:hover {
  color: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* テーマカラー */
/* ↓フッター コピーライト部分色 */
/* 背景色 */
/* グラデーション */
/* 文字色 */
/* その他色 */
/* ブレイクポイント */
/* レスポンシブ関数の設定 */
/* Bootstrap IconsのCDN */
/* 基本ボタンの設定 */
.button-text {
  padding: 15px 0 15px 26px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  display: block;
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
@media (min-width: 992px) {
  .button-text {
    font-size: 2rem;
  }
}
.button-normal, .button-mail, .button-pdf, .button-excel, .button-file {
  margin: 0 auto;
  max-width: 400px;
  height: 60px;
  text-align: center;
  border-radius: 60px;
  background-color: #3B620E;
  position: relative;
}
.button-normal::before, .button-mail::before, .button-pdf::before, .button-excel::before, .button-file::before {
  content: "";
  width: 40px;
  height: 40px;
  color: #3B620E;
  font-size: 3.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(25%, -50%);
  transition: all 0.3s;
  z-index: 2;
}
@media (min-width: 768px) {
  .button-normal::before, .button-mail::before, .button-pdf::before, .button-excel::before, .button-file::before {
    font-size: 1.8em;
  }
}
.button-normal::after, .button-mail::after, .button-pdf::after, .button-excel::after, .button-file::after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  z-index: 1;
  transform: translateY(-110%);
  transition: all 0.3s;
  position: absolute;
  display: block;
  top: 60px;
  left: 5px;
}
.button-normal:hover::before, .button-mail:hover::before, .button-pdf:hover::before, .button-excel:hover::before, .button-file:hover::before {
  left: 0.5em;
}
.button-normal:hover::after, .button-mail:hover::after, .button-pdf:hover::after, .button-excel:hover::after, .button-file:hover::after {
  width: calc(100% - 10px);
}
.button-normal:hover a, .button-mail:hover a, .button-pdf:hover a, .button-excel:hover a, .button-file:hover a {
  color: #f67f9b;
}
.button-tokuyo {
  font-size: inherit;
}
.button-tokuyo .button-text {
  padding: 18px 0 18px 26px;
  font-size: inherit;
}
@media (min-width: 992px) {
  .button-tokuyo {
    max-width: 450px;
  }
}
.button-normal::before {
  content: "\f285";
  width: 42px;
  height: 36px;
  font-size: 3rem;
}
.button-mail::before {
  content: "\f32c";
}
.button-pdf::before {
  content: "\f63e";
}
.button-excel::before {
  content: " \f793";
}
.button-file::before {
  content: "\f38b";
}

.button02 {
  margin: 0 auto 5px;
  max-width: 400px;
  height: 60px;
  text-align: center;
  background-color: #3B620E;
  filter: drop-shadow(0px 6px 0px #263D07);
  transition: all 0.2s;
}
.button02-text {
  padding: 16px 0;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  display: block;
  transition: 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .button02-text {
    padding: 13px 0;
    font-size: 1.4rem;
  }
}
.button02:hover {
  color: #fff;
}
.button02:active {
  margin-top: 5px;
  margin-bottom: 0;
  filter: drop-shadow(0px 1px 0px rgb(149, 66, 60));
}
.button02:active a {
  color: #909090;
}

/* 矢印アイコン付きリンク */
.link-more {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.link-more a {
  color: #413939;
}
.link-more::before {
  content: "\f285";
  margin-right: 0.2em;
  padding: 0.25em 0;
  width: 1.8em;
  height: 1.8em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #3B620E;
  border-radius: 50%;
  display: inline-block;
  transform: scale(0.7) translateY(15%);
  -webkit-text-stroke-width: 1px;
  transition: all 0.4s;
}
.link-more:hover {
  color: #f67f9b;
}
.link-more:hover::before {
  margin-right: 0;
}

/* 表やリストの設定 */
/* 基本の表 */
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout, .has-fixed-layout {
  width: 100%;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout caption, .has-fixed-layout caption {
  padding-top: 10px;
  padding-bottom: 10px;
  caption-side: top;
  font-weight: 500;
  color: #413939;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr td, .has-fixed-layout tr th, .has-fixed-layout tr td {
  padding: 8px 0.75em;
  border: 1px solid #cfcdcd;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr th a, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr td a, .has-fixed-layout tr th a, .has-fixed-layout tr td a {
  color: #1841ce;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr th a:hover, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr th a:valid, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr td a:hover, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr td a:valid, .has-fixed-layout tr th a:hover, .has-fixed-layout tr th a:valid, .has-fixed-layout tr td a:hover, .has-fixed-layout tr td a:valid {
  color: #1841ce;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr th, .has-fixed-layout tr th {
  font-weight: 500;
  white-space: nowrap;
  background: #f4f4f4;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr td, .has-fixed-layout tr td {
  background: #fff;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr td ul, .has-fixed-layout tr td ul {
  list-style: inherit;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout tr, .has-fixed-layout tr {
    min-width: 150px;
  }
}

.table-text-center tr th, .table-text-center tr td {
  text-align: center;
}

.table-text-center-th tr th {
  text-align: center;
}

.table-scroll {
  overflow: scroll; /* スクロールする */
  white-space: nowrap;
}
@media (min-width: 768px) {
  .table-scroll {
    overflow: inherit; /* スクロールする */
    white-space: inherit;
  }
}

/* 基本のリスト */
.list01 {
  width: 100%;
}
.list01 li {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #f67f9b;
  list-style: none;
  border-bottom: 2px dotted #cfcdcd;
}
.list01 li .news-list-head {
  margin-bottom: 0.5em;
}
.list01 li p a {
  color: #413939;
  transition: all 0.3s;
}
.list01 li p a:hover {
  color: #f67f9b;
  text-decoration: none;
}

/* メモ帳風リスト */
.list02 {
  padding: 1em 1em 2em 1.5em;
  border-top: 1px solid #c2d6a6;
  border-right: 1px solid #c2d6a6;
  border-bottom: 1px solid #c2d6a6;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.list02 dt, .list02 dd {
  padding: 10px 0;
  border-bottom: solid 1px #c2d6a6;
}
.list02 dt, .list02 dd {
  float: left;
}
.list02 dt {
  font-weight: 500;
  padding-right: 0.5em;
}
.list02 dd {
  margin-bottom: 0.5em;
  padding-right: 10px;
  width: 100%;
}
.list02::after {
  content: "";
  width: 8px;
  height: 100%;
  background: #C2D6A7;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-list {
  list-style: none!important;
}
.sub-list-inner {
  list-style: inside;
  margin-bottom:1.5rem;
  padding-left: 4rem;
  list-style-position: outside;
}
@media (min-width: 768px) {
  .list02 dt, .list02 dd {
    padding: 15px 0;
  }
  .list02 dt {
    width: 20%;
    padding-left: 10px;
  }
  .list02 dd {
    margin-bottom: 0;
    margin-left: 0.5em;
    width: calc(80% - 0.5em);
  }
}

/* 展開ボタンの設定 */
.button-plus {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -80%);
}
.button-plus::before, .button-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 2px;
  height: 0.75em;
  background: #3B620E;
  transition: all 0.4s;
}
.button-plus::after {
  top: 50%;
  right: 50%;
  transform: rotateZ(90deg);
}

/* タイムラインの設定 */
.timeline {
  width: 100%;
}
.timeline-wrap {
  padding: 70px 0;
  background: #fff8f7;
}
.timeline li {
  padding-bottom: 40px;
  list-style: none;
  position: relative;
}
.timeline li:last-child {
  padding-bottom: 0;
}
.timeline-content, .timeline-content-noimage {
  min-height: calc(4em - 4px);
}
.timeline-title, .timeline-title-white {
  padding: 1em;
  color: #fff;
  background: #3B620E;
  border: solid 2px #3B620E;
  border-radius: 45px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.timeline-title-white {
  color: #f67f9b;
  background: #fff;
}
.timeline-image {
  margin-top: 1.5em;
  padding-left: 4em;
}
.timeline-image-caotion {
  margin-top: 0.5em;
}
.timeline .border-line {
  width: 2px;
  height: 0;
  background: repeating-linear-gradient(#3B620E, #3B620E 2px, transparent 2px, transparent 6px);
  position: absolute;
  top: 0;
  left: 2em;
}
@media (min-width: 992px) {
  .timeline-content::after {
    content: "";
    width: 50%;
    height: 2px;
    background: #3B620E;
    position: absolute;
    top: 1.75em;
    left: 0;
  }
  .timeline-image {
    margin-top: 0;
    padding-left: 0;
  }
}

.archive-accordion .hide {
  display: none;
}
.archive-accordion ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
.archive-accordion ul li {
  padding: 0;
  list-style: none;
}
.archive-accordion-icon {
  margin-left: 1em;
  position: relative;
}
.archive-accordion-icon::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  display: block;
  transform: rotate(-45deg) translateY(-60%);
  transition: all 0.3s;
  position: absolute;
  content: "";
  top: 50%;
  left: -1em;
}
.archive-accordion-icon-open::after {
  transform: rotate(45deg) translateY(-60%);
}

/* タブの設定 */
.tab-list {
  padding: 0 5px;
  height: 65px;
  background: #C2D6A7;
  border-radius: 30px;
  display: flex;
  justify-content: center;
}
.tab-item {
  margin: auto 2px;
  width: calc(33.3333333333% - 4px);
  height: 50px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
.tab-item:hover {
  color: #fff;
  background: #fdb7bb;
}
.tab-item.active {
  color: #fff;
  background: #3B620E;
}
@media (min-width: 768px) {
  .tab-item {
    padding: 14px 10px;
  }
}
.tab-content {
  width: 100%;
  margin-top: 30px;
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
.tab-content.active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* TOP ヒーローイメージ・スライドの設定 */
.hero {
  padding-bottom: 50px;
  padding-top: 70px;
  position: relative;
}
@media (min-width: 992px) {
  .hero {
    padding-top: 0;
    height: 70vh;
  }
}

.swiper {
  height: 70vh;
}
.swiper-img {
  height: 100%;
}
.swiper-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.swiper-button-block, .swiper-button-prev, .swiper-button-next {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.swiper-button-prev {
  left: 20px;
}
.swiper-button-prev::after {
  content: "";
  width: 25px;
  height: 25px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
.swiper-button-next {
  right: 20px;
}
.swiper-button-next::after {
  content: "";
  width: 25px;
  height: 25px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.swiper:hover .swiper-button-block, .swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 375px) {
  .swiper {
    height: 70vh;
  }
}

@media (min-width: 992px) {
  .swiper {
    height: 100%;
  }
}

/* ↓アニメーションの設定（フェードズーム） */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 12s linear 0s normal both;
}

/* ↑ここまで　アニメーションの設定（フェードズーム） */
.swiper-pagination {
  padding-top: 5px;
  padding-bottom: 20px;
  position: absolute;
  z-index: 99;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 2px #413939;
  background-color: transparent;
}
.swiper-pagination-bullet-active {
  border: solid 2px transparent;
  background-color: #cfcdcd;
}

/* 流れ続けるスライダーの設定 */
.loop-slider {
  background: #fff;
  display: flex;
}
.loop-slider .swiper {
  height: auto;
}
.loop-slider .swiper-slide {
  width: 40%;
  transition: all 0.3s;
}
.loop-slider .swiper-slide .slid {
  height: 100%;
  transition: var(0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff);
  -webkit-box-shadow: var(0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff);
}
.loop-slider .swiper-slide .slid .slide-media {
  overflow: hidden;
  height: 100%;
}
.loop-slider .swiper-slide .slid .slide-media img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .loop-slider .swiper-slide {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .swiper:hover .swiper-slide:not(:hover) {
    opacity: 0.3;
    transform: translateY(10px);
  }
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: block;
  }
}
/* キャプションの表示設定 */
.pswp__custom-caption {
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 1em;
  transform: translateX(-50%);
}

.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}

.hidden-caption-content {
  display: none;
}

/* ページネーションを非表示（swiperによって過剰にリンクが増えてしまうため） */
.pswp__counter {
  display: none;
}

.photoswiper-image-caption {
  padding-left: 0.5em;
  font-size: 0.9em;
  color: #5b5b5b;
  background: #ffd2c9;
}
@media (max-width: 767.98px) {
  .photoswiper-image {
    padding: 0 5px;
  }
}

html {
  font-size: 100%;
}

body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium Free", "游ゴシック Medium", "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif, "Bootstrap-icons";
  font-size: 1rem;
  font-weight: 400;
  color: #413939;
  line-height: 1.7;
  font-size: 1rem;
}
/* @media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
} */

/* テキスト関係 */
.small, small {
  font-size: 0.9em;
}

b, strong {
  font-weight: 700;
}

a {
  color: inherit;
}

/* その他タグ */
img {
  width: 100%;
}

/* セレクトタグの設定 */
select {
  font-size: 1.5rem;
}

/* google fontなどから落としてくる */
/* imageをブロック化させたい時 */
.block {
  margin: 0 auto;
  display: block;
}

/* 画像の設定 */
.content-image {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .content-image {
    max-width: 100%;
  }
}

/* デバイス毎の表示設定 */
/* PC・タブレットのみ表示なら　d-none d-lg-block */
/* スマホのみ表示なら　d-block d-lg-none */
/* col使いたいけど、レスポンシブで全面にしたい時 */
.no-grid-sp {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
@media (min-width: 992px) {
  .no-grid-sp {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* 前面にしたい時 */
.no-grid {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.ruby {
  font-size: 0.7em;
  line-height: 1.3em;
}

.color-red {
  color: red;
}

.color-main {
  color: #f67f9b;
}

.fs0 {
  font-size: 0rem;
}

.fs1 {
  font-size: 0.1rem;
}

.fs2 {
  font-size: 0.2rem;
}

.fs3 {
  font-size: 0.3rem;
}

.fs4 {
  font-size: 0.4rem;
}

.fs5 {
  font-size: 0.5rem;
}

.fs6 {
  font-size: 0.6rem;
}

.fs7 {
  font-size: 0.7rem;
}

.fs8 {
  font-size: 0.8rem;
}

.fs9 {
  font-size: 0.9rem;
}

.fs10 {
  font-size: 1rem;
}

.fs11 {
  font-size: 1.1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs17 {
  font-size: 1.7rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs19 {
  font-size: 1.9rem;
}

.fs20 {
  font-size: 2rem;
}

.fs21 {
  font-size: 2.1rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs23 {
  font-size: 2.3rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs25 {
  font-size: 2.5rem;
}

.fs26 {
  font-size: 2.6rem;
}

.fs27 {
  font-size: 2.7rem;
}

.fs28 {
  font-size: 2.8rem;
}

.fs29 {
  font-size: 2.9rem;
}

.fs30 {
  font-size: 3rem;
}

.fs31 {
  font-size: 3.1rem;
}

.fs32 {
  font-size: 3.2rem;
}

.fs33 {
  font-size: 3.3rem;
}

.fs34 {
  font-size: 3.4rem;
}

.fs35 {
  font-size: 3.5rem;
}

.fs36 {
  font-size: 3.6rem;
}

.fs37 {
  font-size: 3.7rem;
}

.fs38 {
  font-size: 3.8rem;
}

.fs39 {
  font-size: 3.9rem;
}

.fs40 {
  font-size: 4rem;
}

.fs41 {
  font-size: 4.1rem;
}

.fs42 {
  font-size: 4.2rem;
}

.fs43 {
  font-size: 4.3rem;
}

.fs44 {
  font-size: 4.4rem;
}

.fs45 {
  font-size: 4.5rem;
}

.fs46 {
  font-size: 4.6rem;
}

.fs47 {
  font-size: 4.7rem;
}

.fs48 {
  font-size: 4.8rem;
}

.fs49 {
  font-size: 4.9rem;
}

.fs50 {
  font-size: 5rem;
}

.fs0-md {
  font-size: 0rem;
}
@media (min-width: 768px) {
  .fs0-md {
    font-size: initial;
  }
}

.fs1-md {
  font-size: 0.1rem;
}
@media (min-width: 768px) {
  .fs1-md {
    font-size: initial;
  }
}

.fs2-md {
  font-size: 0.2rem;
}
@media (min-width: 768px) {
  .fs2-md {
    font-size: initial;
  }
}

.fs3-md {
  font-size: 0.3rem;
}
@media (min-width: 768px) {
  .fs3-md {
    font-size: initial;
  }
}

.fs4-md {
  font-size: 0.4rem;
}
@media (min-width: 768px) {
  .fs4-md {
    font-size: initial;
  }
}

.fs5-md {
  font-size: 0.5rem;
}
@media (min-width: 768px) {
  .fs5-md {
    font-size: initial;
  }
}

.fs6-md {
  font-size: 0.6rem;
}
@media (min-width: 768px) {
  .fs6-md {
    font-size: initial;
  }
}

.fs7-md {
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  .fs7-md {
    font-size: initial;
  }
}

.fs8-md {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .fs8-md {
    font-size: initial;
  }
}

.fs9-md {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .fs9-md {
    font-size: initial;
  }
}

.fs10-md {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .fs10-md {
    font-size: initial;
  }
}

.fs11-md {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .fs11-md {
    font-size: initial;
  }
}

.fs12-md {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .fs12-md {
    font-size: initial;
  }
}

.fs13-md {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .fs13-md {
    font-size: initial;
  }
}

.fs14-md {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .fs14-md {
    font-size: initial;
  }
}

.fs15-md {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .fs15-md {
    font-size: initial;
  }
}

.fs16-md {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .fs16-md {
    font-size: initial;
  }
}

.fs17-md {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .fs17-md {
    font-size: initial;
  }
}

.fs18-md {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .fs18-md {
    font-size: initial;
  }
}

.fs19-md {
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .fs19-md {
    font-size: initial;
  }
}

.fs20-md {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .fs20-md {
    font-size: initial;
  }
}

.fs21-md {
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  .fs21-md {
    font-size: initial;
  }
}

.fs22-md {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .fs22-md {
    font-size: initial;
  }
}

.fs23-md {
  font-size: 2.3rem;
}
@media (min-width: 768px) {
  .fs23-md {
    font-size: initial;
  }
}

.fs24-md {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .fs24-md {
    font-size: initial;
  }
}

.fs25-md {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .fs25-md {
    font-size: initial;
  }
}

.fs26-md {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .fs26-md {
    font-size: initial;
  }
}

.fs27-md {
  font-size: 2.7rem;
}
@media (min-width: 768px) {
  .fs27-md {
    font-size: initial;
  }
}

.fs28-md {
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .fs28-md {
    font-size: initial;
  }
}

.fs29-md {
  font-size: 2.9rem;
}
@media (min-width: 768px) {
  .fs29-md {
    font-size: initial;
  }
}

.fs30-md {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .fs30-md {
    font-size: initial;
  }
}

.fs31-md {
  font-size: 3.1rem;
}
@media (min-width: 768px) {
  .fs31-md {
    font-size: initial;
  }
}

.fs32-md {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .fs32-md {
    font-size: initial;
  }
}

.fs33-md {
  font-size: 3.3rem;
}
@media (min-width: 768px) {
  .fs33-md {
    font-size: initial;
  }
}

.fs34-md {
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .fs34-md {
    font-size: initial;
  }
}

.fs35-md {
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .fs35-md {
    font-size: initial;
  }
}

.fs36-md {
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  .fs36-md {
    font-size: initial;
  }
}

.fs37-md {
  font-size: 3.7rem;
}
@media (min-width: 768px) {
  .fs37-md {
    font-size: initial;
  }
}

.fs38-md {
  font-size: 3.8rem;
}
@media (min-width: 768px) {
  .fs38-md {
    font-size: initial;
  }
}

.fs39-md {
  font-size: 3.9rem;
}
@media (min-width: 768px) {
  .fs39-md {
    font-size: initial;
  }
}

.fs40-md {
  font-size: 4rem;
}
@media (min-width: 768px) {
  .fs40-md {
    font-size: initial;
  }
}

.fs41-md {
  font-size: 4.1rem;
}
@media (min-width: 768px) {
  .fs41-md {
    font-size: initial;
  }
}

.fs42-md {
  font-size: 4.2rem;
}
@media (min-width: 768px) {
  .fs42-md {
    font-size: initial;
  }
}

.fs43-md {
  font-size: 4.3rem;
}
@media (min-width: 768px) {
  .fs43-md {
    font-size: initial;
  }
}

.fs44-md {
  font-size: 4.4rem;
}
@media (min-width: 768px) {
  .fs44-md {
    font-size: initial;
  }
}

.fs45-md {
  font-size: 4.5rem;
}
@media (min-width: 768px) {
  .fs45-md {
    font-size: initial;
  }
}

.fs46-md {
  font-size: 4.6rem;
}
@media (min-width: 768px) {
  .fs46-md {
    font-size: initial;
  }
}

.fs47-md {
  font-size: 4.7rem;
}
@media (min-width: 768px) {
  .fs47-md {
    font-size: initial;
  }
}

.fs48-md {
  font-size: 4.8rem;
}
@media (min-width: 768px) {
  .fs48-md {
    font-size: initial;
  }
}

.fs49-md {
  font-size: 4.9rem;
}
@media (min-width: 768px) {
  .fs49-md {
    font-size: initial;
  }
}

.fs50-md {
  font-size: 5rem;
}
@media (min-width: 768px) {
  .fs50-md {
    font-size: initial;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

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

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.mt205 {
  margin-top: 205px !important;
}

.mb205 {
  margin-bottom: 205px !important;
}

.pt205 {
  padding-top: 205px !important;
}

.pb205 {
  padding-bottom: 205px !important;
}

.mt210 {
  margin-top: 210px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.pt210 {
  padding-top: 210px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.mt215 {
  margin-top: 215px !important;
}

.mb215 {
  margin-bottom: 215px !important;
}

.pt215 {
  padding-top: 215px !important;
}

.pb215 {
  padding-bottom: 215px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.pt220 {
  padding-top: 220px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.mt225 {
  margin-top: 225px !important;
}

.mb225 {
  margin-bottom: 225px !important;
}

.pt225 {
  padding-top: 225px !important;
}

.pb225 {
  padding-bottom: 225px !important;
}

.mt230 {
  margin-top: 230px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.pt230 {
  padding-top: 230px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.mt235 {
  margin-top: 235px !important;
}

.mb235 {
  margin-bottom: 235px !important;
}

.pt235 {
  padding-top: 235px !important;
}

.pb235 {
  padding-bottom: 235px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.pt240 {
  padding-top: 240px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.mt245 {
  margin-top: 245px !important;
}

.mb245 {
  margin-bottom: 245px !important;
}

.pt245 {
  padding-top: 245px !important;
}

.pb245 {
  padding-bottom: 245px !important;
}

.mt250 {
  margin-top: 250px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.pt250 {
  padding-top: 250px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

/* ヘッダーの設定 */
/* 基本の設定 */
.header-wrap {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 999;
}
.header-wrap-body {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header-wrap {
    height: 100px;
  }
}

@media (min-width: 768px) {
  .header-wrap-scroll {
    background: rgba(255, 255, 255, 0.8);
  }
}

.header {
  margin: 0;
  padding: 0;
  height: 70px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c5c5c58a;
  /* ロゴマークの設定 */
  /* リンクボタンの設定 */
  /* ナビ部分の設定 */
}
.header-logo {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.header-logo-image {
  padding: 14px;
  width: 200px;
  height: 100%;
}
.header-logo:hover {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .header-logo {
    padding: 15px 20px;
    width: 65%;
  }
  .header-logo-image {
    padding: 0;
    width: 100%;
  }
}
.header-nav-wrap {
  display: flex;
  flex-direction: end;
}
.header-nav-sab {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-access, .header-info, .header-nav-button {
  margin-left: 0;
  padding: 0;
  width: 70px;
  height: 100%;
  font-size: 0.7rem;
  font-weight: 400;
  color: #fff;
  background-color: #413939;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.header-access {
  color: #fff;
  background-color: #3B620E;
}
.header-insta, .header-youtube {
  display: none;
}
.header-insta:hover, .header-youtube:hover {
  filter: drop-shadow(0px 1px 2px rgba(40, 30, 10, 0.5));
  opacity: 0.5;
}
@media (min-width: 992px) {
  .header-access, .header-info, .header-nav-button {
    color: #413939;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .header-insta {
    display: block;
    margin-left: 10px;
    margin-right: 20px;
    width: 40px;
  }

  .header-youtube {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
  }
}
.header-access::before, .header-info::before {
  content: "";
  padding-bottom: 1.2em;
  width: 25px;
  height: 25px;
  font-size: 2em;
}
.header-access:hover, .header-info:hover {
  color: #3B620E;
  opacity: 0.7;
}
.header-access::before {
  content: "\f3e7";
  text-align: center;
  color: #fff;
}
.header-info::before {
  content: "\f32c";
  text-align: center;
  color: #fff;
}
.header-nav-button {
  background-color: #fff;
  border: none;
  display: block;
}
.header-nav-button span {
  display: block;
  position: absolute;
  right: 15px;
  width: 35px;
  height: 2px;
  background: #413939;
  border-radius: 4px;
  transition: all 0.5s;
}
.header-nav-button span:nth-child(1) {
  top: 20px;
}
.header-nav-button span:nth-child(2) {
  top: 34px;
}
.header-nav-button span:nth-child(3) {
  top: 50px;
}
@media (min-width: 992px) {
  .header-access::before {
    color: #413939;
  }
  .header-info::before {
    color: #413939;
  }
}
.header-nav {
  position: absolute;
  top: 0;
  right: -100%;
  width: 70vw;
  height: 100%;
  background: #fff;
  overflow: auto;
  position: fixed;
  z-index: 999;
  transition: all 0.3s;
}
.header-nav-list {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.header-nav-list:last-of-type {
  margin-bottom: 100px;
}
.header-nav-link, .header-nav-child-item {
  width: 100%;
  height: 100%;
  color: #413939;
  border-bottom: 1px solid #C1C1C1;
  display: block;
  transition: all 0.3s;
}
.header-nav-link:hover, .header-nav-child-item:hover {
  color: #413939;
  background: #f7ffed;
}
.header-nav-link {
  padding: 0.8em;
}
.header-nav-child-link {
  padding-left: 1.8em;
}
.header-nav-child-item a {
  padding: 0.75em 1em 0.75em 2em;
  width: 100%;
  height: 100%;
  display: block;
}
.header .info-tel {
  background-color: #3B620E;
  color: #fff;
  margin-bottom: 0.5rem;
  padding: 10px;
}
.header .info-tel-facility_senior {
  font-weight: bold;
}
.header .info-tel i {
  padding-right: 0.5em;
}
.header-nav-tel p {
  margin-bottom: 0;
}
.header .sp-instagram-area,
.header .sp-youtube-area{
  margin: 15px 0;
}
.header .sp-instagram-area a,
.header .sp-youtube-area a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .sp-instagram-area img,
.header .sp-youtube-area img{
  width: 40px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .header .header-nav-tel {
    display: none;
  }
  .header .sp-instagram-area,
  .header .sp-youtube-area{
    display: none;
  }
}
@media (min-width: 992px) {
  .header {
    height: 100%;
  }
  .header-access, .header-info, .header-nav-button {
    font-size: 1.07rem;
    padding: 0 10px;
    width: 160px;
    height: 36px;
    border-radius: 18px;
    flex-direction: row;
  }
  .header-access::before, .header-info::before {
    padding-bottom: 0;
    margin-right: 0.25em;
    width: 20px;
    height: 28px;
    font-size: 1.2em;
  }
  .header-nav {
    margin-right: 0;
    width: auto;
    height: auto;
    position: static;
    background: none;
    overflow: visible;
    z-index: 0;
  }
  .header-nav-wrap {
    margin-top: 13px;
    margin-right: 20px;
    flex-direction: column;
  }
  .header-nav-sab {
    padding-bottom: 14px;
    justify-content: end;
  }
  .header-nav-button {
    display: none;
  }
  .header-nav-list {
    list-style: none;
    display: flex;
    justify-content: end;
  }
  .header-nav-list:last-of-type {
    margin-bottom: auto;
  }
  .header-nav-item, .header-nav-item-first {
    height: 32px;
    line-height: 20px;
    position: relative;
  }
  .header-nav-item::before {
    content: "";
    width: 2px;
    height: 20px;
    background: #413939;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-nav-link {
    padding: 0 20px;
    height: 100%;
    text-align: center;
    font-weight: 500;
    color: #413939;
    background: none;
    border-bottom: none;
  }
  .header-nav-link:hover {
    color: #3B620E;
    background: none;
    opacity: 0.7;
  }
  .header-nav-child-list {
    position: absolute;
    display: none;
  }
  .header-nav-child-link {
    padding-left: 0em;
    white-space: nowrap;
  }
  .header-nav-child-item {
    background: #3b620e;
    color: #fff;
  }
  .header-nav-child-item a {
    padding-left: 1em;
  }
  .header-nav-child-item:last-child {
    border-bottom: none;
  }
}

.header-nav-item-child:hover .header-nav-child-list {
  display: block;
}

/* ナビ部分の設定 */
/* メニュー展開時 */
.open {
  position: relative;
}
.open .header-nav-sab {
  margin-right: 70px;
}
.open .header-nav-button {
  position: absolute;
  right: 70vw;
  z-index: 1000;
}
.open .header-nav-button span:nth-child(1) {
  transform: translate(0, 15px) rotate(-45deg);
  animation: unset;
}
.open .header-nav-button span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .header-nav-button span:nth-child(3) {
  transform: translate(0, -15px) rotate(45deg);
  animation: unset;
}
.open .header-nav {
  right: 0;
}
.open .header-nav-back {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3764705882);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
}
.open .header-nav-back:hover {
  cursor: pointer;
}

.accessibility-area {
  display: none;
}

@media (min-width: 992px) {
  .accessibility-area {
    display: flex;
  }
}
.ColorSelector {
  display: flex;
  align-items: center;
  margin-right: 1.3rem;
}

.ColorSelector ul {
  display: flex;
}

.ColorSelector ul li {
  border-width: 1px;
  border-style: solid;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 5px;
  text-decoration: none;
  cursor: pointer;
}

.white {
  background-color: #fff;
  border-color: #858585;
  color: #000;
  margin-right: 5px;
}

.blue {
  background-color: #004080;
  border-color: #004080;
  color: #ff0;
  margin-right: 5px;
}

.black {
  background-color: #000;
  border-color: #000;
  color: #ff0;
  margin-right: 5px;
}

.yellow {
  background-color: #ff0;
  border-color: #858585;
  color: #000;
}

.TextSizeSelector {
  display: flex;
  align-items: center;
}

.TextSizeSelector ul {
  display: flex;
}

.TextSizeSelector ul li {
  border-width: 1px;
  border-style: solid;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 5px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  margin-right: 5px;
  cursor: pointer;
}

.sp-accessibility {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .sp-accessibility {
    display: none;
  }
}
.sp-accessibility .ColorSelector {
  margin-right: 0;
  margin-bottom: 1rem;
}

.sp-accessibility .TextSizeSelector ul li:last-child {
  margin-right: 0;
}

/* お問い合わせリンクの設定 */
.inquiry {
  margin-top: 80px;
  padding-bottom: 100px;
}
.inquiry-link {
  margin-bottom: 40px;
  padding: 15px;
  border: 2px solid #3B620E;
  overflow: hidden;
  position: relative;
}
.inquiry-intro {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #f67f9b;
  position: relative;
}
.inquiry-body {
  color: #413939;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.inquiry-tell {
  margin-left: 1.4em;
  margin-right: 0.5em;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}
.inquiry-tell::before {
  content: "\f5c1";
  width: 1.3em;
  height: 1.3em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background-color: #f6899b;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: -1.4em;
  transform: translateY(-50%) scale(0.8);
}
.inquiry-back {
  width: 220px;
  height: 220px;
  background: #fef2f5;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: -40px;
  z-index: 0;
}
@media (min-width: 768px) {
  .inquiry {
    margin-top: 100px;
    padding-bottom: 150px;
  }
  .inquiry-link {
    margin-bottom: 50px;
    padding: 40px;
  }
  .inquiry-intro {
    font-size: 3rem;
  }
  .inquiry-tell {
    margin-bottom: 0;
    font-size: 4.5rem;
  }
  .inquiry-back {
    width: 350px;
    height: 350px;
    bottom: -150px;
  }
}

/* フッターの設定 */
.company-profile {
  padding-left: 1.5rem;
  padding-bottom: 30px;
}

.footer {
  background-image: url("../images/footer-img.png");
  background-size: cover;
  background-position: center;
}
.footer-body {
  margin: 0 auto;
  padding: 10px 10px 60px 10px;
  max-width: 1200px;
  color: #413939;
  display: flex;
  justify-content: space-between;
}
.footer-company-profiles {
  font-size: 1rem;
}
.footer-company-profiles a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.footer-site-map {
  display: none;
}
.site-map-list-section {
  margin-right: 4.5rem;
}
.footer-site-map-list-top {
  margin-bottom: 1rem;
}
.footer-site-map-list-top a:hover{
  opacity: 0.7;
  color: #3B620E;
}
.footer-site-map-list {
  padding-left: 1rem;
  list-style: none;
}
.footer-site-map-list li {
  margin-bottom: 10px;
  transition: all 0.2s;
}
.footer-site-map-list li:hover {
  opacity: 0.7;
  color: #3B620E;
}
.footer-site-map-list:first-child {
  padding-left: 0;
}
.footer-copyright {
  padding: 20px 0;
  font-size: 0.8rem;
  text-align: center;
  background: #95A860;
}
.footer-logo-image {
  width: 200px;
}
.footer-logo-text {
  font-size: 1.8rem;
  line-height: 1.5;
}
.footer-logo-text:hover {
  opacity: 0.5;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .footer-body {
    padding: 40px 30px 60px 30px;
  }
  .footer-site-map {
    display: flex;
    display: flex;
    justify-content: flex-end;
    padding-top: 4.5rem;
  }
  .footer-logo-image {
    width: 300px;
  }
}

/* どこのページでも使うスタイル(見出しのスタイル)とか */
main {
  /* ↓コンテンツ内の見出し設定 */
  /* ↑コンテンツ内の見出し設定　ここまで */
}
main .heading-pattern2 {
  margin-bottom: 1.75em;
  font-size: 2.4rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
main .heading-pattern2 .section-title-en {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.7;
  color: #c7a975;
}
main .heading-pattern2::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #3B620E;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media (min-width: 768px) {
  main .heading-pattern2 {
    font-size: 2.8rem;
  }
}
main .heading-pattern3 {
  margin-bottom: 0.75em;
  padding: 5px;
  width: 100%;
  height: auto;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  background: #3B620E;
}
@media (min-width: 768px) {
  main .heading-pattern3 {
    margin-bottom: 1em;
    font-size: 2.2rem;
  }
}
main .heading-pattern4 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 500;
  color: #f67f9b;
}
@media (min-width: 768px) {
  main .heading-pattern4 {
    margin-bottom: 1.25em;
    font-size: 2.2rem;
  }
}
main .heading-pattern5 {
  margin-bottom: 0.75em;
  font-weight: 400;
  color: #f67f9b;
  background: #fff;
  display: block;
  position: relative;
}
main .heading-pattern5::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f67f9b;
  position: absolute;
  bottom: -0.25em;
  left: 50%;
  transform: translateX(-50%);
}
main .section-title02 {
  margin-bottom: 1em;
  padding: 1em 0.5em;
  font-size: 2.4rem;
  font-weight: 500;
  color: #3B620E;
  border-bottom: 2px solid #3B620E;
  display: block;
  position: relative;
}
main .section-title02::after {
  content: none;
}
main .section-title02-wrap {
  position: relative;
}

/* コンテンツ幅の設定 */
.content {
  background-position: top;
  overflow: hidden;
}
.content-area, .content-area-nocolor {
  margin: auto;
  padding: 0 1em;
  max-width: 1140px;
}
@media (min-width: 992px) {
  .content-area, .content-area-nocolor {
    padding: 0 2em;
  }
}
.content-area {
  padding-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content-area {
    margin-bottom: 70px;
  }
}
.main-section {
  margin-bottom: 50px;
}
.main-section:last-child {
  margin-bottom: 0;
}
.main-section p:not(:last-child) {
  margin-bottom: 1em;
}
.main-section p a {
  color: #1841ce;
}
.main-section p a:hover, .main-section p a:valid {
  color: #1841ce;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.main-section img {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .main-section {
    margin-bottom: 70px;
  }
  .main-section:last-child {
    margin-bottom: 0;
  }
  .main-section img {
    margin-bottom: 0;
  }
}

.tab-section {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tab-section {
    margin-bottom: 50px;
  }
}

/* 見出しの設定 */
.title-line {
  background-color: #ffffffe3;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
.page-title {
  padding-top: 70px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
}
.page-title_default {
  padding-top: 70px;
  width: 100%;
  background-image: url("../images/title_default.jpg");
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
}
.page-title_recruit {
  padding-top: 70px;
  width: 100%;
  background-image: url("../images/title_main-building.jpg");
  background-repeat: no-repeat;
  background-position: center 55%;
  background-size: cover;
}
.page-title_disclosure {
  padding-top: 70px;
  width: 100%;
  background-image: url("../images/title_meeting-place.jpg");
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: cover;
}
.page-title_event {
  padding-top: 70px;
  width: 100%;
  background-image: url("../images/title_main-tea-room.jpg");
  background-repeat: no-repeat;
  background-position: center 55%;
  background-size: cover;
}
.page-title-inner {
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .page-title-text {
    font-size: 2.6rem;
  }
}
.page-title-sub {
  margin-left: 5px;
  font-size: 0.7em;
  font-weight: 400;
  text-transform: capitalize;
  color: #3B620E;
}
@media (min-width: 992px) {
  .page-title {
    padding-top: 100px;
  }
  .page-title_default {
    padding-top: 100px;
  }
  .page-title_recruit {
    padding-top: 100px;
  }
  .page-title_disclosure {
    padding-top: 100px;
  }
  .page-title_event {
    padding-top: 100px;
  }
  .page-title-inner {
    min-height: 300px;
    max-height: 370px;
  }
  .page-title-icon {
    width: 120px;
    height: 120px;
  }
}

.iframe-map {
  width: 100%;
  height: 300px;
  border: 0;
}

.logo-text {
  fill: #f6899b;
}

.logo-text-sub {
  fill: #413939;
}
/* サイドバー 下層ページリンクの設定 */
@media (min-width: 768px) {
  .side-nav {
    padding-left: 1em;
  }
}

.category-page {
  border-left: 5px solid #3B620E;
  padding-left: 5px;
  height: 25px;
}
.category-page a {
  transition: 0.3s;
}
.category-page a:hover {
  opacity: 0.3;
}

.sub-page > li, .wp-block-navigation__container > li {
  text-decoration: none;
  padding-top: 0.5em;
  padding-left: 0!important;
  transition: 0.3s;
}
.sub-page > li:hover, .wp-block-navigation__container > li:hover {
  color: #C2D6A7;
}
.about-side a{
  text-decoration: none!important;
}

.iframe-map {
  width: 100%;
  height: 300px;
  border: 0;
}

.logo-text {
  fill: #f6899b;
}

.logo-text-sub {
  fill: #413939;
}

/* メインコピーの設定 */
.main-cope {
  width: 250px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 9;
}
.main-cope-text-wrap {
  display: block;
}
.main-cope-text {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  text-shadow: 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4), 0px 1px 9px rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .main-cope {
    width: 500px;
    height: 340px;
    left: 20px;
  }
  .main-cope-text {
    font-size: 2.4rem;
  }
}

.scroll {
  width: 70px;
  height: 70px;
  color: #fff;
  text-align: center;
  background: #c7a975;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 99;
}
.scroll a {
  padding-top: 1em;
  width: 100%;
  height: 100%;
  display: block;
}
.scroll span {
  width: 0.5em;
  height: 0.5em;
  border-left: 2px solid #F5F5F5;
  border-bottom: 2px solid #F5F5F5;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, 0) rotate(-45deg);
  z-index: 2;
  animation: popping-arrow 2s infinite ease-out;
}

@media (min-width: 992px) {
  .scroll {
    width: 80px;
    height: 80px;
  }
}
@keyframes popping-arrow {
  0% {
    opacity: 0.5;
    transform: translate(-50%, 0) rotate(-45deg);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 40%) rotate(-45deg);
  }
  60% {
    opacity: 0.5;
    transform: translate(-50%, 0) rotate(-45deg);
  }
  100% {
    opacity: 0.5;
    transform: translate(-50%, 0) rotate(-45deg);
  }
}
/* ページトピックスの設定 */
.toppick {
  padding: 40px 0;
  width: 100%;
  background: #C2D6A7;
}
.toppick-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.toppick-item {
  margin: 20px 10px;
  width: 45%;
  background-color: #fff;
  display: block;
  filter: drop-shadow(0px 2px 5px rgba(40, 30, 10, 0.4));
  transition: all 0.4s;
}
.toppick-item a {
  display: block;
}
.toppick-item-title {
  padding: 1.2em;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.toppick-item-subtitle {
  line-height: 1.4;
  font-size: 1em;
}
.toppick-item-icon {
  margin: 0 auto;
}
.toppick-item:hover {
  filter: drop-shadow(0px 1px 2px rgba(40, 30, 10, 0.5));
  opacity: 0.8;
}
@media (min-width: 768px) {
  .toppick-item {
    margin: 20px 30px;
    width: 27%;
    height: 340px;
    position: relative;
  }
  .toppick-item-title {
    padding: 1.5em;
    font-size: 1.1rem;
  }
  .toppick-item:hover {
    color: #413939;
  }
}

/* お知らせ・ブログの見出し */
.news-title {
  margin-bottom: 1em;
  padding: 0.5em 0.5em 0.5em 0em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3B620E;
  border-bottom: 2px solid #3B620E;
  position: relative;
}
@media (min-width: 768px) {
  .news-title {
    font-size: 1.5rem;
  }
}
.news-title-wrap {
  position: relative;
}

/* ブログの設定 */
.top-blog-list {
  display: flex;
  flex-direction: column;
}
.top-blog-list li {
  list-style: none;
}
.top-blog-item {
  margin-bottom: 20px;
  width: 100%;
  transition: all 0.4s;
}
.top-blog-item a {
  display: flex;
  flex-direction: row;
}
.top-blog-item:hover {
  opacity: 0.6;
}
.top-blog-item:hover .top-blog-content {
  color: #f67f9b;
}
.top-blog-image {
  width: 35%;
}
.top-blog-image img {
  margin-bottom: 0;
}
.top-blog-content {
  padding-left: 1em;
  width: calc(65% - 1em);
  transition: all 0.4s;
}
.top-blog-date {
  color: #f67f9b;
}
@media (min-width: 768px) {
  .top-blog-list {
    margin: -15px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
  .top-blog-item {
    margin: 0 4px;
    width: 32%;
  }
  .top-blog-item a {
    padding: 10px;
    flex-direction: column;
  }
  .top-blog-image {
    margin-bottom: 1em;
    width: 100%;
  }
  .top-blog-content {
    padding-left: 0;
    width: 100%;
  }
}

/* 見学予約・お問い合わせの設定 */
/* 見出し */
.information-title {
  margin-bottom: 1.75em;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.information-title-en {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.7;
  color: #c7a975;
}
.information-title::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #3B620E;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media (min-width: 768px) {
  .information-title {
    font-size: 1.8rem;
  }
}

.top-info {
  margin-bottom: 70px;
  /* ↓背景の設定 */
  /* コンテンツ内の設定 */
}
.top-info-inner {
  position: relative;
  width: 100%;
}
.top-info-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/top-info-back.jpg) no-repeat center center;
  background-size: cover;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.top-info-facility_senior {
  color: #3B620E;
  font-size: 1.3em;
  font-weight: bold;
}
.top-info-background {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.top-info-body {
  padding: 1em 1em 1.5em;
  background-color: rgba(255, 255, 255, 0.7215686275);
}
.top-info-body-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.top-info-content {
  text-align: center;
}
.top-info-tel {
  margin-top: 25px;
  text-align: left;
  display: inline-block;
}
.top-info-tel-number {
  margin-bottom: 5px;
  font-size: 2.2em;
  font-weight: 700;
  color: #413939;
}
.top-info-tel-time {
  font-size: 1.15em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-info-body {
    padding: 2.5em 2.5em 3.5em;
  }
  .top-info-tel-number {
    font-size: 1.4em;
    letter-spacing: 0.05em;
  }
  .top-info-time {
    font-size: 1.6em;
  }
}

.info-width {
  display: none;
}

@media (min-width: 768px) {
  .info-width {
    display: flex;
    max-width: 780px;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .info-width {
    max-width: 870px;
  }
}
/* バナー群の設定 */
.links-item, .links-item-min {
  margin-bottom: 40px;
  transition: all 0.4s;
}
.links-item:hover, .links-item-min:hover {
  opacity: 0.5;
}
.links-item img, .links-item-min img {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .links {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .links-item, .links-item-min {
    margin-bottom: 70px;
  }
  .links-item-min {
    margin: 0 auto;
    max-width: 728px;
  }
}

/* 採用情報バナーの設定 */
.recruit-banner {
  border: 3px solid #3B620E;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.recruit-banner-title {
  width: 50%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recruit-banner-title::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #3B620E;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.recruit-banner-title-text {
  font-size: 1.1rem;
  line-height: 1.3;
  white-space: nowrap;
}
.recruit-banner-title-text::after {
  bottom: -10px;
}
.recruit-banner-title-en {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.7;
  color: #c7a975;
}
.recruit-banner-images {
  width: 100%;
  float: right;
}
.recruit-banner-images img {
  margin-bottom: 0;
  width: 50%;
  float: right;
}
@media (min-width: 768px) {
  .recruit-banner {
    border-width: 4px;
  }
  .recruit-banner-title {
    width: 50%;
  }
  .recruit-banner-title-text {
    font-size: 1.6rem;
  }
  .recruit-banner-title-text::after {
    bottom: -15px;
  }
  .recruit-banner-images {
    width: 100%;
    position: relative;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .recruit-banner-title {
    width: 50%;
  }
  .recruit-banner-images {
    width: 100%;
    float: right;
  }
  .recruit-banner-images img {
    margin-bottom: 0;
    width: 50%;
    float: left;
  }
}

.instagram-bnr {
  border: 4px solid;
  border-image-source: linear-gradient(150deg, rgb(247, 166, 12) 10%, rgb(255, 34, 87) 40%, rgb(154, 39, 238) 68%, rgb(35, 102, 247) 90%);
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  border-image-slice: 1;
}

@media (min-width: 576px) {
	.instagram-bnr {
	  border: 4px solid;
	  border-image-source: linear-gradient(150deg, rgb(247, 166, 12) 10%, rgb(255, 34, 87) 40%, rgb(154, 39, 238) 68%, rgb(35, 102, 247) 90%);
	  position: relative;
	  margin-top: 3rem;
	  margin-bottom: 2rem;
	  border-image-slice: 1;
	}
}

.youtube-bnr {
  border: 4px solid #f03;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
  border-image-slice: 1;
}

.instagram-bnr a,
.youtube-bnr a{
  display: inline-flex;
}

.instagram_top,
.youtube_top{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.insta-text,
.youtube-text{
  margin-bottom: 0 !important;
  font-size: 0.9rem;
}

.instagram_top img,
.youtube_top img{
  width: 60%;
}

.instagram-img_right {
  display: none;
}

@media (min-width: 768px) {
  .instagram_top,
	.youtube_top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .insta-text,
  .youtube-text{
    margin-bottom: 0 !important;
    font-size: 0.9rem;
  }
  .instagram_top img,
  .youtube_top img{
    width: 60%;
  }
  .instagram-img_right {
    display: block;
  }
}
/* ガイドページの設定 */
.facility:last-child {
  padding-bottom: 0;
}
.facility-content p:last-child {
  margin-bottom: 1em;
}
.facility .photoswiper-image {
  margin-bottom: 0.5em;
}
.facility .photoswiper-image img {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .facility .photoswiper-image {
    padding: 0 5px;
  }
}

/* お問い合わせページの設定 */
.form {
  margin-top: 30px;
}
.form-content {
  margin-bottom: 1em;
}
.form-label {
  margin-bottom: 0.5em;
  color: #3B620E;
  font-size: 1.2rem;
}
.form-radio {
  margin-top: 1.5em;
}
.form-noto {
  margin-bottom: 40px;
}
.form-content {
  margin-bottom: 1.5rem;
}
.form-area {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.form-button-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.form-submit, .form-back {
  min-width: 190px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .form-button-flex {
    flex-wrap: nowrap;
    justify-content: space-evenly;
    flex-direction: row;
  }
}
.form-button {
    color: #fff!important;
    background-color: #3b620e;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none!important;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    margin-bottom: 1rem;
    border: none;
    min-width: 190px;
    transition: all 0.1s;
}
.form-button:hover {
  opacity: 0.8;
}
.wpcf7-spinner {
    display: none !important;
}
span.wpcf7-list-item {
    display: block;
}
.required-icon {
  margin-right: 0.5em;
  padding: 2px 4px;
  color: #fff;
  font-size: 0.6em;
  font-weight: 500;
  vertical-align: text-bottom;
  background: #e90707;
  display: inline-block;
}

/* TOPでのお知らせスタイル */
.blog-date, .news-date {
  margin-right: 1em;
}

.news-list-head {
  margin-bottom: 0.5em;
}

.list-table {
  width: 100%;
}
.list-table tr {
  width: 100%;
}
.list-table th, .list-table td {
  padding: auto 0.5em;
  display: block;
}
.list-table th a, .list-table td a {
  transition: all 0.1s;
}
.list-table th a:hover, .list-table td a:hover {
  border-bottom: 2px solid #3B620E;
  color: #3B620E;
}
.list-table th {
  padding-top: 1em;
  width: 7em;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c";
  color: #3B620E;
}
.list-table td {
  padding-bottom: 1em;
  border-bottom: 2px dotted #cfcdcd;
}
.blog-date, .news-date {
  margin-right: 1em;
}

.news-list-head {
  margin-bottom: 0.5em;
}
.notice-lists {
  padding: 10px 0;
}
.notice-lists a {
  display: inline-block;
  padding: 1em 0;
}

.notice-lists-item {
  border-bottom: 2px dotted #cfcdcd;
  position: relative;
}
.notice-ymd {
  color: #3B620E;
  font-weight: 500;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .notice-ymd {
    position: absolute;
    right: 0;
    bottom: 2px;
    margin-right: 0;
  }
}
.notice-lists-item .notice-item-labels .notice-category {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #444;
  border-radius: 8px;
  min-width: 96px;
  height: 20px;
  margin-right: 10px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .notice-lists-item .notice-item-labels .notice-category {
    margin-bottom: 0;
  }
}
  .notice-lists-item .notice-item-labels .notice-category.yougo {
    background-color: #279FD3;
  }
  .notice-lists-item .notice-item-labels .notice-category.tokuyou {
    background-color: #d3a51e;
  }
  .notice-lists-item .notice-item-labels .notice-category.himeharu {
    background-color: #498c0f;
  }
  .notice-lists-item .notice-item-labels .notice-category.hokatsu {
    background-color: #bb5012;
  }
  .notice-lists-item .notice-item-labels .notice-category.kyotaku {
    background-color: #d50965;
  }
  .notice-item-labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }
  .notice-title {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .notice-title:hover {
    color: #3B620E;
    text-decoration: underline;
  }
@media (min-width: 768px) {
  .notice-item-labels {
  display: flex;
  align-items: center;
  margin-left: 10px;
  }
  .notice-title {
  margin-top: 0.5rem;
  margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .list-table th, .list-table td {
    padding: 1em 0.5em;
  }
  .list-table th, .list-table td {
    vertical-align: top;
    display: revert;
  }
  .list-table th {
    border-bottom: 2px dotted #cfcdcd;
  }
}

.category, .category-single {
  padding: 0.15em 0.5em;
  font-size: 0.8em;
  font-weight: 400;
  white-space: nowrap;
  color: #413939;
  background: #ffe7e2;
}

/* 一覧共通の設定 */
.blog-content-data {
  display: flex;
  flex-wrap: nowrap;
}

.post-sidebar {
  padding-left: 1em;
}
.post-sidebar a {
  transition: all 0.3s;
}
.post-sidebar a:hover {
  color: #3B620E;
}

.post-category li {
  border-bottom: 2px dotted #ddd;
  padding: 10px 10px 10px 0;
}
.post-category li a {
  font-size: 0.9em;
}
.blog-detall-data {
  color: #3b620e;
  font-weight: 600;
}
.post-category-about {
  list-style: none!important;
  padding-left: 0!important;
}
.post-category-about li {
  border-bottom: 2px dotted #ddd;
  padding: 10px 10px 10px 0;
}
.post-category-about li a{
  color: #333;
  text-decoration: none!important;

}
/* お知らせ・ブログの設定 */
.news-detall-header, .blog-detall-header {
  margin-bottom: 1.75em;
}
.news-detall-date, .blog-detall-date {
  font-size: 1.2rem;
  color: #3b620e;
}
.news-detall-date .post-date, .blog-detall-date .post-date {
  margin-right: 1em;
}
.news-detall-thumbnail, .blog-detall-thumbnail {
  margin-bottom: 1em;
}
.news-detall-thumbnail img, .blog-detall-thumbnail img {
  width: 100%;
}
.news-detall-title, .blog-detall-title {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  background-color: #f3f3f3;
  padding: 15px;
  border-left: 10px solid #3b620e;
}
.news-detall-article, .blog-detall-article {
  margin-bottom: 50px;
}
.news-detall-article h1:not(:first-child), .news-detall-article h2:not(:first-child), .news-detall-article h3:not(:first-child), .news-detall-article h4:not(:first-child), .news-detall-article h5:not(:first-child), .news-detall-article h6:not(:first-child), .blog-detall-article h1:not(:first-child), .blog-detall-article h2:not(:first-child), .blog-detall-article h3:not(:first-child), .blog-detall-article h4:not(:first-child), .blog-detall-article h5:not(:first-child), .blog-detall-article h6:not(:first-child) {
  margin-top: 1.5em;
}
.news-detall-article h2, .blog-detall-article h2 {
  margin-bottom: 0.75em;
  padding: 5px;
  width: 100%;
  height: auto;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  background: #3B620E;
}
.news-detall-article h2::after, .blog-detall-article h2::after {
  content: none;
}
@media (min-width: 768px) {
  .news-detall-article h2, .blog-detall-article h2 {
    margin-bottom: 1em;
    font-size: 2.2rem;
  }
}
.news-detall-article h3, .blog-detall-article h3 {
  margin-bottom: 0.75em;
  font-size: 2rem;
  font-weight: 500;
  color: #f67f9b;
  background: #fff;
  display: block;
  position: relative;
}
.news-detall-article h3::after, .blog-detall-article h3::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f67f9b;
  position: absolute;
  bottom: -0.25em;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .news-detall-article h3, .blog-detall-article h3 {
    font-size: 2.2rem;
  }
}
.news-detall-article h4, .blog-detall-article h4 {
  margin-bottom: 0.75em;
  font-size: 2rem;
  font-weight: 500;
  color: #f67f9b;
  background: none;
}
@media (min-width: 768px) {
  .news-detall-article h4, .blog-detall-article h4 {
    font-size: 2.2rem;
  }
}
.news-detall-article p:not(:last-child), .news-detall-article img:not(:last-child), .news-detall-article ul:not(:last-child), .news-detall-article ol:not(:last-child), .blog-detall-article p:not(:last-child), .blog-detall-article img:not(:last-child), .blog-detall-article ul:not(:last-child), .blog-detall-article ol:not(:last-child) {
  margin-bottom: 1em;
}
.news-detall-article a, .blog-detall-article a {
  color: #1841ce;
}
.news-detall-article a:hover, .news-detall-article a:valid, .blog-detall-article a:hover, .blog-detall-article a:valid {
  color: #1841ce;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.news-detall-article ul, .news-detall-article ol, .blog-detall-article ul, .blog-detall-article ol {
  list-style: revert;
}
.news-detall-article ul, .blog-detall-article ul {
  padding-left: 1em;
}
.news-detall-article ol, .blog-detall-article ol {
  padding-left: 1.2em;
}
.news-detall-article table tbody td, .blog-detall-article table tbody td {
  border: 1px solid #cfcdcd;
}
.news-detall-article img, .blog-detall-article img {
  width: 100%;
}
.news-detall-article hr, .blog-detall-article hr {
  margin: 1em auto;
}
@media (min-width: 992px) {
  .news-detall-article, .blog-detall-article {
    margin-bottom: 70px;
  }
}
.greeting-area {
  border: 2px solid #E7E6DE;
  background-image: url("../images/bg_about.jpg");
  background-size: cover;
  background-position: center;
  padding:20px;
}
.greeting-area p {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size: 1.1rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media (min-width: 768px) {
  .greeting-area {
    padding:20px 40px;
  }
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.heading-xl {
  margin-top: 1.9em;
  border-bottom: 3px solid #3b620e;
  padding: 0px 5px 10px;
  margin-bottom: 1.4rem;
}
.heading-md {
  color: #3b620e;
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 1.6rem;
}
.enka-area {
	border: 2px solid #e7e6df;
  padding:15px;
  display: inline-block;
  width: 100%;
  margin-bottom:2rem;
}
@media (min-width: 768px) {
  .enka-area {
    width: 70%;
    padding:20px;
  }
}
.map-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 2rem;
}
.gray-textbox {
  border: 2px solid #e7e6df;
  padding:15px;
}
@media (min-width: 768px) {
  .gray-textbox {
    padding:20px;
  }
}
.green-bg {
  background-color: #C2D6A7;
  padding : 3rem 0 3rem;
  width: 100vw;
  margin: 4rem calc(50% - 50vw);
}
.green-content-area {
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #fff;
  padding: 40px 15px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .green-content-area {
    max-width: 1020px;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
  }
}
.center-heading {
  border-bottom: 3px solid #3b620e;
  padding-bottom: 10px;
  margin-bottom: 3rem;
  display: inline-block;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.ul-style-center {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  padding-left: 0!important;
}
.ul-style-center li {
  list-style: none;
}
.ol-style-center {
  list-style: decimal;
  font-size: 1rem;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  margin-left: 20px;
  margin-right: 20px;
}
.lower-page-link {
  margin-top: 2rem;
}
.lower-page-link a {
  color: #173AE8;
  text-decoration: underline;
}
/* エディタースタイル */
.fixed-page a {
  color: #173AE8;
  text-decoration: underline;
  }
.fixed-page a:hover {
  opacity: 0.6;
}
.fixed-page h2 {
  margin-top: 1.9em;
  border-bottom: 3px solid #3b620e;
  padding: 0px 5px 10px 50px;
  margin-bottom: 1.4rem;
  position: relative;
  font-weight: 600;
}
.fixed-page h2::before{
  content: url("../images/heting2.svg");
  width: 40px;
  position: absolute;
  left: 0;
}
.fixed-page h3 {
  margin-top: 1.9em;
  color: #3b620e;
	font-weight: 500;
  margin-bottom: 1.3rem;
  border-left: 6px solid #3b620e;
  padding-left: 7px;
}
.fixed-page h4 {
  margin-top: 1.9em;
  margin-bottom: 1.15rem;
}
.fixed-page h5 {
  margin-top: 1.9em;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.15rem;
  display: block;
  position: relative;
  margin-bottom: 1rem;
  }
  .fixed-page h5 a {
    color: #3b620e;
    text-decoration: none;
  }
   .fixed-page ol {
    list-style-type: auto;
    padding-left: 1.2rem;
    margin-bottom: 1em;
  }
    .fixed-page ul {
      list-style: disc;
      padding-left: 1rem;
  }
    .fixed-page ul:not(:last-child) {
      margin-bottom: 1em;
  }
   .wp-block-button__link {
    color: #fff!important;
    background-color: #3b620e;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none!important;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    margin: 1rem 0;
    border: none;
    min-width: 190px;
    transition: all 0.1s;
	display:inline-block;
   }
   .wp-block-button__link:hover {
    opacity: 0.8;
  }
   .wp-block-table thead {
    background-color: #efefef;
    border-bottom: none;
   }
   .service-button a {
    border-radius: 3px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 30px 5px 25px;
    color: #FFF;
    transition: 0.3s;
    font-weight: 400;
    background: #3b620e;
    text-decoration: none;
   }
   .service-button a:hover {
    opacity: 1;
    background: #c2d6a6;
    color: #413939;
   }
   .service-button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
   .service-button a:hover:after {
    border-color: #413939;
   }
   .pagination {
    margin-top: 1.5rem;
    margin-right:auto;
    margin-left: auto;
   }
    .nav-links ul {
      list-style: none;
      display: flex;
      justify-content: center;
      gap: 8px;
    }
    .nav-links li > * {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      height: 45px;
    }
    .nav-links li > *:not(.dots) {
      width: 45px;
      color: #413939;
      background: #c2d6a6;
      transition: color 0.3s ease, background 0.3s ease;
    }
    .nav-links li > .current,
    .nav-links li > a:hover {
      color: #ffffff;
      background: #3b620e;
    }
    .link-posts-archive {
      color: #333!important;
      text-decoration: none!important;
    }
    .link-posts-archive:hover {
      border-bottom: 2px solid #3B620E!important;
      color: #3B620E!important;
    }
    .logout-link {
      position: absolute;
      top: 40%;
      right: 0.5em;
      transform: translateY(-50%);
      font-size: 1.1rem;
      background-color: #3B620E;
      padding: 0px 40px 0px 10px;
      border-radius: 10px;
      color: #fff!important;
      text-decoration: none!important;
    }
    .logout-link::after {
      content: url("../images/logout-icon.svg");
      width: 17px;
      height: 25px;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      transition: all 0.4s;
      margin-left: 0.2rem;
    }
    .logout-link:hover::after {
      right: 10px;
    }
    .shingle-logout-link {
      position: relative;
      transform: translateY(-50%);
      font-size: 1.1rem;
      background-color: #3B620E;
      padding: 0px 40px 0px 10px;
      border-radius: 10px;
      color: #fff!important;
      text-decoration: none!important;
    }
    .shingle-logout-link::after {
      content: url("../images/logout-icon.svg");
      width: 17px;
      height: 25px;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      transition: all 0.4s;
      margin-left: 0.2rem;
    }
    .shingle-logout-link:hover::after {
      right: 10px;
    }
    .news-date-area {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    @media (max-width: 767.98px) {
      .sp-none {
        display: none;
      }
    }

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

    /* アクセシビリティ用のカラースキーム */
    body.default {
      background: #fff;
      color: #333;
    }

    /* 青背景黄色文字スタイル */
    body.blue h1, body.blue h2, body.blue h3, body.blue h4, body.blue h5, body.blue h6,body.blue p,body.blue time,body.blue a,body.blue header,body.blue nav,body.blue .blog-detall-data,body.blue .form-label{
      color: #ff0!important;
    }
    body.blue header,body.blue .toppick-item,body.blue .top-info-body,body.blue nav,body.blue ,body.blue .greeting-area,body.blue .title-line,body.blue .green-content-area,body.blue .news-detall-title,body.blue .footer {
      background: #004080!important;
    }
    body.blue .greeting-area p {
      text-shadow: none!important;
    }
    body.blue .service-button a {
      background: #004080;
      border: 1px solid #ff0;
    }
    body.blue .main-cope-text {
      color: #333!important;
    }

    /* 黒背景黄色文字スタイル */
    body.black h1, body.black h2, body.black h3, body.black h4, body.black h5, body.black h6,body.black p,body.black time,body.black a,body.black header,body.black nav,body.black .blog-detall-databody.black .form-label{
      color: #ff0!important;
    }
    body.black header,body.black .toppick-item,body.black .top-info-body,body.black nav,body.black ,body.black .greeting-area,body.black .title-line,body.black .green-content-area,body.black .news-detall-title,body.black .footer {
      background: #000!important;
    }
    body.black .greeting-area p {
      text-shadow: none!important;
    }
    body.black .service-button a {
      background: #000;
      border: 1px solid #ff0;
    }
    body.black .main-cope-text {
      color: #333!important;
    }


    /* 黄色背景黒文字スタイル */
    body.yellow h1, body.yellow h2, body.yellow h3, body.yellow h4, body.yellow h5, body.yellow h6,body.yellow p,body.yellow time,body.yellow a,body.yellow header,body.yellow nav,body.yellow .blog-detall-databody.yellow .form-label {
      color: #000!important;
    }
    body.yellow header,body.yellow .toppick-item,body.yellow .top-info-body,body.yellow nav,body.yellow ,body.yellow .greeting-area,body.yellow .title-line,body.yellow .green-content-area,body.yellow .news-detall-title,body.yellow .footer {
      background: #ff0!important;
    }
    body.yellow .greeting-area p {
      text-shadow: none!important;
    }
    body.yellow .service-button a {
      background: #ff0;
      border: 1px solid #000;
    }
    body.yellow .main-cope-text {
      color: #333!important;
    }
    /* 文字サイズ変更スタイル */
    /* スモール */
    body.small {
      font-size: 0.9rem!important;
    }
    body.small h2 {
      font-size: 1.4rem!important;
    }
    body.small h3 {
      font-size: 1.3rem!important;
    }
    body.small h4 {
      font-size: 1.2rem!important;
    }
    body.small h5 {
      font-size: 1.1rem!important;
    }
    @media (min-width: 992px) {
      body.small .header-access {
        font-size: 0.95rem;
      }
      body.small .header-info {
        font-size: 0.95rem;
      }
    }
    body.medium {
      font-size: 1rem!important;
    }
    /* ラージ */
    body.large {
      font-size: 1.1rem!important;
    }
    body.large h2 {
      font-size: 1.6rem!important;
    }
    body.large h3 {
      font-size: 1.5rem!important;
    }
    body.large h4 {
      font-size: 1.4rem!important;
    }
    body.large h5 {
      font-size: 1.3rem!important;
    }
    @media (min-width: 992px) {
      body.large .header-access {
        font-size: 1.17rem;
      }
      body.large .header-info {
        font-size: 1.17rem;
      }
    }
/*# sourceMappingURL=style.css.map */