@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif;
  color: #333;
  line-height: 1.75; }

img {
  width: 100%;
  height: auto; }

.wrapper {
  overflow: hidden; }

.header {
  height: 80px;
  padding: 10px 60px;
  background-color: #fff;
  filter: drop-shadow(0 3px 10px rgba(255, 255, 255, 0.28));
  position: relative;
  z-index: 50; }
  .header__inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      .header__inner {
        justify-content: center; } }
  .header__btns {
    display: flex; }
    .header__btns a.nav-btn:not(:first-child) {
      margin: 0 0 0 18px; }
    @media (max-width: 768px) {
      .header__btns {
        display: none; } }

.footer__main {
  background-color: #fff;
  padding: 44px 20px 40px;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
.footer__logo {
  display: flex;
  align-items: end;
  min-width: 400px; }
  .footer__logo img {
    max-width: 162px; }
  .footer__logo div {
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    color: #0092E5;
    font-weight: 700; }
    .footer__logo div::after {
      content: "";
      background-image: url(../img/ico_arrow-b.svg);
      background-repeat: no-repeat;
      display: inline-block;
      width: 4px;
      height: 8px;
      margin: 0 0 0 12px; }
.footer__btns {
  display: flex;
  gap: 20px; }
.footer__gotop {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #00538B;
  filter: drop-shadow(0 3px 20px rgba(0, 146, 229, 0.05));
  transition: 0.3s all; }
  .footer__gotop img {
    position: absolute;
    width: 14px;
    height: 8px;
    top: 42%;
    left: 50%;
    transform: translateX(-50%); }
  .footer__gotop:hover {
    background-color: #0092E5; }
.footer__copyright {
  font-family: "Poppins", sans-serif;
  background-color: #D1DBE0;
  padding: 16px;
  font-size: 12px;
  text-align: center; }

@media (max-width: 768px) {
  .footer__main {
    background-color: #fff;
    padding: 44px 20px 40px;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
  .footer__logo {
    order: 2;
    display: flex;
    align-items: end;
    min-width: 3ｓ00px; }
    .footer__logo img {
      max-width: 120px; }
    .footer__logo div {
      display: inline-block;
      margin: 0 0 0 20px;
      position: relative;
      color: #0092E5;
      font-weight: 700; }
      .footer__logo div::after {
        content: "";
        background-image: url(../img/ico_arrow-b.svg);
        background-repeat: no-repeat;
        display: inline-block;
        width: 4px;
        height: 8px;
        margin: 0 0 0 12px; }
  .footer__btns {
    order: 0;
    display: flex;
    gap: 00px;
    width: 100%; }
    .footer__btns .nav-btn {
      width: 100%;
      margin: auto;
      margin-bottom: 20px; }
  .footer__gotop {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 100px;
    right: 20px;
    background-color: #00538B;
    filter: drop-shadow(0 3px 20px rgba(0, 146, 229, 0.05));
    transition: 0.3s all;
    z-index: 99; }
    .footer__gotop img {
      position: absolute;
      width: 14px;
      height: 8px;
      top: 42%;
      left: 50%;
      transform: translateX(-50%); }
    .footer__gotop:hover {
      background-color: #0092E5; }
  .footer__copyright {
    padding: 16px;
    padding-bottom: 80px;
    font-family: "Poppins", sans-serif;
    background-color: #D1DBE0;
    font-size: 12px;
    text-align: center; } }
.fixed-cv {
  position: fixed;
  display: block;
  bottom: 120px;
  right: 0;
  z-index: 40; }
  .fixed-cv__item {
    width: 105px;
    height: 93px;
    border-radius: 50px 0 0 50px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 16px;
    line-height: 1.5; }
    .fixed-cv__item + .fixed-cv__item {
      margin: 8px 0 0; }
    .fixed-cv__item img {
      width: fit-content;
      height: 12px;
      margin: 0 0 4px; }
    .fixed-cv__item.-b {
      background: linear-gradient(60deg, #1ac0ff 0%, #349aff 100%);
      filter: drop-shadow(0 3px 10px rgba(0, 146, 229, 0.28)); }
    .fixed-cv__item.-g {
      background: linear-gradient(60deg, #1cbb7f 0%, #009a6a 100%);
      filter: drop-shadow(0 3px 10px rgba(28, 187, 127, 0.28)); }

.nav-btn {
  display: block;
  max-width: 300px;
  min-width: 220px;
  padding: 14px 24px 14px 30px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.3s all;
  position: relative;
  z-index: 0; }
  .nav-btn.-b {
    background: linear-gradient(60deg, #1ac0ff 0%, #349aff 100%);
    filter: drop-shadow(0 3px 10px rgba(0, 146, 229, 0.28)); }
    .nav-btn.-b:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(60deg, #349aff 0%, #1ac0ff 100%);
      opacity: 0;
      transition: opacity 0.5s;
      border-radius: 50px; }
    .nav-btn.-b:hover {
      cursor: pointer;
      filter: none; }
      .nav-btn.-b:hover::before {
        opacity: 1; }
  .nav-btn.-g {
    background: linear-gradient(60deg, #1cbb7f 0%, #009a6a 100%);
    filter: drop-shadow(0 3px 10px rgba(28, 187, 127, 0.28)); }
    .nav-btn.-g:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(60deg, #009a6a 0%, #1cbb7f 100%);
      opacity: 0;
      transition: opacity 0.5s;
      border-radius: 50px; }
    .nav-btn.-g:hover {
      filter: none; }
      .nav-btn.-g:hover::before {
        opacity: 1; }
  .nav-btn.-o {
    background: linear-gradient(60deg, #ec9c00 0%, #eb7011 100%);
    filter: drop-shadow(0 3px 10px rgba(0, 146, 229, 0.28)); }
    .nav-btn.-o:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(60deg, #eb7011 0%, #ec9c00 100%);
      opacity: 0;
      transition: opacity 0.5s;
      border-radius: 50px; }
    .nav-btn.-o:hover {
      cursor: pointer;
      filter: none; }
      .nav-btn.-o:hover::before {
        opacity: 1; }
  .nav-btn.-icon {
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav-btn.-icon img {
      width: fit-content;
      height: 12px;
      margin: 0 10px 0 0; }
  .nav-btn.-arrow {
    font-size: 18px;
    padding: 20px 30px; }
    .nav-btn.-arrow::after {
      content: "";
      position: absolute;
      background-image: url(../img/ico_arrow.svg);
      background-repeat: no-repeat;
      width: 5px;
      height: 9px;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }

.mv {
  position: relative;
  height: 688px;
  background-image: url(../img/mv.png);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 60px;
  z-index: 48; }
  .mv__inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    z-index: 10; }
  .mv__text--heading {
    color: #fff;
    font-weight: 700;
    font-size: clamp(22px, calc(30px + 0.625vw), 22px);
    line-height: 1.5;
    position: relative;
    padding: 0 0 0 0px; }
    .mv__text--heading span {
      background: linear-gradient(transparent 80%, #EEA71E 80%); }
  .mv__text--brief {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 0; }
  .mv__text--btn {
    margin: 40px 0 0; }
  .mv__btn {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 10; }
    .mv__btn a {
      transition: all 0.3s; }
      .mv__btn a:hover {
        opacity: 0.9; }
  @media (max-width: 768px) {
    .mv {
      height: auto;
      padding: 40px 5% 90vw;
      background-image: url(../img/mv_sp.png); }
      .mv__inner {
        margin: 0 auto;
        height: 100%;
        display: block;
        z-index: 10; }
      .mv__text--heading {
        color: #fff;
        font-weight: 700;
        font-size: clamp(18px, calc(18px + 0.625vw), 18px);
        line-height: 1.5;
        position: relative;
        padding: 0 0 0 0px;
        text-align: left; }
        .mv__text--heading span {
          background: linear-gradient(transparent 80%, #EEA71E 80%); }
      .mv__text--brief {
        margin: 30px 0 0; }
        .mv__text--brief img {
          max-width: 500px; }
      .mv__text--btn {
        margin: 30px auto 30px;
        font-size: 16px !important; }
      .mv__btn {
        position: absolute;
        right: 3%;
        bottom: 5%;
        z-index: 10;
        width: 155px; }
        .mv__btn a {
          transition: all 0.3s; }
          .mv__btn a:hover {
            opacity: 0.9; } }

.intro {
  background-image: url(../img/intro_bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 60px;
  position: relative;
  z-index: 10; }
  .intro__inner {
    padding: 130px 0 140px;
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 50%;
    align-items: center; }
  .intro__text--heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5; }
  .intro__text--main {
    margin: 30px 0 0; }
  .intro__video {
    padding: 0 8% 0 0; }

.video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden; }
  .video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .video__overlay:hover {
      cursor: pointer; }
      .video__overlay:hover img.video__thumb {
        transform: scale(1.1, 1.1); }
  .video__thumb {
    transition: 0.3s all; }
  .video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 68px;
    height: 68px; }
  .video__main {
    width: 100%;
    height: 100%; }

@media (max-width: 768px) {
  .intro {
    background-image: url(../img/intro_bg.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 5%;
    position: relative;
    z-index: 10; }
    .intro__inner {
      padding: 0px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      grid-template-columns: 1fr 100%;
      align-items: center; }
    .intro__video {
      order: 2; }
    .intro__text {
      order: 1;
      margin-bottom: 30px; }
      .intro__text--heading {
        font-size: 20px; }
      .intro__text--main {
        margin: 20px 0 0;
        font-size: 15px; }
    .intro__video {
      width: 100%;
      padding: 0 0 0 0; } }
.heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center; }
  .heading span {
    color: #0092E5; }

.pros {
  padding: 0 60px;
  background-color: #fff;
  position: relative;
  z-index: 5; }
  .pros__deco {
    position: absolute;
    width: 674px;
    height: 578px;
    top: -10px;
    left: calc(50% + 94px); }
  .pros__inner {
    padding: 90px 0;
    max-width: 1140px;
    margin: 0 auto; }
  .pros__heading {
    margin: 0 0 68px; }
  .pros__upper, .pros__lower {
    display: grid;
    gap: 20px; }
  .pros__upper {
    grid-template-columns: repeat(5, 1fr); }
  .pros__lower {
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0 0; }

.pros__box01 {
  border: 1px solid #BFC5C9;
  background-color: #fff;
  padding: 32px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 14px; }
  .pros__box01--text {
    font-size: 18px;
    font-weight: 700; }

.pros__box02 {
  background-image: url(../img/pros-box02_bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  border: 4px solid #cad3db; }
  .pros__box02--img {
    width: 220px; }
  .pros__box02--text {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center; }

@media (max-width: 1039px) {
  .heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center; }

  .pros {
    padding: 0px;
    margin: auto 5%;
    background-color: #fff;
    position: relative;
    z-index: 5; }
    .pros__deco {
      position: absolute;
      width: 400px;
      height: 578px;
      top: -10px;
      left: auto;
      right: -100px; }
    .pros__inner {
      padding: 60px 0;
      margin: 0 auto; }
    .pros__heading {
      margin: 0 20px 40px; }
    .pros__upper, .pros__lower {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center; }
    .pros__upper {
      grid-template-columns: repeat(5, 1fr); }
    .pros__lower {
      grid-template-columns: repeat(2, 1fr);
      margin: 40px 0 0; }

  .pros__box01 {
    border: 1px solid #BFC5C9;
    background-color: #fff;
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    width: calc(50% - 5%); }
    .pros__box01--img {
      max-width: 80px; }
    .pros__box01--text {
      font-size: 15px;
      font-weight: 700; }

  .pros__box02 {
    background-image: url(../img/pros-box02_bg.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px;
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #cad3db; }
    .pros__box02--img {
      width: 100%;
      background-color: #fff;
      text-align: center; }
      .pros__box02--img img {
        width: auto;
        max-height: 150px; }
    .pros__box02--text {
      padding: 15px;
      font-size: 15px; } }
.lineup {
  padding: 0 60px;
  background-color: #EFF5F8; }
  .lineup__inner {
    padding: 100px 0;
    max-width: 1140px;
    margin: 0 auto; }
  .lineup__heading {
    margin: 0 0 30px; }
  .lineup__bubble {
    max-width: 890px;
    margin: auto;
    position: relative; }
    .lineup__bubble--deco01 {
      position: absolute;
      width: 163px;
      height: 152px;
      left: -64px;
      top: -30px; }
    .lineup__bubble--deco02 {
      position: absolute;
      width: 157px;
      height: 141px;
      right: -50px;
      bottom: -12px; }
  .lineup__cv-text {
    margin: 40px;
    text-align: center; }
    .lineup__cv-text img {
      max-width: 524px; }
  .lineup__cv--btn {
    text-align: center; }
    .lineup__cv--btn .nav-btn {
      margin: auto;
      width: 500px;
      max-width: 500px; }

.scroll-hint {
  display: none; }

.lineup__box {
  background-color: #fff;
  padding: 50px 60px 60px;
  margin: 80px 0 0; }
  .lineup__box--heading {
    color: #0092E5;
    width: fit-content;
    margin: auto;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    padding: 10px 0;
    text-align: center; }
    .lineup__box--heading::before, .lineup__box--heading::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #0092E5; }
    .lineup__box--heading::before {
      top: 0; }
    .lineup__box--heading::after {
      bottom: 0; }
  .lineup__box--content {
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
  .lineup__box--item {
    position: relative; }
  .lineup__box--tag {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 12px 16px;
    font-weight: 700; }
  .lineup__box--btn {
    margin: 40px auto 0; }

@media (max-width: 768px) {
  .lineup {
    padding: 60px 5%;
    background-color: #EFF5F8; }
    .lineup__inner {
      padding: 0px 0;
      max-width: 1140px;
      margin: 0 auto; }
    .lineup__heading {
      margin: 0 0 30px; }
    .lineup__bubble {
      max-width: 890px;
      margin: auto;
      position: relative; }
      .lineup__bubble--deco01 {
        position: absolute;
        width: 163px;
        height: 152px;
        left: -64px;
        top: -30px; }
      .lineup__bubble--deco02 {
        position: absolute;
        width: 157px;
        height: 141px;
        right: -50px;
        bottom: -12px; }
    .lineup__table {
      width: 100%;
      overflow-x: auto;
      padding-bottom: 30px;
      position: relative; }
      .lineup__table-fixed-wrap {
        width: 1200px;
        border-collapse: collapse; }
      .lineup__table .scroll-hint {
        display: block;
        position: absolute;
        bottom: calc(50% - 80px);
        left: calc(50% - 80px);
        padding: 2px 6px;
        border-radius: 4px;
        pointer-events: none;
        transition: opacity 0.3s; }
    .lineup__cv-text {
      margin: 40px 3% 20px;
      text-align: center; }
      .lineup__cv-text img {
        max-width: 524px; }
    .lineup__cv--btn {
      text-align: center; }
      .lineup__cv--btn .nav-btn {
        margin: auto;
        width: 100%;
        max-width: 500px; }

  .lineup__box {
    background-color: #fff;
    padding: 30px 5% 30px;
    margin: 60px 0 0; }
    .lineup__box--heading {
      color: #0092E5;
      margin: auto;
      font-weight: 700;
      font-size: 20px;
      position: relative;
      padding: 10px 0;
      text-align: center;
      width: 100%; }
      .lineup__box--heading::before, .lineup__box--heading::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #0092E5; }
    .lineup__box--content {
      margin: 40px 0 0;
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
    .lineup__box--item {
      position: relative; }
    .lineup__box--tag {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #fff;
      padding: 12px 16px;
      font-weight: 700;
      font-size: 14px; }
    .lineup__box--btn {
      margin: 30px auto 10px;
      font-size: 15px !important; } }
.bridge {
  padding: 0 30px;
  background-color: #EFF5F8; }
  .bridge__inner {
    color: #fff;
    text-align: center;
    padding: 90px 40px 80px;
    margin: 0 auto;
    background-image: url(../img/bridge_bg.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat; }
  .bridge__heading {
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 14px; }
  .bridge__text {
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 20px; }

@media (max-width: 768px) {
  .bridge {
    padding: 0 5%;
    background-color: #EFF5F8; }
    .bridge__inner {
      color: #fff;
      text-align: center;
      padding: 40px 20px 30px;
      margin: 0 auto;
      background-image: url(../img/bridge_bg.jpg);
      background-position: 20%;
      background-size: cover;
      background-repeat: no-repeat; }
    .bridge__heading {
      font-family: "Noto Serif JP", serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.5;
      margin: 0 0 14px; }
    .bridge__text {
      margin: 0 0 20px;
      font-weight: 600;
      font-size: 16px; } }
.service {
  padding: 0 60px;
  background-color: #EFF5F8; }
  .service__inner {
    padding: 110px 0 100px;
    max-width: 1020px;
    margin: 0 auto; }
  .service__heading {
    margin: 0 0 30px; }
  .service__brief {
    text-align: center; }
  .service__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 50px 0 0; }

.service__link {
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0 3px 30px rgba(0, 146, 229, 0.1)); }
  .service__link--img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative; }
    .service__link--img img {
      transition: 0.3s all; }
  .service__link--title {
    padding: 24px 30px 0;
    width: 100%;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center; }
    .service__link--title::before {
      content: "";
      background-image: url(../img/ico_circlearrow.svg);
      background-repeat: no-repeat;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 12px 0 0; }
  .service__link--text {
    padding: 15px 30px 24px;
    width: 100%;
    background-color: #fff;
    flex-grow: 1;
    font-size: 15px; }
  .service__link:hover .service__link--img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(60deg, #1ac0ff 0%, #349aff 100%);
    mix-blend-mode: screen;
    opacity: 0.7; }
  .service__link:hover .service__link--img img {
    transform: scale(1.1, 1.1); }

@media (max-width: 768px) {
  .service {
    padding: 0 5%;
    background-color: #EFF5F8; }
    .service__inner {
      padding: 60px 0 60px;
      margin: 0 auto; }
    .service__heading {
      margin: 0 0 20px; }
    .service__brief {
      text-align: left; }
    .service__content {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 30px;
      margin: 30px 0 0; }

  .service__link {
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0 3px 30px rgba(0, 146, 229, 0.1)); }
    .service__link--img {
      aspect-ratio: 16 / 9;
      overflow: hidden;
      position: relative; }
      .service__link--img img {
        transition: 0.3s all; }
    .service__link--title {
      padding: 24px 20px 0;
      width: 100%;
      background-color: #fff;
      font-size: 18px;
      font-weight: 700;
      display: flex;
      align-items: center; }
      .service__link--title::before {
        content: "";
        background-image: url(../img/ico_circlearrow.svg);
        background-repeat: no-repeat;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 12px 0 0; }
    .service__link--text {
      padding: 15px 20px 24px;
      width: 100%;
      background-color: #fff;
      flex-grow: 1;
      font-size: 15px; }
    .service__link:hover .service__link--img::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(60deg, #1ac0ff 0%, #349aff 100%);
      mix-blend-mode: screen;
      opacity: 0.7; }
    .service__link:hover .service__link--img img {
      transform: scale(1.1, 1.1); } }
.pc-view {
  display: block; }

.sp-view {
  display: none; }

@media (max-width: 768px) {
  .pc-view {
    display: none; }

  .sp-view {
    display: block; }

  .nav-btn {
    display: block;
    max-width: 300px;
    min-width: 220px;
    padding: 10px 24px 10px 30px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s all;
    position: relative;
    z-index: 0; }
    .nav-btn.-arrow {
      font-size: 15px;
      padding: 15px 20px; }

  .fixed-cv {
    position: fixed;
    display: flex;
    bottom: 0px;
    right: 0;
    z-index: 40;
    width: 100%; }
    .fixed-cv__item {
      width: 50%;
      height: 60px;
      border-radius: 0px 0 0 00px;
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      text-align: center;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      padding: 0 0 0 0px;
      line-height: 1.5;
      flex-direction: row; }
      .fixed-cv__item + .fixed-cv__item {
        margin: 0px 0 0; }
      .fixed-cv__item img {
        width: fit-content;
        height: 16px;
        margin: 0 4px 0px; }
      .fixed-cv__item.-b {
        background: linear-gradient(60deg, #1ac0ff 0%, #349aff 100%);
        filter: drop-shadow(0 3px 10px rgba(0, 146, 229, 0.28)); }
      .fixed-cv__item.-g {
        background: linear-gradient(60deg, #1cbb7f 0%, #009a6a 100%);
        filter: drop-shadow(0 3px 10px rgba(28, 187, 127, 0.28)); }
      .fixed-cv__item.-o {
        background: linear-gradient(60deg, #ec9c00 0%, #eb7011 100%);
        filter: drop-shadow(0 3px 10px rgba(0, 146, 229, 0.28)); } }

/*# sourceMappingURL=common.css.map */
