@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul,
nav ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background: transparent;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

th {
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

address, cite, code, dfn, em, var {
  font-style: normal;
}

figure {
  margin-bottom: 0;
}

:root {
  --baseCl: #e8f4d6;
  --mainBl: #00428d;
  --mainGr: #8cc832;
  --faqBkg: #fffae6;
  --drawerBkg: #e8f4d6;
  --fontCl: #000;
  --localnavCl: #ccc;
  --coverW: 92%;
  --contW: 86%;
  --widthPC: 1280px;
  --headerH: 100px;
}

.font-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.font-en {
  font-family: "Roboto", sans-serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.font-icon {
  font-style: normal;
  font-family: 'Material Symbols Sharp';
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    letter-spacing: .04em;
    line-height: 2.2;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }
  body input, body select {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  body {
    letter-spacing: .08em;
    line-height: 2.2;
    font-size: 1.14286rem;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

a[href^="tel:"] {
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a:link {
  color: inherit;
  text-decoration: underline;
}

a:visited {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

a:active {
  color: inherit;
  text-decoration: underline;
}

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

ul, ol {
  list-style: none;
}

nav a {
  text-decoration: none;
}

.header.pc a {
  text-decoration: none !important;
}

.header.pc {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 96, 62, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header.pc .header-logo {
  width: 12.85714rem;
  margin-left: 2.14286rem;
}

@media (hover) {
  .header.pc .header-logo a {
    -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .header.pc .header-logo a:hover {
    -webkit-filter: opacity(80%);
            filter: opacity(80%);
  }
}

.header.pc .header-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.85714rem;
  height: 100%;
}

.header.pc .header-global ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.57143rem;
          column-gap: 3.57143rem;
  line-height: 1;
}

.header.pc .header-global ul li {
  position: relative;
}

.header.pc .header-global ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.71429rem;
  font-weight: 500;
  color: #fff;
}

.header.pc .header-global ul li a span {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff;
  -webkit-transition: text-shadow 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: text-shadow 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (hover) {
  .header.pc .header-global ul li a {
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header.pc .header-global ul li a:hover {
    color: #fff;
  }
  .header.pc .header-global ul li a:hover span {
    text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
  }
}

.header.pc .header-global .nav-recruit {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  gap: 0.71429rem;
  height: 100%;
  padding-inline: 4.85714rem 2.85714rem;
  background-color: #4baf46;
  color: #fff;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
}

.header.pc .header-global .nav-recruit::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.14286rem;
  z-index: 1;
  width: 2rem;
  aspect-ratio: 1;
  background-image: url("../images/common/icon_recruit.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (hover) {
  .header.pc .header-global .nav-recruit:hover {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header.pc .header-global .nav-recruit::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.57143rem;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background-color: #00603e;
    border-radius: revert;
  }
  .header.pc .header-global .nav-recruit:hover::before {
    border-radius: revert;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.header.pc.is-fixed {
  background-color: #00603e;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  .header.sp a {
    text-decoration: none !important;
  }
  .header.sp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 96, 62, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .header.sp .header-logo {
    position: absolute;
    inset: 0;
    margin: auto auto auto 3vw;
    z-index: 999;
    width: 10rem;
    aspect-ratio: 200 / 52;
  }
  .header.sp .header-logo a {
    display: block;
    line-height: 1;
  }
  .header.sp .header-logo:is(.is-scrollFixed *) {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .header.sp.is-fixed {
    background-color: #00603e;
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

body.is-scrollFixed {
  position: fixed;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

body.is-scrollFixed::before {
  content: "";
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.btn-trigger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  width: 60px;
  aspect-ratio: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn-trigger span {
  position: absolute;
  left: calc(50% - 25%);
  width: 44%;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-trigger span:nth-of-type(1) {
  top: calc(50% + 7px);
}

.btn-trigger span:nth-of-type(2) {
  top: 50%;
}

.btn-trigger span:nth-of-type(3) {
  top: calc(50% - 7px);
}

.btn-trigger:hover {
  cursor: pointer;
}

.btn-trigger.is-active {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn-trigger.is-active span {
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn-trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.btn-trigger.is-active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.btn-trigger.is-active span:nth-of-type(3) {
  opacity: 0;
}

.btn-trigger.is-active::before {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}

.drawer a {
  text-decoration: none !important;
  display: block;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background-color: #00603e;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.drawer .drawer-inner {
  width: 100%;
  height: 100%;
  padding: 90px 13dvw 30dvw 13dvw;
  overflow-y: auto;
  color: #fff;
}

.drawer .drawer-global li, .drawer .drawer-global .nav-recruit {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.drawer .drawer-global .nav-main {
  text-align: center;
  letter-spacing: .1em;
}

.drawer .drawer-global .nav-main li a {
  padding-block: 0.71429rem;
  font-weight: 500;
  font-size: 16px;
}

.drawer .nav-recruit {
  position: relative;
  display: grid;
  place-items: center;
  gap: 0.71429rem;
  height: 100%;
  margin-top: 2.85714rem;
  padding-block: 1.07143rem;
  background-color: #4baf46;
  border-radius: 0.57143rem;
  letter-spacing: .1em;
  font-weight: 500;
  font-size: 16px;
}

.drawer .nav-recruit::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.14286rem;
  z-index: 1;
  width: 2.35714rem;
  aspect-ratio: 1;
  background-image: url("../images/common/icon_recruit.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.drawer .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.14286rem;
  margin-top: 3.57143rem;
}

.drawer .footer-sns a {
  display: block;
  width: 2.14286rem;
  aspect-ratio: 1;
}

.drawer .footer-sns a img {
  width: 100%;
  height: 100%;
}

.drawer.is-open {
  opacity: 100%;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.drawer.is-open .drawer-global ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer.is-open .drawer-global ul li:nth-child(1) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.drawer.is-open .drawer-global ul li:nth-child(2) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.drawer.is-open .drawer-global ul li:nth-child(3) {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

.drawer.is-open .drawer-global ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.drawer.is-open .nav-recruit {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

.btn-totop {
  position: fixed;
  bottom: 1.42857rem;
  right: 1.42857rem;
  width: 5rem;
  z-index: 99;
  display: none;
  -webkit-animation: floating 3s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
          animation: floating 3s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

@media screen and (max-width: 768px) {
  .btn-totop {
    right: 0.71429rem;
    width: 3.57143rem;
  }
}

@media (hover) {
  .btn-totop {
    -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .btn-totop:hover {
    -webkit-filter: opacity(80%);
            filter: opacity(80%);
  }
}

@-webkit-keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.footer a {
  display: block;
  text-decoration: none !important;
}

@media (hover) {
  .footer a {
    -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .footer a:hover {
    -webkit-filter: opacity(80%);
            filter: opacity(80%);
  }
}

.footer {
  position: relative;
  padding-block: 5.71429rem 2.85714rem;
  border-top: solid 0.71429rem #fff;
  background: url("../images/common/bkg_noise_gr.webp") center top;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-block: 4.28571rem 2.85714rem;
  }
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 40%;
  height: 100%;
  background-image: url("../images/common/footer_logomark.svg");
  background-position: -2vw 2vw;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  -webkit-filter: opacity(0.15);
          filter: opacity(0.15);
}

@media screen and (max-width: 768px) {
  .footer::before {
    width: 100%;
    background-image: url("../images/common/footer_logomark.svg");
    background-position: 22vw 20vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.footer .footer-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: var(--contW);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.85714rem;
  }
}

.footer .footer-container .footer-logos .footer-logo {
  width: 12.85714rem;
}

.footer .footer-container .footer-logos dl {
  margin-top: 1.42857rem;
}

.footer .footer-container .footer-logos dl dt {
  font-weight: 700;
  font-size: 1.14286rem;
}

@media screen and (max-width: 768px) {
  .footer .footer-container .footer-logos dl dt {
    font-size: 13px;
  }
}

.footer .footer-container .footer-logos dl dd {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .footer .footer-container .footer-logos dl dd {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-container .footer-nav {
    width: 100%;
  }
}

.footer .footer-container .footer-nav .footer-global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.42857rem;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .footer .footer-container .footer-nav .footer-global ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35714rem;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-container .footer-nav .footer-global ul li:not(:last-child)::after {
    content: "／";
    margin-left: 1.42857rem;
  }
}

.footer .footer-container .footer-nav .footer-global ul a {
  display: inline-block;
  padding-block: .3em;
}

.footer .footer-container .footer-nav .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.78571rem;
  margin-top: 1.42857rem;
}

@media screen and (max-width: 768px) {
  .footer .footer-container .footer-nav .footer-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer .footer-container .footer-nav .footer-sns a {
  display: block;
  width: 2.14286rem;
  aspect-ratio: 1;
}

.footer .footer-container .footer-nav .footer-sns a img {
  width: 100%;
  height: 100%;
}

.footer .footer-credits {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: var(--contW);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.85714rem;
  padding-top: 2.85714rem;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.footer .footer-credits .footer-credits-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.42857rem;
}

@media screen and (max-width: 768px) {
  .footer .footer-credits .footer-credits-logos {
    gap: 0.71429rem;
  }
}

.footer .footer-credits .footer-credits-logos li {
  width: 4rem;
}

@media screen and (max-width: 768px) {
  .footer .footer-credits .footer-credits-logos li {
    width: 3.21429rem;
  }
}

.footer .footer-credits .footer-credits-txt {
  text-align: right;
  color: #fff;
  font-size: 0.92857rem;
}

@media screen and (max-width: 768px) {
  .footer .footer-credits .footer-credits-txt {
    font-size: 12px;
  }
}

.footer .footer-credits .footer-credits-txt p {
  font-family: "Roboto", sans-serif;
}

.main {
  display: block;
  width: 100%;
}

.main:is(.subpage *) section:first-of-type {
  margin-top: 11.42857rem;
}

@media screen and (max-width: 768px) {
  .main:is(.subpage *) section:first-of-type {
    margin-top: 10rem;
  }
}

.main:is(.subpage *) section:last-of-type {
  padding-bottom: 11.42857rem;
}

@media screen and (max-width: 768px) {
  .main:is(.subpage *) section:last-of-type {
    padding-bottom: 10rem;
  }
}

.main:is(.subpage *) section:not(:first-of-type) {
  margin-top: 11.42857rem;
}

@media screen and (max-width: 768px) {
  .main:is(.subpage *) section:not(:first-of-type) {
    margin-top: 8.57143rem;
  }
}

.page-heading {
  position: relative;
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page-heading {
    padding-top: 60px;
  }
}

.page-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 7.85714rem);
  background: #00603e url("../images/common/bkg_noise_gr.webp");
}

@media screen and (max-width: 768px) {
  .page-heading::before {
    height: calc(100% - 3.57143rem);
  }
}

.page-heading::after {
  content: "";
  position: absolute;
  bottom: 7.85714rem;
  left: 0;
  z-index: -1;
  width: 35%;
  height: calc(100% - 7.85714rem);
  background-image: url("../images/common/footer_logomark.svg");
  background-position: -5vw 6vw;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  -webkit-filter: opacity(0.15);
          filter: opacity(0.15);
}

@media screen and (max-width: 768px) {
  .page-heading::after {
    bottom: 3.57143rem;
    width: 80%;
    height: calc(100% - 3.57143rem);
    background-image: url("../images/common/footer_logomark.svg");
    background-position: -32vw 17vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.page-heading .page-heading-container {
  display: grid;
  grid-template-columns: 3.5fr 6.5fr;
}

@media screen and (max-width: 768px) {
  .page-heading .page-heading-container {
    grid-template-columns: 4.5fr 5.5fr;
  }
}

.page-heading .page-img {
  margin-left: auto;
  aspect-ratio: 7 / 3;
}

@media screen and (max-width: 768px) {
  .page-heading .page-img {
    width: 100%;
    aspect-ratio: 1 / 1.3;
  }
}

.page-heading .page-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .page-heading .page-img img:is(#contact *, #confirm *) {
    -o-object-position: 84% top;
       object-position: 84% top;
  }
}

.page-heading .page-ttl {
  -ms-flex-item-align: center;
      align-self: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -7.85714rem auto 0 auto;
  letter-spacing: .1em;
  line-height: 1.6;
  color: #fff;
  font-weight: 600;
  font-size: 3.14286rem;
}

@media screen and (max-width: 768px) {
  .page-heading .page-ttl {
    margin: -3.57143rem auto 0 5vw;
    letter-spacing: .05em;
    font-size: 1.71429rem;
  }
}

.page-heading .page-ttl span {
  display: block;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 1.28571rem;
}

@media screen and (max-width: 768px) {
  .page-heading .page-ttl span {
    font-size: 0.92857rem;
  }
}

.page-heading.-privacy {
  background-color: #00603e;
}

.page-heading.-privacy::before, .page-heading.-privacy::after {
  content: none;
}

.page-heading.-privacy .page-heading-container {
  display: block;
}

.page-heading.-privacy .page-heading-container .page-ttl {
  max-width: 980px;
  width: var(--contW);
  margin-inline: auto;
  padding-block: 11.42857rem 8.57143rem;
  font-size: 2.57143rem;
}

.ttl-lev01 {
  margin-bottom: 1em;
  letter-spacing: .05em;
  line-height: 1.7;
  font-weight: 600;
  font-size: 2.57143rem;
}

@media screen and (max-width: 768px) {
  .ttl-lev01 {
    font-size: 2rem;
  }
}

.ttl-lev01 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: .5em;
  letter-spacing: .1em;
  color: #00603e;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 1.07143rem;
}

@media screen and (max-width: 768px) {
  .ttl-lev01 span {
    font-size: 1rem;
  }
}

.ttl-lev01 span::after {
  content: "";
  display: inline-block;
  width: 7em;
  height: 1px;
  background-color: #00603e;
}

.ttl-lev01:is(.home-recruit *) {
  color: #fff;
}

.ttl-lev01:is(.home-recruit *) span {
  color: #fff;
}

.ttl-lev01:is(.home-recruit *) span::after {
  background-color: #fff;
}

.btn-outer {
  width: 17em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .btn-outer {
    width: 14em;
  }
}

.btn-outer:is(#recruit .guideline *) {
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .btn-outer:is(#recruit .guideline *) {
    margin-inline: 0 auto;
  }
}

.btn-type01 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.57143rem;
  background-color: #00603e;
  line-height: 1;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  padding: 1.5em 0 1.5em 1.5em;
  color: #fff !important;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .btn-type01 {
    font-size: 14px;
  }
}

.btn-type01 i {
  position: absolute;
  inset: 0;
  margin: auto 1.5em auto auto;
  z-index: 1;
  width: 1em;
  aspect-ratio: 1;
}

.btn-type01 i::before {
  font-style: normal;
  font-family: 'Material Symbols Sharp';
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  content: "\e5df";
  margin-top: .08em;
  margin-left: .08em;
  color: #fff;
  line-height: 1;
  font-size: 2em;
}

@media (hover) {
  .btn-type01:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-type01::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.57143rem;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background-color: #4baf46;
  }
  .btn-type01:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.btn-type01:is(.home-recruit *) {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.57143rem;
  background-color: #fff;
  line-height: 1;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  color: #386fa4 !important;
}

.btn-type01:is(.home-recruit *) i {
  position: absolute;
  inset: 0;
  margin: auto 1.5em auto auto;
  z-index: 1;
  width: 1em;
  aspect-ratio: 1;
}

.btn-type01:is(.home-recruit *) i::before {
  font-style: normal;
  font-family: 'Material Symbols Sharp';
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  content: "\e5df";
  margin-top: .08em;
  margin-left: .08em;
  color: #386fa4;
  line-height: 1;
  font-size: 2em;
}

@media (hover) {
  .btn-type01:is(.home-recruit *)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.57143rem;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background-color: #386fa4;
  }
  .btn-type01:is(.home-recruit *):hover {
    color: #fff !important;
  }
  .btn-type01:is(.home-recruit *):hover i::before {
    color: #fff;
  }
  .btn-type01:is(.home-recruit *):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.works-item {
  display: block;
  line-height: 1.6;
  text-decoration: none !important;
}

.works-item .works-img {
  width: 100%;
  aspect-ratio: 360 / 270;
}

.works-item .works-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.works-item .works-ttl {
  margin-top: 1.07143rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.21429rem;
}

@media screen and (max-width: 768px) {
  .works-item .works-ttl {
    font-size: 14px;
  }
}

.works-item:is(.home-works *) {
  width: 27.14286rem;
}

@media screen and (max-width: 768px) {
  .works-item:is(.home-works *) {
    width: 20rem;
  }
}

@media (hover) {
  .works-item figure {
    overflow: hidden;
  }
  .works-item img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .works-item:hover {
    -webkit-filter: opacity(70%);
            filter: opacity(70%);
    -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .works-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  width: 100dvw;
  height: 100dvh;
  background: #fff;
  overflow-x: hidden;
  -webkit-animation: bkgFade .8s 2.4s forwards;
          animation: bkgFade .8s 2.4s forwards;
}

@media screen and (max-width: 768px) {
  .loader {
    height: 100svh;
  }
}

.loader .loader-logo {
  width: 15.71429rem;
  opacity: 0;
  -webkit-animation: logoFade 2.6s .3s forwards;
          animation: logoFade 2.6s .3s forwards;
}

@media screen and (max-width: 768px) {
  .loader .loader-logo {
    width: 120px;
  }
}

.loader .loader-logo path {
  fill-opacity: 0;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  -webkit-animation: drawPath 1.1s ease-in-out forwards, fillPath .3s ease-in-out forwards;
          animation: drawPath 1.1s ease-in-out forwards, fillPath .3s ease-in-out forwards;
  -webkit-animation-delay: .3s, 1.4s;
          animation-delay: .3s, 1.4s;
}

@-webkit-keyframes bkgFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes bkgFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes logoFade {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  71% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes logoFade {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  71% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fillPath {
  to {
    fill-opacity: 1;
  }
}

@keyframes fillPath {
  to {
    fill-opacity: 1;
  }
}

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

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

.attention {
  font-size: 0.92857rem;
}

@media screen and (max-width: 768px) {
  .attention {
    font-size: 12px;
  }
}

.link-external::after {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1;
  margin-inline: .3em;
  background-image: url("../images/common/icon_arrow.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.align-l {
  text-align: left;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc, .list-decimal {
  margin-left: 1.5em;
}

.list-disc li, .list-decimal li {
  padding-left: .25em;
}

#home {
  width: 100%;
}

#home .hero {
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
  #home .hero {
    height: 60svh;
    aspect-ratio: revert;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home .hero {
    height: 60svh;
    aspect-ratio: revert;
  }
}

#home .hero .hero-container {
  position: relative;
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #home .hero .hero-container {
    position: relative;
    height: 60svh;
    aspect-ratio: revert;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home .hero .hero-container {
    position: relative;
    height: 60svh;
    aspect-ratio: revert;
  }
}

#home .hero .hero-container::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto auto auto auto;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  #home .hero .hero-container::before {
    height: 60svh;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home .hero .hero-container::before {
    height: 60svh;
  }
}

#home .hero .hero-container video {
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #home .hero .hero-container video {
    height: 60svh;
    aspect-ratio: revert;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home .hero .hero-container video {
    height: 60svh;
  }
}

#home .hero .hero-container .hero-catch {
  position: absolute;
  inset: 0;
  margin: auto auto auto auto;
  z-index: 1;
  width: 9.7%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  #home .hero .hero-container .hero-catch {
    width: 15%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #home .hero .hero-container .hero-catch {
    width: 13%;
  }
}

#home .home-about {
  padding-block: 14.28571rem 11.42857rem;
  background-image: url("../images/home/aboutus_bkg.webp");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #home .home-about {
    padding-block: 8.57143rem;
    background-image: url("../images/home/aboutus_bkg.webp");
    background-position: 40% bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#home .home-about .about-container {
  position: relative;
  max-width: 700px;
  width: 50%;
  margin-inline: auto;
  margin-left: 50%;
}

@media screen and (max-width: 768px) {
  #home .home-about .about-container {
    width: 86%;
    margin-left: auto;
  }
}

#home .home-about .about-container::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto auto auto -48.57143rem;
  z-index: 1;
  width: 42.85714rem;
  aspect-ratio: 718 / 735;
  background-image: url("../images/home/logomark.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#home .home-about .about-container .about-txt {
  margin-top: 0.71429rem;
}

#home .home-about .about-container .btn-outer {
  margin-top: 2.85714rem;
}

#home .home-works {
  position: relative;
  margin-top: 11.42857rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #home .home-works {
    margin-top: 4.28571rem;
  }
}

#home .home-works::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 7.2vw auto auto auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/home/works_bkg.webp");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #home .home-works::before {
    position: absolute;
    inset: 0;
    margin: 27vw auto auto auto;
  }
}

#home .home-works .works-loop-slide {
  margin-bottom: 10.71429rem;
}

@media screen and (max-width: 768px) {
  #home .home-works .works-loop-slide {
    margin-bottom: 7.14286rem;
  }
}

#home .home-works .works-loop-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

#home .home-works .works-loop-slide .swiper-slide.-odd {
  margin-top: 4.28571rem;
}

@media screen and (max-width: 768px) {
  #home .home-works .works-loop-slide .swiper-slide.-odd {
    margin-top: 2.85714rem;
  }
}

#home .home-works .works-slide-wrap {
  position: relative;
  max-width: 1280px;
  width: var(--contW);
  margin-inline: auto;
}

#home .home-works .works-slide-wrap .swiper {
  overflow: visible;
  margin-top: 3.57143rem;
  padding-bottom: 4.28571rem;
}

#home .home-works .works-slide-wrap .swiper-controller {
  position: relative;
  bottom: 0;
  height: 5rem;
}

#home .home-works .works-slide-wrap .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  top: 0;
  width: 100%;
}

#home .home-works .works-slide-wrap .swiper-scrollbar {
  background-color: #D6D6D6;
}

#home .home-works .works-slide-wrap .swiper-scrollbar-drag {
  background-color: #00603e;
}

#home .home-works .works-slide-wrap .swiper-button-prev {
  right: 4.28571rem;
  left: revert;
}

@media screen and (max-width: 768px) {
  #home .home-works .works-slide-wrap .swiper-button-prev {
    right: revert;
    left: revert;
  }
}

#home .home-works .works-slide-wrap .swiper-button-next {
  right: 0;
  left: revert;
}

@media screen and (max-width: 768px) {
  #home .home-works .works-slide-wrap .swiper-button-next {
    right: revert;
    left: 4.28571rem;
  }
}

#home .home-works .works-slide-wrap .swiper-button-prev,
#home .home-works .works-slide-wrap .swiper-button-next {
  position: absolute;
  top: revert;
  bottom: 0;
  width: 3.21429rem;
  height: 3.21429rem;
  background-color: #00603e;
  border-radius: 100%;
}

#home .home-works .works-slide-wrap .swiper-button-prev::after,
#home .home-works .works-slide-wrap .swiper-button-next::after {
  font-style: normal;
  font-family: 'Material Symbols Sharp';
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 1.92857rem;
  color: #fff;
}

#home .home-works .works-slide-wrap .swiper-button-prev::after {
  content: "\e5de";
}

#home .home-works .works-slide-wrap .swiper-button-next::after {
  content: "\e5df";
}

#home .home-works .works-slide-wrap .btn-outer {
  margin: 2.85714rem 0 0 auto;
}

@media screen and (max-width: 768px) {
  #home .home-works .works-slide-wrap .btn-outer {
    margin-inline: 0 auto;
  }
}

#home .home-info {
  padding-block: 10rem;
}

@media screen and (max-width: 768px) {
  #home .home-info {
    padding-block: 8.57143rem;
  }
}

#home .home-info .info-container {
  max-width: 1280px;
  width: var(--contW);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.71429rem;
}

@media screen and (max-width: 768px) {
  #home .home-info .info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.71429rem;
  }
}

#home .home-info .info-container .info-ttl {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

#home .home-info .info-container .info-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#home .home-info .info-item {
  border-bottom: solid 1px #000;
  line-height: 1.8;
  -webkit-transition: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: cubic-bezier(0.39, 0.575, 0.565, 1);
}

#home .home-info .info-item .info-heading {
  position: relative;
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 3em;
  padding: 2em 4em 2em 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #home .home-info .info-item .info-heading {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 2em 3em 2em 0;
  }
}

#home .home-info .info-item .info-heading .info-date {
  font-weight: 700;
}

#home .home-info .info-item .info-heading .info-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #home .home-info .info-item .info-heading .info-ttl {
    margin-top: 1em;
  }
}

#home .home-info .info-item .info-heading i {
  position: absolute;
  inset: 0;
  margin: auto 0 auto auto;
  z-index: 1;
  width: 1.14286rem;
  aspect-ratio: 1;
}

@media screen and (max-width: 768px) {
  #home .home-info .info-item .info-heading i {
    width: 12px;
  }
}

#home .home-info .info-item .info-heading i::before, #home .home-info .info-item .info-heading i::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto auto auto auto;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#home .home-info .info-item .info-heading i::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#home .home-info .info-item .info-heading.is-active i::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#home .home-info .info-item .info-body {
  padding: 0 4em 2em 10em;
}

@media screen and (max-width: 768px) {
  #home .home-info .info-item .info-body {
    padding: 0 3em 2em 0;
  }
}

#home .home-recruit {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-block: 3.57143rem 12.85714rem;
  background: url("../images/home/recruit_bkg.webp") no-repeat left top/cover;
}

@media screen and (max-width: 768px) {
  #home .home-recruit {
    padding-block: 2.85714rem 7.14286rem;
    background-size: cover;
  }
}

#home .home-recruit::before {
  content: "JOIN OUR TEAM";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -.15em;
  z-index: 0;
  margin-left: .1em;
  color: #386fa4;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: .17em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 10.6vw;
  white-space: nowrap;
  text-align: center;
  -webkit-filter: opacity(0.15);
          filter: opacity(0.15);
  mix-blend-mode: color-burn;
}

@media screen and (max-width: 768px) {
  #home .home-recruit::before {
    content: none;
  }
}

#home .home-recruit .recruit-loop-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

#home .home-recruit .recruit-loop-slide .swiper-wrapper .swiper-slide {
  position: relative;
}

#home .home-recruit .recruit-loop-slide .swiper-wrapper .swiper-slide.-odd {
  margin-top: 3.57143rem;
}

@media screen and (max-width: 768px) {
  #home .home-recruit .recruit-loop-slide .swiper-wrapper .swiper-slide.-odd {
    margin-top: 2.14286rem;
  }
}

#home .home-recruit .recruit-loop-slide .swiper-wrapper .swiper-slide.-first {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  #home .home-recruit .recruit-loop-slide .swiper-wrapper .swiper-slide.-first {
    margin-top: 6.42857rem;
  }
}

#home .home-recruit .recruit-loop-slide .swiper-wrapper .swiper-slide img {
  border-radius: 0.57143rem;
}

#home .home-recruit .recruit-loop-slide .swiper-wrapper .swiper-slide .-itabashikun_01 {
  position: absolute;
  bottom: -10%;
  right: -5%;
  z-index: 1;
  width: 40%;
}

#home .home-recruit .recruit-loop-slide .swiper-wrapper .swiper-slide .-itabashikun_02 {
  position: absolute;
  bottom: -20%;
  right: -8%;
  z-index: 1;
  width: 60%;
}

#home .home-recruit .recruit-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: var(--contW);
  margin-inline: auto;
  margin-top: 4.28571rem;
}

@media screen and (max-width: 768px) {
  #home .home-recruit .recruit-container {
    margin-top: 4.28571rem;
  }
}

#home .home-recruit .recruit-container .recruit-catch {
  margin-top: 4.28571rem;
  line-height: 1.8;
  color: #fff;
  font-size: 2.14286rem;
}

@media screen and (max-width: 768px) {
  #home .home-recruit .recruit-container .recruit-catch {
    font-size: 22px;
  }
}

#home .home-recruit .recruit-container .recruit-txt {
  margin-top: 0.71429rem;
  color: #fff;
  font-size: 1.28571rem;
}

@media screen and (max-width: 768px) {
  #home .home-recruit .recruit-container .recruit-txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  #home .home-recruit .recruit-container .btn-outer {
    position: absolute;
    inset: 0;
    margin: auto 0 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #home .home-recruit .recruit-container .btn-outer {
    margin-top: 2.85714rem;
  }
}

#home .home-recruit .recruit-img {
  position: absolute;
  inset: 0;
  margin: 0 auto auto 0;
  z-index: 0;
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
  padding-block: 10rem;
}

@media screen and (max-width: 768px) {
  #home .home-recruit .recruit-img {
    position: relative;
    max-width: 1280px;
    width: var(--contW);
    margin-inline: auto;
    padding-block: 0;
  }
}

#home .home-recruit .recruit-img figure {
  position: absolute;
  z-index: 1;
  max-width: 376px;
  width: 23.5%;
}

@media screen and (max-width: 768px) {
  #home .home-recruit .recruit-img figure {
    position: relative;
    width: 48%;
    aspect-ratio: 376 / 588;
  }
}

#home .home-recruit .recruit-img .-img01 {
  top: 3.57143rem;
  left: 50%;
}

@media screen and (max-width: 768px) {
  #home .home-recruit .recruit-img .-img01 {
    top: 7.85714rem;
    left: revert;
  }
}

#home .home-recruit .recruit-img .-img02 {
  top: -5rem;
  right: 0;
}

@media screen and (max-width: 768px) {
  #home .home-recruit .recruit-img .-img02 {
    position: absolute;
    top: 3.57143rem;
    right: 0;
  }
}

#works {
  width: 100%;
}

#works .works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.28571rem;
  max-width: 1280px;
  width: var(--contW);
  margin-inline: auto;
  margin-top: 4.28571rem;
}

@media screen and (max-width: 768px) {
  #works .works-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.57143rem;
  }
}

#works .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .4em;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 5.71429rem;
  list-style: none;
  font-size: 1.14286rem;
}

@media screen and (max-width: 768px) {
  #works .wp-pagenavi {
    margin-top: 4.28571rem;
  }
}

#works .wp-pagenavi span, #works .wp-pagenavi a {
  display: grid;
  place-items: center;
  padding: 1em;
  border-bottom: solid 1px rgba(0, 96, 62, 0);
  color: #00603e;
  line-height: 1;
  text-decoration: none;
}

#works .wp-pagenavi span.nextpostslink, #works .wp-pagenavi span.previouspostslink, #works .wp-pagenavi a.nextpostslink, #works .wp-pagenavi a.previouspostslink {
  border: none;
  margin-inline: 0;
  padding-inline: .5em;
  background-color: transparent;
}

#works .wp-pagenavi span.nextpostslink i, #works .wp-pagenavi span.previouspostslink i, #works .wp-pagenavi a.nextpostslink i, #works .wp-pagenavi a.previouspostslink i {
  display: block;
}

#works .wp-pagenavi span.nextpostslink i::before, #works .wp-pagenavi span.previouspostslink i::before, #works .wp-pagenavi a.nextpostslink i::before, #works .wp-pagenavi a.previouspostslink i::before {
  font-style: normal;
  font-family: 'Material Symbols Sharp';
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #00603e;
  font-size: 2.28571rem;
}

#works .wp-pagenavi span.previouspostslink i::before, #works .wp-pagenavi a.previouspostslink i::before {
  content: "\e5de";
}

#works .wp-pagenavi span.nextpostslink i::before, #works .wp-pagenavi a.nextpostslink i::before {
  content: "\e5df";
}

#works .wp-pagenavi .current {
  background-color: #fff;
  border-bottom: solid 1px #00603e;
  color: #00603e;
}

#works .wp-pagenavi .extend {
  border: none;
}

@media (hover) {
  #works .wp-pagenavi a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  #works .wp-pagenavi a:is(.previouspostslink, .nextpostslink) {
    -webkit-transition: .2s;
    transition: .2s;
  }
  #works .wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):hover {
    border-bottom: solid 1px #00603e;
  }
}

#works article {
  max-width: 1080px;
  width: var(--contW);
  margin-inline: auto;
}

#works .post-heading {
  position: relative;
  padding-bottom: 2.14286rem;
}

#works .post-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}

#works .post-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 12em;
  height: 2px;
  background-color: #00603e;
}

#works .post-heading .post-ttl {
  margin-top: 1.07143rem;
  line-height: 1.4;
  font-weight: 700;
  font-size: 2.28571rem;
}

@media screen and (max-width: 768px) {
  #works .post-heading .post-ttl {
    font-size: 20px;
  }
}

#works .post-slide {
  margin-top: 3.57143rem;
}

#works .post-slide .swiper-main {
  overflow: visible;
}

#works .post-slide .swiper-main .slide {
  width: 100%;
  aspect-ratio: 960 / 640;
}

#works .post-slide .swiper-main .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#works .post-slide .swiper-main .swiper-controller .swiper-button-prev,
#works .post-slide .swiper-main .swiper-controller .swiper-button-next {
  width: 3.21429rem;
  height: 3.21429rem;
  background-color: #00603e;
  border-radius: 100%;
}

#works .post-slide .swiper-main .swiper-controller .swiper-button-prev::after,
#works .post-slide .swiper-main .swiper-controller .swiper-button-next::after {
  font-style: normal;
  font-family: 'Material Symbols Sharp';
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 1.92857rem;
  color: #fff;
}

#works .post-slide .swiper-main .swiper-controller .swiper-button-prev {
  left: -1.78571rem;
}

#works .post-slide .swiper-main .swiper-controller .swiper-button-prev::after {
  content: "\e5de";
}

#works .post-slide .swiper-main .swiper-controller .swiper-button-next {
  right: -1.78571rem;
}

#works .post-slide .swiper-main .swiper-controller .swiper-button-next::after {
  content: "\e5df";
}

#works .post-slide .swiper-thumb {
  padding-block: 0.57143rem 2.85714rem;
}

#works .post-slide .swiper-thumb .thumb-media {
  width: 100%;
  aspect-ratio: 960 / 640;
}

#works .post-slide .swiper-thumb .thumb-media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#works .post-slide .swiper-thumb .swiper-slide-thumb-active {
  opacity: 0.3;
}

#works .post-slide .swiper-thumb .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  bottom: 0;
}

#works .post-slide .swiper-thumb .swiper-scrollbar {
  background-color: #D6D6D6;
}

#works .post-slide .swiper-thumb .swiper-scrollbar-drag {
  background-color: #00603e;
}

#works .post-spec {
  margin-top: 7.14286rem;
  padding-block: 2.85714rem 4.28571rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #works .post-spec {
    padding-block: 2.14286rem 4.28571rem;
  }
}

#works .post-spec h3 {
  line-height: 1.6;
  font-size: 1.57143rem;
}

@media screen and (max-width: 768px) {
  #works .post-spec h3 {
    font-size: 18px;
  }
}

#works .post-spec .spec-def {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 2.85714rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #works .post-spec .spec-def {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

#works .post-spec .spec-def > dt {
  padding: 1.5em 4em;
  background-color: white;
  border-bottom: 1px solid #00603e;
  text-align: center;
  font-weight: 700;
  color: #00603e;
}

@media screen and (max-width: 768px) {
  #works .post-spec .spec-def > dt {
    margin-top: 3px;
    padding: 1.5em 1em 0 1em;
    border-bottom: revert;
    text-align: left;
  }
}

#works .post-spec .spec-def > dd {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5em 1em 1.5em 4em;
  background-color: white;
  border-bottom: 1px solid #cbcbcb;
}

@media screen and (max-width: 768px) {
  #works .post-spec .spec-def > dd {
    padding: .5em 1em 1.5em 1em;
  }
}

#works .pager-area {
  max-width: 1080px;
  width: var(--contW);
  margin-inline: auto;
  padding-top: 5.71429rem;
}

@media screen and (max-width: 768px) {
  #works .pager-area {
    padding-top: 4.28571rem;
  }
}

#works .pager {
  position: relative;
  padding-bottom: 3.5em;
  line-height: 1;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  #works .pager {
    font-size: 12px;
  }
}

#works .pager li {
  position: absolute;
  top: 0;
}

#works .pager li.pager-prev {
  left: 0;
}

#works .pager li.pager-next {
  right: 0;
}

#works .pager li.pager-index {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#works .pager li a {
  background-color: #fff;
  border-radius: 100vh;
  position: relative;
  display: grid;
  place-items: center;
  padding-inline: 3em;
  height: 3.2em;
  color: #00603e;
  border: 1px solid #00603e;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #works .pager li a {
    padding-inline: 2.5em;
  }
}

#works .pager li a i {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
}

#works .pager li a i::before {
  font-style: normal;
  font-family: 'Material Symbols Sharp';
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  content: "\e5df";
  margin-top: .08em;
  margin-left: .08em;
  color: #00603e;
  line-height: 1;
  font-size: 2em;
}

#works .pager li.pager-prev i {
  left: .6em;
}

#works .pager li.pager-prev i::before {
  content: "\e5de";
}

#works .pager li.pager-next i {
  right: .6em;
}

#works .pager li.pager-next i::before {
  content: "\e5df";
}

#aboutus {
  width: 100%;
}

#aboutus section p + p {
  margin-top: 1.5em;
}

#aboutus .about-container {
  max-width: 1080px;
  width: var(--contW);
  margin-inline: auto;
}

#aboutus .greeting .greeting-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.28571rem;
}

@media screen and (max-width: 768px) {
  #aboutus .greeting .greeting-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.85714rem;
  }
}

#aboutus .greeting .greeting-content .greeting-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#aboutus .greeting .greeting-content .greeting-txt .greeting-name {
  margin-top: 1.5em;
  text-align: right;
}

#aboutus .greeting .greeting-content .greeting-img {
  max-width: 32.14286rem;
  width: 100%;
}

#aboutus .philosophy-strengths {
  margin-top: 7.14286rem;
  background-color: #f7f7f7;
}

#aboutus .philosophy-strengths h3 {
  position: relative;
  top: -2.85714rem;
  line-height: 1.8;
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  #aboutus .philosophy-strengths h3 {
    top: -2.14286rem;
    font-size: 1.42857rem;
  }
}

#aboutus .philosophy-strengths h3 span {
  position: relative;
  padding-left: 0.71429rem;
  color: #4baf46;
  font-size: 2.85714rem;
}

@media screen and (max-width: 768px) {
  #aboutus .philosophy-strengths h3 span {
    font-size: 2.14286rem;
  }
}

#aboutus .philosophy-strengths .strengths-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.85714rem;
  padding: 0 2.85714rem 2.85714rem 2.85714rem;
  counter-reset: num;
}

@media screen and (max-width: 768px) {
  #aboutus .philosophy-strengths .strengths-list {
    grid-template-columns: 1fr;
    gap: 3.57143rem;
  }
}

#aboutus .philosophy-strengths .strengths-list .strengths-item {
  padding-top: 1.42857rem;
  border-top: 3px solid #00603e;
}

#aboutus .philosophy-strengths .strengths-list .strengths-item figure {
  position: relative;
  counter-increment: num;
}

#aboutus .philosophy-strengths .strengths-list .strengths-item figure::before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  right: 0.5rem;
  bottom: -1.78571rem;
  z-index: 1;
  line-height: 1;
  color: rgba(75, 175, 70, 0.8);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 3.57143rem;
}

#aboutus .philosophy-strengths .strengths-list .strengths-item h4 {
  margin-top: 1.42857rem;
  line-height: 1.5;
  font-size: 1.42857rem;
}

@media screen and (max-width: 768px) {
  #aboutus .philosophy-strengths .strengths-list .strengths-item h4 {
    font-size: 1.42857rem;
  }
}

#aboutus .philosophy-strengths .strengths-list .strengths-item h4 span {
  color: #00603e;
}

#aboutus .philosophy-strengths .strengths-list .strengths-item p {
  margin-top: 0.71429rem;
  line-height: 1.8;
  font-size: 1.07143rem;
}

#aboutus .policy h3 {
  margin-top: 2.85714rem;
  font-size: 1.28571rem;
}

@media screen and (max-width: 768px) {
  #aboutus .policy h3 {
    font-size: 1.14286rem;
  }
}

#aboutus .company .company-def {
  display: grid;
  grid-template-columns: auto 1fr;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #aboutus .company .company-def {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

#aboutus .company .company-def > dt {
  padding: 1.5em 4em;
  background-color: white;
  border-bottom: 1px solid #00603e;
  text-align: center;
  font-weight: 700;
  color: #00603e;
}

@media screen and (max-width: 768px) {
  #aboutus .company .company-def > dt {
    margin-top: 3px;
    padding: 1.5em 1em 0 1em;
    border-bottom: revert;
    text-align: left;
  }
}

#aboutus .company .company-def > dd {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5em 1em 1.5em 4em;
  background-color: white;
  border-bottom: 1px solid #cbcbcb;
}

@media screen and (max-width: 768px) {
  #aboutus .company .company-def > dd {
    padding: .5em 1em 1.5em 1em;
  }
}

#aboutus .history dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 5.71429rem;
}

#aboutus .history dl dt {
  text-align: right;
  color: #00603e;
  font-weight: 600;
}

#aboutus .history dl dd {
  position: relative;
  padding-bottom: 2.5rem;
}

#aboutus .history dl dd:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 1.42857rem;
  left: -2.78571rem;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #00603e;
}

#aboutus .history dl dd::after {
  content: "";
  position: absolute;
  top: 0.71429rem;
  left: calc(-2.85714rem - 0.5rem);
  z-index: 1;
  border: 4px solid #00603e;
  width: 1.28571rem;
  height: 1.28571rem;
  background-color: #fff;
  border-radius: 100%;
}

#recruit {
  width: 100%;
}

#recruit section .recruit-ttl {
  position: relative;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.57143rem;
}

@media screen and (max-width: 768px) {
  #recruit section .recruit-ttl {
    font-size: 26px;
  }
}

#recruit section .recruit-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3em;
  width: 1px;
  height: 2.6em;
  background-color: #386fa4;
}

#recruit section .recruit-ttl span {
  color: #386fa4;
}

#recruit section .recruit-ttl:is(.guideline *)::before {
  background-color: #000;
}

#recruit .message {
  position: relative;
  padding-top: 7.14286rem;
}

@media screen and (max-width: 768px) {
  #recruit .message {
    padding: 1.42857rem 7vw 10.71429rem 7vw;
    text-align: left;
  }
}

#recruit .message p {
  margin-top: 2.14286rem;
  text-align: center;
  font-size: 1.28571rem;
}

@media screen and (max-width: 768px) {
  #recruit .message p {
    text-align: left;
    font-size: 14px;
  }
}

#recruit .message .message-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
  max-width: 1800px;
  width: 100%;
  margin-inline: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #recruit .message .message-img {
    position: relative;
    margin-top: 2.85714rem;
  }
}

#recruit .message .message-img01, #recruit .message .message-img02 {
  position: absolute;
  z-index: 1;
  max-width: 34.28571rem;
  width: 20%;
  aspect-ratio: 1 / 1.15;
}

@media screen and (max-width: 768px) {
  #recruit .message .message-img01, #recruit .message .message-img02 {
    width: 46%;
  }
}

#recruit .message .message-img01 img, #recruit .message .message-img02 img {
  border-radius: 0.57143rem;
}

#recruit .message .message-img01 .-img01, #recruit .message .message-img02 .-img01 {
  position: absolute;
  z-index: 1;
  max-width: 380px;
  width: 79.16667%;
}

#recruit .message .message-img01 .-img02, #recruit .message .message-img02 .-img02 {
  position: absolute;
  z-index: 1;
  max-width: 220px;
  width: 45.83333%;
}

#recruit .message .message-img01 {
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #recruit .message .message-img01 {
    top: 2.85714rem;
  }
}

#recruit .message .message-img01 .-img01 {
  top: 0;
  left: 0;
}

#recruit .message .message-img01 .-img02 {
  bottom: 0;
  right: 0;
}

#recruit .message .message-img02 {
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #recruit .message .message-img02 {
    top: 0;
  }
}

#recruit .message .message-img02 .-img01 {
  bottom: 0;
  right: 0;
}

#recruit .message .message-img02 .-img02 {
  top: 0;
  left: 0;
}

#recruit .member {
  position: relative;
  padding-block: 4.28571rem 11.42857rem;
  background: url("../images/recruit/member_bkg.webp") no-repeat center top/cover;
}

@media screen and (max-width: 768px) {
  #recruit .member {
    padding-block: 4.28571rem 7.14286rem;
  }
}

#recruit .member::before {
  content: "MEET OUR TEAM";
  position: absolute;
  inset: 0;
  margin: 0 auto auto auto;
  z-index: 0;
  color: #386fa4;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: .13em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 10.6vw;
  white-space: nowrap;
  text-align: center;
  -webkit-filter: opacity(0.07);
          filter: opacity(0.07);
  mix-blend-mode: multiply;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #recruit .member::before {
    content: none;
  }
}

#recruit .member h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: .1em;
  font-size: 3.42857rem;
}

@media screen and (max-width: 768px) {
  #recruit .member h2 {
    font-size: 20px;
  }
}

#recruit .member h2::before, #recruit .member h2::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 4.28571rem;
  aspect-ratio: 68 / 120;
}

@media screen and (max-width: 768px) {
  #recruit .member h2::before, #recruit .member h2::after {
    width: 2.14286rem;
  }
}

#recruit .member h2::before {
  left: -6.42857rem;
  background-image: url("../images/recruit/ttl_img_01.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #recruit .member h2::before {
    left: -2.85714rem;
  }
}

#recruit .member h2::after {
  right: -6.42857rem;
  background-image: url("../images/recruit/ttl_img_02.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #recruit .member h2::after {
    right: -2.85714rem;
  }
}

#recruit .member h2 span {
  position: relative;
  color: #386fa4;
}

#recruit .member h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.6em;
  z-index: 1;
  width: 100%;
  aspect-ratio: 320 / 25;
  background-image: url("../images/recruit/ttl_line.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  #recruit .member .member-container .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.85714rem 8.57143rem;
    margin-top: 8.57143rem;
    max-width: 1080px;
    width: var(--contW);
    margin-inline: auto;
  }
}

#recruit .member .member-container .member-item:nth-of-type(even) {
  margin-top: 7.14286rem;
}

@media screen and (max-width: 768px) {
  #recruit .member .member-container .member-item:nth-of-type(even) {
    margin-top: 0;
  }
}

#recruit .member .member-container .member-item .member-img {
  position: relative;
}

#recruit .member .member-container .member-item .member-img .-portfolio {
  border-radius: 0.57143rem;
}

#recruit .member .member-container .member-item .member-img .-illust {
  position: absolute;
  bottom: -3.57143rem;
  right: -2.85714rem;
  height: 10rem;
  width: auto;
}

@media screen and (max-width: 768px) {
  #recruit .member .member-container .member-item .member-img .-illust {
    bottom: -2.85714rem;
    height: 7.14286rem;
  }
}

#recruit .member .member-container .member-item .member-profile {
  position: absolute;
  left: 0;
  bottom: 3.57143rem;
  z-index: 1;
  padding: 0.71429rem 1.42857rem;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  color: #386fa4;
  font-weight: 700;
  font-size: 1.14286rem;
}

@media screen and (max-width: 768px) {
  #recruit .member .member-container .member-item .member-profile {
    padding: 0.71429rem;
    letter-spacing: 0;
    font-size: 13px;
  }
}

#recruit .member .member-container .member-item .member-profile span {
  display: block;
  font-size: 3.14286rem;
}

@media screen and (max-width: 768px) {
  #recruit .member .member-container .member-item .member-profile span {
    font-size: 28px;
  }
}

#recruit .member .member-container .member-item .member-txt h3 {
  margin-top: 1.78571rem;
  line-height: 1.7;
  font-size: 1.71429rem;
}

@media screen and (max-width: 768px) {
  #recruit .member .member-container .member-item .member-txt h3 {
    font-size: 20px;
  }
}

#recruit .member .member-container .member-item .member-txt p {
  margin-top: 0.71429rem;
}

@media screen and (max-width: 768px) {
  #recruit .member .member-container {
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 3.57143rem;
  }
  #recruit .member .member-container .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #recruit .member .member-container .swiper-slide {
    width: 100%;
    padding-inline: 4.28571rem;
  }
  #recruit .member .member-container .swiper-pagination {
    position: relative;
    margin-top: 2.14286rem;
    bottom: 0 !important;
  }
  #recruit .member .member-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.5;
  }
  #recruit .member .member-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #386fa4;
    opacity: 1;
  }
  #recruit .member .member-container .swiper-button-prev,
  #recruit .member .member-container .swiper-button-next {
    position: absolute;
    top: 13.57143rem;
    z-index: 10;
    width: 2.85714rem;
    height: 2.85714rem;
    background-color: #386fa4;
    border-radius: 100%;
  }
  #recruit .member .member-container .swiper-button-prev::after,
  #recruit .member .member-container .swiper-button-next::after {
    font-style: normal;
    font-family: 'Material Symbols Sharp';
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 1.57143rem;
    color: #fff;
  }
  #recruit .member .member-container .swiper-button-prev {
    left: 0.71429rem;
  }
  #recruit .member .member-container .swiper-button-next {
    right: 0.71429rem;
  }
  #recruit .member .member-container .swiper-button-prev::after {
    content: "\e5de";
  }
  #recruit .member .member-container .swiper-button-next::after {
    content: "\e5df";
  }
}

@media screen and (min-width: 768px) {
  #recruit .member .member-container .swiper-button-prev,
  #recruit .member .member-container .swiper-button-next {
    display: none;
  }
}

#recruit .guideline .guideline-container {
  max-width: 1280px;
  width: var(--contW);
  margin-inline: auto;
  padding-block: 4.28571rem;
  background-color: #fff;
}

#recruit .guideline .guideline-def {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-block: 5.71429rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #recruit .guideline .guideline-def {
    grid-template-columns: 1fr;
    gap: 0;
    margin-block: 2.85714rem 4.28571rem;
  }
}

#recruit .guideline .guideline-def > dt {
  padding: 1.5em 4em;
  background-color: white;
  border-bottom: 1px solid #00603e;
  text-align: center;
  font-weight: 700;
  color: #00603e;
}

@media screen and (max-width: 768px) {
  #recruit .guideline .guideline-def > dt {
    margin-top: 3px;
    padding: 1.5em 1em 0 1em;
    border-bottom: revert;
    text-align: left;
  }
}

#recruit .guideline .guideline-def > dd {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5em 1em 1.5em 4em;
  background-color: white;
  border-bottom: 1px solid #cbcbcb;
}

@media screen and (max-width: 768px) {
  #recruit .guideline .guideline-def > dd {
    padding: .5em 1em 1.5em 1em;
  }
}

#recruit .guideline .guideline-def > dd dl dt {
  font-weight: 700;
}

#recruit .guideline .guideline-def > dd dl dt:not(:first-of-type) {
  margin-top: 1.42857rem;
}

#recruit .guideline .guideline-contact {
  margin-top: 5.71429rem;
}

#recruit .guideline .guideline-contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.85714rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #recruit .guideline .guideline-contact dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.71429rem;
  }
}

#recruit .guideline .guideline-contact dt {
  padding-top: 1.64286rem;
  color: #00603e;
  font-weight: 700;
  font-size: 1.42857rem;
}

@media screen and (max-width: 768px) {
  #recruit .guideline .guideline-contact dt {
    font-size: 16px;
  }
}

#recruit .guideline .guideline-contact dd {
  font-family: "Roboto", sans-serif;
  font-size: 3.57143rem;
}

@media screen and (max-width: 768px) {
  #recruit .guideline .guideline-contact dd {
    font-size: 34px;
  }
}

#recruit .guideline .guideline-contact dd .attention {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

#contact .contact-container, #confirm .contact-container, #thanks .contact-container {
  max-width: 980px;
  width: var(--contW);
  margin-inline: auto;
}

#contact .required::before, #confirm .required::before, #thanks .required::before {
  content: "＊";
  margin-left: .5em;
  vertical-align: top;
  color: red;
  font-weight: 700;
  font-style: normal;
  font-size: 80%;
}

#contact form.wpcf7-form, #confirm form.wpcf7-form, #thanks form.wpcf7-form {
  margin-top: 3rem;
}

#contact form.wpcf7-form *:focus, #confirm form.wpcf7-form *:focus, #thanks form.wpcf7-form *:focus {
  outline: none;
}

#contact table, #confirm table, #thanks table {
  width: 100%;
  border-top: solid 1px #cbcbcb;
}

#contact table input[type="text"],
#contact table input[type="email"],
#contact table input[type="email-check"],
#contact table input[type="tel"],
#contact table input[name="datechoice"],
#contact table textarea,
#contact table select, #confirm table input[type="text"],
#confirm table input[type="email"],
#confirm table input[type="email-check"],
#confirm table input[type="tel"],
#confirm table input[name="datechoice"],
#confirm table textarea,
#confirm table select, #thanks table input[type="text"],
#thanks table input[type="email"],
#thanks table input[type="email-check"],
#thanks table input[type="tel"],
#thanks table input[name="datechoice"],
#thanks table textarea,
#thanks table select {
  padding: 1em;
  border-radius: 0.57143rem;
  border: none;
  background-color: rgba(203, 203, 203, 0.3);
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  #contact table input[type="text"],
  #contact table input[type="email"],
  #contact table input[type="email-check"],
  #contact table input[type="tel"],
  #contact table input[name="datechoice"],
  #contact table textarea,
  #contact table select, #confirm table input[type="text"],
  #confirm table input[type="email"],
  #confirm table input[type="email-check"],
  #confirm table input[type="tel"],
  #confirm table input[name="datechoice"],
  #confirm table textarea,
  #confirm table select, #thanks table input[type="text"],
  #thanks table input[type="email"],
  #thanks table input[type="email-check"],
  #thanks table input[type="tel"],
  #thanks table input[name="datechoice"],
  #thanks table textarea,
  #thanks table select {
    padding: .7em;
  }
}

#contact table th, #confirm table th, #thanks table th {
  font-weight: 500;
}

#contact table p, #contact table ul, #contact table ol, #contact table dl, #confirm table p, #confirm table ul, #confirm table ol, #confirm table dl, #thanks table p, #thanks table ul, #thanks table ol, #thanks table dl {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #contact table, #confirm table, #thanks table {
    margin-bottom: 2em;
  }
  #contact table th, #confirm table th, #thanks table th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
  }
  #contact table td, #confirm table td, #thanks table td {
    display: block;
    padding-bottom: 1.5em;
    vertical-align: middle;
    border-bottom: solid 1px #cbcbcb;
  }
  #contact table dl dt, #confirm table dl dt, #thanks table dl dt {
    margin-bottom: 0.75em;
  }
  #contact table dl dd:not(:last-of-type), #confirm table dl dd:not(:last-of-type), #thanks table dl dd:not(:last-of-type) {
    margin-bottom: 1em;
  }
  #contact table input[type="text"],
  #contact table input[type="tel"],
  #contact table input[type="email"],
  #contact table input[type="email-check"],
  #contact table textarea,
  #contact table select, #confirm table input[type="text"],
  #confirm table input[type="tel"],
  #confirm table input[type="email"],
  #confirm table input[type="email-check"],
  #confirm table textarea,
  #confirm table select, #thanks table input[type="text"],
  #thanks table input[type="tel"],
  #thanks table input[type="email"],
  #thanks table input[type="email-check"],
  #thanks table textarea,
  #thanks table select {
    -webkit-appearance: none;
    color: #000;
    font-size: 16px;
  }
  #contact table textarea, #confirm table textarea, #thanks table textarea {
    height: 12em;
  }
  #contact table .input-L, #contact table .input-M, #contact table .input-S, #contact table .input-SS, #confirm table .input-L, #confirm table .input-M, #confirm table .input-S, #confirm table .input-SS, #thanks table .input-L, #thanks table .input-M, #thanks table .input-S, #thanks table .input-SS {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #contact table, #confirm table, #thanks table {
    margin-bottom: 3em;
  }
  #contact table tr, #confirm table tr, #thanks table tr {
    border-bottom: solid 1px #cbcbcb;
  }
  #contact table tr th, #contact table tr td, #confirm table tr th, #confirm table tr td, #thanks table tr th, #thanks table tr td {
    padding: 2em;
    vertical-align: middle;
  }
  #contact table tr th, #confirm table tr th, #thanks table tr th {
    width: 28%;
  }
  #contact table dl, #confirm table dl, #thanks table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em 0;
  }
  #contact table dl dt, #confirm table dl dt, #thanks table dl dt {
    -ms-flex-preferred-size: 6em;
        flex-basis: 6em;
  }
  #contact table dl dd, #confirm table dl dd, #thanks table dl dd {
    -ms-flex-preferred-size: calc(100% - 6em);
        flex-basis: calc(100% - 6em);
  }
  #contact table textarea, #confirm table textarea, #thanks table textarea {
    height: 16em;
  }
  #contact table .input-L, #confirm table .input-L, #thanks table .input-L {
    width: 100%;
  }
  #contact table .input-M, #confirm table .input-M, #thanks table .input-M {
    width: 60%;
  }
  #contact table .input-S, #confirm table .input-S, #thanks table .input-S {
    width: 30%;
  }
  #contact table .input-SS, #confirm table .input-SS, #thanks table .input-SS {
    width: 10%;
  }
}

#contact .button-form, #confirm .button-form, #thanks .button-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.14286rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  #contact .button-form, #confirm .button-form, #thanks .button-form {
    gap: .5rem;
  }
}

#contact .button-form .-submit, #contact .button-form .-previous, #confirm .button-form .-submit, #confirm .button-form .-previous, #thanks .button-form .-submit, #thanks .button-form .-previous {
  -webkit-appearance: none;
  border-radius: 0;
}

#contact .button-form .-submit, #contact .button-form .-previous, #confirm .button-form .-submit, #confirm .button-form .-previous, #thanks .button-form .-submit, #thanks .button-form .-previous {
  position: relative;
  display: inline-block;
  height: 4em;
  line-height: 4em;
  border-radius: 0.57143rem;
  border: none;
  background-color: #00603e;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  font-weight: 500;
  font-size: 1.14286rem;
}

@media screen and (max-width: 768px) {
  #contact .button-form .-submit, #contact .button-form .-previous, #confirm .button-form .-submit, #confirm .button-form .-previous, #thanks .button-form .-submit, #thanks .button-form .-previous {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  #contact .button-form .-submit, #contact .button-form .-previous, #confirm .button-form .-submit, #confirm .button-form .-previous, #thanks .button-form .-submit, #thanks .button-form .-previous {
    width: 17em;
  }
}

#contact .button-form .-previous, #confirm .button-form .-previous, #thanks .button-form .-previous {
  background-color: rgba(0, 0, 0, 0.25);
}

#contact .button-form .wpcf7-spinner, #confirm .button-form .wpcf7-spinner, #thanks .button-form .wpcf7-spinner {
  display: none !important;
}

@media (hover) {
  #contact .button-form .-submit, #contact .button-form .-previous, #confirm .button-form .-submit, #confirm .button-form .-previous, #thanks .button-form .-submit, #thanks .button-form .-previous {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #contact .button-form .-submit:hover, #contact .button-form .-previous:hover, #confirm .button-form .-submit:hover, #confirm .button-form .-previous:hover, #thanks .button-form .-submit:hover, #thanks .button-form .-previous:hover {
    background-color: #4baf46;
    cursor: pointer;
  }
}

#contact .error, #confirm .error, #thanks .error {
  color: red;
  display: block;
}

#contact input:-webkit-autofill, #confirm input:-webkit-autofill, #thanks input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F8F8F8 inset;
          box-shadow: 0 0 0px 1000px #F8F8F8 inset;
}

@media screen and (max-width: 768px) {
  #contact .wpcf7-list-item + .wpcf7-list-item, #confirm .wpcf7-list-item + .wpcf7-list-item, #thanks .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0.5em !important;
  }
}

#contact .wpcf7-radio .wpcf7-list-item, #confirm .wpcf7-radio .wpcf7-list-item, #thanks .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}

#contact .wpcf7-radio .wpcf7-list-item-label, #confirm .wpcf7-radio .wpcf7-list-item-label, #thanks .wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .wpcf7-radio input[type="radio"], #confirm .wpcf7-radio input[type="radio"], #thanks .wpcf7-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

#contact .wpcf7-radio .wpcf7-list-item-label::before, #confirm .wpcf7-radio .wpcf7-list-item-label::before, #thanks .wpcf7-radio .wpcf7-list-item-label::before {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 100%;
  content: "";
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  width: 1.42857rem;
  aspect-ratio: 1;
}

#contact .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before, #confirm .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before, #thanks .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  border: 2px solid #00603e;
  background-color: #00603e;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

#thanks p {
  margin-top: 1.5em;
}

#privacy-policy {
  width: 100%;
}

#privacy-policy section {
  margin-top: 7.14286rem;
}

@media screen and (max-width: 768px) {
  #privacy-policy section {
    margin-top: 8.57143rem;
  }
}

#privacy-policy section p {
  margin-top: 1.5em;
}

#privacy-policy section h2 {
  font-size: 1.71429rem;
}

#privacy-policy .privacy-container {
  max-width: 980px;
  width: var(--contW);
  margin-inline: auto;
}

#notfound {
  width: 100%;
}

#notfound section {
  max-width: 980px;
  width: var(--contW);
  margin-inline: auto;
  margin-top: 8.57143rem;
}

@media screen and (max-width: 768px) {
  #notfound section {
    margin-top: 8.57143rem;
  }
}

#notfound section p {
  margin-top: 1.5em;
}

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