@charset "UTF-8";
/*======================================================
Reset
======================================================*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*======================================================
Foundation
======================================================*/
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  background-color: #fff;
  line-height: 1;
  position: relative;
  font-family: sans-serif;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
@media (max-width: 1000px) {
  body {
    font-size: 14px;
  }
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

del {
  text-decoration: line-through;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.c-inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 100px 0;
}
@media (max-width: 1000px) {
  .c-inner {
    padding: 80px 20px;
  }
}

.c-bg-alt {
  background-color: #f0eeed;
}

.c-bg-alt2 {
  background-color: #e8e864;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1000px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 1000px) {
  .sp_only {
    display: block;
  }
}

.c-heading h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1.68px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.c-heading h2 span {
  background: linear-gradient(transparent 50%, #E8E864 50%);
  padding: 0 10px 5px;
}
.c-heading p {
  margin-top: 14px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}
.c-heading-w h2 span {
  background: linear-gradient(transparent 50%, #F0EEED 50%);
}

.c-recruiter {
  width: 100vw;
  margin-top: 50px;
  margin-left: calc(50% - 50vw);
  background-color: #E8E864;
}
.c-recruiter__wrapper {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  -moz-column-gap: 42px;
       column-gap: 42px;
  align-items: start;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .c-recruiter__wrapper {
    padding: 0 20px 30px;
  }
}
.c-recruiter__wrapper__image {
  width: 200px;
  margin-top: -24px;
}
.c-recruiter__wrapper__texts {
  display: flex;
  flex-direction: column;
  padding: 30px 20px 30px 0;
}
.c-recruiter__wrapper__charge {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.c-recruiter__wrapper__text {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c-recruiter__wrapper {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    grid-template-areas: "image charge" "text text";
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    align-items: center;
  }
  .c-recruiter__wrapper__texts {
    display: contents;
  }
  .c-recruiter__wrapper__charge {
    grid-area: charge;
    margin: 10px 0 0 0;
  }
  .c-recruiter__wrapper__text {
    grid-area: text;
    margin: 0;
  }
}

.c-fiexd-contact__btn {
  display: inline-block;
  padding: 45px 30px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9980;
  writing-mode: vertical-rl;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: #000;
  font-weight: bold;
  background-color: #E8E864;
  border-radius: 20px 0 0 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3019607843);
}
@media (max-width: 1000px) {
  .c-fiexd-contact__btn {
    writing-mode: horizontal-tb;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 25px;
    bottom: auto;
    top: 0;
    right: 60px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1;
    border-radius: 0 0 0 20px;
  }
}

/*======================================================
Header
======================================================*/
.l-header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
}
.l-header__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  color: #fff;
  background-color: #000;
}
@media (max-width: 1000px) {
  .l-header__btn {
    width: 60px;
    height: 60px;
    font-size: 11px;
  }
}
.l-header__btn__icon {
  display: block;
  width: 44px;
  height: 26px;
  position: relative;
}
@media (max-width: 1000px) {
  .l-header__btn__icon {
    width: 32px;
    height: 20px;
  }
}
.l-header__btn__icon span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #fff;
  transition: opacity 0.3s, transform 0.3s;
}
.l-header__btn__icon span:nth-child(1) {
  top: 0;
}
.l-header__btn__icon span:nth-child(2) {
  top: 9px;
}
.l-header__btn__icon span:nth-child(3) {
  top: 18px;
}
.l-header-menu {
  display: none;
  width: 270px;
  padding: 60px 45px 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9991;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.l-header-menu li a {
  display: block;
  padding: 5px 0;
  color: #fff;
  line-height: 1.5;
}
.l-header-menu li.top a {
  color: #E8E864;
}
.l-header-menu li + li {
  margin-top: 8px;
}
.l-header.open .l-header__btn {
  background-color: transparent;
}
.l-header.open .l-header__btn p {
  display: none;
}
.l-header.open .l-header__btn__icon span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.l-header.open .l-header__btn__icon span:nth-child(2) {
  opacity: 0;
}
.l-header.open .l-header__btn__icon span:nth-child(3) {
  top: 12px;
  transform: rotate(-45deg);
}
.l-header.open .l-header-menu {
  display: block;
}

/*======================================================
Mv
======================================================*/
.l-mv {
  background-color: #e8e864;
}
.l-mv__inner {
  display: flex;
}
@media (max-width: 768px) {
  .l-mv__inner {
    flex-direction: column;
  }
}
.l-mv__inner__text {
  width: 50%;
}
@media (max-width: 1000px) {
  .l-mv__inner__text {
    width: 100%;
  }
}
.l-mv__inner__text__head {
  background-color: #000000;
  margin-bottom: 76px;
}
@media (max-width: 1000px) {
  .l-mv__inner__text__head {
    margin-bottom: 0;
  }
}
.l-mv__inner__text__head p {
  color: #e8e864;
  margin-left: calc(100% - 500px);
  letter-spacing: 4.8px;
  font-weight: bold;
  padding: 30px 0 26px;
}
@media (max-width: 1000px) {
  .l-mv__inner__text__head p {
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0 auto;
    font-size: 8px;
    line-height: 1.5;
    letter-spacing: 2px;
    padding: 13px 15px 12px;
  }
}
.l-mv__inner__text__head p br {
  display: none;
}
@media (max-width: 768px) {
  .l-mv__inner__text__head p br {
    display: block;
  }
}
.l-mv__inner__text__main {
  margin-left: calc(100% - 500px);
  padding-right: 60px;
}
@media (max-width: 1000px) {
  .l-mv__inner__text__main {
    margin: 0 auto;
    padding: 30px;
  }
}
.l-mv__inner__text__main h1 {
  margin-bottom: 31px;
  font-size: 51px;
  letter-spacing: 3px;
  display: flex;
  flex-direction: column;
  font-weight: 800;
}
@media (max-width: 1000px) {
  .l-mv__inner__text__main h1 {
    margin-bottom: 19px;
    font-size: 31px;
    letter-spacing: 1.86px;
  }
}
.l-mv__inner__text__main h1 img {
  margin-bottom: 14px;
}
@media (max-width: 1000px) {
  .l-mv__inner__text__main h1 img {
    width: 127px;
  }
}
.l-mv__inner__text__main__copy {
  line-height: 1.6;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .l-mv__inner__text__main__copy {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.l-mv__inner__text__main__copy + .l-mv__inner__text__main__copy {
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .l-mv__inner__text__main__copy + .l-mv__inner__text__main__copy {
    margin-top: 14px;
  }
}
.l-mv__inner__text__main__copy__right {
  margin-top: 44px;
  text-align: right;
}
@media (max-width: 1000px) {
  .l-mv__inner__text__main__copy__right {
    margin-top: 20px;
  }
}
.l-mv__inner__image {
  max-width: 700px;
  width: 50%;
  height: 700px;
}
@media (max-width: 1000px) {
  .l-mv__inner__image {
    max-width: none;
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 768px) {
  .l-mv__inner__image {
    height: 80vw;
  }
}
.l-mv__inner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*======================================================
About
======================================================*/
.l-about__copy {
  padding: 0 12px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1.92px;
  line-height: 1.8;
  text-align: center;
  position: relative;
}
@media (max-width: 1000px) {
  .l-about__copy {
    font-size: 24px;
  }
}
.l-about__copy span {
  background: linear-gradient(transparent 50%, #E8E864 50%);
  padding: 0 10px 5px;
}
.l-about__texts {
  margin-top: 45px;
  text-align: center;
}
.l-about__texts__text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .l-about__texts__text {
    font-size: 16px;
  }
}
.l-about__texts__text__bold {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .l-about__texts__text__bold {
    font-size: 16px;
  }
}
.l-about__texts p + p {
  margin-top: 1em;
}
.l-about__texts + img {
  display: block;
  margin: 40px auto 0;
}
.l-about__images {
  display: flex;
  gap: 40px;
}
@media (max-width: 530px) {
  .l-about__images {
    flex-direction: column;
  }
}
.l-about__images figure {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 1000px) {
  .l-about__images figure {
    width: 100%;
  }
  .l-about__images figure img {
    width: 100%;
  }
}
.l-about__images figure figcaption {
  margin-top: 5px;
  font-size: 14px;
}

/*======================================================
Message
======================================================*/
.l-message {
  overflow: hidden;
}
.l-message__catch {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.32px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .l-message__catch {
    margin-top: 60px;
  }
}
.l-message__body {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .l-message__body {
    flex-direction: column;
  }
}
.l-message__body__text {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 1000px) {
  .l-message__body__text {
    width: 100%;
  }
}
.l-message__body__text p {
  line-height: 1.625;
}
.l-message__body__text p + p {
  margin-top: 8px;
}
.l-message__body__text p.bold {
  font-size: 20px;
  line-height: 1.5;
  margin-left: 18px;
  text-indent: -18px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .l-message__body__text p.bold {
    font-size: 18px;
    margin-left: 18px;
    text-indent: -18px;
  }
}
.l-message__body__text p.name {
  text-align: right;
}
.l-message__body__image {
  width: calc((100% - 20px) / 2);
  position: relative;
}
.l-message__body__image::after {
  content: "";
  display: block;
  max-width: 460px;
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: -230px;
  background-color: #E8E864;
}
.l-message__body__image img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .l-message__body__image {
    width: 100%;
    text-align: center;
  }
}

/*======================================================
Brand
======================================================*/
.l-brand {
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .l-brand {
    padding-bottom: 80px;
  }
}
.l-brand .c-inner {
  padding: 100px 0 40px;
}
@media (max-width: 1000px) {
  .l-brand .c-inner {
    padding: 80px 20px 30px;
  }
}
.l-brand .c-heading + .l-brand__wrapper {
  margin-top: 40px;
}
.l-brand__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .l-brand__wrapper {
    flex-direction: column;
  }
}
.l-brand__wrapper__image {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .l-brand__wrapper__image {
    width: 100vw;
    height: 60vw;
  }
  .l-brand__wrapper__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 530px) {
  .l-brand__wrapper__image {
    height: auto;
  }
}
.l-brand__wrapper__image img {
  position: relative;
  z-index: 3;
}
.l-brand__wrapper__image__bg {
  overflow: hidden;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1000px) {
  .l-brand__wrapper__image__bg {
    display: none;
  }
}
.l-brand__wrapper__image__bg::before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  filter: blur(8px);
  background-image: url("../images/02brand-CIMG32912.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.l-brand__wrapper__image__bg::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.65);
}
.l-brand__wrapper__texts {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .l-brand__wrapper__texts {
    width: 100%;
  }
}
.l-brand__wrapper__texts h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.54;
}
@media (max-width: 1000px) {
  .l-brand__wrapper__texts h3 {
    font-size: 18px;
  }
}
.l-brand__wrapper__texts p {
  line-height: 1.6;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .l-brand__wrapper__texts p {
    margin-top: 10px;
  }
}
.l-brand__wrapper:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .l-brand__wrapper:nth-child(odd) {
    flex-direction: column;
  }
}
.l-brand__wrapper:nth-child(odd) .l-brand__wrapper__image__bg {
  left: auto;
  right: 0;
}
@media (max-width: 768px) {
  .l-brand__wrapper02 {
    margin-top: 30px;
  }
}
.l-brand__wrapper02 .l-brand__wrapper__image__bg::before {
  background-image: url("../images/02brand-P1350740.jpg");
}
.l-brand__wrapper02 .l-brand__wrapper__texts h3 {
  margin-top: 10px;
}
.l-brand__wrapper02 .l-brand__wrapper__texts p:nth-child(1) {
  margin-top: 0;
}
.l-brand__wrapper02 .l-brand__wrapper__texts p:nth-child(3) {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .l-brand__wrapper03 {
    margin-top: 30px;
  }
}
.l-brand__wrapper03 .l-brand__wrapper__image__bg::before {
  background-image: url("../images/02brand-P1350876.jpg");
}
.l-brand__copy {
  background-color: #333333;
  padding: 40px 0;
}
@media (max-width: 1000px) {
  .l-brand__copy {
    padding: 30px 0;
  }
}
.l-brand__copy__wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1000px) {
  .l-brand__copy__wrapper {
    padding: 0 15px 0 20px;
  }
}
.l-brand__copy__wrapper .brackets_l,
.l-brand__copy__wrapper .brackets_r {
  display: block;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background-color: #333333;
  border: 4px solid #fff;
}
.l-brand__copy__wrapper .brackets_l::after,
.l-brand__copy__wrapper .brackets_r::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: #333;
}
@media (max-width: 1000px) {
  .l-brand__copy__wrapper .brackets_l,
  .l-brand__copy__wrapper .brackets_r {
    width: 8px;
    border: 2px solid #fff;
  }
}
.l-brand__copy__wrapper .brackets_l {
  left: 0;
}
@media (max-width: 1000px) {
  .l-brand__copy__wrapper .brackets_l {
    left: 20px;
  }
}
.l-brand__copy__wrapper .brackets_l::after {
  right: -4px;
}
.l-brand__copy__wrapper .brackets_r {
  right: 0;
}
@media (max-width: 1000px) {
  .l-brand__copy__wrapper .brackets_r {
    right: 20px;
  }
}
.l-brand__copy__wrapper .brackets_r::after {
  left: -4px;
}
.l-brand__copy p {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 22px;
  letter-spacing: 1.32px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1000px) {
  .l-brand__copy p {
    font-size: 16px;
    font-weight: 500;
  }
}

/*======================================================
Team
======================================================*/
@media (max-width: 1000px) {
  .l-team .c-inner {
    padding: 80px 20px 0;
  }
}
.l-team__text {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
  line-height: 1.6;
}
.l-team__list {
  margin-top: 30px;
  display: flex;
  gap: 13px;
}
@media (max-width: 1000px) {
  .l-team__list {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 18px 9px;
  }
}
.l-team__list > li {
  width: calc((100% - 39px) / 4);
}
@media (max-width: 1000px) {
  .l-team__list > li {
    width: calc((100% - 9px) / 2);
  }
}
.l-team__list > li img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .l-team__list > li img {
    width: 100%;
  }
}
.l-team__list > li .team_text {
  width: calc(100% - 50px);
  margin: -50px auto 0;
  padding: 20px 17px;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6) 0% 0% no-repeat padding-box;
  color: #F3F2F1;
}
@media (max-width: 530px) {
  .l-team__list > li .team_text {
    width: calc(100% - 30px);
    padding: 9px 12px;
  }
}
.l-team__list > li .team_text .name {
  line-height: 1.5;
}
.l-team__list > li .team_text .position {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 530px) {
  .l-team__list > li .team_text .position {
    margin-top: 0px;
    font-size: 8px;
  }
}
.l-team__list > li .team_text .duties {
  margin-top: 5px;
}
.l-team__list > li .team_text .duties li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 530px) {
  .l-team__list > li .team_text .duties li {
    font-size: 8px;
  }
}
.l-team__list > li .team_text .duties li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #F3F2F1;
}

/*======================================================
Work
======================================================*/
.l-work .c-inner {
  max-width: 800px;
}
.l-work__text {
  width: 100%;
  margin: 40px auto 0;
  line-height: 1.6;
}
.l-work__list {
  max-width: 640px;
  width: 100%;
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 34px 17px;
}
@media (max-width: 1000px) {
  .l-work__list {
    margin: 35px auto 0;
  }
}
.l-work__list li {
  width: calc((100% - 40px) / 3);
  text-align: center;
  padding: 0 20px 20px;
  border: 1px solid #8A8A8A;
}
@media (max-width: 1000px) {
  .l-work__list li {
    width: calc((100% - 17px) / 2);
    padding: 0 10px 20px;
  }
}
.l-work__list li img {
  margin-top: -20px;
}
@media (max-width: 1000px) {
  .l-work__list li img {
    margin-top: -15px;
  }
}
@media (max-width: 530px) {
  .l-work__list li img {
    width: 95px;
  }
}
.l-work__list li dl {
  margin-top: 10px;
}
.l-work__list li dl dt {
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .l-work__list li dl dt {
    font-size: 16px;
  }
}
.l-work__list li dl dd {
  font-size: 28px;
  letter-spacing: 1.68px;
  line-height: 1.5;
  font-weight: 800;
}
@media (max-width: 1000px) {
  .l-work__list li dl dd {
    font-size: 21px;
  }
}
.l-work__list li dl dd span {
  font-size: 10px;
  font-weight: normal;
}
.l-work .note {
  max-width: 640px;
  width: 100%;
  margin: 5px auto 0;
  font-size: 14px;
}
.l-work__list__sub {
  margin-top: 45px;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1000px) {
  .l-work__list__sub {
    margin-top: 20px;
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 530px) {
  .l-work__list__sub {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.l-work__list__sub li {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 500;
}
.l-work__list__sub li::before {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-work__list__sub li p .aste {
  font-size: 14px;
  font-weight: normal;
}
.l-work__list__sub li.add-aste {
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  .l-work__list__sub li.add-aste {
    padding-bottom: 25px;
  }
}
.l-work__list__sub li .note__sub {
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 14px;
  margin: 5px auto 0;
}

/*======================================================
Voice
======================================================*/
@media (max-width: 768px) {
  .l-voice .c-inner {
    padding: 80px 20px 0;
  }
}
.l-voice__text {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
  line-height: 1.6;
}
.l-voice-sec {
  margin-top: 40px;
  height: 730px;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media (max-width: 1000px) {
  .l-voice-sec {
    padding: 30px 18px;
  }
}
@media (max-width: 768px) {
  .l-voice-sec {
    height: 900px;
  }
}
.l-voice-sec__head {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .l-voice-sec__head {
    flex-direction: column;
  }
}
.l-voice-sec__head__texts {
  width: 50%;
  padding: 60px 40px;
}
@media (max-width: 1000px) {
  .l-voice-sec__head__texts {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .l-voice-sec__head__texts {
    width: 100%;
  }
}
.l-voice-sec__head__catch {
  min-height: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
  font-weight: 500;
  line-height: 2.6;
  background-image: linear-gradient(#E8E864, #E8E864);
  background-size: 120px 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 1000px) {
  .l-voice-sec__head__catch {
    min-height: 130px;
    background-size: 95px 100%;
    font-size: 16px;
    line-height: 2;
  }
}
.l-voice-sec__head__catch span {
  display: block;
  margin-left: 20px;
}
.l-voice-sec__head__pos {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .l-voice-sec__head__pos {
    margin-top: 10px;
    font-size: 16px;
  }
}
.l-voice-sec__head h3 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .l-voice-sec__head h3 {
    margin-top: 2px;
    font-size: 16px;
    font-weight: normal;
  }
}
.l-voice-sec__head__join {
  margin-top: 6px;
}
@media (max-width: 1000px) {
  .l-voice-sec__head__join {
    margin-top: 3px;
    font-size: 14px;
  }
}
.l-voice-sec__head__image {
  width: 50%;
}
@media (max-width: 768px) {
  .l-voice-sec__head__image {
    margin-top: 10px;
    width: 100%;
  }
  .l-voice-sec__head__image img {
    width: 100%;
  }
}
.l-voice-sec__qa__texts {
  width: 60%;
  padding: 40px;
}
@media (max-width: 768px) {
  .l-voice-sec__qa__texts {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.l-voice-sec__qa__texts h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.l-voice-sec__qa__texts h4::before {
  content: "";
  display: block;
  width: 16px;
  height: 30px;
  background-color: #E8E864;
}
@media (max-width: 1000px) {
  .l-voice-sec__qa__texts h4 {
    font-size: 18px;
  }
}
.l-voice-sec__qa__texts p {
  margin-top: 10px;
  line-height: 1.6;
}
.l-voice-sec__qa__texts ol {
  counter-reset: num;
  list-style: none;
}
.l-voice-sec__qa__texts ol li {
  margin-top: 10px;
  line-height: 1.6;
  counter-increment: num;
}
.l-voice-sec__qa__texts ol li::before {
  content: counter(num) ".";
  margin-right: 5px;
}
.l-voice-sec__qa__image {
  width: 40%;
}
@media (max-width: 768px) {
  .l-voice-sec__qa__image {
    margin-top: 10px;
    width: 100%;
  }
  .l-voice-sec__qa__image img {
    width: 100%;
  }
}
.l-voice-sec__qa01 {
  display: flex;
  align-items: center;
}
.l-voice-sec__qa01:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .l-voice-sec__qa01 {
    flex-direction: column;
  }
  .l-voice-sec__qa01:nth-child(even) {
    flex-direction: column;
  }
}
.l-voice-sec__qa02 {
  width: 100%;
}
.l-voice-sec__qa02 .l-voice-sec__qa__texts {
  width: 100%;
  padding: 30px 40px 0;
}
@media (max-width: 768px) {
  .l-voice-sec__qa02 .l-voice-sec__qa__texts {
    padding: 0;
  }
}
.l-voice-sec__qa02:nth-last-child(2) .l-voice-sec__qa__texts {
  padding: 30px 40px 60px;
}
@media (max-width: 768px) {
  .l-voice-sec__qa02:nth-last-child(2) .l-voice-sec__qa__texts {
    padding: 0;
  }
}
.l-voice-sec__open {
  width: 100%;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000;
  background-color: #fff;
}
.l-voice-sec__open::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7490196078) 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}
.l-voice-sec__open span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.l-voice-sec__open span::before, .l-voice-sec__open span::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background-image: url("../images/arrow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*======================================================
Job
======================================================*/
@media (max-width: 1000px) {
  .l-job .c-inner {
    padding: 80px 40px;
  }
}
.l-job__wrapper {
  margin-top: 40px;
  display: flex;
  gap: 70px;
}
@media (max-width: 1000px) {
  .l-job__wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
.l-job__item {
  width: calc((100% - 140px) / 3);
}
@media (max-width: 1000px) {
  .l-job__item {
    width: 100%;
  }
}
.l-job__item header {
  padding: 20px 0;
  background-color: #E8E864;
  text-align: center;
}
.l-job__item header h3 {
  font-size: 22px;
  line-height: 1.5;
}
.l-job__item header .note {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.3;
}
.l-job__item dl div {
  padding: 12px 0;
  border-bottom: 1px solid #8A8A8A;
}
.l-job__item dl div dt {
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .l-job__item dl div dt {
    font-size: 16px;
  }
}
.l-job__item dl div dd {
  margin-top: 6px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .l-job__item dl div dd {
    font-size: 16px;
  }
}
.l-job__item dl div dd p:not(:first-child) {
  margin-top: 6px;
}
.l-job__item dl div dd .list {
  margin-top: 6px;
}
.l-job__item dl div dd .list li {
  margin-left: 20px;
  text-indent: -20px;
}
.l-job__item dl div dd .list li::before {
  content: "◆";
  margin-right: 5px;
}
@media (max-width: 1000px) {
  .l-job__item dl div dd .list li::before {
    margin-right: 2px;
  }
}
.l-job__item dl div dd .list li + li {
  margin-top: 6px;
}
.l-job__item dl div dd .aste {
  margin-top: 6px;
}
.l-job__item dl div dd .aste li {
  font-size: 14px;
  margin-left: 17px;
  text-indent: -17px;
}
.l-job__item dl div dd .aste li::before {
  content: "＊";
  margin-right: 3px;
}
.l-job__item dl div dd .aste li + li {
  margin-top: 6px;
}

/*======================================================
Gallery
======================================================*/
.l-gallery {
  width: 100%;
  overflow: hidden;
}
.l-gallery .c-inner {
  max-width: 100%;
}
@media (max-width: 1000px) {
  .l-gallery .c-inner {
    padding: 80px 0;
  }
}
.l-gallery .splide {
  margin-top: 40px;
}
.l-gallery .splide__arrow {
  width: 66px;
  height: 66px;
  background: transparent;
  opacity: 1;
  border-radius: 0;
}
@media (max-width: 1000px) {
  .l-gallery .splide__arrow {
    width: 48px;
    height: 48px;
  }
}
.l-gallery .splide__arrow svg {
  display: none;
}
.l-gallery .splide__arrow--prev {
  background: url("../images/arrow02.svg") no-repeat center/contain;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.l-gallery .splide__arrow--next {
  background: url("../images/arrow02.svg") no-repeat center/contain;
  right: 0;
}

/*======================================================
Profile
======================================================*/
.l-profile__info {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.l-profile__info > div {
  padding: 12px 0;
  border-bottom: 1px solid #8A8A8A;
}
.l-profile__info > div dt {
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .l-profile__info > div dt {
    font-size: 16px;
  }
}
.l-profile__info > div dd {
  margin-top: 3px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .l-profile__info > div dd {
    font-size: 16px;
  }
}
.l-profile__info__dotlist li {
  margin-left: 1em;
  text-indent: -1em;
}
.l-profile__info__dotlist li::before {
  content: "・";
}
.l-profile__info__qualist {
  margin-top: 5px;
}
.l-profile__info__qualist div {
  display: flex;
}
.l-profile__info__qualist div dt {
  width: 200px;
  font-weight: normal;
}
.l-profile-borderless {
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .l-profile-borderless {
    margin-top: 30px;
  }
}
.l-profile-borderless h3 {
  padding: 40px 0;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  border: 3px solid #E8E864;
}
@media (max-width: 1000px) {
  .l-profile-borderless h3 {
    padding: 20px 10px;
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .l-profile-borderless h3 {
    font-size: 13px;
  }
}
.l-profile-borderless__images {
  max-width: 500px;
  width: 100%;
  margin: 30px auto 0;
}

/*======================================================
Contact
======================================================*/
.l-contact-tel {
  margin-top: 40px;
  text-align: center;
}
.l-contact-tel__time {
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .l-contact-tel__time {
    font-size: 16px;
  }
}
.l-contact-tel a {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
}
.l-contact-tel a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  background-image: url("../images/tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-contact-tel__charge {
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .l-contact-tel__charge {
    font-size: 16px;
  }
}
.l-contact-form {
  margin-top: 30px;
}
.l-contact-form h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.l-contact-form a {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 10px auto 0;
  padding: 15px 0;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #000;
  background-color: #E8E864;
  border: 1px solid #000;
  border-radius: 9px;
}
.l-contact-form a::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(-90deg);
  background-image: url("../images/arrow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*======================================================
Footer
======================================================*/
.l-footer {
  padding: 40px 0 0;
  background-color: #000;
  color: #fff;
}
.l-footer p {
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}
.l-footer img {
  display: block;
  width: 168px;
  margin: 10px auto 0;
}
.l-footer a {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
  letter-spacing: 0.64px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1000px) {
  .l-footer a {
    font-size: 16px;
  }
}
.l-footer iframe {
  margin-top: 40px;
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  .l-footer iframe {
    height: 400px;
  }
}/*# sourceMappingURL=style.css.map */