@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
*, *:before, *:after { box-sizing: inherit; }
html { box-sizing: border-box; }
body {
  padding: 0;
  margin: 0;
  color: black;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Helvetica,Arial,"メイリオ",Meiryo,Osaka,sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  height: 100%;
/*  background-image: url(../images/common_bg.png);*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: 3rem;
  word-wrap: break-word;
  font-family: "Roboto", "Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Helvetica,Arial,"メイリオ",Meiryo,Osaka,sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1 {
  font-size: 4.4rem;
}
h2 {
  font-size: 1.4rem;
  margin-right: auto;
  margin-left: auto;
}
h2 .en-title {
  display: block;
  font-family: "Roboto",sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 0;
}
h2.jp-title {
  font-size: 24px;
  color: white;
  background: linear-gradient(0deg, #0099e8, #4cc9e7);
  padding: 0 1rem;
/*  background: -webkit-linear-gradient(0deg, #0099e8, #4cc9e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
h3 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.bg-grad-title {
  color: white;
  background: -webkit-linear-gradient(0deg, #0099e8, #4cc9e7);
  padding: 0.25rem 3rem;
  border-radius: 9999px;
}
h4 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
table h3,
table h4 {
  margin-bottom: 0;
}
p {
  font-size: 1.5rem;
  line-height: 1.5;
}
a {
  color: #0094e7;
}
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus { border-color: #fe7e30; }
ul, ol { margin-bottom: 0; }
.list-none {
  list-style: none;
  list-style-type: none;
}
header,
footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
hr {
  margin-bottom: 5em;
}

.block { display: block; }
.inline-block { display: inline-block; }
.table { display: table; }
.text-center { text-align: center!important; }
.text-left { text-align: left!important; }
.text-right { text-align: right!important; }
.clear { clear: both; }
.flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.relative { position: relative; }
.absolute { position: absolute; }
.static { position: static; }
.z-index-1 { z-index: 1; }
.col-4 { width: 25%; }
.col-3 { width: 33.33333333%; }
.col-2 { width: 50%; }
.col-1 { width: 100%; }

.m-0 { margin: 0; }
.mt-100 { margin-top: 100px!important; }
.mt-50 { margin-top: 50px!important; }
.mt-30 { margin-top: 30px!important; }
.mt-0 { margin-top: 0!important; }
.mb-100 { margin-bottom: 100px!important; }
.mb-50 { margin-bottom: 50px!important; }
.mb-30 { margin-bottom: 30px!important; }
.mb-15 { margin-bottom: 15px!important; } 
.mb-0 { margin-bottom: 0!important; }
.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.p-0 { padding-top: 0; }
.p-15 { padding: 15px; }
.pt-100 { padding-top: 100px!important; }
.pt-0 { padding-top: 0!important; }
.pt-30 { padding-top: 30px!important; }
.pt-50 { padding-top: 50px!important; }
.pb-100 { padding-bottom: 100px!important; }
.pb-5 { padding-bottom: 5px!important; }
.pb-0 { padding-bottom: 0!important; }
.pl-10 { padding-left: 10px!important; }
.pl-15 { padding-left: 15px!important; }
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.py-10 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.border-black {
  border: 3px solid black;
}
.radius-05 { border-radius: 0.5rem; }

.normal { font-weight: normal; }
.bold { font-weight: bold; }
.Rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.text-white { color: white; }
.text-black { color: #00314d; }
.text-gray { color: #aaaaaa; }
.text-light-gray { color: #eeeeee; }
.text-otonal { color: #18a6a9; }
.text-blue { color: #27c7ff; }
.text-dark-blue { color: #0094e7; }
.text-navy { color: #083e68; }
.text-green { color: #035e60; }
.text-orange { color: #fe7e30; }
.text-gradation {
  color: #21d5c4;
  background: linear-gradient(0deg, #2196F3, #21d5c4);
  background: -webkit-linear-gradient(0deg, #2196F3, #21d5c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-otonal {
  background-color: #444;
  background: linear-gradient(to right, #838383, #444);
}
.bg-light-blue { background-color: #f2fbff; }
.bg-blue { background-color: #0094e7; }
.bg-gray { background-color: #F8F8F8; }
.bg-black { background-color: black; }
.bg-orange { background-color: #fe7e30; }
.bg-light-orange { background-color: #f6f0e8; }
.bg-black { background-color: black; }
.bg-white { background-color: white; }

.sp { display: none; }

.shadow { box-shadow: 0 0.25rem 1rem 0 rgba(34, 35, 36, 0.1); }
.txt { font-size: 1.8rem; }
.read-text {
  font-size: 20px;
  margin-bottom: 2.5rem;
}
.text-small { font-size: 1rem; }
.text-medium  { font-size: 1.6rem; }

.inner400 {
  max-width: 400px;
  width: 95%;
  margin: 0 auto;
}

.inner720 {
  max-width: 720px;
  width: 95%;
  margin: 0 auto;
}

.inner900 {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
}

.inner1440 {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}
.inner1024 {
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
}

.section-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeup {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bottom__fadein {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.left__slidein {
  animation: SlideIn 1.5s;
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 767px){
  .section-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pc { display: none; }
  .sp { display: block; }
  h1 { font-size: 30px; }
  h2 { font-size: 1.2rem; }
  h2 .en-title,
  h2.jp-title {
    font-size: 1.8rem;
    padding: 0 0.5rem;
  }
  h3 { font-size: 1.3rem; }
  h4 { font-size: 1.2rem; }
  p { font-size: 15px; }
  .txt { font-size: 15px; }
  .read-text { font-size: 16px; }
  .text-small { font-size: 11px; }
  .text-medium { font-size: 13px; }
  .col-4,
  .col-3,
  .col-2 {
    width: 100%;
  }
}


/**************************
 * HEADER
**************************/
.head-logo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.head-logo-wrap .head-logo {
  max-width: 180px;
}
.head-logo-wrap a:nth-child(2) .head-logo {
  max-width: 160px;
  margin-bottom: 5px;
}
.head-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}
.head-btn:before {
  content: "";
  -webkit-mask-image: url(../images/contact-icon-3.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-image: url(../images/contact-icon-3.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  /*変更したい色をここに書く*/
  background-color: white;
  width: 25px;
  height: 25px;
  margin-right: 0.25rem;
}

#header {
  background-color: transparent;
  position: absolute;
  height: 90px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}
#header .inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/
#header.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}
.
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#header.DownMove2 {
  background-color: white;
}

@media only screen and (min-width: 1400px){
  #header .inner {
    max-width: 70vw;
  }
}

@media only screen and (max-width: 980px){
  #header { height: 70px; }
  .head-logo-wrap .head-logo { max-width: 150px; }
  .head-logo-wrap a:nth-child(2) .head-logo { max-width: 130px; }
  .head-btn {
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px){
  #header { height: 50px; }
  .head-logo-wrap { gap: 15px; }
  .head-logo-wrap .head-logo { max-width: 80px; }
  .head-logo-wrap a:nth-child(2) .head-logo {
    max-width: 60px;
    margin-bottom: 6px;
  }
  .head-btn {
    font-size: 12px;
    line-height: 30px;
  }
  .head-btn:before {
    width: 20px;
    height: 20px;
  }
}


.bg-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 5rem;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.bg-heading .filter {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-heading-1 {
  background-image: url(../images/bg-heading-1.jpg);  
}
.bg-heading h2 {
  text-shadow: black 1px 1px 3px;
  z-index: 1;
}

@media only screen and (max-width: 767px){
  .bg-heading {
    height: 200px;
  }
}

/**************************
 * HERO
**************************/
#hero { 
  position: relative;
  background-color: black;
  padding-top: 90px; 
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  height: 40vw;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
#hero .box:first-child {
  margin-bottom: 7vw;
}
#hero .box {
  width: 55%;
}
#hero img.box {
  width: 45%;
  filter: drop-shadow(2px 8px 20px rgba(255, 255, 255, 0.3));
  margin-bottom: 5vw;
}
#hero .maintit {
  display: inline-block;
  font-size: 7.9vw;
  line-height: 1;
  margin-top: 2.5vw;
  padding-top: 3vw;
  border-top: 5px solid white;
}
#hero .maintit span.subspan {
  display: inline-block;
  color: black;
  background-color: white;
  padding: 0 10px;
}
#hero .maintit [data-ruby] {
  position: relative;
}
#hero .maintit [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.5vw;
}
#hero .subtit {
  font-size: 2.2vw;
/*  margin-bottom: 2.5vw;
  padding-bottom: 2vw;
  border-bottom: 5px solid white;*/
}
#hero .maintit,
#hero .subtit {
  color: white;
  font-weight: bold;
}
#hero .hero-bg {
  position: absolute;
  left: -10vw;
  top: 0;
  z-index: 0;
  opacity: 0.5;
}
#hero .hero-bg-txt {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: auto;
}

@media only screen and (min-width: 1400px){
  .hero-inner {
    max-width: 70vw;
  }
}

@media only screen and (max-width: 1399px){
  #hero .maintit {
    font-size: 9.9vw;
  }
  #hero .subtit {
    font-size: 2.9vw;
  }
}

@media only screen and (max-width: 767px){
  #hero {
    padding-top: 130px;
    padding-bottom: 30px;
  }
  .hero-inner {
    flex-direction: column;
    height: 100%;
  }
  #hero .maintit [data-ruby]::before {
    font-size: 6vw;
  }
  #hero .maintit {
    font-size: 19vw;
    margin-top: 5vw;
    padding-top: 5.5vw;
  }
  #hero .subtit {
    font-size: 6vw;
  }
  #hero .box:first-child,
  #hero .box:last-child,
  #hero .box {
    width: 90%;
  }
}

/**************************
 * ABOUT
**************************/
.about {
  background-color: #111;
  color: white;
}
.about-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  align-items: baseline;
}
.about-box img {
  height: 250px;
  width: 100%;
  max-width: 280px;
  object-fit: contain;
  margin-bottom: 1rem;
}
.about-box .box h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.about-box .box p {
  font-size: 18px;
}

@media only screen and (max-width: 767px){
  .about-box {
    grid-template-columns: 1fr;
  }
}



/**************************
 * MARKET
**************************/
.market-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 30px;
}
figcaption {
  margin-top: 10px;
  font-size: 12px;
  color: #b0b2ba;
}

@media only screen and (max-width: 767px){
  .market-box {
    grid-template-columns: 1fr;
  }
}


/**************************
 * Game Type
**************************/
.game-type h3 {
  font-size: 32px;
  background-color: black;
  color: white;
  padding: 0 10px;
}
.game-type h4 {
  margin-bottom: 15px;
}

.game-type01,
.game-type02 {
  position: relative;
  margin-bottom: 50px;
}
.game-type01:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  background-color: #111111;
  height: 25%;
  width: 100%;
  z-index: 0;
}
.game-type01:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  background-image: linear-gradient(-45deg, #fff 25%, #333 25%, #333 50%, #fff 50%, #fff 75%, #333 75%, #333);
  background-size: 1vw 1vw;
  height: 25%;
  width: 100%;
  z-index: 0;
}
.game-type01 video {
  position: relative;
  max-width: 100%;
  width: 100%;
  z-index: 1;
}
.type01-box {
  position: relative;
  z-index: 1;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  align-items: baseline;
}
.type01-box .ranktit {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 15px;
}
.type01-box .cattit {
  font-size: 20px;
  font-weight: bold;
}
.type01-box .cattit span {
  font-size: 30px;
}
.type01-box .box img {
  max-width: 200px;
  margin-top: 20px;
  margin-right: -40px;
  filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.3));
}
.type01-box .box:nth-child(1) .ranktit {
  color: #f58b1f;
  border: 3px solid #f58b1f;
}
.type01-box .box:nth-child(1) .cattit {
  color: #f58b1f;
}
.type01-box .box:nth-child(2) .ranktit {
  color: #0ea3f7;
  border: 3px solid #0ea3f7;
}
.type01-box .box:nth-child(2) .cattit {
  color: #0ea3f7;
}
.type01-box .box:nth-child(3) .ranktit {
  color: #ea018f;
  border: 3px solid #ea018f;
}
.type01-box .box:nth-child(3) .cattit {
  color: #ea018f;
}

.type03-box,
.type02-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media only screen and (min-width: 768px){
  .game-type01 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px){
  .game-type h3 {
    font-size: 6.5vw;
  }
  .game-type h4 {
    font-size: 24px;
  }
  .game-type img {
    width: 80%;
  }
  .type03-box,
  .type02-box,
  .type01-box {
    grid-template-columns: 1fr;
  }
  .type03-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .type03-box h3,
  .type02-box h3 {
    margin-right: auto;
    margin-left: auto;
  }
  .type01-box .box img {
    max-width: 130px;
    margin-right: -30px;
  }
}


/**************************
 * REPORT
**************************/
.reporting {
  background-color: #eee;
}
.report-box-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
.report-box-wrap p {
  font-size: 18px;
  margin-bottom: 30px;
}
.report-box-wrap h3 {
  border-left: 5px solid #00c0bb;
  padding-left: 10px;
  line-height: 1;
}
.report-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
}
.report-table-wrap table th {
  color: white;
  background-color: black;
}
.report-table-wrap table tbody {
  background-color: white;
}
.report-table-wrap table tfoot {
  color: white;
  background-color: gray;
}
.report-table-wrap table th, .report-table-wrap table td {
  font-size: 1rem;
  border: 1px solid #eee;
  padding: 0.25rem;
}
.report-table-wrap table td.td-2 {
  background-color: #eee;
  border-color: white;
}
.report-table-wrap table td.gender {
  background-color: #ccc;
  border-color: white;
}

@media only screen and (max-width: 980px){
  .report-table-wrap table th, .report-table-wrap table td {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px){
  .report-box-wrap {
    grid-template-columns: 1fr;
  }
  .report-box-wrap p {
    font-size: 16px;
  }
}

/**************************
 * FEATURE
**************************/
.feature {
  position: relative;
  background-color: black;
  color: white;
}
.feature:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-image: url(../images/bg-cross.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.feature-box {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.feature-box .box {
  width: 55%;
}
.feature-box .box:last-child {
  width: 45%;
  height: auto;
  object-fit: cover;
  object-position: -25px;
  box-shadow: 10px 10px 0 #111;
}
.feature-box .box .box-content {
  margin-bottom: 30px;
}
.feature-box .box .box-content:last-child {
  margin-bottom: 0;
}
.feature-box .box h3 {
  margin-bottom: 15px;
}
.feature-box .box h3 span {
  position: relative;
  background-color: white;
  color: black;
  padding: 0 10px;
}
.feature-copy {
  position: relative;
  margin-top: 50px;
  padding: 50px 0;
  background: #eee;
}
.feature-copy h3 {
  text-align: center;
  position: relative;
  color: black;
  font-size: 44px;
  margin: 0 auto;
  z-index: 1;
}
.feature-copy h3 span {
  background-color: black;
  color: white;
  padding: 0 10px;
}
.bg-gameborder img,
.feature-copy img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bg-gameborder img {
  opacity: 0.3;
}
/*.feature-box .box h4 {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
.feature-box .box h4 span {
  font-size: 1.3rem;
  line-height: 40px;
  text-align: left;
  float: right;
  width: calc(100% - 50px);
}
.feature-box .box h4 .number {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  color: #0094e7;
  background-color: white;
  border-radius: 9999px;
}*/
.feature-box .box p {
  clear: both;
  font-size: 18px;
}

@media only screen and (max-width: 767px){
  .feature-box {
    flex-direction: column;
  }
  .feature-box .box:last-child,
  .feature-box .box {
    width: 100%;
  }
  .feature-box .box:last-child {
    object-position: 0;
  }
  .feature-box .box h4 span {
    font-size: 1.1rem;
  }
  .feature-box .box p {
    font-size: .8rem;
  }
  .feature-copy h3 {
    font-size: 10vw;
  }
}


/**************************
 * PLAN & FLOW
**************************/
.plan h3,
.plan h4 {
  margin: 0;
}
.plan p {
  font-size: 18px;
}
.plan-box .box {
  padding: 15px;
  margin-bottom: 15px;
}
.plan-box .box:first-child {
  background-color: black;
}
.plan-box .box:first-child h3 {
  color: white;
}
.plan-box .box:nth-child(2),
.plan-box .box:nth-child(3),
.plan-box .box:nth-child(4) {
  border: 3px solid black;
} 

.flow h4 {
  color: white;
  font-size: 16px;
  margin: 0;
}
.flow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  max-width: 100%;
  gap: 40px;
  margin-top: 20px;
}
.flow-box .box {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  position: relative;
  z-index: 2;
  background: linear-gradient(225deg, white 25px, transparent 25px), linear-gradient(405deg, white 25px, transparent 25px), black;
  padding: 30px;
}
.flow-box .box .number {
  color: gray;
  font-size: 32px;
  font-weight: bold;
  display: block;
  width: 30px;
  height: 52px;
  -webkit-background-size: 53px 35px;
  background-size: 53px 35px;
  background-repeat: no-repeat;
  -webkit-background-position: center;
  background-position: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-box::after {
  display: block;
  content: "";
  background: gray;
  width: 90%;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px){
  .flow-box {
    flex-direction: column;
    align-items: center;
  }
  .flow-box::after {
    height: 90%;
    width: 20%;
    left: 40%;
    background-color: #eee;
  }
  .flow-box .box {
    width: 100%;
  }
}


/**************************
 * TALENT
**************************/
.swiper-button-next, .swiper-button-prev {
  color: #0c99e8!important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0!important;
}
.tarent-swiper .swiper-controller {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* フェードモード時 共通調整 */
.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}
.swiper-thumb {
  margin-bottom: 2.5rem;
}
.swiper-thumb .swiper-slide-thumb-active {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0.3;
}
.swiper-thumb .swiper-wrapper {
  width: 100%;
  max-width: 300px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin: 0 auto;
}
.swiper-thumb .swiper-slide {
  cursor: pointer;
  width: 100%!important;
  height: auto;
  margin-right: auto!important;
  margin-left: auto!important;
}
.swiper-main {
  height: 80vh;
}
/* 全スライドに対して */
.swiper-main .swiper-slide {
  opacity: .5!important;
  transform: scale(.85)!important;
  transition: all .5s!important;
}

/* アクティブなスライドに対して */
.swiper-main .swiper-slide-active {
  opacity: 1!important;
  transform: scale(1)!important;
  z-index: 1!important;
}
.swiper-main .swiper-slide-active .talent-info {
  opacity: 1;
  transform: translate(0, 0);
}
.swiper-main .talent-bg {
  top: 0;
  left: -15vh;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.swiper-main .swiper-slide:nth-child(3) .talent-bg {
  left: 0;
}
.swiper-main .talent-bg div {
  height: 100%;
  opacity: 0.1;
}
.talent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.talent-img {
  height: 60vh;
}
.talent-img img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.talent h3 {
  font-size: 1.8rem;
  color: #00314d;
}
.talent h3 span {
  font-size: 0.8rem;
  margin-left: 1rem;
}
.talent-info {
  opacity: 0;
  -moz-transition-delay: 750ms;
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  transform: translate(0, 100px);
  transition: all 750ms;
}
.talent-txt {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.talent-subsc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.talent-subsc a {
  position: relative;
  color: #0094e7;
  text-align: center;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 20px;
  border: 3px solid #0094e7;
  border-radius: 5rem;
  padding: 0.25rem 1rem;
  transition: all .3s;
}
.talent-subsc a:nth-child(1)::before {
  display: inline-block;
  content: "";
  -webkit-mask-image: url(../images/icon-youtube.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/icon-youtube.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0094e7;
  width: 21px;
  height: 21px;
  margin-right: 0.25rem;
  vertical-align: bottom;
}
.talent-subsc a:nth-child(2)::before {
  display: inline-block;
  content: "";
  -webkit-mask-image: url(../images/icon-x.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/icon-x.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0094e7;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.talent-subsc a::after {
  display: inline-block;
  content: "";
  -webkit-mask-image: url(../images/icon-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/icon-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0094e7;
  width: 11px;
  height: 10px;
  margin-left: 0.75rem;
}
.talent-subsc a:hover {
  color: white;
  background-color: #0094e7;
}
.talent-subsc a:hover::before,
.talent-subsc a:hover::after {
  background-color: white;
}
.talent-feature {
  padding: 0;
  margin: 0;
  list-style: none;
}
.talent-feature li {
  font-size: 1rem;
  font-weight: bold;
  color: #0094e7;
  background-color: #f2fbff;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.talent-feature li:last-child {
  margin-bottom: 0;
}
.talent-feature li a {
  word-break: break-word;
}

@media only screen and (max-width: 1440px){
  .swiper-main .slide {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px){
  .talent-feature li { font-size: 0.9rem; }
}
@media only screen and (max-width: 767px){
  .swiper-main { height: 100%; }
  .swiper-main .swiper-slide-active .talent-info {
    padding-bottom: 1rem;
  }
  .tarent-swiper .swiper-controller {
    top: 25%;
  }
  .swiper-main .talent-bg {
    left: 0;
    top: 50vh;
  }
  .talent-subsc,
  .talent {
    grid-template-columns: 1fr;
  }
  .talent-subsc {
    gap: 0.5rem;
  }
  .talent-img {
    height: 50vh;
  }
}


/* ==========================
  CREATIVE
========================== */
.creative-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.creative-box .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.creative-box .box:nth-child(2) {
  background-color: #f2fbff;
  border-color: #f2fbff;
}
.creative-box .box h3 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: white;
  padding: 15px;
  margin: 0;
  background-color: black;
  box-shadow: 0 0.25rem 1rem 0 rgba(34, 35, 36, 0.1);
}
.creative-box .box:nth-child(2) h3 {
  color: black;
  background-color: white;
}
.creative-box .box h3 span {
  font-size: 30px;
}

.creative-table-wrap table th, 
.creative-table-wrap table td {
  padding: 15px;
}
.creative-table-wrap table th:nth-child(2) {
  font-size: 20px;
  background-color: black;
  color: white;
  border-radius: 30px;
}
.creative-table-wrap table td p,
.creative-table-wrap table td li {
  font-size: 18px;
  margin-bottom: 5px;
}
.creative-table-wrap table td p:last-child,
.creative-table-wrap table td li:last-child {
  margin-bottom: 0;
}
.creative-table-wrap table td:first-child {
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: black;
  width: 25%;
}
.creative-table-wrap table td:last-child {
  border-top: 1px dashed black;
  border-right: 1px dashed black;
}
.creative-table-wrap table tbody tr:last-child td:last-child {
  border-bottom: 1px dashed black;
}
.creative-table-wrap table td p span,
.creative-table-wrap table td li span {
  font-size: 14px;
}

@media only screen and (max-width: 980px){
  .creative-box {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px){
  .creative-box {
    grid-template-columns: 1fr;
  }
  .creative-box .box h3 {
    font-size: 1.1rem;
  }
  .creative-table-wrap table td p, .creative-table-wrap table td li {
    font-size: 16px;
  }
  .creative-table-wrap table th,
  .creative-table-wrap table td {
    display: block;
  }
  .creative-table-wrap table td:first-child {
    width: 100%;
  }
  .creative-table-wrap table td:last-child {
    border-top: none;
    border-left: 1px dashed black;
    border-right: 1px dashed black;
  }
}



/* ==========================
  CTA
========================== */
.cta {
  max-width: 100%;
  margin: 0 auto;
  background-color: #eee;
  background: linear-gradient(to bottom, #444, black);
}
.cta h2 .en-title {
  font-size: 4rem;
  color: white;
}
.cta h3 {
  font-size: 1.4rem;
}
.cta .cta-btn-wrap {
  line-height: 80px;
}
.cta .cta-btn-inner {
  overflow: hidden;
  width: 49%;
  border-radius: 80px;
  box-shadow: 0 0.3125rem 1rem 0 rgba(34, 35, 36, 0.2);
}
.cta .cta-btn {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
  padding: 18px 1%;
  border-radius: 80px;
  position: relative;
  z-index: 2;
}
.cta .cta-btn-inner:nth-child(2) {
  border: 3px solid white;
}
.cta .cta-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  vertical-align: super;
  transition: all 300ms linear;
}
.cta .cta-btn.document {
  color: black;
  background-color: white;
  margin-bottom: 0;
}
.cta .cta-btn .cta-btn-txt:after {
  content: "";
  -webkit-mask-image: url(../images/contact-icon-2.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-image: url(../images/contact-icon-2.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  /*変更したい色をここに書く*/
  background-color: white;
  width: 22px;
  height: 22px;
  margin-left: 0.5rem;
}
.cta .cta-btn.document .cta-btn-txt:after {
  -webkit-mask-image: url(../images/document-icon-1.svg);
  mask-image: url(../images/document-icon-1.svg);
  background-color: black;
  width: 22px;
  height: 22px;
  transition: all .3s;
}
.cta .cta-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 120%;
  height: 101%;
  z-index: -1;
  transition: all 300ms linear;
  transform: skewX(-30deg) scale(0, 1);
  background: #f2fbff;
  background: linear-gradient(90deg, white 0%, white 100%);
}
.cta .cta-btn:before {
  background: white;
}
.cta .cta-btn:hover span {
  color: black;
}
.cta .cta-btn:hover .cta-btn-txt:after {
  background: black;
  transition: all .3s;
}
.cta .cta-btn.document:before {
  background: white;
  background: linear-gradient(90deg, #444 0%, #444 100%);
}
.cta .cta-btn.document:hover span {
  color: white;
}
.cta .cta-btn.document:hover .cta-btn-txt:after {
  background: white;
  transition: all .3s;
}
.cta .cta-btn:hover:before {
  left: -10%;
  transform: skewX(-30deg) scale(1, 1);
}

@media (max-width: 980px) {
  .cta-br { display: none; }
  .cta .cta-btn-inner {
    width: 100%;
    margin-bottom: 15px;
  }
  .cta .cta-btn-inner:last-child { margin-bottom: 0; }
}
@media (max-width: 767px) {
  .cta h2 .en-title {
    font-size: 3rem;
  }
  .cta .cta-btn-wrap {
    line-height: 50px;
  }
  .cta .cta-btn .cta-btn-txt { font-size: 1.1rem;}
}
@media (max-width: 424px) {
  .cta .cta-btn .cta-btn-txt { font-size: 1rem;}
}
@media (max-width: 374px) {
  .cta .cta-btn .cta-btn-txt { font-size: 0.9rem;}
}



/*********************
FAQ
*********************/
.faq-wrap {
  padding: 5em 0;
}
.faq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.faq-contents {
  position: relative;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 15px;
}
.faq-contents:last-child { margin: 0; }
.faq-inner {
  margin: 0;
}
.faq h2 {
  font-size: 26px;
  color: white;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 10px;
  margin: 0 0 50px;
  padding: 10px;
}
.faq h2 span {
  margin-top: 0!important;
  z-index: 2;
  display: block;
}
.faq h2 span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f086";
  padding-right: 7px;
}
.faq h2:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
}
.faq h2:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
}
.faq h3 {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1;
}
.faq-contents h3 span {
  width: 100%;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}
.faq-contents h4 {
  font-size: 16px;
  margin: 20px 0 0;
}
.faq p {
  font-size: 15px;
  margin: 20px 0 0;
}
.faq .faq-contents:last-child p { margin-bottom: 0; }

@media only screen and (max-width:767px){
  .faq h2 { font-size: 20px; }
  .faq-contents h3 span { font-size: 15px; }
  .faq-contents h4,
  .faq p { font-size: 14px; }
}


/* ==========================
  FOOTER
========================== */
footer { padding: 3rem 1rem 2rem; }
footer .foot-logo-wrap .foot-icon {
  width: 50px;
}
footer small {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  padding: 10px 0;
}
footer img {
  max-width: 200px;
  padding: 0 1rem;
}
footer .cross {
  font-size: 30px;
}

@media (max-width: 767px) {
  footer { padding: 3rem 0 1.5rem; }
  footer img { max-width: 130px; }
}



/* ポップアップ */
#popup {
  position: fixed;
  z-index: 10;
  width: 250px;
  height: 45px;
  bottom: 0;
  right: 0;
  color: #006458;
  background-color: white;
  border-radius: 0.75rem 0 0 0;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#popup a {
  text-decoration: none;
  cursor: pointer;
}
#popup h3 {
  text-align: center;
  color: #00314d;
  font-size: 14px;
  padding: 5px 0;
  margin: 0 auto;
  line-height: 1.2;
}
#popup #open-btn {
  position: absolute;
  left: -33px;
  top: -1px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
#popup #open-btn img {
  width: 31px;
  height: auto;
}
#popup-contents {
  text-align: center;
  padding: 0 7px;
}
.popup-box {
  display: inline-block;
  background-color: #27c7ff;
  background: linear-gradient(to bottom, #0099e8, #4cc9e7);
  padding: 10px;
  border-radius: 5px;
}
.popup-box .popup-cta {
  background: none;
  margin-top: 1rem;
 }
.popup-box .popup-cta-btn {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: white;
  margin: 0 auto;
  padding: 3px 12px 4px 6px;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  background-color: #00314d;
  transition: all 0.3s;
}

.popup-box .img-wrap .box:hover,
.popup-box .popup-cta-btn:hover {
  opacity: 0.7;
}
.popup-box .popup-cta-btn::before {
  content: "";
  -webkit-mask-image: url(../images/dl-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/dl-icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: white;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.popup-box p {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 10px 0;
  color: white;
}
.popup-box .img-wrap {
  max-width: 280px;
  height: 175px;
  margin: 10px auto 0;
  position: relative;
}
.popup-box .img-wrap .box {
  max-width: 200px;
  position: absolute;
  transition: all 0.3s;
}
.popup-box .img-wrap .box:first-child {
  left: 0;
  top: 0;
  z-index: 2;
}
.popup-box .img-wrap .box:last-child {
  right: 0;
  bottom: 0;
  z-index: 1;
}
.popup-box .img-wrap .box img {
  vertical-align: bottom;
  box-shadow: 2px 2px 4px grey;
}
.popup-box .img-wrap .box a {
  display: inline-block;
  background: none;
  width: 100%;
  border: none;
  padding: 0;
}
.popup-box .img-wrap .box a img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 425px){
  #popup { display: none; }
}