@charset "UTF-8";
/*!
 * global.css
 *
 */
/** ! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
-------------------------------------------------------------------- **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto+Condensed:wght@400;700&display=swap");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/** foundation > font
-------------------------------------------------------------------- **/
html {
  font-size: 93.75%;
}

body {
  font-size: 15px;
  font-size: 1rem;
}

/** foundation > base
-------------------------------------------------------------------- **/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.9;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  -ms-word-break: break-strict;
  line-break: strict;
  word-break: break-strict;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  /* line-height: inherit; */
}

a {
  -webkit-transition: 0.1s linear;
  color: #222;
  text-decoration: underline;
  transition: 0.1s linear;
}

a:hover, a:focus {
  color: #22ac38;
  text-decoration: none;
}

a:focus {
  -webkit-box-shadow: 0 0 5px 0 #22ac38;
  outline: 0;
  box-shadow: 0 0 5px 0 #22ac38;
}

/** grid
-------------------------------------------------------------------- **/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row {
  margin-right: -20px;
  margin-left: -20px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

/** bootstrap-custom
-------------------------------------------------------------------- **/
[class^="col-"] + [class^="col-"] {
  margin-top: 1.14em;
}

/** layout > container & helper
-------------------------------------------------------------------- **/
.l-container,
.l-container--full {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.l-container:before,
.l-container--full:before, .l-container:after,
.l-container--full:after {
  display: table;
  content: " ";
}

.l-container:after,
.l-container--full:after {
  clear: both;
}

.row--nogutter > [class^=col-] {
  padding-right: 0;
  padding-left: 0;
}

/** layout > header
-------------------------------------------------------------------- **/
.l-header {
  -webkit-transition: .3s;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  transition: .3s;
}

.l-header.is-scroll {
  background: #fff !important;
}

.l-header .l-container {
  padding-right: 0;
  padding-left: 0;
}

.l-headerWrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}

.l-headerLogo {
  width: 150px;
  padding-left: 20px;
}

.l-headerLogo span {
  display: none;
}

.l-headerLogo a {
  display: block;
  color: #222;
}

.l-headerBar {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: center;
          align-items: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background: #22ac38;
  color: #fff;
  font-size: 11px;
  font-size: 0.73333rem;
  line-height: 1;
  text-align: center;
}

.l-headerBar i {
  display: inherit;
  font-size: 30px;
  font-size: 2rem;
}

.l-headerBar.is-open i {
  display: none;
}

.l-headerBar.is-open:before {
  display: block;
  width: 100%;
  font-family: "iconfont";
  font-size: 30px;
  font-size: 2rem;
  content: "\e907";
}

.l-headerNav {
  -webkit-transform: translateX(101%);
  -webkit-transition: .3s;
  z-index: 999;
  position: fixed;
  top: 60px;
  right: 0;
  width: 100%;
  height: calc(100% - 60px);
  padding: 20px 20px;
  overflow-y: scroll;
          transform: translateX(101%);
  background: #fff;
  transition: .3s;
}

.l-headerNav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-headerNav__accordion {
  display: none;
}

.l-headerNav > ul {
  margin: 0;
  padding-left: 0;
  border-top: 1px solid #e0e0e0;
  list-style: none;
}

.l-headerNav > ul > li {
  border-bottom: 1px solid #e0e0e0;
}

.l-headerNav > ul > li a {
  display: block;
  position: relative;
  padding: .7em 20px;
}

.l-headerNav > ul > li a:hover {
  background: #e5fce9;
}

.l-headerNav > ul > li > a {
  font-weight: bold;
  text-decoration: none;
}

.l-headerNav > ul > li > a:after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
          transform: translateY(-50%);
  color: #22ac38;
  font-family: "iconfont";
  content: "\e903";
}

.l-headerNav > ul > li dl {
  margin: 0 0 0 20px;
}

.l-headerNav > ul > li dl dt {
  margin: 0;
  border-top: 1px solid #e0e0e0;
  font-weight: normal;
}

.l-headerNav > ul > li dl dd {
  margin: 0;
}

.l-headerNav > ul > li dl dd > ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.l-headerNav > ul > li dl dd > ul > li {
  border-top: 1px solid #e0e0e0;
}

.l-headerNav > ul > li dl a {
  position: relative;
  text-decoration: none;
}

.l-headerNav > ul > li dl a:after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
          transform: translateY(-50%);
  color: #22ac38;
  font-family: "iconfont";
  content: "\e903";
}

.l-headerNav > ul > li dl a [class^="u-disp"] {
  display: inline !important;
}

.l-headerNav__btn {
  display: block;
  position: relative;
  padding: .7em 20px;
  font-weight: bold;
}

.l-headerNav__btn:after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
          transform: translateY(-50%);
  color: #22ac38;
  font-family: "iconfont";
  content: "\e909";
}

.l-headerNav__btn.is-open:after {
  content: "\e90a";
}

.l-headerNav__cta {
  margin-top: 30px;
}

.l-headerNav__cta ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.l-headerNav__cta ul li {
  margin-bottom: 3px;
}

.l-headerNav__cta ul li a {
  display: block;
  padding: .7em 20px;
  background: #ea5e00;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.l-headerNav__cta ul li a i {
  margin-right: .5em;
  font-size: 20px;
  font-size: 1.33333rem;
  vertical-align: middle;
}

.l-headerNav__cta ul li a:hover {
  background: #b74a00;
}

.l-headerNav__search {
  margin-top: 30px;
}

.l-headerNav__searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-headerNav__searchBox input[type="text"] {
  width: calc(100% - 5em);
}

.l-headerNav__searchBox input[type="submit"] {
  width: 5em;
  border: 0;
  background: #333;
  color: #fff;
  font-weight: bold;
}

.l-headerNav__sub {
  margin-top: 30px;
}

.l-headerNav__sub ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.l-headerNav__sub ul li a {
  position: relative;
  text-decoration: none;
}

.l-headerNav__sub ul li a:before {
  display: inline-block;
  margin-right: .5em;
  color: #22ac38;
  font-family: "iconfont";
  vertical-align: middle;
  content: "\e903";
}

/** layout > footer
-------------------------------------------------------------------- **/
.l-footer {
  position: relative;
  margin-top: 80px;
  padding: 40px 0 90px;
  border-top: 1px solid #e0e0e0;
}

.l-footerNav {
  display: none;
}

.l-footerLogo {
  display: none;
}

.l-footerProvider {
  text-align: center;
}

.l-footerProvider__provider {
  font-size: 12px;
  font-size: 0.8rem;
}

.l-footerProvider__copyright {
  color: #666;
  font-size: 10px;
  font-size: 0.66667rem;
}

.l-footerCta {
  -webkit-transition: .3s ease-out .1s;
  position: fixed;
  bottom: -20px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: .3s ease-out .1s;
}

.l-footerCta.is-active {
  bottom: 0;
  opacity: 1;
}

.l-footerCta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.l-footerCta ul li {
  width: 50%;
}

.l-footerCta ul li:last-child {
  border-left: 2px solid #fff;
}

.l-footerCta ul li:last-child a {
  background: #22ac38;
}

.l-footerCta ul li:last-child a:hover {
  background: #1a812a;
}

.l-footerCta ul li a {
  display: block;
  width: 100%;
  padding: 1em;
  background: #ea5e00;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.l-footerCta ul li a:hover {
  background: #b74a00;
}

/** layout > sidebar
-------------------------------------------------------------------- **/
.l-side {
  margin-top: 60px;
}

.l-sideNav > dl {
  margin: 0;
}

.l-sideNav > dl > dt {
  position: relative;
  margin: 0;
  padding: 1rem 1rem;
  background: #22ac38;
  color: #fff;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-sideNav > dl > dd {
  margin: 0;
  border: 3px solid #e0e0e0;
}

.l-sideNav > dl > dd > ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.l-sideNav > dl > dd > ul li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.l-sideNav > dl > dd > ul li a {
  display: block;
  position: relative;
  padding: 1rem 1rem;
  line-height: 1.4;
  text-decoration: none;
}

.l-sideNav > dl > dd > ul li a.is-active {
  background: #e5fce9;
}

.l-sideNav > dl > dd > ul li a:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
          transform: translateY(-50%);
  color: #22ac38;
  font-family: "iconfont";
  font-weight: normal;
  content: "\e903";
}

.l-sideNav > dl > dd > ul li a:hover {
  background: #22ac38;
  color: #fff;
}

.l-sideNav > dl > dd > ul li a:hover:after {
  color: #fff;
}

/** layout > main
-------------------------------------------------------------------- **/
.l-content {
  margin-top: 60px;
}

/** layout > cta
-------------------------------------------------------------------- **/
.l-cta {
  margin: 50px 0;
  padding: 40px 0;
  background: #22ac38;
  color: #fff;
  text-align: center;
}

.l-cta__ttl {
  margin-bottom: .3em;
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: bold;
  line-height: 1.6;
}

.l-cta__tel {
  margin-bottom: 0;
  font-size: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-cta__btn {
  margin-top: 20px;
}

.l-cta__btn a {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  padding: 1em 1.5em;
  background: #fff;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
}

.l-cta__btn a i {
  font-size: 20px;
  font-size: 1.33333rem;
  vertical-align: middle;
}

.l-cta__btn a:hover {
  background-color: #1a812a;
  color: #fff;
}

/** object > component > cell
-------------------------------------------------------------------- **/
.c-cells, .c-cells--justify, .c-cells--fill, .c-cells--position, .c-cells--grid {
  display: table;
  width: 100%;
  font-size: 0 !important;
}

.c-cells--justify {
  display: block;
  text-align: justify;
  text-justify: distribute-all-lines;
}

.c-cells--justify:after {
  display: inline-block;
  width: 100%;
  content: '';
}

.c-cells--fill.is-equal {
  table-layout: fixed;
}

.c-cells--fill > .c-cell {
  display: table-cell;
}

.c-cells--position {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.c-cells--position.is-fixed {
  position: fixed;
}

.c-cells--position:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.c-cells--position > .c-cell {
  text-align: left;
  vertical-align: middle;
}

.c-cells--top > .c-cell {
  vertical-align: top !important;
}

.c-cells--middle > .c-cell {
  vertical-align: middle !important;
}

.c-cells--bottom > .c-cell {
  vertical-align: bottom !important;
}

.c-cell, .c-cell--6, .c-cell--5, .c-cell--4, .c-cell--3, .c-cell--2, .c-cell--full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: medium;
  font-size: 1rem;
  vertical-align: top;
}

.c-cell--6 {
  width: 16.667%;
}

.c-cell--5 {
  width: 20%;
}

.c-cell--4 {
  width: 25%;
}

.c-cell--3 {
  width: 33.333%;
}

.c-cell--2 {
  width: 50%;
}

.c-cell--full {
  width: 100%;
}

.c-cells--grid > .c-cell.is-1of12 {
  width: 8.33333%;
}

.c-cells--grid > .c-cell.is-2of12 {
  width: 16.66667%;
}

.c-cells--grid > .c-cell.is-3of12 {
  width: 25%;
}

.c-cells--grid > .c-cell.is-4of12 {
  width: 33.33333%;
}

.c-cells--grid > .c-cell.is-5of12 {
  width: 41.66667%;
}

.c-cells--grid > .c-cell.is-6of12 {
  width: 50%;
}

.c-cells--grid > .c-cell.is-7of12 {
  width: 58.33333%;
}

.c-cells--grid > .c-cell.is-8of12 {
  width: 66.66667%;
}

.c-cells--grid > .c-cell.is-9of12 {
  width: 75%;
}

.c-cells--grid > .c-cell.is-10of12 {
  width: 83.33333%;
}

.c-cells--grid > .c-cell.is-11of12 {
  width: 91.66667%;
}

.c-cells--grid > .c-cell.is-12of12 {
  width: 100%;
}

.c-cells--grid.has-gutter {
  display: block;
  width: auto;
  margin-right: -0.8em;
  margin-left: -0.8em;
}

.c-cells--grid.has-gutter > .c-cell {
  padding-right: 0.8em;
  padding-left: 0.8em;
}

/** object > component > heading
-------------------------------------------------------------------- **/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.c-h1 {
  margin-top: 0;
  margin-bottom: 2em;
  padding: 1em 1em;
  border-top: 4px solid #22ac38;
  border-bottom: 1px solid #e0e0e0;
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-h2--strong {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 1.5;
  text-align: center;
}

.c-h2--strong:before {
  display: block;
  width: 40px;
  height: 3px;
  margin: auto auto .5em auto;
  background: #22ac38;
  content: '';
}

.c-h2, .sem-articleList > ul > li h4 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: .5em;
  border-bottom: 3px solid #e0e0e0;
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 1.5;
}

.c-h2:before, .sem-articleList > ul > li h4:before {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #22ac38;
  content: '';
}

.l-main > .l-container > .c-h2:first-child, .sem-articleList > ul > li .l-main > .l-container > h4:first-child,
.l-main > .l-container > .c-h2--strong:first-child {
  margin-top: 0;
}

.c-h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: .5em 1em;
  border-bottom: 1px solid #e0e0e0;
  background: #f0f0ec;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-h4:before {
  display: inline-block;
  width: 6px;
  height: 1.2em;
  margin-right: .8em;
  background: #22ac38;
  vertical-align: text-bottom;
  content: '';
}

.c-h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 1.5;
}

.c-h5:before {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: .6em;
  background: #22ac38;
  vertical-align: middle;
  content: '';
}

.c-dateTitle {
  position: relative;
  margin-bottom: 40px;
  padding: 24px 20px 20px 20px;
  border-top: 4px solid #22ac38;
  border-bottom: 1px solid #e0e0e0;
}

.c-dateTitle h1 {
  margin-top: 0.2em;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.5;
}

.c-dateTitle__date {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.6;
}

.c-dateTitle__date [class^="c-tag"] {
  position: absolute;
  top: -1.2em;
  left: 18px;
}

/** object > component > typography
-------------------------------------------------------------------- **/
p {
  margin-top: 0;
}

p,
hr,
address {
  margin-bottom: 1.14em;
}

address,
em {
  font-style: normal;
}

em {
  font-weight: bold;
}

hr {
  height: 0;
  margin: 0;
  border: none;
}

.c-hr {
  margin: 30px 0;
  border-top: 1px solid #e0e0e0;
}

.c-em--line:before, .c-articleList--img .c-articleList__txt:before {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: .6em;
  background: #22ac38;
  vertical-align: middle;
  content: '';
}

.c-cl--red {
  color: #22ac38;
}

.c-cl--green {
  color: #28a008;
}

.c-cl--gray {
  color: #888;
}

/** object > component > list
-------------------------------------------------------------------- **/
ul, ol {
  margin-bottom: 1.14em;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.14em;
}

dt {
  margin-top: 1em;
  font-weight: bold;
}

dd {
  margin-left: 1.14em;
}

.c-list--tab > li > a:hover, .c-list--tab > li > a.is-current {
  background: #22ac38;
  color: #fff;
}

.c-list--unstyled {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.c-list--inline, .c-list--tab {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.c-list--inline > li, .c-list--tab > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.c-list--inline > li:first-child, .c-list--tab > li:first-child {
  padding-left: 0;
}

.c-list--inline > li > a, .c-list--tab > li > a {
  display: block;
  padding: 0.5em 1.5em;
}

.c-list--inline > li > a:hover, .c-list--tab > li > a:hover {
  text-decoration: none;
}

.c-list--tab {
  border-bottom: 1px solid #22ac38;
}

.c-list--tab:before, .c-list--tab:after {
  display: table;
  content: " ";
}

.c-list--tab:after {
  clear: both;
}

.c-list--tab > li {
  margin-bottom: -1px;
}

.c-list--tab > li > a {
  border: 1px solid #22ac38;
  border-radius: 5px 5px 0 0;
}

.c-list--tab > li > a:hover, .c-list--tab > li > a.is-current {
  text-decoration: none;
}

.c-list--notes {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.c-list--notes > li {
  padding-left: 2em;
  text-indent: -2em;
}

.c-list--notes > li:before {
  display: inline-block;
  width: 2em;
  text-align: center;
  text-indent: 0;
  content: "※";
}

.c-list--inner {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.c-list--inner > li {
  margin-bottom: .3em;
  border-right: 2px solid #e0e0e0;
}

.c-list--inner > li:first-child {
  border-left: 2px solid #e0e0e0;
}

.c-list--inner > li > a {
  display: inline-block;
  padding: .3em .6em .3em .65em;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-decoration: none;
}

.c-list--inner > li > a:after {
  margin-left: .2em;
  color: #22ac38;
  font-family: 'iconfont';
  font-weight: normal;
  vertical-align: middle;
  content: "\e901";
}

.c-list--ol {
  margin: 0;
  margin-bottom: 1.72em;
  padding-left: 0;
  list-style: none;
}

.c-list--ol li {
  position: relative;
  margin-bottom: .2em;
  padding-left: 1.2em;
  counter-increment: num;
}

.c-list--ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #22ac38;
  font-weight: bold;
  text-align: center;
  content: counter(num) ".";
}

.c-list--ul {
  margin: 0;
  margin-bottom: 1.72em;
  padding-left: 0;
  list-style: none;
}

.c-list--ul li {
  position: relative;
  margin-bottom: .2em;
  padding-left: 1em;
}

.c-list--ul li:before {
  display: inline-block;
  position: absolute;
  top: .7em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #22ac38;
  border-radius: 7px;
  content: '';
}

.c-list--tag {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.c-list--tag li {
  margin-bottom: .3em;
}

.c-list--tag li:not(:last-child) {
  margin-right: .2em;
}

.c-list--tag li.orange {
  background: #ea5e00;
}

.c-articleList, .c-articleList--img {
  margin-bottom: 2rem;
}

.c-articleList > ul, .c-articleList--img > ul {
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

.c-articleList > ul > li, .c-articleList--img > ul > li {
  position: relative;
  border-top: 1px solid #e0e0e0;
}

.c-articleList > ul > li > a, .c-articleList--img > ul > li > a {
  display: block;
  padding: 20px;
  text-decoration: none;
}

.c-articleList > ul > li > a:after, .c-articleList--img > ul > li > a:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5px;
          transform: translateY(-50%);
  color: #22ac38;
  font-family: 'iconfont';
  font-weight: normal;
  vertical-align: middle;
  content: "\e903";
}

.c-articleList > ul > li > a:hover, .c-articleList--img > ul > li > a:hover {
  background: #22ac38;
  color: #fff;
}

.c-articleList > ul > li > a:hover:after, .c-articleList--img > ul > li > a:hover:after {
  color: #fff;
}

.c-articleList > ul > li > a:hover .c-tag, .c-articleList--img > ul > li > a:hover .c-tag, .c-articleList > ul > li > a:hover .c-list--tag li, .c-list--tag .c-articleList > ul > li > a:hover li, .c-articleList--img > ul > li > a:hover .c-list--tag li, .c-list--tag .c-articleList--img > ul > li > a:hover li {
  background: #fff;
  color: #22ac38;
}

.c-articleList > ul > li > a:hover .c-articleList__date:before, .c-articleList--img > ul > li > a:hover .c-articleList__date:before {
  background: #fff;
}

.c-articleList__date {
  position: relative;
  padding-left: 28px;
}

.c-articleList__date:before {
  display: inline-block;
  position: absolute;
  top: .9em;
  left: 0;
  width: 20px;
  height: 3px;
  background: #22ac38;
  content: '';
}

.c-articleList__date .c-tag, .c-articleList__date .c-list--tag li, .c-list--tag .c-articleList__date li {
  margin-left: .3em;
}

.c-articleList__ttl {
  margin-top: .3em;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  line-height: 1.8;
}

.c-articleList--img > ul > li > a:after {
  content: none;
}

.c-articleList--img > ul > li > a:hover {
  background: none;
  color: #222;
}

.c-articleList--img > ul > li > a:hover .c-articleList__ttl {
  text-decoration: underline;
}

.c-articleList--img > ul > li > a:hover:after {
  color: #22ac38;
}

.c-articleList--img .c-articleList__txt {
  margin-bottom: .5em;
}

.c-articleBox ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.c-articleBox ul li {
  margin-bottom: 20px;
  border-top: 3px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.c-articleBox ul li a {
  display: block;
  text-decoration: none;
}

.c-articleBox ul li a i {
  color: #22ac38;
}

.c-articleBox ul li:hover {
  background: #e5fce9;
}

.c-articleBox ul li:hover .c-articleBox__date,
.c-articleBox ul li:hover .c-articleBox__ttl {
  background: #22ac38;
  color: #fff;
}

.c-articleBox ul li:hover .c-articleBox__date i,
.c-articleBox ul li:hover .c-articleBox__ttl i {
  color: #fff;
}

.c-articleBox ul li:hover .c-articleBox__txt {
  color: #222;
}

.c-articleBox__date {
  -webkit-transition: 0.1s linear;
  padding: 1rem 1.5rem 0 1.5rem;
  background: #f0f0ec;
  transition: 0.1s linear;
}

.c-articleBox__ttl {
  -webkit-transition: 0.1s linear;
  padding: .1rem 1.5rem 1.2rem 1.5rem;
  background: #f0f0ec;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.1s linear;
}

.c-articleBox__txt {
  -webkit-transition: 0.1s linear;
  padding: 1rem 1.5rem;
  transition: 0.1s linear;
}

/** object > component > table
-------------------------------------------------------------------- **/
table {
  width: 100%;
  max-width: 100%;
  margin: 1em 0 1.14em;
}

table caption {
  text-align: left;
}

th, td {
  padding: .5rem 1rem;
  vertical-align: top;
}

.c-tb--block th,
.c-tb--block td {
  display: block;
  width: 100%;
  float: left;
}

.c-tb.c-tb--block caption {
  display: inline-block;
  min-width: 12em;
  padding: .3rem 1rem;
  background: #22ac38;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-tb.c-tb--block tbody tr:first-child th {
  border-top: 1px solid #ddd;
}

.c-tb.c-tb--block tbody tr th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #f0f0ec;
  font-weight: normal;
  text-align: left;
}

.c-tb.c-tb--block tbody tr td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.c-tb--form th,
.c-tb--form td {
  display: block;
  width: 100%;
  float: left;
}

.c-tb.c-tb--form tbody tr:first-child th {
  border-top: 1px solid #ddd;
}

.c-tb.c-tb--form tbody tr th {
  padding: 1rem 1rem 0 1rem;
  text-align: left;
}

.c-tb.c-tb--form tbody tr td {
  padding: .5rem 1rem 1.2rem 1rem;
  border-bottom: 1px solid #ddd;
}

.c-tb--separate thead {
  display: none;
}

.c-tb--separate tr {
  display: block;
  margin-bottom: 1.14em;
}

.c-tb--separate tr:before, .c-tb--separate tr:after {
  display: table;
  content: " ";
}

.c-tb--separate tr:after {
  clear: both;
}

.c-tb--separate tr:last-child {
  margin-bottom: 0;
}

.c-tb--separate th,
.c-tb--separate td {
  display: block;
  width: 100%;
  float: left;
  text-align: right;
}

.c-tb--separate th:before,
.c-tb--separate td:before {
  float: left;
  font-weight: bold;
  content: attr(data-label);
}

.c-tb.c-tb--separate tr {
  border: 1px solid #e0e0e0;
}

.c-tb.c-tb--separate td {
  border-bottom: 1px solid #e0e0e0;
}

.c-tb.c-tb--separate td:last-child {
  border-bottom: 0;
}

.c-tb--scrollData {
  display: block;
  position: relative;
}

.c-tb--scrollData thead {
  display: block;
  float: left;
}

.c-tb--scrollData thead th, .c-tb--scrollData thead td {
  display: block;
  font-weight: normal;
}

.c-tb--scrollData tbody {
  display: block;
  position: relative;
  width: auto;
  padding-left: .2em;
  overflow-x: auto;
  white-space: nowrap;
}

.c-tb--scrollData tbody tr {
  display: inline-block;
  margin-left: -.2em;
}

.c-tb--scrollData tbody th, .c-tb--scrollData tbody td {
  display: block;
}

.c-tb.c-tb--scrollData th {
  background: #f0f0ec;
}

.c-tb.c-tb--scrollData th, .c-tb.c-tb--scrollData td {
  border: 1px solid #e0e0e0;
}

.c-tb.c-tb--scrollData th:not(:last-child), .c-tb.c-tb--scrollData td:not(:last-child) {
  border-bottom: 0;
}

.c-tb.c-tb--scrollData td {
  border-left: 0;
}

.c-tb--scrollData2 {
  display: block;
  position: relative;
}

.c-tb--scrollData2 thead {
  display: block;
  float: left;
}

.c-tb--scrollData2 thead th, .c-tb--scrollData2 thead td {
  display: block;
  font-weight: normal;
}

.c-tb--scrollData2 tbody {
  display: block;
  position: relative;
  width: auto;
  padding-left: .2em;
  overflow-x: auto;
  white-space: nowrap;
}

.c-tb--scrollData2 tbody tr {
  display: inline-block;
  margin-left: -.2em;
}

.c-tb--scrollData2 tbody th, .c-tb--scrollData2 tbody td {
  display: block;
}

.c-tb.c-tb--scrollData2 thead th {
  background: #333;
  color: #fff;
}

.c-tb.c-tb--scrollData2 tbody tr:first-child th, .c-tb.c-tb--scrollData2 tbody tr:first-child td {
  border-left: 1px solid #e0e0e0;
}

.c-tb.c-tb--scrollData2 tbody th {
  border-left: 0;
  background: #f0f0ec;
  font-weight: normal;
}

.c-tb.c-tb--scrollData2 th, .c-tb.c-tb--scrollData2 td {
  border: 1px solid #e0e0e0;
}

.c-tb.c-tb--scrollData2 th:not(:last-child), .c-tb.c-tb--scrollData2 td:not(:last-child) {
  border-bottom: 0;
}

.c-tb.c-tb--scrollData2 td {
  border-left: 0;
}

.c-tb--scrollAll {
  display: block;
  overflow-x: auto;
}

.c-tb--scrollAll th, .c-tb--scrollAll td {
  white-space: nowrap;
}

.c-tb.c-tb--scrollAll th {
  background: #f0f0ec;
}

.c-tb.c-tb--scrollAll th, .c-tb.c-tb--scrollAll td {
  border: 1px solid #e0e0e0;
}

.c-tb--tandem thead {
  display: none;
}

.c-tb--tandem tr {
  display: block;
  margin-bottom: 2em;
}

.c-tb--tandem tr:before, .c-tb--tandem tr:after {
  display: table;
  content: " ";
}

.c-tb--tandem tr:after {
  clear: both;
}

.c-tb--tandem tr th, .c-tb--tandem tr td {
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  float: left;
  text-align: left;
  text-indent: inherit;
}

.c-tb--tandem tr th:before,
.c-tb--tandem tr td:before {
  display: block;
  margin: -1em -1.5em 1em -1.5em;
  padding: 1em 1.5em;
  float: none;
  font-weight: bold;
  text-align: left;
  content: attr(data-label);
}

.c-tb--tandem tr:last-child {
  margin-bottom: 0;
}

.c-tb.c-tb--tandem tr {
  border: 1px solid #ddd;
  border-top: 0;
}

.c-tb.c-tb--tandem th, .c-tb.c-tb--tandem td {
  background-color: #fff;
}

.c-tb.c-tb--tandem th:before,
.c-tb.c-tb--tandem td:before {
  border-bottom: 1px solid #ddd;
  background: #eee;
}

.c-tb.c-tb--tandem td:before {
  border-top: 1px solid #ddd;
}

.c-tb--stripe tbody tr:nth-child(even) td {
  background: #f0f0ec;
}

.c-tb--hover tbody tr:hover td {
  background-color: white;
}

/** object > component > form
-------------------------------------------------------------------- **/
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea {
  width: 100%;
  padding: .5em 1em;
  border: none;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  background: #f0f0ec;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px 0 #22ac38;
  outline: 0;
  box-shadow: 0 0 5px 0 #22ac38;
}

select {
  padding: .6em 1em;
  border: none;
  background: #eee;
}

textarea,
input[type="file"] {
  width: 100%;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding-right: 1em;
  padding-left: .3em;
}

input::-webkit-input-placeholder {
  color: #888;
}

input::-moz-placeholder {
  color: #888;
}

input::-ms-input-placeholder {
  color: #888;
}

input::placeholder {
  color: #888;
}

/* input:-ms-input-placeholder {
  position: relative;
  top: -.2em;
}
input::-ms-input-placeholder {
  margin-top: -.5em;
} */
.c-inp--xs {
  width: 13%;
}

.c-inp--s {
  width: 25%;
}

.c-inp--m {
  width: 45%;
}

.c-inp--l {
  width: 70%;
}

.c-inp--xl {
  width: 100%;
}

.c-require {
  margin-top: .4em;
  padding: .3em 1em;
  float: right;
  border-radius: 1em;
  background: #ea5e00;
  color: #fff;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
}

/** object > component > button
-------------------------------------------------------------------- **/
.c-btn--def, .c-btn--weak, .c-btn--weakBack, .c-btn--back, .c-btn--strong {
  -webkit-transition: background .1s linear;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 1.2em 1.4em;
  border: 1px solid transparent;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  cursor: pointer;
  transition: background .1s linear;
}

.c-btn--def {
  background-color: #22ac38;
  color: #fff;
}

.c-btn--def:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
          transform: translateY(-50%);
  font-family: "iconfont";
  font-weight: normal;
  content: "\e903";
}

.c-btn--def:hover, .c-btn--def:focus {
  background-color: #1a812a;
  color: #fff;
}

.c-btn--small {
  width: auto;
  padding: .6em 2.2em .6em 1.1em;
}

.c-btn--small:after {
  margin-left: .2em;
}

.c-btn--weak, .c-btn--weakBack {
  border: 2px solid #22ac38;
  background-color: #fff;
  color: #22ac38;
}

.c-btn--weak:after, .c-btn--weakBack:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
          transform: translateY(-50%);
  font-family: "iconfont";
  font-weight: normal;
  content: "\e903";
}

.c-btn--weak:hover, .c-btn--weakBack:hover {
  background-color: #22ac38;
  color: #fff;
}

.c-btn--weakBack:after {
  right: auto;
  left: 10px;
  content: "\e902";
}

.c-btn--back {
  background-color: #333;
  color: #fff;
}

.c-btn--back:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
          transform: translateY(-50%);
  font-family: "iconfont";
  font-weight: normal;
  content: "\e902";
}

.c-btn--back:hover {
  background-color: #000;
  color: #fff;
}

.c-btn--strong {
  background-color: #ea5e00;
  color: #fff;
}

.c-btn--strong:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
          transform: translateY(-50%);
  font-family: "iconfont";
  font-weight: normal;
  content: "\e903";
}

.c-btn--strong:hover {
  background-color: #b74a00;
  color: #fff;
}

.c-btn--external:after {
  content: "\e90b";
}

.c-btn--auto {
  width: auto;
  min-width: 300px;
}

.c-btnBox > div {
  margin-bottom: 10px;
}

.c-imgBtn__btn {
  z-index: 10;
  position: relative;
  margin: -20px 0 0 20px;
  border-left: 3px solid #22ac38;
}

.c-imgBtn__btn a {
  display: block;
  padding: .5em 1em;
  background: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

.c-imgBtn__btn a:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
          transform: translateY(-50%);
  color: #22ac38;
  font-family: "iconfont";
  font-weight: normal;
  content: "\e903";
}

.c-imgBtn__btn a:hover {
  background: #22ac38;
  color: #fff;
}

.c-imgBtn__btn a:hover:after {
  color: #fff;
}

.c-imgBtn__read {
  margin-top: 1em;
  margin-left: 20px;
}

/** object > component > img
-------------------------------------------------------------------- **/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a img,
th img,
td img {
  vertical-align: top;
}

figure {
  margin: 0;
}

.c-im--left, .c-figure--left {
  margin-right: 1.14em;
  margin-bottom: 0.57em;
  float: left;
}

.c-im--right, .c-figure--right {
  margin-bottom: 0.57em;
  margin-left: 1.14em;
  float: right;
}

.c-figure, .c-figure--left, .c-figure--right {
  display: table;
}

.c-figure > img, .c-figure--left > img, .c-figure--right > img {
  width: 100%;
  height: auto;
}

.c-figure__caption {
  display: table-caption;
  margin-top: .7em;
  font-size: 12px;
  font-size: 0.8rem;
  caption-side: bottom;
}

.c-figure--left .c-figure__caption {
  margin-bottom: 0;
}

.c-figure--right .c-figure__caption {
  margin-bottom: 0;
}

/** object > component > breadcrumb
-------------------------------------------------------------------- **/
.c-breadcrumb ul {
  margin: 0;
  margin: 10px 0;
  padding-left: 0;
  font-size: 12px;
  font-size: 0.8rem;
  list-style: none;
}

.c-breadcrumb ul li {
  display: inline-block;
  line-height: 1.4;
}

.c-breadcrumb ul li:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -1px 6px 0 6px;
          transform: rotate(45deg);
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  vertical-align: middle;
  content: ' ';
}

.c-breadcrumb ul li:last-child:after {
  content: none;
}

.c-breadcrumb ul li a {
  text-decoration: underline;
}

/** object > component > link
-------------------------------------------------------------------- **/
.c-link--gotop {
  display: inline;
  position: fixed;
  right: 15px;
  bottom: 15px;
  height: 50px;
  margin-bottom: 0;
  text-align: center;
}

.c-link--gotop > a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #333;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
}

.c-link--gotop > a:hover {
  background: #000;
}

.c-link--arrow {
  text-decoration: none;
}

.c-link--arrow:after {
  margin-left: .2em;
  color: #22ac38;
  font-family: 'iconfont';
  content: "\e903";
}

.c-link--back {
  text-decoration: none;
}

.c-link--back:before {
  margin-right: .2em;
  color: #22ac38;
  font-family: 'iconfont';
  content: "\e902";
}

/** object-component-decobox
-------------------------------------------------------------------- **/
.c-decobox--a, .c-decobox--b, .c-decobox--c {
  margin-bottom: 1.14em;
  padding: 1.5rem 1.5rem;
}

.c-decobox--a *:first-child, .c-decobox--b *:first-child, .c-decobox--c *:first-child {
  margin-top: 0;
}

.c-decobox--a *:last-child, .c-decobox--b *:last-child, .c-decobox--c *:last-child {
  margin-bottom: 0;
}

.c-decobox--a dt, .c-decobox--b dt, .c-decobox--c dt {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1.06667rem;
}

.c-decobox--a dd, .c-decobox--b dd, .c-decobox--c dd {
  margin-left: 0;
}

.c-decobox--a {
  border: 1px solid #e0e0e0;
  background: #f0f0ec;
}

.c-decobox--b {
  background: #e5fce9;
}

.c-decobox--c {
  border: 4px solid #e0e0e0;
}

.c-flowBox [class^="col-"]:not(:last-child) {
  position: relative;
  margin-bottom: 30px;
}

.c-flowBox [class^="col-"]:not(:last-child):after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  content: '';
}

@font-face {
  src: url("/assets/fonts/iconfont.eot");
  src: url("/assets/fonts/iconfont.eot#iefix") format("embedded-opentype"), url("/assets/fonts/iconfont.ttf") format("truetype"), url("/assets/fonts/iconfont.woff") format("woff"), url("/assets/fonts/iconfont.svg#iconfont") format("svg");
  font-display: block;
  font-family: 'iconfont';
  font-style: normal;
  font-weight: normal;
}

[class^="ico-"], [class*=" ico-"] {
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.ico-mail:before {
  content: "\e900";
}

.ico-arrow-down:before {
  content: "\e901";
}

.ico-arrow-left:before {
  content: "\e902";
}

.ico-arrow-right:before {
  content: "\e903";
}

.ico-arrow-up:before {
  content: "\e904";
}

.ico-bar:before {
  content: "\e905";
}

.ico-check:before {
  content: "\e906";
}

.ico-close:before {
  content: "\e907";
}

.ico-seminar:before {
  content: "\e908";
}

.ico-add:before {
  content: "\e909";
}

.ico-remove:before {
  content: "\e90a";
}

.ico-external:before {
  content: "\e90b";
}

.ico-tel:before {
  content: "\e90c";
}

.ico-circle:before {
  content: "\e90d";
}

/** object > component > pagingnav
-------------------------------------------------------------------- **/
.c-pagingWrapper {
  /* background-color: $gray-lightest; */
  /* padding: 0.5em; */
  margin-top: 40px;
  text-align: center;
}

.c-pagination {
  display: block;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.c-pagination > li {
  display: inline-block;
}

.c-pagination a {
  display: block;
  margin: 4px;
  padding: .6em .8em;
  border: 1px solid #22ac38;
  border-radius: 100px;
  color: #22ac38;
  line-height: 1;
}

.c-pagination a:hover, .c-pagination a:focus {
  text-decoration: none;
}

.c-pagination a.next, .c-pagination a.prev {
  border: none;
}

.c-pagination .is-current {
  display: block;
  margin: 4px;
  padding: .6em .8em;
  border: 1px solid #22ac38;
  border-radius: 100px;
  background: #22ac38;
  color: #fff;
  line-height: 1;
}

.c-pager {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.c-pager > li {
  width: 36px;
  height: 36px;
  margin: 0 5px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.c-pager > li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 2px solid #22ac38;
  color: #22ac38;
  line-height: 34px;
  text-decoration: none;
}

.c-pager > li a:hover {
  background: #22ac38;
  color: #fff;
}

.c-pager > li.is-notActive {
  color: #999;
}

.c-pager > li.c-pager__current {
  display: inline-block;
  border: 2px solid #e0e0e0;
  background: #f0f0ec;
  color: #888;
  line-height: 34px;
}

.c-pager > li.c-pager__prev a, .c-pager > li.c-pager__next a {
  background: #22ac38;
  color: #fff;
}

.c-pager > li.c-pager__prev a:hover, .c-pager > li.c-pager__next a:hover {
  border-color: #1a812a;
  background-color: #1a812a;
}

/** object > component > pageheader
-------------------------------------------------------------------- **/
.c-pageHeader {
  margin-bottom: 40px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #f0f0ec;
}

.c-pageHeader h1 {
  padding: .4em 0 1.6em;
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

/** object > component > alert
-------------------------------------------------------------------- **/
.c-alert--success, .c-alert--info, .c-alert--warning, .c-alert--danger {
  margin-bottom: 1.14em;
  padding: 1em 1.5em;
  border: 1px solid transparent;
  border-radius: 5px;
}

.c-alert--success > p, .c-alert--info > p, .c-alert--warning > p, .c-alert--danger > p,
.c-alert--success > ul,
.c-alert--info > ul,
.c-alert--warning > ul,
.c-alert--danger > ul {
  margin-bottom: 0;
}

.c-alert--success > p + p, .c-alert--info > p + p, .c-alert--warning > p + p, .c-alert--danger > p + p,
.c-alert--success > p + ul,
.c-alert--info > p + ul,
.c-alert--warning > p + ul,
.c-alert--danger > p + ul {
  margin-top: 10px;
}

.c-alert--success {
  border-color: #88c389;
  background-color: #ddeedd;
  color: #3c763d;
}

.c-alert--info {
  border-color: #84bad5;
  background-color: #e3eff5;
  color: #31708f;
}

.c-alert--warning {
  border-color: #cfb88f;
  background-color: #e6dac5;
  color: #8a6d3b;
}

.c-alert--danger {
  border-color: #dda8a7;
  background-color: #ebcdcc;
  color: #a94442;
}

/** object > component > background
-------------------------------------------------------------------- **/
.c-background {
  margin: 40px 0;
  padding: 40px 0;
  background: #f0f0ec;
}

.c-background [class^="c-h"]:first-child {
  margin-top: 0;
}

/** object > component > tag
-------------------------------------------------------------------- **/
.c-tag, .c-list--tag li, .c-tag--orange, .c-tag--gray {
  display: inline-block;
  margin-right: .3em;
  border: 1px solid #fff;
  border-radius: 2em;
  background: #22ac38;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}

.c-tag, .c-list--tag li {
  padding: .3em 1em;
  font-size: 14px;
  font-size: 0.93333rem;
}

.c-tag--orange {
  padding: .3em 1em;
  background: #ea5e00;
  font-size: 14px;
  font-size: 0.93333rem;
}

.c-tag--gray {
  padding: .3em 1em;
  background: #333;
  font-size: 14px;
  font-size: 0.93333rem;
}

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

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  background: #333;
  color: #fff;
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: .4em;
  border: 1px solid #333;
  border-radius: 15px;
  background: #fff;
  color: #333;
  font-family: 'iconfont';
  font-size: 15px;
  line-height: 1;
  text-align: center;
  opacity: 1;
}

.slick-prev {
  left: -15px;
}

[dir='rtl'] .slick-prev {
  right: -15px;
  left: auto;
}

.slick-prev:before {
  content: "\e902";
}

[dir='rtl'] .slick-prev:before {
  content: "\e903";
}

.slick-next {
  right: -15px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -15px;
}

.slick-next:before {
  content: "\e903";
}

[dir='rtl'] .slick-next:before {
  content: "\e902";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 40px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #e0e0e0;
  color: black;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  content: '';
}

.slick-dots li.slick-active button:before {
  /* opacity: .75; */
  background: #22ac38;
}

/** object > project > home
-------------------------------------------------------------------- **/
.hom-mainVisual {
  position: relative;
  margin-bottom: 60px;
  padding: 40px 0 100px;
}

.hom-mainVisual__ttl {
  -webkit-transition: 1s cubic-bezier(0.17, 0.67, 0.64, 0.98) 0.6s;
  position: relative;
  right: -30px;
  opacity: 0;
  transition: 1s cubic-bezier(0.17, 0.67, 0.64, 0.98) 0.6s;
}

.hom-mainVisual__ttl.is-animate {
  right: 0;
  opacity: 1;
}

.hom-mainVisual__ttl h1 {
  margin-bottom: .5em;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.4;
}

.hom-mainVisual__ttl h1 br {
  display: none;
}

.hom-mainVisual__ttl h1 strong {
  display: block;
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: bold;
  font-weight: 900;
}

.hom-mainVisual__ttl p {
  font-size: 14px;
  font-size: 0.93333rem;
}

.hom-mainVisual__ttl p br {
  display: none;
}

.hom-mainVisual__img {
  -webkit-transition: 0.8s cubic-bezier(0.17, 0.67, 0.64, 0.98) 0.2s;
  position: relative;
  margin: 0 15px;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.17, 0.67, 0.64, 0.98) 0.2s;
}

.hom-mainVisual__img.is-animate {
  opacity: 1;
}

.hom-mainVisual__bg {
  -webkit-transition: 0.8s cubic-bezier(0.17, 0.67, 0.64, 0.98) 0.2s;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.17, 0.67, 0.64, 0.98) 0.2s;
}

.hom-mainVisual__bg.is-animate {
  bottom: 0;
  opacity: 1;
}

.hom-concept__img {
  display: none;
}

.hom-concept__txt h2 {
  margin-bottom: .5em;
  font-family: "Times New Roman", "Times", sans-serif;
  font-size: 30px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
}

.hom-concept__txt h2:before {
  display: block;
  width: 30px;
  height: 3px;
  background: #22ac38;
  content: '';
}

.hom-concept__txt h3 {
  margin-bottom: .5em;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.6;
}

.hom-service ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.hom-service ul li {
  margin-bottom: 20px;
  padding: 25px;
  border: 1px solid #e0e0e0;
  background: #f0f0ec;
  text-align: center;
}

.hom-service ul li h3 {
  font-family: "Times New Roman", "Times", sans-serif;
  font-size: 40px;
  font-size: 2.66667rem;
  font-weight: normal;
}

.hom-service ul li h4 {
  margin-bottom: .8em;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.hom-service ul li p {
  margin-bottom: 0;
  text-align: left;
}

.hom-service__icon {
  margin-bottom: 1em;
}

.hom-news > h2 {
  text-align: left;
}

.hom-news > h2:before {
  margin: 0 0 .5em 0;
}

.hom-newsList > ul {
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

.hom-newsList > ul > li {
  position: relative;
  border-top: 1px solid #e0e0e0;
}

.hom-newsList > ul > li > a {
  display: block;
  padding: 20px;
  text-decoration: none;
}

.hom-newsList > ul > li > a:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5px;
          transform: translateY(-50%);
  color: #22ac38;
  font-family: 'iconfont';
  font-weight: normal;
  vertical-align: middle;
  content: "\e903";
}

.hom-newsList > ul > li > a:hover {
  background: #22ac38;
  color: #fff;
}

.hom-newsList > ul > li > a:hover:after {
  color: #fff;
}

.hom-newsList > ul > li > a:hover .c-tag, .hom-newsList > ul > li > a:hover .c-list--tag li, .c-list--tag .hom-newsList > ul > li > a:hover li {
  background: #fff;
  color: #22ac38;
}

.hom-newsList > ul > li > a:hover .c-articleList__date:before {
  background: #fff;
}

.hom-newsList__date {
  margin-bottom: .3em;
}

.hom-newsList__date .c-tag, .hom-newsList__date .c-list--tag li, .c-list--tag .hom-newsList__date li {
  margin-left: .3em;
}

.hom-newsList__ttl {
  font-weight: bold;
}

.hom-seminar > h2 {
  text-align: left;
}

.hom-seminar > h2:before {
  margin: 0 0 .5em 0;
}

.hom-seminarList ul {
  max-width: 580px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.hom-seminarList ul li {
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.hom-seminarList ul li > a {
  display: block;
  text-decoration: none;
}

.hom-seminarList ul li > a [class^="c-tag"] {
  margin: -2em 0 0 20px;
}

.hom-seminarList__date {
  padding: 0 20px;
}

.hom-seminarList__ttl {
  margin-bottom: .5em;
  padding: 0 20px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.7;
}

.hom-seminarList__txt {
  padding: 0 20px;
}

/** object > project > contact
-------------------------------------------------------------------- **/
.cnc-intro {
  margin-bottom: 50px;
}

.cnc-intro h3 {
  margin-top: 1.2em;
  margin-bottom: .6em;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.7;
}

.cnc-service > ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.cnc-service__ttl {
  position: relative;
  top: -30px;
  margin-left: 20px;
  padding: 20px;
  background: #22ac38;
  color: #fff;
}

.cnc-service__ttl h3 {
  margin-bottom: .3em;
  font-family: "Times New Roman", "Times", sans-serif;
  font-size: 30px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
}

.cnc-service__ttl ul {
  margin: 0;
  padding-left: 0;
  padding-left: 1.5em;
  font-weight: bold;
  list-style: none;
  list-style-type: disc;
}

.cnc-service__txt {
  position: relative;
  top: -30px;
  margin-left: 20px;
  padding: 20px 0 0 20px;
  border-left: 1px solid #e0e0e0;
  background: #fff;
}

.cnc-service__txt h4 {
  margin-bottom: .5em;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.8;
}

/** object > project > service
-------------------------------------------------------------------- **/
.ser-indexIntro__img {
  margin-right: 20px;
  margin-left: -20px;
}

.ser-indexIntro h3 {
  margin-bottom: .7em;
  color: #22ac38;
  font-size: 24px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

.ser-indexIntro__txt {
  position: relative;
  top: -20px;
  padding: 30px 0 20px 30px;
  border-left: 1px solid #22ac38;
  background: #fff;
}

.ser-indexIntro__txt:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #22ac38 transparent transparent transparent;
  content: '';
}

.ser-indexIntro__txt p {
  margin-bottom: 0;
}

.ser-indexIntro--reverse .ser-indexIntro__img {
  margin-right: -20px;
  margin-left: 20px;
}

.ser-indexList h2 {
  margin: 2em 0 1.5em;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
}

.ser-indexList ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.ser-indexList ul li {
  margin-bottom: 20px;
  padding: 25px;
  border: 1px solid #e0e0e0;
  background: #f0f0ec;
  text-align: center;
}

.ser-indexList ul li h3 {
  font-family: "Times New Roman", "Times", sans-serif;
  font-size: 40px;
  font-size: 2.66667rem;
  font-weight: normal;
}

.ser-indexList ul li h4 {
  margin-bottom: .8em;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: normal;
  line-height: 1.6;
}

.ser-indexList ul li [class^="c-btn"] {
  margin-top: 8px;
}

.ser-indexList__icon {
  margin-bottom: 1em;
}

.ser-problem {
  position: relative;
  margin-bottom: 80px;
}

.ser-problem:before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  bottom: -20px;
  left: 5%;
  width: 90%;
  height: 80px;
  background: rgba(34, 172, 56, 0.25);
  content: '';
}

.ser-problem:after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -83px;
  left: 50%;
          transform: translateX(-50%);
  content: url(/assets/img/service/function-user/img-arrow-01.svg);
  opacity: .25;
}

.ser-problem ul {
  position: relative;
  padding: 25px 20px 20px 30px;
  border: 4px solid #22ac38;
  background: #fff;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  list-style: none;
}

.ser-problem ul:before {
  z-index: 1;
  position: absolute;
  top: -.75em;
  left: 50%;
  margin-left: -.5em;
  color: #22ac38;
  font-family: 'iconfont';
  font-size: 40px;
  font-size: 2.66667rem;
  content: "\e906";
}

.ser-problem ul:after {
  z-index: 0;
  position: absolute;
  top: -.75em;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-radius: 15px;
  background: #fff;
  content: '';
}

.ser-problem ul li {
  position: relative;
}

.ser-problem ul li:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -.8em;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: #22ac38;
  content: '';
}

.ser-problem ul li:not(:last-child) {
  margin-bottom: .7em;
}

.ser-thinking {
  position: relative;
  margin-bottom: 80px;
  padding: 30px 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #fffde4;
  text-align: center;
}

.ser-thinking:after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -63px;
  left: 50%;
          transform: translateX(-50%);
  content: url(/assets/img/service/function-user/img-arrow-01.svg);
}

.ser-thinking > p {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.7;
}

.ser-thinking > p:first-child:after {
  display: block;
  color: #22ac38;
  font-family: 'iconfont';
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  content: "\e901";
}

.ser-example {
  margin-top: 50px;
}

.ser-example__img {
  margin-bottom: 1em;
  text-align: center;
}

.ser-example__txt h3 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 65px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: normal;
  line-height: 1.6;
}

.ser-example__txt h3:before {
  display: block;
  position: absolute;
  top: .4rem;
  left: 0;
  width: 50px;
  height: 50px;
  background: #22ac38;
  color: #fff;
  font-family: "Times New Roman", "Times", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 50px;
  text-align: center;
  content: attr(number);
}

.ser-example__txt h3:after {
  position: absolute;
  top: .4rem;
  left: 0;
  width: 0;
  height: 0;
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #bfd03e transparent transparent transparent;
  content: '';
}

.ser-example__txt p {
  margin-bottom: 0;
}

.ser-example__slider {
  max-width: 405px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/** object > project > casestudy
-------------------------------------------------------------------- **/
.cas-indexList > ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.cas-indexList > ul > li {
  margin-bottom: 30px;
  padding-top: 10px;
  border-top: 3px solid #e0e0e0;
}

.cas-indexList > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
}

.cas-indexList > ul > li a:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
          transform: translateY(-50%);
  color: #22ac38;
  font-family: 'iconfont';
  content: "\e903";
}

.cas-indexList > ul > li a:hover {
  color: #222;
  text-decoration: underline;
}

.cas-indexList__img {
  max-width: 80%;
  margin: auto;
}

.cas-indexList__txt h3 {
  margin: 1em 0 .6em;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.6;
}

.cas-indexList__tag {
  margin-bottom: 1em;
}

.cas-use {
  position: relative;
  margin-top: 30px;
  padding: 10px;
  background: #f0f0ec;
}

.cas-use:after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -1.5em;
  left: 50%;
          transform: translateX(-50%);
  color: #22ac38;
  font-family: 'iconfont';
  font-size: 30px;
  font-size: 2rem;
  content: "\e901";
}

.cas-use:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #22ac38 transparent transparent transparent;
  content: '';
}

.cas-use h2 {
  margin: 0 0 .6em .6em;
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 1.6;
}

.cas-use__txt {
  padding: 20px;
  background: #fff;
}

.cas-use__txt h3 {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.8;
}

.cas-use__txt ul {
  margin-bottom: 0;
}

.cas-use__txt hr {
  margin: 20px 0;
}

.cas-use--result {
  background: #22ac38;
}

.cas-use--result .cas-use__txt {
  background: #fffde4;
}

.cas-use--result:before {
  border-color: #bfd03e transparent transparent transparent;
}

.cas-use--result:after {
  content: none;
}

.cas-use--result h2 {
  color: #fff;
}

.cas-solution {
  margin-top: 30px;
  border: 3px solid #22ac38;
}

.cas-solution dl {
  position: relative;
  margin: 20px 0;
}

.cas-solution dl:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #22ac38 transparent transparent transparent;
  content: '';
}

.cas-solution dl:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.cas-solution dl dt {
  margin: 0 20px;
  color: #22ac38;
  font-size: 20px;
  font-size: 1.33333rem;
}

.cas-solution dl dt img {
  vertical-align: middle;
}

.cas-solution dl dd {
  margin: .5em 20px 0 40px;
  line-height: 1.7;
}

.cas-solution dl dd ul {
  margin: 0;
  padding: 0;
}

.cas-solution dl dd ul li:not(:last-child) {
  margin-bottom: .3em;
}

.cas-solution dl dd a {
  font-weight: bold;
  text-decoration: none;
}

.cas-solution dl dd a:after {
  margin-left: .3em;
  color: #22ac38;
  font-family: 'iconfont';
  content: "\e901";
}

/** object > project > result
-------------------------------------------------------------------- **/
.res-evaluationMessage {
  margin-bottom: 30px;
}

.res-evaluationMessage h3 {
  position: relative;
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.7;
}

.res-evaluationMessage h3:before {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: .6em;
  background: #22ac38;
  vertical-align: middle;
  content: '';
}

.res-evaluationMessage__answer > p {
  margin-bottom: 0;
  padding: .6em 1em;
  background: #22ac38;
  color: #fff;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  line-height: 1.7;
}

.res-evaluationMessage__answer ul {
  margin: 0;
  padding: 20px;
  padding-left: 0;
  border: 3px solid #22ac38;
  background: #fff;
  list-style: none;
}

.res-evaluationMessage__answer ul li {
  position: relative;
  padding-left: 2.4em;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.7;
}

.res-evaluationMessage__answer ul li:not(:last-child) {
  margin-bottom: .6em;
}

.res-evaluationMessage__answer ul li:before {
  position: absolute;
  top: -.2rem;
  left: 1rem;
  font-family: 'iconfont';
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: bold;
}

.res-evaluationMessage__answer ul li.good:before {
  color: #22ac38;
  content: "\e90d";
}

.res-evaluationMessage__answer ul li.bad:before {
  color: #de3434;
  content: "\e907";
}

.res-evaluationMessage__staff {
  z-index: -1;
  position: relative;
  margin: -30px -20px 0 20px;
  padding: 50px 20px 20px 20px;
  background: #f0f0ec;
}

.res-evaluationMessage__staff p {
  margin-bottom: 0;
}

.res-evaluationMessage__staff p img {
  margin-right: .5em;
  vertical-align: middle;
}

.res-interviewProfile {
  margin-top: 30px;
  border: 3px solid #e0e0e0;
}

.res-interviewProfile__speaker {
  padding: 20px 20px 0 20px;
}

.res-interviewProfile__speaker p {
  margin-top: .8em;
  margin-bottom: 0;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
}

.res-interviewProfile__speaker p strong {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: normal;
}

.res-interviewProfile__outline {
  padding: 0 20px 20px 20px;
}

.res-interviewProfile__outline table {
  margin-bottom: 0;
}

.res-interviewProfile__outline table th, .res-interviewProfile__outline table td {
  border-right: none !important;
  border-left: none !important;
}

.res-interviewProfile__outline p {
  margin-bottom: 0;
}

.res-interviewBody {
  margin-top: 50px;
}

.res-interviewBody dl {
  margin-top: 30px;
}

.res-interviewBody dl dt {
  margin-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
}

.res-interviewBody dl dt span {
  display: inline-block;
  padding: .1em 1.5em;
  color: #fff;
  font-weight: bold;
}

.res-interviewBody__interviewer dt span {
  background: #22ac38;
}

.res-interviewBody__interviewer dd {
  font-style: italic;
  font-weight: bold;
}

.res-interviewBody__speaker dt span {
  background: #ea5e00;
}

/** object > project > contact
-------------------------------------------------------------------- **/
.con-tel {
  padding-top: 2rem;
  text-align: center;
}

.con-tel a {
  font-size: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.con-tel a i {
  color: #22ac38;
}

.con-tel p {
  font-weight: normal;
}

/** object > project > seminar
-------------------------------------------------------------------- **/
.sem-articleList > ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.sem-articleList > ul > li {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  border: 3px solid #e0e0e0;
}

.sem-articleList > ul > li h3 {
  margin-bottom: .3em;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.7;
}

.sem-articleList > ul > li h3 [class^="c-tag"] {
  position: absolute;
  top: -1em;
  left: 18px;
  min-width: 9em;
  text-align: center;
}

.sem-articleList > ul > li h4 {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.2rem;
}

.sem-articleList__ttl {
  margin: -20px -20px 20px -20px;
  padding: 20px;
  background: #f0f0ec;
}

.sem-articleList__date {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.06667rem;
}

.sem-articleList__lecturer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.sem-articleList__lecturer figure {
  width: 25%;
}

.sem-articleList__lecturer dl {
  width: 70%;
  margin: 0;
}

.sem-articleList__lecturer dl dt {
  margin: 0 0 .6em;
}

.sem-articleList__lecturer dl dd {
  margin: 0;
  font-size: 14px;
  font-size: 0.93333rem;
}

.sem-detail .c-h2, .sem-detail .sem-articleList > ul > li h4, .sem-articleList > ul > li .sem-detail h4 {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.2rem;
}

/** object > project > sitemap
-------------------------------------------------------------------- **/
.stm-list > ul {
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

.stm-list > ul > li {
  border-top: 3px solid #e0e0e0;
}

.stm-list > ul > li dl {
  margin: 0;
}

.stm-list > ul > li dl dt {
  margin: 0;
}

.stm-list > ul > li dl dd {
  border-top: 1px solid #e0e0e0;
}

.stm-list > ul > li ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.stm-list > ul > li ul li:not(:first-child) {
  border-top: 1px solid #e0e0e0;
}

.stm-list > ul > li a {
  display: block;
  position: relative;
  padding: .6em 1em;
  text-decoration: none;
}

.stm-list > ul > li a:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
          transform: translateY(-50%);
  color: #22ac38;
  font-family: 'iconfont';
  content: "\e903";
}

.stm-list > ul > li a:hover {
  background: #22ac38;
  color: #fff;
}

.stm-list > ul > li a:hover:after {
  color: #fff;
}

/** pre-merge > 開発個人用パーシャルファイル
-------------------------------------------------------------------- **/
/** object > utility > helperscale
-------------------------------------------------------------------- **/
.u-xxxl {
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 1.5;
}

.u-xxl {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.6;
}

.u-xl {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.7;
}

.u-lg {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.8;
}

.u-md {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.9;
}

.u-sm {
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.9;
}

.u-xs {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.9;
}

.u-xxs {
  font-size: 11px;
  font-size: 0.73333rem;
  line-height: 1.9;
}

/** object > utility > helper
-------------------------------------------------------------------- **/
.u-left {
  text-align: left !important;
}

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

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

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

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

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

.u-base {
  vertical-align: baseline !important;
}

.u-clearfix:before,
.u-clearfix:after {
  display: table;
  content: " ";
}

.u-clearfix:after {
  clear: both;
}

.u-inline {
  display: inline !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-none {
  display: none !important;
}

.u-fixed {
  position: fixed !important;
}

.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}

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

.u-regular {
  font-weight: normal !important;
}

.u-trancate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-nowrap {
  white-space: nowrap !important;
}

.u-m0 {
  margin: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 0.57em !important;
}

.u-mb1 {
  margin-bottom: 1.14em !important;
}

.u-mb15 {
  margin-bottom: 1.71em !important;
}

.u-mb2 {
  margin-bottom: 2.28em !important;
}

.u-mb25 {
  margin-bottom: 2.85em !important;
}

.u-mb3 {
  margin-bottom: 3.42em !important;
}

.u-mb35 {
  margin-bottom: 3.99em !important;
}

.u-mb4 {
  margin-bottom: 4.56em !important;
}

.u-mb45 {
  margin-bottom: 5.13em !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt05 {
  margin-top: 0.57em !important;
}

.u-mt1 {
  margin-top: 1.14em !important;
}

.u-mt15 {
  margin-top: 1.71em !important;
}

.u-mt2 {
  margin-top: 2.28em !important;
}

.u-mt25 {
  margin-top: 2.85em !important;
}

.u-mt3 {
  margin-top: 3.42em !important;
}

.u-mt35 {
  margin-top: 3.99em !important;
}

.u-mt4 {
  margin-top: 4.56em !important;
}

.u-mt45 {
  margin-top: 5.13em !important;
}

.u-replace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.u-hide {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.u-visuallyhidden.u-focusable:active,
.u-visuallyhidden.u-focusable:focus {
  clip: auto;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
}

.u-disp--sm,
.u-disp--md,
.u-disp--lg {
  display: none !important;
}

/** object > utility > hook
-------------------------------------------------------------------- **/
.js-clickable {
  cursor: pointer;
}

.js-clickable img {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

.js-clickable:hover a {
  /* text-decoration: underline; */
}

.js-clickable:hover img {
  filter: alpha(opacity=70);
  opacity: .7;
}

.js-fade {
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.js-fade.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.js-fade--leftToRight {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.js-fade--rightToLeft {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.js-fade--bottomToTop {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-fade--delay {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .l-container,
  .l-container--full {
    padding-right: 40px;
    padding-left: 40px;
  }
  .l-cta {
    margin-top: 80px;
  }
  .l-cta__ttl {
    font-size: 26px;
    font-size: 1.73333rem;
  }
  .l-cta__tel {
    font-size: 36px;
    font-size: 2.4rem;
  }
  .l-cta__btn a {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .c-h1 {
    font-size: 26px;
    font-size: 1.73333rem;
    text-align: center;
  }
  .c-h2--strong {
    font-size: 26px;
    font-size: 1.73333rem;
  }
  .c-h2, .sem-articleList > ul > li h4 {
    font-size: 26px;
    font-size: 1.73333rem;
  }
  .c-h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .c-h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .c-h5 {
    font-size: 19px;
    font-size: 1.26667rem;
  }
  .c-dateTitle {
    padding: 30px 20px;
  }
  .c-dateTitle h1 {
    font-size: 26px;
    font-size: 1.73333rem;
  }
  .c-dateTitle__date {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .c-dateTitle__date [class^="c-tag"] {
    position: relative;
    top: auto;
    left: auto;
  }
  .c-list--ol li {
    padding-left: 25px;
  }
  .c-list--ul li:before {
    top: .8em;
  }
  .c-list--inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-list--inner > li > a {
    padding: .3em 1.2em;
    font-size: 18px;
    font-size: 1.2rem;
  }
  .c-list--tag li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .c-articleList ul li a, .c-articleList--img ul li a {
    padding: 30px;
  }
  .c-articleList ul li a:after, .c-articleList--img ul li a:after {
    right: 20px;
  }
  .c-articleList__ttl {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .c-articleList--img .c-articleList__ttl {
    margin-bottom: .3em;
    font-size: 20px;
    font-size: 1.33333rem;
    line-height: 1.6;
  }
  .c-articleList--img .c-articleList__txt {
    margin-bottom: 1em;
    font-size: 18px;
    font-size: 1.2rem;
  }
  .c-articleBox ul {
    -ms-flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            align-items: stretch;
  }
  .c-articleBox ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .c-articleBox ul li:nth-child(3n) {
    margin-right: 0;
  }
  .c-articleBox__date {
    padding: 1.2rem 2rem 0 2rem;
  }
  .c-articleBox__ttl {
    padding: .1rem 2rem 1.5rem 2rem;
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .c-articleBox__txt {
    padding: 1.2rem 2rem 1.5rem;
  }
  [class^="c-btn--"] {
    width: auto;
    padding: 1em 1.8em;
  }
  .c-btn--def, .c-btn--weak, .c-btn--weakBack, .c-btn--back, .c-btn--strong {
    min-width: 260px;
  }
  .c-btn--small {
    min-width: inherit;
    padding: .5em 3em .5em 2.5em;
  }
  .c-btn--large {
    min-width: 420px;
  }
  .c-btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
        flex-wrap: wrap;
            justify-content: center;
  }
  .c-btnBox > div {
    margin: 0 10px;
  }
  .c-btnBox__leftfix {
    width: 100%;
    margin-bottom: 1rem !important;
  }
  .c-imgBtn {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-imgBtn__btn {
    margin-top: -30px;
    margin-left: 30px;
  }
  .c-imgBtn__btn a {
    padding: .4em 1em;
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .c-imgBtn__read {
    margin-left: 30px;
  }
  .c-breadcrumb ul {
    margin: 14px 0;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .c-breadcrumb ul li:after {
    margin: -1px 10px 0 10px;
  }
  .c-pagination a:hover, .c-pagination a:focus, .c-pagination a.is-current {
    background: #22ac38;
    color: #fff;
  }
  .c-pagingWrapper {
    margin-top: 80px;
  }
  .c-pagination {
    display: block;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .c-pagination > li {
    display: inline-block;
  }
  .c-pagination a:hover, .c-pagination a:focus {
    text-decoration: none;
  }
  .c-pager > li {
    width: 40px;
    height: 40px;
  }
  .c-pager > li a {
    width: 40px;
    height: 40px;
  }
  .c-pageHeader {
    max-height: 180px;
  }
  .c-pageHeader h1 {
    padding: .4em 0 2.2em;
    font-size: 26px;
    font-size: 1.73333rem;
  }
  .c-background {
    margin: 60px 0;
    padding: 60px 0;
  }
  .hom-mainVisual {
    padding-bottom: 180px;
  }
  .hom-mainVisual__ttl {
    text-align: center;
  }
  .hom-mainVisual__ttl h1 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .hom-mainVisual__ttl h1 strong {
    font-size: 48px;
    font-size: 3.2rem;
  }
  .hom-mainVisual__ttl p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .hom-mainVisual__ttl p br {
    display: inherit;
  }
  .hom-mainVisual__img {
    margin: 0 60px;
  }
  .hom-concept__txt h3 {
    font-size: 24px;
    font-size: 1.6rem;
  }
  .hom-service h2 {
    font-size: 30px;
    font-size: 2rem;
  }
  .hom-casestudy h2 {
    font-size: 30px;
    font-size: 2rem;
  }
  .hom-voice h2 {
    font-size: 30px;
    font-size: 2rem;
  }
  .hom-seminarList ul li > a [class^="c-tag"] {
    margin: -2em 0 0 30px;
  }
  .hom-seminarList__date {
    padding: 0 30px;
  }
  .hom-seminarList__ttl {
    padding: 0 30px;
  }
  .hom-seminarList__txt {
    padding: 0 30px;
  }
  .cnc-intro h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    text-align: center;
  }
  .cnc-service > ul > li {
    margin-bottom: -120px;
  }
  .cnc-service__img {
    max-width: 40%;
  }
  .cnc-service__ttl {
    top: -150px;
    max-width: 70%;
    margin-left: auto;
  }
  .cnc-service__txt {
    top: -150px;
    max-width: 70%;
    margin-left: auto;
  }
  .ser-indexIntro__img {
    margin-right: 40px;
    margin-left: -40px;
  }
  .ser-indexIntro__txt {
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    padding: 40px 0 30px 40px;
  }
  .ser-indexIntro--reverse .ser-indexIntro__txt {
    margin-right: auto;
    margin-left: 0;
  }
  .ser-indexIntro--reverse .ser-indexIntro__img {
    margin-right: -40px;
    margin-left: 40px;
  }
  .ser-indexList h2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .ser-indexList ul li h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .ser-example {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .ser-example__img {
    margin-top: 1.2em;
  }
  .cas-indexList > ul > li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cas-indexList > ul > li:nth-child(2n) .cas-indexList__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cas-indexList > ul > li:nth-child(2n) .cas-indexList__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cas-indexList > ul > li a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .cas-indexList > ul > li a:after {
    right: -15px;
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .cas-indexList__img {
    width: 32%;
    margin: 1em 0 0 0;
  }
  .cas-indexList__txt {
    width: 65%;
  }
  .cas-indexList__txt h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
  .cas-use {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .cas-use h2 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    width: 10%;
    margin-top: .8em;
    padding-right: 5%;
    font-size: 24px;
    font-size: 1.6rem;
            writing-mode: vertical-rl;
  }
  .cas-use__txt {
    width: 90%;
    padding: 30px;
  }
  .cas-use__txt h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .res-evaluationMessage h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .res-evaluationMessage__answer > p {
    margin-right: 20px;
  }
  .res-evaluationMessage__answer ul {
    margin-right: 20px;
    padding-left: 10px;
  }
  .res-evaluationMessage__answer ul li {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .res-evaluationMessage__answer ul li:not(:last-child) {
    margin-bottom: .3em;
  }
  .res-evaluationMessage__answer ul li:before {
    font-size: 23px;
    font-size: 1.53333rem;
  }
  .res-evaluationMessage__staff {
    margin: -30px 0 0 20px;
    padding: 50px 30px 30px 30px;
  }
  .res-interviewProfile__speaker {
    padding: 40px 40px 0 40px;
  }
  .res-interviewProfile__outline {
    padding: 0 40px 40px 40px;
  }
  .res-interviewBody dl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .res-interviewBody dl dt {
    width: 120px;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
  }
  .res-interviewBody dl dt span {
    width: 120px;
    padding: .1em .7em;
    text-align: left;
  }
  .res-interviewBody dl dd {
    width: calc(100% - 120px);
    margin-left: 0;
    padding-left: 40px;
    border-left: 1px solid #e0e0e0;
  }
  .con-tel {
    padding-top: 3rem;
  }
  .con-tel a {
    font-size: 36px;
    font-size: 2.4rem;
  }
  .sem-articleList > ul > li {
    margin-bottom: 50px;
    padding: 40px;
  }
  .sem-articleList > ul > li h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
  .sem-articleList > ul > li h3 [class^="c-tag"] {
    left: 38px;
  }
  .sem-articleList > ul > li h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .sem-articleList__ttl {
    margin: -40px -40px 40px -40px;
    padding: 34px 40px 30px 40px;
  }
  .sem-articleList__date {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .sem-articleList__lecturer dl dd {
    font-size: 15px;
    font-size: 1rem;
  }
  .sem-detail .c-h2, .sem-detail .sem-articleList > ul > li h4, .sem-articleList > ul > li .sem-detail h4 {
    margin-top: 20px;
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  [class^="col-"] + [class^="col-"] {
    margin-top: 0;
  }
  .l-header {
    -webkit-transition: none;
    height: 120px;
    padding: 0 80px 0 40px;
    transition: none;
  }
  .l-header.is-scroll {
    height: 80px;
  }
  .l-header.is-scroll .l-headerWrap {
    height: 80px;
  }
  .l-header.is-scroll .l-headerLogo img {
    width: 160px;
  }
  .l-header.is-scroll .l-headerNav > ul > li > a {
    height: 80px;
  }
  .l-header.is-scroll .l-headerNav__accordion {
    top: 80px;
  }
  .l-headerWrap {
    -webkit-transition: .3s;
    max-width: 1200px;
    height: 120px;
    margin: auto;
    transition: .3s;
  }
  .l-headerLogo {
    width: auto;
    padding-left: 0;
  }
  .l-headerLogo img {
    display: inline-block;
    width: 189px;
    margin-right: 20px;
    vertical-align: middle;
  }
  .l-headerLogo span {
    display: none;
  }
  .l-headerNav {
    -webkit-transform: none;
    -webkit-transition: none;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow: inherit;
            transform: none;
    background: transparent;
    transition: none;
  }
  .l-headerNav__cta {
    position: fixed;
    top: 0;
    right: 0;
    margin-top: auto;
  }
  .l-headerNav__cta ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #f08f4d;
  }
  .l-headerNav__cta ul li:last-child {
    border-bottom: none;
  }
  .l-headerNav__cta ul li a {
    display: inline-block;
    padding: .8em 1em;
    font-size: 15px;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
  }
  .l-headerNav__cta ul li a i {
    display: block;
    margin-right: 0;
    margin-bottom: .2em;
    text-align: center;
    vertical-align: middle;
  }
  .l-headerNav__cta ul li span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline;
            writing-mode: vertical-rl;
  }
  .l-headerNav__sub {
    display: none;
  }
  .l-headerNav__search {
    display: none;
  }
  .l-headerNav__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-transition: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    height: 120px;
    padding: .7em .7em;
    font-size: 17px;
    font-size: 1.13333rem;
    cursor: pointer;
    transition: .2s;
  }
  .l-headerNav__btn:after {
    -webkit-transform: none;
    -webkit-transition: .2s;
    position: relative;
    top: auto;
    right: auto;
    margin-left: .2em;
            transform: none;
    font-weight: normal;
    vertical-align: middle;
    content: "\e903";
    transition: .2s;
  }
  .l-headerNav__accordion {
    -webkit-transition: .3s;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
    display: block;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 0;
    overflow: hidden;
    background: #fff;
            box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transition: .3s;
  }
  .l-headerNav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
  .l-headerNav > ul > li {
    border: none;
    line-height: 1.4;
    cursor: pointer;
  }
  .l-headerNav > ul > li:hover {
    color: #22ac38;
  }
  .l-headerNav > ul > li:hover .l-headerNav__btn:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .l-headerNav > ul > li:hover .l-headerNav__accordion {
    display: block;
    height: auto;
    padding-bottom: 50px;
    opacity: 1;
  }
  .l-headerNav > ul > li:last-child .l-headerNav__btn {
    padding-right: 0;
  }
  .l-headerNav > ul > li a {
    -webkit-transition: opacity .1s;
    -webkit-transition: .2s;
    height: 100%;
    padding: .5em 1em;
    text-decoration: none;
    transition: opacity .1s;
    transition: .2s;
  }
  .l-headerNav > ul > li a:hover {
    background: #22ac38;
    color: #fff;
  }
  .l-headerNav > ul > li a:hover:after {
    color: #fff;
  }
  .l-headerNav > ul > li > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-transition: .2s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
            align-items: center;
    height: 120px;
    transition: .2s;
  }
  .l-headerNav > ul > li > a:after {
    -webkit-transform: none;
    position: relative;
    top: auto;
    right: auto;
    margin-left: .2em;
            transform: none;
    font-weight: normal;
    vertical-align: middle;
    content: "\e903" !important;
  }
  .l-headerNav > ul > li > a:hover {
    background: transparent;
    color: #22ac38;
  }
  .l-headerNav > ul > li > a:hover:after {
    color: #22ac38;
  }
  .l-headerNav > ul > li dl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    max-width: 1200px;
    margin: auto;
  }
  .l-headerNav > ul > li dl dt {
    width: 16%;
    border-top: 0;
    font-weight: bold;
  }
  .l-headerNav > ul > li dl dt a {
    display: inline-block;
    padding: 0;
    font-size: 26px;
    font-size: 1.73333rem;
  }
  .l-headerNav > ul > li dl dt a:after {
    -webkit-transform: none;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    margin-left: .3em;
            transform: none;
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .l-headerNav > ul > li dl dt a:hover {
    background: transparent !important;
    color: #22ac38 !important;
  }
  .l-headerNav > ul > li dl dt a:hover:after {
    color: #22ac38 !important;
  }
  .l-headerNav > ul > li dl dt [class^="u-disp"] {
    display: none !important;
  }
  .l-headerNav > ul > li dl dd {
    width: 82%;
  }
  .l-headerNav > ul > li dl dd > ul {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    width: 100%;
  }
  .l-headerNav > ul > li dl dd > ul > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 24%;
    margin-bottom: -1px;
    margin-left: 1%;
    border-bottom: 1px solid #e0e0e0;
  }
  .l-headerNav > ul > li dl dd > ul > li:nth-child(5), .l-headerNav > ul > li dl dd > ul > li:nth-child(6), .l-headerNav > ul > li dl dd > ul > li:nth-child(7) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .l-headerNav > ul > li dl dd > ul > li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    padding: 1rem 2rem 1rem 1rem;
  }
  .l-headerBar {
    display: none;
  }
  .l-footer {
    margin-top: 150px;
    padding: 0 0;
  }
  .l-footerNav {
    display: block;
    padding: 60px 40px 60px 0;
    border-bottom: 1px solid #e0e0e0;
    background: #f0f0ec;
    font-size: 15px;
    font-size: 1rem;
  }
  .l-footerNav .l-container > ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: space-between;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .l-footerNav .l-container > ul > li:not(:last-child) {
    margin-right: 1em;
  }
  .l-footerNav .l-container > ul > li > a {
    font-weight: bold;
  }
  .l-footerNav .l-container > ul > li a {
    display: inline-block;
    position: relative;
    padding-left: 1.2em;
    text-decoration: none;
  }
  .l-footerNav .l-container > ul > li a:before {
    position: absolute;
    top: 1px;
    left: 0;
    margin-right: .2em;
    color: #22ac38;
    font-family: 'iconfont';
    content: "\e903";
  }
  .l-footerNav .l-container > ul > li a:hover {
    color: #22ac38;
  }
  .l-footerNav .l-container > ul > li > dl {
    margin: 0;
  }
  .l-footerNav .l-container > ul > li > dl dt {
    margin: 0;
  }
  .l-footerNav .l-container > ul > li > dl dd {
    margin-left: 0;
  }
  .l-footerNav .l-container > ul > li > ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .l-footerLogo {
    display: block;
    padding: 30px 40px 30px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .l-footerLogoWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
  }
  .l-footerLogo__logo img {
    display: inline-block;
    width: 189px;
    margin-right: 20px;
    vertical-align: middle;
  }
  .l-footerLogo__logo span {
    display: initial;
    display: inline-block;
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.4;
    vertical-align: middle;
  }
  .l-footerLogo__logo a {
    display: block;
    color: #222;
  }
  .l-footerLogo__searchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footerLogo__search input[type="text"] {
    width: 400px;
  }
  .l-footerLogo__search input[type="submit"] {
    -webkit-transition: .1s;
    width: 5em;
    padding: .7em 1em;
    border: 0;
    background: #333;
    color: #fff;
    font-weight: bold;
    transition: .1s;
  }
  .l-footerLogo__search input[type="submit"]:hover {
    background: #000;
  }
  .l-footerProvider {
    padding-right: 40px;
  }
  .l-footerProviderWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    padding: 30px 0;
  }
  .l-footerProvider__provider {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .l-footerProvider__copyright {
    margin-bottom: 0;
    font-size: 11px;
    font-size: 0.73333rem;
  }
  .l-footerCta {
    display: none;
  }
  .l-footer__copyright {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .l-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 20%;
    max-width: 200px;
    margin-top: 0;
  }
  .l-sideNav > dl > dt {
    padding: 1.2rem 1rem;
    font-size: 18px;
    font-size: 1.2rem;
  }
  .l-sideNav > dl > dd > ul li a {
    padding: 1.2rem 1rem;
  }
  .l-main {
    overflow: hidden;
  }
  .l-content {
    margin-top: 120px;
  }
  .l-contentWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .l-contentWrap .l-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    max-width: 930px;
  }
  .l-cta {
    padding: 60px 0;
  }
  .l-cta__ttl {
    font-size: 30px;
    font-size: 2rem;
  }
  .l-cta__btn a {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .l-cta__btn a i {
    font-size: 24px;
    font-size: 1.6rem;
  }
  .c-h1 {
    margin-bottom: 2.5em;
    padding: 1.3em 1em;
    font-size: 30px;
    font-size: 2rem;
    text-align: center;
  }
  .c-h2--strong {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 1.86667rem;
  }
  .c-h2, .sem-articleList > ul > li h4 {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 1.86667rem;
  }
  .c-h2:before, .sem-articleList > ul > li h4:before {
    width: 80px;
  }
  .c-h3 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.6rem;
  }
  .c-h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 1.46667rem;
  }
  .c-h5 {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .c-dateTitle {
    margin-bottom: 60px;
    padding: 40px 30px;
  }
  .c-dateTitle h1 {
    font-size: 30px;
    font-size: 2rem;
  }
  .c-dateTitle__date {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .c-hr {
    margin: 50px 0;
  }
  .c-articleList--img > ul > li > a:after {
    content: "\e903";
  }
  .c-articleList--img > ul > li > a:hover {
    background: none;
    color: #222;
    text-decoration: underline !important;
  }
  .c-articleList--img .c-articleList__ttl {
    margin-top: 0;
    margin-bottom: .3em;
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-btnBox {
    padding-top: 0;
  }
  .c-btnBox__leftfix {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
  }
  .c-imgBtn__btn a {
    font-size: 22px;
    font-size: 1.46667rem;
  }
  .c-link--gotop {
    right: 80px;
  }
  .c-decobox--a, .c-decobox--b, .c-decobox--c {
    padding: 2.5em 2.5em;
  }
  .c-flowBox [class^="col-"]:not(:last-child):after {
    top: 50%;
    right: -10px;
    bottom: auto;
    left: auto;
    width: 0;
    height: 0;
    margin-top: -15px;
    margin-left: 0;
    border-width: 15px 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
  }
  .c-pageHeader {
    margin-bottom: 100px;
  }
  .c-pageHeader h1 {
    padding: .4em 0 2.4em;
    font-size: 30px;
    font-size: 2rem;
  }
  .c-background {
    margin: 80px 0;
    padding: 80px 0;
  }
  .c-tag, .c-list--tag li,
  .c-tag--orange,
  .c-tag--gray {
    padding: .3em 1.5em;
    font-size: 15px;
    font-size: 1rem;
  }
  .hom-mainVisual {
    margin-bottom: 150px;
    padding-bottom: 100px;
  }
  .hom-mainVisualWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .hom-mainVisual__ttl {
    padding-top: 60px;
    text-align: left;
  }
  .hom-mainVisual__ttl h1 {
    margin-bottom: .3em;
    font-size: 24px;
    font-size: 1.6rem;
  }
  .hom-mainVisual__ttl h1 strong {
    font-size: 60px;
    font-size: 4rem;
  }
  .hom-mainVisual__ttl h1 br {
    display: inherit;
  }
  .hom-mainVisual__ttl p {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .hom-mainVisual__ttl p br {
    display: inherit;
  }
  .hom-mainVisual__img {
    margin: 0;
  }
  .hom-mainVisual__bg {
    width: 100%;
    height: 250px;
    background: url(/assets/img/home/bg-mainvisual-02.jpg) no-repeat center;
    background-size: auto;
  }
  .hom-mainVisual__bg img {
    display: none;
  }
  .hom-concept {
    margin-bottom: 30px;
  }
  .hom-conceptWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .hom-concept__img {
    display: block;
    width: calc(48% + 200px);
    margin-left: -200px;
  }
  .hom-concept__txt {
    width: 48%;
  }
  .hom-concept__txt h2 {
    margin-bottom: 1em;
    font-size: 36px;
    font-size: 2.4rem;
  }
  .hom-concept__txt h3 {
    font-size: 28px;
    font-size: 1.86667rem;
  }
  .hom-service h2 {
    font-size: 32px;
    font-size: 2.13333rem;
  }
  .hom-service ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .hom-service ul li {
    width: 32.5%;
    padding: 40px;
  }
  .hom-service ul li h3 {
    font-size: 48px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .hom-service ul li h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .hom-casestudy h2 {
    font-size: 32px;
    font-size: 2.13333rem;
  }
  .hom-voice h2 {
    font-size: 32px;
    font-size: 2.13333rem;
  }
  .cnc-intro {
    margin-bottom: 80px;
  }
  .cnc-intro h3 {
    font-size: 24px;
    font-size: 1.6rem;
  }
  .cnc-service > ul > li {
    margin-bottom: -290px;
  }
  .cnc-service__img {
    max-width: 480px;
  }
  .cnc-service__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -320px;
            align-items: center;
    max-width: 800px;
    margin-left: auto;
    padding: 40px 50px;
  }
  .cnc-service__ttl h3 {
    width: 35%;
    margin-bottom: 0;
    font-size: 40px;
    font-size: 2.66667rem;
  }
  .cnc-service__ttl ul {
    padding-left: 2.5em;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .cnc-service__txt {
    top: -320px;
    max-width: 800px;
    margin-left: auto;
    padding: 40px 50px 0 50px;
  }
  .cnc-service__txt h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .ser-indexIntro {
    margin-bottom: -150px;
  }
  .ser-indexIntro h3 {
    font-size: 28px;
    font-size: 1.86667rem;
  }
  .ser-indexIntro__txt {
    top: -200px;
    padding: 50px 50px 40px 50px;
  }
  .ser-indexIntro__img {
    margin-right: 0;
    margin-left: -300px;
  }
  .ser-indexIntro--reverse .ser-indexIntro__img {
    position: relative;
    right: -100px;
    margin-right: 0;
    margin-left: 0;
  }
  .ser-indexIntro--reverse .ser-indexIntro__img img {
    max-width: none;
  }
  .ser-indexList h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
  .ser-indexList ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .ser-indexList ul li {
    width: 32%;
  }
  .ser-indexList ul li h4 {
    min-height: 4.8em;
  }
  .ser-indexList ul li [class^="c-btn"] {
    min-width: 100%;
  }
  .ser-problem {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .ser-problem ul {
    width: 32%;
    padding: 35px 30px 30px 45px;
    font-size: 19px;
    font-size: 1.26667rem;
  }
  .ser-problem ul:before {
    font-size: 50px;
    font-size: 3.33333rem;
  }
  .ser-problem ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  .ser-problem ul li:before {
    top: 12px;
    width: 8px;
    height: 8px;
  }
  .ser-thinking {
    padding: 60px 40px;
  }
  .ser-thinking > p {
    font-size: 24px;
    font-size: 1.6rem;
  }
  .ser-example__img {
    margin-top: 0.4em;
  }
  .ser-example__txt h3 {
    padding-left: 90px;
    font-size: 24px;
    font-size: 1.6rem;
  }
  .ser-example__txt h3:before {
    width: 70px;
    height: 70px;
    font-size: 40px;
    font-size: 2.66667rem;
    line-height: 70px;
  }
  .cas-indexList > ul > li {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cas-indexList > ul > li a:after {
    right: -30px;
  }
  .cas-indexList__img {
    position: relative;
    top: -50px;
    width: 37%;
    margin-bottom: -30px;
  }
  .cas-indexList__txt {
    width: 60%;
  }
  .cas-indexList__txt h3 {
    margin: 1.5em 0 .6em;
    font-size: 26px;
    font-size: 1.73333rem;
  }
  .cas-use {
    margin-top: 40px;
  }
  .cas-use:after {
    font-size: 40px;
    font-size: 2.66667rem;
  }
  .cas-use h2 {
    width: 12%;
    margin-left: 0;
    padding-right: 5%;
    font-size: 28px;
    font-size: 1.86667rem;
  }
  .cas-use__txt {
    width: 88%;
    padding: 40px;
  }
  .cas-use__txt h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .cas-use__txt ul {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .cas-solution dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
  }
  .cas-solution dl dt {
    width: 30%;
    padding-left: 40px;
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .cas-solution dl dt img {
    width: 70px;
  }
  .cas-solution dl dt span {
    display: inline-block;
    vertical-align: middle;
  }
  .cas-solution dl dd {
    margin-top: 0;
  }
  .cas-solution dl dd a {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .res-evaluationMessage {
    margin-bottom: 40px;
  }
  .res-evaluationMessage h3 {
    margin-right: 30px;
    font-size: 22px;
    font-size: 1.46667rem;
  }
  .res-evaluationMessage__answer > p {
    margin-right: 30px;
    font-size: 18px;
    font-size: 1.2rem;
  }
  .res-evaluationMessage__answer ul {
    margin-right: 30px;
    padding: 20px 30px 30px 20px;
  }
  .res-evaluationMessage__staff {
    margin-left: 30px;
    padding: 60px 40px 40px 40px;
  }
  .res-interviewProfile__speaker {
    padding: 40px 0 40px 40px;
  }
  .res-interviewProfile__speaker p {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .res-interviewProfile__speaker p strong {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .res-interviewProfile__outline {
    padding: 40px 40px 40px 0;
  }
  .res-interviewProfile__outline table {
    position: relative;
    margin-top: 0;
    margin-top: 45px;
  }
  .res-interviewProfile__outline table caption {
    position: absolute;
    top: -45px;
    left: 0;
    height: 45px;
  }
  .res-interviewProfile__name strong {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .res-interviewBody dl dt {
    width: 140px;
  }
  .res-interviewBody dl dt span {
    width: 140px;
  }
  .res-interviewBody dl dd {
    width: calc(100% - 140px);
  }
  .res-interviewBody__interviewer dd {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .con-tel a {
    font-size: 42px;
    font-size: 2.8rem;
    pointer-events: none;
  }
  .sem-articleList {
    padding-top: 1em;
  }
  .sem-articleList > ul > li h3 {
    font-size: 26px;
    font-size: 1.73333rem;
    line-height: 1.5;
  }
  .sem-articleList > ul > li h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.6rem;
  }
  .sem-detail .c-h2, .sem-detail .sem-articleList > ul > li h4, .sem-articleList > ul > li .sem-detail h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.6rem;
  }
  .u-xxxl {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .u-xxl {
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .u-xl {
    font-size: 20px;
    font-size: 1.33333rem;
    line-height: 1.7;
  }
  .u-lg {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .u-md {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 1.9;
  }
  .u-sm {
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.9;
  }
  .u-xs {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.9;
  }
  .u-xxs {
    font-size: 13px;
    font-size: 0.86667rem;
    line-height: 1.9;
  }
  .u-disp--lg {
    display: inherit !important;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .l-headerLogo span {
    display: inline-block;
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.4;
    vertical-align: middle;
  }
  .l-headerNav__btn {
    padding: .7em 1em;
  }
  .l-footerNav {
    padding-right: 0;
  }
  .l-footerLogo {
    padding-right: 0;
  }
  .l-footerProvider {
    padding-right: 0;
  }
}

@media (min-width: 1320px) {
  .l-container {
    max-width: 1280px;
  }
}

@media (min-width: 1120px) {
  .l-container--small {
    max-width: 1080px;
  }
}

@media (min-width: 1300px) {
  .l-header {
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  th, td {
    padding: .7rem 1.1rem;
  }
  .c-tb.c-tb--block caption {
    padding: .5rem 1.1rem;
  }
  .c-tb.c-tb--block th, .c-tb.c-tb--block td {
    display: table-cell;
    width: auto;
    float: none;
  }
  .c-tb.c-tb--block tbody tr:first-child td {
    border-top: 1px solid #ddd;
  }
  .c-tb.c-tb--block tbody th {
    width: 25%;
  }
  .c-tb.c-tb--form th, .c-tb.c-tb--form td {
    display: table-cell;
    width: auto;
    float: none;
  }
  .c-tb.c-tb--form tbody tr:first-child td {
    border-top: 1px solid #ddd;
  }
  .c-tb.c-tb--form tbody tr th {
    padding: 1rem 1rem 1rem 1.5rem;
    border-bottom: 1px solid #ddd;
  }
  .c-tb.c-tb--form tbody tr td {
    padding: 1rem 1rem 1rem 0;
  }
  .c-tb--separate thead {
    display: table-header-group;
  }
  .c-tb--separate tr {
    display: table-row;
    margin-bottom: 0;
  }
  .c-tb--separate tr:before, .c-tb--separate tr:after {
    display: none;
    content: none;
  }
  .c-tb--separate tr:after {
    clear: none;
  }
  .c-tb--separate th,
  .c-tb--separate td {
    display: table-cell;
    width: auto;
    float: none;
    text-align: left;
  }
  .c-tb--separate th:before,
  .c-tb--separate td:before {
    content: none;
  }
  .c-tb.c-tb--separate thead {
    background: #f0f0ec;
  }
  .c-tb--scrollData {
    display: table;
    position: static;
  }
  .c-tb--scrollData thead {
    display: table-header-group;
    float: none;
  }
  .c-tb--scrollData thead th, .c-tb--scrollData thead td {
    display: table-cell;
  }
  .c-tb--scrollData tbody {
    display: table-row-group;
    position: static;
    overflow-x: visible;
    white-space: normal;
  }
  .c-tb--scrollData tbody tr {
    display: table-row;
  }
  .c-tb--scrollData tbody th, .c-tb--scrollData tbody td {
    display: table-cell;
  }
  .c-tb.c-tb--scrollData td {
    border-left: 1px solid #e0e0e0;
  }
  .c-tb.c-tb--scrollData td:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  .c-tb--scrollData2 {
    display: table;
    position: static;
  }
  .c-tb--scrollData2 thead {
    display: table-header-group;
    float: none;
  }
  .c-tb--scrollData2 thead th, .c-tb--scrollData2 thead td {
    display: table-cell;
  }
  .c-tb--scrollData2 tbody {
    display: table-row-group;
    position: static;
    overflow-x: visible;
    white-space: normal;
  }
  .c-tb--scrollData2 tbody tr {
    display: table-row;
  }
  .c-tb--scrollData2 tbody th, .c-tb--scrollData2 tbody td {
    display: table-cell;
  }
  .c-tb.c-tb--scrollData2 tbody th {
    border-left: 1px solid #e0e0e0;
    text-align: left;
  }
  .c-tb.c-tb--scrollData2 tbody th:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  .c-tb.c-tb--scrollData2 td {
    border-left: 1px solid #e0e0e0;
  }
  .c-tb.c-tb--scrollData2 td:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  .c-tb--scrollAll {
    display: table;
  }
  .c-tb--scrollAll td {
    white-space: normal;
  }
  .c-tb--tandem thead {
    display: table-header-group;
  }
  .c-tb--tandem tr {
    display: table-row;
    margin-bottom: 0;
  }
  .c-tb--tandem tr:before, .c-tb--tandem tr:after {
    display: none;
    content: none;
  }
  .c-tb--tandem tr:after {
    clear: none;
  }
  .c-tb--tandem tr th, .c-tb--tandem tr td {
    display: table-cell;
    width: auto;
    padding: .5em .8em;
    float: none;
    text-indent: 0;
  }
  .c-tb--tandem tr th {
    text-align: center;
  }
  .c-tb--tandem tr td {
    text-align: left;
  }
  .c-tb--tandem tr th:before,
  .c-tb--tandem tr td:before {
    content: none;
  }
  .c-tb.c-tb--tandem {
    border-top: 1px solid #e0e0e0;
  }
  .c-tb.c-tb--tandem th {
    background: #f0f0ec;
    text-align: left;
  }
  .c-tb.c-tb--tandem th, .c-tb.c-tb--tandem td {
    border-bottom: 1px solid #e0e0e0;
  }
  .c-require {
    margin-top: .5em;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media screen and (min-width: 992px) {
  .c-tb.c-tb--form tbody tr th {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .c-tb.c-tb--form tbody tr td {
    width: 67%;
  }
}

@media (min-width: 1380px) {
  .c-link--gotop {
    right: calc(50% - 600px);
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .u-disp--sm {
    display: inherit !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-disp--md {
    display: inherit !important;
  }
}
