@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  word-break: auto-phrase;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.accent-font {
  font-family: "Montserrat", sans-serif;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lower-fv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .lower-fv {
    margin-top: 60px;
  }
}
.lower-fv img {
  aspect-ratio: 1440/380;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .lower-fv img {
    aspect-ratio: 3/1;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv img {
    aspect-ratio: 5/3;
  }
}
.lower-fv::before {
  content: "";
  position: absolute;
  width: 100%;
  background: url(./images/lower-fv-bg.png) no-repeat center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  aspect-ratio: 1211/459;
  filter: blur(10px);
}
.lower-fv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  text-align: center;
}
.lower-fv h1 {
  font-size: clamp(1.25rem, 0.625rem + 2.08vw, 2.5rem);
  letter-spacing: 2px;
  color: #8BC15F;
}
.lower-fv p {
  margin-top: 1.5rem;
}

.wp-pagenavi {
  width: 100%;
  margin: 5rem auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 2.5rem;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 0.5rem;
  display: inline-block;
  color: #333333;
  padding: 6px 5px !important;
  border: none !important;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    margin: 0 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    padding: 8px 5px !important;
  }
}
.wp-pagenavi span.current {
  color: #8BC15F;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    padding: 0.6rem 0rem;
  }
}

.cta {
  background: url(./images/cta.png) no-repeat center/cover;
  padding: 4rem 0;
  text-align: center;
  color: #fff;
}
.cta h2 {
  font-size: clamp(1.25rem, 1rem + 0.83vw, 1.75rem);
  margin-bottom: 3rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .cta h2 {
    margin-bottom: 1.5rem;
  }
}
.cta h2 + p {
  margin-bottom: 3rem;
  font-size: clamp(1rem, 0.875rem + 0.42vw, 1.25rem);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 2;
}

.content {
  width: 70%;
  margin: 5rem auto;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .content {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .content {
    width: 90%;
    margin: 2.5rem auto;
  }
  .content .wp-block-spacer {
    height: 3rem !important;
  }
}

.wp-block-table th {
  word-break: auto-phrase !important;
}

.simple-sitemap-wrap a {
  color: #0000ee;
  text-decoration: underline;
}
.simple-sitemap-wrap ul, .simple-sitemap-wrap li {
  list-style: inside;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.swiper {
  margin-top: 5rem;
}
.swiper .swiper-wrapper {
  transition-timing-function: linear;
}

#ez-toc-container {
  margin: 2rem 0;
}

.top-title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .top-title {
    margin-bottom: 2rem;
  }
}
.top-title img {
  width: 50px;
  margin: 0 auto 0.5rem;
}
.top-title h2 {
  font-size: clamp(1.25rem, 1.068rem + 0.61vw, 1.75rem);
}
.top-title h2 + p {
  margin-top: 1rem;
}

.grecaptcha-badge {
  display: none;
}

header {
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  header {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}

.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 4px 5%;
}
@media screen and (max-width: 1024px) {
  .header-contents {
    padding: 4px 2.5%;
  }
}
.header-contents.header-top .header-btn-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .header-contents.header-top .header-btn-wrap {
    display: none;
  }
}

.header-left {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 2.5rem;
}
.header-left a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.header-left a img {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .header-left a img {
    width: 160px;
  }
}

.header-left > .hamburger-nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 1400px) {
  .header-left > .hamburger-nav > ul {
    gap: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-left > .hamburger-nav > ul {
    display: none;
  }
}
.header-left > .hamburger-nav > ul > li > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu input {
  display: none;
}
.hamburger-menu .menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  position: relative;
  height: 25px;
  width: 40px;
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background-color: #8BC15F;
  position: absolute;
  transition: 0.3s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 8px;
}
.hamburger-menu .menu-btn span:after {
  top: 8px;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger-menu .menu-content .logo {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .logo {
    width: 180px;
  }
}
.hamburger-menu .menu-content .hamburger-wrap {
  width: 80%;
  margin: 0 auto;
}
.hamburger-menu .menu-content ul li a {
  font-weight: bold;
  font-size: 20px;
  display: block;
  color: #333333;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 1px solid #B2B2B2;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content ul li a {
    padding-bottom: 0.5rem;
  }
}
.hamburger-menu .gnavi__sp-style {
  position: fixed;
  z-index: -2;
  top: 70px;
  background-color: #8BC15F;
  width: 100%;
  height: calc(100vh - 60px);
  top: 60px;
  left: 0;
  transition: all 0.5s;
  opacity: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 20% 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style {
    padding: 10% 0 0;
  }
}
.hamburger-menu .gnavi__sp-style::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 95%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
  margin-bottom: 1rem;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li {
    margin-bottom: 0.5rem;
  }
}
.hamburger-menu .gnavi__sp-style.active {
  opacity: 1;
  z-index: 20;
  display: flex;
}
.hamburger-menu .copyright {
  position: absolute;
  bottom: 2.5%;
  left: 5%;
  background: #1C803F;
  width: 90%;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: clamp(0.625rem, 0.489rem + 0.45vw, 1rem);
}
.hamburger-menu .copyright::before {
  content: "";
  position: absolute;
  height: 250%;
  aspect-ratio: 57/101;
  background: url(./images/ham-left.png) no-repeat center/contain;
  left: 5%;
  top: -250%;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .copyright::before {
    height: 150%;
    top: -150%;
  }
}
.hamburger-menu .copyright::after {
  content: "";
  position: absolute;
  height: 250%;
  aspect-ratio: 163/98;
  background: url(./images/ham-right.png) no-repeat center/contain;
  right: 5%;
  top: -250%;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .copyright::after {
    height: 150%;
    top: -150%;
  }
}

.footer {
  padding: 5rem 0 0;
  position: relative;
  z-index: 0;
}
.footer::before {
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
  aspect-ratio: 1609/490;
  background: url(./images/footer-bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 1200px) {
  .footer::before {
    aspect-ratio: 1609/600;
  }
}
@media screen and (max-width: 1024px) {
  .footer::before {
    aspect-ratio: 1609/550;
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .footer::before {
    display: none;
  }
}
.footer::after {
  position: absolute;
  width: 14%;
  aspect-ratio: 51/40;
  background: url(./images/footer-leaf.png) no-repeat center/contain;
  left: 5%;
  top: 0%;
}
@media screen and (max-width: 767px) {
  .footer::after {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 1.5rem;
  }
}
.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto 2rem;
  width: 80%;
}
@media screen and (max-width: 1400px) {
  .footer-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-wrap {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    text-align: center;
  }
}
.footer-address {
  margin-top: 2rem;
}
.footer-address p:first-child {
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.footer-address p:nth-child(2) {
  font-size: 14px;
}
.footer-address a {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  color: #8BC15F;
  margin-top: 1rem !important;
}
.footer-address a p {
  margin: 0 !important;
  font-size: 14px !important;
}
.footer-address a img {
  width: 1rem !important;
}
.footer-left a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .footer-left a {
    margin: 0 auto;
  }
}
.footer-left a img {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .footer-left a img {
    width: 200px;
  }
}
.footer-right {
  width: calc(100% - 400px);
  max-width: 680px;
}
@media screen and (max-width: 1024px) {
  .footer-right {
    width: 100%;
  }
}
.footer-right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
}
@media screen and (max-width: 1200px) {
  .footer-right ul {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .footer-right ul {
    width: 100%;
  }
}
.footer-right ul.sub-menu {
  gap: 0.5rem 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer-right ul.sub-menu {
    margin-top: 0.5rem;
  }
}
.footer-right ul.sub-menu li {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-right ul.sub-menu li {
    font-size: 12px;
  }
}
.footer-right ul li {
  width: calc((100% - 3rem) / 4);
  min-width: 150px;
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer-right ul li {
    font-size: 14px;
  }
}
.footer p.copyright {
  margin-top: 10rem;
  text-align: center;
  padding: 20px;
  background-color: #1C803F;
  color: #fff;
  font-size: clamp(0.625rem, 0.58rem + 0.15vw, 0.75rem);
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer p.copyright {
    margin-top: 7.5rem;
  }
}
.footer p.copyright::before {
  position: absolute;
  height: 250%;
  aspect-ratio: 57/101;
  background: url(./images/ham-left.png) no-repeat center/contain;
  left: 5%;
  top: -250%;
}
@media screen and (max-width: 767px) {
  .footer p.copyright::before {
    content: "";
    height: 200%;
    top: -200%;
  }
}
.footer p.copyright::after {
  position: absolute;
  height: 250%;
  aspect-ratio: 163/98;
  background: url(./images/ham-right.png) no-repeat center/contain;
  right: 5%;
  top: -250%;
}
@media screen and (max-width: 767px) {
  .footer p.copyright::after {
    content: "";
    height: 200%;
    top: -200%;
  }
}

@media screen and (max-width: 767px) {
  h2, h3, h4, h5 {
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  color: #000;
  line-height: 1.5;
}

.news-btn {
  padding: 8px 3rem;
  border-radius: 4px;
  background-color: #8BC15F;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(1.125rem, 0.938rem + 0.63vw, 1.5rem);
  margin: 3rem auto 0;
  display: block;
  position: relative;
}
.news-btn::before {
  content: ">";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1rem;
}

.header-btn {
  display: flex;
  gap: 0.5rem;
  width: 190px;
  border-radius: 4px;
  background-color: #8BC15F;
  color: #fff;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 18px;
  justify-content: center;
}
.header-btn:last-child {
  background-color: #20508B;
}
.header-btn img {
  width: 28px;
}

/*お知らせ一覧ページ*/
.news {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 2.5rem 0 5rem;
  }
}
.news .container {
  max-width: 1180px;
}
.news .post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .news .post-list {
    gap: 2rem;
  }
}
.news .post-list .item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1024px) {
  .news .post-list .item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .news .post-list .item {
    width: 100%;
  }
}
.news-text {
  margin-top: 1rem;
}
.news-text .category {
  font-size: 12px;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.news-text .post-title {
  color: #1A4A87;
  font-size: 14px;
}
.news-label {
  color: #fff;
  padding: 2px 10px;
  border-radius: 24px;
  background-color: #8BC15F;
  width: -moz-fit-content;
  width: fit-content;
}
.news-label:has(.cat-news-category2) {
  background-color: #50A1C2;
}
.news-img img {
  aspect-ratio: 312/206;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/*詳細ページ*/
@media screen and (max-width: 1024px) {
  .single-main {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .single-main {
    margin-top: 2.5rem;
  }
}
.single .news-label {
  color: #fff;
  padding: 2px 10px;
  border-radius: 24px;
  background-color: #8BC15F;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}
.single .blue-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .single .blue-btn {
    margin-top: 2.5rem;
  }
}

.news-contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .news-contents {
    flex-direction: column-reverse;
    gap: 5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .news-contents {
    gap: 3rem;
  }
}
.news-contents .news-right {
  width: 260px;
}
.news-contents .news-left {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1200px) {
  .news-contents .news-left {
    width: 100%;
  }
}
.news-contents .news-left .content {
  width: 100%;
  margin: 0;
}
.news-contents .news-left .content .wp-block-button__link {
  margin: 2rem 0;
}
.news-contents .news-left .content > h2 {
  font-size: clamp(1.25rem, 1.159rem + 0.3vw, 1.5rem);
  padding: 1rem;
  background-color: #F6F6F6;
  border-left: 10px solid #8BC15F;
  margin: 2rem 0 1.5rem;
}
.news-contents .news-left .content > h3 {
  font-size: clamp(1.125rem, 1.034rem + 0.3vw, 1.375rem);
  margin: 2rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #8BC15F;
}
.news-contents .news-left .content > h4 {
  margin: 2rem 0 1.5rem;
  font-size: clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}
.news-contents .news-left .content .big {
  font-weight: bold;
}
.news-contents .news-left .content .casual-wrap {
  flex-wrap: wrap;
}
.news-contents .news-left .content .casual-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .news-contents .news-left .content .casual-item {
    width: 100%;
  }
}
.news-contents .news-left .content .casual-item:nth-child(2) {
  border-right: none;
}
.news-contents .news-left .content .casual-item:nth-child(n+3) {
  border-top: 1px solid #C5C5C5;
}
@media screen and (max-width: 767px) {
  .news-contents .news-left .content .casual-item:nth-child(n+3) {
    border: none;
  }
}
.news-contents .news-left .content .casual-item:nth-child(4) {
  border-left: 1px solid #C5C5C5;
}
@media screen and (max-width: 767px) {
  .news-contents .news-left .content .casual-item:nth-child(4) {
    border: none;
    border-top: 1px solid #C5C5C5;
  }
}
.news-contents .news-left .content .bg-yellow {
  background-color: #FEFFF6;
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.news-contents .news-left .content .bg-yellow p:first-child {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.news-contents .news-left .content table {
  width: 100%;
  border-collapse: collapse;
}
.news-contents .news-left .content table td {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news-contents .news-left .content table td {
    padding: 0.5rem;
  }
}
.news-contents .news-left .content table td:first-child {
  font-weight: bold;
  min-width: 100px;
}
.news-contents .news-left .content table tr {
  border-top: 1px solid #8BC15F;
}
.news-contents .news-left .content table tr:last-child {
  border-bottom: 1px solid #8BC15F;
}
.news-contents .news-left .content .selection {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .news-contents .news-left .content .selection {
    margin-bottom: 1.5rem;
  }
}
.news-contents .news-left .content .selection > p {
  aspect-ratio: 1/1;
  border-radius: 999vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background-color: #8BC15F;
  line-height: 1;
  padding: 0.5rem 1rem;
  justify-content: center;
}
.news-contents .news-left .content .selection div p:first-child {
  font-weight: bold;
  color: #8BC15F;
}
.news-contents .news-left .content ul {
  margin: 2rem 0;
}
.news-contents .news-left .content ul li {
  list-style: inside;
}
.news-contents .news-left .content ::marker {
  color: #8BC15F;
}
.news-contents .news-left .content p {
  font-weight: 400;
  line-height: 2;
}

.single-side {
  padding: 0.5rem 16px 10px;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-top: 1rem solid #8BC15F;
}
.single-side > p {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #8BC15F;
  text-align: center;
}
.single-side > a {
  padding: 10px;
  border-radius: 4px;
  background-color: #8BC15F;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
}
.single-side > a:last-child {
  background-color: #1A4A87;
  margin-top: 1rem;
}
.single-side-contact {
  text-align: center;
}
.single-side-contact p {
  font-size: 12px;
}
.single-side-contact a {
  color: #8BC15F;
  font-size: 2rem;
  font-weight: bold;
  margin: 8px 0;
}

.casual {
  background-color: #FEFFF6;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .casual {
    padding: 2.5rem 0;
  }
}
.casual .top-title + p {
  text-align: center;
}
.casual-wrap {
  display: flex;
  box-shadow: 0px 0px 10px rgba(139, 193, 95, 0.4);
  margin: 4rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .casual-wrap {
    flex-wrap: wrap;
  }
}
.casual-item {
  width: 33.3333333333%;
  background-color: #fff;
  padding: 2rem 1rem;
}
@media screen and (max-width: 1024px) {
  .casual-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .casual-item {
    font-size: 14px;
    width: 100%;
  }
}
.casual-item img {
  width: 3.5rem;
  margin: 0 auto 1rem;
}
.casual-item h3 {
  color: #8BC15F;
  font-size: clamp(1rem, 0.875rem + 0.42vw, 1.25rem);
  margin-bottom: 1rem;
  text-align: center;
}
.casual-item:nth-child(2) {
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
}
@media screen and (max-width: 767px) {
  .casual-item:nth-child(2) {
    border: none;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
  }
}

.entry-box {
  padding: 2rem;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #fff;
  margin: 0 auto 4rem;
  max-width: 700px;
}

/*contact*/
.contact-text {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .contact-text {
    margin-bottom: 2rem;
  }
}
.contact-text img {
  width: 3rem;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .contact-text img {
    width: 2rem;
  }
}
.contact-text h2 {
  font-size: 28px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .contact-text h2 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.contact form {
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto 5rem;
  text-align: left;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 2rem 5%;
}
@media screen and (max-width: 767px) {
  .contact form {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.contact form > div:not(.submit-btn) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.contact form > div:not(.submit-btn):not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact form > div:not(.submit-btn):not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact form > div:not(.submit-btn) p {
  width: 100%;
}
.contact form > div:not(.submit-btn) p:first-child {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .contact form > div:not(.submit-btn) p:first-child {
    width: 100%;
    min-width: auto;
    justify-content: left;
  }
}
.contact p:has(input[type=submit]) {
  width: 100% !important;
}
.contact input:not([type=radio]),
.contact textarea,
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #333;
  padding: 10px 1rem;
  width: 100%;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  border-radius: 4px;
}
.contact select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contact .two-column {
  display: flex;
  justify-content: space-between;
}
.contact span.required {
  color: #fff;
  background-color: #1A4A87;
  padding: 6px 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact span.required {
    font-size: 12px;
  }
}
.contact span.optional {
  color: #fff;
  background-color: #838383;
  padding: 6px 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact span.optional {
    font-size: 12px;
    margin-right: 0.5rem;
  }
}
.contact .wpcf7-list-item {
  margin: 0;
}
.contact p:has(.contact-policy) {
  text-align: center;
}
.contact .contact-policy label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-policy label {
    gap: 0.2rem;
  }
}
.contact .contact-policy input {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .contact .contact-policy input {
    width: 20px;
    height: 20px;
  }
}
.contact .wpcf7-radio,
.contact .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.contact .lisence-txt {
  margin-top: 1rem;
  width: 100% !important;
}
.contact .lisence-txt p {
  width: 100% !important;
}
.contact .lisence-txt p input,
.contact .lisence-txt p span {
  width: 100% !important;
}
.contact label:has(input[type=radio]) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact input[type=radio] {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
}
.contact input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.contact input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  z-index: 1;
}
.contact input[type=checkbox]:checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0077A8;
  content: "";
}
.contact .contact-policy {
  background-color: #F8F8F8;
  padding: 1.5rem;
  width: 100%;
  display: block;
}
.contact p:has(input[type=submit]) {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 2.5rem auto 0;
  position: relative;
}
.contact p:has(input[type=submit])::before {
  content: ">";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1rem;
  z-index: 10;
  color: #fff;
}
.contact input[type=submit] {
  padding: 8px 3rem;
  border-radius: 4px;
  background-color: #8BC15F;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(1.125rem, 0.938rem + 0.63vw, 1.5rem);
  margin: 3rem auto 0;
  display: block;
  position: relative;
}
.contact input[type=submit]:hover {
  opacity: 0.7;
}
.contact .wpcf7-not-valid {
  background-color: #FFE8E8;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact textarea {
  resize: vertical; /* 縦方向のリサイズを許可 */
}

/*404*/
.not-found {
  text-align: center;
  margin: 5rem 0 7.5rem;
}

.fv {
  height: 80%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .fv {
    margin-top: 60px;
    height: calc(100vh - 60px);
    min-height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    min-height: auto;
  }
}
.fv img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: 65% center;
     object-position: 65% center;
}
.fv-text {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  max-width: 95%;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  padding: 0 5%;
}
@media screen and (max-width: 1024px) {
  .fv-text {
    top: auto;
    bottom: 2.5%;
    left: 0;
    transform: none;
  }
}
.fv-text::before {
  content: "";
  position: absolute;
  width: 150%;
  aspect-ratio: 825/407;
  background: url(./images/fv-txt.png) no-repeat 40% center/contain;
  top: 35%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.fv-text h1 {
  font-size: clamp(1.25rem, 0.625rem + 2.08vw, 2.5rem);
  color: #3E3A39;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fv-text h1 {
    padding: 2px 10px;
  }
}
.fv-text h1 .green {
  color: #8BC15F;
  font-size: clamp(1.375rem, 0.688rem + 2.29vw, 2.75rem);
}
.fv-text h1 .blue {
  color: #1A4A87;
  font-size: clamp(1.375rem, 0.688rem + 2.29vw, 2.75rem);
}
.fv-text p {
  font-size: clamp(1.125rem, 1rem + 0.42vw, 1.375rem);
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fv-text p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.fv-btn {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .fv-btn {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.fv-btn .news-btn {
  margin: 0;
}
.fv-btn .news-btn:last-child {
  background-color: #1A4A87;
}

.about {
  padding: 5rem 0 7.5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 3rem 0;
  }
}
.about::before {
  content: "";
  position: absolute;
  width: 21%;
  aspect-ratio: 300/500;
  background: url(./images/about-bg.png) no-repeat top left/contain;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about::before {
    width: 25%;
  }
}
.about-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about-wrap {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.about-left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .about-left {
    width: 100%;
  }
}
.about-left h3 {
  color: #1A4A87;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 1.5rem;
}
.about-left > p {
  line-height: 2;
  margin-bottom: 1.5rem;
}
.about-left > p span {
  font-weight: bold;
  color: #1A4A87;
}
.about-left a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  background-color: #8BC15F;
  padding: 8px 1.5rem;
  border-radius: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  font-size: 18px;
}
.about-left a img {
  width: 1.5rem;
}
.about-right {
  width: 59%;
  position: absolute;
  right: -13%;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .about-right {
    width: 54%;
    right: -8%;
  }
}
@media screen and (max-width: 1024px) {
  .about-right {
    position: relative;
    right: auto;
    width: 100%;
    max-width: 450px;
  }
}
.about-txt {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.about-txt p {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 1rem;
  font-size: 14px;
  font-weight: bold;
  background-color: #8BC15F;
  border-radius: 20px;
}

.vision {
  padding: 5rem 0;
  background-color: #FEFFF6;
  position: relative;
  z-index: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vision {
    padding: 2.5rem 0;
  }
}
.vision::after {
  content: "";
  position: absolute;
  width: 38%;
  aspect-ratio: 523/337;
  background: url(./images/intro-bg.png) no-repeat right center/contain;
  top: 0%;
  left: 0%;
  z-index: -1;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .vision::after {
    width: 60%;
    right: -10%;
  }
}
.vision-txt {
  max-width: 650px;
  margin: 4rem auto 0;
}
.vision-txt p {
  line-height: 2;
}
.vision-txt p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.vision h3 {
  font-size: clamp(1.125rem, 0.938rem + 0.63vw, 1.5rem);
  margin-bottom: 3rem;
}
.vision .container {
  position: relative;
}
.vision .container::before {
  content: "";
  position: absolute;
  width: 20%;
  aspect-ratio: 1/1;
  background: url(./images/vision1.png) no-repeat center/contain;
  left: -10%;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .vision .container::before {
    left: -7%;
    width: 18%;
  }
}
@media screen and (max-width: 1024px) {
  .vision .container::before {
    display: none;
  }
}
.vision .container::after {
  content: "";
  position: absolute;
  width: 20%;
  aspect-ratio: 1/1;
  background: url(./images/vision2.png) no-repeat center/contain;
  right: -10%;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .vision .container::after {
    right: -7%;
    width: 18%;
  }
}
@media screen and (max-width: 1024px) {
  .vision .container::after {
    display: none;
  }
}
.vision-img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .vision-img {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.vision-img img {
  width: calc((100% - 1rem) / 2);
}

.style {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .style {
    padding: 2.5rem 0;
  }
}
.style .casual-wrap {
  margin-bottom: 0;
}
.style::after {
  content: "";
  position: absolute;
  width: 10%;
  aspect-ratio: 51/40;
  background: url(./images/footer-leaf.png) no-repeat center/contain;
  right: 5%;
  top: 20%;
  z-index: -1;
}

.home .recruitment {
  position: relative;
  z-index: 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .home .recruitment {
    padding: 2.5rem 0;
  }
}
.home .recruitment::before {
  content: "";
  position: absolute;
  width: 20%;
  aspect-ratio: 287/238;
  background: url(./images/top-recruitment.png) no-repeat center/contain;
  left: 0%;
  top: 5%;
  z-index: -1;
}

.company {
  padding: 5rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 3rem 0;
  }
}
.company::after {
  content: "";
  position: absolute;
  width: 10%;
  aspect-ratio: 51/40;
  background: url(./images/footer-leaf.png) no-repeat center/contain;
  left: 5%;
  top: 10%;
  z-index: -1;
}
.company table {
  width: 100%;
  border-collapse: collapse;
}
.company table td {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .company table td {
    padding: 1rem 0.5rem;
  }
}
.company table td:first-child {
  font-weight: bold;
}
.company table tr {
  border-top: 1px solid #8BC15F;
}
.company table tr:last-child {
  border-bottom: 1px solid #8BC15F;
}

.faq {
  padding: 5rem 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 2.5rem 0;
  }
}
.faq::before {
  content: "";
  position: absolute;
  width: 21%;
  aspect-ratio: 300/500;
  background: url(./images/about-bg.png) no-repeat top left/contain;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .faq::before {
    width: 25%;
  }
}
.faq::after {
  content: "";
  position: absolute;
  width: 11%;
  aspect-ratio: 51/40;
  background: url(./images/footer-leaf.png) no-repeat center/contain;
  right: 5%;
  bottom: 5%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .faq::after {
    content: "";
  }
}
.faq .container {
  max-width: 880px;
}

.accordion {
  margin-top: 2.5rem;
}

.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #F7F7F7;
  padding: 1rem 1.5rem;
  margin: 2rem 0 0;
  cursor: pointer;
  position: relative;
  color: #333;
  border-radius: 10px;
  font-weight: 500;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #8BC15F;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after{
	opacity:0;
}

.accordion-content {
  padding: 1.5rem 1.5rem 0;
  font-size: 14px;
  font-weight: 400;
}

.accordion-header span,
.accordion-content span {
  padding-left: 40px;
  position: relative;
  display: block;
}

.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background-color: #8BC15F;
  padding: 5px 6.6px;
  border-radius: 999vh;
  font-family: "Montserrat", sans-serif;
}

.accordion-content span::before {
  position: absolute;
  content: "A";
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background-color: #1A4A87;
  padding: 5px 7.6px;
  border-radius: 999vh;
  font-family: "Montserrat", sans-serif;
}

.member {
  padding: 5rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .member {
    padding: 2.5rem 0;
  }
}
.member .container {
  max-width: 1000px;
}
.member::before {
  content: "";
  position: absolute;
  width: 21%;
  aspect-ratio: 300/500;
  background: url(./images/about-bg.png) no-repeat top left/contain;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .member::before {
    width: 25%;
  }
}
.member::after {
  content: "";
  position: absolute;
  width: 11%;
  aspect-ratio: 51/40;
  background: url(./images/footer-leaf.png) no-repeat center/contain;
  right: 5%;
  bottom: 5%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .member::after {
    content: "";
  }
}
.member-top {
  text-align: center;
}
.member-top h2 {
  font-size: clamp(1.25rem, 1rem + 0.83vw, 1.75rem);
  margin-bottom: 3rem;
}
.member-greeting {
  margin: 5rem 0 0;
}
.member-greeting-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .member-greeting-wrap {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
}
.member-greeting-wrap img {
  width: 30%;
	border-radius:1rem;
}
@media screen and (max-width: 767px) {
  .member-greeting-wrap img {
    width: 80%;
  }
}
.member-greeting-txt {
  width: 65%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .member-greeting-txt {
    width: 100%;
  }
}
.member-greeting-txt h3 {
  font-size: clamp(1.375rem, 1.063rem + 1.04vw, 2rem);
  margin-bottom: 8px;
}
.member-greeting-txt .kana {
  font-size: 14px;
  margin-bottom: 1rem;
}
.member-greeting-txt .work {
  font-size: 18px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 8px;
}
.member-greeting-txt table {
  width: 100%;
}
.member-greeting-txt table tr {
  margin-bottom: 1rem;
  display: flex;
}
.member-greeting-txt table td:first-child {
  font-weight: bold;
  width: 30%;
}
.member-greeting-txt table td:last-child {
  width: 70%;
}
.member-txt {
  background-color: #FEFFF6;
  padding: 2rem 2.5rem;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .member-txt {
    padding: 1rem;
  }
}
.member-txt h3 {
  font-size: clamp(1.125rem, 0.938rem + 0.63vw, 1.5rem);
  margin-bottom: 1.5rem;
}
.member-txt p:not(:last-child) {
  margin-bottom: 28px;
}
.member-2 {
  padding: 5rem 0;
  background-color: #FEFFF6;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .member-2 {
    padding: 2.5rem 0;
  }
}
.member-2::after {
  content: "";
  position: absolute;
  width: 38%;
  aspect-ratio: 523/337;
  background: url(./images/intro-bg.png) no-repeat center/contain;
  top: 5%;
  right: -7%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .member-2::after {
    width: 60%;
    right: -10%;
  }
}
.member-2 .container {
  max-width: 1000px;
}
.member-2-wrap {
  padding: 2.5rem;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .member-2-wrap {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem 1rem;
  }
}
.member-2-wrap > img {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 767px) {
  .member-2-wrap > img {
    width: 70%;
  }
}
.member-2-wrap:last-of-type {
  margin-top: 2.5rem;
}
.member-2-txt {
  width: calc(100% - 240px);
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .member-2-txt {
    width: 100%;
  }
}
.member-2-txt h3 {
  font-size: clamp(1.125rem, 0.938rem + 0.63vw, 1.5rem);
  margin-bottom: 8px;
}
.member-2-txt .kana {
  font-size: 14px;
  margin-bottom: 1rem;
}
.member-2-txt .work {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 14px;
}
.member-2-txt p:last-child {
  margin-top: 1.5rem;
}

.recruitment::after {
  display: none;
}
.recruitment .container {
  max-width: 1080px;
}
.recruitment .top-title {
  margin-bottom: 1rem;
}
.recruitment .top-title + p {
  text-align: center;
}
.recruitment-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .recruitment-wrap {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}
.recruitment-item {
  width: calc((100% - 40px) / 2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .recruitment-item {
    width: 100%;
    max-width: 500px;
  }
}
.recruitment-img {
  position: relative;
  aspect-ratio: 520/230;
  overflow: hidden;
  overflow: 6px 6px 0 0;
}
.recruitment-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitment-img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  padding: 8px;
  color: #8BC15F;
  font-weight: bold;
  max-width: 98%;
  font-size: clamp(1.125rem, 0.938rem + 0.63vw, 1.5rem);
}
.recruitment-txt {
  padding: 1.5rem 1rem;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
.recruitment-txt h3 {
  color: #8BC15F;
  font-size: 20px;
}
.recruitment-txt h3 + p {
  margin: 1rem 0 1.5rem;
}
.recruitment-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  font-size: 18px;
}
.recruitment-price img {
  width: 20px;
}
.recruitment .news-btn {
  margin: 2rem 0 0;
}

.environment {
  padding: 5rem 0 8px;
  position: relative;
  z-index: 0;
}
.environment .container {
  max-width: 1080px;
}
.environment::before {
  content: "";
  position: absolute;
  width: 21%;
  aspect-ratio: 300/500;
  background: url(./images/about-bg.png) no-repeat top left/contain;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .environment::before {
    width: 25%;
  }
}
.environment-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .environment-wrap {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.environment-wrap img {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .environment-wrap img {
    width: 100%;
  }
}
.environment-wrap.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .environment-wrap.reverse {
    flex-direction: column;
  }
}
.environment-txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .environment-txt {
    width: 100%;
  }
}
.environment-txt h2 {
  color: #1A4A87;
  font-size: clamp(1.125rem, 0.938rem + 0.63vw, 1.5rem);
  margin-bottom: 1.5rem;
}
.environment-txt p:last-child {
  margin-top: 2.5rem;
  font-weight: 500;
}
.environment-txt .yellow-bg {
  padding: 8px 1.5rem;
  background-color: #FEFFF6;
}

.charm {
  position: relative;
  padding: 5rem 0;
  background-color: #FEFFF6;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .charm {
    padding: 2.5rem 0;
  }
}
.charm::after {
  content: "";
  position: absolute;
  width: 11%;
  aspect-ratio: 51/40;
  background: url(./images/footer-leaf.png) no-repeat center/contain;
  right: 1%;
  bottom: 5%;
  z-index: -1;
}
.charm .casual-wrap {
  margin-bottom: 0;
}

.ease {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .ease {
    padding: 2.5rem 0;
  }
}
.ease .container {
  max-width: 1080px;
}

.schedule {
  padding: 5rem 0;
  background-color: #FEFFF6;
}
@media screen and (max-width: 767px) {
  .schedule {
    padding: 2.5rem 0;
  }
}
.schedule .tab {
  margin: 4rem auto 0;
  max-width: 1060px;
}
.schedule .tab-list {
  display: flex;
  max-width: 475px;
  margin: 0 auto;
  gap: 1.5rem;
}
.schedule .tab-menu {
  align-items: center;
  background-color: #fff;
  border: 1px solid #8BC15F;
  color: #8BC15F;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  height: 52px;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
}
.schedule .tab-menu.current {
  background-color: #8BC15F;
  color: #fff;
}
.schedule .content-group {
  margin-top: 4rem;
}
.schedule .content-box {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .schedule .content-box {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.schedule .tab-left {
  width: 33%;
  padding: 2rem;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .schedule .tab-left {
    width: 100%;
    max-width: 300px;
  }
}
.schedule .tab-left h3 {
  font-size: 14px;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
  background-color: #8BC15F;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
}
.schedule .tab-left img {
  max-width: 200px;
  margin: 1.5rem auto;
}
.schedule .tab-left img + p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.schedule .tab-right {
  width: 62%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .schedule .tab-right {
    width: 100%;
  }
}
.schedule .tab-right h3 {
  text-align: center;
  padding: 1.5rem 0.5rem;
  border-radius: 8px 8px 0 0;
  background-color: #8BC15F;
  color: #fff;
}
.schedule .tab-right table {
  padding: 0.5rem 2rem;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media screen and (max-width: 767px) {
  .schedule .tab-right table {
    padding: 0.5rem;
  }
}
.schedule .tab-right table tr {
  border-bottom: 1px solid #F0F0F0;
  vertical-align: top;
}
.schedule .tab-right table tr:last-child {
  border: none;
}
.schedule .tab-right table td {
  padding: 1.5rem 0;
}
.schedule .tab-right table td:first-child {
  width: 120px;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.938rem + 0.63vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .schedule .tab-right table td:first-child {
    width: 80px;
  }
}
.schedule .tab-right table td:last-child {
  width: calc(100% - 120px);
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .schedule .tab-right table td:last-child {
    width: calc(100% - 80px);
  }
}
.schedule .tab-right table td:last-child h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.benefits {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .benefits {
    padding: 2.5rem 0;
  }
}
.benefits .container {
  max-width: 1080px;
}
.benefits .casual-item {
  text-align: center;
}
.benefits .casual-wrap {
  flex-wrap: wrap;
}
.benefits .casual-item:nth-child(n+3) {
  border-top: 1px solid #C5C5C5;
}
.benefits .casual-item:nth-child(5) {
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
}

.lower-fv-service {
  padding: 3rem 10% 3rem;
  background-color: #FEFFF6;
}
@media screen and (max-width: 1024px) {
  .lower-fv-service {
    margin-top: 60px;
  }
}
.lower-fv-service .label {
  color: #fff;
  background-color: #8BC15F;
  padding: 8px 1rem;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.lower-fv-service h1 {
  margin: 1.5rem 0;
  font-size: clamp(1.25rem, 0.625rem + 2.08vw, 2.5rem);
}
.lower-fv-service .blue {
  font-size: clamp(1rem, 0.875rem + 0.42vw, 1.25rem);
  color: #1A4A87;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.lower-fv-service-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.lower-fv-service-box div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lower-fv-service-box div img {
  width: 1.5rem;
}

.single-side {
  padding: 1rem 16px 10px;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-top: 1rem solid #8BC15F;
}
.single-side a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 1rem;
  border-radius: 24px;
  background-color: #8BC15F;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  margin: 4px auto 12px;
}
.single-side a img {
  width: 20px;
}
.single-side a + p {
  font-size: 10px;
  text-align: center;
  margin-bottom: 0.5rem;
}
.single-side p:first-child {
  font-size: 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4px;
}
.single-side p:first-child::before, .single-side p:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 3px;
  background-color: #333;
}
.single-side p:first-child::before {
  left: -0.6rem;
  transform: rotate(-30deg);
}
.single-side p:first-child::after {
  right: -0.3rem;
  transform: rotate(30deg);
}

.side-staff-name {
  padding: 0.5rem 16px;
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-top: 1rem solid #1A4A87;
  text-align: center;
}
.side-staff-name-2 {
  border-top: 1rem solid #F2C94C;
}
.side-staff-name p {
  font-size: 10px;
}
.side-staff-name p:first-child {
  font-size: 18px;
}
.side-staff-img {
  text-align: center;
  font-size: 12px;
  margin-bottom: 1rem;
}
.side-staff-img img {
  width: 100px;
  margin: 0 auto 0.5rem;
}

.single-list-wrap {
  padding: 0.5rem 16px;
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-top: 1rem solid #8BC15F;
}
.single-list-title {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #8BC15F;
  margin-bottom: 1rem;
}
.single-list-title h2 {
  font-size: 18px;
  font-weight: 500;
}
.single-list h3 {
  font-size: 12px;
  padding-left: 1rem;
  position: relative;
  font-weight: 400;
  margin-bottom: 8px;
}
.single-list h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #8BC15F;
  border-radius: 999vh;
}
.side-pay {
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-top: 1rem solid #8BC15F;
  text-align: center;
}
.side-pay + img {
  width: 80%;
  margin: 0 auto;
}

.news-contents .news-right .news-btn {
    margin: 0 auto 2rem;
    padding: 6px 2rem;
    font-size: 1rem;
	border-radius: 24px;
}