@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  cursor: pointer;
}

picture,
figure {
  display: block;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "source-han-sans-japanese", sans-serif;
  overflow: hidden;
  word-break: break-all;
  color: #333;
}

.body--fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

body.modal-open {
  overflow: hidden;
  position: relative;
}

html.scroll-lock {
  overflow: hidden;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
  .header {
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  .inner {
    width: 43.125rem;
    margin: 0 auto;
  }
  .main {
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  .footer {
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 751px) {
  .header {
    max-width: 46.875rem;
    margin: 0 auto;
  }
  .main {
    overflow: hidden;
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  .inner {
    width: 43.125rem;
    margin: 0 auto;
  }
  .footer {
    max-width: 46.875rem;
    margin: 0 auto;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
font
============================================================================= */
.futura {
  font-family: "futura-pt", sans-serif;
}

/*==============================================================================
Header
============================================================================= */
.header--bg {
  background: #fff;
  padding: 1.875rem 0;
}
.header--logo {
  width: 27.1875rem;
  margin: 0 auto;
}

/*==============================================================================
Footer
============================================================================= */
.footer--bg {
  margin-top: -0.5rem;
}

.kv--inner {
  position: relative;
}
.kv--trial {
  position: absolute;
  width: 43.125rem;
  margin: 0 auto;
  top: 52.5rem;
  left: 0;
  right: 0;
}

.cta--bg {
  position: relative;
  margin-top: -5.1875rem;
}
.cta--inner {
  position: relative;
}
.cta--btn {
  position: absolute;
  top: 16.625rem;
  left: 0;
  right: 0;
  width: 41.875rem;
  margin: 0 auto;
}

.greet--bg {
  margin-top: -0.5rem;
}

.discuss--bg {
  background: #fff;
}
.discuss--accordion {
  padding-top: 6rem;
}
.discuss--accordion .image--wrapper {
  overflow: hidden;
  width: 42rem;
  max-height: 20.5rem;
  margin: 0 auto;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.discuss--accordion .image--wrapper.open {
  max-height: 96.625rem;
}
.discuss--accordion img {
  width: 100%;
  height: auto;
  display: block;
}
.discuss--accordion .toggle--button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  margin: 1.875rem auto 0;
  width: 26.4375rem;
}
.discuss--accordion .toggle--button img {
  width: 100%;
  height: auto;
  display: block;
}

.effort--bg {
  background: #fff;
  padding: 9.9375rem 0 8.4375rem;
}

.staff--bg {
  background: #ffede7;
  padding: 7.0625rem 0 0;
}
.staff--main {
  width: 37.8125rem;
  margin: 0 auto 5rem;
}
.staff--accordion {
  padding-bottom: 6.25rem;
}
.staff--accordion .image--wrapper {
  overflow: hidden;
  width: 42rem;
  max-height: 44.1875rem;
  margin: 0 auto;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.staff--accordion .image--wrapper.img01.open {
  max-height: 66.875rem;
}
.staff--accordion .image--wrapper.img02.open {
  max-height: 66.875rem;
}
.staff--accordion .image--wrapper.img03.open {
  max-height: 66.875rem;
}
.staff--accordion img {
  width: 100%;
  height: auto;
  display: block;
}
.staff--accordion .toggle--button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  margin: 1.875rem auto 0;
  width: 26.5rem;
}
.staff--accordion .toggle--button img {
  width: 100%;
  height: auto;
  display: block;
}

.intro--item {
  position: relative;
}
.intro .swiper-container01, .intro .swiper-container02, .intro .swiper-container03 {
  position: absolute;
  bottom: 15rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 41.875rem;
}
.intro .swiper-container02 {
  bottom: 11.25rem;
}
.intro .swiper-container03 {
  bottom: 10.3125rem;
}
.intro .swiper-pagination01, .intro .swiper-pagination02, .intro .swiper-pagination03 {
  left: 0;
  right: 0;
  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;
  margin: 0 auto;
  bottom: 7.4%;
  gap: 0 0.5625rem;
}
.intro .swiper-pagination02 {
  bottom: 7%;
}
.intro .swiper-pagination03 {
  bottom: 6%;
}
.intro .swiper-button-prev::after,
.intro .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.intro .swiper-button-prev01, .intro .swiper-button-prev02, .intro .swiper-button-prev03 {
  background: url(../images/intro-arrow.webp) no-repeat center/cover;
  background-size: 100%;
  width: 2.6875rem;
  height: 3.25rem;
  opacity: 1;
  top: 76%;
  left: 0.9375rem;
}
.intro .swiper-button-next01, .intro .swiper-button-next02, .intro .swiper-button-next03 {
  background: url(../images/intro-arrow.webp) no-repeat center/cover;
  background-size: 100%;
  width: 2.6875rem;
  height: 3.25rem;
  opacity: 1;
  top: 76%;
  right: 0.9375rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.intro .swiper-pagination-bullet {
  border-radius: 50%;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  opacity: 1;
}
.intro .swiper-pagination-bullet-active {
  background-color: #027f42;
}
.intro .swiper-autoheight, .intro .swiper-autoheight .swiper-slide {
  overflow-x: hidden;
  overflow-y: hidden;
}

.recruit--bg {
  position: relative;
  margin-top: -5.625rem;
}
.recruit--inner {
  position: relative;
}
.recruit--list {
  position: absolute;
  top: 40.875rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem 0;
  width: 41.875rem;
}
.recruit--btn {
  width: 41.875rem;
  margin: 0 auto;
  cursor: pointer;
}
.recruit .modal-mask {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  width: 46.875rem;
  margin: 0 auto;
  height: 100%;
  background: rgba(2, 127, 66, 0.8);
}
.recruit .modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  width: 46.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit .modal-content {
  position: relative;
  width: 42rem;
  margin: 0 auto;
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  border-radius: 2.75rem;
}
.recruit .modal-content img {
  width: 100%;
  height: auto;
  display: block;
}
.recruit .modal-close {
  position: absolute;
  top: -5rem;
  right: 2rem;
  width: 4.6875rem;
  height: 4.6875rem;
  cursor: pointer;
  z-index: 1000;
}
.recruit .modal-close::before,
.recruit .modal-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.25rem;
  height: 100%;
  background-color: white;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.recruit .modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.recruit .modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.recruit .scroll-lock {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}