@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: Light;
  font-weight: 300;
  src: local("NotoSansJP-Light.otf"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Light.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Light.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Regular.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Regular.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: medium;
  font-weight: 500;
  src: local("NotoSansJP-Medium.otf"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Medium.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Medium.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: Bold;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Bold.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Bold.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: Light;
  font-weight: 300;
  src: local("NotoSansJP-Light.otf"), url("/inc/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Light.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url("/inc/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: medium;
  font-weight: 500;
  src: local("NotoSansJP-Regular.otf"), url("/inc/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: Bold;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url("/inc/fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-SemiBold.woff2") format("woff2");
}
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font-family: "Noto Sans JP", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  overflow: hidden;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
a.txtlink {
  text-decoration: underline;
  color: #B6A584;
}
a.txtlink:before {
  content: "≫ ";
}
a.txtlink:hover {
  text-decoration: none;
}

p {
  line-height: 2;
  font-size: 100%;
}

#detail #main #titlewrap {
  margin: 60px 0 80px 0;
  padding: 100px 0;
  background: url(/inc/image/common/bg_graytexture.png);
  text-align: center;
}
@media screen and (max-width: 800px) {
  #detail #main #titlewrap {
    margin-top: 0;
  }
}
#detail #main h1 {
  max-width: 1100px;
  margin: 0 auto;
}

h1, h2, h3, h4 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 2px;
  font-weight: 700;
}

h2 {
  text-align: center;
  margin-bottom: 80px;
  font-size: 200%;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 568px) {
  h2 {
    font-size: 6.5vw;
  }
}
h2 span {
  display: block;
  font-size: 14px;
  color: #505050;
  margin-top: 10px;
}
@media screen and (max-width: 568px) {
  h2 span {
    font-size: 11px;
  }
}

h3 {
  margin-bottom: 60px;
  font-size: 200%;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 568px) {
  h3 {
    font-size: 6vw;
  }
}

h4 {
  letter-spacing: 0;
  font-size: 180%;
}

strong.logo, a.logo {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #000;
  font-size: 19px;
  position: relative;
  padding-left: 24px;
}
strong.logo:before, a.logo:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/inc/image/common/img_logo.png);
  background-size: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}

[class*=grid] > :not([class*=_lg-0]) img {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.smallwidth {
  max-width: 800px !important;
  margin: 0 auto;
  padding-top: 100px;
}
.smallwidth .section {
  margin-bottom: 100px;
}

/*
モジュール系おまとめファイル
*/
header {
  position: fixed;
  top: 0%;
  width: 100%;
  height: 60px;
  background: #fff;
  left: 0;
  padding: 0;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  header {
    overflow: inherit;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
header h1 {
  font-size: 105%;
  float: left;
  padding: 15px 0 15px 40px;
}
@media screen and (max-width: 800px) {
  header h1 {
    float: none;
    padding: 15px 0;
    text-align: center;
    font-size: 100%;
  }
}
@media screen and (max-width: 1100px) {
  header h1 {
    padding: 15px 0 15px 10px;
    font-size: 105%;
  }
}
header .menu {
  display: none;
}
@media screen and (max-width: 800px) {
  header .menu {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 10px;
    right: 12px;
    width: 50px;
    height: 26px;
    margin: 6px auto;
    z-index: 10001;
  }
  header .menu span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 12px;
    width: 70%;
    height: 1px;
    background-color: #000;
    z-index: 9999;
  }
  header .menu span:nth-of-type(1) {
    top: 0px;
  }
  header .menu span:nth-of-type(2) {
    top: 12px;
  }
  header .menu span:nth-of-type(3) {
    bottom: 0px;
  }
  header .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
        transform: translateY(15px) rotate(-45deg);
  }
  header .menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
  }
}
header #nav.active {
  right: 0;
  opacity: 1;
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}
header #gnavi {
  float: right;
}
@media screen and (max-width: 800px) {
  header #gnavi {
    position: relative;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  header #gnavi ul {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0;
    display: none;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
    margin-top: 60px;
    padding-top: 50px;
  }
}
header #gnavi ul li {
  vertical-align: top;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: inline-block;
  letter-spacing: normal;
}
@media screen and (max-width: 800px) {
  header #gnavi ul li {
    display: block;
    text-align: center;
    height: auto;
  }
}
header #gnavi ul li a {
  color: #000;
  font-size: 90%;
  text-decoration: none;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 17.5px;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  header #gnavi ul li a {
    padding: 0 8px;
    font-size: 85%;
  }
}
@media screen and (max-width: 1000px) {
  header #gnavi ul li a {
    padding: 0 3px;
    font-size: 85%;
  }
}
@media screen and (max-width: 930px) {
  header #gnavi ul li a {
    padding: 0 3px;
    font-size: 70%;
  }
}
@media screen and (max-width: 800px) {
  header #gnavi ul li a {
    padding: 19px 0 !important;
    font-size: 110%;
    height: auto !important;
    text-align: center;
    display: block;
    line-height: normal;
  }
}
header #gnavi ul li a:hover {
  color: #B6A584;
}
header #gnavi ul li a.btn, header #gnavi ul li #contact a, #contact header #gnavi ul li a {
  padding: 0 25px;
  margin-left: 17.5px;
  color: #fff !important;
  height: 60px;
  line-height: 60px;
}
@media screen and (max-width: 1100px) {
  header #gnavi ul li a.btn, header #gnavi ul li #contact a, #contact header #gnavi ul li a {
    padding: 0 15px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  header #gnavi ul li a.btn, header #gnavi ul li #contact a, #contact header #gnavi ul li a {
    padding: 0 5px;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  header #gnavi ul li a.btn, header #gnavi ul li #contact a, #contact header #gnavi ul li a {
    margin: 15px 30px;
    padding: 0px 0 !important;
    font-size: 100%;
    letter-spacing: 1px;
  }
}
header #gnavi.active ul {
  opacity: 1;
  -webkit-transform: translateX(0vh);
  -ms-transform: translateX(0);
      transform: translateX(0);
  z-index: 10001;
  display: block;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
footer {
  margin: 0;
  padding: 50px 0 20px;
  background: url(/inc/image/common/bg_graytexture.png);
}
@media screen and (max-width: 800px) {
  footer {
    padding: 50px 0;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 90px;
  }
}
footer div.wrap {
  max-width: 1100px;
  margin: 0 auto;
  vertical-align: bottom;
}
@media screen and (max-width: 800px) {
  footer div.wrap {
    margin: 0 20px;
  }
}
footer .logo {
  font-size: 130%;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
}
footer .logo:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/inc/image/common/img_logo.png);
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 7px;
}
footer p {
  font-size: 90%;
}
@media screen and (max-width: 800px) {
  footer .col .col {
    padding-bottom: 0;
  }
}
footer .col a {
  text-align: right;
  float: right;
  color: #000;
  font-size: 70%;
  margin-top: 28px;
}
footer small.copyright {
  display: block;
  text-align: right;
  margin-top: 50px;
  font-size: 70%;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 800px) {
  footer small.copyright {
    text-align: center;
  }
}

a.btn, #contact a {
  padding: 20px 60px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  background: #B6A584;
  text-decoration: none;
}
a.btn:hover, #contact a:hover {
  background: #98825e;
}
a.btn.big, #contact a {
  display: block;
  font-size: 130%;
  letter-spacing: 1px;
  padding: 0;
  height: 110px;
  line-height: 110px;
}

.ico:before {
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}
.ico.tel:before {
  content: url(/inc/image/common/ico_tel.png);
}
.ico.form:before {
  content: url(/inc/image/common/ico_mail.png);
}

.new {
  text-align: center;
  margin-bottom: 40px;
}
.new .btnwrap {
  display: inline-block;
  padding: 15px;
  -webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.18);
          box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.18);
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.new .btnwrap a {
  color: #000;
}
.new .btnwrap:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}
.new .btnwrap:hover a {
  color: #000;
}
.new .label {
  color: red;
  -webkit-animation: flash 1.8s linear infinite;
          animation: flash 1.8s linear infinite;
  width: 50px;
  height: 50px;
  margin: 15px;
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 800px) {
  table {
    width: 90%;
    margin: 0 auto;
  }
}
table tr th, table tr td {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 10px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 568px) {
  table tr th, table tr td {
    display: block;
  }
}
table tr.border_none th, table tr.border_none td {
  border-bottom: 0;
  padding: 10px 0 5px;
}
table tr.border_none + tr th, table tr.border_none + tr td {
  padding: 0 0 10px 0;
}
table tr th {
  white-space: nowrap;
  text-align: left;
  padding-right: 30px;
  font-weight: bold;
}
@media screen and (max-width: 568px) {
  table tr th {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  table tr th:before {
    content: "■ ";
  }
}
@media screen and (max-width: 800px) {
  #contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    background: #fff;
    z-index: 2;
  }
}
#contact section {
  border: 3px solid #B6A584;
  padding: 60px 120px;
}
@media screen and (max-width: 1024px) {
  #contact section {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 800px) {
  #contact section {
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
#contact section h2 {
  font-size: 180%;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  #contact section h2 {
    display: none;
  }
}
#contact .grid-2 {
  margin: 0;
  padding: 0;
  width: 100%;
}
#contact .grid-2 .col {
  padding: 5px;
}
@media screen and (max-width: 800px) {
  #contact .grid-2 .col {
    padding: 0 !important;
    margin: 0 !important;
  }
  #contact .grid-2 .col:first-child a {
    border-right: 1px solid #ceba95;
  }
}
@media screen and (max-width: 800px) {
  #contact a {
    font-size: 2.5vw;
    height: auto;
    line-height: initial;
    height: 90px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 568px) {
  #contact a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) {
  #contact a:before {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    display: block;
    height: 20px;
    line-height: 0;
    margin: 0 0 10px 0;
  }
}

.works_list {
  overflow: hidden;
  position: relative;
}
.works_list .col {
  padding-bottom: 70px;
}
.works_list .col a.wrap {
  display: block;
  color: #000;
}
.works_list .col a.wrap:hover {
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .works_list .col a.wrap:after {
    content: "詳細はこちら";
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 30px;
    text-align: center;
    margin-top: 20px;
    color: #555;
    font-size: 80%;
    float: right;
  }
}
.works_list .col:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .works_list .col:last-child {
    padding-bottom: 50px;
  }
}
.works_list .col img {
  max-width: 100%;
  height: auto;
}
.works_list .txt {
  margin-top: 5px;
}
.works_list .txt span {
  display: block;
  font-size: 90%;
  margin-bottom: 5px;
}
.works_list .txt h3 {
  margin-bottom: 10px;
  font-size: 120%;
  font-weight: bold;
}
.works_list .txt p {
  color: #555555;
  font-size: 90%;
  font-weight: 400;
  min-width: 300px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .works_list .txt p br {
    display: none;
  }
}

.works_detail #main .borderbox {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 100px;
}
.works_detail #main .borderbox p {
  font-size: 90%;
  display: inline-block;
  color: #555;
  letter-spacing: 0.5px;
}
.works_detail #main .borderbox p:after {
  content: "／";
  color: #ccc;
  margin: 0 5px;
}
.works_detail #main .borderbox p:last-child:after {
  display: none;
}
.works_detail #main .works_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.works_detail #main .works_wrap section {
  margin: 0 0 100px;
}
.works_detail #main .works_wrap section h2 {
  margin-bottom: 40px;
}
.works_detail #main .works_wrap section img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.works_detail #main .btnBox {
  text-align: center;
}

#detail.privacy .detailwrap h3, #detail.privacy .detailwrap h4 {
  margin-bottom: 30px;
  margin-top: 30px;
}
#detail.privacy .detailwrap ul {
  list-style-type: none;
}
#detail.privacy .detailwrap ol {
  list-style-position: inside;
  margin-bottom: 10px;
  padding-left: 1.5em;
}
#detail.privacy .detailwrap li {
  line-height: 2;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
#detail.privacy .detailwrap p {
  margin-bottom: 10px;
}
#detail .btnwrap {
  margin-top: 30px;
  text-align: center;
}

.box {
  background-color: #F4F4F4;
  padding: 20px 30px;
  margin-bottom: 80px;
}

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System
========================================================================== */
[class*=grid] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -22.5px;
}
.ie8 [class*=grid] {
  padding: 0;
}

.col,
[class*=col-] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 22.5px 45px;
}
.ie8 .col,
.ie8 [class*=col-] {
  padding: 0;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.grid.col,
.grid[class*=col-] {
  margin: 0;
  padding: 0;
}

/************************
    HELPERS SUFFIXES
*************************/
[class*=grid-][class*=-noGutter] {
  margin: 0;
}
[class*=grid-][class*=-noGutter] > [class*=col] {
  padding: 0;
}
[class*=grid-][class*=-noWrap] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
[class*=grid-][class*=-center] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[class*=grid-][class*=-right] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
}
[class*=grid-][class*=-top] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[class*=grid-][class*=-middle] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[class*=grid-][class*=-bottom] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
[class*=grid-][class*=-reverse] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
[class*=grid-][class*=-column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[class*=grid-][class*=-column] > [class*=col-] {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
[class*=grid-][class*=-column-reverse] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
[class*=grid-][class*=-spaceBetween] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[class*=grid-][class*=-spaceAround] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
[class*=grid-][class*=-equalHeight] > [class*=col] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[class*=grid-][class*=-equalHeight] > [class*=col] > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[class*=grid-][class*=-noBottom] > [class*=col] {
  padding-bottom: 0;
}

[class*=col-][class*=-top] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
[class*=col-][class*=-middle] {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
[class*=col-][class*=-bottom] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
[class*=col-][class*=-first] {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
[class*=col-][class*=-last] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/************************
    GRID BY NUMBER
*************************/
[class*=grid-1] > .col, [class*=grid-1] > [class*=col-] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

[class*=grid-2] > .col, [class*=grid-2] > [class*=col-] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

[class*=grid-3] > .col, [class*=grid-3] > [class*=col-] {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

[class*=grid-4] > .col, [class*=grid-4] > [class*=col-] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

[class*=grid-5] > .col, [class*=grid-5] > [class*=col-] {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}

[class*=grid-6] > .col, [class*=grid-6] > [class*=col-] {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

[class*=grid-7] > .col, [class*=grid-7] > [class*=col-] {
  -ms-flex-preferred-size: 14.2857142857%;
      flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

[class*=grid-8] > .col, [class*=grid-8] > [class*=col-] {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  max-width: 12.5%;
}

[class*=grid-9] > .col, [class*=grid-9] > [class*=col-] {
  -ms-flex-preferred-size: 11.1111111111%;
      flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}

[class*=grid-10] > .col, [class*=grid-10] > [class*=col-] {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
}

[class*=grid-11] > .col, [class*=grid-11] > [class*=col-] {
  -ms-flex-preferred-size: 9.0909090909%;
      flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}

[class*=grid-12] > .col, [class*=grid-12] > [class*=col-] {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media screen and (max-width: 1024px) {
  [class*=_lg-1] > .col, [class*=_lg-1] > [class*=col-] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_lg-2] > .col, [class*=_lg-2] > [class*=col-] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_lg-3] > .col, [class*=_lg-3] > [class*=col-] {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_lg-4] > .col, [class*=_lg-4] > [class*=col-] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_lg-5] > .col, [class*=_lg-5] > [class*=col-] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_lg-6] > .col, [class*=_lg-6] > [class*=col-] {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_lg-7] > .col, [class*=_lg-7] > [class*=col-] {
    -ms-flex-preferred-size: 14.2857142857%;
        flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_lg-8] > .col, [class*=_lg-8] > [class*=col-] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_lg-9] > .col, [class*=_lg-9] > [class*=col-] {
    -ms-flex-preferred-size: 11.1111111111%;
        flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_lg-10] > .col, [class*=_lg-10] > [class*=col-] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_lg-11] > .col, [class*=_lg-11] > [class*=col-] {
    -ms-flex-preferred-size: 9.0909090909%;
        flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_lg-12] > .col, [class*=_lg-12] > [class*=col-] {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  [class*=_md-1] > .col, [class*=_md-1] > [class*=col-] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_md-2] > .col, [class*=_md-2] > [class*=col-] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_md-3] > .col, [class*=_md-3] > [class*=col-] {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_md-4] > .col, [class*=_md-4] > [class*=col-] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_md-5] > .col, [class*=_md-5] > [class*=col-] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_md-6] > .col, [class*=_md-6] > [class*=col-] {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_md-7] > .col, [class*=_md-7] > [class*=col-] {
    -ms-flex-preferred-size: 14.2857142857%;
        flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_md-8] > .col, [class*=_md-8] > [class*=col-] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_md-9] > .col, [class*=_md-9] > [class*=col-] {
    -ms-flex-preferred-size: 11.1111111111%;
        flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_md-10] > .col, [class*=_md-10] > [class*=col-] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_md-11] > .col, [class*=_md-11] > [class*=col-] {
    -ms-flex-preferred-size: 9.0909090909%;
        flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_md-12] > .col, [class*=_md-12] > [class*=col-] {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  [class*=_sm-1] > .col, [class*=_sm-1] > [class*=col-] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_sm-2] > .col, [class*=_sm-2] > [class*=col-] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_sm-3] > .col, [class*=_sm-3] > [class*=col-] {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_sm-4] > .col, [class*=_sm-4] > [class*=col-] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_sm-5] > .col, [class*=_sm-5] > [class*=col-] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_sm-6] > .col, [class*=_sm-6] > [class*=col-] {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_sm-7] > .col, [class*=_sm-7] > [class*=col-] {
    -ms-flex-preferred-size: 14.2857142857%;
        flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_sm-8] > .col, [class*=_sm-8] > [class*=col-] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_sm-9] > .col, [class*=_sm-9] > [class*=col-] {
    -ms-flex-preferred-size: 11.1111111111%;
        flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_sm-10] > .col, [class*=_sm-10] > [class*=col-] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_sm-11] > .col, [class*=_sm-11] > [class*=col-] {
    -ms-flex-preferred-size: 9.0909090909%;
        flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_sm-12] > .col, [class*=_sm-12] > [class*=col-] {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 568px) {
  [class*=_xs-1] > .col, [class*=_xs-1] > [class*=col-] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  [class*=_xs-2] > .col, [class*=_xs-2] > [class*=col-] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=_xs-3] > .col, [class*=_xs-3] > [class*=col-] {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=_xs-4] > .col, [class*=_xs-4] > [class*=col-] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  [class*=_xs-5] > .col, [class*=_xs-5] > [class*=col-] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  [class*=_xs-6] > .col, [class*=_xs-6] > [class*=col-] {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=_xs-7] > .col, [class*=_xs-7] > [class*=col-] {
    -ms-flex-preferred-size: 14.2857142857%;
        flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*=_xs-8] > .col, [class*=_xs-8] > [class*=col-] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=_xs-9] > .col, [class*=_xs-9] > [class*=col-] {
    -ms-flex-preferred-size: 11.1111111111%;
        flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*=_xs-10] > .col, [class*=_xs-10] > [class*=col-] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  [class*=_xs-11] > .col, [class*=_xs-11] > [class*=col-] {
    -ms-flex-preferred-size: 9.0909090909%;
        flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*=_xs-12] > .col, [class*=_xs-12] > [class*=col-] {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
/************************
    COLS SIZES
*************************/
[class*=grid] > [class*=col-1] {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class*=grid] > [class*=col-2] {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class*=grid] > [class*=col-3] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
[class*=grid] > [class*=col-4] {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class*=grid] > [class*=col-5] {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class*=grid] > [class*=col-6] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
[class*=grid] > [class*=col-7] {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class*=grid] > [class*=col-8] {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class*=grid] > [class*=col-9] {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}
[class*=grid] > [class*=col-10] {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class*=grid] > [class*=col-11] {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class*=grid] > [class*=col-12] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

[class*=grid] > [data-push-left*=off-0] {
  margin-left: 0;
}
[class*=grid] > [data-push-left*=off-1] {
  margin-left: 8.3333333333%;
}
[class*=grid] > [data-push-left*=off-2] {
  margin-left: 16.6666666667%;
}
[class*=grid] > [data-push-left*=off-3] {
  margin-left: 25%;
}
[class*=grid] > [data-push-left*=off-4] {
  margin-left: 33.3333333333%;
}
[class*=grid] > [data-push-left*=off-5] {
  margin-left: 41.6666666667%;
}
[class*=grid] > [data-push-left*=off-6] {
  margin-left: 50%;
}
[class*=grid] > [data-push-left*=off-7] {
  margin-left: 58.3333333333%;
}
[class*=grid] > [data-push-left*=off-8] {
  margin-left: 66.6666666667%;
}
[class*=grid] > [data-push-left*=off-9] {
  margin-left: 75%;
}
[class*=grid] > [data-push-left*=off-10] {
  margin-left: 83.3333333333%;
}
[class*=grid] > [data-push-left*=off-11] {
  margin-left: 91.6666666667%;
}
[class*=grid] > [data-push-right*=off-0] {
  margin-right: 0;
}
[class*=grid] > [data-push-right*=off-1] {
  margin-right: 8.3333333333%;
}
[class*=grid] > [data-push-right*=off-2] {
  margin-right: 16.6666666667%;
}
[class*=grid] > [data-push-right*=off-3] {
  margin-right: 25%;
}
[class*=grid] > [data-push-right*=off-4] {
  margin-right: 33.3333333333%;
}
[class*=grid] > [data-push-right*=off-5] {
  margin-right: 41.6666666667%;
}
[class*=grid] > [data-push-right*=off-6] {
  margin-right: 50%;
}
[class*=grid] > [data-push-right*=off-7] {
  margin-right: 58.3333333333%;
}
[class*=grid] > [data-push-right*=off-8] {
  margin-right: 66.6666666667%;
}
[class*=grid] > [data-push-right*=off-9] {
  margin-right: 75%;
}
[class*=grid] > [data-push-right*=off-10] {
  margin-right: 83.3333333333%;
}
[class*=grid] > [data-push-right*=off-11] {
  margin-right: 91.6666666667%;
}

@media screen and (max-width: 1024px) {
  [class*=grid] > [class*=_lg-1] {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*=grid] > [class*=_lg-2] {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=grid] > [class*=_lg-3] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  [class*=grid] > [class*=_lg-4] {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=grid] > [class*=_lg-5] {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*=grid] > [class*=_lg-6] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=grid] > [class*=_lg-7] {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*=grid] > [class*=_lg-8] {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*=grid] > [class*=_lg-9] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  [class*=grid] > [class*=_lg-10] {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*=grid] > [class*=_lg-11] {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*=grid] > [class*=_lg-12] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  [class*=grid] > [data-push-left*=_lg-0] {
    margin-left: 0;
  }
  [class*=grid] > [data-push-left*=_lg-1] {
    margin-left: 8.3333333333%;
  }
  [class*=grid] > [data-push-left*=_lg-2] {
    margin-left: 16.6666666667%;
  }
  [class*=grid] > [data-push-left*=_lg-3] {
    margin-left: 25%;
  }
  [class*=grid] > [data-push-left*=_lg-4] {
    margin-left: 33.3333333333%;
  }
  [class*=grid] > [data-push-left*=_lg-5] {
    margin-left: 41.6666666667%;
  }
  [class*=grid] > [data-push-left*=_lg-6] {
    margin-left: 50%;
  }
  [class*=grid] > [data-push-left*=_lg-7] {
    margin-left: 58.3333333333%;
  }
  [class*=grid] > [data-push-left*=_lg-8] {
    margin-left: 66.6666666667%;
  }
  [class*=grid] > [data-push-left*=_lg-9] {
    margin-left: 75%;
  }
  [class*=grid] > [data-push-left*=_lg-10] {
    margin-left: 83.3333333333%;
  }
  [class*=grid] > [data-push-left*=_lg-11] {
    margin-left: 91.6666666667%;
  }
  [class*=grid] > [data-push-right*=_lg-0] {
    margin-right: 0;
  }
  [class*=grid] > [data-push-right*=_lg-1] {
    margin-right: 8.3333333333%;
  }
  [class*=grid] > [data-push-right*=_lg-2] {
    margin-right: 16.6666666667%;
  }
  [class*=grid] > [data-push-right*=_lg-3] {
    margin-right: 25%;
  }
  [class*=grid] > [data-push-right*=_lg-4] {
    margin-right: 33.3333333333%;
  }
  [class*=grid] > [data-push-right*=_lg-5] {
    margin-right: 41.6666666667%;
  }
  [class*=grid] > [data-push-right*=_lg-6] {
    margin-right: 50%;
  }
  [class*=grid] > [data-push-right*=_lg-7] {
    margin-right: 58.3333333333%;
  }
  [class*=grid] > [data-push-right*=_lg-8] {
    margin-right: 66.6666666667%;
  }
  [class*=grid] > [data-push-right*=_lg-9] {
    margin-right: 75%;
  }
  [class*=grid] > [data-push-right*=_lg-10] {
    margin-right: 83.3333333333%;
  }
  [class*=grid] > [data-push-right*=_lg-11] {
    margin-right: 91.6666666667%;
  }
}
@media screen and (max-width: 800px) {
  [class*=grid] > [class*=_md-1] {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*=grid] > [class*=_md-2] {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=grid] > [class*=_md-3] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  [class*=grid] > [class*=_md-4] {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=grid] > [class*=_md-5] {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*=grid] > [class*=_md-6] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=grid] > [class*=_md-7] {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*=grid] > [class*=_md-8] {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*=grid] > [class*=_md-9] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  [class*=grid] > [class*=_md-10] {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*=grid] > [class*=_md-11] {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*=grid] > [class*=_md-12] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  [class*=grid] > [data-push-left*=_md-0] {
    margin-left: 0;
  }
  [class*=grid] > [data-push-left*=_md-1] {
    margin-left: 8.3333333333%;
  }
  [class*=grid] > [data-push-left*=_md-2] {
    margin-left: 16.6666666667%;
  }
  [class*=grid] > [data-push-left*=_md-3] {
    margin-left: 25%;
  }
  [class*=grid] > [data-push-left*=_md-4] {
    margin-left: 33.3333333333%;
  }
  [class*=grid] > [data-push-left*=_md-5] {
    margin-left: 41.6666666667%;
  }
  [class*=grid] > [data-push-left*=_md-6] {
    margin-left: 50%;
  }
  [class*=grid] > [data-push-left*=_md-7] {
    margin-left: 58.3333333333%;
  }
  [class*=grid] > [data-push-left*=_md-8] {
    margin-left: 66.6666666667%;
  }
  [class*=grid] > [data-push-left*=_md-9] {
    margin-left: 75%;
  }
  [class*=grid] > [data-push-left*=_md-10] {
    margin-left: 83.3333333333%;
  }
  [class*=grid] > [data-push-left*=_md-11] {
    margin-left: 91.6666666667%;
  }
  [class*=grid] > [data-push-right*=_md-0] {
    margin-right: 0;
  }
  [class*=grid] > [data-push-right*=_md-1] {
    margin-right: 8.3333333333%;
  }
  [class*=grid] > [data-push-right*=_md-2] {
    margin-right: 16.6666666667%;
  }
  [class*=grid] > [data-push-right*=_md-3] {
    margin-right: 25%;
  }
  [class*=grid] > [data-push-right*=_md-4] {
    margin-right: 33.3333333333%;
  }
  [class*=grid] > [data-push-right*=_md-5] {
    margin-right: 41.6666666667%;
  }
  [class*=grid] > [data-push-right*=_md-6] {
    margin-right: 50%;
  }
  [class*=grid] > [data-push-right*=_md-7] {
    margin-right: 58.3333333333%;
  }
  [class*=grid] > [data-push-right*=_md-8] {
    margin-right: 66.6666666667%;
  }
  [class*=grid] > [data-push-right*=_md-9] {
    margin-right: 75%;
  }
  [class*=grid] > [data-push-right*=_md-10] {
    margin-right: 83.3333333333%;
  }
  [class*=grid] > [data-push-right*=_md-11] {
    margin-right: 91.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  [class*=grid] > [class*=_sm-1] {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*=grid] > [class*=_sm-2] {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=grid] > [class*=_sm-3] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  [class*=grid] > [class*=_sm-4] {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=grid] > [class*=_sm-5] {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*=grid] > [class*=_sm-6] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=grid] > [class*=_sm-7] {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*=grid] > [class*=_sm-8] {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*=grid] > [class*=_sm-9] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  [class*=grid] > [class*=_sm-10] {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*=grid] > [class*=_sm-11] {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*=grid] > [class*=_sm-12] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  [class*=grid] > [data-push-left*=_sm-0] {
    margin-left: 0;
  }
  [class*=grid] > [data-push-left*=_sm-1] {
    margin-left: 8.3333333333%;
  }
  [class*=grid] > [data-push-left*=_sm-2] {
    margin-left: 16.6666666667%;
  }
  [class*=grid] > [data-push-left*=_sm-3] {
    margin-left: 25%;
  }
  [class*=grid] > [data-push-left*=_sm-4] {
    margin-left: 33.3333333333%;
  }
  [class*=grid] > [data-push-left*=_sm-5] {
    margin-left: 41.6666666667%;
  }
  [class*=grid] > [data-push-left*=_sm-6] {
    margin-left: 50%;
  }
  [class*=grid] > [data-push-left*=_sm-7] {
    margin-left: 58.3333333333%;
  }
  [class*=grid] > [data-push-left*=_sm-8] {
    margin-left: 66.6666666667%;
  }
  [class*=grid] > [data-push-left*=_sm-9] {
    margin-left: 75%;
  }
  [class*=grid] > [data-push-left*=_sm-10] {
    margin-left: 83.3333333333%;
  }
  [class*=grid] > [data-push-left*=_sm-11] {
    margin-left: 91.6666666667%;
  }
  [class*=grid] > [data-push-right*=_sm-0] {
    margin-right: 0;
  }
  [class*=grid] > [data-push-right*=_sm-1] {
    margin-right: 8.3333333333%;
  }
  [class*=grid] > [data-push-right*=_sm-2] {
    margin-right: 16.6666666667%;
  }
  [class*=grid] > [data-push-right*=_sm-3] {
    margin-right: 25%;
  }
  [class*=grid] > [data-push-right*=_sm-4] {
    margin-right: 33.3333333333%;
  }
  [class*=grid] > [data-push-right*=_sm-5] {
    margin-right: 41.6666666667%;
  }
  [class*=grid] > [data-push-right*=_sm-6] {
    margin-right: 50%;
  }
  [class*=grid] > [data-push-right*=_sm-7] {
    margin-right: 58.3333333333%;
  }
  [class*=grid] > [data-push-right*=_sm-8] {
    margin-right: 66.6666666667%;
  }
  [class*=grid] > [data-push-right*=_sm-9] {
    margin-right: 75%;
  }
  [class*=grid] > [data-push-right*=_sm-10] {
    margin-right: 83.3333333333%;
  }
  [class*=grid] > [data-push-right*=_sm-11] {
    margin-right: 91.6666666667%;
  }
}
@media screen and (max-width: 568px) {
  [class*=grid] > [class*=_xs-1] {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*=grid] > [class*=_xs-2] {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=grid] > [class*=_xs-3] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  [class*=grid] > [class*=_xs-4] {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=grid] > [class*=_xs-5] {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*=grid] > [class*=_xs-6] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  [class*=grid] > [class*=_xs-7] {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*=grid] > [class*=_xs-8] {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*=grid] > [class*=_xs-9] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  [class*=grid] > [class*=_xs-10] {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*=grid] > [class*=_xs-11] {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*=grid] > [class*=_xs-12] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  [class*=grid] > [data-push-left*=_xs-0] {
    margin-left: 0;
  }
  [class*=grid] > [data-push-left*=_xs-1] {
    margin-left: 8.3333333333%;
  }
  [class*=grid] > [data-push-left*=_xs-2] {
    margin-left: 16.6666666667%;
  }
  [class*=grid] > [data-push-left*=_xs-3] {
    margin-left: 25%;
  }
  [class*=grid] > [data-push-left*=_xs-4] {
    margin-left: 33.3333333333%;
  }
  [class*=grid] > [data-push-left*=_xs-5] {
    margin-left: 41.6666666667%;
  }
  [class*=grid] > [data-push-left*=_xs-6] {
    margin-left: 50%;
  }
  [class*=grid] > [data-push-left*=_xs-7] {
    margin-left: 58.3333333333%;
  }
  [class*=grid] > [data-push-left*=_xs-8] {
    margin-left: 66.6666666667%;
  }
  [class*=grid] > [data-push-left*=_xs-9] {
    margin-left: 75%;
  }
  [class*=grid] > [data-push-left*=_xs-10] {
    margin-left: 83.3333333333%;
  }
  [class*=grid] > [data-push-left*=_xs-11] {
    margin-left: 91.6666666667%;
  }
  [class*=grid] > [data-push-right*=_xs-0] {
    margin-right: 0;
  }
  [class*=grid] > [data-push-right*=_xs-1] {
    margin-right: 8.3333333333%;
  }
  [class*=grid] > [data-push-right*=_xs-2] {
    margin-right: 16.6666666667%;
  }
  [class*=grid] > [data-push-right*=_xs-3] {
    margin-right: 25%;
  }
  [class*=grid] > [data-push-right*=_xs-4] {
    margin-right: 33.3333333333%;
  }
  [class*=grid] > [data-push-right*=_xs-5] {
    margin-right: 41.6666666667%;
  }
  [class*=grid] > [data-push-right*=_xs-6] {
    margin-right: 50%;
  }
  [class*=grid] > [data-push-right*=_xs-7] {
    margin-right: 58.3333333333%;
  }
  [class*=grid] > [data-push-right*=_xs-8] {
    margin-right: 66.6666666667%;
  }
  [class*=grid] > [data-push-right*=_xs-9] {
    margin-right: 75%;
  }
  [class*=grid] > [data-push-right*=_xs-10] {
    margin-right: 83.3333333333%;
  }
  [class*=grid] > [data-push-right*=_xs-11] {
    margin-right: 91.6666666667%;
  }
}
/************************
    HIDING COLS
*************************/
[class*=col-]:not([class*=col-0]) {
  display: block;
}

[class*=grid][class*=col-]:not([class*=col-0]) {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*=col-][class*=col-0] {
  display: none;
}

@media screen and (max-width: 1024px) {
  [class*=grid] > :not([class*=_lg-0]) {
    display: block;
  }
  [class*=grid]:not([class*=_lg-0]) {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=grid] > [class*=_lg-0], [class*=grid][class*=-equalHeight] > [class*=_lg-0] {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  [class*=grid] > :not([class*=_md-0]) {
    display: block;
  }
  [class*=grid]:not([class*=_md-0]) {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=grid] > [class*=_md-0], [class*=grid][class*=-equalHeight] > [class*=_md-0] {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  [class*=grid] > :not([class*=_sm-0]) {
    display: block;
  }
  [class*=grid]:not([class*=_sm-0]) {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=grid] > [class*=_sm-0], [class*=grid][class*=-equalHeight] > [class*=_sm-0] {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  [class*=grid] > :not([class*=_xs-0]) {
    display: block;
  }
  [class*=grid]:not([class*=_xs-0]) {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=grid] > [class*=_xs-0], [class*=grid][class*=-equalHeight] > [class*=_xs-0] {
    display: none;
  }
}
/*----------------------------------*/
#main {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  #main {
    margin-top: 0;
  }
}
#main > div {
  margin: 120px 0;
}
@media screen and (max-width: 800px) {
  #main > div {
    margin: 60px 0;
  }
}
#main > div section {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #main > div section {
    max-width: inherit;
    width: 98%;
  }
}
#main .detailwrap {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #main .detailwrap {
    max-width: inherit;
    width: 98%;
  }
}
@media screen and (max-width: 800px) {
  #main .detailwrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#top #main #about:before, #top #main #strength:before, #top #main #tech:before, #top #main #works:before, #top #main #flow:before, #top #main #company:before, #top #main #contact:before {
  content: "";
  display: block;
  height: 50px; /* ヘッダの高さ = 50px */
  margin: -50px 0 0; /* ヘッダの高さ = 50px */
}
#top #main #about section, #top #main #strength section, #top #main #tech section, #top #main #works section, #top #main #flow section, #top #main #company section, #top #main #contact section {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  #top #main #about section, #top #main #strength section, #top #main #tech section, #top #main #works section, #top #main #flow section, #top #main #company section, #top #main #contact section {
    margin-top: 0;
    padding-top: 0;
  }
}
#main .bg, #main #top #tech, #top #main #tech, #main #top #flow, #top #main #flow {
  margin: 0;
  padding: 120px 0;
  background: url(/inc/image/common/bg_graytexture.png);
}
#main .bg section, #main #top #tech section, #top #main #tech section, #main #top #flow section, #top #main #flow section {
  padding-left: 20px;
  padding-right: 20px;
}

/*
トップ読み込み用
*/
/*
ユーティリティ系おまとめファイル
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: Light;
  font-weight: 300;
  src: local("NotoSansJP-Light.otf"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Light.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Light.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Regular.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Regular.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: medium;
  font-weight: 500;
  src: local("NotoSansJP-Medium.otf"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Medium.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Medium.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: Bold;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Bold.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Bold.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: Light;
  font-weight: 300;
  src: local("NotoSansJP-Light.otf"), url("/inc/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Light.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url("/inc/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: medium;
  font-weight: 500;
  src: local("NotoSansJP-Regular.otf"), url("/inc/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: Bold;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url("/inc/fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf") format("opentype"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("/inc/fonts/NotoSansCJKjp/NotoSerifCJKjp-SemiBold.woff2") format("woff2");
}
#top #about {
  margin-top: 80px;
}
#top #about .wrap {
  background-image: url(/inc/image/about/pic_vison.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}
#top #about .wrap h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 195%;
  letter-spacing: 3px;
}
@media screen and (max-width: 800px) {
  #top #about .wrap h3 {
    font-size: 6vw;
  }
}
#top #about .wrap p {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 568px) {
  #top #about .wrap p {
    margin: 0 20px;
  }
}
#top #company .bg_company, #top #company .bg_policy {
  display: block;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  #top #company .bg_company, #top #company .bg_policy {
    height: 220px;
  }
}
#top #company .bg_policy {
  background-image: url(/inc/image/company/pic_room.jpg);
}
#top #company .bg_company {
  background-image: url(/inc/image/company/pic_arch.jpg);
}
#top #company .policy, #top #company .company {
  width: 1100px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  #top #company .policy, #top #company .company {
    max-width: 98%;
  }
}
@media screen and (max-width: 800px) {
  #top #company .policy, #top #company .company {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  #top #company .policy, #top #company .company {
    width: auto;
  }
}
#top #company .policy .col .wrap {
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #top #company .policy .col .wrap {
    max-width: 98%;
  }
}
#top #company .policy h3 {
  font-size: 150%;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
#top #company .policy h3 span {
  display: block;
  font-size: 60%;
}
@media screen and (max-width: 800px) {
  #top #company .policy .rinen {
    margin-bottom: 80px !important;
  }
  #top #company .policy .rinen h4 {
    font-size: 110% !important;
  }
}
#top #company .policy .rinen h4 {
  letter-spacing: 0;
  font-size: 130%;
  margin: 50px 0 40px;
  text-align: center;
  display: block;
  position: relative;
}
#top #company .policy .rinen h4:before, #top #company .policy .rinen h4:after {
  font-weight: normal;
  color: #ccc;
  font-size: 40px;
  position: absolute;
  line-height: 0;
}
#top #company .policy .rinen h4:before {
  content: "「";
  left: -20px;
  top: 0;
}
#top #company .policy .rinen h4:after {
  right: -20px;
  bottom: 0;
  content: "」";
}
#top #company .policy .rinen p {
  margin-bottom: 10px;
}
#top #company .policy .sishin p {
  text-align: center;
  margin-bottom: 10px;
}
#top #company .policy .sishin ol {
  border: 1px solid #ccc;
  padding: 30px 10px 30px 20px;
  font-size: 90%;
}
#top #company .policy .sishin ol li {
  margin-left: 20px;
  margin-bottom: 15px;
}
#top #company .policy .sishin ol li:last-child {
  margin-bottom: 0;
}
#top #company .company h3 {
  margin: 0 0 40px;
}
@media screen and (max-width: 800px) {
  #top #company .company h3 {
    text-align: center;
  }
}
#top #company .company .col {
  margin: 0;
  padding: 0 20px;
}
#top #company .company ul {
  list-style-position: inside;
  margin: 10px 0;
}
#top #flow .flowlist {
  position: relative;
}
#top #flow .flowlist .wrap {
  position: relative;
  counter-increment: section;
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap {
    padding-bottom: 60px;
  }
}
#top #flow .flowlist .wrap:before {
  content: counter(section);
  background: url(/inc/image/common/bg_graytexture.jpg);
  font-size: 44px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  position: absolute;
  width: 42.5px;
  height: 70px;
  display: block;
  text-align: center;
  top: -10px;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap:before {
    width: auto;
    height: auto;
    left: 0;
    top: -15px;
  }
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap:before {
    font-size: 34px;
  }
}
#top #flow .flowlist .wrap:after {
  position: absolute;
  border-bottom: 0;
  width: 40px;
  height: 1px;
  content: "";
  display: block;
  background: #000;
  top: 60px;
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap:after {
    display: none;
  }
}
#top #flow .flowlist .wrap .col {
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap .col {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap .col img {
    margin-bottom: 50px;
    max-width: 100%;
    height: auto;
  }
}
#top #flow .flowlist .wrap section {
  position: relative;
  max-width: initial;
  width: auto;
  padding-left: 85px !important;
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap section {
    padding: 0 20px !important;
  }
}
#top #flow .flowlist .wrap section h3 {
  margin-bottom: 30px;
  font-size: 180%;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap section h3 {
    padding-left: 45px;
  }
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap section h3 {
    font-size: 120%;
    padding-left: 25px;
  }
}
#top #flow .flowlist .wrap section p {
  margin-bottom: 40px;
  font-size: 90%;
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap section p {
    margin-bottom: 20px;
  }
}
#top #flow .flowlist .wrap section dl.point {
  border: 1px solid #707070;
  background: #fff;
  padding: 30px;
  font-size: 90%;
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap section dl.point {
    margin-bottom: 20px;
    padding: 20px;
  }
}
#top #flow .flowlist .wrap section dl.point dt, #top #flow .flowlist .wrap section dl.point dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
}
#top #flow .flowlist .wrap section dl.point dt {
  font-weight: bold;
  width: 20%;
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap section dl.point dt {
    width: 100%;
  }
}
#top #flow .flowlist .wrap section dl.point dd {
  width: 79%;
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap section dl.point dd {
    width: 100%;
  }
}
#top #flow .flowlist .wrap section:after {
  position: absolute;
  width: 1px;
  height: 120%;
  content: "";
  display: block;
  background: #000;
  top: 60px;
  left: 20px;
}
@media screen and (max-width: 800px) {
  #top #flow .flowlist .wrap section:after {
    display: none;
  }
}
#top #flow .flowlist .wrap:last-child .col {
  padding-bottom: 0;
}
#top #flow .flowlist .wrap:last-child section:after {
  display: none;
}
#top #mainimg {
  margin: 0;
  background-image: url(/inc/image/img_mainimg.jpg);
  background-size: cover;
  height: 660px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #top #mainimg {
    height: 500px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 568px) {
  #top #mainimg {
    height: 300px;
  }
}
#top #mainimg h1 {
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  height: 150px;
  text-align: center;
  font-size: 350%;
  letter-spacing: 5px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 800px) {
  #top #mainimg h1 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 568px) {
  #top #mainimg h1 {
    height: 100px;
    font-size: 8vw;
  }
}
#top #strength:after, #top #strength section section:after {
  width: 350px;
  height: 350px;
  background: #f7f7f7;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
}
#top #strength {
  position: relative;
}
#top #strength section section {
  margin-bottom: 255px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #top #strength section section {
    text-align: center;
    margin-bottom: 100px;
  }
}
#top #strength section section h3 {
  font-size: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  display: block;
  padding: 30px 25px 40px;
  background: #fff;
  right: 100px;
  top: -90px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #top #strength section section h3 {
    letter-spacing: -5px;
  }
}
@-moz-document url-prefix() {
  #top #strength section section h3 {
    letter-spacing: 10px;
  }
}
@media screen and (max-width: 800px) {
  #top #strength section section h3 {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    letter-spacing: 2px;
    position: relative;
    right: auto;
    top: auto;
    background: transparent;
    padding: 0;
    margin: 0 0 20px 20px;
    text-align: center;
    font-size: 5vw;
    position: relative;
    display: inline-block;
    padding: 0 55px;
  }
  #top #strength section section h3:before, #top #strength section section h3:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
  }
  #top #strength section section h3:before {
    left: 0;
  }
  #top #strength section section h3:after {
    right: 0;
  }
}
#top #strength section section h3 .menber_tate_mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#top #strength section section:after {
  top: -130px;
  right: -130px;
}
#top #strength section section img {
  max-width: 100%;
}
#top #strength section section .txt {
  right: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  #top #strength section section .txt {
    text-align: center;
    position: relative;
    right: auto;
  }
}
#top #strength section section .txt h4 {
  font-size: 140%;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #top #strength section section .txt h4 {
    margin-bottom: 20px;
    font-size: 5.5vw;
  }
}
#top #strength section section .txt p {
  font-size: 95%;
  letter-spacing: 1px;
}
@media screen and (max-width: 568px) {
  #top #strength section section .txt p {
    text-align: left;
    margin: 0 20px;
  }
}
#top #strength section section:nth-child(odd) {
  position: relative;
  text-align: right;
}
@media screen and (max-width: 800px) {
  #top #strength section section:nth-child(odd) {
    text-align: center;
  }
}
#top #strength section section:nth-child(odd) h3 {
  left: 100px;
  right: auto;
  top: -50px;
}
@media screen and (max-width: 800px) {
  #top #strength section section:nth-child(odd) h3 {
    right: auto;
    top: auto;
    left: auto;
  }
}
#top #strength section section:nth-child(odd):after {
  top: -100px;
  left: 0px;
  right: auto;
}
#top #strength section section:nth-child(odd) .txt {
  text-align: left;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  #top #strength section section:nth-child(odd) .txt {
    text-align: center;
    position: relative;
    left: auto;
  }
}
#top #strength:after {
  bottom: -300px;
  left: -34px;
}
#top #tech .wrap-intro {
  margin-bottom: 80px;
}
#top #tech .wrap-intro h2 {
  margin-bottom: 30px;
}
#top #tech .wrap-intro p {
  max-width: 600px;
  margin: 0 auto;
}
#top #tech .tech_list {
  overflow: hidden;
  position: relative;
}
#top #tech .tech_list .col {
  padding-bottom: 50px;
}
#top #tech .tech_list .col:nth-child(n+7) {
  padding-bottom: 0;
}
#top #tech .tech_list img {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  position: absolute;
  z-index: 0;
}
#top #tech .tech_list img:hover {
  opacity: 0.8;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}
@media screen and (max-width: 568px) {
  #top #tech .tech_list img {
    position: relative;
    margin-bottom: 0;
  }
}
#top #tech .tech_list .txt {
  margin-top: 230px;
  z-index: 1;
  position: relative;
  float: right;
  width: 57%;
  background: #fff;
  padding: 20px 40px;
  height: 75px;
}
@media screen and (max-width: 568px) {
  #top #tech .tech_list .txt {
    float: none;
    width: 100%;
    padding: 20px;
    margin-top: 0;
    height: auto;
  }
}
#top #tech .tech_list .txt h3 {
  margin-bottom: 0px;
  font-size: 130%;
  font-weight: bold;
  color: #000;
}
#top #tech .tech_list .txt h3 span {
  font-size: 12px;
  padding-left: 4px;
}
#top #works {
  margin-left: 20px;
  margin-right: 20px;
}
#top #works section {
  position: relative;
}
#top #works section a.list_btn {
  position: absolute;
  top: 90px;
  right: 0;
  font-size: 85%;
  color: #000;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 1px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
#top #works section a.list_btn:hover {
  border-bottom: 1px solid #fff;
  opacity: 0.5;
}
@media screen and (max-width: 568px) {
  #top #works section a.list_btn {
    position: relative;
    border-bottom: 0;
    padding: 20px 60px;
    color: #fff;
    display: inline-block;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    background: #B6A584;
    text-decoration: none;
    top: inherit;
    left: inherit;
    display: block;
  }
  #top #works section a.list_btn:hover {
    background: #98825e;
  }
}
#top #treeplanning .treeplanning_inner {
  width: 1100px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  #top #treeplanning .treeplanning_inner {
    max-width: 98%;
  }
}
@media screen and (max-width: 800px) {
  #top #treeplanning .treeplanning_inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  #top #treeplanning .treeplanning_inner {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  #top #treeplanning .treeplanning_inner_desc {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#top #treeplanning .treeplanning_inner_desc p {
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  #top #treeplanning .treeplanning_inner_desc p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  #top #treeplanning .treeplanning_inner_desc .btnwrap {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  #top #treeplanning .treeplanning_inner_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*# sourceMappingURL=style.css.map */