@charset "UTF-8";
/*
Theme Name: Microbe farm
Theme URI:

This theme was designed and built by LoB inc.

*/
/*---------------------------------------------------------------
リセット
---------------------------------------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*---------------------------------------------------------------
ブレイクポイント
---------------------------------------------------------------*/
/*---------------------------------------------------------------
color
---------------------------------------------------------------*/
/*---------------------------------------------------------------
mixin
---------------------------------------------------------------*/
/*---------------------------------------------------------------
common
---------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #f2f2f2;
  border: 20px solid #fff;
  color: #2d2a26;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 950px) {
  body {
    min-width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    border: none;
  }
}
body a:hover {
  opacity: 0.8;
}
body img {
  width: 100%;
  height: auto;
}

@media (min-width: 860px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*------------------------------------
  flexbox
-------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex_jc-s {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flex_jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex_jc-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-flex_ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-lex_ai-s {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-flex_ai-e {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.u-flex_wp_wp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 859px) {
  .u-flex_wp_wp_sp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.u-flex_dr_co {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*------------------------------------
  margin-bottom
-------------------------------------*/
.u-mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 859px) {
  .u-mb100 {
    margin-bottom: 50px !important;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 859px) {
  .u-mb80 {
    margin-bottom: 40px !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 859px) {
  .u-mb60 {
    margin-bottom: 30px !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 859px) {
  .u-mb50 {
    margin-bottom: 25px !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 859px) {
  .u-mb30 {
    margin-bottom: 15px !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 859px) {
  .u-mb20 {
    margin-bottom: 10px !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 859px) {
  .u-mb10 {
    margin-bottom: 5px !important;
  }
}

.u-box-shadow {
  -webkit-box-shadow: 2px 2px 10px -8px #bababa;
          box-shadow: 2px 2px 10px -8px #bababa;
}

.u-border-radius10 {
  border-radius: 10px;
}

.u-bg_gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgb(30, 185, 238)), to(rgb(142, 220, 246)));
  background: linear-gradient(90deg, rgb(30, 185, 238) 0%, rgb(142, 220, 246) 100%);
}

.u-bg_gradient-45 {
  background: linear-gradient(135deg, rgb(30, 185, 238) 0%, rgb(142, 220, 246) 100%);
}

.u-figure-shadow {
  -webkit-box-shadow: 5px 5px 30px -20px #000000;
          box-shadow: 5px 5px 30px -20px #000000;
}

.u-ta-right {
  text-align: right;
}

.u-ta-center {
  text-align: center;
}

.u-ta-left {
  text-align: left;
}

.u-img100 {
  width: 100%;
  height: auto;
}

.u-color-green {
  color: #00dca0;
}

#c-member {
  padding: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 859px) {
  #c-member {
    padding: 25px 0;
    margin-bottom: 30px;
  }
  #c-member .c-inner {
    padding: 0;
  }
}
#c-member ul li {
  position: relative;
  margin-bottom: min(10vw, 160px);
}
#c-member ul li img {
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 859px) {
  #c-member ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: -13vw;
  }
  #c-member ul li img {
    height: 75%;
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
  }
}
#c-member ul li h5 {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 0.8rem;
  letter-spacing: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}
#c-member ul li h5 span {
  color: #fff;
  padding: 10px 5px;
  margin-bottom: 10px;
  text-orientation: upright;
}
@media screen and (max-width: 859px) {
  #c-member ul li h5 {
    left: 10px;
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  #c-member ul li h5 span {
    padding: 5px;
    margin-bottom: 5px;
  }
}

/*---------------------------------*/
#c-aboutus {
  background: #efefef;
  padding: 70px;
  margin-bottom: 200px;
}
@media screen and (max-width: 859px) {
  #c-aboutus {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
#c-aboutus h3 + p {
  background: none;
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 859px) {
  #c-aboutus h3 + p {
    font-size: 1rem;
    text-align: left;
    padding: 0 4%;
    margin-bottom: 15px;
  }
}
#c-aboutus .c-inner {
  padding: 0 70px 50px;
}
@media screen and (max-width: 859px) {
  #c-aboutus .c-inner {
    padding: 0 4% 25px;
  }
}
#c-aboutus .c-inner figure {
  width: 70%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 859px) {
  #c-aboutus .c-inner figure {
    width: 100%;
  }
}
#c-aboutus .c-inner figure + p {
  text-align: center;
}

/*---------------------------------*/
#c-faq {
  background: #efefef;
  padding: 100px 0;
  margin-bottom: 200px;
}
@media screen and (max-width: 859px) {
  #c-faq {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
#c-faq h3 {
  margin-bottom: 20px;
}
#c-faq h3 + p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 859px) {
  #c-faq h3 + p {
    text-align: left;
    padding: 0 4% 25px;
    margin-bottom: 20px;
  }
}
#c-faq h4 {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
#c-faq h5 {
  color: #1eb9ee;
  padding: 0 30px 0 30px;
  position: relative;
}
@media screen and (max-width: 859px) {
  #c-faq h5 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
}

/*---------------------------------*/
#c-entry {
  margin-bottom: 200px;
}
@media screen and (max-width: 859px) {
  #c-entry {
    margin-bottom: 100px;
  }
}
#c-entry h3 + p {
  background: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 859px) {
  #c-entry h3 + p {
    font-size: 1rem;
    text-align: left;
    padding: 0 4% 25px;
    margin-bottom: 15px;
  }
}
#c-entry ul {
  padding: 0 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 859px) {
  #c-entry ul {
    padding: 0;
    margin-bottom: 35px;
  }
}
#c-entry ul li {
  width: 32%;
  height: 85px;
  margin: 0 0 10px;
  text-align: center;
  border: 4px solid #1eb9ee;
  -o-border-image: linear-gradient(135deg, rgb(30, 185, 238) 0%, rgb(142, 220, 246) 100%);
     border-image: linear-gradient(135deg, rgb(30, 185, 238) 0%, rgb(142, 220, 246) 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 859px) {
  #c-entry ul li {
    width: 49%;
    height: 60px;
    margin: 0 2% 10px 0;
    border: 3px solid #1eb9ee;
  }
  #c-entry ul li:nth-of-type(2n) {
    margin: 0 0 10px 0;
  }
}
#c-entry ul li a {
  color: #1eb9ee;
  display: inline-block;
  font-size: min(1.6vw, 20px);
  line-height: 1.4;
  padding: 15px 0;
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 859px) {
  #c-entry ul li a {
    font-size: 0.8rem;
  }
}
#c-entry ul li a:before, #c-entry ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#c-entry ul li a:before {
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #1eb9ee;
  border-right: 3px solid #1eb9ee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 859px) {
  #c-entry ul li a:before {
    right: 10px;
    width: 10px;
    height: 10px;
  }
}
#c-entry ul li a:hover .sample5-2::before {
  right: 15px;
  color: #1eb9ee;
}
#c-entry .c-btn .arrow {
  font-size: 2rem;
  color: #fff;
  border: none;
  padding: 10px 100px 10px 40px;
}
#c-entry .c-btn .arrow:hover {
  color: #2d2a26;
}
@media screen and (max-width: 859px) {
  #c-entry .c-btn .arrow {
    font-size: 1.25rem;
  }
}
#c-entry .c-btn .sample5-2::before {
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}

/*---------------------------------*/
.c-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1099px) and (min-width: 860px) {
  .c-inner {
    max-width: 100%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 859px) {
  .c-inner {
    max-width: 100%;
    padding: 0 4%;
  }
}

.c-inner900 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 859px) {
  .c-inner900 {
    max-width: 100%;
    padding: 0 4%;
  }
}

.c-inner800 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 859px) {
  .c-inner800 {
    max-width: 100%;
    padding: 0 4%;
  }
}

/*---------------------------------*/
.c-tit1 {
  font-size: 5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-tit1 span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 859px) {
  .c-tit1 {
    font-size: 1.85rem;
    margin-bottom: 25px;
  }
  .c-tit1 span {
    font-size: 1rem;
  }
}

.c-tit2 {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 859px) {
  .c-tit2 {
    margin-bottom: 25px;
  }
}
.c-tit2:before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  background: #efefef;
  top: 30px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 859px) {
  .c-tit2:before {
    height: 15px;
    top: 7px;
  }
}
.c-tit2 span {
  background: #fff;
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.3;
  padding: 0 20px;
}
@media screen and (max-width: 859px) {
  .c-tit2 span {
    font-size: 1.35rem;
    padding: 0 10px;
  }
}
.c-tit2 span span {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 859px) {
  .c-tit2 span span {
    font-size: 1rem;
  }
}

/*---------------------------------*/
@media screen and (max-width: 859px) {
  .c-pc-br {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .c-sp-br {
    display: none;
  }
}

/*---------------------------------*/
.c-btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #555;
  padding: 10px 70px;
  text-align: center;
  outline: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.c-btn span {
  position: relative;
  z-index: 3;
  color: #333;
}
.c-btn:hover {
  -webkit-box-shadow: 0 10px 44px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 44px rgba(0, 0, 0, 0.3);
}
.c-btn:hover span {
  color: #fff;
}
.c-btn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.c-btn_white {
  border: 1px solid #fff;
}
.c-btn_white span {
  color: #fff;
}
.c-btn_white:hover span {
  color: #2d2a26;
}
.c-btn_white:before {
  content: "";
  background: #fff;
}

.c-btn-2 {
  text-align: center;
}
.c-btn-2 .arrow {
  font-size: 1.5rem;
  font-weight: 900;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 100px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.c-btn-2 .arrow:hover {
  color: #2d2a26;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 859px) {
  .c-btn-2 .arrow {
    font-size: 1.2rem;
  }
}
.c-btn-2 .arrow::before,
.c-btn-2 .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-btn-2 .sample5-2::before {
  right: 35px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-2:hover .sample5-2::before {
  right: 15px;
  color: #1eb9ee;
}

.c-btn-3 {
  color: #1eb9ee;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.6rem 3.5rem;
  letter-spacing: 0.1rem;
  position: relative;
  z-index: 1;
}
.c-btn-3:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #1eb9ee;
}
.c-btn-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff url(../images/common/icon_arrow.svg) no-repeat 35px center/13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  width: 100%;
}
.c-btn-3:hover {
  color: #fff;
}
.c-btn-3:hover:before {
  width: 0%;
}
@media screen and (max-width: 859px) {
  .c-btn-3 {
    display: block;
    text-align: center;
  }
}

.c-blog-btn {
  text-align: center;
  margin: -120px 0 250px;
}
.c-blog-btn .arrow {
  font-size: 1.5rem;
}
@media screen and (max-width: 859px) {
  .c-blog-btn {
    margin: 0 0 50px;
  }
}

.c-txt-strong {
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (max-width: 859px) {
  .c-txt-strong {
    font-size: 1.05rem;
  }
}

/*---------------------------------*/
.c-link_btn {
  font-weight: bold;
  padding-left: 30px;
  background: url(../images/common/icon_link.svg) no-repeat 5px center/20px;
  word-break: break-all;
}

.c-link_pdf {
  font-weight: bold;
  padding-left: 30px;
  background: url(../images/common/icon_pdf.svg) no-repeat 5px center/18px;
  word-break: break-all;
}

.c-link_exel {
  font-weight: bold;
  padding-left: 30px;
  background: url(../images/common/icon_exel.svg) no-repeat 5px center/18px;
  word-break: break-all;
}

/*---------------------------------*/
.c-list_disc {
  padding-left: 30px;
}
@media screen and (max-width: 859px) {
  .c-list_disc {
    padding-left: 10px;
  }
}
.c-list_disc li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.c-list_disc li:after {
  content: "";
  width: 13px;
  height: 13px;
  background: #2d2a26;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 5px;
}
@media screen and (max-width: 859px) {
  .c-list_disc li {
    margin-bottom: 0;
  }
}

.c-list_decimal {
  list-style-type: decimal;
  padding-left: 30px;
}
@media screen and (max-width: 859px) {
  .c-list_decimal {
    padding-left: 10px;
  }
}
.c-list_decimal li {
  margin-bottom: 20px;
}
@media screen and (max-width: 859px) {
  .c-list_decimal li {
    margin-bottom: 0;
  }
}

/*---------------------------------*/
.c-columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 859px) {
  .c-columns-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-columns-2 .c-column-box {
  width: 48%;
}
@media screen and (max-width: 859px) {
  .c-columns-2 .c-column-box {
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-columns-3 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.c-columns-3 li img {
  width: 100%;
  height: auto;
}
.c-columns-3 li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 859px) {
  .c-columns-3 li {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.c-columns-4 li {
  width: 23.875%;
  margin-right: 1.5%;
  margin-bottom: 10px;
}
.c-columns-4 li img {
  width: 100%;
  height: auto;
}
.c-columns-4 li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 859px) {
  .c-columns-4 li {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

/*---------------------------------*/
.c-accordion-area {
  /*アイコンの＋と×*/
}
.c-accordion-area .title {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-accordion-area .title::before,
.c-accordion-area .title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #2d2a26;
}
@media screen and (max-width: 859px) {
  .c-accordion-area .title::before,
  .c-accordion-area .title::after {
    width: 15px;
  }
}
.c-accordion-area .title::before {
  bottom: 18%;
  right: 10%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 859px) {
  .c-accordion-area .title::before {
    right: 7px;
  }
}
.c-accordion-area .title::after {
  bottom: 18%;
  right: 10%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 859px) {
  .c-accordion-area .title::after {
    right: 7px;
  }
}
.c-accordion-area .title.close::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-accordion-area .title.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-accordion-area .box {
  display: none; /*はじめは非表示*/
  font-size: 0.8rem;
}

/*---------------------------------*/
.particles-js-canvas-el {
  position: fixed !important;
}

#f-header.hide {
  -webkit-transform: translateY(-130%);
          transform: translateY(-130%);
}

#f-header.bgcolor {
  background: #fff;
  margin-top: -20px;
  padding: 0 60px 0 15px;
}
@media screen and (max-width: 859px) {
  #f-header.bgcolor {
    padding: 0 0 10px 10px;
    margin-top: 0;
  }
}
#f-header.bgcolor #logo {
  padding: 22px 0 0 10px;
}
@media screen and (max-width: 859px) {
  #f-header.bgcolor #logo {
    padding: 10px 0 0 10px;
  }
}
#f-header.bgcolor #gnav ul li a {
  padding: 15px 0;
}
#f-header.bgcolor #gnav .contact a {
  background: #2d2a26 url(../images/common/icon_mail.svg) no-repeat center 30px/0;
  color: #fff;
  padding: 15px 20px;
  margin-top: 0;
}
#f-header.bgcolor #f-toggle {
  top: 15px;
}
@media screen and (max-width: 859px) {
  #f-header.bgcolor #f-toggle {
    top: 5px;
  }
}

#f-header {
  position: fixed;
  padding: 23px 60px 0 23px;
  z-index: 10000;
  width: calc(100% - 40px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 859px) {
  #f-header {
    padding: 10px 0 0 10px;
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (min-width: 860px) {
  #f-header .c-inner {
    padding: 0;
  }
}
@media screen and (max-width: 859px) {
  #f-header .c-inner {
    padding: 0;
  }
}
#f-header #logo {
  padding: 10px 0 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 265px;
}
@media screen and (max-width: 859px) {
  #f-header #logo {
    width: 70%;
  }
}
#f-header #gnav {
  font-size: 1.1rem;
}
@media screen and (max-width: 1099px) and (min-width: 860px) {
  #f-header #gnav {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 859px) {
  #f-header #gnav {
    display: none;
  }
}
#f-header #gnav ul li {
  margin-right: 20px;
}
#f-header #gnav ul li a {
  display: inline-block;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
#f-header #gnav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  background-color: #2d2a26;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
#f-header #gnav ul li a:hover::after {
  width: 50%;
}
@media screen and (max-width: 1099px) and (min-width: 860px) {
  #f-header #gnav ul li {
    margin-right: 12px;
  }
  #f-header #gnav ul li a {
    letter-spacing: 0.05rem;
  }
}
@media screen and (max-width: 859px) {
  #f-header #gnav ul li {
    width: 100%;
  }
  #f-header #gnav ul li a {
    padding: 20px;
    color: #fff;
  }
}
#f-header #gnav ul .contact a {
  background: #2d2a26 url(../images/common/icon_mail.svg) no-repeat center 30px/24px;
  color: #fff;
  padding: 50px 20px 20px;
  margin-top: -50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#f-header .latestpost {
  display: none;
  width: 35%;
  color: #fff;
  padding: 10px 0 20px 50px;
  border-left: 1px solid #b4b4b4;
}
#f-header .latestpost h5 {
  margin-bottom: 10px;
  letter-spacing: 0.3em;
}
#f-header .latestpost figure {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
#f-header .latestpost figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#f-header .latestpost figure + div {
  width: 90%;
  margin: 10px auto 0;
}
@media screen and (max-width: 859px) {
  #f-header .latestpost {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #b4b4b4;
    border-left: none;
  }
  #f-header .latestpost figure + div {
    width: 100%;
    margin: 10px auto 30px;
  }
}
#f-header .latestpost time {
  display: inline-block;
  padding: 7px 9px;
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  margin-right: 10px;
}
#f-header .latestpost time span {
  border-top: 1px solid #fff;
  display: block;
  font-size: 0.9rem;
  padding: 5px;
  margin-top: 5px;
}
#f-header .latestpost .cat {
  padding: 10px;
  font-size: 0.8rem;
  letter-spacing: 0;
  margin-right: 20px;
  border: 1px solid #fff;
}
#f-header .latestpost .cat-news {
  background: #2d2a26;
  color: #fff;
}
#f-header .latestpost .cat-columns {
  background: #fff;
  color: #2d2a26;
}
#f-header .latestpost p {
  width: 100%;
  font-size: 0.8rem;
}

#f-header.active {
  display: none;
  background: rgba(45, 42, 38, 0.97);
  padding: 8vh 0;
}
#f-header.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100vw - 40px);
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 859px) {
  #f-header.active {
    padding: 20px 20px 50px;
  }
}
#f-header.active .content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px;
  display: block;
}
@media screen and (max-width: 859px) {
  #f-header.active .content {
    max-width: 100%;
    padding: 0 4%;
  }
}
#f-header.active .overlay_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#f-header.active #logo {
  width: 35%;
  padding: 0;
  margin-bottom: 30px;
}
#f-header.active #logo span {
  color: #fff;
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
#f-header.active #logo .st0 {
  fill: #fff;
}
#f-header.active #logo .st1 {
  opacity: 0.7;
  fill: #fff;
}
#f-header.active #logo .st2 {
  opacity: 0.85;
  fill: #fff;
}
#f-header.active #logo .st3 {
  opacity: 0.55;
  fill: #fff;
}
#f-header.active #logo .st4 {
  opacity: 0.35;
  fill: #fff;
}
@media screen and (max-width: 859px) {
  #f-header.active #logo {
    width: 75%;
    margin-bottom: 25px;
  }
}
#f-header.active #gnav {
  width: 50%;
  display: block;
}
#f-header.active #gnav ul {
  display: block;
}
#f-header.active #gnav ul li a {
  color: #fff;
  font-size: 1.5rem;
  padding: 0;
  line-height: 1.8;
}
#f-header.active #gnav ul .contact a {
  background: none;
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 859px) {
  #f-header.active #gnav {
    margin-bottom: 20px;
  }
}
#f-header.active .latestpost {
  display: block;
}

.f-orderflow {
  background: rgba(230, 230, 230, 0.5) url(../images/common/orderflow_bg.png) no-repeat right top/50%;
  padding: 60px 150px;
  position: relative;
  z-index: 15;
}
.f-orderflow h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1099px) and (min-width: 860px) {
  .f-orderflow {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 859px) {
  .f-orderflow {
    padding: 30px;
    text-align: center;
  }
}

.f-contact_area {
  position: relative;
  z-index: 15;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.5) 100%);
  padding: 60px 150px;
  border-top: 4px solid #00dca0;
  -o-border-image: linear-gradient(to right, #00dca0 0%, #fff 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#00dca0), to(#fff));
     border-image: linear-gradient(to right, #00dca0 0%, #fff 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 1099px) and (min-width: 860px) {
  .f-contact_area {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 859px) {
  .f-contact_area {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
.f-contact_area .title {
  width: 28%;
}
.f-contact_area .title h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 859px) {
  .f-contact_area .title {
    border-right: none;
    width: 100%;
    padding: 0 0 20px;
  }
  .f-contact_area .title h3 {
    font-size: 2rem;
    margin-bottom: 5px;
    text-align: center;
  }
  .f-contact_area .title p {
    font-size: 0.9rem;
  }
  .f-contact_area .title p br {
    display: none;
  }
}
@media screen and (max-width: 859px) {
  .f-contact_area {
    overflow: hidden;
  }
}

.f-information {
  width: 67%;
  position: relative;
}
@media screen and (max-width: 859px) {
  .f-information {
    width: 100%;
    padding: 0;
  }
}
.f-information h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.f-information h4 span:first-child {
  background: #efefef;
  font-size: 1rem;
  padding: 0.5em 1em 0.5em 1.3em;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
@media screen and (max-width: 1099px) and (min-width: 860px) {
  .f-information h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 859px) {
  .f-information h4 {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .f-information h4 span:first-child {
    font-size: 0.8rem;
    padding: 0.5em;
    margin-right: 10px;
  }
}
@media screen and (max-width: 859px) {
  .f-information h4 + p br {
    display: none;
  }
}
.f-information .tel {
  margin-right: 20px;
}
.f-information .tel a {
  font-size: 2.3rem;
  font-weight: bold;
  background: url(../images/common/icon_tel.svg) no-repeat 8px center/23px;
  padding: 0 5px 5px 40px;
  border-bottom: 3px solid #2d2a26;
}
@media screen and (max-width: 859px) {
  .f-information .tel {
    margin: 0 auto 10px;
  }
  .f-information .tel a {
    font-size: 2.2rem;
  }
}
.f-information .tel span {
  display: block;
  text-align: center;
}
.f-information .contact_btn {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.f-information .contact_btn a {
  background: #2d2a26 url(../images/common/icon_mail.svg) no-repeat 28px center/26px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 17px 30px 17px 60px;
}
@media screen and (max-width: 859px) {
  .f-information .contact_btn {
    width: 100%;
  }
  .f-information .contact_btn a {
    background: #2d2a26 url(../images/common/icon_mail.svg) no-repeat 15px center/30px;
    display: block;
    padding: 10px 15px 10px 55px;
  }
}

.contact #f-footer {
  margin-top: 50px;
  padding-top: 100px;
}

#f-footer {
  background: #fff;
  padding-top: 230px;
  padding-bottom: 100px;
  margin-top: -200px;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 859px) {
  #f-footer {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
  }
}
#f-footer .c-inner {
  border-top: 1px solid #b4b4b4;
  padding: 100px 4% 50px;
  position: relative;
}
@media screen and (max-width: 859px) {
  #f-footer .c-inner {
    padding: 25px 4%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
#f-footer .c-inner .pagetop a {
  position: absolute;
  top: -26px;
  right: -26px;
  background: #e6e6e5;
  border-radius: 50%;
  padding: 9px 14px 11px;
}
@media screen and (max-width: 1099px) and (min-width: 860px) {
  #f-footer .c-inner .pagetop a {
    right: 15px;
  }
}
@media screen and (max-width: 859px) {
  #f-footer .c-inner .pagetop a {
    right: 15px;
  }
}
#f-footer .c-inner .f-logo {
  margin-bottom: 100px;
}
@media screen and (max-width: 859px) {
  #f-footer .c-inner .f-logo {
    margin-bottom: 0;
  }
}
#f-footer .c-inner .f-logo a {
  width: 400px;
  display: inline-block;
}
@media screen and (max-width: 859px) {
  #f-footer .c-inner .f-logo a {
    width: 60%;
  }
}
#f-footer .c-inner nav ul li {
  margin: 0 25px;
}
@media screen and (max-width: 859px) {
  #f-footer .c-inner nav {
    display: none;
  }
}
#f-footer small {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 859px) {
  #f-footer small {
    letter-spacing: 0.2em;
  }
}

/*---------------------------------------------------------------
 トグル
---------------------------------------------------------------*/
#f-toggle {
  z-index: 10000;
  position: absolute;
  top: 22px;
  right: 24px;
}
#f-toggle a::before, #f-toggle a::after {
  border-bottom: none !important;
}
@media screen and (max-width: 859px) {
  #f-toggle {
    top: 12px;
    right: 10px;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-trigger {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

.menu-trigger span {
  border-radius: 50%;
  position: absolute;
  z-index: 9999;
  width: 5px;
  height: 5px;
  top: 18px;
  background-color: #2d2a26;
  border-radius: 3px;
}

.menu-trigger span:nth-of-type(1) {
  left: 10px;
}

.menu-trigger span:nth-of-type(2) {
  left: 18px;
}

.menu-trigger span:nth-of-type(3) {
  left: 18px;
}

.menu-trigger span:nth-of-type(4) {
  left: 18px;
}

.menu-trigger span:nth-of-type(5) {
  left: 26px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  left: 10px;
}

.menu-trigger.active span:nth-of-type(4) {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  left: 26px;
}

.menu-trigger.active span:nth-of-type(5) {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.slide-arrow {
  width: 22px;
}
.slide-arrow img {
  width: 100%;
  height: auto;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
}
@media screen and (max-width: 859px) {
  .prev-arrow {
    left: -13px;
  }
}

.next-arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 859px) {
  .next-arrow {
    right: -13px;
  }
}

.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  margin: 0;
}

@-webkit-keyframes sdlb {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(295px);
            transform: translateY(295px);
  }
}

@keyframes sdlb {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(295px);
            transform: translateY(295px);
  }
}
.scroll {
  display: inline-block;
  position: absolute;
  right: 3vw;
  bottom: 0;
  z-index: 2;
  padding: 10px 15px 178px;
  overflow: hidden;
}
.scroll span {
  color: #666;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.7em;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: 28%;
  right: -2px;
}
.scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 42%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #b4b4b4 transparent transparent transparent;
  background: #f2f2f2;
  -webkit-animation: sdlb 3s cubic-bezier(0.3, 0.2, 0, 1) infinite;
          animation: sdlb 3s cubic-bezier(0.3, 0.2, 0, 1) infinite;
}
.scroll a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
}
.scroll a span {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #b4b4b4;
  -webkit-animation: sdlb 3s cubic-bezier(0.3, 0.2, 0, 1) infinite;
          animation: sdlb 3s cubic-bezier(0.3, 0.2, 0, 1) infinite;
}
@media screen and (max-width: 859px) {
  .scroll a {
    display: none;
  }
}

.wp-pagenavi {
  text-align: center;
  margin: 50px 0 100px 0;
}
@media screen and (max-width: 859px) {
  .wp-pagenavi {
    margin: 20px 0 50px 0;
  }
}
.wp-pagenavi .pages {
  padding: 10px;
}
.wp-pagenavi .page, .wp-pagenavi .current {
  padding: 10px;
}
.wp-pagenavi .current {
  color: #00dca0;
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-transition: top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  transition: top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 999;
}
#stalker.hov_ {
  top: -32px;
  left: -32px;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(255, 0, 0, 0.4);
}

/*---------------------------------------------------------------
home
---------------------------------------------------------------*/
main {
  background: rgba(242, 242, 242, 0.7);
  position: relative;
}
main:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), to(rgba(242, 242, 242, 0.7)));
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.7) 100%);
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
}

.h-order-wrap {
  background: rgba(242, 242, 242, 0.7);
}

#h-visual {
  position: relative;
  margin-bottom: 100px;
  height: 50vw;
}
@media screen and (max-width: 859px) {
  #h-visual {
    margin-bottom: 50px;
    padding-top: 50px;
    height: 55vw;
  }
}
#h-visual:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  z-index: 10;
}
#h-visual #svg-animation {
  position: fixed;
  z-index: -10;
}
#h-visual h2 {
  position: absolute;
  top: 36%;
  left: 13%;
  width: 40vw;
  z-index: 10;
  -webkit-filter: drop-shadow(1px 1px 0px rgb(0, 220, 160));
          filter: drop-shadow(1px 1px 0px rgb(0, 220, 160));
}
#h-visual h2 span {
  -webkit-animation: title 8s ease infinite;
          animation: title 8s ease infinite;
  display: inline-block;
}
@media screen and (max-width: 859px) {
  #h-visual h2 {
    top: 50%;
    width: 60%;
  }
}

@-webkit-keyframes title {
  0% {
    -webkit-transform: skew(3deg, 0deg) translateY(0);
            transform: skew(3deg, 0deg) translateY(0);
  }
  50% {
    -webkit-transform: skew(-3deg, 0deg) translateY(25px);
            transform: skew(-3deg, 0deg) translateY(25px);
  }
  100% {
    -webkit-transform: skew(3deg, 0deg) translateY(0);
            transform: skew(3deg, 0deg) translateY(0);
  }
}

@keyframes title {
  0% {
    -webkit-transform: skew(3deg, 0deg) translateY(0);
            transform: skew(3deg, 0deg) translateY(0);
  }
  50% {
    -webkit-transform: skew(-3deg, 0deg) translateY(25px);
            transform: skew(-3deg, 0deg) translateY(25px);
  }
  100% {
    -webkit-transform: skew(3deg, 0deg) translateY(0);
            transform: skew(3deg, 0deg) translateY(0);
  }
}
/*---------------------------------*/
.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

.h-section {
  position: relative;
  z-index: 10;
  margin-bottom: 200px;
}
@media screen and (max-width: 859px) {
  .h-section {
    margin-bottom: 60px;
  }
}

.h-service {
  position: relative;
}
.h-service #dropletimg {
  position: absolute;
  top: -120px;
  right: 4.5vw;
  width: 30vw;
  z-index: 100;
}
@media screen and (max-width: 859px) {
  .h-service #dropletimg {
    top: 100vw;
    right: 4.5vw;
    width: 50vw;
  }
}
.h-service .slide-service {
  width: 50%;
  overflow: hidden;
}
.h-service .slide-service .slick-list {
  border-radius: 0 50px 50px 0/0 50px 50px 0;
}
.h-service .slide-service .slick-list li figure {
  position: relative;
}
@media screen and (max-width: 859px) {
  .h-service .slide-service .slick-list li figure {
    height: 60vw;
  }
}
.h-service .slide-service .slick-list li figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #fff;
  display: none;
}
@media screen and (max-width: 859px) {
  .h-service .slide-service .slick-list li figure figcaption {
    display: block;
  }
}
@media screen and (max-width: 859px) {
  .h-service .slide-service {
    width: 100%;
  }
  .h-service .slide-service .slick-list {
    border-radius: 0 0 0 0/0 0 0 0;
  }
}
.h-service .box {
  width: 50%;
  max-width: 700px;
  padding: 5vw;
}
.h-service .box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 859px) {
  .h-service .box {
    width: 100%;
  }
  .h-service .box h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.h-service .u-flex + figure {
  position: relative;
  width: 1000px;
  margin: -5vw auto 100px auto;
}
@media screen and (max-width: 1099px) and (min-width: 860px) {
  .h-service .u-flex + figure {
    width: 100%;
  }
}
@media screen and (max-width: 859px) {
  .h-service .u-flex + figure {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}

.h-title-left {
  color: #00dca0;
  display: inline-block;
  font-weight: bold;
  font-size: 6rem;
  margin-left: -6vw;
  margin-bottom: 4vw;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 859px) {
  .h-title-left {
    font-size: 3rem;
    margin-left: 0;
  }
  .h-title-left:after {
    content: "";
    display: none;
  }
  .h-title-left:before {
    content: "";
    display: none;
  }
}
.h-title-left:after {
  content: "";
  width: 130%;
  height: 1px;
  background: #d4d4d4;
  position: absolute;
  bottom: -10px;
  left: -30%;
}
.h-title-left:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d4d4d4;
  position: absolute;
  bottom: -15px;
  left: -30%;
  border-radius: 5px;
  -webkit-animation: titlecube 3s cubic-bezier(0.3, 0.2, 0, 1) infinite;
          animation: titlecube 3s cubic-bezier(0.3, 0.2, 0, 1) infinite;
}

@-webkit-keyframes titlecube {
  0% {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}

@keyframes titlecube {
  0% {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
.h-title-right {
  color: #00dca0;
  display: inline-block;
  font-weight: bold;
  font-size: 5rem;
  margin-bottom: 4vw;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 859px) {
  .h-title-right {
    font-size: 3rem;
    margin-left: 0;
  }
  .h-title-right:after {
    content: "";
    display: none;
  }
  .h-title-right:before {
    content: "";
    display: none;
  }
}
.h-title-right:after {
  content: "";
  width: 130%;
  height: 1px;
  background: #d4d4d4;
  position: absolute;
  bottom: -10px;
  right: -30%;
}
.h-title-right:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d4d4d4;
  position: absolute;
  bottom: -15px;
  right: -30%;
  border-radius: 5px;
  -webkit-animation: titlecuberight 3s cubic-bezier(0.3, 0.2, 0, 1) infinite;
          animation: titlecuberight 3s cubic-bezier(0.3, 0.2, 0, 1) infinite;
}

@-webkit-keyframes titlecuberight {
  0% {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}

@keyframes titlecuberight {
  0% {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
.h-aboutus {
  background: url(../images/home/about_bg.jpg) no-repeat center center/cover fixed;
  padding: 10vw 0 10vw;
  text-align: center;
  color: #fff;
  margin-left: 10vw;
  border-radius: 50px 0 0 50px/50px 0 0 50px;
  position: relative;
}
.h-aboutus::after {
  content: "";
  width: 70%;
  height: 40%;
  background: url(../images/common/logomark.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.15;
  z-index: -1;
}
@media screen and (max-width: 859px) {
  .h-aboutus {
    margin-left: 0;
    border-radius: 0 0 0 0/0 0 0 0;
    padding: 20vw 0;
  }
}
.h-aboutus .h-title1 {
  margin-left: -74vw;
}
@media screen and (max-width: 859px) {
  .h-aboutus .h-title1 {
    margin-left: 0;
  }
}
.h-aboutus .h-title1:after {
  content: "";
  right: -30%;
  left: auto;
}
.h-aboutus .h-title1:before {
  content: "";
  right: -30%;
  left: auto;
}
.h-aboutus h3 {
  font-size: 4.5vw;
  font-weight: bold;
}
@media screen and (max-width: 859px) {
  .h-aboutus h3 {
    font-size: 2rem;
  }
}
.h-aboutus h3 + p {
  font-size: 1.65vw;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 50px;
}
@media screen and (max-width: 859px) {
  .h-aboutus h3 + p {
    font-size: 0.9rem;
    margin-bottom: 25px;
  }
}

.h-news {
  margin-bottom: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 859px) {
  .h-news {
    padding-bottom: 40px;
  }
}
.h-news .h-news-titlewrap {
  background: #00dca0;
  padding: 70px 0 150px;
  text-align: right;
  margin-right: 25vw;
  border-radius: 0 50px 50px 0/0 50px 50px 0;
}
@media screen and (max-width: 859px) {
  .h-news .h-news-titlewrap {
    margin-right: 0;
    text-align: center;
    border-radius: 0 0 0 0/0 0 0 0;
  }
}
.h-news .h-news-titlewrap .h-title-left {
  color: #2d2a26;
  font-size: 4vw;
  margin-right: -5vw;
  margin-left: 0;
}
@media screen and (max-width: 859px) {
  .h-news .h-news-titlewrap .h-title-left {
    font-size: 2rem;
    margin-right: 0;
  }
}
.h-news .h-article {
  margin-top: -130px;
}
.h-news .box {
  width: 42%;
}
.h-news .box figure {
  border-radius: 25px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  -webkit-box-shadow: 6px 11px 30px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 11px 30px -5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.h-news .box figure:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.h-news .box figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h-news .box figure + div {
  width: 80%;
  margin: 20px auto 0;
}
@media screen and (max-width: 859px) {
  .h-news .box {
    width: 100%;
  }
  .h-news .box figure + div {
    width: 100%;
    margin: 10px auto 30px;
  }
}
.h-news time {
  display: inline-block;
  padding: 7px 9px;
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  margin-right: 10px;
}
.h-news time span {
  border-top: 1px solid #2d2a26;
  display: block;
  font-size: 0.9rem;
  padding: 5px;
  margin-top: 5px;
}
.h-news .cat {
  padding: 10px;
  font-size: 0.8rem;
  letter-spacing: 0;
  margin-right: 20px;
}
.h-news .cat-News {
  background: #2d2a26;
  color: #fff;
}
.h-news .cat-Columns {
  background: #fff;
}
.h-news .h-article2 ul {
  border-top: 1px solid #b4b4b4;
  width: 45%;
}
@media screen and (max-width: 859px) {
  .h-news .h-article2 ul {
    border-top: none;
    width: 100%;
  }
}
.h-news .h-article2 ul li a {
  border-bottom: 1px solid #b4b4b4;
  padding: 30px 30px;
}
.h-news .h-article2 ul li a figure {
  width: 130px;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 14.25%;
  position: relative;
  margin-right: 13px;
  -webkit-box-shadow: 6px 11px 30px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 11px 30px -5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.h-news .h-article2 ul li a figure:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.h-news .h-article2 ul li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h-news .h-article2 ul li a p {
  width: 50%;
  font-size: 0.8rem;
}
@media screen and (max-width: 1099px) and (min-width: 860px) {
  .h-news .h-article2 ul li a figure {
    width: 110px;
    margin-right: 10px;
  }
  .h-news .h-article2 ul li a p {
    width: 200px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 859px) {
  .h-news .h-article2 ul li a {
    border-bottom: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .h-news .h-article2 ul li a figure {
    width: 30%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .h-news .h-article2 ul li a time {
    padding: 7px 7px;
    margin-right: 0;
  }
  .h-news .h-article2 ul li a .cat {
    font-size: 0.6rem;
  }
  .h-news .h-article2 ul li a p {
    width: 40%;
  }
}

/* ローディング画面 */
#js-loader {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #2d2a26;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  position: absolute;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.64s;
  animation-delay: -0.64s;
  top: 20px;
  left: 0;
  opacity: 0.35;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
  top: 0;
  left: 20px;
  opacity: 0.55;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  top: 20px;
  left: 40px;
  opacity: 0.7;
}

.spinner .bounce4 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 0;
  left: 60px;
  opacity: 0.85;
}

.spinner .bounce5 {
  top: 20px;
  left: 80px;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#p-microbecube {
  position: fixed;
  opacity: 0.5;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

.p-section {
  padding: 12vw 0;
  position: relative;
  z-index: 10;
}
.p-section h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 859px) {
  .p-section h4 {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
}

.p-titlearea {
  padding: 200px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 859px) {
  .p-titlearea {
    padding: 100px 0 50px;
  }
}
.p-titlearea .box {
  border-bottom: 1px solid #d4d4d4;
  padding: 0 0 15px;
  margin-bottom: 15px;
  position: relative;
}
.p-titlearea .box:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d4d4d4;
  position: absolute;
  bottom: -5px;
  right: 0;
  border-radius: 5px;
}
.p-titlearea .box h2 {
  color: #00dca0;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 859px) {
  .p-titlearea .box h2 {
    width: 100%;
    font-size: 2.5rem;
  }
}
.p-titlearea .box + p {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 859px) {
  .p-titlearea .box + p {
    font-size: 1rem;
  }
}
.p-titlearea #breadcrumb {
  color: #888888;
  font-weight: lighter;
}

@keyframes titlecuberight {
  0% {
    -webkit-transform: translateX(-350px);
            transform: translateX(-350px);
    opacity: 0;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
.p-title1 {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.p-title1:after {
  content: "";
  width: 1px;
  height: 70px;
  background: #d4d4d4;
  position: absolute;
  bottom: -65px;
  left: 50%;
}
@media screen and (max-width: 859px) {
  .p-title1:after {
    bottom: -60px;
  }
}
.p-title1:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d4d4d4;
  position: absolute;
  bottom: -65px;
  left: calc(50% - 2.5px);
  border-radius: 5px;
  -webkit-animation: titlecubedown 2s cubic-bezier(0.3, 0.2, 0, 1) infinite;
          animation: titlecubedown 2s cubic-bezier(0.3, 0.2, 0, 1) infinite;
}
@media screen and (max-width: 859px) {
  .p-title1:before {
    bottom: -60px;
  }
}

@-webkit-keyframes titlecubedown {
  0% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@keyframes titlecubedown {
  0% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
.error404 main {
  padding: 150px 0;
}
@media screen and (max-width: 859px) {
  .error404 main {
    padding: 100px 4%;
  }
}

.privacy-policy .p-section .c-inner900 h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-policy .p-section .c-inner900 p {
  margin-bottom: 50px;
}

.a-mission {
  background: url(../images/home/about_bg.jpg) no-repeat center center/cover fixed;
  text-align: center;
  z-index: 0;
}
.a-mission::after {
  content: "";
  width: 70%;
  height: 40%;
  background: url(../images/common/logomark.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.15;
}
.a-mission .wrap {
  position: relative;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 859px) {
  .a-mission .wrap {
    padding: 0 4%;
  }
}
.a-mission .wrap .p-title1 {
  color: #00dca0;
}
.a-mission .wrap .p-title1 + h4 {
  font-size: 5rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 859px) {
  .a-mission .wrap .p-title1 + h4 {
    font-size: 3rem;
  }
}
.a-mission .wrap h4 + p {
  letter-spacing: 0.3em;
  line-height: 2.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 859px) {
  .a-mission .wrap h4 + p {
    letter-spacing: 0.2em;
  }
}
.a-mission .wrap .logo {
  margin: 0 auto;
  width: 400px;
}
@media screen and (max-width: 859px) {
  .a-mission .wrap .logo {
    width: 80%;
  }
}

.a-message figure {
  margin: 0 -50px 100px 0;
}
@media screen and (max-width: 859px) {
  .a-message figure {
    margin: 0 0 30px;
  }
}
.a-message .u-flex .textbox {
  width: 60%;
}
@media screen and (max-width: 859px) {
  .a-message .u-flex .textbox {
    width: 100%;
  }
}
.a-message .u-flex .imgbox {
  width: 37%;
}
@media screen and (max-width: 859px) {
  .a-message .u-flex .imgbox {
    width: 80%;
    margin: 30px auto 0;
  }
}
.a-message .u-flex .imgbox figure {
  margin: 0 -50px 0 0;
}
.a-message .u-flex .imgbox figure img {
  border-radius: 50%;
}
@media screen and (max-width: 859px) {
  .a-message .u-flex .imgbox figure {
    margin: 0 -10px;
  }
}
.a-message .u-flex .imgbox p {
  padding: 20px 10% 0;
}
.a-message .u-flex .imgbox p span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 859px) {
  .a-message .u-flex .imgbox p span {
    font-size: 1.3rem;
  }
}

.a-ourteam {
  background: rgba(255, 255, 255, 0.8);
}
.a-ourteam .u-flex li {
  width: 30%;
  margin: 0 5% 80px 0;
}
.a-ourteam .u-flex li:nth-of-type(3n) {
  margin: 0 0 80px 0;
}
@media screen and (max-width: 859px) {
  .a-ourteam .u-flex li {
    width: 47%;
    margin: 0 6% 40px 0;
  }
  .a-ourteam .u-flex li:nth-of-type(2n) {
    margin: 0 0 40px 0;
  }
  .a-ourteam .u-flex li:nth-of-type(3n) {
    margin: 0 6% 40px 0;
  }
  .a-ourteam .u-flex li:nth-of-type(6n) {
    margin: 0 0 40px 0;
  }
}
.a-ourteam .u-flex li figure img {
  border-radius: 50%;
}
.a-ourteam .u-flex li p {
  padding: 0 10%;
}
.a-ourteam .u-flex li p span {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 859px) {
  .a-ourteam .u-flex li p span {
    font-size: 1.1rem;
  }
}

.a-companyprofile dl {
  border-top: 1px solid #b4b4b4;
}
.a-companyprofile dl:last-child {
  border-bottom: 1px solid #b4b4b4;
}
.a-companyprofile dl dt {
  width: 20%;
  margin: 0 5% 0 0;
  padding: 2em;
}
@media screen and (max-width: 859px) {
  .a-companyprofile dl dt {
    width: 100%;
    padding: 1em 2em 0.5em;
    margin: 0;
  }
}
.a-companyprofile dl dd {
  width: 70%;
  padding: 2em;
}
.a-companyprofile dl dd .gmaps {
  color: #00dca0;
  border: 1px solid #00dca0;
  padding: 3px 5px;
  margin-left: 5px;
  font-size: 0.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 859px) {
  .a-companyprofile dl dd {
    width: 100%;
    padding: 0 2em 1em;
  }
}

.s-lead {
  background: #fff;
}
.s-lead h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 859px) {
  .s-lead h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.s-lead h4 {
  font-size: 1.3rem;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 859px) {
  .s-lead h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}
.s-lead h4 span {
  background: #fff;
  padding: 0 20px;
  margin-bottom: -20px;
}
.s-lead h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #b4b4b4;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -10;
}
.s-lead figure {
  margin: 0 -50px;
}
@media screen and (max-width: 859px) {
  .s-lead figure {
    margin: 0 5px;
  }
}

.s-feature ul {
  margin-bottom: 50px;
}
.s-feature ul li {
  background: #00dca0;
  border-radius: 20px;
  font-size: 1.2rem;
  text-align: center;
  padding: 30px;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.s-feature ul li:nth-of-type(2n) {
  margin-right: 0;
}
.s-feature ul li img {
  padding: 30px;
}
@media screen and (max-width: 859px) {
  .s-feature ul li img {
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 859px) {
  .s-feature ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 859px) {
  .s-feature .tablewrap {
    overflow: scroll;
  }
}
.s-feature .tablewrap table {
  background: #fff;
  text-align: center;
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 859px) {
  .s-feature .tablewrap table {
    width: 500px;
  }
}
.s-feature .tablewrap table tr th, .s-feature .tablewrap table tr td {
  padding: 1.5em 1em;
  border-top: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  vertical-align: middle;
}
.s-feature .tablewrap table tr th:first-child, .s-feature .tablewrap table tr td:first-child {
  border-left: none;
}
.s-feature .tablewrap table tr th:last-child, .s-feature .tablewrap table tr td:last-child {
  border-right: none;
}
.s-feature .tablewrap table tr th {
  text-align: center;
}
.s-feature .tablewrap table tr .green {
  background: #00dca0;
}
.s-feature .tabletext {
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
  font-size: 1.3rem;
}
.s-feature .tabletext span {
  color: #00dca0;
  background: url(../images/page/page_arrow.svg) no-repeat 20px center;
  padding: 0 0 0 120px;
}
@media screen and (max-width: 859px) {
  .s-feature .tabletext {
    font-size: 1.1rem;
  }
  .s-feature .tabletext span {
    background: url(../images/page/page_arrow.svg) no-repeat 20px center/50px;
    display: block;
    padding: 0 0 0 60px;
  }
}

.s-serviceimage {
  background: #fff;
}
.s-serviceimage dl {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 859px) {
  .s-serviceimage dl {
    margin-bottom: 90px;
  }
}
.s-serviceimage dl::after {
  content: "";
  background: url(../images/page/page_serviceimg_arrow.svg) no-repeat center center/contain;
  width: 67px;
  height: 38px;
  position: absolute;
  bottom: -80px;
  left: calc(50% - 33px);
}
@media screen and (max-width: 859px) {
  .s-serviceimage dl::after {
    bottom: -65px;
  }
}
.s-serviceimage dl:last-child dt h3 {
  margin-bottom: 20px;
}
.s-serviceimage dl:last-child dt h3 span:last-child {
  margin-top: 15px;
}
.s-serviceimage dl:last-child dd {
  padding: 10px 30px;
}
.s-serviceimage dl:last-child dd p {
  padding: 25px 0 25px 100px;
  background: url(../images/page/page_serviceimg_img5.svg) no-repeat left center/80px;
  text-align: left;
  margin-bottom: 0;
}
.s-serviceimage dl:last-child::after {
  display: none;
}
.s-serviceimage dl dt {
  background: #2d2a26;
  border-radius: 30px 0 0 30px;
  color: #fff;
  width: 35%;
  padding: 0 30px;
}
.s-serviceimage dl dt h3 {
  font-size: 1.2rem;
  margin-bottom: 50px;
  line-height: 1.5;
}
.s-serviceimage dl dt h3 .number {
  background: #fff;
  border-radius: 0 0 5px 5px;
  color: #00dca0;
  font-size: 3.5rem;
  font-weight: normal;
  padding: 30px 15px 10px;
  margin: 0 20px 0 0;
  line-height: 1;
}
@media screen and (max-width: 859px) {
  .s-serviceimage dl dt {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 0 30px 20px;
  }
  .s-serviceimage dl dt h3 {
    margin-bottom: 15px;
    font-size: 1.1rem;
  }
  .s-serviceimage dl dt h3 .number {
    padding: 20px 15px 10px;
    margin: 0 15px 0 0;
  }
}
.s-serviceimage dl dd {
  background: #e6e6e5;
  border-radius: 0 30px 30px 0;
  width: 65%;
  padding: 30px;
}
.s-serviceimage dl dd p {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 859px) {
  .s-serviceimage dl dd {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 10px 10px 20px;
  }
  .s-serviceimage dl dd p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.s-technicalguidance {
  text-align: center;
}

.o-lead {
  background: #fff;
  text-align: center;
  padding: 100px 0;
  letter-spacing: 0.2em;
  line-height: 3;
  font-weight: bold;
}
@media screen and (max-width: 859px) {
  .o-lead {
    padding: 50px 4%;
  }
  .o-lead p {
    text-align: left;
  }
}

.o-orderflow dl {
  margin-bottom: 100px;
}
@media screen and (max-width: 859px) {
  .o-orderflow dl {
    margin-bottom: 50px;
  }
}
.o-orderflow dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 859px) {
  .o-orderflow dl:last-of-type {
    margin-bottom: 30px;
  }
}
.o-orderflow dl dt {
  width: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 0.9;
  padding: 16px 0;
}
.o-orderflow dl dt span {
  font-size: 3rem;
  display: block;
}
@media screen and (max-width: 859px) {
  .o-orderflow dl dt {
    width: 100%;
    border-radius: 0;
    padding: 8px 0;
    margin-bottom: 10px;
  }
  .o-orderflow dl dt span {
    display: inline;
    font-size: 2rem;
    padding: 0 0 0 5px;
  }
}
.o-orderflow dl dd {
  width: calc(100% - 90px);
}
@media screen and (max-width: 859px) {
  .o-orderflow dl dd {
    width: 100%;
  }
}
.o-orderflow dl dd div {
  border-bottom: 1px solid #b4b4b4;
  padding: 5px 120px 10px 80px;
}
.o-orderflow dl dd div h3 {
  color: #00dca0;
  font-size: 1.5rem;
  font-weight: bold;
  border-left: 5px solid #00dca0;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.o-orderflow dl dd div p {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 859px) {
  .o-orderflow dl dd div {
    padding: 5px 0 10px 0;
  }
  .o-orderflow dl dd div h3 {
    font-size: 1.3rem;
  }
  .o-orderflow dl dd div p {
    font-size: 1rem;
  }
}
.o-orderflow dl dd div + p {
  padding: 10px 120px 0 80px;
}
@media screen and (max-width: 859px) {
  .o-orderflow dl dd div + p {
    padding: 5px 0 0 0;
  }
}
.o-orderflow dl dd .c-btn {
  margin-left: 80px;
}
@media screen and (max-width: 859px) {
  .o-orderflow dl dd .c-btn {
    margin-left: 0;
  }
}

.o-first {
  background: #dcfff5;
  padding: 12vw 0 60px;
}
.o-first .c-inner {
  position: relative;
}
.o-first dl dt {
  background: #00dca0;
}
.o-first dl dt span {
  color: #fff;
}
.o-first .free {
  background: #00dca0;
  color: #fff;
  padding: 1em;
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3em;
}
.o-first .free::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 31px 0 31px;
  border-color: #00dca0 transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media screen and (max-width: 859px) {
  .o-first .free {
    position: relative;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    font-size: 1rem;
    right: 0;
    background: #fff;
    color: #2d2a26;
  }
  .o-first .free::after {
    display: none;
  }
}

.o-second {
  padding: 60px 0 12vw;
}
.o-second dl dt {
  color: #fff;
  background: #2d2a26;
}
.o-second dl dt span {
  color: #00dca0;
}
.o-second .box {
  display: inline-block;
  padding: 30px 50px;
  margin-left: 80px;
  border: 1px solid #b4b4b4;
}
@media screen and (max-width: 859px) {
  .o-second .box {
    margin-left: 0;
  }
}

.co-telephone {
  background: #fff;
  text-align: center;
}
.co-telephone h3 {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 50px 0 0;
}
.co-telephone .tel {
  margin-right: 20px;
}
.co-telephone .tel a {
  font-size: 4rem;
  font-weight: bold;
  background: url(../images/common/icon_tel.svg) no-repeat 8px center/23px;
  padding: 0 5px 5px 40px;
  border-bottom: 3px solid #2d2a26;
}
@media screen and (max-width: 859px) {
  .co-telephone .tel {
    margin: 0 auto 10px;
  }
  .co-telephone .tel a {
    font-size: 2.2rem;
  }
}
.co-telephone .tel span {
  display: block;
  text-align: center;
}

.co-form h3 {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 50px 0 0;
  text-align: center;
  margin-bottom: 50px;
}
.co-form dl {
  border-bottom: 1px solid #b4b4b4;
  padding: 30px 10px;
}
@media screen and (max-width: 859px) {
  .co-form dl {
    padding: 10px 0;
  }
}
.co-form dl:first-child {
  border-top: 1px solid #b4b4b4;
}
.co-form dl dt {
  font-size: 0.9rem;
  width: 17%;
  line-height: 1.3;
}
@media screen and (max-width: 859px) {
  .co-form dl dt {
    margin-bottom: 10px;
    width: 100%;
  }
}
.co-form dl dd {
  width: 85%;
  padding: 0 20px;
}
@media screen and (max-width: 859px) {
  .co-form dl dd {
    width: 100%;
    padding: 0;
  }
}
.co-form dl dd textarea, .co-form dl dd input {
  border: 1px solid #e6e6e6;
  background: rgba(230, 230, 230, 0.5);
  padding: 0.5em;
  width: 100%;
}
.co-form dl dd select {
  background: #e7e7e7;
  padding: 0.5em;
}
.co-form dl dd p {
  margin-right: 10px;
}
@media screen and (max-width: 859px) {
  .co-form dl dl {
    padding: 10px 5px;
    font-size: 0.8rem;
  }
  .co-form dl dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .co-form dl dl dd {
    width: 100%;
  }
  .co-form dl dl dd .list-disc {
    font-size: 0.8rem;
  }
}
.co-form dl .address div {
  margin-bottom: 10px;
}
.co-form dl .address .c-postcode {
  margin: 0 10px 0 5px;
}
.co-form dl .address .c-postcode input {
  border: none;
  background: #cecece;
  padding: 0.5em;
  width: 10rem;
}
.co-form dl .address .c-todouhuken select {
  border: none;
  background: #cecece;
  padding: 0.5em;
}
.co-form .colums-2 dt {
  width: 17%;
}
@media screen and (max-width: 859px) {
  .co-form .colums-2 dt {
    width: 100%;
  }
}
.co-form .colums-2 dd {
  width: 32.5%;
}
@media screen and (max-width: 859px) {
  .co-form .colums-2 dd {
    width: 100%;
    margin-bottom: 10px;
  }
}
.co-form .c-radio input {
  width: auto;
}
.co-form .c-textarea textarea {
  width: 100%;
  border: none;
  background: #cecece;
}
.co-form .accept {
  text-align: center;
  margin-bottom: 30px;
}
.co-form .submit input {
  color: #fff;
  background: #00dca0;
  font-weight: bold;
  padding: 0.8em 3rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 859px) {
  .co-form .submit input {
    display: block;
    text-align: center;
  }
}
.co-form .submit input:disabled {
  opacity: 0.6;
}

.n-newslist {
  position: relative;
  z-index: 10;
}
.n-newslist .tab-buttons {
  position: relative;
  width: 50%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 859px) {
  .n-newslist .tab-buttons {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.n-newslist .tab-buttons li {
  font-size: 1.75rem;
  margin: 0 20px;
  width: 33.3%;
  text-align: center;
}
@media screen and (max-width: 859px) {
  .n-newslist .tab-buttons li {
    font-size: 1.5rem;
  }
}
.n-newslist .tab-buttons li a {
  display: block;
}
.n-newslist .tab-buttons .current {
  border-bottom: 2px solid #2d2a26;
}
.n-newslist .tab-content .box {
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 50px;
}
@media screen and (max-width: 859px) {
  .n-newslist .tab-content .box {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.n-newslist .tab-content .box:nth-of-type(3n) {
  margin-right: 0;
}
.n-newslist .tab-content .box figure {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  -webkit-box-shadow: 6px 11px 30px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 11px 30px -5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.n-newslist .tab-content .box figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.n-newslist .tab-content .box figure:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.n-newslist .tab-content .box figure + div {
  width: 90%;
  margin: 10px auto 0;
}
@media screen and (max-width: 859px) {
  .n-newslist .tab-content .box {
    width: 100%;
    padding: 20px 20px 20px 20px;
    border-top: 1px solid #b4b4b4;
    border-left: none;
  }
  .n-newslist .tab-content .box figure + div {
    width: 100%;
    margin: 10px auto 30px;
  }
}
.n-newslist .tab-content .box time {
  display: inline-block;
  padding: 7px 9px;
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  margin-right: 10px;
}
.n-newslist .tab-content .box time span {
  border-top: 1px solid #2d2a26;
  display: block;
  font-size: 0.9rem;
  padding: 5px;
  margin-top: 5px;
}
.n-newslist .tab-content .box .cat {
  padding: 10px;
  font-size: 0.8rem;
  letter-spacing: 0;
  margin-right: 20px;
}
.n-newslist .tab-content .box .cat-News {
  background: #2d2a26;
  color: #fff;
}
.n-newslist .tab-content .box .cat-Columns {
  background: #fff;
  color: #2d2a26;
}
.n-newslist .tab-content .box p {
  width: 100%;
  font-size: 0.9rem;
}

.single .p-titlearea {
  text-align: center;
  padding: 200px 0 100px;
}
@media screen and (max-width: 859px) {
  .single .p-titlearea {
    padding: 100px 0 50px;
  }
}
.single .p-titlearea .box h2 {
  color: #2d2a26;
  font-size: 1.8rem;
}
@media screen and (max-width: 859px) {
  .single .p-titlearea .box h2 {
    font-size: 1.3rem;
  }
}
.single .p-titlearea time {
  font-size: 1rem;
  margin-right: 10px;
}
.single .p-titlearea .cat {
  padding: 3px 20px;
  font-size: 0.8rem;
  letter-spacing: 0;
  margin-right: 20px;
}
.single .p-titlearea .cat-News {
  background: #2d2a26;
  color: #fff;
}
.single .p-titlearea .cat-Columns {
  background: #fff;
  color: #2d2a26;
}
.single .p-titlearea #breadcrumb {
  font-size: 0.8rem;
}
.single .s-content {
  position: relative;
  z-index: 10;
}
.single .s-content strong {
  font-weight: bold;
}
.single .s-content em {
  font-style: italic;
}
.single .s-content p {
  margin-bottom: 1em;
}
.single .s-content ul,
.single .s-content ol {
  margin-left: 2em;
  margin-bottom: 1em;
}
.single .s-content ul li {
  list-style-type: disc;
}
.single .s-content ol li {
  list-style-type: decimal;
}
.single .s-content a {
  text-decoration: underline;
  color: #00dca0;
}
.single .s-content a:hover {
  text-decoration: none;
}
.single .s-content .wp-block-pullquote {
  font-weight: bold;
  border-top: 6px solid #b4b4b4;
  border-bottom: 6px solid #b4b4b4;
}
.single .s-content blockquote {
  margin-left: 2em;
  margin-right: 2em;
  font-style: italic;
  font-size: 0.9em;
}
.single .s-content hr {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #6c470d;
}
.single .s-content h1,
.single .s-content h2,
.single .s-content h3,
.single .s-content h4,
.single .s-content h5,
.single .s-content h6 {
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 10px;
}
.single .s-content h6 {
  font-size: 1.1em;
}
.single .s-content h5 {
  font-size: 1.4em;
}
.single .s-content h4 {
  font-size: 1.7em;
}
.single .s-content h3 {
  font-size: 1.9em;
}
.single .s-content h2 {
  font-size: 2.2em;
}
.single .s-content h1 {
  font-size: 2.5em;
}
.single .s-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single .s-content .alignright {
  float: right;
}
.single .s-content .alignleft {
  float: left;
}
.single .s-content img[class*=wp-image-],
.single .s-content img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
.single .s-content .clearfix {
  overflow: hidden;
  zoom: 1;
}
.single .s-content .clearfix:after {
  content: “”;
  display: block;
  clear: both;
}
.single .s-return {
  position: relative;
  z-index: 10;
  width: 230px;
  background: url(../images/page/page_arrow.svg) no-repeat right center/40px;
  padding: 0 50px 0 0;
  margin: 100px auto;
  text-align: center;
}
.single .wp-block-cover {
  overflow: hidden;
  margin: 20px auto;
}
.single .wp-block-group {
  padding: 30px;
  border: 1px solid #b4b4b4;
  margin: 20px auto;
}
.single .wp-block-table {
  margin: 20px auto;
}
.single .wp-block-table table tr th, .single .wp-block-table table tr td {
  padding: 0.5em;
  border: 1px solid #b4b4b4;
}
.single .wp-block-table table tr td {
  font-size: 0.8rem;
  line-height: 1.5;
}
.single figcaption {
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
}
.single .wp-block-button {
  margin: 20px 0;
}
.single .wp-block-button a {
  color: #fff;
  text-decoration: none;
}
.single .wp-block-verse {
  padding: 15px;
  letter-spacing: 0.2em;
  font-style: italic;
}
.single .wp-block-calendar table th {
  text-align: center;
}