/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

body {
  color: #fff;
  background: #000000;
  letter-spacing: 0.01em;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  overflow: hidden;
}

* {
  line-height: inherit;
}

picture {
  display: block;
}

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

a {
  text-decoration: none;
  transition: opacity 0.4s ease;
  color: inherit;
}

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

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

input::placeholder {
  color: #A0AEC0;
}

input:-ms-input-placeholder {
  color: #A0AEC0;
}

input::-ms-input-placeholder {
  color: #A0AEC0;
}

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

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

.nowrap {
  white-space: nowrap;
}

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

.is-hidden {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: -9999px;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.c-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.c-img.-contain img {
  object-fit: contain;
}
.c-img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.c-inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .c-inner {
    padding: 0 2.5rem;
    max-width: 86.25rem;
  }
}

.c-head {
  display: flex;
  align-items: center;
  min-height: 4.1875rem;
  padding-left: 0.875rem;
  margin-bottom: 3rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-head {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    margin-bottom: 1.5rem;
    gap: 1.5rem;
    padding-bottom: 1.75rem;
  }
}
.c-head.-black::before {
  background: #000;
}
@media only screen and (min-width: 768px) {
  .c-head.-center {
    margin-bottom: 1.5rem;
    padding-bottom: 0;
  }
  .c-head.-center::before {
    display: none;
  }
  .c-head.-center .c-head__ttl {
    padding-top: 1.75rem;
    position: relative;
  }
  .c-head.-center .c-head__ttl::before {
    content: "";
    width: 3.75rem;
    height: 0.25rem;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-head::before {
  content: "";
  width: 0.25rem;
  height: 3.75rem;
  background: #35BAC6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/top-fix/border-left-sp.svg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) {
  .c-head::before {
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translate(-50%, 0);
    background: url(../images/top-fix/border-bottom.svg) no-repeat center/100% 100%;
    width: 3.75rem;
    height: 0.25rem;
  }
}
.c-head__en {
  height: 4.1875rem;
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .c-head__en {
    height: 6rem;
    position: static;
    transform: none;
  }
}
.c-head__en.-sm {
  height: 2.6875rem;
}
@media only screen and (min-width: 768px) {
  .c-head__en.-sm {
    height: 6rem;
  }
}
.c-head__en img,
.c-head__en picture {
  height: 100%;
  width: auto;
}
.c-head__ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .c-head__ttl {
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
}

.c-section {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.c-section.-black {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .c-section {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  transition: 0.3s ease-out;
  transition-property: background, filter;
}
.c-header.is-active {
  background: #000;
  backdrop-filter: blur(0);
}
.c-header.is-active .c-nav {
  visibility: visible;
  opacity: 1;
}
.c-header__inner {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.c-header__logo {
  aspect-ratio: 108/42;
  max-width: 6.75rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .c-header__logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-header__logo:active {
    opacity: 0.7;
  }
}
.c-header__menu {
  width: 2rem;
  aspect-ratio: 1/1;
  position: relative;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .c-header__menu {
    display: none;
  }
}
.c-header__menu.is-active .bar {
  background: transparent;
}
.c-header__menu.is-active .bar::before, .c-header__menu.is-active .bar::after {
  top: 0;
}
.c-header__menu.is-active .bar::before {
  transform: translate(-50%, 0) rotate(45deg);
}
.c-header__menu.is-active .bar::after {
  transform: translate(-50%, 0) rotate(-45deg);
}
.c-header__menu .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.3125rem;
  background: #fff;
  height: 0.125rem;
  transition: 0.3s ease-out;
  transition-property: background;
}
.c-header__menu .bar::before, .c-header__menu .bar::after {
  content: "";
  width: 1.3125rem;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s ease-out;
  transition-property: top, transform;
}
.c-header__menu .bar::before {
  top: -0.5rem;
}
.c-header__menu .bar::after {
  top: 0.5rem;
}

.c-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
  transition-property: opacity, visibility;
  background: #000;
  padding: 5.9375rem 2rem;
  z-index: -1;
  height: 100vh;
}
.c-nav.is-active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .c-nav {
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    z-index: 1;
    height: auto;
  }
}
.c-nav__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .c-nav__list {
    gap: 2rem;
    flex-direction: row;
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.c-nav__item:nth-child(n+2) {
  padding-top: 1.375rem;
  margin-top: 1.375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) {
  .c-nav__item:nth-child(n+2) {
    padding-top: 0;
    margin-top: 0;
    border: none;
  }
}
.c-nav__link {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  display: block;
  text-align: center;
  transition: 0.3s ease-out;
  transition-property: opacity, transform;
}
@media (hover: hover) {
  .c-nav__link:hover {
    transform: translate(0.125rem, 0.125rem);
  }
  .c-nav__link:hover .txt::after {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}
@media (hover: none) {
  .c-nav__link:active {
    transform: translate(0.125rem, 0.125rem);
  }
  .c-nav__link:active .txt::after {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}
.c-nav__link .txt {
  position: relative;
}
.c-nav__link .txt::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .c-nav__link {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-nav__contact {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.5rem;
  border-radius: 6.25rem;
  background: #fff;
  color: #000;
  transition: 0.3s ease-out;
  transition-property: opacity, transform;
}
@media (hover: hover) {
  .c-nav__contact:hover {
    opacity: 0.7;
    transform: translate(0.125rem, 0.125rem);
  }
}
@media (hover: none) {
  .c-nav__contact:active {
    opacity: 0.7;
    transform: translate(0.125rem, 0.125rem);
  }
}
@media only screen and (min-width: 768px) {
  .c-nav__contact {
    width: 9.375rem;
  }
}

.l-fv {
  padding-top: 4rem;
  min-height: 100vh;
  padding-bottom: 6.625rem;
  position: relative;
  display: flex;
  align-items: center;
}
.l-fv__main {
  opacity: 0;
  filter: blur(10px);
  transition: 1s ease-out;
  transition-property: transform, opacity, filter;
  animation: fadeInLogo 1s ease-out forwards;
}
.l-fv__image {
  aspect-ratio: 183/232;
  height: 14rem;
  margin: 0 auto 3.125rem;
}
.l-fv__ttl {
  aspect-ratio: 289/35;
  max-width: 18.0625rem;
  margin: 0 auto 1.3125rem;
}
.l-fv__en1 {
  aspect-ratio: 265/24;
  max-width: 16.5625rem;
  margin: 0 auto 0.5rem;
}
.l-fv__en2 {
  aspect-ratio: 261/25;
  max-width: 17.9375rem;
  margin: 0 auto;
}
.l-fv__scroll {
  aspect-ratio: 10/120;
  width: 0.625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.l-fv__scroll .bar {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 1px;
  background: #fff;
  height: 4.5rem;
  animation: scroll 2s infinite;
}
.l-fv__scroll img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.625rem;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes fadeInLogo {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@media only screen and (min-width: 768px) {
  .l-vision {
    background: linear-gradient(359.75deg, rgba(0, 0, 0, 0.8) 32.09%, rgba(48, 48, 48, 0.8) 117.85%);
  }
}
.l-vision__head {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-vision__head {
    margin-bottom: 1.5rem;
  }
}
.l-vision__catch {
  font-size: 1.5625rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-vision__catch {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
.l-vision__txt {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
  max-width: 18.4375rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .l-vision__txt {
    text-align: center;
  }
}

.l-service {
  background: #fff;
}
.l-service__head {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .l-service__head {
    margin-bottom: 1.5rem;
  }
}
.l-service__txt {
  line-height: 2;
  font-weight: 400;
  width: 100%;
  max-width: 18.4375rem;
  margin: 0 auto 4rem;
}
@media only screen and (min-width: 768px) {
  .l-service__txt {
    text-align: center;
    margin-bottom: 4.5rem;
  }
}
.l-service__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (min-width: 768px) {
  .l-service__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6.5rem 5.625rem;
    max-width: 56.25rem;
    padding-right: 0.625rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .l-service__item {
    width: calc(50% - 2.8125rem);
  }
}
.l-service__item .service-catch {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  aspect-ratio: 296/82;
  width: 100%;
  margin-bottom: 1.125rem;
  max-width: 18.5rem;
}
.l-service__item .service-txt {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .l-service__item .service-txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.l-service__item .service-img {
  height: 10rem;
  width: 100%;
  margin: 0 auto 1rem;
  background: #EFF2F6;
  text-align: center;
}
.l-service__item .service-img img {
  max-width: 18.5rem;
}
.l-service__item .service-top {
  position: relative;
}
.l-service__item .service-num {
  position: absolute;
  top: -1.875rem;
  aspect-ratio: 83/86;
  max-width: 5.1875rem;
  z-index: 2;
}
.l-service__item .service-en {
  width: 0.75rem;
  position: absolute;
  z-index: 2;
}
.l-service__item .service-en img {
  width: 0.75rem;
  height: auto;
}
.l-service__item:nth-child(2n) {
  padding-right: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .l-service__item:nth-child(2n) {
    padding-right: 0;
    padding-left: 1.75rem;
  }
}
.l-service__item:nth-child(2n) .service-num {
  right: -2.21875rem;
}
@media only screen and (min-width: 768px) {
  .l-service__item:nth-child(2n) .service-num {
    right: auto;
    left: -2.21875rem;
  }
}
.l-service__item:nth-child(2n) .service-en {
  right: -1.75rem;
}
@media only screen and (min-width: 768px) {
  .l-service__item:nth-child(2n) .service-en {
    right: auto;
    left: -1.75rem;
  }
}
.l-service__item:nth-child(2n+1) {
  padding-left: 1.75rem;
}
.l-service__item:nth-child(2n+1) .service-num {
  left: -2.21875rem;
}
.l-service__item:nth-child(2n+1) .service-en {
  left: -1.75rem;
}

.l-executive {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .l-executive {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-executive__head {
    margin-bottom: 3rem;
  }
}
.l-executive__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 43.125rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .l-executive__item {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
  }
  .l-executive__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.l-executive__item .executive-img {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-bottom: 1.25rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-executive__item .executive-img {
    margin: 0;
    flex: 1 1 auto;
    width: 18.75rem;
  }
}
.l-executive__item .executive-img::after {
  content: "";
  width: 100%;
  height: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #2EBCC0 0%, #55BEB3 19.71%, #8DC49A 32.21%, #C3C87D 43.27%, #E5CF61 62.02%, #EBCD61 78.85%, #FFCF4F 100%);
}
.l-executive__item .executive-img__box {
  aspect-ratio: 375/250;
}
@media only screen and (min-width: 768px) {
  .l-executive__item .executive-img__box {
    aspect-ratio: 350/260;
  }
}
.l-executive__item .executive-body {
  max-width: 18.75rem;
  margin: 0 auto;
  padding: 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .l-executive__item .executive-body {
    margin: 0;
    flex: 1 1 auto;
    padding-top: 0;
  }
}
.l-executive__item .executive-position {
  font-size: 0.9375rem;
  line-height: 1.7;
}
.l-executive__item .executive-name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7;
}
.l-executive__item .executive-txt {
  font-size: 0.875rem;
  line-height: 1.6;
}

.l-youtube {
  background: #fff;
}
.l-youtube__head {
  margin-bottom: 1.5rem;
}
.l-youtube__txt {
  margin: 0 auto 1rem;
  line-height: 1.7;
  max-width: 18.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-youtube__txt {
    text-align: center;
    margin-bottom: 4.5rem;
  }
}
.l-youtube__body {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media only screen and (min-width: 768px) {
  .l-youtube__body {
    margin: 0 auto;
    max-width: 50rem;
  }
}
.l-youtube__body iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
  display: block;
}

.l-process {
  background: #E9EDF3;
}
.l-process__head {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .l-process__head {
    margin-bottom: 4.5rem;
  }
}
.l-process__list {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  max-width: 17.875rem;
  margin: 0 auto;
}
.l-process__item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.l-process__item:last-child .l-process__num::after {
  display: none;
}
.l-process__num {
  width: 4rem;
  background: #000;
  color: #fff;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.l-process__num::after {
  content: "";
  width: 1px;
  background: #000;
  height: 3.125rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.l-process__txt {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
}
.l-process__icon {
  margin-left: auto;
  flex: 0 0 auto;
  position: relative;
}
.l-process__icon.-item0 {
  aspect-ratio: 1/1;
  width: 3rem;
  right: 0.75rem;
}
.l-process__icon.-item1 {
  aspect-ratio: 54/60;
  width: 3.375rem;
  right: 0.75rem;
}
.l-process__icon.-item2 {
  aspect-ratio: 71/45;
  width: 4.4375rem;
  right: 0.0625rem;
}
.l-process__icon.-item3 {
  aspect-ratio: 81/48;
  width: 5.0625rem;
}

.l-recruit {
  background: #fff;
}
.l-recruit__head {
  margin-bottom: 4rem;
}
.l-recruit__txt {
  line-height: 1.7;
  max-width: 18.4375rem;
  margin: 0 auto 4rem;
}
@media only screen and (min-width: 768px) {
  .l-recruit__txt {
    line-height: 2;
    text-align: center;
    margin-bottom: 4.5rem;
  }
}
.l-recruit__catch {
  max-width: 18.4375rem;
  text-align: center;
  color: #fff;
  min-height: 3.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  max-width: 18.4375rme;
  margin: 0 auto 4rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #2EBCC0 0%, #55BEB3 19.71%, #8DC49A 32.21%, #C3C87D 43.27%, #E5CF61 62.02%, #EBCD61 78.85%, #FFCF4F 100%);
}
@media only screen and (min-width: 768px) {
  .l-recruit__catch {
    max-width: 52.5rem;
    margin-bottom: 4.5rem;
  }
}
.l-recruit__list {
  max-width: 18.4375rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .l-recruit__list {
    gap: 2.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 52.5rem;
    margin: 0 auto;
  }
}
.l-recruit__item {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .l-recruit__item {
    width: calc(50% - 1.25rem);
  }
}
.l-recruit__item .recruit-img {
  aspect-ratio: 295/189;
}
@media only screen and (min-width: 768px) {
  .l-recruit__item .recruit-img {
    aspect-ratio: 400/258;
  }
}
.l-recruit__item .recruit-body {
  padding: 1rem;
  background: linear-gradient(122.04deg, #FFFFFF 29.34%, #E7F0F9 74.51%);
  flex: 1 1 auto;
}
.l-recruit__item .recruit-ttl {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-recruit__item .recruit-ttl {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.l-recruit__item .recruit-txt {
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .l-recruit__item .recruit-txt {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-about {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
.l-about__body {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-about__body {
    flex-direction: row;
    gap: 1.5rem;
    max-width: 50rem;
    margin: 0 auto;
  }
}
.l-about__map {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  height: 15.625rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-about__map {
    height: 16.875rem;
    margin: 0;
    flex: 1 1 auto;
  }
}
.l-about__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-about__info {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
  padding: 0 0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-about__info {
    flex: 0 0 auto;
    width: 19.9375rem;
  }
}
.l-about__info-item {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .l-about__info-item:nth-child(2), .l-about__info-item:nth-child(4) {
    margin-bottom: 1.875rem;
  }
}
.l-about__info-ttl {
  width: 5.875rem;
  flex: 0 0 auto;
}
.l-about__info-txt {
  flex: 1 1 auto;
}

.l-member {
  overflow: hidden;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .l-member {
    padding-bottom: 10rem;
  }
}
.l-member__head {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .l-member__head-ttl {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.l-member__slider {
  max-width: 16.25rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .l-member__slider {
    max-width: 20rem;
  }
}
.l-member__slider .splide__track {
  overflow: visible;
}
.l-member__slide .member-img {
  aspect-ratio: 260/173;
  margin: 0 auto 1.0625rem;
}
@media only screen and (min-width: 768px) {
  .l-member__slide .member-img {
    margin-bottom: 1rem;
  }
}
.l-member__slide .member-body {
  text-align: center;
  font-weight: 500;
}
.l-member__slide .member-position {
  font-size: 1rem;
  line-height: 1.875;
}
.l-member__slide .member-name {
  font-size: 1.25rem;
  line-height: 1.5;
}

.l-require {
  background: #fff;
}
.l-require__head {
  margin-bottom: 1.5rem;
}
.l-require__txt {
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 18.75rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .l-require__txt {
    text-align: center;
  }
}
.l-require__btn {
  background: #000000;
  color: #fff;
  width: 100%;
  min-height: 3.875rem;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1.1875rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: opacity, transform;
}
@media (hover: hover) {
  .l-require__btn:hover {
    opacity: 0.7;
    transform: translate(0.125rem, 0.125rem);
  }
}
@media (hover: none) {
  .l-require__btn:active {
    opacity: 0.7;
    transform: translate(0.125rem, 0.125rem);
  }
}
@media only screen and (min-width: 768px) {
  .l-require__btn {
    max-width: 20rem;
  }
}
.l-require__btn .sm {
  font-weight: 400;
}
.l-require__btn .arrow {
  width: 0.75rem;
  aspect-ratio: 12/18;
  background: url(../images/top-fix/arrow-white.svg) no-repeat center/0.5625rem auto;
  position: absolute;
  top: 50%;
  right: 1.1875rem;
  transform: translateY(-50%);
}
.l-require__btn-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 20rem;
  margin: 1.5rem auto 0;
}
@media only screen and (min-width: 768px) {
  .l-require__btn-box {
    margin-top: 4.5rem;
    max-width: 100%;
    justify-content: center;
    flex-direction: row;
  }
}

.l-contact__body {
  padding: 0 0.21875rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .l-contact__body {
    max-width: 40rem;
    padding: 0;
  }
}
.l-contact__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.l-contact__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.l-contact__item.is-error .l-contact__error {
  display: block;
}
.l-contact__item-label {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.l-contact__item-label .required {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #35BAC6;
  color: #fff;
  min-height: 1.25rem;
  width: 2.625rem;
  border-radius: 0.25rem;
  white-space: nowrap;
  padding-bottom: 0.0625rem;
  font-size: 0.875rem;
  line-height: 1.3571428571;
}
.l-contact__item-field input[type=text],
.l-contact__item-field input[type=email],
.l-contact__item-field input[type=tel],
.l-contact__item-field input[type=number],
.l-contact__item-field input[type=date],
.l-contact__item-field input[type=time],
.l-contact__item-field input[type=datetime-local],
.l-contact__item-field input[type=month],
.l-contact__item-field input[type=week],
.l-contact__item-field input[type=datetime],
.l-contact__item-field input[type=datetime-local],
.l-contact__item-field select,
.l-contact__item-field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 0.25rem;
}
.l-contact__item-field select {
  color: #A0AEC0;
}
.l-contact__item-field select.is-selected {
  color: #000;
}
.l-contact__item-field textarea {
  height: 5rem;
  resize: none;
}
.l-contact__bottom {
  margin-top: 2rem;
}
.l-contact__privacy.is-error .l-contact__error {
  display: block;
}
.l-contact__privacy input[type=checkbox]:checked + .txt::after {
  opacity: 1;
}
.l-contact__privacy input[type=checkbox] + .txt {
  position: relative;
  display: inline-block;
  padding-left: 1.75rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  color: #fff;
}
.l-contact__privacy input[type=checkbox] + .txt a {
  text-decoration: underline;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .l-contact__privacy input[type=checkbox] + .txt a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-contact__privacy input[type=checkbox] + .txt a:active {
    opacity: 0.7;
  }
}
.l-contact__privacy input[type=checkbox] + .txt::before, .l-contact__privacy input[type=checkbox] + .txt::after {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  border: 0.125rem solid #E2E8F0;
  border-radius: 0.125rem;
  position: absolute;
  left: 0;
  top: 0;
}
.l-contact__privacy input[type=checkbox] + .txt::before {
  background: #fff;
}
.l-contact__privacy input[type=checkbox] + .txt::after {
  background: url(../images/top-fix/check.svg) no-repeat center/1rem auto;
  opacity: 0;
}
.l-contact__submit {
  margin-top: 2rem;
}
.l-contact__submit-btn {
  position: relative;
  background: #35BAC6;
  min-height: 3.875rem;
  width: 100%;
  border-radius: 0.25rem;
  color: #fff;
  transition: 0.3s ease-out;
  transition-property: opacity, transform;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
}
@media (hover: hover) {
  .l-contact__submit-btn:hover {
    opacity: 0.7;
    transform: translate(0.125rem, 0.125rem);
  }
}
@media (hover: none) {
  .l-contact__submit-btn:active {
    opacity: 0.7;
    transform: translate(0.125rem, 0.125rem);
  }
}
.l-contact__submit-btn .arrow {
  width: 0.75rem;
  aspect-ratio: 12/18;
  background: url(../images/top-fix/arrow-white.svg) no-repeat center/0.5625rem auto;
  position: absolute;
  top: 50%;
  right: 1.1875rem;
  transform: translateY(-50%);
}
.l-contact__error {
  color: red;
  display: none;
}

.l-thanks {
  min-height: calc(100vh - 2.125rem);
  padding-top: 4rem;
  display: flex;
  align-items: center;
  background: #fff;
  color: #000;
}
.l-thanks__ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .l-thanks__ttl {
    font-size: 1.75rem;
  }
}
.l-thanks__txt {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .l-thanks__txt {
    font-size: 1rem;
    text-align: center;
  }
}
.l-thanks__btn {
  background: #000000;
  color: #fff;
  width: 100%;
  min-height: 3.875rem;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1875rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: opacity, transform;
}
@media (hover: hover) {
  .l-thanks__btn:hover {
    opacity: 0.7;
    transform: translate(0.125rem, 0.125rem);
  }
}
@media (hover: none) {
  .l-thanks__btn:active {
    opacity: 0.7;
    transform: translate(0.125rem, 0.125rem);
  }
}
@media only screen and (min-width: 768px) {
  .l-thanks__btn {
    max-width: 20rem;
  }
}
.l-thanks__btn .sm {
  font-weight: 400;
}
.l-thanks__btn .arrow {
  width: 0.75rem;
  aspect-ratio: 12/18;
  background: url(../images/top-fix/arrow-white.svg) no-repeat center/0.5625rem auto;
  position: absolute;
  top: 50%;
  left: 1.1875rem;
  transform: translateY(-50%) scale(-1, -1);
}
.l-thanks__btn-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 20rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .l-thanks__btn-box {
    max-width: 100%;
    justify-content: center;
    flex-direction: row;
  }
}

.c-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.125rem;
}
.c-footer__copy {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.scroll-item.-fade {
  opacity: 0;
  transform: translateY(1.875rem) translateZ(0);
  transition: 0.5s ease-out;
  transition-property: opacity, transform, filter, visibility;
  filter: blur(10px);
}
.scroll-item.-fade.is-inview {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.scroll-item.-scroll {
  opacity: 0;
  transform: translate(20%, 1.875rem) translateZ(0);
  transition: 0.3s ease-out;
  transition-property: opacity, transform, visibility;
}
.scroll-item.-scroll.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}