@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
  font-family: 'D-DIN';
  src: url('/fonts/d-din/D-DIN.woff2') format('woff2'),
       url('/fonts/d-din/D-DIN.woff') format('woff'),
       url('/fonts/d-din/D-DIN.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'D-DIN';
  src: url('/fonts/d-din/D-DIN-Bold.woff2') format('woff2'),
       url('/fonts/d-din/D-DIN-Bold.woff') format('woff'),
       url('/fonts/d-din/D-DIN-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'D-DIN';
  src: url('/fonts/d-din/D-DIN-Italic.woff2') format('woff2'),
       url('/fonts/d-din/D-DIN-Italic.woff') format('woff'),
       url('/fonts/d-din/D-DIN-Italic.otf') format('opentype');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

/* https://cloudcasting.jp/cast/ */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

/* アンカーリンクのターゲット要素にスクロールマージンを設定 */
#lp-about,
#lp-job,
#lp-voice,
#lp-flow,
#lp-faq {
  scroll-margin-top: 120px;
}

.area-all {
  background-color: transparent;
  overflow: hidden;
}


/* 共通デザイン */
a:hover {
  opacity: 0.8;
}

.bg {z-index: -1;}

.js-scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.js-scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-scroll-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.lp-about__h,
.lp-job__h,
.lp-voice__h,
.lp-flow__h,
.lp-faq__h {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #48485A;
}

.lp-about__h::after,
.lp-job__h::after,
.lp-voice__h::after,
.lp-flow__h::after,
.lp-faq__h::after {
  content: '';
  display: block;
  width: 100px;
  height: 10px;
  background: linear-gradient(to right, #6E96FF, #AC47FF);
  border-radius: 5px;
  margin: 30px auto 20px;
}

.lp-about__text,
.lp-job__text {
  font-size: 18px;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 900px;
  font-weight: 500;
  line-height: 32px;
  color: #48485A;
}

.lp-companies__h,
.lp-production__h {
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(to right, #6E96FF, #AC47FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.lp-register-btn {
  position: relative;
  max-width: 412px;
}

.lp-register-btn:hover {
  opacity: 0.8;
}

.lp-register-btn__label {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 60%;
  min-height: 35px;
  transform: translateX(-50%);
  background: #4A485A;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-register-btn__label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  width: 18px;
  height: 21px;
  background-image: url('/images/model/lp/register_btn_logo.svg');
}

.lp-register-btn__label::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4A485A;
}

.lp-register-btn a {
  min-height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(90deg, #FFA200, #FF00A9, #B100FF);
  box-shadow: 0 8px 0 #6A3555;
  transition: transform 0.2s, box-shadow 0.2s;
}

.lp-register-btn a:hover {
  opacity: unset;
}

.lp-register-btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  width: 18px;
  height: 21px;
  background-image: url('/images/model/lp/register_btn_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lp-bg__shape-round-blue {
  position: absolute;
  z-index: -1;
  background-color: #99B8FF;
  border-radius: 50%;
}

.lp-bg__shape-round-skyblue {
  position: absolute;
  z-index: -1;
  background-color: #99E0FF;
  border-radius: 50%;
}

.lp-bg__shape-round-blue-border {
  position: absolute;
  z-index: -1;
  background-color: transparent;
  border: 2px solid #99B8FF;
  border-radius: 50%;
}

.lp-bg__shape-round-skyblue-border {
  position: absolute;
  z-index: -1;
  background-color: transparent;
  border: 2px solid #99E0FF;
  border-radius: 50%;
}


/* header */
.lp-top-header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 100; 
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lp-top-header__inner {
  max-width: 1440px;
  width: 95%;
  margin: 25px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lp-top-header__logo {
  width: 324px;
  height: 32px;
}

.lp-top-header__logo img {
  width: 100%;
  height: 100%;
}

.lp-top-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-top-header__menu__btn {
  margin-left: 20px;
  color: #48485A;
}

.lp-top-header__menu__btn:hover {
  opacity: 0.8;
}

.lp-top-header__menu__btn a {
  font-size: 15px;
  font-weight: 500;
}

.lp-top-header__menu__btn.underline a {
  text-decoration: underline;
}

.lp-top-header__menu__btn--registration a{
  font-size: 18px;
  min-height: 46px;
  padding: 0 40px;
  font-weight: normal;
  box-shadow: none;
}

.lp-top-header__menu__btn--registration a::after {
  right: 18px;
  width: 12px;
  height: 16px;
}

/* SP Menu */
.lp-top-headermenu-sp-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.lp-top-headermenu-sp {
  position: fixed;
  top: 52px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  z-index: 99;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  right: -100%;
}

.lp-top-headermenu-sp.is-open {
  right: 0;
}

.lp-top-headermenu-sp__wrap {
  padding: 40px 20px 20px;
}

.lp-top-headermenu-sp__list {
  list-style: none;
  margin: auto;
  padding: 0;
  max-width: 400px;
}

.lp-top-headermenu-sp__list .lp-top-header__menu__btn:first-child::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #6E96FF, #AC47FF);
}

.lp-top-headermenu-sp__list .lp-top-header__menu__btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #6E96FF, #AC47FF);
}

.lp-top-headermenu-sp__list li a {
  display: block;
  padding: 15px 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.lp-top-headermenu-sp__list li a:hover {
  background-color: #f5f5f5;
}

.lp-top-header__menu__registration-btn {
    margin-top: 30px;
}

          
/* mv */
.lp-mv {
  width: 100%;
  padding-top: 100px;
}

.lp-mv__inner {
  max-width: 1440px;
  margin: 140px auto 220px;
  display: flex;
  align-items: center;
  position: relative;
}

.lp-mv__content {
  margin-left: 10%;
}

.lp-mv__title {
  position: relative;
  margin-right: auto;
  /* margin-top: 140px; */
  font-size: 69px;
  font-weight: bold;
  color: #48485A;
}

.lp-mv__register-btn {
  margin-top: 120px;
}

.lp-mv__title__highlight {
  font-weight: bold;
  background: linear-gradient(90deg, #FFA200, #FF00A9, #B100FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-mv__images {
  position: relative;
  flex: 1;
  align-self: stretch;
}

.lp-mv__images__title {
  position:absolute;
  top: -123px;
  left: -62px;
  width: 400px; /* 直径 */
  height: 400px; /* 直径 */
  font-size: 15px;
  text-align: center;
  transform: rotate(-21deg); /* 円の回転 */
}

.lp-mv__images__title span {
  font-size: 25px;
  font-weight: bold;
  color: #48485A;
  position: absolute;
  top: 0;
  left: calc(50% - 15px); /* 中心点、、文字サイズ分ずらす */
  display: inline-block;
  width: 30px; /* 文字サイズより小さくしない */
  height: 50%; /* 半径 */
  transform-origin: center bottom;
}

.lp-mv__images__title span:nth-child(1) {
  transform: rotate(-50deg);
}

.lp-mv__images__title span:nth-child(2) {
  transform: rotate(-42deg);
}

.lp-mv__images__title span:nth-child(3) {
  transform: rotate(-34deg);
}

.lp-mv__images__title span:nth-child(4) {
  transform: rotate(-26deg);
}

.lp-mv__images__title span:nth-child(5) {
  transform: rotate(-18deg);
}

.lp-mv__images__title span:nth-child(6) {
  transform: rotate(-10deg);
}

.lp-mv__images__title span:nth-child(7) {
  transform: rotate(-2deg);
}

.lp-mv__images__title span:nth-child(8) {
  transform: rotate(3deg);
}

.lp-mv__images__title span:nth-child(9) {
  transform: rotate(7deg);
}

.lp-mv__images__title span:nth-child(10) {
  transform: rotate(11deg);
}

.lp-mv__images__title span:nth-child(11) {
  transform: rotate(16deg);
}

.lp-mv__images__title span:nth-child(12) {
  transform: rotate(21deg);
}

.lp-mv__images__title span:nth-child(13) {
  transform: rotate(28deg);
}

.lp-mv__images__title span:nth-child(14) {
  transform: rotate(34deg);
}

.lp-mv__images__title span:nth-child(15) {
  transform: rotate(37deg);
}


.lp-mv__images__item01 {
  position: absolute;
  top: 70px;
  left: 20%;
  width: 62%;
  transform: translate(-50%, -50%);
}

.lp-mv__images__item02 {
  position: absolute;
  top: 43px;
  width: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
}

.lp-mv__images__item03 {
  position: absolute;
  top: 350px;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
}

.lp-mv__images__item01 img,
.lp-mv__images__item02 img,
.lp-mv__images__item03 img {
  width: 100%;
  height: 100%;
}

.lp-mv__bg__img01 {
  position: absolute;
  top: -1100px;
  left: -1200px;
  width: 2500px;
  height: 1800px;
  z-index: -1;
}

.lp-mv__bg__img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-mv__bg__img02 {
  position: absolute;
  top: -400px;
  right: -220px;
  width: 400px;
  height: 400px;
  z-index: -1;
}

.lp-mv__bg__img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-mv__bg__img03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lp-mv__bg__img03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-mv__bg__img04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lp-mv__bg__img04 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-mv__bg__shape01 {
  top: 70px;
  left: 60px;
  width: 24px;
  height: 24px;
}

.lp-mv__bg__shape02 {
  top: 200px;
  left: 15px;
  width: 80px;
  height: 80px;
}

.lp-mv__bg__shape03 {
  bottom: -130px;
  left: 490px;
  width: 225px;
  height: 225px;
}

.lp-mv__bg__shape04 {
  bottom: -130px;
  left: 730px;
  width: 32px;
  height: 32px;
}


/* about */
.lp-about {
  width: 100%;
}

.lp-about__inner {
  max-width: 1440px;
  margin: 0 auto 100px;
  position: relative;
}

.lp-about__bg__img01 {
  position: absolute;
  top: 320px;
  right: -490px;
  width: 850px;
  height: 800px;
  z-index: -1;
}

.lp-about__bg__img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-about__bg__img02 {
  position: absolute;
  top: -140px;
  left: -300px;
  width: 611px;
  height: 536px;
  z-index: -1;
}

.lp-about__bg__img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-about__bg__img03 {
  position: absolute;
  top: 950px;
  left: -200px;
  width: 550px;
  height: 560px;
  z-index: -1;
}

.lp-about__bg__img03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-about__bg__img04 {
  position: absolute;
  bottom: 500px;
  right: -430px;
  width: 710px;
  height: 710px;
  z-index: -1;
}

.lp-about__bg__img04 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.lp-about__bg__shape01 {
  top: 0;
  right: -20px;
  width: 146px;
  height: 146px;
}

.lp-about__bg__shape02 {
  top: 200px;
  right: 140px;
  width: 14px;
  height: 14px;
}

.lp-about__bg__shape03 {
  top: 700px;
  left: 20px;
  width: 15px;
  height: 15px;
}

.lp-about__bg__shape04 {
  top: 750px;
  left: 30px;
  width: 71px;
  height: 71px;
}

.lp-about__bg__shape05 {
  top: 720px;
  left: 700px;
  width: 127px;
  height: 127px;
}

.lp-about__bg__shape06 {
  top: 810px;
  left: 800px;
  width: 25px;
  height: 25px;
}

.lp-about__bg__shape07 {
  top: 1200px;
  right: 200px;
  width: 16px;
  height: 16px;
}

.lp-about__bg__shape08 {
  top: 1200px;
  right: -90px;
  width: 240px;
  height: 240px;
}

.lp-about__bg__shape09 {
  top: 1250px;
  left: 600px;
  width: 60px;
  height: 60px;
}

.lp-about__bg__shape10 {
  top: 1700px;
  left: -25px;
  width: 175px;
  height: 175px;
}

.lp-about__bg__shape11 {
  top: 1750px;
  left: 830px;
  width: 13px;
  height: 13px;
}

.lp-about__bg__shape12 {
  top: 2000px;
  left: 50px;
  width: 21px;
  height: 21px;
}

.lp-about__bg__shape13 {
  top: 2330px;
  left: 500px;
  width: 21px;
  height: 21px;
}

.lp-about__bg__shape14 {
  top: 2250px;
  left: 500px;
  width: 100px;
  height: 100px;
}

.lp-about__bg__shape15 {
  bottom: 550px;
  right: -30px;
  width: 100px;
  height: 100px;
}

.lp-about__list {
  padding: 0 10%;
}

.lp-about__item {
  margin-top: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-about__item__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.lp-about__item__title__number {
  font-family: "D-DIN", sans-serif !important;
  font-size: 100px;
  font-weight: bold;
  color: #FFF;
  -webkit-text-stroke: 4px #7292FF;
  text-stroke: 4px #7292FF;
  paint-order: stroke;
  text-shadow: 5px 0 0 #7292FF;
  margin-right: 10px;
}

.lp-about__item__h {
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(to right, #6E96FF, #AC47FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-about__item__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #48485A;
  margin-bottom: 20px;
}

.lp-about__item__content {
  max-width: 580px;
}

.lp-about__supplement__img {
  width: 500px;
}

.lp-about__job-list__item {
  display: grid;
  align-items: center;
  grid-template-rows: 83px 1fr;
  grid-template-columns: 83px 1fr;
  width: 335px;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0 0 10px rgba(74, 72, 90, 0.2);
  font-size: 14px;
  font-weight: 500;
  color: #48485A;
  overflow: hidden;
  background: #FFF;
}

.lp-about__job-list__item:nth-child(1) {
  margin-left: auto;
  margin-right: 127px;
}

.lp-about__job-list__item:nth-child(2) {
  margin-right: auto;
  margin-left: 227px;
}

.lp-about__job-list__item__genre {
  color: #141574;
  background-color: #EFF2F6;
  text-align: center;
  margin: 5px;
}

.lp-about__job-list__item__place {
  color: #141574;
  padding-left: 30px;
  position: relative;
}

.lp-about__job-list__item__place::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url('/images/model/lp/about_job-place-icon.png');
  background-size: contain;
}

.lp-about__job-list__item__text {
  padding: 0 30px;
}

.lp-about__chat {
  margin-left: 150px;
}

.lp-about__chat__item {
  margin: 15px 0;
}

.lp-about__chat__item__text {
  color: #FFF;
  border-radius: 15px;
  padding: 10px;
}

.lp-about__chat__item__text--person1 {
  background-color: #A84DFF;
  width: 180px;
  margin-left: 100px;
  position: relative;
  font-weight: 400;
}

.lp-about__chat__item__text--person1::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  height: 40px;
  background-image: url('/images/model/lp/about_chat-icon02.png');
  background-size: contain;
  border-radius: 20px;
}

.lp-about__chat__item__text--person2 {
  background-color: #90B2FF;
  width: 220px;
  position: relative;
}

.lp-about__chat__item__text--person2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -49px;
  width: 40px;
  height: 40px;
  background-image: url('/images/model/lp/about_chat-icon01.png');
  background-size: contain;
  border-radius: 20px;
}

.lp-about__job2-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 50px;
}

.lp-about__job2-list__item {
  width: 168px;
  position: relative;
}

.lp-about__job2-list__item:nth-child(3) {
  margin-left: 80px;
}

.lp-about__job2-list__item__img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

.lp-about__job2-list__item__img img {
  width: 100%;
  height: 100%;
}

.lp-about__job2-list__item__genre {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #FFF;
  background-color: #141574;
  font-size: 14px;
  padding: 1px 10px;
  border-radius: 10px;
}


/* job */
.lp-job {
  width: 100%;
}

.lp-job__inner {
  max-width: 1440px;
  margin: 0 auto 50px;
  position: relative;
}

.lp-job__bg__img01 {
  position: absolute;
  top: -120px;
  left: -400px;
  width: 718px;
  height: 695px;
  z-index: -1;
}

.lp-job__bg__img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-job__bg__shape01 {
  top: -70px;
  right: -100px;
  width: 277px;
  height: 277px;
}

.lp-job__bg__shape02 {
  top: 300px;
  right: 100px;
  width: 24px;
  height: 24px;
}

.lp-job__sns-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 450px;
  margin: 0 auto 50px;
}

.lp-job__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
  margin: auto;
}

.lp-job__item {
  max-width: 250px;
  height: 312px;
  box-shadow: 0 0 20px rgba(72, 72, 90, 0.2);
  border-radius: 10px;
  background-color: #FFF;
}

.lp-job__sns-logo__item {
  width: 30px;
  height: 30px;
}

.lp-job__sns-logo__item img {
  width: 100%;
  height: 100%;
}

.lp-job__item__img {
  width: 100%;
  position: relative;
}

.lp-job__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-job__item__category {
  position: absolute;
  top: 7px;
  left: 7px;
  background: linear-gradient(to right, #6E96FF, #AC47FF);
  color: #FFF;
  font-size: 15px;
  border-radius: 10px;
  padding: 0 20px;
}

.lp-job__item__h {
  font-size: 20px;
  font-weight: bold;
  color: #48485A;
  margin: 10px;
}

.lp-job__item__text {
  font-size: 14px;
  font-weight: 500;
  color: #48485A;
  margin: 10px;
}


/* companies */
.lp-companies {
  width: 100%;
}

.lp-companies__inner {
  max-width: 1440px;
  padding: 0 100px;
  margin: auto;
}

.lp-companies__h {
  padding: 20px 12%;
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(to right, #6E96FF, #AC47FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-companies__logo-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 20s linear infinite lp-companies-logo-scroll;
}

.lp-companies__logo-slider__item {
  position: relative;
  width: 1000px;
}

.lp-companies__logo-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes lp-companies-logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.lp-companies__logo-slider:hover .lp-companies__logo-slider__track {
  animation-play-state: paused;
}


/* production */
.lp-production {
  width: 100%;
}

.lp-production__inner {
  max-width: 1440px;
  padding: 50px 10%;
  position: relative;
  margin: auto;
}

.lp-production__content {
  text-align: center;
}

.lp-production__logo-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 20s linear infinite lp-companies-logo-scroll;
}

.lp-production__logo-slider__item {
  position: relative;
  width: 1000px;
}

.lp-production__logo-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-production__bg__img01 {
  position: absolute;
  top: -300px;
  right: -400px;
  width: 677px;
  height: 712px;
  z-index: -1;
}

.lp-production__bg__img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-production__bg__shape01 {
  top: -50px;
  left: 40px;
  width: 147px;
  height: 147px;
}

.lp-production__bg__shape02 {
  top: 240px;
  left: 70px;
  width: 55px;
  height: 55px;
}

.lp-production__bg__shape03 {
  bottom: -30px;
  left: 400px;
  width: 17px;
  height: 17px;
}


/* free-register */
.lp-free-register {
  width: 100%;
}

.lp-free-register__bg {
  position: absolute;
  top: 28%;
  left: 65%;
  width: 133%;
  min-width: 2700px;
  transform: translate(-50%, -50%);
}

.lp-free-register__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-free-register__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 200px 0;
  color: #FFF;
  position: relative;
}

.lp-free-register__h {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

.lp-free-register__h__highlight {
  font-size: 80px;
  font-family: "Bebas Neue", sans-serif !important;
  color: #FFFA70;
}

.lp-free-register__text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.lp-free-register-btn {
  margin: 50px auto;
}

.lp-free-register-btn a {
  background: #FFF;
  box-shadow: 0 8px 0 #4A485A;
  color: #4A485A;
}

.lp-free-register-btn a::after {
  background-image: url(/images/model/lp/register_arrow_black.svg);
}


/* voice */
.lp-voice {
  width: 100%;
}

.lp-voice__inner {
  max-width: 1440px;
  margin: 0 auto 140px;
  position: relative;
}

.lp-voice__bg__img01 {
  position: absolute;
  top: -100px;
  left: -360px;
  width: 619px;
  height: 600px;
  z-index: -1;
}

.lp-voice__bg__img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-voice__bg__shape01 {
  top: -150px;
  right: 300px;
  width: 30px;
  height: 30px;
}

.lp-voice__bg__shape02 {
  top: -200px;
  right: -60px;
  width: 209px;
  height: 209px;
}

.lp-voice__bg__shape03 {
  top: 45px;
  right: 60px;
  width: 10px;
  height: 10px;
}

.lp-voice__bg__shape04 {
  top: -90px;
  right: -10px;
  width: 66px;
  height: 66px;
}

.lp-voice__slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}

.lp-voice__slider__btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #6E96FF, #AC47FF);
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  z-index: 11;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-voice__slider__btn:hover {
  opacity: 0.8;
}

.lp-voice__slider__btn--prev {
  left: calc(50% - 240px);
  transform: translateX(-50%);
}

.lp-voice__slider__btn--prev::after,
.lp-voice__slider__btn--next::before {
  content: '';
  width: 15px;
  height: 24px;
  position: absolute;
  top: 8px;
  background-image: url(/images/model/lp/voice_arrow.svg);
  background-size: cover;
}

.lp-voice__slider__btn--prev::after {
  left: 10px;
}

.lp-voice__slider__btn--next {
  right: calc(50% - 240px);
  transform: translateX(50%);
}

.lp-voice__slider__btn--next::before {
  left: 13px;
  transform: rotate(180deg);
}

.lp-voice__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.lp-voice__item {
  max-width: 338px;
  height: 638px;
  box-shadow: 0 0 20px rgba(72, 72, 90, 0.2);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
  filter: blur(3px);
  transform: scale(0.8);
  opacity: 1;
  background-color: #FFF;
}

.lp-voice__item.is-zoomed {
  z-index: 10;
  filter: blur(0);
}

.lp-voice__item__tag {
  position: absolute;
  top: 11px;
  left: 10px;
}

.lp-voice__item__tag__item {
  margin-bottom: 10px;
}

.lp-voice__item__tag__item span {
  background-color: #4A485A;
  color: #fff;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.lp-voice__item__img {
  width: 100%;
  height: auto;
}

.lp-voice__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-voice__item__logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 15px;
}

.lp-voice__item__fav-logo,
.lp-voice__item__comment-logo,
.lp-voice__item__share-logo,
.lp-voice__item__collection-logo {
  width: 23px;
  height: 23px;
}

.lp-voice__item__fav-logo img,
.lp-voice__item__comment-logo img,
.lp-voice__item__share-logo img,
.lp-voice__item__collection-logo img {
  width: 100%;
  height: 100%;
}

.lp-voice__item__collection-logo {
  margin-left: auto;
}

.lp-voice__item__h {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(to right, #6E96FF, #AC47FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 15px;
}

.lp-voice__item__text {
  font-size: 18px;
  font-weight: 500;
  color: #48485A;
  margin: 15px;
  line-height: 30px;
}


/* flow */
.lp-flow {
  width: 100%;
}

.lp-flow__inner {
  max-width: 1440px;
  margin: 0 auto 140px;
  position: relative;
}

.lp-flow__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10%;
}

.lp-flow__item {
  max-width: 276px;
  height: 597px;
}

.lp-flow__item__img {
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
}

.lp-flow__item__step__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.lp-flow__item__step {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #6E96FF, #AC47FF);
  padding: 0 10px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin: 0 auto 20px;
}

.lp-flow__item__h {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.lp-flow__item__text {
  font-size: 16px;
  color: #2E2E2E;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}

.lp-flow__bg__img01 {
  position: absolute;
  top: -190px;
  right: -300px;
  width: 683px;
  height: 698px;
  z-index: -1;
}
.lp-flow__bg__img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-flow__bg__shape01 {
  top: -50px;
  left: 60px;
  width: 145px;
  height: 145px;
}

.lp-flow__bg__shape02 {
  top: -50px;
  left: 300px;
  width: 20px;
  height: 20px;
}

.lp-flow__bg__shape03 {
  bottom: -250px;
  left: 100px;
  width: 197px;
  height: 197px;
}

.lp-flow__bg__shape04 {
  top: 600px;
  right: 20px;
  width: 91px;
  height: 91px;
}

.lp-flow__bg__shape05 {
  top: 1200px;
  left: -10px;
  width: 65px;
  height: 65px;
}

.lp-flow__bg__shape06 {
  bottom: 200px;
  left: 30px;
  width: 11px;
  height: 11px;
}

.lp-flow__bg__shape07 {
  bottom: 130px;
  right: -10px;
  width: 83px;
  height: 83px;
}


/* faq */
.lp-faq {
  width: 100%;
}

.lp-faq__inner {
  max-width: 1440px;
  margin: 0 auto 0px;
  position: relative;
}

.lp-faq__list {
  max-width: 1122px;
  margin: 0 auto;
  padding: 0 15px;
}

.lp-faq__item {
  border-bottom: 1px solid #99E0FF;
  margin-bottom: 0;
}

.lp-faq__item:last-child {
  border-bottom: none;
}

.lp-faq__question-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 40px 60px 40px 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.lp-faq__item__h {
  font-size: 18px;
  font-weight: bold;
  color: #48485A;
  display: flex;
  align-items: flex-start;
}

.lp-faq__item__h__question {
  color: #A970FF;
  margin-right: 8px;
  flex-shrink: 0;
}

.lp-faq__item__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #6E96FF, #AC47FF);
  border-radius: 50%;
}

.lp-faq__item__icon::before,
.lp-faq__item__icon::after {
  content: '';
  position: absolute;
  background-color: #FFF;
  transition: transform 0.3s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.lp-faq__item__icon::before {
  width: 21px;
  height: 3px;
}

.lp-faq__item__icon::after {
  width: 3px;
  height: 21px;
  transform: translate(-50%, -50%) rotate(0deg);
}

.lp-faq__item.is-open .lp-faq__item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lp-faq__item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.lp-faq__item__text {
  padding: 0 0 40px 32px;
  font-size: 18px;
  line-height: 1.8;
  color: #48485A;
  font-weight: 500;
}

.lp-faq__bg__img01 {
  position: absolute;
  top: -350px;
  left: -500px;
  width: 812px;
  height: 800px;
  z-index: -1;
}

.lp-faq__bg__img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-faq__bg__shape01 {
  top: -30px;
  right: 300px;
  width: 20px;
  height: 20px;
}

.lp-faq__bg__shape02 {
  top: -130px;
  right: 25px;
  width: 86px;
  height: 86px;
}

.lp-faq__bg__shape03 {
  bottom: -250px;
  left: 100px;
  width: 197px;
  height: 197px;
}

.lp-faq__bg__shape04 {
  bottom: -130px;
  left: 550px;
  width: 28px;
  height: 28px;
}


/* footer */
.area-footer {
  width: 100%;
  background-color: transparent;
  margin-top: -350px;
  padding-top: 350px;
  overflow: hidden;
}

.area-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.area-footer__bg__img01 {
  position: absolute;
  top: -100px;
  left: -200px;
  width: 506px;
  height: 500px;
  z-index: -1;
}

.area-footer__bg__img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area-footer__bg__img02 {
  position: absolute;
  top: -250px;
  right: -360px;
  width: 802px;
  height: 755px;
  z-index: -1;
}

.area-footer__bg__img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area-footer__logo {
  width: 324px;
  height: 32px;
  margin: 0 auto 50px;
}

.area-footer__logo img {
  width: 100%;
  height: 100%;
}

.area-footer__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin: 0 auto 50px;
}

.area-footer__list__item {
  font-size: 15px;
}

.area-footer__list__item.underline a {
  text-decoration: underline;
}

.area-footer__text {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}


/*↓↓↓コロナ事由のお問い合わせポップアップ↓↓↓*/
.prt-coronapop {
  max-width: 320px;
  position: fixed;
  right: 10px; bottom: -110%;
  padding: 16px 10px 10px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  color: #4a4a4a;
  opacity: 0;
  transition-property: opacity, bottom;
  transition-duration: 1s;
  text-align: center;
  z-index: 567567; }
  .prt-coronapop.prt-coronapop__on {
    bottom: 10px;
    opacity: 1; }
  .prt-coronapop__close {
    position: absolute;
    top: 0; right: 0;
    width: 28px;
    height: 28px;
    background: url('/images/client/icon_close_blue_black.png') no-repeat center/12px auto; }
  .prt-coronapop__h {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold; }
  .prt-coronapop__img {
    max-width: 100px;
    margin: 0 auto 16px; }
    .prt-coronapop__img img {
      margin: 0 auto;
      display: block; }
  .prt-coronapop__catch {
    font-family: 'Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Meiryo UI',YuGothic,'Yu Gothic','Yu Gothic UI',sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-weight: 700; }
  .prt-coronapop__text {
    margin-top: 14px;
    font-size: 13px; }
  .prt-coronapop__bnr {
    margin-top: 22px; }
    .prt-coronapop__bnr a {
      padding: 16px;
      background: url('/images/client/icon_arrow_ltr_white.png') no-repeat right 16px center/8px auto, linear-gradient(262deg, #fcc85b, #fb9943);
      border-radius: 2px;
      color: #fff;
      display: block;
      font-size: 18px;
      line-height: 1; }
      .prt-coronapop__bnr a:hover {opacity: .8; }

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

}

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

  /* 共通 */
  .lp-about__h,
  .lp-job__h,
  .lp-voice__h,
  .lp-flow__h,
  .lp-faq__h {
    font-size: 28px;
  }

  .lp-about__h::after,
  .lp-job__h::after,
  .lp-voice__h::after,
  .lp-flow__h::after,
  .lp-faq__h::after {
    width: 80px;
    height: 7px;
  }

  .lp-about__text,
  .lp-job__text {
    font-size: 16px;
  }

  .lp-register-btn a {
    font-size: 19px;
  }

  .lp-register-btn a::after {
    right: 15px;
  }

  .lp-register-btn__label {
    font-size: 15px;
  }
  
  .lp-register-btn__label::before {
    left: 13px;
  }


  /* header */
  .lp-top-header__inner {
    margin: 15px auto;
  }

  .lp-top-header__logo {
    width: 223px;
    height: 22px;
  }

  .lp-top-headerbar-sp__btn {
    width: 20px;
    height: 20px;
  }


  /* mv */
  .lp-mv {
    padding-top: 52px;
    margin-bottom: 70px;
  }

  .lp-mv__inner {
    flex-direction: column-reverse;
    margin: 0;
    height: 650px;
    padding: 7px;
  }

  .lp-mv__bg {
    width: 100%;
  }

  .lp-mv__bg__img01 {
    top: -350px;
    left: -330px;
    width: 700px;
    height: 700px;
  }

  .lp-mv__bg__img02 {
    top: -60px;
    right: -120px;
    width: 200px;
    height: 200px;
  }

  .lp-mv__bg__img03 {
    top: 230px;
    left: 300px;
    width: 230px;
    height: 230px;
    transform: rotate(20deg);
  }

  .lp-mv__bg__img04 {
    top: 190px;
    left: -200px;
    width: 250px;
    height: 250px;
    transform: rotate(-100deg);
  }

  .lp-mv__bg__shape01 {
    top: 370px;
    right: -100px;
    width: 10px;
    height: 10px;
  }

  .lp-mv__bg__shape02 {
    top: 210px;
    left: unset;
    width: 37px;
    height: 37px;
    right: -16px;
  }

  .lp-mv__bg__shape03 {
    bottom: 380px;
    left: 30px;
    width: 19px;
    height: 19px;
  }
  
  .lp-mv__bg__shape04 {
    bottom: -130px;
    left: 550px;
    width: 5px;
    height: 28px;
  }

  .lp-mv__bg__shape05 {
    top: 70px;
    right: 190px;
    width: 5px;
    height: 5px;
  }

  .lp-mv__bg__shape06 {
    top: 560px;
    left: unset;
    width: 8px;
    height: 8px;
    right: 30px;
  }

  .lp-mv__content {
    margin-left: 0;
  }

  .lp-mv__title {
    font-size: 40px;
    text-align: center;
  }

  .lp-mv__images {
    max-width: 370px;
    width: 100%;
    margin: auto;
  }

  .lp-mv__images__title {
    font-size: 15px;
  }

  .lp-mv__register-btn {
    margin-top: 50px;
  }

  .lp-mv__images__title {
    top: 44px;
    right: -6px;
    width: 300px;
    height: 300px;
    transform: rotate(
60deg);
    left: unset;
  }

  .lp-mv__images__title span  {
    font-size: 15px;
  }

  .lp-mv__images__title span:nth-child(1) {
    transform: rotate(-50deg);
  }

  .lp-mv__images__title span:nth-child(2) {
    transform: rotate(-43deg);
  }

  .lp-mv__images__title span:nth-child(3) {
    transform: rotate(-36deg);
  }

  .lp-mv__images__title span:nth-child(4) {
    transform: rotate(-29deg);
  }

  .lp-mv__images__title span:nth-child(5) {
    transform: rotate(-22deg);
  }

  .lp-mv__images__title span:nth-child(6) {
    transform: rotate(-15deg);
  }

  .lp-mv__images__title span:nth-child(7) {
    transform: rotate(-9deg);
  }

  .lp-mv__images__title span:nth-child(8) {
    transform: rotate(-5deg);
  }

  .lp-mv__images__title span:nth-child(9) {
    transform: rotate(-1deg);
  }

  .lp-mv__images__title span:nth-child(10) {
    transform: rotate(3deg);
  }

  .lp-mv__images__title span:nth-child(11) {
    transform: rotate(7deg);
  }

  .lp-mv__images__title span:nth-child(12) {
    transform: rotate(12deg);
  }

  .lp-mv__images__title span:nth-child(13) {
    transform: rotate(18deg);
  }

  .lp-mv__images__title span:nth-child(14) {
    transform: rotate(24deg);
  }

  .lp-mv__images__title span:nth-child(15) {
    transform: rotate(27deg);
  }

  .lp-mv__images__item01 {
    top: 35%;
    left: 24%;
    width: 58%;
    max-width: 209px;
  }

  .lp-mv__images__item02 {
    top: 37%;
    width: 53%;
    max-width: 191px;
    left: 71%;
  }

  .lp-mv__images__item03 {
    top: 70%;
    left: 53%;
    width: 70%;
    max-width: 253px;
  }


  /* about */
  .lp-about__inner {
    padding: 30px;
    margin-bottom: 0;
  }

  .lp-about__bg__img01 {
    top: 750px;
    right: -200px;
    width: 400px;
    height: 400px;
  }

  .lp-about__bg__img02 {
    top: -220px;
    left: -180px;
    width: 300px;
    height: auto;
    transform: rotate(11deg);
  }

  .lp-about__bg__img03 {
    top: 1450px;
    left: -200px;
    width: 400px;
    height: 400px;
  }

  .lp-about__bg__img04 {
    top: 2110px;
    right: -120px;
    width: 350px;
    height: 350px;
  }

  .lp-about__bg__img05 {
    top: 2840px;
    left: -230px;
    width: 430px;
    height: 430px;
    position: absolute;
    transform: rotate(
344deg);
  }

  .lp-about__bg__img06 {
    top: 3510px;
    right: -210px;
    width: 350px;
    height: 350px;
    position: absolute;
    transform: rotate(
125deg);
  }

  .lp-about__bg__shape01 {
    width: 74px;
    height: 74px;
    top: -100px;
  }

  .lp-about__bg__shape02 {
    top: 1120px;
    left: unset;
    width: 6px;
    height: 6px;
    right: unset;
    left: 30px;
  }

  .lp-about__bg__shape03 {
    top: 460px;
    width: 8px;
    height: 8px;
    left: 120px;
  }

  .lp-about__bg__shape04 {
    top: 530px;
    left: -7px;
    width: 56px;
    height: 56px;
  }
  
  .lp-about__bg__shape05 {
    top: 1700px;
    left: unset;
    width: 83px;
    height: 83px;
    right: -10px;
  }
  
  .lp-about__bg__shape06 {
    top: 2510px;
    left: 30px;
    width: 8px;
    height: 8px;
  }
  
  .lp-about__bg__shape07 {
    top: 1200px;
    right: 200px;
    width: 16px;
    height: 16px;
  }
  
  .lp-about__bg__shape08 {
    top: 1200px;
    right: -90px;
    width: 240px;
    height: 240px;
  }
  
  .lp-about__bg__shape09 {
    top: 1250px;
    left: 600px;
    width: 60px;
    height: 60px;
  }
  
  .lp-about__bg__shape10 {
    top: 2420px;
    left: 10px;
    height: 48px;
    width: 48px;
  }
  
  .lp-about__bg__shape11 {
    top: 1750px;
    left: 830px;
    width: 13px;
    height: 13px;
  }
  
  .lp-about__bg__shape12 {
    top: 3310px;
    left: unset;
    width: 8px;
    height: 8px;
    right: 120px;
  }
  
  .lp-about__bg__shape13 {
    top: 2330px;
    left: 500px;
    width: 21px;
    height: 21px;
  }
  
  .lp-about__bg__shape14 {
    top: 2250px;
    left: 500px;
    width: 100px;
    height: 100px;
  }

  .lp-about__list {
    padding: 0;
  }

  .lp-about__item {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .lp-about__item__text {
    font-size: 16px;
  }

  .lp-about__item__title {
    flex-flow: column;
  }

  .lp-about__item__title__number {
    font-size: 50px;
  }

  .lp-about__item__h {
    font-size: 24px;
    text-align: center;
  }

  .lp-about__item__content {
    order: 1;
  }

  .lp-about__supplement {
    order: 2;
    position: relative;
  }

  .lp-about__job-list__item {
    width: 280px;
  }

  .lp-about__job-list__item:nth-child(1) {
    margin-right: 30px;
  }

  .lp-about__job-list__item:nth-child(2) {
    margin-left: 30px;
  }

  .lp-about__job-list__item__text {
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
  }

  .lp-about__job-list__item__genre {
    font-size: 12px;
    font-weight: 500;
  }

  .lp-about__job-list__item__place {
    font-size: 12px;
    font-weight: 500;
  }

  .lp-about__chat {
    margin-left: 0;
  }

  .lp-about__chat__item__text--person1,
  .lp-about__chat__item__text--person2 {
    font-size: 12px;
  }

  .lp-about__chat__item__text--person1 {
    margin-left: 70px;
    width: 155px;
  }

  .lp-about__chat__item__text--person2 {
    width: 196px;
  }

  .lp-about__chat__item__text--person1:before,
  .lp-about__chat__item__text--person2:before {
    width: 30px;
    height: 30px;
  }

  .lp-about__chat__item__text--person1:before {
    right: -35px;
  }

  .lp-about__chat__item__text--person2:before {
    left: -35px;
  }

  .lp-about__supplement__img {
    width: 300px;
  }

  .lp-about__job2-list {
    margin: 0;
    justify-content: center;
  }

  .lp-about__job2-list__item {
    width: 138px;
  }

  .lp-about__job2-list__item:nth-child(3) {
    margin-left: 0;
  }

  .lp-about__job2-list__item__text {
    font-size: 12px;
    font-weight: 400;
  }

  .lp-about__job2-list__item__genre {
    font-size: 12px;
  }

  .lp-about__supplement__text-box {
    position: absolute;
    bottom: 0px;
    right: -20px;
    background: linear-gradient(to right, #6E96FF, #AC47FF);
    width: 154px;
    height: 154px;
    border-radius: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lp-about__supplement__text {
    color: #FFF;
    font-size: 21px;
    text-align: center;
    font-weight: 900;
  }

  .lp-about__supplement__text__number {
    font-size: 35px;
    font-family: "Bebas Neue", sans-serif !important;
  }


  /* job */
  .lp-job__inner {
    padding: 30px;
  }

  .lp-job__bg__shape01 {
    top: -50px;
    right: unset;
    width: 60px;
    height: 60px;
    left: -14px;
  }

  .lp-job__bg__shape02 {
    top: 110px;
    right: unset;
    width: 6px;
    height: 6px;
    left: 90px;
  }

  .lp-job__sns-logo {
    margin: 0 20px 50px;
  }

  .lp-job__sns-logo__item {
    width: 25px;
    height: 25px;
  }

  .lp-job__list {
    width: 100%;
    max-width: none;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 10px 20px;
    gap: 30px;
  }

  .lp-job__item {
    min-width: 220px;
    max-width: 220px;
  }


  /* companies */
  .lp-companies__inner {
    padding: 0;
  }

  
  /* free-register */
  .lp-free-register {
    margin-bottom: 70px;
    margin-top: 40px;
  }

  .lp-free-register__inner {
    padding: 18px;
  }

  .lp-free-register__bg {min-width: unset;width: 210%;left: 74%;}

  .lp-free-register__h {
    font-size: 24px;
  }

  .lp-free-register__h__highlight {
    font-size: 45px;
  }

  .lp-free-register__text {
    font-size: 16px;
    padding: 0 36px;
    font-weight: 400;
  }


  /* voice */
  .lp-voice__inner {
    padding: 30px;
  }

  .lp-voice__bg__img01 {
    top: -60px;
    left: -100px;
    width: 259px;
    height: 250px;
  }

  .lp-voice__bg__shape01 {
    top: -150px;
    right: 300px;
    width: 30px;
    height: 30px;
  }

  .lp-voice__bg__shape02 {
    top: -200px;
    right: -60px;
    width: 209px;
    height: 209px;
  }

  .lp-voice__list {
    gap:50px;
  }

  .lp-voice__item {
    width: 215px;
    max-height: 390px;
  }

  .lp-voice__item__tag {
    top: 8px;
    left: 8px;
  }

  .lp-voice__item__tag__item {
    margin-bottom: 3px;
  }

  .lp-voice__item__tag__item span {
    font-size: 9px;
  }

  .lp-voice__item__img {
    width: 100%;
    height: 170px;
  }

  .lp-voice__item__logos {
    margin: 8px;
  }

  .lp-voice__item__fav-logo,
  .lp-voice__item__comment-logo,
  .lp-voice__item__share-logo,
  .lp-voice__item__collection-logo {
    width: 16px;
    height: 16px;
  }

  .lp-voice__item__h {
    font-size: 16px;
    margin: 8px;
  }

  .lp-voice__item__text {
    font-size: 14px;
    margin: 8px;
    line-height: 20px;
    font-weight: 400;
  }

  .lp-voice__slider__btn {
    width: 20px;
    height: 20px;
  }

  .lp-voice__slider__btn--prev::after,
  .lp-voice__slider__btn--next::before {
    width: 6px;
    height: 10px;
    left: 6px;
    top: 5px;
  }

  .lp-voice__slider__btn--prev {
    left: calc(50% - 134px);
  }

  .lp-voice__slider__btn--prev::after {
    width: 6px;
    height: 13px;
    left: 6px;
    top: 4px;
  }

  .lp-voice__slider__btn--next {
    right: calc(50% - 134px);
  }

  .lp-voice__slider__btn--next::before {
    width: 6px;
    height: 13px;
    left: 7px;
    top: 4px;
  }


  /* flow */
  .lp-flow__inner {
    padding: 10px;
  }

  .lp-flow__bg__img01 {
    position: absolute;
    top: 150px;
    right: -160px;
    width: 303px;
    height: 298px;
  }

  .lp-flow__bg__img02 {
    position: absolute;
    top: 750px;
    left: -130px;
    width: 323px;
    height: 328px;
    transform: rotate(
225deg);
  }

  .lp-flow__bg__img03 {
    position: absolute;
    top: 1280px;
    right: -100px;
    width: 283px;
    height: 298px;
  }

  .lp-flow__bg__shape01 {
    top: 150px;
    left: 10px;
    width: 70px;
    height: 70px;
  }

  .lp-flow__bg__shape02 {
    top: 750px;
    left: 300px;
    width: 6px;
    height: 6px;
  }

  .lp-flow__list {
    flex-flow: column;
  }

  .lp-flow__item {
    height: 500px;
  }

  .lp-flow__item__step {
    font-size: 18px;
  }


  /* faq */
  .lp-faq {
    margin-bottom: 50px;
  }
  .lp-faq__bg__img01 {
    top: -190px;
    left: -230px;
    width: 352px;
    height: 350px;
  }

  .lp-faq__bg__shape03 {
    bottom: -50px;
    left: 40px;
    width: 65px;
    height: 65px;
  }

  .lp-faq__bg__shape04 {
    bottom: 25px;
    left: 101px;
    width: 6px;
    height: 6px;
  }
  
  .lp-faq__item__h {
    font-size: 16px;
  }

  .lp-faq__item__text {
    font-size: 16px;
  }

  .lp-faq__item__icon {
    width: 30px;
    height: 30px;
  }

  .lp-faq__item__icon::before {
    width: 16px;
    height: 2px;
  }

  .lp-faq__item__icon::after {
    width: 2px;
    height: 16px;
  }


  /* area-footer */
  .area-footer__bg__img01 {
    top: -30px;
    left: -140px;
    width: 250px;
    height: 250px;
  }

  .area-footer__bg__img02 {
    bottom: -40px;
    right: -180px;
    width: 320px;
    height: 320px;
    top: unset;
  }

  .area-footer__logo {
    width: 202px;
    height: 20px;
  }

  .area-footer__list {
    flex-flow: column;
    gap: 20px;
  }

  .area-footer__list__item {
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) and (min-width: 441px) {
  .lp-free-register__bg.pc {
    display: block !important;
    width: 2000px;
    top: 20px;
  }

  .lp-free-register__bg.sp {
    display: none !important;
  }
}

@media screen and (max-width: 440px) {
  .lp-free-register__bg .pc {
    display: none !important;
  }

  .lp-free-register__bg .sp {
    display: block !important;
  }
}

