@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

dt, th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

table {
  border-collapse: collapse; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object,
embed {
  vertical-align: top; }

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

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style-type: none; }

img {
  vertical-align: bottom; }

hr {
  clear: both; }

/* --------------------------------------------------------
	01share style
	-------------------------------------------------------- */
.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.fwb {
  font-weight: bold; }

.fwn {
  font-weight: normal; }

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1; }

a:hover.cssRoll img {
  opacity: 0.6; }

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: none; }

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

em {
  font-weight: bold; }

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: visible; }

#inner {
  overflow: hidden;
  max-width: 100vw; }

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
  font-weight: 300;
  color: #191919;
  -webkit-text-size-adjust: 100%;
  font-weight: 500; }

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

a {
  color: #191919; }

a:not([href^="tel:"]) {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  a:not([href^="tel:"]):hover {
    text-decoration: underline; }

a[href^="tel:"] {
  cursor: default; }

/* ---------------------------
l-header
--------------------------- */
.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #fff; }
  .l-header-inner {
    position: relative; }
  .l-header-col1 img {
    width: 100%; }
  .l-header-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .l-header-btn-inner.active span {
    background-color: #3b4347;
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    .l-header-btn-inner.active span:nth-child(2), .l-header-btn-inner.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .l-header-tel a {
    font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
    position: relative;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    font-weight: bold; }
    .l-header-tel a:hover {
      text-decoration: underline; }
    .l-header-tel a::before {
      content: '';
      display: block;
      width: 28px;
      height: 18px;
      position: absolute;
      top: 0.4em;
      right: 100%;
      background-image: url(../img/base/logo-freedial.svg);
      background-repeat: no-repeat; }
  .l-header-gnav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l-header-gnav-menu__item {
      cursor: pointer; }
    .l-header-gnav-menu__accor:hover {
      text-decoration: none !important; }
    .l-header-gnav-menu__arrow {
      font-family: 'Material Icons'; }
    .l-header-gnav-menu-child__item > a::after,
    .l-header-gnav-menu-child__item span::after {
      font-family: 'Material Icons'; }
    .l-header-gnav-menu-grandchild__item a::after {
      font-family: 'Material Icons';
      content: 'arrow_forward_ios';
      position: absolute; }
  .l-header-gnav-contact-tel {
    font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif; }
    .l-header-gnav-contact-tel a::before {
      content: '';
      display: block;
      width: 42px;
      height: 24px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-image: url(../img/base/logo-freedial-wh.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .l-header-contact a {
    background-color: #3b4347;
    color: #fff;
    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; }
    .l-header-contact a:hover {
      text-decoration: underline; }
    .l-header-contact a:hover {
      background-color: #23282b;
      text-decoration: none !important; }

/* ---------------------------
l-footer
--------------------------- */
.l-footer-contact {
  background-color: #F5F5F5;
  position: relative;}
  .l-footer-contact-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .l-footer-contact-tel {
    font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif; }
    .l-footer-contact-tel a {
      position: relative;
      font-size: 1.8rem;
      letter-spacing: 0.07em;
      color: #191919;
      padding-left: 48px; }
      .l-footer-contact-tel a:hover {
        text-decoration: underline; }
      .l-footer-contact-tel a::before {
        content: '';
        display: block;
        width: 42px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../img/base/logo-freedial.svg);
        background-size: contain;
        background-repeat: no-repeat; }
  .l-footer-contact-mail a {
    border: solid 2px #191919;
    font-size: 1.1rem;
    color: #191919;
    padding: 15px 55px;
    border-radius: 50px; }
    .l-footer-contact-mail a:hover {
      background-color: #fff;
      border-color: #191919;
      color: #191919;
      text-decoration: none !important; }

.l-footer-gnav {
  background-color: #F5F5F5; }
  .l-footer-gnav-toggle__btn::after {
    font-family: 'Material Icons'; }
  .l-footer-gnav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .l-footer-gnav-menu__h {
      color: #191919;
      position: relative;
      font-size: 0.9rem;
      display: block; }
      .l-footer-gnav-menu__h:hover {
        text-decoration: underline !important; }
      .l-footer-gnav-menu__h a {
        color: #191919; }
      .l-footer-gnav-menu__h::before {
        content: '';
        display: block;
        width: 10px;
        height: 3px;
        background-color: #54cbff;
        position: absolute;
        top: 11px;
        left: 0; }
    .l-footer-gnav-menu-child__item a {
      color: #191919;
      font-size: 0.8rem;
      position: relative;
      font-weight: 400;
      letter-spacing: 0.05em;
      display: inline-block; }
      .l-footer-gnav-menu-child__item a:hover {
        text-decoration: underline; }
      .l-footer-gnav-menu-child__item a::before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        position: absolute;
        top: 7px;
        left: 0;
        border-top: solid 1px #191919;
        border-right: solid 1px #191919;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .l-footer-gnav-menu-grandchild__item a {
      font-size: 0.75rem;
      color: #191919;
      position: relative; }
      .l-footer-gnav-menu-grandchild__item a::before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        position: absolute;
        top: 7px;
        left: 0;
        border-top: solid 1px #191919;
        border-right: solid 1px #191919;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .l-footer-gnav-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l-footer-gnav-products-sec:not(:last-child) {
      border-bottom: solid 1px #666666; }
    .l-footer-gnav-products__h {
      font-size: 0.85rem;
      color: #191919;
      position: relative; }
      .l-footer-gnav-products__h::before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #54cbff; }
    .l-footer-gnav-products-lists01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-footer-gnav-products-lists01__item a:hover .l-footer-gnav-products-lists01__h {
        text-decoration: underline; }
      .l-footer-gnav-products-lists01__logo {
        background-color: #fff;
        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; }
        .l-footer-gnav-products-lists01__logo .txt {
          font-weight: bold;
          font-size: 1.3rem; }
      .l-footer-gnav-products-lists01__h {
        color: #191919;
        font-size: 0.85rem;
        margin-top: 3px;
        font-weight: 400;
        position: relative; }
        .l-footer-gnav-products-lists01__h::before {
          content: '';
          display: block;
          width: 4px;
          height: 4px;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
          border-top: solid 1px #191919;
          border-right: solid 1px #191919; }
    .l-footer-gnav-products-lists02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-footer-gnav-products-lists02__item a {
        color: #191919;
        font-size: 0.85rem;
        position: relative; }
        .l-footer-gnav-products-lists02__item a::before {
          content: '';
          display: block;
          width: 4px;
          height: 4px;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
          border-top: solid 1px #191919;
          border-right: solid 1px #191919; }

.l-footer-footNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .l-footer-footNav__item {
    position: relative;
    line-height: 1.2; }
    .l-footer-footNav__item a {
      font-size: 0.75rem;
      color: #191919;
      font-weight: 400;
      position: relative; }
      .l-footer-footNav__item a:hover {
        text-decoration: underline; }

.l-footer-partner {
  background-color: #fff; }
  .l-footer-partner-menu {
    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; }
    .l-footer-partner-menu__txt p {
      font-size: 0.9rem; }

.l-footer-copyright {
  background-color: #f4f4f4; }
  .l-footer-copyright__note {
    letter-spacing: 0.05em;
    font-weight: 300; }
  .l-footer-copyright__h {
    font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
    font-weight: 300; }

/* ---------------------------
l-wrap
--------------------------- */
.l-mvBg {
  position: relative;
  background-size: cover;
  background-image: url(../img/base/img-bg01.jpg); }
  .l-mvBg.is-products {
    background-image: url(../img/products/img-mv.jpg); }
  .l-mvBg.is-productsChild {
    background-image: url(../img/products/img-mv02.jpg); }
  .l-mvBg.is-service {
    background-image: url(../img/service/img-mv.jpg); }
  .l-mvBg.is-jirei {
    background-image: url(../img/jirei/img-mv.jpg); }
  .l-mvBg.is-faq {
    background-image: url(../img/faq/img-mv.jpg); }
  .l-mvBg.is-press {
    background-image: url(../img/press/img-mv.jpg); }
  .l-mvBg.is-company {
    background-image: url(../img/company/img-mv01.jpg); }
  .l-mvBg.is-companyChild {
    background-image: url(../img/company/img-mv02.jpg); }
  .l-mvBg.is-sitemap {
    background-image: url(../img/sitemap/img-mv.jpg); }

.l-mv01 {
  position: relative; }
  .l-mv01__h {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.05em; }
    .l-mv01__h .en {
      font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
      display: block;
      font-size: 1.4rem; }
    .l-mv01__h .ja {
      display: block; }

.l-mv02 {
  position: relative; }
  .l-mv02__h {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.05em; }
    .l-mv02__h .en {
      font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
      display: block;
      font-size: 1.4rem; }
    .l-mv02__h .ja {
      display: block; }

.l-mv03__h {
  text-align: center;
  letter-spacing: 0.05em; }

.l-mv04__subH {
  text-align: center;
  position: relative;
  font-size: 0.95rem;
  margin-bottom: 13px;
  padding-bottom: 9px; }
  .l-mv04__subH::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #191919; }

.l-mv04__h {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em; }

.l-mv04__lead {
  text-align: center;
  margin-top: 9px; }
  .l-mv04__lead p {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    line-height: 2.3; }

.l-mv05__h {
  font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
  text-align: center;
  font-size: 1.4rem; }

.l-mv05__catch {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.05em;
  position: relative; }
  .l-mv05__catch .large {
    display: block;
    font-size: 8.8rem; }
  .l-mv05__catch::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #191919; }

.l-mv05__lead {
  margin-top: 28px; }
  .l-mv05__lead p {
    letter-spacing: 0.08em;
    line-height: 2.3; }
    .l-mv05__lead p:not(:last-child) {
      margin-bottom: 1em; }

.l-mv06 {
  position: relative; }
  .l-mv06__subH {
    text-align: center;
    position: relative;
    font-size: 0.95rem; }
    .l-mv06__subH::after {
      content: '';
      display: block;
      width: 20px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #191919; }
  .l-mv06__h {
    text-align: center;
    letter-spacing: 0.05em; }
  .l-mv06__lead {
    color: #fff;
    text-align: center;
    margin-top: 9px; }
    .l-mv06__lead p {
      letter-spacing: 0.08em; }

.l-breadcrumb-lists__item {
  position: relative; }
  .l-breadcrumb-lists__item:not(:last-child)::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: solid 1px #191919;
    border-right: solid 1px #191919; }
  .l-breadcrumb-lists__item a {
    position: relative; }

.l-product-head {
  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;
  position: relative; }
  .l-product-head__h {
    font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
    font-size: 2rem;
    position: relative;
    letter-spacing: 0.01em; }
    .l-product-head__h::before {
      content: '';
      display: block;
      width: 15px;
      height: 4px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #54cbff; }
  .l-product-head__logo img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%; }

.l-product__link {
  background-color: #54cbff;
  display: block;
  position: relative;
  letter-spacing: 0.03em; }
  .l-product__link::before {
    font-family: 'Material Icons';
    content: 'arrow_forward_ios';
    color: #fff;
    font-size: 1.4rem;
    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;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #21bbff;
    font-weight: 100; }
  .l-product__link:hover {
    background-color: #21bbff;
    text-decoration: none !important;
    color: #fff; }

.l-product-func-label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .l-product-func-label::after {
    font-family: 'Material Icons';
    content: 'add';
    color: #191919;
    font-size: 2.1rem;
    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;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dcdfe1;
    font-weight: 100; }
  .l-product-func-label.on::after {
    content: 'remove';
    font-size: 2.1rem; }
  .l-product-func-label:hover {
    background-color: #dcdfe1; }

.l-product-func-lists {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f4f4f4; }
  .l-product-func-lists__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    .l-product-func-lists__item a {
      font-size: 0.9rem;
      position: relative;
      display: block; }
      .l-product-func-lists__item a::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 8px;
        left: 0;
        border-top: solid 1px #54cbff;
        border-right: solid 1px #54cbff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.l-product-solution-label {
  background-color: #3b4347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .l-product-solution-label::after {
    font-family: 'Material Icons';
    content: 'add';
    color: #fff;
    font-size: 1.5rem;
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333333;
    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; }
  .l-product-solution-label.on {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1); }
    .l-product-solution-label.on::after {
      content: 'remove'; }
  .l-product-solution-label:hover {
    background-color: #333333; }

.l-product-solution__h {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.05em; }

.l-product-solution-lists {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #3b4347; }
  .l-product-solution-lists.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .l-product-solution-lists__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    .l-product-solution-lists__item a {
      color: #fff;
      font-size: 0.9rem;
      position: relative;
      display: block; }
      .l-product-solution-lists__item a::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        border-top: solid 1px #54cbff;
        border-right: solid 1px #54cbff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.l-pagenavi {
  position: relative; }
  .l-pagenavi .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .l-pagenavi .wp-pagenavi a {
      border: none; }
    .l-pagenavi .wp-pagenavi span {
      border: none; }
    .l-pagenavi .wp-pagenavi .page {
      color: #191919;
      font-weight: bold;
      font-size: 0.95rem; }
      .l-pagenavi .wp-pagenavi .page:hover {
        background-color: #54cbff;
        color: #fff; }
    .l-pagenavi .wp-pagenavi .previouspostslink {
      position: relative; }
      .l-pagenavi .wp-pagenavi .previouspostslink::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 0;
        border-top: solid 2px #54cbff;
        border-left: solid 2px #54cbff;
        -webkit-transform: translate(0, -50%) rotate(-45deg);
        -ms-transform: translate(0, -50%) rotate(-45deg);
        transform: translate(0, -50%) rotate(-45deg); }
      .l-pagenavi .wp-pagenavi .previouspostslink:hover::before {
        border-color: #191919; }
    .l-pagenavi .wp-pagenavi .nextpostslink {
      position: relative; }
      .l-pagenavi .wp-pagenavi .nextpostslink::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 0;
        border-top: solid 2px #54cbff;
        border-right: solid 2px #54cbff;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg); }
      .l-pagenavi .wp-pagenavi .nextpostslink:hover::before {
        border-color: #191919; }
    .l-pagenavi .wp-pagenavi .current {
      color: #fff;
      background-color: #54cbff;
      font-weight: bold;
      font-size: 0.95rem; }

.l-pagenavi02 {
  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; }
  .l-pagenavi02__item .previouspostslink, .l-pagenavi02__item .nextpostslink {
    display: block;
    width: 11px;
    height: 11px;
    position: relative; }
    .l-pagenavi02__item .previouspostslink::before, .l-pagenavi02__item .nextpostslink::before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      position: absolute;
      top: 0;
      left: 0;
      border-top: solid 2px #54cbff;
      border-right: solid 2px #54cbff; }
    .l-pagenavi02__item .previouspostslink:hover::before, .l-pagenavi02__item .nextpostslink:hover::before {
      border-color: #191919; }
  .l-pagenavi02__item .previouspostslink::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .l-pagenavi02__item .nextpostslink::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.l-post01-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-post01-side__h {
  border-top: solid 3px #54cbff;
  background-color: #f9f9f9;
  font-weight: bold;
  font-size: 0.95rem; }

.l-post01-side-lists__item a {
  display: block;
  font-size: 0.85rem;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent; }
  .l-post01-side-lists__item a.is-current {
    pointer-events: none;
    border-top: solid 1px #54cbff;
    background-color: #ccefff;
    color: #1294c7; }
  .l-post01-side-lists__item a:hover {
    background-color: #eefaff;
    color: #54cbff;
    border-top: solid 1px #54cbff;
    border-bottom: solid 1px #54cbff; }

.l-post02-clear {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-post02-main__h {
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative; }
  .l-post02-main__h::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #54cbff; }

.l-post02-main__thumb {
  border: solid 1px #bababa; }
  .l-post02-main__thumb img {
    width: 100%; }

.l-post02-side__h {
  border-top: solid 3px #54cbff;
  background-color: #f9f9f9;
  font-weight: bold;
  font-size: 0.95rem; }

.l-post02-side-lists__item a {
  display: block;
  font-size: 0.85rem; }
  .l-post02-side-lists__item a.is-current {
    pointer-events: none;
    border-top: solid 1px #54cbff;
    background-color: #ccefff;
    color: #1294c7; }

.l-side {
  margin: 0; }
  .l-side__h {
    border-top: solid 3px #54cbff;
    background-color: #f9f9f9;
    font-weight: bold;
    position: relative;
    font-size: 0.95rem;
    display: block; }
    .l-side__h::after {
      font-family: 'Material Icons';
      content: 'chevron_right';
      font-size: 1.5rem;
      line-height: 1;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .l-side__h.is-current {
      background-color: #a9e5ff;
      pointer-events: none; }
  .l-side-lists-tab {
    background-color: #f9f9f9;
    font-size: 0.95rem;
    position: relative;
    border-top: solid 3px #54cbff;
    display: block; }
    .l-side-lists-tab::after {
      font-family: 'Material Icons';
      content: 'remove';
      font-size: 1.5rem;
      position: absolute;
      top: 0.5em;
      right: 10px; }
  .l-side-lists-child {
    background-color: #fff; }
    .l-side-lists-child__item a {
      display: block;
      width: 100%;
      font-size: 0.85rem;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top: solid 1px transparent;
      border-bottom: solid 1px transparent; }
      .l-side-lists-child__item a:hover {
        background-color: #eefaff;
        color: #54cbff;
        border-top: solid 1px #54cbff;
        border-bottom: solid 1px #54cbff; }
      .l-side-lists-child__item a.is-current {
        pointer-events: none;
        border-top: solid 1px #54cbff;
        background-color: #ccefff;
        color: #1294c7; }
      .l-side-lists-child__item a.solution::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .l-side-lists-child__item a.solution.item01::before {
        width: 36px;
        height: 28px;
        background-image: url(../img/home/img-solution01.svg); }
      .l-side-lists-child__item a.solution.item02::before {
        width: 38px;
        height: 34px;
        background-image: url(../img/home/img-solution02.svg); }
      .l-side-lists-child__item a.solution.item03::before {
        width: 36px;
        height: 26px;
        background-image: url(../img/home/img-solution03.svg); }
      .l-side-lists-child__item a.solution.item04::before {
        width: 34px;
        height: 36px;
        background-image: url(../img/home/img-solution04.svg); }
      .l-side-lists-child__item a.solution.item05::before {
        width: 28px;
        height: 34px;
        background-image: url(../img/home/img-solution05.svg); }
      .l-side-lists-child__item a.solution.item06::before {
        width: 36px;
        height: 32px;
        background-image: url(../img/home/img-solution06.svg); }
      .l-side-lists-child__item a.solution.item07::before {
        width: 34px;
        height: 36px;
        background-image: url(../img/home/img-solution07.svg); }
  .l-side-case {
    background-color: #4f5659;
    border-top: solid 3px #54cbff;
    color: #fff; }
    .l-side-case__h {
      font-size: 0.75rem;
      padding: 21px 20px;
      letter-spacing: 0.05em; }
    .l-side-case__img {
      width: 100%; }
    .l-side-case__company {
      color: #fff;
      font-size: 0.8rem; }
    .l-side-case__title {
      color: #fff;
      font-size: 0.8rem;
      line-height: 2; }
    .l-side-case-menu {
      color: #fff; }
      .l-side-case-menu__item {
        border-bottom: solid 1px #6a7073; }
        .l-side-case-menu__item:first-child {
          border-top: solid 1px #6a7073; }
        .l-side-case-menu__item a {
          color: #fff;
          font-size: 0.75rem;
          position: relative;
          display: block;
          letter-spacing: 0.1em; }
          .l-side-case-menu__item a:hover {
            color: #54cbff; }
          .l-side-case-menu__item a::before {
            content: '';
            display: block;
            width: 10px;
            height: 3px;
            position: absolute;
            top: 2.15em;
            left: 0;
            background-color: #54cbff; }
    .l-side-case__link {
      color: #fff;
      font-size: 0.8rem;
      display: block;
      position: relative;
      letter-spacing: 0.05em; }
      .l-side-case__link::after {
        font-family: 'Material Icons';
        content: 'chevron_right';
        font-size: 1.5rem;
        position: absolute;
        top: 0.5em;
        right: 5px; }
      .l-side-case__link:hover {
        color: #54cbff;
        -webkit-text-decoration: underline #54cbff;
        text-decoration: underline #54cbff; }
    .l-side-case-pickup {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .l-side-case-pickup:hover > * {
        color: #54cbff;
        -webkit-text-decoration: underline #54cbff;
        text-decoration: underline #54cbff; }

.l-cat01 {
  background-color: #f4f4f4; }
  .l-cat01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .l-cat01-col2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .l-cat01__h {
    font-weight: 400; }
  .l-cat01-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .l-cat01-lists__item a {
      border: solid 1px #bababa;
      background-color: #fff;
      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;
      text-align: center;
      width: 100%;
      letter-spacing: 0.1em;
      line-height: 1.3; }
      .l-cat01-lists__item a:hover {
        border-color: #3b4347;
        background-color: #3b4347;
        color: #fff;
        text-decoration: none !important; }
  .l-cat01-search {
    position: relative;
    display: block;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l-cat01-search__text {
      border: none;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 40px;
      font-size: 1rem; }
      .l-cat01-search__text:focus {
        outline: none; }
    .l-cat01-search__submit {
      cursor: pointer;
      border: none;
      background-color: #3b4347;
      outline: none; }

.m-home-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7 url("../img/home/mv_bg_01.jpg") center;
  opacity: 0; }

.m-home-head {
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden; }
  .m-home-head canvas {
    opacity: 0.3; }
  .m-home-head canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7; }

.m-home-shape {
  position: absolute;
  opacity: 0; }

.m-home-mv {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .m-home-mv-txts__item {
    position: absolute;
    opacity: 0; }
    .m-home-mv-txts__item.on {
      opacity: 1; }
  .m-home-mv__h {
    font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1; }
  .m-home-mv__copy {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 20px;
    letter-spacing: 0.05em; }
  .m-home-mv-news {
    text-align: right; }
    .m-home-mv-news-lists {
      position: relative;
      margin-left: auto;
      background-color: #fff; }
      .m-home-mv-news-lists__item {
        text-align: left;
        background-color: #fff;
        position: absolute;
        right: 0;
        opacity: 0;
        width: 100%;
        pointer-events: none; }
        .m-home-mv-news-lists__item.active {
          display: block;
          opacity: 1;
          pointer-events: inherit; }
          .m-home-mv-news-lists__item.active a {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1; }
        .m-home-mv-news-lists__item a {
          font-size: 0.9rem;
          display: block;
          -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
          transform: translateY(20px);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          -webkit-transition-delay: .2s;
          -o-transition-delay: .2s;
          transition-delay: .2s;
          opacity: 0;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          position: relative;
          width: 100%;
          height: 100%; }
          .m-home-mv-news-lists__item a .date {
            letter-spacing: 0.05em; }
          .m-home-mv-news-lists__item a .title {
            letter-spacing: 0.02em; }
          .m-home-mv-news-lists__item a::before {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            position: absolute;
            top: 2.4em;
            border-top: solid 1px #000;
            border-right: solid 1px #000;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .m-home-mv-slide {
    visibility: hidden; }
    .m-home-mv-slide.slick-initialized {
      visibility: visible; }
    .m-home-mv-slide-item .label1_1 {
      font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
      display: block;
      font-weight: 300; }
    .m-home-mv-slide-item .label1_2 {
      display: block; }
    .m-home-mv-slide-item .label1_3 {
      display: block; }
    .m-home-mv-slide-item .label2_1 {
      font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
      display: block;
      margin-bottom: 0.3em;
      line-height: 1.2;
      font-weight: 300;
      letter-spacing: 0; }
    .m-home-mv-slide-item .label2_2 {
      font-size: 1.5rem;
      margin-bottom: 0.6em; }
    .m-home-mv-slide-item .label2_3,
    .m-home-mv-slide-item .label3_3 {
      font-size: 0.85rem;
      line-height: 2; }
    .m-home-mv-slide-item .label3_1 {
      display: block;
      margin-bottom: 0.3em;
      line-height: 1.4;
      letter-spacing: 0; }
    .m-home-mv-slide-item .label3_2 {
      font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
      margin-bottom: 0.6em; }
    .m-home-mv-slide-clear {
      position: relative; }
    .m-home-mv-slide-col1 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .m-home-mv-slide-btn {
      margin-top: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .m-home-mv-slide-btn .u-btn01 {
        margin: 0; }
    .m-home-mv-slide-col2#mv_1, .m-home-mv-slide-col2#mv_2 {
      display: none; }
  .m-home-mv-dots {
    position: absolute; }
    .m-home-mv-dots .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .m-home-mv-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      height: 2px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: #3b4246; }
    .m-home-mv-dots li.slick-active button {
      background: #54cbff; }
  .m-home-mv-scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 0; }
    .m-home-mv-scroll-inner {
      position: relative;
      text-align: center;
      font-size: 0.85rem;
      padding-bottom: 59px;
      z-index: 1;
      color: #3b4246; }
      .m-home-mv-scroll-inner::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 2px;
        height: 55px;
        background-color: #3b4246;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-animation: 1s linear 2s infinite normal forwards homeMvScroll;
        animation: 1s linear 2s infinite normal forwards homeMvScroll; }

.m-home-about {
  position: relative;
  z-index: 10; }
  .m-home-about__h {
    font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1.45;
    font-weight: 500; }
  .m-home-about__lead {
    margin-top: 30px;
    letter-spacing: 0.05em;
    line-height: 2.4; }
  .m-home-about-services-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-home-about-services-imgs::before {
      content: '';
      display: block;
      width: 98px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      background-color: #000; }
    .m-home-about-services-imgs::after {
      content: '';
      display: block;
      width: 98px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      background-color: #000; }
  .m-home-about-services__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .m-home-about-services__img img {
      height: 100%;
      width: auto; }
  .m-home-about-services__h {
    text-align: center;
    margin-top: 6px;
    line-height: 1.75;
    font-size: 1.15rem; }

.m-home-case-slide {
  width: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 10; }
  .m-home-case-slide__item {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .m-home-case-slide__item.is-current .m-home-case-slide__thumb {
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: block; }
      .m-home-case-slide__item.is-current .m-home-case-slide__thumb img {
        -o-object-fit: cover;
        object-fit: cover;
        border: solid 2px transparent;
        width: 100%;
        height: 100%; }
      .m-home-case-slide__item.is-current .m-home-case-slide__thumb.hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .m-home-case-slide__thumb {
    width: 100%;
    height: 100%; }
    .m-home-case-slide__thumb img {
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }

.m-home-case-caption-inner {
  background-color: #f4f4f4; }

.m-home-case-caption-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.m-home-case-caption-menu {
  position: relative; }

.m-home-case-caption__item {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  position: absolute;
  top: 0;
  left: 0; }
  .m-home-case-caption__item.is-current {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto; }

.m-home-case-caption__link.hover {
  text-decoration: none !important;
  color: #0184dc; }

.m-home-case-caption-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.m-home-case-caption__company {
  font-size: 1.1rem; }

.m-home-case-caption__cat {
  position: relative;
  font-size: 0.85rem; }
  .m-home-case-caption__cat::before {
    content: '';
    display: block;
    width: 10px;
    height: 3px;
    background-color: #54cbff;
    position: absolute; }

.m-home-case-caption__h {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 16px; }

.m-home-case-caption-tags {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .m-home-case-caption-tags__link {
    border: solid 1px #0184dc;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 5px 10px;
    background-color: #fff;
    color: #0184dc;
    font-size: 0.8rem;
    letter-spacing: 0.02em; }
    .m-home-case-caption-tags__link:hover {
      text-decoration: none;
      background-color: #0184dc;
      color: #fff; }

.m-home-case-btns {
  font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 50; }
  .m-home-case-btns__item .prev {
    position: relative;
    display: block;
    width: 66px;
    height: 66px;
    background-color: #54cbff;
    border-radius: 50%;
    cursor: pointer; }
    .m-home-case-btns__item .prev:hover {
      background-color: #474747;
      text-decoration: none !important; }
    .m-home-case-btns__item .prev::before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
      transform: translate(-50%, -50%) rotate(-135deg); }
  .m-home-case-btns__item .next {
    position: relative;
    display: block;
    width: 66px;
    height: 66px;
    background-color: #54cbff;
    border-radius: 50%;
    cursor: pointer; }
    .m-home-case-btns__item .next:hover {
      background-color: #474747;
      text-decoration: none !important; }
    .m-home-case-btns__item .next::before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  .m-home-case-btns__item .all {
    position: relative;
    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;
    width: 66px;
    height: 66px;
    border: solid 1px #191919;
    background-color: #fff;
    border-radius: 50%; }
    .m-home-case-btns__item .all:hover {
      background-color: #474747;
      color: #fff;
      border-color: #474747; }
      .m-home-case-btns__item .all:hover::before {
        border-color: #fff; }
    .m-home-case-btns__item .all::before {
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      border-top: solid 2px #191919;
      border-right: solid 2px #191919;
      position: absolute;
      top: 50%;
      right: 14px;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg); }
    .m-home-case-btns__item .all:hover {
      text-decoration: none !important; }

.m-home-case-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.m-home-faq {
  background-image: url(../img/home/bg-faq.jpg);
  background-size: contain; }
  .m-home-faq-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .m-home-faq__h {
    font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
    color: #fff;
    position: relative; }
    .m-home-faq__h::before {
      content: '';
      display: block;
      width: 30px;
      height: 4px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      left: 0; }
  .m-home-faq-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px; }
    .m-home-faq-search__text {
      border: none;
      font-size: 1rem;
      border-top-left-radius: 4em;
      border-bottom-left-radius: 4em; }
      .m-home-faq-search__text:focus {
        outline: none; }
    .m-home-faq-search__submit {
      cursor: pointer;
      border: none;
      background-color: #3b4347;
      outline: none;
      border-top-right-radius: 4em;
      border-bottom-right-radius: 4em; }
  .m-home-faq-btns__item a {
    position: relative;
    color: #fff;
    display: block; }
    .m-home-faq-btns__item a::before {
      content: '';
      display: block;
      width: 36px;
      height: 36px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-image: url(../img/base/icon-search01.svg);
      background-repeat: no-repeat; }
    .m-home-faq-btns__item a::after {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }

.m-home-license {
  background-color: #3b4347; }
  .m-home-license-lists {
    background-color: #f4f4f4; }
    .m-home-license-lists-sec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .m-home-license-lists-sec:not(:last-child)::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: solid 1px #D1D1D1; }
      .m-home-license-lists-sec__h {
        font-size: 1.15rem;
        font-weight: bold;
        word-break: keep-all; }
      .m-home-license-lists-sec-lists {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .m-home-license-lists-sec-lists__item a {
          width: 100%; }
          .m-home-license-lists-sec-lists__item a:hover .m-home-license-lists-sec-lists__logo {
            -webkit-box-shadow: none;
            box-shadow: none; }
            .m-home-license-lists-sec-lists__item a:hover .m-home-license-lists-sec-lists__logo img {
              -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
              transform: scale(1.05); }
        .m-home-license-lists-sec-lists__logo {
          background-color: #fff;
          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;
          -webkit-box-shadow: 7px 7px 5px rgba(20, 20, 20, 0.08);
          box-shadow: 7px 7px 5px rgba(20, 20, 20, 0.08);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .m-home-license-lists-sec-lists__logo img {
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            -o-transition: transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s; }
        .m-home-license-lists-sec-lists__h .en {
          position: relative;
          display: block; }
          .m-home-license-lists-sec-lists__h .en::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            border-top: solid 1px #191919;
            border-right: solid 1px #191919;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.m-home-solution {
  background-color: #3b4347;
  background-image: url(../img/base/img-bg01.svg);
  background-size: cover; }
  .m-home-solution__h {
    font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
    font-size: 3.1rem;
    color: #fff; }
  .m-home-solution-sec__h {
    font-size: 1.15rem;
    color: #fff;
    letter-spacing: 0.04em; }
  .m-home-solution-sec-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-home-solution-sec-lists__item a {
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 27px;
      position: relative;
      border: solid 1px transparent; }
      .m-home-solution-sec-lists__item a::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 25px;
        border-top: solid 2px #191919;
        border-right: solid 2px #191919;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
      .m-home-solution-sec-lists__item a:hover {
        border-color: #fff;
        background-color: #3b4347;
        text-decoration: none;
        color: #fff; }
        .m-home-solution-sec-lists__item a:hover::after {
          border-color: #fff; }

.m-home-news {
  position: relative;
  z-index: 0;
  background-color: #0184dc; }
  .m-home-news-inner {
    position: relative;
    z-index: 10; }
  .m-home-news-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .m-home-news-col.is-col1 {
    background-color: #0184dc; }
  .m-home-news-col.is-col2 {
    background-color: #fff; }
  .m-home-news-col__h {
    position: relative; }
    .m-home-news-col__h::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
    .is-col1 .m-home-news-col__h {
      color: #fff; }
      .is-col1 .m-home-news-col__h:before {
        background-color: #fff; }
    .is-col2 .m-home-news-col__h:before {
      background-color: #54cbff; }
    .m-home-news-col__h .en {
      font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
      letter-spacing: 0.02em; }
    .m-home-news-col__h .ja {
      display: block;
      font-size: 1.1rem; }
  .is-col1 .m-home-news-lists__item {
    border-bottom: solid 1px #fff; }
  .is-col2 .m-home-news-lists__item {
    border-bottom: solid 1px #999999; }
  .is-col1 .m-home-news-lists__item:first-child {
    border-top: solid 1px #fff; }
  .is-col2 .m-home-news-lists__item:first-child {
    border-top: solid 1px #999999; }
  .m-home-news-lists__item a {
    position: relative;
    width: 100%;
    display: block; }
    .m-home-news-lists__item a::before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    .m-home-news-lists__item a.is-col1::before {
      border-top: solid 2px #fff;
      border-right: solid 2px #fff; }
    .m-home-news-lists__item a.is-col2::before {
      border-top: solid 2px #191919;
      border-right: solid 2px #191919; }
    .m-home-news-lists__item a:hover {
      text-decoration: none; }
      .m-home-news-lists__item a:hover > .m-home-news-lists__h {
        text-decoration: underline !important; }
  .m-home-news-lists__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-home-news-lists__info .date {
      font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
      letter-spacing: 0.05em;
      margin-bottom: 10px; }
    .is-col1 .m-home-news-lists__info .date {
      color: #fff; }
    .m-home-news-lists__info .cat {
      color: #191919;
      background-color: #f4f4f4;
      margin-bottom: 10px;
      position: relative; }
  .m-home-news-lists__h {
    line-height: 1.9; }

.m-home-blog {
  background-color: #3b4347;
  background-image: url(../img/base/img-bg01.svg);
  background-size: cover; }
  .m-home-blog-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative; }
  .m-home-blog__h {
    position: relative;
    color: #fff; }
    .m-home-blog__h::before {
      content: '';
      display: block;
      width: 30px;
      height: 4px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #fff; }
    .m-home-blog__h .main {
      letter-spacing: 0.02em;
      line-height: 1.55; }
    .m-home-blog__h .sub {
      display: block;
      font-size: 1.1rem; }
  .m-home-blog__lead {
    color: #fff;
    line-height: 2; }
  .m-home-blog-lists {
    position: relative;
    z-index: 10; }
    .m-home-blog-lists__item a {
      display: block;
      position: relative;
      background-color: #fff; }
      .m-home-blog-lists__item a::before {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        right: 99%;
        background-color: #fff; }
    .m-home-blog-lists__date {
      font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
      color: #639fe0;
      letter-spacing: 0.1em; }
    .m-home-blog-lists-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .m-home-blog-lists__thumb img {
      width: 100%; }
    .m-home-blog-lists-txts {
      position: relative;
      margin-left: auto; }
    .m-home-blog-lists__h {
      font-size: 1.1rem;
      line-height: 1.8; }
    .m-home-blog-lists-cats {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .m-home-blog-lists__cat {
      color: #fff;
      background-color: #639fe0;
      border-radius: 3px; }

.m-home-company {
  background-color: #f4f4f4;
  position: relative;
  z-index: 0; }
  .m-home-company-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .m-home-company-col1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .m-home-company-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-home-company-links__item {
      width: calc(50% - 7.5px); }
      .m-home-company-links__item:last-child {
        width: 100%; }

.m-home-bnrs-lists {
  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; }
  .m-home-bnrs-lists__item a:hover {
    opacity: 0.6; }

@-webkit-keyframes homeMvScroll {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  25% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes homeMvScroll {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  25% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

.m-products-lists {
  background-color: #3b4347; }
  .m-products-lists-sec {
    position: relative; }
    .m-products-lists-sec:not(:last-child)::before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: solid 1px #D1D1D1; }
    .m-products-lists-sec__h {
      font-size: 1.15rem;
      font-weight: bold;
      word-break: keep-all;
      color: #fff;
      position: relative;
      letter-spacing: 0.05em; }
      .m-products-lists-sec__h::before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        position: absolute;
        top: 0.68em;
        left: 0;
        background-color: #54cbff; }
    .m-products-lists-sec-lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .m-products-lists-sec-lists__item a {
        width: 100%; }
        .m-products-lists-sec-lists__item a:hover {
          -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff; }
          .m-products-lists-sec-lists__item a:hover .m-products-lists-sec-lists__logo {
            -webkit-box-shadow: none;
            box-shadow: none; }
            .m-products-lists-sec-lists__item a:hover .m-products-lists-sec-lists__logo img {
              -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
              transform: scale(1.05); }
      .m-products-lists-sec-lists-mysql {
        width: 100%; }
        .m-products-lists-sec-lists-mysql a {
          display: block;
          background-color: #fff;
          border-radius: 10px; }
          .m-products-lists-sec-lists-mysql a:hover {
            text-decoration: none !important;
            color: #0184dc; }
            .m-products-lists-sec-lists-mysql a:hover .m-products-lists-sec-lists-mysql-col__img img {
              -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
              transform: scale(1.05); }
        .m-products-lists-sec-lists-mysql-cols {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .m-products-lists-sec-lists-mysql-col__img {
          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; }
          .m-products-lists-sec-lists-mysql-col__img img {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            max-width: 140px;
            max-height: 96px; }
        .m-products-lists-sec-lists-mysql-col__txts .label {
          display: block; }
        .m-products-lists-sec-lists-mysql-col__txts .label02 {
          display: block;
          font-weight: bold;
          font-size: 1.6rem; }
        .m-products-lists-sec-lists-mysql-col__txts .label03 {
          display: block;
          font-weight: bold;
          font-size: 1.1rem; }
      .m-products-lists-sec-lists-db {
        background-color: #fff;
        height: 100%;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative; }
        .m-products-lists-sec-lists-db:hover {
          text-decoration: none !important; }
          .m-products-lists-sec-lists-db:hover .m-products-lists-sec-lists-db__logo img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
          .m-products-lists-sec-lists-db:hover .m-products-lists-sec-lists-db__h {
            color: #0184dc; }
        .is-products .m-products-lists-sec-lists-db::after {
          font-family: 'Material Icons';
          content: 'expand_more';
          font-size: 1.6rem;
          color: #fff;
          position: absolute;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .m-products-lists-sec-lists-db__logo {
          margin: 0 auto;
          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; }
          .m-products-lists-sec-lists-db__logo img {
            max-width: 120px;
            max-height: 72px;
            -o-object-fit: contain;
            object-fit: contain;
            text-align: center;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
        .m-products-lists-sec-lists-db__h {
          text-align: center; }
      .m-products-lists-sec-lists__logo {
        background-color: #fff;
        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;
        -webkit-box-shadow: 7px 7px 5px rgba(20, 20, 20, 0.08);
        box-shadow: 7px 7px 5px rgba(20, 20, 20, 0.08);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .m-products-lists-sec-lists__logo img {
          -o-object-fit: cover;
          object-fit: cover;
          -webkit-transition: -webkit-transform 0.3s;
          transition: -webkit-transform 0.3s;
          -o-transition: transform 0.3s;
          transition: transform 0.3s;
          transition: transform 0.3s, -webkit-transform 0.3s; }
      .m-products-lists-sec-lists__h {
        color: #fff; }
        .m-products-lists-sec-lists__h .en {
          position: relative;
          display: block; }
          .m-products-lists-sec-lists__h .en::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            border-top: solid 1px #fff;
            border-right: solid 1px #fff;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.m-products-db__h {
  line-height: 1.5; }
  .m-products-db__h .en {
    font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
    font-size: 2.8rem; }
  .m-products-db__h .ja {
    display: block; }

.m-products-db-sec {
  border: solid 1px #8c8c8c; }

.m-products-cloud {
  background-color: #f4f4f4; }
  .m-products-cloud__h {
    line-height: 1.4; }
    .m-products-cloud__h .en {
      font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
      font-size: 2.8rem;
      font-weight: 500; }
    .m-products-cloud__h .ja {
      display: block; }
  .m-products-cloud-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-products-cloud-lists__item > a, .m-products-cloud-lists__item > span {
      display: block;
      background-color: #fff;
      height: 100%; }
    .m-products-cloud-lists__item a:hover {
      background-color: #3b4347;
      color: #fff;
      text-decoration: none !important; }
    .m-products-cloud-lists-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .m-products-cloud-lists__h {
      font-size: 0.9rem;
      line-height: 1.9; }
      .m-products-cloud-lists__h span {
        font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.5; }
    .m-products-cloud-lists__logo {
      margin-left: auto;
      display: block; }
      .m-products-cloud-lists__logo img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto; }
    .m-products-cloud-lists__desc {
      font-size: 0.9rem;
      line-height: 2; }

.m-products-relation {
  background-color: #4f5659;
  background-image: url(../img/base/img-bg03.svg);
  background-size: contain;
  background-repeat: repeat; }
  .m-products-relation__h {
    font-size: 1.5rem;
    color: #fff; }
  .m-products-relation-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-products-relation-lists__item > a, .m-products-relation-lists__item > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      height: 100%; }
    .m-products-relation-lists__item a:hover {
      background-color: #3b4347;
      color: #fff;
      text-decoration: none !important; }
    .m-products-relation-lists__h {
      font-size: 0.9rem;
      line-height: 1.9; }
      .m-products-relation-lists__h span {
        font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.5; }
    .m-products-relation-lists__logo {
      margin-left: auto;
      display: block; }
      .m-products-relation-lists__logo img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto; }

.m-cases__h {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  z-index: 5; }
  .m-cases__h::before {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #54cbff; }

.m-cases-lists01__item {
  position: relative;
  z-index: 0;
  pointer-events: none; }
  .m-cases-lists01__item::before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff; }
  .m-cases-lists01__item.hover::before {
    background-color: #3b4347;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .m-cases-lists01__item.hover .m-cases-lists01__thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.m-cases-lists01-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10; }

.m-cases-lists01__thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
  pointer-events: auto; }
  .m-cases-lists01__thumb::before {
    content: '';
    display: block;
    padding-bottom: calc(255 / 400 * 100%); }
  .m-cases-lists01__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.m-cases-lists01-txts {
  position: relative; }

.m-cases-lists01__link {
  pointer-events: auto; }
  .m-cases-lists01__item.hover .m-cases-lists01__link {
    color: #fff;
    text-decoration: none; }

.m-cases-lists01-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.m-cases-lists01__company {
  font-size: 1.8rem;
  margin-right: auto;
  letter-spacing: 0.03em; }

.m-cases-lists01__cat {
  position: relative;
  font-size: 0.75rem;
  white-space: nowrap; }
  .m-cases-lists01__cat::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #54cbff;
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.m-cases-lists01__h {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 15px; }

.m-cases-lists01__desc {
  font-size: 1rem;
  margin-top: 15px; }

.m-cases-lists01-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-cases-lists01-tags__item a {
    color: #0184dc;
    border: solid 1px #0184dc;
    border-radius: 30px;
    font-size: 0.75rem;
    background-color: #fff;
    padding: 5px 10px;
    letter-spacing: 0.03em;
    pointer-events: auto;
    display: block; }
    .m-cases-lists01-tags__item a:hover {
      background-color: #0184dc;
      color: #fff;
      text-decoration: none; }

.m-cases-lists02__item {
  position: relative; }
  .m-cases-lists02__item::before {
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #54cbff; }

.m-cases-lists02__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.m-cases-lists02__txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f4f4f4;
  width: 100%; }

.m-cases-lists02__arrow {
  width: 100px;
  background-color: #d9dcdf;
  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; }
  .m-cases-lists02__arrow span {
    font-family: 'Material Icons';
    color: #191919;
    font-size: 1.4rem; }

.m-cases-lists02__h {
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.m-cases-lists02-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-cases-lists02-tags__item {
    border: solid 1px #0184dc;
    border-radius: 30px;
    font-size: 0.8rem;
    color: #0184dc;
    background-color: #fff;
    letter-spacing: 0.02em;
    padding: 5px 10px;
    margin-bottom: 8px; }

.m-cases-tabs {
  position: relative;
  z-index: 100; }
  .m-cases-tabs-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-cases-tabs-lists__item {
      position: relative; }
      .m-cases-tabs-lists__item a, .m-cases-tabs-lists__item span {
        background-color: #4c6677;
        display: block;
        color: #fff;
        font-size: 1.05rem;
        font-weight: bold;
        letter-spacing: 0.03em;
        position: relative;
        cursor: pointer; }
        .m-cases-tabs-lists__item a::after, .m-cases-tabs-lists__item span::after {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          position: absolute;
          top: 50%;
          right: 18px;
          border-bottom: solid 1px #fff;
          border-left: solid 1px #fff;
          -webkit-transform: translateY(-63%) rotate(-45deg);
          -ms-transform: translateY(-63%) rotate(-45deg);
          transform: translateY(-63%) rotate(-45deg); }
        .m-cases-tabs-lists__item a.is-current, .m-cases-tabs-lists__item span.is-current {
          background-color: #fff;
          color: #54cbff;
          pointer-events: none; }
          .m-cases-tabs-lists__item a.is-current::after, .m-cases-tabs-lists__item span.is-current::after {
            display: none; }
        .m-cases-tabs-lists__item a:hover, .m-cases-tabs-lists__item span:hover {
          background-color: #fff;
          color: #4c6677;
          text-decoration: none !important; }
          .m-cases-tabs-lists__item a:hover::after, .m-cases-tabs-lists__item span:hover::after {
            border-color: #4c6677; }
    .m-cases-tabs-lists-child {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      z-index: 10; }
      .m-cases-tabs-lists-child__item {
        border-top: solid 1px #fff; }
        .m-cases-tabs-lists-child__item a::before, .m-cases-tabs-lists-child__item a::after {
          display: none; }

.m-cases-pickup-slide {
  width: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 50; }
  .m-cases-pickup-slide__item {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .m-cases-pickup-slide__item.is-current a {
      width: 100%;
      height: 100%; }
      .m-cases-pickup-slide__item.is-current a img {
        -o-object-fit: cover;
        object-fit: cover; }
  .m-cases-pickup-slide__thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block; }
    .m-cases-pickup-slide__thumb.hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .m-cases-pickup-slide__thumb img {
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      border: solid 2px transparent; }

.m-cases-pickup-caption-inner {
  background-color: #f4f4f4; }

.m-cases-pickup-caption-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.m-cases-pickup-caption-menu {
  position: relative; }

.m-cases-pickup-caption__item {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  position: absolute;
  top: 0;
  left: 0; }
  .m-cases-pickup-caption__item.is-current {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto; }
    .m-cases-pickup-caption__item.is-current.hover > * {
      color: #0184dc;
      text-decoration: none; }

.m-cases-pickup-caption-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.m-cases-pickup-caption__company {
  font-size: 1.1rem; }

.m-cases-pickup-caption__cat {
  position: relative;
  font-size: 0.85rem; }
  .m-cases-pickup-caption__cat::before {
    content: '';
    display: block;
    width: 10px;
    height: 3px;
    background-color: #54cbff;
    position: absolute; }

.m-cases-pickup-caption__h {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 16px; }

.m-cases-pickup-caption-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-cases-pickup-caption-tags__link {
    border: solid 1px #0184dc;
    border-radius: 30px;
    font-size: 0.8rem;
    color: #0184dc;
    background-color: #fff;
    letter-spacing: 0.02em;
    padding: 5px 10px;
    display: block; }
    .m-cases-pickup-caption-tags__link:hover {
      background-color: #0184dc;
      color: #fff;
      text-decoration: none !important; }

.m-cases-pickup-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 56; }
  .m-cases-pickup-btns__item .prev {
    position: relative;
    display: block;
    width: 66px;
    height: 66px;
    background-color: #54cbff;
    border-radius: 50%;
    cursor: pointer; }
    .m-cases-pickup-btns__item .prev::before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
      transform: translate(-50%, -50%) rotate(-135deg); }
    .m-cases-pickup-btns__item .prev:hover {
      background-color: #474747; }
  .m-cases-pickup-btns__item .next {
    position: relative;
    display: block;
    width: 66px;
    height: 66px;
    background-color: #54cbff;
    border-radius: 50%;
    cursor: pointer; }
    .m-cases-pickup-btns__item .next::before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .m-cases-pickup-btns__item .next:hover {
      background-color: #474747;
      text-decoration: none !important; }

.m-cases-pickup-latest {
  position: relative; }
  .m-cases-pickup-latest-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
    background-image: url(../img/jirei/img-bg.svg);
    background-size: contain;
    background-repeat: repeat; }
    .m-cases-pickup-latest-bg.is-tax {
      top: 155px;
      height: calc(100% - 155px); }

.m-cases-products-listSec01 {
  background-image: url(../img/base/img-bg02.svg);
  background-color: #f4f4f4;
  background-repeat: repeat;
  background-size: contain; }

.m-case-head {
  background-color: #f4f4f4; }

.m-case__h {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 6px #54cbff; }

.m-case-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-case-tags__item a, .m-case-tags__item span {
    border: solid 1px #54cbff;
    border-radius: 30px;
    font-size: 0.75rem;
    background-color: #fff;
    padding: 5px 10px;
    color: #54cbff;
    letter-spacing: 0.03em; }

.m-case-info {
  position: relative;
  z-index: 0; }
  .m-case-info::before {
    content: '';
    display: block;
    width: 92vw;
    height: 76%;
    position: absolute;
    top: 55px;
    right: 0;
    background-image: url(../img/home/bg-faq.jpg);
    background-size: auto;
    background-repeat: repeat;
    opacity: 0.7;
    z-index: -10; }
  .m-case-info-company {
    background-color: #f4f4f4;
    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;
    position: relative;
    z-index: 10; }
    .m-case-info-company__logo {
      background-color: #fff;
      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; }
    .m-case-info-company__h {
      font-size: 1.55rem;
      font-weight: bold; }

.m-case__thumb {
  text-align: center;
  position: relative; }
  .m-case__thumb::before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: calc(524 / 825 * 100%); }
  .m-case__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }

.m-case__cat {
  position: relative;
  font-size: 0.9rem;
  letter-spacing: 0.05em; }
  .m-case__cat::before {
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    background-color: #54cbff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.m-case-outline {
  background-image: url(../img/base/img-bg02.svg);
  background-size: cover;
  background-repeat: repeat;
  z-index: 10;
  position: relative; }
  .m-case-outline__h {
    font-size: 3.3rem; }
  .m-case-outline-inner {
    background-color: #fff; }
  .m-case-outline__lead {
    font-size: 1.05rem;
    line-height: 2.1; }
  .m-case-outline-preface__h {
    color: #54cbff;
    font-weight: bold;
    position: relative; }
    .m-case-outline-preface__h::before {
      content: '';
      border-top: solid 7px #54cbff;
      border-right: solid 5px transparent;
      border-left: solid 5px transparent;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .m-case-outline-preface__txt {
    letter-spacing: 0.03em;
    line-height: 2; }
  .m-case-outline-main__h {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: solid 3px #54cbff;
    padding-bottom: 5px; }
  .m-case-outline-main__txt {
    line-height: 2.13; }
  .m-case-outline-main-lists__item {
    position: relative; }
    .m-case-outline-main-lists__item::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 0.55em;
      left: 0;
      background-color: #54cbff; }
  .m-case-outline-main__img {
    width: 100%; }
    .m-case-outline-main__img img {
      width: 100%; }

.m-case-interview__h {
  font-size: 3.3rem; }

.m-case-interview-inner {
  border: solid 4px #54cbff; }

.m-case-interview-preface__h {
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
  .m-case-interview-preface__h span {
    background-color: #54cbff;
    line-height: 2;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }

.m-case-interview-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0; }
  .m-case-interview-people__item {
    list-style: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .m-case-interview-people__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%; }
  .m-case-interview-people-txts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .m-case-interview-people__company {
    font-size: 0.85rem;
    border-bottom: solid 1px #cdcdcd; }
  .m-case-interview-people__duty {
    font-size: 0.9rem; }
  .m-case-interview-people__name .position {
    font-size: 0.95rem; }
  .m-case-interview-people__name .name {
    font-size: 0.95rem;
    display: inline-block; }
  .m-case-interview-people__note {
    font-size: 0.8rem; }

.m-case-company-inner {
  border: solid 1px #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.m-case-company__h {
  font-size: 1.1rem; }

.m-case-company__cat {
  font-size: 0.85rem; }

.m-case-company__link {
  font-size: 0.85rem;
  text-decoration: underline !important; }
  .m-case-company__link:hover {
    text-decoration: none !important; }

.m-case-company-info p {
  position: relative;
  font-size: 0.9rem; }
  .m-case-company-info p::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #8A8A8A; }

.m-case-company-info ul li {
  position: relative;
  font-size: 0.9rem; }
  .m-case-company-info ul li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #8A8A8A; }

.m-case-relation__h {
  font-size: 1.3rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-case-relation__h::after {
    content: '';
    border-top: solid 1px #191919;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1rem; }

.m-case-other {
  background-image: url(../img/base/img-bg02.svg);
  background-size: contain;
  background-repeat: repeat; }
  .m-case-other__h {
    font-size: 1.3rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .m-case-other__h::after {
      content: '';
      border-top: solid 1px #191919;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-left: 1rem; }

.m-case-nav {
  background-color: #54cbff; }
  .m-case-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .m-case-nav__h {
    font-size: 1.3rem;
    position: relative;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    letter-spacing: 0.1em; }
    .m-case-nav__h::before {
      content: '';
      display: block;
      width: 14px;
      height: 4px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #fff; }
  .m-case-nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-case-nav-lists__item:first-child {
      position: relative; }
    .m-case-nav-lists__item a {
      background-color: #fff;
      font-size: 0.95rem; }

.m-faq-search-form {
  position: relative;
  display: block;
  padding: 10px 20px;
  border-radius: 90px;
  width: 100%;
  height: 80px;
  overflow: hidden; }
  .m-faq-search-form__text {
    border: none;
    width: calc(100% - 92px);
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 40px;
    font-size: 1rem; }
    .m-faq-search-form__text:focus {
      outline: none; }

.m-faq-search__submit {
  cursor: pointer;
  border: none;
  background-color: #3b4347;
  position: absolute;
  width: 92px;
  height: 80px;
  top: 0px;
  right: 0;
  outline: none; }

.m-faq__h {
  text-align: left;
  position: relative;
  line-height: 1.4; }
  .m-faq__h::before {
    content: 'Q';
    color: #54cbff;
    font-weight: bold;
    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;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-radius: 50%; }

.m-faq-main {
  background-color: #f4f4f4;
  background-image: url(../img/base/img-bg02.svg); }

.m-faq-inner {
  background-color: #fff; }

.m-faq-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .m-faq-cat__h a {
    text-decoration: underline;
    color: #0184dc; }
    .m-faq-cat__h a:hover {
      text-decoration: none; }
  .m-faq-cat-link {
    background-color: #54cbff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .m-faq-cat-link::after {
      font-family: 'Material Icons';
      content: 'chevron_right';
      display: inline-block; }
    .m-faq-cat-link:hover {
      text-decoration: none !important;
      color: #fff;
      background-color: #0184dc; }

.m-faq-nav {
  background-color: #54cbff; }
  .m-faq-nav__h {
    position: relative;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .m-faq-nav__h::before {
      content: '';
      display: block;
      background-color: #fff; }
  .m-faq-nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-faq-nav-lists__item a {
      background-color: #fff;
      font-size: 0.95rem; }
      .m-faq-nav-lists__item a:hover {
        text-decoration: none; }

.m-faqs-tabs {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 10; }
  .m-faqs-tabs-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-faqs-tabs-lists__item {
      position: relative; }
      .m-faqs-tabs-lists__item a {
        background-color: #4c6677;
        display: block;
        color: #fff;
        font-size: 1.05rem;
        font-weight: bold;
        letter-spacing: 0.03em;
        position: relative;
        cursor: pointer; }
        .m-faqs-tabs-lists__item a::before {
          content: '';
          display: block;
          width: 1px;
          height: 34px;
          background-color: rgba(255, 255, 255, 0.3);
          position: absolute;
          top: 50%;
          right: 55px;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        .m-faqs-tabs-lists__item a::after {
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          position: absolute;
          top: 50%;
          right: 22px;
          border-bottom: solid 1px #fff;
          border-left: solid 1px #fff;
          -webkit-transform: translateY(-63%) rotate(-45deg);
          -ms-transform: translateY(-63%) rotate(-45deg);
          transform: translateY(-63%) rotate(-45deg); }
        .m-faqs-tabs-lists__item a:hover {
          background-color: #fff;
          opacity: 1;
          color: #54cbff; }
          .m-faqs-tabs-lists__item a:hover::before {
            background-color: rgba(0, 0, 0, 0.3); }
          .m-faqs-tabs-lists__item a:hover::after {
            border-color: #191919; }
        .m-faqs-tabs-lists__item a.search::before {
          display: none; }
        .m-faqs-tabs-lists__item a.search::after {
          width: 17px;
          height: 17px;
          border: none;
          -webkit-transform: translateY(-50%) rotate(0);
          -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
          background-image: url(../img/base/icon-search-wh.svg);
          background-size: contain;
          background-repeat: no-repeat; }
    .m-faqs-tabs-lists-child {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      z-index: 10; }
      .m-faqs-tabs-lists-child__item {
        border-top: solid 1px #fff; }
        .m-faqs-tabs-lists-child__item a::before, .m-faqs-tabs-lists-child__item a::after {
          display: none; }

.m-faqs-main {
  position: relative;
  z-index: 0; }

.m-faqs-lists__item {
  position: relative; }

.m-faqs-lists__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #f4f4f4;
  width: 100%; }
  .m-faqs-lists__link::before {
    content: '';
    display: block;
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #D8DCDF; }
  .m-faqs-lists__link::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 40px;
    border-top: solid 2px #191919;
    border-right: solid 2px #191919;
    -webkit-transform: translate(37%, -50%) rotate(45deg);
    -ms-transform: translate(37%, -50%) rotate(45deg);
    transform: translate(37%, -50%) rotate(45deg); }
  .m-faqs-lists__link:hover {
    text-decoration: none !important;
    background-color: #D8DCDF; }

.m-faqs-lists__h {
  margin-right: auto;
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.5; }
  .m-faqs-lists__h::before {
    content: 'Q';
    font-size: 1.35rem;
    font-weight: bold;
    color: #54cbff;
    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;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-radius: 50%; }

.m-faqs-lists-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-faqs-lists-tags__item {
    background-color: #54cbff;
    border-radius: 30px;
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 0.02em;
    padding: 5px 13px; }

.m-presroom-archive-lists__item {
  border-bottom: solid 1px #d1d1d1; }
  .m-presroom-archive-lists__item:first-child {
    border-top: solid 1px #d1d1d1; }

.m-presroom-archive-lists__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  .m-presroom-archive-lists__link::after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 3px;
    border-top: solid 2px #191919;
    border-right: solid 2px #191919;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .m-presroom-archive-lists__link:hover {
    text-decoration: none !important; }
    .m-presroom-archive-lists__link:hover .m-presroom-archive-lists__h {
      text-decoration: underline !important; }

.m-presroom-archive-lists-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.m-presroom-archive-lists__date {
  color: #54cbff;
  font-size: 0.9rem;
  font-weight: bold; }

.m-presroom-archive-lists__cat {
  color: #191919;
  background-color: #f4f4f4;
  font-size: 0.8rem;
  font-weight: bold; }
  .m-presroom-archive-lists__cat.hasColor {
    border-left-style: solid; }

.m-presroom-main-inner {
  background-color: #fff; }

.m-presroom-main-heading {
  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; }

.m-presroom-main__date {
  color: #54cbff;
  font-size: 0.9rem;
  font-weight: bold; }

.m-presroom-main__cat {
  color: #191919;
  background-color: #f4f4f4;
  font-size: 0.8rem;
  font-weight: bold; }
  .m-presroom-main__cat.hasColor {
    border-left-style: solid; }

.m-presroom-main__h {
  font-weight: bold;
  line-height: 1.5; }

.m-company-mv__h {
  text-align: center;
  font-size: 3rem; }

.m-company-mv__lead {
  text-align: center;
  margin-top: 28px; }
  .m-company-mv__lead p {
    letter-spacing: 0.08em;
    line-height: 2.3;
    font-size: 0.9rem; }

.m-company-nav {
  background-color: #f4f4f4;
  padding-bottom: 65px; }
  .m-company-nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-company-nav-lists__item a {
      display: block;
      width: 100%;
      background-color: #fff;
      position: relative;
      -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
      box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1); }
      .m-company-nav-lists__item a::after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 25px;
        border-top: solid 2px #191919;
        border-right: solid 2px #191919;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
      .m-company-nav-lists__item a:hover {
        background-color: #3b4347;
        color: #fff;
        text-decoration: none; }
        .m-company-nav-lists__item a:hover::after {
          border-color: #fff; }
      .m-company-nav-lists__item a p {
        position: relative; }
        .m-company-nav-lists__item a p::before {
          content: '';
          display: block;
          width: 14px;
          height: 4px;
          position: absolute;
          top: 50%;
          left: 0;
          background-color: #54cbff;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.m-service-mv-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-service-mv-lists__item {
    position: relative; }
    .m-service-mv-lists__item::after {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      position: absolute;
      bottom: 0;
      left: 50%;
      border-bottom: solid 3px #191919;
      border-right: solid 3px #191919;
      -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
      transform: rotate(45deg) translateX(-50%); }
    .m-service-mv-lists__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      height: 100%; }
      .m-service-mv-lists__item a:hover {
        background-color: #f7f7f7;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        text-decoration: none !important; }
  .m-service-mv-lists__txt {
    font-size: 1.05rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }

.m-service-sec {
  padding: 75px 0 81px;
  background-color: #f4f4f4; }
  .m-service-sec-head--wh {
    color: #fff; }
  .m-service-sec-head__img {
    background-color: #fff;
    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; }
  .m-service-sec-head__copy {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5; }
  .m-service-sec-head__h {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.03em; }
  .m-service-sec-head__txt {
    line-height: 2;
    letter-spacing: 0.02em; }

.m-service-sec01-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-service-sec01-lists__h {
    position: relative;
    font-size: 1.1rem;
    letter-spacing: 0.05em; }
    .m-service-sec01-lists__h::before {
      content: '';
      display: block;
      width: 14px;
      height: 4px;
      background-color: #54cbff;
      position: absolute;
      top: 0.6em;
      left: 0; }
  .m-service-sec01-lists__item a {
    background-color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-service-sec01-lists__item a:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      text-decoration: none; }
      .m-service-sec01-lists__item a:hover .m-service-sec01-lists__logo img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .m-service-sec01-lists__item a:hover .m-service-sec01-lists__txt {
        color: #0184dc;
        text-decoration: none; }
  .m-service-sec01-lists__logo {
    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; }
    .m-service-sec01-lists__logo img {
      max-width: 120px;
      max-height: 72px;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
  .m-service-sec01-lists__txt {
    position: relative;
    text-align: center; }

.m-service-sec01__link01 {
  display: block;
  text-align: center;
  border: solid 4px #fff;
  background-color: #54cbff;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 53px 40px;
  letter-spacing: 0.1em;
  margin-top: 42px;
  position: relative; }
  .m-service-sec01__link01::after {
    font-family: 'Material Icons';
    content: 'arrow_forward_ios';
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 19px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.m-service-sec01-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-service-sec01-clear__item a {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 1.1rem;
    position: relative;
    letter-spacing: 0.04em; }
    .m-service-sec01-clear__item a::before {
      content: '';
      display: block;
      width: 14px;
      height: 4px;
      position: absolute;
      top: 50%;
      left: 40px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #54cbff; }
    .m-service-sec01-clear__item a::after {
      font-family: 'Material Icons';
      content: 'arrow_forward_ios';
      font-size: 1.3rem;
      position: absolute;
      top: 50%;
      right: 16px;
      color: #191919;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: bold; }

.m-service-sec02 {
  background-color: #4f5659; }
  .m-service-sec02-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-service-sec02-menu__item {
      background-color: #fff; }
    .m-service-sec02-menu-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .m-service-sec02-menu__h {
      font-size: 1.15rem;
      font-weight: bold;
      letter-spacing: 0.05em; }
    .m-service-sec02-menu__txt {
      font-size: 0.95rem;
      letter-spacing: 0.01em;
      line-height: 1.8; }
    .m-service-sec02-menu-subject__h {
      font-size: 0.8rem;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .m-service-sec02-menu-subject__h::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0.45em;
        left: 0;
        background-color: #54cbff; }
      .m-service-sec02-menu-subject__h::after {
        content: '';
        height: 1px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 0.5em;
        background-color: #dcdcdc; }
    .m-service-sec02-menu-subject__item a {
      font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
      position: relative;
      font-size: 0.9rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #0184dc; }
      .m-service-sec02-menu-subject__item a::after {
        font-family: 'Material Icons';
        content: 'chevron_right';
        font-weight: bold;
        margin-left: auto;
        padding-left: 5px; }
      .m-service-sec02-menu-subject__item a:hover::after {
        text-decoration: none !important; }
  .m-service-sec02-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .m-service-sec02-col1 a {
    background-color: #0184dc;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .m-service-sec02-col1 a::after {
      font-family: 'Material Icons';
      content: 'arrow_forward_ios';
      color: #fff;
      font-size: 1.1rem;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .m-service-sec02-col1 a .ja {
      font-size: 1.45rem;
      font-weight: bold;
      letter-spacing: 0.04em; }
    .m-service-sec02-col1 a .en {
      font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
      font-size: 0.95rem;
      font-weight: bold; }
    .m-service-sec02-col1 a:hover {
      background-color: #54cbff;
      text-decoration: none; }
  .m-service-sec02-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .m-service-sec02-col3 a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .m-service-sec02-col3 a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .m-service-sec02-col3 a:hover {
      opacity: 0.7; }
  .m-service-sec02-reason {
    background-color: #fff; }
    .m-service-sec02-reason__h {
      text-align: center;
      font-size: 1.8rem; }
    .m-service-sec02-reason-lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .m-service-sec02-reason-lists__h {
        text-align: center;
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 1.5;
        border-bottom: solid 2px #191919; }
      .m-service-sec02-reason-lists__txt {
        font-size: 0.9rem;
        line-height: 2; }

.m-service-sec03--gy {
  background-color: #4f5659; }

.m-service-sec03-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.m-service-sec03-col1__txt {
  line-height: 2.15;
  letter-spacing: 0.03em; }
  .m-service-sec03-col1__txt--wh {
    color: #fff; }

.m-service-sec03-col1__link {
  display: block;
  position: relative;
  border: solid 1px #8c8c8c;
  background-color: #fff;
  letter-spacing: 0.03em; }
  .m-service-sec03-col1__link::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/base/icon-newtab.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .m-service-sec03-col1__link:hover {
    border-color: #474747;
    background-color: #474747;
    color: #fff;
    text-decoration: none !important; }

.l-recruit-wrap {
  position: relative; }

.l-recruit-mv {
  position: relative;
  background-image: url("../img/recruit/img-mv.jpg");
  background-size: cover;
  background-position: 50%; }
  .l-recruit-mv-text {
    text-align: center;
    line-height: 1.4; }
    .l-recruit-mv-text em {
      font-weight: bold; }
  .l-recruit-mv-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .l-recruit-mv-btns__item a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: bold;
      color: #474747;
      background-color: #ffffff; }
      .l-recruit-mv-btns__item a:hover {
        background-color: #474747;
        opacity: 1;
        color: #ffffff; }
        .l-recruit-mv-btns__item a:hover:before {
          border-top-color: #ffffff;
          border-right-color: #ffffff; }
      .l-recruit-mv-btns__item a:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: solid 2px #474747;
        border-right: solid 2px #474747;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        background-repeat: no-repeat;
        background-size: contain; }

.m-recruit .u-lh200 {
  line-height: 2 !important; }

.m-recruit-bg-01 {
  background-image: url("/common/img/recruit/bg-01.png");
  background-repeat: no-repeat;
  background-position: 50% 0; }

.m-recruit-bg-02 {
  background-image: url("/common/img/recruit/bg-02.png"); }

.m-recruit-heading {
  position: relative; }
  .m-recruit-heading-bg {
    background-size: cover; }
    .m-recruit-heading-bg--company {
      background-image: url("../img/recruit/img-company.jpg"); }
    .m-recruit-heading-bg--recruit {
      background-image: url("../img/recruit/img-recruit.jpg"); }
    .m-recruit-heading-bg--services {
      background-image: url("../img/recruit/img-services.jpg"); }
    .m-recruit-heading-bg--workstyle {
      background-image: url("../img/recruit/img-workstyle.jpg"); }
  .m-recruit-heading-content {
    background-image: url("/common/img/recruit/bg-03.png"), -webkit-gradient(linear, left top, right top, from(#ffb644), to(#f3951a));
    background-image: url("/common/img/recruit/bg-03.png"), -webkit-linear-gradient(left, #ffb644 0%, #f3951a 100%);
    background-image: url("/common/img/recruit/bg-03.png"), -o-linear-gradient(left, #ffb644 0%, #f3951a 100%);
    background-image: url("/common/img/recruit/bg-03.png"), linear-gradient(90deg, #ffb644 0%, #f3951a 100%); }
  .m-recruit-heading-title {
    color: #ffffff;
    font-weight: bold; }
    .m-recruit-heading-title .en {
      position: relative;
      display: inline-block;
      padding-left: 30px; }
      .m-recruit-heading-title .en:before {
        content: "";
        width: 20px;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.m-recruit-company-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .m-recruit-company-images img {
    border-radius: 20px; }

.m-recruit-services-item {
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.1); }

.m-recruit-workstyle-col__item {
  border-radius: 20px;
  border: solid 4px #e97b00; }

.m-recruit-workstyle-col-title {
  text-align: center; }

.m-recruit-workstyle-col-persent {
  text-align: center; }

.m-recruit-workstyle-col-graph {
  position: relative;
  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;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%; }
  .m-recruit-workstyle-col-graph .icon {
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden; }

.m-recruit-workstyle-col-icon {
  text-align: center; }

.m-recruit-recruit-title {
  position: relative;
  padding-bottom: 20px;
  font-weight: bold; }
  .m-recruit-recruit-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: #e97b00; }

.m-recruit-recruit-step-title {
  position: relative;
  padding-left: 20px; }
  .m-recruit-recruit-step-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    border-left: solid 8px #e97b00;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .m-recruit-recruit-step-title span {
    display: inline-block;
    margin-left: 0.5em; }

.m-recruit-recruit-step-content {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1); }

.m-recruit-recruit-step-remarks > li {
  position: relative;
  padding-left: 1em; }
  .m-recruit-recruit-step-remarks > li:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0; }

.m-recruit-recruit-job__item a:hover {
  opacity: 1;
  background-color: #666666;
  text-decoration: none; }

.m-recruit-recruit-job__item a, .m-recruit-recruit-job__item span {
  position: relative;
  color: #e97b00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  color: #ffffff;
  background-color: #e97b00; }
  .m-recruit-recruit-job__item a:before, .m-recruit-recruit-job__item span:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    background-size: contain; }

.m-recruit-recruit-job__item span:before {
  display: none; }

.m-recruit-recruit-casual {
  background-color: #ffffff;
  border-radius: 30px; }
  .m-recruit-recruit-casual-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    padding: 16px 36px;
    font-weight: bold;
    color: #ffffff;
    background-color: #e97b00; }
    .m-recruit-recruit-casual-btn:hover {
      opacity: 1 !important;
      background-color: #666666;
      text-decoration: none !important; }
    .m-recruit-recruit-casual-btn:before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-top: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      background-repeat: no-repeat;
      background-size: contain; }
  .m-recruit-recruit-casual-list > li {
    position: relative;
    padding-left: 1em; }
    .m-recruit-recruit-casual-list > li:before {
      content: "■";
      position: absolute;
      left: 0;
      top: 0;
      color: #e97b00; }
  .m-recruit-recruit-casual-remarks-content {
    margin-left: 1em; }
  .m-recruit-recruit-casual-remarks-list > li {
    position: relative;
    padding-left: 1em; }
    .m-recruit-recruit-casual-remarks-list > li:before {
      content: "・";
      position: absolute;
      left: 0;
      top: 0; }

.m-recruit-techblog-bnr {
  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: solid 4px #5399c4;
  background-color: #ffffff; }
  .m-recruit-techblog-bnr-title {
    color: #5399c4; }

.m-recurit-guidance-heading-title {
  font-weight: bold; }

.m-recurit-guidance-heading-btn {
  position: relative;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e97b00;
  padding: 16px 36px;
  font-weight: bold; }
  .m-recurit-guidance-heading-btn:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    background-size: contain; }

.m-recurit-guidance-tab {
  margin-top: 48px; }
  .m-recurit-guidance-tab-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .m-recurit-guidance-tab-menu__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0; }
      .m-recurit-guidance-tab-menu__item:nth-of-type(odd) a {
        border-radius: 10px 0 0 0; }
        .m-recurit-guidance-tab-menu__item:nth-of-type(odd) a.active {
          border-radius: 10px 10px 0 0; }
      .m-recurit-guidance-tab-menu__item:nth-of-type(even) {
        border-radius: 0 10px 0 0; }
        .m-recurit-guidance-tab-menu__item:nth-of-type(even) a.active {
          border-radius: 10px 10px 0 0; }
      .m-recurit-guidance-tab-menu__item a {
        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-weight: bold;
        color: #8c8c8c;
        background-color: #dcdcdc; }
        .m-recurit-guidance-tab-menu__item a.active {
          color: #ffffff;
          background-color: #e97b00; }
  .m-recurit-guidance-tab-content {
    display: none; }
    .m-recurit-guidance-tab-content.active {
      display: block; }
  .m-recurit-guidance-tab-inner {
    background-color: #ffffff; }

.m-recurit-guidance-item__title {
  border-top: solid 1px #e97b00; }

.m-recurit-guidance-item__content {
  border-top: solid 1px #d1d1d1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0; }

.m-recurit-form {
  background-color: #ffffff; }
  .m-recurit-form-iframe {
    position: relative; }
    .m-recurit-form-iframe iframe {
      position: absolute !important;
      left: 0 !important;
      right: 0 !important;
      top: 0 !important;
      height: 100% !important;
      margin: auto !important; }

.m-sitemap-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .m-sitemap-clear__item.is-other {
    border-top: solid 1px #d1d1d1; }
  .m-sitemap-clear__h {
    border-bottom: solid 3px #54cbff;
    line-height: 1; }
    .m-sitemap-clear__h a {
      font-weight: bold;
      font-size: 1.3rem;
      line-height: 1.5;
      position: relative; }
      .m-sitemap-clear__h a::before {
        font-family: 'Material Icons';
        content: 'chevron_right';
        color: #54cbff;
        font-size: 1.4rem;
        position: absolute;
        top: 0.08em;
        left: -0.35em; }

.m-sitemap-lists__link {
  position: relative;
  display: block;
  letter-spacing: 0.035em; }
  .m-sitemap-lists__link::before {
    font-family: 'Material Icons';
    content: 'chevron_right';
    color: #54cbff;
    font-size: 1.2rem;
    position: absolute;
    top: -0.13em;
    left: -0.25em; }

.m-sitemap-lists-child__item a {
  position: relative;
  letter-spacing: 0.035em;
  display: block; }
  .m-sitemap-lists-child__item a::before {
    font-family: 'Material Icons';
    content: 'chevron_right';
    color: #54cbff;
    font-size: 1.2rem;
    position: absolute;
    top: -0.13em;
    left: 0; }

.u-c-bk {
  color: #191919 !important; }

.u-c-gy {
  color: #616161 !important; }

.u-c-c1 {
  color: #54cbff !important; }
  .u-c-c1_1 {
    color: #0184dc !important; }

.u-c-c2 {
  color: #639fe0 !important; }

.u-c-c3 {
  color: #3b4347 !important; }

.u-c-c4 {
  color: #00ADBB !important; }

.u-c-c5 {
  color: #e97b00 !important; }

.u-c-c7 {
  color: #666666 !important; }

.u-c-c9_1 {
  color: #f7f7f7 !important; }

.u-c-c9_2 {
  color: #f4f4f4 !important; }

.u-c-c9_3 {
  color: #f5f5f5 !important; }

.u-c-wh {
  color: #fff !important; }

.u-c-pk {
  color: #EEA295 !important; }

.u-bg-bk {
  background: #191919 !important; }

.u-bg-gy {
  background: #616161 !important; }

.u-bg-c0 {
  background: #191919 !important; }

.u-bg-c1 {
  background: #54cbff !important; }

.u-bg-c1_1 {
  background: #0184dc !important; }

.u-bg-c2 {
  background: #639fe0 !important; }

.u-bg-c3 {
  background: #3b4347 !important; }

.u-bg-c4 {
  background: #00ADBB !important; }

.u-bg-c9_1 {
  background: #f7f7f7 !important; }

.u-bg-c9_2 {
  background: #f4f4f4 !important; }

.u-bg-c9_3 {
  background: #f5f5f5 !important; }

.u-bg-c4 {
  background: #00ADBB !important; }

.u-bg-wh {
  background: #fff !important; }

.u-bg-pk {
  background: #EEA295 !important; }

.u-bd-bk {
  border-color: #191919 !important; }

.u-bd-gy {
  border-color: #616161 !important; }

.u-bd-c0 {
  border-color: #191919 !important; }

.u-bd-c1 {
  border-color: #54cbff !important; }

.u-bd-c2 {
  border-color: #639fe0 !important; }

.u-bd-c3 {
  border-color: #3b4347 !important; }

.u-bd-c4 {
  border-color: #00ADBB !important; }

.u-bd-wh {
  border-color: #fff !important; }

.u-bd-pk {
  border-color: #EEA295 !important; }

/* ---------------------------
m
--------------------------- */
/* align */
.u-align-c {
  text-align: center !important; }

.u-align-l {
  text-align: left !important; }

.u-align-r {
  text-align: right !important; }

.u-valign-t {
  vertical-align: top !important; }

.u-valign-m {
  vertical-align: middle !important; }

.u-valign-b {
  vertical-align: bottom !important; }

/* margin */
.u-ml-2xs {
  margin-left: 5px !important; }

.u-ml-xs {
  margin-left: 10px !important; }

.u-ml-s {
  margin-left: 20px !important; }

.u-ml {
  margin-left: 30px !important; }

.u-ml-l {
  margin-left: 40px !important; }

.u-ml-xl {
  margin-left: 60px !important; }

.u-ml-2xl {
  margin-left: 80px !important; }

.u-ml-3xl {
  margin-left: 100px !important; }

/* margin */
.u-mr-2xs {
  margin-right: 5px !important; }

.u-mr-xs {
  margin-right: 10px !important; }

.u-mr-s {
  margin-right: 20px !important; }

.u-mr {
  margin-right: 30px !important; }

.u-mr-l {
  margin-right: 40px !important; }

.u-mr-xl {
  margin-right: 60px !important; }

.u-mr-2xl {
  margin-right: 80px !important; }

.u-mr-3xl {
  margin-right: 100px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-mb-1e {
  margin-bottom: 1em !important; }

.u-mb-2e {
  margin-bottom: 2em !important; }

.u-mb-3e {
  margin-bottom: 3em !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

/* ---------------------------
link
--------------------------- */
.u-link {
  word-break: break-all;
  text-decoration: underline !important; }
  .u-link:hover {
    text-decoration: none !important; }
  .u-link-newTab:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("../img/base/ico_newTab_c0.svg") center no-repeat;
    background-size: contain;
    margin-left: 4px; }
  .u-link-pdf::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../img/base/logo_pdf.png") center no-repeat;
    background-size: contain;
    margin-right: 4px; }
  .u-link02 {
    position: relative;
    padding-right: 20px;
    font-size: 1.2rem;
    font-weight: bold; }
    .u-link02:after {
      content: "";
      display: block;
      width: 24px;
      height: 18px;
      background: url("../img/base/ico_arrow_01_c1.svg") center no-repeat;
      background-size: contain;
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -9px; }

/* ---------------------------
list
--------------------------- */
.u-list01 li {
  margin-left: 1em;
  margin-bottom: 0.5em; }
  .u-list01 li:before {
    content: "・";
    margin-left: -1em;
    position: absolute; }

.u-list02 li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  list-style-type: decimal;
  padding-left: 1em; }
  .u-list02 li:before {
    content: "";
    margin-left: -1em;
    position: absolute; }

/* ---------------------------
u-wysiwyg
--------------------------- */
.u-wysiwyg {
  overflow: hidden;
  line-height: 2;
  width: 100%; }
  .u-wysiwyg *:first-child {
    margin-top: 0 !important; }
  .u-wysiwyg *.no-marginBottom {
    margin-bottom: 0 !important; }
  .u-wysiwyg *.no-marginTop {
    margin-top: 0 !important; }
  .u-wysiwyg a {
    text-decoration: underline;
    word-wrap: break-word;
    color: #0184dc; }
    .u-wysiwyg a:hover {
      text-decoration: none; }
    .u-wysiwyg a img {
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .u-wysiwyg a img:hover {
        opacity: 0.8; }
  .u-wysiwyg h1 {
    margin-bottom: 2em;
    font-size: 2rem;
    font-weight: bold; }
    .is-jirei .u-wysiwyg h1 {
      margin-top: 1.8em;
      margin-bottom: 0.5em;
      font-size: 2rem;
      font-weight: bold; }
  .u-wysiwyg h2 {
    font-weight: bold;
    line-height: 1.6;
    border-bottom: solid 1px #bababa;
    border-top: solid 5px #54cbff;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    padding: 1.1em 0 1.1em;
    position: relative; }
    .u-wysiwyg.is-jirei h2 {
      color: #fff;
      font-weight: bold;
      line-height: 1.6;
      border: none;
      margin-bottom: 1em; }
      .u-wysiwyg.is-jirei h2 span {
        background-color: #54cbff;
        line-height: 2;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone; }
    .u-wysiwyg.is-products h2 {
      margin-top: 1.8em;
      font-size: 1.6rem;
      font-weight: bold; }
    .u-wysiwyg.is-faq h2 {
      padding-bottom: 0.9em;
      font-weight: bold;
      line-height: 1.6;
      border-bottom: solid 3px #54cbff;
      border-top: none; }
    .u-wysiwyg.is-press h2 {
      font-weight: bold;
      line-height: 1.6;
      border-bottom: solid 1px #bababa;
      border-top: solid 5px #54cbff; }
    .u-wysiwyg.is-company h2 {
      font-weight: bold;
      line-height: 1.6;
      border-bottom: solid 1px #bababa;
      border-top: solid 5px #54cbff;
      padding: 1em 0 1.2em; }
  .u-wysiwyg h3 {
    margin-top: 1.5em;
    margin-bottom: 1.1em;
    line-height: 1.7;
    color: #54cbff;
    position: relative; }
    .u-wysiwyg.is-jirei h3 {
      line-height: 1.7;
      color: #191919;
      font-weight: bold;
      position: relative;
      border-bottom: solid 3px #54cbff;
      padding-bottom: 0.4em; }
    .u-wysiwyg.is-products h3 {
      margin-top: 2em;
      margin-bottom: 1.4em;
      color: #191919;
      background-color: #f4f4f4;
      font-weight: bold;
      position: relative;
      line-height: 1.5; }
      .u-wysiwyg.is-products h3::before {
        content: '';
        display: block;
        width: 16px;
        height: 4px;
        position: absolute;
        top: 1.53em;
        left: 0;
        background-color: #54cbff; }
    .u-wysiwyg.is-faq h3 {
      line-height: 1.7;
      color: #191919;
      font-weight: bold;
      position: relative; }
    .u-wysiwyg.is-press h3 {
      margin-top: 2em;
      margin-bottom: 1.4em;
      color: #191919;
      background-color: #f4f4f4;
      font-weight: bold;
      position: relative;
      line-height: 1.5; }
      .u-wysiwyg.is-press h3::before {
        content: '';
        display: block;
        width: 16px;
        height: 4px;
        position: absolute;
        top: 1.53em;
        left: 0;
        background-color: #54cbff; }
    .u-wysiwyg.is-company h3 {
      margin-top: 1.3em;
      margin-bottom: 0.8em;
      line-height: 1.7;
      color: #191919;
      font-weight: bold;
      position: relative;
      border-bottom: solid 3px #54cbff; }
  .u-wysiwyg h4 {
    margin-top: 2em;
    margin-bottom: 0.7em;
    font-weight: bold;
    position: relative;
    line-height: 1.6; }
    .u-wysiwyg h4::before {
      content: '';
      display: block;
      width: 15px;
      height: 4px;
      position: absolute;
      top: 0.7em;
      left: 0;
      background-color: #54cbff; }
    .u-wysiwyg.is-faq h4 {
      margin-top: 2.3em;
      margin-bottom: 1em; }
    .u-wysiwyg.is-press h4 {
      margin-bottom: 1em;
      font-weight: bold;
      position: relative;
      line-height: 1.6;
      margin-top: 1.5em;
      padding-left: 0; }
      .u-wysiwyg.is-press h4::before {
        display: none; }
  .u-wysiwyg h5, .u-wysiwyg h6 {
    color: #54cbff;
    font-weight: bold;
    position: relative;
    margin-top: 1.4em;
    margin-bottom: 0.4em; }
    .u-wysiwyg h5::before, .u-wysiwyg h6::before {
      content: '';
      border-top: solid 7px #54cbff;
      border-right: solid 5px transparent;
      border-left: solid 5px transparent;
      position: absolute;
      top: 0.9em;
      left: 0; }
  .u-wysiwyg ol {
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: 30px;
    list-style-type: decimal; }
    .u-wysiwyg ol > li {
      position: relative;
      list-style-type: decimal; }
      .u-wysiwyg ol > li > ol {
        margin-top: 0.5em;
        margin-bottom: 0;
        margin-left: 20px;
        list-style-type: decimal; }
        .u-wysiwyg ol > li > ol > li {
          list-style-type: decimal; }
      .u-wysiwyg ol > li > ul {
        margin-top: 0;
        margin-bottom: 0; }
        .u-wysiwyg ol > li > ul > li {
          line-height: 1.8;
          list-style-type: circle; }
          .u-wysiwyg ol > li > ul > li:last-child {
            margin-bottom: 0; }
    .u-wysiwyg.is-jirei ol {
      margin-top: 1.4em; }
      .u-wysiwyg.is-jirei ol > li::before {
        color: #54cbff; }
  .u-wysiwyg ul > li {
    list-style-type: disc;
    margin-bottom: 0.3em;
    position: relative;
    line-height: 1.8; }
    .u-wysiwyg ul > li > ul {
      margin-top: 0;
      margin-bottom: 0; }
      .u-wysiwyg ul > li > ul > li {
        line-height: 1.8;
        list-style-type: circle; }
        .u-wysiwyg ul > li > ul > li:last-child {
          margin-bottom: 0; }
        .u-wysiwyg ul > li > ul > li > ul > li {
          list-style-type: square; }
  .u-wysiwyg.is-jirei ul {
    margin-top: 1.4em; }
    .u-wysiwyg.is-jirei ul > li > ul {
      margin-top: 0.2em;
      margin-bottom: 1em; }
  .u-wysiwyg .list02 {
    margin-top: 2em;
    margin-bottom: 1em; }
    .u-wysiwyg .list02 li {
      position: relative;
      padding-left: 22px; }
      .u-wysiwyg .list02 li::before {
        content: '';
        display: block;
        position: absolute;
        top: 0.5em;
        left: 0;
        background-image: url(../img/base/icon-check.svg);
        background-size: contain;
        background-color: transparent; }
    .u-wysiwyg.is-jirei .list02 {
      margin-top: 1.4em; }
  .u-wysiwyg p {
    line-height: 2.2; }
    .u-wysiwyg p:not(:last-child) {
      margin-bottom: 1.5em; }
  .u-wysiwyg em {
    font-weight: normal; }
  .u-wysiwyg blockquote {
    border: 2px solid #f7f7f7; }
    .u-wysiwyg blockquote p:last-child {
      margin-bottom: 0; }
  .u-wysiwyg .wp-block-table.table02 tr td:first-child, .u-wysiwyg .wp-block-table.is-style-table02 tr td:first-child {
    background-color: #f4f4f4 !important; }
  .u-wysiwyg .wp-block-table.table03, .u-wysiwyg .wp-block-table.is-style-table03 {
    margin-top: 2em;
    margin-bottom: 1em; }
  .u-wysiwyg table {
    margin-top: 2.5em;
    margin-bottom: 1em; }
    .u-wysiwyg table.table02 tr td:first-child {
      background-color: #f4f4f4 !important; }
    .u-wysiwyg table.table03 {
      margin-top: 2em;
      margin-bottom: 1em; }
  .u-wysiwyg .aligncenter {
    display: block;
    margin: 0 auto; }
  .u-wysiwyg .alignright {
    float: right; }
  .u-wysiwyg .alignleft {
    float: left; }
  .u-wysiwyg .wp-caption,
  .u-wysiwyg figcaption {
    margin-top: 0.5em;
    font-size: 0.85rem; }
  .u-wysiwyg figure {
    margin-bottom: 1em !important; }
  .u-wysiwyg hr {
    margin: 2em 0; }
  .u-wysiwyg .wp-block-image {
    margin-top: 1.2em;
    margin-bottom: 1em; }
  .u-wysiwyg .wp-block-columns {
    margin-top: 2em;
    margin-bottom: 1.5em; }
    .u-wysiwyg .wp-block-columns .wp-block-column *:first-child {
      margin-top: 0 !important; }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    width: 100%; }
  .u-wysiwyg .material-icons-outlined {
    font-size: 1rem; }
  .u-wysiwyg .wp-block-buttons {
    margin-top: 1em;
    margin-bottom: 1.5em; }
    .u-wysiwyg .wp-block-buttons > .wp-block-button {
      margin-top: 0 !important; }
  .u-wysiwyg .wp-block-button {
    margin-top: 1em;
    margin-bottom: 1.5em; }
    .u-wysiwyg .wp-block-button__link {
      display: block;
      text-align: center;
      background-color: #0184dc;
      text-decoration: none;
      color: #fff;
      width: 100%;
      padding: 0.9em 1.333em;
      border-radius: 2.5em; }
      .u-wysiwyg .wp-block-button__link:hover {
        background-color: #3b4347 !important; }
      .u-wysiwyg .wp-block-button__link[target="_blank"]::after {
        font-family: 'Material Icons';
        content: 'launch';
        vertical-align: middle;
        color: #fff;
        padding-left: 10px;
        font-size: 1.1rem; }
  .u-wysiwyg .wp-block-table.is-style-stripes {
    border-bottom: none; }
  .u-wysiwyg .wp-block-table.is-style-border table {
    border: transparent; }
    .u-wysiwyg .wp-block-table.is-style-border table tr {
      line-height: 1.95;
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .u-wysiwyg .wp-block-table.is-style-border table tr th,
      .u-wysiwyg .wp-block-table.is-style-border table tr > td:first-child {
        border-top: solid 1px #54cbff;
        background-color: transparent;
        border-right: none;
        display: block;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit; }
      .u-wysiwyg .wp-block-table.is-style-border table tr td {
        border-top: solid 1px #d1d1d1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-right: none; }
  .u-wysiwyg .has-text-color.has-red-color {
    color: #d80c18; }
  .u-wysiwyg .has-text-color.has-blue-color {
    color: #2e3b70; }
  .u-wysiwyg .has-text-color.has-gray-color {
    color: #f0f0f0; }
  .u-wysiwyg .has-text-color.has-light-blue-color {
    color: #ccefff; }
  .u-wysiwyg .has-text-color.has-dark-gray-color {
    color: #3b4347; }
  .u-wysiwyg .has-background.has-red-background-color {
    background-color: #d80c18; }
  .u-wysiwyg .has-background.has-blue-background-color {
    background-color: #2e3b70; }
  .u-wysiwyg .has-background.has-gray-background-color {
    background-color: #f0f0f0; }
  .u-wysiwyg .has-background.has-light-blue-background-color {
    background-color: #ccefff; }
  .u-wysiwyg .has-background.has-dark-gray-background-color {
    background-color: #3b4347; }
  .u-wysiwyg .popup {
    position: relative;
    display: block;
    margin-bottom: 2em; }
    .u-wysiwyg .popup::after {
      content: '';
      display: block;
      width: 32px;
      height: 32px;
      position: absolute;
      bottom: 0;
      right: 0;
      background-image: url(../img/base/icon-expansion.svg);
      background-size: cover;
      background-repeat: no-repeat; }
    .u-wysiwyg .popup img {
      width: 100%; }
  .u-wysiwyg .note {
    font-size: 0.85rem;
    background-color: #f4f4f4;
    line-height: 2;
    margin-bottom: 1.5em; }
  .u-wysiwyg.is-company .first-item {
    margin-top: 0 !important; }
  .u-wysiwyg.is-faq .first-item {
    margin-top: 0 !important; }
  .u-wysiwyg pre {
    white-space: pre-wrap; }

.u-fwb {
  font-weight: bold !important; }

.u-fwm {
  font-weight: 500 !important; }

.align-r {
  text-align: right !important; }

.align-c {
  text-align: center !important; }

.align-l {
  text-align: left !important; }

.u-lh200 {
  line-height: 2; }

/* ---------------------------
u-table
--------------------------- */
.u-table01, .u-wysiwyg table {
  border: solid 1px #191919; }
  .u-table01 thead tr th, .u-wysiwyg table thead tr th {
    background-color: #3b4347;
    color: #fff; }
  .u-table01 thead tr td, .u-wysiwyg table thead tr td {
    color: #fff;
    border-right: solid 1px #fff; }
  .u-table01 tr, .u-wysiwyg table tr {
    border-bottom: solid 1px #191919; }
    .u-table01 tr th, .u-wysiwyg table tr th {
      border-right: solid 1px #191919;
      background-color: #f4f4f4; }
    .u-table01 tr td, .u-wysiwyg table tr td {
      line-height: 1.7; }
  .u-table01 th:not(:last-child), .u-wysiwyg table th:not(:last-child), .u-table01 td:not(:last-child), .u-wysiwyg table td:not(:last-child) {
    border-right: solid 1px #191919; }

.u-table02, .u-wysiwyg .wp-block-table.table03, .u-wysiwyg .wp-block-table.is-style-table03, .u-wysiwyg table.table03 {
  border-color: transparent; }
  .u-table02 table, .u-wysiwyg .wp-block-table.table03 table, .u-wysiwyg .wp-block-table.is-style-table03 table, .u-wysiwyg table.table03 table {
    border-color: transparent; }
  .u-table02 tr, .u-wysiwyg .wp-block-table.table03 tr, .u-wysiwyg .wp-block-table.is-style-table03 tr, .u-wysiwyg table.table03 tr {
    line-height: 1.95;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .u-table02 tr th, .u-wysiwyg .wp-block-table.table03 tr th, .u-wysiwyg .wp-block-table.is-style-table03 tr th, .u-wysiwyg table.table03 tr th,
    .u-table02 tr > td:first-child,
    .u-wysiwyg .wp-block-table.table03 tr > td:first-child,
    .u-wysiwyg .wp-block-table.is-style-table03 tr > td:first-child,
    .u-wysiwyg table.table03 tr > td:first-child {
      border-top: solid 1px #54cbff;
      background-color: transparent;
      border-right: none;
      display: block;
      -webkit-box-flex: inherit;
      -ms-flex: inherit;
      flex: inherit; }
    .u-table02 tr td, .u-wysiwyg .wp-block-table.table03 tr td, .u-wysiwyg .wp-block-table.is-style-table03 tr td, .u-wysiwyg table.table03 tr td {
      border-top: solid 1px #d1d1d1;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border-right: none; }
    .u-table02 tr:last-child th, .u-wysiwyg .wp-block-table.table03 tr:last-child th, .u-wysiwyg .wp-block-table.is-style-table03 tr:last-child th, .u-wysiwyg table.table03 tr:last-child th,
    .u-table02 tr:last-child td:first-child,
    .u-wysiwyg .wp-block-table.table03 tr:last-child td:first-child,
    .u-wysiwyg .wp-block-table.is-style-table03 tr:last-child td:first-child,
    .u-wysiwyg table.table03 tr:last-child td:first-child {
      border-bottom: solid 1px #54cbff; }
    .u-table02 tr:last-child td, .u-wysiwyg .wp-block-table.table03 tr:last-child td, .u-wysiwyg .wp-block-table.is-style-table03 tr:last-child td, .u-wysiwyg table.table03 tr:last-child td {
      border-bottom: solid 1px #d1d1d1; }

.u-btn01 {
  border: solid 1px #191919;
  display: block;
  margin: 0 auto;
  border-radius: 60px;
  position: relative;
  background-color: #fff; }
  .u-btn01::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #191919;
    border-right: solid 2px #191919;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    background-size: contain; }
  .u-btn01:hover {
    border-color: #474747;
    background-color: #474747;
    color: #fff;
    opacity: 1;
    text-decoration: none !important; }
    .u-btn01:hover::before {
      border-color: #fff; }
  .u-btn01.is-newTab:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    border: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/common/img/base/icon-newtab.svg") no-repeat center/contain; }
  .u-btn01.is-newTab:hover::before {
    background: url("/common/img/base/icon-newtab-wh.svg") no-repeat center/contain; }

.u-btn02 {
  border: solid 1px #191919;
  padding: 5px 0 5px 20px;
  display: block;
  margin: 0 auto;
  border-radius: 60px;
  position: relative; }
  .u-btn02::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-top: solid 2px #191919;
    border-right: solid 2px #191919;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    background-size: contain; }
  .u-btn02:hover {
    border-color: #474747;
    background-color: #474747;
    color: #fff;
    text-decoration: none !important; }
    .u-btn02:hover::before {
      border-color: #fff; }
  .u-btn02.is-wh {
    border: solid 1px #fff;
    color: #fff; }
    .u-btn02.is-wh::before {
      border-color: #fff; }
    .u-btn02.is-wh:hover {
      border-color: #474747;
      color: #fff;
      background-color: #474747; }
      .u-btn02.is-wh:hover::before {
        border-color: #fff; }

.u-btn03 {
  background-color: #0184dc;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  margin: 0 auto;
  border-radius: 60px;
  position: relative; }
  .u-btn03::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 33px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    background-size: contain; }
  .u-btn03:hover {
    background-color: #474747;
    color: #fff;
    border-color: #474747;
    text-decoration: none !important; }
    .u-btn03:hover::before {
      border-color: #fff; }
  .u-btn03.is-pdf::before {
    content: '';
    border: none;
    background-image: url(../img/base/icon-pdf.svg);
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    width: 30px;
    height: 30px; }
  .u-btn03.u-bg-c1_1:hover {
    background-color: #3b4347 !important;
    color: #fff; }

.u-btn04 {
  display: block;
  margin: 0 auto;
  border-radius: 60px;
  position: relative;
  font-size: 0.95rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .u-btn04::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #191919;
    border-right: solid 2px #191919;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    background-size: contain; }
  .u-btn04:hover {
    background-color: #474747;
    border-color: #474747;
    color: #fff;
    text-decoration: none !important; }
    .u-btn04:hover::after {
      border-color: #fff; }

.u-h01 {
  position: relative; }
  .u-h01::before {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #54cbff; }
  .u-h01 .en {
    font-family: 'Inter', "Noto Sans JP",  "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
    letter-spacing: 0.02em;
    line-height: 1.55; }
  .u-h01 .ja {
    display: block;
    font-size: 1.1rem; }
  .u-h01.is-wh::before {
    background-color: #fff; }
  .u-h01.is-wh .en {
    color: #fff; }
  .u-h01.is-wh .ja {
    color: #fff; }

.u-h02 {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  position: relative; }
  .u-h02::before {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #54cbff; }

.u-tabs01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .u-tabs01__btn {
    background-color: #f5f5f5;
    display: block;
    text-align: center; }
    .u-tabs01__btn:hover {
      color: #fff;
      background-color: #54cbff;
      opacity: 1 !important; }

.u-mv01__img {
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover; }

.u-mv01__h {
  text-align: center; }
  .u-mv01__h .txt {
    font-size: 1.9rem;
    font-weight: bold;
    background-color: #fff;
    margin: 0 auto;
    display: block; }

@media screen and (min-width: 1399px) {
  /* ==========================================================================
   Large
   ========================================================================== */
  .wrapin {
    max-width: calc( 1520px + 40px);
    margin: 0 auto;
    padding: 0 40px; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px; }
  body {
    padding-top: 300px;
    margin-top: -300px; }
  .pcOnly {
    display: block; }
  .spOnly {
    display: none; }
  /* ---------------------------
l-header
--------------------------- */
  .l-header {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; }
    #cat-home .l-header {
      position: fixed;
      background-color: transparent; }
    .l-header-inner {
      max-width: 1560px;
      width: 100%;
      margin: 0 auto;
      padding: 0 0 0 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .l-header-col1 {
      width: 172px;
      padding-right: 10px; }
    .l-header-col2 {
      margin-left: auto; }
    .l-header-col3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-right: 40px;
      padding: 10px 0 0 0; }
    .l-header-btn {
      display: none; }
      .l-header-btn-inner.active span {
        background-color: #3b4347;
        top: 8px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .l-header-btn-inner.active span:nth-child(2), .l-header-btn-inner.active span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .l-header-gnav-menu__item {
      padding: 10px 0 20px; }
      .l-header-gnav-menu__item:first-child {
        display: none; }
    .l-header-gnav-menu__accor {
      position: relative;
      padding-right: 16.5px;
      padding-left: 16.5px; }
      .l-header-gnav-menu__item:last-child .l-header-gnav-menu__accor {
        padding-right: 0; }
      .l-header-gnav-menu__accor.is-current {
        border-bottom: solid 4px #54cbff; }
      .l-header-gnav-menu__accor:hover {
        opacity: 1; }
    .l-header-gnav-menu__arrow {
      display: none; }
    .l-header-gnav-menu-child {
      z-index: 10000;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%) scaleY(0);
      -ms-transform: translateX(-50%) scaleY(0);
      transform: translateX(-50%) scaleY(0);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      pointer-events: none;
      width: 100vw;
      height: auto;
      padding: 38px 20px 18px;
      background-color: #0184dc;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-header-gnav-menu-child__item {
        margin-bottom: 20px; }
        .l-header-gnav-menu-child__item:not(:last-child) {
          margin-right: 82px; }
        .l-header-gnav-menu-child__item.has-grandchild {
          max-width: 1100px;
          width: 100%;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .l-header-gnav-menu-child__item.has-grandchild:not(:last-child) {
            padding-bottom: 27px;
            margin-bottom: 27px;
            border-bottom: solid 1px rgba(255, 255, 255, 0.7); }
          .l-header-gnav-menu-child__item.has-grandchild:last-child {
            margin-bottom: 20px; }
        .l-header-gnav-menu-child__item > a,
        .l-header-gnav-menu-child__item span {
          color: #fff;
          width: 220px;
          margin-right: auto;
          word-break: keep-all;
          position: relative;
          padding-left: 14px; }
          .l-header-gnav-menu-child__item > a::before,
          .l-header-gnav-menu-child__item span::before {
            content: '';
            display: block;
            width: 7px;
            height: 7px;
            position: absolute;
            top: 0.6em;
            left: 0;
            background-color: #fff; }
    .l-header-gnav-menu .l-header-gnav-menu__item:hover .l-header-gnav-menu-child {
      -webkit-transform: translateX(-50%) scaleY(1);
      -ms-transform: translateX(-50%) scaleY(1);
      transform: translateX(-50%) scaleY(1);
      pointer-events: auto; }
    .l-header-gnav-menu-grandchild {
      width: calc(100% - 253px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-header-gnav-menu-grandchild__item {
        margin-right: 40px;
        margin-bottom: 6px; }
        .l-header-gnav-menu-grandchild__item a {
          color: #fff;
          position: relative;
          padding-left: 12px;
          font-weight: 300; }
          .l-header-gnav-menu-grandchild__item a::after {
            top: 0.4em;
            left: 0;
            font-size: 0.7em; }
    .l-header-gnav-contact {
      display: none; }
    .l-header-gnav-subNav {
      display: none; }
    .l-header-contact {
      width: 167px; }
      .l-header-contact a {
        width: 100%;
        height: 100%; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer-contact {
    padding: 46px 0 0; }
    .l-footer-contact-logo {
      width: 178px;
      margin-right: auto; }
    .l-footer-contact-tel {
      margin-right: 20px; }
  .l-footer-gnav {
    padding: 50px 0 27px; }
    .l-footer-gnav-toggle {
      display: none; }
    .l-footer-gnav-menu {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .l-footer-gnav-menu__item:not(:last-child) {
        margin-right: 25px; }
      .l-footer-gnav-menu__item.w100 {
        width: 100%; }
      .l-footer-gnav-menu__h {
        padding-left: 20px; }
      .l-footer-gnav-menu-child {
        margin-top: 7px; }
        .l-footer-gnav-menu-child__item:not(:last-child) {
          margin-bottom: 1px; }
        .l-footer-gnav-menu-child__item a {
          padding-left: 10px; }
      .l-footer-gnav-menu-grandchild {
        margin-top: 6px;
        padding-left: 23px; }
        .l-footer-gnav-menu-grandchild__item {
          margin-bottom: 4px; }
          .l-footer-gnav-menu-grandchild__item a {
            padding-left: 13px; }
    .l-footer-gnav-products {
      margin-bottom: 35px; }
      .l-footer-gnav-products-inner {
        width: 83.4%;
        margin-left: auto; }
      .l-footer-gnav-products-sec:not(:last-child) {
        padding-bottom: 15px; }
      .l-footer-gnav-products-sec:not(:first-child) {
        margin-top: 22px; }
      .l-footer-gnav-products__h {
        padding-left: 15px; }
      .l-footer-gnav-products-lists01 {
        margin-top: 7px; }
        .l-footer-gnav-products-lists01__item {
          width: 24%;
          margin-bottom: 4px; }
          .l-footer-gnav-products-lists01__item:not(:nth-child(4n)) {
            margin-right: 1.3%; }
        .l-footer-gnav-products-lists01__logo {
          height: 108px;
          padding: 28px 0; }
          .l-footer-gnav-products-lists01__logo img {
            height: 100%; }
        .l-footer-gnav-products-lists01__h {
          padding-left: 11px; }
      .l-footer-gnav-products-lists02 {
        margin-top: 4px; }
        .l-footer-gnav-products-lists02__item {
          margin-bottom: 5px; }
          .l-footer-gnav-products-lists02__item:not(:last-child) {
            margin-right: 57px; }
          .l-footer-gnav-products-lists02__item a {
            padding-left: 11px; }
  .l-footer-footNav {
    margin-top: 105px; }
    .l-footer-footNav__item {
      margin-bottom: 10px; }
      .l-footer-footNav__item:not(:last-child) {
        padding-right: 30px;
        margin-right: 30px;
        border-right: 1px solid #191919; }
      .l-footer-footNav__item a {
        line-height: 1; }
  .l-footer-partner {
    padding: 30px 0; }
    .l-footer-partner-menu__logo {
      width: 170px;
      margin-right: 40px; }
    .l-footer-partner-menu__item {
      width: 170px; }
      .l-footer-partner-menu__item:not(:last-child) {
        margin-right: 50px; }
  .l-footer-copyright-inner {
    padding: 13px 26px 13px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .l-footer-copyright__note {
    font-size: 0.75rem; }
  .l-footer-copyright__h {
    font-size: 0.75rem;
    margin-left: auto; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc( 1520px + 40px);
    margin: 0 auto;
    padding: 0 40px; }
    .l-wrap-720 {
      max-width: calc(720px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-770 {
      max-width: calc(770px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-780 {
      max-width: calc(780px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-800 {
      max-width: calc(800px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-860 {
      max-width: calc(860px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-870 {
      max-width: calc(870px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-900 {
      max-width: calc(900px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-930 {
      max-width: calc(930px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-950 {
      max-width: calc(950px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-960 {
      max-width: calc(960px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-980 {
      max-width: calc(980px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1000 {
      max-width: calc(1000px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1080 {
      max-width: calc(1080px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1100 {
      max-width: calc(1100px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1140 {
      max-width: calc(1140px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1160 {
      max-width: calc(1160px + 200px);
      width: 100%;
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1280 {
      max-width: calc(1280px + 200px);
      width: 100%;
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1460 {
      max-width: calc(1460px + 200px);
      width: 100%;
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
  .l-mv01 {
    padding: 76px 0; }
    .l-mv01__h .ja {
      font-size: 2rem;
      margin-top: 10px; }
  .l-mv02 {
    padding: 53px 0 98px; }
    .l-mv02__h .ja {
      font-size: 2rem;
      margin-top: 10px; }
  .l-mv03 {
    padding: 85px 0 145px; }
    .l-mv03__h {
      font-size: 1.8rem; }
  .l-mv04 {
    padding: 47px 0 58px; }
    .l-mv04__lead p:not(:last-child) {
      margin-bottom: 2.6em; }
  .l-mv05 {
    padding: 75px 0 105px; }
    .l-mv05__catch {
      margin-top: 10px;
      padding-bottom: 26px; }
    .l-mv05__lead {
      text-align: center; }
  .l-mv06 {
    padding: 27px 0; }
    .l-mv06__subH {
      margin-bottom: 13px;
      padding-bottom: 9px; }
    .l-mv06__h {
      font-size: 1.8rem; }
    .l-mv06__lead p {
      font-size: 1.1rem;
      line-height: 2.3; }
      .l-mv06__lead p:not(:last-child) {
        margin-bottom: 2.6em; }
  .l-breadcrumb {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 12px 45px; }
    .l-breadcrumb.is-notMv {
      position: static; }
    .l-breadcrumb-lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-breadcrumb-lists__item {
        font-size: 0.75rem;
        padding-right: 12px;
        margin-right: 12px; }
        .l-breadcrumb-lists__item:not(:last-child)::before {
          right: 0; }
  .l-product-head {
    margin-top: 25px; }
    .l-product-head__h {
      padding-left: 25px;
      margin-right: auto;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 15px; }
    .l-product-head__logo {
      width: 120px;
      max-width: 120px;
      max-height: 95px; }
      .l-product-head__logo img {
        max-width: 120px;
        max-height: 95px; }
  .l-product__link {
    margin-top: 45px;
    padding: 37px 100px 37px 40px; }
    .l-product__link::before {
      width: 100px; }
  .l-product-func-label {
    padding: 37px 100px 37px 40px; }
    .l-product-func-label::after {
      width: 100px; }
    .l-product-func-label.on {
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05); }
  .l-product-func-lists {
    padding: 30px 60px 20px 60px; }
    .l-product-func-lists__item {
      width: calc(50% - 30px);
      margin-bottom: 15px; }
      .l-product-func-lists__item:nth-child(odd) {
        margin-right: auto; }
      .l-product-func-lists__item a {
        padding-left: 17px; }
  .l-product-solution-wrap {
    margin-bottom: 40px; }
  .l-product-solution-label {
    margin-top: 15px;
    padding: 15px 60px 15px 40px; }
  .l-product-solution__icon {
    width: 42px; }
  .l-product-solution__h {
    padding-left: 13px; }
  .l-product-solution-lists {
    padding: 30px 60px 20px 60px; }
    .l-product-solution-lists__item {
      width: calc(50% - 30px);
      margin-bottom: 15px; }
      .l-product-solution-lists__item:nth-child(odd) {
        margin-right: auto; }
      .l-product-solution-lists__item a {
        padding-left: 17px; }
        .l-product-solution-lists__item a::before {
          width: 6px;
          height: 6px;
          top: 8px; }
  .l-pagenavi .wp-pagenavi {
    margin-right: -20px; }
    .l-pagenavi .wp-pagenavi a {
      margin-right: 20px; }
    .l-pagenavi .wp-pagenavi .page {
      padding: 2px 12px; }
    .l-pagenavi .wp-pagenavi .current {
      padding: 2px 12px;
      margin: 0 20px 0 0; }
  .l-pagenavi02__item:not(:last-child) {
    margin-right: 45px; }
  .l-post01 {
    padding: 80px 0 100px; }
    .l-post01-clear {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .l-post01-main {
      width: calc(100% - 340px); }
    .l-post01-side {
      width: 280px; }
      .l-post01-side__item:not(:last-child) {
        margin-bottom: 40px; }
      .l-post01-side__h {
        padding: 20px 10px 20px 20px; }
      .l-post01-side-lists__item a {
        padding: 18px 10px 15px 20px; }
  .l-post02 {
    padding: 80px 0 100px; }
    .l-post02-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .l-post02-main {
      width: calc(100% - 340px); }
      .l-post02-main__item:not(:last-child) {
        margin-bottom: 95px; }
      .l-post02-main__h {
        font-size: 2.15rem;
        padding: 28px 0 0;
        margin-bottom: 40px; }
        .l-post02-main__h::before {
          width: 190px;
          height: 9px; }
      .l-post02-main__thumb {
        margin-left: auto;
        padding: 47px 55px 32px;
        width: calc(100% - 35px);
        margin: 0 0 30px auto; }
    .l-post02-side {
      width: 280px; }
      .l-post02-side__item:not(:last-child) {
        margin-bottom: 40px; }
      .l-post02-side__h {
        padding: 20px 10px 20px 20px; }
      .l-post02-side-lists__item a {
        padding: 18px 10px 15px 20px; }
  .l-side {
    width: 280px; }
    .l-side__item:not(:last-child) {
      margin-bottom: 40px; }
    .l-side__h {
      padding: 20px 40px 20px 10px; }
    .l-side-lists__item {
      margin-bottom: 30px; }
    .l-side-lists-tab {
      padding: 20px 15px 20px 20px; }
    .l-side-lists-child__item a {
      padding: 20px 15px 20px 20px; }
      .l-side-lists-child__item a.solution {
        padding: 22px 15px 22px 65px; }
    .l-side-case:not(:first-child) {
      margin-top: 8px; }
    .l-side-case__company {
      padding: 20px 20px 0 20px; }
    .l-side-case__title {
      padding: 12px 20px 23px; }
    .l-side-case-menu {
      padding: 0 20px 20px; }
      .l-side-case-menu__item a {
        padding: 16px 0 16px 18px; }
    .l-side-case__link {
      padding: 20px 40px 20px 20px; }
  .l-cat01 {
    padding: 50px 0; }
    .l-cat01-clear:not(:last-child) {
      margin-bottom: 20px; }
    .l-cat01-col1 {
      margin-right: 40px; }
    .l-cat01__h {
      padding-top: 18px;
      font-size: 1.05rem; }
    .l-cat01-lists {
      margin-bottom: -15px; }
      .l-cat01-lists__item {
        margin-bottom: 15px;
        margin-right: 12px; }
        .l-cat01-lists__item a {
          height: 65px;
          padding: 5px 30px;
          border-radius: 40px; }
    .l-cat01-search {
      margin: 0 auto 30px;
      width: 550px; }
      .l-cat01-search__text {
        height: 80px;
        border-top-left-radius: 90px;
        border-bottom-left-radius: 90px; }
      .l-cat01-search__submit {
        width: 92px;
        height: 80px;
        border-top-right-radius: 90px;
        border-bottom-right-radius: 90px; }
        .l-cat01-search__submit img {
          width: 26px; }
  .m-home-shape.is-01 {
    width: 446px;
    left: 50%;
    margin-left: -960px;
    top: 40px; }
  .m-home-shape.is-02 {
    width: 1223px;
    left: 50%;
    margin-left: -420px;
    top: -260px; }
  .m-home-shape.is-03 {
    width: 626px;
    left: 50%;
    margin-left: -855px;
    bottom: -138px; }
  .m-home-shape.is-04 {
    width: 1143px;
    left: 50%;
    margin-left: -815px;
    bottom: -380px; }
  .m-home-shape.is-05 {
    width: 512px;
    left: 50%;
    margin-left: 375px;
    bottom: 42px; }
  .m-home-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 768px;
    height: 100vh;
    padding-top: 100px; }
    .m-home-mv-txts__item {
      top: calc(50% - 64px);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .m-home-mv__h {
      font-size: 4rem; }
    .m-home-mv-news {
      position: absolute;
      width: 100%;
      right: 0;
      bottom: 0%; }
      .m-home-mv-news-lists {
        max-width: 930px;
        width: calc(100% - 50px); }
        .m-home-mv-news-lists__item {
          top: 100%; }
          .m-home-mv-news-lists__item.active {
            bottom: 0;
            top: inherit; }
          .m-home-mv-news-lists__item a {
            padding: 25px 80px 25px 40px; }
            .m-home-mv-news-lists__item a .date {
              padding-right: 33px; }
            .m-home-mv-news-lists__item a::before {
              right: 57px; }
    .m-home-mv-slide-item .label1_1 {
      font-size: 144px;
      margin-bottom: 0.1em; }
    .m-home-mv-slide-item .label1_2 {
      font-size: 4rem;
      margin-bottom: 0.3em; }
    .m-home-mv-slide-item .label1_3 {
      font-size: 1.2rem; }
    .m-home-mv-slide-item .label2_1 {
      font-size: 4rem; }
    .m-home-mv-slide-item .label3_1 {
      font-size: 3.3rem; }
    .m-home-mv-slide-item .label3_2 {
      font-size: 1.8rem; }
    .m-home-mv-slide-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .m-home-mv-slide-btn .u-btn01 {
      min-width: 300px; }
    .m-home-mv-slide-col2 {
      width: 400px;
      height: 400px; }
      .m-home-mv-slide-col2#mv_3 {
        width: 500px;
        height: 500px;
        margin-right: -50px;
        margin-top: -100px; }
    .m-home-mv-dots {
      right: 50px;
      bottom: 95px; }
      .m-home-mv-dots li button {
        width: 44px; }
      .m-home-mv-dots li:not(:last-child) {
        margin-right: 12px; }
    .m-home-mv-scroll {
      width: 100%;
      max-width: calc(1000px + 200px);
      padding-left: 50px;
      padding-right: 50px; }
  .m-home-about {
    padding: 105px 0 90px; }
    .m-home-about__lead {
      text-align: center; }
    .m-home-about-services {
      margin-top: 50px; }
      .m-home-about-services__img {
        width: calc(50% - 75px); }
    .m-home-about-btn {
      margin: 55px auto 0;
      width: 300px; }
  .m-home-case {
    padding: 94px 0 83px; }
    .m-home-case-slideWrap {
      width: 600px;
      margin: -90px auto 0; }
    .m-home-case-slide {
      height: 378px; }
      .m-home-case-slide__item {
        width: 353px;
        height: 223px;
        margin-right: 60px; }
        .m-home-case-slide__item.is-current {
          width: 600px;
          height: 378px; }
      .m-home-case-slide__thumb img {
        width: 514px;
        height: 324px; }
    .m-home-case-caption {
      width: 100vw;
      padding-left: calc((100vw - 870px) / 2);
      margin-top: 30px;
      position: relative;
      z-index: 0; }
      .m-home-case-caption-inner {
        padding: 38px 60px 100px 60px; }
      .m-home-case-caption-content {
        max-width: 915px;
        margin-right: auto; }
      .m-home-case-caption-menu {
        width: calc(100% - 315px);
        margin-right: auto; }
      .m-home-case-caption-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .m-home-case-caption__company {
        margin-right: auto; }
      .m-home-case-caption__cat {
        padding-left: 3px; }
        .m-home-case-caption__cat::before {
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 100%; }
      .m-home-case-caption-tags {
        margin-top: 25px; }
        .m-home-case-caption-tags__item {
          margin-bottom: 10px; }
          .m-home-case-caption-tags__item:not(:last-child) {
            margin-right: 13px; }
    .m-home-case-btns {
      z-index: 56;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative;
      padding: 10px 10px 0 0; }
      .m-home-case-btns__item {
        position: relative;
        z-index: 100; }
        .m-home-case-btns__item:not(:last-child) {
          margin-right: 9px; }
    .m-home-case-sort {
      margin-top: 40px; }
      .m-home-case-sort__item {
        width: 276px; }
        .m-home-case-sort__item:not(:last-child) {
          margin-right: 12px; }
  .m-home-faq {
    padding: 98px 0 100px; }
    .m-home-faq-inner {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .m-home-faq__h {
      font-size: 4rem;
      padding-bottom: 13px; }
    .m-home-faq-search {
      margin-right: 80px;
      margin-left: auto;
      width: 550px; }
      .m-home-faq-search__text {
        padding: 0 40px;
        width: calc(100% - 92px);
        height: 80px; }
      .m-home-faq-search__submit {
        width: 92px;
        height: 80px; }
        .m-home-faq-search__submit img {
          width: 26px;
          height: 26px; }
    .m-home-faq-btns__item:not(:last-child) {
      margin-bottom: 30px; }
    .m-home-faq-btns__item a {
      width: 195px;
      padding: 0 10px 0 40px; }
  .m-home-license {
    padding-top: 90px;
    padding-bottom: 30px; }
    .m-home-license-lists-sec {
      padding: 30px 0; }
      .m-home-license-lists-sec:last-child {
        padding-bottom: 80px; }
      .m-home-license-lists-sec__h {
        width: calc(22% - 10px);
        margin-right: 10px; }
      .m-home-license-lists-sec-lists {
        margin-top: 6px; }
        .m-home-license-lists-sec-lists.col3-pc, .m-home-license-lists-sec-lists.col4-pc {
          margin-bottom: -30px; }
        .col3-pc .m-home-license-lists-sec-lists__item {
          width: 32%;
          margin-bottom: 30px; }
          .col3-pc .m-home-license-lists-sec-lists__item:not(:nth-child(3n)) {
            margin-right: 1.5%; }
        .col4-pc .m-home-license-lists-sec-lists__item {
          width: 24%;
          margin-bottom: 30px; }
          .col4-pc .m-home-license-lists-sec-lists__item:not(:nth-child(4n)) {
            margin-right: calc(16px / 3); }
        .m-home-license-lists-sec-lists__logo {
          height: 120px; }
          .m-home-license-lists-sec-lists__logo img {
            width: auto;
            max-width: calc(100% - 40px);
            max-height: 80px; }
        .m-home-license-lists-sec-lists__h {
          margin-top: 12px; }
          .m-home-license-lists-sec-lists__h .ja {
            font-size: 0.8rem; }
          .m-home-license-lists-sec-lists__h .en {
            padding-left: 17px; }
            .m-home-license-lists-sec-lists__h .en::before {
              top: 0.6em;
              width: 7px;
              height: 7px; }
  .m-home-solution {
    padding: 52px 0 80px; }
    .m-home-solution-sec {
      margin-top: 15px; }
      .m-home-solution-sec-lists {
        margin-top: 12px; }
        .m-home-solution-sec-lists__item {
          width: calc(50% - 3px); }
          .m-home-solution-sec-lists__item:nth-child(n + 3) {
            margin-top: 6px; }
          .m-home-solution-sec-lists__item a {
            height: 106px; }
            .m-home-solution-sec-lists__item a::after {
              width: 8px;
              height: 8px; }
        .m-home-solution-sec-lists__img {
          margin-right: 25px; }
  .m-home-news {
    padding: 95px 0 80px; }
    .m-home-news::before {
      content: '';
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #fff; }
    .m-home-news-col {
      width: 43%; }
      .m-home-news-col__h {
        padding-bottom: 25px; }
        .m-home-news-col__h::before {
          width: 30px;
          height: 4px; }
        .is-col1 .m-home-news-col__h {
          color: #fff; }
        .m-home-news-col__h .en {
          font-size: 3.5rem; }
    .m-home-news-lists {
      margin-top: 50px; }
      .m-home-news-lists__item a {
        padding-right: 40px;
        padding: 38px 40px 34px 0; }
      .m-home-news-lists__info {
        margin-bottom: 5px; }
        .m-home-news-lists__info .date {
          margin-right: 15px;
          font-size: 0.9rem; }
        .m-home-news-lists__info .cat {
          font-size: 0.8rem;
          margin-right: 15px;
          padding: 3px 14px; }
          .m-home-news-lists__info .cat.hasColor {
            border-left-width: 4px;
            border-left-style: solid; }
    .m-home-news-btn {
      width: 130px;
      height: 38px;
      margin: 28px 0 0 auto; }
  .m-home-blog {
    padding: 45px 0 0; }
    .m-home-blog-clear {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .m-home-blog-txts {
      padding-left: 20px;
      margin-top: 120px; }
    .m-home-blog__h {
      padding-bottom: 21px; }
      .m-home-blog__h .main {
        font-size: 3rem; }
    .m-home-blog__btn {
      width: 130px;
      margin-top: 20px; }
    .m-home-blog__lead {
      font-size: 1.1rem;
      margin-top: 43px; }
    .m-home-blog-lists {
      width: 62.5%;
      -webkit-transform: translateY(75px);
      -ms-transform: translateY(75px);
      transform: translateY(75px); }
      .m-home-blog-lists__item a {
        padding: 50px 50px 50px 0; }
      .m-home-blog-lists__date {
        position: absolute;
        top: 50px;
        left: 0;
        -webkit-transform: rotate(-90deg) translate(-100%, -50%);
        -ms-transform: rotate(-90deg) translate(-100%, -50%);
        transform: rotate(-90deg) translate(-100%, -50%);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        line-height: 1; }
      .m-home-blog-lists-clear {
        padding-left: 20px; }
      .m-home-blog-lists__item:not(:last-child) {
        margin-bottom: 13px; }
      .m-home-blog-lists__thumb {
        width: 45.5%; }
      .m-home-blog-lists-txts {
        width: 49%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .m-home-blog-lists__h {
        margin-bottom: 20px; }
      .m-home-blog-lists-cats {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .m-home-blog-lists__cat {
        margin-bottom: 5px;
        margin-left: 10px;
        font-size: 0.8rem;
        padding: 3px 6px; }
  .m-home-company {
    padding: 165px 0 43px; }
    .m-home-company-col2 {
      margin-top: 32px;
      width: 56%; }
    .m-home-company-links__item:last-child {
      margin-top: 7px; }
    .m-home-company-links__item:not(:last-child) {
      margin-bottom: 14px; }
  .m-home-bnrs {
    padding: 60px 0 65px; }
    .m-home-bnrs-lists__item:not(:last-child) {
      margin-right: 100px; }
  @-webkit-keyframes homeMvScroll {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    25% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    50% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); } }
  @keyframes homeMvScroll {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    25% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    50% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); } }
  .m-products-lists {
    padding-top: 30px; }
    .m-products-lists-sec {
      padding: 35px 0 25px; }
      .m-products-lists-sec:last-child {
        padding-bottom: 40px; }
      .m-products-lists-sec__h {
        padding-left: 15px; }
      .m-products-lists-sec-lists {
        margin-top: 27px; }
        .m-products-lists-sec-lists.col3-pc {
          margin-top: 15px;
          margin-left: 6px; }
        .m-products-lists-sec-lists__item {
          margin-right: 70px;
          margin-bottom: 20px; }
          .col3-pc .m-products-lists-sec-lists__item {
            width: calc(33.33% - 6px);
            margin-right: 6px; }
          .m-products-lists-sec-lists__item.is-products {
            margin-bottom: 40px; }
        .m-products-lists-sec-lists-mysql {
          margin-bottom: 20px; }
          .m-products-lists-sec-lists-mysql a {
            padding: 37px 10px 20px;
            min-height: 182px; }
          .m-products-lists-sec-lists-mysql-col {
            width: 50%; }
        .m-products-lists-sec-lists-db {
          padding: 37px 10px 20px;
          min-height: 182px; }
          .m-products-lists-sec-lists-db__logo {
            max-width: 120px;
            max-height: 72px;
            height: 72px; }
          .m-products-lists-sec-lists-db__h {
            margin-top: 25px; }
        .m-products-lists-sec-lists__logo {
          height: 120px;
          margin-bottom: 12px; }
          .m-products-lists-sec-lists__logo img {
            width: auto;
            max-width: calc(100% - 40px);
            max-height: 80px; }
        .m-products-lists-sec-lists__h .ja {
          font-size: 0.8rem; }
        .m-products-lists-sec-lists__h .en {
          padding-left: 17px; }
          .m-products-lists-sec-lists__h .en::before {
            top: 0.6em;
            width: 7px;
            height: 7px; }
  .m-products-db {
    padding: 70px 0 115px; }
    .m-products-db-sec {
      padding: 35px 70px 70px;
      margin-top: 30px; }
      .m-products-db-sec:first-of-type {
        margin-top: 35px; }
  .m-products-cloud {
    padding: 20px 0 70px; }
    .m-products-cloud__h {
      -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      transform: translateY(-50px); }
    .m-products-cloud-lists {
      margin-top: 14px; }
      .m-products-cloud-lists__item {
        width: calc(50% - 5px);
        margin-bottom: 10px; }
        .m-products-cloud-lists__item > a, .m-products-cloud-lists__item > span {
          padding: 30px 24px 30px 40px;
          -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1); }
      .m-products-cloud-lists__h {
        width: calc(100% - 40px); }
      .m-products-cloud-lists__logo {
        width: 60px; }
      .m-products-cloud-lists__desc {
        padding-right: 16px;
        margin-top: 20px; }
  .m-products-relation {
    padding: 47px 0 90px; }
    .m-products-relation-lists {
      margin-top: 14px; }
      .m-products-relation-lists__item {
        width: calc(50% - 5px);
        margin-bottom: 10px; }
        .m-products-relation-lists__item > a, .m-products-relation-lists__item > span {
          min-height: 140px;
          padding: 0 40px 10px 40px;
          -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1); }
      .m-products-relation-lists__logo {
        max-width: 90px;
        max-height: 60px; }
  .m-cases__h {
    padding-bottom: 15px; }
  .m-cases-lists01__item::before {
    -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .m-cases-lists01__item:not(:first-child) {
    margin-top: 75px; }
  .m-cases-lists01__thumb {
    width: 41%;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  .m-cases-lists01-txts {
    width: 59%;
    padding: 40px 50px 40px 30px; }
  .m-cases-lists01__company {
    margin-right: 15px; }
  .m-cases-lists01__cat {
    padding-left: 5px;
    margin-top: 1.13em;
    margin-left: auto; }
  .m-cases-lists01-tags {
    margin-top: 33px; }
    .m-cases-lists01-tags__item {
      margin-right: 13px;
      margin-bottom: 8px; }
  .m-cases-lists02__item:not(:first-child) {
    margin-top: 7px; }
  .m-cases-lists02__txts {
    padding: 32px 20px 24px 40px; }
  .m-cases-lists02__h {
    margin-bottom: 8px; }
  .m-cases-lists02-tags__item {
    margin-left: 13px; }
  .m-cases-tabs {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    .m-cases-tabs-lists__item {
      width: calc(33.33% - 20px); }
      .m-cases-tabs-lists__item:first-child {
        width: 33.33%;
        margin-right: auto; }
      .m-cases-tabs-lists__item:nth-child(2) {
        margin-right: 10px; }
      .m-cases-tabs-lists__item a, .m-cases-tabs-lists__item span {
        padding: 15px 22px 15px 27px;
        border-radius: 3px 3px 0 0; }
  .m-cases-pickup {
    padding: 7px 0 83px; }
    .m-cases-pickup-slideWrap {
      width: 600px;
      margin: 0 auto 0; }
    .m-cases-pickup-slide {
      height: 378px;
      margin-top: -90px; }
      .m-cases-pickup-slide__item {
        width: 353px;
        height: 223px;
        margin-right: 60px; }
        .m-cases-pickup-slide__item.is-current {
          width: 600px;
          height: 378px; }
          .m-cases-pickup-slide__item.is-current a img {
            width: 600px;
            height: 378px; }
      .m-cases-pickup-slide__thumb img {
        width: 353px;
        height: 223px; }
    .m-cases-pickup-caption {
      width: 100vw;
      padding-left: calc((100vw - 870px) / 2); }
      .m-cases-pickup-caption-inner {
        padding: 38px 60px 100px 60px; }
      .m-cases-pickup-caption-content {
        max-width: 915px;
        margin-right: auto; }
      .m-cases-pickup-caption-menu {
        width: calc(100% - 315px);
        margin-right: auto; }
      .m-cases-pickup-caption-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .m-cases-pickup-caption__company {
        margin-right: auto;
        padding-right: 25px; }
      .m-cases-pickup-caption__cat {
        padding-left: 3px; }
        .m-cases-pickup-caption__cat::before {
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 100%; }
      .m-cases-pickup-caption-tags {
        margin-top: 25px; }
        .m-cases-pickup-caption-tags__item {
          margin-bottom: 7px; }
          .m-cases-pickup-caption-tags__item:not(:last-child) {
            margin-right: 13px; }
    .m-cases-pickup-btns {
      margin-top: 12px; }
      .m-cases-pickup-btns__item {
        position: relative;
        z-index: 100; }
        .m-cases-pickup-btns__item:not(:last-child) {
          margin-right: 9px; }
    .m-cases-pickup-latest {
      margin-top: 27px;
      padding: 23px 0 110px; }
      .m-cases-pickup-latest__h {
        -webkit-transform: translateY(-46px);
        -ms-transform: translateY(-46px);
        transform: translateY(-46px); }
      .m-cases-pickup-latest-listWrap {
        margin-top: 30px; }
  .m-cases-subjects {
    padding-top: 24px;
    padding-bottom: 100px; }
  .m-cases-products-h {
    padding: 10px 0 105px; }
  .m-cases-products-listSec01 {
    padding-bottom: 45px; }
  .m-cases-products-listSec02 {
    padding: 69px 0 100px; }
  .m-cases-products-lists {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); }
  .m-case {
    padding: 67px 0 65px; }
    .m-case-head {
      padding: 68px 0 105px; }
    .m-case__h {
      padding-bottom: 20px;
      margin-bottom: 70px; }
    .m-case-tags {
      margin-top: 22px; }
      .m-case-tags__item {
        margin-right: 13px;
        margin-bottom: 10px; }
    .m-case-info {
      margin-top: 57px; }
      .m-case-info-company {
        margin-top: 9px;
        padding: 30px 30px; }
        .m-case-info-company__logo {
          width: 330px;
          height: 180px; }
          .m-case-info-company__logo img {
            width: 186px; }
        .m-case-info-company__h {
          margin-left: 48px; }
    .m-case__thumb {
      margin: 0 auto;
      max-width: 825px;
      width: 100%; }
    .m-case__cat {
      padding-left: 25px;
      margin-top: 30px; }
    .m-case-outline {
      padding-bottom: 82px; }
      .m-case-outline__h {
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px); }
      .m-case-outline-inner {
        margin-top: -37px;
        padding: 60px 70px 65px;
        -webkit-box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
        box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1); }
      .m-case-outline-preface {
        margin-top: 35px; }
        .m-case-outline-preface__h {
          padding-left: 15px; }
        .m-case-outline-preface__txt {
          margin-top: 12px; }
      .m-case-outline-main {
        margin-top: 72px; }
        .m-case-outline-main__item:not(:first-child) {
          margin-top: 40px; }
        .m-case-outline-main__txt {
          margin-top: 18px; }
        .m-case-outline-main-lists {
          margin-top: 22px; }
          .m-case-outline-main-lists__item {
            padding-left: 20px; }
            .m-case-outline-main-lists__item:not(:last-child) {
              margin-bottom: 7px; }
        .m-case-outline-main__img {
          margin-top: 30px; }
    .m-case-interview {
      padding: 35px 0 30px; }
      .m-case-interview-inner {
        margin-top: 16px;
        padding: 30px 65px 80px; }
      .m-case-interview-preface__h {
        font-size: 1.34rem;
        margin-top: 1.5em; }
        .m-case-interview-preface__h span {
          font-size: 2rem;
          padding: 5px 15px 5px 15px; }
      .m-case-interview-people {
        margin-top: 50px; }
        .m-case-interview-people__item {
          width: calc(50% - 25px); }
          .m-case-interview-people__item:nth-child(n + 3) {
            margin-top: 40px; }
        .m-case-interview-people__img {
          width: 75px;
          height: 75px; }
        .m-case-interview-people-txts {
          margin-left: 10px; }
        .m-case-interview-people__duty {
          margin-top: 5px; }
        .m-case-interview-people__name .position {
          padding-right: 9px; }
        .m-case-interview-people__note {
          margin-top: -2px; }
      .m-case-interview-article {
        margin-top: 67px; }
    .m-case-pdf {
      padding: 20px 0 50px; }
    .m-case-company {
      padding-bottom: 70px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08); }
      .m-case-company-inner {
        padding: 47px 40px 45px; }
      .m-case-company__logo {
        width: 27%;
        margin-right: auto; }
      .m-case-company-txts {
        width: 68.5%; }
      .m-case-company__cat {
        margin-top: 20px; }
      .m-case-company__link {
        margin-top: 9px; }
      .m-case-company-info {
        margin-top: 15px; }
        .m-case-company-info p {
          padding-left: 15px; }
        .m-case-company-info ul li {
          padding-left: 15px; }
    .m-case-relation {
      padding: 85px 0 40px; }
    .m-case-other {
      padding: 75px 0 56px; }
      .m-case-other__item {
        margin-top: 70px !important; }
    .m-case-nav {
      padding: 57px 0; }
      .m-case-nav-inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .m-case-nav__h {
        padding-left: 26px;
        margin-right: auto; }
      .m-case-nav-lists {
        margin-left: auto; }
        .m-case-nav-lists__item {
          margin-right: 12px;
          width: 175px; }
          .m-case-nav-lists__item:first-child {
            margin-right: 20px;
            padding-right: 20px;
            width: 255px; }
            .m-case-nav-lists__item:first-child::after {
              content: '';
              display: block;
              width: 1px;
              height: 100%;
              position: absolute;
              top: 0;
              right: 0;
              background-color: #fff; }
          .m-case-nav-lists__item:nth-child(2) {
            margin-right: 12px; }
  .m-faq-search {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .m-faq-search-form {
      margin-right: 80px;
      margin-left: auto;
      -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
      box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1); }
    .m-faq-search__submit img {
      width: 26px;
      height: 26px; }
  .m-faq__h {
    padding-left: 62px; }
    .m-faq__h::before {
      top: -5px;
      width: 50px;
      height: 50px;
      font-size: 1.6rem; }
  .m-faq-main {
    padding-bottom: 80px;
    margin-bottom: 80px; }
  .m-faq-inner {
    padding: 38px 70px 45px;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
  .m-faq-cat {
    margin-top: -75px; }
    .m-faq-cat__h {
      font-size: 0.95rem; }
    .m-faq-cat-link {
      padding: 18px 7px 18px 30px;
      margin-left: 42px; }
      .m-faq-cat-link::after {
        padding-left: 22px;
        font-size: 1.2rem; }
      .m-faq-cat-link__img {
        max-width: 100px; }
      .m-faq-cat-link__txt {
        font-size: 0.9rem; }
  .m-faq-nav {
    padding: 57px 0; }
    .m-faq-nav-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .m-faq-nav__h {
      font-size: 1.3rem;
      margin-right: auto; }
      .m-faq-nav__h::before {
        width: 14px;
        height: 4px;
        margin-right: 8px; }
    .m-faq-nav-lists {
      margin-left: auto; }
      .m-faq-nav-lists__item {
        margin-right: 12px;
        width: 275px; }
        .m-faq-nav-lists__item:last-child {
          margin-right: 0; }
  .m-faqs-tabs-lists__item {
    width: calc(37% - 20px);
    margin-right: 10px; }
    .m-faqs-tabs-lists__item:first-child {
      width: 26%;
      margin-right: auto; }
    .m-faqs-tabs-lists__item:last-child {
      margin-right: 0; }
    .m-faqs-tabs-lists__item a {
      padding: 15px 22px 15px 27px;
      border-radius: 3px 3px 0 0; }
      .m-faqs-tabs-lists__item a:hover::after {
        border-color: #191919; }
  .m-faqs-main {
    margin-top: -8px;
    padding: 70px 0 98px; }
    .m-faqs-main__h {
      margin-bottom: 30px; }
  .m-faqs-lists__item:not(:first-child) {
    margin-top: 7px; }
  .m-faqs-lists__link {
    padding: 23px 100px 0 20px; }
  .m-faqs-lists__h {
    padding-left: 55px;
    margin-right: 30px;
    padding-bottom: 23px; }
    .m-faqs-lists__h::before {
      top: -0.4em; }
  .m-faqs-lists-tags {
    margin-left: auto; }
    .m-faqs-lists-tags__item {
      margin-bottom: 10px; }
      .m-faqs-lists-tags__item:not(:last-child) {
        margin-right: 13px; }
  .m-faqs-pagenavi {
    margin-top: 40px; }
  .m-presroom-archive {
    padding-bottom: 100px; }
    .m-presroom-archive__h {
      margin-top: 55px; }
    .m-presroom-archive-lists {
      margin: 35px 0 40px; }
      .m-presroom-archive-lists__item {
        padding: 25px 0; }
      .m-presroom-archive-lists__link {
        padding-right: 20px; }
      .m-presroom-archive-lists__date {
        margin-right: 20px; }
      .m-presroom-archive-lists__cat {
        padding: 3px 14px; }
        .m-presroom-archive-lists__cat:not(:last-child) {
          margin-right: 7px; }
        .m-presroom-archive-lists__cat.hasColor {
          border-left-width: 4px; }
      .m-presroom-archive-lists__h {
        margin-top: 15px; }
  .m-presroom-main {
    background-color: #f4f4f4;
    background-image: url(../img/base/img-bg02.svg);
    background-size: contain;
    background-repeat: repeat;
    padding: 80px 0 95px; }
    .m-presroom-main-inner {
      padding: 70px 70px 55px;
      margin-bottom: 35px; }
    .m-presroom-main__date {
      margin-right: 20px; }
    .m-presroom-main__cat {
      padding: 3px 14px; }
      .m-presroom-main__cat:not(:last-child) {
        margin-right: 7px; }
      .m-presroom-main__cat.hasColor {
        border-left-width: 4px; }
    .m-presroom-main__h {
      margin-top: 30px;
      font-size: 2.1rem; }
    .m-presroom-main-article {
      padding-top: 22px; }
  .m-company-mv {
    padding: 75px 0; }
    .m-company-mv__lead p:not(:last-child) {
      margin-bottom: 2.6em; }
  .m-company-nav-lists {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
    .m-company-nav-lists__item {
      width: calc(50% - 5px);
      margin-bottom: 10px; }
      .m-company-nav-lists__item a {
        padding: 48px 40px 48px 40px; }
        .m-company-nav-lists__item a p {
          font-size: 1.1rem;
          padding-left: 24px; }
  .m-service-mv {
    padding-bottom: 73px; }
    .m-service-mv-lists {
      margin-top: 55px; }
      .m-service-mv-lists__item {
        width: calc(33.33% - 18px);
        padding-bottom: 40px; }
        .m-service-mv-lists__item:not(:last-child) {
          margin-right: 12px; }
        .m-service-mv-lists__item a {
          padding: 40px 5px 33px; }
      .m-service-mv-lists__icon {
        height: 106px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .m-service-mv-lists__txt {
        margin-top: 30px; }
  .m-service-sec-head__img {
    width: 120px;
    height: 120px;
    float: left; }
  .m-service-sec-head__copy {
    width: calc(100% - 155px);
    margin-left: auto; }
  .m-service-sec-head__h {
    width: calc(100% - 155px);
    margin-left: auto; }
  .m-service-sec-head__txt {
    margin-top: 10px;
    width: calc(100% - 155px);
    margin-left: auto; }
  .m-service-sec01-lists {
    margin-top: 10px; }
    .m-service-sec01-lists-wrap {
      margin-top: 54px; }
    .m-service-sec01-lists__h {
      padding-left: 20px; }
    .m-service-sec01-lists__item {
      width: calc(25% - 5px); }
      .m-service-sec01-lists__item a {
        border-radius: 6px;
        -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
        padding: 25px 0 30px; }
    .m-service-sec01-lists__logo {
      height: 100px;
      padding: 0 10px; }
    .m-service-sec01-lists__txt {
      margin-top: 15px; }
  .m-service-sec01__link01 {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1); }
  .m-service-sec01-clear {
    margin-top: 30px; }
    .m-service-sec01-clear__item {
      width: calc(50% - 5px); }
      .m-service-sec01-clear__item a {
        padding: 50px 30px 50px 64px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1); }
  .m-service-sec02-menu {
    margin-top: 40px; }
    .m-service-sec02-menu__item {
      width: calc(50% - 5px);
      padding: 20px 26px 30px 30px;
      margin-bottom: 8px; }
    .m-service-sec02-menu-head {
      min-height: 58px; }
    .m-service-sec02-menu__txt {
      margin-top: 19px;
      min-height: 95px; }
    .m-service-sec02-menu-subject {
      margin-top: 3px; }
      .m-service-sec02-menu-subject__h {
        margin-top: 7px;
        padding-left: 17px; }
      .m-service-sec02-menu-subject__item {
        margin-top: 7px; }
        .m-service-sec02-menu-subject__item:nth-child(2n) {
          margin-left: auto; }
  .m-service-sec02-clear {
    margin-top: 36px; }
  .m-service-sec02-col1 {
    width: calc(50% - 10px); }
    .m-service-sec02-col1 a {
      padding: 55px 10px 42px; }
  .m-service-sec02-col2 {
    width: calc(50% - 10px); }
  .m-service-sec02-col3 {
    width: calc(50% - 3px); }
  .m-service-sec02-reason {
    margin-top: 40px;
    padding: 45px 60px 40px; }
    .m-service-sec02-reason-lists {
      margin-top: 33px; }
      .m-service-sec02-reason-lists__item {
        width: calc(33.33% - 47px); }
        .m-service-sec02-reason-lists__item:nth-child(2) {
          margin: 0 auto; }
      .m-service-sec02-reason-lists__img {
        max-width: 230px;
        width: calc(100% - 15px);
        margin: 0 auto; }
      .m-service-sec02-reason-lists__h {
        margin-top: 13px;
        padding-bottom: 15px; }
      .m-service-sec02-reason-lists__txt {
        margin-top: 16px; }
  .m-service-sec03-clear {
    margin-top: 38px; }
  .m-service-sec03-col1 {
    width: 39.6%; }
    .m-service-sec03-col1__logo {
      margin-top: 14px; }
    .m-service-sec03-col1__txt {
      margin-top: 23px; }
    .m-service-sec03-col1__link {
      border-radius: 40px;
      margin-top: 30px;
      padding: 19px 33px; }
  .m-service-sec03-col2 {
    width: 54.5%; }
  .l-recruit-mv {
    min-height: 600px;
    padding: 100px 40px;
    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;
    text-align: center; }
    .l-recruit-mv-text {
      font-size: 2.9rem; }
    .l-recruit-mv-btns {
      margin-top: 40px;
      margin-right: -36px; }
      .l-recruit-mv-btns__item {
        margin-right: 36px; }
        .l-recruit-mv-btns__item a {
          width: 336px;
          min-height: 66px;
          padding: 17px 30px;
          border-radius: 33px;
          font-size: 1.2rem; }
  .m-recruit .u-lh200 {
    line-height: 2 !important; }
  .m-recruit-bg-01 {
    background-size: 1600px auto; }
  .m-recruit-bg-02 {
    background-size: 5px; }
  .m-recruit-inner {
    padding-top: 120px;
    padding-bottom: 120px; }
  .m-recruit-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 260px; }
    .m-recruit-heading--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .m-recruit-heading--reverse .m-recruit-heading-title {
        margin-right: auto;
        margin-left: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right; }
    .m-recruit-heading-bg {
      height: 100%;
      width: calc(650 / 1500 * 100%); }
    .m-recruit-heading-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      height: 100%;
      background-size: 20px 20px,auto auto; }
    .m-recruit-heading-title {
      width: calc(580 / 850 * 100%);
      margin-left: auto; }
      .m-recruit-heading-title .en {
        font-size: 1.2rem; }
      .m-recruit-heading-title .title {
        font-size: 1.7rem; }
  .m-recruit-company-copy {
    font-size: 2.3rem; }
  .m-recruit-company-images {
    margin-right: -36px; }
    .m-recruit-company-images > * {
      margin-right: 36px; }
  .m-recruit-services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 44px;
    margin-top: 44px; }
    .m-recruit-services-item-icon {
      width: 200px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 50px;
      margin-right: 80px; }
    .m-recruit-services-item-content {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0; }
  .m-recruit-workstyle-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -24px; }
    .m-recruit-workstyle-col__item {
      width: calc(33.3% - 24px);
      margin-right: 24px;
      margin-bottom: 24px;
      padding: 24px; }
      .m-recruit-workstyle-col__item:nth-of-type(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% - 24px);
        padding: 24px 64px; }
        .m-recruit-workstyle-col__item:nth-of-type(4) .m-recruit-workstyle-col-icon {
          margin-bottom: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-left: 40px;
          margin-right: 40px; }
    .m-recruit-workstyle-col-heading {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .m-recruit-workstyle-col-persent {
      font-size: 3.8rem; }
      .m-recruit-workstyle-col-persent small {
        font-size: 2rem; }
    .m-recruit-workstyle-col-graph {
      width: 180px;
      height: 180px; }
      .m-recruit-workstyle-col-graph .icon {
        width: 120px; }
    .m-recruit-workstyle-col-icon {
      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-bottom: 20px; }
  .m-recruit-recruit-title {
    font-size: 1.5rem; }
  .m-recruit-recruit-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px; }
    .m-recruit-recruit-step__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      margin-right: 16px; }
    .m-recruit-recruit-step-title {
      font-size: 1.1rem;
      margin-bottom: 12px; }
      .m-recruit-recruit-step-title span {
        font-size: 1.6rem; }
    .m-recruit-recruit-step-content {
      padding: 40px 24px 24px; }
  .m-recruit-recruit-job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -24px; }
    .m-recruit-recruit-job__item {
      margin-right: 24px;
      margin-bottom: 24px;
      width: calc(50% - 24px); }
      .m-recruit-recruit-job__item a, .m-recruit-recruit-job__item span {
        padding: 32px 64px 32px 32px;
        font-size: 1.3rem; }
  .m-recruit-recruit-casual {
    padding: 80px; }
    .m-recruit-recruit-casual-btn {
      width: 540px;
      margin-left: auto;
      margin-right: auto;
      height: 80px;
      border-radius: 40px;
      font-size: 1.2rem; }
  .m-recruit-techblog-bnr {
    width: 570px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 48px; }
    .m-recruit-techblog-bnr-title {
      font-size: 1.1rem; }
    .m-recruit-techblog-bnr-logo {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 60px; }
  .m-recurit-guidance-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-recurit-guidance-heading-title {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      font-size: 1.8rem; }
    .m-recurit-guidance-heading-btn {
      width: 250px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 40px;
      margin-left: auto;
      margin-right: auto;
      height: 66px;
      border-radius: 33px;
      font-size: 0.9rem; }
  .m-recurit-guidance-tab {
    margin-top: 48px; }
    .m-recurit-guidance-tab-menu__item a {
      font-size: 1.2rem;
      height: 60px; }
      .m-recurit-guidance-tab-menu__item a.active {
        height: 80px; }
    .m-recurit-guidance-tab-inner {
      padding: 48px; }
  .m-recurit-guidance-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .m-recurit-guidance-item__title {
      padding-top: 24px;
      padding-bottom: 24px;
      width: 178px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 24px; }
    .m-recurit-guidance-item__content {
      padding-top: 24px;
      padding-bottom: 24px; }
  .m-recurit-form {
    padding: 60px 40px; }
    .m-recurit-form-iframe {
      height: 1300px; }
      .m-recurit-form-iframe iframe {
        width: calc(100% - 80px) !important; }
  .m-sitemap {
    padding: 71px 0 95px; }
    .m-sitemap-clear__col {
      width: calc(33.33% - 46px); }
    .m-sitemap-clear__item:not(:last-child) {
      margin-bottom: 79px; }
    .m-sitemap-clear__item.is-other {
      margin-top: 144px; }
    .m-sitemap-clear__h {
      padding-bottom: 10px; }
      .m-sitemap-clear__h a {
        padding-left: 15px; }
    .m-sitemap-lists {
      padding-top: 22px; }
      .m-sitemap-lists__item:not(:last-child) {
        margin-bottom: 6px; }
      .m-sitemap-lists__item.has-child:not(:last-of-type) {
        margin-bottom: 35px; }
      .m-sitemap-lists__link {
        padding-left: 17px; }
      .m-sitemap-lists-child {
        padding-top: 7px;
        padding-left: 9px; }
        .m-sitemap-lists-child__item:not(:last-child) {
          margin-bottom: 7px; }
        .m-sitemap-lists-child__item a {
          padding-left: 22px; }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 20px !important; }
  .u-mt {
    margin-top: 30px !important; }
  .u-mt-l {
    margin-top: 40px !important; }
  .u-mt-xl {
    margin-top: 60px !important; }
  .u-mt-2xl {
    margin-top: 80px !important; }
  .u-mt-3xl {
    margin-top: 100px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 20px !important; }
  .u-mb {
    margin-bottom: 30px !important; }
  .u-mb-l {
    margin-bottom: 40px !important; }
  .u-mb-xl {
    margin-bottom: 60px !important; }
  .u-mb-2xl {
    margin-bottom: 80px !important; }
  .u-mb-3xl {
    margin-bottom: 100px !important; }
  .u-ml-1em {
    margin-left: 1em !important; }
  .u-mr-1em {
    margin-right: 1em !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 20px !important; }
  .u-pt {
    padding-top: 30px !important; }
  .u-pt-l {
    padding-top: 40px !important; }
  .u-pt-xl {
    padding-top: 60px !important; }
  .u-pt-2xl {
    padding-top: 80px !important; }
  .u-pt-3xl {
    padding-top: 100px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 20px !important; }
  .u-pb {
    padding-bottom: 30px !important; }
  .u-pb-l {
    padding-bottom: 40px !important; }
  .u-pb-xl {
    padding-bottom: 60px !important; }
  .u-pb-2xl {
    padding-bottom: 80px !important; }
  .u-pb-3xl {
    padding-bottom: 100px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 20px !important; }
  .u-p {
    padding: 30px !important; }
  .u-p-l {
    padding: 40px !important; }
  .u-p-xl {
    padding: 60px !important; }
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg *.no-marginBottom {
    margin-bottom: 0 !important; }
  .u-wysiwyg *.no-marginTop {
    margin-top: 0 !important; }
  .u-wysiwyg h1 {
    margin-bottom: 30px; }
    .is-jirei .u-wysiwyg h1 {
      margin-bottom: 30px; }
  .u-wysiwyg h2 {
    font-size: 1.6rem;
    line-height: 2; }
    .u-wysiwyg.is-jirei h2 {
      font-size: 1.34rem;
      margin-top: 1.5em; }
      .u-wysiwyg.is-jirei h2 span {
        font-size: 2rem;
        padding: 5px 15px 5px 15px; }
    .u-wysiwyg.is-products h2 {
      margin-bottom: 0.95em; }
    .u-wysiwyg.is-faq h2 {
      font-size: 1.6rem;
      margin-top: 1.3em;
      margin-bottom: 0.7em; }
    .u-wysiwyg.is-press h2 {
      font-size: 1.6rem;
      padding: 35px 0 35px;
      margin: 1.8em 0 1.1em; }
    .u-wysiwyg.is-company h2 {
      font-size: 1.6rem;
      line-height: 2;
      margin-top: 1.8em;
      margin-bottom: 1em; }
  .u-wysiwyg h3 {
    font-size: 1.2rem; }
    .u-wysiwyg.is-jirei h3 {
      font-size: 1.4rem;
      margin-bottom: 1em;
      margin-top: 2em; }
    .u-wysiwyg.is-products h3 {
      font-size: 1.25rem;
      padding: 0.85em 0 0.85em 1.6em; }
    .u-wysiwyg.is-faq h3 {
      font-size: 1.4rem;
      margin-top: 2.1em;
      margin-bottom: 0.9em; }
    .u-wysiwyg.is-press h3 {
      font-size: 1.25rem;
      padding: 0.85em 0 0.85em 1.6em; }
    .u-wysiwyg.is-company h3 {
      font-size: 1.4rem; }
  .u-wysiwyg h4 {
    font-size: 1.2rem;
    padding-left: 28px; }
    .u-wysiwyg.is-press h4 {
      font-size: 1.2rem;
      padding-left: 0; }
  .u-wysiwyg h5, .u-wysiwyg h6 {
    padding-left: 15px; }
  .u-wysiwyg ol > li > ul {
    margin-left: 15px; }
  .u-wysiwyg ul {
    margin-left: 30px;
    margin-top: 2em;
    margin-bottom: 1em; }
    .u-wysiwyg ul > li > ul {
      margin-left: 15px; }
  .u-wysiwyg .list02 li {
    margin-bottom: 0.3em; }
    .u-wysiwyg .list02 li::before {
      width: 18px;
      height: 18px; }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px; }
  .u-wysiwyg .wp-block-table.is-style-border table tr th,
  .u-wysiwyg .wp-block-table.is-style-border table tr > td:first-child {
    width: 178px;
    margin-right: 32px;
    padding: 19px 0.5em; }
  .u-wysiwyg .wp-block-table.is-style-border table tr td {
    padding: 19px 0;
    margin: 0 0.5em; }
  .u-wysiwyg .note {
    padding: 30px; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3; }
  /* ---------------------------
u-table
--------------------------- */
  .u-table01 tr th, .u-wysiwyg table tr th {
    width: 155px;
    padding: 14px 10px 14px 20px; }
  .u-table01 tr td, .u-wysiwyg table tr td {
    padding: 14px 10px 14px 20px; }
  .u-table01 th, .u-wysiwyg table th, .u-table01 td, .u-wysiwyg table td {
    padding-top: 40px;
    padding-bottom: 40px; }
  .u-table01 th, .u-wysiwyg table th {
    white-space: nowrap; }
  .u-table02 tr th, .u-wysiwyg .wp-block-table.table03 tr th, .u-wysiwyg .wp-block-table.is-style-table03 tr th, .u-wysiwyg table.table03 tr th,
  .u-table02 tr > td:first-child,
  .u-wysiwyg .wp-block-table.table03 tr > td:first-child,
  .u-wysiwyg .wp-block-table.is-style-table03 tr > td:first-child,
  .u-wysiwyg table.table03 tr > td:first-child {
    width: 178px;
    margin-right: 32px;
    padding: 19px 0.5em; }
  .u-table02 tr td, .u-wysiwyg .wp-block-table.table03 tr td, .u-wysiwyg .wp-block-table.is-style-table03 tr td, .u-wysiwyg table.table03 tr td {
    padding: 19px 0;
    margin: 0 0.5em; }
  .u-btn01 {
    padding: 18px 30px; }
  .u-btn03 {
    padding: 28px 50px 28px 44px; }
    .u-btn03.is-pdf {
      padding-right: 70px; }
  .u-btn04 {
    padding: 15px 27px; }
    .u-btn04 .ico {
      font-size: 22px;
      margin-right: 5px; }
  .u-h01 {
    padding-bottom: 21px; }
    .u-h01 .en {
      font-size: 4rem; }
  .u-h02 {
    padding-bottom: 20px; }
  .u-tabs01__item:not(:last-child) {
    margin-right: 15px; }
  .u-tabs01__btn {
    padding: 13px 25px;
    border-radius: 5px;
    width: 130px; }
  .u-mv01__img {
    padding-bottom: calc(200 / 1680 * 100%);
    background-image: url(../img/base/img-bg01.jpg); }
  .u-mv01__h {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .u-mv01__h .txt {
      padding: 35px 10px;
      width: 660px;
      border-radius: 50px; } }

@media screen and (min-width: 1025px) and (max-width: 1399px), print {
  /* ==========================================================================
   PC
   ========================================================================== */
  .wrapin {
    max-width: calc( 1520px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px; }
  body {
    padding-top: 300px;
    margin-top: -300px; }
  .pcOnly {
    display: block; }
  .spOnly {
    display: none; }
  /* ---------------------------
l-header
--------------------------- */
  .l-header {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; }
    #cat-home .l-header {
      position: fixed;
      background-color: transparent; }
    .l-header-inner {
      max-width: 1560px;
      width: 100%;
      margin: 0 auto;
      padding: 0 0 0 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 30px; }
    .l-header-col1 {
      width: 172px;
      padding-right: 10px; }
    .l-header-col2 {
      margin-left: auto; }
    .l-header-col3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-right: 40px;
      padding: 10px 0 0 0;
      margin-right: 28px; }
    .l-header-btn {
      display: none; }
      .l-header-btn-inner.active span {
        background-color: #3b4347;
        top: 8px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .l-header-btn-inner.active span:nth-child(2), .l-header-btn-inner.active span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .l-header-gnav-menu__item {
      padding: 10px 0 20px; }
      .l-header-gnav-menu__item:first-child {
        display: none; }
    .l-header-gnav-menu__accor {
      padding-left: 9.5px;
      padding-right: 9.5px; }
      .l-header-gnav-menu__item:last-child .l-header-gnav-menu__accor {
        padding-right: 0; }
      .l-header-gnav-menu__accor.is-current {
        border-bottom: solid 4px #54cbff; }
      .l-header-gnav-menu__accor:hover {
        opacity: 1; }
    .l-header-gnav-menu__arrow {
      display: none; }
    .l-header-gnav-menu-child {
      z-index: 10000;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%) scaleY(0);
      -ms-transform: translateX(-50%) scaleY(0);
      transform: translateX(-50%) scaleY(0);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      pointer-events: none;
      width: 100vw;
      height: auto;
      padding: 38px 20px 18px;
      background-color: #0184dc;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-header-gnav-menu-child__item {
        margin-bottom: 20px; }
        .l-header-gnav-menu-child__item:not(:last-child) {
          margin-right: 82px; }
        .l-header-gnav-menu-child__item.has-grandchild {
          max-width: 1100px;
          width: 100%;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .l-header-gnav-menu-child__item.has-grandchild:not(:last-child) {
            padding-bottom: 27px;
            margin-bottom: 27px;
            border-bottom: solid 1px rgba(255, 255, 255, 0.7); }
          .l-header-gnav-menu-child__item.has-grandchild:last-child {
            margin-bottom: 20px; }
        .l-header-gnav-menu-child__item > a,
        .l-header-gnav-menu-child__item span {
          color: #fff;
          width: 220px;
          margin-right: auto;
          word-break: keep-all;
          position: relative;
          padding-left: 14px; }
          .l-header-gnav-menu-child__item > a::before,
          .l-header-gnav-menu-child__item span::before {
            content: '';
            display: block;
            width: 7px;
            height: 7px;
            position: absolute;
            top: 0.6em;
            left: 0;
            background-color: #fff; }
    .l-header-gnav-menu .l-header-gnav-menu__item:hover .l-header-gnav-menu-child {
      -webkit-transform: translateX(-50%) scaleY(1);
      -ms-transform: translateX(-50%) scaleY(1);
      transform: translateX(-50%) scaleY(1);
      pointer-events: auto; }
    .l-header-gnav-menu-grandchild {
      width: calc(100% - 253px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-header-gnav-menu-grandchild__item {
        margin-right: 40px;
        margin-bottom: 6px; }
        .l-header-gnav-menu-grandchild__item a {
          color: #fff;
          position: relative;
          padding-left: 12px;
          font-weight: 300; }
          .l-header-gnav-menu-grandchild__item a::after {
            top: 0.4em;
            left: 0;
            font-size: 0.7em; }
    .l-header-gnav-contact {
      display: none; }
    .l-header-gnav-subNav {
      display: none; }
    .l-header-contact {
      width: 167px; }
      .l-header-contact a {
        width: 100%;
        height: 100%; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer-contact {
    padding: 46px 0 0; }
    .l-footer-contact-logo {
      width: 178px;
      margin-right: auto; }
    .l-footer-contact-tel {
      margin-right: 20px; }
  .l-footer-gnav {
    padding: 50px 0 27px; }
    .l-footer-gnav-toggle {
      display: none; }
    .l-footer-gnav-menu {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .l-footer-gnav-menu__item:not(:last-child) {
        margin-right: 25px; }
      .l-footer-gnav-menu__item.w100 {
        width: 100%; }
      .l-footer-gnav-menu__h {
        padding-left: 20px; }
      .l-footer-gnav-menu-child {
        margin-top: 7px; }
        .l-footer-gnav-menu-child__item:not(:last-child) {
          margin-bottom: 1px; }
        .l-footer-gnav-menu-child__item a {
          padding-left: 10px; }
      .l-footer-gnav-menu-grandchild {
        margin-top: 6px;
        padding-left: 23px; }
        .l-footer-gnav-menu-grandchild__item {
          margin-bottom: 4px; }
          .l-footer-gnav-menu-grandchild__item a {
            padding-left: 13px; }
    .l-footer-gnav-products {
      margin-bottom: 35px; }
      .l-footer-gnav-products-inner {
        width: 83.4%;
        margin-left: auto; }
      .l-footer-gnav-products-sec:not(:last-child) {
        padding-bottom: 15px; }
      .l-footer-gnav-products-sec:not(:first-child) {
        margin-top: 22px; }
      .l-footer-gnav-products__h {
        padding-left: 15px; }
      .l-footer-gnav-products-lists01 {
        margin-top: 7px; }
        .l-footer-gnav-products-lists01__item {
          width: 24%;
          margin-bottom: 4px; }
          .l-footer-gnav-products-lists01__item:not(:nth-child(4n)) {
            margin-right: 1.3%; }
        .l-footer-gnav-products-lists01__logo {
          height: 108px;
          padding: 28px 0; }
          .l-footer-gnav-products-lists01__logo img {
            height: 100%; }
        .l-footer-gnav-products-lists01__h {
          padding-left: 11px; }
      .l-footer-gnav-products-lists02 {
        margin-top: 4px; }
        .l-footer-gnav-products-lists02__item {
          margin-bottom: 5px; }
          .l-footer-gnav-products-lists02__item:not(:last-child) {
            margin-right: 57px; }
          .l-footer-gnav-products-lists02__item a {
            padding-left: 11px; }
  .l-footer-footNav {
    margin-top: 105px; }
    .l-footer-footNav__item {
      margin-bottom: 10px; }
      .l-footer-footNav__item:not(:last-child) {
        padding-right: 30px;
        margin-right: 30px;
        border-right: 1px solid #191919; }
      .l-footer-footNav__item a {
        line-height: 1; }
  .l-footer-partner {
    padding: 30px 0; }
    .l-footer-partner-menu__logo {
      width: 170px;
      margin-right: 40px; }
    .l-footer-partner-menu__item {
      width: 170px; }
      .l-footer-partner-menu__item:not(:last-child) {
        margin-right: 50px; }
  .l-footer-copyright-inner {
    padding: 13px 26px 13px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .l-footer-copyright__note {
    font-size: 0.75rem; }
  .l-footer-copyright__h {
    font-size: 0.75rem;
    margin-left: auto; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc( 1520px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    .l-wrap-720 {
      max-width: calc(720px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-770 {
      max-width: calc(770px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-780 {
      max-width: calc(780px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-800 {
      max-width: calc(800px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-860 {
      max-width: calc(860px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-870 {
      max-width: calc(870px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-900 {
      max-width: calc(900px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-930 {
      max-width: calc(930px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-950 {
      max-width: calc(950px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-960 {
      max-width: calc(960px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-980 {
      max-width: calc(980px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1000 {
      max-width: calc(1000px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1080 {
      max-width: calc(1080px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1100 {
      max-width: calc(1100px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1140 {
      max-width: calc(1140px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1160 {
      max-width: calc(1160px + 200px);
      width: 100%;
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1280 {
      max-width: calc(1280px + 200px);
      width: 100%;
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
    .l-wrap-1460 {
      max-width: calc(1460px + 200px);
      width: 100%;
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px; }
  .l-mv01 {
    padding: 76px 0; }
    .l-mv01__h .ja {
      font-size: 2rem;
      margin-top: 10px; }
  .l-mv02 {
    padding: 53px 0 98px; }
    .l-mv02__h .ja {
      font-size: 2rem;
      margin-top: 10px; }
  .l-mv03 {
    padding: 85px 0 145px; }
    .l-mv03__h {
      font-size: 1.8rem; }
  .l-mv04 {
    padding: 47px 0 58px; }
    .l-mv04__lead p:not(:last-child) {
      margin-bottom: 2.6em; }
  .l-mv05 {
    padding: 75px 0 105px; }
    .l-mv05__catch {
      margin-top: 10px;
      padding-bottom: 26px; }
    .l-mv05__lead {
      text-align: center; }
  .l-mv06 {
    padding: 27px 0; }
    .l-mv06__subH {
      margin-bottom: 13px;
      padding-bottom: 9px; }
    .l-mv06__h {
      font-size: 1.8rem; }
    .l-mv06__lead p {
      font-size: 1.1rem;
      line-height: 2.3; }
      .l-mv06__lead p:not(:last-child) {
        margin-bottom: 2.6em; }
  .l-breadcrumb {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 12px 45px; }
    .l-breadcrumb.is-notMv {
      position: static; }
    .l-breadcrumb-lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-breadcrumb-lists__item {
        font-size: 0.75rem;
        padding-right: 12px;
        margin-right: 12px; }
        .l-breadcrumb-lists__item:not(:last-child)::before {
          right: 0; }
  .l-product-head {
    margin-top: 25px; }
    .l-product-head__h {
      padding-left: 25px;
      margin-right: auto;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 15px; }
    .l-product-head__logo {
      width: 120px;
      max-width: 120px;
      max-height: 95px; }
      .l-product-head__logo img {
        max-width: 120px;
        max-height: 95px; }
  .l-product__link {
    margin-top: 45px;
    padding: 37px 100px 37px 40px; }
    .l-product__link::before {
      width: 100px; }
  .l-product-func-label {
    padding: 37px 100px 37px 40px; }
    .l-product-func-label::after {
      width: 100px; }
    .l-product-func-label.on {
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05); }
  .l-product-func-lists {
    padding: 30px 60px 20px 60px; }
    .l-product-func-lists__item {
      width: calc(50% - 30px);
      margin-bottom: 15px; }
      .l-product-func-lists__item:nth-child(odd) {
        margin-right: auto; }
      .l-product-func-lists__item a {
        padding-left: 17px; }
  .l-product-solution-wrap {
    margin-bottom: 40px; }
  .l-product-solution-label {
    margin-top: 15px;
    padding: 15px 60px 15px 40px; }
  .l-product-solution__icon {
    width: 42px; }
  .l-product-solution__h {
    padding-left: 13px; }
  .l-product-solution-lists {
    padding: 30px 60px 20px 60px; }
    .l-product-solution-lists__item {
      width: calc(50% - 30px);
      margin-bottom: 15px; }
      .l-product-solution-lists__item:nth-child(odd) {
        margin-right: auto; }
      .l-product-solution-lists__item a {
        padding-left: 17px; }
        .l-product-solution-lists__item a::before {
          width: 6px;
          height: 6px;
          top: 8px; }
  .l-pagenavi .wp-pagenavi {
    margin-right: -20px; }
    .l-pagenavi .wp-pagenavi a {
      margin-right: 20px; }
    .l-pagenavi .wp-pagenavi .page {
      padding: 2px 12px; }
    .l-pagenavi .wp-pagenavi .current {
      padding: 2px 12px;
      margin: 0 20px 0 0; }
  .l-pagenavi02__item:not(:last-child) {
    margin-right: 45px; }
  .l-post01 {
    padding: 80px 0 100px; }
    .l-post01-clear {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .l-post01-main {
      width: calc(100% - 340px); }
    .l-post01-side {
      width: 280px; }
      .l-post01-side__item:not(:last-child) {
        margin-bottom: 40px; }
      .l-post01-side__h {
        padding: 20px 10px 20px 20px; }
      .l-post01-side-lists__item a {
        padding: 18px 10px 15px 20px; }
  .l-post02 {
    padding: 80px 0 100px; }
    .l-post02-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .l-post02-main {
      width: calc(100% - 340px); }
      .l-post02-main__item:not(:last-child) {
        margin-bottom: 95px; }
      .l-post02-main__h {
        font-size: 2.15rem;
        padding: 28px 0 0;
        margin-bottom: 40px; }
        .l-post02-main__h::before {
          width: 190px;
          height: 9px; }
      .l-post02-main__thumb {
        margin-left: auto;
        padding: 47px 55px 32px;
        width: calc(100% - 35px);
        margin: 0 0 30px auto; }
    .l-post02-side {
      width: 280px; }
      .l-post02-side__item:not(:last-child) {
        margin-bottom: 40px; }
      .l-post02-side__h {
        padding: 20px 10px 20px 20px; }
      .l-post02-side-lists__item a {
        padding: 18px 10px 15px 20px; }
  .l-side {
    width: 280px; }
    .l-side__item:not(:last-child) {
      margin-bottom: 40px; }
    .l-side__h {
      padding: 20px 40px 20px 10px; }
    .l-side-lists__item {
      margin-bottom: 30px; }
    .l-side-lists-tab {
      padding: 20px 15px 20px 20px; }
    .l-side-lists-child__item a {
      padding: 20px 15px 20px 20px; }
      .l-side-lists-child__item a.solution {
        padding: 22px 15px 22px 65px; }
    .l-side-case:not(:first-child) {
      margin-top: 8px; }
    .l-side-case__company {
      padding: 20px 20px 0 20px; }
    .l-side-case__title {
      padding: 12px 20px 23px; }
    .l-side-case-menu {
      padding: 0 20px 20px; }
      .l-side-case-menu__item a {
        padding: 16px 0 16px 18px; }
    .l-side-case__link {
      padding: 20px 40px 20px 20px; }
  .l-cat01 {
    padding: 50px 0; }
    .l-cat01-clear:not(:last-child) {
      margin-bottom: 20px; }
    .l-cat01-col1 {
      margin-right: 40px; }
    .l-cat01__h {
      padding-top: 18px;
      font-size: 1.05rem; }
    .l-cat01-lists {
      margin-bottom: -15px; }
      .l-cat01-lists__item {
        margin-bottom: 15px;
        margin-right: 12px; }
        .l-cat01-lists__item a {
          height: 65px;
          padding: 5px 30px;
          border-radius: 40px; }
    .l-cat01-search {
      margin: 0 auto 30px;
      width: 550px; }
      .l-cat01-search__text {
        height: 80px;
        border-top-left-radius: 90px;
        border-bottom-left-radius: 90px; }
      .l-cat01-search__submit {
        width: 92px;
        height: 80px;
        border-top-right-radius: 90px;
        border-bottom-right-radius: 90px; }
        .l-cat01-search__submit img {
          width: 26px; }
  .m-home-shape.is-01 {
    width: 446px;
    left: 50%;
    margin-left: -960px;
    top: 40px; }
  .m-home-shape.is-02 {
    width: 1223px;
    left: 50%;
    margin-left: -420px;
    top: -260px; }
  .m-home-shape.is-03 {
    width: 626px;
    left: 50%;
    margin-left: -855px;
    bottom: -138px; }
  .m-home-shape.is-04 {
    width: 1143px;
    left: 50%;
    margin-left: -815px;
    bottom: -380px; }
  .m-home-shape.is-05 {
    width: 512px;
    left: 50%;
    margin-left: 375px;
    bottom: 42px; }
  .m-home-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 768px;
    height: 100vh;
    padding-top: 100px; }
    .m-home-mv-txts__item {
      top: calc(50% - 64px);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .m-home-mv__h {
      font-size: 4rem; }
    .m-home-mv-news {
      position: absolute;
      width: 100%;
      right: 0;
      bottom: 0%; }
      .m-home-mv-news-lists {
        max-width: 930px;
        width: calc(100% - 50px); }
        .m-home-mv-news-lists__item {
          top: 100%; }
          .m-home-mv-news-lists__item.active {
            bottom: 0;
            top: inherit; }
          .m-home-mv-news-lists__item a {
            padding: 25px 80px 25px 40px; }
            .m-home-mv-news-lists__item a .date {
              padding-right: 33px; }
            .m-home-mv-news-lists__item a::before {
              right: 57px; }
    .m-home-mv-slide-item .label1_1 {
      font-size: 144px;
      margin-bottom: 0.1em; }
    .m-home-mv-slide-item .label1_2 {
      font-size: 4rem;
      margin-bottom: 0.3em; }
    .m-home-mv-slide-item .label1_3 {
      font-size: 1.2rem; }
    .m-home-mv-slide-item .label2_1 {
      font-size: 4rem; }
    .m-home-mv-slide-item .label3_1 {
      font-size: 3.3rem; }
    .m-home-mv-slide-item .label3_2 {
      font-size: 1.8rem; }
    .m-home-mv-slide-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .m-home-mv-slide-btn .u-btn01 {
      min-width: 300px; }
    .m-home-mv-slide-col2 {
      width: 400px;
      height: 400px; }
      .m-home-mv-slide-col2#mv_3 {
        width: 500px;
        height: 500px;
        margin-right: -50px;
        margin-top: -100px; }
    .m-home-mv-dots {
      right: 50px;
      bottom: 95px; }
      .m-home-mv-dots li button {
        width: 44px; }
      .m-home-mv-dots li:not(:last-child) {
        margin-right: 12px; }
    .m-home-mv-scroll {
      width: 100%;
      max-width: calc(1000px + 200px);
      padding-left: 50px;
      padding-right: 50px; }
  .m-home-about {
    padding: 105px 0 90px; }
    .m-home-about__lead {
      text-align: center; }
    .m-home-about-services {
      margin-top: 50px; }
      .m-home-about-services__img {
        width: calc(50% - 75px); }
    .m-home-about-btn {
      margin: 55px auto 0;
      width: 300px; }
  .m-home-case {
    padding: 94px 0 83px; }
    .m-home-case-slideWrap {
      width: 600px;
      margin: -90px auto 0; }
    .m-home-case-slide {
      height: 378px; }
      .m-home-case-slide__item {
        width: 353px;
        height: 223px;
        margin-right: 60px; }
        .m-home-case-slide__item.is-current {
          width: 600px;
          height: 378px; }
      .m-home-case-slide__thumb img {
        width: 514px;
        height: 324px; }
    .m-home-case-caption {
      width: 100vw;
      padding-left: calc((100vw - 870px) / 2);
      margin-top: 30px;
      position: relative;
      z-index: 0; }
      .m-home-case-caption-inner {
        padding: 38px 60px 100px 60px; }
      .m-home-case-caption-content {
        max-width: 915px;
        margin-right: auto; }
      .m-home-case-caption-menu {
        width: calc(100% - 315px);
        margin-right: auto; }
      .m-home-case-caption-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .m-home-case-caption__company {
        margin-right: auto; }
      .m-home-case-caption__cat {
        padding-left: 3px; }
        .m-home-case-caption__cat::before {
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 100%; }
      .m-home-case-caption-tags {
        margin-top: 25px; }
        .m-home-case-caption-tags__item {
          margin-bottom: 10px; }
          .m-home-case-caption-tags__item:not(:last-child) {
            margin-right: 13px; }
    .m-home-case-btns {
      z-index: 56;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative;
      padding: 10px 10px 0 0; }
      .m-home-case-btns__item {
        position: relative;
        z-index: 100; }
        .m-home-case-btns__item:not(:last-child) {
          margin-right: 9px; }
    .m-home-case-sort {
      margin-top: 40px; }
      .m-home-case-sort__item {
        width: 276px; }
        .m-home-case-sort__item:not(:last-child) {
          margin-right: 12px; }
  .m-home-faq {
    padding: 98px 0 100px; }
    .m-home-faq-inner {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .m-home-faq__h {
      font-size: 4rem;
      padding-bottom: 13px; }
    .m-home-faq-search {
      margin-right: 80px;
      margin-left: auto;
      width: 550px; }
      .m-home-faq-search__text {
        padding: 0 40px;
        width: calc(100% - 92px);
        height: 80px; }
      .m-home-faq-search__submit {
        width: 92px;
        height: 80px; }
        .m-home-faq-search__submit img {
          width: 26px;
          height: 26px; }
    .m-home-faq-btns__item:not(:last-child) {
      margin-bottom: 30px; }
    .m-home-faq-btns__item a {
      width: 195px;
      padding: 0 10px 0 40px; }
  .m-home-license {
    padding-top: 90px;
    padding-bottom: 30px; }
    .m-home-license-lists-sec {
      padding: 30px 0; }
      .m-home-license-lists-sec:last-child {
        padding-bottom: 80px; }
      .m-home-license-lists-sec__h {
        width: calc(22% - 10px);
        margin-right: 10px; }
      .m-home-license-lists-sec-lists {
        margin-top: 6px; }
        .m-home-license-lists-sec-lists.col3-pc, .m-home-license-lists-sec-lists.col4-pc {
          margin-bottom: -30px; }
        .col3-pc .m-home-license-lists-sec-lists__item {
          width: 32%;
          margin-bottom: 30px; }
          .col3-pc .m-home-license-lists-sec-lists__item:not(:nth-child(3n)) {
            margin-right: 1.5%; }
        .col4-pc .m-home-license-lists-sec-lists__item {
          width: 24%;
          margin-bottom: 30px; }
          .col4-pc .m-home-license-lists-sec-lists__item:not(:nth-child(4n)) {
            margin-right: calc(16px / 3); }
        .m-home-license-lists-sec-lists__logo {
          height: 120px; }
          .m-home-license-lists-sec-lists__logo img {
            width: auto;
            max-width: calc(100% - 40px);
            max-height: 80px; }
        .m-home-license-lists-sec-lists__h {
          margin-top: 12px; }
          .m-home-license-lists-sec-lists__h .ja {
            font-size: 0.8rem; }
          .m-home-license-lists-sec-lists__h .en {
            padding-left: 17px; }
            .m-home-license-lists-sec-lists__h .en::before {
              top: 0.6em;
              width: 7px;
              height: 7px; }
  .m-home-solution {
    padding: 52px 0 80px; }
    .m-home-solution-sec {
      margin-top: 15px; }
      .m-home-solution-sec-lists {
        margin-top: 12px; }
        .m-home-solution-sec-lists__item {
          width: calc(50% - 3px); }
          .m-home-solution-sec-lists__item:nth-child(n + 3) {
            margin-top: 6px; }
          .m-home-solution-sec-lists__item a {
            height: 106px; }
            .m-home-solution-sec-lists__item a::after {
              width: 8px;
              height: 8px; }
        .m-home-solution-sec-lists__img {
          margin-right: 25px; }
  .m-home-news {
    padding: 95px 0 80px; }
    .m-home-news::before {
      content: '';
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #fff; }
    .m-home-news-col {
      width: 43%; }
      .m-home-news-col__h {
        padding-bottom: 25px; }
        .m-home-news-col__h::before {
          width: 30px;
          height: 4px; }
        .is-col1 .m-home-news-col__h {
          color: #fff; }
        .m-home-news-col__h .en {
          font-size: 3.5rem; }
    .m-home-news-lists {
      margin-top: 50px; }
      .m-home-news-lists__item a {
        padding-right: 40px;
        padding: 38px 40px 34px 0; }
      .m-home-news-lists__info {
        margin-bottom: 5px; }
        .m-home-news-lists__info .date {
          margin-right: 15px;
          font-size: 0.9rem; }
        .m-home-news-lists__info .cat {
          font-size: 0.8rem;
          margin-right: 15px;
          padding: 3px 14px; }
          .m-home-news-lists__info .cat.hasColor {
            border-left-width: 4px;
            border-left-style: solid; }
    .m-home-news-btn {
      width: 130px;
      height: 38px;
      margin: 28px 0 0 auto; }
  .m-home-blog {
    padding: 45px 0 0; }
    .m-home-blog-clear {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .m-home-blog-txts {
      padding-left: 20px;
      margin-top: 120px; }
    .m-home-blog__h {
      padding-bottom: 21px; }
      .m-home-blog__h .main {
        font-size: 3rem; }
    .m-home-blog__btn {
      width: 130px;
      margin-top: 20px; }
    .m-home-blog__lead {
      font-size: 1.1rem;
      margin-top: 43px; }
    .m-home-blog-lists {
      width: 62.5%;
      -webkit-transform: translateY(75px);
      -ms-transform: translateY(75px);
      transform: translateY(75px); }
      .m-home-blog-lists__item a {
        padding: 50px 50px 50px 0; }
      .m-home-blog-lists__date {
        position: absolute;
        top: 50px;
        left: 0;
        -webkit-transform: rotate(-90deg) translate(-100%, -50%);
        -ms-transform: rotate(-90deg) translate(-100%, -50%);
        transform: rotate(-90deg) translate(-100%, -50%);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        line-height: 1; }
      .m-home-blog-lists-clear {
        padding-left: 20px; }
      .m-home-blog-lists__item:not(:last-child) {
        margin-bottom: 13px; }
      .m-home-blog-lists__thumb {
        width: 45.5%; }
      .m-home-blog-lists-txts {
        width: 49%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .m-home-blog-lists__h {
        margin-bottom: 20px; }
      .m-home-blog-lists-cats {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .m-home-blog-lists__cat {
        margin-bottom: 5px;
        margin-left: 10px;
        font-size: 0.8rem;
        padding: 3px 6px; }
  .m-home-company {
    padding: 165px 0 43px; }
    .m-home-company-col2 {
      margin-top: 32px;
      width: 56%; }
    .m-home-company-links__item:last-child {
      margin-top: 7px; }
    .m-home-company-links__item:not(:last-child) {
      margin-bottom: 14px; }
  .m-home-bnrs {
    padding: 60px 0 65px; }
    .m-home-bnrs-lists__item:not(:last-child) {
      margin-right: 100px; }
  @-webkit-keyframes homeMvScroll {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    25% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    50% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); } }
  @keyframes homeMvScroll {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    25% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    50% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); } }
  .m-products-lists {
    padding-top: 30px; }
    .m-products-lists-sec {
      padding: 35px 0 25px; }
      .m-products-lists-sec:last-child {
        padding-bottom: 40px; }
      .m-products-lists-sec__h {
        padding-left: 15px; }
      .m-products-lists-sec-lists {
        margin-top: 27px; }
        .m-products-lists-sec-lists.col3-pc {
          margin-top: 15px;
          margin-left: 6px; }
        .m-products-lists-sec-lists__item {
          margin-right: 70px;
          margin-bottom: 20px; }
          .col3-pc .m-products-lists-sec-lists__item {
            width: calc(33.33% - 6px);
            margin-right: 6px; }
          .m-products-lists-sec-lists__item.is-products {
            margin-bottom: 40px; }
        .m-products-lists-sec-lists-mysql {
          margin-bottom: 20px; }
          .m-products-lists-sec-lists-mysql a {
            padding: 37px 10px 20px;
            min-height: 182px; }
          .m-products-lists-sec-lists-mysql-col {
            width: 50%; }
        .m-products-lists-sec-lists-db {
          padding: 37px 10px 20px;
          min-height: 182px; }
          .m-products-lists-sec-lists-db__logo {
            max-width: 120px;
            max-height: 72px;
            height: 72px; }
          .m-products-lists-sec-lists-db__h {
            margin-top: 25px; }
        .m-products-lists-sec-lists__logo {
          height: 120px;
          margin-bottom: 12px; }
          .m-products-lists-sec-lists__logo img {
            width: auto;
            max-width: calc(100% - 40px);
            max-height: 80px; }
        .m-products-lists-sec-lists__h .ja {
          font-size: 0.8rem; }
        .m-products-lists-sec-lists__h .en {
          padding-left: 17px; }
          .m-products-lists-sec-lists__h .en::before {
            top: 0.6em;
            width: 7px;
            height: 7px; }
  .m-products-db {
    padding: 70px 0 115px; }
    .m-products-db-sec {
      padding: 35px 70px 70px;
      margin-top: 30px; }
      .m-products-db-sec:first-of-type {
        margin-top: 35px; }
  .m-products-cloud {
    padding: 20px 0 70px; }
    .m-products-cloud__h {
      -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      transform: translateY(-50px); }
    .m-products-cloud-lists {
      margin-top: 14px; }
      .m-products-cloud-lists__item {
        width: calc(50% - 5px);
        margin-bottom: 10px; }
        .m-products-cloud-lists__item > a, .m-products-cloud-lists__item > span {
          padding: 30px 24px 30px 40px;
          -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1); }
      .m-products-cloud-lists__h {
        width: calc(100% - 40px); }
      .m-products-cloud-lists__logo {
        width: 60px; }
      .m-products-cloud-lists__desc {
        padding-right: 16px;
        margin-top: 20px; }
  .m-products-relation {
    padding: 47px 0 90px; }
    .m-products-relation-lists {
      margin-top: 14px; }
      .m-products-relation-lists__item {
        width: calc(50% - 5px);
        margin-bottom: 10px; }
        .m-products-relation-lists__item > a, .m-products-relation-lists__item > span {
          min-height: 140px;
          padding: 0 40px 10px 40px;
          -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1); }
      .m-products-relation-lists__logo {
        max-width: 90px;
        max-height: 60px; }
  .m-cases__h {
    padding-bottom: 15px; }
  .m-cases-lists01__item::before {
    -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .m-cases-lists01__item:not(:first-child) {
    margin-top: 75px; }
  .m-cases-lists01__thumb {
    width: 41%;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  .m-cases-lists01-txts {
    width: 59%;
    padding: 40px 50px 40px 30px; }
  .m-cases-lists01__company {
    margin-right: 15px; }
  .m-cases-lists01__cat {
    padding-left: 5px;
    margin-top: 1.13em;
    margin-left: auto; }
  .m-cases-lists01-tags {
    margin-top: 33px; }
    .m-cases-lists01-tags__item {
      margin-right: 13px;
      margin-bottom: 8px; }
  .m-cases-lists02__item:not(:first-child) {
    margin-top: 7px; }
  .m-cases-lists02__txts {
    padding: 32px 20px 24px 40px; }
  .m-cases-lists02__h {
    margin-bottom: 8px; }
  .m-cases-lists02-tags__item {
    margin-left: 13px; }
  .m-cases-tabs {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    .m-cases-tabs-lists__item {
      width: calc(33.33% - 20px); }
      .m-cases-tabs-lists__item:first-child {
        width: 33.33%;
        margin-right: auto; }
      .m-cases-tabs-lists__item:nth-child(2) {
        margin-right: 10px; }
      .m-cases-tabs-lists__item a, .m-cases-tabs-lists__item span {
        padding: 15px 22px 15px 27px;
        border-radius: 3px 3px 0 0; }
  .m-cases-pickup {
    padding: 7px 0 83px; }
    .m-cases-pickup-slideWrap {
      width: 600px;
      margin: 0 auto 0; }
    .m-cases-pickup-slide {
      height: 378px;
      margin-top: -90px; }
      .m-cases-pickup-slide__item {
        width: 353px;
        height: 223px;
        margin-right: 60px; }
        .m-cases-pickup-slide__item.is-current {
          width: 600px;
          height: 378px; }
          .m-cases-pickup-slide__item.is-current a img {
            width: 600px;
            height: 378px; }
      .m-cases-pickup-slide__thumb img {
        width: 353px;
        height: 223px; }
    .m-cases-pickup-caption {
      width: 100vw;
      padding-left: calc((100vw - 870px) / 2); }
      .m-cases-pickup-caption-inner {
        padding: 38px 60px 100px 60px; }
      .m-cases-pickup-caption-content {
        max-width: 915px;
        margin-right: auto; }
      .m-cases-pickup-caption-menu {
        width: calc(100% - 315px);
        margin-right: auto; }
      .m-cases-pickup-caption-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .m-cases-pickup-caption__company {
        margin-right: auto;
        padding-right: 25px; }
      .m-cases-pickup-caption__cat {
        padding-left: 3px; }
        .m-cases-pickup-caption__cat::before {
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 100%; }
      .m-cases-pickup-caption-tags {
        margin-top: 25px; }
        .m-cases-pickup-caption-tags__item {
          margin-bottom: 7px; }
          .m-cases-pickup-caption-tags__item:not(:last-child) {
            margin-right: 13px; }
    .m-cases-pickup-btns {
      margin-top: 12px; }
      .m-cases-pickup-btns__item {
        position: relative;
        z-index: 100; }
        .m-cases-pickup-btns__item:not(:last-child) {
          margin-right: 9px; }
    .m-cases-pickup-latest {
      margin-top: 27px;
      padding: 23px 0 110px; }
      .m-cases-pickup-latest__h {
        -webkit-transform: translateY(-46px);
        -ms-transform: translateY(-46px);
        transform: translateY(-46px); }
      .m-cases-pickup-latest-listWrap {
        margin-top: 30px; }
  .m-cases-subjects {
    padding-top: 24px;
    padding-bottom: 100px; }
  .m-cases-products-h {
    padding: 10px 0 105px; }
  .m-cases-products-listSec01 {
    padding-bottom: 45px; }
  .m-cases-products-listSec02 {
    padding: 69px 0 100px; }
  .m-cases-products-lists {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); }
  .m-case {
    padding: 67px 0 65px; }
    .m-case-head {
      padding: 68px 0 105px; }
    .m-case__h {
      padding-bottom: 20px;
      margin-bottom: 70px; }
    .m-case-tags {
      margin-top: 22px; }
      .m-case-tags__item {
        margin-right: 13px;
        margin-bottom: 10px; }
    .m-case-info {
      margin-top: 57px; }
      .m-case-info-company {
        margin-top: 9px;
        padding: 30px 30px; }
        .m-case-info-company__logo {
          width: 330px;
          height: 180px; }
          .m-case-info-company__logo img {
            width: 186px; }
        .m-case-info-company__h {
          margin-left: 48px; }
    .m-case__thumb {
      margin: 0 auto;
      max-width: 825px;
      width: 100%; }
    .m-case__cat {
      padding-left: 25px;
      margin-top: 30px; }
    .m-case-outline {
      padding-bottom: 82px; }
      .m-case-outline__h {
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px); }
      .m-case-outline-inner {
        margin-top: -37px;
        padding: 60px 70px 65px;
        -webkit-box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
        box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1); }
      .m-case-outline-preface {
        margin-top: 35px; }
        .m-case-outline-preface__h {
          padding-left: 15px; }
        .m-case-outline-preface__txt {
          margin-top: 12px; }
      .m-case-outline-main {
        margin-top: 72px; }
        .m-case-outline-main__item:not(:first-child) {
          margin-top: 40px; }
        .m-case-outline-main__txt {
          margin-top: 18px; }
        .m-case-outline-main-lists {
          margin-top: 22px; }
          .m-case-outline-main-lists__item {
            padding-left: 20px; }
            .m-case-outline-main-lists__item:not(:last-child) {
              margin-bottom: 7px; }
        .m-case-outline-main__img {
          margin-top: 30px; }
    .m-case-interview {
      padding: 35px 0 30px; }
      .m-case-interview-inner {
        margin-top: 16px;
        padding: 30px 65px 80px; }
      .m-case-interview-preface__h {
        font-size: 1.34rem;
        margin-top: 1.5em; }
        .m-case-interview-preface__h span {
          font-size: 2rem;
          padding: 5px 15px 5px 15px; }
      .m-case-interview-people {
        margin-top: 50px; }
        .m-case-interview-people__item {
          width: calc(50% - 25px); }
          .m-case-interview-people__item:nth-child(n + 3) {
            margin-top: 40px; }
        .m-case-interview-people__img {
          width: 75px;
          height: 75px; }
        .m-case-interview-people-txts {
          margin-left: 10px; }
        .m-case-interview-people__duty {
          margin-top: 5px; }
        .m-case-interview-people__name .position {
          padding-right: 9px; }
        .m-case-interview-people__note {
          margin-top: -2px; }
      .m-case-interview-article {
        margin-top: 67px; }
    .m-case-pdf {
      padding: 20px 0 50px; }
    .m-case-company {
      padding-bottom: 70px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08); }
      .m-case-company-inner {
        padding: 47px 40px 45px; }
      .m-case-company__logo {
        width: 27%;
        margin-right: auto; }
      .m-case-company-txts {
        width: 68.5%; }
      .m-case-company__cat {
        margin-top: 20px; }
      .m-case-company__link {
        margin-top: 9px; }
      .m-case-company-info {
        margin-top: 15px; }
        .m-case-company-info p {
          padding-left: 15px; }
        .m-case-company-info ul li {
          padding-left: 15px; }
    .m-case-relation {
      padding: 85px 0 40px; }
    .m-case-other {
      padding: 75px 0 56px; }
      .m-case-other__item {
        margin-top: 70px !important; }
    .m-case-nav {
      padding: 57px 0; }
      .m-case-nav-inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .m-case-nav__h {
        padding-left: 26px;
        margin-right: auto; }
      .m-case-nav-lists {
        margin-left: auto; }
        .m-case-nav-lists__item {
          margin-right: 12px;
          width: 175px; }
          .m-case-nav-lists__item:first-child {
            margin-right: 20px;
            padding-right: 20px;
            width: 255px; }
            .m-case-nav-lists__item:first-child::after {
              content: '';
              display: block;
              width: 1px;
              height: 100%;
              position: absolute;
              top: 0;
              right: 0;
              background-color: #fff; }
          .m-case-nav-lists__item:nth-child(2) {
            margin-right: 12px; }
  .m-faq-search {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .m-faq-search-form {
      margin-right: 80px;
      margin-left: auto;
      -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
      box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1); }
    .m-faq-search__submit img {
      width: 26px;
      height: 26px; }
  .m-faq__h {
    padding-left: 62px; }
    .m-faq__h::before {
      top: -5px;
      width: 50px;
      height: 50px;
      font-size: 1.6rem; }
  .m-faq-main {
    padding-bottom: 80px;
    margin-bottom: 80px; }
  .m-faq-inner {
    padding: 38px 70px 45px;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
  .m-faq-cat {
    margin-top: -75px; }
    .m-faq-cat__h {
      font-size: 0.95rem; }
    .m-faq-cat-link {
      padding: 18px 7px 18px 30px;
      margin-left: 42px; }
      .m-faq-cat-link::after {
        padding-left: 22px;
        font-size: 1.2rem; }
      .m-faq-cat-link__img {
        max-width: 100px; }
      .m-faq-cat-link__txt {
        font-size: 0.9rem; }
  .m-faq-nav {
    padding: 57px 0; }
    .m-faq-nav-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .m-faq-nav__h {
      font-size: 1.3rem;
      margin-right: auto; }
      .m-faq-nav__h::before {
        width: 14px;
        height: 4px;
        margin-right: 8px; }
    .m-faq-nav-lists {
      margin-left: auto; }
      .m-faq-nav-lists__item {
        margin-right: 12px;
        width: 275px; }
        .m-faq-nav-lists__item:last-child {
          margin-right: 0; }
  .m-faqs-tabs-lists__item {
    width: calc(37% - 20px);
    margin-right: 10px; }
    .m-faqs-tabs-lists__item:first-child {
      width: 26%;
      margin-right: auto; }
    .m-faqs-tabs-lists__item:last-child {
      margin-right: 0; }
    .m-faqs-tabs-lists__item a {
      padding: 15px 22px 15px 27px;
      border-radius: 3px 3px 0 0; }
      .m-faqs-tabs-lists__item a:hover::after {
        border-color: #191919; }
  .m-faqs-main {
    margin-top: -8px;
    padding: 70px 0 98px; }
    .m-faqs-main__h {
      margin-bottom: 30px; }
  .m-faqs-lists__item:not(:first-child) {
    margin-top: 7px; }
  .m-faqs-lists__link {
    padding: 23px 100px 0 20px; }
  .m-faqs-lists__h {
    padding-left: 55px;
    margin-right: 30px;
    padding-bottom: 23px; }
    .m-faqs-lists__h::before {
      top: -0.4em; }
  .m-faqs-lists-tags {
    margin-left: auto; }
    .m-faqs-lists-tags__item {
      margin-bottom: 10px; }
      .m-faqs-lists-tags__item:not(:last-child) {
        margin-right: 13px; }
  .m-faqs-pagenavi {
    margin-top: 40px; }
  .m-presroom-archive {
    padding-bottom: 100px; }
    .m-presroom-archive__h {
      margin-top: 55px; }
    .m-presroom-archive-lists {
      margin: 35px 0 40px; }
      .m-presroom-archive-lists__item {
        padding: 25px 0; }
      .m-presroom-archive-lists__link {
        padding-right: 20px; }
      .m-presroom-archive-lists__date {
        margin-right: 20px; }
      .m-presroom-archive-lists__cat {
        padding: 3px 14px; }
        .m-presroom-archive-lists__cat:not(:last-child) {
          margin-right: 7px; }
        .m-presroom-archive-lists__cat.hasColor {
          border-left-width: 4px; }
      .m-presroom-archive-lists__h {
        margin-top: 15px; }
  .m-presroom-main {
    background-color: #f4f4f4;
    background-image: url(../img/base/img-bg02.svg);
    background-size: contain;
    background-repeat: repeat;
    padding: 80px 0 95px; }
    .m-presroom-main-inner {
      padding: 70px 70px 55px;
      margin-bottom: 35px; }
    .m-presroom-main__date {
      margin-right: 20px; }
    .m-presroom-main__cat {
      padding: 3px 14px; }
      .m-presroom-main__cat:not(:last-child) {
        margin-right: 7px; }
      .m-presroom-main__cat.hasColor {
        border-left-width: 4px; }
    .m-presroom-main__h {
      margin-top: 30px;
      font-size: 2.1rem; }
    .m-presroom-main-article {
      padding-top: 22px; }
  .m-company-mv {
    padding: 75px 0; }
    .m-company-mv__lead p:not(:last-child) {
      margin-bottom: 2.6em; }
  .m-company-nav-lists {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
    .m-company-nav-lists__item {
      width: calc(50% - 5px);
      margin-bottom: 10px; }
      .m-company-nav-lists__item a {
        padding: 48px 40px 48px 40px; }
        .m-company-nav-lists__item a p {
          font-size: 1.1rem;
          padding-left: 24px; }
  .m-service-mv {
    padding-bottom: 73px; }
    .m-service-mv-lists {
      margin-top: 55px; }
      .m-service-mv-lists__item {
        width: calc(33.33% - 18px);
        padding-bottom: 40px; }
        .m-service-mv-lists__item:not(:last-child) {
          margin-right: 12px; }
        .m-service-mv-lists__item a {
          padding: 40px 5px 33px; }
      .m-service-mv-lists__icon {
        height: 106px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .m-service-mv-lists__txt {
        margin-top: 30px; }
  .m-service-sec-head__img {
    width: 120px;
    height: 120px;
    float: left; }
  .m-service-sec-head__copy {
    width: calc(100% - 155px);
    margin-left: auto; }
  .m-service-sec-head__h {
    width: calc(100% - 155px);
    margin-left: auto; }
  .m-service-sec-head__txt {
    margin-top: 10px;
    width: calc(100% - 155px);
    margin-left: auto; }
  .m-service-sec01-lists {
    margin-top: 10px; }
    .m-service-sec01-lists-wrap {
      margin-top: 54px; }
    .m-service-sec01-lists__h {
      padding-left: 20px; }
    .m-service-sec01-lists__item {
      width: calc(25% - 5px); }
      .m-service-sec01-lists__item a {
        border-radius: 6px;
        -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
        padding: 25px 0 30px; }
    .m-service-sec01-lists__logo {
      height: 100px;
      padding: 0 10px; }
    .m-service-sec01-lists__txt {
      margin-top: 15px; }
  .m-service-sec01__link01 {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1); }
  .m-service-sec01-clear {
    margin-top: 30px; }
    .m-service-sec01-clear__item {
      width: calc(50% - 5px); }
      .m-service-sec01-clear__item a {
        padding: 50px 30px 50px 64px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1); }
  .m-service-sec02-menu {
    margin-top: 40px; }
    .m-service-sec02-menu__item {
      width: calc(50% - 5px);
      padding: 20px 26px 30px 30px;
      margin-bottom: 8px; }
    .m-service-sec02-menu-head {
      min-height: 58px; }
    .m-service-sec02-menu__txt {
      margin-top: 19px;
      min-height: 95px; }
    .m-service-sec02-menu-subject {
      margin-top: 3px; }
      .m-service-sec02-menu-subject__h {
        margin-top: 7px;
        padding-left: 17px; }
      .m-service-sec02-menu-subject__item {
        margin-top: 7px; }
        .m-service-sec02-menu-subject__item:nth-child(2n) {
          margin-left: auto; }
  .m-service-sec02-clear {
    margin-top: 36px; }
  .m-service-sec02-col1 {
    width: calc(50% - 10px); }
    .m-service-sec02-col1 a {
      padding: 55px 10px 42px; }
  .m-service-sec02-col2 {
    width: calc(50% - 10px); }
  .m-service-sec02-col3 {
    width: calc(50% - 3px); }
  .m-service-sec02-reason {
    margin-top: 40px;
    padding: 45px 60px 40px; }
    .m-service-sec02-reason-lists {
      margin-top: 33px; }
      .m-service-sec02-reason-lists__item {
        width: calc(33.33% - 47px); }
        .m-service-sec02-reason-lists__item:nth-child(2) {
          margin: 0 auto; }
      .m-service-sec02-reason-lists__img {
        max-width: 230px;
        width: calc(100% - 15px);
        margin: 0 auto; }
      .m-service-sec02-reason-lists__h {
        margin-top: 13px;
        padding-bottom: 15px; }
      .m-service-sec02-reason-lists__txt {
        margin-top: 16px; }
  .m-service-sec03-clear {
    margin-top: 38px; }
  .m-service-sec03-col1 {
    width: 39.6%; }
    .m-service-sec03-col1__logo {
      margin-top: 14px; }
    .m-service-sec03-col1__txt {
      margin-top: 23px; }
    .m-service-sec03-col1__link {
      border-radius: 40px;
      margin-top: 30px;
      padding: 19px 33px; }
  .m-service-sec03-col2 {
    width: 54.5%; }
  .l-recruit-mv {
    min-height: 600px;
    padding: 100px 40px;
    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;
    text-align: center; }
    .l-recruit-mv-text {
      font-size: 2.9rem; }
    .l-recruit-mv-btns {
      margin-top: 40px;
      margin-right: -36px; }
      .l-recruit-mv-btns__item {
        margin-right: 36px; }
        .l-recruit-mv-btns__item a {
          width: 336px;
          min-height: 66px;
          padding: 17px 30px;
          border-radius: 33px;
          font-size: 1.2rem; }
  .m-recruit .u-lh200 {
    line-height: 2 !important; }
  .m-recruit-bg-01 {
    background-size: 1600px auto; }
  .m-recruit-bg-02 {
    background-size: 5px; }
  .m-recruit-inner {
    padding-top: 120px;
    padding-bottom: 120px; }
  .m-recruit-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 260px; }
    .m-recruit-heading--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .m-recruit-heading--reverse .m-recruit-heading-title {
        margin-right: auto;
        margin-left: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right; }
    .m-recruit-heading-bg {
      height: 100%;
      width: calc(650 / 1500 * 100%); }
    .m-recruit-heading-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      height: 100%;
      background-size: 20px 20px,auto auto; }
    .m-recruit-heading-title {
      width: calc(580 / 850 * 100%);
      margin-left: auto; }
      .m-recruit-heading-title .en {
        font-size: 1.2rem; }
      .m-recruit-heading-title .title {
        font-size: 1.7rem; }
  .m-recruit-company-copy {
    font-size: 2.3rem; }
  .m-recruit-company-images {
    margin-right: -36px; }
    .m-recruit-company-images > * {
      margin-right: 36px; }
  .m-recruit-services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 44px;
    margin-top: 44px; }
    .m-recruit-services-item-icon {
      width: 200px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 50px;
      margin-right: 80px; }
    .m-recruit-services-item-content {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0; }
  .m-recruit-workstyle-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -24px; }
    .m-recruit-workstyle-col__item {
      width: calc(33.3% - 24px);
      margin-right: 24px;
      margin-bottom: 24px;
      padding: 24px; }
      .m-recruit-workstyle-col__item:nth-of-type(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% - 24px);
        padding: 24px 64px; }
        .m-recruit-workstyle-col__item:nth-of-type(4) .m-recruit-workstyle-col-icon {
          margin-bottom: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-left: 40px;
          margin-right: 40px; }
    .m-recruit-workstyle-col-heading {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .m-recruit-workstyle-col-persent {
      font-size: 3.8rem; }
      .m-recruit-workstyle-col-persent small {
        font-size: 2rem; }
    .m-recruit-workstyle-col-graph {
      width: 180px;
      height: 180px; }
      .m-recruit-workstyle-col-graph .icon {
        width: 120px; }
    .m-recruit-workstyle-col-icon {
      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-bottom: 20px; }
  .m-recruit-recruit-title {
    font-size: 1.5rem; }
  .m-recruit-recruit-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px; }
    .m-recruit-recruit-step__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      margin-right: 16px; }
    .m-recruit-recruit-step-title {
      font-size: 1.1rem;
      margin-bottom: 12px; }
      .m-recruit-recruit-step-title span {
        font-size: 1.6rem; }
    .m-recruit-recruit-step-content {
      padding: 40px 24px 24px; }
  .m-recruit-recruit-job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -24px; }
    .m-recruit-recruit-job__item {
      margin-right: 24px;
      margin-bottom: 24px;
      width: calc(50% - 24px); }
      .m-recruit-recruit-job__item a, .m-recruit-recruit-job__item span {
        padding: 32px 64px 32px 32px;
        font-size: 1.3rem; }
  .m-recruit-recruit-casual {
    padding: 80px; }
    .m-recruit-recruit-casual-btn {
      width: 540px;
      margin-left: auto;
      margin-right: auto;
      height: 80px;
      border-radius: 40px;
      font-size: 1.2rem; }
  .m-recruit-techblog-bnr {
    width: 570px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 48px; }
    .m-recruit-techblog-bnr-title {
      font-size: 1.1rem; }
    .m-recruit-techblog-bnr-logo {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 60px; }
  .m-recurit-guidance-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-recurit-guidance-heading-title {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      font-size: 1.8rem; }
    .m-recurit-guidance-heading-btn {
      width: 250px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 40px;
      margin-left: auto;
      margin-right: auto;
      height: 66px;
      border-radius: 33px;
      font-size: 0.9rem; }
  .m-recurit-guidance-tab {
    margin-top: 48px; }
    .m-recurit-guidance-tab-menu__item a {
      font-size: 1.2rem;
      height: 60px; }
      .m-recurit-guidance-tab-menu__item a.active {
        height: 80px; }
    .m-recurit-guidance-tab-inner {
      padding: 48px; }
  .m-recurit-guidance-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .m-recurit-guidance-item__title {
      padding-top: 24px;
      padding-bottom: 24px;
      width: 178px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 24px; }
    .m-recurit-guidance-item__content {
      padding-top: 24px;
      padding-bottom: 24px; }
  .m-recurit-form {
    padding: 60px 40px; }
    .m-recurit-form-iframe {
      height: 1300px; }
      .m-recurit-form-iframe iframe {
        width: calc(100% - 80px) !important; }
  .m-sitemap {
    padding: 71px 0 95px; }
    .m-sitemap-clear__col {
      width: calc(33.33% - 46px); }
    .m-sitemap-clear__item:not(:last-child) {
      margin-bottom: 79px; }
    .m-sitemap-clear__item.is-other {
      margin-top: 144px; }
    .m-sitemap-clear__h {
      padding-bottom: 10px; }
      .m-sitemap-clear__h a {
        padding-left: 15px; }
    .m-sitemap-lists {
      padding-top: 22px; }
      .m-sitemap-lists__item:not(:last-child) {
        margin-bottom: 6px; }
      .m-sitemap-lists__item.has-child:not(:last-of-type) {
        margin-bottom: 35px; }
      .m-sitemap-lists__link {
        padding-left: 17px; }
      .m-sitemap-lists-child {
        padding-top: 7px;
        padding-left: 9px; }
        .m-sitemap-lists-child__item:not(:last-child) {
          margin-bottom: 7px; }
        .m-sitemap-lists-child__item a {
          padding-left: 22px; }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 20px !important; }
  .u-mt {
    margin-top: 30px !important; }
  .u-mt-l {
    margin-top: 40px !important; }
  .u-mt-xl {
    margin-top: 60px !important; }
  .u-mt-2xl {
    margin-top: 80px !important; }
  .u-mt-3xl {
    margin-top: 100px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 20px !important; }
  .u-mb {
    margin-bottom: 30px !important; }
  .u-mb-l {
    margin-bottom: 40px !important; }
  .u-mb-xl {
    margin-bottom: 60px !important; }
  .u-mb-2xl {
    margin-bottom: 80px !important; }
  .u-mb-3xl {
    margin-bottom: 100px !important; }
  .u-ml-1em {
    margin-left: 1em !important; }
  .u-mr-1em {
    margin-right: 1em !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 20px !important; }
  .u-pt {
    padding-top: 30px !important; }
  .u-pt-l {
    padding-top: 40px !important; }
  .u-pt-xl {
    padding-top: 60px !important; }
  .u-pt-2xl {
    padding-top: 80px !important; }
  .u-pt-3xl {
    padding-top: 100px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 20px !important; }
  .u-pb {
    padding-bottom: 30px !important; }
  .u-pb-l {
    padding-bottom: 40px !important; }
  .u-pb-xl {
    padding-bottom: 60px !important; }
  .u-pb-2xl {
    padding-bottom: 80px !important; }
  .u-pb-3xl {
    padding-bottom: 100px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 20px !important; }
  .u-p {
    padding: 30px !important; }
  .u-p-l {
    padding: 40px !important; }
  .u-p-xl {
    padding: 60px !important; }
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg *.no-marginBottom {
    margin-bottom: 0 !important; }
  .u-wysiwyg *.no-marginTop {
    margin-top: 0 !important; }
  .u-wysiwyg h1 {
    margin-bottom: 30px; }
    .is-jirei .u-wysiwyg h1 {
      margin-bottom: 30px; }
  .u-wysiwyg h2 {
    font-size: 1.6rem;
    line-height: 2; }
    .u-wysiwyg.is-jirei h2 {
      font-size: 1.34rem;
      margin-top: 1.5em; }
      .u-wysiwyg.is-jirei h2 span {
        font-size: 2rem;
        padding: 5px 15px 5px 15px; }
    .u-wysiwyg.is-products h2 {
      margin-bottom: 0.95em; }
    .u-wysiwyg.is-faq h2 {
      font-size: 1.6rem;
      margin-top: 1.3em;
      margin-bottom: 0.7em; }
    .u-wysiwyg.is-press h2 {
      font-size: 1.6rem;
      padding: 35px 0 35px;
      margin: 1.8em 0 1.1em; }
    .u-wysiwyg.is-company h2 {
      font-size: 1.6rem;
      line-height: 2;
      margin-top: 1.8em;
      margin-bottom: 1em; }
  .u-wysiwyg h3 {
    font-size: 1.2rem; }
    .u-wysiwyg.is-jirei h3 {
      font-size: 1.4rem;
      margin-bottom: 1em;
      margin-top: 2em; }
    .u-wysiwyg.is-products h3 {
      font-size: 1.25rem;
      padding: 0.85em 0 0.85em 1.6em; }
    .u-wysiwyg.is-faq h3 {
      font-size: 1.4rem;
      margin-top: 2.1em;
      margin-bottom: 0.9em; }
    .u-wysiwyg.is-press h3 {
      font-size: 1.25rem;
      padding: 0.85em 0 0.85em 1.6em; }
    .u-wysiwyg.is-company h3 {
      font-size: 1.4rem; }
  .u-wysiwyg h4 {
    font-size: 1.2rem;
    padding-left: 28px; }
    .u-wysiwyg.is-press h4 {
      font-size: 1.2rem;
      padding-left: 0; }
  .u-wysiwyg h5, .u-wysiwyg h6 {
    padding-left: 15px; }
  .u-wysiwyg ol > li > ul {
    margin-left: 15px; }
  .u-wysiwyg ul {
    margin-left: 30px;
    margin-top: 2em;
    margin-bottom: 1em; }
    .u-wysiwyg ul > li > ul {
      margin-left: 15px; }
  .u-wysiwyg .list02 li {
    margin-bottom: 0.3em; }
    .u-wysiwyg .list02 li::before {
      width: 18px;
      height: 18px; }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px; }
  .u-wysiwyg .wp-block-table.is-style-border table tr th,
  .u-wysiwyg .wp-block-table.is-style-border table tr > td:first-child {
    width: 178px;
    margin-right: 32px;
    padding: 19px 0.5em; }
  .u-wysiwyg .wp-block-table.is-style-border table tr td {
    padding: 19px 0;
    margin: 0 0.5em; }
  .u-wysiwyg .note {
    padding: 30px; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3; }
  /* ---------------------------
u-table
--------------------------- */
  .u-table01 tr th, .u-wysiwyg table tr th {
    width: 155px;
    padding: 14px 10px 14px 20px; }
  .u-table01 tr td, .u-wysiwyg table tr td {
    padding: 14px 10px 14px 20px; }
  .u-table01 th, .u-wysiwyg table th, .u-table01 td, .u-wysiwyg table td {
    padding-top: 40px;
    padding-bottom: 40px; }
  .u-table01 th, .u-wysiwyg table th {
    white-space: nowrap; }
  .u-table02 tr th, .u-wysiwyg .wp-block-table.table03 tr th, .u-wysiwyg .wp-block-table.is-style-table03 tr th, .u-wysiwyg table.table03 tr th,
  .u-table02 tr > td:first-child,
  .u-wysiwyg .wp-block-table.table03 tr > td:first-child,
  .u-wysiwyg .wp-block-table.is-style-table03 tr > td:first-child,
  .u-wysiwyg table.table03 tr > td:first-child {
    width: 178px;
    margin-right: 32px;
    padding: 19px 0.5em; }
  .u-table02 tr td, .u-wysiwyg .wp-block-table.table03 tr td, .u-wysiwyg .wp-block-table.is-style-table03 tr td, .u-wysiwyg table.table03 tr td {
    padding: 19px 0;
    margin: 0 0.5em; }
  .u-btn01 {
    padding: 18px 30px; }
  .u-btn03 {
    padding: 28px 50px 28px 44px; }
    .u-btn03.is-pdf {
      padding-right: 70px; }
  .u-btn04 {
    padding: 15px 27px; }
    .u-btn04 .ico {
      font-size: 22px;
      margin-right: 5px; }
  .u-h01 {
    padding-bottom: 21px; }
    .u-h01 .en {
      font-size: 4rem; }
  .u-h02 {
    padding-bottom: 20px; }
  .u-tabs01__item:not(:last-child) {
    margin-right: 15px; }
  .u-tabs01__btn {
    padding: 13px 25px;
    border-radius: 5px;
    width: 130px; }
  .u-mv01__img {
    padding-bottom: calc(200 / 1680 * 100%);
    background-image: url(../img/base/img-bg01.jpg); }
  .u-mv01__h {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .u-mv01__h .txt {
      padding: 35px 10px;
      width: 660px;
      border-radius: 50px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ==========================================================================
   TB
   ========================================================================== */
  .wrapin {
    max-width: calc( 1520px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px; }
  .pcOnly {
    display: block; }
  .spOnly {
    display: none; }
  /* ---------------------------
l-header
--------------------------- */
  .l-header-inner {
    background-color: #fff;
    height: 50px;
    padding: 0 12px;
    z-index: 100; }
  .l-header-col1 {
    width: 108px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .l-header-btn {
    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;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3b4347;
    width: 50px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .l-header-btn.active {
      background-color: transparent; }
    .l-header-btn-inner {
      position: relative;
      width: 20px;
      height: 18px; }
      .l-header-btn-inner span {
        background-color: #fff;
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .l-header-btn-inner span:nth-child(2) {
          top: 8px; }
        .l-header-btn-inner span:nth-child(3) {
          top: 17px; }
      .l-header-btn-inner.active span {
        background-color: #3b4347;
        top: 8px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .l-header-btn-inner.active span:nth-child(2), .l-header-btn-inner.active span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .l-header-tel {
    display: none; }
  .l-header-gnav {
    width: 100%;
    position: absolute;
    height: calc(100vh - 50px);
    top: 50px;
    left: 0;
    overflow-y: scroll;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 100000; }
    .l-header-gnav.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .l-header-gnav-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .l-header-gnav-menu__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        border-bottom: solid 1px #ddf5ff; }
        .l-header-gnav-menu__item:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .l-header-gnav-menu__item::before {
          content: '';
          display: block;
          width: 10px;
          height: 3px;
          position: absolute;
          top: 1.8em;
          left: 20px;
          background-color: #fff;
          z-index: 10; }
      .l-header-gnav-menu__accor {
        background-color: #76d6ff;
        display: block;
        padding: 16px 12px 16px 40px;
        position: relative;
        letter-spacing: 0.05em;
        width: calc(100% - 55px); }
        .l-header-gnav-menu__accor:hover {
          opacity: 1;
          background-color: #42c5ff; }
      .l-header-gnav-menu__arrow {
        color: #fff;
        font-size: 1.1rem;
        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;
        width: 55px;
        background-color: #42c5ff; }
        .l-header-gnav-menu__arrow:hover {
          background-color: #76d6ff;
          text-decoration: none !important; }
      .l-header-gnav-menu-child {
        display: none;
        width: 100%; }
        .l-header-gnav-menu-child__item {
          position: relative; }
          .l-header-gnav-menu-child__item::before {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            position: absolute;
            top: 1.735em;
            left: 50.5px;
            background-color: #54cbff;
            z-index: 10; }
          .l-header-gnav-menu-child__item > a,
          .l-header-gnav-menu-child__item span {
            cursor: pointer;
            background-color: #f4f4f4;
            position: relative;
            display: block;
            letter-spacing: 0.05em;
            padding: 16px 57px 16px 64px;
            border-bottom: solid 1px #d1d1d1; }
            .l-header-gnav-menu-child__item > a::before,
            .l-header-gnav-menu-child__item span::before {
              content: '';
              display: block;
              width: 55px;
              height: 100%;
              position: absolute;
              top: 0;
              right: 0;
              background-color: #dbdbdb; }
            .l-header-gnav-menu-child__item > a::after,
            .l-header-gnav-menu-child__item span::after {
              position: absolute;
              top: 0.16em;
              right: 14px;
              font-size: 1.9rem;
              color: #191919; }
            .l-header-gnav-menu-child__item > a:hover,
            .l-header-gnav-menu-child__item span:hover {
              background-color: #dbdbdb;
              opacity: 1; }
          .l-header-gnav-menu-child__item a::after {
            content: 'remove'; }
          .l-header-gnav-menu-child__item span::after {
            content: 'add'; }
          .l-header-gnav-menu-child__item span.active::after {
            content: 'remove'; }
      .l-header-gnav-menu-grandchild {
        display: none; }
        .l-header-gnav-menu-grandchild__item a {
          background-color: #fff;
          display: block;
          padding: 16px 12px 16px 92px;
          font-size: 0.9rem;
          letter-spacing: 0.05em;
          position: relative;
          border-bottom: solid 1px #d1d1d1; }
          .l-header-gnav-menu-grandchild__item a::after {
            top: 0.9em;
            right: 18px;
            font-size: 1.1rem; }
          .l-header-gnav-menu-grandchild__item a:hover {
            background-color: #eefaff;
            color: #1294c7;
            opacity: 1; }
    .l-header-gnav-contact {
      display: block;
      color: #fff;
      padding: 30px 0 25px;
      background-color: #3b4347;
      position: relative;
      -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1); }
      .l-header-gnav-contact-tel {
        margin-bottom: 25px;
        text-align: center; }
        .l-header-gnav-contact-tel a {
          position: relative;
          color: #fff;
          font-size: 1.7rem;
          padding-left: 30px;
          letter-spacing: 0.07em; }
          .l-header-gnav-contact-tel a::before {
            width: 32px;
            height: 19px; }
      .l-header-gnav-contact-mail {
        text-align: center; }
        .l-header-gnav-contact-mail a {
          border: solid 2px #fff;
          color: #fff;
          padding: 15px 55px;
          border-radius: 50px;
          font-size: 1.3rem;
          display: inline-block; }
    .l-header-gnav-subNav {
      margin-top: -1px;
      padding: 30px 20px;
      background-color: #3b4347;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .l-header-gnav-subNav__item {
        width: calc(50% - 10px);
        margin-bottom: 21px; }
        .l-header-gnav-subNav__item a {
          color: #fff;
          font-size: 0.8rem; }
  .l-header-contact {
    display: none; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer-contact {
    padding: 46px 0 0; }
    .l-footer-contact-logo {
      width: 178px;
      margin-right: auto; }
    .l-footer-contact-tel {
      margin-right: 20px; }
  .l-footer-gnav {
    padding: 50px 0 27px; }
    .l-footer-gnav-toggle {
      display: none; }
    .l-footer-gnav-menu__item:not(:last-child) {
      margin-right: 25px; }
    .l-footer-gnav-menu__item.w100 {
      width: 100%; }
    .l-footer-gnav-menu__h {
      padding-left: 20px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      white-space: nowrap;
      margin-right: 40px; }
    .l-footer-gnav-menu-child {
      margin-top: 7px; }
      .l-footer-gnav-menu-child__item:not(:last-child) {
        margin-bottom: 1px; }
      .l-footer-gnav-menu-child__item a {
        padding-left: 10px; }
    .l-footer-gnav-menu-grandchild {
      margin-top: 6px;
      padding-left: 23px; }
      .l-footer-gnav-menu-grandchild__item {
        margin-bottom: 4px; }
        .l-footer-gnav-menu-grandchild__item a {
          padding-left: 13px; }
    .l-footer-gnav-products {
      margin-bottom: 35px;
      margin-bottom: 50px; }
      .l-footer-gnav-products-sec:not(:last-child) {
        padding-bottom: 15px; }
      .l-footer-gnav-products-sec:not(:first-child) {
        margin-top: 22px; }
      .l-footer-gnav-products__h {
        padding-left: 15px; }
      .l-footer-gnav-products-lists01 {
        margin-top: 7px; }
        .l-footer-gnav-products-lists01__item {
          width: 24%;
          margin-bottom: 4px; }
          .l-footer-gnav-products-lists01__item:not(:nth-child(4n)) {
            margin-right: 1.3%; }
        .l-footer-gnav-products-lists01__logo {
          height: 108px;
          padding: 28px 0;
          height: 80px;
          padding: 10px 0; }
          .l-footer-gnav-products-lists01__logo img {
            height: 100%; }
        .l-footer-gnav-products-lists01__h {
          padding-left: 11px; }
      .l-footer-gnav-products-lists02 {
        margin-top: 4px; }
        .l-footer-gnav-products-lists02__item {
          margin-bottom: 5px; }
          .l-footer-gnav-products-lists02__item:not(:last-child) {
            margin-right: 57px; }
          .l-footer-gnav-products-lists02__item a {
            padding-left: 11px; }
  .l-footer-footNav {
    margin-top: 105px;
    margin-top: 60px; }
    .l-footer-footNav__item {
      margin-bottom: 10px; }
      .l-footer-footNav__item:not(:last-child) {
        padding-right: 30px;
        margin-right: 30px;
        border-right: 1px solid #191919; }
      .l-footer-footNav__item a {
        line-height: 1; }
  .l-footer-partner {
    padding: 30px 0; }
    .l-footer-partner-menu__logo {
      width: 170px;
      margin-right: 40px; }
    .l-footer-partner-menu__item {
      width: 170px; }
      .l-footer-partner-menu__item:not(:last-child) {
        margin-right: 50px; }
  .l-footer-copyright-inner {
    padding: 13px 26px 13px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .l-footer-copyright__note {
    font-size: 0.75rem; }
  .l-footer-copyright__h {
    font-size: 0.75rem;
    margin-left: auto; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc( 1520px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    .l-wrap-720 {
      max-width: calc(720px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-770 {
      max-width: calc(770px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-780 {
      max-width: calc(780px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-800 {
      max-width: calc(800px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-860 {
      max-width: calc(860px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-870 {
      max-width: calc(870px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-900 {
      max-width: calc(900px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-930 {
      max-width: calc(930px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-950 {
      max-width: calc(950px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-960 {
      max-width: calc(960px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-980 {
      max-width: calc(980px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-1000 {
      max-width: calc(1000px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-1080 {
      max-width: calc(1080px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-1100 {
      max-width: calc(1100px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-1140 {
      max-width: calc(1140px + 200px);
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-1160 {
      max-width: calc(1160px + 200px);
      width: 100%;
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-1280 {
      max-width: calc(1280px + 200px);
      width: 100%;
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .l-wrap-1460 {
      max-width: calc(1460px + 200px);
      width: 100%;
      margin: 0 auto;
      padding-left: 50px;
      padding-right: 50px;
      padding-left: 30px;
      padding-right: 30px; }
  .l-mv01 {
    padding: 76px 0; }
    .l-mv01__h .ja {
      font-size: 2rem;
      margin-top: 10px; }
  .l-mv02 {
    padding: 53px 0 98px; }
    .l-mv02__h .ja {
      font-size: 2rem;
      margin-top: 10px; }
  .l-mv03 {
    padding: 85px 0 145px; }
    .l-mv03__h {
      font-size: 1.8rem; }
  .l-mv04 {
    padding: 47px 0 58px; }
    .l-mv04__lead p:not(:last-child) {
      margin-bottom: 2.6em; }
  .l-mv05 {
    padding: 75px 0 105px; }
    .l-mv05__catch {
      margin-top: 10px;
      padding-bottom: 26px; }
    .l-mv05__lead {
      text-align: center; }
  .l-mv06 {
    padding: 27px 0; }
    .l-mv06__subH {
      margin-bottom: 13px;
      padding-bottom: 9px; }
    .l-mv06__h {
      font-size: 1.8rem; }
    .l-mv06__lead p {
      font-size: 1.1rem;
      line-height: 2.3; }
      .l-mv06__lead p:not(:last-child) {
        margin-bottom: 2.6em; }
  .l-breadcrumb {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 12px 45px; }
    .l-breadcrumb.is-notMv {
      position: static; }
    .l-breadcrumb-lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-breadcrumb-lists__item {
        font-size: 0.75rem;
        padding-right: 12px;
        margin-right: 12px; }
        .l-breadcrumb-lists__item:not(:last-child)::before {
          right: 0; }
  .l-product-head {
    margin-top: 25px; }
    .l-product-head__h {
      padding-left: 25px;
      margin-right: auto;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 15px; }
    .l-product-head__logo {
      width: 120px;
      max-width: 120px;
      max-height: 95px; }
      .l-product-head__logo img {
        max-width: 120px;
        max-height: 95px; }
  .l-product__link {
    margin-top: 45px;
    padding: 37px 100px 37px 40px; }
    .l-product__link::before {
      width: 100px; }
  .l-product-func-label {
    padding: 37px 100px 37px 40px; }
    .l-product-func-label::after {
      width: 100px; }
    .l-product-func-label.on {
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05); }
  .l-product-func-lists {
    padding: 30px 60px 20px 60px; }
    .l-product-func-lists__item {
      width: calc(50% - 30px);
      margin-bottom: 15px; }
      .l-product-func-lists__item:nth-child(odd) {
        margin-right: auto; }
      .l-product-func-lists__item a {
        padding-left: 17px; }
  .l-product-solution-wrap {
    margin-bottom: 40px; }
  .l-product-solution-label {
    margin-top: 15px;
    padding: 15px 60px 15px 40px; }
  .l-product-solution__icon {
    width: 42px; }
  .l-product-solution__h {
    padding-left: 13px; }
  .l-product-solution-lists {
    padding: 30px 60px 20px 60px; }
    .l-product-solution-lists__item {
      width: calc(50% - 30px);
      margin-bottom: 15px; }
      .l-product-solution-lists__item:nth-child(odd) {
        margin-right: auto; }
      .l-product-solution-lists__item a {
        padding-left: 17px; }
        .l-product-solution-lists__item a::before {
          width: 6px;
          height: 6px;
          top: 8px; }
  .l-pagenavi .wp-pagenavi {
    margin-right: -20px; }
    .l-pagenavi .wp-pagenavi a {
      margin-right: 20px; }
    .l-pagenavi .wp-pagenavi .page {
      padding: 2px 12px; }
    .l-pagenavi .wp-pagenavi .current {
      padding: 2px 12px;
      margin: 0 20px 0 0; }
  .l-pagenavi02__item:not(:last-child) {
    margin-right: 45px; }
  .l-post01 {
    padding: 80px 0 100px; }
    .l-post01-clear {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .l-post01-main {
      width: 100%; }
    .l-post01-side {
      margin-top: 45px;
      width: 100%; }
      .l-post01-side__item:not(:last-child) {
        margin-bottom: 24px; }
      .l-post01-side__h {
        padding: 10px 8px 10px 10px; }
      .l-post01-side-lists__item a {
        padding: 18px 10px 15px 20px; }
  .l-post02 {
    padding: 80px 0 100px; }
    .l-post02-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .l-post02-main {
      width: 100%;
      padding-bottom: 50px; }
      .l-post02-main__item:not(:last-child) {
        margin-bottom: 95px; }
      .l-post02-main__h {
        font-size: 2.15rem;
        padding: 28px 0 0;
        margin-bottom: 40px; }
        .l-post02-main__h::before {
          width: 190px;
          height: 9px; }
      .l-post02-main__thumb {
        margin-left: auto;
        padding: 47px 55px 32px;
        width: calc(100% - 35px);
        margin: 0 0 30px auto; }
    .l-post02-side {
      width: 100%; }
      .l-post02-side__item:not(:last-child) {
        margin-bottom: 40px; }
      .l-post02-side__h {
        padding: 20px 10px 20px 20px; }
      .l-post02-side-lists__item a {
        padding: 18px 10px 15px 20px; }
  .l-side {
    width: 100%; }
    .l-side__item:not(:last-child) {
      margin-bottom: 25px; }
    .l-side__h {
      padding: 15px 25px 15px 10px; }
    .l-side-lists__item {
      margin-bottom: 15px; }
    .l-side-lists-tab {
      padding: 15px 25px 15px 10px; }
    .l-side-lists-child__item a {
      padding: 15px 10px 15px 15px; }
      .l-side-lists-child__item a.solution {
        padding: 15px 10px 15px 22px; }
    .l-side-case:not(:first-child) {
      margin-top: 10px; }
    .l-side-case__h {
      font-size: 0.8rem; }
    .l-side-case__company {
      padding: 10px 10px 0 10px; }
    .l-side-case__title {
      padding: 7px 10px 15px; }
    .l-side-case-menu {
      padding: 0 10px 10px; }
      .l-side-case-menu__item a {
        padding: 14px 0 14px 12px; }
        .l-side-case-menu__item a::before {
          width: 7px;
          height: 2px;
          top: 2.2em; }
    .l-side-case__link {
      padding: 14px 20px 14px 10px; }
      .l-side-case__link::after {
        font-size: 1.2rem;
        top: 0.5em; }
  .l-cat01 {
    padding: 50px 0; }
    .l-cat01-clear:not(:last-child) {
      margin-bottom: 20px; }
    .l-cat01-col1 {
      margin-right: 40px; }
    .l-cat01__h {
      padding-top: 18px;
      font-size: 1.05rem; }
    .l-cat01-lists {
      margin-bottom: -15px; }
      .l-cat01-lists__item {
        margin-bottom: 15px;
        margin-right: 12px; }
        .l-cat01-lists__item a {
          height: 65px;
          padding: 5px 30px;
          border-radius: 40px; }
    .l-cat01-search {
      margin: 0 auto 30px;
      width: 550px; }
      .l-cat01-search__text {
        height: 80px;
        border-top-left-radius: 90px;
        border-bottom-left-radius: 90px; }
      .l-cat01-search__submit {
        width: 92px;
        height: 80px;
        border-top-right-radius: 90px;
        border-bottom-right-radius: 90px; }
        .l-cat01-search__submit img {
          width: 26px; }
  .m-home-shape.is-01 {
    width: 446px;
    left: 50%;
    margin-left: -960px;
    top: 40px; }
  .m-home-shape.is-02 {
    width: 1223px;
    left: 50%;
    margin-left: -420px;
    top: -260px; }
  .m-home-shape.is-03 {
    width: 626px;
    left: 50%;
    margin-left: -855px;
    bottom: -138px; }
  .m-home-shape.is-04 {
    width: 1143px;
    left: 50%;
    margin-left: -815px;
    bottom: -380px; }
  .m-home-shape.is-05 {
    width: 512px;
    left: 50%;
    margin-left: 375px;
    bottom: 42px; }
  .m-home-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 768px;
    height: 100vh;
    padding-top: 100px;
    height: 70vh; }
    .m-home-mv-txts__item {
      top: calc(50% - 64px);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .m-home-mv__h {
      font-size: 4rem; }
    .m-home-mv-news {
      position: absolute;
      width: 100%;
      right: 0;
      bottom: 0%; }
      .m-home-mv-news-lists {
        max-width: 930px;
        width: calc(100% - 50px); }
        .m-home-mv-news-lists__item {
          top: 100%; }
          .m-home-mv-news-lists__item.active {
            bottom: 0;
            top: inherit; }
          .m-home-mv-news-lists__item a {
            padding: 25px 80px 25px 40px; }
            .m-home-mv-news-lists__item a .date {
              padding-right: 33px; }
            .m-home-mv-news-lists__item a::before {
              right: 57px; }
    .m-home-mv-slide-item .label1_1 {
      font-size: 144px;
      margin-bottom: 0.1em; }
    .m-home-mv-slide-item .label1_2 {
      font-size: 4rem;
      margin-bottom: 0.3em; }
    .m-home-mv-slide-item .label1_3 {
      font-size: 1.2rem; }
    .m-home-mv-slide-item .label2_1 {
      font-size: 4rem; }
    .m-home-mv-slide-item .label3_1 {
      font-size: 3.3rem; }
    .m-home-mv-slide-item .label3_2 {
      font-size: 1.8rem; }
    .m-home-mv-slide-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .m-home-mv-slide-btn .u-btn01 {
      min-width: 300px; }
    .m-home-mv-slide-col2 {
      width: 400px;
      height: 400px; }
      .m-home-mv-slide-col2#mv_3 {
        width: 500px;
        height: 500px;
        margin-right: -50px;
        margin-top: -100px; }
    .m-home-mv-dots {
      right: 50px;
      bottom: 95px; }
      .m-home-mv-dots li button {
        width: 44px; }
      .m-home-mv-dots li:not(:last-child) {
        margin-right: 12px; }
    .m-home-mv-scroll {
      display: none; }
  .m-home-about {
    padding: 105px 0 90px; }
    .m-home-about__lead {
      text-align: center; }
    .m-home-about-services {
      margin-top: 50px; }
      .m-home-about-services__img {
        width: calc(50% - 75px); }
    .m-home-about-btn {
      margin: 55px auto 0;
      width: 300px; }
  .m-home-case {
    padding: 94px 0 83px;
    padding: 54px 0 63px; }
    .m-home-case-slideWrap {
      width: 600px;
      margin: -90px auto 0; }
    .m-home-case-slide {
      height: 378px; }
      .m-home-case-slide__item {
        width: 353px;
        height: 223px;
        margin-right: 60px; }
        .m-home-case-slide__item.is-current {
          width: 600px;
          height: 378px; }
      .m-home-case-slide__thumb img {
        width: 514px;
        height: 324px; }
    .m-home-case-caption {
      width: 100vw;
      padding-left: calc((100vw - 870px) / 2);
      margin-top: 30px;
      position: relative;
      z-index: 0; }
      .m-home-case-caption-inner {
        padding: 38px 60px 100px 60px; }
      .m-home-case-caption-content {
        max-width: 915px;
        margin-right: auto; }
      .m-home-case-caption-menu {
        width: calc(100% - 315px);
        margin-right: auto; }
      .m-home-case-caption-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      .m-home-case-caption__company {
        margin-top: 19px;
        padding-left: 6px; }
      .m-home-case-caption__cat {
        padding-left: 3px; }
        .m-home-case-caption__cat::before {
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 100%; }
      .m-home-case-caption-tags {
        margin-top: 25px; }
        .m-home-case-caption-tags__item {
          margin-bottom: 10px; }
          .m-home-case-caption-tags__item:not(:last-child) {
            margin-right: 13px; }
    .m-home-case-btns {
      z-index: 56;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative;
      padding: 10px 10px 0 0; }
      .m-home-case-btns__item {
        position: relative;
        z-index: 100; }
        .m-home-case-btns__item:not(:last-child) {
          margin-right: 9px; }
    .m-home-case-sort {
      margin-top: 40px; }
      .m-home-case-sort__item {
        width: 276px; }
        .m-home-case-sort__item:not(:last-child) {
          margin-right: 12px; }
  .m-home-faq {
    padding: 98px 0 100px;
    padding: 70px 0; }
    .m-home-faq-inner {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .m-home-faq__h {
      font-size: 4rem;
      padding-bottom: 13px;
      font-size: 3rem; }
    .m-home-faq-search {
      margin-right: 80px;
      margin-left: auto;
      width: 550px;
      margin-right: 40px;
      margin-left: 30px; }
      .m-home-faq-search__text {
        padding: 0 40px;
        width: calc(100% - 92px);
        height: 80px;
        padding: 0 20px;
        width: calc(100% - 46px);
        height: 50px; }
      .m-home-faq-search__submit {
        width: 92px;
        height: 80px;
        width: 46px;
        height: 50px; }
        .m-home-faq-search__submit img {
          width: 26px;
          height: 26px;
          width: 14px;
          height: 14px; }
    .m-home-faq-btns__item:not(:last-child) {
      margin-bottom: 30px; }
    .m-home-faq-btns__item a {
      width: 195px;
      padding: 0 10px 0 40px; }
  .m-home-license {
    padding-top: 90px;
    padding-bottom: 30px;
    padding-top: 70px;
    padding-bottom: 30px; }
    .m-home-license-lists-sec {
      padding: 30px 0;
      padding: 30px 0; }
      .m-home-license-lists-sec:last-child {
        padding-bottom: 80px;
        padding-bottom: 50px; }
      .m-home-license-lists-sec__h {
        width: calc(22% - 10px);
        margin-right: 10px; }
      .m-home-license-lists-sec-lists {
        margin-top: 6px; }
        .m-home-license-lists-sec-lists.col3-pc, .m-home-license-lists-sec-lists.col4-pc {
          margin-bottom: -30px; }
        .col3-pc .m-home-license-lists-sec-lists__item {
          width: 32%;
          margin-bottom: 30px; }
          .col3-pc .m-home-license-lists-sec-lists__item:not(:nth-child(3n)) {
            margin-right: 1.5%; }
        .col4-pc .m-home-license-lists-sec-lists__item {
          width: 24%;
          margin-bottom: 30px; }
          .col4-pc .m-home-license-lists-sec-lists__item:not(:nth-child(4n)) {
            margin-right: calc(16px / 3); }
        .m-home-license-lists-sec-lists__logo {
          height: 120px; }
          .m-home-license-lists-sec-lists__logo img {
            width: auto;
            max-width: calc(100% - 40px);
            max-height: 80px; }
        .m-home-license-lists-sec-lists__h {
          margin-top: 12px; }
          .m-home-license-lists-sec-lists__h .ja {
            font-size: 0.8rem; }
          .m-home-license-lists-sec-lists__h .en {
            padding-left: 17px; }
            .m-home-license-lists-sec-lists__h .en::before {
              top: 0.6em;
              width: 7px;
              height: 7px; }
  .m-home-solution {
    padding: 52px 0 80px; }
    .m-home-solution-sec {
      margin-top: 15px; }
      .m-home-solution-sec-lists {
        margin-top: 12px; }
        .m-home-solution-sec-lists__item {
          width: calc(50% - 3px); }
          .m-home-solution-sec-lists__item:nth-child(n + 3) {
            margin-top: 6px; }
          .m-home-solution-sec-lists__item a {
            height: 106px; }
            .m-home-solution-sec-lists__item a::after {
              width: 8px;
              height: 8px; }
        .m-home-solution-sec-lists__img {
          margin-right: 25px; }
  .m-home-news {
    padding: 95px 0 80px;
    padding: 50px 0; }
    .m-home-news::before {
      content: '';
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #fff; }
    .m-home-news-col {
      width: 43%; }
      .m-home-news-col__h {
        padding-bottom: 25px; }
        .m-home-news-col__h::before {
          width: 30px;
          height: 4px; }
        .is-col1 .m-home-news-col__h {
          color: #fff; }
        .m-home-news-col__h .en {
          font-size: 3.5rem;
          font-size: 2.5rem; }
    .m-home-news-lists {
      margin-top: 50px;
      margin-top: 30px; }
      .m-home-news-lists__item a {
        padding-right: 40px;
        padding: 38px 40px 34px 0;
        padding: 20px 30px 20px 0; }
      .m-home-news-lists__info {
        margin-bottom: 5px; }
        .m-home-news-lists__info .date {
          margin-right: 15px;
          font-size: 0.9rem; }
        .m-home-news-lists__info .cat {
          font-size: 0.8rem;
          margin-right: 15px;
          padding: 3px 14px; }
          .m-home-news-lists__info .cat.hasColor {
            border-left-width: 4px;
            border-left-style: solid; }
    .m-home-news-btn {
      width: 130px;
      height: 38px;
      margin: 28px 0 0 auto; }
  .m-home-blog {
    padding: 45px 0 0;
    padding-top: 20px; }
    .m-home-blog-txts {
      padding-left: 20px;
      margin-top: 120px;
      padding-left: 50px;
      margin-top: 60px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .m-home-blog__h {
      padding-bottom: 21px; }
      .m-home-blog__h .main {
        font-size: 3rem;
        font-size: 3rem; }
    .m-home-blog__btn {
      width: 130px;
      margin-top: 20px; }
    .m-home-blog__lead {
      font-size: 1.1rem;
      margin-top: 43px; }
    .m-home-blog-lists {
      width: 62.5%;
      -webkit-transform: translateY(75px);
      -ms-transform: translateY(75px);
      transform: translateY(75px);
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      .m-home-blog-lists__item a {
        padding: 50px 50px 50px 0;
        padding: 30px 30px 30px 0; }
      .m-home-blog-lists__date {
        position: absolute;
        top: 50px;
        left: 0;
        -webkit-transform: rotate(-90deg) translate(-100%, -50%);
        -ms-transform: rotate(-90deg) translate(-100%, -50%);
        transform: rotate(-90deg) translate(-100%, -50%);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        line-height: 1; }
      .m-home-blog-lists-clear {
        padding-left: 20px; }
      .m-home-blog-lists__item:not(:last-child) {
        margin-bottom: 13px; }
      .m-home-blog-lists__thumb {
        width: 45.5%; }
      .m-home-blog-lists-txts {
        width: 49%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .m-home-blog-lists__h {
        margin-bottom: 20px; }
      .m-home-blog-lists-cats {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .m-home-blog-lists__cat {
        margin-bottom: 5px;
        margin-left: 10px;
        font-size: 0.8rem;
        padding: 3px 6px; }
  .m-home-company {
    padding: 165px 0 43px;
    padding: 80px 0 40px; }
    .m-home-company-col2 {
      margin-top: 32px;
      width: 56%;
      width: 66%; }
    .m-home-company-links__item:last-child {
      margin-top: 7px; }
    .m-home-company-links__item:not(:last-child) {
      margin-bottom: 14px; }
  .m-home-bnrs {
    padding: 60px 0 65px;
    padding: 40px 0; }
    .m-home-bnrs-lists__item:not(:last-child) {
      margin-right: 100px; }
  @-webkit-keyframes homeMvScroll {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    25% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    50% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); } }
  @keyframes homeMvScroll {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    25% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    50% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); } }
  .m-products-lists {
    padding-top: 30px; }
    .m-products-lists-sec {
      padding: 35px 0 25px;
      padding: 20px 0; }
      .m-products-lists-sec:last-child {
        padding-bottom: 40px;
        padding-bottom: 50px; }
      .m-products-lists-sec__h {
        padding-left: 15px; }
      .m-products-lists-sec-lists {
        margin-top: 27px; }
        .m-products-lists-sec-lists.col3-pc {
          margin-top: 15px;
          margin-left: 6px; }
        .m-products-lists-sec-lists__item {
          margin-right: 70px;
          margin-bottom: 20px; }
          .col3-pc .m-products-lists-sec-lists__item {
            width: calc(33.33% - 6px);
            margin-right: 6px; }
          .m-products-lists-sec-lists__item.is-products {
            margin-bottom: 40px; }
        .m-products-lists-sec-lists-mysql {
          margin-bottom: 20px; }
          .m-products-lists-sec-lists-mysql a {
            padding: 37px 10px 20px;
            min-height: 182px; }
          .m-products-lists-sec-lists-mysql-col {
            width: 50%; }
        .m-products-lists-sec-lists-db {
          padding: 37px 10px 20px;
          min-height: 182px; }
          .m-products-lists-sec-lists-db__logo {
            max-width: 120px;
            max-height: 72px;
            height: 72px; }
          .m-products-lists-sec-lists-db__h {
            margin-top: 25px; }
        .m-products-lists-sec-lists__logo {
          height: 120px;
          margin-bottom: 12px; }
          .m-products-lists-sec-lists__logo img {
            width: auto;
            max-width: calc(100% - 40px);
            max-height: 80px; }
        .m-products-lists-sec-lists__h .ja {
          font-size: 0.8rem; }
        .m-products-lists-sec-lists__h .en {
          padding-left: 17px; }
          .m-products-lists-sec-lists__h .en::before {
            top: 0.6em;
            width: 7px;
            height: 7px; }
  .m-products-db {
    padding: 70px 0 115px; }
    .m-products-db-sec {
      padding: 35px 70px 70px;
      margin-top: 30px; }
      .m-products-db-sec:first-of-type {
        margin-top: 35px; }
  .m-products-cloud {
    padding: 20px 0 70px; }
    .m-products-cloud__h {
      -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      transform: translateY(-50px); }
    .m-products-cloud-lists {
      margin-top: 14px; }
      .m-products-cloud-lists__item {
        width: calc(50% - 5px);
        margin-bottom: 10px; }
        .m-products-cloud-lists__item > a, .m-products-cloud-lists__item > span {
          padding: 30px 24px 30px 40px;
          -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1); }
      .m-products-cloud-lists__h {
        width: calc(100% - 40px); }
      .m-products-cloud-lists__logo {
        width: 60px; }
      .m-products-cloud-lists__desc {
        padding-right: 16px;
        margin-top: 20px; }
  .m-products-relation {
    padding: 47px 0 90px; }
    .m-products-relation-lists {
      margin-top: 14px; }
      .m-products-relation-lists__item {
        width: calc(50% - 5px);
        margin-bottom: 10px; }
        .m-products-relation-lists__item > a, .m-products-relation-lists__item > span {
          min-height: 140px;
          padding: 0 40px 10px 40px;
          -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1); }
      .m-products-relation-lists__logo {
        max-width: 90px;
        max-height: 60px; }
  .m-cases__h {
    padding-bottom: 15px; }
  .m-cases-lists01__item::before {
    -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .m-cases-lists01__item:not(:first-child) {
    margin-top: 75px; }
  .m-cases-lists01__thumb {
    width: 41%;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  .m-cases-lists01-txts {
    width: 59%;
    padding: 40px 50px 40px 30px; }
  .m-cases-lists01__company {
    margin-right: 15px; }
  .m-cases-lists01__cat {
    padding-left: 5px;
    margin-top: 1.13em;
    margin-left: auto; }
  .m-cases-lists01-tags {
    margin-top: 33px; }
    .m-cases-lists01-tags__item {
      margin-right: 13px;
      margin-bottom: 8px; }
  .m-cases-lists02__item:not(:first-child) {
    margin-top: 7px; }
  .m-cases-lists02__txts {
    padding: 32px 20px 24px 40px; }
  .m-cases-lists02__h {
    margin-bottom: 8px; }
  .m-cases-lists02-tags__item {
    margin-left: 13px; }
  .m-cases-tabs {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    .m-cases-tabs-lists__item {
      width: calc(33.33% - 20px); }
      .m-cases-tabs-lists__item:first-child {
        width: 33.33%;
        margin-right: auto; }
      .m-cases-tabs-lists__item:nth-child(2) {
        margin-right: 10px; }
      .m-cases-tabs-lists__item a, .m-cases-tabs-lists__item span {
        padding: 15px 22px 15px 27px;
        border-radius: 3px 3px 0 0; }
  .m-cases-pickup {
    padding: 7px 0 83px; }
    .m-cases-pickup-slideWrap {
      width: 600px;
      margin: 0 auto 0; }
    .m-cases-pickup-slide {
      height: 378px;
      margin-top: -90px; }
      .m-cases-pickup-slide__item {
        width: 353px;
        height: 223px;
        margin-right: 60px; }
        .m-cases-pickup-slide__item.is-current {
          width: 600px;
          height: 378px; }
          .m-cases-pickup-slide__item.is-current a img {
            width: 600px;
            height: 378px; }
      .m-cases-pickup-slide__thumb img {
        width: 353px;
        height: 223px; }
    .m-cases-pickup-caption {
      width: 100vw;
      padding-left: calc((100vw - 870px) / 2); }
      .m-cases-pickup-caption-inner {
        padding: 38px 60px 100px 60px; }
      .m-cases-pickup-caption-content {
        max-width: 915px;
        margin-right: auto; }
      .m-cases-pickup-caption-menu {
        width: calc(100% - 315px);
        margin-right: auto; }
      .m-cases-pickup-caption-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      .m-cases-pickup-caption__company {
        margin-top: 19px;
        padding-left: 6px; }
      .m-cases-pickup-caption__cat {
        padding-left: 3px; }
        .m-cases-pickup-caption__cat::before {
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 100%; }
      .m-cases-pickup-caption-tags {
        margin-top: 25px; }
        .m-cases-pickup-caption-tags__item {
          margin-bottom: 7px; }
          .m-cases-pickup-caption-tags__item:not(:last-child) {
            margin-right: 13px; }
    .m-cases-pickup-btns {
      margin-top: 12px; }
      .m-cases-pickup-btns__item {
        position: relative;
        z-index: 100; }
        .m-cases-pickup-btns__item:not(:last-child) {
          margin-right: 9px; }
    .m-cases-pickup-latest {
      margin-top: 27px;
      padding: 23px 0 110px; }
      .m-cases-pickup-latest__h {
        -webkit-transform: translateY(-46px);
        -ms-transform: translateY(-46px);
        transform: translateY(-46px); }
      .m-cases-pickup-latest-listWrap {
        margin-top: 30px; }
  .m-cases-subjects {
    padding-top: 24px;
    padding-bottom: 100px; }
  .m-cases-products-h {
    padding: 10px 0 105px; }
  .m-cases-products-listSec01 {
    padding-bottom: 45px; }
  .m-cases-products-listSec02 {
    padding: 69px 0 100px; }
  .m-cases-products-lists {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); }
  .m-case {
    padding: 67px 0 65px; }
    .m-case-head {
      padding: 68px 0 105px; }
    .m-case__h {
      padding-bottom: 20px;
      margin-bottom: 70px; }
    .m-case-tags {
      margin-top: 22px; }
      .m-case-tags__item {
        margin-right: 13px;
        margin-bottom: 10px; }
    .m-case-info {
      margin-top: 57px; }
      .m-case-info-company {
        margin-top: 9px;
        padding: 30px 30px; }
        .m-case-info-company__logo {
          width: 330px;
          height: 180px; }
          .m-case-info-company__logo img {
            width: 186px; }
        .m-case-info-company__h {
          margin-left: 48px; }
    .m-case__thumb {
      margin: 0 auto;
      max-width: 825px;
      width: 100%; }
    .m-case__cat {
      padding-left: 25px;
      margin-top: 30px; }
    .m-case-outline {
      padding-bottom: 82px; }
      .m-case-outline__h {
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px); }
      .m-case-outline-inner {
        margin-top: -37px;
        padding: 60px 70px 65px;
        -webkit-box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
        box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1); }
      .m-case-outline-preface {
        margin-top: 35px; }
        .m-case-outline-preface__h {
          padding-left: 15px; }
        .m-case-outline-preface__txt {
          margin-top: 12px; }
      .m-case-outline-main {
        margin-top: 72px; }
        .m-case-outline-main__item:not(:first-child) {
          margin-top: 40px; }
        .m-case-outline-main__txt {
          margin-top: 18px; }
        .m-case-outline-main-lists {
          margin-top: 22px; }
          .m-case-outline-main-lists__item {
            padding-left: 20px; }
            .m-case-outline-main-lists__item:not(:last-child) {
              margin-bottom: 7px; }
        .m-case-outline-main__img {
          margin-top: 30px; }
    .m-case-interview {
      padding: 35px 0 30px; }
      .m-case-interview-inner {
        margin-top: 16px;
        padding: 30px 65px 80px; }
      .m-case-interview-preface__h {
        font-size: 1.34rem;
        margin-top: 1.5em; }
        .m-case-interview-preface__h span {
          font-size: 2rem;
          padding: 5px 15px 5px 15px; }
      .m-case-interview-people {
        margin-top: 50px; }
        .m-case-interview-people__item {
          width: calc(50% - 25px); }
          .m-case-interview-people__item:nth-child(n + 3) {
            margin-top: 40px; }
        .m-case-interview-people__img {
          width: 75px;
          height: 75px; }
        .m-case-interview-people-txts {
          margin-left: 10px; }
        .m-case-interview-people__duty {
          margin-top: 5px; }
        .m-case-interview-people__name .position {
          padding-right: 9px; }
        .m-case-interview-people__note {
          margin-top: -2px; }
      .m-case-interview-article {
        margin-top: 67px; }
    .m-case-pdf {
      padding: 20px 0 50px; }
    .m-case-company {
      padding-bottom: 70px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08); }
      .m-case-company-inner {
        padding: 47px 40px 45px; }
      .m-case-company__logo {
        width: 27%;
        margin-right: auto; }
      .m-case-company-txts {
        width: 68.5%; }
      .m-case-company__cat {
        margin-top: 20px; }
      .m-case-company__link {
        margin-top: 9px; }
      .m-case-company-info {
        margin-top: 15px; }
        .m-case-company-info p {
          padding-left: 15px; }
        .m-case-company-info ul li {
          padding-left: 15px; }
    .m-case-relation {
      padding: 85px 0 40px; }
    .m-case-other {
      padding: 75px 0 56px; }
      .m-case-other__item {
        margin-top: 70px !important; }
    .m-case-nav {
      padding: 57px 0; }
      .m-case-nav-inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .m-case-nav__h {
        padding-left: 26px;
        margin-right: auto; }
      .m-case-nav-lists {
        margin-left: auto; }
        .m-case-nav-lists__item {
          margin-right: 12px;
          width: 175px; }
          .m-case-nav-lists__item:first-child {
            margin-right: 20px;
            padding-right: 20px;
            width: 255px; }
            .m-case-nav-lists__item:first-child::after {
              content: '';
              display: block;
              width: 1px;
              height: 100%;
              position: absolute;
              top: 0;
              right: 0;
              background-color: #fff; }
          .m-case-nav-lists__item:nth-child(2) {
            margin-right: 12px; }
  .m-faq-search {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .m-faq-search-form {
      margin-right: 80px;
      margin-left: auto;
      -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1);
      box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.1); }
    .m-faq-search__submit img {
      width: 26px;
      height: 26px; }
  .m-faq__h {
    padding-left: 62px; }
    .m-faq__h::before {
      top: -5px;
      width: 50px;
      height: 50px;
      font-size: 1.6rem; }
  .m-faq-main {
    padding-bottom: 80px;
    margin-bottom: 80px; }
  .m-faq-inner {
    padding: 38px 70px 45px;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
  .m-faq-cat {
    margin-top: -75px; }
    .m-faq-cat__h {
      font-size: 0.95rem; }
    .m-faq-cat-link {
      padding: 18px 7px 18px 30px;
      margin-left: 42px; }
      .m-faq-cat-link::after {
        padding-left: 22px;
        font-size: 1.2rem; }
      .m-faq-cat-link__img {
        max-width: 100px; }
      .m-faq-cat-link__txt {
        font-size: 0.9rem; }
  .m-faq-nav {
    padding: 57px 0; }
    .m-faq-nav-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .m-faq-nav__h {
      font-size: 1.3rem;
      margin-right: auto; }
      .m-faq-nav__h::before {
        width: 14px;
        height: 4px;
        margin-right: 8px; }
    .m-faq-nav-lists {
      margin-left: auto; }
      .m-faq-nav-lists__item {
        margin-right: 12px;
        width: 275px; }
        .m-faq-nav-lists__item:last-child {
          margin-right: 0; }
  .m-faqs-tabs-lists__item {
    width: calc(37% - 20px);
    margin-right: 10px; }
    .m-faqs-tabs-lists__item:first-child {
      width: 26%;
      margin-right: auto; }
    .m-faqs-tabs-lists__item:last-child {
      margin-right: 0; }
    .m-faqs-tabs-lists__item a {
      padding: 15px 22px 15px 27px;
      border-radius: 3px 3px 0 0; }
      .m-faqs-tabs-lists__item a:hover::after {
        border-color: #191919; }
  .m-faqs-main {
    margin-top: -8px;
    padding: 70px 0 98px; }
    .m-faqs-main__h {
      margin-bottom: 30px; }
  .m-faqs-lists__item:not(:first-child) {
    margin-top: 7px; }
  .m-faqs-lists__link {
    padding: 23px 100px 0 20px; }
  .m-faqs-lists__h {
    padding-left: 55px;
    margin-right: 30px;
    padding-bottom: 23px; }
    .m-faqs-lists__h::before {
      top: -0.4em; }
  .m-faqs-lists-tags {
    margin-left: auto; }
    .m-faqs-lists-tags__item {
      margin-bottom: 10px; }
      .m-faqs-lists-tags__item:not(:last-child) {
        margin-right: 13px; }
  .m-faqs-pagenavi {
    margin-top: 40px; }
  .m-presroom-archive {
    padding-bottom: 100px; }
    .m-presroom-archive__h {
      margin-top: 55px; }
    .m-presroom-archive-lists {
      margin: 35px 0 40px; }
      .m-presroom-archive-lists__item {
        padding: 25px 0; }
      .m-presroom-archive-lists__link {
        padding-right: 20px; }
      .m-presroom-archive-lists__date {
        margin-right: 20px; }
      .m-presroom-archive-lists__cat {
        padding: 3px 14px; }
        .m-presroom-archive-lists__cat:not(:last-child) {
          margin-right: 7px; }
        .m-presroom-archive-lists__cat.hasColor {
          border-left-width: 4px; }
      .m-presroom-archive-lists__h {
        margin-top: 15px; }
  .m-presroom-main {
    background-color: #f4f4f4;
    background-image: url(../img/base/img-bg02.svg);
    background-size: contain;
    background-repeat: repeat;
    padding: 80px 0 95px; }
    .m-presroom-main-inner {
      padding: 70px 70px 55px;
      margin-bottom: 35px; }
    .m-presroom-main__date {
      margin-right: 20px; }
    .m-presroom-main__cat {
      padding: 3px 14px; }
      .m-presroom-main__cat:not(:last-child) {
        margin-right: 7px; }
      .m-presroom-main__cat.hasColor {
        border-left-width: 4px; }
    .m-presroom-main__h {
      margin-top: 30px;
      font-size: 2.1rem; }
    .m-presroom-main-article {
      padding-top: 22px; }
  .m-company-mv {
    padding: 75px 0; }
    .m-company-mv__lead p:not(:last-child) {
      margin-bottom: 2.6em; }
  .m-company-nav-lists {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
    .m-company-nav-lists__item {
      width: calc(50% - 5px);
      margin-bottom: 10px; }
      .m-company-nav-lists__item a {
        padding: 48px 40px 48px 40px; }
        .m-company-nav-lists__item a p {
          font-size: 1.1rem;
          padding-left: 24px; }
  .m-service-mv {
    padding-bottom: 73px; }
    .m-service-mv-lists {
      margin-top: 55px; }
      .m-service-mv-lists__item {
        width: calc(33.33% - 18px);
        padding-bottom: 40px; }
        .m-service-mv-lists__item:not(:last-child) {
          margin-right: 12px; }
        .m-service-mv-lists__item a {
          padding: 40px 5px 33px; }
      .m-service-mv-lists__icon {
        height: 106px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .m-service-mv-lists__txt {
        margin-top: 30px; }
  .m-service-sec-head__img {
    width: 120px;
    height: 120px;
    float: left; }
  .m-service-sec-head__copy {
    width: calc(100% - 155px);
    margin-left: auto; }
  .m-service-sec-head__h {
    width: calc(100% - 155px);
    margin-left: auto; }
  .m-service-sec-head__txt {
    margin-top: 10px;
    width: calc(100% - 155px);
    margin-left: auto; }
  .m-service-sec01-lists {
    margin-top: 10px; }
    .m-service-sec01-lists-wrap {
      margin-top: 54px; }
    .m-service-sec01-lists__h {
      padding-left: 20px; }
    .m-service-sec01-lists__item {
      width: calc(25% - 5px); }
      .m-service-sec01-lists__item a {
        border-radius: 6px;
        -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
        padding: 25px 0 30px; }
    .m-service-sec01-lists__logo {
      height: 100px;
      padding: 0 10px; }
    .m-service-sec01-lists__txt {
      margin-top: 15px; }
  .m-service-sec01__link01 {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1); }
  .m-service-sec01-clear {
    margin-top: 30px; }
    .m-service-sec01-clear__item {
      width: calc(50% - 5px); }
      .m-service-sec01-clear__item a {
        padding: 50px 30px 50px 64px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
        padding: 40px 20px 40px 40px; }
        .m-service-sec01-clear__item a::before {
          width: 12px;
          height: 4px;
          left: 20px; }
  .m-service-sec02-menu {
    margin-top: 40px; }
    .m-service-sec02-menu__item {
      width: calc(50% - 5px);
      padding: 20px 26px 30px 30px;
      margin-bottom: 8px; }
    .m-service-sec02-menu-head {
      min-height: 58px; }
    .m-service-sec02-menu__txt {
      margin-top: 19px;
      min-height: 95px; }
    .m-service-sec02-menu-subject {
      margin-top: 3px; }
      .m-service-sec02-menu-subject__h {
        margin-top: 7px;
        padding-left: 17px; }
      .m-service-sec02-menu-subject__item {
        margin-top: 7px; }
        .m-service-sec02-menu-subject__item:nth-child(2n) {
          margin-left: auto; }
  .m-service-sec02-clear {
    margin-top: 36px; }
  .m-service-sec02-col1 {
    width: calc(50% - 10px); }
    .m-service-sec02-col1 a {
      padding: 55px 10px 42px; }
  .m-service-sec02-col2 {
    width: calc(50% - 10px); }
  .m-service-sec02-col3 {
    width: calc(50% - 3px); }
  .m-service-sec02-reason {
    margin-top: 40px;
    padding: 30px 20px 30px; }
    .m-service-sec02-reason-lists {
      margin-top: 33px; }
      .m-service-sec02-reason-lists__item {
        width: calc(33.33% - 20px); }
        .m-service-sec02-reason-lists__item:nth-child(2) {
          margin: 0 auto; }
      .m-service-sec02-reason-lists__img {
        max-width: 230px;
        width: calc(100% - 15px);
        margin: 0 auto; }
      .m-service-sec02-reason-lists__h {
        margin-top: 13px;
        padding-bottom: 10px;
        font-size: 1.1rem; }
      .m-service-sec02-reason-lists__txt {
        margin-top: 16px; }
  .m-service-sec03-clear {
    margin-top: 38px; }
  .m-service-sec03-col1 {
    width: 39.6%; }
    .m-service-sec03-col1__logo {
      margin-top: 14px; }
    .m-service-sec03-col1__txt {
      margin-top: 23px; }
    .m-service-sec03-col1__link {
      border-radius: 40px;
      margin-top: 30px;
      padding: 19px 33px; }
  .m-service-sec03-col2 {
    width: 54.5%; }
  .l-recruit-mv {
    min-height: 600px;
    padding: 100px 40px;
    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;
    text-align: center; }
    .l-recruit-mv-text {
      font-size: 2.9rem; }
    .l-recruit-mv-btns {
      margin-top: 40px;
      margin-right: -36px; }
      .l-recruit-mv-btns__item {
        margin-right: 36px; }
        .l-recruit-mv-btns__item a {
          width: 336px;
          min-height: 66px;
          padding: 17px 30px;
          border-radius: 33px;
          font-size: 1.2rem; }
  .m-recruit .u-lh200 {
    line-height: 2 !important; }
  .m-recruit-bg-01 {
    background-size: 1600px auto; }
  .m-recruit-bg-02 {
    background-size: 5px; }
  .m-recruit-inner {
    padding-top: 120px;
    padding-bottom: 120px; }
  .m-recruit-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 260px; }
    .m-recruit-heading--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .m-recruit-heading--reverse .m-recruit-heading-title {
        margin-right: auto;
        margin-left: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right; }
    .m-recruit-heading-bg {
      height: 100%;
      width: calc(650 / 1500 * 100%); }
    .m-recruit-heading-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      height: 100%;
      background-size: 20px 20px,auto auto; }
    .m-recruit-heading-title {
      width: calc(580 / 850 * 100%);
      margin-left: auto; }
      .m-recruit-heading-title .en {
        font-size: 1.2rem; }
      .m-recruit-heading-title .title {
        font-size: 1.7rem; }
  .m-recruit-company-copy {
    font-size: 2.3rem; }
  .m-recruit-company-images {
    margin-right: -36px; }
    .m-recruit-company-images > * {
      margin-right: 36px; }
  .m-recruit-services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 44px;
    margin-top: 44px; }
    .m-recruit-services-item-icon {
      width: 200px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 50px;
      margin-right: 80px; }
    .m-recruit-services-item-content {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0; }
  .m-recruit-workstyle-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -24px; }
    .m-recruit-workstyle-col__item {
      width: calc(33.3% - 24px);
      margin-right: 24px;
      margin-bottom: 24px;
      padding: 24px; }
      .m-recruit-workstyle-col__item:nth-of-type(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% - 24px);
        padding: 24px 64px; }
        .m-recruit-workstyle-col__item:nth-of-type(4) .m-recruit-workstyle-col-icon {
          margin-bottom: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-left: 40px;
          margin-right: 40px; }
    .m-recruit-workstyle-col-heading {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .m-recruit-workstyle-col-persent {
      font-size: 3.8rem; }
      .m-recruit-workstyle-col-persent small {
        font-size: 2rem; }
    .m-recruit-workstyle-col-graph {
      width: 180px;
      height: 180px; }
      .m-recruit-workstyle-col-graph .icon {
        width: 120px; }
    .m-recruit-workstyle-col-icon {
      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-bottom: 20px; }
  .m-recruit-recruit-title {
    font-size: 1.5rem; }
  .m-recruit-recruit-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px; }
    .m-recruit-recruit-step__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      margin-right: 16px; }
    .m-recruit-recruit-step-title {
      font-size: 1.1rem;
      margin-bottom: 12px; }
      .m-recruit-recruit-step-title span {
        font-size: 1.6rem; }
    .m-recruit-recruit-step-content {
      padding: 40px 24px 24px; }
  .m-recruit-recruit-job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -24px; }
    .m-recruit-recruit-job__item {
      margin-right: 24px;
      margin-bottom: 24px;
      width: calc(50% - 24px); }
      .m-recruit-recruit-job__item a, .m-recruit-recruit-job__item span {
        padding: 32px 64px 32px 32px;
        font-size: 1.3rem; }
  .m-recruit-recruit-casual {
    padding: 80px; }
    .m-recruit-recruit-casual-btn {
      width: 540px;
      margin-left: auto;
      margin-right: auto;
      height: 80px;
      border-radius: 40px;
      font-size: 1.2rem; }
  .m-recruit-techblog-bnr {
    width: 570px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 48px; }
    .m-recruit-techblog-bnr-title {
      font-size: 1.1rem; }
    .m-recruit-techblog-bnr-logo {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 60px; }
  .m-recurit-guidance-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-recurit-guidance-heading-title {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      font-size: 1.8rem; }
    .m-recurit-guidance-heading-btn {
      width: 250px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 40px;
      margin-left: auto;
      margin-right: auto;
      height: 66px;
      border-radius: 33px;
      font-size: 0.9rem; }
  .m-recurit-guidance-tab {
    margin-top: 48px; }
    .m-recurit-guidance-tab-menu__item a {
      font-size: 1.2rem;
      height: 60px; }
      .m-recurit-guidance-tab-menu__item a.active {
        height: 80px; }
    .m-recurit-guidance-tab-inner {
      padding: 48px; }
  .m-recurit-guidance-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .m-recurit-guidance-item__title {
      padding-top: 24px;
      padding-bottom: 24px;
      width: 178px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 24px; }
    .m-recurit-guidance-item__content {
      padding-top: 24px;
      padding-bottom: 24px; }
  .m-recurit-form {
    padding: 60px 40px; }
    .m-recurit-form-iframe {
      height: 1300px; }
      .m-recurit-form-iframe iframe {
        width: calc(100% - 80px) !important; }
  .m-sitemap {
    padding: 71px 0 95px; }
    .m-sitemap-clear__col {
      width: calc(33.33% - 20px); }
    .m-sitemap-clear__item:not(:last-child) {
      margin-bottom: 79px; }
    .m-sitemap-clear__item.is-other {
      margin-top: 144px; }
    .m-sitemap-clear__h {
      padding-bottom: 10px; }
      .m-sitemap-clear__h a {
        padding-left: 15px; }
    .m-sitemap-lists {
      padding-top: 22px; }
      .m-sitemap-lists__item:not(:last-child) {
        margin-bottom: 6px; }
      .m-sitemap-lists__item.has-child:not(:last-of-type) {
        margin-bottom: 35px; }
      .m-sitemap-lists__link {
        padding-left: 17px; }
      .m-sitemap-lists-child {
        padding-top: 7px;
        padding-left: 9px; }
        .m-sitemap-lists-child__item:not(:last-child) {
          margin-bottom: 7px; }
        .m-sitemap-lists-child__item a {
          padding-left: 22px; }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 20px !important; }
  .u-mt {
    margin-top: 30px !important; }
  .u-mt-l {
    margin-top: 40px !important; }
  .u-mt-xl {
    margin-top: 60px !important; }
  .u-mt-2xl {
    margin-top: 80px !important; }
  .u-mt-3xl {
    margin-top: 100px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 20px !important; }
  .u-mb {
    margin-bottom: 30px !important; }
  .u-mb-l {
    margin-bottom: 40px !important; }
  .u-mb-xl {
    margin-bottom: 60px !important; }
  .u-mb-2xl {
    margin-bottom: 80px !important; }
  .u-mb-3xl {
    margin-bottom: 100px !important; }
  .u-ml-1em {
    margin-left: 1em !important; }
  .u-mr-1em {
    margin-right: 1em !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 20px !important; }
  .u-pt {
    padding-top: 30px !important; }
  .u-pt-l {
    padding-top: 40px !important; }
  .u-pt-xl {
    padding-top: 60px !important; }
  .u-pt-2xl {
    padding-top: 80px !important; }
  .u-pt-3xl {
    padding-top: 100px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 20px !important; }
  .u-pb {
    padding-bottom: 30px !important; }
  .u-pb-l {
    padding-bottom: 40px !important; }
  .u-pb-xl {
    padding-bottom: 60px !important; }
  .u-pb-2xl {
    padding-bottom: 80px !important; }
  .u-pb-3xl {
    padding-bottom: 100px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 20px !important; }
  .u-p {
    padding: 30px !important; }
  .u-p-l {
    padding: 40px !important; }
  .u-p-xl {
    padding: 60px !important; }
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg *.no-marginBottom {
    margin-bottom: 0 !important; }
  .u-wysiwyg *.no-marginTop {
    margin-top: 0 !important; }
  .u-wysiwyg h1 {
    margin-bottom: 30px; }
    .is-jirei .u-wysiwyg h1 {
      margin-bottom: 30px; }
  .u-wysiwyg h2 {
    font-size: 1.6rem;
    line-height: 2; }
    .u-wysiwyg.is-jirei h2 {
      font-size: 1.34rem;
      margin-top: 1.5em; }
      .u-wysiwyg.is-jirei h2 span {
        font-size: 2rem;
        padding: 5px 15px 5px 15px; }
    .u-wysiwyg.is-products h2 {
      margin-bottom: 0.95em; }
    .u-wysiwyg.is-faq h2 {
      font-size: 1.6rem;
      margin-top: 1.3em;
      margin-bottom: 0.7em; }
    .u-wysiwyg.is-press h2 {
      font-size: 1.6rem;
      padding: 35px 0 35px;
      margin: 1.8em 0 1.1em; }
    .u-wysiwyg.is-company h2 {
      font-size: 1.6rem;
      line-height: 2;
      margin-top: 1.8em;
      margin-bottom: 1em; }
  .u-wysiwyg h3 {
    font-size: 1.2rem; }
    .u-wysiwyg.is-jirei h3 {
      font-size: 1.4rem;
      margin-bottom: 1em;
      margin-top: 2em; }
    .u-wysiwyg.is-products h3 {
      font-size: 1.25rem;
      padding: 0.85em 0 0.85em 1.6em; }
    .u-wysiwyg.is-faq h3 {
      font-size: 1.4rem;
      margin-top: 2.1em;
      margin-bottom: 0.9em; }
    .u-wysiwyg.is-press h3 {
      font-size: 1.25rem;
      padding: 0.85em 0 0.85em 1.6em; }
    .u-wysiwyg.is-company h3 {
      font-size: 1.4rem; }
  .u-wysiwyg h4 {
    font-size: 1.2rem;
    padding-left: 28px; }
    .u-wysiwyg.is-press h4 {
      font-size: 1.2rem;
      padding-left: 0; }
  .u-wysiwyg h5, .u-wysiwyg h6 {
    padding-left: 15px; }
  .u-wysiwyg ol > li > ul {
    margin-left: 15px; }
  .u-wysiwyg ul {
    margin-left: 30px;
    margin-top: 2em;
    margin-bottom: 1em; }
    .u-wysiwyg ul > li > ul {
      margin-left: 15px; }
  .u-wysiwyg .list02 li {
    margin-bottom: 0.3em; }
    .u-wysiwyg .list02 li::before {
      width: 18px;
      height: 18px; }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px; }
  .u-wysiwyg .wp-block-table.is-style-border table tr th,
  .u-wysiwyg .wp-block-table.is-style-border table tr > td:first-child {
    width: 178px;
    margin-right: 32px;
    padding: 19px 0.5em; }
  .u-wysiwyg .wp-block-table.is-style-border table tr td {
    padding: 19px 0;
    margin: 0 0.5em; }
  .u-wysiwyg .note {
    padding: 30px; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3; }
  /* ---------------------------
u-table
--------------------------- */
  .u-table01 tr th, .u-wysiwyg table tr th {
    width: 155px;
    padding: 14px 10px 14px 20px; }
  .u-table01 tr td, .u-wysiwyg table tr td {
    padding: 14px 10px 14px 20px; }
  .u-table01 th, .u-wysiwyg table th, .u-table01 td, .u-wysiwyg table td {
    padding-top: 40px;
    padding-bottom: 40px; }
  .u-table01 th, .u-wysiwyg table th {
    white-space: nowrap; }
  .u-table01 th, .u-wysiwyg table th, .u-table01 td, .u-wysiwyg table td {
    padding-top: 20px;
    padding-bottom: 20px; }
  .u-table02 tr th, .u-wysiwyg .wp-block-table.table03 tr th, .u-wysiwyg .wp-block-table.is-style-table03 tr th, .u-wysiwyg table.table03 tr th,
  .u-table02 tr > td:first-child,
  .u-wysiwyg .wp-block-table.table03 tr > td:first-child,
  .u-wysiwyg .wp-block-table.is-style-table03 tr > td:first-child,
  .u-wysiwyg table.table03 tr > td:first-child {
    width: 178px;
    margin-right: 32px;
    padding: 19px 0.5em; }
  .u-table02 tr td, .u-wysiwyg .wp-block-table.table03 tr td, .u-wysiwyg .wp-block-table.is-style-table03 tr td, .u-wysiwyg table.table03 tr td {
    padding: 19px 0;
    margin: 0 0.5em; }
  .u-btn01 {
    padding: 18px 30px;
    padding: 12px 24px; }
  .u-btn03 {
    padding: 28px 50px 28px 44px;
    padding: 16px 50px 16px 34px; }
    .u-btn03.is-pdf {
      padding-right: 70px; }
  .u-btn04 {
    padding: 15px 27px; }
    .u-btn04 .ico {
      font-size: 22px;
      margin-right: 5px; }
  .u-h01 {
    padding-bottom: 21px; }
    .u-h01 .en {
      font-size: 4rem;
      font-size: 3rem; }
  .u-h02 {
    padding-bottom: 20px; }
  .u-tabs01__item:not(:last-child) {
    margin-right: 15px; }
  .u-tabs01__btn {
    padding: 13px 25px;
    border-radius: 5px;
    width: 130px; }
  .u-mv01__img {
    padding-bottom: calc(200 / 1680 * 100%);
    background-image: url(../img/base/img-bg01.jpg); }
  .u-mv01__h {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .u-mv01__h .txt {
      padding: 35px 10px;
      width: 660px;
      border-radius: 50px; } }

@media screen and (max-width: 767px) {
  /* ==========================================================================
   SP
   ========================================================================== */
  .wrapin-sp {
    padding: 0 20px; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px; }
  .pcOnly {
    display: none; }
  .spOnly {
    display: block; }
  /* ---------------------------
l-header
--------------------------- */
  .l-header-inner {
    background-color: #fff;
    height: 50px;
    padding: 0 12px;
    z-index: 100; }
  .l-header-col1 {
    width: 108px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .l-header-btn {
    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;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3b4347;
    width: 50px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .l-header-btn.active {
      background-color: transparent; }
    .l-header-btn-inner {
      position: relative;
      width: 20px;
      height: 18px; }
      .l-header-btn-inner span {
        background-color: #fff;
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .l-header-btn-inner span:nth-child(2) {
          top: 8px; }
        .l-header-btn-inner span:nth-child(3) {
          top: 17px; }
      .l-header-btn-inner.active span {
        background-color: #3b4347;
        top: 8px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .l-header-btn-inner.active span:nth-child(2), .l-header-btn-inner.active span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .l-header-tel {
    display: none; }
  .l-header-gnav {
    width: 100%;
    position: absolute;
    height: calc(100vh - 50px);
    top: 50px;
    left: 0;
    overflow-y: scroll;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 100000; }
    .l-header-gnav.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .l-header-gnav-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .l-header-gnav-menu__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        border-bottom: solid 1px #ddf5ff; }
        .l-header-gnav-menu__item:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .l-header-gnav-menu__item::before {
          content: '';
          display: block;
          width: 10px;
          height: 3px;
          position: absolute;
          top: 1.8em;
          left: 20px;
          background-color: #fff;
          z-index: 10; }
      .l-header-gnav-menu__accor {
        background-color: #76d6ff;
        display: block;
        padding: 16px 12px 16px 40px;
        position: relative;
        letter-spacing: 0.05em;
        width: calc(100% - 55px); }
        .l-header-gnav-menu__accor:hover {
          opacity: 1;
          background-color: #42c5ff; }
      .l-header-gnav-menu__arrow {
        color: #fff;
        font-size: 1.1rem;
        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;
        width: 55px;
        background-color: #42c5ff; }
        .l-header-gnav-menu__arrow:hover {
          background-color: #76d6ff;
          text-decoration: none !important; }
      .l-header-gnav-menu-child {
        display: none;
        width: 100%; }
        .l-header-gnav-menu-child__item {
          position: relative; }
          .l-header-gnav-menu-child__item::before {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            position: absolute;
            top: 1.735em;
            left: 50.5px;
            background-color: #54cbff;
            z-index: 10; }
          .l-header-gnav-menu-child__item > a,
          .l-header-gnav-menu-child__item span {
            cursor: pointer;
            background-color: #f4f4f4;
            position: relative;
            display: block;
            letter-spacing: 0.05em;
            padding: 16px 57px 16px 64px;
            border-bottom: solid 1px #d1d1d1; }
            .l-header-gnav-menu-child__item > a::before,
            .l-header-gnav-menu-child__item span::before {
              content: '';
              display: block;
              width: 55px;
              height: 100%;
              position: absolute;
              top: 0;
              right: 0;
              background-color: #dbdbdb; }
            .l-header-gnav-menu-child__item > a::after,
            .l-header-gnav-menu-child__item span::after {
              position: absolute;
              top: 0.16em;
              right: 14px;
              font-size: 1.9rem;
              color: #191919; }
            .l-header-gnav-menu-child__item > a:hover,
            .l-header-gnav-menu-child__item span:hover {
              background-color: #dbdbdb;
              opacity: 1; }
          .l-header-gnav-menu-child__item a::after {
            content: 'remove'; }
          .l-header-gnav-menu-child__item span::after {
            content: 'add'; }
          .l-header-gnav-menu-child__item span.active::after {
            content: 'remove'; }
      .l-header-gnav-menu-grandchild {
        display: none; }
        .l-header-gnav-menu-grandchild__item a {
          background-color: #fff;
          display: block;
          padding: 16px 12px 16px 92px;
          font-size: 0.9rem;
          letter-spacing: 0.05em;
          position: relative;
          border-bottom: solid 1px #d1d1d1; }
          .l-header-gnav-menu-grandchild__item a::after {
            top: 0.9em;
            right: 18px;
            font-size: 1.1rem; }
          .l-header-gnav-menu-grandchild__item a:hover {
            background-color: #eefaff;
            color: #1294c7;
            opacity: 1; }
    .l-header-gnav-contact {
      display: block;
      color: #fff;
      padding: 30px 0 25px;
      background-color: #3b4347;
      position: relative;
      -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1); }
      .l-header-gnav-contact-tel {
        margin-bottom: 25px;
        text-align: center; }
        .l-header-gnav-contact-tel a {
          position: relative;
          color: #fff;
          font-size: 1.7rem;
          padding-left: 30px;
          letter-spacing: 0.07em; }
          .l-header-gnav-contact-tel a::before {
            width: 32px;
            height: 19px; }
      .l-header-gnav-contact-mail {
        text-align: center; }
        .l-header-gnav-contact-mail a {
          border: solid 2px #fff;
          color: #fff;
          padding: 15px 55px;
          border-radius: 50px;
          font-size: 1.3rem;
          display: inline-block; }
    .l-header-gnav-subNav {
      margin-top: -1px;
      padding: 30px 20px;
      background-color: #3b4347;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .l-header-gnav-subNav__item {
        width: calc(50% - 10px);
        margin-bottom: 21px; }
        .l-header-gnav-subNav__item a {
          color: #fff;
          font-size: 0.8rem; }
  .l-header-contact {
    display: none; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer-contact {
    padding: 40px 0 53px; }
    .l-footer-contact-clear {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .l-footer-contact-logo {
      width: 173px; }
    .l-footer-contact-tel {
      margin-top: 38px; }
      .l-footer-contact-tel a {
        font-size: 1.7rem;
        padding-left: 30px;
        letter-spacing: 0.08em; }
        .l-footer-contact-tel a::before {
          width: 32px;
          height: 19px; }
    .l-footer-contact-mail {
      margin-top: 23px; }
      .l-footer-contact-mail a {
        font-size: 1.3rem; }
  .l-footer-gnav-toggle__btn {
    cursor: pointer;
    display: block;
    width: 100%;
    color: #191919;
    padding: 18px 65px 18px 20px;
    position: relative; }
    .l-footer-gnav-toggle__btn::before {
      content: '';
      display: block;
      width: 60px;
      height: 100%;
      background-color: #252e32;
      position: absolute;
      top: 0;
      right: 0; }
    .l-footer-gnav-toggle__btn::after {
      content: 'add';
      font-size: 2rem;
      position: absolute;
      width: 60px;
      text-align: center;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff; }
    .l-footer-gnav-toggle__btn.on::after {
      content: 'remove';
      font-size: 1.9rem; }
  .l-footer-gnav-wrap {
    display: none;
    padding: 35px 0 0 0; }
  .l-footer-gnav-menu {
    margin-bottom: 45px; }
    .l-footer-gnav-menu__item {
      width: 49%;
      margin-bottom: 50px; }
      .l-footer-gnav-menu__item:not(:nth-child(2n)) {
        margin-right: 2%; }
      .l-footer-gnav-menu__item.w100 {
        width: 100%; }
    .l-footer-gnav-menu__h {
      padding-left: 17px;
      font-size: 1rem; }
      .l-footer-gnav-menu__h::before {
        width: 10px;
        top: 0.75em; }
    .l-footer-gnav-menu-child {
      margin-top: 15px; }
      .l-footer-gnav-menu-child__item:not(:last-child) {
        margin-bottom: 8px; }
      .l-footer-gnav-menu-child__item a {
        padding-left: 10px; }
    .l-footer-gnav-menu-grandchild {
      margin-top: 5px;
      padding-left: 18px; }
      .l-footer-gnav-menu-grandchild__item {
        margin-bottom: 7px; }
        .l-footer-gnav-menu-grandchild__item a {
          padding-left: 12px; }
          .l-footer-gnav-menu-grandchild__item a::before {
            left: -2px;
            top: 5px; }
  .l-footer-gnav-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .l-footer-gnav-products-inner {
      width: 100%;
      margin-top: 30px; }
    .l-footer-gnav-products-sec:not(:last-child) {
      padding-bottom: 20px; }
    .l-footer-gnav-products-sec:not(:first-child) {
      margin-top: 20px; }
    .l-footer-gnav-products__h {
      padding-left: 11px;
      margin-bottom: 10px;
      font-size: 1rem; }
      .l-footer-gnav-products__h::before {
        width: 6px;
        height: 6px; }
    .l-footer-gnav-products-lists01 {
      margin-top: 25px; }
      .l-footer-gnav-products-lists01__item {
        width: 49%;
        margin-bottom: 6px; }
        .l-footer-gnav-products-lists01__item:not(:nth-child(2n)) {
          margin-right: 2%; }
      .l-footer-gnav-products-lists01__logo {
        height: 105px;
        padding: 15px 10px; }
        .l-footer-gnav-products-lists01__logo img {
          max-height: 50px;
          width: auto; }
      .l-footer-gnav-products-lists01__h {
        margin-top: 5px;
        padding-left: 12px; }
        .l-footer-gnav-products-lists01__h::before {
          left: -2px; }
    .l-footer-gnav-products-lists02 {
      margin-top: 22px; }
      .l-footer-gnav-products-lists02__item {
        width: 100%; }
        .l-footer-gnav-products-lists02__item.item02 {
          width: calc(50% - 10px); }
        .l-footer-gnav-products-lists02__item:nth-child(odd) {
          margin-right: auto; }
        .l-footer-gnav-products-lists02__item:not(:last-child) {
          margin-bottom: 16px; }
        .l-footer-gnav-products-lists02__item a {
          font-size: 0.8rem;
          padding-left: 13px; }
  .l-footer-footNav {
    border-top: solid 1px #f4f4f4;
    padding: 42px 0 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .l-footer-footNav__item {
      width: calc(50% - 10px); }
      .l-footer-footNav__item:not(:last-child) {
        margin-bottom: 13px; }
  .l-footer-partner {
    padding: 25px 0; }
    .l-footer-partner-menu__logo {
      width: 42%; }
    .l-footer-partner-menu__txt {
      width: 52%;
      margin-left: auto; }
      .l-footer-partner-menu__txt p {
        font-size: 0.8rem; }
  .l-footer-copyright-inner {
    padding: 13px 22px 20px; }
  .l-footer-copyright__note {
    font-size: 0.7rem; }
  .l-footer-copyright__h {
    text-align: right;
    margin-top: 15px;
    font-size: 0.7rem; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap-sp {
    padding: 0 20px; }
  .l-mv01 {
    padding: 35px 0 40px; }
    .l-mv01__h {
      font-size: 1.6rem; }
      .l-mv01__h .ja {
        font-size: 2rem;
        margin-top: 7px; }
  .l-mv02 {
    padding: 35px 0; }
    .l-mv02__h {
      font-size: 1.6rem; }
      .l-mv02__h .ja {
        font-size: 2rem;
        margin-top: 7px; }
  .l-mv03 {
    padding: 35px 0 70px; }
    .l-mv03__h {
      font-size: 1.4rem; }
  .l-mv04 {
    padding: 35px 0; }
  .l-mv05 {
    position: relative;
    padding: 50px 0; }
    .l-mv05__catch {
      margin-top: 5px;
      padding-bottom: 15px; }
      .l-mv05__catch .large {
        font-size: 5rem; }
      .l-mv05__catch::after {
        width: 20px;
        height: 2px; }
    .l-mv05__lead {
      margin-top: 25px; }
  .l-mv06 {
    padding: 18px 0; }
    .l-mv06__subH {
      margin-bottom: 11px;
      padding-bottom: 10px; }
    .l-mv06__h {
      font-size: 2rem; }
    .l-mv06__lead p {
      font-size: 1.2rem;
      line-height: 2; }
  .l-breadcrumb {
    padding: 5px 0;
    background: #f7f7f7;
    line-height: 1.4; }
    .l-breadcrumb-lists__item {
      display: inline;
      font-size: 0.8rem;
      padding-right: 10px;
      margin-right: 10px; }
      .l-breadcrumb-lists__item:not(:last-child)::before {
        right: -2px;
        width: 4px;
        height: 4px; }
  .l-product-head__h {
    padding-left: 16px;
    width: calc(100% - 75px);
    margin-right: auto; }
    .l-product-head__h::before {
      width: 10px;
      height: 2px; }
  .l-product-head__logo {
    max-width: 65px;
    width: 65px;
    max-height: 53px; }
    .l-product-head__logo img {
      max-width: 65px;
      max-height: 53px; }
  .l-product__link {
    margin-top: 20px;
    padding: 10px 55px 10px 15px; }
    .l-product__link::before {
      width: 50px;
      font-size: 1rem; }
  .l-product-func-label {
    padding: 10px 55px 10px 15px; }
    .l-product-func-label::after {
      width: 50px;
      font-size: 1rem; }
    .l-product-func-label.on {
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
      .l-product-func-label.on::after {
        font-size: 1rem; }
  .l-product-func-lists {
    padding: 15px 10px; }
    .l-product-func-lists__item {
      margin-bottom: 10px;
      width: 100%; }
      .l-product-func-lists__item a {
        padding-left: 13px; }
        .l-product-func-lists__item a::before {
          width: 4px;
          height: 4px; }
  .l-product-solution-wrap {
    margin-bottom: 20px; }
  .l-product-solution-label {
    margin-top: 10px;
    padding: 10px 55px 10px 15px; }
    .l-product-solution-label::after {
      width: 40px;
      font-size: 1.2rem; }
    .l-product-solution-label.on::after {
      font-size: 1.2rem; }
  .l-product-solution__icon {
    width: 30px; }
  .l-product-solution__h {
    padding-left: 8px; }
  .l-product-solution-lists {
    padding: 15px 10px; }
    .l-product-solution-lists__item {
      width: 100%; }
      .l-product-solution-lists__item:not(:last-child) {
        margin-bottom: 10px; }
      .l-product-solution-lists__item a {
        padding-left: 12px; }
        .l-product-solution-lists__item a::before {
          width: 4px;
          height: 4px;
          top: 8px; }
  .l-pagenavi {
    padding: 20px 0; }
    .l-pagenavi .wp-pagenavi .page {
      padding: 2px 8px; }
    .l-pagenavi .wp-pagenavi .current {
      padding: 2px 8px; }
  .l-pagenavi02 {
    padding: 20px 0; }
    .l-pagenavi02__item:not(:last-child) {
      margin-right: 20px; }
  .l-post01 {
    padding: 45px 0 60px; }
    .l-post01-clear {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .l-post01-main {
      width: 100%; }
    .l-post01-side {
      margin-top: 45px;
      width: 100%; }
      .l-post01-side__item:not(:last-child) {
        margin-bottom: 24px; }
      .l-post01-side__h {
        padding: 10px 8px 10px 10px; }
      .l-post01-side-lists__item a {
        padding: 7px 5px 7px 10px; }
  .l-post02 {
    padding: 40px 0 45px; }
    .l-post02-clear {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .l-post02-main {
      width: 100%;
      padding-bottom: 50px; }
      .l-post02-main__h {
        font-size: 1.8rem;
        padding: 20px 0 0;
        margin-bottom: 30px; }
        .l-post02-main__h::before {
          width: 140px;
          height: 5px; }
      .l-post02-main__thumb {
        padding: 40px 25px;
        margin-bottom: 15px; }
    .l-post02-side {
      width: 100%; }
  .l-side {
    width: 100%; }
    .l-side__item:not(:last-child) {
      margin-bottom: 25px; }
    .l-side__h {
      padding: 15px 25px 15px 10px; }
    .l-side-lists__item {
      margin-bottom: 15px; }
    .l-side-lists-tab {
      padding: 15px 25px 15px 10px; }
    .l-side-lists-child__item a {
      padding: 15px 10px 15px 15px; }
      .l-side-lists-child__item a.solution {
        padding: 15px 10px 15px 22px; }
    .l-side-case:not(:first-child) {
      margin-top: 10px; }
    .l-side-case__h {
      font-size: 0.8rem; }
    .l-side-case__company {
      padding: 10px 10px 0 10px; }
    .l-side-case__title {
      padding: 7px 10px 15px; }
    .l-side-case-menu {
      padding: 0 10px 10px; }
      .l-side-case-menu__item a {
        padding: 14px 0 14px 12px; }
        .l-side-case-menu__item a::before {
          width: 7px;
          height: 2px;
          top: 2.2em; }
    .l-side-case__link {
      padding: 14px 20px 14px 10px; }
      .l-side-case__link::after {
        font-size: 1.2rem;
        top: 0.5em; }
  .l-cat01 {
    padding: 15px 0; }
    .l-cat01-clear:not(:last-child) {
      margin-bottom: 10px; }
    .l-cat01-col1 {
      margin-right: 10px; }
    .l-cat01__h {
      margin-top: 10px;
      font-size: 0.85rem; }
    .l-cat01-lists {
      margin-bottom: -5px; }
      .l-cat01-lists__item {
        margin-bottom: 5px;
        margin-right: 7px; }
        .l-cat01-lists__item a {
          padding: 12px 15px;
          border-radius: 24px;
          font-size: 0.9rem; }
    .l-cat01-search {
      width: 100%;
      margin-bottom: 15px; }
      .l-cat01-search__text {
        height: 40px;
        padding: 0 20px;
        border-top-left-radius: 45px;
        border-bottom-left-radius: 45px; }
      .l-cat01-search__submit {
        width: 50px;
        height: 40px;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px; }
        .l-cat01-search__submit img {
          width: 15px; }
  .m-home-shape.is-01 {
    width: 30vw;
    left: 0vw;
    top: -5vw; }
  .m-home-shape.is-02 {
    wwidth: 90vw;
    left: 40vw;
    top: -20vw; }
  .m-home-shape.is-03 {
    width: 50vw;
    left: -10vw;
    bottom: -4vw; }
  .m-home-shape.is-04 {
    width: 60vw;
    left: 10vw;
    bottom: -10vw; }
  .m-home-shape.is-05 {
    width: 40vw;
    left: 80vw;
    bottom: 10vw; }
  .m-home-mv {
    padding: 30px 0 0; }
    .m-home-mv__h {
      font-size: 2rem; }
    .m-home-mv-news {
      height: 100px; }
      .m-home-mv-news-lists__item.active {
        top: 0; }
      .m-home-mv-news-lists__item a {
        padding: 15px 40px 15px 20px; }
        .m-home-mv-news-lists__item a .date {
          display: block; }
        .m-home-mv-news-lists__item a::before {
          right: 17px; }
    .m-home-mv-slide-item br {
      display: none; }
    .m-home-mv-slide-item .label1_1 {
      font-size: 4.1rem;
      font-weight: 500; }
    .m-home-mv-slide-item .label1_2 {
      font-size: 4.1rem;
      margin-bottom: 0.5em; }
    .m-home-mv-slide-item .label2_1 {
      font-size: 2.7rem; }
    .m-home-mv-slide-item .label3_1 {
      font-size: 2.1rem; }
    .m-home-mv-slide-item .label3_2 {
      font-size: 1.1rem; }
    .m-home-mv-slide-col2 {
      width: 150px; }
    .m-home-mv-dots {
      right: 20px;
      bottom: 30px; }
      .m-home-mv-dots li button {
        width: 22px; }
      .m-home-mv-dots li:not(:last-child) {
        margin-right: 6px; }
    .m-home-mv-scroll {
      display: none; }
  .m-home-about {
    padding: 75px 0 45px; }
    .m-home-about__h {
      font-size: 2.3rem;
      line-height: 1.6; }
    .m-home-about__lead {
      margin-top: 9px;
      padding: 0 25px;
      font-size: 0.95rem; }
    .m-home-about-services {
      margin-top: 30px; }
      .m-home-about-services-imgs {
        padding: 0 20px; }
        .m-home-about-services-imgs::before {
          width: 50px;
          top: 54px; }
        .m-home-about-services-imgs::after {
          width: 50px;
          top: 54px; }
      .m-home-about-services__img {
        width: calc(50% - 30px); }
        .m-home-about-services__img.item01 {
          height: 95px; }
        .m-home-about-services__img.item02 {
          height: 70px; }
      .m-home-about-services__h {
        width: calc(50% - 20px);
        font-size: 0.85rem;
        margin: 0 auto; }
    .m-home-about-btn {
      margin: 38px auto 0;
      width: 100%;
      padding: 0 30px; }
  .m-home-case {
    padding: 40px 0 43px; }
    .m-home-case-slideWrap {
      width: 100%;
      padding: 0 25px;
      margin: -30px auto 0; }
    .m-home-case-slide {
      min-height: calc(73vw - 90px);
      margin-top: -30px; }
      .m-home-case-slide__item {
        width: 200px;
        margin-right: 20px;
        z-index: 1;
        position: relative; }
        .m-home-case-slide__item.is-current {
          width: calc(100vw - 90px); }
          .m-home-case-slide__item.is-current .m-home-case-slide__thumb {
            position: relative;
            display: block;
            overflow: hidden; }
            .m-home-case-slide__item.is-current .m-home-case-slide__thumb::before {
              content: '';
              display: block;
              padding-bottom: 62%; }
            .m-home-case-slide__item.is-current .m-home-case-slide__thumb img {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              display: block; }
      .m-home-case-slide__thumb {
        position: relative;
        display: block; }
        .m-home-case-slide__thumb::before {
          content: '';
          display: block;
          padding-bottom: 62%; }
        .m-home-case-slide__thumb img {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          display: block;
          width: 100%;
          height: 100%; }
    .m-home-case-caption {
      width: calc(100vw - 40px);
      margin: 20px auto 0; }
      .m-home-case-caption-inner {
        padding: 18px 20px 38px; }
      .m-home-case-caption-content {
        position: relative;
        z-index: 100;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .m-home-case-caption-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      .m-home-case-caption__company {
        margin-top: 19px;
        padding-left: 6px; }
      .m-home-case-caption__cat {
        font-size: 0.75rem;
        margin-top: 10px;
        padding-left: 18px; }
        .m-home-case-caption__cat::before {
          width: 8px;
          height: 2px;
          left: 5px;
          top: 0.9em; }
      .m-home-case-caption__h {
        font-size: 1.35rem;
        margin-top: 6px;
        padding: 0 3px;
        line-height: 1.75; }
      .m-home-case-caption-tags {
        margin-top: 15px;
        padding: 0 3px; }
        .m-home-case-caption-tags__item {
          margin-bottom: 7px; }
          .m-home-case-caption-tags__item:not(:last-child) {
            margin-right: 7px; }
        .m-home-case-caption-tags__link {
          padding: 4px 12px;
          font-size: 0.7rem;
          margin-bottom: 7px; }
    .m-home-case-btns {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .m-home-case-btns__item:not(:last-child) {
        margin-right: 10px; }
      .m-home-case-btns__item .prev {
        width: 55px;
        height: 55px; }
      .m-home-case-btns__item .next {
        width: 55px;
        height: 55px; }
      .m-home-case-btns__item .all {
        width: 55px;
        height: 55px;
        font-size: 0.85rem; }
        .m-home-case-btns__item .all::before {
          right: 12px;
          border-top: solid 1px #191919;
          border-right: solid 1px #191919; }
    .m-home-case-sort {
      margin-top: 19px; }
      .m-home-case-sort__item {
        width: 100%; }
        .m-home-case-sort__item:not(:last-child) {
          margin-bottom: 11px; }
  .m-home-faq {
    padding: 42px 0 50px;
    background-size: 70px; }
    .m-home-faq-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .m-home-faq__h {
      font-size: 2.6rem;
      letter-spacing: 0.05em;
      padding-bottom: 6px; }
      .m-home-faq__h::before {
        width: 20px; }
    .m-home-faq-search {
      width: 100%;
      margin-top: 33px; }
      .m-home-faq-search__text {
        width: calc(100% - 71px);
        padding: 0 35px;
        height: 60px; }
      .m-home-faq-search__submit {
        width: 71px;
        height: 60px; }
        .m-home-faq-search__submit img {
          width: 20px;
          height: 20px; }
    .m-home-faq-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 30px; }
      .m-home-faq-btns__item:not(:last-child) {
        margin-right: 10px; }
      .m-home-faq-btns__item a {
        padding: 0 10px 0 32px;
        font-size: 0.95rem; }
        .m-home-faq-btns__item a::before {
          width: 28px;
          height: 28px; }
        .m-home-faq-btns__item a::after {
          width: 5px;
          height: 5px; }
  .m-home-license {
    padding-top: 45px;
    padding-bottom: 15px; }
    .m-home-license-lists-sec {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 30px 0; }
      .m-home-license-lists-sec-lists {
        margin-top: 5px; }
        .m-home-license-lists-sec-lists.col2-sp, .m-home-license-lists-sec-lists.col2-sp {
          margin-bottom: -15px; }
        .col2-sp .m-home-license-lists-sec-lists__item {
          width: 49%;
          margin-bottom: 15px; }
          .col2-sp .m-home-license-lists-sec-lists__item:not(:nth-child(2n)) {
            margin-right: 2%; }
        .col3-sp .m-home-license-lists-sec-lists__item {
          width: 32%;
          margin-bottom: 15px; }
          .col3-sp .m-home-license-lists-sec-lists__item:not(:nth-child(3n)) {
            margin-right: 1.5%; }
        .m-home-license-lists-sec-lists__item a:hover .m-home-license-lists-sec-lists__logo img {
          -webkit-transform: scale(1.05) translate(-50%, -50%);
          -ms-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%); }
        .m-home-license-lists-sec-lists__logo {
          position: relative;
          height: 0;
          padding-bottom: calc(2 / 3 * 100%); }
          .m-home-license-lists-sec-lists__logo img {
            max-width: calc(100% - 30px);
            width: auto;
            max-height: calc(100% - 35px);
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .m-home-license-lists-sec-lists__h {
          margin-top: 10px; }
          .m-home-license-lists-sec-lists__h .ja {
            font-size: 0.7rem; }
          .m-home-license-lists-sec-lists__h .en {
            padding-left: 13px;
            font-size: 0.85rem; }
            .m-home-license-lists-sec-lists__h .en::before {
              top: 0.63em;
              left: 0.01em;
              width: 4px;
              height: 4px; }
  .m-home-solution {
    padding: 30px 0 43px; }
    .m-home-solution__h {
      font-size: 1.85rem; }
    .m-home-solution-sec__h {
      font-size: 1.05rem; }
    .m-home-solution-sec-lists {
      margin-top: 18px; }
      .m-home-solution-sec-lists__item {
        width: 100%; }
        .m-home-solution-sec-lists__item:not(:last-child) {
          margin-bottom: 6px; }
        .m-home-solution-sec-lists__item a {
          padding: 5px 17px;
          height: 66px;
          line-height: 1.4; }
          .m-home-solution-sec-lists__item a::after {
            width: 6px;
            height: 6px;
            right: 15px;
            border-width: 1px; }
      .m-home-solution-sec-lists__img {
        width: 40px;
        margin-right: 15px; }
  .m-home-news-clear {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .m-home-news-col {
    width: 100%;
    padding-top: 46px;
    padding-bottom: 46px; }
    .m-home-news-col__h {
      padding-bottom: 10px; }
      .m-home-news-col__h::before {
        width: 20px;
        height: 2px; }
      .is-col1 .m-home-news-col__h {
        color: #fff; }
      .m-home-news-col__h .en {
        font-size: 2.5rem;
        line-height: 1.5;
        letter-spacing: 0.03em; }
      .m-home-news-col__h .ja {
        font-size: 1rem; }
  .m-home-news-lists {
    position: relative; }
    .m-home-news-lists__item a {
      padding: 25px 0 20px;
      padding-right: 40px; }
    .m-home-news-lists__info .date {
      font-size: 0.8rem;
      margin-right: 7px; }
    .m-home-news-lists__info .cat {
      font-size: 0.7rem;
      margin-right: 9px;
      padding: 3px 11px; }
    .m-home-news-lists__h {
      font-size: 0.95rem; }
  .m-home-news-btn {
    width: 140px;
    height: 45px;
    margin: 26px 0 0 auto; }
  .m-home-blog {
    padding: 47px 0 45px; }
    .m-home-blog-clear {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 70px; }
    .m-home-blog__h {
      padding-bottom: 12px; }
      .m-home-blog__h::before {
        width: 20px;
        height: 2px; }
      .m-home-blog__h .main {
        font-size: 2.5rem;
        line-height: 1.5;
        letter-spacing: 0.03em; }
      .m-home-blog__h .sub {
        font-size: 1rem; }
    .m-home-blog__btn {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 145px;
      height: 45px; }
    .m-home-blog__lead {
      margin-top: 13px;
      line-height: 1.9; }
    .m-home-blog-lists {
      margin-top: 27px; }
      .m-home-blog-lists__item a {
        padding: 13px 25px 15px 0; }
      .m-home-blog-lists__date {
        position: relative;
        z-index: 1;
        font-size: 0.75rem;
        margin-bottom: 0.3em; }
      .m-home-blog-lists__item:not(:last-child) {
        margin-bottom: 13px; }
      .m-home-blog-lists__thumb {
        width: 42%;
        position: relative;
        height: 100%; }
        .m-home-blog-lists__thumb::before {
          content: '';
          display: block;
          height: 0;
          padding-bottom: 56.5%; }
        .m-home-blog-lists__thumb img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          -o-object-fit: cover;
          object-fit: cover; }
      .m-home-blog-lists-txts {
        width: 53%; }
      .m-home-blog-lists__h {
        font-size: 0.80rem;
        line-height: 1.75; }
      .m-home-blog-lists-cats {
        margin-top: 10px; }
      .m-home-blog-lists__cat {
        font-size: 0.7rem;
        margin-right: 7px;
        margin-bottom: 4px;
        padding: 4px 10px; }
  .m-home-company {
    padding: 48px 0 45px; }
    .m-home-company-clear {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .m-home-company-col2 {
      margin-top: 32px; }
    .m-home-company-links__item {
      width: 100%; }
      .m-home-company-links__item:last-child {
        margin-top: 10px; }
      .m-home-company-links__item:not(:last-child) {
        margin-bottom: 10px; }
  .m-home-bnrs {
    padding: 30px 0 37px; }
    .m-home-bnrs-lists {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .m-home-bnrs-lists__item:not(:last-child) {
        margin-bottom: 34px; }
  @-webkit-keyframes homeMvScroll {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    25% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    50% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); } }
  @keyframes homeMvScroll {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    25% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    50% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); } }
  .m-products-lists-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0; }
    .m-products-lists-sec__h {
      padding-left: 12px; }
    .m-products-lists-sec-lists {
      margin-top: 15px; }
      .m-products-lists-sec-lists__item {
        width: 100%;
        margin-bottom: 10px; }
        .col2-sp .m-products-lists-sec-lists__item {
          width: calc(50% - 5px);
          margin-bottom: 15px; }
          .col2-sp .m-products-lists-sec-lists__item:not(:nth-of-type(2n - 1)) {
            margin-right: auto; }
        .m-products-lists-sec-lists__item a:hover .m-products-lists-sec-lists__logo img {
          -webkit-transform: scale(1.05) translate(-50%, -50%);
          -ms-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%); }
      .m-products-lists-sec-lists-mysql {
        margin-bottom: 15px; }
        .m-products-lists-sec-lists-mysql a {
          padding: 25px 10px 20px; }
        .m-products-lists-sec-lists-mysql-col {
          width: 100%; }
          .m-products-lists-sec-lists-mysql-col__img {
            margin-bottom: 10px; }
          .m-products-lists-sec-lists-mysql-col__txts {
            text-align: center; }
            .m-products-lists-sec-lists-mysql-col__txts .label02 {
              font-size: 1.4rem; }
      .m-products-lists-sec-lists-db {
        padding: 25px 10px 20px; }
        .is-products .m-products-lists-sec-lists-db::after {
          line-height: 1; }
        .m-products-lists-sec-lists-db__logo {
          max-width: calc(100% - 30px);
          text-align: center; }
        .m-products-lists-sec-lists-db__h {
          margin-top: 15px; }
      .m-products-lists-sec-lists__logo {
        margin-bottom: 10px;
        position: relative;
        height: 0;
        padding-bottom: calc(2 / 3 * 100%); }
        .m-products-lists-sec-lists__logo img {
          max-width: calc(100% - 30px);
          width: auto;
          max-height: calc(100% - 35px);
          -o-object-fit: cover;
          object-fit: cover;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .m-products-lists-sec-lists__h .ja {
        font-size: 0.7rem; }
      .m-products-lists-sec-lists__h .en {
        padding-left: 13px;
        font-size: 0.85rem; }
        .m-products-lists-sec-lists__h .en::before {
          top: 0.63em;
          left: 0.01em;
          width: 4px;
          height: 4px; }
  .m-products-db {
    padding: 30px 0 55px; }
    .m-products-db-sec {
      padding: 20px 15px;
      margin-top: 20px; }
      .m-products-db-sec:first-of-type {
        margin-top: 30px; }
  .m-products-cloud {
    padding: 20px 0 30px; }
    .m-products-cloud-lists {
      margin-top: 20px; }
      .m-products-cloud-lists__item {
        width: 100%;
        margin-bottom: 10px; }
        .m-products-cloud-lists__item > a, .m-products-cloud-lists__item > span {
          width: 100%;
          height: auto;
          padding: 20px 15px;
          -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }
      .m-products-cloud-lists__h {
        width: calc(100% - 55px);
        margin-right: auto; }
      .m-products-cloud-lists__logo {
        width: 35px; }
      .m-products-cloud-lists__desc {
        margin-top: 10px; }
  .m-products-relation {
    padding: 25px 0 40px; }
    .m-products-relation-lists {
      margin-top: 20px; }
      .m-products-relation-lists__item {
        width: 100%;
        margin-bottom: 10px; }
        .m-products-relation-lists__item > a, .m-products-relation-lists__item > span {
          width: 100%;
          height: auto;
          padding: 10px 15px;
          -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }
      .m-products-relation-lists__h {
        width: calc(100% - 75px);
        margin-right: auto; }
      .m-products-relation-lists__logo {
        max-width: 60px;
        max-height: 60px; }
  .m-cases__h {
    padding-bottom: 10px; }
  .m-cases-lists01__item::before {
    display: none; }
  .m-cases-lists01__item:not(:first-child) {
    margin-top: 40px; }
  .m-cases-lists01-clear {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .m-cases-lists01__thumb {
    width: calc(100% - 20px);
    z-index: 10;
    margin: 0 auto; }
  .m-cases-lists01-txts {
    width: 100%;
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    margin-top: -20px;
    z-index: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.1); }
    .m-cases-lists01__item.hover .m-cases-lists01-txts {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #3b4347; }
  .m-cases-lists01-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .m-cases-lists01__company {
    margin-top: 5px;
    font-size: 1.4rem; }
  .m-cases-lists01__cat {
    padding-left: 16px; }
    .m-cases-lists01__cat::before {
      right: auto;
      left: 0; }
  .m-cases-lists01__h {
    font-size: 1rem; }
  .m-cases-lists01__desc {
    font-size: 1rem; }
  .m-cases-lists01-tags {
    margin-top: 15px; }
    .m-cases-lists01-tags__item {
      margin-right: 7px;
      margin-bottom: 7px; }
  .m-cases-lists02-tags__item:not(:first-child) {
    margin-left: 10px; }
  .m-cases-tabs {
    margin-top: 15px; }
    .m-cases-tabs-lists__item {
      width: calc(50% - 5px); }
      .m-cases-tabs-lists__item:first-child {
        width: 100%;
        margin-bottom: 10px; }
      .m-cases-tabs-lists__item:nth-child(2) {
        margin-right: 10px; }
      .m-cases-tabs-lists__item a, .m-cases-tabs-lists__item span {
        padding: 10px 20px 10px 15px;
        border-radius: 0 0 3px 3px; }
  .m-cases-pickup {
    padding: 20px 0 40px; }
    .m-cases-pickup-slideWrap {
      width: 100%;
      padding: 0 25px;
      margin: 0 auto 0; }
    .m-cases-pickup-slide {
      margin-top: -30px; }
      .m-cases-pickup-slide__item {
        width: 200px;
        margin-right: 20px; }
        .m-cases-pickup-slide__item.is-current {
          width: calc(100vw - 90px); }
          .m-cases-pickup-slide__item.is-current a {
            position: relative;
            display: block;
            overflow: hidden; }
            .m-cases-pickup-slide__item.is-current a::before {
              content: '';
              display: block;
              padding-bottom: 62%; }
            .m-cases-pickup-slide__item.is-current a img {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              display: block; }
      .m-cases-pickup-slide__thumb {
        position: relative;
        display: block; }
        .m-cases-pickup-slide__thumb::before {
          content: '';
          display: block;
          padding-bottom: 62%; }
        .m-cases-pickup-slide__thumb img {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          display: block;
          width: 100%;
          height: 100%; }
    .m-cases-pickup-caption {
      width: calc(100vw - 40px);
      margin: 0 auto; }
      .m-cases-pickup-caption-inner {
        padding: 10px 0 38px 20px; }
      .m-cases-pickup-caption-content {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .m-cases-pickup-caption-menu {
        width: calc(100% - 20px); }
      .m-cases-pickup-caption-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      .m-cases-pickup-caption__company {
        margin-top: 19px;
        padding-left: 6px; }
      .m-cases-pickup-caption__cat {
        font-size: 0.75rem;
        margin-top: 10px;
        padding-left: 18px; }
        .m-cases-pickup-caption__cat::before {
          width: 8px;
          height: 2px;
          left: 5px;
          top: 0.9em; }
      .m-cases-pickup-caption__h {
        font-size: 1.35rem;
        margin-top: 6px;
        padding: 0 3px;
        line-height: 1.75; }
      .m-cases-pickup-caption-tags {
        margin-top: 15px;
        padding: 0 3px; }
        .m-cases-pickup-caption-tags__item {
          margin-bottom: 7px; }
          .m-cases-pickup-caption-tags__item:not(:last-child) {
            margin-right: 7px; }
        .m-cases-pickup-caption-tags__link {
          padding: 4px 12px;
          font-size: 0.7rem;
          margin-bottom: 7px; }
    .m-cases-pickup-btns {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 10px 10px 0 0; }
      .m-cases-pickup-btns__item:not(:last-child) {
        margin-right: 10px; }
      .m-cases-pickup-btns__item .prev {
        width: 55px;
        height: 55px; }
      .m-cases-pickup-btns__item .next {
        width: 55px;
        height: 55px; }
    .m-cases-pickup-latest {
      margin-top: 20px;
      padding: 40px 0 40px; }
      .m-cases-pickup-latest-listWrap {
        margin-top: 30px; }
  .m-case {
    padding: 30px 0 35px; }
    .m-case-head {
      padding: 40px 0 35px; }
    .m-case__h {
      padding-bottom: 10px;
      margin-bottom: 20px;
      border-bottom: solid 3px #54cbff;
      font-size: 1.5rem; }
    .m-case-tags {
      margin-top: 15px; }
      .m-case-tags__item {
        margin-right: 6px;
        margin-bottom: 8px; }
    .m-case-info {
      margin-top: 30px; }
      .m-case-info::before {
        height: 100%; }
      .m-case-info-company {
        margin-top: 20px;
        padding: 15px 10px; }
        .m-case-info-company__logo {
          width: 100%;
          height: 150px; }
          .m-case-info-company__logo img {
            width: 186px; }
        .m-case-info-company__h {
          margin-top: 15px; }
    .m-case__thumb {
      width: 100%; }
    .m-case__cat {
      margin-top: 20px;
      padding-left: 20px; }
    .m-case-outline {
      padding-bottom: 40px; }
      .m-case-outline__h {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        font-size: 2.2rem; }
      .m-case-outline-inner {
        -webkit-box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.1);
        margin-top: -15px;
        padding: 20px 10px; }
    .m-case-interview {
      padding: 20px 0 15px; }
      .m-case-interview__h {
        font-size: 2.2rem; }
      .m-case-interview-inner {
        margin-top: 10px;
        padding: 15px 10px 20px; }
      .m-case-interview-preface__h {
        font-size: 1.14rem;
        margin-top: 0.7em; }
        .m-case-interview-preface__h span {
          font-size: 1.14rem;
          padding: 3px 7px; }
      .m-case-interview-people {
        margin-top: 20px; }
        .m-case-interview-people__item {
          margin-bottom: 20px;
          width: 100%; }
        .m-case-interview-people__img {
          width: 50px;
          height: 50px; }
        .m-case-interview-people-txts {
          margin-left: 10px; }
        .m-case-interview-people__duty {
          margin-top: 5px; }
        .m-case-interview-people__name .position {
          padding-left: 5px; }
      .m-case-interview-article {
        padding: 0 5px; }
    .m-case-pdf {
      padding: 10px 0 30px; }
    .m-case-company {
      padding-bottom: 30px; }
      .m-case-company-inner {
        padding: 20px 10px; }
      .m-case-company__logo {
        max-width: 186px;
        width: calc(100% - 20px);
        margin: 0 auto; }
      .m-case-company-txts {
        width: 100%;
        margin-top: 10px; }
      .m-case-company__cat {
        margin-top: 10px; }
      .m-case-company__link {
        margin-top: 5px; }
      .m-case-company-info {
        margin-top: 10px; }
        .m-case-company-info p {
          padding-left: 13px;
          margin-bottom: 4px; }
        .m-case-company-info ul li {
          padding-left: 13px;
          margin-bottom: 4px; }
    .m-case-relation {
      padding: 30px 0 15px; }
    .m-case-other {
      padding: 30px 0 20px; }
    .m-case-nav {
      padding: 15px 0; }
      .m-case-nav__h {
        padding-left: 15px;
        width: 100%; }
        .m-case-nav__h::before {
          width: 10px;
          height: 2px; }
      .m-case-nav-lists {
        width: 100%;
        margin-top: 10px; }
        .m-case-nav-lists__item {
          width: calc(50% - 5px); }
          .m-case-nav-lists__item:first-child {
            width: 100%;
            margin-bottom: 10px; }
          .m-case-nav-lists__item:nth-child(2) {
            margin-right: 10px; }
  .m-faq__h {
    padding-left: 30px; }
    .m-faq__h::before {
      top: 0;
      width: 25px;
      height: 25px;
      font-size: 1.3rem; }
  .m-faq-main {
    padding-bottom: 30px; }
  .m-faq-inner {
    padding: 20px 20px;
    margin-top: -50px;
    position: relative; }
  .m-faq-cat {
    margin-top: 30px; }
    .m-faq-cat__h {
      font-size: 0.85rem; }
      .m-faq-cat__h a {
        display: inline-block; }
    .m-faq-cat-link {
      padding: 8px 4px 8px 15px;
      margin-left: 20px; }
      .m-faq-cat-link::after {
        padding-left: 10px; }
      .m-faq-cat-link__img {
        max-width: 40px; }
      .m-faq-cat-link__txt {
        font-size: 0.75rem; }
  .m-faq-nav {
    padding: 25px 0; }
    .m-faq-nav__h {
      margin-bottom: 20px; }
      .m-faq-nav__h::before {
        width: 7px;
        height: 2px;
        margin-right: 4px; }
    .m-faq-nav-lists {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .m-faq-nav-lists__item {
        width: 100%;
        margin-bottom: 10px; }
        .m-faq-nav-lists__item:last-child {
          margin-bottom: 0; }
  .m-faqs-tabs {
    display: none; }
    .m-faqs-tabs-lists__item a:hover::after {
      border-color: #191919; }
  .m-faqs-main {
    padding: 20px 0 40px; }
    .m-faqs-main__h {
      margin-bottom: 20px; }
  .m-faqs-lists__item:not(:first-child) {
    margin-top: 7px; }
  .m-faqs-lists__link {
    padding: 10px 45px 10px 10px; }
    .m-faqs-lists__link::before {
      width: 40px; }
    .m-faqs-lists__link::after {
      width: 8px;
      height: 8px;
      right: 22px; }
  .m-faqs-lists__h {
    padding-left: 30px;
    margin-right: 40px; }
    .m-faqs-lists__h::before {
      width: 25px;
      height: 25px;
      top: -0.1em; }
  .m-faqs-lists-tags {
    margin-top: 13px;
    width: 100%; }
    .m-faqs-lists-tags__item {
      border-radius: 10px;
      padding: 3px 7px;
      font-size: 0.7rem; }
      .m-faqs-lists-tags__item:not(:last-child) {
        margin-right: 8px; }
  .m-presroom-archive {
    padding: 20px 0 40px; }
    .m-presroom-archive__h {
      margin-bottom: 20px; }
    .m-presroom-archive-lists {
      margin-bottom: 30px; }
      .m-presroom-archive-lists__item {
        padding: 15px 0; }
      .m-presroom-archive-lists__link {
        padding-right: 20px; }
        .m-presroom-archive-lists__link::after {
          width: 7px;
          height: 7px; }
      .m-presroom-archive-lists__date {
        margin-right: 10px; }
      .m-presroom-archive-lists__cat {
        padding: 3px 9px; }
        .m-presroom-archive-lists__cat:not(:last-child) {
          margin-right: 5px; }
        .m-presroom-archive-lists__cat.hasColor {
          border-left-width: 3px; }
      .m-presroom-archive-lists__h {
        margin-top: 7px; }
  .m-presroom-main-inner {
    padding: 30px 0; }
  .m-presroom-main__date {
    margin-right: 10px; }
  .m-presroom-main__cat {
    padding: 2px 10px; }
    .m-presroom-main__cat.hasColor {
      border-left-width: 3px; }
  .m-presroom-main__h {
    margin-top: 15px;
    font-size: 1.5rem; }
  .m-presroom-main-article {
    padding-top: 20px; }
  .m-company-mv {
    position: relative;
    padding: 50px 0; }
    .m-company-mv__h {
      font-size: 2.7rem; }
    .m-company-mv__lead {
      margin-top: 25px; }
      .m-company-mv__lead p:not(:last-child) {
        margin-bottom: 2em; }
  .m-company-nav {
    padding-bottom: 40px; }
    .m-company-nav-lists {
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); }
      .m-company-nav-lists__item {
        width: 100%;
        margin-bottom: 10px; }
        .m-company-nav-lists__item a {
          padding: 20px 20px 20px 10px; }
          .m-company-nav-lists__item a::after {
            width: 7px;
            height: 7px;
            right: 10px; }
          .m-company-nav-lists__item a p {
            font-size: 0.95rem;
            padding-left: 20px; }
            .m-company-nav-lists__item a p::before {
              width: 10px;
              height: 10px; }
  .m-service-mv-lists {
    margin-top: 30px; }
    .m-service-mv-lists__item {
      width: 100%;
      padding-bottom: 20px; }
      .m-service-mv-lists__item:not(:last-child) {
        margin-bottom: 20px; }
      .m-service-mv-lists__item::after {
        width: 10px;
        height: 10px; }
      .m-service-mv-lists__item a {
        padding: 30px 0 20px; }
    .m-service-mv-lists__txt {
      margin-top: 10px; }
  .m-service-sec {
    padding: 30px 0 35px; }
    .m-service-sec-head__img {
      width: 65px;
      height: 65px;
      margin: 0 auto;
      padding: 15px; }
    .m-service-sec-head__copy {
      padding-top: 7px; }
    .m-service-sec-head__h {
      width: 100%;
      font-size: 1.4rem;
      padding-top: 8px;
      text-align: center; }
    .m-service-sec-head__txt {
      clear: both;
      width: 100%;
      margin-top: 5px; }
  .m-service-sec01-lists {
    margin-top: 8px; }
    .m-service-sec01-lists-wrap {
      margin-top: 20px; }
    .m-service-sec01-lists__h {
      padding-left: 12px; }
      .m-service-sec01-lists__h::before {
        width: 8px;
        height: 2px;
        top: 0.8em; }
    .m-service-sec01-lists__item {
      width: calc(50% - 5px);
      margin-bottom: 10px; }
      .m-service-sec01-lists__item a {
        border-radius: 4px;
        -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
        padding: 17px 0; }
    .m-service-sec01-lists__logo {
      max-width: calc(100% - 50px);
      text-align: center;
      margin: auto; }
    .m-service-sec01-lists__txt {
      margin-top: 5px; }
  .m-service-sec01-clear {
    margin-top: 20px; }
    .m-service-sec01-clear__item {
      width: 100%; }
      .m-service-sec01-clear__item:not(:last-child) {
        margin-bottom: 10px; }
      .m-service-sec01-clear__item a {
        padding: 20px 10px 20px 25px;
        -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1); }
        .m-service-sec01-clear__item a::before {
          width: 10px;
          height: 2px;
          left: 7px; }
  .m-service-sec02-menu {
    margin-top: 20px; }
    .m-service-sec02-menu__item {
      width: 100%;
      padding: 10px 16px 20px 20px; }
      .m-service-sec02-menu__item:not(:last-child) {
        margin-bottom: 15px; }
    .m-service-sec02-menu__h {
      padding-right: 7px; }
    .m-service-sec02-menu__txt {
      margin-top: 10px; }
    .m-service-sec02-menu-subject {
      margin-top: 5px; }
      .m-service-sec02-menu-subject__h {
        margin-top: 5px;
        padding-left: 12px; }
        .m-service-sec02-menu-subject__h::before {
          width: 8px;
          height: 8px;
          top: 0.55em; }
      .m-service-sec02-menu-subject__item {
        margin-top: 5px; }
        .m-service-sec02-menu-subject__item:nth-child(2n) {
          margin-left: auto; }
  .m-service-sec02-clear {
    margin-top: 20px; }
  .m-service-sec02-col1 {
    width: 100%;
    margin-bottom: 10px; }
    .m-service-sec02-col1 a {
      padding: 20px 10px 20px; }
  .m-service-sec02-col2 {
    width: 100%; }
  .m-service-sec02-col3 {
    width: calc(50% - 3px); }
  .m-service-sec02-reason {
    margin-top: 25px;
    padding: 30px 15px; }
    .m-service-sec02-reason__h {
      font-size: 1.4rem; }
    .m-service-sec02-reason-lists {
      margin-top: 20px; }
      .m-service-sec02-reason-lists__item {
        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; }
        .m-service-sec02-reason-lists__item:not(:last-child) {
          margin-bottom: 25px; }
      .m-service-sec02-reason-lists__img {
        width: calc(40% - 10px);
        margin: 0 auto 0 0; }
      .m-service-sec02-reason-lists__h {
        margin-top: 10px;
        padding-bottom: 8px;
        width: 60%;
        font-size: 1.1rem; }
      .m-service-sec02-reason-lists__txt {
        margin-top: 10px; }
  .m-service-sec03-col1 {
    width: 100%;
    margin-top: 10px; }
    .m-service-sec03-col1__link {
      border-radius: 40px;
      margin-top: 20px;
      padding: 10px 40px 10px 20px;
      font-size: 0.9rem; }
  .m-service-sec03-col2 {
    width: 100%;
    margin-top: 20px; }
  .l-recruit-mv-inner {
    padding: 24px; }
  .l-recruit-mv-text {
    font-size: 1.2rem; }
  .l-recruit-mv-btns {
    margin-top: 20px;
    margin-right: -20px; }
    .l-recruit-mv-btns__item {
      margin-right: 20px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0; }
      .l-recruit-mv-btns__item a {
        min-height: 48px;
        padding: 16px 24px;
        border-radius: 24px;
        font-size: 0.9rem; }
        .l-recruit-mv-btns__item a:before {
          width: 5px;
          height: 5px;
          border-top: solid 1px #474747;
          border-right: solid 1px #474747;
          right: 13px; }
  .m-recruit .u-lh200 {
    line-height: 2 !important; }
  .m-recruit-bg-01 {
    background-size: 100% auto; }
  .m-recruit-bg-02 {
    background-size: 2px; }
  .m-recruit-inner {
    padding: 40px 24px; }
  .m-recruit-heading-bg {
    padding-bottom: calc(260 / 650 * 100%); }
  .m-recruit-heading-content {
    padding: 24px; }
  .m-recruit-heading-title .en {
    font-size: 0.8rem; }
  .m-recruit-heading-title .title {
    font-size: 1.2rem; }
  .m-recruit-company-copy {
    font-size: 1.4rem; }
  .m-recruit-company-images {
    margin-right: -16px; }
    .m-recruit-company-images > * {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      margin-right: 16px; }
  .m-recruit-services-item {
    margin-top: 24px;
    padding: 24px; }
    .m-recruit-services-item-icon {
      width: 100px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
  .m-recruit-workstyle-col__item {
    padding: 24px; }
    .m-recruit-workstyle-col__item + .m-recruit-workstyle-col__item {
      margin-top: 24px; }
  .m-recruit-workstyle-col-persent {
    font-size: 2rem; }
    .m-recruit-workstyle-col-persent small {
      font-size: 1.4rem; }
  .m-recruit-workstyle-col-graph {
    width: 120px;
    height: 120px; }
    .m-recruit-workstyle-col-graph .icon {
      width: 80px; }
  .m-recruit-workstyle-col-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .m-recruit-recruit-title {
    font-size: 1.2rem; }
  .m-recruit-recruit-step__item + .m-recruit-recruit-step__item {
    margin-top: 16px; }
  .m-recruit-recruit-step-title {
    font-size: 1rem;
    margin-bottom: 8px; }
    .m-recruit-recruit-step-title span {
      font-size: 1.4rem; }
  .m-recruit-recruit-step-content {
    padding: 24px 16px 16px; }
  .m-recruit-recruit-job__item + .m-recruit-recruit-job__item {
    margin-top: 16px; }
  .m-recruit-recruit-job__item a, .m-recruit-recruit-job__item span {
    padding: 16px 48px 16px 24px;
    font-size: 1rem; }
    .m-recruit-recruit-job__item a:before, .m-recruit-recruit-job__item span:before {
      width: 5px;
      height: 5px;
      border-top: solid 1px #e97b00;
      border-right: solid 1px #e97b00;
      right: 13px; }
  .m-recruit-recruit-casual {
    padding: 24px; }
    .m-recruit-recruit-casual-btn {
      height: 48px;
      border-radius: 24px;
      font-size: 1rem; }
      .m-recruit-recruit-casual-btn:before {
        width: 5px;
        height: 5px;
        border-top: solid 1px #e97b00;
        border-right: solid 1px #e97b00;
        right: 13px; }
  .m-recruit-techblog-bnr {
    padding: 16px; }
    .m-recruit-techblog-bnr-title {
      font-size: 1rem; }
    .m-recruit-techblog-bnr-logo {
      width: 30%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 20px; }
  .m-recurit-guidance-heading-title {
    font-size: 1.4rem; }
  .m-recurit-guidance-heading-btn {
    margin-top: 20px;
    height: 48px;
    border-radius: 24px;
    font-size: 0.8rem; }
    .m-recurit-guidance-heading-btn:before {
      width: 5px;
      height: 5px;
      border-top: solid 1px #ffffff;
      border-right: solid 1px #ffffff;
      right: 13px; }
  .m-recurit-guidance-tab {
    margin-top: 48px; }
    .m-recurit-guidance-tab-menu__item a {
      font-size: 1rem;
      height: 40px; }
      .m-recurit-guidance-tab-menu__item a.active {
        height: 60px; }
    .m-recurit-guidance-tab-inner {
      padding: 24px; }
  .m-recurit-guidance-item__title {
    padding-top: 16px;
    padding-bottom: 16px; }
  .m-recurit-guidance-item__content {
    padding-top: 16px;
    padding-bottom: 16px; }
  .m-recurit-form {
    padding: 0px; }
    .m-recurit-form-iframe {
      height: 1600px; }
      .m-recurit-form-iframe iframe {
        width: 100% !important; }
  .m-sitemap {
    padding: 35px 0 45px; }
    .m-sitemap-clear__col {
      width: 100%; }
    .m-sitemap-clear__item {
      margin-bottom: 30px; }
      .m-sitemap-clear__item.is-other {
        margin-top: 60px; }
    .m-sitemap-clear__h {
      padding-bottom: 7px; }
      .m-sitemap-clear__h a {
        padding-left: 12px; }
        .m-sitemap-clear__h a::before {
          width: 1.2rem;
          top: 0.04em; }
    .m-sitemap-lists {
      padding-top: 16px; }
      .m-sitemap-lists__item:not(:last-child) {
        padding-bottom: 4px; }
      .m-sitemap-lists__item.has-child:not(:last-of-type) {
        margin-bottom: 20px; }
      .m-sitemap-lists__link {
        padding-left: 13px; }
        .m-sitemap-lists__link::before {
          font-size: 1.1rem;
          top: -0.08em; }
      .m-sitemap-lists-child {
        padding-top: 4px;
        padding-left: 9px; }
        .m-sitemap-lists-child__item:not(:last-child) {
          margin-bottom: 5px; }
        .m-sitemap-lists-child__item a {
          padding-left: 16px; }
          .m-sitemap-lists-child__item a::before {
            font-size: 1.1rem;
            top: -0.08em; }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 10px !important; }
  .u-mt {
    margin-top: 15px !important; }
  .u-mt-l {
    margin-top: 20px !important; }
  .u-mt-xl {
    margin-top: 30px !important; }
  .u-mt-2xl {
    margin-top: 40px !important; }
  .u-mt-3xl {
    margin-top: 60px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 10px !important; }
  .u-mb {
    margin-bottom: 15px !important; }
  .u-mb-l {
    margin-bottom: 20px !important; }
  .u-mb-xl {
    margin-bottom: 30px !important; }
  .u-mb-2xl {
    margin-bottom: 40px !important; }
  .u-mb-3xl {
    margin-bottom: 60px !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 10px !important; }
  .u-pt {
    padding-top: 15px !important; }
  .u-pt-l {
    padding-top: 20px !important; }
  .u-pt-xl {
    padding-top: 30px !important; }
  .u-pt-2xl {
    padding-top: 40px !important; }
  .u-pt-3xl {
    padding-top: 60px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 10px !important; }
  .u-pb {
    padding-bottom: 15px !important; }
  .u-pb-l {
    padding-bottom: 20px !important; }
  .u-pb-xl {
    padding-bottom: 30px !important; }
  .u-pb-2xl {
    padding-bottom: 40px !important; }
  .u-pb-3xl {
    padding-bottom: 60px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 10px !important; }
  .u-p {
    padding: 15px !important; }
  .u-p-l {
    padding: 20px !important; }
  .u-p-xl {
    padding: 20px !important; }
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg {
    font-size: 0.95rem; }
    .u-wysiwyg *.no-marginBottom {
      margin-bottom: 0 !important; }
    .u-wysiwyg *.no-marginTop {
      margin-top: 0 !important; }
    .u-wysiwyg h1 {
      margin-bottom: 30px; }
      .is-jirei .u-wysiwyg h1 {
        margin-bottom: 30px; }
    .u-wysiwyg h2 {
      font-size: 1.14rem; }
      .u-wysiwyg.is-jirei h2 {
        font-size: 1.14rem;
        margin-top: 0.7em; }
        .u-wysiwyg.is-jirei h2 span {
          font-size: 1.14rem;
          padding: 3px 7px; }
      .u-wysiwyg.is-products h2 {
        font-size: 1.4rem;
        margin-bottom: 0.9em; }
      .u-wysiwyg.is-faq h2 {
        font-size: 1.14rem;
        margin-top: 1.8em;
        margin-bottom: 1.2em; }
      .u-wysiwyg.is-press h2 {
        font-size: 1.14rem;
        margin: 1.2em 0 0.8em; }
      .u-wysiwyg.is-company h2 {
        font-size: 1.14rem;
        margin-top: 1.3em;
        margin-bottom: 0.7em; }
    .u-wysiwyg h3 {
      font-size: 1.2rem; }
      .u-wysiwyg.is-jirei h3 {
        font-size: 1.2em;
        margin-bottom: 0.7em; }
      .u-wysiwyg.is-products h3 {
        padding: 0.5em 0 0.5em 1.4em; }
        .u-wysiwyg.is-products h3::before {
          top: 1.15em;
          width: 12px;
          height: 2px; }
      .u-wysiwyg.is-faq h3 {
        font-size: 1.04rem;
        margin-top: 2em;
        margin-bottom: 0.8em; }
      .u-wysiwyg.is-press h3 {
        font-size: 1.04em;
        padding: 0.5em 0 0.5em 1.4em; }
        .u-wysiwyg.is-press h3::before {
          top: 1.15em;
          width: 12px;
          height: 2px; }
      .u-wysiwyg.is-company h3 {
        font-size: 1.04rem; }
    .u-wysiwyg h4 {
      font-size: 1.1rem;
      padding-left: 15px; }
      .u-wysiwyg h4::before {
        width: 12px;
        height: 2px;
        top: 0.8em; }
      .u-wysiwyg.is-faq h4 {
        margin-top: 2em;
        margin-bottom: 0.7em; }
      .u-wysiwyg.is-press h4 {
        font-size: 1.1rem;
        padding-left: 0; }
    .u-wysiwyg h5, .u-wysiwyg h6 {
      padding-left: 13px; }
      .u-wysiwyg h5::before, .u-wysiwyg h6::before {
        top: 0.7em; }
    .u-wysiwyg ol > li > ul {
      margin-left: 10px; }
    .u-wysiwyg ul {
      margin-top: 0.9em;
      margin-bottom: 0.5em;
      margin-left: 30px; }
      .u-wysiwyg ul > li > ul {
        margin-left: 10px; }
    .u-wysiwyg .list02 li {
      margin-bottom: 0.5em; }
      .u-wysiwyg .list02 li::before {
        width: 15px;
        height: 15px; }
    .u-wysiwyg blockquote {
      padding: 12px 15px;
      margin-bottom: 20px; }
    .u-wysiwyg .wp-block-table {
      overflow-x: auto;
      position: relative; }
      .u-wysiwyg .wp-block-table::before {
        content: '←スクロールします→';
        font-size: 0.9rem;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0; }
    .u-wysiwyg table {
      min-width: 600px; }
    .u-wysiwyg .alignright {
      margin-left: 20px;
      margin-bottom: 20px; }
    .u-wysiwyg .alignleft {
      margin-right: 20px;
      margin-bottom: 20px; }
    .u-wysiwyg .wp-block-embed-youtube iframe {
      height: calc(59vw - 70px); }
    .u-wysiwyg .wp-block-button__width-25, .u-wysiwyg .wp-block-button__width-50, .u-wysiwyg .wp-block-button__width-75 {
      width: 100% !important; }
    .u-wysiwyg .wp-block-table.is-style-border table tr th,
    .u-wysiwyg .wp-block-table.is-style-border table tr > td:first-child {
      margin-right: 10px; }
    .u-wysiwyg .popup::after {
      width: 27px;
      height: 27px; }
    .u-wysiwyg .note {
      padding: 20px 27px; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.2rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.35rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.4rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.45rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 1.5rem;
    line-height: 1.3; }
  /* ---------------------------
u-table
--------------------------- */
  .u-table01 th, .u-wysiwyg table th, .u-table01 td, .u-wysiwyg table td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0.8em;
    padding-right: 0.8em; }
  .u-table01 th, .u-wysiwyg table th {
    min-width: 8em; }
  .u-table01-wrap {
    overflow-x: auto;
    margin-bottom: 30px;
    position: relative;
    padding-top: 2em; }
    .u-table01-wrap::before {
      content: '←スクロールします→';
      font-size: 0.9rem;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      left: 0; }
    .u-table01-wrap .u-table01, .u-table01-wrap .u-wysiwyg table, .u-wysiwyg .u-table01-wrap table {
      width: 600px; }
  .u-table02 tr th, .u-wysiwyg .wp-block-table.table03 tr th, .u-wysiwyg .wp-block-table.is-style-table03 tr th, .u-wysiwyg table.table03 tr th,
  .u-table02 tr > td:first-child,
  .u-wysiwyg .wp-block-table.table03 tr > td:first-child,
  .u-wysiwyg .wp-block-table.is-style-table03 tr > td:first-child,
  .u-wysiwyg table.table03 tr > td:first-child {
    margin-right: 10px; }
  .u-btn01 {
    width: 100%;
    padding: 16px 28px;
    font-size: 0.9rem; }
    .u-btn01::before {
      width: 5px;
      height: 5px;
      border-top: solid 1px #191919;
      border-right: solid 1px #191919;
      right: 13px; }
  .u-btn02 {
    max-width: 315px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8rem;
    letter-spacing: 0.01em;
    padding: 5px 0 5px 26px;
    border-radius: 40px; }
  .u-btn03 {
    width: 100%;
    padding: 23px 28px;
    font-size: 1.07rem; }
    .u-btn03::before {
      width: 6px;
      height: 6px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      right: 20px; }
    .u-btn03.is-pdf {
      padding-right: 55px; }
      .u-btn03.is-pdf::before {
        width: 25px;
        height: 25px; }
  .u-btn04 {
    padding: 10px 20px 10px 13px;
    width: 100%; }
    .u-btn04 .ico {
      font-size: 16px;
      margin-right: 2px; }
    .u-btn04::after {
      right: 10px;
      width: 4px;
      height: 4px; }
  .u-h01 {
    padding-bottom: 12px; }
    .u-h01::before {
      width: 20px;
      height: 2px; }
    .u-h01 .en {
      font-size: 2.5rem;
      line-height: 1.5;
      letter-spacing: 0.03em; }
    .u-h01 .ja {
      font-size: 1rem; }
  .u-h02 {
    padding-bottom: 10px;
    font-size: 1.5rem; }
    .u-h02::before {
      width: 15px;
      height: 2px; }
  .u-tabs01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px; }
    .u-tabs01__item {
      margin-right: 10px;
      margin-bottom: 10px; }
    .u-tabs01__btn {
      padding: 10px 10px;
      border-radius: 4px;
      font-size: 0.9rem;
      width: 85px; }
  .u-mv01 {
    padding-top: 60px; }
    .u-mv01__img {
      padding-bottom: calc(120 / 375 * 100%);
      background-image: url(../img/base/img-bg02.jpg); }
    .u-mv01__h {
      -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      transform: translateY(-40px); }
      .u-mv01__h .txt {
        width: 100%;
        border-radius: 40px;
        padding: 18px 10px;
        font-size: 1.64rem;
        line-height: 1.5; } }
