@charset "UTF-8";
/*!
Theme Name: cbl_official
Author: canbethelight
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cbl_official
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cbl_official is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("all.min.css");
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/YakuHanJP-Regular.woff2") format("woff2"), url("fonts/YakuHanJP-Regular.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/YakuHanJP-Bold.woff2") format("woff2"), url("fonts/YakuHanJP-Bold.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Font Awesome 5 brands';
  font-style: normal;
  font-weight: 400;
  src: url("//use.fontawesome.com/releases/v5.6.1/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("//use.fontawesome.com/releases/v5.6.1/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap; }

body, html {
  height: 100%; }

/*レイアウトモジュール*/
.ly-cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  .ly-cont-s {
    width: 90%;
    max-width: 830px;
    margin: 0 auto; }

.compny-box .ly-cont-s, .company-info-box .ly-cont-s {
  width: 100%;
  max-width: 830px; }

/*margin*/
.m-10 {
  margin-top: 1em; }

.m-20 {
  margin-top: 2em; }

.m-30 {
  margin-top: 3em; }

.m-btm-10 {
  margin-bottom: 1em; }

.m-btm-20 {
  margin-bottom: 2em; }

.m-btm-30 {
  margin-bottom: 3em; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "YakuHanJP", "roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h3 {
  font-size: 18px;
  font-weight: 700; }
  h3.sub-ttl {
    position: relative;
    padding-left: 30px;
    letter-spacing: .05em; }
    h3.sub-ttl:before {
      content: "";
      display: block;
      background: #404040;
      width: 20px;
      height: 2px;
      position: absolute;
      top: .7em;
      left: 0; }

.font-copy {
  font-family: "YakuHanJP", "bebas-neue", "Bebas Neue", "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased; }

.sub-copy {
  font-size: 18px;
  margin: .5em 0 0;
  padding-left: 65px;
  line-height: 1.5em;
  font-weight: bold; }

.lead-txt {
  margin: 2.5em 0 3.5em;
  padding-left: 60px;
  max-width: 700px;
  line-height: 2em; }

h1.font-copy {
  position: relative;
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1em;
  padding-left: 50px;
  margin-top: 0; }
  h1.font-copy:before {
    content: '';
    background: #404040;
    width: 40px;
    height: 3px;
    display: block;
    position: absolute;
    top: .6em;
    left: 0; }

h2.font-copy {
  position: relative;
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1em;
  padding-left: 60px;
  margin-top: 0; }
  h2.font-copy:before {
    content: '';
    background: #404040;
    width: 40px;
    height: 3px;
    display: block;
    position: absolute;
    top: .5em;
    left: 0; }

h2.font-copy-s {
  font-family: "YakuHanJP", "bebas-neue", "Bebas Neue", "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 400;
  position: relative;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1em;
  padding-left: 60px; }
  h2.font-copy-s:before {
    content: '';
    background: #404040;
    width: 40px;
    height: 3px;
    display: block;
    margin-right: .2em;
    position: absolute;
    top: .5em;
    left: 0; }

h3.font-copy {
  font-family: "YakuHanJP", "bebas-neue", "Bebas Neue", "noto-sans-cjk-jp", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.03em;
  font-weight: 400;
  position: relative;
  font-size: 50px;
  margin-bottom: 0;
  line-height: 1em;
  padding-left: 30px; }
  h3.font-copy:before {
    content: '';
    background: #404040;
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: .55em;
    left: 0; }

p {
  line-height: 2em; }

.indent-30 {
  padding-left: 30px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #D4D4D9;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

figure {
  margin: 1em 0; }

/*header*/
header.site-header {
  width: 100%;
  padding: 0 1em;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  height: 70px;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.7); }
  header.site-header .site-branding {
    margin-right: auto; }
    header.site-header .site-branding h1, header.site-header .site-branding p {
      margin: 0;
      line-height: 0; }
    header.site-header .site-branding .site-title a {
      display: block;
      width: 100%;
      height: 100%; }
      header.site-header .site-branding .site-title a img {
        width: 90px;
        height: auto; }

.breadcrumb-area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 999; }
  .breadcrumb-area a {
    font-size: 14px;
    text-decoration: none;
    color: #404040; }
    .breadcrumb-area a.current-item {
      font-weight: bold !important; }
  @media screen and (max-width: 1199px) {
    .breadcrumb-area {
      padding: 0 1em; } }
.btn {
  text-align: center;
  font-weight: bold;
  width: 80%;
  max-width: 280px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  position: relative; }
  .btn.contact {
    width: 118px;
    height: 40px;
    line-height: 40px;
    margin: 0; }
  .btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #404040;
    padding: 0 1em;
    transition: all 0.25s ease 0s;
    background: #EBEB33;
    border-radius: 30px; }
    .btn a:hover {
      background: #C5DADE; }

.tag-btn {
  border: 1px solid #EBEB33;
  background: rgba(255, 255, 255, 0.8);
  margin-right: .5em;
  margin-bottom: .4em;
  display: inline-block; }
  .tag-btn a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: .5em .7em;
    display: block;
    transition: .3s;
    white-space: nowrap;
    color: #404040; }
    .tag-btn a:hover {
      background: #EBEB33; }

.link-txt {
  position: relative;
  display: inline-block;
  float: right; }
  .link-txt a {
    font-weight: bold;
    color: #404040;
    text-decoration: none; }
    .link-txt a:after {
      content: "→";
      margin-left: .5em; }
    .link-txt a:hover {
      color: #404040; }
  .link-txt:after {
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    margin: auto 0;
    background: #EBEB33;
    transition: all 0.25s ease 0s;
    z-index: -1; }
  .link-txt:hover:after {
    width: 100%; }

.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 !important; }
  .tag-list li {
    list-style: none;
    border: 1px solid #EBEB33;
    background: rgba(255, 255, 255, 0.8);
    margin-right: .5em;
    margin-bottom: .4em;
    padding-left:0 !important;
    text-indent:0 !important;
   }
    .tag-list li:before {
      display: none !important; }
    .tag-list li a {
      font-size: 12px;
      text-decoration: none;
      width: 100%;
      height: 100%;
      padding: .1em .4em;
      display: block;
      transition: .3s;
      white-space: nowrap;
      color: #404040; }
      .tag-list li a:before {
        content: "#";
        font-size: 12px;
        margin-right: .2em; }
      .tag-list li a:hover {
        background: #EBEB33; }

.article-list {
  display: flex;
  flex-wrap: wrap; }
  .article-list article {
    width: calc(100% / 3);
    border: 1px solid #D4D4D9;
    border-right: none;
    background: #fff;
    padding-bottom: 1.5em; }
    .article-list article:nth-child(3n), .article-list article:last-child {
      border-right: 1px solid #D4D4D9; }
    .article-list article h3 {
      margin: 1em 15px .2em;
      font-size: 18px;
      transition: .3s; }
    .article-list article .article-thumb {
      width: 100%;
      height: 225px;
      overflow: hidden; }
      .article-list article .article-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .3s all ease; }
        .article-list article .article-thumb img:hover {
          transform: scale(1.2, 1.2);
          transition: .3s all; }
    .article-list article .article-date {
      margin: 0 15px;
      font-size: 14px; }
    .article-list article .tag-list {
      margin: 1em 15px; }
    .article-list article a {
      color: #404040;
      text-decoration: none; }
      .article-list article a:hover h3 {
        opacity: .8; }

.move {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 1em 0; }
  .move iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.warp-list {
  display: flex;
  padding-left: 0 !important; }
  .warp-list li {
    list-style: none; }

.service-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .service-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .service-box ul li {
      width: calc(100% / 3);
      padding: 2em 1.5em;
      list-style: none;
      box-sizing: border-box;
      margin: 0;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      background-color: rgba(255, 255, 255, 0.7);
      border: 1px solid rgba(212, 212, 217, 0.8);
      border-right: none;
      position: relative;
      --borderWidth: 5px; }
      .service-box ul li:hover {
        z-index: 99; }
        .service-box ul li:hover:before {
          content: "";
          display: block;
          background: #fff;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
        .service-box ul li:hover:after {
          content: '';
          position: absolute;
          top: calc(-1 * var(--borderWidth));
          left: calc(-1 * var(--borderWidth));
          height: calc(100% + var(--borderWidth) * 2);
          width: calc(100% + var(--borderWidth) * 2);
          background: linear-gradient(45deg, #c5dade, #ebeb11, #e56fcf, #ebeb11, #c5dade);
          z-index: -1;
          -webkit-animation: animatedgradient 2s ease-out alternate;
          animation: animatedgradient 2s ease-out alternate;
          background-size: 300% 300%; }
      .service-box ul li .icon-img {
        width: 70px;
        height: auto;
        transition: .25s ease-out; }
        .service-box ul li .icon-img.design {
          width: 65px; }
        .service-box ul li .icon-img.develop {
          width: 93px; }
      .service-box ul li:nth-child(3n), .service-box ul li:last-child {
        border-right: 1px solid rgba(212, 212, 217, 0.8); }
      .service-box ul li h3:after {
        content: "";
        display: block;
        background: #404040;
        width: 30px;
        height: 2px;
        margin-top: 1em; }
      .service-box ul li .more-link {
        font-weight: bold;
        float: right;
        display: inline-block;
        margin: auto 0 0 auto; }
        .service-box ul li .more-link:after {
          content: "→";
          margin-left: .5em; }
      .service-box ul li a {
        color: #404040;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1; }
        .service-box ul li a:hover {
          transition: 1s; }
          .service-box ul li a:hover .icon-img {
            transform: scale(1.2, 1.2); }

@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
    opacity: 0; }
  50% {
    background-position: 100% 50%;
    opacity: 1; }
  100% {
    background-position: 0% 50%;
    opacity: 1; } }

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
    opacity: 0; }
  50% {
    background-position: 100% 50%;
    opacity: 1; }
  100% {
    background-position: 0% 50%;
    opacity: 1; } }

.service-box-second {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .service-box-second ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .service-box-second ul li {
      width: calc(100% / 3);
      padding: 2em 1.5em;
      list-style: none;
      box-sizing: border-box;
      margin: -1px 0 0 -1px;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      background-color: rgba(255, 255, 255, 0.7);
      border: 1px solid rgba(212, 212, 217, 0.8);
      border-right: none;
      position: relative; }
      .service-box-second ul li .icon-img {
        width: 70px;
        height: auto;
        transition: .25s ease-out; }
        .service-box-second ul li .icon-img.design {
          width: 65px; }
        .service-box-second ul li .icon-img.develop {
          width: 93px; }
      .service-box-second ul li:nth-child(3n), .service-box-second ul li:last-child {
        border-right: 1px solid rgba(212, 212, 217, 0.8); }
      .service-box-second ul li h3:after {
        content: "";
        display: block;
        background: #404040;
        width: 30px;
        height: 2px;
        margin-top: 1em; }
      .service-box-second ul li .more-link {
        font-weight: bold;
        float: right;
        display: inline-block;
        margin: 0; }
        .service-box-second ul li .more-link:after {
          content: "→";
          margin-left: .5em; }

.contact-icon {
  position: fixed;
  right: 1em;
  bottom: 1em;
  background: url(images/contact-img.png);
  background-size: cover;
  width: 150px;
  height: 150px;
  overflow: hidden;
  z-index: 999;
  opacity: 1; }
  .contact-icon a {
    color: #404040; }
  .contact-icon .contact-en {
    font-family: "YakuHanJP", "bebas-neue", "Bebas Neue", "noto-sans-cjk-jp", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    font-size: 20px;
    line-height: .9em; }
  .contact-icon .contact-ja {
    font-size: 12px;
    line-height: 1em;
    margin-top: .3em; }
  .contact-icon ul {
    position: absolute;
    top: 2.9em;
    left: 2em;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite; }
    .contact-icon ul li {
      line-height: 140px;
      margin: 0; }
  .contact-icon .ball-pulse {
    position: absolute;
    bottom: 1.3em;
    right: 1.45em; }
  .contact-icon.c-fade {
    opacity: 0 !important;
    transition: opacity 200ms ease-out;
    z-index: -1; }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 1s -0.24s 5 cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 1s -0.24s 5 cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 1s -0.12s 5 cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 1s -0.12s 5 cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 1s 0s 5 cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 1s 0s 5 cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div {
  background-color: #666;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 2px 1px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

/*footer*/
.f-contact, .contact-header {
  width: 90%;
  max-width: 1200px;
  min-height: 120px;
  margin: 5em auto;
  display: flex; }
  .f-contact h3, .contact-header h3 {
    font-size: 140px;
    position: relative;
    line-height: .9em;
    margin: 0;
    padding: 0;
    background: #c5dade;
    background: -moz-linear-gradient(120deg, #c5dade 26%, rgba(229, 111, 207, 0.613883) 59%, rgba(235, 235, 17, 0.80576) 89%);
    background: -webkit-linear-gradient(120deg, #c5dade 26%, rgba(229, 111, 207, 0.613883) 59%, rgba(235, 235, 17, 0.80576) 89%);
    background: linear-gradient(120deg, #c5dade 26%, rgba(229, 111, 207, 0.613883) 59%, rgba(235, 235, 17, 0.80576) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5dade",endColorstr="#ebeb11",GradientType=1);
    -webkit-background-clip: text;
    color: transparent; }
    .f-contact h3:before, .contact-header h3:before {
      display: none !important; }
    .f-contact h3:after, .contact-header h3:after {
      content: "";
      display: block;
      background: url(images/dots.png) !important;
      width: 100% !important;
      height: 100% !important;
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      opacity: .6;
      margin: 0 !important; }
  .f-contact .f-contact-box, .contact-header .f-contact-box {
    width: 40%;
    text-align: center;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .f-contact .f-contact-box .f-contact-box-in h4, .contact-header .f-contact-box .f-contact-box-in h4 {
      font-size: 24px; }
    .f-contact .f-contact-box .f-contact-box-in p, .contact-header .f-contact-box .f-contact-box-in p {
      margin-top: 0; }
      .f-contact .f-contact-box .f-contact-box-in p.btn, .contact-header .f-contact-box .f-contact-box-in p.btn {
        height: auto !important; }
        .f-contact .f-contact-box .f-contact-box-in p.btn:before, .contact-header .f-contact-box .f-contact-box-in p.btn:before {
          content: "";
          background: url(images/contact-monkey.png);
          background-size: cover;
          display: block;
          width: 88px;
          height: 76px;
          margin: 0 auto; }
  .f-contact .contact-header-box, .contact-header .contact-header-box {
    width: 42%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .f-contact .contact-header-box .contact-header-box-in .page-description, .contact-header .contact-header-box .contact-header-box-in .page-description {
      padding-left: 60px; }

.contact-header {
  margin-top: 10em; }

footer {
  width: 100%;
  overflow: hidden;
  position: relative; }
  footer .site-info {
    position: relative; }
    footer .site-info .totop {
      position: absolute;
      top: -25px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: #C5DADE;
      width: 50px;
      height: 50px;
      border-radius: 50%; }
      footer .site-info .totop a {
        font-size: 20px;
        color: #404040;
        text-decoration: none;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center; }
    footer .site-info .site-info-in {
      padding: 3em 1em 1em 1em;
      display: flex;
      border-top: 1px solid #D4D4D9; }
      footer .site-info .site-info-in .f-logo {
        margin-right: auto; }
      footer .site-info .site-info-in .f-info-con {
        margin-left: auto; }
        footer .site-info .site-info-in .f-info-con .f-sns-con {
          display: flex;
          justify-content: flex-end; }
          footer .site-info .site-info-in .f-info-con .f-sns-con li {
            list-style: none;
            margin: 0 .5em;
            font-size: 1.2em; }
            footer .site-info .site-info-in .f-info-con .f-sns-con li a {
              color: #404040;
              text-decoration: none;
              transition: .3s; }
              footer .site-info .site-info-in .f-info-con .f-sns-con li a:hover {
                color: rgba(64, 64, 64, 0.7); }
        footer .site-info .site-info-in .f-info-con .f-info-copy {
          display: flex; }
          footer .site-info .site-info-in .f-info-con .f-info-copy li {
            list-style: none;
            margin: 0 .5em;
            font-size: .9em; }
            footer .site-info .site-info-in .f-info-con .f-info-copy li a {
              font-weight: bold;
              color: #404040;
              text-decoration: none;
              transition: .3s; }
              footer .site-info .site-info-in .f-info-con .f-info-copy li a:hover {
                color: rgba(64, 64, 64, 0.7); }

/*single*/
.single .head-box .head-cont.sub-cont .copyBox h1 {
  letter-spacing: 0;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: bold;
  font-family: "YakuHanJP", "noto-sans-cjk-jp", sans-serif !important; }

.article-kv {
  margin-top: 1em;
  width: 100%;
  background: #c5dade;
  background: -moz-linear-gradient(120deg, #c5dade 0%, rgba(235, 235, 17, 0.80576) 100%);
  background: -webkit-linear-gradient(120deg, #c5dade 0%, rgba(235, 235, 17, 0.80576) 100%);
  background: linear-gradient(120deg, #c5dade 0%, rgba(235, 235, 17, 0.80576) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5dade",endColorstr="#ebeb11",GradientType=1); }
  .article-kv .ly-cont {
    overflow: hidden;
    max-height: 675px; }
  .article-kv img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }

main.single {
  width: 90%;
  max-width: 750px;
  margin: 0 auto; }
  main.single .entry-content {
    margin: 0 !important; }
  main.single .tag-list {
    margin: 2em 0; }
  main.single #ez-toc-container {
    width: 100%;
    border: 3px solid #C5DADE;
    border-radius: 6px;
    box-shadow: none;
    padding: 2em 1.5em;
    margin: 2em 0; }
    main.single #ez-toc-container .ez-toc-title-container .ez-toc-title {
      font-family: "YakuHanJP", "bebas-neue", "Bebas Neue", "noto-sans-cjk-jp", sans-serif;
      letter-spacing: 0.03em;
      font-weight: 400;
      font-size: 40px;
      padding-left: 30px;
      position: relative;
      line-height: .8em; }
      main.single #ez-toc-container .ez-toc-title-container .ez-toc-title:before {
        content: '';
        background: #404040;
        width: 15px;
        height: 3px;
        display: block;
        position: absolute;
        top: 7%;
        left: 0; }
      main.single #ez-toc-container .ez-toc-title-container .ez-toc-title:after {
        content: "目次";
        font-size: 16px;
        display: block; }
    main.single #ez-toc-container ul.ez-toc-list {
      margin: 1em 0;
      padding-left: 30px; }
      main.single #ez-toc-container ul.ez-toc-list li.ez-toc-heading-level-2 {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: .2em;
        text-indent: -1em;
        padding-left: 1em; }
        main.single #ez-toc-container ul.ez-toc-list li.ez-toc-heading-level-2:before {
          content: "";
          width: 10px;
          height: 10px;
          background: #C5DADE;
          border-radius: 50%;
          display: inline-block;
          margin-right: .5em; }
        main.single #ez-toc-container ul.ez-toc-list li.ez-toc-heading-level-2 a {
          color: #404040; 
          display:inline !important;
        }
        main.single #ez-toc-container ul.ez-toc-list li.ez-toc-heading-level-2 ul {
          margin-top: .3em;
          margin-left: 0; }
          main.single #ez-toc-container ul.ez-toc-list li.ez-toc-heading-level-2 ul li {
            font-size: 16px;
            font-weight: normal;
            border-bottom: 1px solid #D4D4D9;
            padding-bottom: .2em;
            margin-bottom: .5em;
            text-indent: -1em;
            padding-left: 1em; }
            main.single #ez-toc-container ul.ez-toc-list li.ez-toc-heading-level-2 ul li:before {
              display: none !important; }
  main.single figcaption {
    font-weight: bold;
    text-align: left;
    margin-bottom: 3em !important; }
  main.single .single-service-box {
    border: 3px solid #C5DADE;
    border-radius: 6px;
    padding: 2em 1.5em 1em;
    margin: 2em 0 0; }
    main.single .single-service-box .font-copy {
      font-size: 40px;
      padding-left: 30px;
      margin-top: 0; }
      main.single .single-service-box .font-copy:before {
        width: 15px;
        height: 3px;
        background: #404040;
        top: .5em; }
    main.single .single-service-box .sub-copy {
      font-size: 16px;
      padding-left: 30px; }
    main.single .single-service-box .tag-list {
      margin: 1em 0; }
      main.single .single-service-box .tag-list li{
        padding-left:0 !important;
        text-indent:0 !important;
      }
  main.single .first-img {
    display: none; }
  main.single .accent-color {
    color: #218da2; }
  main.single h2 {
    font-size: 28px;
    position: relative;
    padding-left: 40px;
    margin-top: 2em; }
    main.single h2:before {
      content: "";
      background: #EBEB33;
      width: 25px;
      height: 2px;
      display: block;
      position: absolute;
      top: .7em;
      left: 0; }
  main.single h3 {
    font-size: 24px;
    border-bottom: 1px solid #D4D4D9;
    padding-bottom: .2em;
    margin-top: 2em; }
    main.single h3 a {
      color: #404040; }
  main.single h4 {
    font-size: 20px;
    margin-top: 2em; }
  main.single h5 {
    font-size: 18px;
    margin-top: 2em; }
  main.single p {
    margin-bottom: 2em; }
  main.single ol {
    margin: 2em 0;
    padding-left: 1.5em; }
    main.single ol li {
      line-height: 2em;
      margin-bottom: .4em; }
  main.single ul {
    margin: 2em 0;
    padding: 0; }
    main.single ul li {
      line-height: 2em;
      margin-bottom: .4em;
      list-style: none;
      padding-left: 1.5em;
      text-indent: -1.5em; }
      main.single ul li:before {
        content: "";
        width: 10px;
        height: 10px;
        background: #EBEB33;
        border-radius: 50%;
        display: inline-block;
        margin-right: 1em; }
  main.single a[target="_blank"], main.single a.linkAddIcon {
    text-decoration: none;
    transition: .3s;
    color: #218DA2;
    padding: 0 .5em; }
    main.single a[target="_blank"]:before, main.single a.linkAddIcon:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f0c1";
      margin-right: .3em;
      color: #218DA2; }
    main.single a[target="_blank"]:hover, main.single a.linkAddIcon:hover {
      opacity: .6; }
  main.single blockquote {
    margin: 2em 0;
    padding-left: 1em;
    border-left: 5px solid rgba(212, 212, 217, 0.8); }
    main.single blockquote p {
      font-style: italic;
      color: #666; }
  main.single code {
    display: block;
    background: #f2f2f2;
    padding: 2em;
    font-size: 14px;
    color: #666; }
  main.single table {
    width: 100%;
    border: 1px solid #D4D4D9;
    border-collapse: collapse; }
    main.single table th, main.single table td {
      border: 1px solid #D4D4D9;
      padding: 1em; }
    main.single table th {
      background: #f2f2f2; }

.related-article {
  margin: 6em 0; }
  .related-article .article-list {
    margin-top: 3em; }

.author-box {
  background: #F6F6F6;
  border-radius: 6px;
  overflow: hidden;
  padding: 1em 2em;
  margin-top: 4em; }
  .author-box .author-thumb {
    max-width: 116px;
    min-width: 100px;
    float: left;
    margin-right: 2em; }
    .author-box .author-thumb img {
      width: 100%;
      height: auto;
      border-radius: 50%; }
  .author-box .author-detail {
    float: left;
    max-width: 530px; }
    .author-box .author-detail h3 {
      font-size: 20px;
      border-bottom: 0;
      margin: 0;
      padding: 0; }
    .author-box .author-detail .author-position {
      margin: 0;
      font-size: 18px; }
      .author-box .author-detail .author-position:after {
        content: "";
        background: #000;
        width: 25px;
        height: 3px;
        display: block;
        margin-top: .3em; }
    .author-box .author-detail .author-disc {
      font-size: 14px;
      margin-bottom: .5em; }

.service-cont {
  margin: 7em 0 10em;
  position: relative; }
  .service-cont .blur {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1200px; }
  .service-cont .service-box {
    margin: 3em 0 0; }
    .service-cont .service-box ul {
      justify-content: center; }

.service-list dl dt {
  float: left; }
  .service-list dl dt:after {
    content: " :";
    margin-right: 1em; }
  .service-list dl dt.service-url01 {
    display: none; }

.service-list dl dd {
  margin: 0 1em .7em; }
  .service-list dl dd.service-url02 {
    margin-left: 0; }
    .service-list dl dd.service-url02 a {
      padding-left: 0; }

.slick-slider {
  line-height: 0 !important; }

.image-flex-2 {
  display: flex;
  width: 100%; }
  .image-flex-2 img {
    width: calc(100% / 2 - 1em);
    height: auto;
    margin: 1em .5em; }

.image-flex-3 {
  display: flex;
  width: 100%; }
  .image-flex-3 img {
    width: calc(100% / 3 - 1em);
    height: auto;
    margin: 1em .5em; }

.image-flex-4 {
  display: flex;
  width: 100%; }
  .image-flex-4 img {
    width: calc(100% / 4 - 1em);
    height: auto;
    margin: 1em .5em; }

em {
  line-height: 2em; }

.bg-box {
  background: #f2f2f2;
  padding: 1.5em 2em;
  border-radius: 6px;
  margin: 1em 0; }
  .bg-box h2, .bg-box h3, .bg-box h4, .bg-box h5, .bg-box p {
    margin: 0 0 .5em !important; }
  .bg-box ol, .bg-box ul {
    margin-bottom: 0 !important; }

.border-box {
  border: 1px solid #D4D4D9;
  padding: 1.5em 2em;
  border-radius: 6px;
  margin: 1em 0; }
  .border-box h2, .border-box h3, .border-box h4, .border-box h5, .border-box p {
    margin: 0 0 .5em !important; }
  .border-box ol, .border-box ul {
    margin-bottom: 0 !important; }

.share ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0 !important; }
  .share ul li {
    width: 50px;
    height: 50px;
    list-style: none;
    text-align: center;
    line-height: 50px !important;
    margin: 0 .5em !important;
    text-indent: 0 !important;
    padding-left: 0 !important; }
    .share ul li a {
      border: 1px solid #D4D4D9;
      border-radius: 50%;
      display: block;
      width: 100%;
      height: 100%;
      color: #000;
      font-size: 20px;
      transition: .3s; }
      .share ul li a:hover {
        border: 1px solid #EBEB33;
        background: #EBEB33;
        color: #fff; }
    .share ul li:before {
      display: none !important; }

/*navigation*/
.navigation {
  text-align: center;
  margin: 2em auto; }
  .navigation .nav-links {
    display: flex;
    justify-content: center; }
    .navigation .nav-links .page-numbers {
      display: block;
      margin: 0 .5em;
      font-size: 18px;
      width: 44px;
      height: 44px;
      min-width: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #404040;
      text-decoration: none;
      transition: .3s; }
      .navigation .nav-links .page-numbers:hover {
        opacity: .5; }
      .navigation .nav-links .page-numbers.current {
        background: #404040;
        font-weight: bold;
        color: #fff;
        border-radius: 50%; }

.jump-url {
  margin: 0;
  padding: 0;
  display: flex; }
  .jump-url li {
    list-style: none;
    margin: 0 .7em 1em 0; }
    .jump-url li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      min-width: 40px;
      font-size: 14px;
      border-radius: 40px;
      border: 1px solid #D4D4D9;
      text-decoration: none;
      transition: .3s;
      color: #404040;
      background: rgba(255, 255, 255, 0.7); }
      .jump-url li a:hover {
        content: "";
        background: #EBEB33;
        color: #fff;
        border: none; }

/*cookie同意窓*/
#cookie-law-info-again {
  width: 200px !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  box-shadow: rgba(20, 20, 20, 0.2) 2px 2px 5px 2px; }

#cookie-law-info-bar {
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 95%;
  left: 0;
  right: 0;
  bottom: .5em !important;
  margin: auto;
  border-radius: 6px;
  box-shadow: rgba(20, 20, 20, 0.4) 0px 5px 30px; }
  #cookie-law-info-bar span {
    font-size: 14px;
    line-height: 1.6em; }
  #cookie-law-info-bar .cli-plugin-button {
    font-size: 16px;
    border-radius: 30px;
    padding: 1em 2em;
    margin-bottom: 0 !important;
    transition: .3s; }
  #cookie-law-info-bar .cookie_action_close_header_reject {
    font-size: 14px;
    transition: .3s; }
    #cookie-law-info-bar .cookie_action_close_header_reject:hover {
      opacity: .7; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-align: center;
  font-weight: bold;
  width: 80%;
  min-width:280px;
  max-width: 280px;
  height: 60px;
  margin: 0 10px;
  line-height: 60px;
  position: relative;
  color: #404040;
  background: #EBEB33;
  padding: 0 1em;
  transition: all 0.25s ease 0s;
  border-radius: 30px;
  border: none;
  display: block; }
  button:disabled,
  input[type="button"]:disabled,
  input[type="reset"]:disabled,
  input[type="submit"]:disabled {
    background: #999;
    color: #fff; }
    button:disabled:hover,
    input[type="button"]:disabled:hover,
    input[type="reset"]:disabled:hover,
    input[type="submit"]:disabled:hover {
      background: #999;
      color: #fff; }
  button.back,
  input.back[type="button"],
  input.back[type="reset"],
  input.back[type="submit"] {
    background: #ccc; }
  button.contact,
  input.contact[type="button"],
  input.contact[type="reset"],
  input.contact[type="submit"] {
    width: 118px;
    height: 40px;
    line-height: 40px;
    margin: 0; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: #fff;
    background: #404040; }
  button.slick-prev, button.slick-next{
    min-width:40px;
    max-width:40px;
  }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  color: #666;
  border: 1px solid #D4D4D9;
  padding: .5em;
  margin: .3em 0 0;
  -webkit-appearance: none;
  border-radius: 0; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #404040; }
  input[type="text"]:read-only,
  input[type="email"]:read-only,
  input[type="url"]:read-only,
  input[type="password"]:read-only,
  input[type="search"]:read-only,
  input[type="number"]:read-only,
  input[type="tel"]:read-only,
  input[type="range"]:read-only,
  input[type="date"]:read-only,
  input[type="month"]:read-only,
  input[type="week"]:read-only,
  input[type="time"]:read-only,
  input[type="datetime"]:read-only,
  input[type="datetime-local"]:read-only,
  input[type="color"]:read-only,
  textarea:read-only {
    background: transparent;
    border: none;
    outline: none; }

label {
  font-weight: bold;
  margin-bottom:1.5em;
  display:block;
 }

.search-submit {
  margin: 2em auto 5em !important; }

select {
  width: 100%;
  margin: .3em 0 0;
  padding: .5em;
  font-weight:normal;
  border: 1px solid #D4D4D9;
  -webkit-appearance: none;
  border-radius: 0;
  appearance: none; }
  select::-ms-expand {
    display: none; }

.wpcf7c-conf:read-only {
  background: transparent;
  border: none;
  outline: none;
  padding: 0; }

  .select-wrap{
  position: relative; }
  .select-wrap:after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f107";
    font-size: 20px;
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 25px;
    position: absolute;
    right: .5em;
    top: 0;
    bottom: 0;
    margin: auto 0; }
    .select-wrap:read-only{
    background: transparent;
    border: none;
    outline: none;
    color: #404040; }

form.custom-wpcf7c-confirmed .select-wrap:after {
  display: none; }

.wpcf7-list-item {
  margin: 0 0 2em !important; }
  .wpcf7-list-item input {
    margin-right: .5em; }

.contact-btn-box {
  display: flex;
  justify-content: center; 
margin-bottom:2em;}

/*chrome*/
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #404040; }
  a:visited {
    color: #404040; }
  a:hover, a:focus, a:active {
    color: #404040; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: flex;
  align-items: center; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-navigation ul li {
      margin-right: 1.5em;
      padding: 0 .5em; }
      .main-navigation ul li a {
        color: #404040;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        position: relative; }
        .main-navigation ul li a:after {
          position: absolute;
          content: "";
          bottom: 0;
          top: 0;
          left: 0;
          width: 0;
          height: 3px;
          margin: auto 0;
          background: #EBEB33;
          transition: all 0.2s ease 0s;
          z-index: -1; }
        .main-navigation ul li a:hover:after {
          width: 100%; }
      .main-navigation ul li ul {
        top: 100%;
        left: 0;
        width: 100vw;
        display: flex;
        justify-content: center;
        z-index: 99999;
        background: #f2f2f2;
        border-radius: 3px;
        position: absolute;
        box-shadow: rgba(20, 20, 20, 0.3) 0 32px 30px -30px; }
        .main-navigation ul li ul li {
          display: block;
          margin: 0;
          width: calc(100% / 4);
          max-width: 300px;
          padding: 0;
          position: relative;
          overflow: hidden;
          line-height: 0; }
          .main-navigation ul li ul li a {
            font-size: 14px;
            font-weight: normal;
            transition: .3s; }
            .main-navigation ul li ul li a:after {
              display: none; }
            .main-navigation ul li ul li a:hover {
              opacity: .7; }
            .main-navigation ul li ul li a .menu-image {
              width: 100%;
              height: auto;
              display: block;
              margin: 0;
              padding: 0; }
            .main-navigation ul li ul li a span.menu-image-title {
              padding-left: 0;
              font-weight: bold;
              display: block;
              position: absolute;
              bottom: .5em;
              left: .5em;
              color: #fff;
              font-size: 20px;
              line-height: 1.2em; }
          .main-navigation ul li ul li.s-top a span.menu-image-title {
            color: #000;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            font-family: "YakuHanJP", "bebas-neue", "Bebas Neue", "noto-sans-cjk-jp", sans-serif;
            font-weight: 400;
            letter-spacing: .03em;
            font-size: 24px; }
            .main-navigation ul li ul li.s-top a span.menu-image-title:after {
              content: "VIEW ALL";
              display: block;
              background: #EBEB33;
              padding: .5em 1em;
              border-radius: 30px;
              width: 180px;
              text-align: center;
              font-family: "YakuHanJP", "roboto", "noto-sans-cjk-jp", sans-serif;
              font-size: 14px;
              line-height: 30px;
              margin: .5em auto 0; }
          .main-navigation ul li ul li.s-design a span.menu-image-title:after {
            content: "SERVICE DESIGN";
            display: block;
            margin-top: 0;
            font-size: 18px;
            font-family: "YakuHanJP", "bebas-neue", "Bebas Neue", "noto-sans-cjk-jp", sans-serif;
            font-weight: 400;
            letter-spacing: .03em; }
          .main-navigation ul li ul li.s-construction a span.menu-image-title:after {
            content: "SERVICE DEVELOPMENT";
            display: block;
            margin-top: 0;
            font-size: 18px;
            font-family: "YakuHanJP", "bebas-neue", "Bebas Neue", "noto-sans-cjk-jp", sans-serif;
            font-weight: 400;
            letter-spacing: .03em; }
          .main-navigation ul li ul li.s-operation a span.menu-image-title:after {
            content: "SERVICE IMPROVEMENT";
            display: block;
            margin-top: 0;
            font-size: 18px;
            font-family: "YakuHanJP", "bebas-neue", "Bebas Neue", "noto-sans-cjk-jp", sans-serif;
            font-weight: 400;
            letter-spacing: .03em; }
  .main-navigation .current-menu-item:hover:after {
    display: none; }
  .main-navigation .current-menu-item > a {
    position: relative; }
    .main-navigation .current-menu-item > a:after {
      content: "";
      background: #E56FCF;
      width: 7px;
      height: 7px;
      border-radius: 7px;
      z-index: -1;
      display: block;
      position: absolute;
      top: 2.5em;
      left: 0;
      right: 0;
      margin: auto; }
    .main-navigation .current-menu-item > a:hover:after {
      width: 7px; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; }
  .menu-menu-1-container {
    display: block; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#page.tag, .single #page, .page-child #page, .error404 #page, .search #page {
  width: 100%;
  overflow: hidden;
  position: relative; }
  #page.tag:after, .single #page:after, .page-child #page:after, .error404 #page:after, .search #page:after {
    content: "";
    background: #C5DADE;
    width: 120%;
    height: 10%;
    max-height: 3px;
    position: absolute;
    left: 0;
    top: 35em;
    margin: 0 -30px;
    transform-origin: left center;
    transform: rotate(-35deg);
    z-index: -1; }
  #page.tag:before, .single #page:before, .page-child #page:before, .error404 #page:before, .search #page:before {
    content: "";
    background: #EBEB11;
    width: 200%;
    height: 10%;
    max-height: 2px;
    position: absolute;
    left: 0;
    top: 40em;
    margin: 0;
    transform-origin: left center;
    transform: rotate(-35deg);
    z-index: -1; }

/*top*/
.top-service {
  margin-top: 5em;
  position: relative; }
  .top-service .blur {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1200px; }

.top-work {
  position: relative;
  margin-top: 10em; }
  .top-work .blur {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1200px; }

.top-work-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 4em 0 0; }
  .top-work-box .work-thumb {
    max-width: 773px;
    display: flex;
    align-items: flex-end;
    order: 2; }
    .top-work-box .work-thumb a {
      width: 100%; }
    .top-work-box .work-thumb img {
      width: 100%;
      box-shadow: 0 2rem 2rem -2rem #101618;
      vertical-align: bottom; }
  .top-work-box .work-data-box {
    order: 1;
    width: 50%;
    max-width: 620px;
    min-width: 500px;
    padding: 0 3em; }
    .top-work-box .work-data-box a {
      text-decoration: none;
      color: #404040; }
    .top-work-box .work-data-box h3 {
      margin-top: 0;
      font-size: 32px; }
      .top-work-box .work-data-box h3:after {
        content: "";
        display: block;
        background: #404040;
        width: 60px;
        height: 3px;
        margin-top: .5em; }
    .top-work-box .work-data-box p span {
      margin-left: .5em;
      font-weight: bold;
      transition: .3s; }
      .top-work-box .work-data-box p span:hover {
        opacity: .7; }
    .top-work-box .work-data-box .tag-list li a {
      font-size: 14px; }
  .top-work-box.bg {
    background: #ebeb11;
    background: linear-gradient(120deg, rgba(235, 235, 17, 0.5) 0%, rgba(197, 218, 222, 0.5) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    justify-content: flex-start; }
    .top-work-box.bg .work-thumb {
      order: 1; }
    .top-work-box.bg .work-data-box {
      order: 2; }

.top-journal {
  position: relative;
  margin-top: 10em; }
  .top-journal .blur {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1200px; }

/*service*/
.why {
  margin-top: 5em; }

.service-flow-con {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .service-flow-con .ly-cont {
    padding: 1em 0 8em; }
  .service-flow-con .line-blue {
    top: 56%;
    z-index: -1; }
  .service-flow-con .line-yellow {
    bottom: 70%;
    z-index: -1;
    transform: rotate(6deg); }

.why-box-cont {
  padding: 2em 0; }

.why-box {
  display: flex;
  margin: 0 0 2em; }
  .why-box h3 {
    margin-top: 0; }
  .why-box .why-txt {
    width: 100%;
    max-width: 560px;
    padding-left: 30px;
    line-height: 2em; }
  .why-box .why-thumb {
    position: relative;
    top: -4em;
    right: -3em;
    text-align: center; }
    .why-box .why-thumb.left {
      left: -3em;
      right: 0; }

.system-margin {
  margin-top: -3em; }

.system-ent {
  background: #F2F2F2;
  padding: 2em 0; }
  .system-ent h3 {
    font-size: 20px;
    font-weight: bold; }
    .system-ent h3:before {
      top: .5em !important; }
  .system-ent img {
    width: 100%;
    height: auto;
    margin: 2em 0; }
    .system-ent img.sp {
      display: none; }
    .system-ent img.pc {
      display: block; }
  .system-ent .indent-30 {
    max-width: 900px; }

.system-dev {
  padding: 5em 0; }
  .system-dev h3 {
    font-size: 20px;
    font-weight: bold; }
    .system-dev h3:before {
      top: .5em !important; }
  .system-dev img {
    width: 100%;
    height: auto;
    margin: 2em 0; }
    .system-dev img.sp {
      display: none; }
    .system-dev img.pc {
      display: block; }
  .system-dev .indent-30 {
    max-width: 900px; }

.system-box {
  display: flex;
  margin: 4em 0 5em;
  justify-content: space-between; }
  .system-box .system-thumb {
    width: 100%;
    max-width: 654px; }
    .system-box .system-thumb img {
      width: 100%;
      height: auto; }
  .system-box .system-desc {
    width: 100%;
    max-width: 498px;
    margin-left: 2em; }
    .system-box .system-desc h4 {
      font-size: 20px;
      font-weight: bold;
      padding-left: 30px;
      position: relative; }
      .system-box .system-desc h4:before {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        position: absolute;
        background: #000;
        top: .7em;
        left: 0; }
    .system-box .system-desc p {
      padding-left: 30px; }

.flow-list {
  margin: 7em 0 0 5em;
  padding: 0;
  counter-reset: number; }
  .flow-list .flow-list-box {
    list-style: none;
    display: flex;
    padding-bottom: 7em;
    position: relative; }
    .flow-list .flow-list-box:before {
      content: "";
      background: #D4D4D9;
      width: 2px;
      height: 100%;
      display: block;
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      margin: auto; }
    .flow-list .flow-list-box:last-child:before {
      display: none; }
    .flow-list .flow-list-box .flow-title {
      width: 40%; }
      .flow-list .flow-list-box .flow-title h3 {
        margin: 0 0 1em;
        position: relative;
        padding-left: 30px;
        display: block; }
        .flow-list .flow-list-box .flow-title h3:before {
          content: "";
          background: #404040;
          width: 20px;
          height: 2px;
          display: block;
          position: absolute;
          top: .7em;
          left: 0; }
        .flow-list .flow-list-box .flow-title h3:after {
          counter-increment: number;
          content: counter(number, decimal-leading-zero);
          display: block;
          position: absolute;
          top: -.8em;
          left: -10px;
          font-size: 127px;
          font-family: "YakuHanJP", "bebas-neue", "Bebas Neue", "noto-sans-cjk-jp", sans-serif;
          font-weight: 400;
          color: rgba(212, 212, 217, 0.5);
          z-index: -1; }
      .flow-list .flow-list-box .flow-title ul {
        margin: 0;
        padding-left: 30px; }
        .flow-list .flow-list-box .flow-title ul li {
          list-style: none;
          margin-bottom: .4em; }
    .flow-list .flow-list-box .flow-img {
      width: 20%;
      text-align: center; }
    .flow-list .flow-list-box .flow-desc {
      width: 40%; }

.sub-service-box {
  background: url(images/company-bg.png) no-repeat top right #f2f2f2;
  background-size: cover;
  padding: 3em 0 5em; }
  .sub-service-box .sub-service-desc {
    max-width: 800px; }
    .sub-service-box .sub-service-desc h2 {
      font-size: 45px; }
      .sub-service-box .sub-service-desc h2:after {
        content: "";
        display: block;
        width: 50px;
        height: 3px;
        background: #000;
        margin: .7em 0 1em; }
    .sub-service-box .sub-service-desc .btn {
      margin: 4em 0 6em; }
  .sub-service-box .font-copy {
    font-size: 50px;
    font-weight: bold; }
  .sub-service-box .font-copy-s {
    font-size: 32px;
    font-weight: bold;
    margin: 2em 0 1em; }
  .sub-service-box .service-box ul li .icon-img {
    width: 100px;
    display: block; }

/*work*/
.work-product {
  margin-top: 5em;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .work-product .work-product-con {
    position: relative; }
  .work-product .line-blue {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1; }
  .work-product .line-yellow {
    position: absolute;
    left: 0;
    top: -5%;
    z-index: -1; }
  .work-product .btn {
    margin: 0;
    padding-left: 60px; }
  .work-product .work-product-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5em; }
    .work-product .work-product-list .work-product-list-thumb {
      width: 100%;
      max-width: 540px;
      margin-right: 4em; }
      .work-product .work-product-list .work-product-list-thumb img {
        width: 100%;
        height: auto; }
    .work-product .work-product-list .work-product-list-detail {
      width: 48%; }
      .work-product .work-product-list .work-product-list-detail h3 {
        font-size: 24px;
        margin: 0 0 .5em; }
      .work-product .work-product-list .work-product-list-detail .work-product-detail-lead {
        font-weight: bold;
        margin: 0;
        position: relative;
        padding-left: 35px; }
        .work-product .work-product-list .work-product-list-detail .work-product-detail-lead:before {
          content: "";
          background: #404040;
          width: 26px;
          height: 1px;
          display: block;
          position: absolute;
          top: 1.05em;
          left: 0; }
      .work-product .work-product-list .work-product-list-detail .work-product-detail-txt {
        padding-left: 35px;
        line-height: 2em; }
      .work-product .work-product-list .work-product-list-detail .tag-btn {
        margin-left: 35px; }
      .work-product .work-product-list .work-product-list-detail .jump-url {
        padding-left: 35px; }
    .work-product .work-product-list .work-product-list-s {
      width: 48%; }
      .work-product .work-product-list .work-product-list-s .work-product-list-thumb {
        margin-right: 0;
        margin-bottom: 2em; }
      .work-product .work-product-list .work-product-list-s .work-product-list-detail {
        width: 100%; }

.micro-project {
  margin: 5em 0 3em;
  height: 580px;
  background: url(images/micro-project-bg.png) no-repeat right bottom #F6F6F6; }
  .micro-project .ly-cont {
    padding: 4em 0; }
  .micro-project .micro-project-lead {
    font-weight: bold;
    margin: 0; }
    .micro-project .micro-project-lead:before {
      content: "";
      background: #404040;
      width: 26px;
      height: 1px;
      display: inline-block;
      vertical-align: middle;
      margin-right: .5em; }
  .micro-project .micro-project-txt {
    width: 60%;
    padding-left: 35px;
    line-height: 2em; }
  .micro-project .tag-btn {
    margin-left: 35px; }

/*company*/
.compny-box {
  background: url(images/company-bg.png) no-repeat top right;
  background-size: cover; }
  .compny-box h2 {
    margin-top: 0; }
  .compny-box .members-box {
    margin: 4.5em 0;
    padding: 1em 0;
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.5); }
    .compny-box .members-box h2 {
      margin-top: .5em; }

.profile-box {
  display: flex;
  margin-top: 3em; }
  .profile-box .profile-thumb {
    width: 50%;
    max-width: 150px;
    min-width: 150px;
    margin-right: 2em; }
    .profile-box .profile-thumb img {
      width: 100%;
      height: auto; }
  .profile-box .profile-detail h3 {
    font-size: 24px;
    margin: 0; }
  .profile-box .profile-detail .profile-sub {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 1.2em;
    color: #261D18; }

.company-info-box {
  padding-top: 14em; }
  .company-info-box .company-info-con {
    padding: 2em 0;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(246, 246, 246, 0.5);
    position: relative;
    z-index: 1; }
    .company-info-box .company-info-con .list {
      margin: 0;
      padding: 0 0 0 30px; }
      .company-info-box .company-info-con .list li {
        margin-bottom: .5em;
        list-style: none; }
  .company-info-box .ly-cont {
    position: relative; }
  .company-info-box .blur {
    position: absolute;
    top: -14em;
    right: 0;
    z-index: -1; }
  .company-info-box .cliant-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3em; }
    .company-info-box .cliant-list li {
      max-width: calc(100% / 4 - 1em);
      list-style: none;
      margin: 0 2em 2em; }
      .company-info-box .cliant-list li img {
        max-width: 200px;
        max-height: 60px; }
        .company-info-box .cliant-list li img.jpx {
          max-height: 80px; }
  .company-info-box .link-txt {
    position: relative;
    display: inline-block;
    float: none;
    margin: -.5em 0 1.5em 30px; }
    .company-info-box .link-txt a {
      font-weight: bold;
      color: #404040;
      text-decoration: none; }
      .company-info-box .link-txt a:after {
        content: "→";
        margin-left: .5em; }
      .company-info-box .link-txt a:hover {
        color: #404040; }
    .company-info-box .link-txt:after {
      position: absolute;
      content: "";
      bottom: 0;
      top: 0;
      left: 0;
      width: 0;
      height: 2px;
      margin: auto 0;
      background: #EBEB33;
      transition: all 0.25s ease 0s;
      z-index: -1; }
    .company-info-box .link-txt:hover:after {
      width: 100%; }

section.no-results {
  height: 300px;
  margin: 200px 0; }

/*KV animation*/
.head-box {
  width: 100%;
  height: 100vh;
  display: block;
  max-width: 100%;
  overflow: hidden; }
  .head-box.sub-head {
    height: 100%;
    max-height: 655px; }
  .head-box img {
    width: 100%;
    max-width: 1600px;
    display: block; }
  .head-box .head-cont {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; }
    .head-box .head-cont .copyBox {
      width: 100%;
      max-width: 1200px;
      position: absolute;
      z-index: 3;
      margin: 0;
      padding: 0 1em; }
      .head-box .head-cont .copyBox h2 {
        font-size: 100px;
        font-family: "bebas-neue";
        letter-spacing: .02em;
        font-weight: 400;
        line-height: 1em;
        margin: 0; }
      .head-box .head-cont .copyBox .top-copy {
        font-weight: bold;
        line-height: 1.6em;
        font-size: 20px; }
      .head-box .head-cont .copyBox .archive-description p, .head-box .head-cont .copyBox .page-description p {
        margin-top: 0;
        font-weight: bold;
        padding-left: 60px;
        font-size: 20px; }
      .head-box .head-cont .copyBox .sub-cat {
        font-size: 30px;
        margin: 0;
        padding-left: 60px;
        font-weight: 400; }
    .head-box .head-cont.sub-cont {
      min-height: 400px;
      overflow: inherit;
      padding-top: 120px; }
      .head-box .head-cont.sub-cont .copyBox {
        position: relative; }
        .head-box .head-cont.sub-cont .copyBox h1 {
          margin-top: 0;
          font-size: 80px; }
        .head-box .head-cont.sub-cont .copyBox .article-date {
          font-weight: bold;
          padding-left: 62px;
          margin: 0; }

.scroll {
  height: 70px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  .scroll p {
    font-size: 10px;
    text-align: center;
    line-height: 2em;
    font-weight: bold; }
    .scroll p:after {
      content: "";
      display: block;
      width: 1px;
      border-left: 3px solid #000;
      animation: scroll 1.8s ease .5s infinite normal;
      margin: 0 auto 0; }

@keyframes scroll {
  0% {
    height: 0; }
  50% {
    height: 50px;
    margin-top: 0; }
  100% {
    margin-top: 50px;
    height: 50px; } }

.line-blue {
  background: #C5DADE;
  width: 120%;
  height: 10%;
  max-height: 54px;
  margin: 0 -50px;
  transform-origin: left center;
  transform: rotate(-5deg);
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 10%; }

.line-yellow {
  background: #EBEB11;
  width: 120%;
  height: .5%;
  max-height: 3px;
  margin: 0 -50px;
  transform-origin: left center;
  transform: rotate(10deg);
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 40%; }

.head-box.sub-head .head-cont .line-yellow {
  transform: rotate(6deg); }

.line-blue-f {
  background: #C5DADE;
  width: 80%;
  height: 10%;
  max-height: 3px;
  position: absolute;
  left: 60%;
  bottom: 0;
  margin: 0 -30px;
  transform-origin: left center;
  transform: rotate(-35deg);
  z-index: -1; }

.line-yellow-f {
  background: #EBEB11;
  width: 80%;
  height: 10%;
  max-height: 2px;
  position: absolute;
  left: 62%;
  bottom: 0;
  margin: 0 50px;
  transform-origin: left center;
  transform: rotate(-35deg);
  z-index: -1; }

.line-move {
  opacity: 1;
  -webkit-animation-name: lineMove;
  animation-name: lineMove;
  animation-duration: .3s; }

.fade-item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s; }

@-webkit-keyframes lineMove {
  from {
    width: 0; }
  to {
    width: 120%; } }

@keyframes lineMove {
  from {
    width: 0; }
  to {
    width: 120%; } }

.blur, .blur-top {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.img-blur-top {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
  animation-delay: .6s; }

.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .1s; }

@-webkit-keyframes imageBlur {
  from {
    opacity: 0.5;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px); } }

@keyframes imageBlur {
  from {
    opacity: 0.5;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px); } }

@media screen and (max-width: 959px) {
  h1.font-copy {
    font-size: 50px;
    margin: 0;
    padding-left: 50px; }
    h1.font-copy:before {
      content: '';
      width: 30px;
      top: .5em; }
  h2.font-copy {
    font-size: 50px;
    margin: 0 0 0 -6%;
    padding-left: 30px; }
    h2.font-copy:before {
      content: '';
      width: 20px; }
  h2.font-copy-s {
    position: relative;
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1em;
    padding-left: 20px;
    margin: 0 0 0 -6%; }
    h2.font-copy-s:before {
      content: '';
      background: #404040;
      width: 15px;
      height: 3px;
      display: block;
      margin-right: 0;
      position: absolute;
      top: .5em;
      left: 0; }
  h3.font-copy {
    font-family: "YakuHanJP", "bebas-neue", "Bebas Neue", "noto-sans-cjk-jp", sans-serif;
    letter-spacing: 0.03em;
    font-weight: 400;
    position: relative;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1em;
    padding-left: 0; }
    h3.font-copy:before {
      display: none; }
    h3.font-copy:after {
      content: "";
      background: #404040;
      width: 20px;
      height: 3px;
      display: block;
      margin: .7em 0 1em; }
  h3.sub-ttl {
    padding-left: 0; }
    h3.sub-ttl:before {
      display: none; }
    h3.sub-ttl:after {
      display: block;
      content: "";
      width: 30px;
      height: 3px;
      background: #000;
      margin: .7em 0 1.2em; }
  .sub-copy {
    font-size: 16px;
    padding-left: 20px;
    margin-left: -6%; }
  .lead-txt {
    margin: 2em 0 3em 0;
    padding-left: 0;
    max-width: 700px;
    line-height: 2em; }
  .indent-30 {
    padding-left: 0; }
  .sp-indent {
    padding-left: 30px; }
  #page.tag:after, .single #page:after, .page-child #page:after {
    content: "";
    width: 150%;
    top: 25em; }
  #page.tag:before, .single #page:before, .page-child #page:before {
    content: "";
    top: 26em; }
  .navigation .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 16px;
    margin: 0 .3em; }
  header.site-header {
    padding: 0 0 0 1em;
    height: 50px; }
    header.site-header .site-branding .site-title a img {
      width: 70px;
      height: auto; }
  .head-box .blur-top {
    width: 170%;
    max-width: 1200px;
    position: relative;
    left: -50%;
    top: 0; }
  .head-box .head-cont {
    display: block;
    position: relative; }
    .head-box .head-cont .copyBox h2 {
      text-align: center;
      font-size: 50px;
      margin: 0; } }
    @media screen and (max-width: 959px) and (max-width: 340px) {
      .head-box .head-cont .copyBox h2 {
        font-size: 40px; } }
@media screen and (max-width: 959px) {
    .head-box .head-cont .copyBox .top-copy {
      font-size: 14px;
      text-align: center; }
    .head-box .head-cont .copyBox .sub-cat {
      font-size: 24px;
      padding-left: 50px; }
    .head-box .head-cont .line-blue {
      max-height: 30px;
      position: absolute;
      left: 0;
      bottom: 10%; }
    .head-box .head-cont .line-yellow {
      position: absolute;
      left: 0;
      bottom: 20%; }
  .head-box.sub-head {
    padding-top: 80px; }
    .head-box.sub-head .sub-cont {
      min-height: 200px;
      padding-top: 0; }
    .head-box.sub-head .head-cont .copyBox {
      padding: 0 1em 0 0;
      margin-left: 0;
      position: absolute;
      top: 25%;
      left: 0; }
      .head-box.sub-head .head-cont .copyBox h1 {
        font-size: 50px; }
      .head-box.sub-head .head-cont .copyBox .page-description p, .head-box.sub-head .head-cont .copyBox .archive-description p {
        padding-left: 50px;
        padding-right: 1em;
        font-size: 16px;
        font-weight: normal; }
    .head-box.sub-head .head-cont .line-blue {
      max-height: 30px;
      position: absolute;
      left: 0;
      bottom: 10%; }
    .head-box.sub-head .head-cont .line-yellow {
      position: absolute;
      left: 0;
      bottom: 30%; }
  .single .sub-cont {
    margin-bottom: 1em;
    min-height: 0 !important; }
    .single .sub-cont .copyBox {
      padding: 0;
      position: relative !important;
      top: 0; }
      .single .sub-cont .copyBox .sub-cat {
        font-size: 24px;
        padding-left: 50px; }
      .single .sub-cont .copyBox h1 {
        font-size: 32px !important;
        padding-right: .5em;
        font-weight: bold; }
      .single .sub-cont .copyBox .article-date {
        padding-left: 50px !important; }
  .warp-list {
    flex-wrap: wrap; }
    .warp-list li {
      width: calc(100% / 2); }
  #tag #page .head-box.sub-head, .page-child #page .head-box.sub-head {
    max-height: 300px; }
  .single-service-box .font-copy {
    margin: 0;
    padding-left: 0 !important; }
    .single-service-box .font-copy:after {
      margin: .2em 0 .5em !important; }
  .single-service-box .sub-copy {
    padding-left: 20px !important;
    margin-bottom: 0 !important; }
    main.single #ez-toc-container .ez-toc-title-container .ez-toc-title:before{
      top:6%;
    } 
  .menu-menu-1-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    padding: 1em;
    width: 70%;
    height: 100vh;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(242, 242, 242, 0.9);
    z-index: 999; }
    .menu-menu-1-container ul {
      width: 100%;
      flex-wrap: wrap;
      margin-top: 3em; }
      .menu-menu-1-container ul li {
        width: 100%;
        margin-bottom: .5em;
        font-size: 24px; }
      .menu-menu-1-container ul ul.sub-menu {
        display: block;
        margin-top: 0;
        position: relative;
        top: 10px;
        left: 0;
        padding-top: 0;
        background: transparent;
        box-shadow: none; }
        .menu-menu-1-container ul ul.sub-menu .s-top {
          display: none; }
        .menu-menu-1-container ul ul.sub-menu li {
          width: 100% !important; }
        .menu-menu-1-container ul ul.sub-menu a .menu-image {
          display: none !important; }
        .menu-menu-1-container ul ul.sub-menu a span.menu-image-title {
          color: #000 !important;
          font-size: 16px !important;
          position: relative !important;
          font-family: "YakuHanJP", "roboto", "noto-sans-cjk-jp", sans-serif !important;
          line-height: 2em;
          font-weight: 400; }
          .menu-menu-1-container ul ul.sub-menu a span.menu-image-title:after {
            display: none !important; }
  .current-menu-item > a:after {
    top: 5px !important;
    left: -120% !important;
    right: 15px; }
  .btn.normal.contact {
    display: none;
    height: 60px; }
    .btn.normal.contact a {
      border-radius: 0;
      line-height: 60px; }
  .ly-cont {
    width: 90%;
    max-width: 900px; }
  .breadcrumb-area {
    display: none !important; }
  .service-box ul, .service-box-second ul {
    display: flex;
    flex-wrap: wrap; }
    .service-box ul li, .service-box-second ul li {
      width: 100%;
      border-right: 1px solid rgba(212, 212, 217, 0.8);
      border-bottom: none; }
      .service-box ul li:last-child, .service-box-second ul li:last-child {
        border-bottom: 1px solid rgba(212, 212, 217, 0.8); }
  .article-list {
    display: flex;
    flex-wrap: wrap; }
    .article-list article {
      width: 100%;
      border: 1px solid #D4D4D9;
      border-right: 1px solid #D4D4D9;
      border-bottom: none;
      background: #fff;
      padding-bottom: 1.5em; }
      .article-list article:last-child {
        border-bottom: 1px solid #D4D4D9; }
      .article-list article h3 {
        margin: .5em 15px .2em;
        font-size: 18px; }
      .article-list article .article-thumb {
        width: 100%;
        height: auto; }
        .article-list article .article-thumb img {
          width: 100%;
          height: auto; }
      .article-list article .article-date {
        margin: 0 15px;
        font-size: 14px; }
      .article-list article .tag-list {
        margin: 1em 15px 0; }
      .article-list article a {
        color: #404040;
        text-decoration: none; }
  .service-cont {
    margin: 5em 0 0;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .service-cont .img-blur {
      position: absolute;
      top: 0;
      left: 0;
      width: 180%; }
  .micro-project .micro-project-txt {
    width: 100%; }
  .contact-icon {
    width: 120px;
    height: 120px; }
    .contact-icon .contact-ja {
      display: none; }
    .contact-icon ul {
      top: 2.5em;
      left: 1.7em; }
    .contact-icon .ball-pulse {
      bottom: .9em;
      right: 1em; }
  main.single h2 {
    font-size: 28px;
    padding-left: 0; }
    main.single h2:before {
      display: none; }
    main.single h2:after {
      content: "";
      display: block;
      background: #EBEB33;
      width: 25px;
      height: 2px;
      margin: .7em 0 1em; }
  main.single #ez-toc-container ul.ez-toc-list {
    padding-left: 0; }
  main.single #ez-toc-container ul.ez-toc-list li.ez-toc-heading-level-2 ul {
    margin-left: 0; }
  .article-kv .ly-cont {
    width: 100%; }
  .author-box {
    padding-top: 0; }
    .author-box .author-thumb {
      float: none;
      margin: 0 auto; }
    .author-box .author-detail h3 {
      font-size: 16px; }
    .author-box .author-detail .author-position {
      font-size: 14px; }
    .author-box .author-detail .author-disc {
      font-size: 14px; }
  .image-flex-2 {
    display: block;
    width: 100%; }
    .image-flex-2 img {
      width: 100%; }
  .image-flex-3 {
    display: block;
    width: 100%; }
    .image-flex-3 img {
      width: 100%; }
  .image-flex-4 {
    display: block;
    width: 100%; }
    .image-flex-4 img {
      width: 100%; }
  /*top*/
  .top-service {
    margin-top: 5em;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .top-service .img-blur {
      position: absolute;
      top: 0;
      left: 0;
      width: 180%; }
  .top-work {
    margin-top: 5em;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .top-work .img-blur {
      position: absolute;
      top: 0;
      left: -80%;
      width: 180%; }
  .top-journal {
    margin-top: 5em;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .top-journal .img-blur {
      position: absolute;
      top: 0;
      left: 0;
      width: 180%; }
  .top-work-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 2em; }
    .top-work-box .work-thumb {
      width: 100%;
      max-width: 100%;
      display: flex;
      order: 1; }
      .top-work-box .work-thumb img {
        width: 100%;
        box-shadow: none; }
    .top-work-box .work-data-box {
      order: 2;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      padding: 0 1.5em 1em; }
      .top-work-box .work-data-box h3 {
        margin-top: 1em;
        font-size: 24px; }
        .top-work-box .work-data-box h3:after {
          content: "";
          display: block;
          background: #404040;
          width: 30px;
          height: 3px;
          margin-top: .5em; }
      .top-work-box .work-data-box .tag-list li a {
        font-size: 14px; }
  /*service*/
  .service-flow-con .ly-cont {
    padding: 1em 0 3em; }
  .service-flow h3.font-copy {
    font-size: 36px !important; }
  .system-ent {
    background: #F2F2F2;
    padding: 2em 0; }
    .system-ent h3 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.7em; }
      .system-ent h3:before {
        top: .8em; }
    .system-ent img {
      width: 100%;
      height: auto;
      margin: 2em 0; }
      .system-ent img.sp {
        display: block; }
      .system-ent img.pc {
        display: none; }
  .system-dev {
    padding: 5em 0; }
    .system-dev h3 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.7em; }
      .system-dev h3:before {
        top: .8em; }
    .system-dev img {
      width: 100%;
      height: auto;
      margin: 2em 0; }
      .system-dev img.sp {
        display: block; }
      .system-dev img.pc {
        display: none; }
  .system-box {
    flex-direction: column; }
    .system-box .system-thumb {
      max-width: 100%;
      margin: 1em 0 2em; }
    .system-box .system-desc {
      margin-left: 0;
      max-width: 100%; }
      .system-box .system-desc p {
        padding-left: 0; }
  .system-box .system-desc h4 {
    padding-left: 0; }
    .system-box .system-desc h4:before {
      display: none; }
    .system-box .system-desc h4:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background: #000;
      margin: .7em 0 1em; }
  .flow-list {
    margin-left: 0; }
    .flow-list .flow-list-box {
      flex-direction: column; }
      .flow-list .flow-list-box:before {
        display: none; }
      .flow-list .flow-list-box .flow-title {
        width: 100%; }
      .flow-list .flow-list-box .flow-img {
        width: 100%;
        padding: 3em 0; }
        .flow-list .flow-list-box .flow-img img {
          transform: rotate(90deg); }
      .flow-list .flow-list-box .flow-desc {
        width: 100%; }
  .why-box-cont {
    padding-top: 0; }
  .why-box {
    flex-direction: column; }
    .why-box h3 {
      font-size: 32px; }
    .why-box .why-detail {
      order: 2; }
      .why-box .why-detail .why-txt {
        padding-left: 0; }
    .why-box .why-thumb {
      order: 1;
      top: 0;
      right: 0; }
      .why-box .why-thumb.left {
        left: 0; }
  .sub-service-box {
    background: url(images/company-bg.png) no-repeat top right -10em #f2f2f2;
    background-size: cover; }
    .sub-service-box .font-copy-s {
      font-size: 24px; }
    .sub-service-box .sub-service-desc h2 {
      font-size: 24px; }
  /*work*/
  .work-product .work-product-list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3em; }
    .work-product .work-product-list .work-product-list-thumb {
      max-width: 100%;
      min-width: 100%;
      margin: 0 auto; }
    .work-product .work-product-list .work-product-list-s {
      margin-bottom: 3em;
      width: 100%; }
      .work-product .work-product-list .work-product-list-s .work-product-list-thumb {
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto; }
      .work-product .work-product-list .work-product-list-s:last-child {
        margin-bottom: 0 !important; }
    .work-product .work-product-list .work-product-list-detail {
      width: 100%; }
      .work-product .work-product-list .work-product-list-detail .work-product-detail-txt {
        padding-left: 0 !important; }
      .work-product .work-product-list .work-product-list-detail .tag-btn {
        margin-left: 0 !important; }
      .work-product .work-product-list .work-product-list-detail .jump-url {
        padding-left: 0 !important; }
  /*company*/
  .compny-box {
    background: url(images/company-bg.png) no-repeat top right -8em;
    background-size: cover; }
  .profile-box {
    display: block; }
    .profile-box .profile-thumb {
      width: 50%;
      max-width: 120px;
      min-width: 120px;
      margin-bottom: 1em; }
  .company-info-box {
    padding-top: 7.5em; }
    .company-info-box .company-info-con {
      padding: 2em 0;
      position: relative;
      z-index: 1; }
      .company-info-box .company-info-con .list {
        padding: 0 0 0 20px; }
    .company-info-box .blur {
      position: absolute;
      top: -8em;
      right: 0;
      z-index: -1; }
    .company-info-box .cliant-list {
      margin: 2em 0 0;
      padding: 0; }
      .company-info-box .cliant-list li {
        width: calc(100% / 4);
        margin: 0 .5em 2em .5em; }
        .company-info-box .cliant-list li img {
          width: 100%;
          height: auto;
          max-height: 50px; }
          .company-info-box .cliant-list li img.jpx {
            max-height: 50px; }
  /*footer*/
  .contact-header {
    width: 90%;
    display: block;
    margin: 7em auto 4em; }
    .contact-header h3 {
      font-size: calc(100vw / 5);
      position: relative;
      line-height: .9em;
      margin: 0 0 .5em; }
    .contact-header .contact-header-box {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .contact-header .contact-header-box .contact-header-box-in .font-copy {
        margin-left: -6%; }
      .contact-header .contact-header-box .contact-header-box-in .sub-copy {
        padding-left: 50px !important; }
      .contact-header .contact-header-box .contact-header-box-in .page-description {
        width: 100%;
        padding: 0 !important; }
  .f-contact {
    width: 90%;
    display: block;
    min-height: auto;
    margin: 3em auto 8em; }
    .f-contact h3 {
      font-size: calc(100vw / 5);
      position: relative;
      line-height: .9em;
      margin: 0 0 .5em;
      padding-left: 0 !important; }
    .f-contact .f-contact-box {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center; }
  footer {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto; }
    footer .site-info .site-info-in {
      padding: 1em;
      display: block;
      border-top: 1px solid #D4D4D9; }
      footer .site-info .site-info-in .f-logo {
        margin-right: auto; }
        footer .site-info .site-info-in .f-logo img {
          width: 130px;
          height: auto; }
      footer .site-info .site-info-in .f-info-con {
        margin-left: 0; }
        footer .site-info .site-info-in .f-info-con .f-sns-con {
          display: flex;
          justify-content: flex-start;
          margin: 0;
          padding: 0; }
          footer .site-info .site-info-in .f-info-con .f-sns-con li {
            list-style: none;
            margin: 0 1em 0 0;
            font-size: 1.2em; }
            footer .site-info .site-info-in .f-info-con .f-sns-con li a {
              color: #404040;
              text-decoration: none;
              transition: .3s; }
              footer .site-info .site-info-in .f-info-con .f-sns-con li a:hover {
                color: rgba(64, 64, 64, 0.7); }
        footer .site-info .site-info-in .f-info-con .f-info-copy {
          display: block;
          margin: 1.5em 0 0;
          padding: 0; }
          footer .site-info .site-info-in .f-info-con .f-info-copy li {
            list-style: none;
            margin: 0 .0 .7em;
            font-size: .9em; }
            footer .site-info .site-info-in .f-info-con .f-info-copy li a {
              font-weight: bold;
              color: #404040;
              text-decoration: none;
              transition: .3s; }
              footer .site-info .site-info-in .f-info-con .f-info-copy li a:hover {
                color: rgba(64, 64, 64, 0.7); }
  /*menu icon animation*/
  @keyframes line-scale-pulse-out {
    0% {
      transform: scaley(1);
      transform-origin: bottom; }
    5% {
      transform: scaley(0.5);
      transform-origin: bottom; }
    25% {
      transform: scaley(0.65);
      transform-origin: bottom; }
    50% {
      transform: scaley(0.3);
      transform-origin: bottom; }
    75% {
      transform: scaley(0.2);
      transform-origin: bottom; }
    100% {
      transform: scaley(1);
      transform-origin: bottom; } }
  .menu-toggle {
    display: block;
    margin: .2em 1em 0; }
    .menu-toggle > div {
      background-color: #261D18;
      width: 3px;
      height: 26px;
      border-radius: 1px;
      margin: 2px 1px;
      animation-fill-mode: both;
      display: inline-block;
      animation: line-scale-pulse-out 1.15s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
      .menu-toggle > div:nth-child(1) {
        animation-delay: -0.5s !important; }
      .menu-toggle > div:nth-child(2) {
        animation-delay: 0.7s !important; }
      .menu-toggle > div:nth-child(4) {
        animation-delay: -0.4s !important; }
      .menu-toggle > div:nth-child(5) {
        animation-delay: 0s !important; }
    .menu-toggle:after {
      content: "MENU";
      display: block;
      font-size: 9px;
      text-align: center;
      font-weight: bold;
      letter-spacing: .1em;
      margin-top: -.5em; }
    .menu-toggle.open {
      position: fixed;
      z-index: 9999;
      top: 1.2em;
      right: 0;
      transition: .3s; }
      .menu-toggle.open:after {
        content: url(images/close.svg);
        display: block; }
      .menu-toggle.open > div {
        display: none; }
  .page-child .head-box.sub-head .head-cont.sub-cont .copyBox {
    position: relative; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

  /*blogcard*/
  .blogcard {
    line-height: 1;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    word-wrap: break-word;
    margin: 40px;
    box-shadow: 0 0 10px 6px rgba(0,0,0,.025);
  }
  .blogcard.ex {
    background-color: #f7f7f7;
  }
  .blogcard a[target="_blank"]{
    text-decoration: none;
    opacity: 1;
    transition: all 0.2s ease;
    color: #218DA2;
    padding: 0 .5em; }
    .blogcard a[target="_blank"]:before{
     display:none; }
  .blogcard a:hover {
    opacity: 0.6;
  }
  .blogcard_thumbnail {
    float: left;
    padding: 20px;
  }
  .blogcard_title {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 20px 10px;  
  }
  .blogcard_excerpt {
    font-size: 0.85em;
    line-height: 1.6;
    padding: 0 17px 15px 20px;
  }
  .blogcard_link {
    font-size:0.65em;
    padding:0 17px 15px 20px;
    text-align: left;
  }
  .blogcard_link .favicon {
    margin-bottom: -4px;
  }
  .blogcard_link .icon-external-link-alt::before {
    font-size:0.75em;
  }

  @media screen and (max-width: 768px) {
    .blogcard {
      margin: 40px 0;
    }
    .blogcard_thumbnail img {
      width: 90px;
    }
    .blogcard_title {
      font-size: 0.95em;
      padding-bottom: 17px;
    }
    .blogcard_excerpt  {
      display: none;
    }
  }