@charset "UTF-8";
/* =====================================================
  0.0 - Foundation
===================================================== */
/*
index
-----------------------------------------------------*/
/*
i-setting
-----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
i-functions
-----------------------------------------------------*/
/*
i-mixin
-----------------------------------------------------*/
/* ------------------------- 使い方 ----------------------------------------------------------

    @include sizing(width, wide, 365px, sp, 276px);
    ==> width: clamp(276px, 7.46vw + 248px, 365px);
    （ビューポートがwide(1568px)のとき365px, sp(375px)のとき276pxになる自動補完値を上限下限をつけて設定）

    @include sizing(width, wide, 365px, sp, 276px, noClamp);
    ==> width: calc(7.46vw + 248px);
    （ビューポートがwide(1568px)のとき365px, sp(375px)のとき276pxになる自動補完値を設定）

    @include sizingRem(font-size, wide, 14px, sp, 12px);
    ==> font-size: clamp(0.75rem, 0.17vw + 0.70625rem, 0.875rem;
    （ビューポートがwide(1568px)のとき14px, sp(375px)のとき12pxになる自動補完値をremに変換して設定）
　　
    ※使いたいsassファイル上で@useしてください。
    ※scssファイル上での読みやすさ重視のため、mixinの引数に単位[px]が必要な仕様にしてあります。

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

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-display: swap;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: clamp(0.875rem, 0.31vw + 0.8125rem, 1rem);
  line-height: clamp(2.5rem, 0vw + 2.5rem, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
}

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

a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

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

ul,
ol,
li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  line-height: 2;
}

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

img {
  border: 0;
  line-height: 0;
  vertical-align: bottom;
}

img {
  width: 100%;
  max-width: 100%; /* 1 */
  height: auto; /* 1 */
  vertical-align: middle; /* 2 */
  font-style: italic; /* 3 */
  background-repeat: no-repeat; /* 4 */
  background-size: cover; /* 4 */
  shape-margin: 0.75rem; /* 5 */
  display: block;
}

svg {
  vertical-align: bottom;
}

hr {
  display: none;
}

table {
  margin: 0;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
  margin: 0;
}

td {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
  padding: 0;
}

input.btn {
  margin: 0 0.5em;
  padding: 0 1em;
}

button {
  border: none;
  font: inherit;
  line-height: inherit;
  background: none;
  margin: 0;
}

/* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

RESET CSS

html5doctor.com Reset Stylesheet

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
} /* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
} /* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  padding: 0;
}

* {
  box-sizing: border-box;
}

em,
i {
  font-weight: normal;
  font-style: normal;
}

/* =====================================================
  1.0 - inc
===================================================== */
/* =====================================================
  2.0 - Layout
===================================================== */
/*
body
-----------------------------------------------------*/
html {
  scroll-padding-top: 90px;
}

body i {
  font-style: normal;
}

/*
cta
-----------------------------------------------------*/
.l-cta h2 {
  text-align: center;
  font-size: clamp(28px, 0.23vw + 27.3px, 31px);
  margin-bottom: clamp(47px, -2.06vw + 80.6px, 74px);
}
.l-cta .-recruit {
  margin-bottom: clamp(78px, 1.53vw + 73.1px, 98px);
}
.l-cta .-recruit a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #ffd800;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .l-cta .-recruit a {
    flex-direction: row;
    align-items: space-between;
  }
}
.l-cta .-recruit a .-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-cta .-recruit a .-img {
    width: 50%;
  }
}
.l-cta .-recruit a .-img img {
  display: block;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .l-cta .-recruit a .-img img {
    border-radius: 20px 0 0 20px;
  }
}
.l-cta .-recruit a .-txt {
  padding: 3% 5%;
}
.l-cta .-recruit a .-txt h2 {
  font-size: clamp(34px, 0vw + 34px, 34px);
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .l-cta .-recruit a .-txt h2 {
    text-align: left;
  }
}
.l-cta .-recruit a .-txt p {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-cta .-recruit a .-txt p {
    display: block;
    line-height: 1.8;
    margin: 0;
  }
}
.l-cta .-contact {
  background: #88bf50;
  color: #fff;
  border-radius: 10px;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-cta .-contact {
    padding: 2em 5em;
    flex-direction: row;
    align-items: space-between;
  }
}
.l-cta .-contact .-call {
  padding: 0 0 1em;
  border-bottom: 1px solid #fff;
  margin: 0 0 1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-cta .-contact .-call {
    width: 50%;
    padding: 0;
    border-bottom: 0;
    border-right: 1px solid #fff;
    margin: 0 1em 0 0;
  }
}
.l-cta .-contact .-call .-tel {
  font-size: clamp(44px, 0vw + 44px, 44px);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.l-cta .-contact .-call .-tel a {
  color: #fff !important;
}
.l-cta .-contact .-call .-time {
  font-size: clamp(20px, 0vw + 20px, 20px);
  line-height: 1.2;
  padding-top: clamp(8px, 0.15vw + 7.6px, 10px);
}
.l-cta .-contact .-gotoform {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-cta .-contact .-gotoform {
    width: 35%;
    text-align: center;
  }
}
.l-cta .-contact .-gotoform h3 {
  font-size: clamp(14px, 0.15vw + 13.6px, 16px);
}
.l-cta .-contact .-gotoform a {
  position: relative;
  background: #fff;
  color: #88bf50;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: clamp(19px, 0.23vw + 18.3px, 22px);
  border-radius: 3em;
  transition: 0.3s;
  padding: 1rem;
}
.l-cta .-contact .-gotoform a:hover {
  color: #fff;
  background: #038c3e;
}
.l-cta .-contact .-gotoform a i {
  margin-right: 0.5em;
}

main:not(.p-home) .l-cta {
  margin-top: 5rem !important;
}

/*
footer
-----------------------------------------------------*/
.l-footer {
  padding-bottom: 5em !important;
}
.l-footer .-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(40px, 0.31vw + 38.9px, 44px);
}
@media screen and (min-width: 768px) {
  .l-footer .-logo {
    flex-direction: row;
    align-items: flex-end;
  }
}
.l-footer .-logo .-img {
  margin-bottom: clamp(0px, -3.82vw + 62.3px, 50px);
  width: 80%;
}
@media screen and (min-width: 768px) {
  .l-footer .-logo .-img {
    order: 2;
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .-logo .-txt {
    order: 1;
    max-width: 200px;
  }
}
.l-footer .-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer .-data {
    flex-direction: row;
    align-items: flex-end;
    max-width: 100%;
  }
}
.l-footer .-data .-address p {
  margin-bottom: clamp(22px, 0vw + 22px, 22px);
}
.l-footer .-data .-address address {
  font-style: normal;
  line-height: clamp(14px, 0vw + 14px, 14px);
  margin-bottom: 3em;
  line-height: 2;
}
.l-footer .-data .-address .-copyright {
  font-size: clamp(10px, 0vw + 10px, 10px);
  margin-bottom: 0;
}
.l-footer .-data .-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer .-data .-nav {
    width: 62%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-footer .-data .-nav > ul {
  font-weight: 600;
}
.l-footer .-data .-nav > ul ul {
  font-weight: 400 !important;
}

/*
 header
-----------------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1080px) {
  .l-header {
    top: 35px;
    left: calc(50% - 540px);
    width: 1080px;
    height: 90px;
    border-radius: 999px;
  }
}
.l-header .-logo {
  width: 210px;
}
@media screen and (min-width: 1080px) {
  .l-header .-logo {
    width: 190px;
  }
}
.l-header .-hamburger {
  display: block;
  position: fixed;
  top: 19px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 10001;
}
@media screen and (min-width: 1080px) {
  .l-header .-hamburger {
    display: none;
  }
}
.l-header .-hamburger span {
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  background: #333333;
  cursor: pointer;
  top: 50%;
  transition: all 0.5s;
}
.l-header .-hamburger span:before, .l-header .-hamburger span:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  transition: all 0.5s;
}
.l-header .-hamburger span:before {
  top: -10px;
}
.l-header .-hamburger span:after {
  top: 10px;
}
.l-header .-hamburger.-active span {
  background: transparent;
}
.l-header .-hamburger.-active span:before {
  top: -20px;
  transform: translateY(20px) rotate(-315deg);
}
.l-header .-hamburger.-active span:after {
  top: 20px;
  transform: translateY(-20px) rotate(315deg);
}
.l-header .-nav {
  background: #ffd800;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 10000;
  transition: all 0.5s;
  opacity: 0;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav {
    position: static;
    background: transparent;
    display: flex;
    width: calc(100% - 190px);
    height: auto;
    overflow: visible;
    padding: 0;
    opacity: 1;
  }
}
.l-header .-nav.-active {
  display: block;
  opacity: 1;
  padding: 88px 0 2em;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav.-active {
    display: flex;
    align-items: center;
  }
}
.l-header .-nav a {
  color: #333333;
}
.l-header .-nav > ul {
  display: flex;
  flex-direction: column;
  font-size: clamp(15px, -0.08vw + 16.3px, 16px);
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.l-header .-nav > ul > li {
  position: relative;
  border-top: 1px solid #FFF09B;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li {
    border: 0;
    margin-left: 1.5em;
  }
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li:hover > ul {
    display: block !important;
  }
}
.l-header .-nav > ul > li > a, .l-header .-nav > ul > li > span {
  display: block;
  padding: 0.5em 1em;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li > a, .l-header .-nav > ul > li > span {
    padding: 0;
    color: #333333;
  }
}
.l-header .-nav > ul > li > span {
  display: block;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li > span {
    padding: 1em 0;
  }
}
.l-header .-nav > ul > li > span:before, .l-header .-nav > ul > li > span:after {
  content: "";
  position: absolute;
  display: block;
  background: #333333;
  border-radius: 10px;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li > span:before, .l-header .-nav > ul > li > span:after {
    background: #707070;
    transform-origin: 50% calc(100% - 0.5px);
  }
}
.l-header .-nav > ul > li > span:before {
  top: 50%;
  right: 5%;
  width: 1em;
  height: 2px;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li > span:before {
    top: 80%;
    right: calc(50% - 0.5px);
    width: 1px;
    height: 10px;
    transform: rotate(56deg);
  }
}
.l-header .-nav > ul > li > span:after {
  top: calc(50% - 0.5em + 1px);
  right: calc(5% + 0.5em - 1px);
  width: 2px;
  height: 1em;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li > span:after {
    top: 80%;
    right: calc(50% - 0.5px);
    width: 1px;
    height: 10px;
    transform: rotate(-56deg);
  }
}
.l-header .-nav > ul > li.-btn {
  border: 0;
  margin-top: 25px;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li.-btn {
    margin-top: 0;
  }
}
.l-header .-nav > ul > li.-btn a {
  display: block;
  white-space: nowrap;
  text-align: center;
  padding: 0.5em 0;
  margin: 0 5%;
  color: #fff;
  background: #7abf85;
  border-radius: 999px;
  transition: 0.3s;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li.-btn a {
    display: block;
    padding: 0.2em 1.5em;
    margin: 0;
  }
}
.l-header .-nav > ul > li.-btn a i {
  margin-right: 0.5em;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li.-btn a span {
    display: none;
  }
}
.l-header .-nav > ul > li.-btn a:hover {
  background: #038c3e;
}
.l-header .-nav > ul > li.-sp {
  display: block;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li.-sp {
    display: none;
  }
}
.l-header .-nav > ul > li.-pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul > li.-pc {
    display: block;
  }
}
.l-header .-nav > ul ul {
  display: none;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul ul {
    position: absolute;
    width: 240px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1001;
  }
}
.l-header .-nav > ul ul li {
  position: relative;
  border-top: 1px solid #FFF09B;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul ul li {
    border: 0;
  }
  .l-header .-nav > ul ul li:hover > ul {
    display: block;
  }
}
.l-header .-nav > ul ul li a {
  display: block;
  padding: 0.5em 2em;
}
@media screen and (min-width: 1080px) {
  .l-header .-nav > ul ul li a {
    padding: 0.2em 1em;
  }
}
.l-header .-nav > ul > li {
  position: relative;
}
.l-header .-nav > ul > li.-active > ul {
  display: block !important;
}

/*
main
-----------------------------------------------------*/
.l-main {
  padding-bottom: 1.815vw;
}
.l-main.-subpage {
  padding: 4em 0 12em;
}
@media screen and (min-width: 768px) {
  .l-main.-subpage {
    padding: 9em 0 12em;
  }
}
.l-main .gmap_iframe {
  aspect-ratio: 16/9;
  max-width: 1000px;
  width: 100%;
  height: auto;
}

main:not(.p-home) section:not(:last-of-type) {
  margin-bottom: 100px !important;
}
@media screen and (min-width: 768px) {
  main:not(.p-home) section:not(:last-of-type) {
    margin-bottom: 200px !important;
  }
}

.page-template-page .l-main table a,
.page-template-page .l-main table a:link,
.page-template-page .l-main table a:visited,
.page-template-page .l-main p a,
.page-template-page .l-main p a:link,
.page-template-page .l-main p a:visited {
  border: none;
  outline: none;
  text-decoration: none;
  color: #1a0dab;
}

/*
spacer
-----------------------------------------------------*/
.l-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-sp {
    display: none;
  }
}

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

/*
wave
-----------------------------------------------------*/
.l-wave {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 200% auto;
  padding: 30vw 0 40vw;
  margin-top: -10vw;
}
@media screen and (min-width: 768px) {
  .l-wave {
    padding: 6.8vw 0;
    background-size: 100% auto;
    margin-top: -3.75vw;
  }
}
.l-wave_b {
  background-image: url("../img/common/bg_wave_b.svg");
}
.l-wave_rb {
  background-image: url("../img/common/bg_wave_rb.svg");
}
.l-wave_y {
  background-image: url("../img/common/bg_wave_y.svg");
}
.l-wave_w {
  background-image: url("../img/common/bg_wave_w.svg");
}

/*
wrapper
-----------------------------------------------------*/
.l-wrapper {
  width: 90%;
  margin: 0 auto;
  /*dl.-definition*/
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    width: 100%;
    max-width: 1004px;
  }
}
.l-wrapper.-sec {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-wrapper.-sec {
    margin-bottom: 80px;
  }
}
.l-wrapper.-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-wrapper.-flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-wrapper p {
  margin-bottom: 1.8em;
}
.l-wrapper .-definition {
  line-height: 1.8;
  border-top: 1px solid #dbdbdb;
}
.l-wrapper .-definition div {
  display: flex;
  flex-direction: column;
  padding: 1em 1.5em;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 768px) {
  .l-wrapper .-definition div {
    flex-direction: row;
  }
}
.l-wrapper .-definition div dt {
  color: #038c3e;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-wrapper .-definition div dt {
    width: 12em;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .-definition div dd {
    width: calc(100% - 2em - 12em);
  }
}

/*
#wpadminbar
-----------------------------------------------------*/
body.admin-bar {
  top: -46px;
}
@media screen and (min-width: 1080px) {
  body.admin-bar {
    top: 32px;
  }
}
body.admin-bar #wpadminbar {
  top: 0;
  display: none;
}
@media screen and (min-width: 1080px) {
  body.admin-bar #wpadminbar {
    display: block;
  }
}
body.admin-bar .l-header {
  top: 0 !important;
}
@media screen and (min-width: 1080px) {
  body.admin-bar .l-header {
    top: 58px !important;
  }
}

#wp-admin-bar-aioseo-main a {
  display: flex !important;
  align-items: center !important;
}

/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
/*
button
-----------------------------------------------------*/
.c-btn {
  margin-top: 3em;
}
.c-btn a {
  position: relative;
  display: block;
  color: #fff !important;
  line-height: 1.6;
  background: #038c3e;
  border-radius: 9999px;
  padding: 1.8em 2em;
  max-width: 420px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn a {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-btn a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 1.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.c-btn a:hover {
  background: #7abf85;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn.-left a, .c-btn.-right a {
    display: inline-block;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.c-btn.-right {
  text-align: right;
}
.c-btn.-right a {
  text-align: left;
}
.c-btn.-out a {
  padding-right: 4em;
}
.c-btn.-out a:after {
  content: "\f35d"; /*「＋」アイコンを使用*/
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 1em;
  height: 1em;
  transform: rotate(0);
  border: 0;
  top: calc(50% - 0.75em);
}

/*
form
-----------------------------------------------------*/
.c-form dl {
  margin-bottom: 5em;
}
.c-form dl div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-form dl div {
    flex-direction: row;
    margin-bottom: 1.5em;
  }
}
.c-form dl div dt {
  margin: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-form dl div dt {
    width: 10em;
    margin: 0;
  }
}
.c-form dl div dt span {
  color: #f00;
}
@media screen and (min-width: 768px) {
  .c-form dl div dd {
    width: calc(100% - 10em);
  }
}
.c-form .-policy {
  max-width: 640px;
  margin: 5em auto;
  align-items: center !important;
  align-content: center;
}
.c-form .-acceptance label {
  display: block;
}
.c-form .-acceptance input[type=checkbox] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form .-acceptance input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.c-form .-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 50px;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  line-height: 40px;
  white-space: nowrap;
}
.c-form .-acceptance .wpcf7-list-item-label:before, .c-form .-acceptance .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
}
.c-form .-acceptance .wpcf7-list-item-label:before {
  height: 40px;
  width: 40px;
  background: #707f89;
  border-radius: 99px;
  top: 50%;
  left: 0;
  margin-top: -18px;
  transition: 0.3s;
}
.c-form .-acceptance .wpcf7-list-item-label:after {
  top: 50%;
  transition: 0.3s;
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 12px;
  height: 20px;
  left: 14px;
  margin-top: -10px;
  opacity: 0.05;
}
.c-form .-txt {
  max-width: 640px;
  margin: 5em auto;
}
.c-form .-txt p {
  font-weight: 400;
}
.c-form .-select {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.c-form .-select:after {
  position: absolute;
  right: 1em;
  width: 10px;
  height: 7px;
  background-color: #333333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.c-form .-select select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: none;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
  border: 1px solid #cdd6dd;
}
.c-form ul {
  margin: 0;
  padding: 0;
}
.c-form ul li {
  display: block;
}
.c-form ul li label {
  width: auto;
}
.c-form input[type=text], .c-form input[type=email], .c-form input[type=tel], .c-form input[type=datetime], .c-form input[type=date], .c-form input[type=month], .c-form input[type=week], .c-form input[type=time], .c-form input[type=datetime-local], .c-form input[type=tel], .c-form input[type=serch], .c-form input[type=url], .c-form input[type=password], .c-form input[type=number], .c-form input[type=range], .c-form input[type=color], .c-form input[type=file], .c-form input[type=image] {
  width: 100%;
  font-size: clamp(1rem, 0.31vw + 0.9375rem, 1.125rem);
  padding: 0.8em;
  border: transparent;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cdd6dd;
}
.c-form input[type=radio], .c-form input[type=checkbox] {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 0.3em;
}
.c-form input.zipcode {
  width: calc(100% - 2em);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-form input.zipcode {
    width: 8em;
  }
}
.c-form textarea {
  width: 100%;
  font-size: clamp(1rem, 0.31vw + 0.9375rem, 1.125rem);
  padding: 0.8em;
  border: transparent;
  box-sizing: border-box;
  height: 10em;
  background: #fff;
  border: 1px solid #cdd6dd;
}
.c-form input[type=submit], .c-form input[type=button],
.c-form button[type=submit],
.c-form button[type=button] {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  font-weight: 900;
  padding: 0.6em 0;
  border: 0;
  background: #038c3e;
  border-radius: 999px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-form input[type=submit], .c-form input[type=button],
  .c-form button[type=submit],
  .c-form button[type=button] {
    display: block;
    width: auto;
    padding: 0.6em 5em;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .c-form input[type=submit]:hover, .c-form input[type=button]:hover,
  .c-form button[type=submit]:hover,
  .c-form button[type=button]:hover {
    background-color: #7abf85;
  }
}
.c-form input.wpcf7-previous,
.c-form button.wpcf7-previous {
  background: #7abf85;
}
.c-form.-submit {
  text-align: center;
  margin: 5em auto;
}
.c-form.-comfirm dl {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-form.-comfirm dl {
    flex-direction: row;
  }
}
.c-form.-comfirm dl dt {
  font-weight: bold;
  width: 100%;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 768px) {
  .c-form.-comfirm dl dt {
    width: 10em;
    margin: 0 1rem 0;
  }
}
.c-form.-comfirm dl dd {
  width: auto;
}
.c-form .-flex {
  display: flex;
  justify-content: center;
  gap: 5%;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-form .-flex {
    flex-direction: row;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
pagetitle
-----------------------------------------------------*/
.c-herohead {
  position: relative;
  background: #ffd800;
  padding-top: 88px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .c-herohead {
    padding-top: 90px;
    margin-bottom: 100px;
  }
}
.c-herohead:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 20vw;
  background: url("../img/common/bg_wave_herohed.svg") no-repeat 0 100%;
  background-size: 200%;
}
@media screen and (min-width: 768px) {
  .c-herohead:after {
    height: 5vw;
    background-size: 100%;
  }
}
.c-herohead .-wrap:after {
  position: relative;
  content: "";
  display: block;
  width: 100vw;
  height: 67vw;
  background-color: #ffd800;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-herohead .-wrap:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64%;
    height: 300px;
  }
}
.c-herohead .-wrap h1 {
  position: relative;
  font-size: clamp(40px, 0vw + 40px, 40px);
  line-height: clamp(64px, 0vw + 64px, 64px);
  font-weight: 700;
  text-align: center;
  padding: 1rem 5%;
}
@media screen and (min-width: 768px) {
  .c-herohead .-wrap h1 {
    position: static;
    width: 36%;
    padding: 90px 0;
  }
}
.c-herohead .-wrap h1:before {
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  background-color: #ffd800;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-herohead .-wrap h1:after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 6vw;
  bottom: -6vw;
  left: 0;
  background: url("../img/common/bg_wave_herohed_y.svg") no-repeat 0 100%;
  background-size: 200%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-herohead .-wrap h1:after {
    display: none;
  }
}
.c-herohead.-none {
  background: #ffd800;
  padding-top: 140px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-herohead.-none {
    padding-top: 180px;
    padding-bottom: 50px;
    margin-bottom: 100px;
  }
}
.c-herohead.-none:after {
  display: none;
}

body#about .c-herohead .-wrap:after {
  background-image: url("../img/about/head.webp");
}
body#about .c-herohead h1:before {
  background-image: url("../img/common/icn_hat.png");
}

body#facility .c-herohead .-wrap:after {
  background-image: url("../img/facility/head.jpg");
}
body#facility .c-herohead h1:before {
  background-image: url("../img/common/icn_flower.png");
}

body#support .c-herohead .-wrap:after {
  background-image: url("../img/support/head.jpg");
}
body#support .c-herohead h1:before {
  background-image: url("../img/common/icn_chick.png");
}

body#day .c-herohead .-wrap:after {
  background-image: url("../img/day/head.jpg");
}
body#day .c-herohead h1:before {
  background-image: url("../img/common/icn_clock.png");
}

body#year .c-herohead .-wrap:after {
  background-image: url("../img/year/head.jpg");
}
body#year .c-herohead h1:before {
  background-image: url("../img/common/icn_flug.png");
}

body#lunch .c-herohead .-wrap:after {
  background-image: url("../img/lunch/head.jpg");
}
body#lunch .c-herohead h1:before {
  background-image: url("../img/common/icn_lunch.png");
}

body#class .c-herohead .-wrap:after {
  background-image: url("../img/class/head.jpg");
}
body#class .c-herohead h1:before {
  background-image: url("../img/common/icn_friend.png");
}

body#admission .c-herohead .-wrap:after {
  background-image: url("../img/admission/head.jpg");
}
body#admission .c-herohead h1:before {
  background-image: url("../img/common/icn_bag.png");
}

body#recruit .c-herohead .-wrap:after {
  background-image: url("../img/recruit/head.jpg");
}

body#news .c-herohead .-wrap:after {
  background-image: url("../img/news/head.jpg");
}
body#news .c-herohead h1:before {
  background-image: url("../img/common/icn_pencil.png");
}

body#faq .c-herohead,
body#claim .c-herohead,
body#privacy-policy .c-herohead,
body#contact .c-herohead,
body.single .c-herohead,
body.archive .c-herohead,
body.error404 .c-herohead {
  padding-top: 83px;
}
body#faq .c-herohead:after,
body#claim .c-herohead:after,
body#privacy-policy .c-herohead:after,
body#contact .c-herohead:after,
body.single .c-herohead:after,
body.archive .c-herohead:after,
body.error404 .c-herohead:after {
  content: none;
}
body#faq .c-herohead .-wrap:after,
body#claim .c-herohead .-wrap:after,
body#privacy-policy .c-herohead .-wrap:after,
body#contact .c-herohead .-wrap:after,
body.single .c-herohead .-wrap:after,
body.archive .c-herohead .-wrap:after,
body.error404 .c-herohead .-wrap:after {
  content: none;
  background-image: none;
}
body#faq .c-herohead h1:before,
body#claim .c-herohead h1:before,
body#privacy-policy .c-herohead h1:before,
body#contact .c-herohead h1:before,
body.single .c-herohead h1:before,
body.archive .c-herohead h1:before,
body.error404 .c-herohead h1:before {
  content: none;
  background-image: none;
}

/*
localnav
-----------------------------------------------------*/
.c-localnav {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-localnav {
    display: none;
  }
}
.c-localnav ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 3em auto;
}
.c-localnav ul li a {
  display: block;
  color: #038c3e;
  border: 1px solid #038c3e;
  border-radius: 2em;
  font-weight: 700;
  padding: 0.5em;
  transition: all 0.3s;
}
.c-localnav ul li a:hover {
  color: #fff;
  background: #038c3e;
}

/*
pagenav
-----------------------------------------------------*/
.wp-pagenavi {
  display: flex;
  gap: 0.5rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 48px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    width: 96%;
    padding-top: 0;
    margin-top: clamp(60px, 8.93vw - 8.6px, 120px);
  }
}
@media screen and (min-width: 620px) {
  .wp-pagenavi {
    gap: 1rem;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .back {
  font-weight: 600;
  background: #fff;
  color: #038c3e;
  transition: 0.3s;
  text-decoration: none !important;
  border: 1px solid #038c3e;
  border-radius: 99px;
  display: inline-block;
  width: 4em;
  height: 2.5em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .current.current,
.wp-pagenavi .page.current,
.wp-pagenavi .back.current {
  background: #038c3e;
  color: #fff;
}
.wp-pagenavi .current:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi .back:hover {
  background: #038c3e;
  border-color: #038c3e;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .back {
    width: 5em;
    height: 3em;
  }
}
.wp-pagenavi .back {
  width: auto;
  padding: 0 3em;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: #333333;
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/common/icon_arrow_left_bk.svg) no-repeat 0% 50%/16px 9px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    background-position: 50% 50%;
  }
  .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before {
    content: "prev";
    display: block;
    font-size: 16px;
    letter-spacing: 0.25rem;
    font-weight: 600;
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translate(0%, -57%);
  }
}
.wp-pagenavi .nextpostslink {
  background: url(../img/common/icon_arrow_right_bk.svg) no-repeat 100% 50%/16px 9px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .nextpostslink {
    background-position: 50% 50%;
  }
  .wp-pagenavi .nextpostslink:before {
    content: "next";
    left: auto;
    font-size: 16px;
    letter-spacing: 0.25rem;
    font-weight: 600;
    right: 45px;
    top: 50%;
    transform: translate(0%, -53%);
  }
}
.wp-pagenavi .previouspostslink {
  left: 0;
}
.wp-pagenavi .nextpostslink {
  right: 0;
}

/*
table
-----------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 2rem;
}
table th,
table td {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: 1.3;
  font-weight: 400;
  border: 1px solid #dbdbdb;
  padding: 1.5em 1.5em;
}
table thead th {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #7abf85;
}
table thead td {
  text-align: center;
  vertical-align: middle;
}
table tbody th {
  background: #efefef;
  white-space: nowrap;
}
table.-allcenter th,
table.-allcenter td {
  text-align: center;
}
table.-allleft th {
  width: 10em;
}
table.-flex th,
table.-flex td {
  width: 100%;
  float: left;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  table.-flex th,
  table.-flex td {
    width: auto;
    float: none;
    margin-top: 0;
  }
}

.js-scrollable table {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .js-scrollable table {
    white-space: auto;
  }
}

/*
title
-----------------------------------------------------*/
.c-title.-h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-wrap-mode: nowrap;
  font-size: clamp(30px, 1.07vw + 26.6px, 44px);
  line-height: 1.3;
  margin-bottom: 58px;
}
@media screen and (min-width: 768px) {
  .c-title.-h2 {
    width: 90%;
    max-width: 1004px;
    margin: 0 auto;
    flex-direction: row;
    margin-bottom: 68px;
  }
}
.c-title.-h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url("../img/common/bg_dots.svg") repeat-x;
}
.c-title.-h2 span {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-title.-h2 span {
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    padding-right: 1em;
  }
}
.c-title.-h3 {
  text-align: center;
  color: #fff;
  font-size: clamp(21px, 0.38vw + 19.8px, 26px);
  line-height: 1.3;
  padding: 0.5em 1em;
  background: #038c3e;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .c-title.-h3 {
    text-align: left;
    width: 90%;
    max-width: 1004px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 1.8rem;
  }
}

/* =====================================================
  4.0 - Utility
===================================================== */
/*
loading
-----------------------------------------------------*/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: #fff;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  top: 0;
}

#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading_logo img {
  width: 100%;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

#loading.active {
  opacity: 0;
  visibility: hidden;
}

/*
loading
-----------------------------------------------------*/
/* モーダルを開くボタン */
.modal-open {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  translate: -50% -50%;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: none;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  vertical-align: middle;
  width: 100%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p {
  margin: 1em 0;
}/*# sourceMappingURL=common.css.map */