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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* ==========================================================================
   Foundation
   ========================================================================== */
/* color
   ----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* base
   ----------------------------------------------------------------- */
/*-----------------------------------
fonts
------------------------------------*/
html {
  font-family: "IBM Plex Sans JP", sans-serif !important;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

/*-----------------------------------
fontsize
------------------------------------*/
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  font-size: 1.4rem;
  line-height: 2.38rem;
}

@media (min-width: 48.063em) {
  body {
    font-size: 1.6rem;
    line-height: 2.72rem;
  }
}
h1 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}

h2 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3.74rem;
}

h3 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.4rem;
}

h4 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}

h5 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}

.sm-hide {
  display: none;
}

.lg-hide {
  display: block;
}

@media (min-width: 48.063em) {
  .sm-hide {
    display: block;
  }
  .lg-hide {
    display: none;
  }
}
/*-----------------------------------
vue
------------------------------------*/
.v-header-enter-active,
.v-header-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.v-header-enter,
.v-header-leave-to {
  opacity: 0;
}

/*-----------------------------------
img
------------------------------------*/
img {
  max-width: 100%;
}

/*-----------------------------------
mixin
------------------------------------*/
/* ==========================================================================
   Layout
   ========================================================================== */
/* header
----------------------------------------------------------------- */
.header-sm {
  height: 65px;
  margin-bottom: -65px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-sm .header-sm-l {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
}
.header-sm .header-sm-r {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-sm .header-sm-r li {
  margin-left: 5px;
}
.header-sm .logo {
  display: block;
}
.header-sm .logo img {
  display: block;
}

@media (min-width: 48.063em) {
  .header-sm {
    display: none;
  }
}
.header-lg {
  display: none;
}

@media (min-width: 48.063em) {
  .header-lg {
    height: 70px;
    margin-bottom: -70px;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-lg .header-lg-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-lg .header-lg-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-lg .header-lg-r li {
    margin-left: 15px;
  }
  .header-lg .header-lg-r li:last-child {
    margin-right: 50px;
  }
  .header-lg .logo {
    display: block;
    padding-right: 10px;
  }
  .header-lg .logo img {
    width: 180px;
  }
  .header-lg .icon-freecall {
    display: inline-block;
    width: 50px;
    height: 40px;
    background: url(../img/common/icon_freecall.png) no-repeat center/40px auto;
  }
  .header-lg .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header.theme-gcp .header-menu {
  background: #1066f3;
}
header.theme-datadog .header-menu {
  background: #42307a;
}
header.theme-dc .header-menu {
  background: #192f7b;
}
header.theme-ncj .header-menu {
  background: #007e82;
}

.header-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: auto;
}

.header-menu-list {
  padding: 60px 25px 50px;
}

@media (min-width: 48.063em) {
  header.theme-gcp .header-menu {
    background: rgba(16, 102, 243, 0.9);
  }
  header.theme-datadog .header-menu {
    background: rgba(66, 48, 122, 0.9);
  }
  header.theme-dc .header-menu {
    background: rgba(25, 47, 123, 0.9);
  }
  .header-menu-list {
    padding: 0;
    display: block;
    width: 80%;
    margin: 70px auto;
  }
}
.icon-menu-close {
  right: 15px;
  top: 15px;
  position: absolute;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.icon-menu-close .icon-menu-line {
  height: 35px;
  width: 2px;
  display: block;
  content: "";
  background: #fff;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -16px;
}
.icon-menu-close .icon-menu-line::before {
  height: 35px;
  width: 2px;
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-menu-close:hover {
  opacity: 0.7;
}

@media (min-width: 48.063em) {
  .icon-menu-close {
    right: 25px;
    top: 20px;
    width: 40px;
    height: 40px;
  }
  .icon-menu-close .icon-menu-line {
    height: 40px;
  }
  .icon-menu-close .icon-menu-line::before {
    height: 40px;
  }
}
.icon-menu {
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9;
}
.icon-menu .icon-menu-line {
  height: 2px;
  width: 35px;
  display: block;
  content: "";
  background: #fff;
  position: relative;
}
.icon-menu .icon-menu-line, .icon-menu .icon-menu-line::before, .icon-menu .icon-menu-line::after {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(154, 161, 167, 0.6509803922);
          box-shadow: 0px 0px 5px 1px rgba(154, 161, 167, 0.6509803922);
}
.icon-menu .icon-menu-line::before {
  height: 2px;
  width: 35px;
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
}
.icon-menu .icon-menu-line::after {
  height: 2px;
  width: 35px;
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  top: -12px;
  left: 0;
}

@media (min-width: 48.063em) {
  .icon-menu {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    right: 25px;
  }
  .icon-menu .icon-menu-line {
    height: 2px;
    width: 40px;
  }
  .icon-menu .icon-menu-line::before {
    height: 2px;
    width: 40px;
  }
  .icon-menu .icon-menu-line::after {
    height: 2px;
    width: 40px;
  }
  .icon-menu:hover {
    opacity: 0.7;
  }
}
.l-header-inner-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431);
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* gcp
   ----------------------------------------------------------------- */
.l-gcp-mainpic {
  background-image: linear-gradient(173deg, rgb(34, 71, 116) 0%, rgba(34, 71, 116, 0.5088410364) 36%, rgba(34, 71, 116, 0) 69%), url(../img/gcp-main.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

@media (min-width: 48.063em) {
  .l-gcp-mainpic {
    height: 600px;
    padding: 0 25px;
  }
}
.gcp-logo {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 80%;
  padding: 20px 25px;
  margin: 15px auto 0;
}
.gcp-logo img {
  display: block;
}

@media (min-width: 48.063em) {
  .gcp-logo {
    width: 480px;
    padding: 40px;
    margin-top: 30px;
  }
}
.theme-gcp #section-price,
.theme-gcp #section-case,
.theme-gcp #section-datadog,
.theme-gcp #section-billing,
.theme-gcp #section-bnrarea,
.theme-gcp #section-cvarea {
  background: #f1f7ff;
}

.l-gcp-price-btnbox {
  width: 130px;
  margin: 10px auto 0;
}

@media (min-width: 48.063em) {
  .l-gcp-price-btnbox {
    width: 160px;
    margin: 20px auto 0;
  }
}
.l-gcp-datadog-btnbox {
  width: 70%;
  margin: 10px auto 0;
}

@media (min-width: 48.063em) {
  .l-gcp-datadog-btnbox {
    width: 360px;
    margin: 20px auto 0;
  }
}
.l-gcp-datadog-row1 > div:nth-of-type(1) {
  text-align: center;
}

@media (min-width: 48.063em) {
  .l-gcp-datadog-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-gcp-datadog-row1 > div:nth-of-type(1) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
  }
  .l-gcp-datadog-row1 > div:nth-of-type(2) {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
  }
}
@media (min-width: 48.063em) {
  .l-gcp-datadog-row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }
  .l-gcp-datadog-row2 > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0 0 20px;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
  }
}
.l-gcp-case-btnbox {
  width: 130px;
  margin: 10px auto 0;
}

@media (min-width: 48.063em) {
  .l-gcp-case-btnbox {
    width: 160px;
    margin: 20px auto 0;
  }
}
.section-container {
  padding: 0 15px;
}

@media (min-width: 48.063em) {
  .section-container {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
}
.l-contents-col {
  margin-bottom: 10px;
}

@media (min-width: 48.063em) {
  .l-contents-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 -20px;
  }
  .l-contents-row.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-contents-row.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-contents-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
  .flex-2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .lg-2_3 {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%;
  }
  .lg-1_2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .auto .l-contents-col {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .none .l-contents-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 48.063em) {
  .input-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
#section-price {
  padding: 30px 0 10px;
}

@media (min-width: 48.063em) {
  #section-price {
    padding: 40px 0;
  }
}
#section-cvarea {
  padding: 0 0 30px;
}

@media (min-width: 48.063em) {
  #section-cvarea {
    padding: 0 0 40px;
  }
}
#section-bnrarea {
  padding: 0 0 30px;
}

@media (min-width: 48.063em) {
  #section-bnrarea {
    padding: 0;
  }
}
#section-datadog,
#section-billing {
  padding: 0 0 30px;
}

@media (min-width: 48.063em) {
  #section-datadog,
  #section-billing {
    padding: 0 0 70px;
  }
}
#section-case {
  padding: 0 0 30px;
}

@media (min-width: 48.063em) {
  #section-case {
    padding: 0 0 70px;
  }
}
.l-gcp-partner {
  background: #224774;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10%;
  margin: 0 auto;
}
.l-gcp-partner .logo {
  width: 50%;
}
.l-gcp-partner .logo img {
  width: 100%;
  display: block;
}
.l-gcp-partner .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  width: 60%;
}

@media (min-width: 48.063em) {
  .l-gcp-partner {
    background: rgba(34, 71, 116, 0.6);
    height: 110px;
    margin-top: -110px;
    padding: 0;
  }
  .l-gcp-partner .logo {
    width: 150px;
  }
  .l-gcp-partner .logo img {
    width: 100%;
  }
  .l-gcp-partner .txt {
    padding-left: 2%;
    width: 650px;
    white-space: nowrap;
  }
}
/* ==========================================================================
   Layout
   ========================================================================== */
/* datadog
   ----------------------------------------------------------------- */
.l-datadog-mainpic {
  background-image: linear-gradient(173deg, rgb(34, 71, 116) 0%, rgba(34, 71, 116, 0.5088410364) 36%, rgba(34, 71, 116, 0) 69%), url(../img/datadog-main.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

@media (min-width: 48.063em) {
  .l-datadog-mainpic {
    height: 600px;
    padding: 0 25px;
  }
}
.datadog-logo {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 80%;
  padding: 10px 25px;
  margin: 15px auto 0;
}
.datadog-logo img {
  display: block;
}

@media (min-width: 48.063em) {
  .datadog-logo {
    width: 480px;
    padding: 10px 40px;
    margin-top: 30px;
  }
}
#section-service,
#section-price {
  padding: 30px 0 10px;
}

@media (min-width: 48.063em) {
  #section-service,
  #section-price {
    padding: 40px 0;
  }
}
.theme-datadog #section-service,
.theme-datadog #section-price,
.theme-datadog #section-bnrarea,
.theme-datadog #section-cvarea {
  background: #f3f1ff;
}

.l-datadog-partner {
  background: rgb(43, 34, 116);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10%;
  margin: 0 auto;
}
.l-datadog-partner .logo {
  width: 50%;
}
.l-datadog-partner .logo img {
  width: 100%;
  display: block;
}
.l-datadog-partner .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  width: 60%;
}

@media (min-width: 48.063em) {
  .l-datadog-partner {
    background: rgba(43, 34, 116, 0.6);
    height: 110px;
    margin-top: -110px;
    padding: 0;
  }
  .l-datadog-partner .logo {
    width: 150px;
  }
  .l-datadog-partner .logo img {
    width: 100%;
  }
  .l-datadog-partner .txt {
    padding-left: 2%;
    width: 650px;
    white-space: nowrap;
  }
}
.l-datadog-capture {
  margin: -10px 0 0 -10px;
}
.l-datadog-capture > div {
  padding: 10px 0 0 10px;
}

@media (min-width: 48.063em) {
  .l-datadog-capture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 -20px;
  }
  .l-datadog-capture > div {
    padding: 0 0 0 20px;
  }
}
/* ==========================================================================
   Layout
   ========================================================================== */
/* dc
   ----------------------------------------------------------------- */
.theme-dc .header-lg-r .c-btn-round-wt {
  background: #e8f330;
  color: #192f7b;
}

.l-dc-mainpic {
  background-image: linear-gradient(173deg, rgb(76, 53, 24) 0%, rgba(0, 0, 0, 0.51) 36%, rgba(34, 71, 116, 0) 49%), url(../img/dc/dc-main.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

@media (min-width: 48.063em) {
  .l-dc-mainpic {
    height: 500px;
    padding: 0 80px;
  }
  .l-dc-mainpic .c-heading-mainpic {
    font-size: 3.8rem;
    line-height: 6.46rem;
  }
}
.l-dc-innermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -24px;
}
.l-dc-innermenu li {
  padding: 0 2px;
}
.l-dc-innermenu .menu-bnr {
  background: #f7eede;
  padding: 8px 8px;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  color: #222;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.8rem;
  -webkit-box-shadow: 0px -14px 19px -8px rgba(76, 53, 24, 0.27);
          box-shadow: 0px -14px 19px -8px rgba(76, 53, 24, 0.27);
  color: #192f7b;
}

@media (min-width: 48.063em) {
  .l-dc-innermenu {
    margin-top: -27px;
  }
  .l-dc-innermenu li {
    padding: 0 5px;
  }
  .l-dc-innermenu .menu-bnr {
    padding: 12px 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .l-dc-innermenu .menu-bnr:hover {
    top: -3px;
    position: relative;
  }
}
.l-dc-introduction1 > div {
  position: relative;
  margin-bottom: 15px;
}
.l-dc-introduction1 > div::before, .l-dc-introduction1 > div::after {
  width: 2px;
  height: 80%;
  content: "";
  display: block;
  position: absolute;
  content: "";
}
.l-dc-introduction1 > div::before {
  background: #fff;
  left: 0;
  top: 26%;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
.l-dc-introduction1 > div::after {
  background: #e8f330;
  right: 0px;
  top: 26%;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}

@media (min-width: 48.063em) {
  .l-dc-introduction1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -50px 0 0 -50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-dc-introduction1 > div {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    min-width: 45%;
    padding: 50px 0 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
  .l-dc-introduction1 > div::before {
    left: 24px;
  }
  .l-dc-introduction1.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-dc-introduction1.justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 48.063em) {
  .l-dc-introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -30px 0 0 -30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-dc-introduction > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
    padding: 30px 0 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-dc-introduction.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-dc-introduction.justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 48.063em) {
  .l-dc-equipment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-dc-equipment > div:nth-of-type(1) {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    min-width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 5%;
  }
  .l-dc-equipment > div:nth-of-type(1) img {
    width: 100%;
  }
  .l-dc-equipment > div:nth-of-type(2) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    min-width: 40%;
  }
}
.theme-dc .c-badge__form-required {
  background: #192f7b;
}
.theme-dc #section-introduction,
.theme-dc #section-equipment,
.theme-dc #section-bnrarea,
.theme-dc #section-cvarea {
  background: #f7eede;
}
.theme-dc #section-price {
  background: #f2f4f9;
}

#section-price,
#section-equipment {
  padding: 30px 0;
}

@media (min-width: 48.063em) {
  #section-price,
  #section-equipment {
    padding: 60px 0 80px;
  }
}
#section-introduction {
  padding: 30px 0;
}

@media (min-width: 48.063em) {
  #section-introduction {
    padding: 80px 0 100px;
  }
}
/* ==========================================================================
   Layout
   ========================================================================== */
/* ncj
   ----------------------------------------------------------------- */
.theme-ncj {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
}
.theme-ncj h1, .theme-ncj h2, .theme-ncj h3, .theme-ncj .u-text-bold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}

.l-ncj-mainpic {
  background-image: linear-gradient(164deg, rgb(5, 45, 53) 0%, rgb(5, 52, 60) 4%, rgba(2, 94, 99, 0.4976365546) 33%, rgba(0, 126, 130, 0) 58%), url(../img/ncj/bg-img.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
.l-ncj-mainpic .c-heading-mainpic {
  font-size: 2.6rem;
  line-height: 4.42rem;
}
.l-ncj-mainpic .c-heading-mainpic span {
  font-size: 1.8rem;
  line-height: 3.06rem;
}

@media (min-width: 48.063em) {
  .l-ncj-mainpic {
    height: 500px;
    padding: 0 80px;
  }
  .l-ncj-mainpic .c-heading-mainpic {
    font-size: 4.8rem;
    line-height: 8.16rem;
  }
  .l-ncj-mainpic .c-heading-mainpic span {
    font-size: 4rem;
    line-height: 6.8rem;
  }
}
.l-ncj-partner {
  background: rgb(5, 52, 60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10%;
  margin: 0 auto;
}

@media (min-width: 48.063em) {
  .l-ncj-partner {
    background: rgba(5, 52, 60, 0.6);
    height: 80px;
    margin-top: -80px;
    padding: 0;
  }
}
.theme-ncj .p-panel-round {
  -webkit-box-shadow: 0px 28px 51px -21px #d3dce3;
          box-shadow: 0px 28px 51px -21px #d3dce3;
}
.theme-ncj .p-panel-round .c-heading-h2 {
  margin-bottom: 10px;
}
.theme-ncj .c-badge__form-required {
  background: #ecf1d5;
  color: #6A8200;
}
.theme-ncj #section-cvarea {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.theme-ncj #section-cvarea:before {
  background-image: linear-gradient(164deg, rgb(5, 45, 53) 0%, rgb(5, 52, 60) 4%, rgba(2, 94, 99, 0.4976365546) 55%, rgba(0, 126, 130, 0) 97%), url(../img/ncj/bg-img.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: -1;
}
@media (min-width: 48.063em) {
  .p-panel-round .c-heading-h2 {
    margin-bottom: 20px;
  }
}
.theme-ncj #section-introduction {
  padding: 0 0 80px;
  background: linear-gradient(129deg, rgb(68, 103, 109) 66%, rgb(57, 93, 99) 66%, rgb(57, 93, 99) 100%);
}
.theme-ncj #section-features,
.theme-ncj #section-merit,
.theme-ncj #section-price {
  position: relative;
}
.theme-ncj #section-features::before,
.theme-ncj #section-merit::before,
.theme-ncj #section-price::before {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: -99px;
  height: 100px;
  content: "";
  background: url(../img/ncj/bg_cloud_fill.svg) no-repeat center bottom -35px/auto 100%;
}
.theme-ncj #section-merit::before {
  background-image: url(../img/ncj/bg_cloud_fill_wt.svg);
}
.theme-ncj #section-features,
.theme-ncj #section-price {
  background: #f4f9f9;
  background: linear-gradient(129deg, rgb(238, 247, 247) 16%, rgb(244, 249, 249) 16%, rgb(244, 249, 249) 100%);
}
.theme-ncj #section-features {
  padding: 10px 0 80px;
}
.theme-ncj #section-merit {
  background: linear-gradient(129deg, rgba(244, 249, 249, 0.5) 16%, rgb(255, 255, 255) 16%, rgb(255, 255, 255) 100%);
  padding: 10px 0 80px;
}
.theme-ncj #section-price {
  padding: 10px 0 80px;
}

@media (min-width: 48.063em) {
  .theme-ncj #section-introduction {
    padding: 0 0 160px;
  }
  .theme-ncj #section-features::before,
  .theme-ncj #section-merit::before,
  .theme-ncj #section-price::before {
    top: -178px;
    height: 180px;
    background-position: center bottom -70px;
  }
  .theme-ncj #section-features {
    padding: 20px 0 160px;
  }
  .theme-ncj #section-merit {
    padding: 20px 0 160px;
  }
  .theme-ncj #section-price {
    padding: 20px 0 160px;
  }
}
.l-ncj-veeam > div:nth-of-type(1) {
  text-align: center;
  margin-bottom: 15px;
}
.l-ncj-veeam > div:nth-of-type(1) img {
  background: #fff;
}

@media (min-width: 48.063em) {
  .l-ncj-veeam {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -30px 0 0 -30px;
  }
  .l-ncj-veeam > div:nth-of-type(1) {
    margin-bottom: 0;
  }
  .l-ncj-veeam > div {
    padding: 30px 0 0 30px;
  }
}
.theme-old#section-cvarea {
  background: #008CEA;
}
.theme-old .p-panel-cvarea {
  padding: 0;
}
.theme-old .c-btn-round-m {
  background: #FFE131;
  color: #0047b1;
}
.theme-old .c-btn-round-m:hover {
  background: #008CEA;
  color: #fff;
  text-decoration: none;
}

.cvarea-ttl {
  margin: 0 auto;
  padding: 20px 0 10px;
}
.cvarea-ttl p {
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 48.063em) {
  .cvarea-ttl {
    width: 1160px;
  }
}
/* ==========================================================================
   Layout
   ========================================================================== */
/* footer
   ----------------------------------------------------------------- */
footer {
  background: #1066f3;
}
footer.theme-gcp {
  background: #1066f3;
}
footer.theme-datadog {
  background: #42307a;
}
footer.theme-dc {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
footer.theme-dc:before {
  background-image: linear-gradient(173deg, rgb(76, 53, 24) 0%, rgba(0, 0, 0, 0.51) 36%, rgba(34, 71, 116, 0) 89%), url(../img/dc/dc-main.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: -1;
}
footer.theme-ncj {
  background: #007e82 url(../img/ncj/bg_cloud.svg) no-repeat right -3% bottom -32%;
  background-size: 40% auto;
}

@media (min-width: 48.063em) {
  footer {
    padding: 0;
  }
}
@media (min-width: 48.063em) {
  .l-footer-sitemap {
    padding: 60px 0 30px;
  }
}
.l-footer-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 10px;
  width: 80%;
  margin: 0 auto;
}
.l-footer-partner .logo {
  width: 50%;
}
.l-footer-partner .logo img {
  width: 100%;
  display: block;
}
.l-footer-partner .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  width: 60%;
}

@media (min-width: 48.063em) {
  .l-footer-partner {
    border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
    width: 100%;
    padding: 30px 0 30px;
  }
  .l-footer-partner .logo {
    width: 150px;
  }
  .l-footer-partner .logo img {
    width: 100%;
  }
  .l-footer-partner .txt {
    padding-left: 2%;
    width: 450px;
  }
}
.l-footer-policy {
  border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
  padding: 15px 0;
}

@media (min-width: 48.063em) {
  .l-footer-policy {
    padding: 25px 0;
  }
}
.l-footer-copy {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2196078431);
}

.c-badge, .c-badge__lp-case, .c-badge__round, .c-badge__form-required {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.7rem;
  padding: 2px 7px;
}
.c-badge.size-xs, .size-xs.c-badge__lp-case, .size-xs.c-badge__round, .size-xs.c-badge__form-required, .c-badge.size-s, .size-s.c-badge__lp-case, .size-s.c-badge__round, .size-s.c-badge__form-required {
  font-size: 1rem;
  line-height: 1.7rem;
  padding: 2px 4px;
}
.c-badge.size-l, .size-l.c-badge__lp-case, .size-l.c-badge__round, .size-l.c-badge__form-required {
  font-size: 1.2rem;
  line-height: 2.04rem;
}

@media (min-width: 48.063em) {
  .c-badge, .c-badge__lp-case, .c-badge__round, .c-badge__form-required {
    font-size: 1.2rem;
    line-height: 2.04rem;
    padding: 3px 10px;
  }
  .c-badge.size-xs, .size-xs.c-badge__lp-case, .size-xs.c-badge__round, .size-xs.c-badge__form-required {
    font-size: 1rem;
    line-height: 1.7rem;
    padding: 2px 6px;
  }
  .c-badge.size-s, .size-s.c-badge__lp-case, .size-s.c-badge__round, .size-s.c-badge__form-required {
    font-size: 1.2rem;
    line-height: 2.04rem;
    padding: 2px 6px;
  }
  .c-badge.size-l, .size-l.c-badge__lp-case, .size-l.c-badge__round, .size-l.c-badge__form-required {
    font-size: 1.4rem;
    line-height: 2.38rem;
  }
}
.c-badge__form-required {
  background: #F30E16;
  color: #fff;
  font-weight: normal;
  border-radius: 4px;
}

.c-badge__round {
  color: #fff;
  border-radius: 50px;
}
.c-badge__round.purple {
  background: #1F2B62;
}
.c-badge__round.orange {
  background: linear-gradient(119deg, orange 9%, #ff8b00 100%);
}

.c-badge__lp-case {
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0px -1px 15px 0px #d3dce3;
          box-shadow: 0px -1px 15px 0px #d3dce3;
}
.c-badge__lp-case.bg-pp-gradient-1, .c-badge__lp-case.bg-pp-gradient-2, .c-badge__lp-case.bg-pp-gradient-3, .c-badge__lp-case.bg-pp-gradient-4 {
  color: #fff;
}
.c-badge__lp-case.bg-pp-gradient-1, .c-badge__lp-case.bg-pp-gradient-3 {
  background: #254D94;
}
.c-badge__lp-case.bg-pp-gradient-2, .c-badge__lp-case.bg-pp-gradient-4 {
  background: #254D94;
}

@media (min-width: 48.063em) {
  .c-badge__lp-case {
    font-size: 1.4rem;
    line-height: 2.38rem;
  }
}
/* ==========================================================================
   Object - Component
   ========================================================================== */
/* button
   ----------------------------------------------------------------- */
.c-btn-round-wt {
  background-color: #fff;
  border-radius: 50px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #124c6f;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media (min-width: 48.063em) {
  .c-btn-round-wt {
    padding: 0 15px;
  }
}
.c-btn-round-lp-contact {
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media (min-width: 48.063em) {
  .c-btn-round-lp-contact {
    padding: 3px 12px;
  }
}
.c-btn-square {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media (min-width: 48.063em) {
  .c-btn-square {
    padding: 15px 10px;
  }
}
.c-btn-square-m {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media (min-width: 48.063em) {
  .c-btn-square-m {
    padding: 15px 20px;
    font-size: 1.6rem;
    line-height: 2.72rem;
  }
}
.c-btn-round {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media (min-width: 48.063em) {
  .c-btn-round {
    padding: 10px;
  }
}
.c-btn-round-m {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.orange {
  background: rgba(245, 136, 0, 0.9215686275);
  color: #fff;
}

@media (min-width: 48.063em) {
  .c-btn-round-m {
    padding: 15px 20px;
    font-size: 1.6rem;
    line-height: 2.72rem;
  }
}
.c-btn-round-l {
  padding: 15px 20px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.icon-dentaku {
  background: url(../img/icon_dentaku.svg) no-repeat center/100% auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.bluegray {
  background: #3f6c93;
  color: #fff;
}

.blue {
  background: #1066f3;
  color: #fff;
}

.darkblue {
  color: #fff;
  background: #0a51c6;
}
.darkblue:hover {
  background: #1066f3;
}

.darkpurple {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#42307a), color-stop(94%, rgba(34, 71, 116, 0.508841)));
  background: linear-gradient(to left, #42307a 0%, rgba(34, 71, 116, 0.508841) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.darkpurple:hover {
  background: rgb(43, 34, 116);
}

button[class^=c-btn-] {
  cursor: pointer;
  border: none;
}

.theme-gcp .c-form-btnarea .c-btn-round-m,
.border-blue {
  color: #1066f3;
  border: 3px solid #1066f3;
  background: #fff;
}
.theme-gcp .c-form-btnarea .c-btn-round-m:hover,
.border-blue:hover {
  background: #1066f3;
  color: #fff;
  text-decoration: none;
}

.theme-datadog .c-form-btnarea .c-btn-round-m,
.border-pp {
  color: #42307a;
  border: 3px solid #42307a;
  background: #fff;
}
.theme-datadog .c-form-btnarea .c-btn-round-m:hover,
.border-pp:hover {
  background: #42307a;
  color: #fff;
}

.theme-dc .c-form-btnarea .c-btn-round-m,
.color-dc {
  color: #192f7b;
  background: #e8f330;
}
.theme-dc .c-form-btnarea .c-btn-round-m:hover,
.color-dc:hover {
  background: #192f7b;
  color: #fff;
}

.theme-ncj .c-form-btnarea .c-btn-round-m,
.color-ncj {
  color: #fff;
  background: #004d4f;
  -webkit-box-shadow: 0px 18px 23px -13px rgba(19, 60, 58, 0.27);
          box-shadow: 0px 18px 23px -13px rgba(19, 60, 58, 0.27);
}
.theme-ncj .c-form-btnarea .c-btn-round-m:hover,
.color-ncj:hover {
  background: #007e82;
}

@media (min-width: 48.063em) {
  .c-btn-round-l {
    padding: 20px 40px;
  }
  .icon-dentaku {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.c-btn__cvbtn {
  padding: 10px 10px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.c-btn__cvbtn i {
  margin-right: 5px;
}
.c-btn__cvbtn.first {
  border-radius: 10px 0 0 0;
  border-right: 1px dotted rgba(255, 255, 255, 0.5);
}
.c-btn__cvbtn.last {
  border-radius: 0 10px 0 0;
  border-left: 1px dotted rgba(255, 255, 255, 0.5);
}

@media (min-width: 48.063em) {
  .c-btn__cvbtn {
    padding: 12px 20px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .c-btn__cvbtn i {
    margin-right: 10px;
  }
}
.c-form__input-base, .c-form__input.size-s, .c-form__input {
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 7px;
  padding: 2px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-color: #fff;
}
.c-form__input-base.error, .error.c-form__input {
  background-color: rgba(243, 14, 22, 0.1);
}

@media (min-width: 48.063em) {
  .c-form__input {
    font-size: 1.6rem;
    line-height: 2.72rem;
  }
  .c-form__input.size-s {
    font-size: 1.4rem;
    line-height: 2.38rem;
  }
  .c-form__input.w100 {
    width: 200px;
  }
  .c-form__input.w200 {
    width: 200px;
  }
  .c-form__input.w300 {
    width: 300px;
  }
  .c-form__input.w500 {
    width: 500px;
  }
}
textarea.c-form__input {
  resize: vertical;
}

.c-form__input-group, .c-form__input-group.append-icon, .c-form__input-group.prepend-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.c-form__input-group.prepend-icon i {
  position: absolute;
  left: 12px;
}
.c-form__input-group.prepend-icon input {
  padding-left: 30px;
}
.c-form__input-group.append-icon i {
  position: absolute;
  right: 8px;
}
.c-form__input-group.append-icon input {
  padding-right: 30px;
}

.c-form__valid-tip {
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: block;
  color: #F30E16;
  background-color: rgba(243, 14, 22, 0.1);
  margin-bottom: 5px;
  font-weight: 600;
  padding: 10px;
}

@media (min-width: 48.063em) {
  .c-form__valid-tip {
    margin-bottom: 10px;
  }
}
/*
.c-form__checkbox {
    cursor: pointer;
    position: relative;
    &>input {
        position: absolute;
        opacity: 0;
        padding: 7px;
    }
    &>span {
        padding-left: 25px;
        &:before {
            content: "";
            display: block;
            position: absolute;
            top: 2px;
            left: 0;
            width: 15px;
            height: 15px;
            border: 2px solid $base-border-color;
            border-radius: 4px;
            background: #fff;
        }
        &:after {
            content: "";
            display: block;
            position: absolute;
            top: 2px;
            left: 0;
            width: 15px;
            height: 15px;
        }
        i {
            margin-right: 5px;
        }
    }
    input[type="checkbox"]:focus + span::after {
        border: 2px solid $color-dkb;
        background-color: rgba($color-dkb, .2);
        border-radius: 4px;
    }
    input[type="checkbox"]:disabled + span::before {
        border: 2px solid lighten($base-border-color, 65);
        background-color: lighten($base-border-color, 65);
    }
    input[type="checkbox"]:checked + span::after {
        background-color: #fff;
        background-image: url(../img/common/icon_checkbox.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        line-height: 1;
        border: 2px solid $base-border-color;
        border-radius: 4px;
    }
}
.c-form__checkbox {
    &.size-xs {
        @extend .c-form__checkbox;
        &>span {
            font-size: 1.4rem;
            line-height: 1.4rem * 1.7;
            padding-left: 20px;
            &:before, &:after {
                top: 3px;
            }
        }
        &>span {
            &:before {
                width: 10px;
                height: 10px;
            }
            &:after {
                width: 10px;
                height: 10px;
            }
        }
    }
    &.size-s {
        @extend .c-form__checkbox;
        &>span {
            font-size: 1.4rem;
            line-height: 1.4rem * 1.7;
            padding-left: 25px;
        }
        &>span {
            &:before {
                width: 13px;
                height: 13px;
            }
            &:after {
                width: 13px;
                height: 13px;
            }
        }
    }
}
*/
@media (min-width: 48.063em) {
  .c-form__checkbox > span {
    padding-left: 10px;
  }
}
/*
.c-form__radio {
    cursor: pointer;
    position: relative;
    &>input {
        position: absolute;
        opacity: 0;
        padding: 7px;
    }
    &>span {
        padding-left: 25px;
        &:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            border: 2px solid $base-border-color;
            border-radius: 50px;
            background: #fff;
        }
        &:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
        }
    }
    input[type="radio"]:focus + span::after {
        border: 2px solid $base-border-color;
        background-color: rgba($base-border-color, .2);
        border-radius: 50px;
    }
    input[type="radio"]:disabled + span::before {
        border: 2px solid lighten($base-border-color, 65);
        background-color: lighten($base-border-color, 65);
    }
    input[type="radio"]:checked + span::after {
        background-color: #fff;
        background-image: url(../img/common/icon_radio.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        line-height: 1;
        border: 2px solid $base-border-color;
        border-radius: 50px;
    }
}
.c-form__radio {
    &--s {
        @extend .c-form__radio;
        &>span {
            font-size: 1.4rem;
            line-height: 1.4rem * 1.7;
        }
        &>span {
            &:before {
                width: 13px;
                height: 13px;
            }
            &:after {
                width: 13px;
                height: 13px;
            }
        }
    }
}
*/
.c-form__customer {
  background: #F5F5F5;
  height: 140px;
  overflow-y: scroll;
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 15px;
  font-size: 1.4rem;
  line-height: 2.38rem;
}
.c-form__customer pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media (min-width: 48.063em) {
  .c-form__customer {
    height: 180px;
  }
}
.c-form__select-base, .c-form__select.size-s, .c-form__select {
  border: 2px solid #ddd;
  border-radius: 7px;
  padding: 5px 10px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
@media (min-width: 48.063em) {
  .c-form__select-base, .c-form__select.size-s, .c-form__select {
    padding: 6px 10px 6px 6px;
  }
}
.c-form__select.size-s {
  padding: 2px 5px 2px 6px;
}
.c-form__select.block {
  width: 100%;
}

@media (min-width: 48.063em) {
  .c-form__select.size-s {
    font-size: 1.4rem;
    line-height: 2.38rem;
    padding: 4px 5px 4px 6px;
  }
}
.c-form__label {
  font-weight: 600;
}
.c-form__label.size-s {
  font-size: 1.2rem;
  line-height: 2.04rem;
}
.c-form__label .c-badge__form-required {
  margin-left: 5px;
}

@media (min-width: 48.063em) {
  .c-form__label.size-s {
    font-size: 1.4rem;
    line-height: 2.38rem;
  }
  .c-form__label .c-badge__form-required {
    margin-left: 10px;
  }
  .c-form__label .c-badge__form-required.size-xs {
    margin-left: 7px;
  }
}
.c-form-btnarea {
  margin: 10px 0 15px;
}
.c-form-btnarea button {
  width: 100%;
}

@media (min-width: 48.063em) {
  .c-form-btnarea {
    width: 300px;
    margin: 20px auto 0;
  }
}
.c-form-dl-btnarea {
  margin: 10px 0 15px;
}
.c-form-dl-btnarea button {
  width: 100%;
}

@media (min-width: 48.063em) {
  .c-form-dl-btnarea {
    margin: 10px auto 10px;
  }
}
/* ==========================================================================
   Object - Component
   ========================================================================== */
/* heading
   ----------------------------------------------------------------- */
.c-heading-mainpic {
  color: #fff;
  font-size: 2.2rem;
  line-height: 3.74rem;
}

@media (min-width: 48.063em) {
  .c-heading-mainpic {
    font-size: 3.5rem;
    line-height: 5.95rem;
  }
}
.c-heading-lp-h1 {
  font-size: 1.6rem;
  line-height: 2.72rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.c-heading-lp-h1 span {
  display: block;
  text-align: center;
  color: #254D94;
  font-size: 1rem;
  line-height: 1.7rem;
}
.c-heading-lp-h1::after {
  display: block;
  width: 50px;
  height: 3px;
  background: #254D94;
  content: "";
  margin: 5px auto 0;
}
.c-heading-lp-h1.wt {
  color: #fff;
}
.c-heading-lp-h1.wt span {
  color: #3C98F7;
}
.c-heading-lp-h1.wt::after {
  background: #3C98F7;
}

@media (min-width: 48.063em) {
  .c-heading-lp-h1 {
    font-size: 3.2rem;
    line-height: 5.44rem;
    margin-bottom: 55px;
  }
  .c-heading-lp-h1 span {
    font-size: 1.7rem;
    line-height: 2.89rem;
    margin-bottom: 7px;
  }
  .c-heading-lp-h1::after {
    width: 70px;
    margin: 20px auto 0;
  }
}
.c-heading-lp-dl-h1 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}
.c-heading-lp-dl-h1 small {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

@media (min-width: 48.063em) {
  .c-heading-lp-dl-h1 {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
  .c-heading-lp-dl-h1 small {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.c-heading-lp-mss-h1 {
  font-size: 1.6rem;
  line-height: 2.72rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.c-heading-lp-mss-h1 small {
  font-size: 1rem;
  line-height: 1.7rem;
}
.c-heading-lp-mss-h1 i {
  position: relative;
}
.c-heading-lp-mss-h1 i::after {
  position: absolute;
  display: block;
  width: 100%;
  background: #ffa500;
  content: "";
  left: 0;
  height: 4px;
  bottom: -4px;
}
.c-heading-lp-mss-h1.wt {
  color: #fff;
}

@media (min-width: 48.063em) {
  .c-heading-lp-mss-h1 {
    font-size: 3.2rem;
    line-height: 5.44rem;
    margin-bottom: 35px;
  }
  .c-heading-lp-mss-h1 small {
    font-size: 2.2rem;
    line-height: 3.74rem;
  }
  .c-heading-lp-mss-h1 i::after {
    height: 5px;
    bottom: -3px;
  }
}
.c-heading-lp-mss-problem-h1 {
  font-size: 1.6rem;
  line-height: 2.72rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.5rem;
}

@media (min-width: 48.063em) {
  .c-heading-lp-mss-problem-h1 {
    font-size: 3.4rem;
    line-height: 5.78rem;
  }
}
.c-heading-lp-answer-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  line-height: 2.38rem;
  font-weight: 600;
}
.c-heading-lp-answer-h2 i {
  margin-right: 7px;
}

@media (min-width: 48.063em) {
  .c-heading-lp-answer-h2 {
    font-size: 2rem;
    line-height: 3.4rem;
    margin-bottom: 15px;
  }
  .c-heading-lp-answer-h2 i {
    margin-right: 10px;
  }
}
.c-heading-lp-func-h2, .c-heading-lp-h2 {
  font-size: 1.4rem;
  line-height: 2.38rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width: 48.063em) {
  .c-heading-lp-func-h2, .c-heading-lp-h2 {
    font-size: 1.8rem;
    line-height: 3.06rem;
    margin-bottom: 15px;
  }
}
.c-heading-lp-h2 {
  text-align: left;
  margin-bottom: 5px;
}

@media (min-width: 48.063em) {
  .c-heading-lp-h2 {
    font-size: 2rem;
    line-height: 3.4rem;
    margin-bottom: 10px;
  }
}
.c-heading-lp-cvarea-h2 {
  font-size: 1.6rem;
  line-height: 2.72rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.c-heading-lp-cvarea-h2::after {
  display: block;
  width: 50px;
  height: 3px;
  background: #254D94;
  content: "";
  margin: 5px auto 0;
}

@media (min-width: 48.063em) {
  .c-heading-lp-cvarea-h2 {
    font-size: 2.2rem;
    line-height: 3.74rem;
    margin-bottom: 25px;
  }
  .c-heading-lp-cvarea-h2::after {
    width: 70px;
    margin: 10px auto 0;
  }
}
.c-heading-lp-plan-h2 {
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.72rem;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.c-heading-lp-plan-h2 span {
  font-size: 1.2rem;
  line-height: 1.44rem;
  font-weight: normal;
  display: inline-block;
  text-align: center;
}
.c-heading-lp-plan-h2 small {
  font-size: 1rem;
  line-height: 1.2rem;
}
.c-heading-lp-plan-h2.bg-dkb {
  background: linear-gradient(119deg, #254D94 43%, #11336e 100%);
}
.c-heading-lp-plan-h2.bg-ltg {
  background: linear-gradient(119deg, rgba(37, 77, 148, 0.1) 43%, rgba(17, 51, 110, 0.1) 100%);
  color: #25292f;
}
.c-heading-lp-plan-h2.bg-ltb {
  background: linear-gradient(119deg, rgb(60, 152, 247) 43%, rgb(19, 127, 214) 100%);
  background: linear-gradient(19deg, #16baec 0%, #643ebb 100%);
}

@media (min-width: 48.063em) {
  .c-heading-lp-plan-h2 {
    font-size: 1.8rem;
    line-height: 3.06rem;
    padding: 17px 0;
    height: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 -13px;
    border-radius: 67px;
  }
  .c-heading-lp-plan-h2 span {
    font-size: 1.4rem;
    line-height: 1.68rem;
  }
  .c-heading-lp-plan-h2 small {
    font-size: 1.1rem;
    line-height: 1.32rem;
  }
}
.c-heading-cvarea-h3 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.72rem;
  margin-bottom: 10px;
}

@media (min-width: 48.063em) {
  .c-heading-cvarea-h3 {
    font-size: 2rem;
    line-height: 3.4rem;
    margin-bottom: 20px;
  }
}
.c-heading-case-h2 {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.c-heading-case-h2::after {
  width: 90px;
  height: 6px;
  display: block;
  content: "";
  margin: 10px auto 0;
}

@media (min-width: 48.063em) {
  .c-heading-case-h2 {
    font-size: 2.6rem;
    line-height: 4.42rem;
    margin-bottom: 40px;
  }
  .c-heading-case-h2::after {
    margin: 20px auto 0;
  }
}
.theme-gcp .c-heading-case-h2::after {
  background: -webkit-gradient(linear, left top, right top, from(#34a853), color-stop(32%, #34a853), color-stop(32%, #ffcd41), color-stop(32%, #ffcd41), color-stop(34%, #ffcd41), color-stop(59%, #ffcd41), color-stop(59%, #ea4537), color-stop(77%, #ea4537), color-stop(77%, #4f8ef5), to(#4f8ef5));
  background: linear-gradient(to right, #34a853 0%, #34a853 32%, #ffcd41 32%, #ffcd41 32%, #ffcd41 34%, #ffcd41 59%, #ea4537 59%, #ea4537 77%, #4f8ef5 77%, #4f8ef5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.theme-datadog .c-heading-case-h2::after {
  background: -webkit-gradient(linear, right top, left top, from(#42307a), color-stop(94%, rgba(34, 71, 116, 0.508841)));
  background: linear-gradient(to left, #42307a 0%, rgba(34, 71, 116, 0.508841) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.theme-datadog .c-heading-h3 {
  color: #42307a;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}
.theme-datadog .c-heading-h3 span {
  padding-left: 10px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  color: rgb(73, 73, 73);
  font-size: 1.6rem;
  line-height: 2.72rem;
}

@media (min-width: 48.063em) {
  .theme-datadog .c-heading-h3 {
    font-size: 2.8rem;
    line-height: 4.76rem;
  }
  .theme-datadog .c-heading-h3 span {
    font-size: 1.8rem;
    line-height: 3.06rem;
  }
}
.theme-dc .c-heading-h1 {
  color: #192f7b;
  font-size: 2.2rem;
  line-height: 3.74rem;
}
.theme-dc .c-heading-h2 {
  color: #192f7b;
}
.theme-dc .c-heading-h3 {
  color: #192f7b;
}
.theme-dc .c-heading-equipment-h2 {
  color: #192f7b;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 7px;
}
.theme-dc .c-heading-equipment2-h2 {
  color: #192f7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-dc .c-heading-equipment2-h2::before {
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  border-radius: 50px;
  background: #e8f330;
  margin-right: 10px;
}

@media (min-width: 48.063em) {
  .theme-dc .c-heading-h1 {
    font-size: 3.2rem;
    line-height: 5.44rem;
  }
  .theme-dc .c-heading-h1 small {
    font-size: 2.4rem;
    line-height: 4.08rem;
  }
  .theme-dc .c-heading-equipment-h2 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 10px;
  }
  .theme-dc .c-heading-equipment2-h2 {
    font-size: 2.2rem;
    line-height: 3.74rem;
  }
  .theme-dc .c-heading-equipment2-h2::before {
    width: 18px;
    height: 18px;
  }
}
.theme-dc .c-heading-merit-h2 {
  font-size: 1.4rem;
  line-height: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-dc .c-heading-merit-h2 i {
  margin-right: 10px;
}

@media (min-width: 48.063em) {
  .theme-dc .c-heading-merit-h2 {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.theme-ncj .c-heading-h1 {
  color: #007e82;
  font-size: 2.2rem;
  line-height: 3.74rem;
  margin-bottom: 20px;
}
.theme-ncj .c-heading-h1 span {
  display: block;
  text-align: center;
}
.theme-ncj .c-heading-h1 .sub {
  font-size: 1.4rem;
  line-height: 2.38rem;
  color: rgba(0, 126, 130, 0.6);
}
.theme-ncj .c-heading-h1:after {
  margin: 10px auto 0;
  display: block;
  width: 50px;
  height: 3px;
  background: rgba(0, 126, 130, 0.6);
  content: "";
}
.theme-ncj .c-heading-h2 {
  color: #007e82;
  margin-bottom: 20px;
}
.theme-ncj .c-heading-h2.color-wt {
  color: #fff;
}
.theme-ncj .c-heading-h2.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-ncj .c-heading-h2 .c-badge__round {
  margin-left: 5px;
}
.theme-ncj .c-heading-h3 {
  color: #007e82;
}

@media (min-width: 48.063em) {
  .theme-ncj .c-heading-h1 {
    font-size: 3.8rem;
    line-height: 6.46rem;
    margin-bottom: 55px;
  }
  .theme-ncj .c-heading-h1 .sub {
    font-size: 2.2rem;
    line-height: 3.74rem;
    margin-bottom: 10px;
  }
  .theme-ncj .c-heading-h1:after {
    width: 70px;
    height: 5px;
    margin-top: 20px;
  }
  .theme-ncj .c-heading-h2 {
    font-size: 2.8rem;
    line-height: 4.76rem;
    margin-bottom: 30px;
  }
  .theme-ncj .c-heading-h2 .c-badge__round {
    margin-left: 10px;
  }
}
.c-heading__lp-top-h1 {
  color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
}
.c-heading__lp-top-h1 > span {
  display: block;
  text-align: center;
}
.c-heading__lp-top-h1 .ttl,
.c-heading__lp-top-h1 .ttl_2 {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 3.3rem;
  text-align: center;
  margin-bottom: 15px;
  text-shadow: 0px 0px 19px rgba(22, 186, 236, 0.79);
}
.c-heading__lp-top-h1 .sub {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2.1rem;
  text-align: center;
  text-shadow: 0px 0px 19px rgba(22, 186, 236, 0.79);
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

@media (min-width: 48.063em) {
  .c-heading__lp-top-h1 {
    padding: 0;
  }
  .c-heading__lp-top-h1 .ttl,
  .c-heading__lp-top-h1 .ttl_2 {
    font-size: 4.2rem;
    line-height: 6.3rem;
    margin-bottom: 20px;
  }
  .c-heading__lp-top-h1 .ttl_2 {
    font-size: 3.6rem;
    line-height: 5.4rem;
  }
  .c-heading__lp-top-h1 .sub {
    font-size: 2rem;
    line-height: 3.5rem;
    padding: 15px 0;
  }
}
.c-heading__lp-h1, .c-heading__lp-h2 {
  margin-bottom: 20px;
  border-radius: 20px;
  font-size: 2rem;
  line-height: 2.5rem;
}
.c-heading__lp-h1 span, .c-heading__lp-h2 span {
  display: block;
  text-align: center;
}
.c-heading__lp-h1.bg-wt, .bg-wt.c-heading__lp-h2 {
  padding: 10px 0;
  background: #fff;
}
.c-heading__lp-h1.bg-ltb, .bg-ltb.c-heading__lp-h2 {
  padding: 10px 0;
  background: linear-gradient(19deg, rgba(22, 186, 236, 0.15) 0%, rgba(100, 62, 187, 0.15) 100%);
}
.c-heading__lp-h1 .sub, .c-heading__lp-h2 .sub {
  font-size: 1.4rem;
  line-height: 2.38rem;
}
.c-heading__lp-h1 small, .c-heading__lp-h2 small {
  font-size: 1.6rem;
  line-height: 2rem;
}

@media (min-width: 48.063em) {
  .c-heading__lp-h1, .c-heading__lp-h2 {
    margin-bottom: 40px;
    border-radius: 30px;
    font-size: 4rem;
    line-height: 5rem;
  }
  .c-heading__lp-h1.bg-wt, .bg-wt.c-heading__lp-h2, .c-heading__lp-h1.bg-ltb, .bg-ltb.c-heading__lp-h2 {
    padding: 20px 0;
  }
  .c-heading__lp-h1 .sub, .c-heading__lp-h2 .sub {
    font-size: 1.8rem;
    line-height: 3.06rem;
  }
  .c-heading__lp-h1 small, .c-heading__lp-h2 small {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.c-heading__lp-h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 2.25rem;
}
.c-heading__lp-h2 .sub {
  font-size: 1.4rem;
  line-height: 2.38rem;
}

@media (min-width: 48.063em) {
  .c-heading__lp-h2 {
    margin-bottom: 40px;
    font-size: 4rem;
    line-height: 5rem;
  }
  .c-heading__lp-h2 .sub {
    font-size: 1.8rem;
    line-height: 3.06rem;
  }
}
.c-heading__func-h2 {
  font-size: 1.8rem;
  line-height: 3.06rem;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 48.063em) {
  .c-heading__func-h2 {
    font-size: 2.6rem;
    line-height: 4.42rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
}
.c-heading__func-h3 {
  font-size: 1.6rem;
  line-height: 2.72rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-heading__func-h3 i {
  margin-right: 5px;
}

@media (min-width: 48.063em) {
  .c-heading__func-h3 {
    font-size: 2rem;
    line-height: 3.4rem;
    margin-bottom: 10px;
  }
  .c-heading__func-h3 i {
    margin-right: 10px;
  }
}
.c-heading__lp-service-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.c-heading__lp-service-h2 > div:nth-of-type(1) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.c-heading__lp-service-h2 > div:nth-of-type(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-heading__lp-service-h2 .ttl {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (min-width: 48.063em) {
  .c-heading__lp-service-h2 {
    margin-bottom: 20px;
  }
  .c-heading__lp-service-h2 > div:nth-of-type(1) {
    margin-right: 15px;
  }
  .c-heading__lp-service-h2 .ttl {
    font-size: 2.2rem;
    line-height: 3.74rem;
  }
}
.c-heading__lp-plan-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #ddd;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

@media (min-width: 48.063em) {
  .c-heading__lp-plan-h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .c-heading__lp-plan-h2 i {
    margin-right: 5px;
  }
}
.c-heading__lp-plan-h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

@media (min-width: 48.063em) {
  .c-heading__lp-plan-h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
/* ==========================================================================
   Object - Component
   ========================================================================== */
/* list
----------------------------------------------------------------- */
.c-list-dot li,
.c-list-dot-s li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
.c-list-dot li:before,
.c-list-dot-s li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  margin-right: 9px;
  position: relative;
  top: -4px;
}
.c-list-dot.wt li:before,
.c-list-dot-s.wt li:before {
  background-color: #fff;
}

@media (min-width: 48.063em) {
  .c-list-dot li {
    padding-left: 1.4rem;
    text-indent: -1.4rem;
  }
  .c-list-dot li:before {
    width: 4px;
    height: 4px;
    margin-right: 10px;
  }
  .c-list-dot-s li {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }
  .c-list-dot-s li:before {
    top: -1px;
    width: 2px;
    height: 2px;
    margin-right: 10px;
  }
}
/* ==========================================================================
   Object - Component
   ========================================================================== */
/* link
----------------------------------------------------------------- */
.header-menu a {
  text-decoration: none;
}
.header-menu a:hover {
  text-decoration: underline;
}

.l-footer-sitemap a {
  text-decoration: none;
}
.l-footer-sitemap a:hover {
  text-decoration: underline;
}

.theme-gcp .c-link-header-menu {
  background: #0a51c6;
}

.theme-datadog .c-link-header-menu {
  background: #2e2255;
}

.theme-dc .c-link-header-menu {
  background: #101f51;
}

.c-link-header-menu {
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

@media (min-width: 48.063em) {
  .theme-gcp .c-link-header-menu {
    background: none;
  }
  .theme-datadog .c-link-header-menu {
    background: none;
  }
  .theme-dc .c-link-header-menu {
    background: none;
  }
  .c-link-header-menu {
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
}
.c-link-footer-bnr {
  display: block;
  text-align: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.c-link-footer-bnr img {
  display: inline-block;
}
.c-link-footer-bnr:hover {
  opacity: 0.7;
}

.c-link-borderd {
  text-decoration: underline;
}
.c-link-borderd:hover {
  text-decoration: none;
}

.c-link__lp-header, .c-link__lp-header-cv {
  padding: 0 10px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-decoration: none;
  font-weight: 600;
  color: #222;
}
.c-link__lp-header i, .c-link__lp-header-cv i {
  margin-right: 8px;
}

.c-link__lp-header-cv {
  padding: 0 20px;
  background: #25292f;
  color: #fff;
}

.c-link__lp-footer {
  font-size: 1.2rem;
  line-height: 2.04rem;
  color: #fff;
  text-decoration: none;
}
.c-link__lp-footer:hover {
  text-decoration: underline;
}

@media (min-width: 48.063em) {
  .c-link__lp-footer {
    font-size: 1.4rem;
    line-height: 2.38rem;
  }
}
.c-link__header-menu-c1ws {
  font-size: 2.2rem;
  line-height: 3.74rem;
  font-family: "Oswald", sans-serif;
  color: #222;
  position: relative;
}
.c-link__header-menu-c1ws:hover::after {
  background: #222;
}
.c-link__header-menu-c1ws::after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
}

@media (min-width: 48.063em) {
  .c-link__header-menu-c1ws::after {
    bottom: -5px;
  }
}
.header-menu a.c-link__header-menu-c1ws:hover {
  text-decoration: none;
}

/* ==========================================================================
   Object - Component
   ========================================================================== */
/* table
   ----------------------------------------------------------------- */
.c-table__base, .c-table__round, .c-table__borderd {
  width: 100%;
}
.c-table__base .align-middle, .c-table__round .align-middle, .c-table__borderd .align-middle {
  vertical-align: middle;
}
.c-table__base .right, .c-table__round .right, .c-table__borderd .right {
  text-align: right;
}
.c-table__base .center, .c-table__round .center, .c-table__borderd .center {
  text-align: center;
}
.c-table__base.sticky thead th, .sticky.c-table__round thead th, .sticky.c-table__borderd thead th {
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}
.c-table__base.sticky-y td:first-child, .sticky-y.c-table__round td:first-child, .sticky-y.c-table__borderd td:first-child, .c-table__base.sticky-y th:first-child, .sticky-y.c-table__round th:first-child, .sticky-y.c-table__borderd th:first-child {
  position: sticky;
  left: 0;
}
.c-table__base .bg-lty, .c-table__round .bg-lty, .c-table__borderd .bg-lty {
  background: #fffbea;
}
.c-table__base .bg-bk, .c-table__round .bg-bk, .c-table__borderd .bg-bk {
  background: #222;
  color: #fff;
}
.c-table__base .bg-bkb, .c-table__round .bg-bkb, .c-table__borderd .bg-bkb {
  background: #254D94;
  color: #fff;
}
.c-table__base .bg-pp-gradient, .c-table__round .bg-pp-gradient, .c-table__borderd .bg-pp-gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 186, 236, 0.6)), color-stop(50%, rgba(100, 62, 187, 0.6)));
  background: linear-gradient(90deg, rgba(22, 186, 236, 0.6) 0%, rgba(100, 62, 187, 0.6) 50%);
  color: #fff;
}
.c-table__base .bg-lime, .c-table__round .bg-lime, .c-table__borderd .bg-lime {
  background: #9ab138;
  color: #fff;
}
.c-table__base .bg-lt-lime, .c-table__round .bg-lt-lime, .c-table__borderd .bg-lt-lime {
  background: #f6f7f0;
}

@media (min-width: 48.063em) {
  .c-table__base .w15, .c-table__round .w15, .c-table__borderd .w15 {
    width: 15%;
  }
  .c-table__base .w22, .c-table__round .w22, .c-table__borderd .w22 {
    width: 22%;
  }
  .c-table__base .w30, .c-table__round .w30, .c-table__borderd .w30 {
    width: 30%;
  }
  .c-table__base .w40, .c-table__round .w40, .c-table__borderd .w40 {
    width: 40%;
  }
}
.c-table__scroll {
  overflow-X: scroll;
}
.c-table__scroll table {
  min-width: 600px;
}

@media (min-width: 48.063em) {
  .c-table__scroll {
    overflow-X: hidden;
  }
  .c-table__scroll table {
    min-width: 100%;
  }
}
.c-table__borderd {
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table__borderd th, .c-table__borderd td {
  background: #fff;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #909090;
}

@media (min-width: 48.063em) {
  .c-table__borderd th, .c-table__borderd td {
    padding: 15px;
  }
}
.c-table__round {
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 28px 51px -21px #d3dce3;
          box-shadow: 0px 28px 51px -21px #d3dce3;
}
.c-table__round th, .c-table__round td {
  background: #fff;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #eee;
}
.c-table__round td i {
  display: block;
  margin: 0 auto;
}
.c-table__round tbody th:first-child {
  padding-left: 15px;
}
.c-table__round thead tr:first-child th:first-child {
  border-radius: 20px 0 0 0;
}
.c-table__round thead tr:first-child th:last-child {
  border-radius: 0 20px 0 0;
}
.c-table__round tbody tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
}
.c-table__round tbody tr:last-child th:last-child {
  border-radius: 0 0 20px 0;
}
.c-table__round .bg-red {
  background: #CC0000;
  color: #fff;
}
.c-table__round .bg-ltp {
  background: #d2d7e9;
  color: #192f7b;
}
.c-table__round .bg-beige {
  background: #faf4ea;
}

@media (min-width: 48.063em) {
  .c-table__round {
    border-radius: 30px;
  }
  .c-table__round thead th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-table__round tbody th:first-child {
    padding-left: 30px;
  }
  .c-table__round th, .c-table__round td {
    padding: 15px;
  }
  .c-table__round thead tr:first-child th:first-child {
    border-radius: 30px 0 0 0;
  }
  .c-table__round thead tr:first-child th:last-child {
    border-radius: 0 30px 0 0;
  }
  .c-table__round tbody tr:last-child th:first-child {
    border-radius: 0 0 0 30px;
  }
  .c-table__round tbody tr:last-child th:last-child {
    border-radius: 0 0 30px 0;
  }
}
.c-table__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-table__dl dt {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  min-width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: rgba(34, 34, 34, 0.07);
  margin-bottom: 1px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}
.c-table__dl dd {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  min-width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 1px;
}

@media (min-width: 48.063em) {
  .c-table__dl dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    min-width: 30%;
    padding: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-table__dl dd {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    min-width: 70%;
    padding: 15px;
  }
}
/* ==========================================================================
   Object - Component
   ========================================================================== */
/* icon
   ----------------------------------------------------------------- */
.c-icon__base, .c-icon__medal-silver, .c-icon__medal-gold, .c-icon__24365, .c-icon__check, .c-icon__plus, .c-icon__cross, .c-icon__circle, .c-icon__shield, .c-icon__meet, .c-icon__download, .c-icon__mail, .c-icon__window {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
}
.c-icon__base.size-s, .size-s.c-icon__medal-silver, .size-s.c-icon__medal-gold, .size-s.c-icon__24365, .size-s.c-icon__check, .size-s.c-icon__plus, .size-s.c-icon__cross, .size-s.c-icon__circle, .size-s.c-icon__shield, .size-s.c-icon__meet, .size-s.c-icon__download, .size-s.c-icon__mail, .size-s.c-icon__window {
  width: 10px;
  height: 10px;
}

@media (min-width: 48.063em) {
  .c-icon__base.size-s, .size-s.c-icon__medal-silver, .size-s.c-icon__medal-gold, .size-s.c-icon__24365, .size-s.c-icon__check, .size-s.c-icon__plus, .size-s.c-icon__cross, .size-s.c-icon__circle, .size-s.c-icon__shield, .size-s.c-icon__meet, .size-s.c-icon__download, .size-s.c-icon__mail, .size-s.c-icon__window {
    width: 14px;
    height: 14px;
  }
}
.c-icon__window {
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_window.png) no-repeat center/cover;
}
.c-icon__window.ltb {
  background: url(../img/common/icon_window_ltb.png) no-repeat center/cover;
}

.c-icon__mail {
  width: 22px;
  height: 22px;
  background: url(../img/security/icon_mail.svg) no-repeat center/cover;
}
.c-icon__mail.wt {
  background-image: url(../img/security/icon_mail_wt.svg);
}

.c-icon__download {
  width: 22px;
  height: 22px;
  background: url(../img/security/icon_download.svg) no-repeat center/cover;
}
.c-icon__download.wt {
  background-image: url(../img/security/icon_download_wt.svg);
}

.c-icon__meet {
  width: 22px;
  height: 22px;
  background: url(../img/security/icon_meet.svg) no-repeat center/cover;
}
.c-icon__meet.wt {
  background-image: url(../img/security/icon_meet_wt.svg);
}

@media (min-width: 48.063em) {
  .c-icon__mail {
    width: 25px;
    height: 25px;
  }
  .c-icon__download {
    width: 25px;
    height: 25px;
  }
  .c-icon__meet {
    width: 25px;
    height: 25px;
  }
}
.c-icon__shield {
  width: 16px;
  height: 16px;
  background: url(../img/security/icon_shield.svg) no-repeat center/cover;
}

@media (min-width: 48.063em) {
  .c-icon__shield {
    width: 22px;
    height: 22px;
  }
}
.c-icon__circle {
  width: 16px;
  height: 16px;
  border: 3px solid #3b7ed4;
  border-radius: 50%;
}

.c-icon__cross {
  position: relative;
  height: 52px;
  width: 52px;
}
.c-icon__cross::before, .c-icon__cross::after {
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#16baec), to(#643ebb));
  background: linear-gradient(90deg, #16baec 0%, #643ebb 100%);
  background-color: #0f1012;
  height: 52px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 0;
}
.c-icon__cross::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-icon__cross::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 48.063em) {
  .c-icon__circle {
    border-width: 4px;
    width: 20px;
    height: 20px;
  }
  .c-icon__cross {
    height: 80px;
    width: 80px;
  }
  .c-icon__cross::before, .c-icon__cross::after {
    height: 80px;
    width: 2px;
  }
}
.c-icon__plus {
  width: 24px;
  height: 24px;
  position: relative;
}
.c-icon__plus::before, .c-icon__plus::after {
  background: #333;
  display: block;
  content: "";
  position: absolute;
}
.c-icon__plus::before {
  width: 2px;
  height: 24px;
  top: 0;
  left: 11px;
}
.c-icon__plus::after {
  width: 24px;
  height: 2px;
  top: 11px;
  left: 0;
}
@media (min-width: 48.063em) {
  .c-icon__plus {
    width: 36px;
    height: 36px;
  }
  .c-icon__plus::before {
    width: 2px;
    height: 36px;
    top: 0;
    left: 17px;
  }
  .c-icon__plus::after {
    width: 36px;
    height: 2px;
    top: 17px;
    left: 0;
  }
}
.c-icon__faq {
  font-weight: 600;
  word-break: keep-all;
}
.c-icon__faq.wt {
  color: #fff;
}

.c-icon__check {
  width: 25px;
  height: 25px;
  background: url(../img/security/icon_check.png) no-repeat center/cover;
}
.c-icon__check.color-ltg {
  background: url(../img/dc/icon_check.svg) no-repeat center/cover;
}

.c-icon__24365 {
  width: 45px;
  height: 45px;
  background: url(../img/security/icon_24365.svg) no-repeat center/cover;
}

@media (min-width: 48.063em) {
  .c-icon__24365 {
    width: 70px;
    height: 70px;
  }
}
.c-icon__medal-silver, .c-icon__medal-gold {
  width: 30px;
  height: 30px;
  background: url(../img/security/icon_medal_silver.svg) no-repeat center/auto 100%;
}
.c-icon__medal-silver.size-s, .size-s.c-icon__medal-gold {
  width: 24px;
  height: 24px;
}

@media (min-width: 48.063em) {
  .c-icon__medal-silver, .c-icon__medal-gold {
    width: 46px;
    height: 46px;
  }
  .c-icon__medal-silver.size-s, .size-s.c-icon__medal-gold {
    width: 40px;
    height: 40px;
  }
}
.c-icon__medal-gold {
  background-image: url(../img/security/icon_medal_gold.svg);
}

/* ==========================================================================
   Object - Project
   ========================================================================== */
/* panel
----------------------------------------------------------------- */
.p-panel-borderd {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 4px 2px 11px -2px #d3dce3;
          box-shadow: 4px 2px 11px -2px #d3dce3;
}
.p-panel-borderd h2 {
  position: relative;
  margin: -10px -10px 10px;
  padding: 10px 10px 15px;
}
.p-panel-borderd h2 > span {
  display: block;
}
.p-panel-borderd h2::after {
  width: 100%;
  height: 6px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: 0;
}

@media (min-width: 48.063em) {
  .p-panel-borderd {
    padding: 20px 20px 25px;
  }
  .p-panel-borderd h2 {
    margin: -20px -20px 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-panel-borderd h2 > span {
    display: inline;
  }
  .p-panel-borderd h2 > span.block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.theme-gcp .p-panel-borderd h2::after {
  background: -webkit-gradient(linear, left top, right top, from(#34a853), color-stop(9%, #34a853), color-stop(9%, #ffcd41), color-stop(28%, #ffcd41), color-stop(28%, #ea4537), color-stop(40%, #ea4537), color-stop(40%, #4f8ef5), color-stop(57%, #4f8ef5), color-stop(57%, #34a853), color-stop(68%, #34a853), color-stop(68%, #ffcd41), color-stop(78%, #ffcd41), color-stop(78%, #ea4537), color-stop(89%, #ea4537), color-stop(89%, #4f8ef5), color-stop(94%, #4f8ef5));
  background: linear-gradient(to right, #34a853 0%, #34a853 9%, #ffcd41 9%, #ffcd41 28%, #ea4537 28%, #ea4537 40%, #4f8ef5 40%, #4f8ef5 57%, #34a853 57%, #34a853 68%, #ffcd41 68%, #ffcd41 78%, #ea4537 78%, #ea4537 89%, #4f8ef5 89%, #4f8ef5 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.theme-datadog .p-panel-borderd h2::after {
  background: -webkit-gradient(linear, right top, left top, from(#42307a), color-stop(94%, rgba(34, 71, 116, 0.508841)));
  background: linear-gradient(to left, #42307a 0%, rgba(34, 71, 116, 0.508841) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.theme-gcp .p-panel-cvarea {
  background-image: linear-gradient(173deg, #224774 0%, rgba(34, 71, 116, 0.508841) 36%, rgba(34, 71, 116, 0) 69%), url(../img/bg-cvarea.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
}

.theme-datadog .p-panel-cvarea {
  background-image: linear-gradient(173deg, #42307a 0%, rgba(34, 71, 116, 0.508841) 36%, rgba(34, 71, 116, 0) 69%), url(../img/bg-cvarea.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
}

.theme-dc .p-panel-cvarea {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.theme-dc .p-panel-cvarea:before {
  background-image: linear-gradient(173deg, rgb(76, 53, 24) 0%, rgba(0, 0, 0, 0.51) 36%, rgba(34, 71, 116, 0) 89%), url(../img/dc/dc-main.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: -1;
}

.p-panel-cvarea {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-panel-cvarea .contact {
  background: #fff;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 9px -2px #fff;
          box-shadow: 0px 0px 9px -2px #fff;
}
.p-panel-cvarea .contact .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-panel-cvarea .contact .tel .icon-freecall {
  display: inline-block;
  width: 50px;
  height: 40px;
  background: url(../img/common/icon_freecall_blue.png) no-repeat center/40px auto;
}

@media (min-width: 48.063em) {
  .p-panel-cvarea {
    padding: 30px 0;
  }
  .p-panel-cvarea .contact {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
  }
  .p-panel-cvarea .contact .tel .icon-freecall {
    width: 60px;
    height: 40px;
    background: url(../img/common/icon_freecall_blue.png) no-repeat center/50px auto;
    margin-right: 5px;
  }
  .p-panel-cvarea .btn-area {
    width: 500px;
    margin: 0 auto;
  }
}
.p-panel-case {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 4px 2px 11px -2px #d3dce3;
          box-shadow: 4px 2px 11px -2px #d3dce3;
  margin: 0 auto;
}

@media (min-width: 48.063em) {
  .p-panel-case {
    width: 500px;
    padding: 20px 20px 25px;
  }
}
.p-panel-round {
  background: #fff;
  -webkit-box-shadow: 0px 28px 51px -21px #d1c8c5;
          box-shadow: 0px 28px 51px -21px #d1c8c5;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 48.063em) {
  .p-panel-round {
    padding: 50px;
    border-radius: 30px;
  }
  .p-panel-round.size-s {
    padding: 30px;
  }
}
.p-panel__lp-service {
  padding: 10px 10px 10px 15px;
  -webkit-box-shadow: 4px 2px 11px -2px #e6d9dd;
          box-shadow: 4px 2px 11px -2px #e6d9dd;
  border-radius: 20px;
}

@media (min-width: 48.063em) {
  .p-panel__lp-service {
    padding: 20px;
  }
}
.p-panel__comment p {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  border: 1px solid rgba(34, 34, 34, 0.6);
}
.p-panel__comment.right {
  text-align: right;
}

@media (min-width: 48.063em) {
  .p-panel__comment p {
    padding: 15px 30px;
  }
}
.p-panel__mss-func {
  -webkit-box-shadow: 0px -1px 15px 0px #d3dce3;
          box-shadow: 0px -1px 15px 0px #d3dce3;
  background: #fff;
  display: inline-block;
}
.p-panel__mss-plan {
  background: #fff;
  padding: 20px 10px;
  text-align: center;
  -webkit-box-shadow: 0px -1px 15px 0px #d3dce3;
          box-shadow: 0px -1px 15px 0px #d3dce3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-panel__mss-plan dl {
  border: 1px solid #ddd;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}
.p-panel__mss-plan dt {
  color: #fff;
  margin: 0;
  background: #222;
}
.p-panel__mss-plan dt {
  font-size: 1.2rem;
  line-height: 2.04rem;
}
.p-panel__mss-plan dd {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.06rem;
}
.p-panel__mss-plan dd small {
  margin-left: 2px;
  font-size: 1.2rem;
  line-height: 2.04rem;
}
.p-panel__mss-plan dt, .p-panel__mss-plan dd {
  text-align: center;
  padding: 2px 0;
}
.p-panel__mss-plan i {
  margin: 0 8px;
}

@media (min-width: 48.063em) {
  .p-panel__mss-plan {
    padding: 40px;
    display: block;
  }
  .p-panel__mss-plan dt {
    font-size: 1.6rem;
    line-height: 2.72rem;
  }
  .p-panel__mss-plan dd {
    font-size: 3rem;
    line-height: 5.1rem;
  }
  .p-panel__mss-plan dd small {
    margin-left: 5px;
    font-size: 1.6rem;
    line-height: 2.72rem;
  }
  .p-panel__mss-plan dt, .p-panel__mss-plan dd {
    text-align: center;
    padding: 8px 0;
  }
  .p-panel__mss-plan i {
    margin: 20px 0 10px;
  }
}
.p-panel__mss-download {
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px -1px 15px 0px #d3dce3;
          box-shadow: 0px -1px 15px 0px #d3dce3;
}

@media (min-width: 48.063em) {
  .p-panel__mss-download {
    border-radius: 12px;
    padding: 40px;
  }
}
.p-panel__mss-reason {
  border-radius: 10px;
  -webkit-box-shadow: 0px -1px 30px 5px rgba(125, 105, 171, 0.8);
          box-shadow: 0px -1px 30px 5px rgba(125, 105, 171, 0.8);
  background: #fff;
  padding: 15px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-panel__mss-reason h2 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.38rem;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (min-width: 48.063em) {
  .p-panel__mss-reason {
    border-radius: 12px;
    padding: 20px;
  }
  .p-panel__mss-reason h2 {
    font-size: 1.6rem;
    line-height: 2.72rem;
  }
}
.p-panel__mss-faq {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px -1px 15px 0px rgba(125, 105, 171, 0.8);
          box-shadow: 0px -1px 15px 0px rgba(125, 105, 171, 0.8);
}
.p-panel__mss-faq dt, .p-panel__mss-faq dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.p-panel__mss-faq dt i, .p-panel__mss-faq dd i {
  margin-right: 5px;
}
.p-panel__mss-faq dt {
  color: #fff;
  background: #254D94;
}
.p-panel__mss-faq dd {
  background: #fff;
  word-break: break-word;
}

@media (min-width: 48.063em) {
  .p-panel__mss-faq {
    border-radius: 12px;
  }
  .p-panel__mss-faq dt, .p-panel__mss-faq dd {
    padding: 20px;
  }
  .p-panel__mss-faq dt i, .p-panel__mss-faq dd i {
    margin-right: 10px;
  }
}
@media (min-width: 48.063em) {
  .p-panel__lp-flow p {
    font-size: 1.8rem;
    line-height: 3.06rem;
  }
}
/* ==========================================================================
   Object - Utility
   ========================================================================== */
/* margin
   ----------------------------------------------------------------- */
.u-mb0 {
  margin-bottom: 0;
}

.u-mb5 {
  margin-bottom: 3.5px;
}

.u-mb10 {
  margin-bottom: 7px;
}

.u-mb15 {
  margin-bottom: 10.5px;
}

.u-mb20 {
  margin-bottom: 14px;
}

.u-mb25 {
  margin-bottom: 17.5px;
}

.u-mb30 {
  margin-bottom: 21px;
}

.u-mb35 {
  margin-bottom: 24.5px;
}

.u-mb40 {
  margin-bottom: 28px;
}

.u-mb45 {
  margin-bottom: 31.5px;
}

.u-mb50 {
  margin-bottom: 20px;
}

.u-mb55 {
  margin-bottom: 20px;
}

.u-mb60 {
  margin-bottom: 20px;
}

.u-mb65 {
  margin-bottom: 20px;
}

.u-mb70 {
  margin-bottom: 20px;
}

.u-mb75 {
  margin-bottom: 20px;
}

.u-mb80 {
  margin-bottom: 20px;
}

.u-mb85 {
  margin-bottom: 20px;
}

.u-mb90 {
  margin-bottom: 20px;
}

.u-mb95 {
  margin-bottom: 20px;
}

.u-mb100 {
  margin-bottom: 30px;
}

.u-mb120 {
  margin-bottom: 30px;
}

.u-mb150 {
  margin-bottom: 30px;
}

.u-mb200 {
  margin-bottom: 30px;
}

@media (min-width: 48.063em) {
  .u-mb5 {
    margin-bottom: 5px;
  }
  .u-mb10 {
    margin-bottom: 10px;
  }
  .u-mb15 {
    margin-bottom: 15px;
  }
  .u-mb20 {
    margin-bottom: 20px;
  }
  .u-mb25 {
    margin-bottom: 25px;
  }
  .u-mb30 {
    margin-bottom: 30px;
  }
  .u-mb35 {
    margin-bottom: 35px;
  }
  .u-mb40 {
    margin-bottom: 40px;
  }
  .u-mb45 {
    margin-bottom: 45px;
  }
  .u-mb50 {
    margin-bottom: 50px;
  }
  .u-mb55 {
    margin-bottom: 55px;
  }
  .u-mb60 {
    margin-bottom: 60px;
  }
  .u-mb65 {
    margin-bottom: 65px;
  }
  .u-mb70 {
    margin-bottom: 70px;
  }
  .u-mb75 {
    margin-bottom: 75px;
  }
  .u-mb80 {
    margin-bottom: 80px;
  }
  .u-mb85 {
    margin-bottom: 85px;
  }
  .u-mb90 {
    margin-bottom: 90px;
  }
  .u-mb95 {
    margin-bottom: 95px;
  }
  .u-mb100 {
    margin-bottom: 100px;
  }
  .u-mb120 {
    margin-bottom: 120px;
  }
  .u-mb150 {
    margin-bottom: 150px;
  }
  .u-mb200 {
    margin-bottom: 200px;
  }
}
.u-mt-30 {
  margin-top: -21px;
}

.u-mt10 {
  margin-top: 7px;
}

.u-mt15 {
  margin-top: 10.5px;
}

.u-mt20 {
  margin-top: 14px;
}

.u-mt30 {
  margin-top: 21px;
}

.u-mt40 {
  margin-top: 28px;
}

.u-mt50 {
  margin-top: 20px;
}

.u-mt60 {
  margin-top: 20px;
}

.u-mt70 {
  margin-top: 20px;
}

.u-mt80 {
  margin-top: 20px;
}

.u-mt90 {
  margin-top: 20px;
}

.u-mt100 {
  margin-top: 30px;
}

.u-mt200 {
  margin-top: 30px;
}

@media (min-width: 48.063em) {
  .u-mt-30 {
    margin-top: -30px;
  }
  .u-mt10 {
    margin-top: 10px;
  }
  .u-mt15 {
    margin-top: 15px;
  }
  .u-mt20 {
    margin-top: 20px;
  }
  .u-mt30 {
    margin-top: 30px;
  }
  .u-mt40 {
    margin-top: 40px;
  }
  .u-mt50 {
    margin-top: 50px;
  }
  .u-mt60 {
    margin-top: 60px;
  }
  .u-mt70 {
    margin-top: 70px;
  }
  .u-mt80 {
    margin-top: 80px;
  }
  .u-mt90 {
    margin-top: 90px;
  }
  .u-mt100 {
    margin-top: 100px;
  }
  .u-mt200 {
    margin-top: 200px;
  }
}
.u-pb0 {
  padding-bottom: 0;
}

.u-pb100 {
  padding-bottom: 30px;
}

.u-pb150 {
  padding-bottom: 30px;
}

@media (min-width: 48.063em) {
  .u-pb100 {
    padding-bottom: 100px;
  }
  .u-pb150 {
    padding-bottom: 150px;
  }
}
.u-pt0 {
  padding-top: 0;
}

.u-pt100 {
  padding-top: 30px;
}

.u-pt150 {
  padding-top: 30px;
}

.u-pt200 {
  padding-top: 30px;
}

@media (min-width: 48.063em) {
  .u-pt100 {
    padding-top: 100px;
  }
  .u-pt150 {
    padding-top: 150px;
  }
  .u-pt200 {
    padding-top: 200px;
  }
}
.u-pr10 {
  padding-right: 7px;
}

.u-pr20 {
  padding-right: 14px;
}

.u-pr40 {
  padding-right: 15px;
}

.u-pr50 {
  padding-right: 15px;
}

@media (min-width: 48.063em) {
  .u-pr10 {
    padding-right: 10px;
  }
  .u-pr20 {
    padding-right: 20px;
  }
  .u-pr40 {
    padding-right: 40px;
  }
  .u-pr50 {
    padding-right: 50px;
  }
}
.u-pl10 {
  padding-left: 7px;
}

.u-pl20 {
  padding-left: 14px;
}

.u-pl25 {
  padding-left: 17.5px;
}

.u-pl40 {
  padding-left: 15px;
}

.u-pl50 {
  padding-left: 15px;
}

@media (min-width: 48.063em) {
  .u-pl10 {
    padding-left: 10px;
  }
  .u-pl20 {
    padding-left: 20px;
  }
  .u-pl25 {
    padding-left: 25px;
  }
  .u-pl40 {
    padding-left: 40px;
  }
  .u-pl50 {
    padding-left: 50px;
  }
}
.u-mr10 {
  margin-right: 10px;
}

@media (min-width: 48.063em) {
  .u-mr10 {
    margin-right: 10px;
  }
}
.u-ml10 {
  margin-left: 10px;
}

.u-ml25 {
  margin-left: 15px;
}

.u-ml30 {
  margin-left: 15px;
}

.u-mlauto {
  margin-left: auto;
}

@media (min-width: 48.063em) {
  .u-ml10 {
    margin-left: 10px;
  }
  .u-ml25 {
    margin-left: 25px;
  }
  .u-ml30 {
    margin-left: 30px;
  }
}
.u-mrauto {
  margin-right: auto;
}

/* ==========================================================================
   Object - Utility
   ========================================================================== */
/* typography
   ----------------------------------------------------------------- */
.u-text-color-bk {
  color: #222;
}

.u-text-color-wt {
  color: #fff;
}

.u-text-color-ltb {
  color: #16baec;
}

.u-text-color-orange {
  color: #ffa500;
}

.u-text-color-dkb {
  color: #0043b1;
}

.u-text-color-dkp {
  color: #192f7b;
}

.u-text-color-pp {
  color: #42307a;
}

.u-text-bold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}

.u-text-inpu-error .is-error {
  font-size: 1.4rem;
  line-height: 2.38rem;
  color: #F30E16;
  background: #FEE6E7;
  padding: 5px 7px;
  margin-bottom: 5px;
  display: block;
}

.u-fs-1_1 {
  font-size: 0.9rem;
  line-height: 1.53rem;
}

@media (min-width: 48.063em) {
  .u-fs-1_1 {
    font-size: 1.1rem;
    line-height: 1.87rem;
  }
}
.u-fs-1_2 {
  font-size: 1rem;
  line-height: 1.7rem;
}

@media (min-width: 48.063em) {
  .u-fs-1_2 {
    font-size: 1.2rem;
    line-height: 2.04rem;
  }
}
.u-fs-1_4 {
  font-size: 1.2rem;
  line-height: 2.04rem;
}

@media (min-width: 48.063em) {
  .u-fs-1_4 {
    font-size: 1.4rem;
    line-height: 2.38rem;
  }
}
.u-fs-1_6 {
  font-size: 1.6rem;
  line-height: 2.72rem;
}

.u-fs-1_8 {
  font-size: 1.8rem;
  line-height: 3.06rem;
}

@media (min-width: 48.063em) {
  .u-fs-lg-1_8 {
    font-size: 1.8rem;
    line-height: 3.06rem;
  }
}
.u-fs-2 {
  font-size: 2rem;
  line-height: 3.4rem;
}

.u-fs-2_2 {
  font-size: 2.2rem;
  line-height: 3.74rem;
}

.u-fs-2_4 {
  font-size: 2.4rem;
  line-height: 4.08rem;
}

.u-fs-2_6 {
  font-size: 2.6rem;
  line-height: 4.42rem;
}

.u-fs-2_8 {
  font-size: 2.8rem;
  line-height: 4.76rem;
}

.u-fs-3 {
  font-size: 3rem;
  line-height: 5.1rem;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-text-font-oswald {
  font-family: "Oswald", sans-serif;
}

.u-text-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 150, 51, 0.3)));
  background: linear-gradient(transparent 60%, rgba(255, 150, 51, 0.3) 60%);
}
.u-text-highlight.color-ltg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(232, 243, 48, 0.6)));
  background: linear-gradient(transparent 60%, rgba(232, 243, 48, 0.6) 60%);
}
.u-text-highlight.color-red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 183, 183, 0.35)));
  background: linear-gradient(transparent 60%, rgba(255, 183, 183, 0.35) 60%);
}

.u-text-font-alphanum {
  font-family: "Oswald", sans-serif;
}