@keyframes copySlideIn1 {
  0% {
    transform: scale(0, 1);
    transform-origin: center left;
  }
  48% {
    transform: scale(1, 1);
    transform-origin: center left;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: center right;
  }
  to {
    transform: scale(0, 1);
    transform-origin: center right;
  }
}
@keyframes copySlideIn2 {
  0% {
    transform: scale(1, 0);
    transform-origin: center top;
  }
  48% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  to {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
}
.is-op .fv__title::before {
  animation-play-state: running;
}
.is-op .fv__title > span {
  opacity: 1;
}

.main {
  color: #000;
}

.fv {
  position: relative;
}
.fv__head {
  color: #6ab9aa;
  position: absolute;
  z-index: 10;
}
@media (min-width: 768px) {
  .fv__head {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .fv__head {
    bottom: -18.67vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.fv__title {
  position: relative;
  display: inline-block;
}
.fv__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #6ab9aa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.fv__title > span {
  opacity: 0;
  transition-delay: 0.5s;
}
.fv__en {
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .fv__en {
    font-size: 154px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__en {
    font-size: 11.27vw;
  }
}
@media (max-width: 767px) {
  .fv__en {
    font-size: 20.53vw;
  }
}
@media (min-width: 768px) {
  .fv__ja {
    line-height: 38px;
    letter-spacing: 0.16em;
  }
}
.fv__slide {
  display: flex;
}
.fv__slide .swiper-wrapper {
  transition-timing-function: linear;
}

@media (min-width: 768px) {
  .team {
    padding: 80px 20px 100px;
  }
}
@media (max-width: 767px) {
  .team {
    padding: 29.33vw 0 45px;
  }
}
.team__head {
  line-height: 34px;
}
@media (min-width: 768px) {
  .team__head {
    letter-spacing: 0.16em;
  }
}
@media (max-width: 767px) {
  .team__head {
    letter-spacing: 0.08em;
  }
}
.team__title {
  position: relative;
  display: inline-block;
}
.team__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.team__title > span {
  opacity: 0;
  transition-delay: 0.5s;
}
.team__title.show::before {
  animation-play-state: running;
}
.team__title.show > span {
  opacity: 1;
}
.team__p {
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .team__p {
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .team__p {
    line-height: 34px;
  }
}

.business {
  position: relative;
}
@media (min-width: 768px) {
  .business {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .business {
    padding-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .business__wrapper {
    max-width: 1366px;
  }
}
.business__head {
  color: #6ab9aa;
  line-height: 1;
  z-index: 1;
}
@media (min-width: 768px) {
  .business__head {
    position: relative;
    font-size: 106px;
    margin-bottom: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .business__head {
    font-size: 7.76vw;
  }
}
@media (max-width: 767px) {
  .business__head {
    position: absolute;
    top: 60vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 10.4vw;
    letter-spacing: 0.04em;
  }
}
.business__title {
  position: relative;
  display: inline-block;
}
.business__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #6ab9aa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.business__title > span {
  opacity: 0;
  transition-delay: 0.5s;
}
.business__title.show::before {
  animation-play-state: running;
}
.business__title.show > span {
  opacity: 1;
}
@media (min-width: 768px) {
  .business__body {
    max-width: 1280px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .business__flex {
    gap: 0 80px;
  }
}
@media (max-width: 767px) {
  .business__1 .business__content {
    margin-top: 12vw;
  }
}
.business__content {
  flex: 1;
}
@media (min-width: 768px) {
  .business__content {
    min-width: 460px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .business__content {
    min-width: 33.67vw;
  }
}
@media (max-width: 767px) {
  .business__content {
    padding: 0 4vw;
  }
}
.business__img {
  transition: transform ease 1s, opacity ease 1s;
  opacity: 0;
  transform: translateY(50px);
}
@media (min-width: 768px) {
  .business__img {
    max-width: 730px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .business__img {
    max-width: 53.44vw;
  }
}
.business__img.show {
  opacity: 1;
  transform: translateY(0);
}
.business__subhead {
  line-height: 34px;
}
@media (min-width: 768px) {
  .business__subhead {
    letter-spacing: 0.16em;
  }
}
@media (max-width: 767px) {
  .business__subhead {
    letter-spacing: 0.08em;
  }
}
.business__subtitle {
  position: relative;
  display: inline-block;
}
.business__subtitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.business__subtitle > span {
  opacity: 0;
  transition-delay: 0.5s;
}
.business__subtitle.show::before {
  animation-play-state: running;
}
.business__subtitle.show > span {
  opacity: 1;
}
@media (min-width: 768px) {
  .business__p {
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .business__p {
    line-height: 34px;
    letter-spacing: 0.1em;
  }
}
.business__h4 {
  color: #6ab9aa;
  letter-spacing: -0.02em;
}
.business__ul {
  list-style: none;
  border-top: 1px solid #6ab9aa;
}
.business__li {
  padding: 20px;
}
.business__li + .business__li {
  border-top: 1px solid #6ab9aa;
}

.profile {
  background-color: #b3b38b;
}
@media (min-width: 768px) {
  .profile {
    padding: 70px 0 170px;
  }
}
@media (max-width: 767px) {
  .profile {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .profile__wrapper {
    max-width: 1105px;
    padding: 0 20px;
  }
}
.profile__title {
  position: relative;
  display: inline-block;
}
.profile__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.profile__title > span {
  opacity: 0;
  transition-delay: 0.5s;
}
.profile__title.show::before {
  animation-play-state: running;
}
.profile__title.show > span {
  opacity: 1;
}
.profile__ja {
  line-height: 34px;
  letter-spacing: 0.16em;
}
.profile__en {
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .profile__body .flex-pc {
    gap: 0 20px;
  }
}
@media (min-width: 768px) {
  .profile__body .flex-pc > .profile__box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .profile__body .flex-pc > .profile__box {
    padding: 30px;
  }
}
.profile__box {
  background-color: #fff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .profile__box {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .profile__box {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .profile__boxitem {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .profile__boxitem:first-child {
    width: 55%;
    padding-right: 30px;
    border-right: 1px solid #6c645e;
  }
}
@media (max-width: 767px) {
  .profile__boxitem:first-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #6c645e;
  }
}
@media (min-width: 768px) {
  .profile__boxitem:last-child {
    width: 45%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .profile__boxitem:last-child {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .profile__subtitle {
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .profile__p {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .profile__p {
    line-height: 36px;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .profile__p span {
    display: inline-block;
    line-height: 21px;
  }
}
.profile__notice {
  background-color: #6ab9aa;
  color: #fff;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .profile__notice {
    padding: 5px;
    max-width: 380px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .profile__notice {
    padding: 10px 5px;
  }
}
.profile__ul {
  list-style: none;
}
.profile__li {
  display: flex;
}
.profile__li span {
  display: inline-block;
  color: #6ab9aa;
  margin-right: 5px;
}

.member {
  position: relative;
  background-color: #329289;
}
@media (min-width: 768px) {
  .member {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .member {
    padding: 45px 0;
  }
}
.member__head {
  position: absolute;
}
@media (min-width: 768px) {
  .member__head {
    font-size: 144px;
    line-height: 1;
    letter-spacing: 0.04em;
    top: -61px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .member__head {
    font-size: 10.54vw;
    top: -4.47vw;
  }
}
.member__maintitle {
  position: relative;
  display: inline-block;
}
.member__maintitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.member__maintitle > span {
  opacity: 0;
  transition-delay: 0.5s;
}
.member__maintitle.show::before {
  animation-play-state: running;
}
.member__maintitle.show > span {
  opacity: 1;
}
@media (min-width: 768px) {
  .member__wrapper {
    display: grid;
    grid-template-areas: "item1" "title" "item2";
    grid-template-columns: 1fr;
    max-width: 1090px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .member__wrapper {
    overflow: hidden;
  }
}
.member__title {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .member__title {
    grid-area: title;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .member__title {
    font-size: 5.27vw;
  }
}
@media (max-width: 767px) {
  .member__title {
    float: left;
    width: 16vw;
    font-size: 15.33vw;
    white-space: nowrap;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
}
.member__items {
  list-style: none;
}
@media (min-width: 768px) {
  .member__items {
    gap: 0 5px;
  }
}
@media (max-width: 767px) {
  .member__items {
    float: right;
    width: 100%;
    margin-left: -20vw;
    padding-left: 20vw;
    gap: 5px 2.5px;
  }
}
@media (max-width: 767px) {
  .member__items + .member__items {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .member__1 {
    grid-area: item1;
  }
}
@media (min-width: 768px) {
  .member__2 {
    grid-area: item2;
  }
}
@media (min-width: 768px) {
  .member__item {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .member__item {
    width: calc(50% - 2.5px);
  }
}
.member__anc {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .member__anc img {
    transition: transform 0.3s;
  }
}
@media (min-width: 768px) {
  .member__anc:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .member__anc:hover .member__mask {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .member__anc:hover img {
    transform: scale(1.1);
  }
}
.member__mask {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(179, 179, 139, 0.75);
}
@media (min-width: 768px) {
  .member__mask {
    top: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
@media (max-width: 767px) {
  .member__mask {
    bottom: 0;
    right: 0;
    margin: auto;
    height: 18.67vw;
  }
}
.member__name {
  color: #fff;
}
.member__en {
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .member__en {
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .member__en {
    font-size: 4.8vw;
    line-height: 4.27vw;
  }
}
.member__ja {
  font-weight: normal;
}
@media (min-width: 768px) {
  .member__ja {
    line-height: 34px;
    letter-spacing: 0.16em;
  }
}
@media (max-width: 767px) {
  .member__ja {
    font-size: 3.73vw;
    line-height: 4.8vw;
    letter-spacing: -0.04em;
  }
}

.recruitment {
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .recruitment {
    padding: 110px 0 130px;
  }
}
@media (max-width: 767px) {
  .recruitment {
    padding: 50px 0 60px;
  }
}
@media (min-width: 768px) {
  .recruitment__wrapper {
    max-width: 1000px;
    padding: 0 20px;
  }
}
.recruitment__table {
  width: 100%;
  letter-spacing: 0.04em;
  border-top: 1px solid #747374;
  border-bottom: 1px solid #747374;
}
@media (min-width: 768px) {
  .recruitment__table {
    display: table;
    border-collapse: collapse;
  }
}
@media (max-width: 767px) {
  .recruitment__table tbody {
    display: block;
  }
}
.recruitment__table tr + tr {
  border-top: 1px solid #747374;
}
@media (max-width: 767px) {
  .recruitment__table tr {
    display: block;
    background-color: #fff;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment__table th, .recruitment__table td {
    display: block;
  }
}
@media (min-width: 768px) {
  .recruitment__table th {
    width: 208px;
    background-color: #6ab9aa;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .recruitment__table th {
    color: #6ab9aa;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .recruitment__table td {
    background-color: #fff;
    line-height: 34px;
    padding: 20px 20px 20px 60px;
  }
}
.recruitment__table td .fs10 {
  display: inline-block;
  vertical-align: middle;
  color: #6ab9aa;
}

.entry {
  background-color: #fff;
}
@media (min-width: 768px) {
  .entry {
    padding: 80px 0 100px;
  }
}
@media (max-width: 767px) {
  .entry {
    padding: 50px 0 55px;
  }
}
.entry__btn {
  position: relative;
  background-color: #6ab9aa;
  color: #000;
  border: 1px solid #000;
  max-width: 100%;
}
@media (min-width: 768px) {
  .entry__btn {
    width: 400px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .entry__btn {
    width: 320px;
    height: 60px;
  }
}
.entry__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}/*# sourceMappingURL=recruit.css.map */