@charset "UTF-8";
/* ==========================================================
Name:
    reset

Description:
    ユーザーエージェントスタイルの初期化を行う

Contents:
    base reset style
    form parts reset style
========================================================== */
/* ---------------------------------------------
*   base reset style
--------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* ---------------------------------------------
*   form parts reset style
--------------------------------------------- */
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
}

button {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  display: block;
  overflow: auto;
  resize: none;
}

/* ==========================================================
Name:
    plugin

Description:
    サイトで使用するjQuery等のプラグインのCSSを記述する
    このCSSファイルにプラグインに付属するCSSを移設する
    このファイルに記述されたスタイルは変更しない
    スタイルの変更が必要な場合、他のCSSファイルにて上書きを行う
========================================================== */
.cocoen {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cocoen * {
  box-sizing: inherit;
}

.cocoen ::after,
.cocoen ::before {
  box-sizing: inherit;
}

.cocoen img,
.cocoen picture > img {
  max-width: none;
}

.cocoen > img,
.cocoen > picture > img {
  display: block;
  width: 100%;
}

.cocoen > div:first-child,
picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}

.cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}

.cocoen-drag::before {
  border: 3px solid #fff;
  content: '';
  height: 30px;
  left: 50%;
  margin-left: -7px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 14px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*

Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>

*/
.is-dark {
  /* Solarized Green */
  /* Solarized Cyan */
  /* Solarized Blue */
  /* Solarized Yellow */
  /* Solarized Orange */
  /* Solarized Red */
}
.is-dark .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #1b3454;
  color: #d2ddec;
}
.is-dark .hljs-comment,
.is-dark .hljs-quote {
  color: #586e75;
}
.is-dark .hljs-keyword,
.is-dark .hljs-selector-tag,
.is-dark .hljs-addition {
  color: #859900;
}
.is-dark .hljs-number,
.is-dark .hljs-string,
.is-dark .hljs-meta .hljs-meta-string,
.is-dark .hljs-literal,
.is-dark .hljs-doctag,
.is-dark .hljs-regexp {
  color: #98c379;
}
.is-dark .hljs-title,
.is-dark .hljs-section,
.is-dark .hljs-name,
.is-dark .hljs-selector-id,
.is-dark .hljs-selector-class {
  color: #268bd2;
}
.is-dark .hljs-attribute,
.is-dark .hljs-attr,
.is-dark .hljs-variable,
.is-dark .hljs-template-variable,
.is-dark .hljs-class .hljs-title,
.is-dark .hljs-type {
  color: #d19a66;
}
.is-dark .hljs-symbol,
.is-dark .hljs-bullet,
.is-dark .hljs-subst,
.is-dark .hljs-meta,
.is-dark .hljs-meta .hljs-keyword,
.is-dark .hljs-selector-attr,
.is-dark .hljs-selector-pseudo,
.is-dark .hljs-link {
  color: #cb4b16;
}
.is-dark .hljs-built_in,
.is-dark .hljs-deletion {
  color: #dc322f;
}
.is-dark .hljs-formula {
  background: #073642;
}
.is-dark .hljs-emphasis {
  font-style: italic;
}
.is-dark .hljs-strong {
  font-weight: bold;
}

/*

Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #fdf6e3;
  color: #657b83;
}

.hljs-comment,
.hljs-quote {
  color: #93a1a1;
}

/* Solarized Green */
.hljs-keyword,
.hljs-selector-tag,
.hljs-addition {
  color: #859900;
}

/* Solarized Cyan */
.hljs-number,
.hljs-string,
.hljs-meta .hljs-meta-string,
.hljs-literal,
.hljs-doctag,
.hljs-regexp {
  color: #98c379;
}

/* Solarized Blue */
.hljs-title,
.hljs-section,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #268bd2;
}

/* Solarized Yellow */
.hljs-attribute,
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-class .hljs-title,
.hljs-type {
  color: #d19a66;
}

/* Solarized Orange */
.hljs-symbol,
.hljs-bullet,
.hljs-subst,
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-link {
  color: #cb4b16;
}

/* Solarized Red */
.hljs-built_in,
.hljs-deletion {
  color: #dc322f;
}

.hljs-formula {
  background: #eee8d5;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/* ==========================================================
Name:
    base

Description:
    サイト全体に共通する設定を記述する
    基本的にタグ自体にスタイルを定義する

Contents:
    base settings
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   Universal selector
--------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
  color: #0f1015;
  font-size: 16px;

  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1440px) {
  html,
  body {
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  html,
  body {
    font-size: 2.4vw;
  }
}
html.js-sp-menu-opened,
body.js-sp-menu-opened {
  height: 100%;
  overflow: hidden;
}

body {
  position: relative;
  line-height: 1.5;
  min-width: 1440px;
}
@media screen and (max-width: 1440px) {
  body {
    line-height: 1.5;
    min-width: 751px;
  }
}
@media screen and (max-width: 750px) {
  body {
    line-height: 1.5;
    min-width: 320px;
  }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A->Z)に記述する

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   column
--------------------------------------------- */
.column {
  position: relative;
  padding-left: 140px;
}
.is-dark .column {
  background-color: #0f1015;
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
  min-height: calc(100vh - 443px);
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
  background-color: #0f1015;
}

/*  footer-container
--------------------------------------------- */
.footer-container {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .footer-container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 750px) {
  .footer-container {
    max-width: initial;
    width: 78.66667vw;
    margin: 0 auto;
  }
}

/*  footer-top
--------------------------------------------- */
.footer-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer-top {
    flex-direction: column;
  }
}

/*  footer-nav-wrap
--------------------------------------------- */
.footer-nav-wrap {
  display: flex;
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  .footer-nav-wrap {
    padding-top: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav-wrap {
    flex-direction: column;
    padding-top: 10.66667vw;
  }
}

/*  footer-nav-sec
--------------------------------------------- */
.footer-nav-sec {
  color: #fff;
  margin-left: 109px;
}
@media screen and (max-width: 1440px) {
  .footer-nav-sec {
    margin-left: 7.56944vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav-sec {
    margin-left: 0;
    margin-bottom: 10.66667vw;
  }
}
.footer-nav-sec:nth-of-type(2) {
  margin-left: 95px;
}
@media screen and (max-width: 1440px) {
  .footer-nav-sec:nth-of-type(2) {
    margin-left: 6.59722vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav-sec:nth-of-type(2) {
    margin-left: 0;
  }
}
.footer-nav-sec__ttl {
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .footer-nav-sec__ttl {
    margin-bottom: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav-sec__ttl {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.footer-nav-sec__txt {
  line-height: 1.6;
}

/*  footer-nav
--------------------------------------------- */
.footer-nav__list-item {
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .footer-nav__list-item {
    margin-top: 1.04167vw;
  }
}
.footer-nav__list-item:first-of-type {
  margin-top: 0;
}

.footer-nav__link {
  transition: opacity 300ms;
}
.footer-nav__link:hover {
  opacity: 0.6;
}

/*  footer-bottom
--------------------------------------------- */
.footer-bottom {
  margin-top: -5px;
}

/*  footer-catch
--------------------------------------------- */
.footer-catch {
  font-size: 0.875rem;
  line-height: 1.21;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .footer-catch {
    font-size: 0.97222vw;
    margin-bottom: 1.04167vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-catch {
    font-size: 2.66667vw;
  }
}
.footer-catch__txt {
  color: #fff;
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
}
.footer-catch__ico {
  display: inline-block;
  width: 16px;
  margin-left: 6px;
  transform: translateY(-0.1em);
}
@media screen and (max-width: 1440px) {
  .footer-catch__ico {
    width: 1.11111vw;
    margin-left: 0.41667vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-catch__ico {
    width: 4vw;
    margin-left: 0.8vw;
  }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright__txt {
  color: #828494;
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.21;
}
@media screen and (max-width: 1440px) {
  .footer-copyright__txt {
    font-size: 0.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-copyright__txt {
    font-size: 2.13333vw;
  }
}

/* ---------------------------------------------
*   footer-cstm
--------------------------------------------- */
.footer-cstm {
  background-color: #000;
}
.footer-cstm__container {
  position: relative;
  width: 1360px;
  margin: 0 auto;
  padding: 174px 0 30px;
}
@media screen and (max-width: 1440px) {
  .footer-cstm__container {
    width: 94.44444vw;
    padding: 12.08333vw 0 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm__container {
    width: 89.33333vw;
    padding: 21.33333vw 0 5.33333vw;
  }
}
.footer-cstm__top {
  display: flex;
  justify-content: space-between;
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .footer-cstm__top {
    width: 72.22222vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm__top {
    flex-direction: column;
    width: 68vw;
  }
}
.footer-cstm__top-txt {
  margin-top: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.42;
}
@media screen and (max-width: 1440px) {
  .footer-cstm__top-txt {
    margin-top: 3.47222vw;
    font-size: 0.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm__top-txt {
    margin-top: 11.2vw;
    font-size: 3.2vw;
  }
}
.footer-cstm__head {
  width: 400px;
}
@media screen and (max-width: 1440px) {
  .footer-cstm__head {
    width: 27.77778vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm__head {
    width: 57.33333vw;
  }
}
.footer-cstm__body {
  width: 560px;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .footer-cstm__body {
    width: 38.88889vw;
    margin-top: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm__body {
    width: 100%;
    margin-top: 11.2vw;
  }
}
.footer-cstm__body-txt {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.9;
}
@media screen and (max-width: 1440px) {
  .footer-cstm__body-txt {
    font-size: 1.31944vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm__body-txt {
    font-size: 4vw;
    line-height: 1.33;
  }
}
.footer-cstm__body-txt + .footer-cstm__body-txt {
  margin-top: 12px;
}
@media screen and (max-width: 1440px) {
  .footer-cstm__body-txt + .footer-cstm__body-txt {
    margin-top: 0.83333vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm__body-txt + .footer-cstm__body-txt {
    margin-top: 4.26667vw;
  }
}
.footer-cstm__body-icon {
  display: flex;
  width: 16px;
  margin-left: 16px;
}
@media screen and (max-width: 1440px) {
  .footer-cstm__body-icon {
    width: 1.11111vw;
    margin-left: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm__body-icon {
    width: 4vw;
    margin-left: 2.13333vw;
  }
}
.footer-cstm__body-icon img {
  width: 100%;
}
.footer-cstm__logo-link {
  display: block;
  width: 100%;
  transition: opacity 300ms;
}
.footer-cstm__logo-link:hover {
  opacity: 0.6;
}
.footer-cstm__logo-link img {
  width: 100%;
}

/*  footer-cstm-list
--------------------------------------------- */
.footer-cstm-list {
  position: absolute;
  left: 0;
  bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .footer-cstm-list {
    bottom: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm-list {
    position: initial;
    bottom: initial;
    margin-top: 20vw;
    margin-left: 0;
  }
}
.footer-cstm-list__item {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.67;
}
@media screen and (max-width: 1440px) {
  .footer-cstm-list__item {
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm-list__item {
    font-size: 3.2vw;
    line-height: 2;
  }
}

/*  footer-copyright
--------------------------------------------- */
.footer-cstm-copyright {
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .footer-cstm-copyright {
    margin-top: 10.41667vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm-copyright {
    margin-top: 9.33333vw;
    text-align: left;
  }
}
.footer-cstm-copyright__txt {
  color: #fff;
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  .footer-cstm-copyright__txt {
    font-size: 0.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cstm-copyright__txt {
    font-size: 2.13333vw;
  }
}

/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
}
.front .header {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}
.js-sp-menu-opened .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/*  header-container
--------------------------------------------- */
.header-container {
  display: flex;
  justify-content: space-between;
  max-width: 1550px;
  min-width: 1440px;
  width: 100%;
  padding: 40px 55px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .header-container {
    max-width: initial;
    min-width: 200px;
    padding: 2.77778vw 3.81944vw 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .header-container {
    width: 90%;
    margin: 0 auto;
    align-items: center;
    height: 60px;
    padding: 0;
  }
}

/*  header-logo
--------------------------------------------- */
/* .header-logo {
  width: 217px; }
  @media screen and (max-width: 1440px) {
    .header-logo {
      width: 14.76389vw; } }
  @media screen and (max-width: 750px) {
    .header-logo {
      width: 210px; } }
  .header-logo__link {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56px;
    background: url(/img/logo.svg) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
    transition: opacity 300ms; }
    .header-logo__link:hover {
      opacity: 0.6; }
    @media screen and (max-width: 1440px) {
      .header-logo__link {
        padding-top: 3.88889vw; } }
    @media screen and (max-width: 750px) {
      .header-logo__link {
        padding-top: 55px; } } */

/*  header-nav
--------------------------------------------- */
.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .header-nav {
    position: fixed;
    top: 60px;
    right: 0;
    flex-direction: column;
    width: 210px;
    height: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    transition: transform 0.3s, -webkit-transform 0.3s;
    transform: translateX(100%);
    z-index: 9999;
    margin-left: auto;
    background-color: rgba(247, 248, 253, 0.95);
  }
  .front .header-nav {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .js-sp-menu-opened .header-nav {
    display: block;
    transform: translateX(0);
  }
}
.header-nav__list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .header-nav__list {
    position: relative;
    flex-direction: column;
    z-index: 9999;
  }
}
.header-nav__list-item {
  position: relative;
  white-space: nowrap;
  margin-left: 40px;
}
@media screen and (max-width: 1440px) {
  .header-nav__list-item {
    margin-left: 2.77778vw;
  }
}
@media screen and (max-width: 750px) {
  .header-nav__list-item {
    font-size: 21px;
    margin-left: 0;
    line-height: 2.5;
    border-bottom: 1px dashed;
  }
}
.header-nav__list-item:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .header-nav__list-item:first-of-type {
    margin-left: 0;
  }
}
.header-nav__list-item--current:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 88.88889%;
  height: 2px;
  background-color: #ef660d;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .header-nav__list-item--current:after {
    bottom: -0.69444vw;
    width: 80%;
    height: 0.13889vw;
  }
}
.header-nav__link {
  transition: opacity 300ms;
}
.header-nav__link:hover {
  opacity: 0.6;
}
.is-developers .header-nav__link {
  color: #fff;
}
.js-sp-menu-opened .is-developers .header-nav__link {
  color: #000;
}
.header-nav__btn {
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .header-nav__btn {
    position: relative;
    z-index: 9999;
    margin-left: 0;
    line-height: 2;
    font-size: 21px;
  }
}
.header-nav__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 40px;
  border: 1px solid #ef660d;
  border-radius: 24px;
  color: #fff;
  white-space: nowrap;
  background-color: #ef660d;
  transition: background-color 0.3s, color 0.3s;
}
.header-nav__btn-link:hover {
  background-color: #fff;
  color: #ef660d;
}
.is-developers .header-nav__btn-link {
  border: none;
  background-color: #2a91e9;
}
.is-developers .header-nav__btn-link:hover {
  background-color: #fff;
  color: #2a91e9;
}
.is-marketers .header-nav__btn-link {
  background-color: #682ae9;
  border: 1px solid #682ae9;
}
.is-marketers .header-nav__btn-link:hover {
  background-color: #fff;
  color: #682ae9;
}

/* ---------------------------------------------
*   header-docs
--------------------------------------------- */
.header-docs {
  background-color: #f7f8fd;
}
.is-dark .header-docs {
  background-color: #17181f;
}

/*  header-docs-container
--------------------------------------------- */
.header-docs-container {
  display: flex;
  align-items: center;
  min-width: 1440px;
  width: 100%;
  height: 136px;
  padding: 0 60px;
  margin: 0 auto;
}

/*  header-docs-logo
--------------------------------------------- */
.header-docs-logo {
  width: 155px;
  margin-right: 107px;
}
.header-docs-logo__link {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56px;
  background: url(/files/user/img/common/logo_docs.svg) 0 0 no-repeat;
  background-size: 100%;
  overflow: hidden;
  transition: opacity 300ms;
}
.header-docs-logo__link:hover {
  opacity: 0.6;
}
.is-dark .header-docs-logo__link {
  background-image: url(/files/user/img/common/logo_docs_dark.svg);
}

/*  header-docs-back-link
--------------------------------------------- */
.header-docs-back-link {
  padding-left: 20px;
  font-weight: 500;
  background: url(/files/user/img/common/ico/ico_left_brk.svg) 0 0 no-repeat;
  background-size: 10px auto;
  line-height: 1;
  transition: opacity 300ms;
}
.header-docs-back-link:hover {
  opacity: 0.6;
}
.is-dark .header-docs-back-link {
  color: #fff;
  background-image: url(/files/user/img/common/ico/ico_left_wh.svg);
}

/*  header-docs-sub-container
--------------------------------------------- */
.header-docs-sub-container {
  display: flex;
  margin-left: auto;
}

/*  header-docs-form
--------------------------------------------- */
.header-docs-form {
  position: relative;
}
.header-docs-form__glass {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #fff;
  background: url(/files/user/img/common/ico/ico_glass.svg) center center
    no-repeat;
  background-size: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 300ms;
}
.header-docs-form__glass:hover {
  opacity: 0.6;
}
.is-dark .header-docs-form__glass {
  background-image: url(/files/user/img/common/ico/ico_glass_wh.svg);
  background-color: #17181f;
  border: 1px solid #f7f8fd;
}
.header-docs-form__inner {
  position: relative;
}
.header-docs-form__box {
  display: block;
  width: 380px;
  height: 80px;
  padding: 0 45px 0 20px;
  border-radius: 40px;
  background-color: #fff;
  font-size: 1.125rem;
  font-family: 'Karla', sans-serif;
}
.is-dark .header-docs-form__box {
  color: #fff;
  background-color: #17181f;
  border: 1px solid #f7f8fd;
}
.header-docs-form__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  height: 24px;
  transition: opacity 300ms;
}
.header-docs-form__btn:hover {
  opacity: 0.6;
}
.header-docs-form__btn-icon {
  display: inline-block;
  width: 24px;
  height: 0;
  padding-top: 24px;
  background: url(/files/user/img/common/ico/ico_glass.svg) center center
    no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.is-dark .header-docs-form__btn-icon {
  background-image: url(/files/user/img/common/ico/ico_glass_wh.svg);
}

/*  header-docs-nav
--------------------------------------------- */
.header-docs-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 70px;
}
.is-dark .header-docs-nav {
  color: #fff;
}
.header-docs-nav__list {
  display: flex;
}
.header-docs-nav__list-item {
  position: relative;
  white-space: nowrap;
  margin-left: 40px;
}
.header-docs-nav__list-item:first-of-type {
  margin-left: 0;
}
.header-docs-nav__list-item--opa:hover:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
}
.header-docs-nav__list-item--opa:hover .header-docs-sub-nav {
  opacity: 1;
  pointer-events: auto;
}
.header-docs-nav__list-item--current:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 88.88889%;
  height: 2px;
  background-color: #ef660d;
  transform: translateX(-50%);
}
.header-docs-nav__link {
  cursor: pointer;
  transition: opacity 300ms;
}
.header-docs-nav__link:hover {
  opacity: 0.6;
}
.header-docs-nav__link--icon {
  padding-right: 18px;
  background: url(/files/user/img/common/ico/ico_arw_down.svg) center right
    no-repeat;
  background-size: 12px auto;
  line-height: 1;
}
.is-dark .header-docs-nav__link--icon {
  background-image: url(/files/user/img/common/ico/ico_arw_down_wh.svg);
}
.header-docs-nav__btn {
  margin-left: 39px;
}
.header-docs-nav__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 40px;
  border: 1px solid #ef660d;
  border-radius: 24px;
  color: #fff;
  white-space: nowrap;
  background-color: #ef660d;
  transition: background-color 0.3s, color 0.3s;
}
.header-docs-nav__btn-link:hover {
  background-color: #fff;
  color: #ef660d;
}

/*  header-docs-sub-nav
--------------------------------------------- */
.header-docs-sub-nav {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: #f7f8fd;
  border: 1px solid rgba(130, 132, 148, 0.1);
  box-shadow: 0px 3px 10px rgba(130, 132, 148, 0.2);
  border-radius: 6px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.is-dark .header-docs-sub-nav {
  background-color: #17181f;
  border-color: rgba(130, 132, 148, 0.3);
}
.header-docs-sub-nav.is-show {
  opacity: 1;
  pointer-events: auto;
}
.header-docs-sub-nav__toggle {
  margin-bottom: 8px;
}
.header-docs-sub-nav__item {
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1.2;
}
.header-docs-sub-nav__item:first-of-type {
  margin-top: 0;
}
.header-docs-sub-nav__link {
  transition: opacity 300ms;
}
.header-docs-sub-nav__link:hover {
  opacity: 0.6;
}

/*  header-toggle-txt
--------------------------------------------- */
.header-toggle-txt {
  cursor: pointer;
}
.header-toggle-txt__input {
  display: none;
}
.header-toggle-txt__txt:before {
  content: 'dark mode';
}
.is-dark .header-toggle-txt__txt:before {
  content: 'light mode';
}

/*  header-toggle
--------------------------------------------- */
.header-toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.header-toggle__txt {
  font-size: 0.75rem;
  line-height: 1.2;
  cursor: pointer;
}
.header-toggle__input {
  display: none;
}
.header-toggle__trigger {
  display: block;
  position: relative;
  width: 31px;
  border-radius: 16px;
  border: 1.5px solid #e5e5ea;
  height: 18px;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}
.is-dark .header-toggle__trigger {
  border-color: #828494;
  background-color: #0f1015;
}
.header-toggle__trigger:after {
  content: '';
  position: absolute;
  top: 0;
  right: 2px;
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #ef660d;
  transition: transform 0.5s;
}
.is-dark .header-toggle__trigger:after {
  background-color: #828494;
}
.header-toggle__input:checked + .header-toggle__trigger:after {
  transform: translateX(-11px);
}

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
  display: none;
}

@media screen and (max-width: 750px) {
  .header-menu-button {
    display: block;
    margin-right: 0;
    margin-left: auto;
    padding: 15px;
    outline: none;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .header-menu-button__lines {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
  }
  .header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    padding-top: 2px;
    width: 100%;
    height: 0;
  }
  .header-menu-button__line--top,
  .header-menu-button__line--center,
  .header-menu-button__line--bottom {
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  .header-menu-button__line--top {
    top: 0;
    background-color: #000;
  }
  .header-menu-button__line--center {
    top: 50%;
    margin-top: -1px;
    background-color: #000;
  }
  .header-menu-button__line--bottom {
    bottom: 0;
    background-color: #000;
  }
  .is-developers .header-menu-button__line--top {
    background-color: #fff;
  }
  .is-developers .header-menu-button__line--center {
    background-color: #fff;
  }
  .is-developers .header-menu-button__line--bottom {
    background-color: #fff;
  }
  .js-sp-menu-opened .header-menu-button__line--top {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .js-sp-menu-opened .header-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0);
  }
  .js-sp-menu-opened .header-menu-button__line--bottom {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
  }
}

/*  header-menu-overlay
--------------------------------------------- */
@media screen and (min-width: 751px) {
  .header-menu-overlay {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .header-menu-overlay {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 60px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  .js-sp-menu-opened .header-menu-overlay {
    display: block;
    opacity: 1;
    z-index: 1000;
    pointer-events: initial;
  }
}

@media screen and (min-width: 751pxpx) {
  .js-spmenu-target {
    display: none;
  }
}

/* ---------------------------------------------
*   kv
--------------------------------------------- */
.kv {
  padding-top: 321px;
  padding-bottom: 160px;
  background-color: #f7f8fd;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .kv {
    padding-top: 22.29167vw;
    padding-bottom: 11.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .kv {
    padding-top: 24.8vw;
    padding-bottom: 13.06667vw;
  }
}
.kv__container {
  width: 1010px;
  padding-left: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .kv__container {
    width: 70.13889vw;
    padding-left: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .kv__container {
    width: 78.66667vw;
    padding-left: 0;
  }
}
.kv__contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .kv__contents {
    position: relative;
  }
}

/*  kv-catch
--------------------------------------------- */
.kv-catch {
  font-size: 0.875rem;
  line-height: 1.21;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .kv-catch {
    font-size: 0.97222vw;
    margin-bottom: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-catch {
    font-size: 2.66667vw;
    margin-bottom: 4vw;
  }
}
.kv-catch__txt {
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
}
.kv-catch__ico {
  display: inline-block;
  width: 16px;
  margin-left: 6px;
  transform: translateY(-0.1em);
}
@media screen and (max-width: 1440px) {
  .kv-catch__ico {
    width: 1.11111vw;
    margin-left: 0.41667vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-catch__ico {
    width: 3.2vw;
    margin-left: 1.33333vw;
  }
}

/*  kv-ttl
--------------------------------------------- */
.kv-ttl {
  position: relative;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.12;
}
@media screen and (max-width: 1440px) {
  .kv-ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-ttl {
    font-size: 11.46667vw;
  }
}
.kv-ttl:after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: -36px;
  width: 86px;
  height: 86px;
  background: url(/files/user/img/common/obj/obj_gry_1.svg) 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1440px) {
  .kv-ttl:after {
    bottom: -1.66667vw;
    left: -2.5vw;
    width: 5.97222vw;
    height: 5.97222vw;
  }
}

/*  kv-img
--------------------------------------------- */
.kv-img {
  width: 281px;
  padding-top: 34px;
}
@media screen and (max-width: 1440px) {
  .kv-img {
    width: 19.51389vw;
    padding-top: 2.36111vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-img {
    position: absolute;
    top: 2.5%;
    right: 14%;
    width: 33.33333vw;
  }
}

/* ---------------------------------------------
*   kv-cstm
--------------------------------------------- */
.kv-cstm {
  padding-top: 160px;
  padding-bottom: 86px;
  background-color: #0f1015;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .kv-cstm {
    padding-top: 7.63889vw;
    padding-bottom: 5.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm {
    padding-top: 14.66667vw;
    padding-bottom: 11.46667vw;
  }
}
.is-marketers .kv-cstm {
  padding-bottom: 77px;
  background-color: #f7f8fd;
}
@media screen and (max-width: 1440px) {
  .is-marketers .kv-cstm {
    padding-bottom: 5.34722vw;
  }
}
@media screen and (max-width: 750px) {
  .is-marketers .kv-cstm {
    padding-bottom: 10.26667vw;
  }
}
.front .kv-cstm {
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .front .kv-cstm {
    padding-top: 12.5vw;
    padding-bottom: 5.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .front .kv-cstm {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
.kv-cstm__container {
  max-width: 1550px;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .kv-cstm__container {
    padding-right: 2.08333vw;
    padding-left: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm__container {
    padding: 0 7.33333vw 0 9.33333vw;
  }
}
.kv-cstm__toggle {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 94px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm__toggle {
    margin-bottom: 6.52778vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm__toggle {
    margin-bottom: 8vw;
  }
}
.kv-cstm__contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .kv-cstm__contents {
    flex-direction: column-reverse;
  }
}
.front .kv-cstm__contents {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .front .kv-cstm__contents {
    flex-direction: column;
  }
}

/*  kv-cstm-block
--------------------------------------------- */
.kv-cstm-block {
  width: 43.75%;
  padding-left: 25px;
  margin-right: 20px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-block {
    padding-left: 1.73611vw;
    margin-right: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-block {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
  }
}
.front .kv-cstm-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 580px;
  padding-left: 0;
  padding-bottom: 2em;
}
@media screen and (max-width: 1440px) {
  .front .kv-cstm-block {
    width: 40.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .front .kv-cstm-block {
    width: 100%;
  }
}

/*  kv-cstm-catch
--------------------------------------------- */
.kv-cstm-catch {
  font-size: 0.875rem;
  line-height: 1.21;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-catch {
    font-size: 1.25vw;
    margin-bottom: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-catch {
    font-size: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}
@media screen and (max-width: 1440px) {
  .front .kv-cstm-catch {
    font-size: 0.97222vw;
    margin-bottom: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .front .kv-cstm-catch {
    font-size: 1.86667vw;
    margin-bottom: 3.73333vw;
  }
}
.kv-cstm-catch__txt {
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
  color: #fff;
}
.is-marketers .kv-cstm-catch__txt {
  color: #0f1015;
}
.front .kv-cstm-catch__txt {
  color: #000;
}
.kv-cstm-catch__ico {
  display: inline-block;
  width: 16px;
  margin-left: 6px;
  transform: translateY(-0.1em);
}
@media screen and (max-width: 1440px) {
  .kv-cstm-catch__ico {
    width: 1.11111vw;
    margin-left: 0.41667vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-catch__ico {
    width: 2.4vw;
    margin-left: 0.8vw;
  }
}
.kv-cstm-catch__ico img {
  display: inline-block;
  width: 100%;
}
.front .kv-cstm-catch__ico {
  width: 124px;
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  .front .kv-cstm-catch__ico {
    width: 8.61111vw;
  }
}
@media screen and (max-width: 750px) {
  .front .kv-cstm-catch__ico {
    width: 17.33333vw;
  }
}

/*  kv-cstm-ttl
--------------------------------------------- */
.kv-cstm-ttl {
  color: #fff;
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.12;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-ttl {
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-ttl {
    font-size: 2rem;
  }
}
.is-marketers .kv-cstm-ttl {
  color: #0f1015;
}
.front .kv-cstm-ttl {
  color: #000;
}

/*  kv-cstm-txt
--------------------------------------------- */
.kv-cstm-txt {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 46px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-txt {
    font-size: 1.38889vw;
    margin-top: 3.19444vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-txt {
    margin-top: 4.66667vw;
    font-size: 5.33333vw;
    line-height: 1.3;
  }
}
.is-marketers .kv-cstm-txt {
  color: #828494;
}
.front .kv-cstm-txt {
  margin-top: 50px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 1440px) {
  .front .kv-cstm-txt {
    margin-top: 3.08333vw;
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .front .kv-cstm-txt {
    position: relative;
    padding: 0 1.33333vw;
    margin-top: 4.66667vw;
    font-size: 3.46667vw;
    z-index: 1;
    letter-spacing: -0.05em;
  }
}
.kv-cstm-txt--bg {
  display: inline-block;
  padding: 0 3px;
  color: #fff !important;
  font-weight: bold;
  font-size: 30px !important;
  line-height: 1.33 !important;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-txt--bg {
    padding: 0 0.20833vw;
    font-size: 2.08333vw !important;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-txt--bg {
    padding: 0 1.33333vw;
    margin-top: 4.66667vw;
    font-size: 5.33333vw !important;
    line-height: 1.3 !important;
  }
}
.kv-cstm-txt--bg span {
  background: linear-gradient(transparent 0%, #000 0%);
}
.kv-cstm-txt--caution {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-txt--caution {
    font-size: 1.11111vw !important;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-txt--caution {
    font-size: 2.66667vw !important;
  }
}
.front .kv-cstm-txt--caution {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .front .kv-cstm-txt--caution {
    margin-top: 2.77778vw;
  }
}
@media screen and (max-width: 750px) {
  .front .kv-cstm-txt--caution {
    margin-top: 4.66667vw;
  }
}

/*  kv-cstm-btns
--------------------------------------------- */
.kv-cstm-btns {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-btns {
    margin-top: 4.26389vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-btns {
    justify-content: space-between;
    margin-top: 9.33333vw;
  }
}
.front .kv-cstm-btns {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .front .kv-cstm-btns {
    z-index: initial;
  }
}
.kv-cstm-btns__item {
  width: 163px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-btns__item {
    width: 11.31944vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-btns__item {
    width: 26.66667vw;
  }
}
.kv-cstm-btns__item--wide {
  width: 200px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-btns__item--wide {
    width: 13.88889vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-btns__item--wide {
    width: 37.33333vw;
  }
}
.kv-cstm-btns__sep {
  color: #fff;
  margin: 0 16px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-btns__sep {
    margin: 0 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-btns__sep {
    margin: 0 2.13333vw;
  }
}
.is-marketers .kv-cstm-btns__sep {
  color: #0f1015;
}
.front .kv-cstm-btns__sep {
  color: #682ae9;
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .front .kv-cstm-btns__sep {
    font-size: 0.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .front .kv-cstm-btns__sep {
    font-size: 3.2vw;
  }
}

/*  kv-cstm-img
--------------------------------------------- */
.kv-cstm-img {
  position: relative;
  width: 620px;
  height: 510px;
  padding-top: 40px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-img {
    width: 43.05556vw;
    height: 35.41667vw;
    padding-top: 2.77778vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-img {
    width: 82.66667vw;
    height: 68vw;
    padding-top: 5.33333vw;
  }
}
.is-marketers .kv-cstm-img {
  width: 628px;
  height: 496px;
  transform: translate(-55px, 46px);
}
@media screen and (max-width: 1440px) {
  .is-marketers .kv-cstm-img {
    width: 43.61111vw;
    height: 34.44444vw;
    transform: translate(-3.81944vw, 3.19444vw);
  }
}
@media screen and (max-width: 750px) {
  .is-marketers .kv-cstm-img {
    width: 78.66667vw;
    height: 62vw;
    transform: translate(0);
  }
}
.front .kv-cstm-img {
  width: 552px;
  height: 560px;
}
@media screen and (max-width: 1440px) {
  .front .kv-cstm-img {
    width: 38.5vw;
    height: 38.88889vw;
  }
}
@media screen and (max-width: 750px) {
  .front .kv-cstm-img {
    width: 100%;
    height: 56.26667vw;
    margin-top: 9.33333vw;
  }
}
.kv-cstm-img:before {
  content: '';
  position: absolute;
  top: 53%;
  left: 50.8%;
  display: block;
  width: 920px;
  height: 920px;
  background: url(/files/user/img/developers/bg_pattern.svg) 0 0 no-repeat;
  background-size: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .kv-cstm-img:before {
    width: 63.88889vw;
    height: 63.88889vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-img:before {
    width: 122.66667vw;
    height: 122.66667vw;
  }
}
.is-marketers .kv-cstm-img:before {
  display: none;
}
.front .kv-cstm-img:before {
  top: 50%;
  width: 100%;
  height: 605px;
  background: url(/files/user/img/front/img_kv_front.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1440px) {
  .front .kv-cstm-img:before {
    height: 42.01389vw;
  }
}
@media screen and (max-width: 750px) {
  .front .kv-cstm-img:before {
    top: 0;
    left: 3%;
    width: 77.33333vw;
    height: 56.26667vw;
    background-image: url(/files/user/img/front/sp/img_kv_front.png);
    transform: translate(0);
  }
}
.front .kv-cstm-img:after {
  content: '';
  position: absolute;
  bottom: 3.4%;
  left: -108.5%;
  display: block;
  width: 86px;
  height: 86px;
  background: url(/files/user/img/common/obj/obj_blk_2.svg) 0 0 no-repeat;
  background-size: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .front .kv-cstm-img:after {
    width: 5.97222vw;
    height: 5.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .front .kv-cstm-img:after {
    width: 11.46667vw;
    height: 11.46667vw;
    bottom: 205%;
    left: -1%;
    z-index: 0;
  }
}
.kv-cstm-img__inner {
  position: relative;
  height: 100%;
  padding: 50px;
  border-radius: 20px;
  background-color: #0f1015;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-img__inner {
    padding: 3.47222vw;
    border-radius: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-img__inner {
    padding: 6.66667vw;
    border-radius: 2.66667vw;
  }
}
.kv-cstm-img__slide {
  position: relative;
  height: 100%;
}
.kv-cstm-img__slide > div {
  height: 100%;
}
.kv-cstm-img__slide img {
  max-width: initial;
  max-width: none;
  max-width: auto;
  width: auto !important;
  background-color: #0f1015;
  height: 100%;
}
.kv-cstm-img__slide > img {
  margin-left: auto;
}
.kv-cstm-img .cocoen-drag:before {
  width: 29px;
  height: 30px;
  border: none;
  background: url(/files/user/img/developers/ico_slide.svg) 0 0 no-repeat;
  background-size: 100%;
  margin-top: -15px;
  margin-left: -14.5px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-img .cocoen-drag:before {
    width: 2.08333vw;
    height: 2.08333vw;
    margin-top: -1.04167vw;
    margin-left: -1.04167vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-img .cocoen-drag:before {
    width: 4vw;
    height: 4vw;
    margin-top: -2vw;
    margin-left: -2vw;
  }
}

/*  kv-cstm-scroll
--------------------------------------------- */
.kv-cstm-scroll {
  margin-top: 146px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-scroll {
    margin-top: 10.13889vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-scroll {
    display: none;
  }
}
.is-marketers .kv-cstm-scroll {
  margin-top: 113px;
}
@media screen and (max-width: 1440px) {
  .is-marketers .kv-cstm-scroll {
    margin-top: 7.84722vw;
  }
}
@media screen and (max-width: 750px) {
  .is-marketers .kv-cstm-scroll {
    margin-top: 15.06667vw;
  }
}
.front .kv-cstm-scroll {
  margin-top: 0;
}
.kv-cstm-scroll__item {
  display: inline-block;
  width: 26px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-scroll__item {
    width: 1.80556vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-scroll__item {
    width: 3.46667vw;
  }
}
.kv-cstm-scroll__ico {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 36px;
  border: 1px solid #828494;
  border-radius: 16px;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-scroll__ico {
    width: 1.52778vw;
    height: 2.5vw;
    border-radius: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-scroll__ico {
    width: 2.93333vw;
    height: 4.8vw;
    border-radius: 2.13333vw;
  }
}
.kv-cstm-scroll__ico:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  box-shadow: 0 0 4px #2a91e9;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2a91e9;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1440px) {
  .kv-cstm-scroll__ico:after {
    top: 0.48611vw;
    box-shadow: 0 0 0.27778vw #2a91e9;
    width: 0.41667vw;
    height: 0.41667vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-scroll__ico:after {
    top: 0.93333vw;
    box-shadow: 0 0 0.53333vw #2a91e9;
    width: 0.8vw;
    height: 0.8vw;
  }
}
.is-marketers .kv-cstm-scroll__ico:after {
  background-color: #682ae9;
  box-shadow: 0 0 4px #682ae9;
}
@media screen and (max-width: 1440px) {
  .is-marketers .kv-cstm-scroll__ico:after {
    box-shadow: 0 0 0.27778vw #682ae9;
  }
}
@media screen and (max-width: 750px) {
  .is-marketers .kv-cstm-scroll__ico:after {
    box-shadow: 0 0 0.53333vw #682ae9;
  }
}
.front .kv-cstm-scroll__ico:after {
  box-shadow: 0 0 4px #682ae9;
  background-color: #682ae9;
}
@media screen and (max-width: 1440px) {
  .front .kv-cstm-scroll__ico:after {
    box-shadow: 0 0 0.27778vw #682ae9;
  }
}
@media screen and (max-width: 750px) {
  .front .kv-cstm-scroll__ico:after {
    box-shadow: 0 0 0.53333vw #682ae9;
  }
}
.kv-cstm-scroll__txt {
  text-align: center;
  white-space: nowrap;
  color: #828494;
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .kv-cstm-scroll__txt {
    font-size: 0.69444vw;
  }
}
@media screen and (max-width: 750px) {
  .kv-cstm-scroll__txt {
    font-size: 1.33333vw;
  }
}

/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {
  width: 660px;
  margin: 0 auto;
  padding: 115px 0 200px;
}

/* ---------------------------------------------
*   sidebar
--------------------------------------------- */
.sidebar {
  width: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f8fd;
}
.is-dark .sidebar {
  background-color: #17181f;
}
@media screen and (max-width: 1500px) {
  .sidebar {
    width: 305px;
  }
}
.sidebar__container {
  width: 400px;
  padding: 54px 0;
}
@media screen and (max-width: 1500px) {
  .sidebar__container {
    width: 305px;
  }
}
.sidebar__container.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.sidebar__container.is-stop {
  position: absolute;
  top: auto;
  bottom: 0;
}
.sidebar__head {
  padding-left: 60px;
}
.sidebar__ttl {
  font-size: 1.625rem;
  font-weight: 600;
}
.is-dark .sidebar__ttl {
  color: #fff;
}
.sidebar__body {
  margin-top: 30px;
}
.sidebar__list-item {
  margin-bottom: 17px;
  padding-left: 60px;
}
.sidebar__list-item:last-of-type {
  margin-bottom: 0;
}
.sidebar__list-item--current {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  background-color: #fff;
}
.is-dark .sidebar__list-item--current {
  background: rgba(130, 132, 148, 0.1);
}
.sidebar__list-link {
  transition: opacity 300ms;
}
.sidebar__list-link:hover {
  opacity: 0.6;
}
.is-dark .sidebar__list-link {
  color: #fff;
}
.sidebar__list-link--current {
  pointer-events: none;
  color: #ef660d;
}
.is-dark .sidebar__list-link--current {
  color: #ef660d;
}
.sidebar__sub-list {
  padding-left: 20px;
}
.sidebar__sub-list-item {
  margin-top: 10px;
}
.sidebar__sub-list-item:first-of-type {
  margin-top: 14px;
}
.sidebar__sub-list-link {
  transition: opacity 300ms;
}
.sidebar__sub-list-link:hover {
  opacity: 0.6;
}
.is-dark .sidebar__sub-list-link {
  color: #fff;
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-block-top
--------------------------------------------- */
.c-block-top {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .c-block-top {
    padding-top: 13.88889vw;
    padding-bottom: 6.94444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-top {
    padding-top: 110px;
    padding-bottom: 12vw;
  }
}
.c-block-top__container {
  max-width: 1550px;
  padding-right: 55px;
  padding-left: 55px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-block-top__container {
    max-width: 1550px;
    padding-right: 3.81944vw;
    padding-left: 3.81944vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-top__container {
    max-width: 750px;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-block-top__head {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .c-block-top__head {
    margin-bottom: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-top__head {
    margin-top: 0;
    margin-bottom: 4vw;
  }
}
.c-block-top__txt {
  text-align: center;
}
.c-block-top__btn {
  text-align: center;
  width: 154px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1440px) {
  .c-block-top__btn {
    width: 10.69444vw;
    margin-top: 5.55556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-top__btn {
    width: 25.33333vw;
    margin-top: 5.33333vw;
  }
}

/* ---------------------------------------------
*   c-block-contact
--------------------------------------------- */
.c-block-contact {
  padding-top: 150px;
  padding-bottom: 208px;
  background-color: #f7f8fd;
}
@media screen and (max-width: 1440px) {
  .c-block-contact {
    padding-top: 10.41667vw;
    padding-bottom: 14.44444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-contact {
    padding-top: 20vw;
    padding-bottom: 26.66667vw;
  }
}
.c-block-contact__container {
  width: 896px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-block-contact__container {
    width: 62.22222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-contact__container {
    width: 78.66667vw;
  }
}
.c-block-contact__txt {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .c-block-contact__txt {
    font-size: 3.33333vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 750px) {
  .c-block-contact__txt {
    font-size: 6.4vw;
    letter-spacing: 0;
  }
}
.c-block-contact__txt:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -40px;
  right: -46px;
  width: 86px;
  height: 86px;
  background: url(/files/user/img/common/obj/obj_orn.svg) 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1440px) {
  .c-block-contact__txt:after {
    top: -2.77778vw;
    right: -3.19444vw;
    width: 5.97222vw;
    height: 5.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-contact__txt:after {
    top: -5.33333vw;
    right: -6.13333vw;
    width: 11.46667vw;
    height: 11.46667vw;
  }
}
.is-developers .c-block-contact__txt:after {
  background-image: url(/files/user/img/common/obj/obj_dev_1.svg);
}
.is-marketers .c-block-contact__txt:after {
  background-image: url(/files/user/img/common/obj/obj_mkt_1.svg);
}
.c-block-contact__btn {
  width: 130px;
  margin: 65px auto 0;
}
@media screen and (max-width: 1440px) {
  .c-block-contact__btn {
    width: 9.02778vw;
    margin-top: 4.51389vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-contact__btn {
    width: 26.66667vw;
    margin-top: 8.66667vw;
  }
}

/* ---------------------------------------------
*   c-slider-block-wrap
--------------------------------------------- */
.c-slider-block-wrap .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 0;
  padding-top: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  transform: translateY(11px);
  transition: opacity 300ms;
}
.c-slider-block-wrap .slick-arrow:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1440px) {
  .c-slider-block-wrap .slick-arrow {
    width: 2.77778vw;
    padding-top: 2.77778vw;
    transform: translateY(0.76389vw);
  }
}
@media screen and (max-width: 750px) {
  .c-slider-block-wrap .slick-arrow {
    width: 5.33333vw;
    padding-top: 5.33333vw;
    transform: translateY(1.46667vw);
  }
}
.c-slider-block-wrap .slick-arrow.slick-disabled {
  pointer-events: none;
}
.c-slider-block-wrap .slick-arrow:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: opacity 0.3s;
}
.c-slider-block-wrap .slick-arrow.slick-disabled:after {
  opacity: 0;
}

.c-slider-block-wrap .slick-prev {
  left: 0;
  background-image: url(/files/user/img/common/ico/ico_slide_left_off.svg);
}
.c-slider-block-wrap .slick-prev:after {
  background-image: url(/files/user/img/common/ico/ico_slide_left_on.svg);
}

.c-slider-block-wrap .slick-next {
  right: 0;
  background-image: url(/files/user/img/common/ico/ico_slide_right_off.svg);
}
.c-slider-block-wrap .slick-next:after {
  background-image: url(/files/user/img/common/ico/ico_slide_right_on.svg);
}

.c-slider-block-wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 1440px) {
  .c-slider-block-wrap .slick-dots {
    margin-top: 4.86111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-slider-block-wrap .slick-dots {
    margin-top: 9.33333vw;
  }
}
.c-slider-block-wrap .slick-dots li {
  margin-left: 16px;
}
@media screen and (max-width: 1440px) {
  .c-slider-block-wrap .slick-dots li {
    margin-left: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-slider-block-wrap .slick-dots li {
    margin-left: 2.13333vw;
  }
}
.c-slider-block-wrap .slick-dots li:first-of-type {
  margin-left: 0;
}
.c-slider-block-wrap .slick-dots button {
  display: block;
  width: 16px;
  height: 0;
  padding-top: 14px;
  border: 1px solid #2a91e9;
  border-radius: 50%;
  overflow: hidden;
  transition: opacity 300ms;
}
.c-slider-block-wrap .slick-dots button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1440px) {
  .c-slider-block-wrap .slick-dots button {
    width: 1.11111vw;
    padding-top: 0.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-slider-block-wrap .slick-dots button {
    width: 2.13333vw;
    padding-top: 1.86667vw;
  }
}
.is-marketers .c-slider-block-wrap .slick-dots button {
  border-color: #682ae9;
}
.c-slider-block-wrap .slick-dots .slick-active button {
  background-color: #2a91e9;
  box-shadow: 0 0 6px #2a91e9;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .c-slider-block-wrap .slick-dots .slick-active button {
    box-shadow: 0 0 0.41667vw #2a91e9;
  }
}
@media screen and (max-width: 750px) {
  .c-slider-block-wrap .slick-dots .slick-active button {
    box-shadow: 0 0 0.8vw #2a91e9;
  }
}
.is-marketers .c-slider-block-wrap .slick-dots .slick-active button {
  background-color: #682ae9;
  box-shadow: 0 0 6px #682ae9;
}
@media screen and (max-width: 1440px) {
  .is-marketers .c-slider-block-wrap .slick-dots .slick-active button {
    box-shadow: 0 0 0.41667vw #682ae9;
  }
}
@media screen and (max-width: 750px) {
  .is-marketers .c-slider-block-wrap .slick-dots .slick-active button {
    box-shadow: 0 0 0.8vw #682ae9;
  }
}

/* ---------------------------------------------
*   c-slider-block
--------------------------------------------- */
.c-slider-block {
  user-select: text;
}
.c-slider-block:focus {
  outline: none;
}
.c-slider-block__head {
  margin-bottom: 38px;
}
@media screen and (max-width: 1440px) {
  .c-slider-block__head {
    margin-bottom: 2.63889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-slider-block__head {
    margin-bottom: 5.06667vw;
  }
}

/* ---------------------------------------------
*   c-block-plan-wrap
--------------------------------------------- */
.c-block-plan-wrap {
  display: flex;
  justify-content: space-between;
}
.c-block-plan-wrap img {
  width: 100%;
}

/* ---------------------------------------------
*   c-block-plan
--------------------------------------------- */
.c-block-plan {
  width: 24.08537%;
}
@media screen and (max-width: 1440px) {
  .c-block-plan {
    width: 24%;
  }
}

/* ---------------------------------------------
*   c-block-col
--------------------------------------------- */
.c-block-col {
  padding-top: 180px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .c-block-col {
    padding-top: 12.5vw;
    padding-bottom: 6.94444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-col {
    padding-top: 110px;
  }
}
.is-developers .c-block-col {
  background-color: #0f1015;
}
.c-block-col__container {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-block-col__container {
    width: 75vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-col__container {
    flex-direction: column;
    align-items: center;
    width: 78.66667vw;
  }
}
.c-block-col__item {
  width: 500px;
}
@media screen and (max-width: 1440px) {
  .c-block-col__item {
    width: 34.72222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-col__item {
    width: 78.66667vw;
  }
  .c-block-col__item + .c-block-col__item {
    margin-top: 8vw;
  }
}

/* ---------------------------------------------
*   c-block-form
--------------------------------------------- */
.c-block-form__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-block-form__item {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .c-block-form__item {
    margin-top: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-form__item {
    margin-top: 2.66667vw;
  }
}
.c-block-form__item--half {
  width: 48%;
}

.c-block-form__ttl {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
  .c-block-form__ttl {
    font-size: 1.25vw;
    margin-bottom: 0.34722vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-form__ttl {
    font-size: 2.8vw;
    margin-bottom: 0.66667vw;
  }
}

.c-block-form__required {
  margin-left: 8px;
  color: #d4465f;
  font-size: 12px;
}

.c-block-form__desc p {
  margin: 5px 10px;
  color: #828494;
  font-size: 0.8rem;
}

.c-block-form__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: calc(0.5em - 1px) calc(0.75em - 1px);
  border: 1px solid transparent;
  border-radius: 5px;
  color: #0f1015;
  font-size: 1rem;
  background-color: rgba(65, 67, 76, 0.1);
  transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-property: color, border-color;
}
@media screen and (max-width: 1440px) {
  .c-block-form__input {
    height: 2.77778vw;
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-form__input {
    height: 6.66667vw;
    font-size: 2.66667vw;
  }
}
.c-block-form__input--error {
  border-color: #d4465f;
}

.c-block-form textarea {
  resize: vertical;
  height: auto;
}

.c-block-form__bottom {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .c-block-form__bottom {
    margin-top: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-form__bottom {
    margin-top: 4vw;
  }
}

.c-block-form__txt {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .c-block-form__txt {
    margin-top: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-form__txt {
    margin-top: 2.66667vw;
  }
}

.c-block-form__error {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  background-color: #d4465f;
  padding: 0.5em;
  border-radius: 5px;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .c-block-form__error {
    border-radius: 0.34722vw;
    margin-top: 0.69444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-form__error {
    border-radius: 0.66667vw;
    margin-top: 1.33333vw;
  }
}
.c-block-form__error:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -6px;
  left: 15px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-radius: 4px 0 0;
  background-color: inherit;
  box-shadow: rgba(82, 95, 127, 0.04) 3px 3px 5px;
}
@media screen and (max-width: 1440px) {
  .c-block-form__error:before {
    top: -0.41667vw;
    left: 1.04167vw;
    width: 0.83333vw;
    height: 0.83333vw;
    border-radius: 0.27778vw 0 0;
    box-shadow: rgba(82, 95, 127, 0.04) 0.20833vw 0.20833vw 0.34722vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-form__error:before {
    top: -0.8vw;
    left: 2vw;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 0.53333vw 0 0;
    box-shadow: rgba(82, 95, 127, 0.04) 0.4vw 0.4vw 0.66667vw;
  }
}

/* ---------------------------------------------
*   c-block-signup
--------------------------------------------- */
.c-block-signup {
  margin-top: 30px;
}
.c-block-signup__cap {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
}
.c-block-signup__cap:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #828494;
  transform: translateY(-50%);
}
.c-block-signup__cap-txt {
  display: inline-block;
  padding: 0 0.5em;
  color: #828494;
  background-color: #f7f8fd;
}
.c-block-signup__col {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.c-block-signup__item {
  display: block;
  width: 48%;
}

/* ---------------------------------------------
*   c-block-intro-wrapper
--------------------------------------------- */
.c-block-intro-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 82px;
}

/* ---------------------------------------------
*   c-block-intro
--------------------------------------------- */
.c-block-intro {
  display: flex;
  width: 100%;
  border: 1px solid rgba(130, 132, 148, 0.3);
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}
.c-block-intro:nth-of-type(n + 2) {
  margin-top: 60px;
}
.c-block-intro__inner {
  width: 50%;
  padding: 30px 0;
}
.c-block-intro__inner--half {
  width: 100%;
}
.c-block-intro__ttl {
  padding: 0 32px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
}
.is-dark .c-block-intro__ttl {
  color: #fff;
}
.c-block-intro__txt {
  padding: 0 32px;
  margin-top: 14px;
  color: #828494;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
}
.is-dark .c-block-intro__txt {
  color: #fff;
}
.c-block-intro__txt--half {
  margin-top: 23px;
}
.c-block-intro__link-area {
  padding-left: 32px;
  margin-top: 20px;
}
.c-block-intro__link {
  display: block;
  color: #ef660d;
}
.c-block-intro__link:nth-of-type(n + 2) {
  margin-top: 16px;
}
.c-block-intro__link:hover {
  text-decoration: underline;
}
.c-block-intro__video {
  width: 50%;
  background: url(/files/user/img/documentation/img_thumb.png) center center
    no-repeat;
  background-size: cover;
}
.c-block-intro__video-link {
  position: relative;
  display: block;
  height: 100%;
  transition: opacity 300ms;
}
.c-block-intro__video-link:hover {
  opacity: 0.6;
}
.c-block-intro__video-img {
  display: inline-block;
  width: 332px;
}
.c-block-intro__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 43px;
}
.c-block-intro__img {
  width: 50%;
}
.is-dark .c-block-intro__img {
  display: none;
}
.c-block-intro__img--dark {
  display: none;
}
.is-dark .c-block-intro__img--dark {
  display: block;
}
.c-block-intro--half {
  width: 300px;
  margin-right: 60px;
}
.c-block-intro--half:nth-of-type(even) {
  margin-right: 0;
}

/* ---------------------------------------------
*   c-block-solve
--------------------------------------------- */
.c-block-solve {
  width: 1040px;
  margin: 27px auto 0;
}
@media screen and (max-width: 1440px) {
  .c-block-solve {
    width: 72.22222vw;
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-solve {
    width: 100%;
    margin-top: 10.4vw;
  }
}
.front .c-block-solve {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .front .c-block-solve {
    margin-top: 4.16667vw;
  }
}
.c-block-solve__ttl {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 100px;
  background-color: #682ae9;
}
@media screen and (max-width: 1440px) {
  .c-block-solve__ttl {
    font-size: 2.08333vw;
    line-height: 6.94444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-solve__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22.4vw;
    font-size: 4.8vw;
    line-height: 1.38;
  }
  .front .c-block-solve__ttl {
    height: 13.33333vw;
  }
}
.c-block-solve__inner {
  width: 100%;
  padding: 80px 0 70px;
  border-left: 1px solid #682ae9;
  border-right: 1px solid #682ae9;
  border-bottom: 1px solid #682ae9;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .c-block-solve__inner {
    padding-top: 5.55556vw;
    padding-bottom: 4.86111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-solve__inner {
    padding-top: 9.33333vw;
    padding-bottom: 10.4vw;
  }
}
.front .c-block-solve__inner {
  padding: 40px 0 30px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .front .c-block-solve__inner {
    padding: 2.77778vw 0 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .front .c-block-solve__inner {
    padding: 5.33333vw 0 2.66667vw;
  }
}
.c-block-solve__inner--gray {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.c-block-solve__head {
  display: flex;
  justify-content: space-between;
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-block-solve__head {
    width: 65.27778vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-solve__head {
    flex-direction: column;
    width: 57.33333vw;
  }
}
.c-block-solve__head-txt {
  width: 400px;
  padding-top: 25px;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.66;
  text-decoration: underline;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .c-block-solve__head-txt {
    width: 27.77778vw;
    padding-top: 1.73611vw;
    font-size: 1.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-solve__head-txt {
    width: 100%;
    padding-top: 0;
    font-size: 4vw;
    letter-spacing: -0.01em;
  }
}
.c-block-solve__head-txt span {
  color: #682ae9;
  text-decoration: underline #682ae9 !important;
}
.c-block-solve__head-img {
  width: 440px;
}
@media screen and (max-width: 1440px) {
  .c-block-solve__head-img {
    width: 30.55556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-solve__head-img {
    width: 100%;
    margin-top: 5.06667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-solve__body {
    width: 68vw;
    margin: 13.73333vw auto 0;
  }
}

/* ---------------------------------------------
*   c-block-feature-outer
--------------------------------------------- */
.c-block-feature-outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1130px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1440px) {
  .c-block-feature-outer {
    width: 78.47222vw;
    margin-top: 5.55556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature-outer {
    width: 78.66667vw;
    margin-top: 9.33333vw;
  }
}
@media screen and (max-width: 1440px) {
  .front .c-block-feature-outer {
    justify-content: space-around;
    width: 78.47222vw;
    margin-top: 5.55556vw;
  }
}
@media screen and (max-width: 750px) {
  .front .c-block-feature-outer {
    width: 78.66667vw;
    margin-top: 6vw;
  }
}

/* ---------------------------------------------
*   c-block-feature
--------------------------------------------- */
.c-block-feature {
  width: 540px;
  height: 320px;
  padding: 50px 0 0;
  background: url(/files/user/img/common/ico/ico_frame-hex.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.front .c-block-feature {
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .c-block-feature {
    width: 37.5vw;
    height: 22.22222vw;
    padding: 3.47222vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature {
    width: 100%;
    height: 66.93333vw;
    padding: 4vw 0 0;
    background: url(/files/user/img/common/ico/ico_frame-hex_sp.svg) 0 0
      no-repeat;
    background-size: 100% auto;
  }
}
.c-block-feature:nth-of-type(n + 3) {
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .c-block-feature:nth-of-type(n + 3) {
    margin-top: 1.73611vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature:nth-of-type(n + 3) {
    margin-top: 10.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature:nth-of-type(2) {
    margin-top: 10.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature:nth-of-type(2) {
    margin-top: 9.86667vw;
  }
}
@media screen and (max-width: 750px) {
  .front .c-block-feature:nth-of-type(2) {
    margin-top: 10.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .front .c-block-feature:nth-of-type(2) {
    margin-top: 5.33333vw;
  }
}
.c-block-feature--wide {
  height: 360px;
  background-image: url(/files/user/img/common/ico/ico_frame-hex-wide.svg);
}
@media screen and (max-width: 1440px) {
  .c-block-feature--wide {
    height: 25vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature--wide {
    height: 74.8vw;
    background: url(/files/user/img/common/ico/ico_frame-hex-wide_sp.svg) 0 0
      no-repeat;
    background-size: 100% auto;
  }
}
.c-block-feature--narrow {
  width: 346px;
  height: 338px;
  padding: 40px 0 0;
  background-image: url(/files/user/img/common/ico/ico_frame-hex_mini.svg);
}
@media screen and (max-width: 750px) {
  .c-block-feature--narrow {
    width: 78.66667vw;
    height: 56.53333vw;
    padding: 9.6vw 0 0;
    background-image: url(/files/user/img/common/ico/ico_frame-hex_mini_sp.svg);
  }
}
.c-block-feature--narrow:nth-of-type(n + 3) {
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .c-block-feature--narrow:nth-of-type(n + 3) {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature--narrow:nth-of-type(n + 3) {
    margin-top: 5.33333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature--sp-wide {
    height: 65.6vw;
    background-image: url(/files/user/img/common/ico/ico_frame-hex_mini_sp-wide.svg);
  }
}
.c-block-feature__body {
  width: 100%;
  padding: 0 40px 0 55px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .c-block-feature__body {
    padding: 0 2.77778vw 0 3.81944vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature__body {
    padding: 0 10vw 0 10.66667vw;
  }
}
.c-block-feature__body--narrow {
  padding: 0 30px 0 45px;
}
@media screen and (max-width: 1440px) {
  .c-block-feature__body--narrow {
    padding: 0 2.08333vw 0 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature__body--narrow {
    padding: 0 5.6vw;
  }
}
.c-block-feature__ttl {
  display: flex;
  align-items: center;
  color: #682ae9;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .c-block-feature__ttl {
    font-size: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature__ttl {
    font-size: 3.2vw;
  }
}
.c-block-feature__ttl--black {
  color: #000;
}
.c-block-feature__ttl-img {
  display: flex;
  width: 1rem;
  height: 1rem;
  margin-right: 10px;
}
@media screen and (max-width: 1440px) {
  .c-block-feature__ttl-img {
    width: 1.38889vw;
    height: 1.38889vw;
    margin-right: 0.69444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature__ttl-img {
    width: 2.66667vw;
    height: 2.66667vw;
    margin-right: 1.33333vw;
  }
}
.c-block-feature__ttl-img img {
  width: 100%;
  vertical-align: initial;
}
.c-block-feature__lead {
  margin-top: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 1440px) {
  .c-block-feature__lead {
    margin-top: 0.69444vw;
    font-size: 1.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature__lead {
    margin-top: 2.66667vw;
    font-size: 4vw;
    line-height: 1.5;
  }
}
.front .c-block-feature__lead {
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .front .c-block-feature__lead {
    margin-top: 1.04167vw;
  }
}
.c-block-feature__txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1440px) {
  .c-block-feature__txt {
    margin-top: 1.04167vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-feature__txt {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
    line-height: 1.6;
    letter-spacing: -0.01em;
  }
}

@media screen and (min-width: 751px) {
  .c-block-rotate__wrapper {
    width: 346px;
    height: 338px;
  }
}
@media screen and (min-width: 1323px) {
  .c-block-rotate__wrapper:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 882px) and (max-width: 1322px) {
  .c-block-rotate__wrapper:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 881px) {
  .c-block-rotate__wrapper:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-block-rotate__wrapper:not(:first-of-type) {
    margin-top: 10.66667vw;
  }
}
@media screen and (min-width: 751px) {
  .c-block-rotate__wrapper:hover .c-block-rotate {
    transform: rotateY(180deg);
  }
  .c-block-rotate {
    position: relative;
    transform-style: preserve-3d;
    transition: 0.6s;
  }
  .c-block-rotate__item {
    backface-visibility: hidden;
    position: absolute;
  }
  .c-block-rotate__item--front {
    transform: rotateY(0deg);
    z-index: 2;
  }
  .c-block-rotate__item--back {
    transform: rotateY(180deg);
  }
}

@media screen and (max-width: 750px) {
  .c-block-feature--figure {
    padding-top: 6vw;
  }
}
.c-block-feature--figure__figure img {
  width: calc(100% - 8px);
}
@media screen and (max-width: 750px) {
  .c-block-feature--figure__figure img {
    width: calc(100% - 6px);
  }
}

/* ---------------------------------------------
*   c-block-table-outer
--------------------------------------------- */
.c-block-table-outer {
  display: block;
}
@media screen and (max-width: 750px) {
  .c-block-table-outer {
    margin: 0 auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .c-block-table-outer::-webkit-scrollbar {
    height: 10px;
  }
  .c-block-table-outer::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .c-block-table-outer::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
}

/* ---------------------------------------------
*   c-block-table
--------------------------------------------- */
.c-block-table {
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-block-table {
    width: 67.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-table {
    width: 142.66667vw;
  }
}
.c-block-table thead tr th {
  border-top: 1px solid #bebebe;
  background-color: #828494;
  color: #fff;
}
.c-block-table tfoot tr th {
  border-bottom: 1px solid #bebebe;
}
.c-block-table tfoot tr td {
  border-bottom: 1px solid #bebebe;
}
/* .c-block-table tr {
  display: flex;
} */
.c-block-table tr th {
  width: 200px;
  padding: 1.2em 0;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #f7f8fd;
  border-top: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
}
@media screen and (max-width: 1440px) {
  .c-block-table tr th {
    width: 11.80556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-table tr th {
    width: 25.33333vw;
  }
}
.c-block-table tr th.top {
  width: 210px !important;
}
@media screen and (max-width: 1440px) {
  .c-block-table tr th.top {
    width: 13.88889vw !important;
  }
}
@media screen and (max-width: 750px) {
  .c-block-table tr th.top {
    width: 30vw !important;
  }
}
.c-block-table tr th.top.focus {
  background-color: #682ae9;
  color: #fff;
  border-top: 4px solid #682ae9;
  border-left: 4px solid #682ae9;
}
@media screen and (max-width: 1440px) {
  .c-block-table tr th.top.focus {
    border-top: 0.27778vw solid #682ae9;
    border-left: 0.27778vw solid #682ae9;
  }
}
@media screen and (max-width: 750px) {
  .c-block-table tr th.top.focus {
    border-top: 0.53333vw solid #682ae9;
    border-left: 0.53333vw solid #682ae9;
  }
}
.c-block-table tr th.empty {
  border: 0;
  background-color: initial;
}
.c-block-table tr th.fixed {
  position: sticky;
  left: 0;
}
.c-block-table tr th.fixed:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}
.c-block-table tr th:last-of-type {
  border-right: 1px solid #bebebe;
}
.c-block-table tr td {
  width: 210px;
  padding: 1.2em 0;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
}
@media screen and (max-width: 1440px) {
  .c-block-table tr td {
    width: 13.88889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-table tr td {
    width: 30vw;
  }
}
.c-block-table tr td.focus {
  border-left: 4px solid #682ae9;
  border-right: 4px solid #682ae9;
  color: #682ae9;
}
@media screen and (max-width: 1440px) {
  .c-block-table tr td.focus {
    border-left: 0.27778vw solid #682ae9;
    border-right: 0.27778vw solid #682ae9;
  }
}
@media screen and (max-width: 750px) {
  .c-block-table tr td.focus {
    border-left: 0.53333vw solid #682ae9;
    border-right: 0.53333vw solid #682ae9;
  }
}
.c-block-table tr td.bottom.focus {
  border-bottom: 4px solid #682ae9;
}
@media screen and (max-width: 1440px) {
  .c-block-table tr td.bottom.focus {
    border-bottom: 0.27778vw solid #682ae9;
  }
}
@media screen and (max-width: 750px) {
  .c-block-table tr td.bottom.focus {
    border-bottom: 0.53333vw solid #682ae9;
  }
}
.c-block-table tr td.gray {
  color: #747474;
}
.c-block-table span {
  font-size: 12px;
}
@media screen and (max-width: 1440px) {
  .c-block-table span {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 750px) {
  .c-block-table span {
    font-size: 0.8rem;
  }
}
.c-block-table tr td:last-of-type:not(.focus) {
  border-right: 1px solid #bebebe;
}
.c-block-table tbody,
.c-block-table tfoot {
  font-size: 0.9em;
}
.c-block-table img {
  width: 1.2em;
  vertical-align: middle;
}

/* ---------------------------------------------
*   c-box-plan
--------------------------------------------- */
.c-box-plan {
  padding-top: 50px;
  padding-bottom: 28px;
  border-radius: 20px;
  text-align: center;
  background-color: #41434c;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .c-box-plan {
    padding-top: 3.47222vw;
    padding-bottom: 1.38889vw;
    border-radius: 1.38889vw;
    margin-bottom: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-plan {
    padding-top: 6.66667vw;
    padding-bottom: 2.66667vw;
    border-radius: 2.66667vw;
    margin-bottom: 4vw;
  }
}
.is-marketers .c-box-plan {
  border: 1px solid rgba(141, 144, 158, 0.3);
  background-color: #fff;
}
.c-box-plan--pop {
  position: relative;
  border: 1px solid #2a91e9;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1440px) {
  .c-box-plan--pop {
    border-radius: 0 0 1.38889vw 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-plan--pop {
    border-radius: 0 0 2.66667vw 2.66667vw;
  }
}
.is-marketers .c-box-plan--pop {
  box-shadow: 0px 0px 20px rgba(104, 42, 233, 0.1);
  border-color: #682ae9;
  border-top: 0;
}
@media screen and (max-width: 1440px) {
  .is-marketers .c-box-plan--pop {
    box-shadow: 0 0 1.38889vw rgba(104, 42, 233, 0.1);
  }
}
@media screen and (max-width: 750px) {
  .is-marketers .c-box-plan--pop {
    box-shadow: 0 0 2.66667vw rgba(104, 42, 233, 0.1);
  }
}
.c-box-plan__label {
  position: absolute;
  right: -1px;
  bottom: 100%;
  left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  border-radius: 20px 20px 0 0;
  color: #f7f8fd;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.5;
  background-color: #2a91e9;
}
@media screen and (max-width: 1440px) {
  .c-box-plan__label {
    height: 3.68056vw;
    border-radius: 1.38889vw 1.38889vw 0 0;
    font-size: 1.80556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-plan__label {
    height: 6vw;
    border-radius: 2.66667vw 2.66667vw 0 0;
    font-size: 2.13333vw;
  }
}
.is-marketers .c-box-plan__label {
  border-color: #682ae9;
  border-top: 0;
  background-color: #682ae9;
}
.c-box-plan__ttl {
  color: #f7f8fd;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .c-box-plan__ttl {
    font-size: 3.33333vw;
    margin-bottom: 1.04167vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-plan__ttl {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
.is-marketers .c-box-plan__ttl {
  color: #0f1015;
}
.c-box-plan__txt {
  width: 75.94937%;
  color: #f7f8fd;
  font-family: 'Karla', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-box-plan__txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-plan__txt {
    width: 20vw;
    font-size: 2.4vw;
    text-align: left;
  }
}
.is-marketers .c-box-plan__txt {
  color: #0f1015;
}
.c-box-plan__price {
  color: #f7f8fd;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 20px;
  min-height: 3em;
}
@media screen and (max-width: 1440px) {
  .c-box-plan__price {
    font-size: 1.80556vw;
    margin-top: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-plan__price {
    font-size: 3.46667vw;
    margin-top: 2.66667vw;
  }
}
.is-marketers .c-box-plan__price {
  color: #0f1015;
}
.c-box-plan__btn {
  margin: 20px auto 0;
}
@media screen and (max-width: 1440px) {
  .c-box-plan__btn {
    margin-top: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-plan__btn {
    margin-top: 2.66667vw;
  }
}
.c-box-plan__btn--l {
  width: 205px;
}
@media screen and (max-width: 1440px) {
  .c-box-plan__btn--l {
    width: 14.23611vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-plan__btn--l {
    width: 20vw;
  }
}
.c-box-plan__btn--m {
  width: 180px;
}
@media screen and (max-width: 1440px) {
  .c-box-plan__btn--m {
    width: 12.5vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-plan__btn--m {
    width: 20vw;
  }
}
.c-box-plan__btn--s {
  width: 120px;
}
@media screen and (max-width: 1440px) {
  .c-box-plan__btn--s {
    width: 8.33333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-plan__btn--s {
    width: 20vw;
  }
}

/* ---------------------------------------------
*   c-box-docs
--------------------------------------------- */
.c-box-docs__ttl {
  margin-bottom: 21px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
}
.is-dark .c-box-docs__ttl {
  color: #fff;
}

.c-box-docs__txt {
  margin-bottom: 32px;
  color: #828494;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
}
.is-dark .c-box-docs__txt {
  color: #fff;
}

.c-box-docs__video {
  margin-top: 32px;
  margin-bottom: 35px;
  padding: 8px;
  padding-left: 13px;
  color: #ef660d;
  background-color: rgba(239, 102, 13, 0.1);
}

.c-box-docs__video-link {
  transition: opacity 300ms;
}
.c-box-docs__video-link:hover {
  opacity: 0.6;
}

.c-box-docs__video-img {
  display: inline-block;
  width: 24px;
  margin-right: 14px;
}

.c-box-docs__video-txt {
  font-size: 1.125rem;
  font-family: 'Karla', sans-serif;
}

.c-box-docs__border {
  margin-bottom: 38px;
  border: 1px solid rgba(130, 132, 148, 0.2);
}

.c-box-docs__pre {
  margin-bottom: 32px;
}

.c-box-docs__copy {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 12px 24px 12px 12px;
  background-color: rgba(239, 102, 13, 0.1);
  font-size: 0.875rem;
}

.c-box-docs__copy-txt {
  color: #ef660d;
  overflow-y: auto;
}

.c-box-docs__copy-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/files/user/img/common/ico/ico_copy.svg) 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.c-box-docs__blockquote {
  margin-bottom: 40px;
  padding: 16px 30px 16px 20px;
  background: #f7f8fd;
  border-left: 2px solid #ff6a6e;
  font-size: 1.125rem;
  font-family: 'Karla', sans-serif;
  line-height: 1.4;
}
.is-dark .c-box-docs__blockquote {
  background: #17181f;
  color: #fff;
}

.c-box-docs__code {
  font-family: 'Roboto Mono', monospace;
  display: inline-block;
  padding: 8px 4px;
  background: #f7f8fd;
}

pre .c-box-docs__code {
  display: block;
  padding: 12px 24px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}

/* ---------------------------------------------
*   c-box-flow
--------------------------------------------- */
.c-box-flow {
  width: 880px;
  margin: 55px auto 0;
}
@media screen and (max-width: 1440px) {
  .c-box-flow {
    width: 65.27778vw;
    margin-top: 3.81944vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow {
    width: 68vw;
    margin-top: 0;
  }
}
.c-box-flow:first-of-type {
  margin-top: 75px;
}
@media screen and (max-width: 1440px) {
  .c-box-flow:first-of-type {
    margin-top: 5.20833vw;
  }
}
.c-box-flow + .c-box-flow {
  margin-top: 27px;
  padding-top: 27px;
  border-top: 1px solid #828494;
}
@media screen and (max-width: 1440px) {
  .c-box-flow + .c-box-flow {
    margin-top: 1.875vw;
    padding-top: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow + .c-box-flow {
    margin-top: 5.33333vw;
    padding-top: 5.33333vw;
  }
}
.front .c-box-flow + .c-box-flow {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.c-box-flow--narrow {
  width: 534px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 55px !important;
}
@media screen and (max-width: 1440px) {
  .c-box-flow--narrow {
    width: 37.08333vw;
    margin-top: 3.81944vw !important;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow--narrow {
    width: 100%;
    margin-top: 4.66667vw !important;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow--narrow:first-of-type {
    margin-top: 8.26667vw !important;
  }
}
.c-box-flow__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .c-box-flow__inner {
    flex-direction: column;
    align-items: center;
  }
}
.c-box-flow__head {
  width: 360px;
  height: 84px;
  padding: 12px 40px 0;
  border: 1px solid #828494;
  box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .c-box-flow__head {
    width: 26.38889vw;
    height: 5.83333vw;
    padding: 0.83333vw 0 0.83333vw 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow__head {
    display: flex;
    width: 100%;
    height: auto;
    padding: 2.66667vw 2.66667vw 4vw 5.33333vw;
  }
}
.c-box-flow__head--wide {
  width: 100%;
  height: 170px;
  padding: 27px 40px 30px 50px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .c-box-flow__head--wide {
    height: 11.80556vw;
    padding: 1.875vw 2.77778vw 2.08333vw 3.47222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow__head--wide {
    height: auto;
    padding: 2.4vw 8vw 2.93333vw 5.33333vw;
  }
}
.c-box-flow__head-name {
  font-weight: bold;

  color: #828494;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .c-box-flow__head-name {
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow__head-name {
    font-weight: bold;
    font-size: 3.46667vw;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .front .c-box-flow__head-name {
    line-height: 1.5;
  }
}
.c-box-flow__head-name--large {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  .c-box-flow__head-name--large {
    font-size: 1.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow__head-name--large {
    font-size: 3.46667vw;
  }
}
.c-box-flow__head-numb {
  font-weight: bold;
  font-size: 12px;
  line-height: 2.5;
}
@media screen and (max-width: 1440px) {
  .c-box-flow__head-numb {
    font-size: 0.83333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow__head-numb {
    font-size: 2.93333vw;
  }
}
.c-box-flow__head-numb--large {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 1440px) {
  .c-box-flow__head-numb--large {
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow__head-numb--large {
    font-size: 2.93333vw;
  }
}
.c-box-flow__mid {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-box-flow__mid {
    margin-top: 6.66667vw;
  }
}
.c-box-flow__mid-txt {
  color: #682ae9;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .c-box-flow__mid-txt {
    font-size: 0.69444vw;
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow__mid-txt {
    font-size: 3.2vw;
  }
}
.c-box-flow__mid-img {
  width: 45px;
  margin: 10px auto 0;
}
@media screen and (max-width: 1440px) {
  .c-box-flow__mid-img {
    width: 3.125vw;
    margin-top: 0.69444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow__mid-img {
    width: 8vw;
    margin-top: 2.66667vw;
    margin-bottom: 4vw;
    transform: rotate(90deg);
  }
}
.c-box-flow__mid-img img {
  width: 100%;
}
.c-box-flow__body {
  display: flex;
  align-items: center;
  width: 360px;
  height: 84px;
  padding-left: 18px;
  border: 1px solid #682ae9;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .c-box-flow__body {
    width: 26.38889vw;
    height: 5.83333vw;
    padding-left: 0.83333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow__body {
    width: 68vw;
    height: auto;
    padding: 3.73333vw 5.33333vw;
  }
}
.c-box-flow__body-txt {
  font-weight: bold;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1440px) {
  .c-box-flow__body-txt {
    font-size: 1.11111vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 750px) {
  .c-box-flow__body-txt {
    font-size: 3.46667vw;
  }
}
.c-box-flow__body-txt span {
  color: #682ae9;
  text-decoration: underline;
}

/* ---------------------------------------------
*   c-box-price
--------------------------------------------- */
.c-box-price {
  position: relative;
  width: 1040px;
  margin: 30px auto 0;
  padding: 52px 96px 54px 44px;
  background: url(/files/user/img/common/ico/ico_frame-hex_single.svg) 0 0
    no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media screen and (max-width: 1440px) {
  .c-box-price {
    width: 72.22222vw;
    margin-top: 2.08333vw;
    padding: 3.61111vw 6.66667vw 3.61111vw 3.05556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-price {
    width: 100%;
    margin-top: 6.66667vw;
    padding: 9.06667vw 6vw;
    background: url(/files/user/img/common/ico/ico_frame-hex_single_sp.svg) 0 0
      no-repeat;
    background-size: 100% auto;
  }
}
.c-box-price__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .c-box-price__item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-box-price__item-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 415px;
  min-height: 68px;
  color: #682ae9;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 1440px) {
  .c-box-price__item-ttl {
    width: 28.81944vw;
    min-height: 4.72222vw;
    font-size: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-price__item-ttl {
    width: 100%;
    min-height: initial;
    font-size: 4vw;
    text-align: left;
  }
}
.c-box-price__item-ttl:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 70px;
  background-color: #682ae9;
  content: '';
}
@media screen and (max-width: 1440px) {
  .c-box-price__item-ttl:after {
    height: 4.86111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-price__item-ttl:after {
    content: none;
  }
}
.c-box-price__item-txt {
  width: 534px;
  padding-left: 85px;
  color: #682ae9;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .c-box-price__item-txt {
    width: 37.08333vw;
    padding-left: 5.90278vw;
    font-size: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-price__item-txt {
    width: 100%;
    margin-top: 2.66667vw;
    padding-left: 0;
    font-size: 2.66667vw;
  }
}
.c-box-price__item-txt .caution {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 2.5;
}
@media screen and (max-width: 1440px) {
  .c-box-price__item-txt .caution {
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-price__item-txt .caution {
    font-size: 2.13333vw;
  }
}
.c-box-price__item-txt .kome {
  font-size: 10px;
  font-weight: bold;
  vertical-align: super;
}
@media screen and (max-width: 1440px) {
  .c-box-price__item-txt .kome {
    font-size: 0.69444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-price__item-txt .kome {
    font-size: 1.6vw;
  }
}
.c-box-price__divide {
  width: 100%;
  height: 1px;
  margin: 25px 0;
  background-color: #682ae9;
}
@media screen and (max-width: 1440px) {
  .c-box-price__divide {
    margin: 1.73611vw;
  }
}
@media screen and (max-width: 750px) {
  .c-box-price__divide {
    height: 0.13333vw;
    margin: 3.33333vw 0 6vw;
  }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #0f1015;
  color: #0f1015;
  font-size: 0.875rem;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1440px) {
  .c-btn {
    height: 2.77778vw;
    border-radius: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-btn {
    height: 6.66667vw;
    border-radius: 3.33333vw;
  }
}
.c-btn:hover {
  background-color: #0f1015;
  color: #fff;
}
.c-btn--l {
  height: 48px;
  border-radius: 24px;
  font-size: 1rem;
}
@media screen and (max-width: 1440px) {
  .c-btn--l {
    height: 3.33333vw;
    border-radius: 1.66667vw;
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-btn--l {
    height: 12vw;
    border-radius: 6vw;
    font-size: 4.26667vw;
  }
}
.c-btn--kv-front {
  height: 70px;
  border-radius: 40px;
  font-size: 1rem;
}
@media screen and (max-width: 1440px) {
  .c-btn--kv-front {
    height: 4.86111vw;
    border-radius: 2.77778vw;
  }
}
@media screen and (max-width: 750px) {
  .c-btn--kv-front {
    height: 10.66667vw;
    border-radius: 5.33333vw;
  }
}
.c-btn--wide {
  height: 80px;
  border-radius: 40px;
  font-size: 1em;
}
@media screen and (max-width: 1440px) {
  .c-btn--wide {
    height: 5.55556vw;
    border-radius: 2.77778vw;
  }
}
@media screen and (max-width: 750px) {
  .c-btn--wide {
    height: 10.66667vw;
    border-radius: 5.33333vw;
  }
}
.c-btn--white {
  border-color: #fff;
  color: #fff;
}
.c-btn--white:hover {
  background-color: #fff;
  color: #0f1015;
}
.c-btn--white2 {
  border-color: #fff;
  color: #0f1015;
  background-color: #fff;
}
.c-btn--white2:hover {
  background-color: #682ae9;
  color: #fff;
  border-color: #682ae9;
}
.c-btn--white3 {
  border-color: #fff;
  color: #0f1015;
  background-color: #fff;
}
.c-btn--white3:hover {
  background-color: #828494;
  color: #fff;
  border-color: #828494;
}
.c-btn--orn {
  border-color: #ef660d;
  color: #fff;
  background-color: #ef660d;
}
.c-btn--orn:hover {
  background-color: transparent;
  color: #ef660d;
}
.c-btn--google {
  border-color: #dd4b39;
  color: #dd4b39;
}
.c-btn--google:hover {
  background-color: #dd4b39;
  color: #fff;
}
.c-btn--dev {
  border-color: #2a91e9;
  color: #fff;
  background-color: #2a91e9;
}
.c-btn--dev:hover {
  background-color: #fff;
  color: #2a91e9;
}
.c-btn--mkt {
  border-color: #682ae9;
  color: #fff;
  background-color: #682ae9;
}
.c-btn--mkt:hover {
  background-color: #fff;
  color: #682ae9;
}
.c-btn--mkt-white {
  border-color: #682ae9;
  color: #682ae9;
  background-color: #fff;
}
.c-btn--mkt-white:hover {
  background-color: transparent;
  color: #fff;
  background-color: #682ae9;
}
.c-btn__txt {
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .c-btn__txt {
    font-size: 2.66667vw;
  }
}
.c-btn__txt--bold {
  font-weight: 600;
}
.c-btn__txt--midium {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .c-btn__txt--midium {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .c-btn__txt--midium {
    font-size: 3.73333vw;
  }
}
/* .c-btn__txt--large {
      font-size: 20px; }
      @media screen and (max-width: 1440px) {
        .c-btn__txt--large {
          font-size: 1.38889vw; } }
      @media screen and (max-width: 750px) {
        .c-btn__txt--large {
          font-size: 4vw; } } */
@media screen and (max-width: 750px) {
  .c-btn__txt--sp-n {
    line-height: 1;
  }
}

/* ---------------------------------------------
*   c-btn-toggle
--------------------------------------------- */
.c-btn-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 275px;
  height: 40px;
  border: 1px solid rgba(130, 132, 148, 0.4);
  border-radius: 20px;
}
@media screen and (max-width: 1440px) {
  .c-btn-toggle {
    width: 19.09722vw;
    height: 2.77778vw;
    border-radius: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-btn-toggle {
    width: 40vw;
    height: 5.33333vw;
    border-radius: 2.66667vw;
  }
}
.c-btn-toggle__link {
  display: flex;
  align-items: center;
  height: 40px;
  color: #fff;
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
  font-size: 0.875rem;
  line-height: 1.21;
  padding: 0 15px;
  transition: opacity 300ms;
}
@media screen and (max-width: 1440px) {
  .c-btn-toggle__link {
    height: 2.77778vw;
    font-size: 0.97222vw;
    padding: 0 1.04167vw;
  }
}
@media screen and (max-width: 750px) {
  .c-btn-toggle__link {
    height: 5.33333vw;
    font-size: 2.13333vw;
    padding: 0 2vw;
  }
}
.c-btn-toggle__link:hover {
  opacity: 0.6;
}
.is-marketers .c-btn-toggle__link {
  color: #0f1015;
}
.c-btn-toggle__link--current {
  position: relative;
  height: 40px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #2a91e9;
  transform: translateX(-1px);
}
@media screen and (max-width: 1440px) {
  .c-btn-toggle__link--current {
    height: 2.77778vw;
    padding-left: 2.08333vw;
    border-radius: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-btn-toggle__link--current {
    height: 5.33333vw;
    padding-left: 4vw;
    border-radius: 2.66667vw;
  }
}
.is-marketers .c-btn-toggle__link--current {
  color: #fff;
  background-color: #682ae9;
  transform: translateX(1px);
}
.c-btn-toggle__link--current:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  width: 6px;
  height: 6px;
  box-shadow: 0px 0px 4px #fff;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .c-btn-toggle__link--current:after {
    left: 1.11111vw;
    width: 0.41667vw;
    height: 0.41667vw;
    box-shadow: 0 0 0.27778vw #fff;
  }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(130, 132, 148, 0.4);
  border-radius: 20px;
  background-color: #fff;
}
.c-card__image {
  width: 100%;
  border-bottom: 1px solid rgba(130, 132, 148, 0.4);
  border-radius: 20px 20px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-card__image img {
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 751px) {
  .c-card__image {
    height: 14vw;
    max-height: 204px;
  }
  .c-card__image img {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .c-card__image {
    background: none !important;
  }
}
.c-card__body {
  flex: 1 1 auto;
  padding: 24px 20px;
}
.c-card__date {
  color: #828494;
  font-size: 0.9rem;
}
.c-card__ttl {
  font-size: 1.5rem;
  font-weight: bold;
}
.c-card__txt {
  color: #828494;
  font-size: 0.9rem;
}
.c-card__ttl + .c-card__txt {
  padding-top: 20px;
}
.c-card__foot {
  padding: 20px 20px 24px;
}
.c-card__body + .c-card__foot {
  padding-top: 0;
}

.c-card__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .c-card__list .c-card:not(:first-child) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .c-card__list--col3 .c-card {
    width: 32%;
  }
  .c-card__list--col3 .c-card:not(:nth-of-type(3n + 1)) {
    margin-left: 2%;
  }
  .c-card__list--col3 .c-card:nth-of-type(n + 4) {
    margin-top: 4%;
  }
}
.c-card__list--obj .c-card:first-child {
  position: relative;
}
.c-card__list--obj .c-card:first-child::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -47px;
  left: -46px;
  width: 182px;
  height: 182px;
  background: url(/files/user/img/common/obj/obj_dev_2.svg) 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1440px) {
  .c-card__list--obj .c-card:first-child::before {
    top: -3.26389vw;
    left: -3.19444vw;
    width: 12.63889vw;
    height: 12.63889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-card__list--obj .c-card:first-child::before {
    top: -6.26667vw;
    left: -6.13333vw;
    width: 24.26667vw;
    height: 24.26667vw;
  }
}
.is-marketers .c-card__list--obj .c-card:first-child::before {
  background-image: url(/files/user/img/common/obj/obj_mkt_2.svg);
}
.c-card__list--obj .c-card:last-child {
  position: relative;
}
.c-card__list--obj .c-card:last-child::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -65px;
  bottom: -55px;
  width: 86px;
  height: 86px;
  background: url(/files/user/img/common/obj/obj_dev_1.svg) 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1440px) {
  .c-card__list--obj .c-card:last-child::after {
    right: -4.51389vw;
    bottom: -3.81944vw;
    width: 5.97222vw;
    height: 5.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-card__list--obj .c-card:last-child::after {
    right: -8.66667vw;
    bottom: -7.33333vw;
    width: 11.46667vw;
    height: 11.46667vw;
  }
}
.is-marketers .c-card__list--obj .c-card:last-child::after {
  background-image: url(/files/user/img/common/obj/obj_mkt_1.svg);
}

/* ---------------------------------------------
*   c-chapter
--------------------------------------------- */
.c-chapter {
  margin-bottom: 30px;
}
.c-chapter__container {
  width: 1440px;
  margin: 0 auto;
}
.c-chapter__head {
  margin-bottom: 15px;
}
.c-chapter__body {
  padding: 0 10px;
}

/* ---------------------------------------------
*   c-chapter-docs
--------------------------------------------- */
.c-chapter-docs__txt {
  color: #828494;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
}
.is-dark .c-chapter-docs__txt {
  color: #fff;
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
.c-link {
  text-decoration: underline;
  color: #2a91e9;
}
.is-developers .c-link {
  color: #2a91e9;
}
.is-marketers .c-link {
  color: #682ae9;
}
.c-link:hover {
  text-decoration: none;
}

/* ---------------------------------------------
*   c-link-set
--------------------------------------------- */
.c-link-set {
  display: flex;
  align-items: center;
}
.c-link-set__ttl {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
@media screen and (max-width: 1440px) {
  .c-link-set__ttl {
    margin-right: 2.43056vw;
  }
}
@media screen and (max-width: 750px) {
  .c-link-set__ttl {
    margin-right: 2.66667vw;
  }
}
.c-link-set__ttl-ico {
  width: 40px;
  margin-right: 34px;
}
@media screen and (max-width: 1440px) {
  .c-link-set__ttl-ico {
    width: 2.77778vw;
    margin-right: 2.36111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-link-set__ttl-ico {
    width: 4vw;
    margin-right: 2vw;
  }
}
.c-link-set__ttl-txt {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1440px) {
  .c-link-set__ttl-txt {
    font-size: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-link-set__ttl-txt {
    font-size: 2.66667vw;
  }
}
.is-marketers .c-link-set__ttl-txt {
  color: #0f1015;
}
.c-link-set__desc {
  display: flex;
  align-items: center;
}
.c-link-set__desc-ico {
  width: 20px;
  line-height: 1;
  margin-right: 28px;
}
@media screen and (max-width: 1440px) {
  .c-link-set__desc-ico {
    width: 1.38889vw;
    margin-right: 1.94444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-link-set__desc-ico {
    width: 2.66667vw;
    margin-right: 2.66667vw;
  }
}
.c-link-set__desc-btn {
  width: 235px;
}
@media screen and (max-width: 1440px) {
  .c-link-set__desc-btn {
    width: 16.31944vw;
  }
}
@media screen and (max-width: 750px) {
  .c-link-set__desc-btn {
    width: 37.33333vw;
  }
}

/* ---------------------------------------------
*   c-link-docs
--------------------------------------------- */
.c-link-docs {
  color: #ef660d;
}
.c-link-docs:hover {
  text-decoration: underline;
}
.c-link-docs--purple {
  color: #682ae9;
}

/* ---------------------------------------------
*   c-list-milestones
--------------------------------------------- */
.c-list-milestones {
  position: relative;
  width: 847px;
  padding: 25px 0 110px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-list-milestones {
    width: 58.81944vw;
    padding: 1.73611vw 0 7.63889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-milestones {
    width: 77.33333vw;
    padding: 3.33333vw 0 0vw;
  }
}
.c-list-milestones:before {
  content: '';
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #ef660d;
  opacity: 0.4;
}
@media screen and (max-width: 1440px) {
  .c-list-milestones:before {
    top: 2.29167vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-milestones:before {
    top: 10.66667vw;
    left: 1.06667vw;
    width: 0.13333vw;
    height: 62vw;
    z-index: 1;
  }
}
.c-list-milestones__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .c-list-milestones__inner {
    flex-direction: column;
  }
}
.c-list-milestones__item {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .c-list-milestones__item {
    padding-right: 0.34722vw;
    padding-left: 0.34722vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-milestones__item {
    padding: 6.66667vw 0;
    background-color: initial;
  }
}
.c-list-milestones__item:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ef660d;
}
@media screen and (max-width: 1440px) {
  .c-list-milestones__item:before {
    width: 1.11111vw;
    height: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-milestones__item:before {
    width: 2.13333vw;
    height: 2.13333vw;
  }
}
.c-list-milestones__year {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  color: #828494;
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .c-list-milestones__year {
    bottom: calc(100% + (16 / 1440) * 100vw);
    font-size: 0.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-milestones__year {
    bottom: calc((50 / 750) * 100vw);
    left: 10%;
    font-size: 1.86667vw;
  }
}
.c-list-milestones__txt {
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  width: 240px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .c-list-milestones__txt {
    top: calc(100% + (25 / 1440) * 100vw);
    width: 16.66667vw;
    font-size: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-milestones__txt {
    top: 50%;
    width: 32vw;
    font-size: 2.66667vw;
    transform: translate3d(-50%, -50%, 0);
  }
}

/* ---------------------------------------------
*   c-list-check
--------------------------------------------- */
.c-list-check__item {
  padding-left: 50px;
  color: #0f1015;
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
  font-size: 1.4375rem;
  letter-spacing: 0.01em;
  background: url(/files/user/img/common/ico/ico_check_dev.svg) 2px 0.4em
    no-repeat;
  background-size: 16px auto;
  margin-top: 14px;
}
@media screen and (max-width: 1440px) {
  .c-list-check__item {
    font-size: 1.59722vw;
    padding-left: 2.77778vw;
    margin-top: 0.97222vw;
    background-size: 1.11111vw auto;
  }
}
@media screen and (max-width: 750px) {
  .c-list-check__item {
    font-size: 3.73333vw;
    padding-left: 4vw;
    margin-top: 2vw;
    background-size: 2.13333vw;
  }
}
.is-developers .c-list-check__item {
  color: #fff;
  background-image: url(/files/user/img/common/ico/ico_check_dev.svg);
}
.is-marketers .c-list-check__item {
  color: #0f1015;
  background-image: url(/files/user/img/common/ico/ico_check_mkt.svg);
}
.c-list-check__item:first-of-type {
  margin-top: 0;
}

/* ---------------------------------------------
*   c-list-fig
--------------------------------------------- */
.c-list-fig {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-list-fig__item {
  width: 340px;
  margin-right: 100px;
}
@media screen and (max-width: 1440px) {
  .c-list-fig__item {
    width: 23.61111vw;
    margin-right: 6.94444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-fig__item {
    width: 50vw;
    margin-right: 0;
    margin-top: 6.66667vw;
  }
}
.c-list-fig__item:nth-of-type(3n) {
  margin-right: 0;
}
.c-list-fig__item:nth-of-type(n + 4) {
  margin-top: 83px;
}
@media screen and (max-width: 1440px) {
  .c-list-fig__item:nth-of-type(n + 4) {
    margin-top: 5.76389vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-fig__item:nth-of-type(n + 4) {
    margin-top: 6.66667vw;
  }
}
.c-list-fig__item:last-of-type {
  margin-right: 0;
}
.c-list-fig__img {
  width: 64px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1440px) {
  .c-list-fig__img {
    width: 4.44444vw;
    margin-bottom: 2.77778vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-fig__img {
    width: 8.53333vw;
    margin-bottom: 5.33333vw;
  }
}
.c-list-fig__cap {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .c-list-fig__cap {
    font-size: 1.80556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-fig__cap {
    font-size: 3.46667vw;
  }
}
.c-list-fig__txt {
  text-align: center;
  color: #828494;
  font-family: 'Karla', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 17px;
}
@media screen and (max-width: 1440px) {
  .c-list-fig__txt {
    font-size: 1.25vw;
    margin-top: 1.18056vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-fig__txt {
    font-size: 2.66667vw;
    margin-top: 2.26667vw;
  }
}

/* ---------------------------------------------
*   c-list-logo
--------------------------------------------- */
.c-list-logo {
  display: flex;
  justify-content: center;
}
.c-list-logo__item {
  width: 96px;
  margin-left: 120px;
}
@media screen and (max-width: 1440px) {
  .c-list-logo__item {
    width: 6.66667vw;
    margin-left: 8.33333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-logo__item {
    width: 12.8vw;
    margin-left: 16vw;
  }
}
.c-list-logo__item:first-of-type {
  margin-left: 0;
}
.c-list-logo__img {
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .c-list-logo__img {
    margin-bottom: 1.73611vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-logo__img {
    margin-bottom: 3.33333vw;
  }
}
.c-list-logo__cap {
  text-align: center;
  color: #828494;
  font-family: 'Karla', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  .c-list-logo__cap {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-logo__cap {
    font-size: 2.66667vw;
  }
}

/* ---------------------------------------------
*   c-list-plan
--------------------------------------------- */
.c-list-plan {
  padding-left: 45px;
}
@media screen and (max-width: 1440px) {
  .c-list-plan {
    padding-left: 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-plan {
    padding-left: 2vw;
  }
}
.c-list-plan__item {
  font-family: 'Karla', sans-serif;
  padding-left: 34px;
  font-size: 1rem;
  background: url(/files/user/img/common/ico/ico_check_dev_s.svg) 0 center
    no-repeat;
  background-size: 14px auto;
  margin-top: 16px;
}
@media screen and (max-width: 1440px) {
  .c-list-plan__item {
    padding-left: 2.36111vw;
    font-size: 1.25vw;
    background-size: 0.97222vw auto;
    margin-top: 1.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-plan__item {
    padding-left: 2.66667vw;
    font-size: 2.4vw;
    background-size: 1.86667vw auto;
    margin-top: 2.13333vw;
  }
}
.is-marketers .c-list-plan__item {
  background-image: url(/files/user/img/common/ico/ico_check_mkt_s.svg);
}
.c-list-plan__item:first-of-type {
  margin-top: 0;
}

/* ---------------------------------------------
*   c-list-checkbox
--------------------------------------------- */
.c-list-checkbox__item {
  margin-top: 5px;
}
@media screen and (max-width: 1440px) {
  .c-list-checkbox__item {
    margin-top: 0.34722vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-checkbox__item {
    margin-top: 0.66667vw;
  }
}

.c-list-checkbox__label {
  cursor: pointer;
}

.c-list-checkbox__input {
  display: block;
  width: 0;
  opacity: 0;
}
.c-list-checkbox__input + .c-list-checkbox__txt {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .c-list-checkbox__input + .c-list-checkbox__txt {
    padding-left: 1.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-checkbox__input + .c-list-checkbox__txt {
    padding-left: 3.2vw;
  }
}
.c-list-checkbox__input + .c-list-checkbox__txt:before,
.c-list-checkbox__input + .c-list-checkbox__txt:after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
}
.c-list-checkbox__input + .c-list-checkbox__txt:before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #2a91e9;
}
@media screen and (max-width: 1440px) {
  .c-list-checkbox__input + .c-list-checkbox__txt:before {
    width: 1.11111vw;
    height: 1.11111vw;
    border: 0.13889vw solid #2a91e9;
  }
}
@media screen and (max-width: 750px) {
  .c-list-checkbox__input + .c-list-checkbox__txt:before {
    width: 2.66667vw;
    height: 2.66667vw;
    border: 0.26667vw solid #2a91e9;
  }
}
.c-list-checkbox__input + .c-list-checkbox__txt:after {
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(45deg);
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .c-list-checkbox__input + .c-list-checkbox__txt:after {
    top: 0.13889vw;
    left: 0.41667vw;
    width: 0.34722vw;
    height: 0.69444vw;
    border-right: 0.13889vw solid #fff;
    border-bottom: 0.13889vw solid #fff;
  }
}
@media screen and (max-width: 750px) {
  .c-list-checkbox__input + .c-list-checkbox__txt:after {
    top: 0.26667vw;
    left: 0.8vw;
    width: 0.8vw;
    height: 1.6vw;
    border-right: 0.26667vw solid #fff;
    border-bottom: 0.26667vw solid #fff;
  }
}
.c-list-checkbox__input:checked + .c-list-checkbox__txt:before {
  background-color: #2a91e9;
}
.c-list-checkbox__input:checked + .c-list-checkbox__txt:after {
  opacity: 1;
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section {
  width: 1440px;
  margin: 90px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 1440px) {
  .c-section {
    width: 100vw;
    margin-top: 13.19444vw;
    padding-top: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section {
    width: 100vw;
    margin-top: 24.66667vw;
    padding-top: 20vw;
  }
}
.c-section--task {
  position: relative;
}
.c-section--task:before {
  z-index: -1;
  position: absolute;
  top: 132px;
  left: 120px;
  width: 1205px;
  height: 450px;
  background: url(/files/user/img/front/bg_task.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
}
@media screen and (max-width: 1440px) {
  .c-section--task:before {
    top: 12.22222vw;
    left: 8.33333vw;
    width: 83.68056vw;
    height: 31.25vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--task:before {
    display: none;
  }
}
.c-section--problem {
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-section--problem {
    margin-top: 21.33333vw;
  }
}
.c-section--problem:before {
  z-index: -1;
  position: absolute;
  top: 58px;
  left: 25px;
  width: 1317px;
  height: 1042px;
  background: url(/files/user/img/about/bg_problem.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
}
@media screen and (max-width: 1440px) {
  .c-section--problem:before {
    top: 6.02778vw;
    left: -1.73611vw;
    width: 91.45833vw;
    height: 72.36111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--problem:before {
    width: 9.06667vw;
    height: 161.2vw;
    top: 102.66667vw;
    left: 3.33333vw;
    background-image: url(/files/user/img/about/sp/bg_problem_sp.svg);
  }
}
.c-section--feature {
  position: relative;
  margin-top: 0;
}
.c-section--feature:before {
  z-index: -1;
  position: absolute;
  top: 106px;
  left: 32px;
  width: 1472px;
  height: 794px;
  background: url(/files/user/img/about/bg_feature.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
}
@media screen and (max-width: 1440px) {
  .c-section--feature:before {
    top: 10.41667vw;
    left: 2.22222vw;
    width: 102.22222vw;
    height: 55.13889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--feature:before {
    top: 52vw;
    left: -1vw;
    width: 100vw;
    height: 287.2vw;
    background-image: url(/files/user/img/about/sp/bg_feature_sp.svg);
  }
}
.c-section--dev {
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 1440px) {
  .c-section--dev {
    margin-top: 13.88889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--dev {
    margin-top: 29.33333vw;
  }
}
.c-section--dev:before {
  z-index: -1;
  position: absolute;
  top: -30px;
  left: 20px;
  width: 1316px;
  height: 644px;
  background: url(/files/user/img/about/bg_dev.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
}
@media screen and (max-width: 1440px) {
  .c-section--dev:before {
    top: -9.02778vw;
    left: 1.38889vw;
    width: 91.38889vw;
    height: 44.72222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--dev:before {
    width: 74.13333vw;
    height: 71.2vw;
    top: -7.33333vw;
    left: 15.2vw;
    background-image: url(/files/user/img/about/sp/bg_dev_sp.svg);
  }
}
.c-section--character {
  position: relative;
  /* margin-top: 95px; */
}
/* @media screen and (max-width: 1440px) {
      .c-section--character {
        margin-top: 6.59722vw; } }
    @media screen and (max-width: 750px) {
      .c-section--character {
        margin-top: 17.6vw; } } */
.c-section--character:before {
  z-index: -1;
  position: absolute;
  top: 145px;
  left: 160px;
  width: 1171px;
  height: 507px;
  background: url(/files/user/img/front/bg_character.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
}
@media screen and (max-width: 1440px) {
  .c-section--character:before {
    top: 13.125vw;
    left: 11.11111vw;
    width: 81.31944vw;
    height: 35.20833vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--character:before {
    width: 100vw;
    height: 84.13333vw;
    top: 14%;
    left: -0.4vw;
    background-image: url(/files/user/img/front/sp/bg_character.svg);
  }
}
.c-section--service {
  position: relative;
  margin-top: 185px;
}
@media screen and (max-width: 1440px) {
  .c-section--service {
    margin-top: 19.79167vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--service {
    margin-top: 41.33333vw;
  }
}
.c-section--service:before {
  z-index: -1;
  position: absolute;
  top: 164px;
  left: 32px;
  width: 1257px;
  height: 1321px;
  background: url(/files/user/img/front/bg_service.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
}
@media screen and (max-width: 1440px) {
  .c-section--service:before {
    top: 14.44444vw;
    left: 2.22222vw;
    width: 87.29167vw;
    height: 91.73611vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--service:before {
    top: 4vw;
    left: 0;
    width: 24.26667vw;
    height: 313.46667vw;
    background-image: url(/files/user/img/front/sp/bg_service.svg);
  }
}
.c-section--price {
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 1440px) {
  .c-section--price {
    margin-top: 18.05556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--price {
    margin-top: 41.06667vw;
  }
}
.c-section--price:before {
  z-index: -1;
  position: absolute;
  top: 105px;
  left: 155px;
  width: 1144px;
  height: 393px;
  background: url(/files/user/img/front/bg_price.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
}
@media screen and (max-width: 1440px) {
  .c-section--price:before {
    top: 0.34722vw;
    left: 10.76389vw;
    width: 79.44444vw;
    height: 27.29167vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--price:before {
    top: 7.33333vw;
    left: 4.53333vw;
    width: 99.6vw;
    height: 66.4vw;
    background-image: url(/files/user/img/front/sp/bg_price.svg);
  }
}
.c-section--wide {
  width: 100%;
  margin-top: 270px;
}
@media screen and (max-width: 1440px) {
  .c-section--wide {
    margin-top: 18.75vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--wide {
    margin-top: 21.6vw;
  }
}
.c-section--wide-no_margin {
  width: 100%;
}
.c-section__container {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-section__container {
    width: 77.77778vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__container {
    width: 78.66667vw;
  }
}
.c-section__container--divide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .c-section__container--divide {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 750px) {
  .c-section--dev .c-section__container--divide {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .front .c-section__container--divide {
    flex-direction: column;
  }
}
.c-section__container--wide {
  position: relative;
  width: 100%;
  justify-content: center;
  z-index: 1;
}
.c-section__container--wide:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #828494;
  z-index: 0;
  content: '';
}
@media screen and (max-width: 750px) {
  .c-section__container--wide:before {
    width: 100%;
    height: 50%;
    bottom: initial;
  }
}
.c-section__container--wide:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #682ae9;
  z-index: 0;
  content: '';
}
@media screen and (max-width: 750px) {
  .c-section__container--wide:after {
    width: 100%;
    height: 50%;
    top: initial;
  }
}
.c-section__head {
  position: relative;
  z-index: 1;
}
.c-section__head--op1 {
  margin-bottom: 65px;
}
@media screen and (max-width: 1440px) {
  .c-section__head--op1 {
    margin-bottom: 4.51389vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__head--op1 {
    margin-top: 14.66667vw;
    margin-bottom: 0;
  }
}
.c-section__head--op1:before {
  position: absolute;
  top: -30px;
  left: -38px;
  width: 55px;
  height: 55px;
  background: url(/files/user/img/common/obj/obj_blk_1.svg) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 0;
  content: '';
}
@media screen and (max-width: 1440px) {
  .c-section__head--op1:before {
    top: -2.08333vw;
    left: -2.63889vw;
    width: 3.81944vw;
    height: 3.81944vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__head--op1:before {
    content: none;
  }
}
.c-section__head--op1:after {
  position: absolute;
  bottom: -53px;
  right: -53px;
  width: 86px;
  height: 86px;
  background: url(/files/user/img/common/obj/obj_blk_2.svg) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 0;
  content: '';
}
@media screen and (max-width: 1440px) {
  .c-section__head--op1:after {
    right: -3.68056vw;
    bottom: -3.68056vw;
    width: 5.97222vw;
    height: 5.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__head--op1:after {
    right: -5.33333vw;
    bottom: -6.4vw;
    width: 11.46667vw;
    height: 11.46667vw;
  }
}
.c-section__head--trial {
  width: 720px;
  padding: 157px 120px 157px;
}
@media screen and (max-width: 1440px) {
  .c-section__head--trial {
    width: 50vw;
    padding: 10.90278vw 8.33333vw 10.90278vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__head--trial {
    width: 100%;
    padding: 21.06667vw 16vw 27.73333vw;
  }
}
.c-section__head-img {
  position: relative;
  z-index: 1;
  width: 400px;
}
@media screen and (max-width: 1440px) {
  .c-section__head-img {
    width: 27.77778vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__head-img {
    width: 78.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__head-img--dev {
    width: 57.33333vw;
  }
}
.c-section__body {
  position: relative;
  width: 650px;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .c-section__body {
    width: 45.13889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__body {
    width: 78.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section--dev .c-section__body {
    margin-top: 22.66667vw;
  }
}
.c-section__body--contact {
  width: 720px;
  padding: 157px 120px 157px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-section__body--contact {
    width: 50vw;
    padding: 10.90278vw 8.33333vw 10.90278vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__body--contact {
    width: 100%;
    padding: 21.06667vw 16vw 27.73333vw;
  }
}
.c-section__ttl {
  color: #682ae9;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .c-section__ttl {
    font-size: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__ttl {
    text-align: center;
    font-size: 3.73333vw;
  }
}
.c-section__ttl--white {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .c-section__ttl--sp-left {
    text-align: left;
  }
}
.c-section__txt {
  margin-top: 30px;
  color: #0f1015;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.19;
}
@media screen and (max-width: 1440px) {
  .c-section__txt {
    margin-top: 2.36111vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__txt {
    margin-top: 3.2vw;
    text-align: center;
    font-size: 5.6vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}
.c-section__txt--white {
  color: #fff;
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .c-section__txt--white {
    margin-top: 1.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__txt--white {
    margin-top: 0;
    font-size: 6.26667vw;
  }
}
.c-section__txt--uline {
  display: inline-block;
  margin-top: 55px;
  padding-bottom: 5px;
  font-size: 26px;
  line-height: 1;
  border-bottom: 4px solid #682ae9;
  letter-spacing: 0;
}
@media screen and (max-width: 1440px) {
  .c-section__txt--uline {
    margin-top: 3.81944vw;
    padding-bottom: 0.34722vw;
    font-size: 1.94444vw;
    border-bottom: 0.27778vw solid #682ae9;
  }
}
@media screen and (max-width: 750px) {
  .c-section__txt--uline {
    width: 88vw;
    margin-top: 10.66667vw;
    margin-left: -4vw;
    padding-bottom: 0.53333vw;
    font-size: 4.26667vw;
    border-bottom: 0.53333vw solid #682ae9;
  }
}
.c-section__txt--uline span {
  font-size: 40px;
}
@media screen and (max-width: 1440px) {
  .c-section__txt--uline span {
    font-size: 2.77778vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__txt--uline span {
    font-size: 5.06667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__txt--sp-left {
    text-align: left;
  }
}
.c-section__lead {
  margin-top: 27px;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1440px) {
  .c-section__lead {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__lead {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
    line-height: 1.54;
    text-align: left;
  }
}
.c-section__lead--small {
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1440px) {
  .c-section__lead--small {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__lead--small {
    font-size: 3.2vw;
    line-height: 1.7;
  }
}
.c-section__lead--white {
  color: #fff;
  text-align: left;
}
.c-section__lead + .c-section__lead {
  margin-top: 27px;
}
@media screen and (max-width: 1440px) {
  .c-section__lead + .c-section__lead {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__lead + .c-section__lead {
    margin-top: 5.06667vw;
  }
}
.c-section__btn {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .c-section__btn {
    margin-top: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__btn {
    margin-top: 4vw;
  }
}
.c-section__caution {
  width: 790px;
  margin: 30px auto 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  color: #0f1015;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .c-section__caution {
    width: 54.86111vw;
    margin-top: 2.08333vw;
    font-size: 0.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section__caution {
    width: 100%;
    margin-top: 2.93333vw;
    font-size: 3.46667vw;
    line-height: 1.62;
  }
}
.c-section__caution a {
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .c-section__caution a:hover {
    text-decoration: none;
  }
}

/* ---------------------------------------------
*   c-section-milestones
--------------------------------------------- */
.c-section-milestones {
  padding-top: 98px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .c-section-milestones {
    padding-top: 6.80556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-milestones {
    padding-top: 14.66667vw;
  }
}
.c-section-milestones__ttl {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .c-section-milestones__ttl {
    font-size: 1.80556vw;
    margin-bottom: 6.94444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-milestones__ttl {
    font-size: 3.73333vw;
    margin-bottom: 6.66667vw;
  }
}
.c-section-milestones__body {
  padding: 0 10px;
}
@media screen and (max-width: 1440px) {
  .c-section-milestones__body {
    padding: 0 0.69444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-milestones__body {
    padding: 0 1.33333vw;
  }
}

/* ---------------------------------------------
*   c-section-about
--------------------------------------------- */
.c-section-about {
  margin-top: 200px;
  padding-top: 160px;
  padding-bottom: 200px;
  background-color: #0f1015;
}
@media screen and (max-width: 1440px) {
  .c-section-about {
    margin-top: 13.88889vw;
    padding-top: 11.11111vw;
    padding-bottom: 11.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-about {
    margin-top: 33.33333vw;
    padding-top: 21.33333vw;
    padding-bottom: 21.33333vw;
  }
}
.thanks .c-section-about {
  margin-top: 0;
}
.c-section-about__container {
  width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-section-about__container {
    width: 43.05556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-about__container {
    width: 78.66667vw;
  }
}
.c-section-about__ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .c-section-about__ttl {
    font-size: 3.33333vw;
    margin-bottom: 5.55556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-about__ttl {
    font-size: 6.93333vw;
    margin-bottom: 5.33333vw;
  }
}
.c-section-about__ttl-txt {
  color: #fff;
}
.c-section-about__ttl-ico {
  display: inline-block;
  width: 16px;
  transform: translateY(-0.2em);
  margin-left: 15px;
}
@media screen and (max-width: 1440px) {
  .c-section-about__ttl-ico {
    width: 1.11111vw;
    margin-left: 1.04167vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-about__ttl-ico {
    width: 3.33333vw;
    margin-left: 2vw;
  }
}
.c-section-about__txt {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .c-section-about__txt {
    font-size: 1.80556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-about__txt {
    font-size: 3.46667vw;
  }
}
.c-section-about__txt-small {
  color: #f7f8fd;
  font-family: 'Karla', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .c-section-about__txt-small {
    font-size: 1.25vw;
    margin-top: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-about__txt-small {
    font-size: 2.66667vw;
    margin-top: 2.66667vw;
  }
}
.c-section-about__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 1440px) {
  .c-section-about__foot {
    margin-top: 5.55556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-about__foot {
    margin-top: 5.33333vw;
  }
}
.c-section-about__btn {
  width: 240px;
}
@media screen and (max-width: 1440px) {
  .c-section-about__btn {
    width: 16.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-about__btn {
    width: 32vw;
  }
}
.c-section-about__logo {
  display: flex;
  align-items: flex-end;
  padding-top: 5px;
}
@media screen and (max-width: 1440px) {
  .c-section-about__logo {
    padding-top: 0.34722vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-about__logo {
    padding-top: 1.33333vw;
  }
}
.c-section-about__logo-txt {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 16px;
  transform: translateY(2px);
}
@media screen and (max-width: 1440px) {
  .c-section-about__logo-txt {
    font-size: 0.97222vw;
    margin-right: 1.11111vw;
    transform: translateY(0.13889vw);
  }
}
@media screen and (max-width: 750px) {
  .c-section-about__logo-txt {
    font-size: 2.4vw;
  }
}
.c-section-about__logo-img {
  width: 130px;
}
@media screen and (max-width: 1440px) {
  .c-section-about__logo-img {
    width: 9.02778vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-about__logo-img {
    width: 17.33333vw;
  }
}

/* ---------------------------------------------
*   c-section-access
--------------------------------------------- */
.c-section-access__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c-section-access__container {
    flex-direction: column;
    max-width: initial;
  }
}

.c-section-access__contents {
  margin-right: 177px;
  transform: translateY(-11px);
}
@media screen and (max-width: 1440px) {
  .c-section-access__contents {
    margin-right: 12.29167vw;
    transform: translateY(-0.76389vw);
  }
}
@media screen and (max-width: 750px) {
  .c-section-access__contents {
    width: 100%;
    padding: 6.66667vw 10%;
    margin-right: 0;
    transform: initial;
  }
}

.c-section-access__ttl {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 33px;
}
@media screen and (max-width: 1440px) {
  .c-section-access__ttl {
    font-size: 1.80556vw;
    margin-bottom: 2.29167vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-access__ttl {
    font-size: 3.46667vw;
    margin-bottom: 4.66667vw;
  }
}

.c-section-access__txt {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1440px) {
  .c-section-access__txt {
    font-size: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-access__txt {
    font-size: 2.4vw;
  }
}

.c-section-access__btn {
  width: 150px;
  margin-top: 45px;
}
@media screen and (max-width: 1440px) {
  .c-section-access__btn {
    width: 10.41667vw;
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-access__btn {
    width: 30vw;
    margin-top: 4vw;
  }
}

.c-section-access__map {
  position: relative;
  width: 58.33333%;
  padding-top: 554px;
}
@media screen and (max-width: 1440px) {
  .c-section-access__map {
    width: 58.33333vw;
    padding-top: 38.47222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-access__map {
    width: 100%;
  }
}
.c-section-access__map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------
*   c-section-slider
--------------------------------------------- */
.c-section-slider {
  padding-top: 180px;
  padding-bottom: 206px;
}
@media screen and (max-width: 1440px) {
  .c-section-slider {
    padding-top: 12.5vw;
    padding-bottom: 14.30556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-slider {
    padding-top: 24vw;
    padding-bottom: 26.66667vw;
  }
}
.c-section-slider__container {
  display: flex;
  justify-content: space-between;
  max-width: 1550px;
  width: 100%;
  padding: 0 55px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-section-slider__container {
    max-width: 1440px;
    padding: 0 3.81944vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-slider__container {
    flex-direction: column;
    max-width: 750px;
    padding: 0 6.66667vw;
  }
}
.c-section-slider__contents {
  width: 380px;
}
@media screen and (max-width: 1440px) {
  .c-section-slider__contents {
    width: 26.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-slider__contents {
    width: 80vw;
  }
}
.c-section-slider__lead {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 57px;
}
@media screen and (max-width: 1440px) {
  .c-section-slider__lead {
    font-size: 1.38889vw;
    margin-bottom: 3.95833vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-slider__lead {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
  }
}
.c-section-slider__img {
  position: relative;
  z-index: 1;
  width: 680px;
}
@media screen and (max-width: 1440px) {
  .c-section-slider__img {
    width: 41.66667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-slider__img {
    width: 80vw;
  }
}
.c-section-slider__img:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -47px;
  bottom: -46px;
  width: 182px;
  height: 182px;
  background: url(/files/user/img/common/obj/obj_dev_2.svg) 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1440px) {
  .c-section-slider__img:after {
    right: -3.26389vw;
    bottom: -3.19444vw;
    width: 12.63889vw;
    height: 12.63889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-slider__img:after {
    right: -6.26667vw;
    bottom: -6.13333vw;
    width: 24.26667vw;
    height: 24.26667vw;
  }
}
.is-marketers .c-section-slider__img:after {
  background-image: url(/files/user/img/common/obj/obj_mkt_2.svg);
}

/* ---------------------------------------------
*   c-section-case
--------------------------------------------- */
.c-section-case {
  position: relative;
  padding-top: 180px;
  padding-bottom: 192px;
}
@media screen and (max-width: 1440px) {
  .c-section-case {
    padding-top: 12.5vw;
    padding-bottom: 13.33333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-case {
    padding-top: 20vw;
    padding-bottom: 16.26667vw;
  }
}
.c-section-case + .c-section-case {
  padding-top: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 1440px) {
  .c-section-case + .c-section-case {
    padding-bottom: 13.88889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-case + .c-section-case {
    padding-bottom: 20vw;
  }
}
.c-section-case::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f8fd;
  content: '';
  z-index: -1;
}
.c-section-case__container {
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-section-case__container {
    max-width: 84.72222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-case__container {
    max-width: 80vw;
  }
}
.c-section-case__head {
  text-align: center;
  margin-bottom: 98px;
}
@media screen and (max-width: 1440px) {
  .c-section-case__head {
    margin-bottom: 6.80556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-case__head {
    margin-bottom: 6.66667vw;
  }
}

/* ---------------------------------------------
*   c-section-check
--------------------------------------------- */
.c-section-check {
  padding-top: 161px;
  padding-bottom: 200px;
  background-color: #0f1015;
}
@media screen and (max-width: 1440px) {
  .c-section-check {
    padding-top: 11.18056vw;
    padding-bottom: 13.88889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-check {
    padding-top: 21.46667vw;
    padding-bottom: 26.66667vw;
  }
}
.is-marketers .c-section-check {
  background-color: #f7f8fd;
}
.c-section-check__container {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-section-check__container {
    width: 55.55556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-check__container {
    width: 80vw;
  }
}
.c-section-check__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .c-section-check__top {
    flex-direction: column;
  }
}
.c-section-check__head {
  position: relative;
  width: 360px;
  padding-left: 2px;
}
@media screen and (max-width: 1440px) {
  .c-section-check__head {
    width: 25vw;
    padding-left: 0.13889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-check__head {
    width: 80vw;
    padding-left: 0.26667vw;
  }
}
.c-section-check__head:after {
  content: '';
  position: absolute;
  top: -65px;
  left: -75px;
  width: 86px;
  height: 86px;
  background: url(/files/user/img/common/obj/obj_gry_2.svg) 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1440px) {
  .c-section-check__head:after {
    top: -4.51389vw;
    left: -5.20833vw;
    width: 5.97222vw;
    height: 5.97222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-check__head:after {
    top: -12vw;
    left: -6.66667vw;
    width: 11.46667vw;
    height: 11.46667vw;
  }
}
.is-marketers .c-section-check__head:after {
  background-image: url(/files/user/img/common/obj/obj_mkt_1.svg);
}
.c-section-check__body {
  width: 320px;
  padding-top: 7px;
}
@media screen and (max-width: 1440px) {
  .c-section-check__body {
    width: 22.22222vw;
    padding-top: 0.48611vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-check__body {
    width: 80vw;
    padding-top: 4vw;
  }
}
.c-section-check__foot {
  margin-top: 105px;
}
@media screen and (max-width: 1440px) {
  .c-section-check__foot {
    margin-top: 7.29167vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-check__foot {
    margin-top: 6.66667vw;
  }
}
.is-marketers .c-section-check__foot {
  margin-top: 156px;
}
@media screen and (max-width: 1440px) {
  .is-marketers .c-section-check__foot {
    margin-top: 10.83333vw;
  }
}
@media screen and (max-width: 750px) {
  .is-marketers .c-section-check__foot {
    margin-top: 10vw;
  }
}

/* ---------------------------------------------
*   c-section-fig
--------------------------------------------- */
.c-section-fig {
  padding-top: 200px;
  padding-bottom: 192px;
  background-color: #f7f8fd;
}
@media screen and (max-width: 1440px) {
  .c-section-fig {
    padding-top: 13.88889vw;
    padding-bottom: 13.33333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-fig {
    padding-top: 20vw;
    padding-bottom: 16.26667vw;
  }
}
.is-marketers .c-section-fig {
  padding-top: 80px;
  padding-bottom: 215px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .is-marketers .c-section-fig {
    padding-top: 5.55556vw;
    padding-bottom: 14.93056vw;
  }
}
@media screen and (max-width: 750px) {
  .is-marketers .c-section-fig {
    padding-top: 10.66667vw;
    padding-bottom: 28.66667vw;
  }
}
.c-section-fig + .c-section-fig {
  padding-top: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 1440px) {
  .c-section-fig + .c-section-fig {
    padding-bottom: 13.88889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-fig + .c-section-fig {
    padding-bottom: 20vw;
  }
}
.c-section-fig__container {
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-section-fig__container {
    max-width: 84.72222vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-fig__container {
    max-width: 80vw;
  }
}
.c-section-fig__head {
  text-align: center;
  margin-bottom: 98px;
}
@media screen and (max-width: 1440px) {
  .c-section-fig__head {
    margin-bottom: 6.80556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-fig__head {
    margin-bottom: 6.66667vw;
  }
}

/* ---------------------------------------------
*   c-section-small
--------------------------------------------- */
.c-section-small {
  padding-top: 83px;
  padding-bottom: 80px;
  background-color: #2a91e9;
}
@media screen and (max-width: 1440px) {
  .c-section-small {
    padding-top: 5.76389vw;
    padding-bottom: 5.55556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-small {
    padding-top: 11.06667vw;
    padding-bottom: 10.66667vw;
  }
}
.is-marketers .c-section-small {
  background-color: #0f1015;
  padding-bottom: 93px;
}
@media screen and (max-width: 1440px) {
  .is-marketers .c-section-small {
    padding-bottom: 6.45833vw;
  }
}
@media screen and (max-width: 750px) {
  .is-marketers .c-section-small {
    padding-bottom: 12.4vw;
  }
}
.c-section-small__container {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-section-small__container {
    width: 44.44444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-small__container {
    width: 85.33333vw;
  }
}
.is-marketers .c-section-small__container {
  width: 800px;
  padding-right: 140px;
}
@media screen and (max-width: 1440px) {
  .is-marketers .c-section-small__container {
    width: 55.55556vw;
    padding-right: 9.72222vw;
  }
}
@media screen and (max-width: 750px) {
  .is-marketers .c-section-small__container {
    width: 80vw;
    padding-right: 0;
  }
}
.c-section-small__head {
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .c-section-small__head {
    margin-bottom: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-small__head {
    margin-bottom: 4vw;
  }
}
.c-section-small__ttl {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1440px) {
  .c-section-small__ttl {
    font-size: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-small__ttl {
    font-size: 3.2vw;
  }
}
.c-section-small__txt {
  color: #fff;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  .c-section-small__txt {
    font-size: 1.80556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-small__txt {
    font-size: 3.46667vw;
  }
}
.c-section-small__txt-small {
  font-family: 'Karla', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .c-section-small__txt-small {
    font-size: 1.25vw;
    margin-top: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-small__txt-small {
    font-size: 2.4vw;
    margin-top: 4vw;
  }
}
.c-section-small__btn {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .c-section-small__btn {
    margin-top: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-small__btn {
    margin-top: 4vw;
  }
}

/* ---------------------------------------------
*   c-section-plan
--------------------------------------------- */
.c-section-plan {
  padding-top: 220px;
  padding-bottom: 70px;
  background: linear-gradient(
    180deg,
    #0f1015 0%,
    #0f1015 52.3%,
    #fff 52.3%,
    #fff 100%
  );
}
@media screen and (max-width: 1440px) {
  .c-section-plan {
    padding-top: 15.27778vw;
    padding-bottom: 4.86111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-plan {
    padding-top: 32vw;
    padding-bottom: 6.66667vw;
  }
}
.is-marketers .c-section-plan {
  background: linear-gradient(
    180deg,
    #f7f8fd 0%,
    #f7f8fd 52.3%,
    #fff 52.3%,
    #fff 100%
  );
}
.c-section-plan__container {
  max-width: 1660px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-section-plan__container {
    max-width: 1440px;
    padding-right: 1.04167vw;
    padding-left: 1.04167vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-plan__container {
    max-width: 1440px;
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
.c-section-plan__head {
  text-align: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 1440px) {
  .c-section-plan__head {
    margin-bottom: 11.11111vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-plan__head {
    margin-bottom: 21.33333vw;
  }
}
.c-section-plan__lead {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 23px;
}
@media screen and (max-width: 1440px) {
  .c-section-plan__lead {
    font-size: 1.80556vw;
    margin-top: 1.59722vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-plan__lead {
    font-size: 3.2vw;
    margin-top: 3.06667vw;
  }
}
.is-marketers .c-section-plan__lead {
  color: #0f1015;
}

/* ---------------------------------------------
*   c-section-simple
--------------------------------------------- */
.c-section-simple {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #682ae9 url(/files/user/img/marketers/bg_pattern.svg) center
    no-repeat;
}
@media screen and (max-width: 1440px) {
  .c-section-simple {
    padding-top: 5.55556vw;
    padding-bottom: 4.16667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-simple {
    padding-top: 10.66667vw;
    padding-bottom: 8vw;
  }
}
.c-section-simple__container {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1440px) {
  .c-section-simple__container {
    padding-right: 0.69444vw;
    padding-left: 0.69444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-simple__container {
    padding-right: 1.33333vw;
    padding-left: 1.33333vw;
  }
}
.c-section-simple__head {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 1440px) {
  .c-section-simple__head {
    margin-bottom: 2.91667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-simple__head {
    margin-bottom: 5.6vw;
  }
}
.c-section-simple__btn {
  width: 154px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-section-simple__btn {
    width: 10.69444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-simple__btn {
    width: 20.53333vw;
  }
}

/* ---------------------------------------------
*   c-section-contact
--------------------------------------------- */
.c-section-contact__cap {
  color: #828494;
  font-size: 1.625rem;
  line-height: 1.12;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .c-section-contact__cap {
    font-size: 1.80556vw;
    margin-bottom: 0.69444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-contact__cap {
    font-size: 2.66667vw;
    margin-bottom: 1.33333vw;
  }
}

.c-section-contact__ttl {
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1.12;
}
@media screen and (max-width: 1440px) {
  .c-section-contact__ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-contact__ttl {
    font-size: 4.8vw;
  }
}
.is-developers .c-section-contact__ttl {
  color: #fff;
}

.c-section-contact__lead {
  margin-top: 46px;
  color: #828494;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .c-section-contact__lead {
    margin-top: 3.19444vw;
    margin-bottom: 2.08333vw;
    font-size: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-contact__lead {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}

.c-section-contact__txt {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .c-section-contact__txt {
    margin-top: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-contact__txt {
    margin-top: 4vw;
  }
}

/* ---------------------------------------------
*   c-section-form
--------------------------------------------- */
.c-section-form {
  border: 1px solid rgba(141, 144, 158, 0.3);
  background-color: #f7f8fd;
  border-radius: 20px;
}
@media screen and (max-width: 1440px) {
  .c-section-form {
    border-radius: 1.38889vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-form {
    border-radius: 2.66667vw;
  }
}
.is-developers .c-section-form {
  border: none;
  background-color: #fff;
}
.c-section-form__container {
  padding: 30px;
}
@media screen and (max-width: 1440px) {
  .c-section-form__container {
    padding: 2.08333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-form__container {
    padding: 2.66667vw;
  }
}
.c-section-form__ttl {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .c-section-form__ttl {
    font-size: 2.08333vw;
    margin-bottom: 0.69444vw;
  }
}
@media screen and (max-width: 750px) {
  .c-section-form__ttl {
    font-size: 3.2vw;
    margin-bottom: 1.33333vw;
  }
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
.c-ttl--white {
  color: #fff;
}
.c-ttl--docs {
  margin-bottom: 68px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
.is-dark .c-ttl--docs {
  color: #fff;
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
  color: #828494;
  font-family: 'Karla', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  .c-txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .c-txt {
    font-size: 3.6vw;
  }
}

/* ---------------------------------------------
*   c-txt-lead
--------------------------------------------- */
.c-txt-lead {
  width: 620px;
  padding-right: 15px;
  font-size: 1.625rem;
  font-weight: 600;
  margin: 76px auto 0;
}
@media screen and (max-width: 1440px) {
  .c-txt-lead {
    width: 43.05556vw;
    padding-right: 1.04167vw;
    font-size: 1.80556vw;
    margin-top: 5.27778vw;
  }
}
@media screen and (max-width: 750px) {
  .c-txt-lead {
    width: 78.66667vw;
    padding-right: 0;
    font-size: 3.46667vw;
    margin-top: 4vw;
  }
}

/* ---------------------------------------------
*   c-txt-lead-small
--------------------------------------------- */
.c-txt-lead-small {
  width: 620px;
  color: #828494;
  font-family: 'Karla', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 21px auto 0;
}
@media screen and (max-width: 1440px) {
  .c-txt-lead-small {
    width: 43.05556vw;
    font-size: 1.25vw;
    margin-top: 1.45833vw;
  }
}
@media screen and (max-width: 750px) {
  .c-txt-lead-small {
    width: 78.66667vw;
    font-size: 2.4vw;
    margin-top: 2.66667vw;
  }
}

/* ---------------------------------------------
*   c-txt-docs
--------------------------------------------- */
.c-txt-docs {
  margin-bottom: 32px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  .c-txt-docs {
    margin-bottom: 2.22222vw;
    font-size: 1.25vw;
  }
}
.is-dark .c-txt-docs {
  color: #fff;
}
.c-txt-docs--purple {
  color: #682ae9;
}
.c-txt-docs--bold {
  font-weight: 700;
}
.c-txt-docs--small {
  margin-bottom: 12px;
  font-size: 1rem;
}
@media screen and (max-width: 1440px) {
  .c-txt-docs--small {
    margin-bottom: 0.83333vw;
    font-size: 1.11111vw;
  }
}
.c-txt-docs--m {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.019em;
}
@media screen and (max-width: 1440px) {
  .c-txt-docs--m {
    font-size: 1.11111vw;
  }
}

/* ---------------------------------------------
*   c-txt-attention
--------------------------------------------- */
.c-txt-attention {
  color: #ef660d;
}
.c-txt-attention--purple {
  color: #682ae9;
}

/* ---------------------------------------------
*   wysiwyg
--------------------------------------------- */
.wysiwyg h1 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 40px;
}
.is-dark .wysiwyg h1 {
  color: #fff;
}

.wysiwyg h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}
.is-dark .wysiwyg h2 {
  color: #fff;
}

.wysiwyg h3 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
.is-dark .wysiwyg h3 {
  color: #fff;
}

.wysiwyg h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
.is-dark .wysiwyg h4 {
  color: #fff;
}

.wysiwyg p {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
.is-dark .wysiwyg p {
  color: #fff;
}
.wysiwyg p code {
  margin-bottom: 0;
}

.wysiwyg strong {
  font-weight: 700;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg hr {
  border: 1px solid rgba(130, 132, 148, 0.2);
  margin-bottom: 40px;
}

.wysiwyg blockquote {
  padding: 16px 22px;
  padding-right: 0;
  background: #f7f8fd;
  border-left: 2px solid #ff6a6e;
  margin-bottom: 40px;
  font-family: 'Karla', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.is-dark .wysiwyg blockquote {
  background: #17181f;
  color: #fff;
}
.wysiwyg blockquote blockquote {
  margin-top: 8px;
  margin-bottom: 0;
}

.wysiwyg code {
  font-family: 'Roboto Mono', monospace;
  display: inline-block;
  padding: 8px 4px !important;
  margin: 0 !important;
  background: #f7f8fd;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.wysiwyg pre {
  margin-bottom: 40px;
}
.wysiwyg pre code {
  display: block;
  padding: 12px 24px;
  line-height: 2;
}

.wysiwyg table {
  width: 100%;
  margin-bottom: 40px;
}
.is-dark .wysiwyg table {
  color: #fff;
}
.wysiwyg table thead tr {
  border-bottom: 1px solid rgba(130, 132, 148, 0.6);
}
.wysiwyg table tbody tr {
  border-bottom: 1px solid rgba(130, 132, 148, 0.2);
}
.wysiwyg table tbody tr:last-of-type {
  border: none;
}
.wysiwyg table th {
  padding: 14px 0 14px 10px;
  font-family: 'Inter', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', 'meiryo', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.wysiwyg table th:last-of-type {
  padding-right: 0;
}
.wysiwyg table td {
  padding: 14px 0 14px 10px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}
.wysiwyg table td:last-of-type {
  padding-right: 0;
}

.wysiwyg ul {
  margin-bottom: 40px;
}
.wysiwyg ul li {
  padding-left: 30px;
  background: url(/files/user/img/common/ico/ico_check_mkt_s.svg) center left 0
    no-repeat;
  background-size: 14px auto;
  line-height: 2.5;
}

.wysiwyg ol {
  counter-reset: li;
  margin-bottom: 40px;
}
.wysiwyg ol li {
  position: relative;
  padding-left: 30px;
  line-height: 2.5;
}
.wysiwyg ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #682ae9;
  counter-increment: li;
  content: counter(li) '.';
  display: inline-block;
}

.wysiwyg li {
  font-family: 'Karla', sans-serif;
}
.is-dark .wysiwyg li {
  color: #fff;
}

.wysiwyg a {
  color: #682ae9;
}
.wysiwyg a:hover {
  text-decoration: underline;
}

/*コピーボタン*/
pre {
  position: relative;
}

#selectPre {
  position: absolute;
  bottom: 1em;
  right: 0;
  width: 40px;
  height: 40px;
  padding: .6em 1em;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  border: none;
  border-radius: 8px;
  outline: none;
  transition: 0.3s;
  text-indent: -9999px;
}
#selectPre:hover {
  background-color: #12263f;
}
#selectPre::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%2395aac9" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="feather feather-copy"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>') no-repeat center;
  background-size: 20px;
  content: "";
}

#selectPre:hover {
  opacity: 0.9;
}

#selectPre:active {
  opacity: 1;
}

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
  background-color: #fff !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
  text-align: center !important;
}

.txt-al-right {
  text-align: right !important;
}

.txt-al-left {
  text-align: left !important;
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
  margin-top: 0 !important;
}

.mgt-pc--5 {
  margin-top: 5px !important;
}

.mgt-pc--10 {
  margin-top: 10px !important;
}

.mgt-pc--15 {
  margin-top: 15px !important;
}

.mgt-pc--20 {
  margin-top: 20px !important;
}

.mgt-pc--25 {
  margin-top: 25px !important;
}

.mgt-pc--30 {
  margin-top: 30px !important;
}

.mgt-pc--35 {
  margin-top: 35px !important;
}

.mgt-pc--40 {
  margin-top: 40px !important;
}

.mgt-pc--45 {
  margin-top: 45px !important;
}

.mgt-pc--50 {
  margin-top: 50px !important;
}

.mgt-pc--55 {
  margin-top: 55px !important;
}

.mgt-pc--60 {
  margin-top: 60px !important;
}

.mgt-pc--65 {
  margin-top: 65px !important;
}

.mgt-pc--70 {
  margin-top: 70px !important;
}

.mgt-pc--75 {
  margin-top: 75px !important;
}

.mgt-pc--80 {
  margin-top: 80px !important;
}

.mgt-pc--85 {
  margin-top: 85px !important;
}

.mgt-pc--90 {
  margin-top: 90px !important;
}

.mgt-pc--95 {
  margin-top: 95px !important;
}

.mgt-pc--100 {
  margin-top: 100px !important;
}

.mgt-pc--105 {
  margin-top: 105px !important;
}

.mgt-pc--110 {
  margin-top: 110px !important;
}

.mgt-pc--115 {
  margin-top: 115px !important;
}

.mgt-pc--120 {
  margin-top: 120px !important;
}

.mgt-pc--125 {
  margin-top: 125px !important;
}

.mgt-pc--130 {
  margin-top: 130px !important;
}

.mgt-pc--135 {
  margin-top: 135px !important;
}

.mgt-pc--140 {
  margin-top: 140px !important;
}

.mgt-pc--145 {
  margin-top: 145px !important;
}

.mgt-pc--150 {
  margin-top: 150px !important;
}

.mgt-pc--155 {
  margin-top: 155px !important;
}

.mgt-pc--160 {
  margin-top: 160px !important;
}

.mgt-pc--165 {
  margin-top: 165px !important;
}

.mgt-pc--170 {
  margin-top: 170px !important;
}

.mgt-pc--175 {
  margin-top: 175px !important;
}

.mgt-pc--180 {
  margin-top: 180px !important;
}

.mgt-pc--185 {
  margin-top: 185px !important;
}

.mgt-pc--190 {
  margin-top: 190px !important;
}

.mgt-pc--195 {
  margin-top: 195px !important;
}

.mgt-pc--200 {
  margin-top: 200px !important;
}

.mgt-pc--205 {
  margin-top: 205px !important;
}

.mgt-pc--210 {
  margin-top: 210px !important;
}

.mgt-pc--215 {
  margin-top: 215px !important;
}

.mgt-pc--220 {
  margin-top: 220px !important;
}

.mgt-pc--225 {
  margin-top: 225px !important;
}

.mgt-pc--230 {
  margin-top: 230px !important;
}

.mgt-pc--235 {
  margin-top: 235px !important;
}

.mgt-pc--240 {
  margin-top: 240px !important;
}

.mgt-pc--245 {
  margin-top: 245px !important;
}

.mgt-pc--250 {
  margin-top: 250px !important;
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important;
}

.mgb-pc--5 {
  margin-bottom: 5px !important;
}

.mgb-pc--10 {
  margin-bottom: 10px !important;
}

.mgb-pc--15 {
  margin-bottom: 15px !important;
}

.mgb-pc--20 {
  margin-bottom: 20px !important;
}

.mgb-pc--25 {
  margin-bottom: 25px !important;
}

.mgb-pc--30 {
  margin-bottom: 30px !important;
}

.mgb-pc--35 {
  margin-bottom: 35px !important;
}

.mgb-pc--40 {
  margin-bottom: 40px !important;
}

.mgb-pc--45 {
  margin-bottom: 45px !important;
}

.mgb-pc--50 {
  margin-bottom: 50px !important;
}

.mgb-pc--55 {
  margin-bottom: 55px !important;
}

.mgb-pc--60 {
  margin-bottom: 60px !important;
}

.mgb-pc--65 {
  margin-bottom: 65px !important;
}

.mgb-pc--70 {
  margin-bottom: 70px !important;
}

.mgb-pc--75 {
  margin-bottom: 75px !important;
}

.mgb-pc--80 {
  margin-bottom: 80px !important;
}

.mgb-pc--85 {
  margin-bottom: 85px !important;
}

.mgb-pc--90 {
  margin-bottom: 90px !important;
}

.mgb-pc--95 {
  margin-bottom: 95px !important;
}

.mgb-pc--100 {
  margin-bottom: 100px !important;
}

.mgb-pc--105 {
  margin-bottom: 105px !important;
}

.mgb-pc--110 {
  margin-bottom: 110px !important;
}

.mgb-pc--115 {
  margin-bottom: 115px !important;
}

.mgb-pc--120 {
  margin-bottom: 120px !important;
}

.mgb-pc--125 {
  margin-bottom: 125px !important;
}

.mgb-pc--130 {
  margin-bottom: 130px !important;
}

.mgb-pc--135 {
  margin-bottom: 135px !important;
}

.mgb-pc--140 {
  margin-bottom: 140px !important;
}

.mgb-pc--145 {
  margin-bottom: 145px !important;
}

.mgb-pc--150 {
  margin-bottom: 150px !important;
}

.mgb-pc--155 {
  margin-bottom: 155px !important;
}

.mgb-pc--160 {
  margin-bottom: 160px !important;
}

.mgb-pc--165 {
  margin-bottom: 165px !important;
}

.mgb-pc--170 {
  margin-bottom: 170px !important;
}

.mgb-pc--175 {
  margin-bottom: 175px !important;
}

.mgb-pc--180 {
  margin-bottom: 180px !important;
}

.mgb-pc--185 {
  margin-bottom: 185px !important;
}

.mgb-pc--190 {
  margin-bottom: 190px !important;
}

.mgb-pc--195 {
  margin-bottom: 195px !important;
}

.mgb-pc--200 {
  margin-bottom: 200px !important;
}

.mgb-pc--205 {
  margin-bottom: 205px !important;
}

.mgb-pc--210 {
  margin-bottom: 210px !important;
}

.mgb-pc--215 {
  margin-bottom: 215px !important;
}

.mgb-pc--220 {
  margin-bottom: 220px !important;
}

.mgb-pc--225 {
  margin-bottom: 225px !important;
}

.mgb-pc--230 {
  margin-bottom: 230px !important;
}

.mgb-pc--235 {
  margin-bottom: 235px !important;
}

.mgb-pc--240 {
  margin-bottom: 240px !important;
}

.mgb-pc--245 {
  margin-bottom: 245px !important;
}

.mgb-pc--250 {
  margin-bottom: 250px !important;
}

/* ---------------------------------------------
*   hide.scss
--------------------------------------------- */
@media screen and (min-width: 751px) {
  .pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-hide {
    display: none !important;
  }
}

.c-btn--black {
  border-color: #0f1015;
  color: #fff;
  background-color: #0f1015;
}
.c-btn--black:hover {
  background-color: #fff;
  color: #0f1015;
}
.c-block-structure__outer {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .c-block-structure__outer {
    margin-top: 5.55556vw;
  }
}
@media screen and (max-width: 750px) {
  .c-block-structure__outer {
    margin-top: 9.33333vw;
  }
}
.c-block-structure {
  margin-top: 3em;
  padding: 2em 2em 1em;
  border: 1px solid #828494;
  border-radius: 8px;
  background-color: #fff;
}
.c-block-structure + .c-block-structure {
  margin-top: 1em;
}
.c-list--check {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.1em;
}
.c-list--check li {
  margin: 1em 0;
  padding-left: 2.2em;
  background: url(/img/icon/icon-check-square.svg) no-repeat left top;
  background-size: 1.4em;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .c-list--check {
    padding-left: 2em;
  }
}
.c-section__heading {
  margin: 2em 0 1em;
  font-size: 1.5rem;
}
.l-container--medium {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.u-text-small {
  font-size: 13px;
  line-height: 1.5;
}
.u-text-primary {
  color: #682ae9;
}
.u-text-underline {
  display: inline;
  margin-right: 1px;
  margin-left: 1px;
  padding: 0 2px 0;
  background: linear-gradient(transparent 58%, #e1d4fb 0%);
}

.c-accordion-list {
  margin: 60px auto 0;
  border-bottom: 1px solid #bebebe;
}
@media screen and (max-width: 1440px) {
  .c-accordion-list {
    margin-top: 4.16667vw;
  }
}
.c-accordion-list__item {
  border-top: 1px solid #bebebe;
}
.c-accordion {
  font-size: 1.1em;
  text-align: left;
}
.c-accordion__question {
  padding: 1.6em 4em 1.6em 1em;
  cursor: pointer;
  background: url(/img/icon/icon-plus-circle.svg) no-repeat right 1em center;
}
.c-accordion__question.is-open {
  background: url(/img/icon/icon-plus-minus.svg) no-repeat right 1em center;
}
.c-accordion__question__heading {
  display: flex;
  font-weight: bold;
}
.c-accordion__question__heading::before,
.c-accordion__answer::before {
  flex: 0 0 auto;
  margin-right: .6em;
  color: #682ae9;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
}
.c-accordion__question__heading::before {
  content: "Q.";
}
.c-accordion__answer__outer {
  display: none;
}
.c-accordion__answer {
  display: flex;
  padding: .6em 4em 1.6em 1em;
  line-height: 1.7;
}
.c-accordion__answer::before {
  margin-top: 4px;
  content: "A.";
}
@media screen and (max-width: 750px) {
  .c-accordion {
    font-size: 1em;
  }
  .c-accordion__question,
  .c-accordion__answer {
    padding-left: 0;
    padding-right: 3em;
  }
  .c-accordion__question,
  .c-accordion__question.is-open {
    background-position: right center;
  }
}

.c-banner {
  padding: 2em;
  background-color: #0F2675;
}
.c-banner__inner {
  display: flex;
  align-items: center;
}
.c-banner__text {
  flex: 2 1 auto;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
}
.c-banner__button__list {
  flex: 1 0 auto;
  display: flex;
}
.c-banner__button {
  flex: 1 0 auto;
  margin-left: 1em;
  padding: 1.2em 2em;
  border: 1px solid #EF870D;
  border-radius: 2em;
  background-color: #EF870D;
  color: #fff;
  font-size: .9em;
  text-align: center;
}
.c-banner__button:hover {
  background-color: transparent;
  color: #EF870D;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 750px) {
  .c-banner {
    margin-top: 2em;
    padding-right: 0;
    padding-left: 0;
  }
  .c-banner__inner {
    flex-direction: column;
  }
  .c-banner__text {
    font-size: 1.2em;
  }
  .c-banner__button__list {
    width: 100%;
    margin-top: 1em;
  }
  .c-banner__button:first-child {
    margin-left: 0
  }
}
.c-news {
  margin-bottom: 4em;
  padding-right: 1em;
  padding-left: 1em;
  border: 1px solid #828494;
  border-radius: 8px;
}
.c-news__item {
  display: flex;
  align-items: center;
  padding: 1.2em;
}
.c-news__item:not(:first-child) {
  border-top: 1px solid #828494;
}
.c-news__item time {
  flex: 0 0 auto;
  margin-right: 1em;
  font-size: .9em;
}
.c-news__item__title {
  flex: 1 1  auto;
}
.c-news__item__title a {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .c-news__item {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
    padding-left: 0;
  }
  .c-news__item time {
    margin: 0 0 .2em;
  }
}

.kv-cstm-code {
  width: 100%;
}
.kv-cstm-code .c-code-block {
  flex: 1 1 auto;
  box-shadow: 0 2.6rem 2rem -2rem hsl(200 50% 20% / 40%);
}
.kv-cstm-code__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 8px;
  font-size: 13px;
}
.kv-cstm-code__btn:hover svg path {
  fill: #682ae9;
}
@media screen and (min-width: 750px) {
  .kv-cstm-code {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .kv-cstm-code {
    width: 540px;
  }
  .kv-cstm-code code {
    min-height: 160px;
  }
}