@charset "UTF-8";
/* ============================================ */
/* lp
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap");
.f-garamond {
  font-family: "EB Garamond", serif;
  font-weight: 700;
}

html {
  background-color: #000;
}

#main {
  padding: 0;
}

.inner {
  max-width: 1100px;
}

.blur-fadein {
  opacity: 0;
  animation: blur-fadein 0.7s both;
}

@keyframes blur-fadein {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
.lp-roll-left {
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.lp-roll-left::before {
  background: #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.lp-roll-left.active::before {
  animation: lp-roll-left 1s ease-in-out forwards;
}

@keyframes lp-roll-left {
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
#mainview {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../img/lp/mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#mainview .catch {
  position: absolute;
  bottom: -5.5%;
  left: -5px;
  margin: auto;
  color: #fff;
  line-height: 1.2;
  z-index: 3;
  transition: all 0.5s;
}
#mainview .catch .jp {
  font-size: 7.15vw;
  margin: 0 0 0 30px;
  height: 120px;
}
#mainview .catch .eng {
  font-size: 11.45vw;
  letter-spacing: 3px;
  white-space: nowrap;
  animation-delay: 1.7s;
}
#mainview .recruiting {
  position: absolute;
  right: 0;
  bottom: 23%;
  text-align: right;
  z-index: 2;
  transition: all 0.5s;
}
#mainview .recruiting p {
  position: relative;
  color: #fff;
  font-size: 20px;
  text-align: right;
  border-bottom: solid 1px #ff7400;
}
#mainview .recruiting p.choice {
  padding: 10px 50px 10px 0px;
}
#mainview .recruiting p.choice::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  transform: translate(0%, -50%);
  width: 10px;
  height: 12px;
  background-color: #ff7400;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
#mainview .recruiting p:nth-of-type(2) {
  padding: 10px 50px 10px 15px;
  display: inline-block;
  color: #ff7400;
}
#mainview .induction {
  position: relative;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mainview .induction .visual {
  position: absolute;
  max-width: 450px;
  width: 55%;
  height: 400px;
  top: 45%;
  left: 50%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 0 25% 25% 0;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  z-index: 1;
}
#mainview .induction .visual .main-movie {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#mainview .induction .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 2;
}
#mainview .induction .message {
  position: relative;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#mainview .induction .message .inner {
  position: absolute;
  max-width: 1060px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#mainview .induction .message .left-box {
  position: absolute;
  max-width: 470px;
  width: 45%;
  top: 0;
  transition: all 0.5s;
  z-index: 2;
}
#mainview .induction .message .right-box {
  position: relative;
  max-width: 630px;
  width: 62%;
  margin: 50px 0 0 auto;
  padding: 80px 100px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
  z-index: 1;
}
#mainview .induction .message .right-box p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
#mainview .induction .message .right-box p:not(:first-of-type) {
  margin: 20px 0 0;
}

/*共通スタイル*/
.contents {
  position: relative;
}

.number-title {
  position: relative;
  max-width: 215px;
  width: 100%;
  text-align: center;
  padding: 0 5px 10px 60px;
}
.number-title::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  right: 0;
  width: 300%;
  height: 2px;
  background-color: #ff7400;
}
.number-title::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -6px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ff7400;
}
.number-title .number {
  font-size: 130px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 10px;
}
.number-title img {
  max-width: 140px;
  width: 100%;
  margin: auto;
}

.lead-box {
  margin: 50px 0 0;
}
.lead-box .title {
  font-size: 48px;
  font-weight: 600;
}
.lead-box p {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin: 50px 0 0;
}

.sub-title {
  margin: 30px 0;
}
.sub-title p {
  font-size: 65px;
  line-height: 1;
  font-weight: 600;
}
.sub-title p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
  background-color: #000;
  color: #fff;
  padding: 5px 25px 8px;
  margin: -10px 0 0 20px;
  border-left: solid 15px #ff7400;
}

.ac-item {
  position: relative;
  cursor: pointer;
}
.ac-item .ac-title,
.ac-item .ac-detail {
  position: relative;
}
.ac-item .ac-title .switch {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #000;
}
.ac-item .ac-title .switch::before, .ac-item .ac-title .switch::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2862ae;
  transition: all 0.5s;
}
.ac-item .ac-title .switch::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ac-item .ac-detail {
  display: none;
}
.ac-item.open .ac-title .switch::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

/*コンテンツ*/
.academy01 {
  padding: 200px 0 120px;
  z-index: 1;
}
.academy01::after {
  position: absolute;
  content: "";
  width: 95%;
  height: calc(100% - 100px);
  background: linear-gradient(90deg, #14607f, #bde4f9);
  opacity: 0.1;
  top: 100px;
  left: 0;
  z-index: -1;
}
.academy01 .whats-da {
  align-items: flex-start;
}
.academy01 .whats-da .text-box {
  max-width: 570px;
  width: 52%;
}
.academy01 .whats-da .text-box .lead-box .title {
  max-width: 440px;
}
.academy01 .whats-da .text-box .lead-box p {
  position: relative;
  padding: 50px 0 100px 220px;
}
.academy01 .whats-da .text-box .lead-box p::before {
  position: absolute;
  content: "";
  max-width: 190px;
  width: 45%;
  height: 260px;
  top: 0;
  left: 0;
  background-image: url(../img/lp/a01-whats-da-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.academy01 .whats-da .img-box {
  max-width: 560px;
  width: 52%;
  margin: 0 0 0 -5%;
}
.academy01 .shorts {
  margin: 80px 0 0 0;
  width: 100%;
  padding: 0 0 0 10%;
}
.academy01 .shorts .sub-title p span {
  border-left: none;
}
.academy01 .shorts .shorts-list .shorts-item {
  padding: 0 20px;
}
.academy01 .shorts .shorts-list .shorts-item .s-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  filter: grayscale(100%);
  transition: all 0.5s;
}
.academy01 .shorts .shorts-list .shorts-item .movie-title {
  font-weight: 500;
  margin: 10px 0 0;
  letter-spacing: 1px;
}

.academy02 {
  padding: 100px 0;
  z-index: 1;
}
.academy02 .whats-se .img-box {
  margin: 50px 0 0 -5%;
  max-width: 760px;
  width: 70%;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}
.academy02 .bg-box {
  position: absolute;
  max-width: 680px;
  width: 50%;
  height: 100%;
  background-image: url(../img/lp/a02-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.academy02 .bg-box.active {
  opacity: 1;
}

.academy03 {
  padding: 100px 0 50px;
  z-index: 1;
}
.academy03 .program .img-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.academy03 .program .img-box .parts {
  position: absolute;
  top: 0;
  right: 0;
}
.academy03 .program .img-box .parts.parts01 {
  max-width: 290px;
  width: 25%;
  top: 0;
  right: 0;
  z-index: 3;
  animation-delay: 0.2s;
}
.academy03 .program .img-box .parts.parts02 {
  max-width: 390px;
  width: 35%;
  top: 150px;
  right: 25%;
  z-index: 2;
  filter: drop-shadow(15px 15px 0px #fff);
}
.academy03 .program .img-box .parts.parts03 {
  max-width: 340px;
  width: 30%;
  top: 360px;
  right: 14%;
  z-index: 1;
  animation-delay: 0.4s;
}
.academy03 .program .detail-list {
  margin: 80px 0 0;
  padding: 0 80px 0 0;
}
.academy03 .program .detail-list .ac-item {
  padding: 20px 0 0;
}
.academy03 .program .detail-list .ac-item + .ac-item {
  margin-top: 20px;
}
.academy03 .program .detail-list .ac-item::after {
  position: absolute;
  content: "";
  width: 110%;
  height: 102%;
  background: linear-gradient(90deg, #14607f, #bde4f9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.academy03 .program .detail-list .ac-item .ac-title {
  padding: 0px 0 30px;
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px);
  background-size: 7px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.academy03 .program .detail-list .ac-item .ac-title p {
  position: relative;
  max-width: calc(100% - 50px);
  width: 100%;
  padding: 20px 100px 20px 30px;
  border-left: solid 12px #2862ae;
  font-size: 20px;
  font-weight: 600;
}
.academy03 .program .detail-list .ac-item .ac-title p::after {
  position: absolute;
  content: "詳しく見る";
  top: 50%;
  transform: translate(0%, -50%);
  right: 10px;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.academy03 .program .detail-list .ac-item .ac-title p span {
  font-size: 18px;
}
.academy03 .program .detail-list .ac-item .ac-detail {
  padding: 50px 50px 30px 180px;
}
.academy03 .program .detail-list .ac-item .ac-detail p {
  font-size: 15px;
  line-height: 2.2;
  text-align: justify;
}
.academy03 .program .detail-list .ac-item .ac-detail .img-list {
  margin: 30px 0 0;
}
.academy03 .program .detail-list .ac-item .ac-detail .img-list .item {
  max-width: 370px;
  width: 48%;
}
.academy03 .program .detail-list .ac-item.open::after {
  opacity: 0.1;
}
.academy03 .program .detail-list .ac-item.open .ac-title p::after {
  content: "閉じる";
}
.academy03 .program .detail-list .ac-item.ac05 .ac-detail .fl {
  align-items: flex-start;
}
.academy03 .program .detail-list .ac-item.ac05 .ac-detail p {
  max-width: 400px;
  width: 48%;
}
.academy03 .program .detail-list .ac-item.ac05 .ac-detail .img-list {
  margin: 0;
  max-width: 370px;
  width: 48%;
}
.academy03 .program .detail-list .ac-item.ac05 .ac-detail .img-list .item {
  max-width: 100%;
  width: 100%;
}
.academy03 .point {
  position: relative;
  margin: 50px 0 0;
  padding: 0 80px 0 0;
}
.academy03 .point .img-box {
  position: absolute;
  max-width: 320px;
  width: 32%;
  top: 30px;
  left: -5%;
}
.academy03 .point .text-box {
  margin: 0 0 0 auto;
  max-width: 780px;
  width: 78%;
  padding: 30px 50px;
  background-image: url(../img/lp/bg-mist.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.academy03 .point .text-box p {
  color: #fff;
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3.5px;
}
.academy03 .instructor {
  position: relative;
  margin: 220px 0 0 0;
  width: 100%;
  padding: 50px 0 50px 10%;
}
.academy03 .instructor::after {
  position: absolute;
  content: "";
  width: 65%;
  height: 75%;
  background: linear-gradient(90deg, #14607f, #bde4f9);
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: -1;
}
.academy03 .instructor .sub-title {
  margin: 30px 0 30px 50px;
}
.academy03 .instructor .instructor-list .instructor-item {
  padding: 0 35px;
}
.academy03 .instructor .instructor-list .instructor-item .img-box {
  display: block;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.academy03 .instructor .instructor-list .instructor-item .text-box {
  padding: 20px 35px;
  color: #fff;
  background-image: url(../img/lp/bg-mist.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.academy03 .instructor .instructor-list .instructor-item .text-box .catch {
  font-size: 24px;
  font-weight: 600;
}
.academy03 .instructor .instructor-list .instructor-item .text-box .profile {
  margin: 10px 0;
  text-align: right;
}
.academy03 .instructor .instructor-list .instructor-item .text-box .profile .initial {
  font-size: 28px;
  line-height: 1;
}
.academy03 .instructor .instructor-list .instructor-item .text-box .profile .job {
  font-size: 11px;
  margin: 5px 0 0;
  letter-spacing: 1px;
}
.academy03 .instructor .instructor-list .instructor-item .text-box .comment {
  line-height: 2.2;
  letter-spacing: 1px;
  text-align: justify;
}
.academy03 .instructor .instructor-list .instructor-item.item01 .img-box {
  background-image: url(../img/lp/a03-instructor-img01.jpg);
}
.academy03 .instructor .instructor-list .instructor-item.item02 .img-box {
  background-image: url(../img/lp/a03-instructor-img02.jpg);
}
.academy03 .instructor .instructor-list .instructor-item.item03 .img-box {
  background-image: url(../img/lp/a03-instructor-img03.jpg);
}
.academy03 .instructor .instructor-list.is-paused .slick-track {
  transition: none !important;
  transform: translate3d(var(--paused-x, 0), 0, 0) !important;
}
.academy03 .voice {
  position: relative;
  margin: 100px 0 0;
  padding: 0 0 50px;
}
.academy03 .voice::after {
  position: absolute;
  content: "";
  width: 72%;
  height: calc(90% - 210px);
  background: linear-gradient(90deg, #14607f, #bde4f9);
  opacity: 0.1;
  top: calc(210px + 10%);
  right: 0;
  z-index: -2;
}
.academy03 .voice .sub-title {
  text-align: right;
}
.academy03 .voice .sub-title p span {
  margin: -30px 0 0 0;
}
.academy03 .voice .voice-list {
  align-items: stretch;
  padding: 0 25px 0 0;
}
.academy03 .voice .voice-list .wrap {
  max-width: 320px;
  width: 31.5%;
  margin: 30px 0 70px;
}
.academy03 .voice .voice-list .wrap .voice-item {
  position: relative;
  padding: 30px;
  background-color: #fff;
  height: 100%;
}
.academy03 .voice .voice-list .wrap .voice-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/lp/bg-mist.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 25px;
  left: 25px;
  z-index: -1;
}
.academy03 .voice .voice-list .wrap .voice-item .number {
  max-width: 160px;
  width: 100%;
  margin: -50px 0 0 30px;
}
.academy03 .voice .voice-list .wrap .voice-item .catch {
  color: #2862ae;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}
.academy03 .voice .voice-list .wrap .voice-item .comment {
  line-height: 1.85;
  letter-spacing: 1px;
  text-align: justify;
}
.academy03 .voice .voice-list .wrap .voice-item .comment span {
  display: block;
  text-align: right;
  font-size: 12px;
  margin: 10px -7px 0 0;
}
.academy03 .bg-text {
  position: absolute;
  color: #ecf2f4;
  font-size: 230px;
  font-weight: 600;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 5px;
  top: 50px;
  right: 0%;
  z-index: -5;
}

.academy04 {
  padding: 50px 0;
  z-index: 1;
}
.academy04 .people-list {
  margin: 50px 0 0;
}
.academy04 .people-list::before, .academy04 .people-list::after {
  position: absolute;
  content: "";
  width: 40%;
  height: calc(75% - 350px);
  background: linear-gradient(90deg, #14607f, #bde4f9);
  opacity: 0.1;
  top: calc(350px + 25%);
  left: 0;
  z-index: -1;
}
.academy04 .people-list::after {
  left: auto;
  right: 0;
}
.academy04 .people-list .people-item {
  position: relative;
  max-width: 500px;
  width: 48%;
}
.academy04 .people-list .people-item .zoom-box {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.academy04 .people-list .people-item .zoom-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s;
}
.academy04 .people-list .people-item .label {
  position: relative;
  max-width: 350px;
  width: 65%;
  margin: -80px 0 0 -30px;
  padding: 20px;
  background-color: #fff;
  z-index: 1;
}
.academy04 .people-list .people-item .label .catch {
  font-size: 25px;
}
.academy04 .people-list .people-item .label .profile {
  margin: 5px 30px 0 0;
  justify-content: flex-end;
}
.academy04 .people-list .people-item .label .profile .initial {
  font-size: 24px;
  color: #2862ae;
  margin: 0 15px 0 0;
}
.academy04 .people-list .people-item .label .profile .job {
  font-size: 12px;
}
.academy04 .people-list .people-item .btn {
  position: absolute;
  max-width: 170px;
  width: 50%;
  left: 55%;
  bottom: 45px;
  z-index: 1;
}
.academy04 .people-list .people-item .btn p {
  position: relative;
  padding: 20px 30px;
  color: #fff;
  background-color: #2862ae;
  font-weight: 800;
  letter-spacing: 0px;
  transition: all 0.5s;
  z-index: 1;
}
.academy04 .people-list .people-item .btn p::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ff7400;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.academy04 .people-list .people-item .btn p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 10px;
  height: 12px;
  transform: translate(0%, -50%);
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transition: all 0.3s;
}
.academy04 .people-list .people-item.item01 .zoom-box::before {
  background-image: url(../img/lp/a04-people-img01.jpg);
}
.academy04 .people-list .people-item.item02 .zoom-box::before {
  background-image: url(../img/lp/a04-people-img02.jpg);
}

.academy05 {
  margin: 120px 0 0;
  padding: 80px 0 120px;
  background-image: url(../img/lp/a05-bg.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 105%;
}
.academy05 .number-title::before, .academy05 .number-title::after {
  background-color: #fff;
}
.academy05 .number-title .number {
  color: #fff;
}
.academy05 .lead-box {
  margin: 50px 60px 0;
}
.academy05 .lead-box .title {
  color: #fff;
}
.academy05 .table-box {
  margin: 50px 60px 0;
  max-width: 980px;
}
.academy05 .table-box .table-item {
  background-color: #fff;
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.5));
}
.academy05 .table-box .table-item + .table-item {
  margin: 65px 0 0;
}
.academy05 .table-box .table-item .t-head {
  position: relative;
  padding: 15px 30px 15px 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-image: url(../img/lp/bg-mist.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.academy05 .table-box .table-item .t-head::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 30px;
  transform: translate(0%, -50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.academy05 .table-box .table-item .detail-box {
  padding: 50px 80px 80px;
}
.academy05 .table-box .table-item .detail-box .g-table {
  width: 100%;
}
.academy05 .table-box .table-item .detail-box .g-table tr {
  border-bottom: solid 3px #e7e7e7;
}
.academy05 .table-box .table-item .detail-box .g-table tr:nth-of-type(2) th {
  letter-spacing: 3.5px;
}
.academy05 .table-box .table-item .detail-box .g-table tr:last-of-type {
  border-bottom: none;
}
.academy05 .table-box .table-item .detail-box .g-table th,
.academy05 .table-box .table-item .detail-box .g-table td {
  word-break: break-all;
  line-height: 2;
  padding: 12px 15px;
}
.academy05 .table-box .table-item .detail-box .g-table th {
  width: 18%;
  font-weight: 600;
  font-size: 17px;
}
.academy05 .table-box .table-item .detail-box .g-table td {
  width: 82%;
  font-size: 16px;
}
.academy05 .table-box .table-item .detail-box .g-table td a {
  display: inline-block;
  text-decoration: underline;
}
.academy05 .table-box .table-item .detail-box .g-table td ul {
  max-width: 520px;
}
.academy05 .table-box .table-item .detail-box .g-table td ul li {
  position: relative;
  padding: 0 0 0 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.academy05 .table-box .table-item .detail-box .g-table td ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 100%;
  top: 10px;
  left: 0;
}
.academy05 .table-box .table-item .detail-box .faq-list .ac-item {
  padding: 20px 0 20px 20px;
  border-bottom: solid 3px #e7e7e7;
}
.academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title {
  padding: 0 0 0 50px;
}
.academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 35px;
  background-image: url(../img/lp/a05-faq-q.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title p {
  font-size: 18px;
  font-weight: 600;
  max-width: calc(95% - 50px);
  width: 100%;
}
.academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title .switch {
  width: 36px;
  height: 36px;
}
.academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title .switch::before, .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title .switch::after {
  width: 16px;
}
.academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-detail {
  padding: 30px 50px 10px 50px;
}
.academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-detail p {
  position: relative;
  font-size: 16px;
  line-height: 2;
}
.academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-detail p::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 35px;
  background-image: url(../img/lp/a05-faq-a.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: -50px;
}
.academy05 .table-box .table-item .detail-box .faq-list .ac-item:last-of-type {
  border-bottom: none;
}
.academy05 .arrow {
  position: absolute;
  top: calc(100% - 30px);
  left: 0;
  right: 0;
  width: 3px;
  height: 150px;
  background-color: #ff7400;
  margin: auto;
}
.academy05 .arrow::before {
  position: absolute;
  content: "";
  top: -5px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ff7400;
}
.academy05 .arrow::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -3px;
  width: 3px;
  height: 20px;
  background-color: #ff7400;
  transform: rotate(20deg);
}

.entry {
  padding: 120px 0;
  margin: 220px 0 0;
  background-image: url(../img/lp/bg-mist.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.entry .e-title {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 90px;
  letter-spacing: 10px;
  top: -70px;
  left: 0;
}
.entry .recruit-list {
  align-items: stretch;
}
.entry .recruit-list .item {
  max-width: 520px;
  width: 48%;
  padding: 30px 40px 40px;
  background-color: #fff;
}
.entry .recruit-list .item .category {
  text-align: center;
  font-size: 32px;
  letter-spacing: 12px;
  font-weight: 600;
  padding: 0 0 15px;
  border-bottom: solid 1px #000;
}
.entry .recruit-list .item p {
  margin: 20px 0 30px;
  font-size: 16px;
  text-align: center;
}
.entry .recruit-list .item .link-list {
  padding: 0 20px 0 0;
}
.entry .recruit-list .item .link-list .btn {
  position: relative;
  max-width: 200px;
  width: calc(50% - 20px);
}
.entry .recruit-list .item .link-list .btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
  background-color: #fff;
  z-index: 2;
  transition: all 0.3s;
}
.entry .recruit-list .item .link-list .btn a {
  position: relative;
  width: 100%;
  font-weight: 500;
  padding: 15px 20px;
  color: #fff;
  font-size: 15px;
  background-color: #000;
  z-index: 1;
}
.entry .recruit-list .item .link-list .btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ff7400;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.entry .recruit-list .item .link-list .btn a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  top: 50%;
  transform: translate(0%, -50%);
  right: -20px;
  background-color: #000;
  transition: all 0.3s;
}
.entry .recruit-list .item.newgrads .link-list .blue a {
  background-color: #2862ae;
}
.entry .recruit-list .item.newgrads .link-list .blue a::after {
  background-color: #2862ae;
}
.entry .recruit-list .item.career p {
  margin: 32px 0 42px;
}
.entry .recruit-list .item.career .link-list .btn {
  margin: auto;
}
.entry .recruit-list .item.casual {
  max-width: 100%;
  width: 100%;
  margin: 30px 0 0;
  padding: 20px 40px 15px;
  background-color: #ff7400;
  overflow: hidden;
}
.entry .recruit-list .item.casual .category {
  position: relative;
  text-align: left;
  padding: 0;
  border: none;
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: 600;
}
.entry .recruit-list .item.casual .category .arrow {
  position: relative;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 0 30px 5px;
  margin: 0 30px 0 0;
}
.entry .recruit-list .item.casual .category .arrow::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -40px;
  width: calc(100% + 40px);
  height: 2px;
  background-color: #000;
}
.entry .recruit-list .item.casual .category .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5px;
  border-bottom: 7px solid #000;
  border-right: 15px solid transparent;
}
.entry .recruit-list .item.casual .about p {
  margin: 25px 0 15px;
  max-width: 770px;
  width: 77%;
  text-align: left;
  font-size: 14px;
}
.entry .recruit-list .item.casual .about .link-list {
  max-width: 210px;
  width: calc(23% - 20px);
}
.entry .recruit-list .item.casual .about .link-list .btn {
  max-width: 100%;
  width: 100%;
}
.entry .recruit-list .item.casual .about .link-list .btn a::before {
  background-color: #fff;
}

@media (hover: hover) {
  .academy01 .shorts .shorts-list .shorts-item:hover .s-wrap {
    filter: grayscale(0%);
    opacity: 0.8;
  }
  .academy04 .people-list .people-item:hover .zoom-box::before {
    transform: scale(1.1);
  }
  .academy04 .people-list .people-item:hover .btn p::before {
    transform-origin: 0% 50%;
    transform: scaleY(1);
  }
  .academy04 .people-list .people-item:hover .btn p::after {
    right: 25px;
  }
  .academy05 .table-box .table-item .detail-box .g-table td a:hover {
    text-decoration: none;
  }
  .entry .recruit-list .item .link-list .btn:hover::after {
    right: -20px;
    background-color: #ff7400;
  }
  .entry .recruit-list .item .link-list .btn a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleY(1);
  }
  .entry .recruit-list .item .link-list .btn a:hover::after {
    right: 0;
    background-color: #fff;
  }
  .entry .recruit-list .item.casual .link-list .btn:hover::after {
    background-color: #fff;
  }
  .entry .recruit-list .item.casual .link-list .btn a:hover {
    color: #000;
  }
  .entry .recruit-list .item.casual .link-list .btn a:hover::after {
    background-color: #000;
  }
}
@media screen and (min-width: 1500px) {
  #mainview .catch .jp {
    font-size: 112px;
    height: 130px;
  }
  #mainview .catch .eng {
    font-size: 180px;
  }
  .academy03 .instructor .instructor-list .instructor-item .img-box {
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  #mainview .catch {
    bottom: 0;
  }
  #mainview .catch .jp {
    height: 90px;
  }
  #mainview .recruiting {
    bottom: 15%;
  }
  #mainview .induction .message .inner {
    top: 50%;
  }
  #mainview .induction .message .left-box {
    top: auto;
    width: 42%;
  }
  #mainview .induction .message .right-box {
    padding: 80px 80px;
  }
  #mainview .induction .message .right-box p br {
    display: none;
  }
  #mainview .induction .message .right-box p:last-of-type br {
    display: block;
  }
  .number-title {
    max-width: 160px;
    padding: 0 5px 10px 5px;
  }
  .number-title::before {
    width: calc(100% + 100px);
  }
  .number-title .number {
    font-size: 100px;
  }
  .lead-box .title {
    font-size: 42px;
  }
  .sub-title p {
    font-size: 52px;
  }
  .academy01 .whats-da {
    align-items: center;
  }
  .academy01 .whats-da .text-box {
    width: 58%;
  }
  .academy01 .whats-da .text-box .lead-box .title {
    max-width: 385px;
  }
  .academy01 .whats-da .text-box .lead-box p {
    padding: 20px 0 80px 180px;
  }
  .academy01 .whats-da .text-box .lead-box p::before {
    max-width: 150px;
    height: 200px;
  }
  .academy01 .whats-da .img-box {
    width: 45%;
  }
  .academy01 .shorts {
    padding: 0 0 0 5%;
  }
  .academy01 .shorts .shorts-list .shorts-item {
    padding: 0 10px;
  }
  .academy02 .whats-se .img-box {
    margin: 50px 0 0 0;
    width: 65%;
  }
  .academy02 .bg-box {
    width: 63%;
  }
  .academy02 .bg-box.active {
    opacity: 0.5;
  }
  .academy03 .program .img-box .parts.parts02 {
    right: 18%;
    z-index: 3;
  }
  .academy03 .program .img-box .parts.parts03 {
    right: 10%;
  }
  .academy03 .program .detail-list {
    padding: 0;
  }
  .academy03 .program .detail-list .ac-item::after {
    width: 105%;
    height: 100%;
  }
  .academy03 .program .detail-list .ac-item .ac-detail {
    padding: 50px 80px 30px;
  }
  .academy03 .point {
    padding: 0;
  }
  .academy03 .point .img-box {
    width: 27%;
    left: 0%;
  }
  .academy03 .point .text-box {
    width: 75%;
  }
  .academy03 .point .text-box p {
    font-size: 18px;
  }
  .academy03 .instructor {
    margin: 180px 0 0 0;
    padding: 50px 0 50px 5%;
  }
  .academy03 .instructor::after {
    width: 75%;
  }
  .academy03 .instructor .sub-title {
    margin: 30px 0;
  }
  .academy03 .instructor .instructor-list .instructor-item {
    padding: 0 20px;
  }
  .academy03 .instructor .instructor-list .instructor-item .text-box .profile .initial {
    font-size: 22px;
  }
  .academy03 .instructor .instructor-list .instructor-item .text-box .profile .job {
    font-size: 10px;
  }
  .academy03 .voice::after {
    width: 75%;
  }
  .academy03 .voice .sub-title p span {
    margin: 0;
  }
  .academy03 .voice .voice-list {
    padding: 0 15px 0 0;
    margin: 80px 0 0;
  }
  .academy03 .voice .voice-list .wrap {
    width: 31%;
  }
  .academy03 .voice .voice-list .wrap .voice-item {
    padding: 25px;
  }
  .academy03 .voice .voice-list .wrap .voice-item::after {
    top: 15px;
    left: 15px;
  }
  .academy03 .bg-text {
    font-size: 185px;
    letter-spacing: 0px;
    right: -3%;
  }
  .academy04 .people-list .people-item .zoom-box {
    height: 320px;
  }
  .academy04 .people-list .people-item .label {
    width: 85%;
    margin: -50px 0 0 30px;
  }
  .academy04 .people-list .people-item .label .catch {
    font-size: 22px;
  }
  .academy04 .people-list .people-item .label .profile {
    margin: 10px 0 0;
    justify-content: flex-start;
  }
  .academy04 .people-list .people-item .btn {
    bottom: -20px;
    left: 65%;
  }
  .academy05 .lead-box {
    margin: 50px 0 0;
  }
  .academy05 .table-box {
    margin: 50px 0 0;
  }
  .academy05 .table-box .table-item + .table-item {
    margin: 50px 0 0;
  }
  .academy05 .table-box .table-item .detail-box {
    padding: 50px;
  }
  .academy05 .table-box .table-item .detail-box .g-table td ul {
    max-width: none;
  }
  .entry .e-title {
    font-size: 80px;
    top: -65px;
  }
  .entry .recruit-list .item {
    padding: 30px 25px 40px;
  }
  .entry .recruit-list .item .link-list .btn a {
    font-size: 14px;
  }
  .entry .recruit-list .item.casual {
    padding: 20px 25px 15px;
  }
  .entry .recruit-list .item.casual .about p {
    width: 75%;
  }
  .entry .recruit-list .item.casual .about .link-list {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #mainview .catch {
    left: 2.5%;
  }
  #mainview .catch .jp {
    height: 70px;
    font-size: 6.25vw;
    margin: 0;
  }
  #mainview .catch .eng {
    font-size: 12.5vw;
    white-space: normal;
    line-height: 1;
  }
  #mainview .recruiting p {
    font-size: 16px;
  }
  #mainview .recruiting p.choice {
    padding: 10px 20px 10px 0px;
  }
  #mainview .recruiting p:nth-of-type(2) {
    padding: 10px 20px 10px 10px;
  }
  #mainview .induction .message .right-box {
    padding: 40px 55px;
  }
  #mainview .induction .message .right-box p {
    font-size: 15px;
  }
  .number-title {
    max-width: 120px;
  }
  .number-title::before {
    width: calc(100% + 70px);
  }
  .number-title .number {
    font-size: 80px;
  }
  .lead-box .title {
    font-size: 32px;
  }
  .lead-box .title br {
    display: none;
  }
  .lead-box p {
    font-size: 16px;
    margin: 30px 0 0;
  }
  .lead-box p br {
    display: none;
  }
  .sub-title p {
    font-size: 42px;
  }
  .sub-title p span {
    font-size: 14px;
    padding: 5px 15px 8px;
  }
  .academy01 {
    padding: 120px 0 80px;
  }
  .academy01::after {
    height: calc(100% - 80px);
    top: 80px;
  }
  .academy01 .whats-da .text-box {
    width: 52%;
  }
  .academy01 .whats-da .text-box .lead-box .title {
    max-width: 300px;
  }
  .academy01 .whats-da .text-box .lead-box p {
    padding: 10px 0 50px 120px;
  }
  .academy01 .whats-da .text-box .lead-box p::before {
    max-width: 100px;
    height: 150px;
  }
  .academy01 .whats-da .img-box {
    width: 45%;
    margin: auto 0 0;
  }
  .academy01 .shorts {
    margin: 50px 0 0 0;
  }
  .academy02 .whats-se {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
  }
  .academy02 .whats-se .text-box {
    width: 52%;
  }
  .academy02 .whats-se .img-box {
    width: 45%;
    margin: auto 0 0;
  }
  .academy02 .whats-se .img-box .pc-img {
    display: none;
  }
  .academy02 .whats-se .img-box .sp-img {
    display: block;
  }
  .academy02 .bg-box {
    width: 55%;
  }
  .academy03 .program .text-box .lead-box {
    width: 52%;
  }
  .academy03 .program .text-box .lead-box .title {
    max-width: 320px;
  }
  .academy03 .program .img-box .parts.parts02 {
    top: 100px;
    right: 12.5%;
  }
  .academy03 .program .img-box .parts.parts03 {
    top: 320px;
    right: 5%;
  }
  .academy03 .program .detail-list {
    margin: 50px 0 0;
  }
  .academy03 .program .detail-list .ac-item {
    padding: 10px 0 0;
  }
  .academy03 .program .detail-list .ac-item + .ac-item {
    margin-top: 10px;
  }
  .academy03 .program .detail-list .ac-item .ac-title {
    padding: 0px 0 20px;
  }
  .academy03 .program .detail-list .ac-item .ac-title p {
    padding: 15px 100px 15px 20px;
    border-left: solid 8px #2862ae;
    font-size: 16px;
  }
  .academy03 .program .detail-list .ac-item .ac-title p span {
    font-size: 15px;
  }
  .academy03 .program .detail-list .ac-item .ac-detail {
    padding: 30px 5% 20px;
  }
  .academy03 .point .text-box p {
    font-size: 16px;
    text-align: left;
  }
  .academy03 .point .text-box p br {
    display: none;
  }
  .academy03 .instructor {
    margin: 100px 0 0 0;
    padding: 30px 0 50px 5%;
  }
  .academy03 .instructor .instructor-list .instructor-item {
    padding: 0 10px;
  }
  .academy03 .instructor .instructor-list .instructor-item .img-box {
    height: 250px;
    background-position: top;
  }
  .academy03 .instructor .instructor-list .instructor-item .text-box {
    padding: 20px 30px;
  }
  .academy03 .instructor .instructor-list .instructor-item .text-box .catch {
    font-size: 20px;
  }
  .academy03 .instructor .instructor-list .instructor-item .text-box .catch br {
    display: none;
  }
  .academy03 .voice {
    margin: 80px 0 0;
  }
  .academy03 .voice::after {
    height: calc(90% - 120px);
    top: calc(120px + 10%);
  }
  .academy03 .voice .voice-list .wrap {
    width: 48%;
    margin: 20px 0 50px;
  }
  .academy03 .bg-text {
    font-size: 160px;
  }
  .academy04 {
    padding: 50px 0 80px;
  }
  .academy04 .people-list::before, .academy04 .people-list::after {
    height: calc(75% - 250px);
    top: calc(250px + 25%);
  }
  .academy04 .people-list .people-item .zoom-box {
    height: 250px;
  }
  .academy04 .people-list .people-item .label {
    width: 90%;
    margin: -50px auto 0;
  }
  .academy04 .people-list .people-item .label .catch {
    font-size: 18px;
  }
  .academy04 .people-list .people-item .label .catch br {
    display: none;
  }
  .academy04 .people-list .people-item .label .profile .initial {
    font-size: 20px;
  }
  .academy04 .people-list .people-item .btn {
    max-width: 140px;
    bottom: -30px;
    left: auto;
    right: -5%;
  }
  .academy04 .people-list .people-item .btn p {
    padding: 15px 15px;
    font-weight: 600;
  }
  .academy04 .people-list .people-item .btn p::after {
    right: 15px;
  }
  .academy05 {
    margin: 80px 0 0;
  }
  .academy05 .table-box .table-item .detail-box {
    padding: 30px 5% 50px;
  }
  .academy05 .table-box .table-item .detail-box .g-table th,
  .academy05 .table-box .table-item .detail-box .g-table td {
    font-size: 15px;
    padding: 10px 12px;
  }
  .academy05 .table-box .table-item .detail-box .g-table td ul li::before {
    width: 12px;
    height: 12px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item {
    padding: 15px 0 15px 10px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title {
    padding: 0 0 0 35px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title::before {
    width: 22px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title p {
    font-size: 16px;
    max-width: calc(95% - 35px);
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-detail {
    padding: 30px 35px 10px 35px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-detail p {
    font-size: 15px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-detail p::before {
    width: 22px;
    left: -35px;
  }
  .academy05 .arrow {
    height: 100px;
  }
  .entry {
    margin: 150px 0 0;
    padding: 100px 0 80px;
  }
  .entry .e-title {
    font-size: 70px;
    top: -55px;
  }
  .entry .recruit-list .item .category {
    font-size: 25px;
    letter-spacing: 8px;
  }
  .entry .recruit-list .item p {
    font-size: 14px;
    text-align: left;
  }
  .entry .recruit-list .item p br {
    display: none;
  }
  .entry .recruit-list .item .link-list .btn {
    max-width: 100%;
    width: 100%;
  }
  .entry .recruit-list .item .link-list .btn + .btn {
    margin: 10px 0 0;
  }
  .entry .recruit-list .item.career p {
    margin: 20px 0 30px;
  }
  .entry .recruit-list .item.casual .category {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .entry .recruit-list .item.casual .category .arrow {
    font-size: 16px;
    padding: 0 20px 5px;
  }
  .entry .recruit-list .item.casual .about p {
    width: 65%;
  }
  .entry .recruit-list .item.casual .about .link-list {
    width: calc(35% - 20px);
  }
}
@media screen and (max-width: 600px) {
  #mainview .catch {
    bottom: 17.5%;
  }
  #mainview .catch .jp {
    height: 50px;
    font-size: 8vw;
  }
  #mainview .catch .eng {
    font-size: 17.75vw;
  }
  #mainview .recruiting {
    bottom: 70px;
  }
  #mainview .recruiting p {
    font-size: 13px;
    display: inline-block;
  }
  #mainview .recruiting p.choice {
    padding: 5px 0 5px 5px;
    margin: 0 -5px 0 0;
  }
  #mainview .recruiting p.choice::before {
    left: -12px;
    width: 8px;
    height: 10px;
  }
  #mainview .recruiting p:nth-of-type(2) {
    padding: 5px 10px 5px 5px;
  }
  #mainview .induction .visual {
    width: 65%;
    height: 320px;
  }
  #mainview .induction .message .left-box {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  #mainview .induction .message .right-box {
    width: 100%;
    padding: 30px 5%;
    margin: 20px 0 0;
  }
  #mainview .induction .message .right-box p {
    font-size: 14px;
    line-height: 1.7;
  }
  .number-title {
    max-width: 230px;
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .number-title::before {
    width: calc(100% + 50px);
  }
  .number-title .number {
    font-size: 42px;
    width: 70px;
    margin: 0;
  }
  .number-title img {
    margin: 0 0 5px 5px;
  }
  .lead-box {
    margin: 30px 0 0;
  }
  .lead-box .title {
    font-size: 25px;
  }
  .lead-box p {
    font-size: 14px;
  }
  .sub-title p {
    font-size: 32px;
    letter-spacing: 0px;
  }
  .sub-title p span {
    display: block;
    max-width: 140px;
    font-size: 13px;
    padding: 5px 10px 8px;
    letter-spacing: 1px;
    text-align: center;
    margin: 10px 0 0;
    border-left: solid 10px #ff7400;
  }
  .ac-item .ac-title .switch {
    width: 30px;
    height: 30px;
  }
  .ac-item .ac-title .switch::before, .ac-item .ac-title .switch::after {
    width: 12px;
  }
  .academy01 {
    padding: 80px 0;
  }
  .academy01::after {
    height: calc(100% - 50px);
    top: 50px;
  }
  .academy01 .whats-da .text-box {
    width: 100%;
  }
  .academy01 .whats-da .text-box .lead-box .title {
    max-width: none;
  }
  .academy01 .whats-da .text-box .lead-box p {
    padding: 20px 0 30px 110px;
  }
  .academy01 .whats-da .text-box .lead-box p::before {
    max-width: 90px;
    height: 120px;
  }
  .academy01 .whats-da .img-box {
    width: 85%;
    margin: 30px auto 0;
  }
  .academy01 .shorts {
    margin: 50px 0 0 0;
    padding: 0;
  }
  .academy01 .shorts .sub-title {
    width: 90%;
    margin: 30px auto;
  }
  .academy02 {
    padding: 80px 0 300px;
  }
  .academy02 .whats-se .text-box {
    width: 100%;
  }
  .academy02 .whats-se .img-box {
    width: 100%;
    margin: 30px 0 0;
  }
  .academy02 .bg-box {
    width: 100%;
    height: 350px;
    top: auto;
    bottom: 0;
    background-position: top center;
  }
  .academy02 .bg-box.active {
    opacity: 1;
  }
  .academy03 {
    padding: 80px 0 30px;
  }
  .academy03 .program .text-box .lead-box {
    width: 100%;
  }
  .academy03 .program .text-box .lead-box .title {
    max-width: none;
  }
  .academy03 .program .img-box {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 220px;
    margin: 30px 0 0;
  }
  .academy03 .program .img-box .parts.parts01 {
    width: 40%;
  }
  .academy03 .program .img-box .parts.parts02 {
    top: auto;
    bottom: 0;
    left: 0;
    width: 65%;
    filter: drop-shadow(8px 8px 0px #fff);
  }
  .academy03 .program .img-box .parts.parts03 {
    display: none;
  }
  .academy03 .program .detail-list {
    margin: 30px 0 0;
  }
  .academy03 .program .detail-list .ac-item .ac-title p {
    max-width: calc(100% - 35px);
    padding: 10px 50px 10px 15px;
    border-left: solid 5px #2862ae;
    font-size: 15px;
  }
  .academy03 .program .detail-list .ac-item .ac-title p::after {
    right: 0;
    width: 45px;
    letter-spacing: 0px;
    text-align: center;
  }
  .academy03 .program .detail-list .ac-item .ac-title p span {
    font-size: 13px;
  }
  .academy03 .program .detail-list .ac-item .ac-detail {
    padding: 30px 5%;
  }
  .academy03 .program .detail-list .ac-item .ac-detail p {
    font-size: 13px;
    line-height: 1.85;
  }
  .academy03 .program .detail-list .ac-item.ac05 .ac-detail p {
    max-width: 100%;
    width: 100%;
  }
  .academy03 .program .detail-list .ac-item.ac05 .ac-detail .img-list {
    margin: 30px auto 0;
  }
  .academy03 .point {
    margin: 30px 0 0;
  }
  .academy03 .point .img-box {
    width: 55%;
    left: 0;
    right: 0;
    top: calc(100% - 15px);
    margin: auto;
  }
  .academy03 .point .text-box {
    width: 100%;
    padding: 20px 5% 30px;
  }
  .academy03 .point .text-box p {
    font-size: 14px;
    text-align: left;
  }
  .academy03 .instructor {
    margin: 160px 0 0 0;
    padding: 30px 0 50px;
  }
  .academy03 .instructor .sub-title {
    width: 90%;
    margin: 30px auto;
  }
  .academy03 .instructor .instructor-list .instructor-item {
    padding: 0 20px;
  }
  .academy03 .instructor .instructor-list .instructor-item .img-box {
    height: 220px;
    background-position: top -20px center;
  }
  .academy03 .instructor .instructor-list .instructor-item .text-box {
    padding: 20px 5%;
  }
  .academy03 .instructor .instructor-list .instructor-item .text-box .catch {
    font-size: 18px;
  }
  .academy03 .voice {
    margin: 30px 0 0;
    padding: 0 0 80px;
  }
  .academy03 .voice::after {
    height: calc(100% - 50px);
    top: 50px;
  }
  .academy03 .voice .sub-title {
    text-align: left;
  }
  .academy03 .voice .sub-title p span {
    margin: 10px 0 0;
  }
  .academy03 .voice .voice-list {
    padding: 0 10px 0 0;
    margin: 50px 0 0;
  }
  .academy03 .voice .voice-list .wrap {
    max-width: 100%;
    width: 100%;
  }
  .academy03 .voice .voice-list .wrap:last-of-type {
    margin: 20px 0 0;
  }
  .academy03 .voice .voice-list .wrap .voice-item {
    padding: 25px 5%;
  }
  .academy03 .voice .voice-list .wrap .voice-item::after {
    top: 10px;
    left: 10px;
  }
  .academy03 .voice .voice-list .wrap .voice-item .catch {
    font-size: 18px;
  }
  .academy03 .voice .voice-list .wrap .voice-item .catch br {
    display: none;
  }
  .academy03 .bg-text {
    font-size: 140px;
  }
  .academy04 .people-list {
    margin: 30px 0 0;
  }
  .academy04 .people-list::before {
    width: 80%;
    height: calc(75% - 150px);
    top: calc(150px + 25%);
  }
  .academy04 .people-list::after {
    display: none;
  }
  .academy04 .people-list .people-item {
    max-width: 100%;
    width: 100%;
  }
  .academy04 .people-list .people-item .zoom-box {
    height: 230px;
  }
  .academy04 .people-list .people-item .label {
    width: 92%;
    margin: -50px auto 0 2.5%;
    padding: 20px 20px 30px;
  }
  .academy04 .people-list .people-item .label .catch {
    font-size: 16px;
  }
  .academy04 .people-list .people-item .label .profile .initial {
    font-size: 18px;
  }
  .academy04 .people-list .people-item .btn {
    position: relative;
    max-width: 170px;
    width: 42%;
    bottom: auto;
    left: auto;
    right: auto;
    margin: -25px 2.5% 0 auto;
  }
  .academy04 .people-list .people-item .btn p::after {
    width: 8px;
    height: 10px;
  }
  .academy04 .people-list .people-item.item02 {
    margin: 30px 0 0;
  }
  .academy05 {
    padding: 80px 0 100px;
  }
  .academy05 .lead-box {
    margin: 30px 0 0;
  }
  .academy05 .table-box .table-item .t-head {
    padding: 12px 20px 12px 45px;
    font-size: 16px;
  }
  .academy05 .table-box .table-item .t-head::before {
    left: 20px;
    width: 10px;
    height: 10px;
  }
  .academy05 .table-box .table-item .detail-box {
    padding: 20px 5% 30px;
  }
  .academy05 .table-box .table-item .detail-box .g-table th,
  .academy05 .table-box .table-item .detail-box .g-table td {
    display: block;
    width: 100%;
    font-size: 13px;
  }
  .academy05 .table-box .table-item .detail-box .g-table th {
    padding: 15px 0 5px 0;
  }
  .academy05 .table-box .table-item .detail-box .g-table td {
    padding: 5px 0 15px 0;
  }
  .academy05 .table-box .table-item .detail-box .g-table td ul li {
    padding: 0 0 0 15px;
  }
  .academy05 .table-box .table-item .detail-box .g-table td ul li::before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item {
    padding: 10px 0 10px 5px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title {
    padding: 0 0 0 22px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title::before {
    width: 16px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title p {
    font-size: 14px;
    max-width: calc(95% - 30px);
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title .switch {
    width: 30px;
    height: 30px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title .switch::before, .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-title .switch::after {
    width: 12px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-detail {
    padding: 20px 10px 10px 22px;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-detail p {
    font-size: 13px;
    line-height: 1.85;
  }
  .academy05 .table-box .table-item .detail-box .faq-list .ac-item .ac-detail p::before {
    width: 16px;
    left: -23px;
    top: -5px;
  }
  .academy05 .arrow {
    height: 80px;
    top: calc(100% - 20px);
  }
  .entry {
    margin: 120px 0 0;
    padding: 80px 0;
  }
  .entry .e-title {
    font-size: 52px;
    top: -40px;
  }
  .entry .recruit-list .item {
    max-width: 100%;
    width: 100%;
    padding: 30px 5%;
  }
  .entry .recruit-list .item .category {
    font-size: 22px;
    letter-spacing: 5px;
  }
  .entry .recruit-list .item p {
    font-size: 13px;
  }
  .entry .recruit-list .item.career {
    margin: 30px 0 0;
  }
  .entry .recruit-list .item.casual {
    padding: 30px 5%;
  }
  .entry .recruit-list .item.casual .category {
    font-size: 16px;
  }
  .entry .recruit-list .item.casual .category .arrow {
    font-size: 14px;
    padding: 0 15px 5px 0;
    letter-spacing: 2px;
    margin: 0 20px 0 0;
  }
  .entry .recruit-list .item.casual .about p {
    width: 100%;
    margin: 20px 0 30px;
    font-size: 13px;
  }
  .entry .recruit-list .item.casual .about .link-list {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #mainview .induction .message .left-box {
    width: 85%;
    margin: 0;
  }
  #mainview .induction .message .right-box p {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.8px;
  }
  #mainview .induction .message .right-box p:not(:first-of-type) {
    margin: 15px 0 0;
  }
}/*# sourceMappingURL=lp.css.map */