@charset "UTF-8";
/*--- reset ---*/
html {
  /*position:relative; min-height:100%;*/
  font-size: 10px; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, hr, header, footer, nav, aside, section {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

address, caption, cite, code, dfn, h1, h2, h3, h4, th, var {
  font-style: normal;
  font-weight: normal; }

fieldset, img, abbr {
  border: 0; }

img {
  vertical-align: top; }

ol, ul {
  list-style: none; }

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

th, td {
  margin: 0;
  padding: 0; }

th, td {
  text-align: left;
  vertical-align: top; }

caption, th {
  text-align: left;
  margin: auto; }

object, embed {
  vertical-align: top; }

legend {
  display: none; }

header, footer, main, article, section, nav, aside {
  display: block; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-family: noto-sans-cjk-jp, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer; }
  button:focus {
    outline: none; }

hr {
  border: none;
  border-top: 1px #ccc solid; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
  *:before, *:after {
    box-sizing: border-box; }

a:link, a:focus, a:visited, a:hover {
  color: #333;
  text-decoration: none;
  outline: none; }

body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: noto-sans-cjk-jp, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem; }

.w100 {
  max-width: 100%;
  height: auto; }

.w100p {
  width: 100%;
  height: auto; }

.js_show {
  opacity: 0;
  transform: translateY(50px); }
  .js_show.is_show {
    transition: opacity 0.4s, transform 0.6s cubic-bezier(0, 0, 0, 1);
    opacity: 1;
    transform: translateY(0); }

.bg-tape {
  position: fixed;
  top: 74vw;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .bg-tape__item {
    flex: 0 0 auto;
    width: 102px; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 0 8px 15px; }
  .header-logos {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end; }
    .header-logos__gb {
      flex: 0 0 auto;
      width: 105px;
      margin-right: 10px; }
    .header-logos__jadma {
      flex: 0 0 auto;
      width: 46px; }
    .header-logos .w100p {
      display: block; }
  .header-inq {
    flex: 0 0 auto;
    position: relative;
    z-index: 1; }
    .header-inq-tgl__btn {
      display: flex;
      align-items: center;
      height: 44px;
      padding: 0 10px 0 20px;
      background: #000;
      border-radius: 22px 0 0 22px; }
      .header-inq-tgl__btn:before {
        content: '';
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%; }
        .nav-open .header-inq-tgl__btn:before, .nav-open.nav-alread .header-inq-tgl__btn:before {
          display: block; }
      .header-inq-tgl__btn-lbl {
        flex: 0 0 auto;
        margin-right: 12px;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 500; }
      .header-inq-tgl__btn-ham {
        flex: 0 0 auto;
        position: relative;
        width: 18px;
        height: 2px;
        background-color: #fff;
        transition: background-color .2s; }
        .header-inq-tgl__btn-ham:before, .header-inq-tgl__btn-ham:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #fff;
          transform-origin: center;
          transition: transform 0.3s cubic-bezier(0, 0, 0, 1); }
        .header-inq-tgl__btn-ham:before {
          top: -6px; }
        .header-inq-tgl__btn-ham:after {
          bottom: -6px; }
        .nav-open .header-inq-tgl__btn-ham {
          background-color: transparent; }
          .nav-open .header-inq-tgl__btn-ham:before {
            transform: translateY(6px) rotate(45deg); }
          .nav-open .header-inq-tgl__btn-ham:after {
            transform: translateY(-6px) rotate(-45deg); }
    .header-inq-list {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      width: 120px;
      height: 44px;
      padding: 0;
      background-color: #000;
      border-radius: 22px 0 0 22px;
      overflow: hidden; }
      .nav-already .header-inq-list {
        animation: nav-close 0.3s cubic-bezier(0, 0, 0, 1) reverse forwards; }
      .nav-open .header-inq-list, .nav-open.nav-already .header-inq-list {
        animation: nav-open 0.4s cubic-bezier(0, 0, 0, 1) forwards; }
@keyframes nav-open {
  0% {
    width: 120px;
    height: 44px;
    padding: 0; }
  100% {
    width: 222px;
    height: 165px;
    padding: 44px 16px 24px; } }
@keyframes nav-close {
  100% {
    width: 222px;
    height: 165px;
    padding: 44px 16px 24px; }
  0% {
    width: 120px;
    height: 44px;
    padding: 0; } }
      .header-inq-list__item {
        opacity: 0; }
        .nav-already .header-inq-list__item {
          transition: opacity .2s; }
        .nav-open .header-inq-list__item, .nav-open.nav-already .header-inq-list__item {
          transition: opacity .3s .1s;
          opacity: 1; }
        .header-inq-list__item:not(:nth-last-of-type(1)) {
          padding-bottom: 14px;
          margin: 12px 0;
          border-bottom: 1px solid #fff; }
      .header-inq-list__anch {
        display: block;
        width: 190px;
        opacity: 1;
        transition: opacity .2s; }
        .header-inq-list__anch:hover {
          opacity: 0.6; }
        .header-inq-list__anch.inq-mail {
          text-align: center; }
        .header-inq-list__anch-icon {
          display: inline-block;
          margin-right: 4px;
          vertical-align: -3px; }
          .header-inq-list__anch-icon .w100 {
            display: block; }
        .header-inq-list__anch-lbl {
          color: #fff;
          font-size: 1.4rem; }
          .header-inq-list__anch-lbl:before {
            content: 'メールで'; }

.sec-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  text-align: center; }
  .sec-ttl__en {
    flex: 0 1 auto;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 4px;
    font-family: ff-market-web, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #DC0615;
    font-size: 2.5rem;
    line-height: 1; }
    .sec-ttl__en:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: calc(50% - 6px);
      width: 12px;
      height: 1px;
      background-color: #DC0615; }
    .site-sec--colors .sec-ttl__en {
      color: #FFAD2B; }
      .site-sec--colors .sec-ttl__en:after {
        background-color: #FFAD2B; }
  .sec-ttl__ja {
    flex: 0 1 auto;
    font-size: 2.2rem;
    font-weight: 700; }
  .sec-ttl__char {
    flex: 0 0 auto;
    position: absolute; }
    .sec-ttl__char--cls-uc {
      left: 5vw;
      bottom: 20px;
      width: 84px; }
    .sec-ttl__char--cls-dp {
      width: 85px;
      top: 0;
      left: 50%;
      transform: translate(-50%, -108%); }

.hero {
  position: relative;
  width: 100%; }
  .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 82.86666667vw;
    overflow: hidden;
    border-radius: 0 0 0 20px; }
    .hero-bg__img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(var(--vh) * 100);
    max-height: 700px;
    padding: calc(var(--vh) * 17.991) 15px 8px; }
    .hero-body__main-ttl {
      flex: 0 0 auto;
      position: relative;
      width: 100%;
      margin-bottom: 12px; }
      .hero-body__main-ttl:after {
        content: '';
        display: block;
        position: absolute;
        top: 33%;
        left: 40.9%;
        width: 50%;
        height: 8%;
        background-color: rgba(16, 255, 118, 0.7);
        mix-blend-mode: multiply;
        transform: rotate(-3deg); }
    .hero-body-feat {
      flex: 0 0 auto;
      display: flex;
      margin-bottom: 20px; }
      .hero-body-feat__item {
        flex: 0 0 auto;
        width: 33.3333%;
        padding: 0 5px;
        filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15)); }
    .hero-body-links {
      flex: 0 0 auto;
      margin-bottom: 16px; }
    .hero-body-sd {
      flex: 0 0 auto;
      margin-top: auto; }
      .hero-body-sd__anch {
        display: block;
        width: 40px; }
        .hero-body-sd__anch-icon {
          display: block;
          width: 21px;
          margin: 0 auto; }

.first-link {
  width: 100%; }
  .first-link__item:first-child {
    margin-bottom: 10px; }
  .first-link__anch {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

.outlink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  border-width: 3px;
  border-style: solid;
  border-radius: 8px; }
  .outlink:before {
    content: '';
    display: block;
    position: absolute;
    right: 3px;
    bottom: 6px;
    width: 17px;
    height: 17px;
    background: url(../img/icon_external.svg) center no-repeat;
    background-size: contain; }
  .outlink__lbl {
    flex: 0 1 auto;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    opacity: 1;
    transition: opacity .2s; }
  .outlink__logo {
    flex: 0 0 auto;
    width: 82.59587%;
    opacity: 1;
    transition: opacity .2s; }
    .outlink__logo .w100p {
      display: block; }
  .outlink--dotcom {
    background-color: #DC0615;
    border-color: #E8747C; }
  .outlink--colors {
    background-color: #FFAD2B;
    border-color: #ffd798; }
  .outlink:hover .outlink__lbl, .outlink:hover .outlink__logo {
    opacity: 0.6; }

.first {
  margin-bottom: 80px;
  padding-top: 120px;
  text-align: center; }
  .first__ttl {
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.6; }
  .first__txt {
    line-height: 2; }
    .first__txt + .first__txt {
      margin-top: 0.5em; }
  .first__img {
    margin-top: 32px;
    margin-left: -16px;
    border-radius: 0 30px 30px 0;
    overflow: hidden; }

.feature {
  margin-bottom: 80px; }
  .feature__ttl {
    margin-bottom: 40px; }
    .feature__ttl-en {
      margin-bottom: 0;
      color: #000; }
      .feature__ttl-en:after {
        display: none; }
    .feature__ttl-sepa {
      flex: 0 0 auto;
      position: relative;
      width: 6px;
      height: 6px;
      margin-bottom: 4px;
      background-color: #333;
      border-radius: 50%; }
      .feature__ttl-sepa:before, .feature__ttl-sepa:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333;
        border-radius: 50%; }
      .feature__ttl-sepa:before {
        transform: translateX(-250%); }
      .feature__ttl-sepa:after {
        transform: translateX(250%); }
  .feature-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 48px; }
  .feature-list__item-innr {
    position: relative;
    width: 100%;
    padding: 1px 20px 20px;
    background: #FFF0F0;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
  .feature-list__ttl {
    display: flex;
    flex-direction: column;
    margin-top: -33px;
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3333; }
    .feature-list__ttl:after {
      content: '';
      flex: 0 0 auto;
      width: 100%;
      height: 4px;
      margin-top: 8px;
      background: linear-gradient(to right, #ffadb4 0%, #dc0615 100%); }
    .feature-list__ttl-num {
      flex: 0 0 auto;
      margin-bottom: 8px; }
  .feature-list__img {
    width: 67.5%;
    margin: 0 auto 15px; }

.two-site {
  margin-bottom: 120px; }
  .two-site__ttl {
    position: relative;
    z-index: 1;
    padding: 16px 0; }
    .two-site__ttl:before, .two-site__ttl:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background-color: #5dc5ea;
      transform-origin: center; }
    .two-site__ttl:before {
      transform: scaleX(0.95) skewX(10deg); }
    .two-site__ttl:after {
      transform: scaleX(0.95) skewX(-10deg); }
    .two-site__ttl-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #19a7d9;
      transform-origin: center; }
      .two-site__ttl-bg--one {
        transform: scaleX(0.9) skewX(10deg); }
      .two-site__ttl-bg--two {
        transform: scaleX(0.9) skewX(-10deg); }
    .two-site__ttl-upper, .two-site__ttl-lower {
      display: block;
      position: relative;
      color: #fff;
      font-weight: 700;
      text-align: center;
      line-height: 1.35; }
    .two-site__ttl-lower {
      font-size: 2.2rem; }
  .two-site-innr {
    padding-top: 85px;
    margin-top: -55px;
    border-radius: 8px; }
  .two-site-list {
    margin-bottom: 64px; }
    .two-site-list__item:not(:nth-last-of-type(1)) {
      margin-bottom: 45px; }
    .two-site-list__ttl {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 320px;
      margin-right: auto;
      margin-left: auto; }
      .two-site-list__ttl-point-catch {
        flex: 0 0 auto;
        width: 179px;
        margin-bottom: 4px; }
      .two-site-list__ttl-catch {
        flex: 0 0 auto;
        position: relative;
        width: 100%;
        padding-top: 4px;
        margin-bottom: 12px;
        font-size: 1.8rem;
        font-weight: 500;
        text-align: center; }
        .two-site-list__ttl-catch:before, .two-site-list__ttl-catch:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 4px;
          width: 12px;
          height: calc(100% - 12px);
          border: 3px solid #DC0615;
          border-top: none;
          border-bottom: none;
          transform-origin: center bottom; }
        .two-site-list__ttl-catch:before {
          left: 18px;
          transform: rotate(-30deg); }
        .two-site-list__ttl-catch:after {
          right: 18px;
          transform: rotate(30deg); }
        .two-site-list__ttl-catch--colors:before, .two-site-list__ttl-catch--colors:after {
          border-color: #FFAD2B; }
      .two-site-list__ttl-main {
        flex: 0 0 auto;
        margin-bottom: 20px; }
    .two-site-list__img {
      margin-bottom: 16px; }
    .two-site-list__txt {
      margin-bottom: 16px;
      text-align: justify; }

.comparison__ttl {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8; }
  .comparison__ttl-logo {
    display: inline-block;
    margin-right: 4px;
    vertical-align: -1px; }
    .comparison__ttl-logo .w100p {
      display: block; }
    .comparison__ttl-logo.dtcm {
      width: 213px; }
    .comparison__ttl-logo.cls {
      width: 267px; }
.comparison-table {
  table-layout: fixed; }
  .comparison-table--dotcom {
    margin-bottom: 32px; }
  .comparison-table__head {
    padding: 12px 0;
    text-align: center; }
    .comparison-table--dotcom .comparison-table__head {
      border: 1px solid #DC0615;
      background-color: #DC0615; }
    .comparison-table--colors .comparison-table__head {
      border: 1px solid #FFAD2B;
      background-color: #FFAD2B; }
  .comparison-table__th, .comparison-table__td {
    padding: 12px;
    border: 1px solid #9F9F9F; }
  .comparison-table__th {
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff; }
  .comparison-table--dotcom .comparison-table__td {
    background-color: #ffefee; }
  .comparison-table--colors .comparison-table__td {
    background-color: #fffbed; }

.site-sec--dotcom {
  background: #E0F3FF url(../img/bg_site-section01.jpg) left top;
  background-size: 195px 195px; }
.site-sec--colors {
  background: #FFF5DB url(../img/bg_site-section02.jpg) left top;
  background-size: 195px 195px; }
.site-sec__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4; }
  .site-sec__catch--dotcom {
    background: #DC0615 url(../img/bg_drop-arrow_red_5f.png) left top repeat-x;
    background-size: auto 100%; }
  .site-sec__catch--colors {
    background: #FFAD2B url(../img/bg_drop-arrow_orange_5f.png) left top repeat-x;
    background-size: auto 100%; }
.site-sec__hero {
  position: relative;
  margin-bottom: 72px; }
  .site-sec__hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .site-sec__hero-bg__img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .site-sec__hero-innr {
    position: relative;
    padding-top: 56px; }
  .site-sec__hero-img {
    width: calc(53.5897% + 10px);
    max-width: 250px;
    padding-right: 10px;
    margin-left: auto; }
  .site-sec__hero-ttl {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%; }
    .site-sec__hero-ttl__flg, .site-sec__hero-ttl__sub, .site-sec__hero-ttl__main {
      display: block; }
    .site-sec__hero-ttl__flg {
      width: 185px;
      margin-left: 10px; }
    .site-sec__hero-ttl__sub, .site-sec__hero-ttl__main {
      padding: 4px 8px;
      background-color: #fff; }
    .site-sec__hero-ttl__sub {
      width: -moz-fit-content;
      width: fit-content;
      margin-bottom: 4px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.2; }
    .site-sec--dotcom .site-sec__hero-ttl__main {
      width: 88.46%; }
    .site-sec__hero-ttl__main + .site-sec__hero-ttl__sub {
      margin-top: 4px; }

.recommend {
  margin-bottom: 64px; }
  .recommend-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 20px; }
  .recommend-list__item-innr {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
  .recommend-list__item-img {
    position: relative; }
    .recommend-list__item-img .w100p {
      border-radius: 10px 10px 0 0; }
    .recommend-list__item-img__bd {
      position: relative;
      width: 100%;
      height: 8px; }
      .recommend-list__item-img__bd:before, .recommend-list__item-img__bd:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 100%; }
      .recommend-list__item-img__bd:before {
        top: 0;
        height: 3px; }
      .recommend-list__item-img__bd:after {
        top: 3px;
        height: 2px; }
    .recommend-list__item-img__more {
      position: absolute;
      right: 0;
      bottom: 4px;
      width: 22.6666667%; }
      .recommend-list__item-img__more .w100p {
        border-radius: 0; }
  .recommend-list__item:nth-of-type(1) .recommend-list__item-img__bd {
    background-color: #FFD0E9; }
    .recommend-list__item:nth-of-type(1) .recommend-list__item-img__bd:before {
      background-color: #ff39a3; }
    .recommend-list__item:nth-of-type(1) .recommend-list__item-img__bd:after {
      background-color: #ff88c8; }
  .recommend-list__item:nth-of-type(2) .recommend-list__item-img__bd {
    background-color: #B7E4FF; }
    .recommend-list__item:nth-of-type(2) .recommend-list__item-img__bd:before {
      background-color: #35A7EF; }
    .recommend-list__item:nth-of-type(2) .recommend-list__item-img__bd:after {
      background-color: #86CEFC; }
  .recommend-list__item:nth-of-type(3) .recommend-list__item-img__bd {
    background-color: #FFF1B5; }
    .recommend-list__item:nth-of-type(3) .recommend-list__item-img__bd:before {
      background-color: #FFD833; }
    .recommend-list__item:nth-of-type(3) .recommend-list__item-img__bd:after {
      background-color: #FFE784; }
  .recommend-list__item__ttl {
    padding: 8px 12px;
    font-weight: 700;
    text-align: center; }

.bg-color {
  position: relative;
  padding-top: 40px;
  padding-bottom: 36px; }
  .bg-color:before, .bg-color:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    background-repeat: repeat-x;
    background-position: top left;
    background-size: 100% 100%; }
  .bg-color01 {
    background-color: #D8E7ED; }
    .bg-color01:before {
      top: -11px;
      background-image: url(../img/bg_sec-c-01-wave_top@2x.svg); }
    .bg-color01:after {
      bottom: -11px;
      background-image: url(../img/bg_sec-c-01-wave_bottom@2x.svg); }
  .bg-color02 {
    background-color: #F8E5C5; }
    .bg-color02:before {
      top: -11px;
      background-image: url(../img/bg_sec-c-02-wave_top@2x.svg); }
    .bg-color02:after {
      bottom: -11px;
      background-image: url(../img/bg_sec-c-02-wave_bottom@2x.svg); }

.use-cases {
  margin-bottom: 68px; }
  .use-cases__ttl {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
  .use-cases-list {
    margin-right: -6px;
    margin-bottom: -16px;
    margin-left: -6px; }
    .use-cases-list__item {
      position: relative;
      padding-right: 6px;
      padding-left: 6px;
      margin-bottom: 16px; }
    .use-cases-list__img {
      position: relative;
      margin-bottom: 4px; }
      .use-cases-list__img:after {
        content: '';
        display: block;
        position: absolute;
        top: -4px;
        left: calc(50% - 30px);
        width: 60px;
        height: 8px;
        background-color: #b2d3e0;
        transform: skewX(-10deg);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
        .site-sec--colors .use-cases-list__img:after {
          background-color: #ffce79; }
    .use-cases-list__txt {
      font-size: 1.2rem;
      font-weight: 700;
      text-align: center; }
      .use-cases-list__txt-title {
        display: block;
        font-size: 1.0833em; }
  .use-cases-listin-char {
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    margin: auto;
    width: 54.91329%; }
  .use-cases .large-order {
    margin-top: 80px;
    text-align: center; }
    .use-cases .large-order__ttl {
      position: relative;
      width: 100%;
      margin-bottom: 20px;
      padding: 10px;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 800;
      line-height: 1;
      background-color: #09A5E3; }
    .use-cases .large-order__ttl:before {
      position: absolute;
      content: '';
      left: 0px;
      top: -3px;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 20px #D8E7ED;
      border-bottom: solid 45px transparent;
      z-index: 2; }
    .use-cases .large-order__ttl:after {
      position: absolute;
      content: '';
      right: 0px;
      top: -3px;
      width: 0;
      height: 0;
      border: none;
      border-left: solid 20px transparent;
      /*bodyのカラーと同じ色に*/
      border-bottom: solid 45px #D8E7ED;
      z-index: 2; }
    .use-cases .large-order__lead {
      margin-bottom: 30px;
      text-align: left; }
    .use-cases .large-order__list {
      width: 100%; }
    .use-cases .large-order__item {
      margin-bottom: 20px;
      line-height: 1;
      border-radius: 10px; }
      .use-cases .large-order__item__ttl {
        width: 10%;
        text-align: center;
        color: #fff;
        vertical-align: middle;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: #5A5A5A; }
        .use-cases .large-order__item__ttl .icon-num {
          width: 50%; }
      .use-cases .large-order__item__data {
        width: 100%;
        background: #fff;
        border: 1px solid #707070;
        border-radius: 10px;
        border-collapse: separate; }
        .use-cases .large-order__item__data-label, .use-cases .large-order__item__data-value {
          padding: 8px 10px 10px;
          font-size: 1.4rem;
          line-height: 1.4;
          border-bottom: 1px solid #707070; }
        .use-cases .large-order__item__data-label {
          width: 7em;
          text-align: center;
          font-size: 1.2rem;
          vertical-align: middle;
          border-right: 1px solid #707070; }
        .use-cases .large-order__item__data-value small {
          font-size: 1.2rem; }
        .use-cases .large-order__item__data-label-count, .use-cases .large-order__item__data-value-count {
          padding: 10px 10px;
          border-bottom: 0; }
        .use-cases .large-order__item__data-value-count {
          padding: 0;
          color: #DC1117;
          font-size: 2.0rem;
          font-weight: 600; }
          .use-cases .large-order__item__data-value-count .marker-yellow {
            display: flex;
            width: 100%;
            height: 100%;
            padding: 5px;
            border: 5px solid yellow;
            outline-offset: -6px;
            border-bottom-right-radius: 10px; }
          .use-cases .large-order__item__data-value-count small {
            margin-left: 0.2em;
            font-size: 1.3rem; }

.nejidome {
  padding: 16px;
  background-color: #fff;
  background-image: radial-gradient(#a70300 50%, rgba(0, 0, 0, 0) 60%), radial-gradient(#a70300 50%, rgba(0, 0, 0, 0) 60%), radial-gradient(#a70300 50%, rgba(0, 0, 0, 0) 60%), radial-gradient(#a70300 50%, rgba(0, 0, 0, 0) 60%);
  background-position: 6px 6px, right 6px top 6px, right 6px bottom 6px, left 6px bottom 6px;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.users-voice {
  margin-bottom: 50px; }
  .users-voice__ttl {
    margin-bottom: 10px; }
  .users-voice__lead {
    margin-bottom: 20px; }
  .users-voice-list {
    margin-bottom: 50px; }
    .users-voice-list__item:not(:nth-last-of-type(1)) {
      margin-bottom: 20px; }
    .users-voice-list__item-wrap {
      display: grid;
      grid-template-columns: 25% 1fr;
      grid-template-rows: auto 1fr;
      grid-template-areas: 'face ttl' 'text text';
      align-items: center; }
    .users-voice-list__face {
      grid-area: face; }
      .users-voice-list__face .w100p {
        display: block;
        border-radius: 50%; }
    .users-voice-list__ttl {
      grid-area: ttl;
      padding-left: 12px; }
      .users-voice-list__ttl-catch {
        display: block;
        font-weight: 700; }
      .users-voice-list__ttl-name {
        font-size: 1.2rem; }
    .users-voice-list__text {
      grid-area: text;
      padding-top: 10px; }

.archive__ttl {
  padding-top: 8px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700; }
.archive__lead {
  margin-bottom: 16px;
  line-height: 1.625; }
.archive-cat:not(:nth-last-of-type(1)) {
  margin-bottom: 24px; }
.archive-cat__ttl {
  padding: 10px 0 8px;
  margin-bottom: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: #ECF3FA; }
.archive-cat__body {
  position: relative;
  height: 60px;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0, 0, 0, 1);
  will-change: height; }
  .archive-cat__body:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    opacity: 1;
    transition: opacity .2s;
    pointer-events: none; }
    .acc-open .archive-cat__body:after {
      opacity: 0; }
.archive-cat-list {
  column-count: 2;
  column-gap: 20px; }
  .archive-cat-list__item {
    margin-bottom: 0.6em;
    font-size: 1.2rem; }
.archive-cat-tgl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 32px;
  margin: 16px auto 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #589ee0;
  border-radius: 16px; }
  .archive-cat-tgl:before {
    content: '全て見る';
    flex: 0 0 auto; }
    .acc-open .archive-cat-tgl:before {
      content: '閉じる'; }
  .archive-cat-tgl__icon {
    flex: 0 0 auto;
    position: absolute;
    top: calc(50% - 1px);
    right: 16px;
    width: 12px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px; }
    .archive-cat-tgl__icon:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      transform-origin: center;
      transform: rotate(90deg); }
      .acc-open .archive-cat-tgl__icon:before {
        transform: rotate(0); }
.archive__ryaku {
  display: block;
  padding-top: 16px;
  text-align: right; }

.sample {
  position: relative;
  z-index: 1;
  margin-bottom: -74px; }
  .site-sec--colors .sample {
    padding-top: 72px; }
  .sample__char {
    position: absolute;
    top: 0;
    right: 16px;
    width: 106px;
    transform: translateY(-50%); }
  .sample__wrap {
    position: relative;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .sample-deli {
    position: absolute;
    top: 0;
    left: 0;
    width: 102px; }
  .sample__ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700; }
    .sample__ttl strong {
      color: #E03300; }
  .sample__txt {
    margin-bottom: 15px; }
  .sample-req__btn {
    display: block;
    position: relative;
    padding: 20px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    background: #006CD9;
    border-radius: 5px; }
    .sample-req__btn-label {
      color: #fff; }
    .sample-req__btn-icon {
      display: block;
      position: absolute;
      top: 50%;
      right: 18px;
      transform: translate(0, -50%);
      transition: transform 0.3s cubic-bezier(0, 0, 0, 1); }
    .sample-req__btn:hover .sample-req__btn-icon {
      transform: translate(10px, -50%); }

.fin {
  position: relative;
  padding: 114px 0 80px;
  background-color: #fff; }
  .fin-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .fin-bg__img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .fin-innr {
    position: relative; }
  .fin-ttl {
    margin-bottom: 10px; }
    .fin-ttl__icon, .fin-ttl__txt {
      display: block; }
    .fin-ttl__icon {
      width: 124px;
      margin: 0 auto 8px;
      transform: translateX(7%); }
    .fin-ttl__txt {
      font-size: 1.8rem;
      font-weight: 500;
      text-align: center; }
  .fin__txt {
    padding: 0 20px;
    margin-bottom: 15px;
    text-align: left; }
  .fin__outlink {
    padding: 0 20px; }

.design-pattern {
  padding-top: 72px;
  padding-bottom: 52px; }
  .design-pattern__lead {
    margin-bottom: 24px; }
  .design-pattern-list {
    margin-right: -6px;
    margin-left: -6px; }
    .design-pattern-list__item {
      padding-right: 6px;
      padding-left: 6px;
      margin-bottom: 18px; }
    .design-pattern-list__txt {
      font-size: 1.4rem;
      font-weight: 500;
      text-align: center; }
    .design-pattern-list__img {
      position: relative;
      padding-top: 8px;
      padding: 8px 8px 0;
      margin-bottom: 10px; }
      .design-pattern-list__img-ornament {
        position: absolute;
        top: 0;
        left: 0; }

.custom {
  padding-bottom: 32px; }
  .custom__ttl {
    position: relative;
    margin-right: -16px;
    margin-left: -16px;
    text-align: center; }
    .custom__ttl:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: calc(50% - 62px);
      width: 124px;
      height: 16px;
      background: url(../img/bg_customize-ttl_upper.svg) center top no-repeat;
      background-size: contain; }
    .custom__ttl-txt {
      display: block;
      position: absolute;
      top: 6.4vw;
      left: 50%;
      color: #653e00;
      font-size: 5.333333vw;
      font-weight: 700;
      line-height: 1;
      transform: translateX(-50%); }
  .custom-movie {
    margin: 0 -16px 20px;
    background-color: #fff;
    border: 6px solid #A2742B;
    border-right: none;
    border-left: none; }
    .custom-movie__bg {
      width: 100%; }
    .custom-movie__innr {
      position: relative;
      width: 100%; }
      .custom-movie__innr:before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 66.6667%; }
      .custom-movie__innr svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .custom__txt {
    text-align: left; }

.message {
  padding-top: 120px;
  padding-bottom: 80px;
  background: #fff; }
  .message__ttl {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center; }
  .message-img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px; }
  .message-body {
    line-height: 1.85; }
    .message-body p + p {
      margin-top: 0.5em; }

.footer {
  display: flex;
  flex-direction: column;
  padding: 20px 16px;
  color: #fff;
  font-size: 1.2rem;
  background: #333333; }
  .footer-logos {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 18px;
    border-bottom: 1px solid #898989; }
    .footer-logos__logo {
      flex: 0 0 auto; }
      .footer-logos__logo--gb {
        width: 160px;
        margin-right: 16px; }
      .footer-logos__logo--jadma {
        width: 71px; }
  .footer-address {
    padding: 12px 20px;
    line-height: 1.6;
    border-bottom: 1px solid #898989; }
  .footer__copyright {
    padding-top: 12px;
    text-align: center;
    line-height: 1.5; }

@media screen and (min-width: 576px) {
  .bg-tape {
    top: calc(var(--vh) * 52); }

  .header-logos__gb {
    width: 125px; }
  .header-logos__jadma {
    width: 66px; }

  .sec-ttl__en {
    font-size: 3rem; }
  .sec-ttl__ja {
    font-size: 2.7rem; }
  .sec-ttl__char--cls-uc {
    left: 6vw;
    bottom: 10px;
    width: 90px; }
  .sec-ttl__char--cls-dp {
    width: 90px;
    transform: translate(-50%, -110%); }

  .hero-bg {
    height: calc(var(--vh) * 57.3);
    border-radius: 0 0 0 30px; }
  .hero-body__main-ttl {
    max-width: 529px; }

  .first-link {
    width: auto;
    display: flex;
    margin-right: -6px;
    margin-left: -6px; }
    .first-link__item {
      flex: 0 0 auto;
      width: 50%;
      padding: 0 6px; }
      .first-link__item:first-child {
        margin-bottom: 0; }
    .first-link__anch {
      margin: 0 auto; }

  .first {
    margin-bottom: 100px; }
    .first__ttl {
      font-size: 2.6rem; }
    .first__img {
      margin-left: 0;
      border-radius: 30px; }

  .feature {
    margin-bottom: 100px; }
    .feature__ttl {
      margin-bottom: 48px; }
    .feature-list__item:not(:nth-last-of-type(1)) {
      margin-bottom: 56px; }
    .feature-list__item-innr {
      padding: 1px 24px 24px; }
    .feature-list__ttl {
      margin-bottom: 15px;
      font-size: 2rem; }

  .two-site__ttl-upper, .two-site__ttl-lower {
    font-size: 1.6rem; }
  .two-site__ttl-lower {
    font-size: 2.3rem; }
  .two-site-innr {
    padding-top: 95px; }
  .two-site-list {
    margin-bottom: 72px; }
    .two-site-list__item:not(:nth-last-of-type(1)) {
      margin-bottom: 50px; }
    .two-site-list__ttl {
      max-width: 360px; }
      .two-site-list__ttl-catch {
        font-size: 1.9rem; }
      .two-site-list__ttl-main {
        width: 90%; }
    .two-site-list__img {
      margin-bottom: 20px; }

  .comparison__ttl {
    font-size: 2rem; }
    .comparison__ttl-logo.dtcm {
      width: 233px; }
    .comparison__ttl-logo.cls {
      width: 287px; }

  .site-sec__catch {
    font-size: 2rem; }
  .site-sec__hero {
    margin-bottom: 88px; }
    .site-sec__hero-bg {
      height: 440px; }
    .site-sec__hero-img {
      margin-right: 16px; }
    .site-sec__hero-ttl__flg {
      margin-left: 20px; }
    .site-sec__hero-ttl__sub, .site-sec__hero-ttl__main {
      padding: 4px 16px; }
    .site-sec__hero-ttl__sub {
      font-size: 2rem; }
    .site-sec--dotcom .site-sec__hero-ttl__main {
      width: 494px; }
    .site-sec--colors .site-sec__hero-ttl__main {
      width: 559px; }

  .recommend {
    margin-bottom: 80px; }
    .recommend-list__item:not(:nth-last-of-type(1)) {
      margin-bottom: 24px; }
    .recommend-list__item__ttl {
      padding: 10px 12px;
      font-size: 1.6rem; }

  .bg-color {
    padding-top: 56px;
    padding-bottom: 60px; }

  .use-cases {
    margin-bottom: 76px; }
    .use-cases-list {
      margin-right: -10px;
      margin-bottom: -20px;
      margin-left: -10px; }
      .use-cases-list__item {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px; }
      .use-cases-list__img {
        margin-bottom: 8px; }
      .use-cases-list__txt {
        font-size: 1.4rem; }
    .use-cases-listin-char {
      top: 12px;
      width: 48%; }
    .use-cases .use-cases .large-order__item__ttl {
      width: 20%; }
      .use-cases .use-cases .large-order__item__ttl .icon-num {
        width: 65%; }

  .nejidome {
    padding: 24px; }

  .users-voice {
    margin-bottom: 60px; }
    .users-voice__ttl {
      margin-bottom: 20px; }
    .users-voice__lead {
      margin-bottom: 28px; }
    .users-voice-list {
      margin-bottom: 60px; }
      .users-voice-list__item:not(:nth-last-of-type(1)) {
        margin-bottom: 24px; }
      .users-voice-list__ttl {
        padding-left: 16px; }
        .users-voice-list__ttl-catch {
          font-size: 1.6rem; }
      .users-voice-list__text {
        padding-top: 12px; }

  .archive__ttl {
    margin-bottom: 16px;
    font-size: 2rem; }
  .archive__lead {
    margin-bottom: 24px; }
  .archive-cat:not(:nth-last-of-type(1)) {
    margin-bottom: 32px; }
  .archive-cat__ttl {
    padding: 12px 0;
    margin-bottom: 16px; }
  .archive-cat-list__item {
    font-size: 1.3rem; }

  .sample__char {
    right: 24px;
    transform: translateY(-55%);
    width: 120px; }
  .sample__ttl {
    font-size: 2rem; }

  .fin {
    padding: 114px 0 100px; }
    .fin-ttl {
      margin-bottom: 12px; }
      .fin-ttl__icon {
        width: 130px; }
      .fin-ttl__txt {
        font-size: 2rem; }

  .design-pattern {
    padding-top: 88px;
    padding-bottom: 68px; }
    .design-pattern__lead {
      margin-bottom: 40px; }
    .design-pattern-list {
      margin-right: -10px;
      margin-left: -10px; }
      .design-pattern-list__item {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 28px; }
      .design-pattern-list__txt {
        font-size: 1.5rem; }
      .design-pattern-list__img {
        padding: 8px 12px 0;
        margin-bottom: 10px; }
        .design-pattern-list__img-ornament {
          width: 50px; }

  .custom {
    padding-bottom: 24px; }
    .custom__ttl {
      margin-right: 0;
      margin-left: 0; }
      .custom__ttl:before {
        left: calc(50% - 72px);
        width: 144px;
        height: 20px; }
      .custom__ttl-txt {
        top: 40px;
        font-size: 2.4rem; }
    .custom-movie {
      margin: 0 0 20px;
      border: 6px solid #A2742B;
      border-radius: 6px; }

  .message {
    padding-bottom: 100px; }
    .message__ttl {
      margin-bottom: 30px;
      font-size: 2rem; }

  .footer-logos {
    justify-content: center; }
  .footer-address {
    padding: 12px 4px 12px 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .footer-address__item {
      margin-right: 16px; }
      .footer-address__item.gb:after {
        content: '/';
        margin-left: 16px; } }
@media screen and (min-width: 768px) {
  .bg-tape {
    top: calc(var(--vh) * 52); }

  .header {
    padding: 8px 0 8px 20px; }
    .header-logos__gb {
      width: 140px;
      margin-right: 16px; }

  .sec-ttl {
    margin-bottom: 40px; }
    .sec-ttl__en {
      font-size: 3.4rem; }
    .sec-ttl__ja {
      font-size: 2.8rem; }
    .sec-ttl__char--cls-uc {
      left: auto;
      bottom: 20px;
      width: 120px;
      right: 110px; }
    .sec-ttl__char--cls-dp {
      width: 90px;
      top: auto;
      left: auto;
      transform: translate(0);
      right: 0;
      bottom: 0; }
    .sec-ttl__char--cls-rec {
      position: absolute;
      top: -48px;
      left: -32px;
      width: 110px; }

  .hero-bg {
    left: auto;
    width: 80%;
    height: calc(var(--vh) * 80);
    border-radius: 0 0 0 35px;
    right: 0; }
  .hero-body {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: calc(var(--vh) * 15) 16px 8px 24px;
    flex-wrap: wrap;
    align-content: flex-start; }
    .hero-body__main-ttl {
      margin-bottom: 32px;
      order: 1; }
    .hero-body-feat {
      margin-bottom: 0;
      margin-top: -108px;
      margin-left: auto;
      order: 3; }
      .hero-body-feat__item {
        width: 140px;
        padding: 0 8px; }
    .hero-body-links {
      order: 2; }
    .hero-body-sd {
      margin-top: 24px;
      order: 4;
      width: 100%; }
      .hero-body-sd__anch {
        display: flex;
        width: 60px;
        position: relative;
        height: 60px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        transform: translateX(100%); }
        .hero-body-sd__anch:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          border: 1px solid #000;
          border-radius: 50%;
          transform-origin: center;
          transform: translate(-50%, -50%);
          transition: width 0.3s cubic-bezier(0, 0, 0, 1), height 0.3s cubic-bezier(0, 0, 0, 1);
          will-change: width, height; }
        .hero-body-sd__anch-icon {
          flex: 0 0 auto; }
        .hero-body-sd__anch:hover:before {
          width: 120%;
          height: 120%; }

  .first-link {
    width: 300px;
    margin-right: 50%;
    margin-left: 0;
    flex-direction: column; }
    .first-link__item {
      width: 100%;
      padding: 0; }
      .first-link__item:first-child {
        margin-bottom: 10px; }

  .first {
    margin-bottom: 120px;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start; }
    .first__txt-wrap {
      flex: 0 0 auto;
      width: 52%;
      padding-left: 24px; }
    .first__img {
      margin-top: 0;
      border-radius: 0 30px 30px 0;
      flex: 1 1 auto;
      height: 300px;
      margin-left: calc((100vw - 690px) / -2); }
      .first__img .w100p {
        height: 100%;
        object-fit: cover; }

  .feature {
    margin-bottom: 120px; }
    .feature__ttl {
      margin-bottom: 56px; }
    .feature-list {
      margin-right: -10px;
      margin-left: -10px; }
      .feature-list__item {
        padding-right: 10px;
        padding-left: 10px; }
        .feature-list__item:not(:nth-last-of-type(1)) {
          margin-bottom: 0; }
        .feature-list__item-innr {
          padding: 1px 0 24px;
          height: 100%; }
      .feature-list__ttl {
        margin-bottom: 0;
        font-size: 1.8rem;
        height: 119px;
        justify-content: space-between; }
      .feature-list__img {
        width: 100%; }
      .feature-list__txt {
        padding: 0 16px; }

  .two-site__ttl-bg--one {
    transform: scaleX(0.92) skewX(10deg); }
  .two-site__ttl-bg--two {
    transform: scaleX(0.92) skewX(-10deg); }
  .two-site__ttl-upper, .two-site__ttl-lower {
    font-size: 1.6rem; }
  .two-site__ttl-lower {
    font-size: 2.4rem; }
  .two-site-list {
    margin-bottom: 80px; }
    .two-site-list__item:not(:nth-last-of-type(1)) {
      margin-bottom: 0; }
    .two-site-list__ttl {
      max-width: 100%; }
      .two-site-list__ttl-main {
        margin-bottom: 24px; }
    .two-site-list__img {
      margin-bottom: 24px; }
    .two-site-list__txt {
      margin-bottom: 20px; }

  .comparison__ttl {
    font-size: 2.2rem; }
    .comparison__ttl-logo.dtcm {
      width: 250px; }
  .comparison-table-full {
    table-layout: fixed; }
    .comparison-table-full__head {
      width: 50%;
      padding: 12px;
      text-align: center;
      background-color: #333;
      border: 1px solid #333;
      border-right-color: #fff; }
      .comparison-table-full__head:last-child {
        border-right-color: #333; }
    .comparison-table-full__th, .comparison-table-full__td {
      padding: 8px 12px;
      border: 1px solid #9F9F9F; }
    .comparison-table-full__th {
      font-weight: 500;
      white-space: nowrap;
      vertical-align: middle;
      background-color: #fff; }
    .comparison-table-full__td--dotcom {
      background-color: #ffefee; }
    .comparison-table-full__td--colors {
      background-color: #fffbed; }

  .site-sec--dotcom {
    background-size: 390px 390px; }
  .site-sec--colors {
    background-size: 390px 390px; }
  .site-sec__catch {
    height: 140px;
    font-size: 2.4rem; }
  .site-sec__hero {
    margin-bottom: 88px; }
    .site-sec__hero-bg {
      height: 100%; }
    .site-sec__hero-innr {
      padding-top: 40px;
      height: 100%;
      padding-bottom: 40px; }
    .site-sec__hero-img {
      width: 55%;
      max-width: 683px;
      padding-right: 0;
      margin-right: 0; }
    .site-sec__hero-ttl {
      bottom: 48px; }
      .site-sec__hero-ttl__flg {
        width: 165px; }
      .site-sec--dotcom .site-sec__hero-ttl__main {
        width: 474px; }
      .site-sec--colors .site-sec__hero-ttl__main {
        width: 539px; }

  .recommend {
    margin-bottom: 100px; }
    .recommend-list {
      margin-right: -10px;
      margin-left: -10px; }
      .recommend-list__item {
        padding-right: 10px;
        padding-left: 10px; }
        .recommend-list__item:not(:nth-last-of-type(1)) {
          margin-bottom: 0; }
        .recommend-list__item-innr {
          height: 100%; }

  .bg-color {
    padding-top: 72px;
    padding-bottom: 80px; }

  .use-cases {
    margin-bottom: 84px; }
    .site-sec--colors .use-cases {
      margin-bottom: 0; }
    .use-cases-listin-char {
      top: 12px;
      width: 48%; }
    .use-cases .use-cases .large-order__item__ttl {
      width: 20%; }
      .use-cases .use-cases .large-order__item__ttl .icon-num {
        width: 50%; }

  .users-voice {
    margin-bottom: 60px; }
    .users-voice__lead {
      text-align: center; }
    .users-voice-list {
      margin-bottom: 40px;
      margin-right: -10px;
      margin-left: -10px; }
      .users-voice-list__item {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px; }
        .users-voice-list__item:not(:nth-last-of-type(1)) {
          margin-bottom: 20px; }
        .users-voice-list__item-wrap {
          grid-template-columns: 30% 1fr;
          height: 100%; }
      .users-voice-list__ttl {
        padding-left: 16px;
        line-height: 1.3; }
        .users-voice-list__ttl-catch {
          margin-bottom: 4px; }
        .users-voice-list__ttl-name {
          display: block;
          padding-left: 0.5em;
          text-indent: -.5em;
          line-height: 1.3; }
      .users-voice-list__text {
        padding-top: 12px; }

  .archive__lead {
    text-align: center; }
  .archive-cat:not(:nth-last-of-type(1)) {
    margin-bottom: 32px; }
  .archive-cat-list__item {
    font-size: 1.4rem; }

  .sample__char {
    right: auto;
    transform: translateY(-50%);
    left: 32px; }
  .sample-req__btn {
    width: 60%;
    margin: 0 auto; }

  .fin {
    padding: 114px 0 120px; }
    .fin-ttl {
      margin-bottom: 0;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end; }
      .fin-ttl__icon, .fin-ttl__txt {
        flex: 0 0 auto; }
      .fin-ttl__icon {
        margin: 0;
        transform: translateX(0); }
      .fin-ttl__txt {
        font-size: 2.2rem;
        text-align: left;
        padding-bottom: 12px; }
    .fin__txt {
      padding: 0 0 0 110px;
      margin-bottom: 24px;
      width: 460px; }
    .fin__outlink {
      padding: 0 0 0 110px; }
      .fin__outlink-anch {
        margin: 0; }

  .design-pattern {
    padding-bottom: 80px; }
    .design-pattern__ttl {
      margin-bottom: 30px; }
    .design-pattern__lead {
      text-align: center; }
    .design-pattern-list__item {
      margin-bottom: 32px; }
    .design-pattern-list__txt {
      font-size: 1.6rem; }

  .custom {
    padding-bottom: 0; }
    .custom__ttl:before {
      top: -16px; }
    .custom__ttl-txt {
      top: 16px;
      font-size: 2.8rem; }
    .custom-movie {
      margin: 0 0 24px; }
    .custom__txt {
      text-align: center; }

  .message__ttl {
    font-size: 2.6rem; }

  .footer-address__item.add {
    width: 100%;
    text-align: center; } }
@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem; }

  .bg-tape {
    top: calc(var(--vh) * 52); }
    .bg-tape__item {
      width: 180px; }

  .header {
    padding: 8px 0 8px 24px; }
    .header-logos__gb {
      width: 150px;
      margin-right: 20px; }
    .header-inq-tgl__btn {
      display: none; }
    .header-inq-list {
      position: static;
      width: auto;
      border-radius: 8px 0 0 8px;
      display: flex;
      align-items: center; }
      .nav-already .header-inq-list {
        animation: none; }
      .nav-open .header-inq-list, .nav-open.nav-already .header-inq-list {
        animation: none; }
      .header-inq-list__item {
        opacity: 1;
        padding: 0 16px; }
        .header-inq-list__item:not(:nth-last-of-type(1)) {
          padding-bottom: 0;
          margin: 0;
          border-bottom: none;
          border-right: 1px solid #fff; }
      .header-inq-list__anch {
        width: auto; }
        .header-inq-list__anch.inq-tel {
          pointer-events: none; }
        .header-inq-list__anch-lbl:before {
          content: ''; }

  .sec-ttl {
    margin-bottom: 40px; }
    .sec-ttl__en {
      font-size: 3.6rem; }
    .sec-ttl__ja {
      font-size: 3rem; }
    .sec-ttl__char--cls-uc {
      bottom: 20px;
      width: 130px;
      right: 220px; }
    .sec-ttl__char--cls-dp {
      width: 110px;
      right: 120px; }
    .sec-ttl__char--cls-rec {
      left: 48px;
      width: 120px; }

  .hero-bg {
    height: 100vh;
    border-radius: 0 0 0 40px;
    right: 0;
    min-height: 640px;
    max-height: 768px; }
  .hero-body {
    align-items: flex-end;
    min-height: 640px;
    max-height: 768px;
    padding: 64px 24px 24px;
    align-content: flex-end;
    height: 100vh; }
    .hero-body__main-ttl {
      width: 60%;
      margin-bottom: 40px;
      max-width: 677px; }
      .hero-body__main-ttl:after {
        top: 27%;
        left: 35.9%;
        width: 40%;
        height: 7%; }
    .hero-body-feat {
      margin-top: -62px;
      margin-bottom: -62px; }
      .hero-body-feat__item {
        width: 150px; }
    .hero-body-sd {
      margin-top: 0; }
      .hero-body-sd__anch {
        width: 80px;
        height: 80px; }
        .hero-body-sd__anch-icon {
          width: 28px;
          flex: 0 0 auto; }

  .first-link {
    width: 350px; }

  .first {
    padding-top: 140px;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start; }
    .first__ttl {
      font-size: 2.8rem; }
    .first__txt-wrap {
      width: 54%;
      padding-left: 32px; }
    .first__img {
      height: 350px;
      margin-left: calc((100vw - 930px) / -2); }

  .feature {
    margin-bottom: 130px; }
    .feature-list {
      margin-right: -16px;
      margin-left: -16px; }
      .feature-list__item {
        padding-right: 16px;
        padding-left: 16px; }

  .two-site {
    margin-bottom: 140px; }
    .two-site__ttl {
      width: 700px;
      margin: 0 auto;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)); }
      .two-site__ttl-bg--one {
        transform: scaleX(0.92) skewX(10deg); }
      .two-site__ttl-bg--two {
        transform: scaleX(0.92) skewX(-10deg); }
      .two-site__ttl-upper, .two-site__ttl-lower {
        font-size: 1.8rem; }
      .two-site__ttl-lower {
        font-size: 2.4rem; }
    .two-site-innr {
      padding-top: 85px;
      margin-top: -45px;
      padding-bottom: 40px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
    .two-site-list__item {
      padding-right: 26px;
      padding-left: 26px; }
    .two-site-list__ttl-point-catch {
      width: 190px; }
    .two-site-list__ttl-catch {
      font-size: 2rem; }

  .comparison__ttl-logo.dtcm {
    width: 260px; }
  .comparison-table-full__head {
    width: 45%;
    padding: 16px 12px; }
  .comparison-table-full__th, .comparison-table-full__td {
    padding: 12px 16px; }
  .comparison-table-full__th {
    width: 10%; }

  .site-sec__catch {
    height: 150px;
    font-size: 3rem; }
  .site-sec__hero {
    margin-bottom: 90px;
    overflow: hidden; }
    .site-sec__hero-innr {
      padding-top: 48px;
      padding-bottom: 48px;
      width: 930px;
      margin: 0 auto; }
    .site-sec__hero-img {
      width: 50vw;
      margin-right: calc((100vw - 930px) / -2); }
    .site-sec__hero-ttl {
      bottom: 50%;
      transform: translateY(50%); }
      .site-sec__hero-ttl__flg {
        width: 185px;
        margin-left: 16px; }

  .recommend {
    margin-bottom: 120px; }
    .recommend-list {
      margin-right: -16px;
      margin-left: -16px; }
      .recommend-list__item {
        padding-right: 16px;
        padding-left: 16px; }
        .recommend-list__item__ttl {
          font-size: 1.8rem; }

  .bg-color {
    padding-top: 80px;
    padding-bottom: 88px; }
    .bg-color:before, .bg-color:after {
      height: 24px; }
    .bg-color01:before {
      top: -23px;
      background-image: url(../img/bg_sec-c-01-wave_top.svg); }
    .bg-color01:after {
      bottom: -23px;
      background-image: url(../img/bg_sec-c-01-wave_bottom.svg); }
    .bg-color02:before {
      top: -23px;
      background-image: url(../img/bg_sec-c-02-wave_top.svg); }
    .bg-color02:after {
      bottom: -23px;
      background-image: url(../img/bg_sec-c-02-wave_bottom.svg); }

  .use-cases {
    margin-bottom: 100px; }
    .site-sec--colors .use-cases {
      margin-bottom: 0; }
    .use-cases__ttl {
      margin-bottom: 35px; }
    .use-cases-list {
      margin-right: -16px;
      margin-bottom: -32px;
      margin-left: -16px; }
      .use-cases-list__item {
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: 32px; }
      .use-cases-list__img {
        margin-bottom: 10px; }
        .use-cases-list__img:after {
          top: -6px;
          left: calc(50% - 40px);
          width: 80px;
          height: 12px; }
      .use-cases-list__txt-title {
        font-size: 1.2857em; }
    .use-cases .large-order {
      margin-top: 80px;
      text-align: center; }
      .use-cases .large-order__ttl {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
        color: #fff;
        font-size: 2.6rem;
        line-height: 1;
        background-color: #09A5E3; }
      .use-cases .large-order__ttl:before {
        position: absolute;
        content: '';
        left: 0px;
        top: -3px;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 40px #D8E7ED;
        border-bottom: solid 55px transparent;
        z-index: 2; }
      .use-cases .large-order__ttl:after {
        position: absolute;
        content: '';
        right: 0px;
        top: -3px;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 40px transparent;
        /*bodyのカラーと同じ色に*/
        border-bottom: solid 55px #D8E7ED;
        z-index: 2; }
      .use-cases .large-order__lead {
        margin-bottom: 50px;
        text-align: center; }
      .use-cases .large-order__list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: stretch; }
      .use-cases .large-order__item {
        flex: 0 1 50%;
        align-self: stretch;
        margin-bottom: 30px;
        line-height: 1; }
        .use-cases .large-order__item__ttl {
          width: 15%; }
        .use-cases .large-order__item__data {
          width: 100%; }
          .use-cases .large-order__item__data-label, .use-cases .large-order__item__data-value {
            padding: 8px 10px 10px; }
          .use-cases .large-order__item__data-label {
            width: 7em;
            font-size: 1.4rem; }
          .use-cases .large-order__item__data-label-count, .use-cases .large-order__item__data-value-count {
            padding: 10px 10px; }
          .use-cases .large-order__item__data-value-count {
            padding: 0;
            font-size: 2.8rem; }
            .use-cases .large-order__item__data-value-count .marker-yellow {
              display: flex;
              width: 100%;
              height: 100%;
              padding: 5px;
              border: 5px solid yellow;
              outline-offset: -6px;
              border-bottom-right-radius: 10px; }
            .use-cases .large-order__item__data-value-count small {
              margin-left: 0.2em;
              font-size: 1.6rem; }
      .use-cases .large-order__item:nth-child(odd) {
        padding-right: 15px; }
      .use-cases .large-order__item:nth-child(even) {
        padding-left: 15px; }

  .users-voice {
    margin-bottom: 70px; }
    .users-voice__ttl {
      margin-bottom: 30px; }
    .users-voice__lead {
      margin-bottom: 36px; }
    .users-voice-list {
      margin-right: -16px;
      margin-left: -16px; }
      .users-voice-list__item {
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: 32px; }
        .users-voice-list__item:not(:nth-last-of-type(1)) {
          margin-bottom: 32px; }
        .users-voice-list__item-wrap {
          grid-template-areas: 'face ttl' 'face text';
          align-items: start; }
      .users-voice-list__ttl {
        padding-left: 20px;
        padding-top: 8px; }
        .users-voice-list__ttl-catch {
          font-size: 1.8rem; }
      .users-voice-list__text {
        padding-left: 20px; }

  .archive__lead {
    margin-bottom: 32px; }
  .archive-cat:not(:nth-last-of-type(1)) {
    margin-bottom: 40px; }
  .archive-cat__ttl {
    margin-bottom: 20px; }
  .archive-cat__body {
    height: auto; }
    .archive-cat__body:after {
      display: none; }
  .archive-cat-list {
    column-count: 3;
    column-gap: 24px;
    padding: 0 16px; }
  .archive-cat-tgl {
    display: none; }

  .sample__char {
    transform: translateY(-20%);
    width: 130px;
    left: 24px; }
  .sample__wrap {
    padding: 32px 20px 24px 83px;
    text-align: left;
    background: #fff url(../img/bg_sample.jpg) right bottom no-repeat;
    background-size: contain; }
  .sample__ttl {
    font-size: 2.2rem; }
  .sample-req__btn {
    text-align: center;
    margin: 0; }

  .fin-ttl__icon {
    width: 140px; }
  .fin-ttl__txt {
    font-size: 2.4rem; }
  .fin__txt {
    padding: 0 0 0 120px;
    width: 500px; }
  .fin__outlink {
    padding: 0 0 0 120px; }

  .design-pattern {
    padding-bottom: 90px; }
    .design-pattern__lead {
      text-align: center; }
    .design-pattern-list {
      margin-right: -16px;
      margin-left: -16px; }
      .design-pattern-list__item {
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: 40px; }
      .design-pattern-list__img {
        padding: 8px 32px 0; }
        .design-pattern-list__img-ornament {
          width: 65px; }

  .custom__ttl {
    margin-right: auto;
    margin-left: auto;
    width: 730px; }
    .custom__ttl:before {
      top: 0; }
    .custom__ttl-txt {
      top: 24px;
      font-size: 3rem; }
  .custom-movie {
    margin: 0 auto 24px;
    width: 680px; }

  .message__ttl {
    margin-bottom: 40px;
    font-size: 3rem; }
  .message-img {
    margin-bottom: 40px; }

  .footer {
    flex-direction: row;
    padding: 32px 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 140px; }
    .footer-logos {
      padding-bottom: 0;
      border-bottom: none;
      flex: 0 0 auto;
      margin-right: 24px; }
      .footer-logos__logo--gb {
        margin-right: 20px; }
    .footer-address {
      padding: 0;
      border-bottom: none;
      justify-content: flex-start;
      flex: 0 0 auto;
      width: 500px; }
      .footer-address__item.add {
        width: auto;
        text-align: left; }
      .footer-address__item.fax {
        margin-right: 0; }
    .footer__copyright {
      padding-top: 20px;
      flex: 0 0 auto;
      width: 100%; } }
@media screen and (min-width: 1200px) {
  .bg-tape {
    top: 50vh; }
    .bg-tape__item {
      width: 215px; }

  .header {
    padding: 16px 0 16px 32px; }
    .header-logos__gb {
      width: 160px;
      margin-right: 24px; }
    .header-logos__jadma {
      width: 71px; }
    .header-inq-list {
      height: 50px; }
      .header-inq-list__item {
        padding: 0 20px; }

  .sec-ttl {
    margin-bottom: 48px; }
    .sec-ttl__en {
      font-size: 4.2rem; }
    .sec-ttl__ja {
      font-size: 3.2rem; }
    .sec-ttl__char--cls-uc {
      bottom: 40px;
      width: 155px;
      right: 280px; }
    .sec-ttl__char--cls-dp {
      width: 124px;
      right: 160px; }
    .sec-ttl__char--cls-rec {
      top: -56px;
      left: 130px;
      width: 131px; }

  .hero-bg {
    left: 26.79355vw;
    width: auto;
    border-radius: 0 0 0 50px; }
  .hero-body {
    padding: 82px 0 24px;
    width: 81.25915vw;
    margin: 0 auto; }
    .hero-body-feat {
      margin-top: -22px;
      margin-bottom: -100px; }
      .hero-body-feat__item {
        width: 162px; }
    .hero-body-sd {
      margin-top: 0; }
      .hero-body-sd__anch {
        width: 107px;
        height: 107px;
        transform: translateX(50%);
        padding-top: 16px; }
        .hero-body-sd__anch-icon {
          width: 32px; }

  .first {
    padding-top: 160px; }
    .first__ttl {
      font-size: 3rem; }
    .first__img {
      border-radius: 0 50px 50px 0;
      height: 440px;
      margin-left: calc((100vw - 1110px) / -2); }

  .feature__ttl {
    margin-bottom: 64px; }
    .feature__ttl-sepa {
      margin-bottom: 8px; }
  .feature-list__item-innr {
    border-radius: 14px; }
  .feature-list__ttl {
    margin-top: -48px;
    font-size: 2rem;
    height: 138px; }
    .feature-list__ttl:after {
      height: 6px; }
    .feature-list__ttl-num {
      width: 76px;
      margin: 0 auto 8px; }
      .feature-list__ttl-num .feature__num {
        width: 100%;
        height: auto; }
  .feature-list__txt {
    padding: 0 20px; }

  .two-site__ttl-upper, .two-site__ttl-lower {
    font-size: 2rem; }
  .two-site__ttl-lower {
    font-size: 2.6rem; }
  .two-site-innr {
    border-radius: 14px;
    padding-bottom: 60px; }
  .two-site-list__item {
    padding-right: 40px;
    padding-left: 40px; }
  .two-site-list__ttl-point-catch {
    width: 218px; }

  .comparison-table-full__head {
    width: 44%;
    line-height: 1; }
  .comparison-table-full__th, .comparison-table-full__td {
    padding: 12px 24px; }
  .comparison-table-full__th {
    width: 12%; }

  .site-sec__catch {
    height: 160px;
    font-size: 3.6rem; }
  .site-sec__hero {
    margin-bottom: 110px; }
    .site-sec__hero-innr {
      width: 1110px; }
    .site-sec__hero-img {
      margin-right: calc((100vw - 1110px) / -2); } }
    @media screen and (min-width: 1200px) and (min-width: 1366px) {
      .site-sec__hero-img {
        margin-right: -128px; } }
@media screen and (min-width: 1200px) {
    .site-sec__hero-ttl__flg {
      width: 224px; }
    .site-sec__hero-ttl__sub {
      font-size: 2.8rem; }
    .site-sec--dotcom .site-sec__hero-ttl__main {
      width: 550px; }
    .site-sec--colors .site-sec__hero-ttl__main {
      width: 547px; }

  .recommend {
    margin-bottom: 130px; }
    .recommend-list__item__ttl {
      font-size: 2rem; }

  .bg-color {
    padding-top: 90px;
    padding-bottom: 98px; }

  .use-cases {
    margin-bottom: 120px; }
    .site-sec--colors .use-cases {
      margin-bottom: 0; }
    .use-cases__ttl {
      margin-bottom: 40px; }

  .nejidome {
    background-position: 10px 10px, right 10px top 10px, right 10px bottom 10px, left 10px bottom 10px; }

  .users-voice {
    margin-bottom: 74px; }
    .users-voice__ttl {
      margin-bottom: 30px; }
    .users-voice-list__ttl-catch {
      font-size: 2rem; }
    .users-voice-list__ttl-name {
      font-size: 1.4rem; }

  .archive__ttl {
    font-size: 2.2rem; }

  .sample__char {
    transform: translateY(-20%);
    width: 146px;
    left: 46px; }
  .sample__wrap {
    padding: 44px 20px 32px 83px; }
  .sample__ttl {
    margin-bottom: 16px;
    font-size: 2.4rem; }
  .sample__txt {
    margin-bottom: 18px; }
  .sample-req__btn {
    width: 350px; }

  .fin-ttl__icon {
    width: 150px; }
  .fin-ttl__txt {
    font-size: 2.8rem; }
  .fin__txt {
    padding: 0 0 0 130px;
    width: 545px; }
  .fin__outlink {
    padding: 0 0 0 130px; }

  .design-pattern-list__img {
    padding: 8px 44px 0; }
    .design-pattern-list__img-ornament {
      top: 4px;
      left: 25px; }

  .custom__ttl:before {
    top: -12px; }
  .custom__ttl-txt {
    top: 16px;
    font-size: 3.2rem; }
  .custom-movie {
    width: 742px; }

  .message__ttl {
    margin-bottom: 40px;
    font-size: 3.4rem; }
  .message-img {
    margin-bottom: 40px; } }

/*# sourceMappingURL=style.css.map */
