@charset "UTF-8";
/*
Theme Name: localtop
Author: Refu
Version: 1.0
*/
*, *::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;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  max-width: 1920px;
  margin: 0 auto;
}

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

ul, li {
  word-break: normal;
}

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

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

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

.lower-fv {
  padding: 5rem 0 1.5rem;
  margin-top: 100px;
  margin-bottom: 8px;
}
.lower-fv .container {
  position: relative;
  padding-bottom: 2.5rem;
}
.lower-fv .container::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 10px;
  background: #31822B;
  left: 0;
  bottom: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .lower-fv {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower-fv {
    margin-top: 4rem;
    padding: 2.5rem 5% 1.5rem;
  }
}
.lower-fv p {
  font-size: clamp(1.5rem, 1rem + 1.67vw, 3rem);
  font-weight: bold;
}
.lower-fv h1 {
  font-size: 1.25rem;
  position: relative;
  margin-top: 8px;
}

#breadcrumbs {
  padding: 0 0 5rem;
}
@media screen and (max-width: 1024px) {
  #breadcrumbs {
    padding: 0 0 3rem;
  }
}
#breadcrumbs > span {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #breadcrumbs > span {
    font-size: 10px;
  }
}

.wp-pagenavi {
  width: 100%;
  margin: 5rem auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 0.5rem 1rem !important;
  display: inline-block;
  color: #000;
  padding: 0 !important;
  border: none !important;
  width: 3rem;
  height: 3rem;
  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;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  opacity: 0.3;
}
.wp-pagenavi span.current {
  pointer-events: none;
  color: #014D44;
  border: 1px solid #014D44 !important;
}

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

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

.table_design03 {
  border-collapse: collapse;
  width: 100%;
  font-size: clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
  word-break: auto-phrase;
}
.table_design03 tr {
  border-top: 1px solid;
}
.table_design03 tr:last-child {
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .table_design03 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.table_design03 td {
  padding: 2rem 1rem;
}
.table_design03 td:first-child {
  width: 20%;
  min-width: 150px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .table_design03 td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
}
.table_design03 td:last-child {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .table_design03 td:last-child {
    width: 100%;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .table_design03 td {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .table_design03 td {
    padding: 1rem;
  }
}
.table_design03 a {
  text-decoration: underline;
  display: block;
}

.lower-title {
  margin-bottom: 2.5rem;
}
.lower-title h2 {
  font-size: clamp(0.875rem, 0.667rem + 0.69vw, 1.5rem);
}
.lower-title p {
  font-size: clamp(5rem, 3.333rem + 5.56vw, 10rem);
  line-height: 1;
  margin-top: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .lower-title p {
    margin-top: 0;
  }
}

span.number {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  line-height: 1;
  letter-spacing: 0;
  margin: 0px 0 4px;
}

.animation-2 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
@media screen and (max-width: 1024px) {
  .animation-2 {
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
}
@media screen and (max-width: 767px) {
  .animation-2 {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
}

.animation-3 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}
@media screen and (max-width: 1024px) {
  .animation-3 {
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
}

.banner {
  position: relative;
  aspect-ratio: 1920/831;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1279px) {
  .banner {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding-bottom: 4rem;
    aspect-ratio: 448/1054;
  }
}
.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .banner .container {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .banner .container {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .banner .container {
    width: 80%;
  }
}
.banner .header-btn {
  position: relative;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner .header-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner .header-btn a {
  border-radius: 20px;
  overflow: hidden;
}

.delay01 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .delay01 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}

.delay02 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  .delay02 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

.delay03 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
@media screen and (max-width: 767px) {
  .delay03 {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
}

.banner.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

header {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 5%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  border-bottom: 11px solid #31822B;
}
@media screen and (max-width: 1600px) {
  header {
    padding: 14px 2.5%;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 0 0 0 2.5%;
  }
}
@media screen and (max-width: 767px) {
  header {
    border-bottom: 7px solid #31822B;
    padding: 0 0 0 5%;
    height: 63px;
  }
}

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

.header-left {
  width: 270px;
}
@media screen and (max-width: 1400px) {
  .header-left {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header-left {
    width: 140px;
  }
}

.header-right {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1325px;
}
@media screen and (max-width: 1400px) {
  .header-right {
    gap: 3rem;
  }
}
@media screen and (max-width: 1279px) {
  .header-right {
    gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-right {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header-right {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.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: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 4rem;
}
@media screen and (max-width: 1600px) {
  .header-right > .hamburger-nav > ul {
    gap: 3rem;
  }
}
@media screen and (max-width: 1279px) {
  .header-right > .hamburger-nav > ul {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-right > .hamburger-nav > ul {
    display: none;
  }
}
.header-right > .hamburger-nav > ul > li > a {
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header-right > .header-btn {
    display: none;
  }
}

.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: 4.5rem;
  width: 4.5rem;
  background: #31822B;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-btn {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.hamburger-menu .menu-btn span {
  height: 3px;
  width: 2.5rem;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 2.5rem;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 14px;
}
.hamburger-menu .menu-btn span:after {
  top: 14px;
}
.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(30deg);
          transform: rotate(30deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.hamburger-menu .menu-content ul li a {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 14px;
}
.hamburger-menu .menu-content .sub-menu {
  font-size: 14px;
  margin-top: 1rem;
  padding-left: 1rem;
}
.hamburger-menu .menu-content .sub-menu li:not(:last-child) {
  margin-bottom: 8px;
}
.hamburger-menu .menu-content .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.hamburger-menu .menu-content .sub-menu a::before {
  content: "-";
  display: block;
}
.hamburger-menu .menu-content .hamburger-nav__list > li {
  padding: 20px 0;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .hamburger-nav__list > li {
    padding: 1rem 0;
  }
}
.hamburger-menu .menu-content .hamburger-nav__list > li > a {
  font-size: 18px;
  position: relative;
  padding-left: 26px;
  font-weight: bold;
}
.hamburger-menu .menu-content .hamburger-nav__list > li > a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(./images/footer-a.png) no-repeat center/contain;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.hamburger-menu .gnavi__sp-style {
  background-color: #fff;
  position: fixed;
  z-index: -2;
  top: 0;
  width: 100%;
  height: 100vh;
  right: -450px;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding: 7.5rem 2.5rem 5rem;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
}
@media screen and (max-width: 1024px) {
  .hamburger-menu .gnavi__sp-style {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style {
    background-color: #fff;
  }
}
.hamburger-menu .gnavi__sp-style .header-btn {
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.hamburger-menu .gnavi__sp-style.active {
  opacity: 1;
  right: 0;
  z-index: 10;
}

.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  width: 44%;
}
@media screen and (max-width: 1400px) {
  .header-btn {
    gap: 1.5rem;
  }
}
.header-btn a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.47);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.47);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header-btn a {
    border-radius: 8px;
  }
}
.header-btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.footer {
  padding: 2rem 0 3rem;
  position: relative;
  z-index: 0;
  border-bottom: 11px solid #000;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3rem 0 20px;
  }
}
.footer .container {
  width: 80%;
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .footer .container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .footer .container {
    width: 80%;
  }
}
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-logo {
  width: 30%;
  max-width: 435px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 295px;
  }
}
.footer-right {
  text-align: right;
}
.footer-ul-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 767px) {
  .footer-ul-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.footer ul.footer-ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 1024px) {
  .footer ul.footer-ul {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer ul.footer-ul {
    font-size: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem 2.5rem;
  }
}
.footer ul.footer-ul > li {
  position: relative;
}
.footer ul.footer-ul > li > a {
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer ul.footer-ul > li > a:hover {
  opacity: 1;
}
.footer-box {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .footer-box {
    margin-top: 3.5rem;
    text-align: center;
  }
}
.footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .footer .copyright {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    gap: 3rem;
    -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;
    margin-top: 8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: bold;
}

.top-title {
  text-align: center;
  margin-bottom: 20px;
}
.top-title h2 {
  font-size: clamp(2rem, 1.833rem + 0.56vw, 2.5rem);
  padding-top: 0.5rem;
  position: relative;
  color: #086F00;
  padding-bottom: 20px;
}
.top-title h2::before {
  content: "";
  position: absolute;
  width: 118px;
  height: 4px;
  background: #086F00;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-title p {
  font-size: clamp(1.25rem, 1.167rem + 0.28vw, 1.5rem);
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  cursor: pointer;
}

.top-btn {
  color: #014D44;
  font-size: 18px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem 0 0 auto;
  font-weight: 500;
}

.arrow-btn {
  border: 1px solid #014D44;
  border-radius: 1.5rem;
  padding: 1rem 2rem;
  position: relative;
  color: #014D44;
  font-size: 20px;
  font-weight: bold;
  min-width: 280px;
  margin: 2.5rem auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .arrow-btn {
    font-size: 18px;
  }
}
.arrow-btn::before {
  content: ">";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    right: 2rem;
  }
}

.white-btn {
  padding: 12px 2rem 12px 2.5rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #014D44;
  border-radius: 2.5rem;
  background: #FFFFFF;
  color: #014D44;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .white-btn {
    font-size: 14px;
    padding: 12px 1rem 12px 1.5rem;
  }
}

.orange-btn {
  padding: 1.5rem 1rem;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  display: block;
  margin: 3.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#facf1d), to(#f46608));
  background-image: linear-gradient(#facf1d, #f46608);
  min-width: 320px;
  font-size: clamp(1.125rem, 1.083rem + 0.14vw, 1.25rem);
}

main {
  overflow: hidden;
}

.fv {
  background: url(./images/fv-bg.png) no-repeat center/cover;
  padding: 2.5rem 5% 5rem;
  position: relative;
  z-index: 1;
  margin-top: 105px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .fv {
    margin-top: 88px;
  }
}
@media screen and (max-width: 1024px) {
  .fv {
    margin-top: 4.5rem;
    padding: 2.5rem 2.5% 5rem;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 63px;
    padding: 1.5rem 0 3rem;
    background: url(./images/fv-bg-sp.png) no-repeat center/cover;
  }
}
.fv-img {
  width: 25%;
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 767px) {
  .fv-img {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: auto;
    top: auto;
    margin: 0 auto;
    -webkit-transform: translateX(-300px) !important;
            transform: translateX(-300px) !important;
    width: 60%;
    margin-top: 2rem;
  }
}
.fv-img.fadeUp {
  opacity: 1;
  left: 5%;
}
@media screen and (max-width: 1024px) {
  .fv-img.fadeUp {
    left: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .fv-img.fadeUp {
    -webkit-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
  }
}
.fv-txt {
  width: 74%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .fv-txt {
    width: 90%;
    margin: 0 auto;
  }
}

.company {
  text-align: center;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 3rem;
  }
}
.company h2 {
  font-size: clamp(1.5rem, 1.333rem + 0.56vw, 2rem);
  margin-bottom: 2.5rem;
}
.company .swiper-slide {
  aspect-ratio: 5/3;
}
.company .swiper-slide img {
  aspect-ratio: 5/3;
}
.company .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.onayami {
  padding: 5rem 0 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #F2FFF9;
}
@media screen and (max-width: 767px) {
  .onayami {
    padding: 2.5rem 0 4rem;
  }
}
.onayami::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/411;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(./images/onayami-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .onayami .container {
    width: 90%;
  }
}
.onayami h2 {
  text-align: center;
  font-size: clamp(1.25rem, 1.042rem + 0.69vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .onayami h2 {
    font-size: 1.2rem;
  }
}
.onayami h2 span {
  font-size: clamp(2.5rem, 2.083rem + 1.39vw, 3.75rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .onayami h2 span {
    font-size: 2.25rem;
  }
}
.onayami h2 span::before {
  content: "";
  position: absolute;
  width: 3.5rem;
  aspect-ratio: 1/1;
  top: -1.5rem;
  left: -1.5rem;
  z-index: -1;
  background: url(./images/onayami-title.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .onayami h2 span::before {
    width: 2.5rem;
    top: -1.25rem;
    left: -1.25rem;
  }
}
.onayami-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .onayami-txt {
    margin-top: 2rem;
  }
}
.onayami-txt div {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-weight: 600;
  font-size: clamp(1rem, 0.5rem + 1.67vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .onayami-txt div {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .onayami-txt div {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}
.onayami-txt div span {
  font-size: clamp(1.25rem, 0.167rem + 3.61vw, 4.5rem);
  color: #086F00;
  margin: 0 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .onayami-txt div span {
    margin: 0;
    font-size: 2rem;
  }
}
.onayami-txt div img {
  width: 8%;
  max-width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .onayami-txt div img {
    width: 4rem;
  }
}
.onayami-txt div:last-child {
  margin: 0;
}
.onayami-txt div:last-child span {
  margin-left: 0;
}

.omakase {
  padding: 10rem 0 7.5rem;
  background: url(./images/omakase-bg.png) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .omakase {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .omakase {
    padding: 2.5rem 0 3.5rem;
    background: url(./images/omakase-bg-sp.png) no-repeat center/cover;
  }
}
.omakase-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .omakase-txt {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.omakase-txt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2%;
}
@media screen and (max-width: 1024px) {
  .omakase-txt div {
    margin-top: -1%;
  }
}
@media screen and (max-width: 767px) {
  .omakase-txt div {
    margin-top: 0.5rem;
    -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: 0.5rem;
  }
}
.omakase-txt div img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .omakase-txt div img {
    width: 90%;
    max-width: 400px;
  }
}
.omakase-txt h2 {
  font-size: clamp(1.5rem, 0.5rem + 3.33vw, 4.5rem);
}
.omakase-txt p {
  font-size: clamp(1.5rem, 0.5rem + 3.33vw, 4.5rem);
}

.ranking {
  background: #EEFFE2;
  padding: 7.5rem 0 280px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ranking {
    padding: 5rem 0 10rem;
  }
}
@media screen and (max-width: 767px) {
  .ranking {
    padding: 4rem 0;
  }
}
.ranking .container {
  max-width: 1440px;
}
.ranking::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(./images/ranking-bg.png) no-repeat center/cover;
}
.ranking-title {
  padding: 2.5rem 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
  background: #F4F4F4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ranking-title {
    padding: 2.5rem 3rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .ranking-title {
    padding: 1rem 8px;
  }
}
.ranking-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -50px;
  width: 60px;
  height: 50px;
  background: url(./images/ranking-title.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .ranking-title::before {
    bottom: -40px;
    width: 55px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ranking-title::before {
    width: 24px;
    height: 20px;
    bottom: -20px;
  }
}
.ranking-title div {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.667rem + 0.69vw, 1.5rem);
}
@media screen and (max-width: 1024px) {
  .ranking-title div {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ranking-title div {
    font-size: 20px;
  }
}
.ranking-title div span {
  font-size: clamp(1.25rem, 0.667rem + 1.94vw, 3rem);
  color: #086F00;
  margin: 0 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ranking-title div span {
    margin: 0;
    font-size: 1.5rem;
  }
}
.ranking-title div img {
  width: 8%;
  max-width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .ranking-title div img {
    width: 4rem;
  }
}
.ranking-title div:last-child {
  margin: 0;
}
.ranking-title div:last-child span {
  margin-left: 0;
}
.ranking-wrap:not(:first-child) {
  margin-top: 240px;
}
@media screen and (max-width: 1024px) {
  .ranking-wrap:not(:first-child) {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ranking-wrap:not(:first-child) {
    margin-top: 4rem;
  }
}
.ranking-wrap.second .ranking-item::before {
  width: 13.5%;
  aspect-ratio: 352/241;
  background: url(./images/ranking-txt2.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .ranking-wrap.second .ranking-item::before {
    width: 9rem;
    top: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .ranking-wrap.second .ranking-item::before {
    width: 100px;
    left: 0;
  }
}
.ranking-wrap.second .ranking-item img {
  width: 45%;
  bottom: -40%;
  right: 1%;
}
@media screen and (max-width: 1400px) {
  .ranking-wrap.second .ranking-item img {
    bottom: -30%;
  }
}
@media screen and (max-width: 1024px) {
  .ranking-wrap.second .ranking-item img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    max-width: 450px;
  }
}
.ranking-wrap.third .ranking-item::before {
  background: url(./images/ranking-txt3.png) no-repeat center/contain;
}
.ranking-wrap.third .ranking-item img {
  width: 48%;
  bottom: -20%;
  right: 1%;
}
@media screen and (max-width: 1400px) {
  .ranking-wrap.third .ranking-item img {
    bottom: -10%;
  }
}
@media screen and (max-width: 1024px) {
  .ranking-wrap.third .ranking-item img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    max-width: 500px;
  }
}
.ranking-item {
  background: #FFFFFF;
  border-radius: 1rem;
  border: 5px solid #086F00;
  padding: 4rem 5% 5rem;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ranking-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 3rem 5% 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ranking-item {
    padding: 1.5rem 5%;
    gap: 1.5rem;
    border-width: 3px;
  }
}
.ranking-item::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -4%;
  aspect-ratio: 166/100;
  width: 13%;
  background: url(./images/ranking-txt1.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .ranking-item::before {
    top: -2rem;
    left: -2rem;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .ranking-item::before {
    width: 100px;
    left: 0;
    top: -2.5rem;
  }
}
.ranking-item img {
  position: absolute;
  width: 58%;
  bottom: -20%;
  right: -6%;
}
@media screen and (max-width: 1400px) {
  .ranking-item img {
    bottom: -10%;
  }
}
@media screen and (max-width: 1024px) {
  .ranking-item img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    max-width: 550px;
  }
}
.ranking-txt {
  max-width: 545px;
  width: 50%;
  font-size: clamp(0.875rem, 0.75rem + 0.42vw, 1.25rem);
}
@media screen and (max-width: 1024px) {
  .ranking-txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ranking-txt {
    font-size: 13px;
  }
}
.ranking-txt h3 {
  font-size: clamp(1.25rem, 0.667rem + 1.94vw, 3rem);
  color: #086F00;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .ranking-txt h3 {
    margin-bottom: 1rem;
  }
}

.effect {
  padding: 0 0 4rem;
  background-image: linear-gradient(186deg, #fffee2, #fffee2 50%, #fff786);
}
.effect h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: clamp(1.375rem, 1rem + 1.25vw, 2.5rem);
  position: relative;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1279px) {
  .effect h2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 1024px) {
  .effect h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .effect h2 {
    margin-bottom: 40px;
    font-size: 1.1rem;
  }
}
.effect h2::after {
  content: "";
  display: block;
  width: 6rem;
  height: 7rem;
  background: url(./images/effect-title2.png) no-repeat center/contain;
}
@media screen and (max-width: 1279px) {
  .effect h2::after {
    width: 4.5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .effect h2::after {
    width: 2.8rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .effect h2::after {
    width: 2.4rem;
    height: 3rem;
  }
}
.effect h2 span {
  font-size: clamp(2rem, 1.167rem + 2.78vw, 4.5rem);
}
@media screen and (max-width: 767px) {
  .effect h2 span {
    font-size: 1.5rem;
  }
}
.effect h2 span strong {
  color: #F46608;
}
.effect h2 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .effect h2 br {
    display: block;
  }
}
.effect-box {
  padding: 3rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .effect-box {
    padding: 1rem 0;
  }
}
.effect-box:nth-child(2) .effect-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .effect-box:nth-child(2) .effect-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.effect-box:nth-child(2) .effect-txt {
  right: auto;
  left: 0;
}
.effect-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .effect-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.effect-wrap > img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .effect-wrap > img {
    width: 100%;
  }
}
.effect-txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .effect-txt {
    width: 65%;
    margin-bottom: -1rem;
    position: relative;
  }
}

.function {
  padding: 5rem 0 100px;
  background: url(./images/function-bg.png) no-repeat top center/cover;
}
.function-title {
  padding: 1.5rem 2rem;
  color: #fff;
  width: 790px;
  margin: 0 auto 4rem;
  border: 6px solid;
  border-top: none;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .function-title {
    width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .function-title {
    width: 100%;
    border-width: 3px;
    padding: 1.5rem 0;
    margin-bottom: 2.5rem;
  }
}
.function-title h2 {
  font-size: clamp(1.5rem, 0.833rem + 2.22vw, 3.5rem);
}
.function-title p {
  position: absolute;
  top: -1rem;
  left: -5px;
  width: calc(100% + 10px);
  font-size: clamp(1.125rem, 1rem + 0.42vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .function-title p {
    font-size: 14px;
    top: -12px;
    left: -3px;
    width: calc(100% + 6px);
  }
}
.function-title p::before {
  content: "";
  display: block;
  width: 10%;
  height: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .function-title p::before {
    height: 3px;
    width: 5%;
  }
}
.function-title p::after {
  content: "";
  display: block;
  width: 45%;
  height: 5px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .function-title p::after {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .function-title p::after {
    height: 3px;
    width: 35%;
  }
}
.function-pickup {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .function-pickup {
    width: 100%;
  }
}
.function-pickup.fadeUp::before, .function-pickup.fadeUp::after {
  opacity: 1;
}
.function-pickup::before {
  content: "";
  position: absolute;
  width: 26%;
  aspect-ratio: 94/75;
  background: url(./images/kira1.png) no-repeat center/contain;
  right: -8%;
  top: 18%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-animation: poyopoyo 3s ease-out infinite;
          animation: poyopoyo 3s ease-out infinite;
}
.function-pickup::after {
  content: "";
  position: absolute;
  width: 26%;
  aspect-ratio: 94/75;
  background: url(./images/kira2.png) no-repeat center/contain;
  left: -12%;
  top: 50%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-animation: poyopoyo 3s ease-out infinite;
          animation: poyopoyo 3s ease-out infinite;
}
@-webkit-keyframes poyopoyo {
  0%, 20%, 60%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40%, 80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes poyopoyo {
  0%, 20%, 60%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40%, 80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.function-pickup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1345px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .function-pickup-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .function-pickup-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75%;
  }
}
.function-pickup-h3 {
  color: #fff;
  font-size: clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.function-pickup-h3::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 2.5rem;
  background: url(./images/function-pickup-h3.png) no-repeat top center/contain;
}
@media screen and (max-width: 767px) {
  .function-pickup-h3::before {
    width: 3rem;
    height: 2rem;
  }
}
.function-item {
  padding: 3rem 5% 4rem;
  background: #fff;
  border-radius: 20px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .function-item {
    margin-top: 3rem;
    padding: 2rem 5%;
  }
}
.function-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1400px) {
  .function-item-title {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .function-item-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .function-item-title {
    margin-bottom: 1rem;
  }
}
.function-item-title img {
  width: 110px;
}
@media screen and (max-width: 1400px) {
  .function-item-title img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .function-item-title img {
    width: 4rem;
  }
}
.function-item-title h3 {
  font-size: clamp(1.5rem, 0.917rem + 1.94vw, 3.25rem);
  color: #086F00;
}
.function-txt {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .function-txt {
    width: 100%;
  }
}
.function-txt > p {
  font-size: clamp(0.875rem, 0.5rem + 1.25vw, 2rem);
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .function-txt > p {
    text-align: center;
  }
}
.function-txt > p span {
  display: inline;
  padding: 0 4px 2px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #BBFF6D));
  background: linear-gradient(transparent 60%, #BBFF6D 40%);
}
.function-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 1024px) {
  .function-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;
  }
}
@media screen and (max-width: 767px) {
  .function-wrap {
    gap: 1rem;
  }
}
.function-wrap > img {
  width: 52%;
}
@media screen and (max-width: 1024px) {
  .function-wrap > img {
    width: 100%;
    max-width: 550px;
  }
}
.function-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 2.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1400px) {
  .function-bottom {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .function-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 5%;
  }
}
@media screen and (max-width: 767px) {
  .function-bottom {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.function-bottom div {
  width: calc((100% - 120px) / 4);
  border-radius: 10px;
  border: 3px solid #086F00;
  padding: 8px;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: clamp(0.875rem, 0.667rem + 0.69vw, 1.5rem);
}
@media screen and (max-width: 1400px) {
  .function-bottom div {
    width: calc((100% - 4.5rem) / 4);
    padding: 8px 4px;
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .function-bottom div {
    width: 47.5%;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .function-bottom div {
    width: 100%;
    height: 4rem;
    border-width: 1.5px;
  }
}

.joy {
  padding: 5rem 0 7.5rem;
  position: relative;
  text-align: center;
}
.joy .container {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .joy {
    padding: 7.5rem 0 2.5rem;
  }
}
.joy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(./images/joy-bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .joy::before {
    background: url(./images/joy-bg-sp.png) no-repeat top center/contain;
  }
}
.joy-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .joy-title {
    gap: 1rem;
  }
}
.joy-title::before {
  content: "";
  display: block;
  width: 10%;
  aspect-ratio: 123/89;
  background: url(./images/joy-title1.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .joy-title::before {
    width: 3rem;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.joy-title h2 {
  font-size: clamp(1.5rem, 0.917rem + 1.94vw, 3.25rem);
  position: relative;
}
.joy-title h2::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 2.5rem;
  top: -0.8rem;
  right: -2.5rem;
  background: url(./images/joy-title2.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .joy-title h2::after {
    width: 1.5rem;
    height: 2rem;
    top: -0.8rem;
    right: 1.5rem;
  }
}
.joy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1536px;
  margin: 5rem auto;
}
@media screen and (max-width: 1400px) {
  .joy-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .joy-wrap {
    margin: 2.5rem auto;
    gap: 1rem 0.5rem;
  }
}
.joy-item {
  width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 1600px) {
  .joy-item {
    width: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .joy-item {
    width: 105px;
  }
}
.joy-item p {
  font-size: clamp(1rem, 0.833rem + 0.56vw, 1.5rem);
  border-radius: 1.5rem;
  background: #F2F2F2;
  padding: 6px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .joy-item p {
    padding: 2px;
    font-size: 14px;
  }
}
.joy-item img {
  width: 95px;
}
@media screen and (max-width: 767px) {
  .joy-item img {
    width: 4rem;
  }
}
.joy .swiper .swiper-slide {
  aspect-ratio: 5/3;
}
.joy .swiper .swiper-slide img {
  aspect-ratio: 5/3;
}
.joy .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.reason {
  background: #E4F7E4;
  padding: 100px 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 4rem 0 7.5rem;
  }
}
.reason::before {
  content: "";
  position: absolute;
  width: 5%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(./images/reason-bg1.png) no-repeat center/cover;
}
.reason::after {
  content: "";
  position: absolute;
  width: 5%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(./images/reason-bg2.png) no-repeat center/cover;
}
.reason-title {
  width: 640px;
  margin: 0 auto 100px;
  background: #fff;
  text-align: center;
  color: #086F00;
  border-radius: 100px;
  border: 3px solid #086F00;
  padding: 1.75rem 1rem 1rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .reason-title {
    margin-bottom: 4rem;
    width: 580px;
    padding: 1.5rem 1rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .reason-title {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.reason-title p {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  background: #086F00;
  border-radius: 100px;
  font-weight: bold;
  font-size: clamp(1.25rem, 1rem + 0.83vw, 2rem);
  padding: 0.25rem 5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .reason-title p {
    top: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .reason-title p {
    padding: 0.25rem 3rem;
  }
}
.reason-title h2 {
  font-size: clamp(1.5rem, 1rem + 1.67vw, 3rem);
}
.reason-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .reason-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: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .reason-wrap {
    margin-bottom: 5rem;
    gap: 2rem;
  }
}
.reason-wrap:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .reason-wrap:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.reason-wrap:last-child {
  margin-bottom: 0;
}
.reason-wrap > img {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .reason-wrap > img {
    width: 100%;
    max-width: 700px;
  }
}
.reason-txt {
  width: 48%;
  max-width: 686px;
  padding: 2.5rem 3% 2.5rem 4%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .reason-txt {
    width: 100%;
    max-width: none;
  }
}
.reason-txt::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: -4;
  background: #086F00;
}
@media screen and (max-width: 767px) {
  .reason-txt::before {
    left: 1rem;
    top: 1rem;
  }
}
.reason-txt::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background: #fff;
}
.reason-txt img {
  position: absolute;
  top: -9%;
  left: -5%;
  width: 14%;
  -webkit-animation: poyopoyo 5s ease-out infinite;
          animation: poyopoyo 5s ease-out infinite;
}
@media screen and (max-width: 1024px) {
  .reason-txt img {
    top: -11%;
    left: -7%;
    width: 11%;
  }
}
@media screen and (max-width: 767px) {
  .reason-txt img {
    top: -1rem;
    left: -1rem;
    width: 3rem;
  }
}
.reason-txt h3 {
  color: #086F00;
  font-size: clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .reason-txt h3 {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 767px) {
  .reason-txt h3 {
    font-size: 1.25rem;
  }
}
.reason-txt p {
  font-size: clamp(0.875rem, 0.667rem + 0.69vw, 1.5rem);
  line-height: 1.6666666667;
}

.price {
  padding: 5rem 0;
  background: url(./images/price-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 2.5rem 0 5rem;
    background: url(./images/price-bg-sp.png) no-repeat center/cover;
  }
}
.price .container {
  max-width: 1422px;
}
@media screen and (max-width: 1024px) {
  .price .container {
    width: 90%;
  }
}
.price-title {
  text-align: center;
  margin: 0 auto 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price-title {
    gap: 0.5rem;
    margin-bottom: 2.5rem;
  }
}
.price-title h2 {
  color: #086F00;
  font-size: clamp(1.5rem, 0.917rem + 1.94vw, 3.25rem);
  display: inline;
  padding: 0 4px 2px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ABDEC6));
  background: linear-gradient(transparent 60%, #ABDEC6 40%);
}
.price-title p {
  font-weight: bold;
  font-size: clamp(1.125rem, 1rem + 0.42vw, 1.5rem);
}
.price-title p:nth-child(2) {
  font-size: clamp(1.5rem, 1.333rem + 0.56vw, 2rem);
}
.price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1152px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .price-wrap {
    gap: 2.5rem;
    -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;
  }
}
@media screen and (max-width: 767px) {
  .price-wrap {
    gap: 20px 4px;
  }
}
.price-item {
  width: 47.5%;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border-top: 12px solid #086F00;
}
@media screen and (max-width: 1400px) {
  .price-item {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .price-item {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .price-item {
    width: 100%;
  }
}
.price-item:nth-child(n+2) {
  width: 47.5%;
  border-top: 12px solid #C9C9C9;
}
@media screen and (max-width: 1024px) {
  .price-item:nth-child(n+2) {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .price-item:nth-child(n+2) {
    width: 100%;
  }
}
.price-item:nth-child(n+2) > div:first-child {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(0.875rem, 0.667rem + 0.69vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .price-item:nth-child(n+2) > div:first-child {
    height: 4rem;
  }
}
.price-item:nth-child(n+2) > div:nth-child(2n) {
  background: #EFEFEF;
}
.price-item:first-child > div span {
  font-size: clamp(1.5rem, 1rem + 1.67vw, 3rem);
  color: #086F00;
  display: inline;
}
.price-item:first-child > div:nth-child(2) table td:last-child p:last-child {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .price-item:first-child > div:nth-child(2) table td:last-child p:last-child {
    font-size: 14px;
  }
}
.price-item > div {
  padding: 20px;
  border-bottom: 1px solid #D1D1D1;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .price-item > div {
    height: 100px;
    padding: 0.5rem;
  }
}
.price-item > div:nth-child(2) table td:last-child {
  font-size: clamp(0.875rem, 0.667rem + 0.69vw, 1.5rem);
}
.price-item > div img {
  max-width: 315px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price-item > div img {
    width: 65%;
  }
}
.price-item > div:nth-child(2n) {
  background: #EBFFBF;
}
.price-item > div table {
  width: 100%;
}
.price-item > div table td:first-child {
  width: 120px;
  text-align: center;
  font-size: clamp(0.875rem, 0.75rem + 0.42vw, 1.25rem);
}
.price-item > div table td:last-child {
  width: calc(100% - 120px);
  font-size: clamp(1.125rem, 0.833rem + 0.97vw, 2rem);
}

.cost {
  padding: 4rem 0 3.5rem;
  background-image: linear-gradient(186deg, #fffee2, #fffee2 50%, #fff786);
}
.cost .container {
  max-width: 1536px;
}
@media screen and (max-width: 1024px) {
  .cost .container {
    width: 90%;
  }
}
.cost-title {
  margin-bottom: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 7.5%;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cost-title::before {
  content: "";
  position: absolute;
  height: 105%;
  aspect-ratio: 1/1;
  background: url(./images/cost-title1.png) no-repeat center/contain;
  left: 0;
  top: 0;
  z-index: -1;
}
.cost-title::after {
  content: "";
  position: absolute;
  right: calc(-20px - 28%);
  bottom: 0;
  aspect-ratio: 326/217;
  width: 27%;
  background: url(./images/cost-title2.png) no-repeat center/contain;
}
.cost-title p {
  font-size: clamp(1.25rem, 0.917rem + 1.11vw, 2.25rem);
}
.cost-title h2 {
  font-size: clamp(2rem, 1.167rem + 2.78vw, 4.5rem);
}
.cost-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .cost-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;
  }
}
.cost-wrap .delay01 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .cost-wrap .delay01 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.cost-wrap .delay02 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .cost-wrap .delay02 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.cost-wrap img {
  width: 11.5%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .cost-wrap img {
    width: 70px;
    padding: 0;
  }
}
.cost-wrap img:first-child {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .cost-wrap img:first-child {
    width: 100%;
  }
}
.cost-wrap img:last-child {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .cost-wrap img:last-child {
    width: 100%;
  }
}

.flow {
  padding: 2.5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 2.5rem 0 5rem;
  }
}
.flow .container {
  max-width: 1345px;
}
.flow-main-title {
  text-align: center;
  margin-bottom: 4rem;
}
.flow-main-title p {
  font-size: clamp(1.5rem, 1.292rem + 0.69vw, 2.125rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .flow-main-title p {
    margin-bottom: 1rem;
  }
}
.flow-main-title p span {
  color: #086F00;
  font-size: clamp(3rem, 2.333rem + 2.22vw, 5rem);
  margin: 0 4px 0 10px;
}
@media screen and (max-width: 767px) {
  .flow-main-title p span {
    line-height: 1;
  }
}
.flow-main-title h2 {
  font-size: clamp(2.125rem, 1.833rem + 0.97vw, 3rem);
  display: inline;
  padding: 0 4px 2px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #C3FD00));
  background: linear-gradient(transparent 60%, #C3FD00 40%);
}
.flow-wrap {
  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: 1279px) {
  .flow-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow-item {
  width: 30%;
  max-width: 416px;
}
@media screen and (max-width: 1279px) {
  .flow-item {
    width: 100%;
  }
}
.flow-item > p {
  font-size: clamp(1rem, 0.917rem + 0.28vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .flow-item > p {
    text-align: center;
  }
}
.flow .delay01 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 1279px) {
  .flow .delay01 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.flow .delay02 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 1279px) {
  .flow .delay02 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.flow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  background: #CCE5CA;
}
@media screen and (max-width: 1600px) {
  .flow-title {
    gap: 1rem;
  }
}
.flow-title h3 {
  font-size: clamp(1.375rem, 1.208rem + 0.56vw, 1.875rem);
}
@media screen and (max-width: 1400px) {
  .flow-title h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .flow-title h3 {
    font-size: clamp(1.375rem, 1.208rem + 0.56vw, 1.875rem);
  }
}
.flow-title img {
  width: 5rem;
}
@media screen and (max-width: 1600px) {
  .flow-title img {
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .flow-title img {
    width: 3.5rem;
  }
}
.flow-img {
  background: #F7F7F7;
  padding: 1.5rem 0 2.5rem;
  margin-bottom: 1rem;
}
.flow-img img {
  aspect-ratio: 260/170;
  margin: 0 auto;
  width: 65%;
}

.after-support {
  padding: 2.5rem 0 5rem;
  background: url(./images/after-support-bg.png) no-repeat center/cover;
}
.after-support h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .after-support h2 {
    margin-bottom: 4rem;
  }
}
.after-support h2 strong {
  font-size: clamp(2rem, 1.583rem + 1.39vw, 3.25rem);
}
.after-support h2 span {
  color: #086F00;
}
.after-support-item {
  background: #fff;
  border-radius: 11px;
  border: 5px solid #086F00;
  padding: 1.5rem 5%;
  margin-top: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1152px;
  margin: 2.5rem auto 5rem;
}
@media screen and (max-width: 1024px) {
  .after-support-item {
    -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;
  }
}
@media screen and (max-width: 767px) {
  .after-support-item {
    border-width: 2px;
    padding: 1.5rem 0;
    gap: 1rem;
    margin: 4rem auto;
  }
}
.after-support-item::before {
  content: "";
  position: absolute;
  width: 104px;
  aspect-ratio: 104/122;
  background: url(./images/after-support-1.png) no-repeat center/contain;
  left: -5%;
  top: -3rem;
}
@media screen and (max-width: 1024px) {
  .after-support-item::before {
    width: 5rem;
    top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .after-support-item::before {
    width: 3rem;
    left: 0rem;
    top: -2rem;
  }
}
.after-support-item:nth-child(3) {
  margin: 2.5rem 0 0 auto;
}
.after-support-item:nth-child(3)::before {
  background: url(./images/after-support-2.png) no-repeat center/contain;
}
.after-support-item > img {
  width: 51%;
}
@media screen and (max-width: 1024px) {
  .after-support-item > img {
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .after-support-item > img {
    width: 90%;
  }
}
.after-support-txt {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .after-support-txt {
    width: 100%;
  }
}
.after-support-txt h3 {
  font-size: clamp(1.5rem, 1.333rem + 0.56vw, 2rem);
  display: inline;
  padding: 0 4px 2px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFE555));
  background: linear-gradient(transparent 60%, #FFE555 40%);
}
.after-support-txt h3 + p {
  margin-top: 1rem;
  font-size: 1rem;
}

.ai-blog {
  padding: 4rem 0 5rem;
  background: url(./images/ai-blog-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .ai-blog {
    padding: 3rem 0;
  }
}
.ai-blog h2 {
  aspect-ratio: 466/101;
  background: url(./images/blog-title.png) no-repeat center/contain;
  text-align: center;
  font-size: clamp(1.5rem, 0.958rem + 1.81vw, 3.125rem);
  margin-bottom: 3rem;
  max-width: 466px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1%;
}
@media screen and (max-width: 1279px) {
  .ai-blog h2 {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .ai-blog h2 {
    max-width: 290px;
  }
}
.ai-blog .ai-blog-a {
  padding: 1.25rem 4rem 1.25rem 2.5rem;
  background: #fff;
  border: 3px solid #000000;
  margin: 3rem 0 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.25rem, 1rem + 0.83vw, 2rem);
}
@media screen and (max-width: 767px) {
  .ai-blog .ai-blog-a {
    padding: 1rem 2rem;
  }
}
.ai-blog .item {
  width: 100%;
  margin-bottom: 2rem;
}
.ai-blog .news-text {
  width: calc(75% - 2.5rem);
}

.faq {
  padding: 3.5rem 0 7.5rem;
  background: #E3F8E3;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 3rem 0;
  }
}
.faq .top-title p {
  color: #086F00;
}
.faq .top-title h2 {
  color: #000;
}
.faq .top-title h2::before {
  background: #000;
}
.faq .container {
  max-width: 1152px;
}
.faq .top-news-list {
  margin-top: 3.5rem;
}
.faq .accordion {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq .accordion {
    margin-bottom: 1.5rem;
  }
}
.faq .accordion-content {
  display: none;
  background: #FFFFFF;
  font-size: clamp(0.875rem, 0.75rem + 0.42vw, 1.25rem);
  line-height: 2;
  padding: 20px 3rem 20px 20px;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 767px) {
  .faq .accordion-content {
    padding: 20px 2rem 20px 20px;
  }
}
.faq .accordion-content span {
  position: relative;
  padding: 0 0 0 45px;
  display: block;
}
@media screen and (max-width: 767px) {
  .faq .accordion-content span {
    padding: 0 0 0 1.25rem;
  }
}
.faq .accordion-header {
  background-color: #DAF7C7;
  padding: 20px 3rem 20px 20px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  font-size: clamp(0.875rem, 0.75rem + 0.42vw, 1.25rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq .accordion-header {
    padding: 20px 2rem 20px 20px;
  }
}
.faq .accordion-header span {
  position: relative;
  padding: 0 0 0 45px;
  display: block;
}
@media screen and (max-width: 767px) {
  .faq .accordion-header span {
    padding: 0 0 0 1.25rem;
  }
}
.faq .accordion-header::before,
.faq .accordion-header::after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 19px;
  height: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(./images/faq-before.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .faq .accordion-header::before,
  .faq .accordion-header::after {
    right: 0.5rem;
  }
}
.faq .accordion-header::after {
  opacity: 0;
  background: url(./images/faq-after.png) no-repeat center/contain;
}
.faq .accordion-header.active::before {
  opacity: 0;
}
.faq .accordion-header.active::after {
  opacity: 1;
  z-index: 10;
}
.faq .accordion-content span::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  background: url(./images/faq-a.png) no-repeat center/contain;
  top: 20px;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq .accordion-content span::before {
    width: 20px;
    left: -0.5rem;
  }
}
.faq .accordion-header span::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  background: url(./images/faq-q.png) no-repeat center/contain;
  top: 55%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq .accordion-header span::before {
    width: 20px;
    left: -0.5rem;
  }
}

/*お知らせ一覧ページ*/
.news {
  margin-bottom: 10rem;
}
.news-category-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}
@media screen and (max-width: 1024px) {
  .news-category-flex {
    width: 100%;
    gap: 1rem 5%;
  }
}
.news-category-flex.tag {
  gap: 1rem;
}
.news-category-flex.tag a {
  border-radius: 1.5rem;
  min-width: 140px;
  padding: 8px 1rem;
  font-size: 14px;
}
.news-category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .news-category-wrap {
    gap: 1rem 5%;
    margin-bottom: 2.5rem;
  }
}
.news-category-wrap a {
  min-width: 190px;
  text-align: center;
  background: #EDF4F1;
  padding: 14px;
  font-weight: bold;
  color: #014D44;
}
@media screen and (max-width: 767px) {
  .news-category-wrap a {
    min-width: 150px;
  }
}
.news-category-p {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.news .topic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 5%;
}
.news .tag-wrap {
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .news .tag-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 1rem 0;
  }
}
.news .tag-wrap .news-category-wrap {
  margin: 0;
  width: calc(100% - 5rem - 3.5rem);
}
@media screen and (max-width: 767px) {
  .news .tag-wrap .news-category-wrap {
    width: 100%;
  }
}

.item {
  width: 30%;
}
@media screen and (max-width: 1279px) {
  .item {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .item {
    width: 100%;
  }
}
.item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .item > a {
    -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: 1rem;
  }
}
.item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.item .catch {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .item .catch {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .item .catch {
    width: 100%;
  }
}
.item .news-text {
  width: calc(75% - 2.5rem);
}
@media screen and (max-width: 1024px) {
  .item .news-text {
    width: calc(65% - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .item .news-text {
    width: 100%;
  }
}
.item .catch {
  aspect-ratio: 332/211;
  margin-bottom: 8px;
}
.item .catch img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 332/211;
}

/*詳細ページ*/
.single #breadcrumbs {
  padding-bottom: 2.5rem;
}
.single-news {
  padding: 2.5rem 0;
  background: #EDF4F1;
}
@media screen and (max-width: 767px) {
  .single-news {
    margin-bottom: 0;
  }
}
.single-news .white-bg {
  padding: 3.5rem 5% 5rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .single-news .white-bg {
    padding: 1.5rem 5% 2rem;
  }
}
.single-news .white-bg article {
  max-width: 860px;
  margin: 0 auto;
}
.single-news .item {
  width: 100%;
}
.single-news h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .single-news h2 {
    margin: 10px 0;
  }
}
.single-news .catch {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .single-news .catch {
    margin-bottom: 1.5rem;
  }
}
.single-news .top-btn {
  margin: 2.5rem 0 0;
}

.item .news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item .news-category a {
  display: block;
  padding: 2px 2rem;
  font-size: 14px;
  color: #000000;
  border: 1px solid;
  border-radius: 1rem;
  font-weight: 500;
}
.item .news-category a:hover {
  opacity: 0.7;
}
.item h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 20px 0 1rem;
}
@media screen and (max-width: 767px) {
  .item h3 {
    margin: 10px 0 0;
  }
}
.item .news-data {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .item .post-detail {
    display: none;
  }
}

body:not(.home) .item > a {
  -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: 1rem;
}
body:not(.home) .item .catch,
body:not(.home) .item .news-text {
  width: 100%;
}

.content img {
  margin: 2.5rem 0;
}
.content table {
  margin: 2rem 0;
}
.content li {
  list-style: inside;
  line-height: 2;
}
.content p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .content p {
    font-size: 12px;
  }
}
.content h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin: 2.5rem 0 1rem;
  padding: 0.8rem 2rem;
  border-left: 5px solid #086F00;
  background: #f4f4f4;
  line-height: 1.3;
}
.content h3 {
  margin: 1.5rem 0;
  position: relative;
  font-size: 18px !important;
  padding: 4px 0;
  border-bottom: 2px solid #086F00;
}
.content h4 {
  margin: 1rem 0;
  font-size: 1rem !important;
  color: #086F00;
}
@media screen and (min-width: 1024px) {
  .content h4 {
    font-size: 18px !important;
  }
}
.content p:not(:last-child) {
  margin-bottom: 1rem;
}
.content a {
  text-decoration: underline;
  color: blue;
}

.news-other {
  margin: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .news-other {
    margin: 3rem 0;
  }
}
.news-other h2 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  color: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5rem;
  padding-bottom: 8px;
  color: #014D44;
  border-bottom: 1px solid;
}
.news-other .item:nth-child(4) {
  display: none;
}
@media screen and (max-width: 1024px) {
  .news-other .item:nth-child(4) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .news-other .item:nth-child(4) {
    display: none;
  }
}

/*404*/
.not-found {
  text-align: center;
  margin: 5rem 0 10rem;
}
.not-found p {
  margin-bottom: 20px;
}

.sec-policy {
  margin-bottom: 5rem;
}
.sec-policy .container {
  max-width: 960px;
}

.policy {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .policy {
    margin-bottom: 1.5rem;
  }
}
.policy h3 {
  margin: 2rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  color: #31822B;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .policy h3 {
    margin-bottom: 1rem;
    min-width: auto;
    max-width: none;
  }
}
.policy p:not(:last-child) {
  margin-bottom: 1rem;
}
.policy p span {
  display: inline-block;
}
.policy li {
  list-style: inside;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .policy li {
    padding-left: 0;
  }
}
.policy ol.second-list li {
  list-style: lower-roman;
}
.policy a {
  color: blue;
  text-decoration: underline;
}

.policy p {
  line-height: 2;
}

.policy p:not(:last-child) {
  margin-bottom: 1rem;
}

.policy p span {
  display: inline-block;
}

.policy ul:not(.second-list) li {
  list-style: inside;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  line-height: 2;
}

.policy ol {
  padding-left: 1rem;
}

.policy ol > li {
  list-style: auto;
  margin-bottom: 0.5rem;
  line-height: 2;
}

.policy ol > li p {
  margin: 1rem 0;
}

.policy .second-list li {
  list-style: lower-roman;
  margin-bottom: 0.5rem;
  line-height: 2;
}

/*contact*/
.contact {
  margin: 5rem 0 200px;
}
@media screen and (max-width: 767px) {
  .contact {
    margin: 3rem 0 5rem;
  }
}
.contact .container {
  max-width: 1012px;
}
.contact-p {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: clamp(1rem, 0.917rem + 0.28vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .contact-p {
    margin-bottom: 1rem;
  }
}
.contact-bg {
  margin: 2.5rem auto;
  padding-bottom: 3rem;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.38);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.38);
}
.contact-bg .contact-p {
  color: #F46608;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .contact-bg .contact-p {
    margin: 1rem 0;
  }
}
.contact-bg p.required {
  color: red;
  font-size: clamp(1rem, 0.917rem + 0.28vw, 1.25rem);
  text-align: right;
}
.contact-bg-container {
  width: 85%;
  margin: 0 auto;
}
.contact form > div {
  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: 2rem 0;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 767px) {
  .contact form > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 1rem 0;
  }
}
.contact form > div p:first-child {
  width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .contact form > div p:first-child {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .contact form > div p:first-child {
    width: 100%;
  }
}
.contact form > div p:last-child {
  width: calc(100% - 245px);
}
@media screen and (max-width: 1024px) {
  .contact form > div p:last-child {
    width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 767px) {
  .contact form > div p:last-child {
    width: 100%;
  }
}
.contact form > div .two-column {
  width: calc(100% - 245px);
}
@media screen and (max-width: 1024px) {
  .contact form > div .two-column {
    width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 767px) {
  .contact form > div .two-column {
    width: 100%;
  }
}
.contact form > div .two-column p:last-child {
  width: 100%;
  gap: 4rem;
}
@media screen and (max-width: 1279px) {
  .contact form > div .two-column p:last-child {
    gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .contact form > div .two-column p:last-child {
    gap: 1rem;
  }
}
.contact p:has(input[type=submit]) {
  margin: 1.5rem auto 0;
  position: relative;
}
.contact input:not([type=radio]),
.contact textarea,
.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #000;
  border: none;
  padding: 1rem;
  width: 100%;
  border: 1px solid #CBCBCB;
}
@media screen and (max-width: 767px) {
  .contact input:not([type=radio]),
  .contact textarea,
  .contact select {
    padding: 12px;
  }
}
.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 #000;
  border-bottom: 0;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
.contact span.required {
  color: red;
  display: inline-block;
  font-size: clamp(1rem, 0.917rem + 0.28vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
}
.contact .contact-policy {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  padding-bottom: 0;
}
.contact .contact-policy p:last-child {
  width: 100%;
}
.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;
}
.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 .current-check {
  opacity: 0;
  pointer-events: none;
}
.contact input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  vertical-align: -5px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.contact input[type=checkbox]:checked:before {
  position: absolute;
  top: 4px;
  left: 8px;
  -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: #F46608;
  content: "";
}
.contact .contact-policy a {
  text-decoration: underline;
  display: inline-block;
}
.contact input[type=submit],
.contact input[type=button] {
  padding: 1.5rem 1rem;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  display: block;
  margin: 3.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#facf1d), to(#f46608));
  background-image: linear-gradient(#facf1d, #f46608);
  min-width: 320px;
  font-size: clamp(1.125rem, 1.083rem + 0.14vw, 1.25rem);
  border: none;
}
@media screen and (max-width: 767px) {
  .contact input[type=submit],
  .contact input[type=button] {
    min-width: auto;
    width: 100%;
    padding: 1rem;
  }
}
.contact .submit-wrap {
  margin: 2.5rem auto 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact input.wpcf7-not-valid {
  background-color: #FFF1F1;
}
.contact .wpcf7-not-valid-tip {
  text-align: left;
  color: red;
}
.contact .wpcf7-spinner,
.contact .wpcf7-response-output {
  display: none;
}
.contact textarea {
  resize: vertical; /* 縦方向のリサイズを許可 */
}
.contact .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .contact .submit-btn {
    -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;
  }
}
.contact .submit-btn .submit-wrap {
  margin: 0;
}

.contact-confirm form .form-div {
  padding-bottom: 0;
}
.contact-confirm input[type=button] {
  text-align: right;
  border-color: #ADADAD;
  color: #ADADAD;
}
.contact-confirm p:has(input[type=button]) {
  margin: 0 auto;
  position: relative;
}
.contact-confirm p:has(input[type=button])::before {
  content: "<";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #ADADAD;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .contact-confirm p:has(input[type=button])::before {
    left: 2rem;
  }
}

/*contact-thanks*/
.thanks h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 2rem;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@-webkit-keyframes fadeRightAnime2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeRightAnime2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeLeftAnime {
  opacity: 0;
}

.fadeLeftAnime.fadeUp {
  -webkit-animation: fadeLeftAnime 1.5s forwards;
          animation: fadeLeftAnime 1.5s forwards;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeUpAnime {
  opacity: 0;
}

.fadeUpAnime.fadeUp {
  -webkit-animation: fadeUpAnime 1.5s forwards;
          animation: fadeUpAnime 1.5s forwards;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(150%) skewX(-15deg);
            transform: translateX(150%) skewX(-15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-20%) skewX(15deg);
            transform: translateX(-20%) skewX(15deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(0%) skewX(-7.5deg);
            transform: translateX(0%) skewX(-7.5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(150%) skewX(-15deg);
            transform: translateX(150%) skewX(-15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-20%) skewX(15deg);
            transform: translateX(-20%) skewX(15deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(0%) skewX(-7.5deg);
            transform: translateX(0%) skewX(-7.5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedIn_reverse {
  0% {
    -webkit-transform: translateX(-60%) skewX(15deg);
            transform: translateX(-60%) skewX(15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(20%) skewX(-15deg);
            transform: translateX(20%) skewX(-15deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(0%) skewX(7.5deg);
            transform: translateX(0%) skewX(7.5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn_reverse {
  0% {
    -webkit-transform: translateX(-60%) skewX(15deg);
            transform: translateX(-60%) skewX(15deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(20%) skewX(-15deg);
            transform: translateX(20%) skewX(-15deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(0%) skewX(7.5deg);
            transform: translateX(0%) skewX(7.5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes fv_on {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fv_on {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}