@charset "UTF-8";
/* ------------------------------
- base
------------------------------ */
@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}

.bg-purple {
  background: #f1f0f3;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
}

main {
  display: block;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 750px) {
  a {
    transition: all 0.3s;
  }
  a::before, a::after {
    transition: all 0.3s;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

address {
  font-style: normal;
}

@media screen and (min-width: 750px) {
  .l-inner-lg {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-lg {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .l-inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-ex {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-sm {
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-sm {
    padding: 0 1.5rem;
  }
}

body {
  letter-spacing: 0.05em;
}

/* ------------------------------
- common
------------------------------ */
@media screen and (min-width: 1200px) {
  body {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 7rem;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  position: relative;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
@media screen and (min-width: 1200px) {
  .header {
    height: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    height: 7rem;
  }
}

.headerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .headerLogo {
    background-image: url("../img/common/header_logo_bg.png");
    background-position: right center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .headerLogo {
    width: 27rem;
  }
}
@media screen and (max-width: 1199px) {
  .headerLogo {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 749px) {
  .headerLogo__img {
    width: 14.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .header__right {
    display: flex;
    padding: 1.8rem 4rem;
    gap: 3.7rem;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header__right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30rem;
    transform: translateX(30rem);
    background: #432C87;
    color: #fff;
    overflow: auto;
    transition: all 0.3s;
    opacity: 0;
    z-index: 11;
  }
  .is-active .header__right {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .header__right {
    padding: 10rem 3rem 3rem;
  }
}
@media screen and (max-width: 749px) {
  .header__right {
    padding: 6rem 3rem 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .headerNav {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .headerNav {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 1200px) {
  .headerNav__anc + .headerNav__anc {
    padding-left: 2rem;
    margin-left: 2rem;
    border-left: 1px solid #DEDEDE;
  }
  .headerNav__anc:hover {
    color: #432C87;
  }
}
@media screen and (max-width: 1199px) {
  .headerNav__anc {
    display: block;
  }
  .headerNav__anc + .headerNav__anc {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .headerContact {
    display: flex;
    align-items: center;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .headerContact {
    text-align: center;
  }
}

@media screen and (min-width: 750px) {
  .headerContact__phone {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 749px) {
  .headerContact__phone {
    font-size: 2rem;
  }
}
.headerContact__phone:hover {
  color: #432C87;
}

.headerContact__btn {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .headerContact__btn {
    width: 17.8rem;
    padding: 2rem;
    background: #432C87;
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .headerContact__btn {
    background: #fff;
    color: #432C87;
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

.header__ham {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}
@media screen and (min-width: 1200px) {
  .header__ham {
    display: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .header__ham {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header__ham {
    right: 0;
    width: 7rem;
    height: 7rem;
    background: #432C87;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.header__ham span {
  display: block;
  width: 4rem;
  height: 3px;
  background: #fff;
  border-radius: 999px;
  transition: all 0.3s;
}
.header__ham span + span {
  margin-top: 0.7rem;
}
.is-active .header__ham span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 7px);
}
.is-active .header__ham span:nth-child(2) {
  opacity: 0;
}
.is-active .header__ham span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

@media screen and (min-width: 750px) {
  .footer {
    font-size: 1.6rem;
    padding-top: 3.9rem;
    padding-bottom: 3.4rem;
  }
}
@media screen and (max-width: 749px) {
  .footer {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
    gap: 2rem 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .footerLogo {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 749px) {
  .footerLogo {
    display: inline-block;
    width: 25rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__right {
    display: flex;
    justify-content: space-between;
    gap: 1rem 9rem;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .footer__right {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .footer__right {
    margin-top: 1.5rem;
  }
}

.footer__address {
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  .footer__address {
    margin-bottom: 1rem;
  }
}

.footerMenu__anc {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.footerMenu__anc::after {
  content: "\e900";
  font-family: "icomoon" !important;
}
.footerMenu__anc:hover {
  color: #432C87;
}

.cv {
  background-image: url("../img/common/cv_bg.jpg");
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .cv {
    padding-top: 7rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 749px) {
  .cv {
    padding: 5rem 0;
  }
}

.cv__title {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .cv__title {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__title {
    font-size: 5.5rem;
  }
}

.cv__box {
  background: #432C87;
}
@media screen and (min-width: 1024px) {
  .cv__box {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
@media screen and (min-width: 750px) {
  .cv__box {
    padding: 5.5rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__box {
    padding: 3rem 2rem;
  }
}

.cv__col {
  color: white;
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .cv__col + .cv__col {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__col + .cv__col {
    margin-top: 2rem;
  }
}

.cv__phone__title {
  color: white;
}
@media screen and (min-width: 750px) {
  .cv__phone__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__phone__title {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.cv__phone__title::after {
  content: "";
  height: 3px;
  width: 3rem;
  display: block;
  background: white;
}
@media screen and (min-width: 750px) {
  .cv__phone__title::after {
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 749px) {
  .cv__phone__title::after {
    margin: 0.7rem auto 0;
  }
}

.cv__phone {
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (min-width: 750px) {
  .cv__phone {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__phone {
    font-size: 3.2rem;
  }
}
.cv__phone:hover {
  color: #432C87;
}

.cv__btn {
  width: 33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #432C87;
  position: relative;
  max-width: 100%;
  border: 1px solid #fff;
  background: #fff;
  color: #222222;
}
@media screen and (max-width: 1023px) {
  .cv__btn {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .cv__btn {
    height: 7rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__btn {
    height: 5.5rem;
    font-size: 1.4rem;
  }
}
.cv__btn + .cv__btn {
  margin-top: 0.8rem;
}
.cv__btn::after {
  content: "\e900";
  display: block;
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  color: #432C87;
}
.cv__btn:hover {
  background: #DEDEDE;
}

@media screen and (min-width: 1024px) {
  .cv__col__bar {
    background: #DEDEDE;
    height: auto;
    width: 1px;
    align-self: stretch;
  }
}
@media screen and (max-width: 1023px) {
  .cv__col__bar {
    margin-top: 2rem;
  }
}

.topSec {
  position: relative;
}
@media screen and (min-width: 750px) {
  .topSec {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .topSec {
    font-size: 1.4rem;
  }
}
.topSec.-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .topSec.-bg {
    padding: 18rem 0;
  }
}
@media screen and (max-width: 749px) {
  .topSec.-bg {
    padding: 7rem 0;
  }
}
@media screen and (min-width: 750px) {
  .topSec:not(.-bg) {
    padding: 8.5rem 0;
  }
}
@media screen and (max-width: 749px) {
  .topSec:not(.-bg) {
    padding: 4rem 0;
  }
}
.topSec.-pb0 {
  padding-bottom: 0;
}

.topSec__inner {
  position: relative;
  z-index: 1;
}

.topSec__triangle {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.topSec__triangle.-top {
  top: 0;
}
.topSec__triangle.-bottom {
  bottom: 0;
}

@media screen and (min-width: 750px) {
  .topSecHead {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 749px) {
  .topSecHead {
    margin-bottom: 4rem;
  }
}

.topSecHead__en {
  letter-spacing: 0.05em;
  color: transparent;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (min-width: 750px) {
  .topSecHead__en {
    font-size: 8rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .topSecHead__en {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}
.topSecHead__en.-bd-white {
  color: #fff;
}
.topSecHead__en.-bd-purple {
  color: #432C87;
}

.topSecHead__jp {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 750px) {
  .topSecHead__jp {
    font-size: 2.4rem;
    padding: 1.2rem 3.5rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .topSecHead__jp {
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
    margin-left: 1rem;
  }
}
.topSecHead__jp::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #432C87;
  z-index: 0;
}
@media screen and (min-width: 750px) {
  .topSecHead__jp::before {
    transform: skewX(-30deg);
  }
}
@media screen and (max-width: 749px) {
  .topSecHead__jp::before {
    transform: skewX(-20deg);
  }
}
.topSecHead__jp.-bg-gray {
  color: #000;
}
.topSecHead__jp.-bg-gray::before {
  background: #fff;
}
.topSecHead__jp.-bg-white {
  color: #432C87;
}
.topSecHead__jp.-bg-white::before {
  background: #fff;
}
.topSecHead__jp + .topSecHead__jp {
  margin-top: 0.5rem;
}

.topSecHead__jp__inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 750px) {
  .topSecHead__lead {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .topSecHead__lead {
    margin-top: 1rem;
  }
}

.topSec__paragraph {
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .topSec__paragraph {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .topSec__paragraph {
    font-size: 1.4rem;
  }
}

.topSec__btn {
  background: #fff;
  color: #432C87;
  width: 40rem;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  line-height: 1.2;
}
@media screen and (min-width: 750px) {
  .topSec__btn {
    height: 8.6rem;
    margin: 8rem auto 0;
    font-size: 2rem;
    padding: 0.5rem 5rem;
  }
}
@media screen and (max-width: 749px) {
  .topSec__btn {
    height: 6rem;
    margin: 3rem auto 0;
    font-size: 1.6rem;
    padding: 0.5rem 3rem;
  }
}
.topSec__btn::after {
  content: "\e900";
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
  .topSec__btn::after {
    right: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .topSec__btn::after {
    right: 1.5rem;
  }
}
.topSec__btn.-bd {
  border: 1px solid #432C87;
}
.topSec__btn:hover {
  background: #432C87;
  color: #fff;
}

.topSec__downloadBtn {
  background: linear-gradient(180deg, #313636, #525C5C);
  color: #FDF431;
  width: 40rem;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  line-height: 1.2;
}
@media screen and (min-width: 750px) {
  .topSec__downloadBtn {
    height: 8.6rem;
    margin: 5rem auto 0;
    font-size: 2rem;
    padding: 0.5rem 5rem;
  }
}
@media screen and (max-width: 749px) {
  .topSec__downloadBtn {
    height: 6rem;
    margin: 3rem auto 0;
    font-size: 1.6rem;
    padding: 0.5rem 3rem;
  }
}
.topSec__downloadBtn::after {
  content: "\e900";
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
  .topSec__downloadBtn::after {
    right: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .topSec__downloadBtn::after {
    right: 1.5rem;
  }
}
.topSec__downloadBtn.-bd {
  border: 1px solid #432C87;
}
.topSec__downloadBtn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 750px) {
  .topSecBtn__ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 750px) {
  .topSecBtn__sttl {
    font-size: 1.6rem;
  }
}
.topSecBtn__sttl::before {
  content: "＼";
  display: inline-block;
  margin-right: 1rem;
}
.topSecBtn__sttl::after {
  content: "／";
  display: inline-block;
  margin-left: 1rem;
}

.topSec__demoBtn {
  background: #FDF431;
  color: #432C87;
  width: 40rem;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  line-height: 1.2;
}
@media screen and (min-width: 750px) {
  .topSec__demoBtn {
    height: 8.6rem;
    margin: 2.36rem auto 0;
    font-size: 2rem;
    padding: 0.5rem 5rem;
  }
}
@media screen and (max-width: 749px) {
  .topSec__demoBtn {
    height: 6rem;
    margin: 2rem auto 0;
    font-size: 1.6rem;
    padding: 0.5rem 3rem;
  }
}
.topSec__demoBtn::after {
  content: "\e900";
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
  .topSec__demoBtn::after {
    right: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .topSec__demoBtn::after {
    right: 1.5rem;
  }
}
.topSec__demoBtn.-bd {
  border: 1px solid #432C87;
}
.topSec__demoBtn:hover {
  opacity: 0.6;
}

.mv__wrapper {
  position: relative;
}

.mvSlide__img {
  width: 100%;
}

.mvSlide_video {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .mvSlide_video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mv__control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (min-width: 750px) {
  .mv__control {
    gap: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .mv__control {
    gap: 1.5rem;
  }
}

.mv__btn {
  font-size: 1.4rem;
  line-height: 1;
}
.mv__btn span {
  line-height: 1;
}

.mv__pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  width: auto;
  gap: 1.2rem;
  display: flex;
}
.mv__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 1;
  margin: 0;
  background: #888888;
}
.mv__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #432C87;
}

@media screen and (max-width: 749px) {
  .swiper .swiper-slide {
    height: auto;
  }
}

@media screen and (max-width: 749px) {
  .swiper .mvSlide {
    height: 100%;
  }
}

@media screen and (min-width: 750px) {
  .mv__link {
    position: absolute;
    right: 0;
    bottom: 65px;
    z-index: 1;
    display: block;
    text-align: right;
    max-width: 510px;
    width: 32%;
  }
}
@media screen and (max-width: 749px) {
  .mv__link {
    display: none;
  }
}

.mv__download {
  max-width: 465px;
  width: 85%;
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.mv__sample {
  max-width: 510px;
  width: 100%;
  display: block;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .about {
    background-image: url("../img/top/about_pc.png");
    background-position: right center;
    background-size: 50% auto;
    background-repeat: no-repeat;
    padding: 12rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .about {
    background-image: url("../img/top/about_sp.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 5rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .about__content {
    width: 550px;
  }
}

@media screen and (min-width: 750px) {
  .about__title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .about__title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}

.about__logoTitle {
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .about__logoTitle {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 749px) {
  .about__logoTitle {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .about__logo {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 749px) {
  .about__logo {
    margin: 2.5rem auto 0;
    width: 23.5rem;
  }
}

.whatis__sec {
  background-image: url("../img/top/whatis_bg.jpg");
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .whatis__row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.whatis__thumb {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .whatis__thumb {
    width: 59%;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .whatis__thumb {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .whatis__thumb {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .whatis__content {
    width: 35.3636363636%;
  }
}

@media screen and (min-width: 1200px) {
  .why__sec {
    background-image: url("../img/top/why_bg.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
  }
}

@media screen and (min-width: 1024px) {
  .feature__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4rem;
  }
}

@media screen and (max-width: 1023px) {
  .feature__block + .feature__block {
    margin-top: 3rem;
  }
}

.feature__col {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  background: #fff;
  margin-top: 2rem;
}
.feature__col::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #432C87 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 750px) {
  .feature__col {
    padding: 5rem 3.2rem 3.5rem 3.2rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__col {
    padding: 4rem 2rem 3rem 2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .feature__col + .feature__col {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__col + .feature__col {
    margin-top: 2rem;
  }
}

.feature__num {
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #888888;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .feature__num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__num {
    font-size: 3rem;
  }
}

.feature__title {
  border-bottom: 1px solid #DEDEDE;
  margin-top: 1rem;
}
@media screen and (min-width: 750px) {
  .feature__title {
    font-size: 2.6rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .feature__title {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .featureImg__img {
    width: 100%;
  }
}

.whyVideo {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .whyVideo {
    margin: 8rem auto 0;
  }
}
@media screen and (max-width: 749px) {
  .whyVideo {
    margin: 5rem auto 0;
  }
}

@media screen and (min-width: 750px) {
  .whyVideo__title {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 749px) {
  .whyVideo__title {
    font-size: 2.2rem;
    margin-bottom: 3.5rem;
  }
}
.whyVideo__title::after {
  content: "";
  display: block;
  background: #432C87;
  width: 4rem;
  height: 3px;
}
@media screen and (min-width: 750px) {
  .whyVideo__title::after {
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 749px) {
  .whyVideo__title::after {
    margin: 1.8rem auto 0;
  }
}

.whyIcon {
  text-align: center;
  margin-top: 2.4rem;
  opacity: 0.5;
}

@media screen and (max-width: 749px) {
  .whyIcon__img {
    width: auto;
    height: 8rem;
  }
}

.whyVideo__tittle__inner {
  display: inline-block;
  position: relative;
}
.whyVideo__tittle__inner::before {
  content: "";
  display: block;
  bottom: 0.2rem;
  background: rgba(67, 44, 135, 0.21);
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 750px) {
  .whyVideo__tittle__inner::before {
    height: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .whyVideo__tittle__inner::before {
    height: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .whyVideo__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem;
  }
}

.whyVideo__video {
  position: relative;
  overflow: hidden;
  padding-top: 56.1797752809%;
}
.whyVideo__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .whyVideo__video + .whyVideo__video {
    margin-top: 2rem;
  }
}

.lineup__sec {
  background-image: url("../img/top/lineup_bg.jpg");
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .lineup__row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .lineup__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 750px) {
  .lineup__row {
    display: grid;
    grid-gap: 1.78rem;
  }
}

.lineup__col {
  background: #fff;
  color: #000;
}
@media screen and (min-width: 750px) {
  .lineup__col {
    padding: 1rem 3.3rem 3.3rem;
  }
}
@media screen and (max-width: 749px) {
  .lineup__col {
    padding: 1rem 2rem 2rem;
  }
}
@media screen and (max-width: 749px) {
  .lineup__col + .lineup__col {
    margin-top: 2rem;
  }
}

.lineup__thumb {
  text-align: center;
}

.lineup__content {
  border-left: 3px solid #432C87;
  padding-left: 1.5rem;
}

.lineup__title {
  color: #432C87;
  line-height: 1.3;
}
@media screen and (min-width: 750px) {
  .lineup__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .lineup__title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}

.result__sec {
  background: #F7F7F7;
}

.resultSlider .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (min-width: 750px) {
  .result__slide {
    width: 36rem;
  }
}
@media screen and (max-width: 749px) {
  .result__slide {
    width: 70vw;
  }
}

@media screen and (min-width: 750px) {
  .weare__sec {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 749px) {
  .weare__sec {
    padding: 4rem 0;
  }
}

.weare__box {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .weare__box {
    padding: 8rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .weare__box {
    padding: 5rem;
  }
}
@media screen and (max-width: 749px) {
  .weare__box {
    padding: 3rem 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .weare__row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.weare__thumb {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .weare__thumb {
    width: 53.7234042553%;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .weare__thumb {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .weare__thumb {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .weare__content {
    width: 41.3829787234%;
  }
}

@media screen and (min-width: 750px) {
  .voice {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 749px) {
  .voice {
    padding-bottom: 6rem;
  }
}

.voice__title {
  background: #432C87;
  color: #fff;
  padding: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .voice__title {
    font-size: 2.4rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 749px) {
  .voice__title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}

.voiceItem {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (min-width: 750px) {
  .voiceItem + .voiceItem {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 749px) {
  .voiceItem + .voiceItem {
    margin-top: 3rem;
  }
}
.voiceItem.-reverse {
  flex-direction: row-reverse;
}
.voiceItem.-reverse .voiceItem__text::before, .voiceItem.-reverse .voiceItem__text:after {
  left: 100%;
  border-width: 13px 0 13px 29px;
}
.voiceItem.-reverse .voiceItem__text::before {
  border-color: transparent transparent transparent #432C87;
}
.voiceItem.-reverse .voiceItem__text::after {
  border-color: transparent transparent transparent #fff;
  transform: translate(-0.6rem, -50%);
}
.voiceItem:not(.-reverse) .voiceItem__text::before, .voiceItem:not(.-reverse) .voiceItem__text::after {
  right: 100%;
  border-width: 13px 29px 13px 0;
}
.voiceItem:not(.-reverse) .voiceItem__text::before {
  border-color: transparent #432C87 transparent transparent;
}
.voiceItem:not(.-reverse) .voiceItem__text::after {
  border-color: transparent #fff transparent transparent;
  transform: translate(0.6rem, -50%);
}
@media screen and (min-width: 750px) {
  .voiceItem {
    align-items: center;
    gap: 6rem;
  }
}
@media screen and (max-width: 749px) {
  .voiceItem {
    align-items: flex-start;
    gap: 1rem;
  }
}

.voiceItem__profile {
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .voiceItem__profile {
    width: 20%;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 749px) {
  .voiceItem__img {
    width: 6rem;
  }
}

.voiceItem__name {
  margin-top: 1rem;
}
@media screen and (min-width: 750px) {
  .voiceItem__name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 749px) {
  .voiceItem__name {
    font-size: 1rem;
  }
}

.voiceItem__text {
  width: 58rem;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 749px) {
  .voiceItem__text {
    width: 80%;
  }
}

.voiceItem__text__inner {
  border: 3px solid #432C87;
  background: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .voiceItem__text__inner {
    padding: 3rem 3.5rem;
  }
}
@media screen and (max-width: 749px) {
  .voiceItem__text__inner {
    padding: 2rem;
  }
}

.voiceItem__text__img {
  width: 100%;
}

.fixedFooter {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 749px) {
  .fixedFooter {
    display: flex;
  }
}

.fixedFooter__link:hover {
  opacity: 0.8;
}

.fixedFooter + .cv + .footer {
  margin-bottom: 6rem;
}/*# sourceMappingURL=top.css.map */