@charset "UTF-8";
button,
*[role=button] {
  cursor: pointer;
}

html,
body {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1vw + 0.16 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  html,
  body {
    font-size: calc(4.1025641026vw + 0.16 * 1rem);
  }
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

.lpMain {
  position: relative;
}

.headerLogo {
  position: absolute;
  top: calc(0.75vw + 0.12 * 1rem);
  left: calc(0.75vw + 0.12 * 1rem);
  width: calc(10vw + 1.6 * 1rem);
  max-width: 200px;
  z-index: 10;
}
.headerLogo img {
  display: block;
}

.fv {
  display: block;
  position: relative;
  padding-top: calc(3.75vw + 0.6 * 1rem);
  padding-bottom: calc(1.875vw + 0.3 * 1rem);
  width: 100%;
  height: auto;
  background-image: url("../../lp/img/junior/fv_pc.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
}
.fv:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(23vw + 3.68 * 1rem);
  background-image: url("../../lp/img/junior/fv_bg_bottom.svg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  transform: rotateZ(180deg);
  z-index: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv:after {
    height: calc(102.5641025641vw + 4 * 1rem);
    background-size: cover;
    background-position: top left;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv {
    padding-top: calc(10.2564102564vw + 0.4 * 1rem);
    padding-bottom: calc(2.5641025641vw + 0.1 * 1rem);
  }
}
.fv:before {
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  background-image: url("../../lp/img/junior/fv_headline_sub.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv:before {
    background-image: url("../../lp/img/junior/fv_headline_sub_sp.svg");
    height: 100%;
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv .sp_cvBox {
    padding-top: 0 !important;
  }
}

.fv_inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv_inner {
    width: 100%;
  }
}

.fv_imageBox {
  margin: 0px auto;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transform: scale(1.13);
}
.fv_imageBox img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv_imageBox {
    transform: scale(1);
    aspect-ratio: none;
    width: 100%;
  }
}

.fv_headline_text {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
}
.fv_headline_text img {
  display: block;
  margin: 0 auto;
  width: 85%;
  max-width: 85%;
  transform: translateY(-2%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv_headline_text img {
    width: 95%;
    max-width: 95%;
    transform: translateY(-10%);
  }
}

.fv_textBox {
  display: block;
  margin-bottom: calc(3vw + 0.48 * 1rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv_textBox {
    margin-top: calc(0vw + 0 * 1rem);
    margin-bottom: calc(6.1538461538vw + 0.24 * 1rem);
  }
}

.fv_textBox .headline {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: calc(1.125vw + 0.18 * 1rem);
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv_textBox .headline {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.fv_textBox .headline:before, .fv_textBox .headline:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv_textBox .headline:before, .fv_textBox .headline:after {
    display: none;
  }
}
.fv_textBox .headline span.sub {
  font-size: calc(1.125vw + 0.18 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv_textBox .headline span.sub {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.fv_textBox .headline h2 {
  font-size: calc(1.75vw + 0.28 * 1rem);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv_textBox .headline h2 {
    font-size: calc(5.1282051282vw + 0.2 * 1rem);
    flex-direction: column;
  }
}

.ourMission {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  padding: 0.7em 2em;
  margin: 0 auto;
  margin-top: 1.5em;
  grid-template-columns: auto 1fr;
  width: calc(35.4375vw + 5.67 * 1rem);
  border: 1px solid #fff;
  -o-border-image: linear-gradient(to right, #74DEFF, #74DEFF) 1;
  border-image: linear-gradient(to right, #fff 0%, #fff 2%, transparent 2%, transparent 98%, #fff 98%, #fff 100%) 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ourMission {
    grid-template-columns: 1fr;
    width: 100%;
    gap: calc(3.0769230769vw + 0.12 * 1rem);
  }
}
.ourMission h3 {
  text-align: center;
  font-family: Barlow;
  font-size: calc(1.25vw + 0.2 * 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  letter-spacing: -0.4px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ourMission h3 {
    font-size: calc(4.1025641026vw + 0.16 * 1rem);
  }
}
.ourMission p {
  display: block;
  text-align: justify;
  font-size: calc(1vw + 0.16 * 1rem);
  line-height: 1.6;
  /* 32px */
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ourMission p {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
  }
}

/* --メッセージ---*/
.message {
  display: block;
  position: relative;
  padding-top: calc(6.25vw + 1 * 1rem);
  padding-bottom: calc(10vw + 1.6 * 1rem);
  width: 100%;
  height: auto;
  background-image: url("../../lp/img/junior/message_bottom.svg"), url("../../lp/img/junior/message_bg.jpg");
  background-size: 100% 10%, cover;
  background-position: center bottom, top right;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message {
    padding-top: calc(20.5128205128vw + 0.8 * 1rem);
    padding-bottom: calc(30.7692307692vw + 1.2 * 1rem);
  }
}

.message_inner {
  display: block;
  margin: 0;
  margin-left: 7.5%;
  width: 85%;
  display: grid;
  gap: calc(1.5vw + 0.24 * 1rem);
  margin-top: -4px;
  width: 70%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message_inner {
    width: calc(100% - (10.2564102564vw + 0.4 * 1rem));
    margin-left: 5%;
  }
}
.message_inner h2 {
  display: flex;
  flex-wrap: wrap;
  font-size: calc(2vw + 0.32 * 1rem);
  row-gap: 0.5em;
}
.message_inner h2 span {
  color: #2368FF;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message_inner h2 {
    font-size: calc(4.1025641026vw + 0.16 * 1rem);
  }
}
.message_inner p {
  display: block;
  text-align: justify;
  width: 100%;
  font-size: calc(1.125vw + 0.18 * 1rem);
  line-height: 2.2;
  color: #3D358A;
}
.message_inner p br {
  display: block;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message_inner p {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
  }
  .message_inner p br {
    display: none;
  }
  .message_inner p br.sp {
    display: block;
  }
}

/* --Values 実現できる理由--*/
.values {
  display: block;
  position: relative;
  padding-top: calc(5vw + 0.8 * 1rem);
  padding-bottom: calc(5vw + 0.8 * 1rem);
  margin: 0;
  background-image: url("../../lp/img/junior/values_bg.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values {
    padding: calc(10.2564102564vw + 0.4 * 1rem) 0;
    background-size: 250%;
    background-position: center top;
  }
}

.values_inner {
  display: block;
  margin: 0 auto;
  width: 85%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values_inner {
    width: calc(100% - (10.2564102564vw + 0.4 * 1rem));
  }
}
.values_inner h2 {
  font-size: calc(2vw + 0.32 * 1rem);
  font-weight: 700;
  color: #2368FF;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  justify-content: center;
  gap: 0.2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values_inner h2 {
    font-size: calc(5.641025641vw + 0.22 * 1rem);
  }
}
.values_inner h2 em {
  font-style: normal;
  border-bottom: 2px solid #2368FF;
}
.values_inner h2 .main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.4em;
}
.values_inner h2 .main span {
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values_inner h2 .main span {
    text-align: left;
  }
}
.values_inner h2 .en {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: calc(1vw + 0.16 * 1rem);
  color: #A9C4FF;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values_inner h2 .en {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
  }
}

.values_list {
  margin-top: calc(5vw + 0.8 * 1rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: calc(5vw + 0.8 * 1rem);
  column-gap: calc(5vw + 0.8 * 1rem);
  align-items: start;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values_list {
    grid-template-columns: 1fr;
    margin-top: calc(5.1282051282vw + 0.2 * 1rem);
    row-gap: calc(6.1538461538vw + 0.24 * 1rem);
    width: 100%;
    max-width: 100%;
  }
}

.values_card {
  display: grid;
  justify-content: center;
  position: relative;
}
.values_card:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 0;
  filter: blur(calc(0.75vw + 0.12 * 1rem));
}
.values_card * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values_card {
    grid-template-columns: 25% auto;
    justify-content: start;
    -moz-column-gap: 2em;
    column-gap: 2em;
    row-gap: 0.2em;
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
}
.values_card span {
  font-size: calc(1.5625vw + 0.25 * 1rem);
  font-style: italic;
  color: #00B8FD;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values_card span {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0;
  }
}
.values_card span em {
  font-size: calc(2.5vw + 0.4 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values_card span em {
    font-size: 1.5em;
  }
}
.values_card figure {
  display: block;
  width: 40%;
  aspect-ratio: 1/1;
  justify-content: center;
  margin: calc(1.875vw + 0.3 * 1rem) auto;
}
.values_card figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values_card figure {
    grid-column: 1/2;
    grid-row: 1/4;
    width: 100%;
    margin: 0;
  }
}
.values_card h3 {
  font-size: calc(1.375vw + 0.22 * 1rem);
  color: #2368FF;
  font-weight: 700;
  line-height: 1.4;
  font-feature-settings: "palt";
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values_card h3 {
    grid-column: 2/3;
    grid-row: 2/3;
    margin: 0;
    font-size: calc(4.6153846154vw + 0.18 * 1rem);
  }
}
.values_card p {
  display: block;
  margin-top: 1em;
  font-size: calc(0.875vw + 0.14 * 1rem);
  line-height: 1.8;
  color: #304764;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .values_card p {
    grid-column: 2/3;
    grid-row: 3/4;
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
    margin-top: 0;
  }
}

/* --Voices テンキューブ利用者の体験談--*/
.voices {
  display: block;
  position: relative;
  padding-top: calc(5vw + 0.8 * 1rem);
  padding-bottom: calc(5vw + 0.8 * 1rem);
  background-image: url("../../lp/img/junior/voices_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voices {
    padding: calc(10.2564102564vw + 0.4 * 1rem) 0;
    padding-top: 0;
    padding-bottom: calc(2.5641025641vw + 0.1 * 1rem);
  }
}

.voices_inner {
  display: block;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voices_inner {
    width: calc(100% - (10.2564102564vw + 0.4 * 1rem));
  }
}
.voices_inner h2 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: calc(2.5vw + 0.4 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voices_inner h2 {
    margin-bottom: calc(5.641025641vw + 0.22 * 1rem);
  }
}
.voices_inner h2 em {
  font-size: calc(2vw + 0.32 * 1rem);
  color: #2368FF;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voices_inner h2 em {
    font-size: calc(5.641025641vw + 0.22 * 1rem);
  }
}
.voices_inner h2 .en {
  font-size: calc(1vw + 0.16 * 1rem);
  color: #A9C4FF;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voices_inner h2 .en {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
  }
}

.voicesList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: calc(1vw + 0.16 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voicesList {
    grid-template-columns: 1fr;
    row-gap: calc(2.0512820513vw + 0.08 * 1rem);
  }
}

.voiceCard {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: repeat(2, auto);
  align-items: center;
  -moz-column-gap: 1em;
  column-gap: 0.6em;
  row-gap: 1em;
  color: #687377;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 2em 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voiceCard {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
    padding: 1em 1.5em;
  }
}
.voiceCard h3 {
  grid-column: 1/4;
  grid-row: 1/2;
  display: block;
  text-align: justify;
  font-size: calc(1.1875vw + 0.19 * 1rem);
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  color: #687377;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voiceCard h3 {
    font-size: calc(3.5897435897vw + 0.14 * 1rem);
  }
}
.voiceCard figure {
  grid-column: 1/2;
  grid-row: 2/3;
  width: calc(4.0625vw + 0.65 * 1rem);
  aspect-ratio: 1/1;
  border-radius: 999px;
  background-color: #ccc;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voiceCard figure {
    width: calc(10.2564102564vw + 0.4 * 1rem);
  }
}
.voiceCard figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: cemter center;
  object-position: cemter center;
}
.voiceCard .career {
  display: block;
  font-size: calc(0.6875vw + 0.11 * 1rem);
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.voiceCard .career span:first-of-type {
  flex-basis: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voiceCard .career {
    font-size: calc(2.5641025641vw + 0.1 * 1rem);
  }
}
.voiceCard a {
  display: block;
  font-size: 0;
  width: calc(2vw + 0.32 * 1rem);
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid #AAAAAA;
  background-image: url("../../lp/img/junior/icon_arrow_right.svg");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.voiceCard a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voiceCard a {
    width: calc(6.1538461538vw + 0.24 * 1rem);
  }
}

.lpjunior_bottomPart {
  display: block;
  position: relative;
}
.lpjunior_bottomPart:before {
  content: "";
  display: block;
  position: -webkit-sticky;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../lp/img/junior/project_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
}

.lpjunior_bottomPart_inner {
  display: block;
}

.projects {
  padding-top: calc(5vw + 0.8 * 1rem);
  padding-bottom: calc(5vw + 0.8 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects {
    padding-top: calc(10.2564102564vw + 0.4 * 1rem);
    padding-bottom: calc(2.5641025641vw + 0.1 * 1rem);
    max-width: 100% !important;
  }
  .projects .sp_cvBox {
    max-width: auto !important;
  }
}
.projects h2 {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2em;
}
.projects h2 em {
  font-size: calc(2vw + 0.32 * 1rem);
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects h2 em {
    font-size: calc(5.641025641vw + 0.22 * 1rem);
  }
}
.projects h2 span {
  font-size: calc(1vw + 0.16 * 1rem);
  color: #A9C4FF;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects h2 span {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
  }
}
.projects .projectsWrap {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects .projectsWrap {
    width: calc(100% - (10.2564102564vw + 0.4 * 1rem));
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects .projects_inner h2 {
    margin-bottom: calc(3.0769230769vw + 0.12 * 1rem);
  }
}
.projects .projects_inner p {
  display: block;
  margin: 0 auto;
  padding: 0 1em;
  text-align: center;
  color: #fff;
  margin-bottom: 2em;
}
.projects .projectCard_serachNavi {
  position: relative;
}
.projects .projectCard_serachNavi button {
  background-color: transparent;
  font-size: calc(0.875vw + 0.14 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects .projectCard_serachNavi button {
    font-size: calc(2.8205128205vw + 0.11 * 1rem);
  }
}
.projects .projectCardSearched {
  position: relative;
  max-width: 100%;
}
.projects .projectCardSearched * {
  max-width: 100%;
}
.projects .pointLabel {
  font-size: calc(0.75vw + 0.12 * 1rem) !important;
  padding: 0.4em 0.4em !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects .pointLabel {
    font-size: calc(2.8205128205vw + 0.11 * 1rem) !important;
  }
}
.projects .labels li {
  font-size: calc(0.75vw + 0.12 * 1rem) !important;
  color: #535353 !important;
  background-color: #F1F6FF !important;
  padding: 0.4em 0.4em !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects .labels li {
    font-size: calc(2.8205128205vw + 0.11 * 1rem) !important;
  }
}
.projects h3 {
  font-size: calc(1.125vw + 0.18 * 1rem) !important;
  color: #2570F2 !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects h3 {
    font-size: calc(4.1025641026vw + 0.16 * 1rem) !important;
  }
}
.projects .outlines {
  font-size: calc(0.75vw + 0.12 * 1rem) !important;
}
.projects .outlines * {
  font-size: calc(0.75vw + 0.12 * 1rem) !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects .outlines {
    font-size: calc(2.8205128205vw + 0.11 * 1rem) !important;
  }
  .projects .outlines * {
    font-size: calc(2.8205128205vw + 0.11 * 1rem) !important;
  }
}
.projects .morebtnBox {
  display: block !important;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects .morebtnBox {
    text-align: right;
  }
}
.projects .morebtn {
  font-size: calc(0.75vw + 0.12 * 1rem) !important;
  color: #2570F2 !important;
  width: auto !important;
  flex-basis: 100px !important;
}
.projects .morebtn:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects .morebtn {
    display: block;
    margin: 0px auto;
    margin-top: 0.4em;
    font-size: calc(2.8205128205vw + 0.11 * 1rem) !important;
  }
}
.projects .toggleBtn {
  font-size: calc(1vw + 0.16 * 1rem) !important;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2em !important;
  background-color: transparent !important;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects .toggleBtn {
    font-size: calc(3.0769230769vw + 0.12 * 1rem) !important;
  }
}

.flow {
  display: block;
  position: relative;
  padding: calc(5vw + 0.8 * 1rem) 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow {
    padding: calc(10.2564102564vw + 0.4 * 1rem) 0;
  }
}
.flow:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(56, 216, 255, 0.65);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  z-index: -1;
}
.flow .flow_inner {
  display: block;
  margin: 0 auto;
  width: 85%;
  color: #fff;
}

.flow_headline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: calc(5vw + 0.8 * 1rem);
  align-items: center;
  margin-bottom: calc(1.5vw + 0.24 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_headline {
    margin-bottom: calc(3.0769230769vw + 0.12 * 1rem);
    grid-template-columns: 1fr;
    row-gap: calc(3.0769230769vw + 0.12 * 1rem);
  }
}
.flow_headline h2 {
  display: grid;
  font-size: calc(2vw + 0.32 * 1rem);
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_headline h2 {
    font-size: calc(5.641025641vw + 0.22 * 1rem);
  }
}
.flow_headline h2 em {
  font-style: normal;
}
.flow_headline h2 span {
  font-size: calc(1vw + 0.16 * 1rem);
  color: #A9C4FF;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_headline h2 span {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
  }
}
.flow_headline p {
  font-size: calc(1vw + 0.16 * 1rem);
  color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_headline p {
    font-size: calc(3.5897435897vw + 0.14 * 1rem);
    line-height: 1.6;
  }
}

.flow_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  -moz-column-gap: calc(1.25vw + 0.2 * 1rem);
  column-gap: calc(1.25vw + 0.2 * 1rem);
  row-gap: calc(5vw + 0.8 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    row-gap: calc(5.1282051282vw + 0.2 * 1rem);
  }
}

.flow_card {
  display: block;
  align-items: start;
  background-color: #fff;
  border-radius: 0 0 1em 0;
  font-size: calc(1vw + 0.16 * 1rem);
  padding: 1em;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_card {
    font-size: calc(3.5897435897vw + 0.14 * 1rem);
  }
}
.flow_card:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(100%) rotateZ(90deg);
  width: 0.8660254038em;
  height: 1em;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_card:before {
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0%;
    right: auto;
    left: 50%;
    transform: translateY(100%) translateX(-50%) rotateZ(180deg);
    width: 6em;
    height: 1em;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #fff;
  }
}
.flow_card figure {
  display: block;
  width: 30%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_card figure {
    width: -moz-fit-content;
    width: fit-content;
    height: calc(11.5384615385vw + 0.45 * 1rem);
    aspect-ratio: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .flow_card figure img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
  }
}
.flow_card h3 {
  font-size: calc(1.25vw + 0.2 * 1rem);
  font-weight: 700;
  font-style: normal;
  color: #2570F2;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_card h3 {
    display: block;
    font-size: calc(4.1025641026vw + 0.16 * 1rem);
    text-align: center;
  }
}
.flow_card p {
  display: block;
  font-size: calc(0.7375vw + 0.118 * 1rem);
  color: #304764;
  line-height: 1.5;
  font-weight: 500;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_card p {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
  }
}

.flow_card:nth-child(4):before {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_card:nth-child(4):before {
    display: block;
  }
}

.flow_card:nth-child(5) {
  position: relative;
  grid-column: 1/5;
  width: 70%;
  margin: 0 auto;
  padding: 2em 4em !important;
  display: grid;
  align-items: center;
  grid-row: auto auto;
  -moz-column-gap: calc(1.5vw + 0.24 * 1rem);
  column-gap: calc(1.5vw + 0.24 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_card:nth-child(5) {
    display: block;
    font-size: calc(3.5897435897vw + 0.14 * 1rem);
    padding: 1em 1.5em !important;
    grid-column: 1/2;
    grid-row: 5/6;
    width: 100%;
    border: 5px solid #00FFDD;
  }
}
.flow_card:nth-child(5):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  right: auto;
  left: 50%;
  transform: translateY(calc(-50% - (2.5vw + 0.4 * 1rem))) translateX(-50%) rotateZ(180deg);
  width: 6em;
  height: 1em;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_card:nth-child(5):before {
    display: none;
  }
}
.flow_card:nth-child(5):after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  transform: translate(-40%, -40%);
  background-image: url("../../lp/img/junior/flow_point.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.flow_card:nth-child(5) figure {
  grid-column: 1/2;
  grid-row: 1/3;
  width: auto;
  height: 80%;
}
.flow_card:nth-child(5) figure img {
  display: block;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_card:nth-child(5) figure {
    width: -moz-fit-content;
    width: fit-content;
    height: calc(11.5384615385vw + 0.45 * 1rem);
    aspect-ratio: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .flow_card:nth-child(5) figure img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
  }
}
.flow_card:nth-child(5) h3 {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: calc(1.5vw + 0.24 * 1rem);
  margin-top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_card:nth-child(5) h3 {
    font-size: calc(5.1282051282vw + 0.2 * 1rem);
    margin-top: 0.5em;
  }
}
.flow_card:nth-child(5) p {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flow_card:nth-child(5) p {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
  }
}

.lpjunior_footer {
  display: block;
  padding: 2em;
  background-color: #1C5BC7;
  color: #fff;
  font-size: calc(0.6875vw + 0.11 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lpjunior_footer {
    font-size: calc(2.8205128205vw + 0.11 * 1rem);
    padding: calc(4.6153846154vw + 0.18 * 1rem) calc(3.0769230769vw + 0.12 * 1rem);
  }
}
.lpjunior_footer img {
  width: 12em;
}
.lpjunior_footer ul {
  display: flex;
  gap: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lpjunior_footer ul {
    flex-direction: column;
    gap: 0.8em;
  }
}
.lpjunior_footer li a {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.7em;
}

.sp_cvBox {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_cvBox {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.sp_cvBox img {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0px auto;
}

.lp_voice_article .logo {
  display: block;
  margin-top: calc(0.625vw + 0.1 * 1rem);
  margin-left: calc(0.625vw + 0.1 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lp_voice_article .logo {
    margin-top: calc(2.5641025641vw + 0.1 * 1rem);
    margin-left: calc(2.5641025641vw + 0.1 * 1rem);
  }
}

.lpVoice:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  background-image: url("../../lp/img/junior/project_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.lp_voice_title {
  display: block;
  width: 85%;
  margin: 0 auto;
  margin-top: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lp_voice_title {
    width: 95%;
  }
}
.lp_voice_title a.back {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  color: #fff;
  font-size: calc(1vw + 0.16 * 1rem);
  gap: 0.4em;
  align-items: center;
  padding: 0.5em 0;
}
.lp_voice_title a.back:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  -webkit-mask-image: url("../../lp/img/junior/icon_arrow_right.svg");
  mask-image: url("../../lp/img/junior/icon_arrow_right.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  transform: rotateZ(180deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lp_voice_title a.back {
    font-size: calc(3.5897435897vw + 0.14 * 1rem);
  }
}

.lp_voice_title h1 {
  display: block;
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  font-size: calc(2vw + 0.32 * 1rem);
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lp_voice_title h1 {
    font-size: calc(5.641025641vw + 0.22 * 1rem);
  }
}
.lp_voice_title h1 em {
  font-size: calc(2vw + 0.32 * 1rem);
  color: #fff;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lp_voice_title h1 em {
    font-size: calc(5.641025641vw + 0.22 * 1rem);
  }
}
.lp_voice_title h1 .en {
  font-size: calc(1vw + 0.16 * 1rem);
  color: #A9C4FF;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lp_voice_title h1 .en {
    font-size: calc(3.0769230769vw + 0.12 * 1rem);
  }
}

.lp_voice_inner {
  display: block;
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  font-size: calc(1vw + 0.16 * 1rem);
  line-height: 1.8;
  padding: 2em;
  border-radius: 1em;
  margin-bottom: calc(7.5vw + 1.2 * 1rem);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lp_voice_inner {
    width: 95%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lp_voice_inner {
    margin-bottom: calc(16.4102564103vw + 0.64 * 1rem);
  }
}

.voice_header {
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 1em;
  align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voice_header {
    grid-template-columns: 1fr;
    margin-top: -7em;
  }
}
.voice_header figure {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  overflow: hidden;
}
.voice_header figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voice_header figure {
    width: 25%;
  }
}

.voice_header_inner h2 {
  display: grid;
  grid-template-columns: 1fr;
}
.voice_header_inner h2 em {
  font-size: calc(1.375vw + 0.22 * 1rem);
  font-weight: 700;
  font-style: normal;
  color: #2368FF;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voice_header_inner h2 em {
    font-size: calc(4.6153846154vw + 0.18 * 1rem);
  }
}
.voice_header_inner h2 span {
  font-size: calc(1vw + 0.16 * 1rem);
  color: #333;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .voice_header_inner h2 span {
    font-size: calc(3.5897435897vw + 0.14 * 1rem);
  }
}

.lp_voice_mainContent {
  font-size: calc(1vw + 0.16 * 1rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lp_voice_mainContent {
    font-size: calc(3.5897435897vw + 0.14 * 1rem);
  }
}
.lp_voice_mainContent h2 {
  font-size: calc(1.5vw + 0.24 * 1rem) !important;
  font-weight: 500;
  font-style: normal;
  color: #1C5BC7;
  margin-top: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lp_voice_mainContent h2 {
    font-size: calc(5.1282051282vw + 0.2 * 1rem) !important;
  }
}
.lp_voice_mainContent p {
  font-size: calc(1vw + 0.16 * 1rem);
  line-height: 2;
  color: #444;
  padding-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lp_voice_mainContent p {
    font-size: calc(3.5897435897vw + 0.14 * 1rem);
    padding-left: 0;
  }
}/*# sourceMappingURL=lp-junior.css.map */