@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* -----------------------------------------------
common
----------------------------------------------- */
:root {
  --key-color: #CEFF00;
  --schoollogo-height-sp: 40px;
  --schoollogo-height-pc: 55px;
    --kadokawa-area-height: 28px;
  --schoolcopy-height-sp: calc((18px * 1) + 6px);
  --schoolcopy-height-pc: 24px;
  --vantan-header-position: sticky;
  --ls-wide: 0.064em;
}

body {
  color: #000;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: .02em;
  font-feature-settings: "palt";
}
body main {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
main * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
main picture {
  display: block;
}
main img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
main i,em {
  font-style: normal;
}
main ul,ol {
  list-style: none;
  padding: 0;
}
main a {
  color: #000;
  text-decoration: none;
}

.poppins {
  font-family: "poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.md {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bo {
  font-weight: 700;
}

.inner__wrap {
  margin-inline: auto;
}

@media (max-width: 767px) {
  :root {
    --fs-12: min(3.20vw, 12px);
    --fs-13: min(3.47vw, 13px);
    --fs-14: min(3.73vw, 14px);
    --fs-15: min(4.00vw, 15px);
    --fs-16: min(4.27vw, 16px);
    --fs-17: min(4.53vw, 17px);
    --fs-18: min(4.80vw, 18px);
    --fs-19: min(5.07vw, 19px);
    --fs-20: min(5.33vw, 20px);
    --fs-21: min(5.60vw, 21px);
    --fs-22: min(5.87vw, 22px);
    --fs-23: min(6.13vw, 23px);
    --fs-24: min(6.40vw, 24px);
    --fs-25: min(6.67vw, 25px);
    --fs-26: min(6.93vw, 26px);
    --fs-27: min(7.20vw, 27px);
    --fs-28: min(7.47vw, 28px);
    --fs-29: min(7.73vw, 29px);
    --fs-30: min(8.00vw, 30px);
    --fs-31: min(8.27vw, 31px);
    --fs-32: min(8.53vw, 32px);
    --fs-33: min(8.80vw, 33px);
    --fs-34: min(9.07vw, 34px);
    --fs-35: min(9.33vw, 35px);
    --fs-36: min(9.60vw, 36px);
    --fs-37: min(9.87vw, 37px);
    --fs-38: min(10.13vw, 38px);
  }
  body {
    font-size: 13px;
  }
  body #vantan-main::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background: url(../img/zga_bg.jpg) 50% 0 / cover no-repeat;
    background-color:rgba(255,255,255,0.65);
    background-blend-mode:lighten;
  }
  .pc__only {
    display: none;
  }
  .inner__wrap {
    width: 86.66%;
  }
  #vantan-footer {
    z-index: 1;
  }

}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body #vantan-main {
    padding-bottom: 88px;
  }
  .sp__only {
    display: none;
  }
  .inner__wrap {
    width: 100%;
    max-width: calc(920px + 40px);
    padding: 0 20px;
  }
  body #vantan-header p.logoheadline {
    line-height: 1.2;
    display: block;
    margin: 0 auto;
    max-width: 1404px;
    padding-top: 10px;
  }

}



/* -----------------------------------------------
section__head__wrap
----------------------------------------------- */
.section__head__wrap {
  background: #000;
  position: relative;
}
.section__head__wrap::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin-right: 50%;
  transform: translateX(-50%);
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
}
.section__head__wrap.succession::after {
  content: "";
  display: block;
  width: 2px;
  background: var(--key-color);
  position: absolute;
  left: calc(50% - 1px);
}
.section__head__wrap > * {
  position: relative;
}
.section__head__cap strong {
  color: var(--key-color);
  display: block;
  font-family: "poppins", sans-serif;
  font-weight: 500;
}
.section__head__cap h2 {
  color: #fff;
  font-family: "poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.section__head__cap p {
  color: #fff;
  letter-spacing: .118em;
}
section[class$="__wrap"] h3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section__head__wrap {
    padding-block: 62px 48px;
  }
  .section__head__wrap:has(p) {
    padding-block: 62px 75px;
  }
  .section__head__wrap:has(picture) {
    padding-bottom: 30px;
  }
  .section__head__wrap.succession::after {
    bottom: -45px;
    height: 90px;
  }
  .section__head__cap strong {
    font-size: var(--fs-16);
    margin-bottom: .9em;
  }
  .section__head__cap h2 {
    font-size: var(--fs-28);
    line-height: 1.571;
    letter-spacing: var(--ls-wide);
    margin-bottom: .6em;
  }
  .section__head__cap p {
    font-size: var(--fs-16);
    line-height: 2.25;
    letter-spacing: var(--ls-wide);
  }
  .section__head__wrap:has(picture) .section__head__cap {
    margin-bottom: 22px;
  }
  section[class$="__wrap"]:has(.section__head__wrap) {
    padding-bottom: 94px;
  }
  section[class$="__wrap"] h3 {
    font-size: var(--fs-22);
    letter-spacing: var(--ls-wide);
  }
  
}

@media screen and (min-width: 768px) {
  .section__head__wrap {
    padding-block: 100px;
  }
  .section__head__wrap:has(p) {
    padding-block: 100px 92px;
  }
  .section__head__wrap.succession::after {
    bottom: -95px;
    height: 150px;
  }
  .section__head__cap strong {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .section__head__cap h2 {
    font-size: 32px;
    line-height: 1.375;
    margin-bottom: 22px;
  }
  .section__head__cap p {
    font-size: 16px;
    line-height: 2.25;
  }
  .section__head__wrap:has(picture) .section__head__cap {
    width: 45.66%;
    max-width: 420px;
  }
  .section__head__wrap picture {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 50vw;
    max-width: calc(1440px / 2);
    height: auto;
  }
  section[class$="__wrap"]:has(.section__head__wrap) {
    margin-bottom: 250px;
  }
  section[class$="__wrap"] h3 {
    font-size: 26px;
    letter-spacing: var(--ls-wide);
  }

}



/* -----------------------------------------------
mv
----------------------------------------------- */
.mv__wrap {
  margin-inline: auto;
  position: relative;
  background: #000;
}
.mv__wrap picture {}
.mv__cap strong * {
  background: #e5e5e5;
  display: block;
  line-height: 1;
  text-box: trim-both cap alphabetic;
}
.mv__cap strong em {
  font-weight: 600;
  padding: .3em .4em;
}
.mv__cap strong span {
  display: inline-block;
  padding: .4em 1em;
}
.mv__wrap .ftcv__fx {
  position: absolute;
}
@media screen and (max-width: 767px) {

  .mv__wrap .mv__cap {
    position: absolute;
    place-self: center;
    inset: 0;
    text-align: center;
  }
  .mv__cap strong em {
    font-size: var(--fs-30);
    width: 100%;
    margin-bottom: 10px;
  }
  .mv__cap strong span {
    font-size: var(--fs-24);
  }


  .mv__wrap .ftcv__fx {
    bottom: 10px;
    right: 0;
    left: 0;
  }

}
@media screen and (min-width: 768px) {

  .mv__wrap .mv__cap {
    position: absolute;
    align-self: center;
    inset: 15.4% 5.6% auto auto;
    max-width: 580px;
    width: 42.28%;
  }
  .mv__cap strong em {
    font-size: min(3.61vw, 52px);
    width: 100%;
    margin-bottom: 10px;
  }
  .mv__cap strong span {
    font-size: 28px;
  }
  .mv__wrap .ftcv__fx {
    right: 20px;
    bottom: 20px;
  }

}



/* -----------------------------------------------
catch__wrap
----------------------------------------------- */
.catch__wrap .catch__head {
  text-align: center;
}
.catch__head h1 {
  font-weight: 600;
}
.catch__logo {
  position: relative;
}
.catch__logo::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin-right: 50%;
  transform: translateX(-50%);
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}
.catch__logo > picture {
  position: relative;
}
.catch__careers {
  background: #fff;
  text-align: center;
}
.catch__careers strong {
  display: block;
}
.careers__list li {
  background: #e5e5e5;
  padding-inline: .4em;
}

@media screen and (max-width: 767px) {
  .catch__wrap {
    padding-block: 52px 60px;
  }
  .catch__head {
    margin-bottom: 58px;
  }
  .catch__head h1 {
    font-size: var(--fs-38);
    display: inline-block;
    line-height: 1.62;
    margin-bottom: .5em;
    text-align: left;
  }
  .catch__head strong {
    font-size: var(--fs-26);
    letter-spacing: var(--ls-wide);
    display: block;
  }
  .catch__logo {
    margin-bottom: 60px;
    padding-block: 10px;
  }
  .catch__careers {
    padding-block: 30px 20px;
  }
  .catch__careers,
  .catch__careers > * {
    position: relative;
  }
  .catch__careers::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    margin-right: 50%;
    transform: translateX(-50%);
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .catch__careers strong {
    font-size: var(--fs-22);
    letter-spacing: var(--ls-wide);
    margin-bottom: .8em;
  }
  .catch__careers .careers__list {
    display: inline-block;
    text-align: left;
  }
  .careers__list li {
    font-size: var(--fs-15);
    display: inline-block;
    letter-spacing: var(--ls-wide);
    line-height: 1.8;
    margin-inline: .2em;
    margin-bottom: .6em;
  }
  .careers__list li:last-child {
    margin-right: 0;
  }

}

@media screen and (min-width: 768px) {
  .catch__wrap {
    background: url(../img/zga_bg.jpg) 50% 0 / cover no-repeat;
    background-attachment: fixed;
    background-color:rgba(255,255,255,0.65);
    background-blend-mode:lighten;
    padding-block: 104px 100px;
  }
  .catch__head {
    margin-bottom: 96px;
  }
  .catch__head h1 {
    font-size: 52px;
    line-height: 1.68;
    margin-bottom: 38px;
  }
  .catch__head strong {
    font-size: 32px;
    letter-spacing: var(--ls-wide);
  }
  .catch__logo {
    margin-bottom: 100px;
  }
  .catch__careers {
    padding-block: 50px 72px;
  }
  .catch__careers strong {
    font-size: 26px;
    letter-spacing: var(--ls-wide);
    margin-bottom: 42px;
  }
  .catch__careers .careers__list {
    display: inline-block;
    padding-inline: .5em;
    width: 80%;
  }
  .careers__list li {
    font-size: 18px;
    display: inline-block;
    letter-spacing: var(--ls-wide);
    line-height: 1.5;
    margin-right: 1em;
    margin-bottom: .8em;
  }
  .careers__list li:last-child {
    margin-right: 0;
  }

}



/* -----------------------------------------------
about__wrap
----------------------------------------------- */
.about__philosophy__wrap strong {
  display: block;
  text-align: center;
}
.about__philosophy__wrap picture img {
  margin-inline: auto;
}


@media screen and (max-width: 767px) {
  .about__wrap {
    background: #fff;
  }
  .about__wrap .section__head__wrap {
    margin-bottom: 75px;
  }
  .about__philosophy__wrap h3 {
    margin-bottom: 1.22em;
  }
  .about__philosophy__wrap picture {
    margin-bottom: 32px;
  }
  .about__philosophy__wrap strong {
    background-size: 30px auto;
    font-size: 20px;
    font-size: var(--fs-20);
    line-height: 2;
    padding-bottom: 46px;
    letter-spacing: var(--ls-wide);
  }

}

@media screen and (min-width: 768px) {
  section.about__wrap:has(.section__head__wrap) {
    margin-bottom: 144px;
  }
  .about__wrap .section__head__wrap {
    margin-bottom: 146px;
    padding-block: 62px 65px;
  }
  .about__philosophy__wrap h3 {
    margin-bottom: 50px;
  }
  .about__philosophy__wrap picture {
    margin-bottom: 40px;
  }
  .about__philosophy__wrap picture img {
    width: 70%;
  }
  .about__philosophy__wrap strong {
    background-size: 30px auto;
    font-size: 32px;
    line-height: 2.1;
    padding-bottom: 46px;
  }

}



/* -----------------------------------------------
advisor__wrap
----------------------------------------------- */
.advisor__wrap {
  position: relative;
  background: #F9F9F9;
}
.advisor__wrap > * {
  position: relative;
}
.advisor__wrap h3 {
  font-weight: 700;
}
.advisor__cap {
  margin-inline: auto;
  letter-spacing: .118em;
}
.advisor__cap strong {
  font-weight: 600;
  display: block;
}
.advisor__cap dl {
  border-top: 1px solid #000;
  font-family: "poppins", "Noto Sans JP", sans-serif;
}
.advisor__cap dl dt {
  font-weight: 600;
}


@media screen and (max-width: 767px) {
  .advisor__wrap {
    padding-block: 54px 54px;
  }
  .advisor__wrap h3 {
    margin-bottom: 26px;
  }
  .advisor__img {
    margin-bottom: 46px;
  }
  .advisor__cap strong {
    font-size: var(--fs-20);
    line-height: 1.7;
    margin-bottom: 22px;
    text-align: center;
  }
  .advisor__cap strong + p {
    font-size: var(--fs-16);
    line-height: 2.25;
    margin-bottom: 36px;
  }
  .advisor__cap dl {
    padding-top: 26px;
    margin-bottom: 30px;
  }
  .advisor__cap dl dt {
    font-size: var(--fs-14);
  }
  .advisor__cap dl dd p {
    font-size: var(--fs-12);
    line-height: 2.5;
  }


  .int__acc__btn {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.05em;
    background: #000000;
    margin: auto;
    width: 100%;
    line-height: 40px;
  }
  .int__acc__btn span {
    padding-inline: 1em;
  }
  .int__acc__btn span:before {
    content: "View more";
  }
  .int__acc__btn.open span:before {
    content: "Close";
  }
  .int__acc__content {
    display: none;
  }
  .int__acc__wrap:has(.int__acc__btn.open) .int__acc__content {
    display: block;
  }
  .int__acc__btn:after {
    content: "";
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: auto;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><polygon points="20 9 11 9 11 0 9 0 9 9 0 9 0 11 9 11 9 20 11 20 11 11 20 11 20 9" fill="%23ffffff"/></svg>');
  }
  .int__acc__btn.open::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><polygon points="20 11 20 9 0 9 0 11 20 11" fill="%23ffffff"/></svg>');
  }
  .advisor__cap .int__acc__content {
    display: none;
    line-height: 2.42;
    padding-block: 6px 7px;
  }
  .advisor__cap:has(.int__acc__btn.open) .int__acc__content {
    display: block;
  }

}

@media screen and (min-width: 768px) {
  .advisor__wrap {
    padding-block: 103px 92px;
  }
  .advisor__wrap::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    margin-right: 50%;
    transform: translateX(-50%);
    background: #F9F9F9;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .advisor__wrap h3 {
    margin-bottom: 48px;
  }
  .advisor__img {
    margin-bottom: 54px;
  }
  .advisor__cap {
    max-width: 600px;
  }
  .advisor__cap strong {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 28px;
  }
  .advisor__cap strong + p {
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 46px;
  }
  .advisor__cap dl {
    padding-top: 30px;
  }
  .advisor__cap dl dt {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .advisor__cap dl dd p {
    font-size: 14px;
    line-height: 2.14;
  }

}



/* -----------------------------------------------
feature__wrap
----------------------------------------------- */
.feature__inner__head {
  text-align: center;
}
.feature__inner__head span {
  display: block;
  margin-inline: auto;
}
.feature__list__item strong,
.feature__fx__cap strong,
.support__cap strong {
  position: relative;
  display: block;
}
.feature__list__item strong::after,
.feature__fx__cap strong::after,
.support__cap strong::after {
  content: "";
  height: 2px;
  background: var(--key-color);
  margin-inline: auto;
  display: block;
  position: absolute;
  bottom: 0;
}

/* feature__inner 02 */
.feature__inner__fx dl {
  background: #F9F9F9;
}
.feature__inner__fx dl dt {
  font-weight: 600;
}

/* feature__inner 03 */
.feature__support__wrap h4 {
  background: #F9F9F9;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature__wrap {
    background: #fff;
    padding-block: 100px 94px;
  }
  .feature__wrap .section__head__wrap {
    margin-bottom: 60px;
  }
  .feature__wrap .feature__inner {
    margin-bottom: 80px;
  } 
  .feature__inner__head {
    margin-bottom: 51px;
  }
  .feature__inner__head span {
    width: 100px;
    margin-bottom: 26px;
  }
  .feature__inner__head h3 {
    line-height: 1.82;
    margin-bottom: 1em;
  }
  .feature__inner__head p {
    font-size: var(--fs-16);
    line-height: 2.25;
    text-align: left;
    letter-spacing: var(--ls-wide);
  }
  .feature__list__wrap.swiper {
    overflow: visible;
    width: 86.16%;
  }
  .feature__list__item {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .feature__list__item picture {
    margin-bottom: 20px;
  }
  .feature__list__item strong {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 11px;
    min-height: calc(3.7em + 11px);
  }
  .feature__list__item strong,
  .feature__fx__cap strong,
  .support__cap strong {
    font-size: var(--fs-20);
    line-height: 1.7;
    margin-bottom: .72em;
  }
  .feature__list__item strong::after,
  .feature__fx__cap strong::after,
  .support__cap strong::after {
    width: 20px;
  }
  .feature__fx__cap strong,
  .support__cap strong {
    padding-bottom: 13px;
  }
  .feature__list__item p {
    font-size: var(--fs-16);
    line-height: 2.25;
    letter-spacing: .08em;
    display: none;
  }

  /* feature__inner 02 */
  .feature__inner__fx {
    margin-bottom: 36px;
  }
  .feature__inner__fx .feature__fx__img {
    margin-bottom: 20px;
  }
  .feature__fx__cap {
    letter-spacing: .118em;
  }
  .feature__fx__cap strong {
    text-align: left;
  }
  .feature__fx__cap strong::after {
    left: 0;
  }
  .feature__fx__cap p {
    font-size: var(--fs-14);
    line-height: 2.28;
    margin-bottom: 23px;
  }
  .feature__fx__cap dl {
    font-size: var(--fs-14);
    padding: 9px 20px 7px 15px;
  }
  .feature__fx__cap dl dt {
    position: relative;
    line-height: 1.57;
  }
  .feature__fx__cap dl dt:after {
    content: "";
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><polygon points="20 9 11 9 11 0 9 0 9 9 0 9 0 11 9 11 9 20 11 20 11 11 20 11 20 9" fill="%23000000"/></svg>');
  }
  .feature__fx__cap dl.open dt:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><polygon points="20 11 20 9 0 9 0 11 20 11" fill="%23000000"/></svg>');
  }
  .feature__fx__cap dl dd {
    display: none;
    line-height: 2.42;
    padding-block: 6px 7px;
  }
  .feature__fx__cap dl.open dd {
    display: block;
  }

  /* feature__inner 03 */
  .feature__support__wrap:not(:last-child) {
    margin-bottom: 58px;
  }
  .feature__support__wrap h4 {
    font-size: var(--fs-22);
    line-height: 2.04;
    margin-bottom: 30px;
  }
  .feature__support__item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .feature__support__wrap .feature__support__item:not(:last-child) {
    margin-bottom: 38px;
  }
  .feature__support__item picture {
    width: 36.92%;
  }
  .support__cap {
    width: 60%;
  }
  .support__cap strong {
    font-size: var(--fs-16);
    margin-bottom: .56em;
    padding-bottom: 10px;
  }
  .support__cap strong::after {
    margin-left: 0;
  }
  .support__cap p {
    font-size: var(--fs-12);
    line-height: 2;
  }

  .swiper__nav__wrap {
    position: absolute;
    bottom: 32%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 11;
    height: 40px;
  }
  .swiper-button-next, .swiper-button-prev {
    aspect-ratio: 1 / 1;
    position: absolute;
    top: auto;
    width: 40px;
    height: auto;
    bottom: 0;
    background: rgba(0,0,0,.8);
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 0;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
    font-size: 18px;
  }

}
@media screen and (min-width: 768px) {
  .feature__wrap {
    padding-top: 250px;
  }
  .feature__wrap .section__head__wrap {
    padding-block: 100px 198px;
    margin-bottom: 265px;
  }
  .feature__wrap .feature__inner {
    margin-bottom: 140px;
  }  .feature__inner__head {
    margin-bottom: 92px;
  }
  .feature__inner__head span {
    width: 100px;
    margin-bottom: 50px;
  }
  .feature__inner__head h3 {
    font-size: 26px;
    line-height: 1.69;
    margin-bottom: 40px;
  }
  .feature__inner__head p {
    font-size: 16px;
    line-height: 2.25;
  }
  .feature__list__wrap .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.43%;
  }
  .feature__list__wrap .swiper-wrapper:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature__list__item {
    text-align: center;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .feature__list__item picture {
    margin-bottom: 20px;
  }
  .feature__list__item strong {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
  }
  .feature__list__item strong,
  .feature__fx__cap strong,
  .support__cap strong {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .feature__list__item strong::after,
  .feature__fx__cap strong::after,
  .support__cap strong::after {
    width: 20px;
  }
  .feature__fx__cap strong,
  .support__cap strong {
    padding-bottom: 13px;
  }
  .feature__list__item p {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: .08em;
  }

  /* feature__inner 02 */
  .feature__inner__fx {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .feature__inner__fx > * {
    width: 47.83%;
    max-width: 440px;
  }
  .feature__fx__cap {
    letter-spacing: .118em;
  }
  .feature__fx__cap strong {
    text-align: left;
  }
  .feature__fx__cap strong::after {
    left: 0;
  }
  .feature__fx__cap p {
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 12px;
  }
  .feature__fx__cap dl {
    font-size: 14px;
    line-height: 2.42;
    padding: 16px 20px;
  }

  /* feature__inner 03 */
  .feature__support__wrap:not(:last-child) {
    margin-bottom: 100px;
  }
  .feature__support__wrap h4 {
    font-size: 22px;
    line-height: 45px;
    margin-bottom: 50px;
  }
  .feature__support__item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .feature__support__wrap .feature__support__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .feature__support__item picture {
    width: 30.44%;
    max-width: 280px;
  }
  .support__cap {
    width: 65.22%;
    max-width: 600px;
  }
  .support__cap strong::after {
    margin-left: 0;
  }
  .support__cap p {
    font-size: 16px;
    line-height: 2.25;
  }

}



/* -----------------------------------------------
course__wrap
----------------------------------------------- */
.course__tab__btn a {
  background: #000;
  border-radius: 0;
  border: 0;
  font-weight: bold;
  padding-top: 4px;
  display: block;
  pointer-events: all;
  cursor: pointer;
}
.course__tab__btn a em {
  background: #fff;
  color: #000;
  display: block;
  text-align: center;
}
.course__tab__btn a span {
  color: #fff;
  display: block;
  text-align: center;
}
.course__tab__btn a.active {
  background: #CEFF00;
}
.course__tab__btn a.active span {
  color: #000;
}
.course__tab__item {
  display: none;
}
.course__tab__item.active {
  display: block;
}
.course__item__head {
  text-align: center;
}
.course__item__head picture {
  background: #F9F9F9;
}
.course__item__head h4,
.course__list h5 {
  position: relative;
}
.course__item__head h4::after,
.course__list h5::after {
  content: "";
  height: 2px;
  background: var(--key-color);
  margin-inline: auto;
  display: block;
  position: absolute;
  bottom: 0;
}
.course__item__head h4 + strong {
  color: #fff;
  font-weight: bold;
}
.course__item__head strong + em {
  font-weight: bold;
  text-align: center;
  display: block;
}
.course__list__cap strong {
  display: block;
}
ul.course__year {
  display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.course__year li {
  background: #000;
  color: #fff;
  border-radius: 50vh;
  min-width: 60px;
  line-height: 1;
  text-align: center;
  padding-inline: .8em;
}
.course__year li span {
  display: block;
  font-size: .7em;
}
span.course__locate {
  display: block;
}
.course__list__cap dt {
  display: flex;
	justify-content: flex-start;
	align-items: center;
  font-weight: bold;
}
.course__list__cap dt::before {
  content: "";
  height: 2px;
  background: var(--key-color);
  display: block;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .course__wrap {
    background: #fff;
    padding-bottom: 52px !important;
  }
  .course__wrap .section__head__wrap {
    margin-bottom: 62px;
  }
  .course__tab__wrap h3 {
    margin-bottom: 2.68em;
  }
  .course__tab__btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.1%;
    margin-bottom: 30px;
  }
  .course__tab__btn a em {
    font-size: var(--fs-16);
    line-height: 1.5;
    padding-block: .54em;
  }
  .course__tab__btn a span {
    font-size: var(--fs-14);
    line-height: 2.14;
  }
  .course__item__head {
    margin-bottom: 88px;
  }
  .course__item__head picture {
    margin-bottom: 30px;
  }
  .course__item__head picture img {
    margin-inline: auto;
  }
  .course__item__head h4,
  .course__list h5 {
    text-align: center;
    font-size: var(--fs-20);
    margin-bottom: 33px;
    padding-bottom: 21px;
  }
  .course__item__head h4::after,
  .course__list h5::after {
    width: 20px;
    left: calc(50% - 10px);
  }
  .course__item__head h4 + strong {
    font-size: var(--fs-22);
    display: block;
    margin-bottom: 15px;
  }
  .course__item__head h4 + strong em {
    display: inline-block;
    background: #000;
    line-height: 1.32;
    padding-inline: .5em;
    margin-bottom: 10px;
  }
  .course__item__head strong + em {
    font-size: 20px;
    line-height: 2.1;
    margin-bottom: 18px;
  }
  .course__item__head p {
    font-size: 16px;
    line-height: 2.25;
  }

  .course__list__fx {}
  .course__list__fx:not(:last-child) {
    margin-bottom: 51px;
  }
  .course__list__fx picture {
    margin-bottom: 16px;
  }
  .course__list__cap strong {
    font-size: var(--fs-20);
    margin-bottom: .4em;
  }
  ul.course__year {
    margin-bottom: 10px;
  }
  .course__year li {
    font-size: var(--fs-14);
    padding: .4em 1.2em .5em;
  }
  .course__year li:not(:last-child) {
    margin-right: .5em;
  }
  .course__year li span {
    padding-top: .5em;
  }

  span.course__locate {
    font-size: var(--fs-14);
    margin-bottom: 2em;
  }
  .course__list__cap {}
  .course__list__cap dl {}
  .course__list__cap dt {
    font-size: var(--fs-16);
    margin-bottom: .3em;
  }
  .course__list__cap dt::before {
    width: 10px;
    margin-right: 10px;
  }
  .course__list__cap dd {
    font-size: var(--fs-14);
    line-height: 2.42;
    padding-left: 1.5em;
  }
  .course__list__cap dd:not(:last-child) {
    margin-bottom: 22px;
  }



}

@media screen and (min-width: 768px) {
  .course__wrap .section__head__wrap {
    margin-bottom: 100px;
  }
  .course__tab__wrap h3 {
    margin-bottom: 48px;
  }
  .course__tab__btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.1%;
    margin-bottom: 60px;
  }
  .course__tab__btn a {
    position: relative;
  }
  .course__tab__btn a > * {
    position: relative;
  }
  .course__tab__btn a em {
    font-size: 22px;
    line-height: 62px;
  }
  .course__tab__btn a span {
    font-size: 16px;
    line-height: 30px;
    transition: all .5s;
  }
  .course__tab__btn a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #eaff90;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
    transition-timing-function: scubic-bezier(.32,0,.03,1);
  }
  .course__tab__btn a:not(.active):hover span {
    color: #000;
  }
  .course__tab__btn a:not(.active):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);  
  }
  .course__item__head {
    margin-bottom: 92px;
  }
  .course__item__head picture {
    margin-bottom: 50px;
  }
  .course__item__head picture img {
    width: 67.392%;
    max-width: 620px;
    margin-inline: auto;
  }

  .course__item__head h4,
  .course__list h5 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 52px;
    padding-bottom: 16px;
  }
  .course__item__head h4::after,
  .course__list h5::after {
    width: 20px;
    left: calc(50% - 10px);
  }
  .course__item__head h4 + strong {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 45px;
    display: inline-block;
    background: #000;
    padding-inline: .3em;
  }
  .course__item__head strong + em {
    font-size: 20px;
    line-height: 2.1;
    margin-bottom: 18px;
  }
  .course__item__head p {
    font-size: 16px;
    line-height: 2.25;
  }


  .course__list__fx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .course__list__fx:not(:last-child) {
    margin-bottom: 96px;
  }
  .course__list__fx > * {
    width: 47.83%;
    max-width: 440px;
  }
  .course__list__cap strong {
    font-size: 20px;
    margin-bottom: 8px;
  }
  ul.course__year {
    margin-bottom: 10px;
  }
  .course__year li {
    font-size: 16px;
    padding: .5em 1.5em .6em;
  }
  .course__year li:not(:last-child) {
    margin-right: 1em;
  }
  .course__year li span {
    padding-top: .5em;
  }
  span.course__locate {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .course__list__cap {}
  .course__list__cap dl {}
  .course__list__cap dt {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .course__list__cap dt::before {
    width: 10px;
    margin-right: 10px;
  }
  .course__list__cap dd {
    font-size: 14px;
    line-height: 2.42;
    padding-left: 1.5em;
  }
  .course__list__cap dd:not(:last-child) {
    margin-bottom: 22px;
  }

}



/* -----------------------------------------------
trends__wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .trends__wrap {
    padding-top: 115px;
    background: #fff;
  }
  .trends__wrap .section__head__wrap {
    margin-bottom: 78px;
  }
  .trends__inner h3 {
    margin-bottom: 1.28em;
  }
  .trends__inner__fx picture {
    margin-bottom: 24px;
  }
  .trends__inner__fx p {
    font-size: var(--fs-16);
    line-height: 2.25;
    letter-spacing: var(--ls-wide);
  }

}

@media screen and (min-width: 768px) {
  .trends__wrap {
    padding-top: 250px;
  }
  .trends__wrap .section__head__wrap {
    margin-bottom: 145px;
  }
  .trends__inner h3 {
    margin-bottom: 48px;
  }
  .trends__inner .trends__inner__fx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .trends__inner__fx > * {
    width: 47.83%;
    max-width: 440px;
  }
  .trends__inner__fx p {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: var(--ls-wide);
  }

}



/* -----------------------------------------------
zga__wrap
----------------------------------------------- */
.zga__image__wrap {
  position: relative;
}
.zga__image__wrap::after {
  content: "";
  display: block;
  width: 2px;
  background: var(--key-color);
  position: absolute;
  left: calc(50% - 1px);
}
.zga__image__wrap picture.zeta_logo {
  margin-inline: auto;
}
.zga__image__wrap picture:not(.zeta_logo) {
  background: #F9F9F9;
}
.zga__message__cap strong {
  display: block;
  position: relative;
}
.zga__message__cap > strong::after {
  content: "";
  height: 2px;
  background: var(--key-color);
  margin-inline: auto;
  display: block;
  position: absolute;
  bottom: 0;
}
.zga__message__cap div {
  text-align: right;
}
.zga__message__cap div span {
  font-family: "poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: block;
}
.zga__message__cap div strong {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .zga__wrap {
    background: #fff;
  }
  .zga__wrap .section__head__wrap {
    margin-bottom: 75px;
  }
  .zga__wrap .section__head__cap h2{
    letter-spacing: .038em;
  }
  .zga__image__wrap {
    margin-bottom: 32px;
    padding-bottom: 86px;
  }
  .zga__image__wrap::after {
    bottom: 0;
    height: 60px;
  }
  .zga__image__wrap picture.zeta_logo {
    width: 80%;
    margin-bottom: 30px;
  }
  .zga__image__wrap picture:not(.zeta_logo) img {
    margin-inline: auto;
  }
  .zga__message__wrap h3 {
    margin-bottom: 1.28em;
  }
  .zga__message__fx picture {
    width: 66.15%;
    margin: 0 auto 28px;
  }
  .zga__message__cap > strong {
    font-size: var(--fs-20);
    display: block;
    margin-bottom: .48em;
    padding-bottom: 14px;
    text-align: center;
  }
  .zga__message__cap > strong::after {
    width: 20px;
    left: calc(50% - 10px);
  }
  .zga__message__cap > p {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: var(--ls-wide);
    margin-bottom: 1.6em;
  }
  .zga__message__cap div span {
    font-size: var(--fs-14);
    margin-bottom: .86em;
  }
  .zga__message__cap div strong {
    font-size: var(--fs-20);
  }
}

@media screen and (min-width: 768px) {
  .zga__wrap .section__head__wrap {
    margin-bottom: 145px;
  }
  .zga__image__wrap {
    margin-bottom: 50px;
    padding-bottom: 175px;
  }
  .zga__image__wrap::after {
    bottom: 0;
    height: 75px;
  }
  .zga__image__wrap picture.zeta_logo {
    width: 350px;
    margin-bottom: 50px;
  }
  .zga__image__wrap picture:not(.zeta_logo) img {
    width: 67.392%;
    max-width: 620px;
    margin-inline: auto;
  }
  .zga__message__wrap h3 {
    margin-bottom: 98px;
  }
  .zga__message__wrap .zga__message__fx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .zga__message__fx picture {
    width: 30.44%;
    max-width: 280px;
  }
  .zga__message__fx .zga__message__cap {
    width: 65.22%;
    max-width: 600px;
  }
  .zga__message__cap > strong {
    font-size: 20px;
    margin-bottom: 6px;
    padding-bottom: 16px;
  }
  .zga__message__cap > strong::after {
    width: 20px;
  }
  .zga__message__cap > p {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: var(--ls-wide);
    margin-bottom: 43px;
  }
  .zga__message__cap div span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .zga__message__cap div strong {
    font-size: 20px;
  }

}



/* -----------------------------------------------
about__vantan__wrap
----------------------------------------------- */
.about__vantan__wrap .vantan__logo__wrap {
  margin-inline: auto;
}
.about__vantan__wrap .about__vantan__bg,
.about__vantan__wrap .kadokawa__logo__wrap {
  background: #F9F9F9;
  border-radius: 5px;
}
.about__vantan__bg > strong {
  text-align: center;
  display: block;
}
.about__vantan__list li {
  background: #fff;
  border-radius: 5px;
}
.about__vantan__list li dl {
  color: #DF0011;
  text-align: center;
  font-weight: bold;
}
.about__vantan__list dl dt {
  background: rgba(223, 0, 19, 0.05);
}
.about__vantan__list dl dd {
  font-family: "poppins", "Noto Sans JP", sans-serif;
}
.about__vantan__list dd span {
  font-size: 2.33em;
  font-weight: 600;
  padding-right: .05em;
  line-height: 1;
}
.about__vantan__inner p.note {
  text-align: right;
}
.kadokawa__logo__wrap {
  text-align: center;
}
.kadokawa__logo__wrap picture {
  margin-inline: auto;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .about__vantan__wrap {
    background: #fff;
  }
  .about__vantan__wrap .section__head__wrap {
    margin-bottom: 75px;
  }
  .about__vantan__wrap .vantan__logo__wrap {
    width: 62.16%;
    margin-bottom: 60px;
  }
  .about__vantan__wrap .about__vantan__inner {
    margin-bottom: 30px;
  }
  .about__vantan__inner .about__vantan__bg {
    margin-bottom: 10px;
    padding: 32px 20px 20px;
  }
  .about__vantan__bg strong {
    font-size: var(--fs-18);
    margin-bottom: 1.58em;
  }
  .about__vantan__list li {
    padding: 12px 10px 7px;
  }
  .about__vantan__list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .about__vantan__list dl dt {
    font-size: var(--fs-16);
    line-height: 25px;
    margin-bottom: 15px;
  }
  .about__vantan__list dl dd {
    font-size: var(--fs-18);
  }
  .about__vantan__inner p.note {
    font-size: var(--fs-14);
  }
  .kadokawa__logo__wrap {
    padding: 30px 20px 24px;
  }
  .kadokawa__logo__wrap picture {
    padding-block: 16px;
    margin-bottom: 14px;
  }
  .kadokawa__logo__wrap p {
    font-size: var(--fs-16);
    line-height: 2.25;
  }

}

@media screen and (min-width: 768px) {
  .about__vantan__wrap .section__head__wrap {
    margin-bottom: 145px;
  }
  .about__vantan__wrap .vantan__logo__wrap {
    width: 290px;
    margin-bottom: 100px;
  }

  .about__vantan__wrap .about__vantan__inner {
    margin-bottom: 50px;
  }
  .about__vantan__inner .about__vantan__bg {
    margin-bottom: 10px;
    padding: 42px 20px 40px;
  }
  .about__vantan__bg strong {
    font-size: 22px;
    margin-bottom: 39px;
  }
  .about__vantan__list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2.28%;
  }
  .about__vantan__list li {
    padding: 12px 10px 7px;
  }
  .about__vantan__list dl dt {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .about__vantan__list dl dd {
    font-size: 18px;
  }
  .about__vantan__inner p.note {
    font-size: 14px;
  }
  .kadokawa__logo__wrap {
    padding-block: 50px;
  }
  .kadokawa__logo__wrap picture {
    width: 396px;
    margin-bottom: 21px;
    padding-block: 20px;
  }
  .kadokawa__logo__wrap p {
    font-size: 16px;
  }

}



/* -----------------------------------------------
contact__wrap
----------------------------------------------- */
.contact__list__item h4 {
  background: var(--key-color);
  font-weight: normal;
}
.contact__list__item h4 strong {
  font-weight: bold;
}
.contact__list__item dl dt {
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact__list__item dl dt::before {
  content: "";
  height: 2px;
  background: var(--key-color);
}

@media screen and (max-width: 767px) {
  .contact__wrap {
    background: #fff;
  }
  .contact__wrap .section__head__wrap {
    margin-bottom: 75px;
  }
  .contact__list__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .contact__list__item h4 {
    font-size: var(--fs-26);
    line-height: 1.31;
    margin-bottom: .68em;
    padding-inline: .72em;
  }
  .contact__list__item dl {
    font-size: var(--fs-16);
    line-height: 2;
  }
  .contact__list__item dl dt {
    line-height: 2;
  }
  .contact__list__item dl dt::before {
    width: 10px;
    margin-right: 10px;
  }
  .contact__list__item dl dd {
    padding-left: 1.3em;
    line-height: 1.68;
  }
  .contact__list__item dl dd:not(:last-child) {
    margin-bottom: .68em;
  }

}

@media screen and (min-width: 768px) {
  .contact__wrap .section__head__wrap {
    margin-bottom: 145px;
  }
  .contact__list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contact__list__item:not(:last-child) {
    margin-bottom: 51px;
  }
  .contact__list__item h4 {
    font-size: 26px;
    line-height: 34px;
    padding-inline: .72em;
  }
  .contact__list__item dl {
    width: 65.22%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 2;
  }
  .contact__list__item dl dt {
    width: 11.6%;
  }
  .contact__list__item dl dt::before {
    width: 10px;
    margin-right: 10px;
  }
  .contact__list__item dl dd {
    width: 88.4%;
  }

}



/* -----------------------------------------------
cv
----------------------------------------------- */
.cv__btn {
  position: relative;
}
.cv__btn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #eaff90;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  transition-timing-function: scubic-bezier(.32,0,.03,1);
}
.cv__btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);  
}
.cv__btn span {
  position: relative;
}

.cv__wrap {
  border-bottom: 2px solid var(--key-color);
}
.cv__inner {
  margin-inline: auto;
}
.cv__fx__cap strong {
  display: block;
  text-align: center;
}
.cv__fx__cap a {
  background: var(--key-color);
  color: #000;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cv__inner {
    width: 86.66%;
    margin-inline: auto;
    padding-block: 60px;
  }
  .cv__inner .cv__fx picture {
    width: 73.85%;
    margin: 0 auto 28px;
  }
  .cv__fx__cap strong {
    font-size: var(--fs-28);
    line-height: 1.57;
    margin-bottom: .98em;
  }
  .cv__fx__cap a {
    width: 100%;
    height: 70px;
    font-size: var(--fs-16);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .contact__wrap + section:has(.cv__wrap)::after {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 70px;
  }

}

@media screen and (min-width: 768px) {
  .cv__wrap {
    background: url(../img/zga_bg.jpg) 50% 0 / cover no-repeat;
    background-attachment: fixed;
    background-color:rgba(255,255,255,0.65);
    background-blend-mode:lighten;
  }
  .cv__inner {
    width: 100%;
    max-width: calc(620px + 40px);
    padding: 30px 20px;
  }
  .cv__inner .cv__fx {
  	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .cv__inner .cv__fx picture {
    width: 38.71%;
    max-width: 280px;
  }
  .cv__fx__cap strong {
    font-size: 28px;
    line-height: 1.57;
    margin-bottom: 49px;
  }
  .cv__fx__cap a {
    width: 280px;
    height: 70px;
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

}



/* -----------------------------------------------
floating
----------------------------------------------- */
.floating__cv {
  position: fixed;
  z-index: 2;
  display: none;
}
.ftcv__fx {
  display: flex;
  justify-content: space-between;
}
.ftcv__fx a {
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--key-color);
}

@media (max-width: 767px) {
  .floating__cv {
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 10px 0;
  }
  .ftcv__fx {
    width: 94%;
    margin: 0 auto;
  }
  .ftcv__fx a {
    aspect-ratio: 280 / 80;
    font-weight: bold;
    box-shadow: 0 2px 3px 1.5px rgba(0,0,0,.2);
    width: 49%;
  }
  .ftcv__fx a p {
    font-size: 12px;
  }
  .ftcv__fx a p span {
    font-size: .84em;
    margin-bottom: .3em;
  }

}

@media (min-width: 768px) {
  .floating__cv {
    right: 20px;
    bottom: 20px;
    transition: bottom .5s;
  }
  .ftcv__fx {
    gap: 0 10px;
  }
  .ftcv__fx a {
    width: 280px;
    height: 70px;
    font-size: 16px;
  }

}
