@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          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 {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  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;
  }
}

.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 {
  -webkit-transition: 0.3s;
  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;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .lower-fv {
    margin: 3.5rem 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv {
    margin-bottom: 2rem;
  }
}
.lower-fv img {
  aspect-ratio: 1440/320;
  -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-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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  color: #8BC15F;
}
.lower-fv h1 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  letter-spacing: 2px;
}

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

.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 {
  -webkit-transition-timing-function: linear;
          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);
}

.aioseo-breadcrumbs {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}

header {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  header {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 4px 10%;
}
@media screen and (max-width: 1024px) {
  .header-contents {
    padding: 4px 2.5%;
  }
}
.header-contents.header-top .header-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.header-contents.header-top .header-btn-wrap img {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .header-contents.header-top .header-btn-wrap {
    display: none;
  }
}
.header-contents.header-bottom {
  background-color: #1A4A87;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}
@media screen and (max-width: 1024px) {
  .header-contents.header-bottom {
    display: none;
  }
}

.header-left a {
  display: block;
  width: -webkit-fit-content;
  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-right > .hamburger-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .header-right > .hamburger-nav > ul {
    display: none;
  }
}
.header-right > .hamburger-nav > ul > li:last-child > a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -1.5rem;
  top: 0;
  background-color: #fff;
}
.header-right > .hamburger-nav > ul > li > a {
  color: #fff;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1200px) {
  .header-right > .hamburger-nav > ul > li > a {
    padding: 0;
  }
}
.header-right > .hamburger-nav > ul > li > a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -1.5rem;
  top: 0;
  background-color: #fff;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu input {
  display: none;
}
.hamburger-menu .menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transition: 0.3s;
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto 2rem;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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:last-child {
  font-size: 14px;
}
.footer-left a {
  display: block;
  width: -webkit-fit-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 0;
}
@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 li {
  width: 25%;
  min-width: 150px;
  display: inline-block;
  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: 24px;
  background-color: #8BC15F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  margin: 3rem auto 0;
  display: block;
}
.news-btn.has-arrow {
  position: relative;
}
.news-btn.has-arrow::before {
  content: ">";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*お知らせ一覧ページ*/
.news {
  margin: 5rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 2.5rem 0 5rem;
  }
}
.news .container {
  max-width: 1180px;
}
.news .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  -ms-flex-wrap: wrap;
      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: -webkit-fit-content;
  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: -webkit-fit-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .news-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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 img {
  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: 3rem 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 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;
}
.news-contents .news-left .content .wp-block-image img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0;
}

.single-side {
  padding: 1rem 16px 10px;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-top: 1rem solid #8BC15F;
}
.single-side a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px 1rem;
  border-radius: 24px;
  background-color: #8BC15F;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  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: -webkit-fit-content;
  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;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.single-side p:first-child::after {
  right: -0.3rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.side-staff-name {
  padding: 0.5rem 16px;
  margin-bottom: 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          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: 2rem;
}
.side-staff-img img {
  width: 137px;
  margin: 0 auto 0.5rem;
}

.single-list-wrap {
  padding: 0.5rem 16px;
  margin-bottom: 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          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;
}

.single-lower-fv .lower-fv-text {
  padding: 11rem 10%;
}
@media screen and (max-width: 1024px) {
  .single-lower-fv .lower-fv-text {
    padding: 7rem 10%;
  }
}
@media screen and (max-width: 767px) {
  .single-lower-fv .lower-fv-text {
    padding: 5rem 5%;
  }
}
.single-lower-fv h1 {
  line-height: 1.3;
  max-width: 400px;
}

.side-pay {
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          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;
}

/*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 .container {
  padding: 4rem 5%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contact .container {
    padding: 2rem 5%;
    width: 100%;
  }
}
.contact form {
  max-width: 800px;
  margin: 0 auto 5rem;
  text-align: left;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (max-width: 767px) {
  .contact form > div:not(.submit-btn) p:first-child {
    gap: 0;
  }
}
.contact p:has(input[type=submit]) {
  width: 100% !important;
}
.contact input,
.contact textarea,
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #333;
  padding: 10px 1rem;
  width: 100%;
  border: 1px solid #D7D7D7;
  background-color: #F7F5F5;
  border-radius: 4px;
}
.contact select {
  padding-left: 2.5rem;
}
.contact p:has(select) {
  position: relative;
}
.contact p:has(select)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #555555;
  border-bottom: 0;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
.contact span.required {
  color: #fff;
  background-color: #8BC15F;
  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;
    margin-right: 0.5rem;
  }
}
.contact span.optional {
  color: #fff;
  background-color: #505050;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 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;
  -webkit-transform: rotate(50deg);
          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 a {
  text-decoration: underline;
  color: #8BC15F;
}
.contact p:has(input[type=submit]) {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 2.5rem auto 0;
  position: relative;
}
.contact input[type=submit] {
  color: #fff;
  padding: 10px 2.5rem 10px 2.5rem;
  background: url(./images/blue-btn.png) no-repeat center/cover;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.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: 0 0 7.5rem;
}

.fv {
  height: 600px;
  position: relative;
}
.fv img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fv-text {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 95%;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fv-text {
    left: 5%;
  }
}
.fv-text .label {
  background-color: #1A4A87;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fv-text .label {
    margin-bottom: 0.5rem;
  }
}
.fv-text h1 {
  font-size: clamp(1.5rem, 0.955rem + 1.82vw, 3rem);
  color: #1A4A87;
}
.fv-text h1 span {
  font-size: clamp(2rem, 1.364rem + 2.12vw, 3.75rem);
}
.fv-text h1 + p {
  font-size: clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
}
.fv-text .news-btn {
  margin: 1.5rem 0 0;
  border-radius: 4px;
}

.about {
  padding: 5rem 0 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 3rem 0 4rem;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
.about-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
  background-color: #8BC15F;
  padding: 8px 1.5rem;
  border-radius: 2rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0;
  font-size: 18px;
}
.about-left a img {
  width: 1.5rem;
}
.about-right {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-right {
    width: 100%;
  }
}
.about-right::before {
  content: "";
  position: absolute;
  width: 33%;
  aspect-ratio: 160/105;
  background: url(./images/footer-leaf.png) no-repeat top left/contain;
  bottom: -10%;
  right: -20%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about-right::before {
    bottom: 50%;
    right: auto;
  }
}

.member {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .member {
    padding: 3rem 0;
  }
}
.member .top-title + p {
  text-align: center;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}
.member-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 4rem auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .member-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}
.member-item {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .member-item {
    width: 90%;
  }
}

.onayami {
  background-color: #FEFFF6;
  padding: 5rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .onayami {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .onayami-1 .top-title {
    margin-bottom: 4rem;
  }
}
.onayami-1 .onayami-wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .onayami-1 .onayami-wrap {
    padding: 0 5% 2rem;
  }
}
.onayami-1 .onayami-list {
  width: 47.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .onayami-1 .onayami-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .onayami-1 .onayami-list:first-child {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .onayami-1 .onayami-list:last-child {
    padding-top: 1.5rem;
    border-top: 1px solid #C5C5C5;
  }
}
.onayami-1 .onayami-list:last-child::before {
  content: "";
  position: absolute;
  left: -7.5%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #A5A5A5;
}
@media screen and (max-width: 767px) {
  .onayami-1 .onayami-list:last-child::before {
    display: none;
  }
}
.onayami-1 .onayami-list:last-child .label {
  background-color: #1A4A87;
}
.onayami-1 .onayami-list > img {
  width: 5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -8rem;
}
@media screen and (max-width: 767px) {
  .onayami-1 .onayami-list > img {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    margin: 1rem auto 0;
    width: 4rem;
  }
}
.onayami-1 .onayami-list:first-child > img {
  width: 5.5rem;
}
.onayami-1 .onayami-list .label {
  position: absolute;
  top: -6rem;
  color: #fff;
  background-color: #8BC15F;
  border-radius: 3rem;
  padding: 8px 1rem;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .onayami-1 .onayami-list .label {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto 2rem;
  }
}
.onayami-wrap {
  background-color: #fff;
  border-radius: 1.5rem;
  border: 1px dashed #A5A5A5;
  padding: 5rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .onayami-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    padding: 2rem 5%;
  }
}
.onayami-wrap > img {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .onayami-wrap > img {
    width: 80%;
  }
}
.onayami-list {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .onayami-list {
    width: 100%;
  }
}
.onayami-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.onayami-list li:not(:last-child) {
  margin-bottom: 1rem;
}
.onayami-list li img {
  width: 20px;
  margin-top: 4px;
}
.onayami-bottom img {
  width: 4rem;
  margin: 0 auto 2rem;
  display: block;
}
.onayami-bottom p {
  text-align: center;
  color: #1A4A87;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.08rem + 0.15vw, 1.25rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .onayami-bottom p {
    font-size: 14px;
  }
}
.onayami-bottom p::before {
  content: "";
  position: absolute;
  width: 30px;
  aspect-ratio: 30/46;
  background: url(./images/onayami-bottom-p1.png) no-repeat center/contain;
  left: -2rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .onayami-bottom p::before {
    display: none;
  }
}
.onayami-bottom p::after {
  content: "";
  position: absolute;
  width: 30px;
  aspect-ratio: 30/46;
  background: url(./images/onayami-bottom-p2.png) no-repeat center/contain;
  right: -2rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .onayami-bottom p::after {
    display: none;
  }
}

.banner {
  padding: 3rem 0;
  background-color: #8BC15F;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/banner-bg.png) no-repeat center/cover;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.banner .container {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #1A4A87;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .banner .container {
    width: 90%;
  }
}
.banner h2 {
  text-align: center;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  padding: 18px 4px;
  background-color: #1A4A87;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.banner h2 span {
  display: inline-block;
}
.banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 5%;
}
@media screen and (max-width: 767px) {
  .banner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    padding: 1rem 5%;
  }
}
.banner-left {
  width: 47.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner-left {
    width: 100%;
  }
}
.banner-left > p:first-child {
  font-weight: bold;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.banner-left > p:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #333;
  bottom: 0;
  left: -1rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.banner-left > p:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #333;
  bottom: 0;
  right: -1rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.banner-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
  background-color: #8BC15F;
  padding: 8px 1.5rem;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4px auto;
  font-size: clamp(1.125rem, 0.943rem + 0.61vw, 1.625rem);
}
.banner-left a img {
  width: 2rem;
}
.banner-left a + p {
  font-size: clamp(0.625rem, 0.534rem + 0.3vw, 0.875rem);
}
.banner-right {
  width: 47.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner-right {
    width: 100%;
  }
}
.banner-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #333;
  left: -7.5%;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .banner-right::before {
    left: -2.5%;
  }
}
@media screen and (max-width: 767px) {
  .banner-right::before {
    display: none;
  }
}
.banner-right img {
  width: 80%;
  margin: 0 auto;
  max-width: 435px;
}
@media screen and (max-width: 767px) {
  .banner-right img {
    width: 100%;
  }
}

.price {
  padding: 5rem 0;
  position: relative;
  background-color: #FEFFF6;
}
.price::before {
  content: "";
  position: absolute;
  width: 8%;
  aspect-ratio: 160/105;
  background: url(./images/footer-leaf.png) no-repeat top left/contain;
  top: 25%;
  right: 16%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .price::before {
    width: 20%;
    top: 17%;
    right: 0%;
  }
}

.casual-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 10px rgba(139, 193, 95, 0.4);
          box-shadow: 0px 0px 10px rgba(139, 193, 95, 0.4);
  margin: 4rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .casual-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.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 {
    width: 100%;
  }
}
.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;
  }
}
.casual-item img {
  width: 80%;
  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 .news-btn {
  margin-top: 1rem;
}

.feature {
  padding: 5rem 0;
  position: relative;
}
.feature::before {
  content: "";
  position: absolute;
  width: 27%;
  aspect-ratio: 240/198;
  background: url(./images/voice-bg.png) no-repeat center/contain;
  top: 0%;
  left: 1%;
  z-index: -1;
}
.feature-wrap {
  border-radius: 6px;
  padding: 2.5rem 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 1.5rem;
  position: relative;
}
.feature-wrap::before {
  content: "";
  position: absolute;
  width: 13%;
  aspect-ratio: 140/194;
  background: url(./images/feature1.png) no-repeat center/contain;
  right: 10%;
  bottom: 7%;
}
.feature-wrap:nth-child(3)::before {
  bottom: auto;
  top: 5%;
  background: url(./images/feature2.png) no-repeat center/contain;
}
.feature-wrap:nth-child(4)::before {
  background: url(./images/feature3.png) no-repeat center/contain;
}
.feature-wrap h3 {
  color: #8BC15F;
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-bottom: 1rem;
}
.feature-wrap > p {
  margin-bottom: 1rem;
}
.feature-wrap .news-btn {
  margin: 2rem 0 0;
}
.feature-wrap .blue {
  color: #1A4A87;
}
.feature-wrap .big {
  font-weight: bold;
}
.feature-wrap .red {
  color: #FF0000;
}

.one-stop {
  background-color: #FEFFF6;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.one-stop::before {
  content: "";
  position: absolute;
  width: 21%;
  aspect-ratio: 300/500;
  background: url(./images/about-bg.png) no-repeat top left/contain;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}
.one-stop .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.one-stop-txt {
  width: 50%;
}
.one-stop-txt h2 {
  color: #1A4A87;
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 1rem;
}
.one-stop img {
  width: 45%;
}

.home .top-news-list {
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .home .top-news-list {
    width: 100%;
  }
}
.home .top-news-list .news-btn {
  margin: 2rem 0 0;
}
.home .top-news-list .news-btn.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .top-news-list .news-btn.sp {
    display: block;
  }
}

.top-news {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .top-news {
    margin: 3rem 0;
  }
}
.top-news .container {
  background-color: #F8F8F8;
  border-radius: 1rem;
  padding: 3.5rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-news .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.top-news-left {
  width: 180px;
}
.top-news-left .top-title {
  margin-bottom: 3rem;
  text-align: left;
}
.top-news-left .top-title img {
  margin: 0 0 0.5rem;
}
.top-news-left .news-btn {
  padding: 8px 2.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-news-left .news-btn {
    display: none;
  }
}
.top-news .item a {
  display: block;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DDDDDD;
}
.top-news .item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.top-news .news-text {
  margin: 0;
}

.home .blog {
  background-color: #FEFFF6;
  padding: 5rem 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .home .blog {
    padding: 3rem 0;
  }
}
.home .blog .top-news-list {
  width: 100%;
}