@charset "utf-8";
@charset "utf-8";
@charset "utf-8";

  body {
padding-top: 70px;
}
#header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
background: #002040;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
transition: box-shadow 0.3s ease;
font-family: Helvetica, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
font-feature-settings: normal;
letter-spacing: normal;
font-style: normal;
line-height: 1.5;
} .admin-bar #header {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar #header {
top: 46px;
}
} #header,
#header * {
font-feature-settings: normal;
letter-spacing: normal;
}
#header.scrolled {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
} #header .header__inner {
max-width: 1280px;
margin: 0 auto;
padding: 0 16px;
display: flex;
align-items: center;
justify-content: space-between;
height: 70px;
} #header .header__logo-link {
flex-shrink: 0;
background: none;
padding: 0;
}
#header .header__logo {
display: block;
height: 80px;
width: auto !important;
object-fit: contain;
} #header .header__nav {
display: none;
align-items: center;
gap: 0;
}
#header .header__nav #g-navi {
display: flex;
align-items: center;
gap: 32px;
list-style: none;
margin: 0;
padding: 0;
height: auto;
flex-direction: row;
}
#header .header__nav #g-navi li {
list-style: none;
padding: 0;
}
#header .header__nav #g-navi li a {
display: block;
text-align: center;
text-decoration: none;
color: #fff;
padding: 0;
transition: color 0.3s ease;
background: none;
font-size: inherit;
}
#header .header__nav #g-navi li a:hover {
color: #CCFF00;
background: none;
}
#header .nav__en {
display: block;
font-size: 18px;
font-weight: 700;
line-height: 1.25;
color: inherit;
text-align: center;
}
#header .nav__jp {
display: block;
font-size: 14px;
line-height: 1.25;
color: #D1D5DC;
transition: color 0.3s ease;
text-align: center;
}
#header .header__nav #g-navi li a:hover .nav__jp {
color: rgba(204, 255, 0, 0.8);
} #header .header__cta {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 8px 20px;
height: 56px;
background: #CCFF00;
color: #1A1A1A;
border-radius: 10px;
text-decoration: none;
transition: background-color 0.3s ease;
margin-left: 40px;
cursor: pointer;
}
#header .header__cta:hover {
background: #b8e600;
color: #1A1A1A;
}
#header .cta__primary {
display: block;
font-size: 16px;
font-weight: 700;
line-height: 1.25;
color: inherit;
}
#header .cta__secondary {
display: block;
font-size: 12px;
line-height: 1.25;
color: inherit;
} #header .menu-btn {
display: flex;
align-items: center;
justify-content: center;
padding: 8px;
background: none;
border: none;
cursor: pointer;
color: #fff;
width: 44px;
height: 44px;
}
#header .menu-btn svg {
width: 24px;
height: 24px;
flex-shrink: 0;
}
#header .menu-btn .menu-btn__close {
display: none;
}
#header .menu-btn.active .menu-btn__open {
display: none;
}
#header .menu-btn.active .menu-btn__close {
display: block;
} #header .header__mobile-menu {
display: none;
background: #002040;
padding: 16px;
}
#header .header__mobile-menu.active {
display: block;
}
#header .header__mobile-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#header .header__mobile-menu ul li {
list-style: none;
}
#header .header__mobile-menu ul li + li {
margin-top: 12px;
}
#header .header__mobile-menu ul li a {
display: block;
padding: 8px 0;
text-decoration: none;
color: #fff;
transition: color 0.3s ease;
background: none;
}
#header .header__mobile-menu ul li a:hover {
color: #CCFF00;
background: none;
}
#header .header__mobile-menu .nav__en {
font-size: 14px;
}
#header .header__mobile-menu .nav__jp {
font-size: 12px;
}
#header .header__cta.header__cta--full {
width: 100%;
margin-left: 0;
margin-top: 16px;
} @media (min-width: 1024px) {
#header .header__inner {
padding: 0 32px;
}
#header .header__nav {
display: flex;
}
#header .menu-btn {
display: none;
}
#header .header__mobile-menu {
display: none !important;
}
} @media (min-width: 640px) and (max-width: 1023px) {
#header .header__inner {
padding: 0 24px;
}
} @media print {
#header {
display: none;
}
}
 footer {
background: #002040;
color: #D1D5DC;
border-top: 1px solid rgba(207, 255, 4, 0.2);
padding: 0;
font-family: Helvetica, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
} footer,
footer * {
font-feature-settings: normal;
letter-spacing: normal;
}
footer .footer__wrap {
max-width: 1280px;
margin: 0 auto;
padding: 48px 16px;
} footer .footer__grid {
display: grid;
grid-template-columns: 1fr;
gap: 32px;
} footer .footer__logo {
margin-bottom: 24px;
}
footer .footer__logo a {
display: inline-block;
background: none;
padding: 0;
}
footer .footer__logo img {
height: 80px;
width: auto !important;
object-fit: contain;
}
footer .footer__address-label {
color: #fff;
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
}
footer .footer__address p {
color: #99a1af;
font-size: 15px;
line-height: 1.6;
margin: 0;
text-align: left;
} footer .footer__cta {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 12px 28px;
height: 64px;
background: transparent;
border: 2px solid #CCFF00;
color: #CCFF00;
border-radius: 10px;
text-decoration: none;
transition: background-color 0.3s ease, color 0.3s ease;
cursor: pointer;
}
footer .footer__cta:hover {
background: #CCFF00;
color: #1A1A1A;
}
footer .footer__cta .cta__primary {
font-size: 20px;
font-weight: 700;
line-height: 1.25;
color: inherit;
}
footer .footer__cta .cta__secondary {
font-size: 14px;
line-height: 1.25;
color: inherit;
}
footer .footer__tel-mail {
margin-top: 24px;
display: flex;
flex-direction: column;
gap: 8px;
}
footer .footer__tel,
footer .footer__mail {
display: flex;
align-items: center;
gap: 10px;
color: #99a1af;
text-decoration: none;
font-size: 16px;
transition: color 0.3s ease;
pointer-events: auto;
cursor: pointer;
}
footer .footer__tel:hover,
footer .footer__mail:hover {
color: #CFFF04;
}
footer .footer__tel img,
footer .footer__mail img {
width: 20px !important;
height: 20px;
flex-shrink: 0;
} footer .footer__links ul,
footer .footer__links-extra ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 20px;
}
footer .footer__links li,
footer .footer__links-extra li {
list-style: none;
}
footer .footer__links a,
footer .footer__links-extra a {
display: block;
text-decoration: none;
color: #fff;
transition: color 0.3s ease;
}
footer .footer__links a:hover,
footer .footer__links-extra a:hover {
color: #CFFF04;
}
footer .footer__links .nav__en,
footer .footer__links-extra .nav__en {
display: block;
color: #fff;
font-size: 20px;
font-weight: 700;
line-height: 1.25;
transition: color 0.3s ease;
}
footer .footer__links .nav__jp,
footer .footer__links-extra .nav__jp {
display: block;
color: #99a1af;
font-size: 14px;
line-height: 1.25;
transition: color 0.3s ease;
}
footer .footer__links a:hover .nav__en,
footer .footer__links-extra a:hover .nav__en,
footer .footer__links a:hover .nav__jp,
footer .footer__links-extra a:hover .nav__jp {
color: #CFFF04;
} footer .footer__sns {
margin-top: 24px;
}
footer .footer__sns-label .nav__en {
color: #fff;
font-size: 18px;
font-weight: 700;
line-height: 1.25;
}
footer .footer__sns-label .nav__jp {
color: #99a1af;
font-size: 14px;
line-height: 1.25;
}
footer .footer__sns-icons {
display: flex;
gap: 10px;
margin-top: 10px;
}
footer .footer__sns-icons a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 4px;
overflow: hidden;
transition: opacity 0.3s ease;
}
footer .footer__sns-icons a:hover {
opacity: 0.8;
}
footer .footer__sns-icons img {
width: 40px !important;
height: 40px;
object-fit: cover;
} footer .footer__copyright {
margin-top: 32px;
padding-top: 24px;
border-top: 1px solid rgba(204, 255, 0, 0.2);
text-align: center;
}
footer .footer__copyright p {
color: #99a1af;
font-size: 14px;
margin: 0;
text-align: center;
} @media (min-width: 768px) {
footer .footer__wrap {
padding: 48px 24px;
}
footer .footer__grid {
grid-template-columns: repeat(2, 1fr);
gap: 40px;
}
} @media (min-width: 1024px) {
footer .footer__wrap {
padding: 56px 64px;
}
footer .footer__grid {
grid-template-columns: auto auto auto auto;
justify-content: space-between;
gap: 40px;
}
} @media print {
footer,
#pageTop {
display: none;
}
} html,
body {
width: 100%;
font-size: 62.5%;
background: #fff;
scroll-behavior: smooth;
}
#wrap {
min-width: 1024px;
overflow: hidden;
}
body,
input,
select,
textarea {
font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.7;
letter-spacing: 0.05em;
font-feature-settings: "palt";
color: #302015;
}
@media only screen and (max-width:640px) {
html,
body {
width: 640px;
min-width: 640px;
font-size: 106.67%;
}
#wrap {
width: 640px;
min-width: 640px;
overflow: hidden;
}
}
a {
color: #302015;
text-decoration: none;
}
p {
text-align: justify;
} .fp-about-mocap__desc > p,
.fp-cases__subtitle > p,
.fp-footer-cta__desc > p,
.fp-lineup__subtitle > p,
.fp-solutions__subtitle > p,
.fp-why-us__subtitle > p,
.fp-why-us__card-desc > p,
.pp-blog__desc > p,
.pp-competitive__cell-text > p,
.pp-competitive__col-main > p,
.pp-competitive__col-sub > p,
.pp-competitive__desc > p,
.pp-competitive__feature-name > p,
.pp-competitive__feature-note > p,
.pp-competitive__legend > p,
.pp-cta-box__desc > p,
.pp-demo-video__desc > p,
.pp-faq__answer-text > p,
.pp-faq__cta-desc > p,
.pp-faq__desc > p,
.pp-footer-cta__desc > p,
.pp-footer-cta__note > p,
.pp-hero__subtitle > p,
.pp-lineup__desc > p,
.pp-lineup__note > p,
.pp-news__subtitle > p,
.pp-overview__card-desc > p,
.pp-overview__cta-desc > p,
.pp-overview__desc > p,
.pp-related__card-desc > p,
.pp-related__desc > p,
.pp-specs__desc > p,
.pp-support__card-desc > p,
.pp-support__desc > p,
.pp-tech-adv__card-desc > p,
.pp-tech-adv__cta-note > p,
.pp-use-cases__desc > p,
.pp-use-cases__item-desc > p,
.pp-voices__desc > p,
.pp-workflow__desc > p,
.pp-workflow__step-desc > p,
.contact-info__footer > p,
.contact-strengths__item-desc > p,
.contact-strengths__subtitle > p,
.author-profile__bio > p,
.cta-description > p,
.cta-extra > p {
text-align: inherit;
} ::selection {
background: #d6daea;
color: #302015;
}
::-moz-selection {
background: #d6daea; color: #302015;
}
.imgTxt {
position: relative;
}
.imgTxt h1,
.imgTxt h2,
.imgTxt h3,
.imgTxt p {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-indent: -200vw;
font-size: 10px !important;
}
.showSp {
display: none;
}
@media only screen and (max-width:640px) {
.showPc {
display: none !important;
}
.showSp {
display: block !important;
}
} .oswald {
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
line-height: 1.5;
}
h1,
h2,
h3,
h4 {
line-height: 1.5;
}
.linkBtn {
display: flex;
justify-content: center;
align-items: center;
width: 94%;
max-width: 320px;
margin: auto;
padding: 20px 40px;
color: #fff;
font-size: 40px;
font-size: 4rem;
background-color: #302015;
transition: 0.3s;
}
.linkBtn div,
.linkBtn li {
text-align: center;
}
.linkBtn img {
display: block;
width: 40px;
margin-right: 12px;
}
.linkBtn span {
display: block;
text-align: center;
font-size: 12px;
font-size: 1.2rem;
line-height: 2;
}
.linkBtn:hover {
background-color: #004C94;
transition: 0.3s;
}
@media only screen and (max-width:640px) {
.linkBtn {
width: 100%;
max-width: 100%;
padding: 20px 40px;
font-size: 32px;
font-size: 3.2rem;
}
.linkBtn div {
line-height: 1;
}
.linkBtn img {
width: 60px;
margin-right: 20px;
}
} #main {
opacity: 0;
animation: anime_fadeIn 1.8s ease 0.5s 1 forwards;
-webkit-animation: anime_fadeIn 1.8s ease 0.5s 1 forwards;
}
.anime,
.animest {
opacity: 0;
}
.animest.animeFadeIn,
.animest .animeFadeIn {
animation-name: anime_fadeIn;
animation-delay: 0.5s;
animation-duration: 1.5s;
animation-fill-mode: forwards;
}
.animest.animeFadeInBottomTop,
.animest .animeFadeInBottomTop {
animation-name: fadeInBottomTop;
animation-delay: 0.0s;
animation-duration: 1.5s;
animation-fill-mode: forwards;
}
@keyframes anime_fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fadeInBottomTop {
0% {
opacity: 0;
transform: translateY(4rem) translateX(0) scale(1);
}
100% {
opacity: 1;
transform: translateY(0) translateX(0) scale(1);
}
} .crumbs {
width: 94%;
margin: 160px 0 -100px 40px;
}
.crumbs ul {
display: flex;
flex-wrap: wrap;
margin: 0 0 12px 0!important;
}
.crumbs ul li {
list-style-type: none;
margin-right: 10px;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.5;
}
.crumbs ul li::after {
display: inline-block;
content: ">";
margin-left: 10px;
}
.crumbs ul li:last-child:after {
display: none;
}
.crumbs ul li a {
color: #302015;
text-decoration: underline;
}
.crumbs ul li a:visited {
color: #6B7177;
} @media screen and (max-width: 640px) {
.crumbs {
margin: 160px auto -80px;
}
} #pageTop {
display: none;
position: fixed;
bottom: 100px;
right: 0;
z-index: 999;
}
#pageTop.fixed {
display: block;
opacity: 0;
transform: translateY(100px);
animation-name: pageTopFixed;
animation-delay: 0s;
animation-duration: 1s;
animation-fill-mode: forwards;
}
#pageTop a {
position: relative;
display: block;
text-decoration: none;
border-bottom: none;
transition: 0.3s;
}
@keyframes pageTopFixed {
0% {
opacity: 0;
transform: translateY(100px) translateX(0);
}
100% {
opacity: 1;
transform: translateY(0) translateX(0);
}
} .ready {
margin: 200px 0 120px;
}
.ready h1 {
font-size: 40px;
font-size: 4rem;
text-align: center;
}
.ready img {
display: block;
width: 400px;
margin: 40px auto;
}
.ready p {
text-align: center;
font-size: 16px;
font-size: 1.6rem;
} .cookie-consent {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
bottom: 0;
width: 100%;
font-size: 12px;
color: #fff;
background: rgba(0, 0, 0, .7);
padding: 1.2em;
box-sizing: border-box;
visibility: hidden;
z-index: 999;
}
.cookie-consent.is-show {
visibility: visible;
}
.cookie-consent a {
color: #fff !important;
}
.cookie-agree {
color: #fff;
background: dodgerblue;
padding: .5em 1.5em;
}
.cookie-agree:hover {
cursor: pointer;
} .cc-hide1 {
display: none;
} .cc-hide2 {
animation: hide 1s linear 0s;
animation-fill-mode: forwards;
}
@keyframes hide {
from {
opacity: 1;
}
to {
opacity: 0;
visibility: hidden;
}
} @media screen and (max-width: 600px) {
.cookie-consent {
flex-direction: column;
}
.cookie-text {
margin-bottom: 1em;
}
}