@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #1f1f1f;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------------------------------
印刷用
--------------------------------------------------------------*/
@media print {
  html {
    height: 100%;
  }

  body {
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
  body .pagetop {
    display: none;
  }
}
/*--------------------------------------------------------------
htmlタグ指定
--------------------------------------------------------------*/
* {
  min-height: 0vw;
}

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  color: #070203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 0px 0px;
  grid-template-areas: "header" "main" "footer";
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}

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

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

input, select, textarea {
  font-family: inherit;
  font-weight: inherit;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: inherit;
}

a {
  cursor: pointer;
  color: currentColor;
}

/*------------------------------layout------------------------------*/
.wrapper {
  position: relative;
  width: 100%;
}
.main {
  grid-area: main;
  position: relative;
  overflow: hidden;
}
.main::before {
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  background: linear-gradient(0deg, white 0%, #008dcc 100%);
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 20;
}

.c-inner {
  width: calc(100% - 100px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .c-inner {
    width: calc(100% - 44px);
  }
}

/*------------------------------header------------------------------*/
.header {
  grid-area: header;
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 70px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    width: 100%;
  }
}
.header__logo {
  flex-shrink: 0;
  position: relative;
  padding-left: 24px;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  font-size: 1.4rem;
  font-weight: 500;
}
.header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.header__nav-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.header__nav-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 200px;
  height: 70px;
  padding: 10px;
  color: white;
  background-color: #73A524;
}
.header__nav-button .contact a {
  background-color: #2F7F44;
}

body.menu-active {
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  body.menu-active .header__sp-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F7F7;
    gap: 0;
    padding: 29px 22px;
  }
  body.menu-active .header__sp-toggle span {
    display: none;
  }
  body.menu-active .header__sp-toggle span:first-of-type {
    display: block;
    transform: rotate(45deg);
  }
  body.menu-active .header__sp-toggle span:last-of-type {
    display: block;
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  body.menu-active .header__sp-toggle span::before {
    transform: rotate(30deg);
    top: 3px;
  }
  body.menu-active .header__sp-toggle span::after {
    transform: rotate(-30deg);
    bottom: 3px;
  }
  body.menu-active .header__sp-menu {
    visibility: visible;
    opacity: 1;
  }
}

/*------------------------------footer------------------------------*/
.footer {
  margin-top: 315px;
  grid-area: footer;
  position: relative;
  z-index: 10;
  padding-top: 154px;
  color: white;
  background: #151A25;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 80px;
  }
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(3, auto) 1fr;
  gap: 0px 50px;
  grid-template-areas: "logo nav" "copy nav" "address nav" "social nav";
  padding: 0 clamp(100px,13.75vw,220px) 0 100px;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 0px 0px;
    grid-template-areas: "logo" "nav" "address" "social" "copy";
    padding: 0 20px;
  }
}
.footer .logo {
  grid-area: logo;
  min-width: 210px;
}
.footer .copy {
  grid-area: copy;
  margin-top: 36px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.166;
}
.footer .address {
  grid-area: address;
}
.footer .address .company-name {
  margin-top: 39px;
  font-size: 1.8rem;
}
.footer .address .company-address {
  margin-top: 9px;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2;
}
.footer .social-list {
  grid-area: social;
  align-self: start;
  margin-top: 36px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.footer__nav {
  grid-area: nav;
  align-self: start;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .footer__nav {
    margin-top: 40px;
  }
}
.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(3, 28%);
  grid-template-rows: repeat(2, auto) 1fr;
  gap: 0 8%;
  grid-template-areas: ". . ." ". . ." "banner banner banner";
}
@media screen and (max-width: 1024px) {
  .footer__nav-list {
    grid-template-columns: repeat(2, 48%);
    grid-template-rows: repeat(3, auto) 1fr;
    gap: 40px 4%;
    grid-template-areas: ". ." ". ." ". ." "banner banner";
  }
}
.footer__nav-item:nth-of-type(n + 4) {
  margin-top: 91px;
}
@media screen and (max-width: 1024px) {
  .footer__nav-item:nth-of-type(n + 4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer__nav-item:nth-of-type(3) {
    grid-area: 1/2/2/3;
  }
}
.footer__nav-item .title {
  position: relative;
  padding-top: 19px;
  border-top: 1px solid #58595D;
}
.footer__nav-item .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 60px;
  height: 2px;
  background: #2F7F44;
}
.footer__nav-item .link {
  margin-top: 18px;
  color: #58595D;
  font-size: 1.4rem;
}
.footer__nav-item .link li {
  margin-top: 9px;
}
.footer__nav-item .link li:first-of-type {
  margin-top: 0;
}
.footer__nav-item .link.text-ellipsis a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer__nav-banner {
  align-self: start;
  grid-area: banner;
  margin-top: 50px;
  width: 100%;
  font-size: 1.4rem;
}
.footer__nav-banner a[target=_blank] p {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 5px;
}
.footer__nav-banner a[target=_blank] p::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url("../img/base/icon_blank.svg") no-repeat center center/contain;
  filter: invert(100%) sepia(0%) saturate(7493%) hue-rotate(299deg) brightness(103%) contrast(102%);
}
.footer__nav-banner p {
  margin-top: 10px;
}
.footer__bottom {
  margin-top: 115px;
}
.footer__bottom > * {
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    margin-top: 30px;
  }
}
.footer__bottom .pagetop {
  display: flex;
  justify-content: end;
  align-items: center;
  width: max(300px, 21.874vw);
  height: 100px;
  color: white;
  padding: 0 36px;
  background: #2F7F44;
  font-family: "Squada One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .footer__bottom .pagetop {
    width: 100%;
    height: 60px;
  }
}

/*------------------------------project------------------------------*/
body::before {
  transition: opacity 0.4s ease;
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #2F7F44;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
}

body.loading::before {
  opacity: 1;
}

.c-link {
  color: #1694D6;
}
.c-link.icon {
  display: inline-flex;
  align-items: center;
}
.c-link.icon::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.1em solid currentColor;
  border-right: 0.1em solid currentColor;
  margin-left: 0.2em;
  transform: rotate(45deg);
}

.c-hover {
  transition: opacity 0.4s ease;
}
.c-hover:hover {
  opacity: 0.8;
}

.c-breadcrumb {
  margin-top: 17px;
  font-size: 1rem;
  line-height: 2;
}
.c-breadcrumb__item {
  display: inline;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.1em solid currentColor;
  border-right: 0.1em solid currentColor;
  margin: 0 0.3em;
  transform: rotate(45deg);
}
.c-breadcrumb__item a {
  color: #1694D6;
}

/*------------------------------title------------------------------*/
/*------------------------------button------------------------------*/
.c-button {
  --width: 280px;
  --height: 70px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: var(--width);
  height: var(--height);
  padding: 0 30px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: white;
  background: #2F7F44;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: color ease 0.4s, background-color ease 0.4s;
  overflow: hidden;
}
.c-button::before {
  content: "";
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/base/icon_right-arrow.svg") no-repeat center center/contain;
  width: 8px;
  height: 14px;
  filter: invert(100%) sepia(0%) saturate(7493%) hue-rotate(299deg) brightness(103%) contrast(102%);
}
.c-button.is-white {
  color: #070203;
  background: white;
}
.c-button.is-white::before {
  filter: inherit;
}
.c-button.disabled {
  background-color: #a3a3a3;
  pointer-events: none;
}

.c-table {
  width: 100%;
  line-height: 1.6;
  border: 1px solid #EAEAEA;
}
.c-table th, .c-table td {
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  padding: 20px;
}
.c-table th {
  width: 17%;
  background: white;
  border: 1px solid #EAEAEA;
}
.c-table td {
  font-size: 1.2rem;
  border: 1px solid #EAEAEA;
}

/*------------------------------form------------------------------*/
.c-form dl {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.c-form dl .is-border {
  padding-top: 1.1em;
  border-top: 1px solid #EAEAEA;
}
.c-form dl + dl {
  margin-top: 1.875em;
}
.c-form dl dt, .c-form dl dd {
  width: 100%;
}
.c-form dl dt {
  font-weight: 700;
}
.c-form dl dt label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3em;
}
.c-form dl dt .required {
  flex-shrink: 0;
  font-size: 1rem;
  color: #2F7F44;
}
.c-form dl dd {
  margin-top: 1.1em;
  line-height: 1.6;
}
.c-form dl.confirm dt {
  font-weight: 500;
  color: #BFBFBF;
}
.c-form dl.confirm dd {
  padding: 20px;
  background: #F7F7F7;
  border-radius: 10px;
}
.c-form input, .c-form select, .c-form textarea {
  color: #070203 !important;
  font-size: 1.6rem;
  line-height: 1;
}
.c-form textarea {
  line-height: 1.5;
}
.c-form ::placeholder {
  color: #BFBFBF;
}
.c-form__text, .c-form__textarea {
  --width:400px;
  width: 100%;
  max-width: var(--width);
  padding: 18px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #EAEAEA;
  font-size: 16px;
  outline: 0;
}
.c-form #myTextarea, .c-form #myInputarea {
  display: none;
}
.c-form__textarea {
  width: 100%;
  max-width: inherit;
  height: 200px;
}
.c-form__textarea.h500 {
  height: 500px;
}
.c-form__textarea.is-gray {
  border: none;
  background: #F7F7F7;
}
.c-form__select {
  --width:300px;
  width: 100%;
  max-width: var(--width);
  position: relative;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-form__select::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #070203 transparent transparent transparent;
}
.c-form__select select {
  color: #070203;
  width: 100%;
  padding: 21px 40px 21px 18px;
  background: white;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
}
.c-form__select.small {
  width: min(200px, 17vw);
}
.c-form input[type=checkbox] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #EAEAEA;
  margin: 0;
  margin-right: 4px;
}
.c-form input[type=checkbox]:checked {
  position: relative;
  border-color: #367DBE;
  background-color: #367DBE;
}
.c-form input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5.5px;
  width: 7px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-form .input-group {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 1.5em;
}
.c-form .input-group .col-12 {
  width: calc((100% - (1.5em * 1)) / 1);
}
.c-form .input-group .col-8 {
  width: calc((100% - (1.5em * 1)) / 1.5);
}
.c-form .input-group .col-6 {
  width: calc((100% - (1.5em * 1)) / 2);
}
.c-form .input-group .col-4 {
  width: calc((100% - (1.5em * 2)) / 3);
}
.c-form .input-group .col-3 {
  width: calc((100% - (1.5em * 3)) / 4);
}
.c-form .input-group .col-3 {
  width: calc((100% - (1.5em * 3)) / 4);
}
.c-form .input-group .col-2 {
  width: calc((100% - (1.5em * 5)) / 6);
}
@media screen and (max-width: 1024px) {
  .c-form .input-group .sp-col-12 {
    width: 100%;
  }
  .c-form .input-group .sp-col-8 {
    width: calc((100% - (1.5em * 1)) / 1.5);
  }
  .c-form .input-group .sp-col-6 {
    width: calc((100% - (1.5em * 1)) / 2);
  }
  .c-form .input-group .sp-col-4 {
    width: calc((100% - (1.5em * 2)) / 3);
  }
  .c-form .input-group .sp-col-3 {
    width: calc((100% - (1.5em * 3)) / 4);
  }
  .c-form .input-group .sp-col-3 {
    width: calc((100% - (1.5em * 3)) / 4);
  }
  .c-form .input-group .sp-col-2 {
    width: calc((100% - (1.5em * 5)) / 6);
  }
}
.c-form .label {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5em;
}
.c-form .label-subtext {
  line-height: 1.6;
}
.c-form .label-subtext:not(:first-of-type) {
  margin-top: 15px;
}
.c-form .label-subtext .text {
  margin-top: 2px;
  display: block;
  color: #8E8E8E;
  font-size: 1rem;
  padding-left: 28px;
}
.c-form input[type=radio] {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: white;
  border: 1px solid #EAEAEA;
  margin: 0;
}
.c-form input[type=radio]:checked {
  position: relative;
}
.c-form input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 63%;
  height: 63%;
  background: #CF356C;
  border-radius: 100%;
}
.c-form .caution {
  margin-top: 0.5em;
  color: #BFBFBF;
  font-size: 1.2rem;
  line-height: 1.8;
}
.c-form .caution .icon {
  display: inline-block;
  padding: 2px 6px;
  font-size: 1rem;
  color: white;
  background: #CF8235;
  border-radius: 5px;
  margin-right: 7px;
}
.c-form .error {
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #2F7F44;
}
.c-form__submit {
  margin-top: 50px;
}
.c-form__drop {
  --width: 600px;
  width: min(var(--width), 100%);
  border: none;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #969696;
  font-size: 1.4rem;
}
.c-form__drop-inner {
  position: relative;
}
.c-form__drop-inner .caution {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .c-form__drop-inner .caution {
    line-height: 1.5;
  }
}
.c-form__drop-inner button {
  margin-top: 10px !important;
  font-size: 1.2rem !important;
  color: white !important;
  padding: 10px !important;
  background-color: #969696 !important;
  border-radius: 3px !important;
  cursor: pointer;
}
.c-form__drop-delete {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-form__drop-delete button {
  border: none;
  outline: 0;
}
.c-form__drop-image {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.c-form__drop-image .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  width: 49%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-form__drop-image .box {
    width: 80%;
  }
}
.c-form__drop-image .box button {
  background: #969696;
  color: white;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 5px 10px;
}
.c-login-form dl {
  flex-direction: column;
}
.c-login-form dl dt, .c-login-form dl dd {
  width: 100%;
}
.c-login-form dl dt {
  font-size: 1.4rem;
  font-weight: 500;
}
.c-login-form input[type=email], .c-login-form input[type=password] {
  height: 55px;
}

[data-target] {
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, background-color 0.2s, color 0.2s;
  opacity: 0;
}
[data-target].action {
  opacity: 1;
}
[data-target][data-slideup] {
  transform: translateY(1.56vw) scale(1);
}
[data-target][data-slideup].action {
  transform: translateY(0);
}
[data-target][data-slidedown] {
  transform: translateY(-1.56vw) scale(1);
}
[data-target][data-slidedown].action {
  transform: translateY(0);
}
[data-target][data-slideleft] {
  transform: translateX(1.56vw) scale(1);
}
[data-target][data-slideleft].action {
  transform: translateX(0);
}
[data-target][data-slideright] {
  transform: translateX(-1.56vw) scale(1);
}
[data-target][data-slideright].action {
  transform: translateX(0);
}

[data-lazy] {
  opacity: 0;
}
[data-lazy].action {
  transition: opacity 0.4s ease;
  opacity: 1;
}

[data-dummy] {
  color: tomato;
}

/*--------------------------------------------------------------
共通 class
--------------------------------------------------------------*/
/* settings */
.pc-hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-hidden {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .sp-hidden {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

/* text-align */
body .tac {
  text-align: center;
}
body .tal {
  text-align: left;
}
body .tar {
  text-align: right;
}

/* width % */
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

/* spacer xs,sm,md,lg,xl */
.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mt-xxs {
  margin-top: 10px !important;
}

.mb-xxs {
  margin-bottom: 10px;
}

.mr-xxs {
  margin-right: 10px;
}

.ml-xxs {
  margin-left: 10px;
}

.pt-xxs {
  padding-top: 10px !important;
}

.pb-xxs {
  padding-bottom: 10px;
}

.pr-xxs {
  padding-right: 10px;
}

.pl-xxs {
  padding-left: 10px;
}

.mt-xs {
  margin-top: 20px !important;
}

.mb-xs {
  margin-bottom: 20px;
}

.mr-xs {
  margin-right: 20px;
}

.ml-xs {
  margin-left: 20px;
}

.pt-xs {
  padding-top: 20px !important;
}

.pb-xs {
  padding-bottom: 20px;
}

.pr-xs {
  padding-right: 20px;
}

.pl-xs {
  padding-left: 20px;
}

.mt-sm {
  margin-top: clamp(20px, 3vw, 40px) !important;
}

.mb-sm {
  margin-bottom: clamp(20px, 3vw, 40px);
}

.mr-sm {
  margin-right: clamp(20px, 3vw, 40px);
}

.ml-sm {
  margin-left: clamp(20px, 3vw, 40px);
}

.pt-sm {
  padding-top: clamp(20px, 3vw, 40px) !important;
}

.pb-sm {
  padding-bottom: clamp(20px, 3vw, 40px);
}

.pr-sm {
  padding-right: clamp(20px, 3vw, 40px);
}

.pl-sm {
  padding-left: clamp(20px, 3vw, 40px);
}

.mt-md {
  margin-top: clamp(30px, 5vw, 60px) !important;
}

.mb-md {
  margin-bottom: clamp(30px, 5vw, 60px);
}

.mr-md {
  margin-right: clamp(30px, 5vw, 60px);
}

.ml-md {
  margin-left: clamp(30px, 5vw, 60px);
}

.pt-md {
  padding-top: clamp(30px, 5vw, 60px) !important;
}

.pb-md {
  padding-bottom: clamp(30px, 5vw, 60px);
}

.pr-md {
  padding-right: clamp(30px, 5vw, 60px);
}

.pl-md {
  padding-left: clamp(30px, 5vw, 60px);
}

.mt-lg {
  margin-top: clamp(60px, 6.66vw, 80px) !important;
}

.mb-lg {
  margin-bottom: clamp(60px, 6.66vw, 80px);
}

.mr-lg {
  margin-right: clamp(60px, 6.66vw, 80px);
}

.ml-lg {
  margin-left: clamp(60px, 6.66vw, 80px);
}

.pt-lg {
  padding-top: clamp(60px, 6.66vw, 80px) !important;
}

.pb-lg {
  padding-bottom: clamp(60px, 6.66vw, 80px);
}

.pr-lg {
  padding-right: clamp(60px, 6.66vw, 80px);
}

.pl-lg {
  padding-left: clamp(60px, 6.66vw, 80px);
}

.mt-xl {
  margin-top: clamp(80px, 8.33vw, 100px) !important;
}

.mb-xl {
  margin-bottom: clamp(80px, 8.33vw, 100px);
}

.mr-xl {
  margin-right: clamp(80px, 8.33vw, 100px);
}

.ml-xl {
  margin-left: clamp(80px, 8.33vw, 100px);
}

.pt-xl {
  padding-top: clamp(80px, 8.33vw, 100px) !important;
}

.pb-xl {
  padding-bottom: clamp(80px, 8.33vw, 100px);
}

.pr-xl {
  padding-right: clamp(80px, 8.33vw, 100px);
}

.pl-xl {
  padding-left: clamp(80px, 8.33vw, 100px);
}

.mt-xxl {
  margin-top: clamp(90px, 11.66vw, 130px) !important;
}

.mb-xxl {
  margin-bottom: clamp(90px, 11.66vw, 130px);
}

.mr-xxl {
  margin-right: clamp(90px, 11.66vw, 130px);
}

.ml-xxl {
  margin-left: clamp(90px, 11.66vw, 130px);
}

.pt-xxl {
  padding-top: clamp(90px, 11.66vw, 130px) !important;
}

.pb-xxl {
  padding-bottom: clamp(90px, 11.66vw, 130px);
}

.pr-xxl {
  padding-right: clamp(90px, 11.66vw, 130px);
}

.pl-xxl {
  padding-left: clamp(90px, 11.66vw, 130px);
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.pt-auto {
  padding-top: auto !important;
}

.pb-auto {
  padding-bottom: auto;
}

.pr-auto {
  padding-right: auto;
}

.pl-auto {
  padding-left: auto;
}

.fs20 {
  font-size: 2rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs10 {
  font-size: 1rem;
}

/*--------------------------------------------------------------
indexのみ
--------------------------------------------------------------*/
.home-title {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column-reverse;
  gap: 14px;
}
.home-title__ja {
  font-size: 1.8rem;
  font-weight: 500;
}
.home-title__en {
  color: #2F7F44;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 5.4rem;
}
.home-title.is-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-title.is-white {
  color: white;
}
.home-title.is-white .home-title__en {
  color: currentColor;
}

.home-mv {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.home-mv__image {
  height: 100%;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
.home-mv__image .image-slider {
  height: 100%;
}
.home-mv__image .swiper-slide {
  height: 100%;
}
.home-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-mv__box {
  position: absolute;
  bottom: 58px;
  left: 85px;
  z-index: 10;
}
.home-mv__box .copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 5rem;
  font-weight: 600;
  color: #2F7F44;
}
.home-mv__box .copy p {
  width: fit-content;
}
.home-mv__box .copy p + p {
  margin-top: 8px;
}
.home-mv__box .copy p:first-of-type span, .home-mv__box .copy p:last-of-type span {
  padding-right: 0;
}
.home-mv__box .copy span {
  position: relative;
  display: inline-block;
  background: white;
  padding: 10px 20px;
}
.home-mv__box .subcopy {
  margin-top: 15px;
  display: inline-block;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  font-size: 2.2rem;
  color: white;
}
.home-mv__box .button {
  margin-top: 37px;
  position: relative;
  width: 240px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  border: 1px solid currentColor;
  transition: border-color ease 0.4s;
}
.home-mv__box .button::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #2F7F44;
  transition: width 0.3s ease;
}
.home-mv__box .button:hover::before {
  width: 100%;
}

.home-info {
  padding: 205px 0 0;
}
.home-info__inner {
  width: calc(100% - 100px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .home-info__inner {
    width: calc(100% - 44px);
  }
}
.home-info__list {
  margin-top: 61px;
}
.home-info__list li {
  position: relative;
}
.home-info__list li::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: transparent;
  transition: background-color 0.1s ease, width 0.6s ease;
}
.home-info__list li:hover::before {
  width: 100%;
  background-color: #2F7F44;
}
.home-info__list li:hover a::before {
  transform: translateX(5px);
}
.home-info__list a {
  position: relative;
  display: block;
  padding: 43px 0;
  border-bottom: 1px solid #EAEAEA;
}
.home-info__list a::before {
  content: "";
  position: absolute;
  z-index: 10;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 16px;
  background: url("../img/base/icon_right-arrow.svg") no-repeat center center;
  transition: transform 0.4s ease;
}
.home-info__item {
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.home-info__item .data-group {
  flex-shrink: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  font-size: 1.4rem;
}
.home-info__item .data-group .data {
  color: #8E8E8E;
}
.home-info__item .data-group .category-group {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.home-info__item .data-group .category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 28px;
  font-size: 1.2rem;
  color: white;
  background-color: #070203;
  border-radius: 9999px;
}
.home-info__item .title {
  position: relative;
  padding-right: 2em;
  font-size: 1.8rem;
  line-height: 1.3;
}
.home-info__button {
  margin-top: 50px;
}
.home-info__button .button {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-right: 40px;
  position: relative;
}
.home-info__button .button::before {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/base/icon_right-arrow.svg") no-repeat center center/contain;
}
.home-info__button .button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.home-info__button .button::before {
  right: 9px;
  width: 5px;
  height: 8px;
}
.home-info__button .button::after {
  width: 24px;
  height: 24px;
}
.home-info__button .button::before {
  filter: invert(100%) sepia(0%) saturate(7493%) hue-rotate(299deg) brightness(103%) contrast(102%);
}
.home-info__button .button::after {
  background-color: #070203;
}

.home-company {
  position: relative;
  padding: 220px max(150px, 9.3vw) 210px;
}
.home-company__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.home-company__textbox {
  width: min(670px, 60%);
  flex-shrink: 0;
}
.home-company__lead {
  margin-top: 60px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
.home-company__text {
  margin-top: 23px;
  font-size: 1.8rem;
  line-height: 2;
}
.home-company__button {
  margin-top: 65px;
}
.home-company__images {
  width: 100%;
  margin-right: calc(50% - 50vw);
  height: fit-content;
}
.home-company__images .company-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 500px;
}
@media screen and (max-width: 1024px) {
  .home-company__images .company-slider .swiper-slide {
    height: 375px;
  }
}
.home-company__images .company-slider .swiper-slide img {
  border-radius: 20px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .home-company__images .company-slider .swiper-slide img {
    border-radius: 10px;
  }
}
.home-company__images .company-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.home-company__bg {
  display: block;
  position: absolute;
  left: 0;
  bottom: -114px;
  z-index: -1;
  width: 1413px;
  height: 525px;
  background: url("../img/top/company_bg.png") no-repeat center center/cover;
  transform: translateX(0);
  transition: transform 0.1s linear;
}

.home-works {
  position: relative;
  padding: 119px 0 93px;
  color: white;
  background: #2F7F44;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  margin-left: 6.25vw;
}
.home-works__slider {
  position: relative;
  margin-top: 81px;
  z-index: 20;
}
.home-works .works-slider {
  overflow: inherit;
}
.home-works .works-slider__nav {
  position: absolute;
  top: -141px;
  right: 78px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 30px;
  z-index: 20;
}
.home-works .works-slider__nav .swiper-button-prev, .home-works .works-slider__nav .swiper-button-next {
  flex-shrink: 0;
  margin-top: 0;
  top: auto;
  left: auto;
  right: auto;
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.home-works .works-slider__nav .swiper-button-prev::before, .home-works .works-slider__nav .swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/base/icon_right-arrow.svg") no-repeat center center/contain;
}
.home-works .works-slider__nav .swiper-button-prev::after, .home-works .works-slider__nav .swiper-button-next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.home-works .works-slider__nav .swiper-button-prev::before, .home-works .works-slider__nav .swiper-button-next::before {
  right: 25px;
  width: 8px;
  height: 14px;
}
.home-works .works-slider__nav .swiper-button-prev::after, .home-works .works-slider__nav .swiper-button-next::after {
  width: 60px;
  height: 60px;
}
.home-works .works-slider__nav .swiper-button-prev::after, .home-works .works-slider__nav .swiper-button-next::after {
  background-color: white;
}
.home-works .works-slider__nav .swiper-button-prev {
  transform: rotate(180deg);
}
.home-works .works-slider .swiper-slide {
  width: 500px;
}
.home-works .works-slider__item {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  line-height: 1.5;
}
.home-works .works-slider__item .image {
  border-radius: 10px;
}
.home-works .works-slider__item .title {
  margin-top: 35px;
  font-size: 2rem;
}
.home-works .works-slider__item .text {
  margin-top: 8px;
  font-size: 1.8rem;
}
.home-works .works-slider__item .time {
  margin-top: 9px;
  font-size: 1.4rem;
}
.home-works__button {
  margin-top: 71px;
}
.home-works__button > * {
  margin: 0 auto;
}

.home-space {
  margin-top: -143px;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.home-space img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -25%;
  transition: bottom 0.1s linear;
  /* アニメーションを追加 */
}

.home-service {
  margin-top: -186px;
  position: relative;
  padding: 144px 0 137px;
  background: #F4FCF6;
  border-radius: 0 40px 40px 0;
  overflow: hidden;
  margin-right: 6.25vw;
  filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}
.home-service__inner {
  margin-left: 150px;
}
.home-service__content {
  margin-top: 59px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0px 6%;
}
.home-service__list {
  position: relative;
  z-index: 10;
  width: 100%;
}
.home-service__item {
  border-bottom: 1px solid #D5D5D5;
  position: relative;
}
.home-service__item:first-of-type {
  border-top: 1px solid #D5D5D5;
}
.home-service__item::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: transparent;
  transition: background-color 0.1s ease, width 0.4s ease;
}
.home-service__item:hover::before {
  width: 100%;
  background-color: #2F7F44;
}
.home-service__item a {
  display: block;
  padding: 31px 50px 31px 0;
  position: relative;
  line-height: 1.5;
}
.home-service__item a::before {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/base/icon_right-arrow.svg") no-repeat center center/contain;
}
.home-service__item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.home-service__item a::before {
  right: 16px;
  width: 6px;
  height: 10px;
}
.home-service__item a::after {
  width: 40px;
  height: 40px;
}
.home-service__item a::before {
  filter: invert(100%) sepia(0%) saturate(7493%) hue-rotate(299deg) brightness(103%) contrast(102%);
}
.home-service__item a::after {
  background-color: #2F7F44;
}
.home-service__item .title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2F7F44;
}
.home-service__item .text {
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: 400;
}
.home-service__images {
  position: relative;
  flex-shrink: 0;
  width: min(650px, 40.6vw);
  height: auto;
}
.home-service__images .image {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.home-service__images .image.active {
  opacity: 1;
  z-index: 1;
}
.home-service__images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px 0 0 40px;
}
.home-service__button {
  margin-top: 60px;
  position: relative;
  z-index: 10;
  width: 610px;
}
.home-service__button > * {
  margin: 0 auto;
}

.home-actions {
  margin-top: 253px;
}
.home-actions__slider {
  margin-top: 70px;
}
.home-actions .actions-slider {
  overflow: inherit;
}
.home-actions .actions-slider__nav {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 800px;
  z-index: 20;
}
.home-actions .actions-slider__nav .swiper-button-prev, .home-actions .actions-slider__nav .swiper-button-next {
  position: absolute !important;
  left: auto !important;
  right: -40px !important;
  top: 0;
  bottom: 0;
  margin: auto;
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.home-actions .actions-slider__nav .swiper-button-prev::before, .home-actions .actions-slider__nav .swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/base/icon_right-arrow.svg") no-repeat center center/contain;
}
.home-actions .actions-slider__nav .swiper-button-prev::after, .home-actions .actions-slider__nav .swiper-button-next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.home-actions .actions-slider__nav .swiper-button-prev::before, .home-actions .actions-slider__nav .swiper-button-next::before {
  right: 25px;
  width: 8px;
  height: 14px;
}
.home-actions .actions-slider__nav .swiper-button-prev::after, .home-actions .actions-slider__nav .swiper-button-next::after {
  width: 60px;
  height: 60px;
}
.home-actions .actions-slider__nav .swiper-button-prev::before, .home-actions .actions-slider__nav .swiper-button-next::before {
  filter: invert(100%) sepia(0%) saturate(7493%) hue-rotate(299deg) brightness(103%) contrast(102%);
}
.home-actions .actions-slider__nav .swiper-button-prev::after, .home-actions .actions-slider__nav .swiper-button-next::after {
  background-color: #2F7F44;
}
.home-actions .actions-slider__nav .swiper-button-prev {
  left: -40px !important;
  right: auto !important;
  transform: rotate(180deg);
}
.home-actions .actions-slider .swiper-slide {
  width: 800px;
}
@media screen and (max-width: 767px) {
  .home-actions .actions-slider .swiper-slide {
    width: 100%;
    padding: 0 20px;
  }
}
.home-actions .actions-slider__item {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  line-height: 1.63;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.home-actions .actions-slider__item .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 436px;
  padding: 23px 15px;
  border-radius: 0 10px 0 0;
  background: white;
}
.home-actions .actions-slider__item .title {
  font-family: "Albert Sans", "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #2F7F44;
  font-size: 2.2rem;
}
.home-actions .actions-slider__item .text {
  margin-top: 3px;
  color: #4B4B4B;
}
.home-actions__button {
  margin-top: 70px;
}
.home-actions__button > * {
  margin: 0 auto;
}

.home-message {
  margin-top: -102px;
  padding: 132px 0 80px;
  background-color: white;
  border-radius: 80px 80px 0 0;
  overflow: hidden;
}
.home-message__inner {
  padding: 0 100px;
}
.home-message__title {
  margin-top: 40px;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 500;
}
.home-message__text {
  margin-top: 27px;
  font-size: 1.8rem;
  line-height: 1.88;
}
.home-message__slider {
  margin-top: 84px;
  margin-right: calc(50% - 50vw);
}
.home-message .message-slider {
  overflow: inherit;
}
.home-message .message-slider__nav {
  position: absolute;
  top: -108px;
  right: 100px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
  z-index: 20;
}
.home-message .message-slider__nav .swiper-button-prev, .home-message .message-slider__nav .swiper-button-next {
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.home-message .message-slider__nav .swiper-button-prev::before, .home-message .message-slider__nav .swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/base/icon_right-arrow.svg") no-repeat center center/contain;
}
.home-message .message-slider__nav .swiper-button-prev::after, .home-message .message-slider__nav .swiper-button-next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.home-message .message-slider__nav .swiper-button-prev {
  transform: rotate(180deg);
}
.home-message .message-slider .swiper-slide {
  width: 350px;
}
.home-message .message-slider__item {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  line-height: 1.63;
}
.home-message .message-slider__item .image {
  border-radius: 20px;
}
.home-message .message-slider__item .title {
  margin-top: 29px;
  font-size: 2.2rem;
}
.home-message .message-slider__item .post {
  margin-top: 17px;
  font-size: 1.4rem;
}
.home-message .message-slider__item .name {
  margin-top: 7px;
  font-size: 2rem;
}
.home-message__button {
  margin-top: 77px;
}
.home-message__button > * {
  margin: 0 auto;
}

.home-overview {
  position: relative;
  padding: 132px 0 196px;
  background-color: #F7FFEA;
  border-radius: 80px;
  overflow: hidden;
}
.home-overview__inner {
  padding: 0 100px;
}
.home-overview__list {
  margin-top: 50px;
  position: relative;
  z-index: 10;
  width: max(400px, 25vw);
}
.home-overview__list li {
  border-bottom: 1px solid #2F7F44;
  position: relative;
}
.home-overview__list li::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.1s ease, width 0.4s ease;
}
.home-overview__list li:hover::before {
  width: 100%;
  background-color: #2F7F44;
}
.home-overview__list a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  position: relative;
}
.home-overview__list a::before {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/base/icon_right-arrow.svg") no-repeat center center/contain;
}
.home-overview__list a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.home-overview__list a::before {
  filter: invert(100%) sepia(0%) saturate(7493%) hue-rotate(299deg) brightness(103%) contrast(102%);
}
.home-overview__list a::after {
  background-color: #2F7F44;
}
.home-overview__button {
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
.home-overview__image1, .home-overview__image2, .home-overview__image3 {
  position: absolute;
  opacity: 0;
  /* 初期状態は非表示 */
  transition: opacity 1s ease, transform 1s ease;
  /* アニメーションを追加 */
}
.home-overview__image1 {
  top: 103px;
  left: 52.5vw;
  transform: translateY(1.56vw) translateX(-1.56vw) scale(1);
  /* 左斜め下からスライドアップ */
}
.home-overview__image2 {
  top: 336px;
  left: 79.3vw;
  transform: translateY(1.56vw) translateX(1.56vw) scale(1);
  /* 右斜め下からスライドアップ */
}
.home-overview__image3 {
  top: 563px;
  left: 60vw;
  transform: translateY(1.56vw) scale(1);
  /* 真下からスライドアップ */
}
.home-overview__bg {
  margin-top: -80px;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 490px;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}
.home-overview__bg img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -25%;
  transition: bottom 0.1s linear;
  /* アニメーションを追加 */
}
.home-overview .action {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
  /* 最終位置（元に戻る） */
}

.c-join {
  position: relative;
  padding: 108px 0 80px;
  text-align: center;
  color: white;
  background: #74be5c;
  background: linear-gradient(105deg, #74be5c 0%, #96cc50 100%);
  border-radius: 40px 40px 0 0;
}
.c-join__title {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  font-size: 9rem;
}
.c-join__text {
  margin-top: 28px;
  font-size: 3rem;
  font-weight: 700;
}
.c-join__button {
  margin-top: 49px;
}
.c-join__button > * {
  margin: 0 auto;
}
.c-join__image {
  margin-top: 56px;
}
.c-join__image .join-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 500px;
}
.c-join__image .join-slider .swiper-slide img {
  border-radius: 20px;
  height: auto;
}
.c-join__image .join-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

/*# sourceMappingURL=index.css.map */
