@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@400..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  clear: both;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  text-indent: 0.01px;
  appearance: none;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

button {
  cursor: pointer;
}

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

html body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  background-color: #FFFFFF;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

html, body {
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  html.is-no-scroll, body.is-no-scroll {
    overflow: hidden;
    touch-action: none;
  }
}

@-webkit-keyframes flash {
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.footer {
  padding-top: 60px;
  padding-bottom: 47px;
}
.footer__logo > a {
  display: block;
  width: 260px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .footer__logo > a {
    width: 230px;
  }
}
@media only screen and (min-width: 769px) {
  .footer__logo > a:hover {
    opacity: 0.6;
  }
}
.footer__link {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  gap: 15px 25px;
}
@media only screen and (max-width: 768px) {
  .footer__link {
    margin-top: 25px;
  }
}
.footer__link > li > a {
  text-decoration: none;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.8);
  transition: color 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .footer__link > li > a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 1250px) {
  body.js-loaded .header__menu {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 102px;
  background-color: #FFFFFF;
  padding: 0 27px;
  border-bottom: 2px solid #002855;
  z-index: 999;
  box-sizing: border-box;
}
@media only screen and (max-width: 1395px) {
  .header {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header h1 > a {
  display: block;
  width: 229px;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .header h1 > a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1395px) {
  .header h1 > a {
    width: 199px;
  }
}
@media only screen and (max-width: 768px) {
  .header h1 > a {
    width: 129px;
  }
}
.header h1 > a > img {
  height: auto;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}
@media only screen and (max-width: 768px) {
  .header__inner {
    min-height: 58px;
  }
}
.header__main {
  display: flex;
  align-items: center;
  gap: 0 32px;
  width: 100%;
}
@media only screen and (max-width: 1395px) {
  .header__main {
    gap: 0 22px;
  }
}
.header__menu {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1250px) {
  .header__menu {
    transition: none;
    position: fixed;
    align-items: flex-start;
    top: 102px;
    right: 0;
    width: 375px;
    height: calc(100dvh - 102px);
    background: #FFFFFF;
    transform: translateX(100%);
    z-index: 999;
    background-color: #001D3E;
  }
  .header__menu.is-open {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .header__menu {
    top: 60px;
    width: 100%;
    height: calc(100dvh - 60px);
    overflow: auto;
    overflow-x: hidden;
  }
}
.header__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media only screen and (max-width: 1395px) {
  .header__list {
    gap: 0 18px;
  }
}
@media only screen and (max-width: 1250px) {
  .header__list {
    display: block;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .header__list {
    padding-top: 8px;
    padding-bottom: 40px;
  }
}
.header__list > li > a {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .header__list > li > a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1250px) {
  .header__list > li > a {
    padding: 20px;
    color: #FFFFFF;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .header__list > li > a {
    padding: 21px 16px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1250px) {
  .header__list > li {
    border-bottom: 2px solid #FFFFFF;
  }
}
.header__button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1250px) {
  .header__button {
    margin-top: auto;
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1250px) {
  .header__button > div {
    width: calc(50% - 1px);
  }
}
@media only screen and (min-width: 1250px) {
  .header__hamburger {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .header__hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .header__hamburger {
    right: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .header__hamburger span {
    display: block;
    position: absolute;
    left: 14px;
    right: 14px;
    height: 4px;
    background: #002855;
    border-radius: 2px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .header__hamburger span {
    width: 25px;
    height: 2px;
  }
}
@media only screen and (max-width: 1250px) {
  .header__hamburger span:nth-child(1) {
    top: 18px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .header__hamburger span:nth-child(1) {
    top: 21px;
  }
}
@media only screen and (max-width: 1250px) {
  .header__hamburger span:nth-child(2) {
    top: 28px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .header__hamburger span:nth-child(2) {
    top: 29px;
  }
}
@media only screen and (max-width: 1250px) {
  .header__hamburger span:nth-child(3) {
    top: 38px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .header__hamburger span:nth-child(3) {
    top: 37px;
  }
}
@media only screen and (max-width: 1250px) {
  .header__hamburger.is-open span:nth-child(1) {
    transform: translateY(10px) rotate(33deg);
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .header__hamburger.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(33deg);
  }
}
@media only screen and (max-width: 1250px) {
  .header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.is-open span:nth-child(3) {
    transform: translateY(-10px) rotate(-33deg);
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .header__hamburger.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-33deg);
  }
}
.header__overlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.4s;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1250px) {
  .header__overlay {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .header__overlay {
    display: none;
  }
}
.header__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.main {
  position: relative;
  padding-top: 102px;
}
@media only screen and (max-width: 768px) {
  .main {
    padding-top: 60px;
  }
}
.main::after {
  content: "";
  position: absolute;
  top: 102px;
  left: 0;
  right: 0;
  width: 100vw;
  height: 570px;
  background-color: #F0F0F0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .main::after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .button-arrow {
    width: 100%;
  }
}
.button-arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 365px;
  min-height: 68px;
  text-decoration: none;
  padding: 10px 40px 10px 26px;
  box-sizing: border-box;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  .button-arrow a {
    min-width: 353px;
  }
}
@media only screen and (max-width: 768px) {
  .button-arrow a {
    width: 100%;
    min-width: 0;
    min-height: 60px;
  }
}
@media only screen and (max-width: 370px) {
  .button-arrow a {
    padding-right: 27px;
    padding-left: 14px;
  }
}
.button-arrow a > span {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .button-arrow a > span {
    font-size: 1.25rem;
  }
}
.button-arrow a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  width: 18px;
  height: 17px;
  background: url("../../images/game_test_automation/icon/icon_arrow.png") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.button-arrow--small a {
  min-width: 207px;
  min-height: 60px;
  padding: 10px 15px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
}
@media only screen and (max-width: 1395px) {
  .button-arrow--small a {
    min-width: 167px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1250px) {
  .button-arrow--small a {
    width: 100%;
    min-width: 0;
    border: none;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .button-arrow--small a {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.button-arrow--mini a {
  min-width: 190px;
  min-height: 60px;
  padding: 10px 15px;
  font-size: 1.25rem;
  font-weight: 700;
  border: 2px solid #E95389;
  color: #E95389;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 769px) {
  .button-arrow--mini a:hover {
    background-color: #FFE9F1;
  }
}
@media only screen and (max-width: 1395px) {
  .button-arrow--mini a {
    min-width: 170px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1250px) {
  .button-arrow--mini a {
    width: 100%;
    min-width: 0;
    border: none;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .button-arrow--mini a {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.button-arrow--pink a {
  background-color: #E95389;
}
@media only screen and (min-width: 769px) {
  .button-arrow--pink a:hover {
    background-color: #DD3C76;
  }
}
.button-arrow--pink a > span {
  color: #FFFFFF;
}
.button-arrow--pink a > span > em {
  color: #FCFF53;
}
.button-arrow--white a {
  padding: 10px 40px 10px 38px;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 769px) {
  .button-arrow--white a:hover {
    background-color: #FFE9F1;
  }
}
.button-arrow--white a > span {
  color: #E95389;
}
.button-arrow--white a > span::after {
  filter: brightness(0) saturate(100%) invert(70%) sepia(62%) saturate(6081%) hue-rotate(307deg) brightness(94%) contrast(94%);
}

.button-circle {
  position: absolute;
  bottom: -14px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 40px;
  text-decoration: none;
  padding: 7px 35px 7px 20px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 3px solid #002855;
  border-radius: 30px;
  z-index: 1;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .button-circle:hover {
    background-color: #D5D9E7;
  }
}
@media only screen and (max-width: 768px) {
  .button-circle {
    right: 0;
    bottom: -4.5333333333vw;
    left: 0;
    width: 100%;
    min-width: 0;
    min-height: 8.5333333333vw;
    padding: 0.5333333333vw 5.3333333333vw 0.5333333333vw 2.6666666667vw;
    border: 2px solid #002855;
  }
}
.button-circle > span {
  position: relative;
  font-size: 0.875rem;
  font-weight: 900;
  color: #002855;
}
@media only screen and (max-width: 768px) {
  .button-circle > span {
    font-size: 3.2vw;
  }
}
.button-circle > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 15px;
  height: 14px;
  margin-top: 2px;
  background: url("../../images/game_test_automation/icon/icon_arrow.png") 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(13%) sepia(16%) saturate(7054%) hue-rotate(192deg) brightness(94%) contrast(105%);
  background-size: contain;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .button-circle > span::after {
    right: -3.7333333333vw;
    width: 2.4vw;
    height: 2.1333333333vw;
  }
}

.button-area {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  align-items: center;
  gap: 28px;
  background: linear-gradient(-16deg, #001D3E 0px, #001D3E 302px, #002651 302px, #002651 100%);
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  min-height: 217px;
}
@media only screen and (max-width: 1250px) {
  .button-area {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .button-area {
    gap: 32px;
    background: linear-gradient(-16deg, #001D3E 0px, #001D3E 144px, #002651 134px, #002651 100%);
    padding: 40px 20px;
    min-height: 182px;
  }
}
@media only screen and (max-width: 370px) {
  .button-area {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.button-area__inner {
  display: flex;
  flex-flow: wrap column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .button-area__inner {
    width: 100%;
  }
}
.button-area__text {
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .button-area__text {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .button-area--wide {
    background: linear-gradient(-16deg, #001D3E 0px, #001D3E 188px, #002651 188px, #002651 100%);
  }
}

.card-list {
  margin-top: 41px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 15px 19px;
}
@media only screen and (max-width: 768px) {
  .card-list {
    gap: 10px;
  }
}
.card-list > li {
  text-align: center;
  width: calc(33.3333333333% - 13px);
  padding: 25px 20px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 2px solid #E6E6E6;
  border-radius: 16px;
}
@media only screen and (max-width: 1250px) {
  .card-list > li {
    width: calc(50% - 10px);
    padding: 24px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .card-list > li {
    width: calc(50% - 5px);
  }
}
.card-list > li h3 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  line-height: 1.6;
  color: #002855;
  font-size: 1.125rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .card-list > li h3 {
    font-size: 1rem;
    letter-spacing: -0.02em;
    margin-top: 19px;
  }
}
.card-list > li p {
  margin-top: 10px;
  color: #303030;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .card-list > li p {
    font-size: 0.875rem;
    margin-top: 14px;
  }
}
.card-list__image > img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .card-list__image > img {
    width: 45.1127819549%;
  }
}
.card-list__image > figcaption {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 900;
  color: #002855;
}
@media only screen and (max-width: 768px) {
  .card-list__image > figcaption {
    font-size: 0.75rem;
  }
}

.card-list-simple {
  margin-top: 29px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 15px 19px;
}
@media only screen and (max-width: 768px) {
  .card-list-simple {
    margin-top: 23px;
    flex-direction: column;
  }
}
.card-list-simple > div {
  width: calc(33.3333333333% - 13px);
  padding: 16px 17px 24px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 2px solid #E6E6E6;
  border-radius: 16px;
}
@media only screen and (max-width: 1250px) {
  .card-list-simple > div {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .card-list-simple > div {
    width: 100%;
  }
}
.card-list-simple > div > dd {
  font-size: 0.9375rem;
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .card-list-simple > div > dd {
    font-size: 0.875rem;
  }
}
.card-list-simple__title {
  margin-top: 12px;
  color: #002855;
  font-size: 1.125rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .card-list-simple__title {
    font-size: 1rem;
  }
}
.card-list-simple__label > span {
  display: inline-block;
  background-color: #002855;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 3px 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .card-list-simple__label > span {
    font-size: 0.75rem;
  }
}

.case-list {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .case-list {
    margin-top: 28px;
  }
}
.case-list__item--1 .case-list__content > h4 {
  color: #2EB6AA;
}
.case-list__item--1 .case-list__content > h4::before {
  background-color: #2EB6AA;
}
.case-list__item--1 .case-list__number {
  color: #2EB6AA;
}
.case-list__item--2 .case-list__content > h4 {
  color: #E95389;
}
.case-list__item--2 .case-list__content > h4::before {
  background-color: #E95389;
}
.case-list__item--2 .case-list__number {
  color: #E95389;
}
.case-list__item--2 .case-list__list > div > dt {
  min-width: 184px;
}
.case-list__item:nth-of-type(n + 2) {
  margin-top: 49px;
}
@media only screen and (max-width: 768px) {
  .case-list__item:nth-of-type(n + 2) {
    margin-top: 37px;
  }
}
.case-list__heading {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
@media only screen and (max-width: 1250px) {
  .case-list__heading {
    display: block;
  }
}
.case-list__heading-detail {
  width: calc(100% - 430px - 79px);
}
@media only screen and (max-width: 1250px) {
  .case-list__heading-detail {
    width: 100%;
  }
}
.case-list__number {
  font-family: "Montserrat", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .case-list__number {
    font-size: 1.25rem;
  }
}
.case-list__number > em {
  font-size: 2.625rem;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  .case-list__number > em {
    font-size: 1.4375rem;
  }
}
.case-list__title {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 9px;
}
@media only screen and (max-width: 768px) {
  .case-list__title {
    font-size: 1.25rem;
  }
}
.case-list__text {
  margin-top: 24px;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 768px) {
  .case-list__text {
    font-size: 0.875rem;
    margin-top: 20px;
    letter-spacing: -0.01em;
  }
}
.case-list__image {
  margin-top: 16px;
  margin-right: 79px;
  width: 430px;
}
@media only screen and (max-width: 1250px) {
  .case-list__image {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .case-list__image {
    margin-top: 27px;
    width: 86.6666666667%;
  }
}
.case-list__content {
  background-color: #F2F2F2;
  padding: 22px 24px 27px 24px;
  border-radius: 32px 32px 32px 0;
}
@media only screen and (max-width: 768px) {
  .case-list__content {
    padding: 24px;
  }
}
.case-list__content > h4 {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .case-list__content > h4 {
    font-size: 1.125rem;
  }
}
.case-list__content > h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 51px;
  height: 1px;
}
.case-list__list {
  margin-top: 16px;
}
.case-list__list > div {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .case-list__list > div {
    gap: 10px;
  }
}
.case-list__list > div:nth-of-type(n + 2) {
  margin-top: 10px;
}
.case-list__list > div dt {
  position: relative;
  padding-left: 1.5em;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .case-list__list > div dt {
    font-size: 0.9375rem;
  }
}
.case-list__list > div dt::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 4px;
}
.case-list__list > div dd {
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .case-list__list > div dd {
    padding-left: 23px;
  }
}

.cassette-list {
  display: flex;
  flex-flow: wrap;
  gap: 10px 21px;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .cassette-list {
    flex-direction: column;
    gap: 23px;
    margin-top: 40px;
  }
}
.cassette-list > li {
  min-width: 254px;;
  background-color: #FFFFFF;
  width: calc(25% - 16px);
  padding: 22px 17px 24px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 1250px) {
  .cassette-list > li {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 768px) {
  .cassette-list > li {
    width: 100%;
    padding: 20px;
  }
}
.cassette-list > li > h3 {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 2em;
}
.cassette-list > li > h3::before, .cassette-list > li > h3::after {
  content: "";
  position: absolute;
}
.cassette-list > li > h3::before {
  top: 5px;
  left: 0;
  width: 28px;
  height: 28px;
  background-color: #E95389;
  border-radius: 50%;
}
.cassette-list > li > h3::after {
  background: url("../../images/game_test_automation/icon/icon_check.png") no-repeat;
  top: 13px;
  left: 6px;
  width: 15px;
  height: 12px;
  background-size: 100% auto;
  z-index: 1;
}
.cassette-list > li > h3 em {
  color: #2EB6AA;
}
.cassette-list__image {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  text-align: center;
  min-height: 100px;
}
.cassette-list__image img {
  margin-inline: auto;
}
.cassette-list__image--1 {
  margin-top: 23px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .cassette-list__image--1 {
    margin-right: 0;
  }
}
.cassette-list__image--1 img {
  width: 72px;
}
.cassette-list__image--2 {
  margin-top: 24px;
}
.cassette-list__image--2 img {
  width: 70px;
}
.cassette-list__image--3 {
  margin-top: 21px;
}
.cassette-list__image--3 img {
  width: 92px;
}
.cassette-list__image--4 {
  margin-top: 21px;
  margin-left: 13px;
}
@media only screen and (max-width: 768px) {
  .cassette-list__image--4 {
    margin-left: 0;
  }
}
.cassette-list__image--4 img {
  width: 91px;
}
.cassette-list__text {
  margin-top: 7px;
  line-height: 1.55;
  font-size: 0.875rem;
}

.introduction-content {
  background-color: #F7F7F7;
  border-radius: 24px;
  margin-top: 62px;
  padding: 32px 41px;
}
@media only screen and (max-width: 768px) {
  .introduction-content {
    padding: 40px 20px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 370px) {
  .introduction-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.introduction-content > h3 > span {
  position: relative;
  padding-left: 1em;
  display: block;
  line-height: 1.6;
  color: #002855;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .introduction-content > h3 > span {
    font-size: 1.125rem;
  }
}
.introduction-content > h3 > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #002855;
  transform: translateY(-50%);
}

.introduction-list {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .introduction-list {
    margin-top: 32px;
  }
}
.introduction-list > li {
  padding: 28px;
  border-radius: 24px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .introduction-list > li {
    padding: 24px 20px;
  }
}
.introduction-list > li:nth-of-type(n + 2) {
  margin-top: 16px;
}
.introduction-list__content {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
}
@media only screen and (max-width: 1250px) {
  .introduction-list__content {
    display: block;
  }
}
.introduction-list__content .introduction-list__detail {
  width: calc(100% - 444px - 12px);
  padding-right: 33px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1250px) {
  .introduction-list__content .introduction-list__detail {
    width: 100%;
    padding-right: 0;
  }
}
.introduction-list__label > span {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #002855;
  padding: 4px 13px;
  border-radius: 8px 8px 8px 0;
  z-index: 1;
}
.introduction-list__label > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 25px 0 0;
  border-color: #002855 transparent transparent transparent;
  transform: rotate(0deg);
  pointer-events: none;
  z-index: -1;
}
.introduction-list__title {
  color: #082F5A;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .introduction-list__title {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.introduction-list__title > span {
  color: #E95389;
}
.introduction-list__title > span > em {
  font-size: 1.4375rem;
}
.introduction-list__title {
  margin-top: 22px;
}
.introduction-list__text {
  margin-top: 13px;
  line-height: 1.6;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .introduction-list__text {
    line-height: 1.7;
  }
}
.introduction-list__image {
  margin-right: 12px;
  width: 444px;
}
@media only screen and (max-width: 1250px) {
  .introduction-list__image {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-list__image {
    width: 100%;
    margin-top: 22px;
  }
}
.introduction-list__support {
  padding: 27px;
  margin-top: 33px;
  background-color: #FFE9F1;
  border-radius: 24px;
}
@media only screen and (max-width: 768px) {
  .introduction-list__support {
    padding: 24px 20px;
  }
}
.introduction-list__support .introduction-list__label > span {
  background-color: #E95389;
}
.introduction-list__support .introduction-list__label > span::before {
  border-color: #E95389 transparent transparent transparent;
}
.introduction-list__support-content {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .introduction-list__support-content {
    margin-top: 26px;
  }
}
.introduction-list__support-content > li {
  position: relative;
  color: #002855;
  font-size: 1rem;
  font-weight: 900;
  padding-left: 1.2em;
}
@media only screen and (max-width: 768px) {
  .introduction-list__support-content > li {
    font-size: 0.875rem;
    padding-left: 1.5em;
  }
}
.introduction-list__support-content > li:nth-of-type(n + 2) {
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .introduction-list__support-content > li:nth-of-type(n + 2) {
    margin-top: 8px;
  }
}
.introduction-list__support-content > li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #E95389;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .introduction-list__support-content > li::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.splide__track {
  padding-bottom: 108px;
}
.splide__pagination {
  bottom: 0;
}
.splide__pagination__page {
  margin: 5px;
  width: 16px;
  height: 16px;
  opacity: 1;
  background: #D9D9D9;
}
@media only screen and (max-width: 768px) {
  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}
.splide__pagination__page.is-active {
  transform: scale(1);
  background: #002855;
}
.splide__arrow {
  left: 50%;
  width: 55px;
  height: 55px;
  margin-top: -53px;
  transform: translate3d(-50%, -50%, 0);
  background: #DCDCDC;
  opacity: 1;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.splide__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 26px;
  transform: translate3d(-50%, -50%, 0);
  background: url("../../images/game_test_automation/icon/arrow_right.svg") no-repeat center center;
}
@media only screen and (max-width: 768px) {
  .splide__arrow::after {
    background-size: contain;
    width: 13px;
    height: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .splide__arrow:hover {
    opacity: 1;
    background-color: #002658;
  }
}
.splide__arrow--prev {
  margin-left: -312px;
}
@media only screen and (max-width: 768px) {
  .splide__arrow--prev {
    margin-left: -40%;
  }
}
.splide__arrow--prev::after {
  left: calc(50% - 2px);
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
.splide__arrow--next {
  margin-left: 312px;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .splide__arrow--next {
    margin-left: 40%;
  }
}
.splide__arrow--next::after {
  left: calc(50% + 2px);
}
.splide__arrow > svg {
  display: none;
}

.kv {
  display: flex;
  align-items: center;
  position: relative;
  background: url("../../images/game_test_automation/img_kv-pc.png") 50% 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 570px;
  max-width: 1440px;
  margin: 0 auto;
  line-height: 1.6;
  box-sizing: border-box;
}
@media only screen and (min-width: 1441px) {
  .kv {
    height: 39.5833333vw;
    max-height: 752px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .kv {
    display: block;
    width: 100%;
    height: 123.4666666667vw;
    max-height: 100%;
    background: url("../../images/game_test_automation/img_kv-sp.png") 50% 0 no-repeat;
    background-size: cover;
  }
}
.kv__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 75px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .kv__inner {
    padding: 10.1333333333vw 20px 0;
  }
}
.kv__inner h2 {
  font-size: 3.125rem;
  font-weight: 900;
  color: #002855;
}
@media only screen and (max-width: 1250px) {
  .kv__inner h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .kv__inner h2 {
    font-size: 8vw;
    line-height: 1.4;
  }
}
.kv__inner h2 > em {
  position: relative;
  color: #E95389;
}
.kv__inner h2 > em::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #E95389;
  transform: translateX(-50%);
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .kv__inner h2 > em::after {
    top: -1.6vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.kv__inner > p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 25px;
  line-height: 1.8;
}
@media only screen and (max-width: 1250px) {
  .kv__inner > p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .kv__inner > p {
    font-size: 3.7333333333vw;
    padding: 0;
    margin-top: 16px;
  }
}
.kv__link {
  position: absolute;
  top: calc(50% + 60px);
  right: 40px;
  width: 205px;
  height: auto;
  transform: translateY(-50%);
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .kv__link {
    position: absolute;
    width: 32vw;
    top: calc(50% + 34.6666666667vw);
    right: auto;
    left: 5.3333333333vw;
    width: 32%;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.kv__link-close {
  position: absolute;
  top: -6px;
  right: -9px;
  z-index: 1;
  width: 45px;
  height: 45px;
}
@media only screen and (max-width: 768px) {
  .kv__link-close {
    display: none;
  }
}
.kv__bottom {
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 205px;
  height: auto;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .kv__bottom {
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 19px 16px;
    box-sizing: border-box;
    max-width: 375px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .kv__bottom-close {
    position: absolute;
    top: 8px;
    right: 5px;
    z-index: 1;
    width: 35px;
    height: 35px;
  }
}
.kv__download {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -80px;
  padding: 0 20px;
  max-width: 1080px;
  width: calc(100% - 40px);
  min-height: 150px;
  transform: translateX(-50%);
  background-color: #002855;
  border: 6px solid #FFFFFF;
  border-radius: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .kv__download {
    right: 0;
    bottom: -124px;
    left: 0;
    max-width: none;
    width: 100%;
    min-height: 124px;
    border: none;
    border-radius: 0;
    background: linear-gradient(-16deg, #001D3E 0px, #001D3E 125px, #002651 125px, #002651 100%);
    transform: none;
  }
}

.label-list {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .label-list {
    margin-top: 20px;
  }
}

.label {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 3px 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .label {
    font-size: 0.75rem;
    padding: 4px 8px;
  }
}
.label--green1 {
  background-color: #27CBBC;
}
.label--green2 {
  background-color: #30B6AB;
}
.label--green3 {
  background-color: #26A4A0;
}
.label--green4 {
  background-color: #1C8F94;
}
.label--pink1 {
  background-color: #F474A2;
}
.label--pink2 {
  background-color: #E95389;
}

.message-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 31px;
  margin-top: 32px;
}
@media only screen and (max-width: 1250px) {
  .message-list {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .message-list {
    margin-top: 40px;
  }
}
.message-list li {
  position: relative;
  max-width: 339px;
  width: 100%;
  min-height: 204px;
  padding: 28px 28px 45px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 35px 35px 35px 0;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 1250px) {
  .message-list li {
    max-width: 85%;
    min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .message-list li {
    width: 90.9333333333%;
    max-width: none;
    min-height: 119px;
    padding: 25px 20px 25px 36px;
  }
}
.message-list li:nth-child(2) {
  margin-top: 41px;
}
@media only screen and (max-width: 1250px) {
  .message-list li:nth-child(2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .message-list li:nth-child(2) {
    margin-top: 18px;
    padding: 25px 42px 25px 20px;
    border-radius: 35px 35px 0 35px;
  }
}
@media only screen and (max-width: 1250px) {
  .message-list li:nth-child(odd) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1250px) {
  .message-list li {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 768px) {
  .message-list li {
    margin-top: 18px;
  }
}
.message-list li > p {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .message-list li > p {
    font-size: 0.875rem;
  }
}
.message-list li > p em {
  font-size: 1.375rem;
  font-weight: 900;
  color: #E95389;
}
@media only screen and (max-width: 768px) {
  .message-list li > p em {
    font-size: 1rem;
  }
}
.message-list__image {
  position: absolute;
  bottom: -85px;
  left: 0;
  height: auto;
}
@media only screen and (max-width: 1250px) {
  .message-list__image {
    bottom: -25px;
  }
}
@media only screen and (max-width: 768px) {
  .message-list__image {
    bottom: 18px;
  }
}
.message-list__image--1 {
  width: 107px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .message-list__image--1 {
    width: 21.0666666667%;
    left: -30px;
  }
}
.message-list__image--2 {
  width: 141px;
  left: 110px;
}
@media only screen and (max-width: 1250px) {
  .message-list__image--2 {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .message-list__image--2 {
    width: 26.6666666667%;
    right: -33px;
  }
}
.message-list__image--3 {
  width: 136px;
  left: 197px;
}
@media only screen and (max-width: 1250px) {
  .message-list__image--3 {
    left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .message-list__image--3 {
    width: 23.7333333333%;
    bottom: 33px;
    left: -32px;
  }
}

.panel-list {
  margin-top: 57px;
}
@media only screen and (max-width: 768px) {
  .panel-list {
    margin-top: 35px;
  }
}
.panel-list > li {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.panel-list > li:nth-child(1) {
  padding-left: 40px;
}
@media only screen and (max-width: 1250px) {
  .panel-list > li:nth-child(1) {
    padding-left: 0;
  }
}
.panel-list > li:nth-child(2) {
  flex-direction: row-reverse;
  gap: 56px;
  padding-right: 40px;
}
@media only screen and (max-width: 1250px) {
  .panel-list > li:nth-child(2) {
    padding-right: 0;
  }
}
.panel-list > li:nth-of-type(n + 2) {
  margin-top: 83px;
}
@media only screen and (max-width: 768px) {
  .panel-list > li:nth-of-type(n + 2) {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 1250px) {
  .panel-list > li {
    display: block;
  }
}
.panel-list__detail {
  max-width: 524px;
}
@media only screen and (max-width: 1250px) {
  .panel-list__detail {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 370px) {
  .panel-list__detail {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.panel-list__detail > h3 {
  font-size: 2.125rem;
  font-weight: 700;
  color: #E95389;
  padding-top: 6px;
}
@media only screen and (max-width: 768px) {
  .panel-list__detail > h3 {
    font-size: 1.25rem;
  }
}
.panel-list__detail > h3 > span {
  position: relative;
  padding-left: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .panel-list__detail > h3 > span {
    padding-left: 42px;
  }
}
.panel-list__detail > h3 > span::before, .panel-list__detail > h3 > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.panel-list__detail > h3 > span::before {
  width: 60px;
  height: 60px;
  background-color: #E95389;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .panel-list__detail > h3 > span::before {
    width: 35px;
    height: 35px;
  }
}
.panel-list__detail > h3 > span::after {
  background: url("../../images/game_test_automation/icon/icon_check.png") no-repeat;
  left: 15px;
  width: 30px;
  height: 25px;
  background-size: 100% auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .panel-list__detail > h3 > span::after {
    left: 10px;
    width: 17px;
    height: 14px;
  }
}
.panel-list__detail > h3 > span > em {
  font-size: 2.625rem;
  font-weight: 700;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  .panel-list__detail > h3 > span > em {
    font-size: 1.4375rem;
  }
}
.panel-list__title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 22px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .panel-list__title {
    font-size: 1.25rem;
  }
}
.panel-list__text {
  font-size: 0.9375rem;
  margin-top: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .panel-list__text {
    font-size: 0.875rem;
    margin-top: 13px;
  }
}
.panel-list__item {
  background-color: #F0F0F0;
  padding: 24px;
  border-radius: 15px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .panel-list__item {
    font-size: 1.25rem;
    padding: 24px 25px;
  }
}
.panel-list__item > li > span {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 35px;
}
@media only screen and (max-width: 768px) {
  .panel-list__item > li > span {
    display: block;
    font-size: 0.875rem;
  }
}
.panel-list__item > li > span::before, .panel-list__item > li > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.panel-list__item > li > span::before {
  width: 24px;
  height: 24px;
  background-color: #2EB6AA;
  border-radius: 3px;
}
.panel-list__item > li > span::after {
  background: url("../../images/game_test_automation/icon/icon_check.png") no-repeat;
  left: 3px;
  width: 17px;
  height: 14px;
  background-size: 100% auto;
  z-index: 1;
}
.panel-list__item > li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.panel-list__image {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .panel-list__image {
    margin-top: 40px;
  }
}
.panel-list__image--1 {
  width: 50.4166666667%;
}
@media only screen and (max-width: 1250px) {
  .panel-list__image--1 {
    width: 80%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .panel-list__image--1 {
    width: 94.6666666667%;
  }
}
.panel-list__image--2 {
  width: 48.6111111111%;
}
@media only screen and (max-width: 1250px) {
  .panel-list__image--2 {
    width: 80%;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .panel-list__image--2 {
    width: 94.6666666667%;
  }
}

.question-list {
  margin-top: 55px;
  counter-reset: q-num;
}
@media only screen and (max-width: 768px) {
  .question-list {
    margin-top: 40px;
  }
}
.question-list > li {
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
.question-list > li:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .question-list > li:nth-of-type(n + 2) {
    margin-top: 11px;
  }
}
.question-list__head {
  position: relative;
  padding: 19px 73px;
  cursor: pointer;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  .question-list__head {
    padding: 15px 58px;
  }
}
.question-list__head::before {
  content: "Q" counter(q-num);
  counter-increment: q-num;
  position: absolute;
  top: 12px;
  left: 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.625rem;
  font-weight: 900;
  color: #E95389;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .question-list__head::before {
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 1.25rem;
  }
}
.question-list__head > p {
  line-height: 1.6;
  font-weight: 700;
  font-size: 1rem;
  color: #424242;
}
.question-list__head > button {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #F0F0F0;
  border-radius: 50%;
  transition: background-color 0.6s ease;
}
@media only screen and (max-width: 768px) {
  .question-list__head > button {
    right: 17px;
    width: 22px;
    height: 22px;
  }
}
.question-list__head > button::before, .question-list__head > button::after {
  content: "";
  position: absolute;
  background-color: #9C9C9C;
  border-radius: 2px;
  transition: opacity 0.2s;
}
.question-list__head > button::before {
  width: 18px;
  height: 3px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .question-list__head > button::before {
    width: 14px;
    height: 2px;
  }
}
.question-list__head > button::after {
  width: 3px;
  height: 18px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .question-list__head > button::after {
    height: 14px;
    width: 2px;
  }
}
.question-list__head.is-open > button::after {
  display: none;
}
@media only screen and (min-width: 769px) {
  .question-list__head:hover > button {
    background-color: #002855;
  }
  .question-list__head:hover > button::before, .question-list__head:hover > button::after {
    background-color: #FFFFFF;
  }
}
.question-list__body {
  overflow: hidden;
  height: 0;
  padding: 0 80px 0 88px;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}
@media only screen and (max-width: 768px) {
  .question-list__body {
    padding: 0 55px 0 61px;
  }
}
.question-list__body > p {
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .question-list__body > p {
    line-height: 1.6;
  }
}
.question-list__body > p:last-child {
  padding-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .question-list__body > p:last-child {
    padding-bottom: 12px;
  }
}

.section {
  background-color: #FFFFFF;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .section {
    padding-top: 56px;
  }
}
.section__inner {
  max-width: 1080px;
  /* padding: 0 40px; */
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section__inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 370px) {
  .section__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.section--gray {
  background-color: #F0F0F0;
}
.section--1 {
  padding-top: 160px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section--1 {
    padding-top: 180px;
    padding-bottom: 56px;
  }
}
.section--2 {
  position: relative;
  background: linear-gradient(-16deg, #CFCFCF 0px, #CFCFCF 510px, #DCDCDC 510px, #DCDCDC 100%);
  width: 100%;
  min-height: 415px;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section--2 {
    background: linear-gradient(-48deg, #CFCFCF 0px, #CFCFCF 355px, #DCDCDC 355px, #DCDCDC 100%);
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.section--2::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  width: 375px;
  height: 37px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
  background-color: #CFCFCF;
}
@media only screen and (max-width: 768px) {
  .section--2::after {
    bottom: -31px;
    width: 200px;
  }
}
.section--3 {
  position: relative;
  background-color: transparent;
  padding-bottom: 87px;
}
@media only screen and (max-width: 768px) {
  .section--3 {
    padding-bottom: 47px;
  }
}
.section--3::before, .section--3::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
.section--3::before {
  top: 0;
  background-image: url("../../images/game_test_automation/img_bg-section1.png");
  height: 430px;
}
@media only screen and (min-width: 1441px) {
  .section--3::before {
    height: 29.8611111vw;
  }
}
@media only screen and (max-width: 768px) {
  .section--3::before {
    background-image: url("../../images/game_test_automation/img_bg-section1-sp.png");
    height: 88vw;
  }
}
.section--3::after {
  bottom: 0;
  background-image: url("../../images/game_test_automation/img_bg-section2.png");
  height: 356px;
}
@media only screen and (min-width: 1441px) {
  .section--3::after {
    height: 24.7222222vw;
  }
}
@media only screen and (max-width: 768px) {
  .section--3::after {
    background-image: url("../../images/game_test_automation/img_bg-section2-sp.png");
    height: 88.5333333333vw;
  }
}
.section--4 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .section--4 {
    padding-bottom: 41px;
  }
}
.section--5 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section--5 {
    padding-bottom: 48px;
  }
}
.section--6 {
  position: relative;
  padding-bottom: 80px;
  z-index: 1;
}
.section--6::before, .section--6::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
.section--6::before {
  top: 0;
  background-image: url("../../images/game_test_automation/img_bg-section6.png");
  height: 521px;
}
@media only screen and (min-width: 1441px) {
  .section--6::before {
    height: 29.8611111vw;
  }
}
@media only screen and (max-width: 768px) {
  .section--6::before {
    background-image: url("../../images/game_test_automation/img_bg-section6-sp.png");
    height: 88vw;
  }
}
@media only screen and (max-width: 768px) {
  .section--6 {
    padding-bottom: 56px;
  }
}
.section--7 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .section--7 {
    padding-bottom: 56px;
  }
}
.section--8 {
  padding-bottom: 82px;
}
@media only screen and (max-width: 768px) {
  .section--8 {
    padding-bottom: 54px;
  }
}

.section-inner:nth-of-type(n + 2) {
  margin-top: 48px;
}

.tag-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 16px 18px;
  margin-top: 42px;
}
@media only screen and (max-width: 768px) {
  .tag-list {
    margin-top: 30px;
    gap: 6px 10px;
  }
}
.tag-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 344px;
  min-height: 81px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #E95389;
  background-color: #FFFFFF;
  border: 2px solid #E6E6E6;
  border-radius: 15px;
}
@media only screen and (max-width: 1250px) {
  .tag-list > li {
    width: calc(50% - 13px);
    min-width: 0;
  }
}
@media only screen and (max-width: 768px) {
  .tag-list > li {
    width: calc(50% - 10px);
    font-size: 1rem;
    text-align: center;
  }
}

.text-item {
  font-size: 1.25rem;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .text-item {
    font-size: 0.875rem;
    margin-top: 25px;
    padding: 0 20px;
  }
}
.text-item--small {
  margin-top: 25px;
  line-height: 1.6;
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .text-item--small {
    font-size: 1rem;
    padding: 0;
  }
}
.text-item--center {
  text-align: center;
}
.text-item--blue {
  color: #002855;
}

.title-item {
  font-size: 2.375rem;
  font-weight: 700;
  color: #002855;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .title-item {
    font-size: 1.5rem;
    padding: 0 20px;
  }
}
.title-item--black {
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .title-item--black {
    letter-spacing: 0;
  }
}
.title-item--large {
  font-size: 2.625rem;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .title-item--large {
    font-size: 1.5rem;
  }
}
.title-item--small {
  font-size: 2.25rem;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 768px) {
  .title-item--small {
    font-size: 1.25rem;
  }
}
.title-item--center {
  text-align: center;
}

.voice-list-wrap {
  max-width: 2000px;
  margin: 48px auto 0;
}
@media only screen and (max-width: 768px) {
  .voice-list-wrap {
    margin: 39px auto 0;
  }
}

.voice-list {
  margin-top: 48px;
}
.voice-list > li {
  display: flex;
  flex-flow: column;
  max-width: 600px;
  min-height: 414px;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 31px 32px 0 32px;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 768px) {
  .voice-list > li {
    width: 78.6666666667%;
    min-height: 494px;
    padding: 31px 24px 0 24px;
  }
}
.voice-list__title {
  letter-spacing: -0.03em;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #002855;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .voice-list__title {
    font-size: 1.125rem;
  }
}
.voice-list__title > span {
  display: block;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2EB6AA;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .voice-list__title > span {
    font-size: 1.125rem;
  }
}
.voice-list__title > span > em {
  margin-left: 9px;
}
.voice-list__text {
  font-size: 0.9375rem;
  margin-top: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .voice-list__text {
    font-size: 0.875rem;
  }
}
.voice-list__user {
  position: relative;
  margin-top: auto;
  padding-bottom: 60px;
}
.voice-list__customer {
  text-align: center;
  font-size: 0.875rem;
}
.voice-list__image {
  position: absolute;
  left: 50%;
  bottom: -54px;
  transform: translateX(-50%);
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
}

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

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

.gap-0 {
  gap: 0px;
}

.gap-x-0 {
  column-gap: 0px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-3 {
  gap: 3px;
}

.gap-x-3 {
  column-gap: 3px;
}

.gap-y-3 {
  row-gap: 3px;
}

.gap-5 {
  gap: 5px;
}

.gap-x-5 {
  column-gap: 5px;
}

.gap-y-5 {
  row-gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-x-10 {
  column-gap: 10px;
}

.gap-y-10 {
  row-gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-x-15 {
  column-gap: 15px;
}

.gap-y-15 {
  row-gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-x-20 {
  column-gap: 20px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-x-25 {
  column-gap: 25px;
}

.gap-y-25 {
  row-gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-x-30 {
  column-gap: 30px;
}

.gap-y-30 {
  row-gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-x-35 {
  column-gap: 35px;
}

.gap-y-35 {
  row-gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-x-40 {
  column-gap: 40px;
}

.gap-y-40 {
  row-gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-x-45 {
  column-gap: 45px;
}

.gap-y-45 {
  row-gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-x-50 {
  column-gap: 50px;
}

.gap-y-50 {
  row-gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-x-55 {
  column-gap: 55px;
}

.gap-y-55 {
  row-gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-x-60 {
  column-gap: 60px;
}

.gap-y-60 {
  row-gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-x-65 {
  column-gap: 65px;
}

.gap-y-65 {
  row-gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-x-70 {
  column-gap: 70px;
}

.gap-y-70 {
  row-gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-x-75 {
  column-gap: 75px;
}

.gap-y-75 {
  row-gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-x-80 {
  column-gap: 80px;
}

.gap-y-80 {
  row-gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-x-85 {
  column-gap: 85px;
}

.gap-y-85 {
  row-gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-x-90 {
  column-gap: 90px;
}

.gap-y-90 {
  row-gap: 90px;
}

.gap-100 {
  gap: 100px;
}

.gap-x-100 {
  column-gap: 100px;
}

.gap-y-100 {
  row-gap: 100px;
}

.gap-115 {
  gap: 115px;
}

.gap-x-115 {
  column-gap: 115px;
}

.gap-y-115 {
  row-gap: 115px;
}

.gap-135 {
  gap: 135px;
}

.gap-x-135 {
  column-gap: 135px;
}

.gap-y-135 {
  row-gap: 135px;
}

.gap-140 {
  gap: 140px;
}

.gap-x-140 {
  column-gap: 140px;
}

.gap-y-140 {
  row-gap: 140px;
}

.gap-160 {
  gap: 160px;
}

.gap-x-160 {
  column-gap: 160px;
}

.gap-y-160 {
  row-gap: 160px;
}

.mt-0 {
  margin-top: 0px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
}
.mt-3 {
  margin-top: 3px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-3 {
    margin-top: 3px !important;
  }
}
.mt-5 {
  margin-top: 5px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-5 {
    margin-top: 5px !important;
  }
}
.mt-10 {
  margin-top: 10px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-10 {
    margin-top: 10px !important;
  }
}
.mt-15 {
  margin-top: 15px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-15 {
    margin-top: 15px !important;
  }
}
.mt-20 {
  margin-top: 20px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-20 {
    margin-top: 20px !important;
  }
}
.mt-25 {
  margin-top: 25px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-25 {
    margin-top: 25px !important;
  }
}
.mt-30 {
  margin-top: 30px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-30 {
    margin-top: 30px !important;
  }
}
.mt-35 {
  margin-top: 35px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-35 {
    margin-top: 35px !important;
  }
}
.mt-40 {
  margin-top: 40px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-40 {
    margin-top: 40px !important;
  }
}
.mt-45 {
  margin-top: 45px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-45 {
    margin-top: 45px !important;
  }
}
.mt-50 {
  margin-top: 50px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-50 {
    margin-top: 50px !important;
  }
}
.mt-55 {
  margin-top: 55px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-55 {
    margin-top: 55px !important;
  }
}
.mt-60 {
  margin-top: 60px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-60 {
    margin-top: 60px !important;
  }
}
.mt-65 {
  margin-top: 65px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-65 {
    margin-top: 65px !important;
  }
}
.mt-70 {
  margin-top: 70px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-70 {
    margin-top: 70px !important;
  }
}
.mt-75 {
  margin-top: 75px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-75 {
    margin-top: 75px !important;
  }
}
.mt-80 {
  margin-top: 80px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-80 {
    margin-top: 80px !important;
  }
}
.mt-85 {
  margin-top: 85px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-85 {
    margin-top: 85px !important;
  }
}
.mt-90 {
  margin-top: 90px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-90 {
    margin-top: 90px !important;
  }
}
.mt-100 {
  margin-top: 100px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-100 {
    margin-top: 100px !important;
  }
}
.mt-115 {
  margin-top: 115px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-115 {
    margin-top: 115px !important;
  }
}
.mt-135 {
  margin-top: 135px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-135 {
    margin-top: 135px !important;
  }
}
.mt-140 {
  margin-top: 140px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-140 {
    margin-top: 140px !important;
  }
}
.mt-160 {
  margin-top: 160px !important;
}

@media only screen and (max-width: 768px) {
  .mt-sp-160 {
    margin-top: 160px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-160 {
  padding-top: 160px !important;
}
