@charset "UTF-8";
/* Scss Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* Scss Document */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*------------------------------- Common --------------------------------*/
a {
  color: #6fa13e;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  color: #3a833d;
}

@media screen and (min-width: 576px) {
  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
}

@media screen and (min-width: 576px) {
  .alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
}

@media screen and (min-width: 576px) {
  .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 960px) {
  .br-sp {
    display: none;
  }
}

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

.sp-l {
  text-align: left;
}
@media screen and (min-width: 960px) {
  .sp-l {
    text-align: center;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
.btn-clicked body {
  overflow: hidden;
}
@media print {
  body {
    overflow: visible !important;
  }
}

/* Scss Document */
/* Scss Document */
/*-------------------------------------------main-menu-------------------------------------------*/
#menu-box {
  margin: 0 0 0 auto;
  display: block;
  position: fixed;
  right: -100%;
  transition: 0.3s;
  top: 0;
  padding: 40px 0;
  width: 100%;
  background: #fff;
  height: 100svh;
  overflow: auto;
  box-sizing: border-box;
}
#menu-box.open {
  right: 0;
}
@media screen and (min-width: 1200px) {
  #menu-box {
    height: auto;
    width: auto;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    display: flex;
  }
}

#main-menu {
  display: none;
}
@media screen and (min-width: 1200px) {
  #main-menu {
    max-width: 100%;
    transition: 0.2s;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50px;
    left: 0;
    flex-direction: row;
    width: auto;
    background: none;
    box-shadow: none;
    justify-content: flex-end;
    position: relative;
    top: 0;
  }
}
#main-menu li {
  white-space: nowrap;
  transition: 0.2s;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #ddd;
}
@media screen and (min-width: 1200px) {
  #main-menu li {
    width: auto;
    text-align: center;
    border: none;
  }
}
#main-menu li a {
  padding: 20px 10px;
  color: #222;
  transition: 0.3s;
  width: 100%;
  display: block;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 15px;
}
@media screen and (min-width: 1500px) {
  #main-menu li a {
    font-size: 16px;
    padding: 20px 12px;
  }
}
#main-menu li a:hover {
  color: #5a9f4d;
}

#btn {
  width: 30px;
  height: 25px;
  z-index: 100001;
  transition: 0.4s;
  display: block;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #btn {
    display: none;
  }
}
#btn:before, #btn:after,
#btn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
#btn span {
  height: 4px;
  top: calc(50% - 2px);
  background-color: #5a9f4d;
}
#btn:before {
  content: "";
  top: calc(25% - 7px);
  border-top: 4px solid #5a9f4d;
}
#btn:after {
  content: "";
  bottom: calc(25% - 7px);
  border-bottom: 4px solid #5a9f4d;
}
.btn-clicked #btn span {
  display: none;
}
.btn-clicked #btn:before {
  top: calc(50% - 2px);
  transform: rotate(315deg);
}
.btn-clicked #btn:after {
  bottom: calc(50% - 2px);
  transform: rotate(-315deg);
}

/*-------------------------------------------Pagination-------------------------------------------*/
#pagination {
  color: #333;
  margin-top: 40px;
  padding: 20px 0;
  text-align: center;
  line-height: 40px;
}
#pagination .current {
  color: #333;
  font-weight: bold;
}
#pagination a {
  color: #333;
}
#pagination a:hover {
  background-color: #ddd;
}

#pagination a,
.page-numbers {
  background: #fff none repeat scroll 0 0;
  color: #aaa;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #b9baba;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 5px;
}

.navi-single {
  margin: 40px 0 0;
  font-size: 10px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .navi-single {
    font-size: 12px;
    margin: 80px 0 0;
    font-size: 16px;
    line-height: 1.6;
  }
}
.navi-single a,
.navi-single .navi-spacer {
  display: block;
  text-decoration: none;
  color: #222;
  padding: 10px 10px;
  margin: 0 10px;
  border: solid 1px #222;
  transition: 0.3s;
}
@media screen and (min-width: 576px) {
  .navi-single a,
  .navi-single .navi-spacer {
    padding: 10px 20px;
  }
}
.navi-single a:hover,
.navi-single .navi-spacer:hover {
  background: #5a9f4d;
  color: #fff;
}
.navi-single .navi-spacer {
  color: #ddd;
  border-color: #ddd;
}
.navi-single .navi-spacer:hover {
  background: #fff;
  color: #ddd;
}

/*------------------------------- Plugin --------------------------------*/
/* ギャラリー */
.wp-caption {
  max-width: 100%;
  clear: both;
}

.wp-caption-text {
  font-size: 14px;
  text-align: left;
  margin: 5px 0;
}

.gallery {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (min-width: 768px) {
  .gallery {
    margin: 40px 0 20px;
  }
}

.gallery-item {
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  margin: 5px 2% 15px 0;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 576px) {
  .gallery-columns-2 .gallery-item {
    width: 49%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .gallery-columns-3 .gallery-item {
    width: 32%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .gallery-columns-4 .gallery-item {
    width: 23.5%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .gallery-columns-5 .gallery-item {
    width: 18.4%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .gallery-columns-6 .gallery-item {
    width: 15%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .gallery-columns-7 .gallery-item {
    width: 12.573%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .gallery-columns-8 .gallery-item {
    width: 10.752%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
  .gallery-columns-9 .gallery-item {
    width: 9.33%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) {
  .gallery-columns-3 .gallery-icon,
  .gallery-columns-4 .gallery-icon,
  .gallery-columns-5 .gallery-icon,
  .gallery-columns-6 .gallery-icon,
  .gallery-columns-7 .gallery-icon,
  .gallery-columns-8 .gallery-icon,
  .gallery-columns-9 .gallery-icon {
    color: #222;
    display: block;
    transition: 0.2s;
  }
  .gallery-columns-3 .gallery-icon:hover a,
  .gallery-columns-4 .gallery-icon:hover a,
  .gallery-columns-5 .gallery-icon:hover a,
  .gallery-columns-6 .gallery-icon:hover a,
  .gallery-columns-7 .gallery-icon:hover a,
  .gallery-columns-8 .gallery-icon:hover a,
  .gallery-columns-9 .gallery-icon:hover a {
    opacity: 0.8;
  }
  .gallery-columns-3 .gallery-icon a,
  .gallery-columns-4 .gallery-icon a,
  .gallery-columns-5 .gallery-icon a,
  .gallery-columns-6 .gallery-icon a,
  .gallery-columns-7 .gallery-icon a,
  .gallery-columns-8 .gallery-icon a,
  .gallery-columns-9 .gallery-icon a {
    text-align: center;
    overflow: hidden;
    transition: 0.2s;
  }
  .gallery-columns-3 .gallery-icon a img,
  .gallery-columns-4 .gallery-icon a img,
  .gallery-columns-5 .gallery-icon a img,
  .gallery-columns-6 .gallery-icon a img,
  .gallery-columns-7 .gallery-icon a img,
  .gallery-columns-8 .gallery-icon a img,
  .gallery-columns-9 .gallery-icon a img {
    vertical-align: bottom;
    width: 100%;
    transition: transform 0.2s;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
}
@media screen and (max-width: 767px) {
  .x-scroll {
    overflow: auto;
  }
  .x-scroll table {
    width: 100%;
  }
  .x-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .x-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .x-scroll::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }
  .x-scroll td,
  .x-scroll th {
    white-space: nowrap;
  }
}
img {
  max-width: 100%;
  height: auto;
}

#header-box {
  z-index: 10;
  width: 100%;
  position: fixed;
  transition: 0.3s;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media print {
  #header-box {
    position: relative;
  }
}
#header-box header {
  margin: 0 auto;
  transition: 0.3s;
  display: flex;
  width: 1500px;
  max-width: 94%;
  padding: 0;
  align-items: center;
}
@media screen and (min-width: 960px) {
  #header-box header {
    padding: 20px 0;
  }
}

#header-sns-box a,
#sp-sns-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: #3a833d;
  border: solid 1px #3a833d;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
#header-sns-box a:hover,
#sp-sns-box a:hover {
  background: #fff;
}
#header-sns-box a:hover svg,
#sp-sns-box a:hover svg {
  fill: #3a833d;
}
#header-sns-box a:hover svg .st1,
#sp-sns-box a:hover svg .st1 {
  fill: #fff;
}
#header-sns-box a svg,
#sp-sns-box a svg {
  transition: 0.3s;
  fill: #fff;
  width: 25px;
  height: 25px;
}
#header-sns-box a svg .st1,
#sp-sns-box a svg .st1 {
  fill: #3a833d;
}

#header-sns-box {
  display: none;
}
@media screen and (min-width: 1200px) {
  #header-sns-box {
    display: flex;
  }
}
@media screen and (min-width: 1920px) {
  #header-sns-box {
    position: absolute;
    right: 40px;
    top: 35px;
  }
}

#site-title {
  margin: 10px auto 10px 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
#site-title a {
  font-family: "Montserrat", sans-serif;
  display: block;
  padding: 10px 0;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  transition: color 0.3s;
}
@media screen and (min-width: 960px) {
  #site-title a {
    padding: 0;
    font-size: 28px;
  }
}
@media screen and (min-width: 1500px) {
  #site-title a {
    font-size: 34px;
  }
}
#site-title a:hover {
  color: #3a833d;
}
#site-title img {
  height: auto;
  transition: 0.3s;
  vertical-align: bottom;
  width: 170px;
}
@media screen and (min-width: 576px) {
  #site-title img {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  #site-title img {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1500px) {
  #site-title img {
    padding-top: 0;
    width: 264px;
  }
}

#wrapper {
  margin: 0 auto;
  background: #fff;
}
body #wrapper {
  padding-top: 70px;
}
@media screen and (min-width: 960px) {
  body #wrapper {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1500px) {
  body #wrapper {
    padding-top: 111px;
  }
}

.home section {
  position: relative;
}
section hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #bbb;
}
section p,
section li,
section th,
section td {
  line-height: 1.6;
  margin: 15px 0;
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  section p,
  section li,
  section th,
  section td {
    line-height: 1.6;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  section p,
  section li,
  section th,
  section td {
    line-height: 1.8;
    font-size: 18px;
    margin: 20px 0;
  }
}
section img {
  max-width: 100%;
  height: auto;
}
section iframe {
  max-width: 100%;
}
section h3,
section h4,
section h5,
section h6 {
  line-height: 1.8;
}
section h2 {
  font-size: 40px;
  font-size: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
section h2 {
  text-align: center;
  font-size: 30px;
}
section h3 {
  font-size: 36px;
  text-align: center;
  margin: 40px auto;
  font-size: clamp(1.5rem, 0.784rem + 3.05vw, 2.25rem);
}
section h4 {
  font-size: 28px;
  font-size: clamp(1.25rem, 1.023rem + 0.97vw, 1.75rem);
  margin: 30px 0;
}
section h5 {
  font-size: 24px;
  font-size: clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
  margin: 20px 0;
}
section h6 {
  font-size: 18px;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  margin: 20px 0;
}
section article li {
  list-style: disc;
  list-style: inside;
  margin: 10px 0;
}
section#single-page, section#single-page-narrow, section#single-page-wide, section#archive-news {
  max-width: 94%;
  width: 1500px;
  margin: 0 auto 100px;
}
section#single-page .page-title, section#single-page-narrow .page-title, section#single-page-wide .page-title, section#archive-news .page-title {
  margin-bottom: 80px;
}
section#single-page {
  width: 960px;
}
section#single-page-narrow {
  width: 768px;
}
section#single-page-wide {
  width: 1500px;
}

.page-title {
  font-size: 38px;
  font-size: clamp(1.5rem, 0.665rem + 3.56vw, 2.375rem);
  letter-spacing: 0.1em;
  margin: 20px auto;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#page-title-box .page-title {
  text-align: center;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.398rem + 3.64vw, 3.125rem);
}
.page-title.bg-title {
  color: #fff;
}

#page-title-box {
  background: rgb(255, 254, 197);
  background: linear-gradient(23deg, rgb(255, 254, 197) 0%, rgb(250, 236, 210) 17%, rgb(209, 214, 218) 42%, rgb(149, 181, 219) 100%);
  background-size: cover;
  background-position: center;
  padding: 10vw 3%;
  margin-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  #page-title-box {
    padding: 150px 3%;
  }
}

.article-title {
  margin: 100px auto;
}

#top-container {
  width: 100%;
  margin: 0 auto;
}

#top-archive {
  width: 100%;
  padding: 100px 0;
}

#top-catch-box {
  position: relative;
}
#top-catch-box #top-catch {
  position: fixed;
  width: 100%;
  height: calc(100svh - 70px);
}
@media screen and (min-width: 960px) {
  #top-catch-box #top-catch {
    height: calc(100svh - 110px);
  }
}
#top-catch-box #top-catch-inner {
  display: flex;
  width: 100vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#top-catch-box #top-catch-inner.scrolled {
  color: #222;
}
#top-catch-box #top-catch-inner.scrolled p {
  opacity: 1;
}
#top-catch-box #top-catch-inner h2 {
  font-size: 60px;
  letter-spacing: 0.4em;
  line-height: 2;
  padding-left: 0.4em;
  font-size: clamp(1.875rem, 0.086rem + 7.63vw, 3.75rem);
  transition: opacity 0.3s 2s;
  opacity: 0;
}
body.loaded #top-catch-box #top-catch-inner h2 {
  opacity: 1;
}
#top-catch-box #top-catch-inner p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  opacity: 0;
  transition: 0.3s 0.5s;
  font-size: clamp(0.5rem, 0.142rem + 1.53vw, 0.875rem);
}
#top-catch-box #top-video {
  height: calc(100svh - 70px);
  transition: opacity 1s 0.5s;
  opacity: 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  #top-catch-box #top-video {
    height: calc(100svh - 110px);
  }
}
body.loaded #top-catch-box #top-video {
  opacity: 1;
}
#top-catch-box #top-video video {
  vertical-align: bottom;
  height: calc(100svh - 70px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  #top-catch-box #top-video video {
    height: calc(100svh - 110px);
  }
}

#catch-second-box {
  height: 100vh;
  width: 100%;
}

#news-archive {
  width: 1500px;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #news-archive {
    padding: 100px 0 0;
    flex-wrap: wrap;
    display: flex;
  }
}
#news-archive li {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  #news-archive li {
    margin: 0;
    width: 32%;
    margin-bottom: 40px;
  }
  #news-archive li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
#news-archive li a {
  color: #222;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 100%;
  position: relative;
  transition: 0.3s;
}
#news-archive li a:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#news-archive li a:hover img {
  opacity: 0.7;
}
#news-archive li a .news-thumb img {
  transition: 0.3s;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
#news-archive li a .news-text {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  margin-top: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #news-archive li a .news-text {
    padding: 30px;
  }
}
#news-archive li a .news-cat {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 10px 20px;
}
#news-archive li a .cat-event {
  background: #faee00;
}
#news-archive li a .cat-news {
  background: #ceeff8;
}
#news-archive li a h3 {
  font-size: 16px;
  margin: 0 0 30px;
  text-align: left;
}
#news-archive li a p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #news-archive li a p {
    font-size: 14px;
  }
}
#news-archive li a .news-date {
  text-align: right;
  margin-top: auto;
  margin-bottom: 0;
}
.home #news-archive {
  max-width: 90%;
}
.home #news-archive.active li {
  opacity: 1;
  transform: translateY(0px);
}
.home #news-archive li {
  opacity: 0;
  transition: 0.3s;
  transform: translateY(50px);
}
.home #news-archive li:nth-child(2) {
  transition: 0.3s 0.2s;
}
.home #news-archive li:nth-child(3) {
  transition: 0.3s 0.4s;
}

#top-about-box {
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.8;
  height: 100svh;
  padding: 0;
  margin: 0;
}
#top-about-box img {
  vertical-align: bottom;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-about-box #top-about {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  filter: blur(6px);
  color: #fff;
  padding: 50px 3%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 100vw;
  box-sizing: border-box;
  opacity: 0;
  transition: 1s;
}
@media screen and (min-width: 960px) {
  #top-about-box #top-about {
    padding: 50px;
  }
}
#top-about-box #top-about.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  filter: blur(0);
}
#top-about-box #top-about h2 {
  margin-bottom: 40px;
  font-size: clamp(1.25rem, 0.177rem + 4.58vw, 2.375rem);
}
#top-about-box #top-about p {
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
}
#top-about-box #top-about .link-button a {
  border: solid 2px #fff;
  color: #fff;
}
#top-about-box #top-about .link-button a:hover {
  background: #fff;
  color: #222;
}

.link-button {
  text-align: center;
  letter-spacing: 0.2em;
}
.link-button a {
  display: inline-block;
  margin: 40px 0 0;
  border: solid 2px #222;
  font-weight: bold;
  font-size: 20px;
  font-size: clamp(0.75rem, 0.273rem + 2.04vw, 1.25rem);
  color: #222;
  padding: 10px 30px 12px;
  transition: background 0.3s, color 0.3s;
}
.link-button a:hover {
  background: #222;
  color: #fff;
  text-shadow: none;
}

#top-contents-box .top-contents {
  background: #e7f9df;
}
@media screen and (min-width: 960px) {
  #top-contents-box .top-contents {
    display: flex;
    flex-wrap: wrap;
  }
}
#top-contents-box .top-contents:nth-child(odd) {
  background: #5a9f4d;
  color: #fff;
}
#top-contents-box .top-contents:nth-child(odd) .link-button a {
  color: #fff;
  border-color: #fff;
}
#top-contents-box .top-contents:nth-child(odd) .link-button a:hover {
  background: #fff;
  color: #5a9f4d;
}
#top-contents-box .top-contents:nth-child(even) {
  flex-direction: row-reverse;
  background: #f8f5f3;
}
#top-contents-box .top-contents:nth-child(even) > div.top-content-img img {
  transform: translateX(50%);
}
#top-contents-box .top-contents > div {
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  #top-contents-box .top-contents > div {
    width: 50%;
  }
}
#top-contents-box .top-contents > div.top-content-img {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#top-contents-box .top-contents > div.top-content-img img {
  vertical-align: bottom;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #top-contents-box .top-contents > div.top-content-img img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1500px) {
  #top-contents-box .top-contents > div.top-content-img img {
    -o-object-fit: fill;
       object-fit: fill;
    aspect-ratio: auto;
  }
}
#top-contents-box .top-contents > div.top-content-img.active img {
  opacity: 1;
  transform: translateX(0%);
}
#top-contents-box .top-contents > div.top-content-text {
  padding: 30px 5% 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  #top-contents-box .top-contents > div.top-content-text {
    padding: 30px;
  }
}
#top-contents-box .top-contents > div.top-content-text h3 {
  margin: 0 auto 10px;
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  #top-contents-box .top-contents > div.top-content-text h3 {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  #top-contents-box .top-contents > div.top-content-text h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1500px) {
  #top-contents-box .top-contents > div.top-content-text h3 {
    font-size: 36px;
  }
}
#top-contents-box .top-contents > div.top-content-text p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #top-contents-box .top-contents > div.top-content-text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  #top-contents-box .top-contents > div.top-content-text p {
    font-size: 17px;
  }
}
#top-contents-box .top-contents > div.top-content-text h3,
#top-contents-box .top-contents > div.top-content-text p:not(.link-button) {
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s;
  line-height: 1.8;
}
#top-contents-box .top-contents > div.top-content-text.active h3,
#top-contents-box .top-contents > div.top-content-text.active p {
  opacity: 1;
  transform: translateY(0);
}
#top-contents-box .top-contents > div.top-content-text .link-button a {
  margin-top: 10px;
}

#top-youtube-box #top-youtube {
  width: 1500px;
  margin: 0 auto;
  max-width: 90%;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  #top-youtube-box #top-youtube {
    padding: 100px 0;
  }
}
#top-youtube-box #top-youtube #top-youtube-text {
  padding: 20px 0 40px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #top-youtube-box #top-youtube #top-youtube-text {
    padding: 10px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  #top-youtube-box #top-youtube #youtube-list {
    display: flex;
    flex-wrap: wrap;
  }
}
#top-youtube-box #top-youtube #youtube-list.active li {
  opacity: 1;
  transform: translateY(0px);
}
#top-youtube-box #top-youtube #youtube-list li {
  opacity: 0;
  transition: 0.3s;
  transform: translateY(50px);
  width: 100%;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #top-youtube-box #top-youtube #youtube-list li {
    border: none;
    width: 32%;
  }
  #top-youtube-box #top-youtube #youtube-list li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
#top-youtube-box #top-youtube #youtube-list li:nth-child(2) {
  transition: 0.3s 0.2s;
}
#top-youtube-box #top-youtube #youtube-list li:nth-child(3) {
  transition: 0.3s 0.4s;
}
#top-youtube-box #top-youtube #youtube-list li a {
  display: flex;
  flex-wrap: wrap;
  transition: opacity 0.3s;
  color: #222;
}
@media screen and (min-width: 768px) {
  #top-youtube-box #top-youtube #youtube-list li a {
    display: block;
  }
}
#top-youtube-box #top-youtube #youtube-list li a:hover {
  opacity: 0.7;
}
#top-youtube-box #top-youtube #youtube-list li a .youtube-thumb {
  width: 37%;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  #top-youtube-box #top-youtube #youtube-list li a .youtube-thumb {
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
  }
}
#top-youtube-box #top-youtube #youtube-list li a .youtube-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/8.95;
  vertical-align: bottom;
  width: 100%;
}
#top-youtube-box #top-youtube #youtube-list li a p {
  width: 60%;
  margin-top: 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #top-youtube-box #top-youtube #youtube-list li a p {
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  #top-youtube-box #top-youtube #youtube-list li a p {
    font-size: 16px;
  }
}

#footer-container {
  padding: 50px 5% 20px;
  position: relative;
  z-index: 1;
  background: #3a833d;
  color: #fff;
}
@media screen and (min-width: 960px) {
  #footer-container {
    padding: 100px 5% 20px;
  }
}
#footer-container footer h2 {
  font-size: 22px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #footer-container footer h2 {
    font-size: 30px;
  }
}
#footer-container footer h2 a {
  color: #fff;
  transition: opacity 0.3s;
}
#footer-container footer h2 a:hover {
  opacity: 0.7;
}
#footer-container footer #footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  #footer-container footer #footer-menu {
    justify-content: center;
    flex-wrap: nowrap;
  }
}
#footer-container footer #footer-menu li {
  width: 48%;
}
@media screen and (min-width: 576px) {
  #footer-container footer #footer-menu li {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  #footer-container footer #footer-menu li {
    width: auto;
  }
}
#footer-container footer #footer-menu li a {
  padding: 10px 10px 5px;
  display: block;
  transition: 0.3s;
  color: #fff;
  border-bottom: solid 1px transparent;
}
#footer-container footer #footer-menu li a:hover {
  border-bottom-color: #fff;
}
#footer-container footer #footer-sns {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#footer-container footer #footer-sns li {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
#footer-container footer #footer-sns a {
  transition: opacity 0.3s;
}
#footer-container footer #footer-sns a:hover {
  opacity: 0.6;
}
#footer-container footer #footer-sns a svg path {
  fill: #fff;
}
#footer-container footer #footer-sns a svg polygon {
  fill: #3a833d;
}

#copyright {
  margin: 40px 0 20px;
  text-align: center;
  font-size: 12px;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  opacity: 0.7;
}

#news-category-list {
  display: flex;
  justify-content: center;
}
#news-category-list li a {
  border: solid 1px #222;
  color: #222;
  margin: 10px;
  font-size: 14px;
  padding: 5px 20px 7px;
}
#news-category-list li a.current {
  background: #222;
  color: #fff;
}

.iframe-box {
  margin: 50px auto;
  aspect-ratio: 16/9;
}
.iframe-box iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

#about-greeting,
#activity-greeting {
  margin: 0 auto 100px;
  text-align: center;
}
#about-greeting #about-greeting-inner,
#about-greeting #activity-greeting-inner,
#activity-greeting #about-greeting-inner,
#activity-greeting #activity-greeting-inner {
  display: inline-block;
  text-align: left;
}
#about-greeting #about-greeting-inner p,
#about-greeting #activity-greeting-inner p,
#activity-greeting #about-greeting-inner p,
#activity-greeting #activity-greeting-inner p {
  line-height: 2;
  font-size: 20px;
  font-size: clamp(0.813rem, 0.614rem + 0.85vw, 1.25rem);
}

@media screen and (min-width: 576px) {
  .about-why {
    margin-bottom: 0;
    display: flex;
  }
}

.about-why-content {
  padding: 100px 0;
}
@media screen and (min-width: 576px) {
  .about-why-content {
    padding: 0;
    align-items: center;
    margin-right: 30px;
    display: flex;
    width: 50%;
  }
}

.about-why-title,
#about-year-title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 40px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}

@media screen and (min-width: 576px) {
  .about-why-img {
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}
.about-why-img img {
  vertical-align: bottom;
}

.bg-white,
.bg-gray,
.bg-beige {
  position: relative;
  padding: 50px 5%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .bg-white,
  .bg-gray,
  .bg-beige {
    padding: 100px 5%;
  }
}
.bg-white > *,
.bg-gray > *,
.bg-beige > * {
  position: relative;
  z-index: 1;
}
.bg-white:after,
.bg-gray:after,
.bg-beige:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  margin-left: calc(50% - 50vw);
}

.bg-gray:after {
  background: #f5f5f5;
}

.bg-beige:after {
  background: #f8f5f3;
}

#about-greeting + .bg-gray {
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  #about-greeting + .bg-gray {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  #about-greeting + .bg-gray {
    margin-bottom: 150px;
  }
}

#chigasaki-camp {
  margin: 0 auto 150px;
}

#about-year {
  margin: 100px 0 0;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #about-year {
    margin-top: 150px;
    padding-bottom: 100px;
  }
}
#about-year #about-year-inner {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #about-year #about-year-inner {
    margin-top: 0;
  }
}

#about-slider {
  margin-top: 100px;
}
@media screen and (min-width: 576px) {
  #about-slider {
    display: flex;
    flex-wrap: wrap;
  }
}
#about-slider .about-slider-inner {
  background: #fff;
  margin-bottom: 80px;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 576px) {
  #about-slider .about-slider-inner {
    width: 48%;
  }
  #about-slider .about-slider-inner:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 1200px) {
  #about-slider .about-slider-inner {
    width: 23.5%;
  }
  #about-slider .about-slider-inner:not(:nth-child(2n)) {
    margin-right: 0;
  }
  #about-slider .about-slider-inner:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
#about-slider .about-slider-inner:first-child p.about-month {
  background: #95c78b;
}
#about-slider .about-slider-inner:nth-child(2) p.about-month {
  background: #85bf7a;
}
#about-slider .about-slider-inner:nth-child(3) p.about-month {
  background: #75b669;
}
#about-slider .about-slider-inner:nth-child(4) p.about-month {
  background: #65ae58;
}
#about-slider .about-slider-inner:nth-child(6) p.about-month {
  background: #508e45;
}
#about-slider .about-slider-inner:nth-child(7) p.about-month {
  background: #477d3c;
}
#about-slider .about-slider-inner:nth-child(8) p.about-month {
  background: #3d6b34;
}
#about-slider .about-slider-inner p {
  margin: 20px;
}
#about-slider .about-slider-inner p.about-month {
  text-align: center;
  font-weight: bold;
  background: #5a9f4d;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  line-height: 1;
  width: 70px;
  height: 70px;
  border-radius: 200px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#about-slider .about-slider-inner p.about-title {
  font-weight: bold;
}
#about-slider .about-slider-inner p.about-img {
  margin: 0;
  text-align: center;
}
#about-slider .about-slider-inner p.about-img img {
  width: 100%;
  height: auto;
}
#about-slider .about-slider-inner .about-text p {
  font-size: 14px;
}

.page-activity section#single-page {
  width: 100%;
  max-width: 100%;
}
.page-activity section#single-page .swiper {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .page-activity section#single-page .swiper {
    margin: 100px auto 0;
  }
}
.page-activity section#single-page .swiper .swiper-button {
  display: flex;
  justify-content: space-between;
  width: 150px;
  position: relative;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .page-activity section#single-page .swiper .swiper-button {
    margin: 50px auto 0;
    width: 200px;
  }
}
.page-activity section#single-page .swiper .swiper-button .swiper-button-prev,
.page-activity section#single-page .swiper .swiper-button .swiper-button-next {
  position: relative;
  top: auto;
  width: auto;
  margin: 0;
  display: inline;
  height: auto;
}
.page-activity section#single-page .swiper .swiper-button .swiper-button-prev:before, .page-activity section#single-page .swiper .swiper-button .swiper-button-prev::after,
.page-activity section#single-page .swiper .swiper-button .swiper-button-next:before,
.page-activity section#single-page .swiper .swiper-button .swiper-button-next::after {
  content: "";
}
.page-activity section#single-page .swiper .swiper-button .swiper-button-prev svg,
.page-activity section#single-page .swiper .swiper-button .swiper-button-next svg {
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .page-activity section#single-page .swiper .swiper-button .swiper-button-prev svg,
  .page-activity section#single-page .swiper .swiper-button .swiper-button-next svg {
    width: 100px;
    height: 100px;
  }
}
.page-activity section#single-page .swiper .swiper-button .swiper-button-prev svg:hover *,
.page-activity section#single-page .swiper .swiper-button .swiper-button-next svg:hover * {
  stroke: #5a9f4d;
}
.page-activity section#single-page .swiper .swiper-button .swiper-button-prev svg *,
.page-activity section#single-page .swiper .swiper-button .swiper-button-next svg * {
  transition: stroke 0.3s;
  fill: none;
  stroke: #333333;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

@media screen and (min-width: 768px) {
  .box-text-center-pc {
    text-align: center;
  }
}

.text-attention {
  color: red;
}

.table-contact {
  width: 100%;
  margin: 10% auto;
  min-width: 9rem;
}
.table-contact tr {
  border-bottom: solid 1px #ddd;
}
.table-contact th,
.table-contact td {
  display: block;
}
@media screen and (min-width: 768px) {
  .table-contact th,
  .table-contact td {
    display: table-cell;
  }
}
.table-contact th {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .table-contact th {
    margin: 15px 0;
  }
}
.table-contact th p {
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .table-contact th p {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.table-contact th p .text-require {
  display: inline-block;
  border: solid 1px red;
  padding: 0 10px 2px;
  font-size: 13px;
  line-height: 1.2;
  margin-left: 10px;
  color: red;
  margin-right: 20px;
}
.table-contact td,
.table-contact p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .table-contact td,
  .table-contact p {
    margin: 15px 0;
  }
}
.table-contact input,
.table-contact textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  margin: 1rem 0;
  padding: 1rem 1rem;
  border-radius: 0.3rem;
  background: #eee;
  color: #222;
  box-sizing: border-box;
  font-size: 18px;
}
.table-contact input::-moz-placeholder, .table-contact textarea::-moz-placeholder {
  color: #aaa;
}
.table-contact input::placeholder,
.table-contact textarea::placeholder {
  color: #aaa;
}
.table-contact textarea {
  height: 10rem;
}

.wpcf7-spinner {
  display: block;
  margin: 10px auto;
}

input[type=submit] {
  width: 100%;
  max-width: 100%;
  border: none;
  margin: 1rem 0;
  padding: 0.7rem 1rem;
  border-radius: 0.3rem;
  background: #eee;
  color: #222;
  box-sizing: border-box;
  background: #5a9f4d;
  border: solid 2px #5a9f4d;
  color: #fff;
  width: auto;
  width: 150px;
  font-size: 16px;
  transition: background 0.3s;
}
input[type=submit]:hover {
  background: #fff;
  color: #5a9f4d;
}

.text-tel {
  font-size: 50px;
  color: #5a9f4d;
}

.hr-100 {
  margin: 100px 0;
}

#recruit-plan {
  width: 100vw;
  margin: 0 calc(50% - 50vw) -100px;
}
#recruit-plan .recruit-plan-box {
  width: 1400px;
  margin: 0 auto 40px;
  max-width: 94%;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  #recruit-plan .recruit-plan-box {
    border-radius: 30px;
    margin: 0 auto 100px;
    display: flex;
  }
}
#recruit-plan .recruit-plan-box .recruit-plan-img {
  overflow: hidden;
  flex-shrink: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (min-width: 960px) {
  #recruit-plan .recruit-plan-box .recruit-plan-img {
    border-top-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 35%;
  }
}
@media screen and (min-width: 960px) {
  #recruit-plan .recruit-plan-box .recruit-plan-img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
    height: 100%;
  }
}
#recruit-plan .recruit-plan-box .recruit-plan-text {
  padding: 20px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1500px) {
  #recruit-plan .recruit-plan-box .recruit-plan-text {
    padding: 50px;
  }
}
#recruit-plan .recruit-plan-box .recruit-plan-text h3 {
  margin: 10px auto;
  font-size: 17px;
}
@media screen and (min-width: 480px) {
  #recruit-plan .recruit-plan-box .recruit-plan-text h3 {
    margin: 20px auto;
    font-size: 24px;
  }
}
@media screen and (min-width: 1500px) {
  #recruit-plan .recruit-plan-box .recruit-plan-text h3 {
    margin: 30px auto;
    font-size: 30px;
  }
}
#recruit-plan .recruit-plan-box .recruit-plan-text p {
  font-size: 15px;
  margin: 10px 0;
}
@media screen and (min-width: 1500px) {
  #recruit-plan .recruit-plan-box .recruit-plan-text p {
    font-size: 18px;
  }
}
#recruit-plan .recruit-plan-box + .link-button {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #recruit-plan .recruit-plan-box + .link-button {
    margin-bottom: 50px;
  }
}

.link-button-margin {
  margin: 50px auto 100px;
}

.marker {
  background: linear-gradient(transparent 60%, #fcff46 0);
  display: inline;
  padding: 0 1px;
}

.box-full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.box-flex-4 {
  display: flex;
  flex-wrap: wrap;
}
.box-flex-4 > * {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .box-flex-4 > * {
    width: 25%;
  }
}

#chigasaki-camp .box-flex-4 {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  #chigasaki-camp .box-flex-4 {
    margin-bottom: 150px;
  }
}
#chigasaki-camp h3 {
  width: 240px;
}
@media screen and (min-width: 576px) {
  #chigasaki-camp h3 {
    width: 335px;
  }
}

#sp-menu-box {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 5;
  background: #fff;
  left: -100%;
  padding-top: 140px;
  box-sizing: border-box;
  transition: left 0.3s;
}
.btn-clicked #sp-menu-box {
  left: 0;
}
#sp-menu-box #sp-menu li {
  font-weight: bold;
}
#sp-menu-box #sp-menu li a {
  padding: 20px;
  display: block;
  border-bottom: solid 1px #f5f5f5;
  color: #222;
}
#sp-menu-box #sp-menu li a:hover {
  color: #5a9f4d;
}
#sp-menu-box #sp-sns-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#sp-menu-box #sp-sns-box > a {
  margin: 0 20px;
}

.article-date {
  text-align: right;
}

.page-privacy-policy section h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-privacy-policy section h3 {
    font-size: 24px;
  }
}
.page-privacy-policy section p,
.page-privacy-policy section li,
.page-privacy-policy section th,
.page-privacy-policy section td {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-privacy-policy section p,
  .page-privacy-policy section li,
  .page-privacy-policy section th,
  .page-privacy-policy section td {
    font-size: 16px;
  }
}