@keyframes btngradient {
  0% {
    background: linear-gradient(90deg, #f8744f 0%, #f54614 100%);
  }
  10% {
    background: linear-gradient(90deg, #f8744f 10%, #f54614 100%);
  }
  15% {
    background: linear-gradient(90deg, #f8744f 15%, #f54614 100%);
  }
  25% {
    background: linear-gradient(90deg, #f8744f 25%, #f54614 100%);
  }
  40% {
    background: linear-gradient(90deg, #f8744f 40%, #f54614 100%);
  }
  50% {
    background: linear-gradient(90deg, #f8744f 50%, #f54614 100%);
  }
  60% {
    background: linear-gradient(90deg, #f8744f 60%, #f54614 100%);
  }
  75% {
    background: linear-gradient(90deg, #f8744f 75%, #f54614 100%);
  }
  80% {
    background: linear-gradient(90deg, #f8744f 80%, #f54614 100%);
  }
  90% {
    background: linear-gradient(90deg, #f8744f 90%, #f54614 100%);
  }
  100% {
    background: linear-gradient(90deg, #f8744f 100%, #f54614 100%);
  }
}
@keyframes btngradient--green {
  0% {
    background: linear-gradient(90deg, #0eb772 0%, #34b2e4 100%);
  }
  10% {
    background: linear-gradient(90deg, #0eb772 10%, #34b2e4 100%);
  }
  15% {
    background: linear-gradient(90deg, #0eb772 15%, #34b2e4 100%);
  }
  25% {
    background: linear-gradient(90deg, #0eb772 25%, #34b2e4 100%);
  }
  40% {
    background: linear-gradient(90deg, #0eb772 40%, #34b2e4 100%);
  }
  50% {
    background: linear-gradient(90deg, #0eb772 50%, #34b2e4 100%);
  }
  60% {
    background: linear-gradient(90deg, #0eb772 60%, #34b2e4 100%);
  }
  75% {
    background: linear-gradient(90deg, #0eb772 75%, #34b2e4 100%);
  }
  80% {
    background: linear-gradient(90deg, #0eb772 80%, #34b2e4 100%);
  }
  90% {
    background: linear-gradient(90deg, #0eb772 90%, #34b2e4 100%);
  }
  100% {
    background: linear-gradient(90deg, #0eb772 100%, #34b2e4 100%);
  }
}
.hdr--color {
  display: none;
}

.main {
  height: 100%;
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main__video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: #fff;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3;
}
.main:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/index/main-over.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.main__img {
  position: absolute;
  z-index: 20;
  width: 60%;
  height: 40%;
  max-width: 520px;
  max-height: 520px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 641px) {
  .main__img {
    height: 60%;
  }
}
.main__img img {
  vertical-align: middle;
}
.main__txt {
  font-weight: 700;
  font-size: 8vw;
  color: #fff;
  position: absolute;
  line-height: 1.7;
  z-index: 21;
  opacity: 0;
  transition: 5s;
  top: 20%;
  left: 5%;
  text-align: left;
}
@media screen and (min-width: 641px) {
  .main__txt {
    font-size: 6vw;
    height: 3em;
    width: 16em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .main__txt {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
.main__scroll {
  width: 62px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5vh;
  margin: auto;
  z-index: 21;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .main__scroll {
    bottom: 10vh;
  }
}

.main__bnr {
  position: absolute;
  bottom: 10%;
  right: 51%;
  z-index: 21;
  max-width: 42%;
  width: 600px;
}
.main__bnr:hover {
  opacity: 0.6;
}
.main__bnr img {
  width: 100%;
  height: auto;
}

.main__bnr02 {
  position: absolute;
  bottom: 10%;
  left: 51%;
  z-index: 21;
  max-width: 42%;
  width: 600px;
}
.main__bnr02:hover {
  opacity: 0.6;
}
.main__bnr02 img {
  width: 100%;
  height: auto;
}

.main__bnr-wrap-sp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50px;
  z-index: 21;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 15px 20px;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .main__bnr-wrap-sp {
    display: none !important;
  }
}

.main__bnr-sp,
.main__bnr02-sp {
  display: block;
  max-width: 400px;
  margin-inline: auto;
}
.main__bnr-sp img,
.main__bnr02-sp img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.main__scroll-sp {
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 21;
}
@media screen and (min-width: 641px) {
  .main__scroll-sp {
    display: none !important;
  }
}
.main__scroll-sp img {
  display: block;
  height: 155px;
  width: auto;
}

.blog {
  padding: 50px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .blog {
    padding: 80px 0 0;
  }
}
.blog__main {
  transform: translate(-100%);
  opacity: 0;
  transition: 0.5s;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .blog__main {
    width: 92%;
    margin: auto;
  }
}
.blog__strong {
  color: #fff;
  background: linear-gradient(90deg, #f54614 0%, #f8744f 100%);
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  margin-bottom: 0;
}
.blog__btn {
  margin: 30px auto 0;
  padding: 1.4em 0;
}
@media screen and (min-width: 641px) {
  .blog__btn {
    margin: 50px auto 0;
  }
}

.member {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .member {
    padding: 150px 100px 100px;
  }
}
@media screen and (min-width: 1200px) {
  .member {
    padding: 250px 100px 100px;
  }
}
@media screen and (min-width: 961px) {
  .member__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.member__ttlarea {
  display: block;
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transform: translate(-100%);
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (min-width: 641px) {
  .member__ttlarea {
    width: 415px;
    margin-left: 30px;
    display: inline-block;
  }
}
.member__img {
  width: 80%;
}
@media screen and (min-width: 641px) {
  .member__img {
    margin-top: 40px;
    width: 56%;
  }
}
.member__img img {
  transform: translate(100%);
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.member__strong {
  color: #fff;
  background: linear-gradient(90deg, #f54614 0%, #f8744f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 20px 0;
}
.member__txt {
  margin: 80px auto 0;
  line-height: 2em;
  opacity: 0;
  max-width: 92%;
}
@media screen and (min-width: 641px) {
  .member__txt {
    margin: 100px auto 0;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
}
.member__btn {
  margin: 50px auto 0;
  opacity: 0;
  padding: 1.4em 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 641px) {
  .member__btn {
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 961px) {
  .member-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .member-list {
    width: 80%;
    margin: -50px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .member-list {
    width: 90%;
    margin: -36vw auto 0;
  }
  .member-list * {
    max-width: none;
  }
}
@media screen and (min-width: 961px) {
  .member-list {
    margin-top: -22vw;
  }
}
.member-list .slick-prev:before,
.member-list .slick-next:before {
  color: #000;
}
.member-list .slick-next {
  right: -10px;
}
.member-list .slick-prev {
  left: -10px;
}

.member-item {
  background: linear-gradient(90deg, #f2d6b1 0%, #fcf5ec 100%);
  position: relative;
}
@media screen and (max-width: 960px) {
  .member-item {
    margin: 0 1%;
  }
}
@media screen and (min-width: 961px) {
  .member-item {
    width: 32.64%;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s;
  }
  .member-item:not(:nth-child(3n)) {
    margin-right: 1.04%;
  }
  .member-item:first-child {
    background: linear-gradient(90deg, #f2d6b1 0%, #f6e2c5 100%);
  }
  .member-item:nth-child(2) {
    background: linear-gradient(90deg, #f6e2c5 0%, #f9ecd9 100%);
  }
  .member-item:nth-child(3) {
    background: linear-gradient(90deg, #f9ecd9 0%, #fcf5ec 100%);
  }
}
.member-item__over {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(../images/common/check-black.png);
  opacity: 0.2;
  transition: 0.5s;
}
.member-item__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  padding: 14% 5%;
  overflow: hidden;
}
.member-item__txt {
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: -0.1em;
  max-width: 95%;
  font-size: 6.56vw;
  color: #f54614;
}
@media screen and (min-width: 641px) {
  .member-item__txt {
    font-size: 3vw;
  }
}
@media screen and (min-width: 961px) {
  .member-item__txt {
    font-size: 1.92vw;
  }
}
.member-item__name {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Sans", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #f8744f;
  opacity: 0.5;
  margin-top: 20px;
  font-size: 11.1vw;
}
@media screen and (min-width: 641px) {
  .member-item__name {
    font-size: 4.76vw;
  }
}
@media screen and (min-width: 961px) {
  .member-item__name {
    font-size: 3.96vw;
  }
}
.member-item__img {
  filter: grayscale(100%);
  overflow: hidden;
  transition: 0.5s;
  max-width: 100%;
  position: relative;
  z-index: 9;
}
.member-item__img img {
  margin-left: 50%;
  vertical-align: bottom;
  transition: 0.5s;
  max-width: 100%;
}
.member-item__job {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 1em;
  text-align: center;
  width: 80%;
  margin: auto;
  bottom: -1.5em;
  left: 0;
  right: 0;
  transition: 0.5s;
  z-index: 11;
}
@media screen and (min-width: 641px) {
  .member-item__job {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 960px) {
  .member-item__job {
    bottom: 1em;
  }
}
.member-item__job--marketing {
  color: #00e3d5;
}
.member-item__job--creative {
  color: #fd0075;
}
.member-item__job--consulting {
  color: #3399ff;
}
.member-item__job--administration {
  color: #f54614;
}
.member-item a {
  display: block;
  position: relative;
  z-index: 11;
}
.member-item a:hover .member-item__over {
  display: none;
}
.member-item a:hover .member-item__job {
  background: #fff;
  color: #000;
}
.member-item a:hover .member-item__img {
  filter: grayscale(0%);
}
.member-item a:hover .member-item__img img {
  margin-left: 0;
}

.about-us {
  padding-top: 60px;
}
@media screen and (min-width: 641px) {
  .about-us {
    padding-top: 80px;
  }
}
@media screen and (min-width: 961px) {
  .about-us {
    padding-top: 120px;
  }
}

.about-us__logo {
  position: absolute;
  top: -140px;
  left: -220px;
  width: 424px;
  height: 273px;
}

.about-us__header {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .about-us__header {
    margin-bottom: 50px;
  }
}

.about-us__title {
  font-family: "Montserrat", "Montserrat", "Noto Sans JP", "Hiragino Sans", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 800;
  font-size: 8vw;
  color: #000;
  letter-spacing: 2px;
}
@media screen and (min-width: 641px) {
  .about-us__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  .about-us__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.about-us__subtitle {
  display: block;
  margin-top: 12px;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(90deg, #f54614 0%, #f8744f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .about-us__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 641px) {
  .about-us__content {
    display: flex;
    flex-wrap: wrap;
  }
}
.about-us__content {
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.about-us__img {
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 640px) {
  .about-us__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  .about-us__img {
    width: 45.83%;
  }
}
.about-us__img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .about-us__body {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .about-us__body {
    width: 50%;
  }
}

.about-us__text {
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .about-us__text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 36px;
  }
}

.about-us__list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .about-us__list {
    gap: 16px;
  }
}

.about-us__link {
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 641px) {
  .about-us__link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.about-us__link:hover {
  opacity: 0.7;
}

.about-us__icon {
  width: 16px;
  height: auto;
  margin-right: 8px;
}
@media screen and (min-width: 641px) {
  .about-us__icon {
    width: 28px;
    margin-right: 10px;
  }
}

.about-us__link-text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 641px) {
  .about-us__link-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.recruit-cta {
  position: relative;
  padding: 40px 20px;
  background-image: url("../images/index/recruit-bg.png");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 641px) {
  .recruit-cta {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 961px) {
  .recruit-cta {
    padding: 80px 50px;
  }
}

.recruit-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(245, 70, 20, 0.1);
  z-index: 1;
}

.recruit-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 1346px;
  margin: 0 auto;
}
@media screen and (min-width: 1300px) {
  .recruit-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
  }
}

.recruit-cta__left {
  margin-bottom: 16px;
}
@media (max-width: 1300px) {
  .recruit-cta__left {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 640px) {
  .recruit-cta__left {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (min-width: 1300px) {
  .recruit-cta__left {
    flex-shrink: 0;
    margin-bottom: 0;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.recruit-cta__title {
  font-family: "Montserrat", "Montserrat", "Noto Sans JP", "Hiragino Sans", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 800;
  font-size: 10vw;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 12px;
}
@media screen and (min-width: 641px) {
  .recruit-cta__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 961px) {
  .recruit-cta__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.recruit-cta__label {
  display: block;
  color: #f54614;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .recruit-cta__label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.recruit-cta__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 641px) {
  .recruit-cta__text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.recruit-cta__btn-wrap {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
@media (max-width: 1300px) {
  .recruit-cta__btn-wrap {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .recruit-cta__btn-wrap {
    display: block;
    max-width: 1346px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -44px;
  }
}

.recruit-cta__btn-wrap--inner {
  display: none;
  margin: 16px 0;
}
@media (max-width: 1300px) {
  .recruit-cta__btn-wrap--inner {
    display: block;
  }
}

a.recruit-cta__btn {
  display: block;
  background: linear-gradient(90deg, #f54614 0%, #fcb206 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 25px;
  transition: opacity 0.3s ease;
  margin: 0;
  border-radius: 8px 50px 8px 8px;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  a.recruit-cta__btn {
    border-radius: 8px 50px 0px 8px;
    height: 86px;
    font-size: 20px;
    padding: 18px 30px;
  }
}

.recruit-cta__btn:hover {
  opacity: 0.8;
}

.recruit-cta__btn span {
  line-height: 1.4;
}

.recruit-cta__right {
  flex: 1;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .recruit-cta__right {
    padding-left: 20px;
  }
}

.recruit-cta__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 641px) {
  .recruit-cta__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1300px) {
  .recruit-cta__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    translate: -20px 0px;
  }
}

.recruit-cta__card {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 4px 50px 4px 4px;
  overflow: hidden;
  padding: 24px 44px 24px 24px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.recruit-cta__card-badge {
  color: #f54614;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
}

.recruit-cta__card-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (min-width: 961px) {
  .recruit-cta__card-title {
    font-size: 20px;
  }
}

.recruit-cta__card-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.recruit-cta__card-tag {
  display: inline-block;
  border: 1px solid #f54614;
  color: #f54614;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 9999px;
}

.recruit-cta__card-desc {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
}

.recruit-cta__card-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(180deg, #f54614 0%, #f8744f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.recruit-cta__card:hover .recruit-cta__card-more {
  opacity: 0.8;
}

.recruit-cta__card-more img {
  width: 20px;
  height: auto;
}

.culture {
  padding-top: 60px;
}
@media screen and (min-width: 641px) {
  .culture {
    padding-top: 80px;
  }
}
@media screen and (min-width: 961px) {
  .culture {
    padding-top: 120px;
  }
}

.culture__logo {
  position: absolute;
  bottom: -100px;
  right: -180px;
  width: 424px;
  height: 273px;
}

.culture__header {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .culture__header {
    margin-bottom: 50px;
  }
}

.culture__title {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Sans", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 800;
  font-size: 8vw;
  letter-spacing: 2px;
  color: #000;
}
@media screen and (min-width: 641px) {
  .culture__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  .culture__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.culture__subtitle {
  display: block;
  line-height: 1.5;
  margin-top: 12px;
  color: #fff;
  background: linear-gradient(90deg, #f54614 0%, #f8744f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .culture__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 641px) {
  .culture__content {
    display: flex;
    flex-wrap: wrap;
  }
}
.culture__content {
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.culture__img {
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 640px) {
  .culture__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  .culture__img {
    width: 45.83%;
  }
}
.culture__img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .culture__body {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .culture__body {
    width: 50%;
  }
}

.culture__text {
  line-height: 2em;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .culture__text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 36px;
  }
}

.culture__list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .culture__list {
    gap: 16px;
  }
}

.culture__link {
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 641px) {
  .culture__link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.culture__link:hover {
  opacity: 0.7;
}

.culture__icon {
  width: 16px;
  height: auto;
  margin-right: 8px;
}
@media screen and (min-width: 641px) {
  .culture__icon {
    width: 28px;
    margin-right: 10px;
  }
}

.culture__link-text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 641px) {
  .culture__link-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.join-us {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 641px) {
  .join-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 961px) {
  .join-us {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.join-us__logo {
  position: absolute;
  bottom: -100px;
  left: -220px;
  width: 424px;
  height: 273px;
}

.join-us__header {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .join-us__header {
    margin-bottom: 50px;
  }
}

.join-us__title {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Sans", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 800;
  font-size: 8vw;
  letter-spacing: 2px;
  color: #000;
}
@media screen and (min-width: 641px) {
  .join-us__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  .join-us__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.join-us__subtitle {
  display: block;
  line-height: 1.5;
  margin-top: 12px;
  color: #fff;
  background: linear-gradient(90deg, #f54614 0%, #f8744f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .join-us__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 641px) {
  .join-us__content {
    display: flex;
    flex-wrap: wrap;
  }
}
.join-us__content {
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.join-us__img {
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 640px) {
  .join-us__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  .join-us__img {
    width: 45.83%;
  }
}
.join-us__img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .join-us__body {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .join-us__body {
    width: 50%;
  }
}

.join-us__text {
  line-height: 2em;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .join-us__text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 36px;
  }
}

.join-us__list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .join-us__list {
    gap: 16px;
  }
}

.join-us__link {
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 641px) {
  .join-us__link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.join-us__link:hover {
  opacity: 0.7;
}

.join-us__icon {
  width: 16px;
  height: auto;
  margin-right: 8px;
}
@media screen and (min-width: 641px) {
  .join-us__icon {
    width: 28px;
    margin-right: 10px;
  }
}

.join-us__link-text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 641px) {
  .join-us__link-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.activities {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/index/bg-activities.png) repeat;
  background-size: contain;
}
@media screen and (min-width: 641px) {
  .activities {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 961px) {
  .activities {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.activities__header {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .activities__header {
    margin-bottom: 60px;
  }
}

.activities__title {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Sans", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 800;
  font-size: 8vw;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (min-width: 641px) {
  .activities__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  .activities__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.activities__subtitle {
  display: block;
  margin-top: 10px;
  color: #fff;
  background: linear-gradient(90deg, #f54614 0%, #f8744f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .activities__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.activities__scroll {
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (min-width: 641px) {
  .activities__scroll {
    margin-bottom: 80px;
  }
}

.activities__scroll-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.activities__scroll-track img {
  display: block;
  max-width: none;
  width: 1098px;
  height: 60px;
}
@media screen and (min-width: 641px) {
  .activities__scroll-track img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 180px;
  }
}
.activities__scroll-track--left {
  animation: scroll-left 30s linear infinite;
}
.activities__scroll-track--right {
  animation: scroll-right 30s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.activities__item {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 641px) {
  .activities__item {
    margin-bottom: 80px;
  }
}
.activities__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .activities__item--tushin .activities__item-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media screen and (min-width: 641px) {
  .activities__item-content {
    width: 47.5%;
  }
}

.activities__item-logo {
  margin-bottom: 20px;
  margin-inline: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (min-width: 641px) {
  .activities__item-logo {
    margin-bottom: 40px;
  }
}
.activities__item-logo img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.activities__item--dera .activities__item-logo img {
  display: block;
  margin: 0 auto;
  max-width: 450px;
}
@media screen and (max-width: 640px) {
  .activities__item--dera .activities__item-logo img {
    max-width: 280px;
  }
}

.activities__item--tushin .activities__item-logo {
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) {
  .activities__item--tushin .activities__item-logo {
    margin-bottom: 50px;
  }
}
.activities__item--tushin .activities__item-logo img {
  max-width: 280px;
}
@media screen and (max-width: 640px) {
  .activities__item--tushin .activities__item-logo img {
    max-width: 200px;
  }
}

.activities__item--tushin .activities__item-text {
  text-align: left;
}

.activities__item--tushin .activities__item-btn {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .activities__item--tushin .activities__item-btn {
    margin: 0;
  }
}

.activities__item-text {
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .activities__item-text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

a.activities__item-btn {
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  a.activities__item-btn {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (min-width: 641px) {
  a.activities__item-btn {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 16px 52px;
  }
}
a.activities__item-btn:link, a.activities__item-btn:visited {
  color: #fff;
}
a.activities__item-btn:hover {
  background: #fff;
  color: #000;
}
a.activities__item-btn span {
  margin-right: 10px;
}
a.activities__item-btn svg {
  width: 14px;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .activities__item-img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 641px) {
  .activities__item-img {
    width: 47.5%;
  }
}
.activities__item-img img {
  width: 100%;
  height: auto;
}

.require {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .require {
    padding: 150px 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .require {
    padding: 250px 0 200px;
  }
}
.require {
  position: relative;
}
.require__img {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
  width: 90%;
  transition: 0.5s;
  transform: translateX(100%);
}
@media screen and (min-width: 961px) {
  .require__img {
    width: 81.25%;
    top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .require__img {
    top: 250px;
  }
}
.require__bg {
  margin: 0 0 0 auto;
  z-index: 0;
  width: 75%;
  transition: 0.5s;
  transform: translateX(100%);
}
@media screen and (min-width: 961px) {
  .require__bg {
    width: 50%;
  }
}
.require__main {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-100%);
}
@media screen and (max-width: 960px) {
  .require__main {
    width: 92%;
    margin: -15vw auto 0px;
  }
}
@media screen and (min-width: 961px) {
  .require__main {
    width: 890px;
    margin-left: 18.75%;
    max-width: 81.25%;
    margin-top: -7vw;
  }
}
.require__strong {
  color: #fff;
  background: linear-gradient(90deg, #f54614 0%, #f8744f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 20px auto 40px;
  display: inline-block;
}
.require__txt {
  line-height: 2em;
}
@media screen and (min-width: 641px) {
  .require__btnarea {
    display: flex;
    flex-wrap: wrap;
  }
}
.require__btnarea {
  max-width: 1200px;
  margin: 50px auto 0;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 641px) {
  .require__btnarea {
    justify-content: space-around;
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 961px) {
  .require__btnarea {
    margin: 100px auto 0;
  }
}
.require__btn {
  width: 370px;
  padding: 1.4em 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .require__btn {
    margin: 10px auto;
  }
}
@media screen and (min-width: 641px) {
  .require__btn {
    font-size: 16px;
    font-size: 1rem;
    max-width: 30%;
  }
}

/* add netengage start */
.ease {
  background: url(../images/message/ease-bg01.png) no-repeat top left;
  background-position-y: 10%;
  margin-bottom: 80px;
  opacity: 1 !important;
}
@media screen and (max-width: 960px) {
  .ease {
    background-size: 70%;
  }
}
@media screen and (max-width: 640px) {
  .ease {
    background-size: 60%;
  }
}
.ease__strong {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .ease__strong br {
    display: none !important;
  }
}
.ease__txt {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 8%;
  line-height: 2em;
  margin-bottom: 40px;
}
.ease__txt p {
  margin-bottom: 2em;
}
@media screen and (max-width: 640px) {
  .ease__txt {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
  }
}
.ease__read {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .ease__read {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.ease__btn {
  margin: 50px auto 0;
  padding: 1.4em 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 641px) {
  .ease__btn {
    margin: 80px auto 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog__btn {
  margin: 50px auto 0;
  padding: 1.4em 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 641px) {
  .blog__btn {
    margin: 80px auto 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* add netengage start */
.overflow-hidden-wrapper {
  overflow: hidden;
}
/*# sourceMappingURL=maps/index.css.map */
