@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%;
}

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

: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: 80%;
  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;
}

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

.page form .mb-0,
.page 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;
  display: none;
}

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

/*----------------------------------------------------------------
.jobseeker_lp
----------------------------------------------------------------*/
:root {
  --lpGreenA: #539d9d;
  --lpGreenB: #0b7474;
  --lpYellow: #ffc600;
  --lpOrange: #ff7800;
  --lpGrayA: #dddddd;
  --lpGrayB: #eeeeee;
}

.page-id-1443 .post-thumbnail {
  position: relative;
}

.page-id-1443 .post-thumbnail img {
  height: 740px;
  object-position: right top;
}

@media screen and (max-width: 768px) {
  .page-id-1443 .post-thumbnail img {
    height: 550px;
  }
}

.page-id-1443 h2 {
  font-style: italic;
  text-align: center;
}

.page-id-1443 h2:after {
  border-bottom: 2px solid var(--lpGrayA);
}

.page-id-1443 .line-contact-title {
  font-style: normal;
}

.page-id-1443 h2 span {
  font-size: 2.5rem;
}

.page-id-1443 figure.wp-block-image {
  margin: 0;
}

/* /page-id-1443 */
#lp-main {
  margin: 215px auto 0;
}

#lp-main figure.job-mv-catch {
  width: 55%;
  position: absolute;
  top: 340px;
  left: 5%;
}

@media screen and (max-width: 768px) {
  #lp-main figure.job-mv-catch {
    top: 400px;
  }
}

@media screen and (max-width: 599px) {
  #lp-main figure.job-mv-catch {
    width: 95%;
    top: 340px;
    left: 2%;
  }
}

#lp-main .section-green-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 830px;
}

@media screen and (max-width: 768px) {
  #lp-main .section-green-menu {
    top: 650px;
  }
}

.lp-flex {
  margin-bottom: 12px;
}

.lp-band__full {
  padding: 1rem 0 2px;
  position: relative;
  text-align: center;
  color: var(--bodyColor);
  background: var(--lpGreenB);
}

.lp-band__full p {
  font-size: 1.5rem;
  font-style: italic;
}

.lp-band__full span {
  font-size: 2.5rem;
  font-weight: bold;
}

.lp-band__full .span-yellow,
.lp-band__full .h2-yellow {
  color: var(--lpYellow);
}

.lp-band__full:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -26px;
  border: 26px solid transparent;
  border-top: 22px solid var(--lpGreenB);
}

.lp-background__gray {
  background: var(--lpGrayB);
}

/*
	_project.scss
	jobseeker-lp
*/
.page-id-1443 p {
  line-height: 2em;
}

.page-id-1443 .bg-white {
  padding: 1rem;
  background: #fff;
}

.page-id-1443 .bg-green {
  margin-top: 2rem;
  background: #0b7474;
}

.page-id-1443 h2.text-white {
  width: 90%;
  max-width: 950px;
  margin: 2rem auto;
  color: var(--bodyColor);
}

@media screen and (max-width: 599px) {
  .page-id-1443 h2.text-white {
    margin: auto;
  }
}

.page-id-1443 h2.text-white .h2-yellow {
  color: var(--lpYellow);
}

.page-id-1443 .mb0.wp-block-columns.are-vertically-aligned-center {
  margin-bottom: 0;
}

.page-id-1443 hr.h2-u-border50 {
  width: 110%;
  position: relative;
  left: 5%;
}

.page-id-1443 .section-green03 {
  margin-top: 0;
}

.page-id-1443 .job-offer_text-group {
  margin-left: 1rem;
}

.page-id-1443 .job-offer_text-group h2 {
  text-align: left;
}

.page-id-1443 #for-events-banner {
  text-align: center;
  margin: auto;
}

/*-------------------------------------------------------
 * 固定ページ用  PAGE  SCSS
***************************************************************/
.heading-container {
  margin: -220px auto 10px;
  text-align: center;
}

.page-title {
  padding-bottom: 0;
  margin-bottom: 10px;
}

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

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

.qa-green {
  color: var(--subColor);
}

.page-subTitle.qa-orange {
  font-weight: bold;
}

.page-mv {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.page-mv img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center bottom;
}

/*-------------------------------------------------------
template-part / content-page
*********************************************************/
.post-thumbnail {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.post-thumbnail img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center bottom;
}

/*-------------------------------------------------------
  questions よくある質問 ページ
***************************************************************/
.page-id-22 {
  /*
  dl {
    margin: 30px 0 50px;
  }

  dl > div {
    margin-bottom: 24px;
  }
  dt {
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    // テキストをクリックさせない
    user-select: none;
    // position: relative;
    background-color: var(--colorGray);
    display: flex;
    align-content: center;
    align-items: center;
  }

  dt::before {
    content: 'Q ';
    margin: auto 15px;
    font-size: 2rem;
    font-weight: bold;
    color: var(--subColor);
  }
  dd {
    padding: 24px 8px;
    margin-top: 5px;
    display: none;
    border: solid 2px var(--colorGray);
    align-content: center;
    align-items: center;
  }
  dd:before {
    content: 'A ';
    margin: auto 15px;
    font-size: 2rem;
    font-weight: bold;
    color: var(--subColor);
  }

  dl > div.appear {
    dd {
      display: flex;
      animation: .3s feedIn;
    }
  }
  // アニメーションの定義
  @keyframes feedIn {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  */
}

.page-id-22 h2 {
  padding: 1rem;
  margin: 1rem;
  border-bottom: 1px solid var(--colorGray);
  text-align: center;
}

.page-id-22 h2 span {
  font-size: calc(1.325rem + 0.9vw);
}

.page-id-22 h3 {
  line-height: 2rem;
  font-size: 20px;
}

.page-id-22 .question-item {
  margin: 20px 0;
}

.page-id-22 .question-item img {
  width: 24px !important;
  height: 30px !important;
  margin: 10px !important;
}

.page-id-22 .question-item p {
  margin-left: 10px;
}

.page-id-22 .question-item__que {
  min-height: 3rem;
  padding: 5px;
  background: var(--colorGray);
}

.page-id-22 .question-item__ans {
  min-height: 80px;
  margin-top: 5px;
  padding: 20px 5px;
  border: 2px solid var(--colorGray);
}

.page-id-22 .line-contact-body {
  margin-bottom: 0;
}

.page-id-22 .line-contact-body h2 {
  margin: 0;
  padding-bottom: 0;
  border: none;
}

/*-------------------------------------------------------
aboutページ
-------------------------------------------------------*/
.page-id-24 .main-content {
  margin-top: 100px;
}

.page-id-24 .section-origin {
  margin-top: 0;
}

.page-id-24 .section-origin .section-head {
  margin-bottom: 30px;
}

.page-id-24 .section-origin .section-head h2 {
  margin-top: -60px;
}

.page-id-24 .section-origin::before {
  content: "ABOUT US";
  display: block;
  font-family: "Roboto Condensed";
  color: #eeeeee;
  font-size: 80px;
  font-weight: bold;
  text-align: right;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .page-id-24 .section-origin::before {
    font-size: 60px;
  }
}

.page-id-24 .section-movie {
  text-align: center;
}

.page-id-24 .section-movie {
  margin-bottom: 20px;
}

.page-id-24 figure.wp-block-embed-youtube {
  text-align: center;
}

.page-id-24 iframe {
  width: 100%;
  height: 500px;
}

.page-id-24 .section-support .section-head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.page-id-24 .section-support .section-head h3 {
  margin: auto;
  line-height: 4rem;
  text-align: center;
  word-break: keep-all;
}

.page-id-24 .section-support .section-head::before,
.page-id-24 .section-support .section-head::after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--colorGray);
  width: 25%;
}

.page-id-24 .section-support-s {
  text-align: center;
  margin: 0 auto;
}

.page-id-24 .section-promise::before {
  content: "NEW STAGE";
  display: block;
  font-family: "Roboto Condensed";
  color: #b5d06b;
  font-size: 80px;
  font-weight: bold;
  text-align: right;
  margin-right: 5%;
  margin-bottom: -80px;
}

@media screen and (max-width: 768px) {
  .page-id-24 .section-promise::before {
    font-size: 60px;
  }
}

.page-id-24 .section-promise {
  margin-bottom: 0;
  padding-bottom: 180px;
}

@media screen and (max-width: 768px) {
  .page-id-24 .section-promise {
    padding-bottom: 600px;
  }
}

.page-id-24 .section-promise-container {
  margin-top: -160px;
}

@media screen and (max-width: 768px) {
  .page-id-24 .section-promise-container {
    margin-top: -600px;
  }
}

.page-id-24 .section-promise-container .span-green {
  font-size: 18px;
  font-weight: bold;
}

.page-id-24 .section-corporate .section-column-box {
  background-image: url(../images/about/about-corp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

@media screen and (max-width: 768px) {
  .page-id-24 .section-action {
    display: flex;
    flex-direction: column-reverse;
  }
}

.page-id-24 .section-action .section-column-box {
  background-image: url(../images/about/about-action.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.page-id-24 .section-team {
  margin-top: 80px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 5;
}

.page-id-24 .section-team h2 {
  padding-top: 48px;
}

.page-id-24 .span-member {
  margin-left: -2rem;
  text-align: left;
  display: block;
  position: absolute;
  top: 3%;
  bottom: 0;
  z-index: -1;
  font-family: "Roboto Condensed";
  color: var(--bodyColor);
  font-size: 80px;
  font-weight: bold;
  text-align: left;
}

.page-id-24 .SDGs-columns {
  display: flex;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 768px) {
  .page-id-24 .SDGs-columns {
    flex-direction: column-reverse;
  }
}

.page-id-24 .SDGs-column {
  margin: 1rem;
}

.page-id-24 .SDGs-column p {
  line-height: 1.5rem;
  margin: 10px;
}

.page-id-24 .SDGs-column:first-child {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .page-id-24 .SDGs-column:first-child {
    width: 100%;
  }
}

.page-id-24 .SDGs-column:nth-child(2) {
  width: 40%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page-id-24 .SDGs-column:nth-child(2) {
    width: 100%;
  }
}

.page-id-24 .section-goal {
  text-align: left;
  padding: 2rem 1rem;
  background-color: #e5e9d8;
}

@media screen and (max-width: 599px) {
  .page-id-24 .section-goal {
    display: none;
  }
}

.page-id-24 .section-goal h4 {
  padding-bottom: 20px;
}

.page-id-24 .about-content {
  background-color: var(--bodyColor);
}

.page-id-24 .profile-columns {
  padding: 1rem;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
  .page-id-24 .profile-columns {
    flex-direction: column;
  }
}

.page-id-24 .profile-column {
  width: 50%;
  padding: 1rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page-id-24 .profile-column {
    width: 100%;
  }
}

.page-id-24 .profile-column dl {
  padding: 10px;
  display: flex;
  text-align: left;
  border-bottom: 1px solid #aaaaaa;
}

@media screen and (max-width: 768px) {
  .page-id-24 .profile-column dl {
    margin: 5px;
  }
}

.page-id-24 .profile-column dt {
  width: 30%;
  font-size: 18px;
  font-weight: bold;
}

.page-id-24 .profile-column dd p {
  line-height: 1rem;
}

@media screen and (max-width: 768px) {
  .page-id-24 .profile-column dd .p-2rem {
    line-height: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .page-id-24 .profile-column dd br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page-id-24 .profile-column .footer-map {
    height: 400px;
  }
}

@media screen and (max-width: 599px) {
  .page-id-24 .profile-column .footer-map {
    height: 350px;
  }
}

/*-------------------------------------------------------
For Companies
***************************************************************/
.page-id-26 .l-section {
  padding-top: 50px;
}

.page-id-26 .l-section:first-child {
  position: relative;
}

.page-id-26 .section-company h2 {
  margin-top: -4rem;
}

@media screen and (max-width: 599px) {
  .page-id-26 .section-company h2 {
    margin-top: -3rem;
  }
}

.page-id-26 .section-company .pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .page-id-26 .section-company .pc-none {
    display: block;
  }
}

.page-id-26 .section-company::before {
  content: "FOR COMPANIES";
  font-size: 80px;
  font-family: "Roboto Condensed";
  color: #eeeeee;
  font-weight: bold;
  display: block;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .page-id-26 .section-company::before {
    font-size: 60px;
  }
}

@media screen and (max-width: 399px) {
  .page-id-26 .section-company::before {
    font-size: 50px;
  }
}

@media screen and (max-width: 599px) {
  .page-id-26 .feature-box-columns {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .page-id-26 .feature-box-02 {
    flex-direction: column-reverse;
  }
}

.page-id-26 ::after {
  margin-top: -140px;
  margin-bottom: 50px;
  font-size: 80px;
  font-family: "Roboto Condensed";
  color: #eeeeee;
  font-weight: bold;
  display: block;
  position: sticky;
  z-index: -1;
  letter-spacing: 1px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .page-id-26 ::after {
    margin-top: -100px;
    font-size: 60px;
  }
}

.page-id-26 .f-01::after {
  content: "FEATURE.01";
}

.page-id-26 .f-02::after {
  content: "FEATURE.02";
  text-align: left;
}

@media screen and (max-width: 599px) {
  .page-id-26 .f-02::after {
    text-align: right;
  }
}

.page-id-26 .f-03::after {
  content: "FEATURE.03";
}

@media screen and (max-width: 599px) {
  .page-id-26 .successFlow-columns01 {
    display: block;
  }
}

.page-id-26 .successFlow-columns01 p {
  line-height: 18px;
  margin-bottom: 0;
}

.page-id-26 .successFlow-columns01 P+p {
  margin-top: 0;
}

@media screen and (max-width: 599px) {
  .page-id-26 .successFlow-columns01 figure {
    margin-right: 10px;
  }
}

.page-id-26 .successFlow-columns01 figure.step-06 {
  width: 94%;
}

.page-id-26 .successFlow-columns01 .step-01 {
  width: 150px;
}

@media screen and (max-width: 960px) {
  .page-id-26 .successFlow-columns01 .step-01 {
    width: auto;
  }
}

.page-id-26 .successFlow-columns01 .step-03 {
  width: 210px;
}

.page-id-26 .successFlow-columns01 .flow-column {
  margin-bottom: 1rem;
}

@media screen and (max-width: 599px) {
  .page-id-26 .successFlow-columns01 .flow-column {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
  }
}

.page-id-26 .sme-hidden-sm {
  display: flex;
}

@media screen and (max-width: 599px) {
  .page-id-26 .sme-hidden-sm {
    display: none;
  }
}

.page-id-26 .sme-hidden-md {
  display: none;
}

@media screen and (max-width: 599px) {
  .page-id-26 .sme-hidden-md {
    display: block;
  }
}

.page-id-26 .recruitPoint-columns .green-img-box {
  margin-bottom: 20px;
}

.page-id-26 .recruitPoint-columns .green-img-box img {
  box-shadow: 15px 15px #90be50;
}

/*----------------------------------------------------
jobseeker
******************************************************/
.page-id-28 .page-title {
  color: var(--bodyColor);
}

.page-id-28 .round-green-group {
  margin-top: 30px;
}

.page-id-28 .section-turning {
  max-width: 600px;
  margin: auto;
  margin-bottom: 80px;
}

.page-id-28 .section-green__movie {
  max-width: 700px;
  margin: auto;
  position: relative;
  top: -160px;
}

@media screen and (max-width: 768px) {
  .page-id-28 .section-green__movie {
    max-width: 500px;
  }
}

@media screen and (max-width: 599px) {
  .page-id-28 .section-green__movie {
    width: 100%;
  }
}

.page-id-28 .section-green .content-contact {
  margin: auto;
  margin-top: -120px;
}

@media screen and (max-width: 599px) {
  .page-id-28 .section-green .content-contact {
    margin-top: -100px;
  }
}

.page-id-28 .section-green .content-contact img {
  padding: 13px 160px;
}

@media screen and (max-width: 599px) {
  .page-id-28 .section-green .content-contact img {
    padding: 0;
  }
}

.page-id-28 .seeker-promise {
  margin-top: -40px;
}

.page-id-28 .seeker-promise-textbox {
  margin-bottom: 30px;
}

.page-id-28 .job-offer_text-group {
  margin-left: 1rem;
}

.page-id-28 .span_job-offer::after {
  content: "JOB OFFER";
  margin-top: -40px;
  font-size: 80px;
  font-family: "Roboto Condensed";
  color: #eeeeee;
  font-weight: bold;
  display: block;
  position: sticky;
  z-index: -1;
  letter-spacing: 4px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .page-id-28 .span_job-offer::after {
    margin-top: -80px;
    font-size: 60px;
  }
}

@media screen and (max-width: 399px) {
  .page-id-28 .span_job-offer::after {
    margin-top: -100px;
    margin-bottom: 40px;
    font-size: 40px;
  }
}

.page-id-28 .section-seeker-white {
  width: 90%;
  margin: auto;
  padding: 0;
}

.page-id-28 .section-seeker-white img {
  width: 550px;
  height: 350px;
  object-fit: cover;
}

.page-id-28 .event-column {
  padding: 0 20px;
  margin: auto;
}

.page-id-28 .seeker-white-img {
  padding: 0;
  margin: 0;
}

.page-id-28 .section-reserve {
  padding-bottom: 40px;
}

.page-id-28 .section-reserve .section-head {
  margin-bottom: 30px;
  text-align: center;
}

.page-id-28 .section-reserve .section-head h2 {
  margin-bottom: 0;
}

.page-id-16 p {
  margin: 0;
  line-height: 1.3rem;
}

.page-id-16 .l-main {
  padding: 0;
}

.page-id-16 .l-main .post_thumbnail {
  margin-right: 1rem;
}

.page-id-16 .l-main .post_thumbnail img {
  width: 300px;
  height: 210px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .page-id-16 .l-main .post_thumbnail {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .page-id-16 .l-main .post_thumbnail {
    margin-right: 0;
  }
}

.page-id-16 .l-main ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--colorGray);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .page-id-16 .l-main ul li {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 599px) {
  .page-id-16 .l-main ul li {
    display: block;
  }
}

.page-id-16 .l-main ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--colorGray);
}

@media screen and (max-width: 599px) {
  .page-id-16 .l-main ul li {
    display: block;
  }
}

.page-id-16 .section-head {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.page-id-16 .section-body {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page-id-16 .section-body {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .page-id-16 .button-block {
    text-align: center;
  }
}

.page-id-16 .section-body_item {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .page-id-16 .section-body_item {
    width: 100%;
  }
}

.page-id-16 .section-body_item .event-body {
  width: 300px;
  height: auto;
  margin: auto;
  overflow: visible;
}

.page-id-16 .section-body_item h3 {
  line-height: 1em;
}

.page-id-16 .section-body_item .post_p {
  margin-top: 5px;
}

.page-id-16 .news-news-item {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .page-id-16 .news-news-item {
    width: 100%;
  }
}

.page-id-16 .news-date {
  margin-right: 3rem;
}

.page-id-16 .p-readMore a {
  display: flex;
}

.page-id-16 .staff_meta {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .page-id-16 .staff_meta {
    width: 100%;
  }
}

.page-id-16 .section-sidebar {
  width: 160px;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .page-id-16 .section-sidebar {
    display: none;
  }
}

.page-id-16 .section-sidebar ul li {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--colorGray);
}

.page-id-16 .section-sidebar ul li a {
  display: flex;
  align-items: center;
}

.page-id-16 .section-sidebar ul li span {
  display: flex;
  align-items: center;
}

.page-id-16 .section-sidebar ul li a span::after {
  content: "▶";
  width: 20px;
  height: 20px;
  margin: 0 0 1px 10px;
  padding-left: 1px;
  padding-top: 2px;
  border-radius: 50%;
  font-size: 10px;
  color: var(--bodyColor);
  background-color: var(--subColor);
  text-align: center;
  display: grid;
  align-content: center;
  align-items: center;
}

.page-id-16 .section-sidebar_sp {
  text-align: center;
}

.page-id-16 .section-sidebar_sp select {
  border: 1px solid var(--colorGray);
  padding: 5px 80px;
}

@media screen and (min-width: 769px) {
  .page-id-16 .section-sidebar_sp {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .page-id-16 .section-sidebar_sp {
    width: 100%;
  }
}

/*---- page service サービス内容 ----*/
.page-id-20 h1 {
  color: #333333;
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.8);
}

.page-id-20 .page-subTitle {
  font-size: 18px;
  text-shadow: 0px 0px 12.75px rgba(255, 255, 255, 0.8);
}

.page-id-20 h3 {
  line-height: 2.6rem;
  margin-bottom: 1rem;
}

.page-id-20 h3 span {
  font-size: calc(1.3rem + 0.6vw);
}

.page-id-20 p {
  margin: 0;
}

.page-id-20 .service-page_logo img {
  width: 200px;
}

.page-id-20 .h3-green {
  font-size: 1.5rem;
}

.page-id-20 .service-page_text-group {
  margin: 15px 0 0;
  display: flex;
  align-items: center;
  align-content: center;
}

.page-id-20 .service-page_text-group p,
.page-id-20 .service-page_text-group img {
  vertical-align: middle;
}

.page-id-20 .wp-block-image {
  margin: 0;
}

.page-id-20 .wp-image-660 {
  height: 1rem;
}

.page-id-20 .section-service_manage h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.page-id-20 .section-service_manage .service-page_text-group {
  justify-content: space-between;
}

.page-id-20 .section-service_manage img {
  margin-bottom: 10px;
}

.page-id-20 .section-service_manage .img-next-site img {
  margin: 0;
}

/*221016追記*/
/*月別アーカイブページ*/
.archive-title {
  width: 90%;
  margin: 0 auto;
}

.dete_flex {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.dete_container {
  width: 75%;
}

.dete_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.dete_item {
  width: 45%
}

.dete_item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.dete-news_list,
.dete-news_item {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .dete_container {
    width: 65%;
  }
}

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

  .dete_item {
    width: 100%;
  }
}

/*サイドバー*/
.date-sidebar {
  width: 20%;
  margin-left: 1rem;
}

@media screen and (max-width: 1200px) {
  .date-sidebar {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .date-sidebar {
    display: none;
  }
}

.date-sidebar ul li {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--colorGray);
}

.date-sidebar ul li a {
  display: flex;
  align-items: center;
}

.date-sidebar ul li span {
  display: flex;
  align-items: center;
}

.date-sidebar ul li a span::after {
  content: "▶";
  width: 20px;
  height: 20px;
  margin: 0 0 1px 10px;
  padding-left: 1px;
  padding-top: 2px;
  border-radius: 50%;
  font-size: 10px;
  color: var(--bodyColor);
  background-color: var(--subColor);
  text-align: center;
  display: grid;
  align-content: center;
  align-items: center;
}

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