@charset "UTF-8";
body {
  height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 1;
  color: #404040;
}

.main {
  padding-top: 5.3571vw;
}
.main.quiz {
  padding-bottom: 10vw;
  padding-top: 0 !important;
}

a {
  color: #404040;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s;
}
a.hover-opacity:hover {
  opacity: 0.7;
}

p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #404040;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.img img, .q-header__logo img, .footer__logo img, .ms__middle-checks > div img, .flow__content > div img, .ctf__img img, .about__maletech img, .fv__banner img, .fv__inner img, .header__logo img {
  width: 100%;
  height: 100%;
}

input {
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
input.hover-opacity {
  opacity: 0.7;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex-center, .contact__dt.must > p > span, .q-result__dl > a, .q-contents__container, .q-header__inner, .ms__top-two > p, .ms__top-txt, .flow__content > h3, .flow__content, .ctf__btn.btn-flat, .btn-yel, .contact__thanks-btn, .q-result__revenge, .q-contents__btn, .q-fst__btn, .af__btn, .simple-btn, .contact__btn > p > input, .q-contents__an .q-contents__btn, .btn-bl, .q-result__backtop, .ctf__btn.btn-normal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.posi-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contents-width, .l-logo__inner, .vision__inner, .mission__inner, .contact__inner, .af__inner, .ms__inner, .flow__inner, .ctf__inner, .about__inner, .header__inner {
  width: calc(100% - 14.2857vw);
  margin: 0 auto;
  max-width: 1920px;
}

.section-pd, .l-logo__inner, .vision, .mission, .contact, .q-fst__container, .af, .ms, .flow, .ctf, .about {
  padding: 5.7142vw 0;
}

.q-border {
  display: block;
  width: 100%;
  height: 0.3571vw;
  background-color: #404040;
  margin-bottom: 1.4285vw;
  position: relative;
}
.q-border::after {
  content: "";
  display: block;
  width: 20vw;
  height: 100%;
  background-color: #F4CD00;
  position: absolute;
  top: 0;
  left: 0;
}
.q-border:nth-of-type(2) {
  margin-top: 1.4285vw;
}
.q-border:nth-of-type(2)::after {
  left: auto;
  right: 0;
}

.txt-16-bl, .l-logo__txt, .vision__txt, .mission__txt, .af__txt, .about__txt {
  line-height: 2;
  text-align: center;
}

.txt-16-wh, .q-fst__txt {
  line-height: 2;
  text-align: center;
  color: white;
}
.btn-yel, .contact__thanks-btn, .q-result__revenge, .q-contents__btn, .q-fst__btn, .af__btn, .simple-btn, .contact__btn > p > input, .q-contents__an .q-contents__btn, .btn-bl, .q-result__backtop, .ctf__btn.btn-normal {
  width: 15.7142vw;
  height: 3.2857vw;
  background-color: #F4CD00;
  position: relative;
  margin: 0 auto;
  min-width: 200px;
}
.btn-yel::after, .contact__thanks-btn::after, .q-result__revenge::after, .q-contents__btn::after, .q-fst__btn::after, .af__btn::after, .simple-btn::after, .contact__btn > p > input::after, .q-contents__an .q-contents__btn::after, .btn-bl::after, .q-result__backtop::after, .ctf__btn.btn-normal::after, .btn-yel::before, .contact__thanks-btn::before, .q-result__revenge::before, .q-contents__btn::before, .q-fst__btn::before, .af__btn::before, .simple-btn::before, .contact__btn > p > input::before, .q-contents__an .q-contents__btn::before, .btn-bl::before, .q-result__backtop::before, .ctf__btn.btn-normal::before {
  content: "";
  display: block;
  width: 2.5vw;
  height: 0.1428vw;
  background-color: #404040;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.btn-yel::after, .contact__thanks-btn::after, .q-result__revenge::after, .q-contents__btn::after, .q-fst__btn::after, .af__btn::after, .simple-btn::after, .contact__btn > p > input::after, .q-contents__an .q-contents__btn::after, .btn-bl::after, .q-result__backtop::after, .ctf__btn.btn-normal::after {
  right: -2.5vw;
  background-color: #F4CD00;
  transition: all 0.3s;
}
.btn-yel:hover::after, .contact__thanks-btn:hover::after, .q-result__revenge:hover::after, .q-contents__btn:hover::after, .q-fst__btn:hover::after, .af__btn:hover::after, .simple-btn:hover::after, .contact__btn > p > input:hover::after, .btn-bl:hover::after, .q-result__backtop:hover::after, .ctf__btn.btn-normal:hover::after {
  right: 0vw;
  height: 0.25vw;
  width: 2.6vw;
}

.btn-bl, .q-result__backtop, .ctf__btn.btn-normal {
  background-color: #404040;
  color: white;
}
.btn-bl::after, .q-result__backtop::after, .ctf__btn.btn-normal::after, .btn-bl::before, .q-result__backtop::before, .ctf__btn.btn-normal::before {
  background-color: white;
}
.btn-bl::after, .q-result__backtop::after, .ctf__btn.btn-normal::after {
  background-color: #404040;
}

.simple-btn, .contact__btn > p > input, .q-contents__an .q-contents__btn {
  letter-spacing: 0.3em;
  border: none;
  opacity: 1;
  transition: all 0.3s;
}
.simple-btn:hover, .contact__btn > p > input:hover, .q-contents__an .q-contents__btn:hover {
  opacity: 0.7;
}

.y-b-txt, .q-result__txt-nintei, .q-header__h1 > p {
  color: white;
  background-color: #404040;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.18vw 1.1vw;
}
.y-b-txt > span, .q-result__txt-nintei > span, .q-header__h1 > p > span {
  color: #F4CD00;
}

.l-ttl, .vision__h2, .mission__h2, .af__h2, .ms__h2, .flow__h2, .ctf__h2, .about__h2 {
  text-align: center;
}
.l-ttl > p, .vision__h2 > p, .mission__h2 > p, .af__h2 > p, .ms__h2 > p, .flow__h2 > p, .ctf__h2 > p, .about__h2 > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-ttl > p::after, .vision__h2 > p::after, .mission__h2 > p::after, .af__h2 > p::after, .ms__h2 > p::after, .flow__h2 > p::after, .ctf__h2 > p::after, .about__h2 > p::after {
  content: "";
  display: block;
  width: 3.5714vw;
  height: 0.3571vw;
  background-color: #F4CD00;
  margin: 1.4285vw auto;
}
.l-ttl > h2, .vision__h2 > h2, .mission__h2 > h2, .af__h2 > h2, .ms__h2 > h2, .flow__h2 > h2, .ctf__h2 > h2, .about__h2 > h2 {
  line-height: 1.5;
}

.mb-50, .mission, .contact__btn.prev-btn > p > input, .q-contents__num, .q-fst__p, .ctf__img, .q-border:nth-of-type(2) {
  margin-bottom: 3.5714vw;
}

.mb-60, .vision__h2, .mission__h2, .af__h2, .ms__h2, .flow__h2, .ctf__h3, .ctf__h2, .about__bar, .about__txt, .about__h2 {
  margin-bottom: 4.2857vw;
}

.mb-70, .contact__thanks, .q-result__revenge, .q-result__dl, .q-result__txt, .q-result__txt-nintei, .q-contents__a, .q-fst__ctf, .q-fst__txt, .footer__logo {
  margin-bottom: 5vw;
}

.mb-80, .af__scr, .ms__bottom.acc-reverse, .ms__middle-bottom, .ms__top-txt, .ctf__content.content-fst {
  margin-bottom: 5.7142vw;
}

.mb-100, .footer__ul, .af__txt, .ms__middle-p, .ms__top-two, .flow__content {
  margin-bottom: 7.1428vw;
}

.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

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

@media (max-width: 768px) {
  body {
    letter-spacing: 0.2em;
  }
  .main {
    padding-top: 50px;
  }
  .main.quiz {
    padding-bottom: 100px;
  }
  .contents-width, .l-logo__inner, .vision__inner, .mission__inner, .contact__inner, .af__inner, .ms__inner, .flow__inner, .ctf__inner, .about__inner, .header__inner {
    width: calc(100% - 40px);
  }
  .section-pd, .l-logo__inner, .vision, .mission, .contact, .q-fst__container, .af, .ms, .flow, .ctf, .about {
    padding: 50px 0;
  }
  .btn-yel, .contact__thanks-btn, .q-result__revenge, .q-contents__btn, .q-fst__btn, .af__btn, .btn-bl, .q-result__backtop, .ctf__btn.btn-normal, .simple-btn, .contact__btn > p > input, .q-contents__an .q-contents__btn {
    width: 170px;
    height: 30px;
    font-size: 11px;
  }
  .btn-yel::after, .contact__thanks-btn::after, .q-result__revenge::after, .q-contents__btn::after, .q-fst__btn::after, .af__btn::after, .btn-bl::after, .q-result__backtop::after, .ctf__btn.btn-normal::after, .simple-btn::after, .contact__btn > p > input::after, .q-contents__an .q-contents__btn::after, .btn-yel::before, .contact__thanks-btn::before, .q-result__revenge::before, .q-contents__btn::before, .q-fst__btn::before, .af__btn::before, .btn-bl::before, .q-result__backtop::before, .ctf__btn.btn-normal::before, .simple-btn::before, .contact__btn > p > input::before, .q-contents__an .q-contents__btn::before {
    width: 23px;
    height: 1.5px;
  }
  .btn-yel::after, .contact__thanks-btn::after, .q-result__revenge::after, .q-contents__btn::after, .q-fst__btn::after, .af__btn::after, .btn-bl::after, .q-result__backtop::after, .ctf__btn.btn-normal::after, .simple-btn::after, .contact__btn > p > input::after, .q-contents__an .q-contents__btn::after {
    right: -23px;
  }
  .l-ttl > p::after, .vision__h2 > p::after, .mission__h2 > p::after, .af__h2 > p::after, .ms__h2 > p::after, .flow__h2 > p::after, .ctf__h2 > p::after, .about__h2 > p::after {
    width: 30px;
    height: 2px;
    margin: 10px auto;
  }
  .y-b-txt, .q-result__txt-nintei, .q-header__h1 > p {
    padding: 0 5px 0 10px;
  }
  .txt-16-bl, .l-logo__txt, .vision__txt, .mission__txt, .af__txt, .about__txt {
    text-align: left;
  }
  .txt-16-wh, .q-fst__txt {
    text-align: left;
  }
  .mb-50, .mission, .contact__btn.prev-btn > p > input, .q-contents__num, .q-fst__p, .ctf__img, .q-border:nth-of-type(2) {
    margin-bottom: 35px;
  }
  .mb-60, .vision__h2, .mission__h2, .af__h2, .ms__h2, .flow__h2, .ctf__h3, .ctf__h2, .about__bar, .about__txt, .about__h2 {
    margin-bottom: 35px;
  }
  .mb-70, .contact__thanks, .q-result__revenge, .q-result__dl, .q-result__txt, .q-result__txt-nintei, .q-contents__a, .q-fst__ctf, .q-fst__txt, .footer__logo {
    margin-bottom: 45px;
  }
  .mb-80, .af__scr, .ms__bottom.acc-reverse, .ms__middle-bottom, .ms__top-txt, .ctf__content.content-fst {
    margin-bottom: 50px;
  }
  .mb-100, .footer__ul, .af__txt, .ms__middle-p, .ms__top-two, .flow__content {
    margin-bottom: 50px;
  }
}
.f-nt-r {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.f-nt-m, .contact__form, .contact__textarea, .q-contents__dd, .simple-btn, .contact__btn > p > input, .q-contents__an .q-contents__btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.f-nt-b, .q-result__dl > a, .q-result__result, .q-header__h1, .ms__middle-p, .about__bigtxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.f-nt-bl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.f-mo-r {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.f-mo-m {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.f-mo-b, .q-contents__num, .ctf__h3, .l-ttl > p, .vision__h2 > p, .mission__h2 > p, .af__h2 > p, .ms__h2 > p, .flow__h2 > p, .ctf__h2 > p, .about__h2 > p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.f-mo-bl {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.f-ro-r {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.f-ro-m {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.f-ro-b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.f-ro-bl {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.f-14, .q-result__dl > p {
  font-size: clamp(10px, 1vw, 24px);
}

.f-16, .contact .privacy-policy, .q-contents__an-qs.two-forms > p:nth-child(2), .q-contents__all, .af__scr, .ms__box, .flow__content > p, .header__li > a, .modal_p, .txt-16-bl, .l-logo__txt, .vision__txt, .mission__txt, .af__txt, .about__txt, .txt-16-wh, .q-fst__txt, .simple-btn, .contact__btn > p > input, .q-contents__an .q-contents__btn {
  font-size: clamp(10px, 1.14285vw, 26px);
}

.f-20, .contact .privacy-policy > span, .contact__btn.submit-btn > p > input, .contact__btn.prev-btn > p > input, .contact__form, .contact__textarea, .contact, .q-result__dl > a, .q-result__txt, .q-result__detail, .q-contents__dd, .q-contents__form, .q-contents__textarea, .q-contents__an-qs, .q-contents__label, .ms__accttl, .ms__top-txt, .flow__content > p > a, .ctf__btn.btn-flat, .txt-16-wh > span, .q-fst__txt > span {
  font-size: clamp(10px, 1.42857vw, 30px);
}

.f-24, .l-logo__h2, .q-contents__an-ttl, .q-contents__q, .q-fst__p, .ms__middle-checks > p, .ctf__p, .about__bigtxt, .l-ttl > h2, .vision__h2 > h2, .mission__h2 > h2, .af__h2 > h2, .ms__h2 > h2, .flow__h2 > h2, .ctf__h2 > h2, .about__h2 > h2 {
  font-size: clamp(10px, 1.71428vw, 34px);
}

.f-26 {
  font-size: clamp(10px, 1.85714vw, 36px);
}

.f-28 {
  font-size: clamp(10px, 2vw, 38px);
}

.f-30, .contact__thanks, .q-header__h1, .ms__middle-p, .ms__top-two > p, .flow__content > h3, .y-b-txt, .q-result__txt-nintei, .q-header__h1 > p {
  font-size: clamp(10px, 2.14285vw, 40px);
}

.f-32 {
  font-size: clamp(10px, 2.28571vw, 42px);
}

.f-36, .ms__top-two > p > span, .ctf__h3 > span, .l-ttl > p, .vision__h2 > p, .mission__h2 > p, .af__h2 > p, .ms__h2 > p, .flow__h2 > p, .ctf__h2 > p, .about__h2 > p {
  font-size: clamp(10px, 2.57142vw, 46px);
}

.f-45 {
  font-size: clamp(10px, 3.21428vw, 55px);
}

.f-50, .ctf__h3 {
  font-size: clamp(10px, 3.5714vw, 70px);
}

.f-60, .q-result__result, .q-contents__num {
  font-size: clamp(10px, 4.2857vw, 70px);
}

@media (max-width: 768px) {
  .f-14, .q-result__dl > p {
    font-size: 12px;
  }
  .f-16, .contact .privacy-policy, .q-contents__an-qs.two-forms > p:nth-child(2), .q-contents__all, .af__scr, .ms__box, .flow__content > p, .header__li > a, .modal_p, .txt-16-bl, .l-logo__txt, .vision__txt, .mission__txt, .af__txt, .about__txt, .txt-16-wh, .q-fst__txt, .simple-btn, .contact__btn > p > input, .q-contents__an .q-contents__btn {
    font-size: 13px;
  }
  .f-20, .contact .privacy-policy > span, .contact__btn.submit-btn > p > input, .contact__btn.prev-btn > p > input, .contact__form, .contact__textarea, .contact, .q-result__dl > a, .q-result__txt, .q-result__detail, .q-contents__dd, .q-contents__form, .q-contents__textarea, .q-contents__an-qs, .q-contents__label, .ms__accttl, .ms__top-txt, .flow__content > p > a, .ctf__btn.btn-flat, .txt-16-wh > span, .q-fst__txt > span {
    font-size: 14px;
  }
  .f-24, .l-logo__h2, .q-contents__an-ttl, .q-contents__q, .q-fst__p, .ms__middle-checks > p, .ctf__p, .about__bigtxt, .l-ttl > h2, .vision__h2 > h2, .mission__h2 > h2, .af__h2 > h2, .ms__h2 > h2, .flow__h2 > h2, .ctf__h2 > h2, .about__h2 > h2 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 20px;
  }
  .f-30, .contact__thanks, .q-header__h1, .ms__middle-p, .ms__top-two > p, .flow__content > h3, .y-b-txt, .q-result__txt-nintei, .q-header__h1 > p {
    font-size: 20px;
  }
  .f-32 {
    font-size: 18px;
  }
  .f-36, .ms__top-two > p > span, .ctf__h3 > span, .l-ttl > p, .vision__h2 > p, .mission__h2 > p, .af__h2 > p, .ms__h2 > p, .flow__h2 > p, .ctf__h2 > p, .about__h2 > p {
    font-size: 22px;
  }
  .f-45 {
    font-size: clamp(10px, 12vw, 55px);
  }
  .f-50, .ctf__h3 {
    font-size: 25px;
  }
  .f-60, .q-result__result, .q-contents__num {
    font-size: 30px;
  }
}
.modal-button {
  cursor: pointer;
  transition: all 0.3s;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper {
  position: fixed;
  z-index: 10000;
}

.modal-wrapper .modal-window {
  z-index: 998;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88.5714vw;
  background: #fff;
}

.modal-overlay {
  z-index: 998;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal-close {
  width: 3.5714vw;
  height: 3.5714vw;
  display: block;
  position: fixed;
  top: 3vw;
  right: 6vw;
  z-index: 999;
}

.modal-close::after, .modal-close::before {
  content: "";
  display: block;
  width: 3.5714vw;
  height: 0.5714vw;
  background-color: white;
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
}

.modal-close::after {
  transform: rotate(45deg);
  top: 1vw;
}

.modal-close::before {
  transform: rotate(-45deg);
  top: 1.5vw;
}

.modal-close:hover::after, .modal-close:hover::before {
  background-color: #F4CD00;
}

.modal_title {
  margin-top: 2.7vw;
}

.modal_p {
  line-height: 2;
  width: 65.5vw;
  margin: 0 auto 6.0714vw;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .modal-close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 25px;
  }
  .modal-close::after, .modal-close::before {
    width: 20px;
    height: 2px;
  }
  .modal-close::after {
    top: 7px;
  }
  .modal-close::before {
    top: 9px;
  }
  .modal_title {
    margin-top: 30px;
  }
  .modal_p {
    font-size: 12px;
    margin: 0 auto 30px;
  }
}
.wpcf7-not-valid-tip {
  position: relative;
  top: 1vw;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FF4040 !important;
  padding: 1vw;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #F4CD00 !important;
}

.wpcf7-response-output {
  width: 34vw;
  line-height: 1.5;
  margin: 2vw auto !important;
  font-size: 1.28571vw;
}

@media (max-width: 768px) {
  .wpcf7-response-output {
    width: 300px;
    margin: 20px auto !important;
    font-size: 12px;
  }
}
/* ハンバーガーメニュー */
.mobileBtn {
  transition: all 0.8s ease;
  position: relative;
  z-index: 101;
  background-color: unset;
  width: 30px;
  height: 30px;
  display: none;
  margin-right: 20px;
}

.mobileBtn__bar {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.8s ease;
  background-color: #F4CD00;
  left: 0;
}

.mobileBtn__bar:nth-child(1) {
  top: 25%;
}

.mobileBtn__bar:nth-child(2) {
  top: 50%;
}

.mobileBtn__bar:nth-child(3) {
  top: 75%;
}

.mobileBtn__bar.rotate:nth-child(1), .mobileBtn__bar.rotate:nth-child(3) {
  top: 50%;
}

.mobileBtn__bar.rotate:nth-child(1) {
  transform: rotate(-225deg);
}

.mobileBtn__bar.rotate:nth-child(2) {
  transform: translate(-50%, -50%) scale(0);
}

.mobileBtn__bar.rotate:nth-child(3) {
  transform: rotate(225deg);
}

.mobile {
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  background-color: #404040;
  background-size: cover;
  position: fixed;
  top: -200vh;
  right: 0;
  z-index: 98;
  transition: all 0.5s ease;
}

.mobile.down {
  top: 0;
}

.mobile__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin: 90px auto 0;
}

.mobile__ul {
  width: 90%;
  margin: 0 auto;
}

.mobile__li {
  font-size: 14px;
  margin: 0;
}
.mobile__li > a {
  border-bottom: 2px solid #F4CD00;
  padding: 20px;
  color: white;
}
.mobile__li > a::after {
  display: none !important;
}

@media (max-width: 768px) {
  .mobileBtn {
    display: block;
  }
}
.header {
  height: 5.3571vw;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 9999;
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 12.8571vw;
}
.header__ul {
  display: flex;
  align-items: center;
}
.header__li > a {
  margin: 0 1.7857vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__li > a::after {
  content: "";
  display: block;
  width: 3.5714vw;
  height: 0.2857vw;
  background-color: #F4CD00;
  margin-top: 0.7vw;
  transition: 0.3s all;
}
.header__li > a:hover::after {
  width: 6vw;
}
@media (max-width: 768px) {
  .header {
    height: 50px;
  }
  .header__logo {
    width: 110px;
  }
  .header__ul {
    display: none;
  }
  .header__li > a::after {
    width: 40px;
    height: 2px;
    margin-top: 8px;
  }
}

.fv {
  position: relative;
}
.fv__inner {
  width: 100%;
}
.fv__inner > img.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .fv__inner > img.sp {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .fv__inner > img.pc {
    display: none !important;
  }
  .fv__inner > img.sp {
    display: block !important;
  }
}
.fv__banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5vw;
}
.fv__banner {
  width: 21.4285vw;
  position: relative;
  overflow: hidden;
}
.fv__banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.3s;
}
.fv__banner > p {
  font-size: 1.1vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.2s;
  transition-delay: 0s;
}
.fv__banner:hover::after {
  left: 0;
}
.fv__banner:hover > p {
  opacity: 1;
}
@media (max-width: 500px) {
  .fv__banner-wrapper {
    bottom: 10px;
  }
  .fv__banner {
    width: 255px;
  }
  .fv__banner > p {
    font-size: 12px;
  }
}

.about {
  position: relative;
}
.about__bar {
  width: 100%;
  background-color: #F4CD00;
  height: 1.4285vw;
  display: block;
}
.about__bigtxt {
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.about__bigtxt > span {
  color: #F4CD00;
}
.about__bigtxt > span:nth-of-type(2) {
  color: #FF4040;
}
.about__maletech {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  width: 97%;
}

.ctf {
  background-image: url(../img/ctf-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.ctf__h2 {
  color: white !important;
}
.ctf__contents {
  display: flex;
  justify-content: space-between;
}
.ctf__contents .ctf__content {
  width: 46%;
  height: 27.5vw;
}
.ctf__contents .ctf__h3 {
  margin-bottom: 3.8571vw;
}
.ctf__content {
  background-color: #F4CD00;
  width: 100%;
  padding-bottom: 2.1428vw;
  position: relative;
}
.ctf__h3 {
  text-align: center;
  line-height: 1.5;
  color: #F4CD00;
  background-color: #404040;
}
.ctf__middle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctf__img {
  width: 32.1428vw;
  margin-right: 9.2857vw;
}
.ctf__p {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.ctf__btn.btn-flat {
  overflow: hidden;
  width: 22.8571vw;
  height: 5.7142vw;
  color: white;
  background: #404040;
  transition: all 0.3s;
  position: relative;
  margin: 0 auto;
}
.ctf__btn.btn-flat > span {
  position: relative;
}
.ctf__btn.btn-flat::before {
  position: absolute;
  top: 0;
  left: 6vw;
  width: 150%;
  height: 500%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #FF4040;
}
.ctf__btn.btn-flat::after {
  content: "";
  display: block;
  background-image: url(../img/red-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 2vw;
  width: 0.8vw;
  height: 1.1vw;
  transition: all 0.5s;
}
.ctf__btn.btn-flat:hover::before {
  transform: translateX(-16%) translateY(-25%) rotate(135deg);
}
.ctf__btn.btn-flat:hover::after {
  background-image: url(../img/arrow-white.png);
}
.ctf__btn.btn-normal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.2vw;
}
@media (max-width: 768px) {
  .ctf__contents {
    flex-direction: column;
  }
  .ctf__contents .ctf__content {
    width: 100%;
    height: auto;
  }
  .ctf__contents .ctf__h3 {
    margin-bottom: 45px;
  }
  .ctf__content {
    padding-bottom: 60px;
    max-width: 500px;
    margin: 0 auto 45px;
  }
  .ctf__middle {
    flex-direction: column;
  }
  .ctf__img {
    width: 200px;
    margin: 0 auto 30px;
  }
  .ctf__p {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .ctf__btn.btn-flat {
    width: 200px;
    height: 50px;
  }
  .ctf__btn.btn-flat::before {
    left: 50px;
  }
  .ctf__btn.btn-flat::after {
    width: 8px;
    top: 53%;
    height: 13px;
    right: 9px;
  }
  .ctf__btn.btn-normal {
    bottom: 30px;
  }
}

.flow__content {
  width: 100%;
  height: 21.7857vw;
  position: relative;
  background-color: rgba(64, 64, 64, 0.05);
}
.flow__content:last-child {
  margin-bottom: 0;
}
.flow__content > h3 {
  width: 50%;
}
.flow__content > p {
  line-height: 1.5;
  width: 50%;
  letter-spacing: 0.2em;
}
.flow__content > p > a {
  color: #FF4040;
}
.flow__content > div {
  width: 9.6428vw;
  position: absolute;
  top: -3.5vw;
  left: 3vw;
}
@media (max-width: 768px) {
  .flow__content {
    height: auto;
    flex-direction: column;
    padding: 30px;
    width: calc(100% - 60px);
  }
  .flow__content > h3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .flow__content > p {
    width: 100%;
  }
  .flow__content > div {
    width: 50px;
    top: -16px;
    left: 20px;
  }
}

.ms__top-txt {
  background-image: url(../img/ms-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  height: 45vw;
  line-height: 1.8;
  color: white;
  letter-spacing: 0.2em;
}
.ms__top-txt > p {
  width: 90%;
  margin: 0 auto;
}
.ms__top-two {
  display: flex;
  justify-content: center;
}
.ms__top-two > p {
  flex-direction: column;
  background-color: #404040;
  color: white;
  text-align: center;
  line-height: 2;
  width: 32.1428vw;
  height: 21.4285vw;
}
.ms__top-two > p:nth-child(2) {
  background-color: #F4CD00;
  color: #404040;
}
.ms__middle-bottom {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.ms__middle-p {
  line-height: 1.5;
  text-align: center;
}
.ms__middle-checks {
  display: flex;
  margin-bottom: 2.1428vw;
}
.ms__middle-checks > div {
  width: 2.1428vw;
  height: 2.1428vw;
  margin-right: 1.4285vw;
  position: relative;
  top: 0.3vw;
}
.ms__middle-checks > p {
  line-height: 1.5;
}
.ms__bottom {
  display: flex;
  justify-content: space-between;
}
.ms__acc {
  width: 39.2857vw;
}
.ms__accttl {
  display: flex;
  align-items: center;
  padding-left: 2.1428vw;
  width: calc(100% - 2.1428vw);
  height: 5vw;
  background-color: #F4CD00;
  letter-spacing: 0.2em;
  opacity: 1;
  transition: all 0.3s;
}
.ms__accttl.acc-reverse {
  background-color: #404040;
  color: white;
}
.ms__accttl:hover {
  opacity: 0.7;
}
.ms__box {
  line-height: 1.5;
  width: calc(100% - 5vw);
  padding: 2.8571vw 2.5vw;
  background-color: #404040;
  color: white;
}
.ms__box.acc-reverse {
  background-color: #F4CD00;
  color: #404040;
}
@media (max-width: 768px) {
  .ms__top-txt {
    width: calc(100% - 60px);
    padding: 30px;
    height: auto;
    text-align: left;
  }
  .ms__top-txt > p {
    width: 100%;
  }
  .ms__top-two {
    flex-direction: column;
  }
  .ms__top-two > p {
    width: calc(100% - 60px);
    padding: 30px;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
  }
  .ms__middle-p {
    font-size: 18px;
  }
  .ms__middle-checks {
    margin-bottom: 20px;
  }
  .ms__middle-checks > div {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    top: 3px;
  }
  .ms__middle-checks > p {
    width: calc(100% - 35px);
  }
  .ms__bottom {
    flex-direction: column-reverse;
    margin-bottom: 0 !important;
  }
  .ms__bottom.acc-reverse {
    flex-direction: column;
  }
  .ms__acc {
    width: 100%;
    margin-bottom: 30px;
  }
  .ms__accttl {
    padding: 20px 15px;
    width: calc(100% - 30px);
    height: auto;
  }
  .ms__box {
    width: calc(100% - 30px);
    padding: 15px;
  }
}

.af {
  position: relative;
}
.af__scr {
  padding: 3.22vw 3.02vw;
  background-color: rgba(64, 64, 64, 0.05);
  line-height: 2;
  overflow-y: scroll;
  letter-spacing: 0.2em;
  width: 60.7142vw;
  height: 35.7142vw;
  margin-right: auto;
  margin-left: auto;
}
.af__scr::-webkit-scrollbar {
  width: 1.7857vw;
}
.af__scr::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 4.6428vw;
  background-color: #F4CD00;
}
.af__scr::-webkit-scrollbar-track {
  background-color: #404040;
  border: none;
  border-radius: 10px;
}
.af__scr > p {
  height: 11vw;
}
@media (max-width: 768px) {
  .af__scr {
    padding: 30px;
    width: calc(100% - 60px);
    height: 300px;
  }
  .af__scr > p {
    height: auto;
  }
}

.footer {
  position: relative;
  margin-top: 7.1428vw;
}
.footer__logo {
  width: 14.2857vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.footer__ul {
  justify-content: center;
}
.footer__small {
  font-size: 12px;
  padding-bottom: 15.7142vw;
  text-align: center;
  width: 100%;
  display: block;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 30px;
  }
  .footer__logo {
    width: 100px;
    margin-bottom: 30px;
  }
  .footer__ul {
    display: block;
  }
  .footer__ul .footer__li {
    margin-bottom: 20px;
  }
  .footer__small {
    font-size: 10px;
    padding-bottom: 14vw;
  }
}

/*==================================================
アコーディオンのためのcss
===================================*/
/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  transition: all 0.5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 2.1428vw;
  height: 0.1428vw;
  background-color: #404040;
  transition: all 0.5s ease;
  top: 50%;
  right: 7%;
}

.title.acc-reverse::before,
.title.acc-reverse::after {
  background-color: #F4CD00;
}

.title::before {
  transform: rotate(0deg);
}

.title::after {
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::after {
  transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
}

@media (max-width: 768px) {
  .title::before,
  .title::after {
    width: 20px;
    height: 2px;
    right: 15px;
  }
}
.q-header {
  margin-bottom: 1.0714vw;
}
.q-header__logo {
  width: 17.1428vw;
  margin-right: 6.4285vw;
}
.q-header__h1 {
  line-height: 1.5;
  text-align: center;
}
.q-header__h1 > h1 {
  margin-bottom: 1.0714vw;
}
@media (max-width: 768px) {
  .q-header {
    margin-bottom: 50px;
  }
  .q-header__logo {
    width: 80px;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    top: 10px;
  }
  .q-header__h1 {
    font-size: 14px;
  }
  .q-header__h1 > h1 {
    margin-bottom: 10px;
  }
}

.q-fst__p {
  margin-top: 3.5714vw;
  text-align: center;
}
.q-fst__container {
  background-image: url(../img/quiz-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.q-fst__ctf {
  margin-left: auto;
  margin-right: auto;
  width: 20.3571vw;
}
@media (max-width: 768px) {
  .q-fst__p {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.5;
  }
  .q-fst__txt {
    width: 90%;
    margin: 0 auto 45px;
  }
  .q-fst__ctf {
    width: 200px;
  }
}

.q-contents__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3.5714vw;
}
.q-contents__all {
  margin-bottom: 0.7142vw;
}
.q-contents__container {
  background-image: url(../img/quiz-bg-bl.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 17.8571vw;
}
.q-contents__q {
  line-height: 1.5;
  text-align: center;
  color: white;
}
.q-contents__label {
  width: 84.2857vw;
  height: 3.5714vw;
  margin: 0 auto 0.7142vw;
  display: flex;
  align-items: center;
  padding-left: 1.4285vw;
  background-color: rgba(64, 64, 64, 0.05);
  transition: all 0.15s;
  cursor: pointer;
}
.q-contents__an {
  width: 78vw;
  margin: 0 auto;
}
.q-contents__an-wrapper {
  margin-bottom: 4vw;
  padding: 3vw;
  background-color: rgba(64, 64, 64, 0.05);
}
.q-contents__an-wrapper.an-last {
  margin: 0 auto 4vw;
  background: white;
}
.q-contents__an-wrapper.an-last .q-contents__an-ttl {
  border-bottom: 0;
  text-align: center;
  margin-bottom: 0.5vw;
  padding-bottom: 0;
}
.q-contents__an-wrapper.an-last .q-contents__an-ttl:last-of-type {
  margin-top: 2vw;
}
.q-contents__an-ttl {
  margin-bottom: 1.5vw;
  padding-bottom: 0.5vw;
  border-bottom: 2px solid #404040;
  line-height: 1.5;
}
.q-contents__an-qs {
  line-height: 1.5;
}
.q-contents__an-qs.two-forms > p:first-child {
  width: 28vw;
  margin: 0 auto;
}
.q-contents__an-qs.two-forms > p:nth-child(2) {
  color: #FF4040;
  display: flex;
  justify-content: center;
  margin: 1vw auto;
  letter-spacing: 0.2em;
}
.q-contents__radio {
  display: flex;
  flex-direction: column;
}
.q-contents__radio > span {
  margin-bottom: 1vw;
}
.q-contents__radio > span > label > span {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 2vw;
}
.q-contents__radio > span > label > span::before {
  content: "";
  background-image: url(../img/contact-non-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.0714vw;
  height: 1.0714vw;
  display: block;
  margin-right: 1vw;
  position: absolute;
  left: -2vw;
  top: 0.65vw;
}
.q-contents__form, .q-contents__textarea {
  color: #404040;
  border: unset;
  background-color: #e3e3e3;
  width: calc(100% - 1.2vw);
  padding: 0.6vw;
}
@media (max-width: 768px) {
  .q-contents__top {
    margin-top: 0;
  }
  .q-contents__all {
    margin-bottom: 5px;
  }
  .q-contents__container {
    height: 100px;
  }
  .q-contents__label {
    width: calc(90% - 15px);
    height: 40px;
    margin: 0 auto 22px;
    padding-left: 15px;
  }
  .q-contents__an {
    width: 90%;
  }
  .q-contents__an-wrapper {
    margin-bottom: 30px;
    padding: 15px;
  }
  .q-contents__an-wrapper.an-last {
    margin: 0 auto 40px;
  }
  .q-contents__an-wrapper.an-last .q-contents__an-ttl {
    margin-bottom: 5px;
    margin-top: 40px;
  }
  .q-contents__an-wrapper.an-last .q-contents__an-ttl:last-of-type {
    margin-top: 25px;
  }
  .q-contents__form, .q-contents__textarea {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .q-contents__an-ttl {
    margin-bottom: 20px;
    padding-bottom: 7px;
  }
  .q-contents__an-qs.two-forms > p:first-child {
    width: 80%;
  }
  .q-contents__an-qs.two-forms > p:nth-child(2) {
    margin: 10px auto;
    font-size: 10px;
  }
  .q-contents__radio > span {
    margin-bottom: 10px;
  }
  .q-contents__radio > span > label > span {
    margin-left: 22px;
  }
  .q-contents__radio > span > label > span::before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    top: 5px;
    left: -21px;
  }
}

.q-result.result-miss .q-result__container > h2 {
  color: #404040;
}
.q-result__container {
  background-image: url(../img/quiz-bg-wh.jpg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.q-result__result {
  color: #FF4040;
  margin-bottom: 1.5vw;
  text-align: center;
}
.q-result__detail {
  text-align: center;
}
.q-result__txt {
  line-height: 2;
  text-align: center;
}
.q-result__dl > a {
  color: white;
  background-color: #FF4040;
  width: 22.142vw;
  height: 3.2142vw;
  margin: 0 auto;
}
.q-result__dl > p {
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0.7142vw;
}
@media (max-width: 768px) {
  .q-result__result {
    margin-bottom: 10px;
  }
  .q-result__txt {
    text-align: left;
    width: 90%;
    margin: 0 auto 35px;
  }
  .q-result__dl > a {
    font-size: 11px;
    width: 188px;
    height: 30px;
    margin: 0 auto;
  }
  .q-result__dl > p {
    line-height: 1.5;
    margin-top: 10px;
  }
}

input[type=radio] {
  display: none; /* ラジオボタンを非表示にする */
}

.q-contents__a > input[type=radio]:checked + label {
  background-color: #404040; /* マウス選択時の背景色を指定する */
  color: white; /* マウス選択時のフォント色を指定する */
}

.q-contents__radio > span > label > input:checked + span::before {
  background-image: url(../img/contact-check.png) !important;
  z-index: 1 !important;
}

.contact {
  letter-spacing: 0.2em;
}
.contact .q-contents__radio > span > label > span::before {
  top: 0.3vw;
}
.contact__dl {
  margin-bottom: 5.3571vw;
}
.contact__dt {
  width: 30%;
}
.contact__dt > p {
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.contact__dt > p > span {
  display: none;
}
.contact__dt.must > p > span {
  font-size: 14px;
  color: white;
  width: 50px;
  height: 25px;
  background-color: #FF4040;
  margin-right: 1.7857vw;
  position: relative;
  top: -3px;
}
.contact__dd {
  width: 70%;
}
.contact__radio > span {
  margin: 0;
  display: block;
}
.contact__radio > span.first {
  margin-bottom: 1.7857vw;
}
.contact__radio > span > label {
  position: relative;
}
.contact__radio > span > label > span::before {
  content: "";
  background-image: url(../img/contact-non-check.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.0714vw;
  height: 1.0714vw;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 2px;
  z-index: 0;
}
.contact__form, .contact__textarea {
  color: #404040;
  border: unset;
  background-color: #efefef;
  width: 100%;
  padding: 0.6vw;
}
.contact__form::-moz-placeholder, .contact__textarea::-moz-placeholder {
  color: rgb(181, 181, 181);
}
.contact__form::placeholder, .contact__textarea::placeholder {
  color: rgb(181, 181, 181);
}
.contact__textarea {
  height: 24.6428vw;
}
.contact__btn > p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact__btn br {
  display: none;
}
.contact__btn.prev-btn > p > input {
  letter-spacing: 0.5em;
  color: white;
  background-color: #404040;
  border: 3px solid #404040;
}
.contact__btn.prev-btn > p::before {
  background-image: url(../img/btn-arrow-green.png);
  right: auto;
  left: 8%;
}
.contact__btn.submit-btn > p > input {
  letter-spacing: 0.5em;
}
.contact__thanks {
  line-height: 1.5;
  text-align: center;
}
.contact .privacy-policy {
  line-height: 1.5;
  letter-spacing: 0.4em;
}
.contact .privacy-policy > span {
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact .q-contents__radio > span > label > span::before {
    top: 2.5px;
  }
  .contact__dl {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .contact__dt {
    width: calc(100% - 16px);
    margin-bottom: 10px;
  }
  .contact__dt.must > p > span {
    font-size: 10px;
    width: 30px;
    height: 15px;
    padding-top: 3px;
    top: -2px;
  }
  .contact__dd {
    width: calc(100% - 16px);
  }
  .contact__radio > span.first {
    margin-bottom: 1.7857vw;
  }
  .contact__radio > span > label > span::before {
    width: 10px;
    height: 10px;
  }
  .contact__form, .contact__textarea {
    padding: 8px;
  }
  .contact__textarea {
    height: 40vw;
  }
  .contact__btn.prev-btn > p > input {
    font-size: 12px;
  }
  .contact__btn.submit-btn > p > input {
    font-size: 12px;
    margin-top: 40px;
  }
  .contact__btn.submit-btn > p::before {
    width: 19px;
    height: 18px;
  }
  .contact__thanks {
    font-size: 16px;
  }
}

.contact__radio > span > label > input[type=radio] {
  display: none;
}

.contact__radio > span > label > span {
  margin-left: 2vw;
}

.contact__radio > span > label > input:checked + span::before {
  background-image: url(../img/contact-check.jpg) !important;
  z-index: 1 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.mission {
  background-image: url(../img/l-mi-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.mission__h2 {
  color: white !important;
}
.mission__txt {
  color: white;
}

.l-logo__inner {
  background-color: rgba(64, 64, 64, 0.05);
}
.l-logo__h2 {
  text-align: center;
  width: 71.4285vw;
  margin: 0 auto;
  margin-bottom: 2.1428vw;
  border-bottom: 5px solid #F4CD00;
  padding-bottom: 2.1428vw;
}
.l-logo__logo {
  width: 15vw;
  margin: 0 auto 2.1428vw;
}
.l-logo__txt {
  width: 67.8571vw;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  .l-logo__h2 {
    margin-bottom: 20px;
    border-bottom: 3px solid #F4CD00;
    padding-bottom: 20px;
  }
  .l-logo__logo {
    width: 100px;
    margin: 0 auto 20px;
  }
  .l-logo__txt {
    width: 71.4285vw;
  }
}/*# sourceMappingURL=style.css.map */