@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

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

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

.md {
  display: none;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .md {
    display: block !important;
  }
}

main {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 62rem;
  }
}

.fv {
  width: 100%;
  position: relative;
}
.fv img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fv {
    margin-top: 62rem;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .glance {
    position: relative;
  }
  .glance::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5000rem;
    background-image: url("../images/glance/road.png");
    background-size: contain;
    background-repeat: no-repeat;
    right: 50%;
    transform: translateX(50%);
    top: -5rem;
    z-index: 0;
  }
  .glance .glance__container {
    position: relative;
  }
  .glance .glance__container::before {
    content: "";
    position: absolute;
    background-image: url("../images/glance/anime1.webp");
    width: 60%;
    height: 655rem;
    left: -240rem;
    top: -50rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .glance .glance__container::after {
    content: "";
    position: absolute;
    background-image: url("../images/glance/anime2.webp");
    width: 33%;
    height: 800rem;
    right: 0rem;
    top: 80rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .glance .glance__inner {
    max-width: 1200rem;
    margin: auto;
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .glance .glance__inner .inner__top {
    text-align: center;
    padding-top: 90rem;
    position: relative;
  }
  .glance .glance__inner .inner__top p {
    font-size: 20rem;
    font-weight: 600;
    line-height: 38rem;
    width: 40%;
    margin: auto;
  }
  .glance .glance__inner .graph {
    display: flex;
    gap: 0;
    align-items: flex-end;
    margin-top: 120rem;
    justify-content: center;
  }
  .glance .glance__inner .graph .graph__left {
    width: 363rem;
  }
  .glance .glance__inner .graph .graph__left .circle {
    position: relative;
  }
  .glance .glance__inner .graph .graph__left .circle canvas {
    width: 365rem !important;
    height: 365rem !important;
  }
  .glance .glance__inner .graph .graph__left .circle .graph__meta {
    position: absolute;
    left: -71rem;
    width: 368rem;
    top: 50%;
    transform: translateY(-50%) translateY(-90rem);
  }
  .glance .glance__inner .graph .graph__left .percentages p {
    position: absolute;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
  }
  .glance .glance__inner .graph .graph__left .percentages p span {
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-of-type(1) {
    font-size: 106rem;
    color: #fff;
    top: 160rem;
    right: 75rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-of-type(1) span {
    color: #fff;
    font-size: 63rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(2) {
    font-size: 45rem;
    top: -20rem;
    left: 0;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(2) span {
    font-size: 30rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(3) {
    font-size: 30rem;
    top: -120rem;
    left: 100rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(3) span {
    font-size: 22rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(4) {
    font-size: 30rem;
    top: -50rem;
    left: 205rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(4) span {
    font-size: 22rem;
  }
  .glance .glance__inner .graph .graph__left .parts {
    position: absolute;
    top: 0;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 114rem;
    height: 114rem;
    border-radius: 50%;
    bottom: -300rem;
    left: 40rem;
    position: absolute;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(1) .part__img {
    position: absolute;
    top: 25rem;
    left: 7rem;
    width: 96rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(2) .part__img {
    top: -20rem;
    left: -110rem;
    position: absolute;
    width: 96rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(2) .line {
    width: 125rem;
    position: absolute;
    top: 27rem;
    left: -14rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(3) .part__img {
    top: -130rem;
    left: -2rem;
    position: absolute;
    width: 96rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(3) .line {
    position: absolute;
    width: 75rem;
    top: -80rem;
    left: 93rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(4) .line {
    position: absolute;
    width: 68rem;
    left: 180rem;
    top: -10rem;
  }
  .glance .glance__inner .graph .graph__center .title {
    font-size: 24rem;
    font-weight: 600;
  }
  .glance .glance__inner .graph .graph__center .heading {
    font-size: 212rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: -30rem;
  }
  .glance .glance__inner .graph .graph__center .heading span {
    font-size: 30rem;
    font-weight: 600;
  }
  .glance .glance__inner .graph .graph__center .sub {
    text-align: center;
    transform: translateY(-45px);
  }
  .glance .glance__inner .graph .graph__center .cats {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin-top: -30rem;
  }
  .glance .glance__inner .graph .graph__center .cats li {
    display: flex;
    align-items: center;
    gap: 5rem;
  }
  .glance .glance__inner .graph .graph__center .cats li p {
    font-size: 15rem;
    font-weight: 600;
  }
  .glance .glance__inner .graph .graph__center .cats li span {
    display: block;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
  }
  .glance .glance__inner .graph .graph__center .cats li:nth-child(1) span {
    background-color: #0691D9;
  }
  .glance .glance__inner .graph .graph__center .cats li:nth-child(2) span {
    background-color: #FFAF10;
  }
  .glance .glance__inner .graph .graph__center .cats li:nth-child(3) span {
    background-color: #7DC03A;
  }
  .glance .glance__inner .graph .graph__center .cats li:nth-child(4) span {
    background-color: #F9738D;
  }
  .glance .glance__inner .graph .graph__center .btn {
    margin-top: 38rem;
  }
  .glance .glance__inner .graph .graph__center .btn a {
    width: 416rem;
    height: 95rem;
    display: block;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .graph .graph__center .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .glance .glance__inner .graph .graph__center .btn a img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .graph .graph__right {
    width: 199rem;
  }
  .glance .glance__inner .graph .graph__right img {
    width: inherit;
  }
  .glance .glance__inner .maps {
    position: relative;
    margin-top: 200rem;
    padding: 0 20rem;
  }
  .glance .glance__inner .maps .map__left .title {
    font-size: 24rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__left .heading {
    font-size: 212rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: -30rem;
  }
  .glance .glance__inner .maps .map__left .heading span {
    font-size: 30rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__left .btn a {
    width: 386rem;
    height: 95rem;
    display: block;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .maps .map__left .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .glance .glance__inner .maps .map__left .btn a img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .maps .map__left {
    position: relative;
    z-index: 10;
  }
  .glance .glance__inner .maps .map__center {
    position: absolute;
    top: -80rem;
    right: -30rem;
    width: 79%;
  }
  .glance .glance__inner .maps .map__center .world {
    width: 100%;
    margin: auto;
  }
  .glance .glance__inner .maps .map__center .world img {
    width: 95%;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(1) img {
    left: 90rem;
    top: 60rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(1) p {
    position: absolute;
    left: 115rem;
    top: 83rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 54rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(1) p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 12rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(2) img {
    left: 365rem;
    top: 10rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(2) p {
    position: absolute;
    left: 385rem;
    top: 33rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 54rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(2) p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 12rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(3) img {
    right: 160rem;
    top: 80rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(3) p {
    position: absolute;
    right: 175rem;
    top: 103rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 54rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(3) p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 12rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__center .center__details .base img {
    width: 93rem;
    position: absolute;
  }
  .glance .glance__inner .maps .map__center .pins {
    width: 598rem;
    left: 50%;
    transform: translateX(-50%);
    top: 120rem;
    position: absolute;
  }
  .glance .glance__inner .maps .map__right {
    position: absolute;
    z-index: 10;
    right: -130rem;
    top: -110rem;
  }
  .glance .glance__inner .maps .map__right .jp {
    width: 455rem;
  }
  .glance .glance__inner .maps .map__right .right__details img {
    position: absolute;
    width: 136rem;
    right: 250rem;
    top: 40rem;
  }
  .glance .glance__inner .maps .map__right .right__details p {
    position: absolute;
    left: 85rem;
    top: 73rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 78rem;
  }
  .glance .glance__inner .maps .map__right .right__details p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 18rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__right .right__details .pins {
    position: absolute;
    right: 142rem;
    top: 160rem;
    width: 227rem;
  }
  .glance .glance__inner .maps .map__bottom img {
    position: absolute;
  }
  .glance .glance__inner .maps .map__bottom img:nth-of-type(1) {
    width: 40%;
    left: -80rem;
    top: 380rem;
  }
  .glance .glance__inner .maps .map__bottom img:nth-of-type(2) {
    width: 136rem;
    right: 100rem;
    right: 260rem;
    top: 700rem;
  }
  .glance .glance__inner .maps .map__bottom .chart {
    position: absolute;
    width: 50%;
    right: 80rem;
    top: 370rem;
    display: flex;
    align-items: center;
    gap: 20rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .chart__inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25rem;
  }
  .glance .glance__inner .maps .map__bottom .chart canvas {
    pointer-events: none;
    width: 333rem !important;
    height: 333rem !important;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p {
    position: absolute;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #fff;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p span {
    color: #fff;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-of-type(1) {
    font-size: 73rem;
    top: 80rem;
    left: 170rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-of-type(1) span {
    font-size: 31rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(2) {
    font-size: 60rem;
    top: 210rem;
    left: 140rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(2) span {
    font-size: 26rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(3) {
    font-size: 54rem;
    top: 118rem;
    left: 18rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(3) span {
    font-size: 23rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(4) {
    font-size: 54rem;
    top: 38rem;
    left: 63rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(4) span {
    font-size: 23rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin-top: 20rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li {
    display: flex;
    align-items: center;
    gap: 5rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li p {
    font-size: 15rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li span {
    display: block;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(1) span {
    background-color: #0691D9;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(2) span {
    background-color: #FFAF10;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(3) span {
    background-color: #7DC03A;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(4) span {
    background-color: #F9738D;
  }
  .glance .glance__inner .employee {
    display: flex;
    align-items: center;
    gap: 38rem;
    justify-content: center;
    margin-top: 470rem;
    position: relative;
    padding: 0 20rem;
  }
  .glance .glance__inner .employee::before {
    content: "";
    position: absolute;
    background-image: url("../images/glance/anime6.webp");
    width: 69%;
    height: 518rem;
    right: -350rem;
    bottom: 180rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .glance .glance__inner .employee .employee__left {
    width: 400rem;
  }
  .glance .glance__inner .employee .employee__left .humans {
    display: flex;
    flex-wrap: wrap;
    gap: 20rem;
  }
  .glance .glance__inner .employee .employee__left .humans img {
    width: 21rem;
  }
  .glance .glance__inner .employee .employee__left .info {
    width: 142rem;
    height: 142rem;
    border-radius: 50%;
    background-color: #eaeaea;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: -40rem;
  }
  .glance .glance__inner .employee .employee__left .info h3 {
    font-size: 18rem;
    font-weight: 600;
    color: #0691D9;
  }
  .glance .glance__inner .employee .employee__left .info span {
    font-size: 15rem;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__left .info p {
    font-size: 51rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__left .info p span {
    font-size: 15rem;
  }
  .glance .glance__inner .employee .employee__center {
    width: 416rem;
    height: 500rem;
  }
  .glance .glance__inner .employee .employee__center .btn {
    margin-top: 38rem;
  }
  .glance .glance__inner .employee .employee__center .btn a {
    width: 416rem;
    height: 95rem;
    display: block;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .employee .employee__center .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .glance .glance__inner .employee .employee__center .btn a img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .employee .employee__center .title {
    font-size: 24rem;
    text-align: center;
    font-weight: 600;
  }
  .glance .glance__inner .employee .employee__center .sub {
    font-size: 15rem;
    font-weight: 400;
    text-align: center;
    margin-top: -30rem;
  }
  .glance .glance__inner .employee .employee__center .heading {
    font-size: 212rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: 0rem;
    text-align: center;
  }
  .glance .glance__inner .employee .employee__center .heading span {
    font-size: 30rem;
    font-weight: 600;
  }
  .glance .glance__inner .employee .employee__right {
    width: 310rem;
  }
  .glance .glance__inner .employee .employee__right .humans {
    display: flex;
    flex-wrap: wrap;
    gap: 20rem;
  }
  .glance .glance__inner .employee .employee__right .humans img {
    width: 21rem;
  }
  .glance .glance__inner .employee .employee__right .info {
    width: 142rem;
    height: 142rem;
    border-radius: 50%;
    background-color: #eaeaea;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 30rem;
  }
  .glance .glance__inner .employee .employee__right .info h3 {
    font-size: 18rem;
    font-weight: 600;
    color: #FF8500;
  }
  .glance .glance__inner .employee .employee__right .info span {
    font-size: 15rem;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__right .info p {
    font-size: 51rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__right .info p span {
    font-size: 15rem;
  }
  .glance .glance__inner .start {
    display: flex;
    gap: 103rem;
    margin-top: 90rem;
    align-items: center;
    position: relative;
    padding: 0 20rem;
  }
  .glance .glance__inner .start::before {
    content: "";
    position: absolute;
    background-image: url("../images/glance/anime7.webp");
    width: 870rem;
    height: 905rem;
    left: -400rem;
    bottom: -600rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .glance .glance__inner .start::after {
    content: "";
    position: absolute;
    background-image: url("../images/glance/anime8.webp");
    width: 97rem;
    height: 95rem;
    right: 0;
    bottom: -300rem;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateZ(0);
  }
  .glance .glance__inner .start .start__left {
    width: 680rem;
  }
  .glance .glance__inner .start .start__left h3 {
    font-size: 22rem;
    font-weight: 600;
    line-height: 40rem;
  }
  .glance .glance__inner .start .start__left p {
    padding-left: 19rem;
    position: relative;
    font-size: 16rem;
    font-weight: 600;
  }
  .glance .glance__inner .start .start__left p.first {
    margin-top: 30rem;
  }
  .glance .glance__inner .start .start__left p.second {
    margin-top: 10rem;
  }
  .glance .glance__inner .start .start__left p::before {
    content: "";
    position: absolute;
    width: 10rem;
    height: 2rem;
    background-color: #FF8500;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
  }
  .glance .glance__inner .start .start__left .imgs {
    display: flex;
    align-items: center;
    gap: 20rem;
    margin-top: 30rem;
  }
  .glance .glance__inner .start .start__left .imgs img {
    width: 330rem;
    height: 330rem;
  }
  .glance .glance__inner .start .start__right {
    width: 416rem;
  }
  .glance .glance__inner .start .start__right .title {
    font-size: 24rem;
    font-weight: 600;
  }
  .glance .glance__inner .start .start__right .heading {
    font-size: 212rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: -10rem;
  }
  .glance .glance__inner .start .start__right .heading span {
    font-size: 30rem;
    font-weight: 600;
  }
  .glance .glance__inner .start .start__right .btn {
    margin-top: -10rem;
  }
  .glance .glance__inner .start .start__right .btn a {
    width: 416rem;
    height: 95rem;
    display: block;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .start .start__right .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .glance .glance__inner .start .start__right .btn a img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .origin {
    margin-top: 420rem;
    padding: 0 20rem;
  }
  .glance .glance__inner .origin .origin__top {
    display: flex;
    gap: 30rem;
  }
  .glance .glance__inner .origin .origin__top .origin__left {
    width: 628rem;
  }
  .glance .glance__inner .origin .origin__top .origin__left .title {
    font-size: 24rem;
    font-weight: 600;
    margin-top: 0rem;
  }
  .glance .glance__inner .origin .origin__top .origin__left h3 {
    font-size: 32rem;
    color: #0691D9;
    font-weight: 600;
    margin-top: 19rem;
  }
  .glance .glance__inner .origin .origin__top .origin__left h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 180rem;
    font-weight: 400;
    color: #0691D9;
  }
  .glance .glance__inner .origin .origin__top .origin__left h4 {
    font-size: 22rem;
    font-weight: 600;
  }
  .glance .glance__inner .origin .origin__top .origin__left p {
    font-size: 17rem;
    line-height: 30rem;
    margin-top: 17rem;
  }
  .glance .glance__inner .origin .origin__top .origin__right {
    width: 421rem;
  }
  .glance .glance__inner .origin .origin__top .origin__right img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .origin .origin__bottom {
    display: flex;
    flex-direction: column;
    gap: 32rem;
    margin-top: 78rem;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left {
    width: 863rem;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left h3 {
    width: 100%;
    height: 50rem;
    border-radius: 25rem;
    display: flex;
    gap: 0.25em;
    align-items: center;
    justify-content: center;
    background-color: rgba(6, 145, 217, 0.1);
    font-family: "Bebas Neue", sans-serif;
    font-size: 30rem;
    color: #0691D9;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left h3 span {
    color: #0691D9;
    font-size: 20rem;
    font-family: "Noto Sans JP";
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list {
    display: flex;
    margin-top: 25rem;
    align-items: flex-start;
    height: auto;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li {
    width: 250rem;
    box-sizing: border-box;
    padding: 0 25rem;
    border-right: 1rem solid rgba(6, 145, 217, 0.1);
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li:nth-child(4) {
    border: none;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40rem;
    font-weight: 400;
    color: #0691D9;
    text-align: center;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li span {
    text-align: center;
    color: #0691D9;
    font-size: 15rem;
    font-weight: 400;
    display: block;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li p {
    margin-top: 14rem;
    font-size: 15rem;
    font-weight: 400;
    word-break: break-all;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li p strong {
    font-weight: 600;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li p strong span {
    color: #0691D9;
    display: inline;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right {
    width: 270rem;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right h3 {
    width: 100%;
    height: 50rem;
    border-radius: 25rem;
    display: flex;
    gap: 0.25em;
    align-items: center;
    justify-content: center;
    background-color: rgba(6, 145, 217, 0.1);
    font-family: "Bebas Neue", sans-serif;
    font-size: 30rem;
    color: #0691D9;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right h3 span {
    color: #0691D9;
    font-size: 20rem;
    font-family: "Noto Sans JP";
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list {
    display: flex;
    margin-top: 25rem;
    height: auto;
    align-items: flex-start;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li {
    width: 250rem;
    box-sizing: border-box;
    padding: 0 25rem;
    border-right: none;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li:nth-child(4) {
    border: none;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40rem;
    font-weight: 400;
    color: #0691D9;
    text-align: center;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li span {
    text-align: center;
    color: #0691D9;
    font-size: 15rem;
    font-weight: 400;
    display: block;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p {
    margin-top: 14rem;
    font-size: 15rem;
    font-weight: 400;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p strong {
    font-weight: 600;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p strong span {
    color: #0691D9;
    display: inline;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p span {
    color: #0691D9;
    display: inline;
  }
  .glance .glance__inner .assessment {
    margin-top: 130rem;
  }
  .glance .glance__inner .assessment h2 {
    font-size: 24rem;
    font-weight: 600;
    padding: 0 20rem;
  }
  .glance .glance__inner .assessment .assessment__list {
    display: flex;
    gap: 50rem;
    margin-top: 40rem;
    padding: 0 20rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left {
    width: 575rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left h3 {
    width: 100%;
    height: 50rem;
    background-color: rgba(6, 145, 217, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20rem;
    font-weight: 600;
    color: #0691D9;
    border-radius: 25rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item {
    display: flex;
    gap: 16rem;
    margin-top: 28rem;
    align-items: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item:nth-child(2) img {
    width: 87rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item:nth-child(3) img {
    width: 126rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item:nth-child(4) img {
    width: 76rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item .cover {
    width: 126rem;
    text-align: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item .text h4 {
    font-size: 18rem;
    font-weight: 600;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item .text p {
    font-size: 12rem;
    font-weight: 400;
    margin-top: 10rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right {
    width: 575rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right h3 {
    width: 100%;
    height: 50rem;
    background-color: rgba(6, 145, 217, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20rem;
    font-weight: 600;
    color: #0691D9;
    border-radius: 25rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item {
    display: flex;
    gap: 16rem;
    margin-top: 28rem;
    align-items: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item .cover {
    width: 181rem;
    text-align: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item:nth-child(4) img {
    width: 181rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item:nth-child(2) img {
    width: 86rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item:nth-child(3) img {
    width: 77rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item img {
    width: 126rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item .text h4 {
    font-size: 18rem;
    font-weight: 600;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item .text p {
    font-size: 12rem;
    font-weight: 400;
    margin-top: 10rem;
  }
  .glance .glance__inner .navi {
    margin-top: 154rem;
    display: flex;
    justify-content: space-between;
    padding: 0 20rem;
  }
  .glance .glance__inner .navi a {
    width: 32%;
    display: block;
  }
  .glance .glance__inner .navi a img {
    width: 100%;
  }
}
@media screen and (min-width: 1151px) {
  .glance {
    position: relative;
  }
  .glance::before {
    content: "";
    position: absolute;
    background-image: url("../images/glance/anime1.webp");
    width: 60%;
    height: 36vw;
    left: -170rem;
    top: -10rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .glance::after {
    content: "";
    position: absolute;
    background-image: url("../images/glance/anime2.webp");
    width: 31%;
    height: 40vw;
    right: 0rem;
    top: -10rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .glance .glance__container {
    background-image: url(../images/glance/road.png);
    background-size: 100% 4900rem;
    background-repeat: no-repeat;
    width: 100%;
    background-position: top center;
    margin-top: -7rem;
  }
  .glance .glance__inner {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .glance .glance__inner .inner__top {
    text-align: center;
    padding-top: 90rem;
    position: relative;
  }
  .glance .glance__inner .inner__top p {
    font-size: 20rem;
    font-weight: 600;
    line-height: 38rem;
  }
  .glance .glance__inner .graph {
    display: flex;
    gap: 50rem;
    align-items: flex-end;
    margin-top: 150rem;
    justify-content: center;
    margin-left: 60rem;
  }
  .glance .glance__inner .graph .graph__left {
    width: 385rem;
  }
  .glance .glance__inner .graph .graph__left .circle {
    position: relative;
  }
  .glance .glance__inner .graph .graph__left .circle canvas {
    width: 375rem !important;
    height: 375rem !important;
  }
  .glance .glance__inner .graph .graph__left .circle .graph__meta {
    position: absolute;
    left: -87rem;
    width: 401rem;
    top: 50%;
    transform: translateY(-50%) translateY(-97rem);
  }
  .glance .glance__inner .graph .graph__left .percentages p {
    position: absolute;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
  }
  .glance .glance__inner .graph .graph__left .percentages p span {
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-of-type(1) {
    font-size: 110rem;
    color: #fff;
    top: 140rem;
    right: 60rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-of-type(1) span {
    color: #fff;
    font-size: 63rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(2) {
    font-size: 45rem;
    top: -20rem;
    left: 0;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(2) span {
    font-size: 30rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(3) {
    font-size: 30rem;
    top: -120rem;
    left: 100rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(3) span {
    font-size: 22rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(4) {
    font-size: 30rem;
    top: -50rem;
    left: 205rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(4) span {
    font-size: 22rem;
  }
  .glance .glance__inner .graph .graph__left .parts {
    position: absolute;
    top: 0;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 134rem;
    height: 134rem;
    border-radius: 50%;
    bottom: -320rem;
    left: 40rem;
    position: absolute;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(1) .part__img {
    position: absolute;
    top: 25rem;
    left: 7rem;
    width: 116rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(2) .part__img {
    top: -18rem;
    left: -110rem;
    position: absolute;
    width: 96rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(2) .line {
    width: 125rem;
    position: absolute;
    top: 27rem;
    left: -14rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(3) .part__img {
    top: -130rem;
    left: -2rem;
    position: absolute;
    width: 96rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(3) .line {
    position: absolute;
    width: 75rem;
    top: -80rem;
    left: 93rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(4) .line {
    position: absolute;
    width: 68rem;
    left: 180rem;
    top: -10rem;
  }
  .glance .glance__inner .graph .graph__center .title {
    font-size: 24rem;
    font-weight: 600;
  }
  .glance .glance__inner .graph .graph__center .heading {
    font-size: 212rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: -30rem;
  }
  .glance .glance__inner .graph .graph__center .heading span {
    font-size: 30rem;
    font-weight: 600;
  }
  .glance .glance__inner .graph .graph__center .sub {
    text-align: center;
    transform: translateY(-45px);
  }
  .glance .glance__inner .graph .graph__center .cats {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin-top: -30rem;
  }
  .glance .glance__inner .graph .graph__center .cats li {
    display: flex;
    align-items: center;
    gap: 5rem;
  }
  .glance .glance__inner .graph .graph__center .cats li p {
    font-size: 15rem;
    font-weight: 600;
  }
  .glance .glance__inner .graph .graph__center .cats li span {
    display: block;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
  }
  .glance .glance__inner .graph .graph__center .cats li:nth-child(1) span {
    background-color: #0691D9;
  }
  .glance .glance__inner .graph .graph__center .cats li:nth-child(2) span {
    background-color: #FFAF10;
  }
  .glance .glance__inner .graph .graph__center .cats li:nth-child(3) span {
    background-color: #7DC03A;
  }
  .glance .glance__inner .graph .graph__center .cats li:nth-child(4) span {
    background-color: #F9738D;
  }
  .glance .glance__inner .graph .graph__center .btn {
    margin-top: 38rem;
  }
  .glance .glance__inner .graph .graph__center .btn a {
    width: 416rem;
    height: 95rem;
    display: block;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 1151px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .graph .graph__center .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1151px) {
  .glance .glance__inner .graph .graph__center .btn a img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .graph .graph__right {
    width: 199rem;
  }
  .glance .glance__inner .graph .graph__right img {
    width: inherit;
  }
  .glance .glance__inner .maps {
    position: relative;
    margin-top: 300rem;
  }
  .glance .glance__inner .maps .map__left .title {
    font-size: 24rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__left .heading {
    font-size: 212rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: -30rem;
  }
  .glance .glance__inner .maps .map__left .heading span {
    font-size: 30rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__left .btn a {
    width: 416rem;
    height: 95rem;
    display: block;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 1151px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .maps .map__left .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1151px) {
  .glance .glance__inner .maps .map__left .btn a img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .maps .map__left {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    margin-left: 20%;
  }
  .glance .glance__inner .maps .map__center {
    position: absolute;
    top: -150rem;
    right: 0;
    width: 62vw;
  }
  .glance .glance__inner .maps .map__center .world {
    width: 100%;
    margin: auto;
  }
  .glance .glance__inner .maps .map__center .world img {
    width: 100%;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(1) img {
    left: 90rem;
    top: 60rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(1) p {
    position: absolute;
    left: 115rem;
    top: 83rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 54rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(1) p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 12rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(2) img {
    left: 365rem;
    top: 10rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(2) p {
    position: absolute;
    left: 385rem;
    top: 33rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 54rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(2) p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 12rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(3) img {
    right: 160rem;
    top: 80rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(3) p {
    position: absolute;
    right: 175rem;
    top: 103rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 54rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(3) p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 12rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__center .center__details .base img {
    width: 93rem;
    position: absolute;
  }
  .glance .glance__inner .maps .map__center .pins {
    width: 598rem;
    left: 50%;
    transform: translateX(-50%);
    top: 120rem;
    position: absolute;
  }
  .glance .glance__inner .maps .map__right {
    position: absolute;
    z-index: 10;
    right: -130rem;
    top: -110rem;
  }
  .glance .glance__inner .maps .map__right .jp {
    width: 455rem;
  }
  .glance .glance__inner .maps .map__right .right__details img {
    position: absolute;
    width: 136rem;
    right: 250rem;
    top: 40rem;
  }
  .glance .glance__inner .maps .map__right .right__details p {
    position: absolute;
    left: 85rem;
    top: 73rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 78rem;
  }
  .glance .glance__inner .maps .map__right .right__details p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 18rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__right .right__details .pins {
    position: absolute;
    right: 142rem;
    top: 160rem;
    width: 227rem;
  }
  .glance .glance__inner .maps .map__bottom img {
    position: absolute;
  }
  .glance .glance__inner .maps .map__bottom img:nth-of-type(1) {
    width: 40%;
    left: -130rem;
    top: 230rem;
  }
  .glance .glance__inner .maps .map__bottom img:nth-of-type(2) {
    width: 136rem;
    right: 210rem;
    top: 1110rem;
  }
  .glance .glance__inner .maps .map__bottom .chart {
    position: absolute;
    width: 50%;
    right: 0rem;
    top: 380rem;
    display: flex;
    align-items: center;
    gap: 20rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .chart__inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25rem;
  }
  .glance .glance__inner .maps .map__bottom .chart canvas {
    pointer-events: none;
    width: 333rem !important;
    height: 333rem !important;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p {
    position: absolute;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #fff;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p span {
    color: #fff;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-of-type(1) {
    font-size: 73rem;
    top: 80rem;
    left: 170rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-of-type(1) span {
    font-size: 31rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(2) {
    font-size: 60rem;
    top: 210rem;
    left: 140rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(2) span {
    font-size: 26rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(3) {
    font-size: 54rem;
    top: 116rem;
    left: 20rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(3) span {
    font-size: 23rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(4) {
    font-size: 54rem;
    top: 35rem;
    left: 65rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(4) span {
    font-size: 23rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin-top: 20rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li {
    display: flex;
    align-items: center;
    gap: 5rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li p {
    font-size: 15rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li span {
    display: block;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(1) span {
    background-color: #0691D9;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(2) span {
    background-color: #FFAF10;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(3) span {
    background-color: #7DC03A;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(4) span {
    background-color: #F9738D;
  }
  .glance .glance__inner .employee {
    display: flex;
    align-items: center;
    gap: 8rem;
    justify-content: center;
    margin-top: 500rem;
    position: relative;
    padding-left: 30rem;
  }
  .glance .glance__inner .employee::before {
    content: "";
    position: absolute;
    background-image: url("../images/glance/anime6.webp");
    width: 40%;
    top: -45%;
    height: 50vw;
    right: -5%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .glance .glance__inner .employee .employee__left {
    width: 400rem;
  }
  .glance .glance__inner .employee .employee__left .humans {
    display: flex;
    flex-wrap: wrap;
    gap: 20rem;
    margin-top: 20rem;
  }
  .glance .glance__inner .employee .employee__left .humans img {
    width: 20rem;
  }
  .glance .glance__inner .employee .employee__left .info {
    width: 142rem;
    height: 142rem;
    border-radius: 50%;
    background-color: #eaeaea;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: -40rem;
  }
  .glance .glance__inner .employee .employee__left .info h3 {
    font-size: 18rem;
    font-weight: 600;
    color: #0691D9;
  }
  .glance .glance__inner .employee .employee__left .info span {
    font-size: 15rem;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__left .info p {
    font-size: 51rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__left .info p span {
    font-size: 15rem;
  }
  .glance .glance__inner .employee .employee__center {
    width: 416rem;
    height: 500rem;
  }
  .glance .glance__inner .employee .employee__center .btn {
    margin-top: 38rem;
  }
  .glance .glance__inner .employee .employee__center .btn a {
    width: 416rem;
    height: 95rem;
    display: block;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 1151px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .employee .employee__center .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1151px) {
  .glance .glance__inner .employee .employee__center .btn a img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .employee .employee__center .title {
    font-size: 24rem;
    text-align: center;
    font-weight: 600;
  }
  .glance .glance__inner .employee .employee__center .sub {
    font-size: 15rem;
    font-weight: 400;
    text-align: center;
    margin-top: -30rem;
  }
  .glance .glance__inner .employee .employee__center .heading {
    font-size: 212rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: 0rem;
    text-align: center;
  }
  .glance .glance__inner .employee .employee__center .heading span {
    font-size: 30rem;
    font-weight: 600;
  }
  .glance .glance__inner .employee .employee__right {
    width: 310rem;
  }
  .glance .glance__inner .employee .employee__right .humans {
    display: flex;
    flex-wrap: wrap;
    gap: 20rem;
  }
  .glance .glance__inner .employee .employee__right .humans img {
    width: 21rem;
  }
  .glance .glance__inner .employee .employee__right .info {
    width: 142rem;
    height: 142rem;
    border-radius: 50%;
    background-color: #eaeaea;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 30rem;
  }
  .glance .glance__inner .employee .employee__right .info h3 {
    font-size: 18rem;
    font-weight: 600;
    color: #FF8500;
  }
  .glance .glance__inner .employee .employee__right .info span {
    font-size: 15rem;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__right .info p {
    font-size: 51rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__right .info p span {
    font-size: 15rem;
  }
  .glance .glance__inner .start {
    display: flex;
    margin-top: 110rem;
    align-items: center;
    position: relative;
    padding-left: 30rem;
    gap: 0rem;
    justify-content: center;
  }
  .glance .glance__inner .start::before {
    content: "";
    position: absolute;
    background-image: url("../images/glance/anime7.webp");
    width: 100%;
    max-width: 1000rem;
    height: 1100rem;
    left: -171rem;
    bottom: -180%;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  .glance .glance__inner .start::after {
    content: "";
    position: absolute;
    background-image: url("../images/glance/anime8.webp");
    width: 97rem;
    height: 95rem;
    right: 0;
    bottom: -400rem;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateZ(0);
  }
  .glance .glance__inner .start .start__left {
    box-sizing: border-box;
    padding-right: 30rem;
    width: 680rem;
  }
  .glance .glance__inner .start .start__left h3 {
    font-size: 22rem;
    font-weight: 600;
    line-height: 40rem;
  }
  .glance .glance__inner .start .start__left p {
    padding-left: 19rem;
    position: relative;
    font-size: 16rem;
    font-weight: 600;
  }
  .glance .glance__inner .start .start__left p.first {
    margin-top: 30rem;
  }
  .glance .glance__inner .start .start__left p.second {
    margin-top: 10rem;
  }
  .glance .glance__inner .start .start__left p::before {
    content: "";
    position: absolute;
    width: 10rem;
    height: 2rem;
    background-color: #FF8500;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
  }
  .glance .glance__inner .start .start__left .imgs {
    display: flex;
    align-items: center;
    gap: 20rem;
    margin-top: 30rem;
  }
  .glance .glance__inner .start .start__left .imgs img {
    width: 330rem;
    height: 330rem;
  }
  .glance .glance__inner .start .start__right {
    width: 416rem;
  }
  .glance .glance__inner .start .start__right .title {
    font-size: 24rem;
    font-weight: 600;
  }
  .glance .glance__inner .start .start__right .heading {
    font-size: 212rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: -10rem;
  }
  .glance .glance__inner .start .start__right .heading span {
    font-size: 30rem;
    font-weight: 600;
  }
  .glance .glance__inner .start .start__right .btn {
    margin-top: -10rem;
  }
  .glance .glance__inner .start .start__right .btn a {
    width: 416rem;
    height: 95rem;
    display: block;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 1151px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .start .start__right .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1151px) {
  .glance .glance__inner .start .start__right .btn a img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .origin {
    margin-top: 480rem;
    padding: 0 20rem;
  }
  .glance .glance__inner .origin .origin__top {
    display: flex;
    gap: 90rem;
    justify-content: center;
    align-items: flex-end;
  }
  .glance .glance__inner .origin .origin__top .origin__left {
    width: 632rem;
  }
  .glance .glance__inner .origin .origin__top .origin__left .title {
    font-size: 24rem;
    font-weight: 600;
    margin-top: 0rem;
  }
  .glance .glance__inner .origin .origin__top .origin__left h3 {
    font-size: 32rem;
    color: #0691D9;
    font-weight: 600;
    margin-top: 19rem;
  }
  .glance .glance__inner .origin .origin__top .origin__left h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 180rem;
    font-weight: 400;
    color: #0691D9;
  }
  .glance .glance__inner .origin .origin__top .origin__left h4 {
    font-size: 22rem;
    font-weight: 600;
  }
  .glance .glance__inner .origin .origin__top .origin__left p {
    font-size: 17rem;
    line-height: 30rem;
    margin-top: 17rem;
  }
  .glance .glance__inner .origin .origin__top .origin__right {
    width: 421rem;
  }
  .glance .glance__inner .origin .origin__top .origin__right img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .origin .origin__bottom {
    display: flex;
    gap: 30rem;
    margin-top: 78rem;
    justify-content: center;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left {
    max-width: 900rem;
    width: 100%;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left h3 {
    width: 100%;
    height: 50rem;
    border-radius: 25rem;
    display: flex;
    gap: 0.25em;
    align-items: center;
    justify-content: center;
    background-color: rgba(6, 145, 217, 0.1);
    font-family: "Bebas Neue", sans-serif;
    font-size: 30rem;
    color: #0691D9;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left h3 span {
    color: #0691D9;
    font-size: 20rem;
    font-family: "Noto Sans JP";
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list {
    display: flex;
    margin-top: 25rem;
    height: auto;
    align-items: flex-start;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li {
    width: 250rem;
    box-sizing: border-box;
    padding: 0 25rem;
    border-right: 1rem solid rgba(6, 145, 217, 0.1);
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li:nth-child(4) {
    border: none;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40rem;
    font-weight: 400;
    color: #0691D9;
    text-align: center;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li span {
    text-align: center;
    color: #0691D9;
    font-size: 15rem;
    font-weight: 400;
    display: block;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li p {
    margin-top: 14rem;
    font-size: 15rem;
    font-weight: 400;
    word-break: break-all;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li p strong {
    font-weight: 600;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li p strong span {
    color: #0691D9;
    display: inline;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right {
    width: 270rem;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right h3 {
    width: 100%;
    height: 50rem;
    border-radius: 25rem;
    display: flex;
    gap: 0.25em;
    align-items: center;
    justify-content: center;
    background-color: rgba(6, 145, 217, 0.1);
    font-family: "Bebas Neue", sans-serif;
    font-size: 30rem;
    color: #0691D9;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right h3 span {
    color: #0691D9;
    font-size: 20rem;
    font-family: "Noto Sans JP";
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list {
    display: flex;
    margin-top: 25rem;
    height: auto;
    align-items: flex-start;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li {
    width: 250rem;
    box-sizing: border-box;
    padding: 0 25rem;
    border-right: none;
    height: 251rem;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li:nth-child(4) {
    border: none;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40rem;
    font-weight: 400;
    color: #0691D9;
    text-align: center;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li span {
    text-align: center;
    color: #0691D9;
    font-size: 15rem;
    font-weight: 400;
    display: block;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p {
    margin-top: 14rem;
    font-size: 15rem;
    font-weight: 400;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p strong {
    font-weight: 600;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p strong span {
    color: #0691D9;
    display: inline;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p span {
    color: #0691D9;
    display: inline;
  }
  .glance .glance__inner .assessment {
    margin-top: 130rem;
    padding: 0 20rem;
  }
  .glance .glance__inner .assessment h2 {
    font-size: 24rem;
    font-weight: 600;
    max-width: 1200rem;
    margin: auto;
  }
  .glance .glance__inner .assessment .assessment__list {
    display: flex;
    gap: 50rem;
    justify-content: center;
    margin-top: 40rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left {
    width: 50%;
    max-width: 575rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left h3 {
    width: 100%;
    height: 50rem;
    background-color: rgba(6, 145, 217, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20rem;
    font-weight: 600;
    color: #0691D9;
    border-radius: 25rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item {
    display: flex;
    gap: 16rem;
    margin-top: 28rem;
    align-items: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item:nth-child(2) img {
    width: 131rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item:nth-child(3) img {
    width: 126rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item:nth-child(4) img {
    width: 113rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item .cover {
    width: 126rem;
    text-align: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item .text h4 {
    font-size: 18rem;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item .text p {
    font-size: 12rem;
    font-weight: 400;
    margin-top: 10rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right {
    width: 50%;
    max-width: 575rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right h3 {
    width: 100%;
    height: 50rem;
    background-color: rgba(6, 145, 217, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20rem;
    font-weight: 600;
    color: #0691D9;
    border-radius: 25rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item {
    display: flex;
    gap: 16rem;
    margin-top: 48rem;
    align-items: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item .cover {
    width: 96rem;
    text-align: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item:nth-child(4) img {
    width: 96rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item:nth-child(2) img {
    width: 71rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item:nth-child(3) img {
    width: 77rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item img {
    width: 126rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item .text h4 {
    font-size: 18rem;
    font-weight: 600;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item .text p {
    font-size: 12rem;
    font-weight: 400;
    margin-top: 15rem;
  }
  .glance .navi {
    max-width: 1200rem;
    margin: auto;
    margin-top: 154rem;
    display: flex;
    justify-content: space-between;
    padding: 0 20rem;
  }
  .glance .navi a {
    width: 32%;
    display: block;
    transition: opacity 0.3s !important;
  }
}
@media screen and (min-width: 1151px) and (hover: hover) and (pointer: fine) {
  .glance .navi a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1151px) {
  .glance .navi a img {
    width: 100%;
  }
}
.footer__road {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__road {
    margin-top: 60rem;
  }
}
.footer__road img {
  width: inherit;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .fv {
    margin-top: 0rem;
  }
  .glance {
    position: relative;
  }
  .glance::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/glance/sp-road.png");
    background-size: cover;
    background-repeat: no-repeat;
    top: 0rem;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 610px) {
  .glance::before {
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .glance .glance__inner {
    max-width: 1200rem;
    margin: auto;
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .glance .glance__inner .sp__graph {
    position: absolute;
    top: -26%;
    left: 10%;
    width: 80%;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .glance .glance__inner .sp__graph {
    top: -24%;
    left: 9.5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 380px) {
  .glance .glance__inner .sp__graph {
    top: -20%;
    left: 10.5%;
    width: 77%;
  }
}
@media screen and (max-width: 768px) {
  .glance .glance__inner .inner__top {
    text-align: center;
    padding-top: 50rem;
    position: relative;
  }
  .glance .glance__inner .inner__top::before {
    content: "";
    position: absolute;
    background-image: url("../images/glance/sp-anime1.webp");
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 180rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .glance .glance__inner .inner__top::after {
    display: block;
  }
  .glance .glance__inner .inner__top p {
    font-size: 20rem;
    font-weight: 600;
    line-height: 38rem;
    padding-bottom: 580rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .glance .glance__inner .inner__top p {
    padding-bottom: 450rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .glance .glance__inner .inner__top p {
    padding-bottom: 300rem;
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .glance .glance__inner .graph {
    position: relative;
  }
  .glance .glance__inner .graph .graph__left {
    width: calc(100% - 40rem);
    margin-left: auto;
  }
  .glance .glance__inner .graph .graph__left .circle {
    margin-top: 100rem;
  }
  .glance .glance__inner .graph .graph__left .circle .circle__inner {
    position: relative;
  }
  .glance .glance__inner .graph .graph__left .circle canvas {
    width: 70% !important;
    height: 70% !important;
    margin-left: auto;
  }
  .glance .glance__inner .graph .graph__left .circle .graph__meta {
    position: absolute;
    left: 14.5%;
    width: 75%;
    top: -18vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) {
  .glance .glance__inner .graph .graph__left .circle .graph__meta {
    left: 14.2%;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .glance .glance__inner .graph .graph__left .circle .graph__meta {
    left: 12.8%;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .glance .glance__inner .graph .graph__left .circle .graph__meta {
    left: calc(12.5% + 0.1vw);
  }
}
@media screen and (max-width: 768px) {
  .glance .glance__inner .graph .graph__left .percentages p {
    position: absolute;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
  }
  .glance .glance__inner .graph .graph__left .percentages p span {
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-of-type(1) {
    font-size: 100rem;
    color: #fff;
    top: 120rem;
    right: 50rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-of-type(1) span {
    color: #fff;
    font-size: 43rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(2) {
    font-size: 29rem;
    top: -20rem;
    left: 15%;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(2) span {
    font-size: 19rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(3) {
    font-size: 19rem;
    top: -85rem;
    left: 30%;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(3) span {
    font-size: 13rem;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(4) {
    font-size: 19rem;
    top: -25rem;
    left: 45%;
  }
  .glance .glance__inner .graph .graph__left .percentages p:nth-child(4) span {
    font-size: 13rem;
  }
  .glance .glance__inner .graph .graph__left .cats {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin-top: 0rem;
    width: calc(100% - 40rem);
    justify-content: center;
  }
  .glance .glance__inner .graph .graph__left .cats li {
    display: flex;
    align-items: center;
    gap: 5rem;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: 50rem;
  }
  .glance .glance__inner .graph .graph__left .cats li p {
    font-size: 15rem;
    font-weight: 600;
  }
  .glance .glance__inner .graph .graph__left .cats li span {
    display: block;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
  }
  .glance .glance__inner .graph .graph__left .cats li:nth-child(1) span {
    background-color: #0691D9;
  }
  .glance .glance__inner .graph .graph__left .cats li:nth-child(2) span {
    background-color: #FFAF10;
  }
  .glance .glance__inner .graph .graph__left .cats li:nth-child(3) span {
    background-color: #7DC03A;
  }
  .glance .glance__inner .graph .graph__left .cats li:nth-child(4) span {
    background-color: #F9738D;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 30%;
    bottom: 170rem;
    left: 10%;
    position: absolute;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(1) .part__img {
    position: absolute;
    top: 25rem;
    left: 7rem;
    width: 85%;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(2) .part__img {
    top: -20rem;
    left: -20rem;
    position: absolute;
    width: 40%;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(2) .line {
    width: 58rem;
    position: absolute;
    top: 17rem;
    left: 46rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(3) .part__img {
    top: -94rem;
    left: 6%;
    position: absolute;
    width: 35.5%;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(3) .line {
    position: absolute;
    width: 54rem;
    top: -60rem;
    left: 153rem;
  }
  .glance .glance__inner .graph .graph__left .parts .part:nth-child(4) .line {
    position: absolute;
    width: 10%;
    left: 44.5%;
    top: 0rem;
  }
  .glance .glance__inner .graph .graph__center {
    margin-top: 33rem;
  }
  .glance .glance__inner .graph .graph__center .title {
    font-size: 18rem;
    font-weight: 600;
    text-align: center;
  }
  .glance .glance__inner .graph .graph__center .heading {
    font-size: 164rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: -10rem;
    text-align: center;
  }
  .glance .glance__inner .graph .graph__center .heading span {
    font-size: 23rem;
    font-weight: 600;
  }
  .glance .glance__inner .graph .graph__center .sub {
    text-align: center;
    transform: translateY(-45px);
  }
  .glance .glance__inner .graph .graph__center .btn {
    margin-top: 18rem;
    padding: 0 20rem;
    box-sizing: border-box;
  }
  .glance .glance__inner .graph .graph__center .btn a {
    width: 100%;
    height: 73rem;
    display: block;
    transition: opacity 0.3s;
    max-width: 321rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .graph .graph__center .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .glance .glance__inner .graph .graph__center .btn a img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .graph .graph__right {
    display: none;
  }
  .glance .glance__inner .maps {
    position: relative;
    margin-top: 156rem;
  }
  .glance .glance__inner .maps .map__left {
    margin-top: 290rem;
  }
  .glance .glance__inner .maps .map__left .title {
    font-size: 18rem;
    font-weight: 600;
    text-align: center;
  }
  .glance .glance__inner .maps .map__left .heading {
    font-size: 164rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: -10rem;
    text-align: center;
  }
  .glance .glance__inner .maps .map__left .heading span {
    font-size: 23rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__left .btn a {
    width: calc(100% - 40rem);
    height: 73rem;
    margin: auto;
    display: block;
    transition: opacity 0.3s;
    max-width: 321rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .maps .map__left .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .glance .glance__inner .maps .map__left .btn a img {
    width: 100%;
    vertical-align: bottom;
  }
  .glance .glance__inner .maps .map__left {
    position: relative;
    z-index: 10;
  }
  .glance .glance__inner .maps .map__center {
    position: absolute;
    left: 0;
    top: -220rem;
  }
  .glance .glance__inner .maps .map__center .world {
    width: 100%;
    margin: auto;
  }
  .glance .glance__inner .maps .map__center .world img {
    width: 100%;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(1) img {
    left: 20rem;
    top: -4rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(1) p {
    position: absolute;
    left: 36rem;
    top: 13rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 24rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(1) p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 5rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(2) img {
    left: 100rem;
    top: -19rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(2) p {
    position: absolute;
    left: 116rem;
    top: 0rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 24rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(2) p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 5rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(3) img {
    right: 160rem;
    top: 0rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(3) p {
    position: absolute;
    right: 172rem;
    top: 18rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 24rem;
  }
  .glance .glance__inner .maps .map__center .center__details .base:nth-of-type(3) p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 5rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__center .center__details .base img {
    width: 51rem;
    position: absolute;
  }
  .glance .glance__inner .maps .map__center .pins {
    width: 54%;
    left: 34rem;
    top: 40rem;
    position: absolute;
  }
  .glance .glance__inner .maps .map__right {
    position: absolute;
    z-index: 10;
    right: 0rem;
    top: -220rem;
    width: 38%;
  }
  .glance .glance__inner .maps .map__right .jp {
    width: 100%;
  }
  .glance .glance__inner .maps .map__right .right__details {
    position: relative;
  }
  .glance .glance__inner .maps .map__right .right__details .content {
    width: 68rem;
    height: 68rem;
    position: absolute;
    top: -200rem;
  }
  .glance .glance__inner .maps .map__right .right__details img {
    position: absolute;
    width: 68rem;
    right: 0rem;
    top: 0rem;
  }
  .glance .glance__inner .maps .map__right .right__details p {
    position: absolute;
    left: 30rem;
    top: 20rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 33rem;
    width: 68rem;
    transform: translateX(-50%);
    text-align: center;
  }
  .glance .glance__inner .maps .map__right .right__details p span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 7rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__right .right__details .pins {
    position: absolute;
    right: 36rem;
    top: 64rem;
    width: 94rem;
  }
  .glance .glance__inner .maps .map__bottom img {
    position: absolute;
    width: 60%;
    top: 850rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .glance .glance__inner .maps .map__bottom .chart {
    position: absolute;
    width: calc(100% - 15rem);
    right: 0;
    top: 370rem;
    display: flex;
    align-items: center;
    gap: 20rem;
    flex-direction: column;
  }
  .glance .glance__inner .maps .map__bottom .chart .chart__inner {
    position: relative;
  }
  .glance .glance__inner .maps .map__bottom .chart canvas {
    margin-top: 30rem;
    pointer-events: none;
    width: 333rem !important;
    height: 333rem !important;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p {
    transform: translateY(30rem);
  }
  .glance .glance__inner .maps .map__bottom .chart .chart__details {
    display: flex;
    flex-direction: column;
    gap: 310rem;
    position: absolute;
    top: -30rem;
    width: 100%;
    text-align: center;
  }
  .glance .glance__inner .maps .map__bottom .chart .chart__details h2 {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-55%);
  }
  .glance .glance__inner .maps .map__bottom .chart .chart__details .sub {
    margin-top: 40rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .chart__details .cats {
    position: absolute;
    top: 370rem;
    left: 50%;
    transform: translateX(-55%);
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p {
    position: absolute;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #fff;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p span {
    color: #fff;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-of-type(1) {
    font-size: 73rem;
    top: 80rem;
    left: 170rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-of-type(1) span {
    font-size: 31rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(2) {
    font-size: 60rem;
    top: 210rem;
    left: 140rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(2) span {
    font-size: 26rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(3) {
    font-size: 54rem;
    top: 118rem;
    left: 20rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(3) span {
    font-size: 23rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(4) {
    font-size: 54rem;
    top: 39rem;
    left: 58rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .percentages p:nth-child(4) span {
    font-size: 23rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin-top: 20rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li {
    display: flex;
    align-items: center;
    gap: 5rem;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li p {
    font-size: 15rem;
    font-weight: 600;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li span {
    display: block;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(1) span {
    background-color: #0691D9;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(2) span {
    background-color: #FFAF10;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(3) span {
    background-color: #7DC03A;
  }
  .glance .glance__inner .maps .map__bottom .chart .cats li:nth-child(4) span {
    background-color: #F9738D;
  }
  .glance .glance__inner .employee {
    display: flex;
    align-items: center;
    gap: 38rem;
    justify-content: center;
    margin-top: 1050rem;
    position: relative;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  .glance .glance__inner .employee {
    margin-top: 950rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .glance .glance__inner .employee {
    margin-top: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .glance .glance__inner .employee .employee__left {
    width: calc(100% - 40rem);
    margin: auto;
  }
  .glance .glance__inner .employee .employee__left .humans {
    display: flex;
    flex-wrap: wrap;
    gap: 20rem;
  }
  .glance .glance__inner .employee .employee__left .humans img {
    width: 21rem;
  }
  .glance .glance__inner .employee .employee__left .info {
    width: 142rem;
    height: 142rem;
    border-radius: 50%;
    background-color: #eaeaea;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20rem;
  }
  .glance .glance__inner .employee .employee__left .info h3 {
    font-size: 18rem;
    font-weight: 600;
    color: #0691D9;
  }
  .glance .glance__inner .employee .employee__left .info span {
    font-size: 15rem;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__left .info p {
    font-size: 51rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__left .info p span {
    font-size: 15rem;
  }
  .glance .glance__inner .employee .employee__center {
    width: calc(100% - 40rem);
    margin: auto;
    order: 3;
  }
  .glance .glance__inner .employee .employee__center .btn {
    margin-top: 38rem;
  }
  .glance .glance__inner .employee .employee__center .btn a {
    width: 100%;
    height: 76rem;
    display: block;
    transition: opacity 0.3s;
    max-width: 321rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .employee .employee__center .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .glance .glance__inner .employee .employee__center .btn a img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .employee .employee__center .title {
    font-size: 18rem;
    text-align: center;
    font-weight: 600;
  }
  .glance .glance__inner .employee .employee__center .sub {
    font-size: 15rem;
    font-weight: 400;
    text-align: center;
    margin-top: -30rem;
  }
  .glance .glance__inner .employee .employee__center .heading {
    align-items: baseline;
    display: flex;
    font-size: 176rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    justify-content: center;
    margin-top: 0rem;
    text-align: center;
  }
  .glance .glance__inner .employee .employee__center .heading span {
    font-size: 25rem;
    font-weight: 600;
  }
  .glance .glance__inner .employee .employee__right {
    width: calc(100% - 40rem);
    margin: auto;
    order: 2;
  }
  .glance .glance__inner .employee .employee__right .humans {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20rem;
  }
  .glance .glance__inner .employee .employee__right .humans img {
    width: 21rem;
  }
  .glance .glance__inner .employee .employee__right .info {
    width: 142rem;
    height: 142rem;
    border-radius: 50%;
    background-color: #eaeaea;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 30rem;
  }
  .glance .glance__inner .employee .employee__right .info h3 {
    font-size: 18rem;
    font-weight: 600;
    color: #FF8500;
  }
  .glance .glance__inner .employee .employee__right .info span {
    font-size: 15rem;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__right .info p {
    font-size: 51rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
  }
  .glance .glance__inner .employee .employee__right .info p span {
    font-size: 15rem;
  }
  .glance .glance__inner .employee .bottom {
    order: 4;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .glance .glance__inner .start {
    display: flex;
    flex-direction: column-reverse;
    gap: 30rem;
    margin-top: 100rem;
    align-items: center;
    position: relative;
  }
  .glance .glance__inner .start::before {
    content: "";
    position: absolute;
    background-image: url("../images/glance/sp-anime4.webp");
    width: 95%;
    height: 400rem;
    right: auto;
    bottom: -410rem;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
  .glance .glance__inner .start .start__left {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20rem;
  }
  .glance .glance__inner .start .start__left h3 {
    font-size: 18rem;
    font-weight: 600;
    line-height: 33rem;
  }
  .glance .glance__inner .start .start__left p {
    padding-left: 19rem;
    position: relative;
    font-size: 15rem;
    font-weight: 600;
    line-height: 36rem;
  }
  .glance .glance__inner .start .start__left p.first {
    margin-top: 30rem;
  }
  .glance .glance__inner .start .start__left p::before {
    content: "";
    position: absolute;
    width: 10rem;
    height: 2rem;
    background-color: #FF8500;
    left: 0;
    top: 18rem;
    transform: translateY(-50%);
  }
  .glance .glance__inner .start .start__left p.second {
    margin-top: 10rem;
  }
  .glance .glance__inner .start .start__left .imgs {
    display: flex;
    flex-direction: column;
    gap: 13rem;
    margin-top: 30rem;
    align-items: center;
  }
  .glance .glance__inner .start .start__left .imgs img {
    width: 100%;
    height: 300rem;
  }
  .glance .glance__inner .start .start__right {
    width: 100%;
  }
  .glance .glance__inner .start .start__right .title {
    font-size: 18rem;
    text-align: center;
    font-weight: 600;
  }
  .glance .glance__inner .start .start__right .heading {
    font-size: 184rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: 0rem;
    text-align: center;
  }
  .glance .glance__inner .start .start__right .heading span {
    font-size: 26rem;
    font-weight: 600;
  }
  .glance .glance__inner .start .start__right .btn {
    margin-top: -10rem;
  }
  .glance .glance__inner .start .start__right .btn a {
    width: calc(100% - 40rem);
    margin: auto;
    height: 78rem;
    display: block;
    transition: opacity 0.3s;
    max-width: 321rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .glance .glance__inner .start .start__right .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .glance .glance__inner .start .start__right .btn a img {
    width: 100%;
    vertical-align: bottom;
  }
  .glance .glance__inner .origin {
    margin-top: 350rem;
  }
  .glance .glance__inner .origin .origin__top {
    padding: 0 20rem;
  }
  .glance .glance__inner .origin .origin__top .origin__left {
    width: 100%;
  }
  .glance .glance__inner .origin .origin__top .origin__left .title {
    text-align: center;
    font-size: 18rem;
    font-weight: 600;
    margin-top: 0rem;
  }
  .glance .glance__inner .origin .origin__top .origin__left h3 {
    font-size: 28rem;
    color: #0691D9;
    font-weight: 600;
    margin-top: 30rem;
  }
  .glance .glance__inner .origin .origin__top .origin__left h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 137rem;
    font-weight: 400;
    color: #0691D9;
  }
  .glance .glance__inner .origin .origin__top .origin__left h4 {
    font-size: 18rem;
    font-weight: 600;
  }
  .glance .glance__inner .origin .origin__top .origin__left p {
    font-size: 17rem;
    line-height: 30rem;
    margin-top: 30rem;
  }
  .glance .glance__inner .origin .origin__top .origin__right {
    width: 100%;
    margin-top: 73rem;
    max-width: 321rem;
    margin: auto;
    width: 100%;
    margin-top: 73rem;
  }
  .glance .glance__inner .origin .origin__top .origin__right img {
    width: inherit;
    vertical-align: bottom;
  }
  .glance .glance__inner .origin .origin__bottom {
    display: flex;
    flex-direction: column;
    gap: 32rem;
    padding: 0 20rem;
    box-sizing: border-box;
    margin-top: 78rem;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left {
    width: 100%;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left h3 {
    width: 100%;
    height: 50rem;
    border-radius: 25rem;
    display: flex;
    gap: 0.25em;
    align-items: center;
    justify-content: center;
    background-color: rgba(6, 145, 217, 0.1);
    font-family: "Bebas Neue", sans-serif;
    font-size: 30rem;
    color: #0691D9;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left h3 span {
    color: #0691D9;
    font-size: 20rem;
    font-family: "Noto Sans JP";
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list {
    display: flex;
    flex-direction: column;
    margin-top: 25rem;
    gap: 40rem;
    height: auto;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 75rem;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li:nth-child(4) {
    border: none;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40rem;
    font-weight: 400;
    color: #0691D9;
    text-align: center;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li span {
    text-align: center;
    color: #0691D9;
    font-size: 15rem;
    font-weight: 400;
    display: block;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li p {
    margin-top: 14rem;
    font-size: 15rem;
    font-weight: 400;
    word-break: break-all;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li p strong {
    font-weight: 600;
  }
  .glance .glance__inner .origin .origin__bottom .origin__left .list li p strong span {
    color: #0691D9;
    display: inline;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right {
    width: 100%;
    margin-top: 40rem;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right h3 {
    width: 100%;
    height: 50rem;
    border-radius: 25rem;
    display: flex;
    gap: 0.25em;
    align-items: center;
    justify-content: center;
    background-color: rgba(6, 145, 217, 0.1);
    font-family: "Bebas Neue", sans-serif;
    font-size: 30rem;
    color: #0691D9;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right h3 span {
    color: #0691D9;
    font-size: 20rem;
    font-family: "Noto Sans JP";
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list {
    display: flex;
    margin-top: 25rem;
    height: auto;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 75rem;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li:nth-child(4) {
    border: none;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40rem;
    font-weight: 400;
    color: #0691D9;
    text-align: center;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li span {
    text-align: center;
    color: #0691D9;
    font-size: 15rem;
    font-weight: 400;
    display: block;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p {
    margin-top: 14rem;
    font-size: 15rem;
    font-weight: 400;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p strong {
    font-weight: 600;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p strong span {
    color: #0691D9;
    display: inline;
  }
  .glance .glance__inner .origin .origin__bottom .origin__right .list li p span {
    color: #0691D9;
    display: inline;
  }
  .glance .glance__inner .assessment {
    margin-top: 80rem;
    padding: 0 20rem;
    box-sizing: border-box;
  }
  .glance .glance__inner .assessment h2 {
    font-size: 18rem;
    text-align: center;
    font-weight: 600;
  }
  .glance .glance__inner .assessment .assessment__list {
    display: flex;
    flex-direction: column;
    gap: 50rem;
    margin-top: 40rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left {
    width: 100%;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left h3 {
    width: 100%;
    height: 50rem;
    background-color: rgba(6, 145, 217, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18rem;
    font-weight: 600;
    color: #0691D9;
    border-radius: 25rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item {
    display: flex;
    flex-direction: column;
    gap: 16rem;
    justify-content: center;
    margin-top: 28rem;
    align-items: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item:nth-child(2) img {
    width: 126rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item:nth-child(3) img {
    width: 126rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item:nth-child(4) img {
    width: 126rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item .cover {
    width: 126rem;
    text-align: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item .text h4 {
    text-align: center;
    font-size: 15rem;
    font-weight: 600;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__left .assessment__item .text p {
    text-align: center;
    font-size: 12rem;
    font-weight: 400;
    margin-top: 10rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right {
    width: 100%;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right h3 {
    width: 100%;
    height: 50rem;
    background-color: rgba(6, 145, 217, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18rem;
    font-weight: 600;
    color: #0691D9;
    border-radius: 25rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item {
    display: flex;
    flex-direction: column;
    gap: 16rem;
    margin-top: 48rem;
    align-items: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item .cover {
    width: 181rem;
    text-align: center;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item:nth-child(4) img {
    width: 181rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item:nth-child(2) img {
    width: 86rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item:nth-child(3) img {
    width: 77rem;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item img {
    width: 126rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item .text h4 {
    font-size: 18rem;
    text-align: center;
    font-weight: 600;
  }
  .glance .glance__inner .assessment .assessment__list .assessment__right .assessment__item .text p {
    text-align: center;
    font-size: 12rem;
    font-weight: 400;
    margin-top: 15rem;
  }
  .glance .glance__inner .navi {
    padding: 0 20rem;
    margin-top: 154rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30rem;
  }
  .glance .glance__inner .navi a {
    width: 100%;
    display: block;
  }
  .glance .glance__inner .navi a img {
    width: 100%;
    vertical-align: bottom;
  }
}
.animate-title {
  opacity: 0;
}
.animate-title.inview {
  opacity: 1;
  animation-name: kf-animate-chars;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  body.en .glance .glance__inner .graph .graph__center h2 {
    font-size: 140rem;
  }
}
@media screen and (min-width: 1151px) {
  body.en .glance .glance__inner .start::before {
    bottom: -196%;
  }
}
@media screen and (max-width: 768px) {
  body.en .glance .glance__inner .inner__top p {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  body.en .glance .glance__inner .graph .graph__center .heading {
    display: flex;
    flex-direction: column;
  }
  body.en .glance .glance__inner .graph .graph__center .heading span {
    position: relative;
    top: -46px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  body.en .glance .glance__inner .employee::before {
    bottom: 190rem;
    right: -440rem;
  }
}
@media screen and (max-width: 768px) {
  body.en .glance .glance__inner .inner__top::before {
    top: 340rem;
  }
}
@media screen and (max-width: 768px) {
  body.en .glance .glance__inner .graph .graph__center h2 {
    font-size: 125rem;
  }
}
@media screen and (max-width: 768px) {
  body.en .glance .glance__inner .maps .map__bottom .chart {
    top: 390rem;
  }
}
@media screen and (max-width: 768px) {
  body.en .glance .glance__inner .maps .map__bottom .chart .chart__details {
    top: -60rem;
  }
}
@media screen and (max-width: 768px) {
  body.en .glance .glance__inner .maps .map__bottom .chart .chart__details .cats {
    top: 400rem;
  }
}
@media screen and (max-width: 768px) {
  body.en .glance .glance__inner .maps .map__bottom .chart .chart__details .sub {
    margin-top: 75rem;
  }
}
/*# sourceMappingURL=glance.css.map */