@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*--------------------------------------------------------------
  reset.css
--------------------------------------------------------------*/
/***
    The new CSS reset - version 1.9 (last updated 19.6.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

table {
  border-collapse: collapse;
}

input {
  -webkit-user-select: auto;
}

textarea {
  -webkit-user-select: auto;
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::-moz-placeholder,
::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*--------------------------------------------------------------
base.css
--------------------------------------------------------------*/
html {
  font-size: 2.5641025641vw;
}

@media (751px <= width) {
  html {
    font-size: min(10px, 0.6944444444vw);
  }
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #242424;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

a {
  display: inline-block;
  height: auto;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-sp {
  display: block;
}

.is-pc {
  display: none;
}

@media (751px <= width) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
.link a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0b8871;
  padding-left: 1em;
  text-indent: -1em;
}
.link a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%230b8871%22%20d%3D%22M9.29%206.71a.996.996%200%200%200%200%201.41L13.17%2012l-3.88%203.88a.996.996%200%201%200%201.41%201.41l4.59-4.59a.996.996%200%200%200%200-1.41L10.7%206.7c-.38-.38-1.02-.38-1.41.01Z%22%2F%3E%3C%2Fsvg%3E");
  vertical-align: middle;
}
@media (hover: hover) {
  .link a:hover {
    color: #057763;
  }
  .link a:hover::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23057763%22%20d%3D%22M9.29%206.71a.996.996%200%200%200%200%201.41L13.17%2012l-3.88%203.88a.996.996%200%201%200%201.41%201.41l4.59-4.59a.996.996%200%200%200%200-1.41L10.7%206.7c-.38-.38-1.02-.38-1.41.01Z%22%2F%3E%3C%2Fsvg%3E");
  }
}

/*--------------------------------------------------------------
  header
--------------------------------------------------------------*/
.l-header {
  background-color: transparent;
  width: 100%;
  position: fixed;
  z-index: 3;
}
.l-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.2rem;
  padding-right: 0.6rem;
  padding-left: 1.2rem;
  position: relative;
  z-index: 0;
}
.l-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  position: relative;
  z-index: 2;
}
.l-header .logo .image {
  width: 12rem;
}
.l-header .logo .image span:nth-of-type(1) {
  display: block;
}
.l-header .logo .image span:nth-of-type(2) {
  display: none;
}
.l-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  font-size: 1rem;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.l-header .title span:first-of-type {
  font-weight: 700;
}
.l-header .nav-button {
  background-color: #404040;
  border-radius: 9999px;
  width: 4rem;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
}
.l-header .nav-button span {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 1em;
  width: 1.8rem;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-header .nav-button span:nth-of-type(1) {
  -webkit-transform: translateY(calc(-50% - 0.5rem)) translateX(-50%);
          transform: translateY(calc(-50% - 0.5rem)) translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.l-header .nav-button span:nth-of-type(2) {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.l-header .nav-button span:nth-of-type(3) {
  -webkit-transform: translateY(calc(-50% + 0.5rem)) translateX(-50%);
          transform: translateY(calc(-50% + 0.5rem)) translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.l-header.is-show .logo .image span:nth-of-type(1) {
  display: none;
}
.l-header.is-show .logo .image span:nth-of-type(2) {
  display: block;
}
.l-header.is-show .title {
  color: #ffffff;
}
.l-header.is-show .nav-button {
  background-color: #0b8871;
}
.l-header.is-show .nav-button span:nth-of-type(1) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.l-header.is-show .nav-button span:nth-of-type(2) {
  opacity: 0;
}
.l-header.is-show .nav-button span:nth-of-type(3) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.l-header.is-show .container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(49, 155, 136, 0.72)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(90deg, rgba(49, 155, 136, 0.72) 0%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 7.2rem;
  padding-inline: 1.6rem;
  padding-bottom: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.97;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.l-header .container .button a {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #404040;
  background-color: #ffffff;
  width: 100%;
  padding-block: 1.6rem;
}
.l-header .container .item a {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-block: 1.6rem;
  padding-inline: 0.8rem;
}
.l-header .container .item:first-of-type a {
  border-width: 1px;
}
.l-header .container .item:not(:first-of-type) a {
  border-width: 0 1px 1px 1px;
}

@media (751px <= width) {
  .l-header::before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(49, 155, 136, 0.72)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(90deg, rgba(49, 155, 136, 0.72) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
  .l-header .inner {
    width: 144rem;
    max-width: 97%;
    height: 10rem;
    margin-inline: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    z-index: 1;
  }
  .l-header .logo {
    gap: 2rem;
  }
}
@media (751px <= width) and (hover: hover) {
  .l-header .logo a:hover .image {
    opacity: 0.7;
  }
}
@media (751px <= width) {
  .l-header .logo .image {
    width: 20rem;
    height: 4.855rem;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    position: relative;
  }
  .l-header .logo .image span {
    position: absolute;
    inset: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .l-header .logo .image span:nth-of-type(1) {
    opacity: 1;
  }
  .l-header .logo .image span:nth-of-type(2) {
    display: block;
    opacity: 0;
  }
  .l-header.white::before {
    opacity: 1;
  }
  .l-header.white .logo .image span:nth-of-type(1) {
    opacity: 0;
  }
  .l-header.white .logo .image span:nth-of-type(2) {
    opacity: 1;
  }
  .l-header.white .title {
    color: #ffffff;
  }
  .l-header.white .menu .item a {
    color: #ffffff;
    text-shadow: none;
  }
  .l-header.white .menu .button a {
    background: #58ad9e;
  }
}
@media (751px <= width) and (hover: hover) {
  .l-header.white .menu .button a {
    background: #0b8871;
  }
}
@media (751px <= width) and (hover: hover) {
  .l-header.white .menu .item a:hover {
    color: #f5ffd2;
  }
}
@media (751px <= width) {
  .l-header .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .l-header .title span:nth-of-type(1) {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .l-header .nav-button,
  .l-header .container {
    display: none;
  }
  .l-header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  .l-header .menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  .l-header .menu .item a {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #404040;
    text-shadow: 0 0.1rem 0 #ffffff;
    -webkit-transition: color 0.3s ease-out, text-shadow 0.3s ease-out;
    transition: color 0.3s ease-out, text-shadow 0.3s ease-out;
  }
}
@media (751px <= width) and (hover: hover) {
  .l-header .menu .item a:hover {
    color: #736733;
  }
}
@media (751px <= width) {
  .l-header .menu .button {
    width: 15rem;
  }
  .l-header .menu .button a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    background-color: #404040;
    border-radius: 9999px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1019607843);
    width: 100%;
    height: 100%;
    padding: 1rem 1em;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
}
@media (751px <= width) and (hover: hover) {
  .l-header .menu .button a:hover {
    background-color: #003830;
  }
}
/*--------------------------------------------------------------
  footer
--------------------------------------------------------------*/
.l-footer {
  background-color: #404040;
}
.l-footer .inner {
  width: 35rem;
  margin-inline: auto;
  padding-block: 3.2rem;
}
.l-footer .menu {
  padding-block: 3.2rem;
  position: relative;
}
.l-footer .menu::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-footer .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
}
.l-footer .item a {
  text-align: center;
  color: #ffffff;
}
.l-footer .copy {
  padding-block: 6rem;
}
.l-footer .copy p {
  text-align: center;
  color: #ffffff;
}

@media (751px <= width) {
  .l-footer .inner {
    width: 120rem;
    padding-block: 6rem;
  }
  .l-footer .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (751px <= width) and (hover: hover) {
  .l-footer .item a:hover {
    color: #45a9dd;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}
/*--------------------------------------------------------------
  main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  animation
--------------------------------------------------------------*/
@-webkit-keyframes logo-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes logo-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*--------------------------------------------------------------
  button
--------------------------------------------------------------*/
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #404040;
  border: solid 2px #ffffff;
  border-radius: 9999px;
  width: 100%;
  height: 6rem;
  position: relative;
}
.c-button .text {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  width: 100%;
}
.c-button .icon {
  background-image: url("/assets-gx-assessment/img/icons/arrow_down_wh.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (751px <= width) {
  .c-button {
    width: 43rem;
    height: 8rem;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
}
@media (751px <= width) and (hover: hover) {
  .c-button:hover {
    background-color: #003830;
  }
}
@media (751px <= width) {
  .c-button .text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .c-button .icon {
    right: 2.8rem;
  }
}
/*--------------------------------------------------------------
  title
--------------------------------------------------------------*/
.c-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #242424;
  padding-block: 2.8rem;
}
.c-title span {
  display: inline-block;
  padding-bottom: 2.4rem;
  position: relative;
}
.c-title span::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(135, 222, 175, 0)), color-stop(50%, #0b8871), to(rgba(135, 222, 175, 0)));
  background: linear-gradient(90deg, rgba(135, 222, 175, 0) 0%, #0b8871 50%, rgba(135, 222, 175, 0) 100%);
  width: 20rem;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (751px <= width) {
  .c-title {
    font-size: 4rem;
    font-weight: 900;
    color: #333333;
    padding-block: 4rem;
  }
}
/*--------------------------------------------------------------
  fv
--------------------------------------------------------------*/
.fv {
  position: relative;
  z-index: 2;
}
.fv .top {
  background-image: url("/assets-gx-assessment/img/bg/bg_KV_sp.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}
.fv .top .top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.2rem;
  width: 35rem;
  margin-inline: auto;
  padding-top: 8.4rem;
  padding-bottom: 20rem;
  position: relative;
  z-index: 1;
}
.fv .top .title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
}
.fv .top .title .sub {
  font-size: 0.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5714285714em;
}
.fv .top .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv .top .button .c-button {
  width: 33rem;
}
.fv .top .pc-image {
  width: 31.8rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(4rem);
          transform: translateX(-50%) translateY(4rem);
}
.fv .bottom {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3019607843);
  position: relative;
  z-index: 1;
}
.fv .bottom .bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2rem;
  padding-top: 3.6rem;
  padding-bottom: 0.8rem;
}
.fv .bottom .image {
  width: 25rem;
}
.fv .bottom .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4rem;
  width: 100%;
}
.fv .bottom .logo-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.fv .bottom .logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: logo-loop 90s infinite linear 0.5s both;
          animation: logo-loop 90s infinite linear 0.5s both;
}

@media (751px <= width) {
  .fv .top {
    background-image: url("/assets-gx-assessment/img/bg/bg_KV_pc.jpg");
    background-size: auto 100%;
    background-position: center;
  }
  .fv .top::before {
    background-image: url("/assets-gx-assessment/img/bg_KV_deco_pc.png");
    background-size: 144rem auto;
    background-position: center;
  }
  .fv .top .top-inner {
    row-gap: 5.2rem;
    width: 120rem;
    padding-top: 16rem;
    padding-bottom: 10rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fv .top .top-inner .button a {
    width: 43rem;
    padding-right: 0;
  }
  .fv .top .top-inner .button a .text {
    font-size: 2.4rem;
  }
  .fv .top .title {
    text-align: left;
    width: 64rem;
    font-size: 4.5rem;
    line-height: 1.4;
  }
  .fv .top .title .sub {
    font-size: 0.4444444444em;
    margin-bottom: 1em;
  }
  .fv .top .pc-image {
    width: 59.2rem;
    right: 0;
    left: auto;
    bottom: 0;
    -webkit-transform: translateX(5.4rem) translateY(6.15rem);
            transform: translateX(5.4rem) translateY(6.15rem);
  }
  .fv .bottom .bottom-inner {
    display: block;
    width: 100%;
    margin-inline: auto 0;
    padding-top: 4.8rem;
    padding-bottom: 2.8rem;
    position: relative;
  }
  .fv .bottom .bottom-inner::after {
    content: "";
    display: block;
    background-image: url("/assets-gx-assessment/img/bg_carousel_cover.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: clamp(-250px, -359.1569767442px + 14.5348837209vw, -150px) 0;
    aspect-ratio: 1100/330;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .fv .bottom .image {
    width: 20rem;
    position: absolute;
    top: 50%;
    left: 12rem;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fv .bottom .logo-container {
    z-index: 0;
  }
}
@media (1440px <= width) {
  .fv .bottom::before {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(-125%);
            transform: translateX(-125%);
  }
  .fv .bottom .bottom-inner::after {
    background-position: max(-56px, -3.7333333333vw) 0;
    left: 50%;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  .fv .bottom .image {
    left: 50%;
    -webkit-transform: translateX(-300%) translateY(-50%);
            transform: translateX(-300%) translateY(-50%);
  }
}
/*--------------------------------------------------------------
  client-sec
--------------------------------------------------------------*/
.loopSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loopSlide img {
  width: auto;
  height: 50%;
}
.loopSlide img:first-child {
  -webkit-animation: slide1 90s -45s linear infinite;
          animation: slide1 90s -45s linear infinite;
}
.loopSlide img:last-child {
  -webkit-animation: slide2 90s linear infinite;
          animation: slide2 90s linear infinite;
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.client-sec {
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.3019607843);
  position: relative;
  z-index: 1;
}
.client-sec img {
  max-width: none;
}
.client-sec .txt {
  color: #777;
  font-weight: bold;
  font-size: 1.4rem;
}
.client-sec .head {
  position: relative;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  padding-top: 20px;
  margin-top: 16px;
}
.client-sec .head:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 2px;
  width: 50px;
  background-color: #fa810a;
}
.client-sec .head .name {
  font-size: 1.8rem;
  display: block;
}

@media screen and (max-width: 834px) {
  .client-sec .box-txt {
    padding: 9.6vw 5.3333333333vw 2.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .client-sec .box-txt .image {
    width: 25rem;
    display: block;
  }
  .client-sec .head {
    font-size: 5.8666666667vw;
    padding-top: 3.2vw;
    margin-top: 4vw;
  }
  .client-sec .head .name {
    display: none;
  }
  .client-sec .box-img {
    padding-bottom: 2.6666666667vw;
  }
  .client-sec .loopSlide {
    width: 100vw;
    height: 120px;
  }
}
@media screen and (min-width: 835px) {
  .client-sec .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .client-sec .box-txt {
    width: 56rem;
    height: 18rem;
    background: url("/assets-gx-assessment/img/bg/bg_carousel_cover.png") right 50%/cover no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -56rem;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 13rem;
  }
  .client-sec .box-txt .image {
    width: 20rem;
    display: block;
  }
  .client-sec .box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .client-sec .loopSlide {
    width: 100vw;
    height: 18rem;
    padding-top: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*--------------------------------------------------------------
  worry
--------------------------------------------------------------*/
.worry {
  background: url("/assets-gx-assessment/img/bg/bg_stripe_white.png"), -webkit-gradient(linear, left top, left bottom, from(#ebfaca), color-stop(30%, rgba(249, 254, 240, 0)));
  background: url("/assets-gx-assessment/img/bg/bg_stripe_white.png"), linear-gradient(180deg, #ebfaca 0%, rgba(249, 254, 240, 0) 30%);
}
.worry .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4rem;
  background-image: url("/assets-gx-assessment/img/bg_stripe_white.png");
  background-size: 0.8rem auto;
  background-repeat: repeat;
  background-position: 0 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.worry .title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.1rem;
  text-align: center;
  padding-block: 2rem;
}
.worry .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  width: 24rem;
  position: relative;
}
.worry .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24rem;
  height: 24rem;
  border-radius: 100%;
  background: rgba(49, 155, 136, 0.2);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5909090909;
  text-align: center;
  position: relative;
}
.worry .item:first-child::after {
  content: "";
  display: block;
  width: 9rem;
  height: 11.6rem;
  background: url("/assets-gx-assessment/img/image/Image_worries_01.png") 50%/contain no-repeat;
  position: absolute;
  top: -3.5rem;
  right: -3.5rem;
}
.worry .item:last-child::after {
  content: "";
  display: block;
  width: 9rem;
  height: 11.1rem;
  background: url("/assets-gx-assessment/img/image/Image_worries_02.png") 50%/contain no-repeat;
  position: absolute;
  left: -4.8rem;
  bottom: -1.6rem;
}
.worry .line {
  position: relative;
}
.worry .line::after {
  content: "";
  display: block;
  background-color: #f2ffb4;
  mix-blend-mode: multiply;
  width: 100%;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  bottom: 0.1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.worry .mark {
  border-style: solid;
  border-color: #a6a6a6;
  border-width: 0.2rem 0 0 0.2rem;
  width: 8rem;
  height: 3rem;
  position: absolute;
}
.worry .mark01 {
  top: 0;
  left: 0;
}
.worry .mark02 {
  top: 0;
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.worry .mark03 {
  right: 0;
  bottom: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.worry .mark04 {
  left: 0;
  bottom: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.worry .head {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 2rem;
}
.worry .arrow {
  background-color: #f0f8f7;
  width: 100%;
  height: 3.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.worry .white {
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 11.5%, 50% 100%, 0 11.5%);
  clip-path: polygon(0 0, 100% 0, 100% 11.5%, 50% 100%, 0 11.5%);
  width: 100%;
  height: 2.6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
.worry .shadow {
  background-color: #cae5e1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 11.5%, 50% 100%, 0 11.5%);
  clip-path: polygon(0 0, 100% 0, 100% 11.5%, 50% 100%, 0 11.5%);
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.42;
}

@media (751px <= width) {
  .worry .inner {
    padding-bottom: 13rem;
  }
  .worry .title {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .worry .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.2rem;
    position: relative;
    width: 100%;
  }
  .worry .container .item:first-child::after {
    width: 13.75rem;
    height: 17.75rem;
    top: auto;
    right: auto;
    bottom: -7.45rem;
    left: -7.3rem;
  }
  .worry .container .item:last-child::after {
    width: 16.2rem;
    height: 20.1rem;
    left: auto;
    bottom: auto;
    top: -11.3rem;
    right: -10.55rem;
  }
  .worry .text {
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .worry .head {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .worry .arrow {
    height: 13rem;
  }
  .worry .white {
    height: 9.55rem;
  }
}
/*--------------------------------------------------------------
  feature
--------------------------------------------------------------*/
.feature {
  background-color: #f0f8f7;
}
.feature .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35rem;
  margin-inline: auto;
  padding-block: 3.2rem;
}
.feature .inner .c-title-s {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.feature .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.feature .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0px 0.5rem 1rem 0px rgb(202, 229, 225);
          box-shadow: 0px 0.5rem 1rem 0px rgb(202, 229, 225);
  padding: 3.2rem;
}
.feature .head {
  font-weight: 700;
  margin-top: 2rem;
}
.feature .text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1.2rem;
}
.feature #feature_01 .inner {
  row-gap: 3.2rem;
}
.feature #feature_01 .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6.8rem;
}
.feature #feature_01 .container-flex .img {
  width: 33rem;
  margin: 0 auto;
}
.feature #feature_01 .container-flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.2rem;
}
.feature #feature_01 .container-flex ul .item {
  position: relative;
  border: #cdb66b solid 2px;
  background: #fff;
  padding: 2rem;
  border-radius: 1.2rem;
}
.feature #feature_01 .container-flex ul .item .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  position: absolute;
  top: -1.6rem;
  left: -1.6rem;
  background: #cdb66b;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.feature #feature_01 .container-flex ul .item .label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  padding: 0 0 1.2rem 2.4rem;
  border-bottom: #cdb66b solid 2px;
}
.feature #feature_01 .container-flex ul .item .text {
  margin-top: 0.4rem;
  text-align: justify;
}
.feature #feature_01 .container-flex ul .item .link {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.feature #feature_01 .container-flex ul .item.item02 {
  border-color: #4ba395;
}
.feature #feature_01 .container-flex ul .item.item02 .badge {
  background-color: #4ba395;
}
.feature #feature_01 .container-flex ul .item.item02 .label {
  border-bottom-color: #4ba395;
}
.feature #feature_01 .container-flex ul .item.item03 {
  border-color: #7080be;
}
.feature #feature_01 .container-flex ul .item.item03 .badge {
  background-color: #7080be;
  font-size: 1.6rem;
  line-height: 1.2;
}
.feature #feature_01 .container-flex ul .item.item03 .label {
  border-bottom-color: #7080be;
}
.feature #feature_02 .inner {
  row-gap: 4rem;
}
.feature #feature_02 .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.feature #feature_02 .container-flex .img {
  width: 32rem;
  margin: 0 auto;
}
.feature #feature_02 .container-flex .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
}
.feature #feature_02 .container-flex .desc .lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: justified;
}
.feature #feature_02 .container-flex .desc .about {
  border: #fff solid 4px;
  border-radius: 1.2rem;
  padding: 2rem;
}
.feature #feature_02 .container-flex .desc .about h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #057763;
}
.feature #feature_02 .container-flex .desc .about .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2rem;
}
.feature #feature_03 .inner {
  row-gap: 4rem;
}
.feature #feature_03 .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}

@media (751px <= width) {
  .feature .inner {
    width: 120rem;
    padding-block: 2.8rem 6rem;
  }
  .feature .inner .c-title-s {
    font-size: 2.6rem;
  }
  .feature .container {
    display: grid;
    grid-template-columns: repeat(2, 56.6rem);
    gap: 6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feature .card {
    display: grid;
    grid-template-columns: 20rem 28.2rem;
    grid-template-rows: auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -moz-column-gap: 2rem;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 1.2rem;
    padding: 3.2rem;
  }
  .feature .image {
    grid-column: 1;
    grid-row: 1/-1;
  }
  .feature .head {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.8rem;
    line-height: 1.75;
    margin-top: 0;
  }
  .feature .text {
    grid-column: 2;
    grid-row: 2;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 0;
  }
  .feature #feature_01 .inner {
    row-gap: 6rem;
  }
  .feature #feature_01 .container-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.8rem;
  }
  .feature #feature_01 .container-flex .img {
    width: 40rem;
    margin: 0;
  }
  .feature #feature_01 .container-flex ul {
    width: 56rem;
  }
  .feature #feature_01 .container-flex ul .item {
    padding: 2rem 2rem 2rem 6rem;
  }
  .feature #feature_01 .container-flex ul .item .badge {
    font-size: 2.6rem;
    width: 7.7rem;
    height: 7.7rem;
    top: -1rem;
    left: -3.9rem;
  }
  .feature #feature_01 .container-flex ul .item .label {
    font-size: 2rem;
    padding: 0 0 1.2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
  }
  .feature #feature_01 .container-flex ul .item .label::before {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: 50%/contain no-repeat;
  }
  .feature #feature_01 .container-flex ul .item .text {
    margin-top: 1.2rem;
  }
  .feature #feature_01 .container-flex ul .item.item01 .label::before {
    width: 3.2rem;
    height: 3.2rem;
    background-image: url("/assets-gx-assessment/img/symbols/Analytics.svg");
  }
  .feature #feature_01 .container-flex ul .item.item02 .label::before {
    background-image: url("/assets-gx-assessment/img/symbols/Study.svg");
  }
  .feature #feature_01 .container-flex ul .item.item03 .label::before {
    background-image: url("/assets-gx-assessment/img/symbols/Doing.svg");
  }
  .feature #feature_02 .container-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.2rem;
  }
  .feature #feature_02 .container-flex .img {
    width: 43rem;
    margin: 0;
  }
  .feature #feature_02 .container-flex .desc {
    width: 72rem;
  }
  .feature #feature_02 .container-flex .desc .lead {
    font-size: 2.6rem;
  }
  .feature #feature_02 .container-flex .desc .about .text {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------------------------
 free
--------------------------------------------------------------*/
.gx-assessment-free {
  padding: 10rem 2rem 10.6rem;
  background-image: url("/assets-gx-assessment/img/bg/bg_free_assessment_pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .gx-assessment-free {
    padding: 3.2rem 2rem;
    background-image: url("/assets-gx-assessment/img/bg/bg_free_assessment_sp.jpg"); /* SP用背景画像 */
  }
}
.gx-assessment-free__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 4rem;
  text-align: center;
  border-radius: 1.2rem;
  background: #fff;
}
.gx-assessment-free__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #242424;
}
.gx-assessment-free__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .gx-assessment-free__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.gx-assessment-free__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 52.2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
}
.gx-assessment-free__text p + p {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .gx-assessment-free__text {
    text-align: left;
  }
}
.gx-assessment-free__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.gx-assessment-free__logo img {
  width: 100%;
  max-width: 45rem;
  height: auto;
  display: block;
}
.gx-assessment-free__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.gx-assessment-free__btn-area .c-button {
  width: 41.5rem;
  height: 8rem;
}
.gx-assessment-free__btn-area .c-button .text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .gx-assessment-free__btn-area {
    margin-top: -8rem;
  }
  .gx-assessment-free__btn-area .c-button {
    width: 31rem;
    height: 5rem;
  }
  .gx-assessment-free__btn-area .c-button .text {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
}

/*--------------------------------------------------------------
  assessment
--------------------------------------------------------------*/
.assessment {
  background: url("/assets-gx-assessment/img/bg/bg_Assesment_sp.png") 50% top/cover no-repeat;
  position: relative;
}
.assessment::before, .assessment::after {
  content: "";
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
}
.assessment::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a8683), color-stop(30%, #7ec0b6));
  background-image: linear-gradient(180deg, #2a8683 0%, #7ec0b6 30%);
  height: 50%;
  top: 0;
}
.assessment::after {
  background-image: url("/assets-gx-assessment/img/bg/bg_Assesment.png");
  height: 50%;
  top: 50%;
  background-position: 50%;
  background-repeat: repeat;
  background-size: 3rem 3rem;
}
.assessment .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
}
.assessment .bg span {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  position: absolute;
}
.assessment .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.2rem;
  width: 35rem;
  margin-inline: auto;
  padding-block: 3.2rem;
  position: relative;
  z-index: 2;
}
.assessment .c-title {
  white-space: nowrap;
  color: #ffffff;
}
.assessment .c-title span::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(49.5%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 49.5%, rgba(255, 255, 255, 0) 100%);
}
.assessment .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.6rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 1.2rem;
  padding: 2rem;
}
.assessment .contents01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.2rem;
}
.assessment .contents02,
.assessment .contents03 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(3, auto);
  gap: 2rem;
}
.assessment .contents02 .head,
.assessment .contents03 .head {
  font-size: 2rem;
  font-weight: 700;
}
.assessment .contents02 .text,
.assessment .contents03 .text {
  font-size: 1.2rem;
  line-height: 1.4;
}
.assessment .contents02 .image,
.assessment .contents03 .image {
  width: 24rem;
  margin: 0 auto;
}
.assessment .contents03 .image {
  width: 100%;
}
.assessment .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.assessment .box01 .head {
  font-size: 2rem;
  font-weight: 700;
}
.assessment .box01 .text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.assessment .box01 .text a {
  color: #0b8871;
  display: inline;
}
.assessment .box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 1.2rem;
  padding: 1rem;
}
.assessment .box02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.assessment .box02 .list .item {
  border-radius: 1.2rem;
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
  text-align: center;
}
.assessment .box02 .list .item.item01 {
  background: #d1eddf;
  color: #45a975;
}
.assessment .box02 .list .item.item02 {
  background: #afdbd8;
  color: #2f8980;
}
.assessment .box02 .list .item.item03 {
  background: #bbe1ea;
  color: #0b879b;
}
.assessment .box02 .list .item.item04 {
  background: #ffe9e9;
  color: #ea3d8c;
}
.assessment .box02 .list .item.item05 {
  border: 4px solid #b4e9e2;
  background: #fafffe;
  color: #45a975;
}
.assessment .box02 .list .item .stage {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #a6a6a6;
}
.assessment .box02 .list .item .title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: inherit;
}
.assessment .box02 .list .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
}
.assessment .box02 .list .item dl dd {
  background: #fff;
  font-size: 1.4;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
  padding: 0.2857142857em;
}
.assessment .box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.assessment .box03 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.assessment .box03 .head::after {
  content: "";
  display: block;
  background-color: #a6a6a6;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.assessment .box03 .head h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #ffffff;
  padding-inline: 2rem;
  position: relative;
  z-index: 1;
}
.assessment .card-container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.assessment .card-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  padding: 2rem;
}
.assessment .card-container .item.item01 {
  -webkit-box-shadow: 4px 4px 0px 0px #d1eddf;
          box-shadow: 4px 4px 0px 0px #d1eddf;
}
.assessment .card-container .item.item01 .title {
  color: #45a975;
}
.assessment .card-container .item.item01 .child-item::before {
  background-color: #45a975;
}
.assessment .card-container .item.item02 {
  -webkit-box-shadow: 4px 4px 0px 0px #afdbd8;
          box-shadow: 4px 4px 0px 0px #afdbd8;
}
.assessment .card-container .item.item02 .title {
  color: #45a975;
}
.assessment .card-container .item.item02 .child-item::before {
  background-color: #45a975;
}
.assessment .card-container .item.item03 {
  -webkit-box-shadow: 4px 4px 0px 0px #bbe1ea;
          box-shadow: 4px 4px 0px 0px #bbe1ea;
}
.assessment .card-container .item.item03 .title {
  color: #0b879b;
}
.assessment .card-container .item.item03 .child-item::before {
  background-color: #0b879b;
}
.assessment .card-container .item.item04 {
  -webkit-box-shadow: 4px 4px 0px 0px #ffe9e9;
          box-shadow: 4px 4px 0px 0px #ffe9e9;
}
.assessment .card-container .item.item04 .title {
  color: #ea3d8c;
}
.assessment .card-container .item.item04 .child-item::before {
  background-color: #ea3d8c;
}
.assessment .card-container .item.item05 {
  -webkit-box-shadow: 4px 4px 0px 0px #d1eddf;
          box-shadow: 4px 4px 0px 0px #d1eddf;
}
.assessment .card-container .item.item05 .title {
  color: #45a975;
}
.assessment .card-container .item.item05 .child-item::before {
  background-color: #45a975;
}
.assessment .card-container .title {
  font-weight: 700;
}
.assessment .card-container .child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.assessment .card-container .child-item {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-left: 1.2rem;
  position: relative;
}
.assessment .card-container .child-item::before {
  content: "";
  display: block;
  width: 0.4rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.8rem;
  left: 0;
}

@media (751px <= width) {
  .assessment {
    background: none;
  }
  .assessment::before, .assessment::after {
    display: block;
  }
  .assessment .bg {
    display: block;
  }
  .assessment .bg span:nth-of-type(1) {
    background-image: url("/assets-gx-assessment/img/bg/bg_Assesment_top.svg");
    width: 45rem;
    aspect-ratio: 381.9/379.6;
    top: 0;
    right: 0;
    background-position: right top;
    opacity: 0.8;
  }
  .assessment .bg span:nth-of-type(2) {
    background-image: url("/assets-gx-assessment/img/bg/bg_Assesment_center_left1.svg");
    width: 39.425rem;
    aspect-ratio: 157.7/211.2;
    bottom: 50%;
    left: 0;
    background-position: left bottom;
    opacity: 0.8;
  }
  .assessment .bg span:nth-of-type(3) {
    background-image: url("/assets-gx-assessment/img/bg/bg_Assesment_center_left2.svg");
    width: 18rem;
    aspect-ratio: 72/101;
    top: 50%;
    left: 0;
    background-position: left top;
    opacity: 0.8;
  }
  .assessment .bg span:nth-of-type(4) {
    background-image: url("/assets-gx-assessment/img/bg/bg_Assesment_bottom_right.svg");
    background-position: right bottom;
    width: 48rem;
    aspect-ratio: 252/288;
    bottom: 0;
    right: 0;
    opacity: 0.8;
  }
  .assessment .inner {
    row-gap: 4rem;
    width: 120rem;
    padding-block: 6rem;
  }
  .assessment .container {
    row-gap: 6rem;
    padding: 6rem;
  }
  .assessment .contents02 .head,
  .assessment .contents03 .head {
    font-size: 2.6rem;
  }
  .assessment .contents02 .text,
  .assessment .contents03 .text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .assessment .contents02 .image,
  .assessment .contents03 .image {
    width: 100%;
  }
  .assessment .contents02 {
    grid-template-columns: 70.8rem 34rem;
  }
  .assessment .contents02 .head {
    grid-column: 1;
    grid-row: 1;
  }
  .assessment .contents02 .text {
    grid-column: 1;
    grid-row: 2;
  }
  .assessment .contents02 .image {
    grid-column: 2;
    grid-row: 1/-1;
  }
  .assessment .contents03 {
    grid-template-columns: 45rem 60rem;
  }
  .assessment .contents03 .head {
    grid-column: 2;
    grid-row: 1;
  }
  .assessment .contents03 .text {
    grid-column: 2;
    grid-row: 2;
  }
  .assessment .contents03 .image {
    grid-column: 1;
    grid-row: 1/-1;
  }
  .assessment .box01 .head {
    font-size: 2.6rem;
    text-align: center;
  }
  .assessment .box01 .text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .assessment .box01 .text a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .assessment .box02 {
    padding: 2rem;
  }
  .assessment .box02 .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
  .assessment .box02 .list .item.item05 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (751px <= width) and (hover: hover) {
  .assessment .box01 .text a:hover {
    opacity: 0.7;
  }
}
@media (751px <= width) {
  .assessment .box02 {
    grid-column: 1;
    grid-row: 1;
  }
  .assessment .box02 image {
    width: 100%;
  }
  .assessment .box03 {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .assessment .card-container .list {
    display: grid;
    grid-template-columns: repeat(5, 20rem);
  }
  .assessment .card-container .item {
    min-height: 0;
  }
  .assessment .card-container .child-list {
    gap: 0.8rem;
  }
  .assessment .card-container .child-item {
    font-size: 1.4rem;
  }
  .assessment .card-container .child-item::before {
    width: 0.4rem;
    top: 0.8rem;
  }
}
/*--------------------------------------------------------------
  suggestion
--------------------------------------------------------------*/
.suggestion .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  width: 35rem;
  padding-block: 3.2rem;
  margin-inline: auto;
}
.suggestion .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.suggestion .content .head {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.suggestion .content .text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.suggestion .sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  background-image: url("/assets-gx-assessment/img/bg/bg_graph.png");
  background-size: 1.7rem;
  padding-block: 2.8rem;
}
.suggestion .sample .head {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.suggestion .sample .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  width: 31rem;
  margin-inline: auto;
}
.suggestion .sample .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-radius: 1.2rem;
  padding-block: 3.2rem;
  padding-inline: 2rem;
}
.suggestion .sample .card01 {
  background-color: #ffffff;
  border-color: #d9d9d9;
  border-width: 2px;
  position: relative;
}
.suggestion .sample .card01::after {
  content: "";
  display: block;
  background-image: url("/assets-gx-assessment/img/arrow_thin_down.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 7.8rem;
  height: 3rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(1.5rem);
          transform: translateX(-50%) translateY(1.5rem);
}
.suggestion .sample .card02 {
  background-color: #f9fdff;
  border-color: #a4d3cb;
  border-width: 4px;
}
.suggestion .sample .label {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding-inline: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.suggestion .sample .label01::before {
  background-image: url("/assets-gx-assessment/img/image/Suggestion_Icon_01.svg");
  width: 4rem;
  top: 50%;
  right: 100%;
  -webkit-transform: translateX(-0.6rem) translateY(-50%);
          transform: translateX(-0.6rem) translateY(-50%);
}
.suggestion .sample .label02::before {
  background-image: url("/assets-gx-assessment/img/image/Suggestion_Icon_02.svg");
  width: 2.2rem;
  right: 100%;
  bottom: 0;
  -webkit-transform: translateX(-0.4rem) translateY(0.1rem);
          transform: translateX(-0.4rem) translateY(0.1rem);
}
.suggestion .sample .label03 {
  padding-inline: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.suggestion .sample .label03::before {
  background-image: url("/assets-gx-assessment/img/image/Suggestion_Icon_03.svg");
  width: 7rem;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.suggestion .sample .label03 + .text {
  margin-top: 1rem;
}
.suggestion .sample .label::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1/1;
  position: absolute;
}
.suggestion .sample .label::after {
  content: "";
  display: block;
  background-color: #58ad9e;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.suggestion .sample .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.suggestion .sample .item a {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  background-color: #ffffff;
  border: solid 1px #1680b8;
  padding: 0.8rem;
  pointer-events: none;
}
.suggestion .sample .item .icon {
  background-image: url("/assets-gx-assessment/img/icons/icon_Medal.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 2.4rem;
  aspect-ratio: 1/1;
}
.suggestion .sample .item .link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0b8871;
  padding-block: 0.4rem;
}

@media (751px <= width) {
  .suggestion .inner {
    width: 120rem;
    padding-block: 6rem;
  }
  .suggestion .content {
    display: grid;
    grid-template-columns: 48.8rem 68rem;
    grid-template-rows: repeat(2, auto);
    -moz-column-gap: 3.2rem;
    -webkit-column-gap: 3.2rem;
            column-gap: 3.2rem;
    row-gap: 2rem;
  }
  .suggestion .content .head {
    grid-column: 1;
    grid-row: 1;
    font-size: 2.6rem;
    text-align: left;
    color: #000000;
  }
  .suggestion .content .text {
    grid-column: 1;
    grid-row: 2;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333333;
  }
  .suggestion .content .image {
    grid-column: 2;
    grid-row: 1/-1;
  }
  .suggestion .sample {
    padding-block: 4rem;
  }
  .suggestion .sample .head {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .suggestion .sample .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 11rem;
    width: 112rem;
  }
  .suggestion .sample .card {
    row-gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 3.2rem;
  }
  .suggestion .sample .card01 {
    width: 41rem;
  }
  .suggestion .sample .card01::after {
    background-image: url("/assets-gx-assessment/img/image/arrow_thin_right.svg");
    width: 6rem;
    height: 15.6rem;
    top: 50%;
    left: 100%;
    -webkit-transform: translateX(2.5rem) translateY(-50%);
            transform: translateX(2.5rem) translateY(-50%);
  }
  .suggestion .sample .card02 {
    width: 60rem;
  }
  .suggestion .sample .card02 .text {
    font-size: 1.8rem;
  }
  .suggestion .sample .label {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .suggestion .sample .label01::before {
    width: 6rem;
    top: auto;
    right: 100%;
    bottom: 0;
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
  .suggestion .sample .label02 {
    margin-top: 1.2rem;
  }
  .suggestion .sample .label02::before {
    width: 3rem;
    -webkit-transform: translateX(-0.5rem) translateY(0.1rem);
            transform: translateX(-0.5rem) translateY(0.1rem);
  }
  .suggestion .sample .label03 {
    padding-inline: 8rem;
    font-size: 2.8rem;
  }
  .suggestion .sample .label03::before {
    width: 10rem;
    top: auto;
    left: 100%;
    bottom: 0;
    -webkit-transform: translateX(-2.2rem);
            transform: translateX(-2.2rem);
  }
  .suggestion .sample .list {
    width: 100%;
  }
  .suggestion .sample .item a {
    -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
    transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  }
}
@media (751px <= width) and (hover: hover) {
  .suggestion .sample .item a:hover {
    background-color: #f9fdff;
    border-color: #024f77;
  }
  .suggestion .sample .item a:hover .link {
    color: #024f77;
  }
}
@media (751px <= width) {
  .suggestion .sample .item .link {
    font-size: 1.8rem;
    line-height: 1.75;
    grid-template-columns: 18rem auto;
    grid-template-rows: 1fr;
    gap: 0;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}
/*--------------------------------------------------------------
  plan-detail
--------------------------------------------------------------*/
.plan-detail {
  padding: 6rem 0 10.8rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .plan-detail {
    padding: 4rem 0 6rem;
  }
}
.plan-detail .inner {
  max-width: 993px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .plan-detail .inner {
    padding-inline: 2rem;
  }
}
.plan-detail .c-title {
  margin-bottom: 3rem;
  font-size: 2.6rem;
}
.plan-detail__subtext {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  margin-top: 3.4rem;
}
.plan-detail__subtext .strong {
  font-weight: 700;
}
.plan-detail__subtext .strong.highlight {
  background: #ffff7b;
}
.plan-detail__subtext .plan-detail__link {
  color: #0b8871;
  font-weight: 700;
  text-decoration: underline;
}
.plan-detail__subtext .plan-detail__link:hover {
  opacity: 0.7;
}
.plan-detail .menu-price-table-wrap.is-pc {
  overflow-x: auto;
  margin-top: 7rem;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.7rem;
  table-layout: fixed;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table,
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table thead th {
  height: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  vertical-align: middle;
  border-radius: 5px;
  border: 2px solid #d9d9d9;
  padding: 1.2rem 0.8rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table thead th.is-blank {
  color: #333;
  border: none;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table thead th.is-free {
  background-color: #20d2b1;
  border: none;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table thead th.is-free .sup-note {
  font-size: 1.2rem;
  vertical-align: super;
  margin-left: 0.5rem;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table thead th.is-paid-analysis {
  background-color: #22b297;
  border: none;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table thead th.is-paid-support {
  background-color: #0b8871;
  border: none;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody th {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  padding: 0.8rem;
  width: 25%;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody td {
  padding: 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
  line-height: 1.4;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody td.is-free {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  color: #20d2b1;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody td.is-paid-analysis {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  color: #22b297;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody td.is-paid-analysis .sup-note {
  font-size: 1.2rem;
  vertical-align: super;
  margin-left: 0.2rem;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody td.is-paid-support {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  color: #0b8871;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody td.is-paid-support .sup-note {
  font-size: 1.2rem;
  vertical-align: super;
  margin-left: 0.2rem;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(1) th,
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(1) td {
  height: 90px;
  border-bottom: 1px solid #d9d9d9;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(2) th,
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(2) td {
  height: 124px;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(3) th,
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(3) td {
  height: 60px;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(n+4) th,
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(n+4) td {
  height: 40px;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(n+3):nth-child(odd) th,
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(n+3):nth-child(odd) td {
  background: #f8f8f8;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(n+3):nth-child(even) th,
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(n+3):nth-child(even) td {
  background: #ffffff;
}
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(n+3):nth-child(even) th .sup-note,
.plan-detail .menu-price-table-wrap.is-pc .menu-price-table tbody tr:nth-child(n+3):nth-child(even) td .sup-note {
  font-size: 1.2rem;
  vertical-align: super;
  margin-left: 0.2rem;
}
.plan-detail .menu-price-table-wrap.is-sp {
  margin-top: 4rem;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item .plan-name {
  padding: 1.5rem 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item .plan-name sup {
  font-size: 1.1rem;
  vertical-align: super;
  margin-left: 0.3rem;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item .plan-status {
  padding: 1.75rem 0;
  border-bottom: 1px solid #d9d9d9;
  color: #242424;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item .plan-price {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item .plan-price sup {
  font-size: 1.1rem;
  vertical-align: super;
  margin-left: 0.3rem;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item.free .plan-name {
  background-color: #20d2b1;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item.free .plan-price {
  font-size: 2.4rem;
  color: #20d2b1;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item.analysis .plan-name {
  background-color: #22b297;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item.analysis .plan-price {
  color: #22b297;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item.support .plan-name {
  background-color: #0b8871;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-plan-list .plan-item.support .plan-price {
  color: #0b8871;
}
.plan-detail .menu-price-table-wrap.is-sp .plan-compare-header {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #696969;
  padding: 0.4rem 1.2rem;
  border: 2px solid #d9d9d9;
  margin-top: 3rem;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-price-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 1rem;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-price-plan-list .plan-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-price-plan-list .is-free {
  background-color: #20d2b1;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-price-plan-list .is-free sup {
  font-size: 0.9rem;
  vertical-align: super;
  margin-left: 0.3rem;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-price-plan-list .is-paid-analysis {
  background-color: #22b297;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-price-plan-list .is-paid-support {
  background-color: #0b8871;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-price-row {
  margin-top: 0.7rem;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-price-row .row-label {
  background: #f8f8f8;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-price-row .row-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-price-row .row-values .row-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 0.5rem;
  background: #fff;
  color: #22b297;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan-detail .menu-price-table-wrap.is-sp .menu-price-row .row-values sup {
  font-size: 0.9rem;
  vertical-align: super;
  margin-left: 0.2rem;
}
.plan-detail__note {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.035em;
  text-align: left;
  margin-top: 2rem;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .plan-detail__note {
    margin-top: 1rem;
  }
}

/*--------------------------------------------------------------
  cta
--------------------------------------------------------------*/
.cta {
  background-image: url("/assets-gx-assessment/img/bg/bg_cta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  position: relative;
  z-index: 0;
}
.cta::before, .cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.5rem;
  position: absolute;
  left: 0;
}
.cta::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  top: 0;
}
.cta::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
}
.cta .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  width: 35rem;
  margin-inline: auto;
  padding-block: 6rem;
}
.cta .lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}
.cta .lead em {
  color: #fff100;
}
.cta .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta .button a {
  height: 5rem;
}

@media (751px <= width) {
  .cta .inner {
    width: auto;
  }
  .cta .lead {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .cta .button a {
    height: 8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cta .button a .text {
    font-size: 2.4rem;
  }
}
/*--------------------------------------------------------------
  flow
--------------------------------------------------------------*/
.flow {
  background-color: #fafaf8;
}
.flow .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 6rem;
  padding-block: 3.2rem;
}
.flow .image {
  width: 30rem;
}
.flow .flow__note {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
  text-align: center;
}

@media (751px <= width) {
  .flow .inner {
    padding-block: 6rem;
  }
  .flow .image {
    width: 120rem;
  }
}
/*--------------------------------------------------------------
  faq
--------------------------------------------------------------*/
.faq .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  width: 35rem;
  margin-inline: auto;
  padding-block: 3.2rem;
}
.faq .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.faq .item {
  background-color: #f0f8f7;
  border-radius: 1.2rem;
  padding: 1rem;
}
.faq .question {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq .question .text {
  color: #242424;
  padding-block: 0.4rem;
  padding-inline: 0.8rem;
}
.faq .question .icon {
  display: inline-block;
  width: 3.6rem;
  aspect-ratio: 1/1;
  position: relative;
}
.faq .question .icon::before, .faq .question .icon::after {
  content: "";
  display: inline-block;
  background-color: #0b8871;
  width: 1.6rem;
  height: 1.33px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.faq .question .icon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq .question .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.faq .question.is-open .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.faq .answer .answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  background-color: #ffffff;
  border-radius: 1.2rem;
  padding-inline: 1.2rem;
  opacity: 0;
  -webkit-transition: padding 0.2s ease-out, opacity 0.2s ease-out, line-height 0.2s ease-out, gap 0.2s ease-out;
  transition: padding 0.2s ease-out, opacity 0.2s ease-out, line-height 0.2s ease-out, gap 0.2s ease-out;
  height: 0;
}
.faq .answer .answer-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: disc;
  padding-left: 2rem;
}
.faq .answer .answer-inner p,
.faq .answer .answer-inner a,
.faq .answer .answer-inner li {
  font-size: 1.4rem;
  line-height: 0;
}
.faq .answer .answer-inner a {
  color: #0b8871;
}
.faq .answer.is-open .answer-inner {
  gap: 2rem;
  padding: 1.2rem;
  opacity: 1;
  height: auto;
}
.faq .answer.is-open .answer-inner p,
.faq .answer.is-open .answer-inner a,
.faq .answer.is-open .answer-inner li {
  line-height: 1.5;
}

@media (751px <= width) {
  .faq .inner {
    width: 99.4rem;
    padding-block: 6rem;
  }
  .faq .list {
    row-gap: 2.8rem;
  }
  .faq .question {
    cursor: pointer;
  }
  .faq .question .text {
    font-size: 1.8rem;
    line-height: 1.75;
    color: #242424;
    padding-block: 1.2rem;
    padding-inline: 2.4rem 1.2rem;
  }
  .faq .question .icon {
    width: 6rem;
  }
  .faq .question .icon::before, .faq .question .icon::after {
    width: 2.4rem;
    height: 2px;
  }
  .faq .answer {
    padding-inline: 2rem;
  }
  .faq .answer .answer-inner p {
    font-size: 1.8rem;
  }
  .faq .answer .answer-inner a {
    font-size: 1.8rem;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media (751px <= width) and (hover: hover) {
  .faq .answer .answer-inner a:hover {
    opacity: 0.7;
  }
}
@media (751px <= width) {
  .faq .answer.is-open {
    padding: 2rem;
  }
  .faq .answer.is-open .answer-inner p,
  .faq .answer.is-open .answer-inner a {
    line-height: 1.75;
  }
}
/*--------------------------------------------------------------
  form
--------------------------------------------------------------*/
.form {
  background-image: url("/assets-gx-assessment/img/bg/bg_form.png");
  background-position: 2rem 2rem;
  background-repeat: repeat;
  background-size: 3rem 3rem;
  padding-block: 3.2rem;
}
.form .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
  background-color: #ffffff;
  border-radius: 1.2rem;
  width: 35rem;
  margin-inline: auto;
  padding-block: 4rem;
}
.form .container {
  width: 31rem;
  margin-inline: auto;
}
.form .text {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

@media (751px <= width) {
  .form {
    padding-block: 6rem;
  }
  .form .inner {
    width: 120rem;
  }
  .form .container {
    width: 78rem;
  }
  .form .text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}