@charset "UTF-8";
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄*/
/*赤*/
/*青*/
/*緑*/
/*グラデーション*/
:root {
  --width-inner: 1280;
}

/* mixin
============================================================================ */
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only 
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

/* 共通部分
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

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

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}
html,
body {
  line-height: 1.6;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  scroll-behavior: smooth;
  scroll-padding-top: 56px;
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 16px;
    font-size: 8.5333333333vw;
    line-height: 1.6;
    scroll-padding-top: 13.3333333333vw;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}

#Wrapper {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  #Wrapper {
    border: none;
  }
}

#Footer {
  margin-top: auto;
  height: 100%;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.common-main {
  width: 100%;
  height: 100%;
  margin-top: 56px;
  display: block;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .common-main {
    margin-top: 13.3333333333vw;
  }
}

/* layout > header
============================================================================== */
.common-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  height: 56px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 28px;
  width: 100%;
  z-index: 300;
}
@media (max-width: 767px) {
  .common-header {
    height: 13.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.common-header__logo {
  display: block;
  width: 130px;
}
@media (max-width: 767px) {
  .common-header__logo {
    width: 32vw;
  }
}
.common-header__logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .common-header__logo:hover {
    opacity: 1;
  }
}
.common-header__logo img {
  display: block;
  width: 100%;
}
.common-header__nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-direction: row;
  width: 328px;
  height: 100%;
}
@media (max-width: 767px) {
  .common-header__nav {
    width: auto;
  }
}
.common-header__nav > li {
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .common-header__nav > li {
    width: auto;
  }
}
.common-header__nav > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .common-header__nav > li > a {
    width: auto;
    padding-left: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}
.common-header__nav > li > a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .common-header__nav > li > a:hover {
    opacity: 1;
  }
}
.common-header__nav > li > a.request {
  background-color: #3C5A96;
}
.common-header__nav > li > a.contact {
  background-color: #ABCD00;
}
.common-header__nav > li > a:after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/16;
  background-image: url(img/common/icn_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .common-header__nav > li > a:after {
    width: 3.2vw;
    margin-left: 1.0666666667vw;
  }
}
.common-header__nav > li > a .txt {
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .common-header__nav > li > a .txt {
    font-size: 3.2vw;
  }
}

/*  layout > footer
============================================================================================================ */
.common-footer {
  color: #C1C7D2;
  background-color: #333333;
}

.common-footer__inner {
  padding: 60px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 16px;
}
@media (max-width: 767px) {
  .common-footer__inner {
    padding: 16vw 5.3333333333vw 5.3333333333vw;
    align-items: center;
    row-gap: 16vw;
  }
}

.common-footer__layout {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .common-footer__layout {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 10.6666666667vw;
  }
}

.common-footer__logo {
  line-height: 1;
  width: 222px;
}
@media (max-width: 767px) {
  .common-footer__logo {
    width: 59.2vw;
  }
}
.common-footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-footer__nav {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .common-footer__nav {
    font-size: 7px;
    font-size: 3.7333333333vw;
  }
}

.common-footer__nav-list {
  display: flex;
}
@media (max-width: 767px) {
  .common-footer__nav-list {
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
  }
}

.common-footer__nav-item {
  padding: 0 28px;
  position: relative;
}
@media (max-width: 767px) {
  .common-footer__nav-item {
    text-align: center;
    padding: 0;
  }
}
.common-footer__nav-item:first-of-type {
  padding-left: 0;
}
.common-footer__nav-item:last-of-type {
  padding-right: 0;
}
.common-footer__nav-item:last-of-type:after {
  display: none;
}
.common-footer__nav-item:after {
  content: "";
  background: #C1C7D2;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .common-footer__nav-item:after {
    display: none;
  }
}
.common-footer__nav-item a {
  line-height: 1;
  display: block;
  display: grid;
  grid-template-columns: auto 14px;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
@media (max-width: 767px) {
  .common-footer__nav-item a {
    grid-template-columns: auto 3.7333333333vw;
  }
}
.common-footer__nav-item a svg path {
  fill: transparent;
}

.common-footer__copyright {
  color: #828791;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .common-footer__copyright {
    font-size: 6px;
    font-size: 3.2vw;
  }
}

/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--1000 {
    max-width: 184vw;
  }
}

/*  layout > top
============================================================================================================ */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top-fv__visual {
  padding-top: 52px;
  padding-bottom: 68px;
  background-image: url(img/top/bg_fvVisual.webp);
  background-size: cover;
  background-position: 50% 50%;
  min-height: 720px;
}
@media (max-width: 767px) {
  .top-fv__visual {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
    background-image: url(img/top/bg_fvVisual-sp.webp);
  }
}
.top-fv__visual .mod-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1280px) {
  .top-fv__visual .mod-inner {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 1000px) {
  .top-fv__visual .mod-inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-fv__visual .mod-inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.top-fv__visualLead {
  margin-top: 80px;
  width: calc(100% - 420px);
}
@media (max-width: 1000px) {
  .top-fv__visualLead {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-fv__visualLead {
    margin-top: 0;
  }
}
.top-fv__visualLead hgroup .txt {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 2;
  color: white;
  display: block;
}
@media (max-width: 767px) {
  .top-fv__visualLead hgroup .txt {
    font-size: 5.3333333333vw;
    margin-bottom: 7.4666666667vw;
  }
}
.top-fv__visualLead hgroup .txt .strong {
  background-color: #F5F6FA;
  color: black;
  display: inline-block;
  padding: 6px 8px;
  margin-right: 12px;
  line-height: 1;
  font-size: 32px;
  font-weight: 800;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1080px) {
  .top-fv__visualLead hgroup .txt .strong {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .top-fv__visualLead hgroup .txt .strong {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .top-fv__visualLead hgroup .txt .strong {
    font-size: 5.8666666667vw;
    padding: 1.6vw 2.1333333333vw;
    margin-right: 0;
    margin-top: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.top-fv__visualLead hgroup .txt .strong .flow {
  display: inline-block;
}
.top-fv__visualLead hgroup .txt .strong .flow:after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/10;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: black;
  vertical-align: 9px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .top-fv__visualLead hgroup .txt .strong .flow:after {
    width: 1.8666666667vw;
    margin-left: 1.8666666667vw;
    margin-right: 1.8666666667vw;
    vertical-align: 1.3333333333vw;
  }
}
.top-fv__visualLead hgroup .txt .strong .flow:last-of-type:after {
  content: none;
}
.top-fv__visualLead hgroup .txt .br01,
.top-fv__visualLead hgroup .txt .br02,
.top-fv__visualLead hgroup .txt .br04 {
  display: none;
}
@media (max-width: 1080px) {
  .top-fv__visualLead hgroup .txt .br01,
  .top-fv__visualLead hgroup .txt .br02,
  .top-fv__visualLead hgroup .txt .br04 {
    display: block;
  }
}
@media (max-width: 1000px) {
  .top-fv__visualLead hgroup .txt .br01,
  .top-fv__visualLead hgroup .txt .br02,
  .top-fv__visualLead hgroup .txt .br04 {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-fv__visualLead hgroup .txt .br01,
  .top-fv__visualLead hgroup .txt .br02,
  .top-fv__visualLead hgroup .txt .br04 {
    display: block;
  }
}
.top-fv__visualLead hgroup .txt .br03 {
  display: block;
}
@media (max-width: 1080px) {
  .top-fv__visualLead hgroup .txt .br03 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .top-fv__visualLead hgroup .txt .br03 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-fv__visualLead hgroup .txt .br03 {
    display: none;
  }
}
.top-fv__visualLead hgroup .img {
  max-width: 480px;
  width: 100%;
}
@media (max-width: 767px) {
  .top-fv__visualLead hgroup .img {
    max-width: 74.6666666667vw;
  }
}
.top-fv__visualLead hgroup .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-fv__visualForm {
  width: 400px;
  border-radius: 12px;
  background: linear-gradient(114deg, rgba(255, 255, 255, 0.28) 1.32%, rgba(255, 255, 255, 0.14) 100%);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding: 28px 18px 30px 18px;
}
@media (max-width: 1000px) {
  .top-fv__visualForm {
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .top-fv__visualForm {
    margin-top: 22.6666666667vw;
    border-radius: 3.2vw;
    box-shadow: 0 0 10.6666666667vw 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1.3333333333vw);
    width: auto;
    padding: 4.2666666667vw 3.2vw 10.9333333333vw;
  }
}
.top-fv__visualForm h2 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-align: center;
  color: white;
}
@media (max-width: 767px) {
  .top-fv__visualForm h2 {
    font-size: 4.8vw;
  }
}
.top-fv__visualForm .txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 8px;
  color: white;
}
@media (max-width: 767px) {
  .top-fv__visualForm .txt {
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
  }
}
.top-fv__logo {
  padding-top: 40px;
  padding-bottom: 42px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-fv__logo {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.top-fv__logo > div {
  min-width: 2936px;
  height: 54px;
  display: flex;
  align-items: center;
  animation: infinity-scroll-left 120s infinite linear both;
}
@media (max-width: 767px) {
  .top-fv__logo > div {
    min-width: 228.2666666667vw;
    height: 9.3333333333vw;
    animation-duration: 40s;
  }
}
.top-fv__logo > div:before, .top-fv__logo > div:after {
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(img/top/img_fvLogo.webp);
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .top-fv__logo > div:before, .top-fv__logo > div:after {
    background-image: url(img/top/img_fvLogo-sp.webp);
  }
}

.top-intro__problem {
  background: linear-gradient(180deg, #10141D 0%, #1A263E 100%);
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .top-intro__problem {
    padding-top: 10.6666666667vw;
    padding-bottom: 9.6vw;
  }
}
.top-intro__problem h2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-intro__problem h2 {
    font-size: 5.3333333333vw;
  }
}
.top-intro__problem h2 .strong {
  color: #009DCD;
  font-size: 48px;
  letter-spacing: 0.12em;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .top-intro__problem h2 .strong {
    font-size: 10.1333333333vw;
    margin-left: 1.0666666667vw;
    margin-right: 1.0666666667vw;
  }
}
.top-intro__problem .list {
  margin: 48px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 920px;
}
@media (max-width: 767px) {
  .top-intro__problem .list {
    margin-top: 10.6666666667vw;
    display: block;
  }
}
.top-intro__problem .list > li {
  width: 30.4347826087%;
  padding: 16px 14px;
  background-color: #D7DCE6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-text-stroke-width: 0.26px;
  -webkit-text-stroke-color: #1B224C;
  font-size: 16px;
  position: relative;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .top-intro__problem .list > li {
    width: 69.3333333333vw;
    padding: 4.2666666667vw 3.2vw;
    margin: 9.6vw auto 0;
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 767px) {
  .top-intro__problem .list > li:first-of-type {
    margin-top: 0;
  }
}
.top-intro__problem .list > li:after {
  content: "";
  display: block;
  background-color: #D7DCE6;
  width: 20px;
  aspect-ratio: 20/16;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-intro__problem .list > li:after {
    width: 5.3333333333vw;
    bottom: -4vw;
  }
}
.top-intro__problem .list > li .br01 {
  display: none;
}
@media (max-width: 820px) {
  .top-intro__problem .list > li .br01 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-intro__problem .list > li .br01 {
    display: none;
  }
}
.top-intro__problem .list > li .br02 {
  display: none;
}
@media (max-width: 1024px) {
  .top-intro__problem .list > li .br02 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-intro__problem .list > li .br02 {
    display: none;
  }
}
.top-intro__problem .list > li .br03 {
  display: none;
}
@media (max-width: 800px) {
  .top-intro__problem .list > li .br03 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-intro__problem .list > li .br03 {
    display: none;
  }
}
.top-intro__result {
  padding-top: 160px;
  padding-bottom: 105px;
  position: relative;
  background-image: url(img/top/bg_intro.webp);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .top-intro__result {
    padding-top: 30.9333333333vw;
    padding-bottom: 12.8vw;
    background-image: url(img/top/bg_intro-sp.webp);
  }
}
.top-intro__result:before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #1A263E;
  position: absolute;
  top: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .top-intro__result:before {
    height: 21.3333333333vw;
  }
}
.top-intro__result img {
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .top-intro__result img {
    width: 53.3333333333vw;
  }
}
.top-intro__result .txt {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 28px;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .top-intro__result .txt {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.top-case {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .top-case {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-case .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-direction: row;
  margin-top: 52px;
}
@media (max-width: 767px) {
  .top-case .list {
    margin-top: 10.6666666667vw;
    display: block;
  }
}
.top-case .list > li {
  width: calc((100% - 28px) / 2);
  margin-top: 28px;
}
@media (max-width: 767px) {
  .top-case .list > li {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.top-case .list > li:first-of-type {
  margin-top: 0;
}
.top-case .list > li:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .top-case .list > li:nth-of-type(2) {
    margin-top: 5.3333333333vw;
  }
}
.top-case .list > li > .wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #F5F6FA;
  padding: 20px;
}
@media (max-width: 767px) {
  .top-case .list > li > .wrap {
    padding: 5.3333333333vw 4.2666666667vw;
  }
}
.top-case .list > li .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-case .list > li .head dl {
  width: 49.0566037736%;
  min-width: 190px;
}
@media (max-width: 767px) {
  .top-case .list > li .head dl {
    width: 52.8052805281%;
    min-width: 0;
  }
}
.top-case .list > li .head dl dt {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .top-case .list > li .head dl dt {
    font-size: 4.8vw;
  }
}
.top-case .list > li .head dl dt .br01 {
  display: none;
}
@media (max-width: 1260px) {
  .top-case .list > li .head dl dt .br01 {
    display: block;
  }
}
@media (max-width: 1024px) {
  .top-case .list > li .head dl dt .br01 {
    display: none;
  }
}
@media (max-width: 1260px) {
  .top-case .list > li .head dl dt .br02 {
    display: none;
  }
}
.top-case .list > li .head dl dd {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #5A5C62;
  line-height: 1;
  padding: 0 8px;
  border: 1px solid #5A5C62;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  line-height: 2;
}
@media (max-width: 767px) {
  .top-case .list > li .head dl dd {
    font-size: 2.6666666667vw;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
    margin-top: 2.1333333333vw;
  }
}
.top-case .list > li .head dl dd:first-of-type {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .top-case .list > li .head dl dd:first-of-type {
    margin-top: 3.7333333333vw;
  }
}
.top-case .list > li .head img {
  max-width: 45.2830188679%;
  width: calc(100% - 190px);
}
@media (max-width: 767px) {
  .top-case .list > li .head img {
    width: 42.2442244224%;
  }
}
.top-case .list > li .lead {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-case .list > li .lead {
    font-size: 4.2666666667vw;
    margin-top: 6.4vw;
  }
}
.top-case .list > li .desc {
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-top: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-case .list > li .desc {
    font-size: 4.2666666667vw;
    margin-top: 3.2vw;
    margin-bottom: 0;
  }
}
.top-case .list > li .moreBtn {
  margin-top: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .top-case .list > li .moreBtn {
    margin-top: 8.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.top-case .list > li .moreBtn:hover .deco {
  background-color: black;
}
@media (max-width: 767px) {
  .top-case .list > li .moreBtn:hover .deco {
    background-color: transparent;
  }
}
.top-case .list > li .moreBtn:hover .deco:before {
  background-color: white !important;
}
@media (max-width: 767px) {
  .top-case .list > li .moreBtn:hover .deco:before {
    background-color: black !important;
  }
}
.top-case .list > li .moreBtn .deco {
  width: 36px;
  aspect-ratio: 36/36;
  border: 1px solid black;
  border-radius: 50%;
  margin-left: 16px;
  position: relative;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .top-case .list > li .moreBtn .deco {
    width: 9.6vw;
    margin-left: 4.2666666667vw;
  }
}
.top-case .list > li .moreBtn .deco:before {
  content: "";
  display: block;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  background-color: black;
  width: 6px;
  aspect-ratio: 6/7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .top-case .list > li .moreBtn .deco:before {
    width: 1.6vw;
  }
}

.top-capa {
  background-color: #EDF2F4;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .top-capa {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-capa .list {
  background-color: #fff;
  margin-top: 52px;
  display: flex;
  border: 1px solid #C1C7D2;
}
@media (max-width: 1000px) {
  .top-capa .list {
    display: block;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .top-capa .list {
    margin-top: 10.6666666667vw;
  }
}
.top-capa .list .group {
  width: 33.3333333333%;
  border-right: 1px solid #C1C7D2;
  padding: 40px 18px;
}
@media (max-width: 1000px) {
  .top-capa .list .group {
    width: 100%;
    border-right: none;
    padding: 40px;
    border-bottom: 1px solid #C1C7D2;
  }
}
@media (max-width: 767px) {
  .top-capa .list .group {
    padding: 10.6666666667vw 4.8vw;
  }
}
.top-capa .list .group:last-of-type {
  border-right: none;
}
@media (max-width: 1000px) {
  .top-capa .list .group:last-of-type {
    border-bottom: none;
  }
}
.top-capa .list .group:before {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 1;
  background-image: url(img/common/productLogoMark.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .top-capa .list .group:before {
    width: 18.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.top-capa .list .group dt {
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media (max-width: 1000px) {
  .top-capa .list .group dt {
    height: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .top-capa .list .group dt {
    font-size: 4.8vw;
  }
}
.top-capa .list .group dt .br {
  display: none;
}
@media (max-width: 1200px) {
  .top-capa .list .group dt .br {
    display: block;
  }
}
@media (max-width: 1000px) {
  .top-capa .list .group dt .br {
    display: none;
  }
}
.top-capa .list .group dd {
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .top-capa .list .group dd {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.top-capa .list .group dd .br {
  display: block;
}
@media (max-width: 1280px) {
  .top-capa .list .group dd .br {
    display: none;
  }
}

.top-ctaCapa {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(img/common/bg_cta.webp);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .top-ctaCapa {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-image: url(img/common/bg_cta-sp.webp);
  }
}
.top-ctaCapa__inner {
  border-radius: 12px;
  background: linear-gradient(114deg, rgba(255, 255, 255, 0.28) 1.32%, rgba(255, 255, 255, 0.14) 100%);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding-top: 71px;
  padding-bottom: 71px;
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-ctaCapa__inner {
    border-radius: 3.2vw;
    box-shadow: 0 0 10.6666666667vw 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1.3333333333vw);
    width: auto;
    padding: 9.8666666667vw 3.2vw;
  }
}
.top-ctaCapa h2 {
  color: white;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .top-ctaCapa h2 {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
.top-ctaCapa h2 img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: -10px;
}
@media (max-width: 767px) {
  .top-ctaCapa h2 img {
    width: 38.1333333333vw;
    margin-right: 3.2vw;
    vertical-align: -5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.top-ctaCapa .list {
  display: flex;
  justify-content: center;
  width: 730px;
  max-width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 880px) {
  .top-ctaCapa .list {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .top-ctaCapa .list {
    margin-top: 7.4666666667vw;
  }
}
.top-ctaCapa .list > li {
  margin-right: 40px;
}
@media (max-width: 880px) {
  .top-ctaCapa .list > li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-ctaCapa .list > li {
    margin-bottom: 5.3333333333vw;
    width: 100%;
  }
}
.top-ctaCapa .list > li:last-of-type {
  margin-right: 0;
}
@media (max-width: 880px) {
  .top-ctaCapa .list > li:last-of-type {
    margin-bottom: 0;
  }
}
.top-ctaCapa .list > li .mod-btn {
  max-width: 100%;
}

.top-process {
  padding-top: 80px;
  padding-bottom: 102px;
}
@media (max-width: 767px) {
  .top-process {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-process__wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  flex-direction: row;
  margin-top: 52px;
}
@media (max-width: 1024px) {
  .top-process__wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-process__wrap {
    margin-top: 10.6666666667vw;
  }
}
.top-process__wrap iframe {
  width: calc(100% - 424px - 26px);
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 1024px) {
  .top-process__wrap iframe {
    width: 100%;
  }
}
.top-process__wrap .list {
  width: 424px;
  background-color: #D7DCE6;
  padding: 28px 54px;
}
@media (max-width: 1024px) {
  .top-process__wrap .list {
    width: 100%;
    margin-top: 32px;
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media (max-width: 767px) {
  .top-process__wrap .list {
    margin-top: 5.3333333333vw;
    padding: 6.6666666667vw 11.7333333333vw;
  }
}
.top-process__wrap .list > li {
  width: 304px;
  background-color: white;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-top: 32px;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 1024px) {
  .top-process__wrap .list > li {
    width: 400px;
  }
}
@media (max-width: 860px) {
  .top-process__wrap .list > li {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .top-process__wrap .list > li {
    width: 65.8666666667vw;
    padding: 2.1333333333vw;
    font-size: 4.2666666667vw;
    margin-top: 4.5333333333vw;
  }
}
.top-process__wrap .list > li:before {
  content: "";
  display: block;
  width: 54px;
  aspect-ratio: 54/54;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #C1C7D2;
  position: absolute;
  top: -6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .top-process__wrap .list > li:before {
    width: 11.7333333333vw;
    top: -1.0666666667vw;
  }
}
.top-process__wrap .list > li:first-of-type {
  margin-top: 0;
}
.top-process__wrap .list > li.left {
  padding-left: 24px;
}
@media (max-width: 767px) {
  .top-process__wrap .list > li.left {
    padding-left: 4.2666666667vw;
  }
}
.top-process__wrap .list > li.left:before {
  left: -42px;
  background-image: url(img/common/icn_person.svg);
  background-size: 21px auto;
}
@media (max-width: 767px) {
  .top-process__wrap .list > li.left:before {
    left: -9.6vw;
    background-size: 5.0666666667vw auto;
  }
}
.top-process__wrap .list > li.right {
  padding-right: 24px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-process__wrap .list > li.right {
    padding-right: 4.2666666667vw;
  }
}
.top-process__wrap .list > li.right:before {
  right: -42px;
  background-image: url(img/common/productLogoMark.webp);
  background-size: 26px auto;
}
@media (max-width: 767px) {
  .top-process__wrap .list > li.right:before {
    right: -9.6vw;
    background-size: 5.8666666667vw auto;
  }
}
@media (max-width: 1024px) {
  .top-process__wrap .list > li .br {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-process__wrap .list > li .br {
    display: block;
  }
}

.top-ctaDemo {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(img/common/bg_cta.webp);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .top-ctaDemo {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-image: url(img/common/bg_cta-sp.webp);
  }
}
.top-ctaDemo__inner {
  border-radius: 12px;
  background: linear-gradient(114deg, rgba(255, 255, 255, 0.28) 1.32%, rgba(255, 255, 255, 0.14) 100%);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding-top: 57px;
  padding-bottom: 57px;
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-ctaDemo__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3.2vw;
    box-shadow: 0 0 10.6666666667vw 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1.3333333333vw);
    width: auto;
    padding: 6.4vw 3.2vw 6.1333333333vw;
  }
}
.top-ctaDemo h2 {
  color: white;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .top-ctaDemo h2 {
    font-size: 4.8vw;
    line-height: 0.8;
    display: inline-block;
  }
}
.top-ctaDemo h2 .img {
  width: 160px;
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .top-ctaDemo h2 .img {
    width: 37.3333333333vw;
    margin-right: 3.2vw;
  }
}
.top-ctaDemo h2 .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .top-ctaDemo h2 .img img {
    padding-bottom: 2.1333333333vw;
  }
}
.top-ctaDemo .mod-btn {
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .top-ctaDemo .mod-btn {
    margin-top: 7.4666666667vw;
  }
}

.top-license {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .top-license {
    padding-top: 16vw;
  }
}
.top-license__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1180px) {
  .top-license__head {
    display: block;
  }
}
.top-license__headDesc {
  background-color: #21C19A;
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-top: 24px;
}
@media (max-width: 1180px) {
  .top-license__headDesc {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .top-license__headDesc {
    width: 100%;
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.top-license__headDesc .strong {
  display: block;
  font-weight: 900;
  font-size: 28px;
}
@media (max-width: 767px) {
  .top-license__headDesc .strong {
    font-size: 5.3333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.top-license table {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #C1C7D2;
}
@media (max-width: 767px) {
  .top-license table {
    margin-top: 9.0666666667vw;
  }
}
.top-license table thead {
  border-bottom: 1px solid #C1C7D2;
}
.top-license table thead th {
  padding: 16px;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  border-right: 1px solid #C1C7D2;
}
@media (max-width: 767px) {
  .top-license table thead th {
    padding: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.top-license table thead th:last-of-type {
  border-right: none;
}
.top-license table thead th .empty {
  width: 15.3846153846%;
}
@media (max-width: 767px) {
  .top-license table thead th .empty {
    width: 8.3582089552%;
  }
}
.top-license table thead th.gray {
  background-color: #A5AAB4;
  width: 28.2051282051%;
}
@media (max-width: 767px) {
  .top-license table thead th.gray:nth-of-type(2) {
    width: 26.5671641791%;
  }
  .top-license table thead th.gray:nth-of-type(3) {
    width: 32.5373134328%;
  }
}
.top-license table thead th.blue {
  background-color: #3C5A96;
  width: 28.2051282051%;
  position: relative;
}
@media (max-width: 767px) {
  .top-license table thead th.blue {
    width: 32.5373134328%;
  }
}
.top-license table thead th.blue:before {
  content: "";
  display: block;
  background-color: #21C19A;
  aspect-ratio: 40/32;
  width: 40px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .top-license table thead th.blue:before {
    top: -44px;
  }
}
@media (max-width: 767px) {
  .top-license table thead th.blue:before {
    width: 7.4666666667vw;
    top: -9.6vw;
  }
}
.top-license table tbody tr {
  border-bottom: 1px solid #C1C7D2;
}
.top-license table tbody tr:last-of-type {
  border-bottom: none;
}
.top-license table tbody tr .br01 {
  display: none;
}
@media (max-width: 1060px) {
  .top-license table tbody tr .br01 {
    display: block;
  }
}
.top-license table tbody tr .br02 {
  display: none;
}
@media (max-width: 860px) {
  .top-license table tbody tr .br02 {
    display: block;
  }
}
.top-license table tbody tr .br03 {
  display: none;
}
@media (max-width: 1300px) {
  .top-license table tbody tr .br03 {
    display: block;
  }
}
@media (max-width: 1000px) {
  .top-license table tbody tr .br03 {
    display: none;
  }
}
.top-license table tbody tr .br04 {
  display: none;
}
@media (max-width: 880px) {
  .top-license table tbody tr .br04 {
    display: block;
  }
}
.top-license table tbody tr th {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  vertical-align: middle;
  text-align: center;
  padding: 16px;
  border-right: 1px solid #C1C7D2;
}
@media (max-width: 767px) {
  .top-license table tbody tr th {
    font-size: 3.2vw;
    padding: 4vw 2.1333333333vw;
  }
}
.top-license table tbody tr td {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 19px 16px;
  border-right: 1px solid #C1C7D2;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767px) {
  .top-license table tbody tr td {
    font-size: 2.9333333333vw;
    padding: 4.2666666667vw 1.6vw;
  }
}
.top-license table tbody tr td:last-of-type {
  border-right: none;
}
@media (max-width: 1240px) {
  .top-license table tbody tr td.txtLeft {
    text-align: left;
  }
}
.top-license table tbody tr td a {
  color: #3C5A96;
  text-decoration: underline;
}
.top-license table tbody tr td a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .top-license table tbody tr td a:hover {
    opacity: 1;
  }
}

.top-support {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .top-support {
    padding-top: 21.3333333333vw;
    padding-bottom: 16vw;
  }
}
.top-support .mod-ttl .br {
  display: none;
}
@media (max-width: 880px) {
  .top-support .mod-ttl .br {
    display: block;
  }
}
.top-support .list {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-support .list {
    margin-top: 10.6666666667vw;
    display: block;
  }
}
.top-support .list > li {
  width: calc((100% - 44px) / 2);
  border: 1px solid #C1C7D2;
  position: relative;
}
@media (max-width: 767px) {
  .top-support .list > li {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.top-support .list > li:before {
  content: "";
  display: block;
  background-color: black;
  width: 17px;
  aspect-ratio: 17/20;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
}
@media (max-width: 767px) {
  .top-support .list > li:before {
    width: 5.3333333333vw;
    aspect-ratio: 20/17;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: auto;
    bottom: -8vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .top-support .list > li:first-of-type {
    margin-top: 0;
  }
}
.top-support .list > li:last-of-type:before {
  content: none;
}
.top-support .list h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #C1C7D2;
  background-color: #F5F6FA;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .top-support .list h3 {
    height: 14.1333333333vw;
    font-size: 4.8vw;
  }
}
.top-support .list .desc {
  padding: 20px 19px 32px;
  height: calc(100% - 59px);
}
@media (max-width: 767px) {
  .top-support .list .desc {
    padding: 5.3333333333vw 5.0666666667vw 8.5333333333vw;
    height: auto;
  }
}
.top-support .list .txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-support .list .txt {
    font-size: 4.2666666667vw;
  }
}
.top-support .list .detailList {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .top-support .list .detailList {
    margin-top: 8.5333333333vw;
  }
}
.top-support .list .detailList .group {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .top-support .list .detailList .group {
    margin-top: 4.2666666667vw;
  }
}
.top-support .list .detailList .group:first-of-type {
  margin-top: 0;
}
.top-support .list .detailList dt {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .top-support .list .detailList dt {
    font-size: 4.2666666667vw;
  }
}
.top-support .list .detailList dd {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .top-support .list .detailList dd {
    font-size: 4.2666666667vw;
  }
}

.top-ctaTrial {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(img/common/bg_cta.webp);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .top-ctaTrial {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-image: url(img/common/bg_cta-sp.webp);
  }
}
.top-ctaTrial__inner {
  border-radius: 12px;
  background: linear-gradient(114deg, rgba(255, 255, 255, 0.28) 1.32%, rgba(255, 255, 255, 0.14) 100%);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding-top: 51px;
  padding-bottom: 51px;
  width: 1083px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-ctaTrial__inner {
    border-radius: 3.2vw;
    box-shadow: 0 0 10.6666666667vw 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1.3333333333vw);
    width: auto;
    padding: 14.4vw 3.2vw;
  }
}
.top-ctaTrial hgroup .txt {
  color: white;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .top-ctaTrial hgroup .txt {
    font-size: 4.8vw;
  }
}
.top-ctaTrial hgroup h2 {
  font-size: 52px;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, #446DCD 0%, #4BB6D3 50%, #6EF2CC 100%);
  line-height: 1;
  padding: 12px 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 28px auto 0;
}
@media (max-width: 1024px) {
  .top-ctaTrial hgroup h2 {
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .top-ctaTrial hgroup h2 {
    font-size: 7.4666666667vw;
    padding: 2.1333333333vw 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}
@media (max-width: 1024px) {
  .top-ctaTrial hgroup h2 .space {
    display: none;
  }
}
.top-ctaTrial .desc {
  margin-top: 48px;
  color: white;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .top-ctaTrial .desc {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .top-ctaTrial .desc {
    font-size: 4vw;
    margin-top: 7.4666666667vw;
  }
}
.top-ctaTrial .desc .strong {
  font-size: 40px;
  display: block;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .top-ctaTrial .desc .strong {
    font-size: 6.4vw;
    margin-top: 2.1333333333vw;
  }
}
.top-ctaTrial .desc .num {
  font-size: 60px;
  font-weight: 900;
  margin-right: 16px;
  vertical-align: -0.1em;
}
@media (max-width: 767px) {
  .top-ctaTrial .desc .num {
    font-size: 10.6666666667vw;
    margin-right: 2.1333333333vw;
  }
}
.top-ctaTrial .mod-btn {
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .top-ctaTrial .mod-btn {
    margin-top: 10.6666666667vw;
  }
}

.top-faq {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .top-faq {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-faq .list {
  margin-top: 52px;
  border-top: 1px solid #C1C7D2;
}
@media (max-width: 767px) {
  .top-faq .list {
    margin-top: 10.6666666667vw;
  }
}
.top-faq .list .group {
  border-bottom: 1px solid #C1C7D2;
}
.top-faq .list dt a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 20px 56px 20px 20px;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .top-faq .list dt a {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 12.8vw 5.3333333333vw 3.2vw;
  }
}
.top-faq .list dt a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .top-faq .list dt a:hover {
    opacity: 1;
  }
}
.top-faq .list dt a:after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .top-faq .list dt a:after {
    width: 2.1333333333vw;
    right: 4.2666666667vw;
  }
}
.top-faq .list dt a.is_open:after {
  transform: translateY(-50%) scale(1, -1);
}
.top-faq .list dd {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 20px;
  background-color: #F5F6FA;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-faq .list dd {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 3.2vw;
  }
}

.top-download {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(img/top/bg_download.webp);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .top-download {
    padding-top: 16vw;
    padding-bottom: 16vw;
    background-image: url(img/top/bg_download-sp.webp);
  }
}
.top-download__form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}
@media (max-width: 1000px) {
  .top-download__form {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-download__form {
    margin-top: 13.8666666667vw;
  }
}
.top-download__form .lead {
  max-width: calc(100% - 420px);
  margin-right: 6.25%;
}
@media (max-width: 1000px) {
  .top-download__form .lead {
    max-width: 100%;
    margin-right: 0;
  }
}
.top-download__form .lead h3 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.04em;
  color: white;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .top-download__form .lead h3 {
    font-size: 4.8vw;
  }
}
.top-download__form .lead h3:after {
  content: "";
  display: block;
  width: 420px;
  max-width: 100%;
  aspect-ratio: 840/566;
  margin: 40px auto 0;
  background-image: url(img/top/bg_downloadFrom.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (max-width: 767px) {
  .top-download__form .lead h3:after {
    width: 64vw;
    margin-top: 5.3333333333vw;
  }
}
.top-download__form .lead h3 .img {
  width: 380px;
  display: block;
  margin: 0 auto 26px;
}
@media (max-width: 767px) {
  .top-download__form .lead h3 .img {
    width: 58.6666666667vw;
    margin-bottom: 6.9333333333vw;
  }
}
.top-download__form .lead h3 .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-download__form .lead h3 .br {
  display: none;
}
@media (max-width: 1080px) {
  .top-download__form .lead h3 .br {
    display: block;
  }
}
@media (max-width: 1000px) {
  .top-download__form .lead h3 .br {
    display: none;
  }
}
.top-download__form .form {
  width: 400px;
  border-radius: 12px;
  background: linear-gradient(114deg, rgba(255, 255, 255, 0.28) 1.32%, rgba(255, 255, 255, 0.14) 100%);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding: 32px 18px 30px 18px;
}
@media (max-width: 1000px) {
  .top-download__form .form {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .top-download__form .form {
    margin-top: 7.4666666667vw;
    border-radius: 3.2vw;
    box-shadow: 0 0 10.6666666667vw 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1.3333333333vw);
    width: auto;
    padding: 5.3333333333vw 3.2vw 8.8vw;
  }
}
.top-download__form .form .txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: white;
}
.top-download__form .form .txt:last-of-type {
  margin-top: 26px;
}
.top-download__recommend {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .top-download__recommend {
    margin-top: 13.8666666667vw;
  }
}
.top-download__recommend h3 {
  color: white;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .top-download__recommend h3 {
    font-size: 5.3333333333vw;
  }
}
.top-download__recommend .list {
  margin-top: 32px;
  display: flex;
  border: 1px solid #C1C7D2;
  background-color: #F5F6FA;
}
@media (max-width: 767px) {
  .top-download__recommend .list {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
.top-download__recommend .list > li {
  width: 33.3333333333%;
  padding: 40px 20px;
  border-right: 1px solid #C1C7D2;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .top-download__recommend .list > li {
    width: 100%;
    padding: 7.4666666667vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    border-right: none;
    border-bottom: 1px solid #C1C7D2;
  }
}
.top-download__recommend .list > li:before {
  content: "";
  display: block;
  width: 72px;
  aspect-ratio: 1;
  background-image: url(img/common/productLogoMark.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin: 0 auto 32px;
}
@media (max-width: 767px) {
  .top-download__recommend .list > li:before {
    width: 12.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.top-download__recommend .list > li:last-of-type {
  border-right: none;
}
@media (max-width: 767px) {
  .top-download__recommend .list > li:last-of-type {
    border-bottom: none;
  }
}
.top-download__recommend .list > li .br01 {
  display: none;
}
@media (max-width: 1140px) {
  .top-download__recommend .list > li .br01 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-download__recommend .list > li .br01 {
    display: none;
  }
}
.top-download__recommend .list > li .br02 {
  display: none;
}
@media (max-width: 1024px) {
  .top-download__recommend .list > li .br02 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-download__recommend .list > li .br02 {
    display: none;
  }
}
.top-download__recommend .list > li .br03 {
  display: none;
}
@media (max-width: 840px) {
  .top-download__recommend .list > li .br03 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-download__recommend .list > li .br03 {
    display: none;
  }
}
.top-download__recommend .list > li .br04 {
  display: none;
}
@media (max-width: 900px) {
  .top-download__recommend .list > li .br04 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-download__recommend .list > li .br04 {
    display: none;
  }
}
@media (max-width: 840px) {
  .top-download__recommend .list > li .br05 {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-download__recommend .list > li .br05 {
    display: block;
  }
}
.top-download__recommend .list > li .br06 {
  display: none;
}
@media (max-width: 840px) {
  .top-download__recommend .list > li .br06 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-download__recommend .list > li .br06 {
    display: none;
  }
}
.top-download__recommend .list > li .br07 {
  display: none;
}
@media (max-width: 1024px) {
  .top-download__recommend .list > li .br07 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-download__recommend .list > li .br07 {
    display: none;
  }
}
.top-download__recommend .list > li .br08 {
  display: none;
}
@media (max-width: 840px) {
  .top-download__recommend .list > li .br08 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-download__recommend .list > li .br08 {
    display: none;
  }
}
.top-download__recommend .list > li .br09 {
  display: none;
}
@media (max-width: 1260px) {
  .top-download__recommend .list > li .br09 {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-download__recommend .list > li .br09 {
    display: none;
  }
}
.top-download__cta {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .top-download__cta {
    padding-top: 13.8666666667vw;
  }
}
.top-download__ctaInner {
  border-radius: 12px;
  background: linear-gradient(114deg, rgba(255, 255, 255, 0.28) 1.32%, rgba(255, 255, 255, 0.14) 100%);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding-top: 54px;
  padding-bottom: 54px;
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-download__ctaInner {
    border-radius: 3.2vw;
    box-shadow: 0 0 10.6666666667vw 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1.3333333333vw);
    width: auto;
    padding: 12.8vw 3.2vw 14.9333333333vw;
  }
}
.top-download__ctaInner h3 {
  color: white;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .top-download__ctaInner h3 {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}
.top-download__ctaInner .hour {
  color: white;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .top-download__ctaInner .hour {
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
    font-weight: 500;
  }
}
.top-download__ctaInner .mod-btn {
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .top-download__ctaInner .mod-btn {
    width: 100%;
    margin-top: 7.4666666667vw;
  }
}

.top-blog {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .top-blog {
    padding-top: 16vw;
    padding-bottom: 15.7333333333vw;
  }
}
.top-blog .desc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 46px;
}
@media (max-width: 767px) {
  .top-blog .desc {
    font-size: 4.2666666667vw;
    margin-top: 6.4vw;
  }
}

.top-blog__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .top-blog__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.top-blog__list .blog-card {
  background: #fff;
  transition: transform 0.2s ease;
}
.top-blog__list .blog-card__link {
  text-decoration: none;
  color: #333;
  display: block;
}
.top-blog__list .blog-card__link:hover {
  opacity: 0.8;
}
.top-blog__list {
  /* サムネイル（角丸・アスペクト比） */
}
.top-blog__list .blog-card__thumb {
  width: 100%;
  aspect-ratio: 1.8/1; /* noteのサムネイルに近い比率 */
  background-size: cover;
  background-position: center;
  border-radius: 12px; /* 画像の角を丸く */
  background-color: #f0f0f0;
  margin-bottom: 12px;
}
.top-blog__list {
  /* タイトル */
}
.top-blog__list .blog-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top-blog__list {
  /* 著者情報・日付 */
}
.top-blog__list .blog-card__meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
  gap: 8px;
}
.top-blog__list .blog-card__author-icon {
  width: 20px;
  height: 20px;
  background: #ccc;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 10px;
}
.top-blog__list .blog-card__author-name {
  font-weight: 500;
}
.top-blog__list .blog-card__date {
  margin-left: auto;
}

.top-blog__item iframe {
  max-width: 700px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.top-partner {
  background-color: #EDF2F4;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .top-partner {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
@media (max-width: 767px) {
  .top-partner .mod-ttl .txt {
    width: 105%;
  }
}
.top-partner .desc {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-top: 52px;
}
@media (max-width: 767px) {
  .top-partner .desc {
    font-size: 4.2666666667vw;
    margin-top: 6.4vw;
  }
}
.top-partner .logo {
  display: block;
  margin: 40px auto 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .top-partner .logo {
    margin-top: 8.5333333333vw;
    width: 100%;
  }
}
.top-partner__youtube {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .top-partner__youtube {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-partner__youtube {
    margin-top: 10.6666666667vw;
  }
}
.top-partner__youtube .wrap {
  width: 48.2051282051%;
  aspect-ratio: 564/423;
  background-color: black;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .top-partner__youtube .wrap {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .top-partner__youtube .wrap {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 900px) {
  .top-partner__youtube .wrap:first-of-type {
    margin-top: 0;
  }
}
.top-partner__youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.top-ctaSupport {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(img/common/bg_cta.webp);
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .top-ctaSupport {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-image: url(img/common/bg_cta-sp.webp);
    margin-bottom: 16vw;
  }
}
.top-ctaSupport__inner {
  border-radius: 12px;
  background: linear-gradient(114deg, rgba(255, 255, 255, 0.28) 1.32%, rgba(255, 255, 255, 0.14) 100%);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding-top: 28px;
  padding-bottom: 49px;
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-ctaSupport__inner {
    border-radius: 3.2vw;
    box-shadow: 0 0 10.6666666667vw 0 rgba(0, 0, 0, 0.12), 0 0 1px 1px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1.3333333333vw);
    width: auto;
    padding: 10.1333333333vw 3.2vw 9.8666666667vw;
  }
}
.top-ctaSupport h2 {
  display: block;
  color: white;
  font-size: 28px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .top-ctaSupport h2 {
    font-size: 4.8vw;
    line-height: 1.6;
    display: inline-block;
    width: calc(100% + 1em);
    margin-left: -0.5em;
  }
}
.top-ctaSupport h2 .br01 {
  display: none;
}
@media (max-width: 824px) {
  .top-ctaSupport h2 .br01 {
    display: block;
  }
}
@media (max-width: 824px) {
  .top-ctaSupport h2 .br02 {
    display: none;
  }
}
.top-ctaSupport h2 .br03 {
  display: none;
}
@media (max-width: 824px) {
  .top-ctaSupport h2 .br03 {
    display: block;
  }
}
.top-ctaSupport h2 .img {
  width: 160px;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .top-ctaSupport h2 .img {
    width: 37.3333333333vw;
    margin-right: 3.2vw;
    margin-bottom: -1.6vw;
  }
}
.top-ctaSupport h2 .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .top-ctaSupport h2 .img img {
    padding-bottom: 2.1333333333vw;
  }
}
.top-ctaSupport .mod-btn {
  margin: 46px auto 0;
}
@media (max-width: 767px) {
  .top-ctaSupport .mod-btn {
    margin-top: 10.6666666667vw;
  }
}

.top-form {
  margin-top: 29px;
}
.top-form > table {
  width: 100%;
}
.top-form > table > tbody > tr > td > table {
  width: 100%;
}
.top-form > table > tbody > tr > td > table > tbody {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.top-form > table > tbody > tr > td > table > tbody > tr {
  color: white;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.top-form > table > tbody > tr > td > table > tbody > tr:last-of-type {
  margin-top: 15px;
}
.top-form > table > tbody > tr > td > table > tbody > tr td {
  font-size: 14px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.top-form > table > tbody > tr > td > table > tbody > tr td > input {
  color: black;
}
.top-form > table > tbody > tr > td > table > tbody > tr td > label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.top-form > table > tbody > tr > td > table > tbody > tr td > label:has(input[type=checkbox]) {
  cursor: pointer;
}
.top-form > table > tbody > tr > td > table > tbody > tr td > label > input[type=checkbox] {
  width: 14px;
  margin-right: 8px;
  border-radius: 0;
  cursor: pointer;
}
.top-form > table > tbody > tr > td > table > tbody > tr td > label > a {
  color: #21C19A;
  text-decoration: underline;
}
.top-form__btn {
  position: relative;
  margin-top: 28px;
}
.top-form__btn:after {
  content: "";
  font-size: 0;
  line-height: 1;
  width: 16px;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(190%, -49%);
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 6L3.5 3L3.5 9L8.5 6Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-form__btn:after {
    transform: translate(190%, -49%);
  }
}
.top-form__btn input[type=submit] {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: white;
  background: #21C19A;
  width: 100%;
  padding: 10px 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  border-radius: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.top-form__message {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  margin-top: 26px;
  display: grid;
}

/* module
============================================================================ */
/* module > btn
============================================================================ */
.mod-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 345px;
  height: 50px;
}
@media (max-width: 767px) {
  .mod-btn {
    width: 100%;
    height: 10.6666666667vw;
  }
}
.mod-btn:hover:after {
  transform: translate(5px, 1px);
}
@media (max-width: 767px) {
  .mod-btn:hover:after {
    transform: translate(0, 0.2666666667vw);
  }
}
.mod-btn:after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 7/8;
  background-color: white;
  transform: translate(0, 1px);
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  margin-left: 13px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .mod-btn:after {
    width: 1.8666666667vw;
    transform: translate(0, 0.2666666667vw);
    margin-left: 3.4666666667vw;
  }
}
.mod-btn.green {
  background-color: #21C19A;
}
.mod-btn.yellowGreen {
  background-color: #ABCD00;
}
.mod-btn .txt {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 18px;
  color: white;
}
@media (max-width: 767px) {
  .mod-btn .txt {
    font-size: 4.2666666667vw;
  }
}

input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #828791;
}

input[type=text]:placeholder-shown, input[type=email]:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #828791;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #828791;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #828791;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #828791;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #828791;
}
input[type=text], input[type=email], select, textarea {
  width: 100%;
  border: 0;
  padding: 9px 11px;
  background-color: #F5F6FA;
  border: solid 1px #A5AAB4;
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
}

select {
  height: 39px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  position: relative;
  background-image: url("img/common/arw_select.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  box-sizing: border-box;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

input[type=radio] {
  vertical-align: 0.15em;
  margin-right: 5px;
}

/*  module > inner
============================================================================================================ */
.mod-inner {
  max-width: calc(var(--width-inner) * 1px);
  padding-left: 56px;
  padding-right: 56px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .mod-inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/* module > ttl
============================================================================ */
.mod-ttl.white h2, .mod-ttl.white .txt {
  color: white;
}
.mod-ttl h2 {
  font-weight: 900;
  font-size: 64px;
}
@media (max-width: 767px) {
  .mod-ttl h2 {
    font-size: 10.6666666667vw;
  }
}
@media (max-width: 767px) {
  .mod-ttl h2.sp-rows {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .mod-ttl h2.sp-rows + .txt {
    margin-top: 2.1333333333vw;
  }
}
.mod-ttl .txt {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .mod-ttl .txt {
    font-size: 5.3333333333vw;
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */