@charset "UTF-8";
.margin-btm-small {
  margin-bottom: 6px;
}
@media (max-width: 600px) {
  .margin-btm-small {
    margin-bottom: 4.2px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .margin-btm-small {
    margin-bottom: 6px;
  }
}
@media (min-width: 1025px) {
  .margin-btm-small {
    margin-bottom: 6.6px;
  }
}

.margin-btm-medium {
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .margin-btm-medium {
    margin-bottom: 8.4px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .margin-btm-medium {
    margin-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .margin-btm-medium {
    margin-bottom: 13.2px;
  }
}

.margin-btm-large {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .margin-btm-large {
    margin-bottom: 16.8px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .margin-btm-large {
    margin-bottom: 24px;
  }
}
@media (min-width: 1025px) {
  .margin-btm-large {
    margin-bottom: 26.4px;
  }
}

.margin-btm-xlarge {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .margin-btm-xlarge {
    margin-bottom: 21px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .margin-btm-xlarge {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .margin-btm-xlarge {
    margin-bottom: 33px;
  }
}

.margin-btm-2xlarge {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .margin-btm-2xlarge {
    margin-bottom: 42px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .margin-btm-2xlarge {
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .margin-btm-2xlarge {
    margin-bottom: 66px;
  }
}

.margin-btm-3xlarge {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .margin-btm-3xlarge {
    margin-bottom: 84px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .margin-btm-3xlarge {
    margin-bottom: 120px;
  }
}
@media (min-width: 1025px) {
  .margin-btm-3xlarge {
    margin-bottom: 132px;
  }
}

.margin-btm-4xlarge {
  margin-bottom: 180px;
}
@media (max-width: 600px) {
  .margin-btm-4xlarge {
    margin-bottom: 126px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .margin-btm-4xlarge {
    margin-bottom: 180px;
  }
}
@media (min-width: 1025px) {
  .margin-btm-4xlarge {
    margin-bottom: 198px;
  }
}

html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  word-break: normal;
  letter-spacing: 0.05rem;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 2em;
}

.font-xsmall {
  font-size: 1rem;
}
@media (max-width: 600px) {
  .font-xsmall {
    font-size: 0.8rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-xsmall {
    font-size: 1rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-xsmall {
    font-size: 1.1rem;
    line-height: 1.9em;
  }
}

.font-small {
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .font-small {
    font-size: 0.96rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-small {
    font-size: 1.2rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-small {
    font-size: 1.32rem;
    line-height: 1.9em;
  }
}

.font-default {
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .font-default {
    font-size: 1.12rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-default {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-default {
    font-size: 1.54rem;
    line-height: 1.9em;
  }
}

.font-normal {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .font-normal {
    font-size: 1.28rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-normal {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-normal {
    font-size: 1.76rem;
    line-height: 1.9em;
  }
}

.font-large {
  font-size: 1.8rem;
}
@media (max-width: 600px) {
  .font-large {
    font-size: 1.44rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-large {
    font-size: 1.8rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-large {
    font-size: 1.98rem;
    line-height: 1.9em;
  }
}

.font-xlarge {
  font-size: 2.4rem;
}
@media (max-width: 600px) {
  .font-xlarge {
    font-size: 1.92rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-xlarge {
    font-size: 2.4rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-xlarge {
    font-size: 2.64rem;
    line-height: 1.9em;
  }
}

.font-2xlarge {
  font-size: 3rem;
}
@media (max-width: 600px) {
  .font-2xlarge {
    font-size: 2.4rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-2xlarge {
    font-size: 3rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-2xlarge {
    font-size: 3.3rem;
    line-height: 1.9em;
  }
}

.font-3xlarge {
  font-size: 3.6rem;
}
@media (max-width: 600px) {
  .font-3xlarge {
    font-size: 2.88rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-3xlarge {
    font-size: 3.6rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-3xlarge {
    font-size: 3.96rem;
    line-height: 1.9em;
  }
}

.font-3_5xlarge {
  font-size: 5rem;
}
@media (max-width: 600px) {
  .font-3_5xlarge {
    font-size: 4rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-3_5xlarge {
    font-size: 5rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-3_5xlarge {
    font-size: 5.5rem;
    line-height: 1.9em;
  }
}

.font-4xlarge {
  font-size: 6rem;
}
@media (max-width: 600px) {
  .font-4xlarge {
    font-size: 4.8rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-4xlarge {
    font-size: 6rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-4xlarge {
    font-size: 6.6rem;
    line-height: 1.9em;
  }
}

.font-5xlarge {
  font-size: 7rem;
}
@media (max-width: 600px) {
  .font-5xlarge {
    font-size: 5.6rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-5xlarge {
    font-size: 7rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-5xlarge {
    font-size: 7.7rem;
    line-height: 1.9em;
  }
}

.font-6xlarge {
  font-size: 8rem;
}
@media (max-width: 600px) {
  .font-6xlarge {
    font-size: 6.4rem;
    line-height: 1.6em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .font-6xlarge {
    font-size: 8rem;
    line-height: 1.8em;
  }
}
@media (min-width: 1025px) {
  .font-6xlarge {
    font-size: 8.8rem;
    line-height: 1.9em;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 120px;
}

body {
  counter-reset: count-step;
  word-wrap: break-word;
  color: #161517;
}

::-moz-selection { /* Safari */ }

::selection { /* Safari */ }

::-moz-selection { /* Firefox */ }

img, video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
img a, video a {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #0E4CC3;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/**
 * CSSリセット -acab/reset.css
 * https://coliss.com/articles/build-websites/operation/css/acab-reset-css.html
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
  text-decoration: none;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: inline-block;
  vertical-align: top;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  font-weight: normal;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(button, a, input, textarea, select):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.6;
}

.font-bold {
  font-weight: bold;
}

.font-underline {
  text-decoration: underline;
}

.font-right {
  text-align: right;
}

.font-center {
  text-align: center;
}

.font-red {
  color: #C53F32;
}

.text-link {
  color: #0E4CC3;
  text-decoration: underline;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.c-list__sentence dt {
  margin-bottom: 0.8rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-list__sentence dd {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-list__sentence ul.level1 {
  padding-left: 1rem;
}
.c-list__sentence ul.level2 {
  padding-left: 1rem;
}
@media screen and (max-width: 833px) {
  .c-list__sentence dt {
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .c-list__sentence dd {
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.l-header {
  z-index: 1100;
  padding: 18px 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 833px) {
  .l-header {
    padding: 12px 12px;
  }
}
.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.5);
}
.l-header__wraper {
  gap: 18px;
}
@media screen and (max-width: 833px) {
  .l-header__wraper {
    gap: 6px;
  }
}
.l-header__logo {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header__logo a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}
.l-header__logo a img {
  max-width: 140px;
  height: auto;
  display: block;
}
@media screen and (max-width: 833px) {
  .l-header__logo a img {
    max-width: 80px;
  }
}
@media screen and (max-width: 833px) {
  .l-header__button-wraper {
    display: none;
  }
}
.l-header__hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background-color: #161517;
  border: solid 1px #8CC21E;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  z-index: 1110;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.l-header__hamburger:hover {
  opacity: 0.7;
}
.l-header__hamburger span {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #8CC21E;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.l-header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
.l-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 80vw;
  max-width: 420px;
  height: 100vh;
  background-color: #f8f8f8;
  padding: 90px 30px 30px 30px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1100;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.l-header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header__nav.slide-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header__nav.slide-out {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.l-header__nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.l-header__nav__list .c-header__nav__item {
  display: block;
}
.l-header__mask {
  position: fixed;
  z-index: 1099;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.l-header__mask.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  background-image: url("../img/bg_base.jpg");
  background-repeat: repeat;
}

.l-siteContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100vw;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
.l-siteContainer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  max-width: 100%;
  height: 600px;
  background-image: url("../img/bg_moon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left -100px bottom -100px;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 833px) {
  .l-siteContainer::before {
    background-size: 240px 240px;
    height: 240px;
    background-position: left -30px bottom -30px;
  }
}

.l-page {
  padding-top: 120px;
}
@media screen and (max-width: 599px) {
  .l-page {
    padding-top: 80px;
  }
}

.l-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .l-container {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.l-container-l {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-container-l {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.l-container-m {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-container-m {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.l-container-s {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-container-s {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.l-container-full._flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-container__inner {
  background-color: rgba(242, 241, 237, 0.9);
  padding: 72px 10%;
}
@media screen and (max-width: 833px) {
  .l-container__inner {
    padding: 60px 6%;
  }
}
@media screen and (max-width: 599px) {
  .l-container__inner {
    padding: 36px 6%;
  }
}

.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-archive {
  padding-top: 120px;
}
@media screen and (max-width: 833px) {
  .l-archive {
    padding-top: 80px;
  }
}

.l-single {
  padding-top: 120px;
}
@media screen and (max-width: 833px) {
  .l-single {
    padding-top: 80px;
  }
}

.l-footer {
  padding: 48px 24px;
}
@media screen and (max-width: 833px) {
  .l-footer {
    padding: 24px 3%;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 833px) {
  .l-footer__inner {
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer__logo {
  margin-bottom: 18px;
}
.l-footer__logo__img {
  width: 220px;
}
@media screen and (max-width: 833px) {
  .l-footer__logo {
    margin-bottom: 24px;
  }
  .l-footer__logo__img {
    width: 180px;
  }
}
.l-footer__corp {
  font-weight: bold;
}
.l-footer__info {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 833px) {
  .l-footer__info {
    display: none;
  }
}
.l-footer__address {
  margin-left: 12px;
}
@media screen and (max-width: 833px) {
  .l-footer__address {
    display: none;
  }
}
.l-footer__address__item {
  margin-bottom: 6px;
}
.l-footer__siteMap {
  margin-bottom: 18px;
}
@media screen and (max-width: 833px) {
  .l-footer__siteMap {
    margin-bottom: 0;
  }
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 833px) {
  .l-footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 6px;
  }
}
.l-footer__nav__button {
  text-align: right;
}
@media screen and (max-width: 833px) {
  .l-footer__nav__button {
    display: none;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
}

.c-button-icon {
  width: 12px;
  height: 12px;
  margin-right: 0.5rem;
  vertical-align: bottom;
}
.c-button-main__link {
  display: inline-block;
  padding: 18px 60px;
  background-color: rgba(255, 255, 255, 0.86);
  color: #161517;
  border: solid 1px #8CC21E;
  border-radius: 999px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-button-main__link._small {
  padding: 12px 42px;
}
.c-button-main__link._header {
  font-size: 14px;
  padding: 14px 42px;
}
.c-button-main__link:hover, .c-button-main__link:focus, .c-button-main__link:active {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}
@media screen and (max-width: 833px) {
  .c-button-main__link {
    padding: 10px 30px;
    font-size: 1.2rem;
    line-height: 1.2;
    background-size: 18px auto;
  }
  .c-button-main__link._small {
    padding: 10px 30px;
  }
}
.c-button-main._center {
  text-align: center;
}
.c-button-main._right {
  text-align: right;
}
.c-button-second__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 18px 60px;
  color: #ffffff;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(140, 194, 30, 0.9)), color-stop(50%, rgba(140, 194, 30, 0.9)), to(rgba(244, 126, 8, 0.9)));
  background-image: -webkit-linear-gradient(left, rgba(140, 194, 30, 0.9), rgba(140, 194, 30, 0.9) 50%, rgba(244, 126, 8, 0.9));
  background-image: linear-gradient(90deg, rgba(140, 194, 30, 0.9), rgba(140, 194, 30, 0.9) 50%, rgba(244, 126, 8, 0.9));
  cursor: pointer;
}
.c-button-second__link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_arrow2_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.c-button-second__link:hover, .c-button-second__link:focus, .c-button-second__link:active {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
@media screen and (max-width: 833px) {
  .c-button-second__link {
    padding: 8px 36px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.c-button-text__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.c-button-text__link::before {
  content: "";
  display: inline-block;
  width: 160px;
  height: 1px;
  border-bottom: dashed 1px #161517;
}

.c-button._en {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.c-button:hover {
  color: #8CC21E;
  background-color: inherit;
}

.c-button__entry-link {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  padding: 12px 42px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(140, 194, 30, 0.6)), to(rgba(244, 126, 8, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
  background-image: linear-gradient(180deg, rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
  color: #ffffff;
  border: solid 1px #8CC21E;
  border-radius: 24px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.c-button__entry-link:hover, .c-button__entry-link:focus, .c-button__entry-link:active {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
@media screen and (max-width: 833px) {
  .c-button__entry-link {
    padding: 8px 42px;
    font-size: 1.4rem;
    line-height: 1.2;
    background-size: 18px auto;
  }
}

.c-button__cta {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #8CC21E;
  border: solid 1px #8CC21E;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.c-button__cta:hover {
  color: #8CC21E;
  background-color: inherit;
}

.c-button__small {
  text-align: right;
}
.c-button__small__link {
  background-color: #8CC21E;
  border: solid 1px #8CC21E;
  color: #ffffff;
  font-size: 1.2rem;
  display: inline-block;
  padding: 1px 3px 1px 8px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-button__small__link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  background-image: url("../img/icon_arrow-r-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-button__small__link:hover {
  border: solid 1px #8CC21E;
  color: #8CC21E;
  background-color: inherit;
}
.c-button__small__link:hover:after {
  background-image: url("../img/icon_arrow-r.svg");
}

/*reset***********************/
button,
option,
select,
textarea,
input[type=button],
input[type=submit],
input[type=number],
input[type=email],
input[type=tel],
input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  overflow: hidden;
  white-space: nowrap;
}

input[type=checkbox] {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  margin-right: 0.6em;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #8CC21E;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  margin-right: 0.6em;
  vertical-align: middle;
}
input[type=radio]:hover {
  border-color: rgb(108.125, 149.8303571429, 23.1696428571);
}
input[type=radio]:checked {
  border-color: #8CC21E;
  background-color: #f8f8f8;
}
input[type=radio] {
  /* チェックの中丸 */
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #8CC21E;
}
@media screen and (max-width: 833px) {
  input[type=radio] {
    width: 18px;
    height: 18px;
    margin-right: 0.2em;
  }
  input[type=radio]:checked::after {
    width: 8px;
    height: 8px;
  }
}

/* for firefox */
select {
  text-indent: 0.01px;
}

/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea,
select {
  width: 100%;
  color: #161517;
  background-color: #F0F0F0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0.8em 1.2em;
  font-size: 1.6rem;
  border: 2px solid transparent;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=tel],
  textarea,
  select {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0.4em 0.8em;
  }
}

@media screen and (max-width: 599px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #8CC21E;
  background-color: #ffffff;
  outline: none;
}

:disabled {
  cursor: not-allowed;
}

input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 999px;
  border: none;
  padding: 0.6em 1em;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=date]::-webkit-datetime-edit-year-field:not([aria-valuenow]), input[type=date]::-webkit-datetime-edit-month-field:not([aria-valuenow]), input[type=date]::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}
input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  color: #000;
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator:before {
  color: #000;
  position: absolute;
  left: -5px;
  top: -5px;
}

.c-form {
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 833px) {
  .c-form {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 599px) {
  .c-form {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.c-form__inner {
  padding-right: 10%;
  padding-left: 10%;
}
@media screen and (max-width: 833px) {
  .c-form__inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.c-form__topcomment {
  border-bottom: dashed 1px #161517;
  padding-bottom: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 833px) {
  .c-form__topcomment {
    padding-bottom: 30px;
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 599px) {
  .c-form__topcomment {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 24px;
    margin-bottom: 36px;
  }
}
.c-form__title {
  font-size: 1.8rem;
  border-bottom: solid 1px #161517;
  margin-bottom: 60px;
}
.c-form__title:not(:first-child) {
  margin-top: 72px;
}
@media screen and (max-width: 599px) {
  .c-form__title {
    font-size: 1.6rem;
    margin-bottom: 36px;
  }
  .c-form__title:not(:first-child) {
    margin-top: 48px;
  }
}
.c-form__list {
  margin-bottom: 90px;
}
@media screen and (max-width: 599px) {
  .c-form__list {
    margin-bottom: 72px;
  }
}
.c-form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-form__item._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-form__item dt {
  width: 30%;
  font-size: 1.8rem;
}
.c-form__item dt label {
  font-weight: bold;
}
.c-form__item dt > p {
  font-weight: bold;
}
.c-form__item dd {
  width: 66%;
}
@media screen and (max-width: 599px) {
  .c-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  .c-form__item dt {
    width: 100%;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
  .c-form__item dd {
    width: 100%;
  }
}
.c-form__note {
  font-size: 1.2rem;
  line-height: 1.6;
}
.c-form__note._mt {
  margin-top: 6px;
}
.c-form__agreement__kiyaku {
  margin-bottom: 60px;
  text-align: center;
}
.c-form__agreement__kiyaku > p {
  display: inline-block;
}
.c-form__agreement__kiyaku a {
  color: #0E4CC3;
  text-decoration: underline;
  font-size: 1.8rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__agreement__kiyaku a:not(:last-child) {
  margin-bottom: 12px;
}
.c-form__agreement__kiyaku a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_linkOut.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
}
@media screen and (max-width: 599px) {
  .c-form__agreement__kiyaku a {
    font-size: 1.6rem;
  }
}
.c-form__agreement__check {
  margin-bottom: 60px;
  text-align: center;
}
.c-form__textarea {
  height: 220px;
}
@media screen and (max-width: 599px) {
  .c-form__textarea {
    height: 180px;
  }
}
.c-form .c-required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form .c-required::before {
  content: "*";
  color: #C53F32;
  font-size: 1.8rem;
  margin-right: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .c-form .c-required::before {
    margin-right: 0.1em;
  }
}
.c-form__confirm-dd {
  display: block;
  background-color: #F0F0F0;
  color: #A9A9A9;
  border-radius: 6px;
  padding: 0.8em 1.2em;
  font-size: 1.6rem;
  border: 2px solid transparent;
  min-height: 58px;
}
@media screen and (max-width: 599px) {
  .c-form__confirm-dd {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0.4em 0.8em;
    min-height: 38px;
  }
}
.c-form__thanks__title {
  font-size: 3rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(140, 194, 30, 0.6)), color-stop(50%, rgba(140, 194, 30, 0.6)), to(rgba(244, 126, 8, 0.6)));
  background-image: -webkit-linear-gradient(left, rgba(140, 194, 30, 0.6), rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
  background-image: linear-gradient(90deg, rgba(140, 194, 30, 0.6), rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
}
@media screen and (max-width: 833px) {
  .c-form__thanks__title {
    font-size: 2.4rem;
    margin-bottom: 36px;
  }
}
.c-form__thanks__text {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}
.c-form__thanks__text__note {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #8CC21E;
  margin-bottom: 60px;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 833px) {
  .c-form__thanks__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .c-form__thanks__text__note {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 36px;
  }
}
.c-form__thanks__link {
  text-align: center;
}
.c-form__thanks__link-img {
  max-width: 480px;
}
@media screen and (max-width: 833px) {
  .c-form__thanks__link-img {
    width: 80%;
  }
}
.c-form_Btn {
  display: inline-block;
  background-color: #8CC21E;
  border: none;
  padding: 24px 12px;
  width: 100%;
  max-width: 240px;
  text-align: center;
  font-size: 1.8rem;
}
.c-form_Btn_Wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  text-align: center;
}
.c-form_Btn_Wrap > p {
  width: 100%;
}
.c-form_Btn._Submit {
  color: #ffffff;
  background-image: url("../img/icon_arrow2_white.svg"), -webkit-gradient(linear, left top, right top, from(rgba(140, 194, 30, 0.6)), color-stop(50%, rgba(140, 194, 30, 0.6)), to(rgba(244, 126, 8, 0.6)));
  background-image: url("../img/icon_arrow2_white.svg"), -webkit-linear-gradient(left, rgba(140, 194, 30, 0.6), rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
  background-image: url("../img/icon_arrow2_white.svg"), linear-gradient(90deg, rgba(140, 194, 30, 0.6), rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
  background-repeat: no-repeat, no-repeat;
  background-size: 28px 28px, auto;
  background-position: right 30px center, center;
}
.c-form_Btn._Back {
  color: #EEEEF0;
  background-color: #999999;
  border: none;
  font-size: 1.6rem;
  max-width: 180px;
}
@media screen and (max-width: 833px) {
  .c-form_Btn_Wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
  .c-form_Btn._Submit {
    width: 72%;
    padding: 10px 54px;
    background-size: 24px 24px, auto;
    background-position: right 16px center, center;
    font-size: 1.6rem;
  }
}
.c-form_Checked {
  background-color: rgba(202, 211, 218, 0.6);
  padding: 30px 18px;
}
.c-form_Checked_Link {
  padding-left: 36px;
}
.c-form_Checked_Link:after {
  padding-left: 6px;
}
.c-form .mw_wp_form .error {
  font-size: 12px;
  color: #B70000;
  display: block;
  background-color: rgba(183, 0, 0, 0.1);
  padding: 2px 6px;
  border: solid 1px rgba(183, 0, 0, 0.25);
  margin-top: 6px;
}

.c-form__radio .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 833px) {
  .c-form__radio .wpcf7-form-control.wpcf7-radio {
    margin-top: 6px;
    gap: 12px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.c-form__radio-side .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .c-form__radio-side .wpcf7-form-control.wpcf7-radio {
    font-size: 1.6rem;
  }
}
.c-form__radio .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  gap: 6px;
}
@media screen and (max-width: 833px) {
  .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
    font-size: 1.6rem;
  }
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.wpcf7-spinner {
  display: none;
  margin: 0 auto;
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item.has-free-text input[type=text] {
  margin-top: 12px;
}

.wpcf7 .error_messages {
  margin: 0 10%;
}
.wpcf7 .error_messages p {
  font-weight: bold;
  color: red;
}
.wpcf7 .error_messages p:last-child {
  margin-bottom: 36px;
}

.confirm_area .wpcf7-form-control-wrap {
  font-size: 1.6rem;
  background-color: #e3e3e3;
  color: #8E8E8F;
  display: block;
  padding: 8px 12px;
  border-radius: 3px;
  min-height: 44px;
}
@media screen and (max-width: 833px) {
  .confirm_area .wpcf7-form-control-wrap {
    font-size: 1.4rem;
  }
}

.mail__caution__text,
.birthday__caution__text {
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  padding-top: 10px;
}
@media screen and (max-width: 833px) {
  .mail__caution__text,
  .birthday__caution__text {
    padding-top: 6px;
  }
}

.thanks_area.c-form__thanks .c-form {
  padding-top: 60px;
  padding-bottom: 90px;
}
@media screen and (max-width: 833px) {
  .thanks_area.c-form__thanks .c-form {
    padding-top: 36px;
  }
}

/* コンタクトセクション */
.c-contact__description {
  text-align: center;
  margin-bottom: 24px;
}

.c-contact__form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #62626C;
  font-size: 1.6rem;
}

.c-contact__form-item dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 6px;
}

.c-contact__form-item dd {
  margin-bottom: 30px;
}

.c-contact__form-item input,
.c-contact__form-item textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #acacac;
  border-radius: 3px;
}

.c-contact__form-action {
  text-align: center;
}

.c-contact__form-action input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #8CC21E;
  border: solid 1px #8CC21E;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.c-contact__form-action input[type=submit]:hover {
  color: #8CC21E;
  background-color: inherit;
}

.c-contactparts {
  background-color: #FFB4AB;
  background-image: url("../img/bg_dots-pink.png");
  background-repeat: repeat-x;
  background-size: auto 85%;
  background-position: center bottom;
  text-align: center;
  padding: 60px;
}
.c-contactparts-img {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .c-contactparts {
    padding: 30px;
  }
  .c-contactparts-img {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .c-contactparts {
    padding: 30px;
  }
  .c-contactparts-img {
    width: 90%;
  }
}

.c-heading2 {
  font-size: 6rem;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 48px;
  color: #161517;
}
@media screen and (max-width: 599px) {
  .c-heading2 {
    font-size: 5rem;
    margin-bottom: 36px;
  }
}
.c-heading2.__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.c-heading2.__center::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 1px;
  border-bottom: dashed 1px #161517;
}
.c-heading2.__center::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 1px;
  border-bottom: dashed 1px #161517;
}
@media screen and (max-width: 599px) {
  .c-heading2.__center {
    font-size: 3.6rem;
  }
  .c-heading2.__center::before {
    width: 48px;
  }
  .c-heading2.__center::after {
    width: 48px;
  }
}

.c-heading2-kana {
  text-align: center;
  margin-bottom: 40px;
  color: #8CC21E;
}

.c-heading__page {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 833px) {
  .c-heading__page {
    margin-bottom: 30px;
    gap: 1rem;
  }
}
.c-heading__page::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-left: -42px;
  background-image: url("../img/icon_logo-moon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 833px) {
  .c-heading__page::before {
    width: 36px;
    height: 36px;
    margin-left: -24px;
  }
}
.c-heading__page-kana {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 833px) {
  .c-heading__page-kana {
    font-size: 2.4rem;
    letter-spacing: 0.05rem;
  }
}
.c-heading__page-en {
  font-size: 1.8rem;
  color: #8CC21E;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 833px) {
  .c-heading__page-en {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.c-heading__page > p {
  text-align: center;
}
.c-heading__title-en {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #8CC21E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.c-heading__title-en::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon_sparkle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
}
@media screen and (max-width: 833px) {
  .c-heading__title-en {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
  .c-heading__title-en::before {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
}
.c-heading__title-jp {
  font-size: 3rem;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 833px) {
  .c-heading__title-jp {
    font-size: 2.4rem;
  }
}
.c-heading__title._green .c-heading__title-en {
  color: #ffffff;
}
.c-heading__title._green .c-heading__title-jp {
  color: #161517;
}

.c-post__category {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  background-color: #8CC21E;
  color: #ffffff;
  border-radius: 999px;
  padding: 2px 6px;
  min-width: 46px;
  text-align: center;
}
.c-post__category__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 833px) {
  .c-post__category__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4px;
  }
}
.c-post__category-link {
  color: #ffffff;
}

.c-archive__empty {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-header__logo__link {
  display: block;
}
.c-header__logo__img {
  width: 100px;
}
@media screen and (max-width: 599px) {
  .c-header__logo__img {
    width: 140px;
  }
}
.c-header__nav__link {
  display: block;
  color: #161517;
  text-decoration: none;
}
.c-header__nav__link:hover {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  color: #5A9F3F;
}
.c-header__nav__item {
  padding: 6px;
  font-weight: bold;
  font-size: 1.6rem;
}
.c-header__nav__item._title {
  color: #A9A9A9;
}
.c-header__nav__item._sub {
  text-indent: 1rem;
}

.c-header__nav__subMenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  list-style: none;
  padding: 30px;
  margin: 27px 0 0 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  left: -86px;
  min-width: 280px;
}
.c-header__nav__subMenu__item:not(:last-child) {
  margin-bottom: 12px;
}
.c-header__nav__subMenu__item a {
  color: #161517;
}
@media screen and (max-width: 833px) {
  .c-header__nav__subMenu {
    visibility: visible;
    opacity: 1;
    position: inherit;
    padding: 12px 0;
    margin: 24px 0 0 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 0;
    min-width: auto;
    background-color: #E1E1E1;
  }
  .c-header__nav__subMenu__item {
    font-size: 1.4rem;
  }
  .c-header__nav__subMenu__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.c-header__nav__subMenu__wrap {
  position: relative;
  text-align: center;
}
.c-header__nav__subMenu__wrap:hover .c-header__nav__subMenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 833px) {
  .c-header__nav__subMenu__wrap {
    width: 100%;
  }
}

.c-footer {
  background-color: #41413D;
  color: #ffffff;
}
.c-footer__title {
  border-bottom: solid 1px #ffffff;
  margin-bottom: 18px;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.c-footer__nav__item a {
  color: #ffffff;
}
.c-footer__nav__item a::before {
  content: "●";
  color: #8CC21E;
  margin-right: 0.5rem;
  font-size: 0.9rem;
  vertical-align: top;
}

.c-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 833px) {
  .c-pagination {
    gap: 10px;
  }
}
.c-pagination a {
  border: 2px solid transparent;
  border-radius: 25px;
  -webkit-transition: border-color 0.3s ease, opacity 0.3s ease;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}
.c-pagination a:hover {
  border: solid 1px #8CC21E;
  opacity: 0.6;
}
.c-pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.c-pagination .page-numbers {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #8CC21E;
  font-size: 1.8rem;
}
@media screen and (max-width: 833px) {
  .c-pagination .page-numbers {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    font-size: 1.6rem;
  }
}
.c-pagination .page-numbers.current {
  background-color: #8CC21E;
  color: #ffffff;
}
.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
  width: auto;
  border: none;
  color: transparent;
  background-color: transparent;
}
.c-pagination .page-numbers.prev:hover,
.c-pagination .page-numbers.next:hover {
  border: none;
}
.c-pagination .page-numbers.prev {
  margin-right: 10px;
}
.c-pagination .page-numbers.prev:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url("../img/icon_arrow-l.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-pagination .page-numbers.next {
  margin-left: 10px;
}
.c-pagination .page-numbers.next:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-image: url("../img/icon_arrow-r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-pagination .dots {
  display: inline-block;
  padding: 0 8px;
  color: #8CC21E;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; /* 選択防止 */
}

.c-carousel {
  width: 100vw;
  overflow-x: hidden;
}
.c-carousel__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 60s linear infinite;
          animation: scroll-left 60s linear infinite;
}
.c-carousel__inner:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.c-carousel .swiper-slide {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 280px;
  height: 420px;
  margin-right: 16px;
}
@media screen and (max-width: 833px) {
  .c-carousel .swiper-slide {
    width: 200px;
    height: 300px;
  }
}
.c-carousel .swiper-slide a {
  display: block;
  height: 100%;
}
.c-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 18px;
}
.c-carousel .swiper-slide .slide-number {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #8CC21E;
  border: solid 1px #8CC21E;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 3rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 833px) {
  .c-carousel .swiper-slide .slide-number {
    font-size: 1.8rem;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}
.c-carousel .swiper-slide .slide-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  padding: 120px 18px 18px 18px;
  border-radius: 18px;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.8rem;
}
@media screen and (max-width: 833px) {
  .c-carousel .swiper-slide .slide-description {
    font-size: 1.6rem;
    line-height: 1.4em;
  }
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.infinite-slider.swiper {
  width: 100%;
  overflow: hidden;
}

/* スライド */
.infinite-slider .swiper-slide {
  width: 360px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 833px) {
  .infinite-slider .swiper-slide {
    width: 270px;
  }
}
@media screen and (max-width: 599px) {
  .infinite-slider .swiper-slide {
    width: 210px;
  }
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 833px) {
  .infinite-slider .swiper-slide img {
    height: 180px;
  }
}
@media screen and (max-width: 599px) {
  .infinite-slider .swiper-slide img {
    height: 140px;
  }
}

/* CSS */
.mySwiper-featured {
  position: relative;
}

.mySwiper-featured .swiper-slide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mySwiper-featured .swiper-slide img {
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

/* 中央以外（左右）を小さく＋半透明にする */
.mySwiper-featured .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mySwiper-featured .swiper-slide .featured-caption {
  display: none;
}

.mySwiper-featured .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mySwiper-featured .swiper-slide-active .featured-caption {
  display: block;
  margin-bottom: 30px;
}

.mySwiper-featured .swiper-slide-active .featured-caption .featured-caption__date {
  color: #A9A9A9;
  font-size: 1.2rem;
  line-height: 1.6;
}

.mySwiper-featured .swiper-slide-active .featured-caption .featured-caption__title {
  font-size: 1.4rem;
  line-height: 1.6;
}

.mySwiper-featured .swiper-pagination-bullet {
  background: rgba(51, 51, 51, 0.3);
  opacity: 1;
}

.mySwiper-featured .swiper-pagination-bullet-active {
  background: #8CC21E;
}

.mySwiper-featured .swiper-pagination {
  position: absolute;
  top: auto !important;
  bottom: 0px !important;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.mySwiper-featured .swiper-button-next,
.mySwiper-featured .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent; /* デフォルトの矢印を非表示にする */
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 833px) {
  .mySwiper-featured .swiper-button-next,
  .mySwiper-featured .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
}

/* 右矢印 */
.mySwiper-featured .swiper-button-next {
  background-image: url("../img/icon_arrow_circle2.svg");
  right: 5% !important;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 833px) {
  .mySwiper-featured .swiper-button-next {
    right: 2% !important;
  }
}

/* 左矢印 */
.mySwiper-featured .swiper-button-prev {
  background-image: url("../img/icon_arrow_circle2.svg");
  left: 5% !important;
}
@media screen and (max-width: 833px) {
  .mySwiper-featured .swiper-button-prev {
    left: 2% !important;
  }
}

/* CSS */
.swiper-career {
  position: relative;
}
@media screen and (max-width: 599px) {
  .swiper-career {
    width: 80%;
  }
}

.swiper-career .swiper-slide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-career .swiper-slide img {
  width: 100%;
  display: block;
}

/* 中央以外（左右）を小さく＋半透明にする */
.swiper-career .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.swiper-career .swiper-slide .featured-caption {
  display: none;
}

.swiper-career .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-career .swiper-slide-active .featured-caption {
  display: block;
  margin-bottom: 30px;
}

.swiper-career .swiper-slide-active .featured-caption .featured-caption__date {
  color: #A9A9A9;
  font-size: 1.2rem;
  line-height: 1.6;
}

.swiper-career .swiper-slide-active .featured-caption .featured-caption__title {
  font-size: 1.4rem;
  line-height: 1.6;
}

.swiper-career .swiper-pagination-bullet {
  background: rgba(51, 51, 51, 0.3);
  opacity: 1;
}

.swiper-career .swiper-pagination-bullet-active {
  background: #8CC21E;
}

.swiper-career .swiper-pagination {
  position: absolute;
  top: auto !important;
  bottom: 0px !important;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.swiper-career .swiper-button-next,
.swiper-career .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent; /* デフォルトの矢印を非表示にする */
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 833px) {
  .swiper-career .swiper-button-next,
  .swiper-career .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
}

/* 右矢印 */
.swiper-career .swiper-button-next {
  background-image: url("../img/icon_arrow_circle2.svg");
  right: 6% !important;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 833px) {
  .swiper-career .swiper-button-next {
    right: 2% !important;
  }
}

/* 左矢印 */
.swiper-career .swiper-button-prev {
  background-image: url("../img/icon_arrow_circle2.svg");
  left: 6% !important;
}
@media screen and (max-width: 833px) {
  .swiper-career .swiper-button-prev {
    left: 2% !important;
  }
}

/* ヒーローセクション */
.p-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80vh;
  padding-top: 60px;
  background-image: url("../img/bg_hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.p-hero__title-img {
  max-width: 480px;
}
@media screen and (max-width: 833px) {
  .p-hero__title-img {
    max-width: 200px;
  }
}
.p-hero__text01 {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-hero__text01 span {
  display: inline-block;
  font-weight: bold;
}
.p-hero__text01 span::first-letter {
  color: #8CC21E;
  font-size: 3rem;
  padding-right: 0.2rem;
}
.p-hero__text01 span:not(:last-child)::after {
  content: " / ";
}
@media screen and (max-width: 833px) {
  .p-hero__text01 {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }
  .p-hero__text01 span::first-letter {
    font-size: 2.4rem;
    padding-right: 0.1rem;
  }
}
.p-hero__text02 {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.p-hero__title, .p-hero__text01, .p-hero__text02, .p-hero__link {
  position: relative;
  z-index: 1;
}
.p-hero {
  position: relative;
  overflow: hidden;
}
.p-hero__textScroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 110px 10rem;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.05);
  font-size: 10rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}
.p-hero__textScroll span {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
}
.p-hero__textScroll__title, .p-hero__textScroll__text01, .p-hero__textScroll__text02, .p-hero__textScroll__link {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 833px) {
  .p-hero__textScroll {
    gap: 60px 6rem;
    font-size: 7rem;
  }
}

.p-home__business__top {
  text-align: center;
}
.p-home__business__top__icon {
  width: 80px;
}
.p-home__business__top__text01 {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.8;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.p-home__business__top__text01 > span {
  font-size: 5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.p-home__business__top__text02 {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #8CC21E;
  letter-spacing: 0.15rem;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 833px) {
  .p-home__business__top__icon {
    width: 48px;
  }
  .p-home__business__top__text01 {
    font-size: 2.4rem;
  }
  .p-home__business__top__text01 > span {
    font-size: 3rem;
  }
  .p-home__business__top__text02 {
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
  }
}
.p-home__business__contents .c-heading__title {
  margin-left: 18px;
}
.p-home__business__contents .c-button-main {
  margin-right: 24px;
}
.p-home__information {
  background-color: #BCD146;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-home__information__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-home__information__title {
  width: 300px;
}
.p-home__information__list-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-home__information__list._top .p-information__item {
  border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 833px) {
  .p-home__information__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home__company {
  background-image: url("../img/bg_company.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.p-home__company__text {
  color: #ffffff;
  border-top: solid 1px #ffffff;
  padding-top: 30px;
}
.p-home__company__link {
  text-align: right;
}
.p-home__news {
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding-top: 132px;
  padding-bottom: 36px;
}
.p-home__news__title {
  position: absolute;
  top: -30px;
}
.p-home__news__title-img {
  width: 260px;
}
@media screen and (max-width: 833px) {
  .p-home__news {
    padding-top: 72px;
    padding-bottom: 30px;
  }
  .p-home__news__title {
    left: 0;
  }
  .p-home__news__title-img {
    width: 160px;
  }
}
.p-home__sns__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-home__sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.p-home__sns-link {
  display: inline-block;
  width: 110px;
  height: 110px;
  padding: 26px;
  background-color: #62626C;
  border-radius: 55px;
  -webkit-box-shadow: 6px 6px 0px 0px rgb(163, 63, 50);
          box-shadow: 6px 6px 0px 0px rgb(163, 63, 50);
}
@media screen and (max-width: 833px) {
  .p-home__sns-list {
    gap: 18px;
  }
  .p-home__sns-link {
    display: inline-block;
    width: 70px;
    height: 70px;
    padding: 20px;
    border-radius: 40px;
    -webkit-box-shadow: 4px 4px 0px 0px rgb(163, 63, 50);
            box-shadow: 4px 4px 0px 0px rgb(163, 63, 50);
  }
}
.p-home__joinus__inner {
  background-image: url("../img/bg_joinus.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 320px;
  border-radius: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 18px 24px;
}
.p-home__joinus-link {
  width: 30%;
}
.p-home__joinus-link:hover {
  opacity: 0.8 !important;
}
@media screen and (max-width: 1023px) {
  .p-home__joinus__inner {
    height: 240px;
    padding: 10px 10px;
  }
  .p-home__joinus-link {
    width: 36%;
  }
}
@media screen and (max-width: 599px) {
  .p-home__joinus__inner {
    height: 180px;
    padding: 10px 10px;
    background-size: 110% auto;
    background-position: left bottom;
  }
  .p-home__joinus-link {
    width: 50%;
  }
}
.p-home__recruit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem 4rem;
}
.p-home__recruit-list__item {
  width: calc(50% - 2rem);
  list-style: none;
}
.p-home__recruit-list__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 12px;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
  border-bottom: dashed 1px #acacac;
}
.p-home__recruit-list__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(140, 194, 30, 0.6)), color-stop(50%, rgba(140, 194, 30, 0.6)), to(rgba(244, 126, 8, 0.6)));
  background-image: -webkit-linear-gradient(left, rgba(140, 194, 30, 0.6), rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
  background-image: linear-gradient(90deg, rgba(140, 194, 30, 0.6), rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
  z-index: -1;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.p-home__recruit-list__link:hover {
  opacity: 1;
}
.p-home__recruit-list__link:hover::before {
  width: 100%;
}
.p-home__recruit-list__link .link-en {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  opacity: 0.7;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.p-home__recruit-list__link .link-jp {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.p-home__recruit-list__icon {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 833px) {
  .p-home__recruit-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-home__recruit-list__item {
    width: 100%;
  }
  .p-home__recruit-list__icon {
    width: 30px;
    height: 30px;
  }
}

.p-full-bg-section {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 833px) {
  .p-full-bg-section {
    min-height: auto;
  }
}
.p-full-bg-section.__top {
  background-image: url("../img/home_pict02.webp");
  background-position: top center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-full-bg-section.__about {
  background-image: url("../img/img_recruit-about01.jpg");
  background-position: center center;
  padding: 100px 0;
}
.p-full-bg-section__content {
  position: relative;
  color: #ffffff;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(140, 194, 30, 0.6)), color-stop(50%, rgba(140, 194, 30, 0.6)), to(rgba(244, 126, 8, 0.6)));
  background-image: -webkit-linear-gradient(left, rgba(140, 194, 30, 0.6), rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
  background-image: linear-gradient(90deg, rgba(140, 194, 30, 0.6), rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
  text-align: center;
  padding: 18px 60px;
}
.p-full-bg-section__title {
  font-size: 5rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  font-family: "Noto Serif JP", "Source Serif 4", serif;
  font-weight: bold;
}
.p-full-bg-section__subtitle {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 833px) {
  .p-full-bg-section__content {
    padding: 18px 0;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .p-full-bg-section__title {
    font-size: 3rem;
  }
  .p-full-bg-section__subtitle {
    font-size: 1.2rem;
  }
}

.p-about__main__image {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 36px 72px;
  margin-bottom: 30px;
}
.p-about__main__text {
  padding-right: 6%;
  padding-left: 6%;
}
.p-about__main__text-top {
  font-size: 2.4rem;
  margin-bottom: 24px;
  color: #8CC21E;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 1.8;
}
.p-about__main__text-main {
  font-size: 1.8rem;
  color: #ffffff;
}
@media screen and (max-width: 833px) {
  .p-about__main__image {
    padding: 18px 18px;
    margin-bottom: 18px;
  }
  .p-about__main__text {
    padding-right: 0;
    padding-left: 0;
  }
  .p-about__main__text-top {
    font-size: 1.8rem;
    margin-bottom: 12px;
    line-height: 1.6;
  }
  .p-about__main__text-main {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-about__message {
  background-color: #BCD146;
}
.p-about__message__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-about__message__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}
.p-about__message__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about__message__text p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-about__message__text .sign {
  margin-top: 1rem;
}
.p-about__message__portrait {
  max-width: 360px;
}
@media screen and (max-width: 833px) {
  .p-about__message__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
  }
  .p-about__message__text p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-about__message__portrait {
    max-width: 180px;
  }
}
.p-about__companyinfo {
  padding-top: 30px;
  padding-bottom: 80px;
  padding-right: 6%;
  padding-left: 6%;
}
.p-about__companyinfo__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  margin: 0;
  padding: 24px 30px;
  border-bottom: 1px dashed #acacac;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-about__companyinfo__item dt {
  font-weight: bold;
}
@media screen and (max-width: 833px) {
  .p-about__companyinfo {
    padding-top: 18px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .p-about__companyinfo__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 18px;
    margin: 0;
    padding: 12px 6px;
    font-size: 1.4rem;
    font-weight: normal;
  }
}

.p-companyInfo {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 18px;
  padding: 72px 0;
  margin-bottom: 180px;
}
@media screen and (max-width: 833px) {
  .p-companyInfo {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 599px) {
  .p-companyInfo {
    padding: 36px 0;
  }
}
.p-companyInfo__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dashed 1px #acacac;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .p-companyInfo__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 1.4rem;
  }
}
.p-companyInfo__item > dt {
  width: 128px;
  font-weight: bold;
  text-indent: 12px;
  color: #8CC21E;
}
@media screen and (max-width: 599px) {
  .p-companyInfo__item > dt {
    width: 100%;
    text-indent: 0;
    margin-bottom: 6px;
  }
}
.p-companyInfo__item > dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 599px) {
  .p-companyInfo__item > dd {
    line-height: 1.6;
  }
}
.p-companyInfo__address > dt {
  font-weight: bold;
}
.p-companyInfo__address > dt::before {
  content: "●";
  padding-right: 6px;
}
.p-companyInfo__address > dd {
  line-height: 1.6;
  padding-bottom: 6px;
}
.p-companyInfo__client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 599px) {
  .p-companyInfo__client {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-companyInfo__client li {
    margin-bottom: 3px;
  }
}

.p-business__top__text {
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 833px) {
  .p-business__top__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-business-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background-color: rgba(242, 241, 237, 0.9);
  padding: 30px 6%;
  margin-bottom: 42px;
}
@media screen and (max-width: 833px) {
  .p-business-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 18px 5%;
  }
}
.p-business-block__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-business-block__pict-main {
  width: 340px;
}
.p-business-block__pict-main img {
  aspect-ratio: 3/2.5;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 833px) {
  .p-business-block__pict-main {
    width: 75%;
  }
}
.p-business-block__pict-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px 2%;
  margin-bottom: 18px;
}
.p-business-block__pict-sub__image {
  width: 32%;
}
.p-business-block__pict-sub img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 833px) {
  .p-business-block__pict-sub {
    margin-bottom: 12px;
  }
}
.p-business-block__title {
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: dashed 1px #acacac;
}
.p-business-block__title::before {
  content: "●";
  vertical-align: top;
  color: #8CC21E;
  padding-right: 0.6rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 833px) {
  .p-business-block__title {
    font-size: 1.8rem;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .p-business-block__title::before {
    padding-right: 0.4rem;
    font-size: 1.2rem;
  }
}
.p-business-block__comment {
  margin-bottom: 18px;
}
@media screen and (max-width: 833px) {
  .p-business-block__comment {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 12px;
  }
}
.p-business-block.__sub .p-business-block__pict-main {
  width: 280px;
}
@media screen and (max-width: 833px) {
  .p-business-block.__sub .p-business-block__pict-main {
    width: 60%;
  }
}
.p-business-block.__sub .p-business-block__title {
  font-size: 1.6rem;
}

.p-information__list {
  background-color: rgba(242, 241, 237, 0.9);
  padding: 60px 10%;
}
@media screen and (max-width: 833px) {
  .p-information__list {
    padding: 36px 4%;
  }
}
.p-information__item {
  border-bottom: dashed 1px #acacac;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 833px) {
  .p-information__item {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.p-information__item__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.2rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 833px) {
  .p-information__item__head {
    margin-bottom: 2px;
    gap: 1rem;
  }
}
.p-information__item__date {
  font-size: 1.2rem;
}
.p-information__item__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-information__item__title-link {
  color: #161517;
  text-decoration: underline;
}
@media screen and (max-width: 833px) {
  .p-information__item__title {
    font-size: 1.6rem;
  }
}
.p-information__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 6px;
}
.p-information__date {
  font-size: 1.2rem;
  color: #ffffff;
}
.p-information__thumbnail img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-information__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
  word-break: keep-all;
}
.p-information__content {
  background-color: rgba(242, 241, 237, 0.9);
  padding: 30px 10% 42px 10%;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 833px) {
  .p-information__content {
    padding: 24px 4% 30px 4%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.p-recruit__header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 833px) {
  .p-recruit__header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-recruit__header__inner {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: relative;
  min-height: 180px;
}
@media screen and (max-width: 833px) {
  .p-recruit__header__inner {
    min-height: 120px;
  }
}
.p-recruit__header-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 720px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-recruit__header._know {
  background-image: url("../img/img_recruit-know01.jpg");
}
.p-recruit__header._know .p-recruit__header__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-recruit__header._know .p-recruit__header-img {
  max-width: 900px;
}
.p-recruit__header._people {
  background-image: url("../img/img_recruit-people01.webp");
}
.p-recruit__header._place {
  background-image: url("../img/img_recruit-place01.jpg");
}
.p-recruit__title {
  font-size: 3.6rem;
  line-height: 1.6;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #B9D900;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}
.p-recruit__title._white {
  color: #ffffff;
}
@media screen and (max-width: 833px) {
  .p-recruit__title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}
.p-recruit__text {
  margin-right: 10%;
  margin-left: 10%;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #ffffff;
}
.p-recruit__text__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-recruit__text__inner > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 833px) {
  .p-recruit__text {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-recruit__text__inner {
    gap: 6px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-recruit__text2 {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (max-width: 833px) {
  .p-recruit__text2 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-recruit-know__culture__list {
  margin-right: 10%;
  margin-left: 10%;
}
.p-recruit-know__culture__item {
  border-bottom: dashed 1px #acacac;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.p-recruit-know__culture__title-en {
  font-size: 5rem;
  line-height: 1.6;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 12px;
}
.p-recruit-know__culture__title-jp {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(140, 194, 30, 0.6)), color-stop(50%, rgba(140, 194, 30, 0.6)), to(rgba(244, 126, 8, 0.6)));
  background-image: -webkit-linear-gradient(left, rgba(140, 194, 30, 0.6), rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
  background-image: linear-gradient(90deg, rgba(140, 194, 30, 0.6), rgba(140, 194, 30, 0.6) 50%, rgba(244, 126, 8, 0.6));
  padding: 0.5rem 1.2rem;
  margin-bottom: 24px;
}
.p-recruit-know__culture__comment {
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 833px) {
  .p-recruit-know__culture__list {
    margin-right: 0;
    margin-left: 0;
  }
  .p-recruit-know__culture__title-en {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .p-recruit-know__culture__title-jp {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .p-recruit-know__culture__comment {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-recruit-know__icon {
  text-align: right;
  margin-top: -42px;
  position: relative;
  z-index: 100;
}
.p-recruit-know__icon-img {
  width: 300px;
}
@media screen and (max-width: 833px) {
  .p-recruit-know__icon-img {
    width: 180px;
  }
}
.p-recruit-know__icon2-img {
  width: 300px;
}
@media screen and (max-width: 833px) {
  .p-recruit-know__icon2-img {
    width: 110px;
  }
}
.p-recruit-know__vision {
  background-color: #BCD146;
  padding-top: 60px;
  padding-bottom: 80px;
}
.p-recruit-know__vision__contents {
  margin-right: 10%;
  margin-left: 10%;
}
.p-recruit-know__vision__sub {
  font-size: 1.8rem;
}
.p-recruit-know__vision__text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-right: 8%;
  margin-left: 8%;
}
@media screen and (max-width: 833px) {
  .p-recruit-know__vision {
    padding-top: 42px;
    padding-bottom: 54px;
  }
  .p-recruit-know__vision__contents {
    margin-right: 0;
    margin-left: 0;
  }
  .p-recruit-know__vision__text {
    font-size: 1.4rem;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-recruit-people__icon-img {
  width: 240px;
}
@media screen and (max-width: 833px) {
  .p-recruit-people__icon-img {
    width: 120px;
  }
}
.p-recruit-people__interview__item {
  background-color: #F2F1ED;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 18px;
  -webkit-box-shadow: 6px 6px 0 0 rgba(139, 194, 30, 0.8);
          box-shadow: 6px 6px 0 0 rgba(139, 194, 30, 0.8);
}
@media screen and (max-width: 833px) {
  .p-recruit-people__interview__item {
    padding-top: 36px;
    padding-bottom: 36px;
    -webkit-box-shadow: 4px 4px 0 0 rgba(139, 194, 30, 0.8);
            box-shadow: 4px 4px 0 0 rgba(139, 194, 30, 0.8);
  }
}
.p-recruit-people__interview__item__hero {
  display: none;
}
@media screen and (max-width: 833px) {
  .p-recruit-people__interview__item__hero {
    display: block;
  }
}
.p-recruit-people__interview__item__head {
  background-size: auto 120%;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #6B4C3F;
  margin-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 833px) {
  .p-recruit-people__interview__item__head {
    background-color: inherit;
    margin-right: 0;
    padding: 24px 4% 0 4%;
  }
}
.p-recruit-people__interview__item__head._people1 {
  background-image: url("../img/img_portrait-02-1.webp");
}
@media screen and (max-width: 833px) {
  .p-recruit-people__interview__item__head._people1 {
    background-image: none;
  }
}
.p-recruit-people__interview__item__head._people2 {
  background-image: url("../img/img_portrait-02-2.webp");
}
@media screen and (max-width: 833px) {
  .p-recruit-people__interview__item__head._people2 {
    background-image: none;
  }
}
.p-recruit-people__interview__item__contents {
  padding-right: 10%;
  padding-left: 10%;
}
@media screen and (max-width: 833px) {
  .p-recruit-people__interview__item__contents {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.p-recruit-people__interview__title {
  font-size: 3.6rem;
  line-height: 1.6;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
}
.p-recruit-people__interview__title > span {
  background-color: rgba(139, 194, 30, 0.8);
  padding-right: 12px;
  padding-left: 30px;
}
@media screen and (max-width: 833px) {
  .p-recruit-people__interview__title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .p-recruit-people__interview__title > span {
    padding-right: 6px;
    padding-left: 12px;
  }
}
.p-recruit-people__interview__profile {
  color: #ffffff;
  max-width: 420px;
  padding-left: 30px;
}
.p-recruit-people__interview__profile p {
  line-height: 1.6;
}
@media screen and (max-width: 833px) {
  .p-recruit-people__interview__profile {
    color: #161517;
    padding-left: 0;
  }
}
.p-recruit-people__interview__QA:not(:last-child) {
  border-bottom: dashed 1px #999999;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 833px) {
  .p-recruit-people__interview__QA:not(:last-child) {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
.p-recruit-people__interview__Q {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #5A9F3F;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 833px) {
  .p-recruit-people__interview__Q {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 833px) {
  .p-recruit-people__interview__A {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-recruit-place__benefits__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 24px 1px;
}
@media screen and (max-width: 833px) {
  .p-recruit-place__benefits__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit-place__benefits__note {
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #ffffff;
}
@media screen and (max-width: 833px) {
  .p-recruit-place__benefits__note {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-recruit-place__benefits__item {
  width: 48%;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 1px #8CC21E;
  -webkit-box-shadow: 4px 4px 0 0 rgba(139, 194, 30, 0.6);
          box-shadow: 4px 4px 0 0 rgba(139, 194, 30, 0.6);
  padding: 30px;
}
@media screen and (max-width: 833px) {
  .p-recruit-place__benefits__item {
    width: 100%;
    padding: 24px 5%;
  }
}
.p-recruit-place__benefits__icon {
  margin-bottom: 6px;
}
.p-recruit-place__benefits__icon img {
  max-height: 80px;
}
@media screen and (max-width: 833px) {
  .p-recruit-place__benefits__icon img {
    max-height: 60px;
  }
}
.p-recruit-place__benefits__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 833px) {
  .p-recruit-place__benefits__ttl {
    font-size: 1.6rem;
  }
}
.p-recruit-place__benefits__text {
  font-weight: bold;
}
@media screen and (max-width: 833px) {
  .p-recruit-place__benefits__text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-recruit-place__office {
  background-color: #BCD146;
  padding-top: 60px;
  padding-bottom: 80px;
}
.p-recruit-place__office__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.p-recruit-place__office__item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin: 0;
  height: 380px;
}
.p-recruit-place__office__item:nth-child(1) {
  grid-column: span 7;
}
.p-recruit-place__office__item:nth-child(2) {
  grid-column: span 5;
}
.p-recruit-place__office__item:nth-child(3) {
  grid-column: span 4;
}
.p-recruit-place__office__item:nth-child(4) {
  grid-column: span 8;
}
.p-recruit-place__office__item:nth-child(5) {
  grid-column: 1/-1;
}
.p-recruit-place__office__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-place__office__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0.15)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15) 50%, transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15) 50%, transparent);
}
.p-recruit-place__office__item figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 14px;
  color: #fff;
  line-height: 1.6;
  z-index: 1;
}
.p-recruit-place__office__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 833px) {
  .p-recruit-place__office {
    padding-top: 42px;
    padding-bottom: 54px;
  }
  .p-recruit-place__office__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-recruit-place__office__item {
    height: 220px;
  }
  .p-recruit-place__office__item:nth-child(1), .p-recruit-place__office__item:nth-child(2), .p-recruit-place__office__item:nth-child(3), .p-recruit-place__office__item:nth-child(4), .p-recruit-place__office__item:nth-child(5) {
    grid-column: 1/-1;
  }
  .p-recruit-place__office figcaption {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-recruit-place__office__text {
    font-size: 1.4rem;
  }
}
.p-recruit-place__other__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px 0;
}
.p-recruit-place__other__list > img {
  width: 32%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 6px;
}
.p-recruit-place__other__list > img:nth-child(2) {
  grid-column: span 5;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 833px) {
  .p-recruit-place__other__list {
    gap: 12px 12px;
    /* 2列レイアウトに変更 */
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-recruit-place__other__list > img {
    width: calc(50% - 6px);
  }
}
.p-recruit-entry__top__text {
  font-size: 1.6rem;
  color: #ffffff;
}
.p-recruit-entry__top__step {
  text-align: center;
}
.p-recruit-entry__top__step-img {
  width: 75%;
}
@media screen and (max-width: 833px) {
  .p-recruit-entry__top__step-img {
    width: 90%;
  }
}

.p-job__title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 833px) {
  .p-job__title {
    font-size: 1.8rem;
  }
}
.p-job__category {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  background-color: #8CC21E;
  color: #ffffff;
  border-radius: 999px;
  padding: 2px 6px;
  min-width: 46px;
  text-align: center;
}
.p-job__category__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 833px) {
  .p-job__category__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3px;
  }
}
.p-job__item__summary {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 833px) {
  .p-job__item__title {
    font-size: 1.6rem;
  }
  .p-job__item__summary {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
.p-job__link {
  text-align: center;
}
.p-job__list__item {
  background-color: rgba(242, 241, 237, 0.9);
  padding: 36px 8% 30px 8%;
}
.p-job__list__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 833px) {
  .p-job__list__item {
    padding: 18px 18px;
  }
}
.p-job__list__item__top {
  border-bottom: dashed 1px #acacac;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 833px) {
  .p-job__list__item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-job__list__item__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.p-job__list__item__summary {
  font-size: 1.2rem;
  line-height: 1.8;
}
.p-job__detail__top {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: solid 1px #acacac;
}
@media screen and (max-width: 599px) {
  .p-job__detail__top {
    margin-bottom: 24px;
  }
}
.p-job__detail__summary {
  margin-bottom: 48px;
  font-weight: bold;
  padding-bottom: 24px;
  border-bottom: solid 1px #acacac;
}
.p-job__detail__list {
  margin-bottom: 72px;
}
@media screen and (max-width: 599px) {
  .p-job__detail__list {
    margin-bottom: 60px;
  }
}
.p-job__detail__item {
  border-bottom: dashed 1px #acacac;
  padding-bottom: 18px;
}
.p-job__detail__item:not(:last-child) {
  margin-bottom: 18px;
}
.p-job__detail__item > dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.p-job__detail__item > dt::before {
  content: "●";
  color: #8CC21E;
  padding-right: 0.5rem;
  font-size: 1.2rem;
}
.p-job__detail__item > dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 833px) {
  .p-job__detail__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-job__detail__item > dt {
    width: 100%;
    margin-bottom: 12px;
  }
  .p-job__detail__item > dd {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-job__button-back {
  text-align: center;
}

.p-contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 8px;
}

.p-contact-form__title {
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
}

.p-contact-form__group {
  margin-bottom: 15px;
}

.p-contact-form__group label {
  display: block;
  margin-bottom: 5px;
}

.p-contact-form__group input[type=text],
.p-contact-form__group input[type=email],
.p-contact-form__group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-contact-form__group textarea {
  height: 150px;
  resize: vertical;
}

.p-contact-form__group input[type=submit] {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.p-contact-form__group input[type=submit]:hover {
  background-color: #0056b3;
}

.p-404 {
  text-align: center;
}
.p-404__title {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  color: #8CC21E;
  margin-top: 42px;
  margin-bottom: 42px;
}
.p-404__title span {
  display: block;
  font-size: 10rem;
}
@media screen and (max-width: 833px) {
  .p-404__title {
    font-size: 3.6rem;
  }
  .p-404__title span {
    font-size: 8rem;
  }
}
.p-404__text {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 60px;
}
@media screen and (max-width: 833px) {
  .p-404__text {
    font-size: 1.6rem;
  }
}

.u-animate__img-big {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* アニメーション効果の設定 */
}
.u-animate__img-big:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* マウスオーバー時に画像を拡大 */
}
.u-animate__img-big__wrap {
  overflow: hidden;
}

@media screen and (max-width: 833px) {
  .u-br_pc {
    display: none;
  }
}
.u-br_mb {
  display: none;
}
@media screen and (max-width: 833px) {
  .u-br_mb {
    display: block;
  }
}

.u-wavycircle {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 60% 40% 55% 45%/55% 45% 60% 40%;
  -webkit-animation: morph 24s infinite ease-in-out;
          animation: morph 24s infinite ease-in-out;
  mix-blend-mode: screen;
}
@media screen and (max-width: 833px) {
  .u-wavycircle {
    -webkit-animation: morph-sm 24s infinite ease-in-out;
            animation: morph-sm 24s infinite ease-in-out;
  }
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 55% 45%/55% 45% 60% 40%;
    -webkit-transform: translateX(-50%) rotate(0deg) scale(1);
            transform: translateX(-50%) rotate(0deg) scale(1);
  }
  25% {
    border-radius: 50% 60% 40% 50%/50% 60% 40% 50%;
    -webkit-transform: translateX(-50%) rotate(1deg) scale(1.03);
            transform: translateX(-50%) rotate(1deg) scale(1.03);
  }
  50% {
    border-radius: 55% 45% 50% 60%/40% 50% 60% 45%;
    -webkit-transform: translateX(-50%) rotate(-1deg) scale(0.97);
            transform: translateX(-50%) rotate(-1deg) scale(0.97);
  }
  75% {
    border-radius: 65% 35% 45% 55%/60% 40% 50% 50%;
    -webkit-transform: translateX(-50%) rotate(2deg) scale(1.04);
            transform: translateX(-50%) rotate(2deg) scale(1.04);
  }
  100% {
    border-radius: 60% 40% 55% 45%/55% 45% 60% 40%;
    -webkit-transform: translateX(-50%) rotate(0deg) scale(1);
            transform: translateX(-50%) rotate(0deg) scale(1);
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 55% 45%/55% 45% 60% 40%;
    -webkit-transform: translateX(-50%) rotate(0deg) scale(1);
            transform: translateX(-50%) rotate(0deg) scale(1);
  }
  25% {
    border-radius: 50% 60% 40% 50%/50% 60% 40% 50%;
    -webkit-transform: translateX(-50%) rotate(1deg) scale(1.03);
            transform: translateX(-50%) rotate(1deg) scale(1.03);
  }
  50% {
    border-radius: 55% 45% 50% 60%/40% 50% 60% 45%;
    -webkit-transform: translateX(-50%) rotate(-1deg) scale(0.97);
            transform: translateX(-50%) rotate(-1deg) scale(0.97);
  }
  75% {
    border-radius: 65% 35% 45% 55%/60% 40% 50% 50%;
    -webkit-transform: translateX(-50%) rotate(2deg) scale(1.04);
            transform: translateX(-50%) rotate(2deg) scale(1.04);
  }
  100% {
    border-radius: 60% 40% 55% 45%/55% 45% 60% 40%;
    -webkit-transform: translateX(-50%) rotate(0deg) scale(1);
            transform: translateX(-50%) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes morph-sm {
  0% {
    border-radius: 50% 30% 45% 35%/45% 35% 50% 40%;
    -webkit-transform: translateX(-50%) rotate(0deg) scale(1);
            transform: translateX(-50%) rotate(0deg) scale(1);
  }
  25% {
    border-radius: 40% 50% 30% 40%/40% 50% 30% 40%;
    -webkit-transform: translateX(-50%) rotate(1deg) scale(1.1);
            transform: translateX(-50%) rotate(1deg) scale(1.1);
  }
  50% {
    border-radius: 45% 35% 40% 50%/30% 40% 50% 35%;
    -webkit-transform: translateX(-50%) rotate(-1deg) scale(0.97);
            transform: translateX(-50%) rotate(-1deg) scale(0.97);
  }
  75% {
    border-radius: 55% 25% 35% 45%/50% 30% 40% 40%;
    -webkit-transform: translateX(-50%) rotate(2deg) scale(1.04);
            transform: translateX(-50%) rotate(2deg) scale(1.04);
  }
  100% {
    border-radius: 50% 30% 45% 35%/45% 35% 50% 30%;
    -webkit-transform: translateX(-50%) rotate(0deg) scale(0.95);
            transform: translateX(-50%) rotate(0deg) scale(0.95);
  }
}
@keyframes morph-sm {
  0% {
    border-radius: 50% 30% 45% 35%/45% 35% 50% 40%;
    -webkit-transform: translateX(-50%) rotate(0deg) scale(1);
            transform: translateX(-50%) rotate(0deg) scale(1);
  }
  25% {
    border-radius: 40% 50% 30% 40%/40% 50% 30% 40%;
    -webkit-transform: translateX(-50%) rotate(1deg) scale(1.1);
            transform: translateX(-50%) rotate(1deg) scale(1.1);
  }
  50% {
    border-radius: 45% 35% 40% 50%/30% 40% 50% 35%;
    -webkit-transform: translateX(-50%) rotate(-1deg) scale(0.97);
            transform: translateX(-50%) rotate(-1deg) scale(0.97);
  }
  75% {
    border-radius: 55% 25% 35% 45%/50% 30% 40% 40%;
    -webkit-transform: translateX(-50%) rotate(2deg) scale(1.04);
            transform: translateX(-50%) rotate(2deg) scale(1.04);
  }
  100% {
    border-radius: 50% 30% 45% 35%/45% 35% 50% 30%;
    -webkit-transform: translateX(-50%) rotate(0deg) scale(0.95);
            transform: translateX(-50%) rotate(0deg) scale(0.95);
  }
}
.u-hover-swing {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.u-hover-swing:hover {
  -webkit-animation: swingX 0.6s ease-in-out 0s 1;
          animation: swingX 0.6s ease-in-out 0s 1;
}

@-webkit-keyframes swingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  50% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  75% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  50% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  75% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.gs_fadein {
  opacity: 0; /* 初期状態で透明 */
  -webkit-transform: translateY(40px);
          transform: translateY(40px); /* 初期状態で60px下に設定 */
}

.gs_fadein.centered-fadein {
  opacity: 0;
  -webkit-transform: translate(-50%, 40px);
          transform: translate(-50%, 40px);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.gs_fadein-slow {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px); /* ← 初期位置をちょっと下に */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* fallback的に入れておくといい */
}

.gs-parallax-container {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.gs-parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  overflow: hidden;
}
.gs-parallax-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gs_cascadingText span {
  display: inline-block;
  margin: 0 -0.05em;
}
@media screen and (max-width: 599px) {
  .gs_cascadingText span {
    margin: 0 -0.08em;
  }
}

.gs_header_bg {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; /* 色変更のアニメーションを滑らかに */
}