@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.com-txt-color-text {
  color: #333333 !important;
}

.com-bg-text {
  color: #333333 !important;
}

.com-txt-color-main {
  color: #8FAE81 !important;
}

.com-bg-main {
  color: #8FAE81 !important;
}

.com-txt-color-consulting {
  color: #F4E4C5 !important;
}

.com-bg-consulting {
  color: #F4E4C5 !important;
}

.com-txt-color-marketing {
  color: #D2E3E6 !important;
}

.com-bg-marketing {
  color: #D2E3E6 !important;
}

.com-txt-color-design {
  color: #1D1F1A !important;
}

.com-bg-design {
  color: #1D1F1A !important;
}

.com-txt-color-danger {
  color: red !important;
}

.com-bg-danger {
  color: red !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  color: #fff !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  color: #3b5999 !important;
}

.com-txt-color-twitter {
  color: #1da1f2 !important;
}

.com-bg-twitter {
  color: #1da1f2 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  color: #18ba07 !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.2;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, ol, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: #333333;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.4em;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 960px;
}
.uk-container-small {
  max-width: 650px;
}
.uk-container-large {
  max-width: 1160px;
}
.uk-container-expand {
  max-width: none;
}

/* #header
====================================== */
#header {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#header .header-inner {
  padding-right: 0;
}

/* #header-offcanvas-btn
--------------------------------- */
#header-offcanvas-btn {
  align-self: stretch;
}
#header-offcanvas-btn a {
  background: #8FAE81;
  display: flex;
  color: #fff;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 0.5em;
}

/* #header-logo
--------------------------------- */
#header-logo {
  margin-bottom: 0;
  font-size: 10px;
  font-size: 0.625rem;
}

/* gnav
====================================== */
#gnav {
  font-size: 13px;
  font-size: 0.8125rem;
}
#gnav a {
  display: block;
  padding: 2.3em 2.5em;
}
#gnav a:hover {
  background: rgba(143, 174, 129, 0.15);
}
#gnav .contact a {
  background: #8FAE81;
  color: #fff;
}
#gnav .contact a:hover {
  background: #688a59;
}

#main {
  overflow: hidden;
}

/* #footer
====================================== */
#footer {
  background: #8FAE81;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-top: 100px;
}
@media (min-width: 640px) {
  #footer {
    padding-top: 45px;
    padding-bottom: 40px;
    margin-top: 200px;
  }
}

/* parts
====================================== */
/* .copyright
--------------------------------- */
.copyright {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}

.uk-offcanvas-bar {
  background: #fff;
  padding: 0;
}

.uk-nav > li {
  border-bottom: 1px solid #DCDCDC;
}
.uk-nav > li a {
  padding: 0.5em 1em;
  color: #333333 !important;
}
.uk-nav .contact a {
  background: #8FAE81 !important;
  color: #fff !important;
}

/* section
====================================== */
/* title タイトル
--------------------------------- */
.com-tit-01 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 2em;
  margin-bottom: 2.5em;
  font-weight: bold;
}
@media (min-width: 640px) {
  .com-tit-01 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.com-tit-02 {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 640px) {
  .com-tit-02 {
    margin-bottom: 50px;
  }
}

.com-tit-03 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.619047619;
  margin-bottom: 1.3em;
  font-weight: bold;
}
@media (min-width: 640px) {
  .com-tit-03 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

/* panel パネル
--------------------------------- */
/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 150px;
}
@media (min-width: 960px) {
  .com-mt-l {
    margin-top: 210px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.4em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.4em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 2.0833333333;
}
@media (min-width: 640px) {
  .com-text-01 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.com-text-02 {
  line-height: 2;
}

/* アクセント色
--------------------------------- */
.com-accent-01 {
  color: #8FAE81;
  font-family: Signika;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8em;
}

/* リンク
--------------------------------- */
.com-btn-01 {
  display: block;
  max-width: 350px;
  text-align: center;
  background: #8FAE81;
  color: #fff;
  padding: 1.5em 1em;
  box-sizing: border-box;
}
.com-btn-01:hover {
  color: #fff;
  background: #688a59;
}

.com-link-01 {
  text-decoration: underline;
}

#keyvisual {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1004px;
}
@media (min-width: 640px) {
  #keyvisual {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.js-keyvisualslide .js-kv-wrap {
  transition: 0.2s;
}
.js-keyvisualslide .js-kv-img img {
  transition: 0.2s;
  transition-delay: 0.2s;
}
.js-keyvisualslide .js-kv-img img:not(.active) {
  opacity: 0;
}
.js-keyvisualslide .js-kv-text {
  transition: 0.2s;
  transition-delay: 0.4s;
}
.js-keyvisualslide .js-kv-tit li {
  transition: 0.4s;
  transition-delay: 0.6s;
}
.js-keyvisualslide .js-kv-tit li:not(.active) {
  opacity: 0;
}
.js-keyvisualslide .js-kv-tit path {
  transition: 0.1s;
}
.js-keyvisualslide .js-kv-tit path:not(.visible) {
  opacity: 0;
}
.js-keyvisualslide .bg-branding {
  background: #8FAE81;
}
.js-keyvisualslide .bg-consulting {
  background: #F4E4C5;
}
.js-keyvisualslide .bg-marketing {
  background: #D2E3E6;
}
.js-keyvisualslide .bg-design {
  background: #1D1F1A;
  color: #fff;
}
.js-keyvisualslide .js-span-wrap-text span {
  transition: 0.1s;
}
.js-keyvisualslide .js-span-wrap-text span:not(.visible) {
  opacity: 0;
}

.keyvisual-wrap {
  padding: 25px;
}
@media (min-width: 640px) {
  .keyvisual-wrap {
    padding: 50px;
  }
}

.keyvisual-text {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 1.5em 1em;
  text-align: center;
  opacity: 0;
}
@media (min-width: 640px) {
  .keyvisual-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.keyvisual-img {
  padding: 23px 30px;
  position: relative;
}
@media (min-width: 640px) {
  .keyvisual-img {
    padding: 45px 60px;
  }
}
.keyvisual-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.keyvisual-tit {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
}
.keyvisual-tit li {
  position: absolute;
  left: 0;
  right: 0;
}
.keyvisual-tit .text {
  display: block;
  margin-top: 0.5em;
}
@media (min-width: 640px) {
  .keyvisual-tit .text {
    margin-top: 1em;
  }
}

.intro-img {
  position: relative;
}
.intro-img .sub {
  position: absolute;
  z-index: -1;
}

.intro-img-01 {
  max-width: 600px;
  margin-right: calc( 50% - 50vw );
  margin-left: auto;
  margin-top: -20px;
  margin-bottom: 10%;
}
@media (min-width: 960px) {
  .intro-img-01 {
    position: absolute;
    right: 0;
    left: 550px;
  }
}
.intro-img-01 .sub {
  left: 12.5%;
}
.intro-img-01 .main {
  padding: 5%;
  padding-left: 0;
  padding-right: 8.3333333333%;
}

.intro-img-02 {
  width: 60%;
  max-width: 350px;
  margin-left: 5%;
  margin-top: 10%;
}
@media (min-width: 960px) {
  .intro-img-02 {
    margin-left: 20%;
    margin-top: 20%;
  }
}
.intro-img-02 .sub {
  right: 46%;
}
.intro-img-02 .main {
  padding: 10%;
  padding-right: 0;
  padding-left: 14.5714285714%;
}

.intro-img-03 {
  width: 80%;
  max-width: 425px;
  margin-right: -15px;
  margin-left: auto;
  margin-top: 20%;
}
@media (min-width: 960px) {
  .intro-img-03 {
    margin-top: 0;
  }
}
.intro-img-03 .main {
  padding-left: 17.4117647059%;
}

.service-list {
  text-align: center;
}
.service-list .text {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.7em;
}
@media (min-width: 960px) {
  .service-list .text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.support-list .icon {
  display: block;
  text-align: center;
}
.support-list .tit {
  background: #8FAE81;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 0.3em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5714285714;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  .support-list .tit {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.support-list .text {
  padding: 0 1.5em;
  font-size: 13px;
  font-size: 0.8125rem;
}
.support-list .uk-grid-margin {
  margin-top: 30px;
}

@media (min-width: 960px) {
  .works-list .work-wrap {
    display: flex;
  }
}
@media (min-width: 960px) {
  .works-list .img-wrap {
    width: 51.8518518519%;
  }
}
.works-list .detail-wrap {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .works-list .detail-wrap {
    box-sizing: border-box;
    flex: 1;
    padding: 50px;
  }
}
@media (min-width: 640px) {
  .works-list .detail-inner {
    max-width: 367px;
  }
}
.works-list .square {
  position: absolute;
  bottom: -50px;
  width: 75px;
}
@media (min-width: 640px) {
  .works-list .square {
    bottom: -125px;
  }
}
@media (min-width: 960px) {
  .works-list .square {
    width: auto;
  }
}
.works-list li {
  position: relative;
}
.works-list li + li {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .works-list li + li {
    margin-top: 125px;
  }
}
.works-list li:last-of-type .square {
  display: none;
}
.works-list li:nth-of-type(odd) .square {
  right: 0;
}
.works-list li:nth-of-type(odd) .blur {
  right: 21.5%;
}
.works-list li:nth-of-type(odd) .main {
  padding-left: 21.5%;
}
.works-list li:nth-of-type(odd) .display {
  margin-left: 2%;
}
@media (min-width: 640px) {
  .works-list li:nth-of-type(odd) .display {
    margin-left: 11%;
  }
}
@media (min-width: 960px) {
  .works-list li:nth-of-type(even) .img-wrap {
    order: 2;
  }
}
.works-list li:nth-of-type(even) .square {
  left: 0;
}
.works-list li:nth-of-type(even) .square img {
  transform: rotateY(180deg);
}
.works-list li:nth-of-type(even) .blur {
  left: 21.5%;
}
.works-list li:nth-of-type(even) .main {
  padding-right: 21.5%;
}
.works-list li:nth-of-type(even) .display {
  margin-left: auto;
  margin-right: 2%;
  margin-bottom: -20px;
}
@media (min-width: 640px) {
  .works-list li:nth-of-type(even) .display {
    margin-right: 11%;
  }
}

.works-img-01 {
  position: relative;
}
.works-img-01 .blur {
  position: absolute;
  top: 0;
  z-index: -1;
}
.works-img-01 .main {
  padding-top: 7%;
}
.works-img-01 .display {
  width: 60%;
  max-width: 266px;
  margin-top: -80px;
  margin-bottom: -20px;
}
@media (min-width: 960px) {
  .works-img-01 .display {
    margin-bottom: -50px;
  }
}

.works-tit-01 {
  font-weight: bold;
}
.works-tit-01 .num {
  display: block;
  border-bottom: 2px solid #424442;
  padding-bottom: 0.4em;
  margin-bottom: 1.3em;
}
@media (max-width: 639px) {
  .works-tit-01 .num img {
    height: 18px;
    width: auto;
  }
}

.works-text-01 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
}
.works-text-01.client {
  margin-top: 1.6em;
}

.company-table {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 639px) {
  .company-table {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .company-table {
    display: grid;
    grid-gap: 1em 3em;
    grid-template-columns: minmax(auto, -webkit-max-content) 1fr;
    grid-template-columns: minmax(auto, max-content) 1fr;
  }
}
@media (max-width: 639px) {
  .company-table dd {
    margin-top: 0.5em;
  }
}
@media (max-width: 639px) {
  .company-table dd + dt {
    margin-top: 2em;
  }
}

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