@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  display: block;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p + p {
  margin-top: 1rem;
}

span {
  font-size: 0.825rem;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: 1px solid currentColor;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  padding: 1px 6px;
}

input {
  overflow: visible;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: 1px solid currentColor;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=color] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

dl,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* reset style css */
h1 {
  margin: 0;
}

pre {
  margin: 0;
}

ul > li {
  list-style: none;
}

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

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  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.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;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.slick-slide {
  margin: 1rem;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.slick-arrow {
  width: initial;
  height: initial;
  z-index: 2;
}

.slick-arrow:before {
  font-size: 30px;
}

.slick-prev:before, .slick-next:before {
  color: var(--accentColor);
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}

.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}
.page .sub-title {
  text-align: center;
}
.page .sub-title-green {
  color: var(--subColor);
}
.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}
.wp-video video {
  width: 100%;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

button {
  border: none;
}

#front-button {
  padding: 20px 0;
  text-align: center;
}

.top-button {
  width: 330px;
  height: 70px;
  border: none;
  border-radius: 30px;
  z-index: 15;
  background: linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  box-shadow: 0px 5px 9px 1px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 399px) {
  .top-button {
    width: 100%;
  }
}
.top-button a {
  display: block;
  padding: 20px;
}

.f-readMore {
  width: 100px;
}

#top-news .f-readMore {
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
  #top-news .f-readMore {
    margin: 0 auto;
  }
}

.section-staff .f-readMore, .section-event .f-readMore {
  margin: auto;
}

@media screen and (max-width: 599px) {
  .section-service .f-readMore {
    margin: auto;
  }
}

.jobseeker-button {
  width: 330px;
  border-radius: 5px;
  border: none;
  color: var(--bodyColor);
  background: linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
}
@media screen and (max-width: 768px) {
  .jobseeker-button {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .jobseeker-button {
    margin-bottom: 40px;
  }
}

.reserve_button-box {
  text-align: center;
  margin-top: 20px;
}

.entry_button {
  background: var(--subColor);
  color: var(--bodyColor);
  width: 30%;
  letter-spacing: 1px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  padding: 6px 48px;
}
@media screen and (max-width: 599px) {
  .entry_button {
    width: auto;
  }
}

.event-button {
  width: 200px;
  height: 40px;
  margin-top: 6px;
  color: var(--bodyColor);
  border: none;
  border-radius: 5px;
  background: linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
}

.f-button__r35 {
  padding: 20px;
}
.f-button__r35 a {
  padding: 20px 50px;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

/* Foundation > img */
img.img-background-green {
  box-shadow: 20px 20px #90be50;
}
@media screen and (max-width: 768px) {
  img.img-background-green {
    box-shadow: 15px 15px #90be50;
  }
}
@media screen and (max-width: 599px) {
  img.img-background-green {
    box-shadow: 10px 10px #90be50;
  }
}

.green-img-box img {
  box-shadow: 20px 20px #90be50;
}
@media screen and (max-width: 768px) {
  .green-img-box img {
    box-shadow: 15px 15px #90be50;
  }
}
@media screen and (max-width: 599px) {
  .green-img-box img {
    box-shadow: 10px 10px #90be50;
  }
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

.header-inner {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  z-index: 2;
}

.site-branding {
  position: static;
  height: 60px;
  z-index: 6;
}

.site-title a img {
  height: 60px;
  object-fit: scale-down;
}

/*---- address ----*/
.header-addr {
  margin-top: 1rem;
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .header-addr {
    display: block;
    margin: auto;
  }
}
.header-addr span {
  display: block;
}

@media screen and (max-width: 768px) {
  .h-address {
    margin: 20px;
  }
}

/*---- add form ----*/
.add_form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: fixed;
  top: 65%;
  right: 5%;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .add_form {
    flex-direction: column;
    right: 20px;
  }
}
.add_form img {
  width: 80px;
  margin: 8px;
  box-shadow: 0px 0px 16px 4px rgba(220, 220, 220, 0.15);
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .add_form img {
    width: 60px;
    margin: 4px;
  }
}

.page-id-12 .add_form.active {
  right: 0;
}

/*---- address ----*/
.l-nav.active .header-addr {
  margin-top: 1rem;
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .l-nav.active .header-addr {
    display: block;
    margin: auto;
  }
}
.l-nav.active .header-addr span {
  display: block;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

/*---------- header > Humbugger Menu ----------*/
/* メニューの中身 */
.l-nav {
  position: relative;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  padding-top: 40px;
  background: #fff;
  transition: all 0.6s;
  z-index: 200;
  overflow-x: auto;
  display: none;
}

.link-list {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 90px;
}

.link-list li a {
  display: block;
}

.link-list li:hover {
  background: #f8f8f8;
}

/* メニューが横から開く */
.nav-open .l-nav {
  right: 0;
}

/* メニューが横から開いた時の背景 */
.nav-open .menu-bg {
  opacity: 0.8;
  visibility: visible;
}

.header-inner {
  width: 90%;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: auto;
}

.site-title {
  margin: 0;
}
.site-title a img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .site-title {
    display: block;
    margin: auto;
  }
}

/*-------------------------------------------
-- sp navigation --
-------------------------------------------*/
/*　ハンバーガーボタン */
.hamburger {
  position: static;
  display: block;
  z-index: 3;
  top: 10px;
  right: 5%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.hamburger:hover {
  transform: translate(2px, 2px);
  transition: all 0.5s ease-out;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  left: 8px;
  background: var(--mainFontColor);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.hamburger span:nth-child(1) {
  margin-top: 8px;
}

.hamburger span:nth-child(2) {
  margin-top: 8px;
}

.hamburger span:nth-child(3) {
  margin-top: 8px;
}

/*-------------------------------------------
-- sp navigation > active
-------------------------------------------*/
.site-branding.active {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 30px);
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  position: absolute;
  top: 36px;
  transform: translateY(0);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hamburger.active:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
}

.hamburger.active span:nth-child(1) {
  position: relative;
  top: 10px;
  left: 0px;
  background: var(--mainFontColor);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2) {
  top: 20px;
  background: var(--mainFontColor);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
  opacity: 0;
}

/*---- NAV > active ----*/
.l-nav {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.l-nav.active {
  display: block;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: var(--bodyColor);
  text-align: left;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.l-nav.active .menu-item {
  width: 90%;
  margin: auto;
  display: block;
  border-bottom: 1px solid #cccccc;
  transition: 0.3s all;
  text-align: left;
  line-height: 2.5rem;
}
.l-nav.active .menu-item a {
  display: block;
  color: var(--mainFontColor);
  box-shadow: inset 0 0 0 0 #f3eaea;
  transition: all 0.4s ease-in-out 0s;
}
.l-nav.active .menu-item a:hover {
  box-shadow: inset 300px 0 0 0 var(--bg-color);
  color: var(--bg-color);
  border-radius: 5px;
}
.l-nav.active .menu-item-32 {
  border-top: 1px solid #cccccc;
}
.l-nav.active .sub-menu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}
.l-nav.active .sub-menu {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
}
.l-nav.active .sub-menu li {
  width: 46%;
  border: none;
  background-color: #eeeeee;
  font-size: 14px;
  line-height: 38px;
  margin: 0 5% 5px 0;
}
.l-nav.active .sub-menu li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .l-nav.active .sub-menu li {
    width: 100%;
    display: inline-flex;
    margin: auto;
  }
}
.l-nav.active .menu-item-64,
.l-nav.active .menu-item-63,
.l-nav.active .menu-item-41,
.l-nav.active .menu-item-42,
.l-nav.active .menu-item-43 {
  display: flex;
  align-items: center;
  align-content: center;
}
.l-nav.active .menu-item-64::before {
  content: "";
  background: url(../images/menu/menu01.png) no-repeat;
  background-size: contain;
}
.l-nav.active .menu-item-63::before {
  content: "";
  background: url(../images/menu/menu02.png) no-repeat;
  background-size: contain;
}
.l-nav.active .menu-item-41::before {
  content: "";
  background: url(../images/menu/menu03.png) no-repeat;
  background-size: contain;
}
.l-nav.active .menu-item-42::before {
  content: "";
  background: url(../images/menu/menu04.png) no-repeat;
  background-size: contain;
}
.l-nav.active .menu-item-43::before {
  content: "";
  background: url(../images/menu/menu05.png) no-repeat;
  background-size: contain;
}
.l-nav.active .menu-item-64::before,
.l-nav.active .menu-item-64::before,
.l-nav.active .menu-item-63::before,
.l-nav.active .menu-item-41::before,
.l-nav.active .menu-item-42::before,
.l-nav.active .menu-item-43::before {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-right: 15px;
  width: 38px;
  height: 38px;
  z-index: 7;
}

/*---- このクラスを、jQueryで付与・削除する ----*/
.l-nav.active {
  display: block;
  opacity: 1;
  visibility: unset;
  visibility: visible;
  /* じわっと画像が表示される */
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

.sub-menu.active {
  display: flex;
  opacity: 1;
  visibility: unset;
  visibility: visible;
  /* じわっと画像が表示される */
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

/*---- l-main ----*/
.l-main {
  padding: 0;
  margin: 160px auto 0;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 180px;
  }
}

/* ----l-section ----*/
.l-section {
  margin: 60px auto;
}

.section-title {
  text-align: left;
}

/* ---- container ----*/
.container {
  max-width: 900px;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .section-service {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .section-page-content {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .section-green {
    padding-top: 30px;
  }
}

/* ---- section-color ----*/
.section-gray {
  background: #eeeeee;
}

.section-green {
  margin: 0 !important;
  padding: 50px 0;
  background: linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
}

/* section-green-menu */
.section-green-menu {
  width: 100%;
  margin: auto;
  height: 60px;
  margin-top: -60px;
  margin-bottom: 60px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-green-menu {
    width: 90%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .section-green-menu {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section-green-menu ul {
  width: 100%;
  height: 40px;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  background: linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  box-shadow: inset 0px -5px 5px 4px rgba(152, 152, 152, 0.2);
  border-radius: 3px;
}
.section-green-menu li {
  margin: 0;
  padding: 0;
}
.section-green-menu li a {
  display: flex;
  align-content: center;
  align-items: center;
}
.section-green-menu li h2 {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
}
.section-green-menu li span {
  line-height: 20px;
}
.section-green-menu li img {
  margin: auto;
}

#green-menu .ul-menu-green li {
  margin: 0;
  padding: 0;
  border: none;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

/*-------------------------------------------------------
// front-page
*********************************************************/
.page-id-12 .line-contact-body {
  margin-bottom: 40px;
}

/*-------------------------------------------------------
contact LINEボタン 
---------------------------------------------------------*/
.section-contact .post-448 {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .section-contact .post-448 {
    padding-top: 0;
  }
}

#LINE-section {
  padding-top: 10px;
  padding-bottom: 2rem;
  background-image: linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
}

.line-contact-body {
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}
.line-contact-body .line-contact-title {
  text-align: center;
}

.contact-img {
  max-width: 600px;
  margin: 2rem auto;
  text-align: center;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 16px 4px rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 599px) {
  .contact-img {
    width: 90%;
  }
}
.contact-img button.line-button {
  max-width: 600px;
  height: 100px;
  border: none;
  background-color: #f5f5f5;
}
.contact-img img {
  width: 100%;
  padding: 1rem;
  object-fit: contain;
}

.single-main #contact-line {
  margin: 60px auto;
}

/*--------------------------------------------------------
Contact Page - お問い合わせ ページ -
***************************************************************/
.page-id-18 .l-main {
  margin-top: 120px;
  background-color: #eee;
}
.page-id-18 .section-reserve-container {
  padding: 30px;
  background-color: #fdfdfd;
  box-shadow: 0px 0px 9px 1px rgba(51, 51, 51, 0.15);
}

.page-id-18 .l-contact__columns {
  gap: 8px;
}
.page-id-18 .l-contact__columns .column-body {
  padding: 0 15px;
}
.page-id-18 .l-contact__columns .column-body h3 {
  line-height: 2rem;
}

/*----------------------- 
お問い合わせ form
---------------------------*/
form span {
  font-size: normal;
}

form .mb-0, form .mt-0 {
  margin: 0;
}

.mpcf7-form {
  background-color: #fff;
  padding: 2rem;
}

.reserve_columns {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .reserve_columns {
    display: block;
  }
}

.reserve_column {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .reserve_column {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 599px) {
  .reserve_column {
    width: 100%;
    margin: auto;
  }
}

label {
  width: 40%;
  height: 40px;
  display: inline-block;
}

input {
  display: inline-block;
  width: 95%;
  height: 40px;
  border: 1px solid #676767;
}

.reserve_column p {
  display: flex;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 560px) {
  .reserve_column p {
    display: block;
  }

  .label, input {
    width: 100%;
  }
}
.checkbox-label {
  width: 100%;
}

#checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}
#checkbox-group input {
  margin-right: 5px;
  width: 15px;
}
#checkbox-group span.wpcf7-list-item > label {
  width: 100%;
  display: flex;
}
#checkbox-group span.wpcf7-list-item-label {
  display: flex;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 560px) {
  #checkbox-group span.wpcf7-list-item-label {
    display: block;
  }
}
.desired-box {
  margin-bottom: 10px;
}
.desired-box input {
  width: 100%;
  border: 1px solid #50a2da;
  color: #50a2da;
  padding-left: 10px;
  border-radius: 5px;
}

.message-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .message-box {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.message-box p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message-box label {
  width: 20%;
}
.message-box #message {
  width: 100%;
  border: 1px solid #676767;
}

.wpcf7-spinner {
  display: block !important;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

/*
footer
***************************************************************/
.l-footer {
  background-color: var(--footerColor);
  color: var(--footerFontColor);
  font-size: 14px;
}
.l-footer .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.l-footer P {
  line-height: 2rem;
  margin-top: 5px;
}

.footer-address {
  width: 90%;
  padding-top: 60px;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-address {
    display: block;
  }
}

.footer-addGroup {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer-addGroup {
    width: 100%;
  }
}

.footer-addItem {
  margin: 36px 0;
}

@media screen and (max-width: 768px) {
  #footer-logo {
    text-align: center;
  }
}
#footer-logo img {
  width: 240px;
  height: auto;
}

.footer-addr_span {
  text-align: left;
  display: block;
  line-height: 1.5rem;
}

.social-group-ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .social-group-ul {
    justify-content: center;
  }
}

.social-item {
  margin-right: 20px;
}

.social-item:last-child {
  margin-right: 0;
}

.footer-addItem img {
  width: 30px;
  height: auto;
}

.footer-map {
  padding: 0px;
  border-width: 0px;
  margin: 0px;
  width: 100%;
  height: 56.25%;
  overflow: hidden;
}

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

.f-border {
  border-bottom: 1px solid #137979;
  width: 90%;
  margin: auto;
}

.footer-menu {
  width: 95%;
  margin: auto;
}

.menu-footer-navigation-container {
  width: 100%;
  padding: 5%;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    width: 320px;
    margin: 20px auto;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .footer-nav {
    width: 280px;
  }
}
.footer-nav li {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer-nav li {
    width: 45%;
    line-height: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-nav li {
    font-size: 14px;
  }
}

.footer-nav .sub-menu {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-nav .sub-menu {
    display: none;
  }
}
.footer-nav .sub-menu li {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  padding-left: 5px;
}
.footer-nav .sub-menu li::before {
  content: "-";
  font-size: 20px;
  margin-right: 5px;
}

.f-corporate {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--footerFontColor);
  font-size: 12px;
  background-color: #047176;
}

/*----- page-about > footer -----*/
.page-id-24 .footer-address {
  display: block;
  position: relative;
}
.page-id-24 .footer-addGroup {
  width: auto;
}
.page-id-24 .footer-addGroup .f-add,
.page-id-24 .footer-addGroup .footer-map {
  display: none;
}
.page-id-24 #footer-logo {
  margin: auto;
  text-align: center;
}
.page-id-24 .social-group {
  margin-top: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-id-24 .social-group {
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  display: block;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p + p {
  margin-top: 1rem;
}

span {
  font-size: 0.825rem;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: 1px solid currentColor;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  padding: 1px 6px;
}

input {
  overflow: visible;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: 1px solid currentColor;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=color] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

dl,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* reset style css */
h1 {
  margin: 0;
}

pre {
  margin: 0;
}

ul > li {
  list-style: none;
}

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

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  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.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;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.slick-slide {
  margin: 1rem;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.slick-arrow {
  width: initial;
  height: initial;
  z-index: 2;
}

.slick-arrow:before {
  font-size: 30px;
}

.slick-prev:before, .slick-next:before {
  color: var(--accentColor);
}

button {
  border: none;
}

#front-button {
  padding: 20px 0;
  text-align: center;
}

.top-button {
  width: 330px;
  height: 70px;
  border: none;
  border-radius: 30px;
  z-index: 15;
  background: linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  box-shadow: 0px 5px 9px 1px rgba(51, 51, 51, 0.2);
}

@media screen and (max-width: 399px) {
  .top-button {
    width: 100%;
  }
}
.top-button a {
  display: block;
  padding: 20px;
}

.f-readMore {
  width: 100px;
}

#top-news .f-readMore {
  margin-top: -4rem;
}

@media screen and (max-width: 768px) {
  #top-news .f-readMore {
    margin: 0 auto;
  }
}
.section-staff .f-readMore, .section-event .f-readMore {
  margin: auto;
}

@media screen and (max-width: 599px) {
  .section-service .f-readMore {
    margin: auto;
  }
}
.jobseeker-button {
  width: 330px;
  border-radius: 5px;
  border: none;
  color: var(--bodyColor);
  background: linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
}

@media screen and (max-width: 768px) {
  .jobseeker-button {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .jobseeker-button {
    margin-bottom: 40px;
  }
}
.reserve_button-box {
  text-align: center;
  margin-top: 20px;
}

.entry_button {
  background: var(--subColor);
  color: var(--bodyColor);
  width: 30%;
  letter-spacing: 1px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  padding: 6px 48px;
}

@media screen and (max-width: 599px) {
  .entry_button {
    width: auto;
  }
}
.event-button {
  width: 200px;
  height: 40px;
  margin-top: 6px;
  color: var(--bodyColor);
  border: none;
  border-radius: 5px;
  background: linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
}

.f-button__r35 {
  padding: 20px;
}

.f-button__r35 a {
  padding: 20px 50px;
}

/* Foundation > img */
img.img-background-green {
  box-shadow: 20px 20px #90be50;
}

@media screen and (max-width: 768px) {
  img.img-background-green {
    box-shadow: 15px 15px #90be50;
  }
}
@media screen and (max-width: 599px) {
  img.img-background-green {
    box-shadow: 10px 10px #90be50;
  }
}
.green-img-box img {
  box-shadow: 20px 20px #90be50;
}

@media screen and (max-width: 768px) {
  .green-img-box img {
    box-shadow: 15px 15px #90be50;
  }
}
@media screen and (max-width: 599px) {
  .green-img-box img {
    box-shadow: 10px 10px #90be50;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  display: block;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p + p {
  margin-top: 1rem;
}

span {
  font-size: 0.825rem;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: 1px solid currentColor;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  padding: 1px 6px;
}

input {
  overflow: visible;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: 1px solid currentColor;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=color] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

dl,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* reset style css */
h1 {
  margin: 0;
}

pre {
  margin: 0;
}

ul > li {
  list-style: none;
}

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

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}

.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}
.page .sub-title {
  text-align: center;
}
.page .sub-title-green {
  color: var(--subColor);
}
.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}
.wp-video video {
  width: 100%;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  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.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;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.slick-slide {
  margin: 1rem;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.slick-arrow {
  width: initial;
  height: initial;
  z-index: 2;
}

.slick-arrow:before {
  font-size: 30px;
}

.slick-prev:before, .slick-next:before {
  color: var(--accentColor);
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

button {
  border: none;
}

#front-button {
  padding: 20px 0;
  text-align: center;
}

.top-button {
  width: 330px;
  height: 70px;
  border: none;
  border-radius: 30px;
  z-index: 15;
  background: linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  box-shadow: 0px 5px 9px 1px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 399px) {
  .top-button {
    width: 100%;
  }
}
.top-button a {
  display: block;
  padding: 20px;
}

.f-readMore {
  width: 100px;
}

#top-news .f-readMore {
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
  #top-news .f-readMore {
    margin: 0 auto;
  }
}

.section-staff .f-readMore, .section-event .f-readMore {
  margin: auto;
}

@media screen and (max-width: 599px) {
  .section-service .f-readMore {
    margin: auto;
  }
}

.jobseeker-button {
  width: 330px;
  border-radius: 5px;
  border: none;
  color: var(--bodyColor);
  background: linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
}
@media screen and (max-width: 768px) {
  .jobseeker-button {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .jobseeker-button {
    margin-bottom: 40px;
  }
}

.reserve_button-box {
  text-align: center;
  margin-top: 20px;
}

.entry_button {
  background: var(--subColor);
  color: var(--bodyColor);
  width: 30%;
  letter-spacing: 1px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  padding: 6px 48px;
}
@media screen and (max-width: 599px) {
  .entry_button {
    width: auto;
  }
}

.event-button {
  width: 200px;
  height: 40px;
  margin-top: 6px;
  color: var(--bodyColor);
  border: none;
  border-radius: 5px;
  background: linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
}

.f-button__r35 {
  padding: 20px;
}
.f-button__r35 a {
  padding: 20px 50px;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

/* Foundation > img */
img.img-background-green {
  box-shadow: 20px 20px #90be50;
}
@media screen and (max-width: 768px) {
  img.img-background-green {
    box-shadow: 15px 15px #90be50;
  }
}
@media screen and (max-width: 599px) {
  img.img-background-green {
    box-shadow: 10px 10px #90be50;
  }
}

.green-img-box img {
  box-shadow: 20px 20px #90be50;
}
@media screen and (max-width: 768px) {
  .green-img-box img {
    box-shadow: 15px 15px #90be50;
  }
}
@media screen and (max-width: 599px) {
  .green-img-box img {
    box-shadow: 10px 10px #90be50;
  }
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

.header-inner {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  z-index: 2;
}

.site-branding {
  position: static;
  height: 60px;
  z-index: 6;
}

.site-title a img {
  height: 60px;
  object-fit: scale-down;
}

/*---- address ----*/
.header-addr {
  margin-top: 1rem;
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .header-addr {
    display: block;
    margin: auto;
  }
}
.header-addr span {
  display: block;
}

@media screen and (max-width: 768px) {
  .h-address {
    margin: 20px;
  }
}

/*---- add form ----*/
.add_form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: fixed;
  top: 65%;
  right: 5%;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .add_form {
    flex-direction: column;
    right: 20px;
  }
}
.add_form img {
  width: 80px;
  margin: 8px;
  box-shadow: 0px 0px 16px 4px rgba(220, 220, 220, 0.15);
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .add_form img {
    width: 60px;
    margin: 4px;
  }
}

.page-id-12 .add_form.active {
  right: 0;
}

/*---- address ----*/
.l-nav.active .header-addr {
  margin-top: 1rem;
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .l-nav.active .header-addr {
    display: block;
    margin: auto;
  }
}
.l-nav.active .header-addr span {
  display: block;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

/*---------- header > Humbugger Menu ----------*/
/* メニューの中身 */
.l-nav {
  position: relative;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  padding-top: 40px;
  background: #fff;
  transition: all 0.6s;
  z-index: 200;
  overflow-x: auto;
  display: none;
}

.link-list {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 90px;
}

.link-list li a {
  display: block;
}

.link-list li:hover {
  background: #f8f8f8;
}

/* メニューが横から開く */
.nav-open .l-nav {
  right: 0;
}

/* メニューが横から開いた時の背景 */
.nav-open .menu-bg {
  opacity: 0.8;
  visibility: visible;
}

.header-inner {
  width: 90%;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: auto;
}

.site-title {
  margin: 0;
}
.site-title a img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .site-title {
    display: block;
    margin: auto;
  }
}

/*-------------------------------------------
-- sp navigation --
-------------------------------------------*/
/*　ハンバーガーボタン */
.hamburger {
  position: static;
  display: block;
  z-index: 3;
  top: 10px;
  right: 5%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.hamburger:hover {
  transform: translate(2px, 2px);
  transition: all 0.5s ease-out;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  left: 8px;
  background: var(--mainFontColor);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.hamburger span:nth-child(1) {
  margin-top: 8px;
}

.hamburger span:nth-child(2) {
  margin-top: 8px;
}

.hamburger span:nth-child(3) {
  margin-top: 8px;
}

/*-------------------------------------------
-- sp navigation > active
-------------------------------------------*/
.site-branding.active {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 30px);
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  position: absolute;
  top: 36px;
  transform: translateY(0);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hamburger.active:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
}

.hamburger.active span:nth-child(1) {
  position: relative;
  top: 10px;
  left: 0px;
  background: var(--mainFontColor);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2) {
  top: 20px;
  background: var(--mainFontColor);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
  opacity: 0;
}

/*---- NAV > active ----*/
.l-nav {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.l-nav.active {
  display: block;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: var(--bodyColor);
  text-align: left;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.l-nav.active .menu-item {
  width: 90%;
  margin: auto;
  display: block;
  border-bottom: 1px solid #cccccc;
  transition: 0.3s all;
  text-align: left;
  line-height: 2.5rem;
}
.l-nav.active .menu-item a {
  display: block;
  color: var(--mainFontColor);
  box-shadow: inset 0 0 0 0 #f3eaea;
  transition: all 0.4s ease-in-out 0s;
}
.l-nav.active .menu-item a:hover {
  box-shadow: inset 300px 0 0 0 var(--bg-color);
  color: var(--bg-color);
  border-radius: 5px;
}
.l-nav.active .menu-item-32 {
  border-top: 1px solid #cccccc;
}
.l-nav.active .sub-menu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}
.l-nav.active .sub-menu {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
}
.l-nav.active .sub-menu li {
  width: 46%;
  border: none;
  background-color: #eeeeee;
  font-size: 14px;
  line-height: 38px;
  margin: 0 5% 5px 0;
}
.l-nav.active .sub-menu li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .l-nav.active .sub-menu li {
    width: 100%;
    display: inline-flex;
    margin: auto;
  }
}
.l-nav.active .menu-item-64,
.l-nav.active .menu-item-63,
.l-nav.active .menu-item-41,
.l-nav.active .menu-item-42,
.l-nav.active .menu-item-43 {
  display: flex;
  align-items: center;
  align-content: center;
}
.l-nav.active .menu-item-64::before {
  content: "";
  background: url(../images/menu/menu01.png) no-repeat;
  background-size: contain;
}
.l-nav.active .menu-item-63::before {
  content: "";
  background: url(../images/menu/menu02.png) no-repeat;
  background-size: contain;
}
.l-nav.active .menu-item-41::before {
  content: "";
  background: url(../images/menu/menu03.png) no-repeat;
  background-size: contain;
}
.l-nav.active .menu-item-42::before {
  content: "";
  background: url(../images/menu/menu04.png) no-repeat;
  background-size: contain;
}
.l-nav.active .menu-item-43::before {
  content: "";
  background: url(../images/menu/menu05.png) no-repeat;
  background-size: contain;
}
.l-nav.active .menu-item-64::before,
.l-nav.active .menu-item-64::before,
.l-nav.active .menu-item-63::before,
.l-nav.active .menu-item-41::before,
.l-nav.active .menu-item-42::before,
.l-nav.active .menu-item-43::before {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-right: 15px;
  width: 38px;
  height: 38px;
  z-index: 7;
}

/*---- このクラスを、jQueryで付与・削除する ----*/
.l-nav.active {
  display: block;
  opacity: 1;
  visibility: unset;
  visibility: visible;
  /* じわっと画像が表示される */
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

.sub-menu.active {
  display: flex;
  opacity: 1;
  visibility: unset;
  visibility: visible;
  /* じわっと画像が表示される */
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

/*---- l-main ----*/
.l-main {
  padding: 0;
  margin: 160px auto 0;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 180px;
  }
}

/* ----l-section ----*/
.l-section {
  margin: 60px auto;
}

.section-title {
  text-align: left;
}

/* ---- container ----*/
.container {
  max-width: 900px;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page .section-service {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .section-page-content {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .section-green {
    padding-top: 30px;
  }
}

/* ---- section-color ----*/
.section-gray {
  background: #eeeeee;
}

.section-green {
  margin: 0 !important;
  padding: 50px 0;
  background: linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
}

/* section-green-menu */
.section-green-menu {
  width: 100%;
  margin: auto;
  height: 60px;
  margin-top: -60px;
  margin-bottom: 60px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-green-menu {
    width: 90%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .section-green-menu {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section-green-menu ul {
  width: 100%;
  height: 40px;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  background: linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(90deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  box-shadow: inset 0px -5px 5px 4px rgba(152, 152, 152, 0.2);
  border-radius: 3px;
}
.section-green-menu li {
  margin: 0;
  padding: 0;
}
.section-green-menu li a {
  display: flex;
  align-content: center;
  align-items: center;
}
.section-green-menu li h2 {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
}
.section-green-menu li span {
  line-height: 20px;
}
.section-green-menu li img {
  margin: auto;
}

#green-menu .ul-menu-green li {
  margin: 0;
  padding: 0;
  border: none;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

/*-------------------------------------------------------
// front-page
*********************************************************/
.page-id-12 .line-contact-body {
  margin-bottom: 40px;
}

/*-------------------------------------------------------
contact LINEボタン 
---------------------------------------------------------*/
.section-contact .post-448 {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .section-contact .post-448 {
    padding-top: 0;
  }
}

#LINE-section {
  padding-top: 10px;
  padding-bottom: 2rem;
  background-image: linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -moz-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -webkit-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
  background-image: -ms-linear-gradient(0deg, #91be50 0%, #d8e083 100%);
}

.line-contact-body {
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}
.line-contact-body .line-contact-title {
  text-align: center;
}

.contact-img {
  max-width: 600px;
  margin: 2rem auto;
  text-align: center;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 16px 4px rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 599px) {
  .contact-img {
    width: 90%;
  }
}
.contact-img button.line-button {
  max-width: 600px;
  height: 100px;
  border: none;
  background-color: #f5f5f5;
}
.contact-img img {
  width: 100%;
  padding: 1rem;
  object-fit: contain;
}

.single-main #contact-line {
  margin: 60px auto;
}

/*--------------------------------------------------------
Contact Page - お問い合わせ ページ -
***************************************************************/
.page-id-18 .l-main {
  margin-top: 120px;
  background-color: #eee;
}
.page-id-18 .section-reserve-container {
  padding: 30px;
  background-color: #fdfdfd;
  box-shadow: 0px 0px 9px 1px rgba(51, 51, 51, 0.15);
}

.page-id-18 .l-contact__columns {
  gap: 8px;
}
.page-id-18 .l-contact__columns .column-body {
  padding: 0 15px;
}
.page-id-18 .l-contact__columns .column-body h3 {
  line-height: 2rem;
}

/*----------------------- 
お問い合わせ form
---------------------------*/
form span {
  font-size: normal;
}

form .mb-0, form .mt-0 {
  margin: 0;
}

.mpcf7-form {
  background-color: #fff;
  padding: 2rem;
}

.reserve_columns {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .reserve_columns {
    display: block;
  }
}

.reserve_column {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .reserve_column {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 599px) {
  .reserve_column {
    width: 100%;
    margin: auto;
  }
}

label {
  width: 40%;
  height: 40px;
  display: inline-block;
}

input {
  display: inline-block;
  width: 95%;
  height: 40px;
  border: 1px solid #676767;
}

.reserve_column p {
  display: flex;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 560px) {
  .reserve_column p {
    display: block;
  }

  .label, input {
    width: 100%;
  }
}
.checkbox-label {
  width: 100%;
}

#checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}
#checkbox-group input {
  margin-right: 5px;
  width: 15px;
}
#checkbox-group span.wpcf7-list-item > label {
  width: 100%;
  display: flex;
}
#checkbox-group span.wpcf7-list-item-label {
  display: flex;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 560px) {
  #checkbox-group span.wpcf7-list-item-label {
    display: block;
  }
}
.desired-box {
  margin-bottom: 10px;
}
.desired-box input {
  width: 100%;
  border: 1px solid #50a2da;
  color: #50a2da;
  padding-left: 10px;
  border-radius: 5px;
}

.message-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .message-box {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.message-box p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message-box label {
  width: 20%;
}
.message-box #message {
  width: 100%;
  border: 1px solid #676767;
}

.wpcf7-spinner {
  display: block !important;
}

:root {
  --mainFontColor: #222222;
  --footerFontColor: #fdfdfd;
  --subColor: #0b7575;
  --accentColor: #f07d04;
  --bodyColor: #FFFFFF;
  --colorGray: #dddddd;
  --footerColor: #0b4545;
  --fontFamily-base: "NotoSansJP", "Roboto Condensed", self, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily-base);
  color: var(--mainFontColor);
  background-color: var(--bodyColor);
  font-size: 16px;
  line-height: 1.5;
}

main.l-main {
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
}

h2 {
  font-size: 2rem;
}

h2 span {
  font-size: 2rem;
}

h3 {
  line-height: 3rem;
}

.h2-green,
.h3-green,
.h4-green,
.p-green,
.span-green {
  color: var(--subColor);
}

.h2-orange {
  color: var(--accentColor);
}

@media screen and (max-width: 599px) {
  .page h1.has-background, .page h2.has-background, .page h3.has-background, .page h4.has-background, .page h5.has-background, .page h6.has-background, .page p.has-background {
    padding: 10px;
  }
}
.page-subTitle {
  letter-spacing: 1px;
}

a:hover {
  opacity: 0.7;
  transform: translateX(2px);
}

figure.wp-block-image {
  margin: auto;
}

figure.wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
}

.youtube-wd iframe,
#section-youtube-wd figure iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.bg-white {
  color: var(--bodyColor);
  background: var(--bodyColor);
  border: none;
}

.page .section-title {
  text-align: center;
}

.page .sub-title {
  text-align: center;
}

.page .sub-title-green {
  color: var(--subColor);
}

.page .p-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}
.wp-video {
  width: 100%;
  margin: auto;
}

.wp-video video {
  width: 100%;
}

/*
footer
***************************************************************/
.l-footer {
  background-color: var(--footerColor);
  color: var(--footerFontColor);
  font-size: 14px;
}
.l-footer .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.l-footer P {
  line-height: 2rem;
  margin-top: 5px;
}

.footer-address {
  width: 90%;
  padding-top: 60px;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-address {
    display: block;
  }
}

.footer-addGroup {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer-addGroup {
    width: 100%;
  }
}

.footer-addItem {
  margin: 36px 0;
}

@media screen and (max-width: 768px) {
  #footer-logo {
    text-align: center;
  }
}
#footer-logo img {
  width: 240px;
  height: auto;
}

.footer-addr_span {
  text-align: left;
  display: block;
  line-height: 1.5rem;
}

.social-group-ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .social-group-ul {
    justify-content: center;
  }
}

.social-item {
  margin-right: 20px;
}

.social-item:last-child {
  margin-right: 0;
}

.footer-addItem img {
  width: 30px;
  height: auto;
}

.footer-map {
  padding: 0px;
  border-width: 0px;
  margin: 0px;
  width: 100%;
  height: 56.25%;
  overflow: hidden;
}

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

.f-border {
  border-bottom: 1px solid #137979;
  width: 90%;
  margin: auto;
}

.footer-menu {
  width: 95%;
  margin: auto;
}

.menu-footer-navigation-container {
  width: 100%;
  padding: 5%;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    width: 320px;
    margin: 20px auto;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .footer-nav {
    width: 280px;
  }
}
.footer-nav li {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer-nav li {
    width: 45%;
    line-height: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-nav li {
    font-size: 14px;
  }
}

.footer-nav .sub-menu {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-nav .sub-menu {
    display: none;
  }
}
.footer-nav .sub-menu li {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  padding-left: 5px;
}
.footer-nav .sub-menu li::before {
  content: "-";
  font-size: 20px;
  margin-right: 5px;
}

.f-corporate {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--footerFontColor);
  font-size: 12px;
  background-color: #047176;
}

/*----- page-about > footer -----*/
.page-id-24 .footer-address {
  display: block;
  position: relative;
}
.page-id-24 .footer-addGroup {
  width: auto;
}
.page-id-24 .footer-addGroup .f-add,
.page-id-24 .footer-addGroup .footer-map {
  display: none;
}
.page-id-24 #footer-logo {
  margin: auto;
  text-align: center;
}
.page-id-24 .social-group {
  margin-top: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-id-24 .social-group {
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
}

/*------------------------------------------------------------
Single page layout
***************************************************************/
.single-main .single-head {
  width: 100%;
}
.single-main img {
  width: 100%;
  height: auto;
}

.postLinks {
  text-align: center;
}

#front-button {
  text-align: center;
}

/*# sourceMappingURL=origin.css.map */
