@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville");
/* Document
   ========================================================================== */
/* line 4, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/* line 15, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* line 20, ../scss/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* line 32, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/* line 42, ../scss/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/* line 49, ../scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 55, ../scss/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* line 63, ../scss/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/* line 73, ../scss/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* line 80, ../scss/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* line 87, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/* line 94, ../scss/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/* line 100, ../scss/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 107, ../scss/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* line 115, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 120, ../scss/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 126, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/* line 132, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 140, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 144, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/* line 152, ../scss/_normalize.scss */
audio,
video {
  display: inline-block;
}

/* line 158, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 163, ../scss/_normalize.scss */
img {
  border-style: none;
}

/* line 168, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/* line 177, ../scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/* line 190, ../scss/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/* line 197, ../scss/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/* line 205, ../scss/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/* line 213, ../scss/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 222, ../scss/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 230, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 240, ../scss/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/* line 251, ../scss/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/* line 258, ../scss/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 264, ../scss/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 271, ../scss/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 278, ../scss/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/* line 284, ../scss/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 291, ../scss/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/* line 301, ../scss/_normalize.scss */
details,
menu {
  display: block;
}

/* line 307, ../scss/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/* line 315, ../scss/_normalize.scss */
canvas {
  display: inline-block;
}

/* line 320, ../scss/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/* line 328, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* line 2, ../scss/_common.scss */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  color: #2f2f2f;
}

/* line 48, ../scss/_common.scss */
a {
  color: #2f2f2f;
  text-decoration: none;
}
/* line 52, ../scss/_common.scss */
a:hover {
  opacity: 0.75;
}

/* line 58, ../scss/_common.scss */
.btn__wrapper {
  display: inline-block;
  background-color: #fff;
}
/* line 62, ../scss/_common.scss */
.btn__wrapper input, .btn__wrapper a {
  display: inline-block;
  color: #fff;
  background-color: #4a4a4a;
  padding: 20px 108px 19px;
}

/* line 72, ../scss/_common.scss */
.green-txt {
  color: #009e4e;
}
/* line 75, ../scss/_common.scss */
.green-txt.low-space {
  margin-right: -2px;
  margin-left: -2px;
}

/* line 81, ../scss/_common.scss */
.small-txt {
  font-size: 0.5em;
}

/* line 5, ../scss/_global.scss */
.header__front {
  position: relative;
  z-index: 500;
}

/* line 28, ../scss/_global.scss */
#main {
  position: relative;
  z-index: 100;
}

/* line 260, ../scss/_global.scss */
.footer__about-us {
  background-repeat: no-repeat;
}
/* line 279, ../scss/_global.scss */
.footer__about-us .footer__catch-box {
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 282, ../scss/_global.scss */
.footer__about-us .footer__catch-box h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
/* line 285, ../scss/_global.scss */
.footer__about-us .footer__catch-box > * {
  margin: 0;
}
/* line 288, ../scss/_global.scss */
.footer__about-us .footer__catch-box .footer__about-btn {
  background-color: transparent;
}
/* line 290, ../scss/_global.scss */
.footer__about-us .footer__catch-box .footer__about-btn a {
  color: #2f2f2f;
  border: 1px solid #1f1f1f;
  background-color: transparent;
  position: relative;
}
/* line 295, ../scss/_global.scss */
.footer__about-us .footer__catch-box .footer__about-btn a::after {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 1em;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 458, ../scss/_global.scss */
.copywrite {
  font-size: 12px;
  color: #fff;
  background-color: #3b3b3b;
  text-align: center;
}
/* line 464, ../scss/_global.scss */
.copywrite p {
  margin: 0;
}

/* line 478, ../scss/_global.scss */
.page-head__wrapper h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
/* line 480, ../scss/_global.scss */
.page-head__wrapper h2 span {
  font-weight: normal;
}

/* line 525, ../scss/_global.scss */
.wp-pagenavi {
  text-align: center;
}

/* line 4, ../scss/_top.scss */
body.home {
  overflow-x: hidden;
}

/* line 144, ../scss/_top.scss */
.top__mainimg img {
  width: 100%;
  height: auto;
}

/* line 155, ../scss/_top.scss */
.main__img {
  position: relative;
}
/* line 158, ../scss/_top.scss */
.main__img .catch__mainimg {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
/* line 167, ../scss/_top.scss */
.main__img h1 {
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
  margin: 0;
}
/* line 172, ../scss/_top.scss */
.main__img p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin: 0;
}
/* line 176, ../scss/_top.scss */
.main__img img {
  width: 100%;
  height: auto;
}
/* line 180, ../scss/_top.scss */
.main__img .sub__catch {
  display: inline-block;
  font-family: 'Arial', sans-serif;
  position: relative;
}

/* line 270, ../scss/_top.scss */
.top__catch .catch__txt-box h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
/* line 272, ../scss/_top.scss */
.top__catch .catch__txt-box h2 span {
  display: block;
}

/* line 368, ../scss/_top.scss */
.top__business .business__box {
  font-size: 0;
  margin: 0 -15px;
}
/* line 395, ../scss/_top.scss */
.top__business .business__inner {
  overflow: hidden;
  -moz-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
/* line 399, ../scss/_top.scss */
.top__business .business__inner img {
  width: 100%;
  height: auto;
}
/* line 425, ../scss/_top.scss */
.top__business .business__txt-box h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: normal;
  font-style: italic;
  border-bottom: 1px solid #009e4e;
  margin: 0;
}
/* line 432, ../scss/_top.scss */
.top__business .business__txt-box p {
  margin: 0;
}
/* line 482, ../scss/_top.scss */
.top__business .business__btn-box {
  border-radius: 6px;
  overflow: hidden;
}
/* line 486, ../scss/_top.scss */
.top__business .business__btn-box p {
  color: #fff;
  margin: 0;
  background-color: #6cbd50;
  border-bottom: 3px solid #7c7c7c;
}

/* line 561, ../scss/_top.scss */
.top__work {
  overflow-x: hidden;
  background-color: #f0f0f0;
}
/* line 574, ../scss/_top.scss */
.top__work .work__head-box {
  text-align: center;
  position: relative;
}
/* line 578, ../scss/_top.scss */
.top__work .work__head-box::before, .top__work .work__head-box::after {
  display: inline-block;
  content: '';
  background-image: url("../images/top/bg_case-leaf.png");
  background-repeat: no-repeat;
  position: absolute;
}
/* line 586, ../scss/_top.scss */
.top__work .work__head-box::before {
  background-image: url("../images/top/bg_case-leaf_before.png");
  background-position: right top;
}
/* line 590, ../scss/_top.scss */
.top__work .work__head-box::after {
  background-position: left top;
}
/* line 593, ../scss/_top.scss */
.top__work .work__head-box h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-style: italic;
  margin: 0;
}
/* line 598, ../scss/_top.scss */
.top__work .work__head-box p {
  margin: 0;
}
/* line 663, ../scss/_top.scss */
.top__work .work__case-box .work__case-item {
  overflow: hidden;
  width: 290px;
  margin: auto;
}
/* line 667, ../scss/_top.scss */
.top__work .work__case-box .work__case-item:hover {
  opacity: 0.75;
}
/* line 670, ../scss/_top.scss */
.top__work .work__case-box .work__case-item .item__img-wrapper {
  position: relative;
  width: 290px;
  height: 290px;
  overflow: hidden;
}
/* line 675, ../scss/_top.scss */
.top__work .work__case-box .work__case-item .item__img-wrapper img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 684, ../scss/_top.scss */
.top__work .work__case-box .work__case-item .item__txt-wrapper {
  color: #5c4138;
  background-image: url("../images/common/bg_beige-dot.jpg");
  min-height: 72px;
  position: relative;
}
/* line 689, ../scss/_top.scss */
.top__work .work__case-box .work__case-item .item__txt-wrapper > * {
  margin: 0;
  padding-left: 80px;
}
/* line 693, ../scss/_top.scss */
.top__work .work__case-box .work__case-item .item__txt-wrapper img {
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 16px;
  width: 52px;
  height: auto;
}
/* line 703, ../scss/_top.scss */
.top__work .work__case-box .work__case-item .item__txt-wrapper h3 {
  font-weight: normal;
  padding-top: 16px;
  padding-bottom: 8px;
}
/* line 708, ../scss/_top.scss */
.top__work .work__case-box .work__case-item .item__txt-wrapper p {
  padding-bottom: 10px;
}
/* line 732, ../scss/_top.scss */
.top__work .work__more-btn {
  display: block;
  background-color: transparent;
  text-align: center;
}
/* line 737, ../scss/_top.scss */
.top__work .work__more-btn a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-style: italic;
  color: #2f2f2f;
  background-color: #f0f0f0;
  border: 1px solid #595959;
}

/* line 775, ../scss/_top.scss */
.top__blog .blog__contents {
  position: relative;
}
/* line 787, ../scss/_top.scss */
.top__blog .blog__left-contents .blog__head-box {
  background-image: url("../images/top/top_bg-blog.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
/* line 792, ../scss/_top.scss */
.top__blog .blog__left-contents h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: normal;
  margin: 0;
}
/* line 797, ../scss/_top.scss */
.top__blog .blog__left-contents p {
  margin: 6px 0 0;
}
/* line 800, ../scss/_top.scss */
.top__blog .blog__left-contents a {
  position: absolute;
}
/* line 802, ../scss/_top.scss */
.top__blog .blog__left-contents a::after {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  font-size: 16px;
  color: #009e4e;
  margin-left: 4px;
}
/* line 855, ../scss/_top.scss */
.top__blog .blog__post-list {
  display: inline-block;
  color: #393939;
  list-style: none;
  padding: 8px 0;
  margin: 0;
}
/* line 862, ../scss/_top.scss */
.top__blog .blog__post-list p {
  display: inline-block;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
/* line 868, ../scss/_top.scss */
.top__blog .blog__post-list h3 {
  display: inline-block;
  font-size: 14px;
  color: #5c4138;
  font-weight: normal;
  margin: 0;
}
/* line 874, ../scss/_top.scss */
.top__blog .blog__post-list h3::after {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  font-size: 18px;
  color: #898989;
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 27, ../scss/_variable.scss */
.top__blog .banner__area ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}
/* line 31, ../scss/_variable.scss */
.top__blog .banner__area ul li {
  display: inline-block;
  font-size: 14px;
}
/* line 949, ../scss/_top.scss */
.top__blog .banner__area ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 953, ../scss/_top.scss */
.top__blog .banner__area img {
  width: 100%;
  height: auto;
}

/* line 15, ../scss/_page.scss */
.flow .flow__contents-list p {
  margin: 0;
}
/* line 38, ../scss/_page.scss */
.flow .flow__contents-list .flow__title-wrapper {
  color: #fff;
  border-radius: 6px 6px 0 0;
  background-image: url("../images/common/bg_green-dot.jpg");
  position: relative;
}
/* line 44, ../scss/_page.scss */
.flow .flow__contents-list .flow__title-wrapper h3 {
  display: inline-block;
  font-weight: normal;
}
/* line 48, ../scss/_page.scss */
.flow .flow__contents-list .flow__title-wrapper p.flow__sub {
  display: inline-block;
  position: absolute;
  right: 1em;
  bottom: 12px;
}
/* line 54, ../scss/_page.scss */
.flow .flow__contents-list .flow__title-wrapper p.flow__step {
  display: inline-block;
  color: #009e4e;
  font-weight: bold;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 4px 1px;
  margin-left: 10px;
}
/* line 62, ../scss/_page.scss */
.flow .flow__contents-list .flow__title-wrapper p.flow__step span {
  margin-left: 3px;
}
/* line 93, ../scss/_page.scss */
.flow .flow__contents-list .flow__text-wrapper {
  border: 1px solid #009e4e;
  border-top: 3px solid #ad643a;
  border-radius: 0 0 6px 6px;
}
/* line 98, ../scss/_page.scss */
.flow .flow__contents-list .flow__text-wrapper p {
  font-size: 14px;
  line-height: 1.618em;
}
/* line 102, ../scss/_page.scss */
.flow .flow__contents-list .flow__text-wrapper .flow__tel-wrapper {
  margin-top: -12px;
}
/* line 105, ../scss/_page.scss */
.flow .flow__contents-list .flow__text-wrapper p.flow__tel {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  padding-left: 54px;
  margin-left: 10px;
  background-image: url("../images/page/flow/contact_logo.gif");
  background-repeat: no-repeat;
  background-position: left;
}
/* line 117, ../scss/_page.scss */
.flow .flow__contents-list .flow__text-wrapper .btn__flow-contact a {
  color: #000;
  font-weight: bold;
  background-color: #f0f0f0;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 12px 18px 8px 14px;
  margin-left: 14px;
}
/* line 124, ../scss/_page.scss */
.flow .flow__contents-list .flow__text-wrapper .btn__flow-contact a::before {
  display: inline-block;
  content: '';
  height: 24px;
  width: 40px;
  background-image: url("../images/page/flow/mail_icon.jpg");
  background-repeat: no-repeat;
  background-position: left;
}
/* line 133, ../scss/_page.scss */
.flow .flow__contents-list .flow__text-wrapper .btn__flow-contact a p {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  vertical-align: top;
  padding: 0;
}

/* line 183, ../scss/_page.scss */
.service p {
  margin: 0;
}
/* line 27, ../scss/_variable.scss */
.service .service__nav ul {
  font-size: 0;
  list-style: none;
  padding: 0;
}
/* line 31, ../scss/_variable.scss */
.service .service__nav ul li {
  display: inline-block;
  font-size: 14px;
}
/* line 196, ../scss/_page.scss */
.service .service__nav ul {
  background-image: url("../images/common/bg_gray-dot.jpg");
  margin: 0;
}
/* line 199, ../scss/_page.scss */
.service .service__nav ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
/* line 230, ../scss/_page.scss */
.service .service-nav__box {
  border-left: 5px solid #009e4e;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
/* line 235, ../scss/_page.scss */
.service .service-nav__box a {
  display: block;
}
/* line 276, ../scss/_page.scss */
.service .service__contents {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 288, ../scss/_page.scss */
.service .service__content-box .service__content-text h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
/* line 294, ../scss/_page.scss */
.service .service__content-box .service__content-text h3#nav-garden {
  background-image: url("../images/page/service/nav-garden_icon.jpg");
}
/* line 295, ../scss/_page.scss */
.service .service__content-box .service__content-text h3#nav-pruning {
  background-image: url("../images/page/service/nav-pruning_icon.jpg");
}
/* line 296, ../scss/_page.scss */
.service .service__content-box .service__content-text h3#nav-logging {
  background-image: url("../images/page/service/nav-logging_icon.jpg");
}
/* line 297, ../scss/_page.scss */
.service .service__content-box .service__content-text h3#nav-exterior {
  background-image: url("../images/page/service/nav-exterior_icon.jpg");
}
/* line 298, ../scss/_page.scss */
.service .service__content-box .service__content-text h3#nav-works {
  background-image: url("../images/page/service/nav-works_icon.jpg");
}
/* line 299, ../scss/_page.scss */
.service .service__content-box .service__content-text h3#nav-plant {
  background-image: url("../images/page/service/nav-plant_icon.jpg");
}
/* line 301, ../scss/_page.scss */
.service .service__content-box .service__content-text p {
  line-height: 1.618em;
  border-top: 1px solid #dcdcdc;
  padding: 14px 4px 0;
}
/* line 306, ../scss/_page.scss */
.service .service__content-box .service__content-text .service__detail {
  text-align: right;
  border: none;
}
/* line 309, ../scss/_page.scss */
.service .service__content-box .service__content-text .service__detail a {
  position: relative;
}
/* line 311, ../scss/_page.scss */
.service .service__content-box .service__content-text .service__detail a::after {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
}
/* line 390, ../scss/_page.scss */
.service .work__case-box {
  font-size: 0;
  margin-bottom: 32px;
}
/* line 394, ../scss/_page.scss */
.service .work__case-box .work__case-item {
  overflow: hidden;
  width: 290px;
  margin: auto;
}
/* line 398, ../scss/_page.scss */
.service .work__case-box .work__case-item .item__img-wrapper {
  position: relative;
  width: 100%;
  height: 290px;
  overflow: hidden;
}
/* line 403, ../scss/_page.scss */
.service .work__case-box .work__case-item .item__img-wrapper img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 412, ../scss/_page.scss */
.service .work__case-box .work__case-item .item__txt-wrapper {
  color: #fff;
  background-image: url("../images/common/bg_green-dot.jpg");
  min-height: 72px;
  position: relative;
}
/* line 417, ../scss/_page.scss */
.service .work__case-box .work__case-item .item__txt-wrapper > * {
  margin: 0;
  padding-left: 80px;
}
/* line 421, ../scss/_page.scss */
.service .work__case-box .work__case-item .item__txt-wrapper img {
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 16px;
  width: 52px;
  height: 52px;
}
/* line 431, ../scss/_page.scss */
.service .work__case-box .work__case-item .item__txt-wrapper h3 {
  font-weight: normal;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 8px;
}
/* line 437, ../scss/_page.scss */
.service .work__case-box .work__case-item .item__txt-wrapper p {
  font-size: 14px;
  padding-bottom: 10px;
}

/* line 485, ../scss/_page.scss */
.about-us .about-us__company {
  font-size: 0;
}
/* line 509, ../scss/_page.scss */
.about-us .about-us__company-info .company-info__title-wrapper {
  border-left: 5px solid #ca9723;
}
/* line 511, ../scss/_page.scss */
.about-us .about-us__company-info .company-info__title-wrapper h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: normal;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmY2Y0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmMGNkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(20%, #fffcf4), color-stop(100%, #fff0cd));
  background-image: -moz-linear-gradient(left, #ffffff 0%, #fffcf4 20%, #fff0cd 100%);
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #fffcf4 20%, #fff0cd 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #fffcf4 20%, #fff0cd 100%);
  border-left: 1px solid #ca9723;
  padding: 12px 0 10px 24px;
  margin: 0 0 16px 1px;
}
/* line 520, ../scss/_page.scss */
.about-us .about-us__company-info .company-info__title-wrapper h3 span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  padding-left: 1em;
}
/* line 526, ../scss/_page.scss */
.about-us .about-us__company-info ul {
  list-style: none;
  padding: 0;
}
/* line 530, ../scss/_page.scss */
.about-us .about-us__company-info li {
  border-bottom: 1px solid #ccc;
}
/* line 532, ../scss/_page.scss */
.about-us .about-us__company-info li:last-child {
  border-bottom: none;
}
/* line 535, ../scss/_page.scss */
.about-us .about-us__company-info li > * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 539, ../scss/_page.scss */
.about-us .about-us__company-info li ul li {
  border: none;
}
/* line 541, ../scss/_page.scss */
.about-us .about-us__company-info li ul li:nth-child(2n-1) {
  background-color: rgba(173, 100, 58, 0.25);
}
/* line 544, ../scss/_page.scss */
.about-us .about-us__company-info li ul li:nth-child(2n) {
  background-color: #f6f6f6;
}
/* line 550, ../scss/_page.scss */
.about-us .about-us__company-info h4 {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin: 0;
}
/* line 556, ../scss/_page.scss */
.about-us .about-us__company-info p {
  display: inline-block;
  padding-left: 0.5em;
  margin: 0;
}
/* line 630, ../scss/_page.scss */
.about-us .about-us__map {
  margin: 0 16px 32px;
}
/* line 655, ../scss/_page.scss */
.about-us .about-us__staff .staff__title-wrapper {
  border-left: 5px solid #5c4138;
}
/* line 657, ../scss/_page.scss */
.about-us .about-us__staff .staff__title-wrapper h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: normal;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmY2Y0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmMGNkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(20%, #fffcf4), color-stop(100%, #fff0cd));
  background-image: -moz-linear-gradient(left, #ffffff 0%, #fffcf4 20%, #fff0cd 100%);
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #fffcf4 20%, #fff0cd 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #fffcf4 20%, #fff0cd 100%);
  border-left: 1px solid #5c4138;
  padding: 12px 0 10px 24px;
  margin: 0 0 16px 1px;
}
/* line 666, ../scss/_page.scss */
.about-us .about-us__staff .staff__title-wrapper h3 span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  padding-left: 1em;
}
/* line 699, ../scss/_page.scss */
.about-us .about-us__staff ul {
  padding: 0;
  list-style: none;
}
/* line 703, ../scss/_page.scss */
.about-us .about-us__staff ul li {
  overflow: hidden;
  *zoom: 1;
}
/* line 705, ../scss/_page.scss */
.about-us .about-us__staff ul li img {
  width: 100%;
  height: auto;
}
/* line 711, ../scss/_page.scss */
.about-us .about-us__staff ul .staff__contents-box h4 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding-left: 36px;
}
/* line 717, ../scss/_page.scss */
.about-us .about-us__staff ul .staff__contents-box h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: #009e4e;
}
/* line 728, ../scss/_page.scss */
.about-us .about-us__staff ul .staff__contents-box p {
  line-height: 1.4em;
}
/* line 811, ../scss/_page.scss */
.about-us .about-us__area .area__title-wrapper {
  border-left: 5px solid #ca9723;
}
/* line 813, ../scss/_page.scss */
.about-us .about-us__area .area__title-wrapper h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: normal;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmY2Y0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmMGNkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(20%, #fffcf4), color-stop(100%, #fff0cd));
  background-image: -moz-linear-gradient(left, #ffffff 0%, #fffcf4 20%, #fff0cd 100%);
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #fffcf4 20%, #fff0cd 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #fffcf4 20%, #fff0cd 100%);
  border-left: 1px solid #ca9723;
  padding: 12px 0 10px 24px;
  margin: 0 0 16px 1px;
}
/* line 822, ../scss/_page.scss */
.about-us .about-us__area .area__title-wrapper h3 span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  padding-left: 1em;
}
/* line 828, ../scss/_page.scss */
.about-us .about-us__area ul {
  list-style: none;
}
/* line 830, ../scss/_page.scss */
.about-us .about-us__area ul h4 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin: 0;
}
/* line 833, ../scss/_page.scss */
.about-us .about-us__area ul h4::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #a36851;
}
/* line 837, ../scss/_page.scss */
.about-us .about-us__area ul h4 span {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
  margin-left: 16px;
  position: relative;
}
/* line 842, ../scss/_page.scss */
.about-us .about-us__area ul h4 span::before {
  display: inline-block;
  content: '';
  background-color: #2f2f2f;
  height: 1px;
  position: absolute;
  top: 49%;
  left: 0;
}
/* line 853, ../scss/_page.scss */
.about-us .about-us__area ul p {
  margin: 0;
}

/* line 952, ../scss/_page.scss */
.contact h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #fff;
  background-image: url("../images/common/bg_green-dot.jpg");
  margin: 0;
}
/* line 982, ../scss/_page.scss */
.contact .form__list p {
  margin: 0;
}
/* line 986, ../scss/_page.scss */
.contact .form__list label span {
  color: #fff;
  border-radius: 4px;
  padding: 2px 3px 1px 2px;
}
/* line 990, ../scss/_page.scss */
.contact .form__list label span.required {
  background-color: #7cc32b;
}
/* line 993, ../scss/_page.scss */
.contact .form__list label span.optional {
  background-color: #ee9221;
}
/* line 998, ../scss/_page.scss */
.contact .form__list .mwform-radio-field label span {
  color: #2f2f2f;
  background-color: none;
  padding: 0;
  border-radius: 0;
}
/* line 1065, ../scss/_page.scss */
.contact .contact__submit-btn {
  display: block;
  text-align: center;
}
/* line 1069, ../scss/_page.scss */
.contact .contact__submit-btn input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
/* line 1075, ../scss/_page.scss */
.contact .contact__submit-btn input, .contact .contact__submit-btn a {
  background-color: #ffdab9;
  color: #2f2f2f;
  position: relative;
}
/* line 1079, ../scss/_page.scss */
.contact .contact__submit-btn input::after, .contact .contact__submit-btn a::after {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  font-size: 18px;
  padding-left: 15px;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.55em;
}

/* line 1104, ../scss/_page.scss */
.not-found {
  text-align: center;
}
/* line 1107, ../scss/_page.scss */
.not-found h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: normal;
}
/* line 1112, ../scss/_page.scss */
.not-found .back-to-top__btn a {
  background-color: #009e4e;
  border-bottom: 3px solid #006230;
}
/* line 1115, ../scss/_page.scss */
.not-found .back-to-top__btn a:hover {
  border-bottom-width: 2px;
  margin-top: 1px;
}

/* line 2, ../scss/_post.scss */
p.hasnt-post {
  font-size: 14px;
  margin: 1em;
}

/* line 11, ../scss/_post.scss */
.case h3 {
  background-image: url("../images/common/bg_gray-slash.jpg");
  border-top: 3px solid #009e4e;
  border-bottom: 3px solid #009e4e;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}
/* line 47, ../scss/_post.scss */
.case .case__img-box p {
  margin: 0;
}
/* line 49, ../scss/_post.scss */
.case .case__img-box p::before {
  vertical-align: top;
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
/* line 58, ../scss/_post.scss */
.case .case__img-box img {
  width: 100%;
  height: auto;
}
/* line 62, ../scss/_post.scss */
.case .case__img-box .case__img-before p::before {
  background-color: rgba(173, 100, 58, 0.25);
}
/* line 65, ../scss/_post.scss */
.case .case__img-box .case__img-after p::before {
  background-color: #009e4e;
}
/* line 110, ../scss/_post.scss */
.case .case__item-box {
  font-size: 0;
}
/* line 113, ../scss/_post.scss */
.case .case__item-box div {
  vertical-align: top;
}
/* line 126, ../scss/_post.scss */
.case .case__detail ul {
  padding: 0;
  list-style: none;
}
/* line 129, ../scss/_post.scss */
.case .case__detail ul li {
  margin: 0 0 8px;
}
/* line 131, ../scss/_post.scss */
.case .case__detail ul li > * {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0 4px 8px;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
/* line 140, ../scss/_post.scss */
.case .case__detail ul li h4 {
  width: 25%;
  border-right: 1px solid #ddd;
}
/* line 144, ../scss/_post.scss */
.case .case__detail ul li p {
  width: 73%;
  float: right;
  line-height: 1.4em;
  padding-right: 8px;
}
/* line 176, ../scss/_post.scss */
.case .case__sub-img ul {
  padding: 0;
  list-style: none;
}
/* line 179, ../scss/_post.scss */
.case .case__sub-img ul li {
  display: inline-block;
  width: 33%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}
/* line 188, ../scss/_post.scss */
.case .case__sub-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 211, ../scss/_post.scss */
.case .back-to-case__btn {
  display: block;
  text-align: center;
}
/* line 215, ../scss/_post.scss */
.case .back-to-case__btn a {
  font-size: 16px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  background-image: url("../images/common/bg_green-dot.jpg");
  position: relative;
}
/* line 221, ../scss/_post.scss */
.case .back-to-case__btn a::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -0.6em;
}
/* line 252, ../scss/_post.scss */
.case .case__voice-box img {
  width: 100%;
  height: auto;
}
/* line 256, ../scss/_post.scss */
.case .case__voice-box h4 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
/* line 259, ../scss/_post.scss */
.case .case__voice-box p {
  line-height: 1.4em;
}

/* line 329, ../scss/_post.scss */
.case-list .work__case-box {
  font-size: 0;
}
/* line 332, ../scss/_post.scss */
.case-list .work__case-box .work__case-item {
  overflow: hidden;
  width: 290px;
  margin: auto;
}
/* line 336, ../scss/_post.scss */
.case-list .work__case-box .work__case-item .item__img-wrapper {
  position: relative;
  width: 100%;
  height: 290px;
  overflow: hidden;
}
/* line 341, ../scss/_post.scss */
.case-list .work__case-box .work__case-item .item__img-wrapper img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 350, ../scss/_post.scss */
.case-list .work__case-box .work__case-item .item__txt-wrapper {
  color: #5c4138;
  background-image: url("../images/common/bg_beige-dot.jpg");
  min-height: 72px;
  position: relative;
}
/* line 355, ../scss/_post.scss */
.case-list .work__case-box .work__case-item .item__txt-wrapper > * {
  margin: 0;
  padding-left: 80px;
}
/* line 359, ../scss/_post.scss */
.case-list .work__case-box .work__case-item .item__txt-wrapper img {
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 16px;
  width: 52px;
  height: auto;
}
/* line 369, ../scss/_post.scss */
.case-list .work__case-box .work__case-item .item__txt-wrapper h3 {
  font-weight: normal;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 8px;
}
/* line 375, ../scss/_post.scss */
.case-list .work__case-box .work__case-item .item__txt-wrapper p {
  font-size: 14px;
  padding-bottom: 10px;
}

/* line 420, ../scss/_post.scss */
.faq .nav__faq-contents {
  background-image: url("../images/common/bg_gray-dot.jpg");
}
/* line 27, ../scss/_variable.scss */
.faq .nav__faq-contents ul {
  font-size: 0;
  list-style: none;
  padding: 0;
}
/* line 31, ../scss/_variable.scss */
.faq .nav__faq-contents ul li {
  display: inline-block;
  font-size: 14px;
}
/* line 425, ../scss/_post.scss */
.faq .nav__faq-contents ul {
  font-size: 0;
  text-align: center;
}
/* line 429, ../scss/_post.scss */
.faq .nav__faq-contents li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
/* line 433, ../scss/_post.scss */
.faq .nav__faq-contents a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
  background-color: #fff;
}
/* line 438, ../scss/_post.scss */
.faq .nav__faq-contents a p {
  border-left: 6px solid #009e4e;
  margin: 0;
}
/* line 475, ../scss/_post.scss */
.faq .faq__title h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: bold;
  margin: 0;
}
/* line 496, ../scss/_post.scss */
.faq .faq__box > * {
  margin: 0;
}
/* line 499, ../scss/_post.scss */
.faq .faq__box .faq__question-wrapper {
  position: relative;
}
/* line 502, ../scss/_post.scss */
.faq .faq__box h4 {
  font-weight: normal;
  color: #5c4138;
  background-image: url("../images/common/bg_beige-dot.jpg");
  border-bottom: 4px solid #ad643a;
  margin: 0;
}
/* line 508, ../scss/_post.scss */
.faq .faq__box h4::before {
  vertical-align: top;
  display: inline-block;
  content: 'Q';
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  padding-right: 0.3em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  margin-top: -0.55em;
}
/* line 520, ../scss/_post.scss */
.faq .faq__box p {
  border: 1px solid #eedcb3;
  border-top: none;
}
/* line 557, ../scss/_post.scss */
.faq .back-to-top__txt {
  text-align: right;
}
/* line 560, ../scss/_post.scss */
.faq .back-to-top__txt p {
  margin: 0;
}

/* line 577, ../scss/_post.scss */
.post h3, .post p {
  margin: 0;
}
/* line 580, ../scss/_post.scss */
.post p.post-date {
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 4px;
  padding: 2px 6px 1px;
}
/* line 585, ../scss/_post.scss */
.post p.post-date::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  margin-right: 4px;
}
/* line 590, ../scss/_post.scss */
.post h3 {
  font-weight: normal;
  background-image: url("../images/common/bg_gray-slash.jpg");
  border-top: 3px solid #009e4e;
  border-bottom: 3px solid #009e4e;
  line-height: 1.4em;
}
/* line 597, ../scss/_post.scss */
.post .post-entry {
  line-height: 1.618em;
}
/* line 640, ../scss/_post.scss */
.post .back-to-post__btn {
  display: block;
  text-align: center;
}
/* line 644, ../scss/_post.scss */
.post .back-to-post__btn a {
  font-size: 16px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  background-image: url("../images/common/bg_green-dot.jpg");
  position: relative;
}
/* line 650, ../scss/_post.scss */
.post .back-to-post__btn a::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -0.6em;
}

/* line 683, ../scss/_post.scss */
.post-list h3, .post-list p {
  margin: 0;
}
/* line 686, ../scss/_post.scss */
.post-list .post-date {
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 4px;
  padding: 2px 6px 1px;
}
/* line 691, ../scss/_post.scss */
.post-list .post-date::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  margin-right: 4px;
}
/* line 696, ../scss/_post.scss */
.post-list h3 {
  font-weight: normal;
  background-image: url("../images/common/bg_gray-slash.jpg");
  border-top: 3px solid #009e4e;
  border-bottom: 3px solid #009e4e;
  line-height: 1.4em;
}
/* line 703, ../scss/_post.scss */
.post-list .post-image {
  font-size: 0;
  overflow: hidden;
  border-radius: 8px;
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}
/* line 708, ../scss/_post.scss */
.post-list .post-image img {
  width: 100%;
  height: auto;
}
/* line 756, ../scss/_post.scss */
.post-list .post__box {
  vertical-align: top;
}

@media (min-width: 769px) {
  /* line 2, ../scss/_common.scss */
  body {
    min-width: 1170px;
  }

  /* line 14, ../scss/_common.scss */
  .contents__inner {
    max-width: 1170px;
    min-width: 1170px;
    margin: 0 auto;
  }

  /* line 29, ../scss/_common.scss */
  .visible-pc {
    display: block;
  }

  /* line 38, ../scss/_common.scss */
  .hidden-pc {
    display: none;
  }

  /* line 5, ../scss/_global.scss */
  .header__front {
    font-size: 0;
    margin: 16px 0 24px;
  }
  /* line 23, ../scss/_global.scss */
  .header__front .contents__inner {
    position: relative;
  }

  /* line 82, ../scss/_global.scss */
  .header__tel {
    position: absolute;
    bottom: -202px;
    right: 0;
  }

  /* line 129, ../scss/_global.scss */
  .header__logo {
    display: inline-block;
  }
  /* line 144, ../scss/_global.scss */
  .header__logo img {
    width: 240px;
    height: auto;
  }

  /* line 150, ../scss/_global.scss */
  .hidden__header {
    display: none;
  }

  /* line 177, ../scss/_global.scss */
  .global-nav {
    display: inline-block;
    vertical-align: text-bottom;
  }
  /* line 27, ../scss/_variable.scss */
  .global-nav ul {
    font-size: 0;
    list-style: none;
    padding: 0;
  }
  /* line 31, ../scss/_variable.scss */
  .global-nav ul li {
    display: inline-block;
    font-size: 14px;
  }
  /* line 218, ../scss/_global.scss */
  .global-nav ul {
    width: 930px;
    text-align: right;
  }
  /* line 221, ../scss/_global.scss */
  .global-nav ul li {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #dadada;
    position: relative;
  }
  /* line 226, ../scss/_global.scss */
  .global-nav ul li:first-child {
    border: none;
  }
  /* line 232, ../scss/_global.scss */
  .global-nav a {
    display: block;
    padding: 10px 18px 8px;
  }
  /* line 236, ../scss/_global.scss */
  .global-nav img {
    vertical-align: text-bottom;
    margin-right: 2px;
  }
  /* line 239, ../scss/_global.scss */
  .global-nav img.visible-pc {
    display: inline;
  }
  /* line 243, ../scss/_global.scss */
  .global-nav .inquiry {
    border-radius: 4px;
    border: none;
    border-bottom: 3px solid #008e46;
    background-color: #009e4e;
  }
  /* line 248, ../scss/_global.scss */
  .global-nav .inquiry a {
    color: #fff;
    padding: 14px 18px 12px;
  }
  /* line 252, ../scss/_global.scss */
  .global-nav .inquiry img {
    margin-right: 6px;
  }

  /* line 260, ../scss/_global.scss */
  .footer__about-us {
    height: 507px;
    background-image: url("../images/common/top_bg-img02.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-bottom: 48px;
  }
  /* line 279, ../scss/_global.scss */
  .footer__about-us .footer__catch-box {
    display: inline-block;
    width: 460px;
    margin: 130px auto 0;
    padding: 44px 48px 40px;
  }
  /* line 337, ../scss/_global.scss */
  .footer__about-us .footer__catch-box h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  /* line 341, ../scss/_global.scss */
  .footer__about-us .footer__catch-box p {
    font-size: 14px;
    line-height: 1.618em;
    margin-bottom: 20px;
  }
  /* line 347, ../scss/_global.scss */
  .footer__about-us .footer__catch-box .footer__about-btn a {
    padding: 16px 90px 15px;
  }

  /* line 355, ../scss/_global.scss */
  .footer-nav {
    background-color: #888;
    text-align: center;
    padding: 48px 0 46px;
  }
  /* line 27, ../scss/_variable.scss */
  .footer-nav ul {
    font-size: 0;
    list-style: none;
    padding: 0;
  }
  /* line 31, ../scss/_variable.scss */
  .footer-nav ul li {
    display: inline-block;
    font-size: 14px;
  }
  /* line 367, ../scss/_global.scss */
  .footer-nav .footer__nav-list li {
    font-size: 12px;
    padding: 0 16px;
  }
  /* line 371, ../scss/_global.scss */
  .footer-nav .footer__nav-list a {
    color: #fff;
  }

  /* line 378, ../scss/_global.scss */
  .footer__business {
    text-align: center;
    background-color: #888;
    padding: 4px 0 28px;
  }
  /* line 387, ../scss/_global.scss */
  .footer__business .business__footer-box {
    font-size: 0;
    padding: 0 0 12px;
  }
  /* line 393, ../scss/_global.scss */
  .footer__business .footer__content {
    display: inline-block;
    width: 370px;
    vertical-align: top;
    background-image: url("../images/common/bg_foot-nav.png");
    background-size: cover;
    padding-top: 92px;
  }
  /* line 403, ../scss/_global.scss */
  .footer__business .footer__txt-box {
    text-align: left;
    overflow: hidden;
    border-radius: 4px;
    padding: 0;
    margin: 0 12px;
    position: relative;
  }
  /* line 412, ../scss/_global.scss */
  .footer__business .footer__txt-box h2 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
    color: #5c4138;
    border-bottom: 1px solid #a36851;
    padding: 14px 20px 6px;
    margin: 0 16px;
  }
  /* line 421, ../scss/_global.scss */
  .footer__business .footer__txt-box h2 .small-txt {
    display: inline-block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 1em;
    margin-left: 12px;
  }
  /* line 429, ../scss/_global.scss */
  .footer__business .footer__txt-box p {
    font-size: 12px;
    line-height: 1.618em;
    margin: 0 16px;
    padding: 10px 20px 24px;
  }
  /* line 435, ../scss/_global.scss */
  .footer__business .footer__txt-box .footer__link-txt {
    font-size: 12px;
    padding: 0;
    padding-right: 15px;
    margin: 0;
    position: absolute;
    top: 17.5px;
    right: 18px;
    background-color: transparent;
  }
  /* line 444, ../scss/_global.scss */
  .footer__business .footer__txt-box .footer__link-txt::after {
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    font-size: 14px;
    color: #009e4e;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    -webkit-transform: translateY(-54%);
    transform: translateY(-54%);
  }

  /* line 458, ../scss/_global.scss */
  .copywrite {
    padding: 22px 0 20px;
  }

  /* line 476, ../scss/_global.scss */
  .page-head__wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 64px;
    position: relative;
    height: 260px;
  }
  /* line 492, ../scss/_global.scss */
  .page-head__wrapper .page-head__title-wrapper {
    position: absolute;
    bottom: 0;
    text-align: left;
  }
  /* line 496, ../scss/_global.scss */
  .page-head__wrapper .page-head__title-wrapper h2 {
    font-size: 46px;
    margin-bottom: 28px;
  }
  /* line 499, ../scss/_global.scss */
  .page-head__wrapper .page-head__title-wrapper h2 span {
    font-size: 24px;
    display: block;
  }

  /* line 532, ../scss/_global.scss */
  .flow .page-head__wrapper {
    background-image: url("../images/page/flow/flow_main.jpg");
  }

  /* line 535, ../scss/_global.scss */
  .not-found .page-head__wrapper,
  .service .page-head__wrapper {
    background-image: url("../images/page/service/service_main.jpg");
    color: #fff;
  }

  /* line 540, ../scss/_global.scss */
  .case .page-head__wrapper,
  .case-list .page-head__wrapper {
    background-image: url("../images/page/case/case_main.jpg");
    color: #fff;
  }

  /* line 545, ../scss/_global.scss */
  .faq .page-head__wrapper {
    background-image: url("../images/page/faq/faq_main.jpg");
    color: #000;
    text-shadow: 1px 1px 6px white;
  }

  /* line 550, ../scss/_global.scss */
  .about-us .page-head__wrapper {
    background-image: url("../images/page/about-us/about-us_main.jpg");
  }

  /* line 553, ../scss/_global.scss */
  .contact .page-head__wrapper {
    background-image: url("../images/page/contact_main.jpg");
  }

  /* line 556, ../scss/_global.scss */
  .post .page-head__wrapper,
  .post-list .page-head__wrapper {
    background-image: url("../images/page/blog_main.jpg");
    text-shadow: 1px 1px 6px white;
  }

  /* line 10, ../scss/_top.scss */
  .home .header__front {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWJjYyIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeebcc), color-stop(70%, #ffffff));
    background-image: -moz-linear-gradient(top, #eeebcc 0%, #ffffff 70%);
    background-image: -webkit-linear-gradient(top, #eeebcc 0%, #ffffff 70%);
    background-image: linear-gradient(to bottom, #eeebcc 0%, #ffffff 70%);
    padding: 20px 0 8px;
    margin: 0;
    position: relative;
  }
  /* line 18, ../scss/_top.scss */
  .home .header__front .header__leaf {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 20, ../scss/_top.scss */
  .home .header__front .header__leaf img {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 27, ../scss/_top.scss */
  .home .header__front .header__tel {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -20px;
    right: -50px;
  }
  /* line 42, ../scss/_top.scss */
  .home .header__logo {
    display: block;
    text-align: center;
  }
  /* line 48, ../scss/_top.scss */
  .home .global-nav {
    display: block;
    margin: 32px 0 0;
  }
  /* line 52, ../scss/_top.scss */
  .home .global-nav .contents__inner {
    border-bottom: 1px solid #c4c4c4;
  }
  /* line 55, ../scss/_top.scss */
  .home .global-nav ul {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  /* line 59, ../scss/_top.scss */
  .home .global-nav ul li {
    vertical-align: top;
  }
  /* line 61, ../scss/_top.scss */
  .home .global-nav ul li.inquiry {
    margin-top: 6px;
  }
  /* line 63, ../scss/_top.scss */
  .home .global-nav ul li.inquiry a {
    padding: 14px 24px 12px;
  }
  /* line 66, ../scss/_top.scss */
  .home .global-nav ul li.inquiry img {
    margin-right: 4px;
    margin-bottom: -2px;
  }
  /* line 71, ../scss/_top.scss */
  .home .global-nav ul li:not(.inquiry) {
    border: none;
  }
  /* line 74, ../scss/_top.scss */
  .home .global-nav ul li:not(.inquiry) img {
    display: block;
    margin: 0 auto 6px;
  }
  /* line 83, ../scss/_top.scss */
  .home .global-nav a {
    font-size: 14px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    padding: 10px 36px 8px;
  }
  /* line 104, ../scss/_top.scss */
  .home .main__img .sp__tel {
    display: none;
  }

  /* line 150, ../scss/_top.scss */
  .top__mainimg img {
    max-width: 1920px;
  }

  /* line 200, ../scss/_top.scss */
  .main__img .catch__mainimg {
    padding: 32px 0;
    top: 207px;
  }
  /* line 203, ../scss/_top.scss */
  .main__img .catch__mainimg h1 {
    font-size: 64px;
  }
  /* line 206, ../scss/_top.scss */
  .main__img .catch__mainimg p {
    font-size: 22px;
    line-height: 1.8em;
  }
  /* line 210, ../scss/_top.scss */
  .main__img .catch__mainimg .sub__catch {
    font-size: 16px;
    margin: 16px 0 24px;
  }
  /* line 213, ../scss/_top.scss */
  .main__img .catch__mainimg .sub__catch span {
    font-size: 20px;
  }
  /* line 216, ../scss/_top.scss */
  .main__img .catch__mainimg .sub__catch::before {
    display: inline-block;
    content: '';
    width: 120px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 16px;
    right: 105%;
  }
  /* line 226, ../scss/_top.scss */
  .main__img .catch__mainimg .sub__catch::after {
    display: inline-block;
    content: '';
    width: 120px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 16px;
    left: 105%;
  }

  /* line 242, ../scss/_top.scss */
  .top__catch {
    min-width: 1170px;
    background-image: url("../images/top/bg_catch-leaf.png");
    background-position: top center;
    background-repeat: no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 12px auto 0;
    padding: 60px;
  }
  /* line 264, ../scss/_top.scss */
  .top__catch .contents__inner {
    position: relative;
  }
  /* line 268, ../scss/_top.scss */
  .top__catch .catch__txt-box {
    width: 500px;
    margin-left: 100px;
  }
  /* line 312, ../scss/_top.scss */
  .top__catch .catch__txt-box h2 {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    padding-left: 50px;
  }
  /* line 318, ../scss/_top.scss */
  .top__catch .catch__txt-box h2 span {
    font-size: 48px;
    line-height: 1em;
    margin: 12px 0 32px;
  }
  /* line 324, ../scss/_top.scss */
  .top__catch .catch__txt-box p {
    font-size: 14px;
    line-height: 1.8em;
    color: #fff;
    background-image: url("../images/top/bg_catch-blackboard.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 24px 36px;
    margin: 0;
  }
  /* line 336, ../scss/_top.scss */
  .top__catch .catch__img-box {
    display: none;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 50;
  }
  /* line 343, ../scss/_top.scss */
  .top__catch .catch__img-box img {
    width: 600px;
    height: auto;
  }

  /* line 352, ../scss/_top.scss */
  .top__business {
    margin-top: 32px;
    position: relative;
    z-index: 100;
  }
  /* line 377, ../scss/_top.scss */
  .top__business .business__content {
    display: inline-block;
    text-align: center;
    max-width: 390px;
    width: 33%;
    box-sizing: border-box;
    padding: 0 15px 30px;
  }
  /* line 395, ../scss/_top.scss */
  .top__business .business__inner {
    border-radius: 16px;
    overflow: hidden;
    background-image: url("../images/top/top_bg-box.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 24px;
    position: relative;
  }
  /* line 423, ../scss/_top.scss */
  .top__business .business__txt-box {
    text-align: left;
    padding: 16px 24px 0;
  }
  /* line 458, ../scss/_top.scss */
  .top__business .business__txt-box h2 {
    font-size: 28px;
    line-height: 1em;
    padding-bottom: 6px;
  }
  /* line 462, ../scss/_top.scss */
  .top__business .business__txt-box h2 span {
    display: inline-block;
    line-height: 1em;
  }
  /* line 466, ../scss/_top.scss */
  .top__business .business__txt-box h2 .green-txt {
    font-size: 32px;
  }
  /* line 469, ../scss/_top.scss */
  .top__business .business__txt-box h2 .small-txt {
    font-weight: bold;
    font-style: normal;
    margin-left: 12px;
  }
  /* line 475, ../scss/_top.scss */
  .top__business .business__txt-box p {
    font-size: 14px;
    line-height: 1.618em;
    padding: 10px 0 16px;
  }
  /* line 482, ../scss/_top.scss */
  .top__business .business__btn-box {
    background-color: #000;
  }
  /* line 510, ../scss/_top.scss */
  .top__business .business__btn-box p {
    font-size: 13px;
    width: 250px;
    padding: 16px 0 14px;
  }
  /* line 517, ../scss/_top.scss */
  .top__business .business__btn-hover {
    font-size: 14px;
    width: 370px;
    height: 466px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    z-index: 50;
    pointer-events: none;
  }
  /* line 532, ../scss/_top.scss */
  .top__business .business__btn-hover p {
    font-size: 20px;
    line-height: 1em;
    color: #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 0;
    padding: 8px;
    position: absolute;
    top: 64px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 544, ../scss/_top.scss */
  .top__business .business__btn-hover p::after {
    display: inline-block;
    content: '';
    width: 101px;
    height: 55px;
    background-image: url("../images/top/top_hover-icon.png");
    position: absolute;
    bottom: -70px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* line 561, ../scss/_top.scss */
  .top__work {
    margin-bottom: 70px;
    padding: 12px 0 56px;
  }
  /* line 574, ../scss/_top.scss */
  .top__work .work__head-box {
    margin-bottom: 32px;
  }
  /* line 633, ../scss/_top.scss */
  .top__work .work__head-box::before, .top__work .work__head-box::after {
    width: 1244px;
    height: 115px;
    background-size: 90%;
    top: -12px;
  }
  /* line 640, ../scss/_top.scss */
  .top__work .work__head-box::before {
    right: 60%;
  }
  /* line 643, ../scss/_top.scss */
  .top__work .work__head-box::after {
    left: 60%;
  }
  /* line 646, ../scss/_top.scss */
  .top__work .work__head-box h2 {
    display: inline-block;
    font-size: 48px;
    font-weight: normal;
    background-image: url("../images/top/top_bg-work.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0;
    padding: 32px 36px 22px;
  }
  /* line 656, ../scss/_top.scss */
  .top__work .work__head-box p {
    font-size: 18px;
  }
  /* line 661, ../scss/_top.scss */
  .top__work .work__case-box {
    width: 1900px;
    margin: 0 -365px 50px;
  }
  /* line 723, ../scss/_top.scss */
  .top__work .work__case-box .work__case-item {
    border-radius: 12px;
    margin: 0 15px;
  }
  /* line 726, ../scss/_top.scss */
  .top__work .work__case-box .work__case-item .slick-slide img {
    margin: 0;
  }
  /* line 753, ../scss/_top.scss */
  .top__work .work__more-btn a {
    padding: 16px 74px 18px;
  }

  /* line 760, ../scss/_top.scss */
  .top__blog {
    font-size: 0;
    margin-bottom: 50px;
  }
  /* line 770, ../scss/_top.scss */
  .top__blog .contents__inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 100px;
  }
  /* line 775, ../scss/_top.scss */
  .top__blog .blog__contents {
    min-height: 150px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  /* line 785, ../scss/_top.scss */
  .top__blog .blog__left-contents {
    display: inline-block;
    font-size: 14px;
    width: 20%;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px 30px 12px 0;
    padding-bottom: 12px;
    padding-left: 32px;
    margin-right: 30px;
  }
  /* line 839, ../scss/_top.scss */
  .top__blog .blog__left-contents h2 {
    font-size: 32px;
  }
  /* line 842, ../scss/_top.scss */
  .top__blog .blog__left-contents a {
    position: absolute;
    bottom: 24px;
    left: 32px;
  }
  /* line 846, ../scss/_top.scss */
  .top__blog .blog__left-contents a::after {
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    font-size: 16px;
    color: #ad643a;
    margin-left: 4px;
  }
  /* line 855, ../scss/_top.scss */
  .top__blog .blog__post-list {
    width: 75%;
  }
  /* line 918, ../scss/_top.scss */
  .top__blog .blog__post-list li {
    padding: 12px 0;
    overflow: hidden;
    *zoom: 1;
    position: relative;
  }
  /* line 923, ../scss/_top.scss */
  .top__blog .blog__post-list p.date {
    padding-left: 12px;
    width: 18%;
  }
  /* line 927, ../scss/_top.scss */
  .top__blog .blog__post-list p.entry {
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
    width: 82%;
    height: 1em;
    margin-top: 4px;
    padding-right: 3em;
  }
  /* line 936, ../scss/_top.scss */
  .top__blog .blog__post-list h3 {
    line-height: 1em;
    width: 82%;
    height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 3em;
  }
  /* line 975, ../scss/_top.scss */
  .top__blog .banner__area ul {
    margin: 50px -10px;
  }
  /* line 977, ../scss/_top.scss */
  .top__blog .banner__area ul li {
    padding: 10px;
  }
  /* line 979, ../scss/_top.scss */
  .top__blog .banner__area ul li.bnr__single {
    width: 235px;
  }
  /* line 982, ../scss/_top.scss */
  .top__blog .banner__area ul li.bnr__double {
    width: 520px;
  }
  /* line 985, ../scss/_top.scss */
  .top__blog .banner__area ul li img {
    width: 100%;
    height: auto;
  }

  /* line 4, ../scss/_page.scss */
  .flow {
    margin-bottom: 64px;
  }
  /* line 27, ../scss/_variable.scss */
  .flow ul {
    font-size: 0;
    list-style: none;
    padding: 0;
  }
  /* line 31, ../scss/_variable.scss */
  .flow ul li {
    display: inline-block;
    font-size: 14px;
  }
  /* line 20, ../scss/_page.scss */
  .flow .flow__contents-list li {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 32px;
    padding-right: 32px;
    vertical-align: top;
  }
  /* line 26, ../scss/_page.scss */
  .flow .flow__contents-list li:nth-child(2n) {
    padding: 0;
  }
  /* line 68, ../scss/_page.scss */
  .flow .flow__contents-list .flow__title-wrapper h3 {
    font-size: 24px;
    margin: 16px 0 12px 4px;
  }
  /* line 72, ../scss/_page.scss */
  .flow .flow__contents-list .flow__title-wrapper p.flow__step span {
    font-size: 20px;
  }
  /* line 93, ../scss/_page.scss */
  .flow .flow__contents-list .flow__text-wrapper {
    border-top-width: 4px;
  }
  /* line 145, ../scss/_page.scss */
  .flow .flow__contents-list .flow__text-wrapper p {
    padding: 24px 28px;
  }
  /* line 148, ../scss/_page.scss */
  .flow .flow__contents-list .flow__text-wrapper .flow__tel-wrapper {
    padding: 0 24px 28px;
  }

  /* line 181, ../scss/_page.scss */
  .service {
    margin-bottom: 100px;
  }
  /* line 193, ../scss/_page.scss */
  .service .service__nav {
    margin: 40px 0;
  }
  /* line 207, ../scss/_page.scss */
  .service .service__nav ul {
    padding: 20px;
  }
  /* line 209, ../scss/_page.scss */
  .service .service__nav ul li {
    width: 376.66667px;
  }
  /* line 241, ../scss/_page.scss */
  .service .service-nav__box .service-nav__text {
    display: inline-block;
    padding-left: 16px;
  }
  /* line 244, ../scss/_page.scss */
  .service .service-nav__box .service-nav__text p {
    display: inline-block;
    font-size: 21px;
    margin: 25px 0 23px;
  }
  /* line 248, ../scss/_page.scss */
  .service .service-nav__box .service-nav__text p span {
    display: block;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-size: 16px;
    color: #009e4e;
  }
  /* line 256, ../scss/_page.scss */
  .service .service-nav__box img {
    float: right;
  }
  /* line 276, ../scss/_page.scss */
  .service .service__contents {
    padding: 10px 20px;
    border: 16px solid #f2f2f2;
  }
  /* line 285, ../scss/_page.scss */
  .service .service__content-box {
    overflow: hidden;
    *zoom: 1;
    margin: 30px;
  }
  /* line 324, ../scss/_page.scss */
  .service .service__content-box .service__content-text {
    display: inline-block;
    width: 60%;
    vertical-align: top;
  }
  /* line 328, ../scss/_page.scss */
  .service .service__content-box .service__content-text h3 {
    font-size: 32px;
    margin: 12px 0;
    padding: 16px 0 12px 70px;
  }
  /* line 333, ../scss/_page.scss */
  .service .service__content-box .service__content-text .service__detail {
    padding: 0;
    margin-top: 40px;
  }
  /* line 336, ../scss/_page.scss */
  .service .service__content-box .service__content-text .service__detail a {
    padding-right: 28px;
  }
  /* line 338, ../scss/_page.scss */
  .service .service__content-box .service__content-text .service__detail a::after {
    font-size: 18px;
    margin-left: 8px;
    position: absolute;
    margin-top: -0.65em;
  }
  /* line 347, ../scss/_page.scss */
  .service .service__content-box img {
    box-sizing: border-box;
    padding-left: 16px;
    width: 40%;
    float: right;
  }
  /* line 354, ../scss/_page.scss */
  .service .service__content-box:nth-child(2n) img {
    float: left;
    padding-left: 0;
    padding-right: 16px;
  }
  /* line 457, ../scss/_page.scss */
  .service .work__case-box .work__case-item {
    display: inline-block;
    margin-top: 40px;
    border-radius: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  /* line 463, ../scss/_page.scss */
  .service .work__case-box .work__case-item .item__img-wrapper {
    border-radius: 12px 12px 0 0;
  }
  /* line 466, ../scss/_page.scss */
  .service .work__case-box .work__case-item .item__txt-wrapper {
    border-radius: 0 0 12px 12px;
  }

  /* line 485, ../scss/_page.scss */
  .about-us .about-us__company {
    margin-bottom: 32px;
  }
  /* line 491, ../scss/_page.scss */
  .about-us .about-us__company img {
    display: inline-block;
    width: 50%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 16px;
  }
  /* line 507, ../scss/_page.scss */
  .about-us .about-us__company-info {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
  }
  /* line 569, ../scss/_page.scss */
  .about-us .about-us__company-info .company-info__title-wrapper h3 {
    font-size: 32px;
  }
  /* line 571, ../scss/_page.scss */
  .about-us .about-us__company-info .company-info__title-wrapper h3 span {
    font-size: 14px;
  }
  /* line 576, ../scss/_page.scss */
  .about-us .about-us__company-info ul {
    margin: 0 16px;
  }
  /* line 579, ../scss/_page.scss */
  .about-us .about-us__company-info li {
    padding: 6px 10px 3px 20px;
    margin: 3px 0;
  }
  /* line 582, ../scss/_page.scss */
  .about-us .about-us__company-info li > * {
    margin: 0;
  }
  /* line 585, ../scss/_page.scss */
  .about-us .about-us__company-info li ul {
    margin: 4px 8px 0;
    font-size: 14px;
  }
  /* line 590, ../scss/_page.scss */
  .about-us .about-us__company-info h4 {
    font-size: 16px;
    width: 20%;
  }
  /* line 594, ../scss/_page.scss */
  .about-us .about-us__company-info p {
    font-size: 16px;
    width: 80%;
  }
  /* line 653, ../scss/_page.scss */
  .about-us .about-us__staff {
    margin: 0 16px;
  }
  /* line 676, ../scss/_page.scss */
  .about-us .about-us__staff .staff__title-wrapper h3 {
    font-size: 32px;
  }
  /* line 678, ../scss/_page.scss */
  .about-us .about-us__staff .staff__title-wrapper h3 span {
    font-size: 14px;
  }
  /* line 699, ../scss/_page.scss */
  .about-us .about-us__staff ul {
    margin-bottom: 80px;
  }
  /* line 735, ../scss/_page.scss */
  .about-us .about-us__staff ul li {
    margin-bottom: 16px;
  }
  /* line 737, ../scss/_page.scss */
  .about-us .about-us__staff ul li .staff__contents-img {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
  }
  /* line 744, ../scss/_page.scss */
  .about-us .about-us__staff ul li .staff__contents-img img {
    width: auto;
    height: 100%;
  }
  /* line 749, ../scss/_page.scss */
  .about-us .about-us__staff ul li:nth-child(2n-1) {
    text-align: left;
  }
  /* line 751, ../scss/_page.scss */
  .about-us .about-us__staff ul li:nth-child(2n-1) .staff__contents-img {
    margin-left: 16px;
  }
  /* line 755, ../scss/_page.scss */
  .about-us .about-us__staff ul li:nth-child(2n) {
    text-align: right;
  }
  /* line 757, ../scss/_page.scss */
  .about-us .about-us__staff ul li:nth-child(2n) .staff__contents-box {
    float: right;
  }
  /* line 760, ../scss/_page.scss */
  .about-us .about-us__staff ul li:nth-child(2n) .staff__contents-img {
    margin-right: 16px;
  }
  /* line 765, ../scss/_page.scss */
  .about-us .about-us__staff ul .staff__contents-box {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: left;
  }
  /* line 770, ../scss/_page.scss */
  .about-us .about-us__staff ul .staff__contents-box h4 {
    font-size: 32px;
    padding-bottom: 3px;
  }
  /* line 773, ../scss/_page.scss */
  .about-us .about-us__staff ul .staff__contents-box h4::before {
    height: 28px;
    width: 28px;
  }
  /* line 778, ../scss/_page.scss */
  .about-us .about-us__staff ul .staff__contents-box p {
    font-size: 14px;
  }
  /* line 782, ../scss/_page.scss */
  .about-us .about-us__staff ul .staff__contents-img {
    width: 30%;
  }
  /* line 809, ../scss/_page.scss */
  .about-us .about-us__area {
    margin: 64px 16px 90px;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 862, ../scss/_page.scss */
  .about-us .about-us__area .area__title-wrapper h3 {
    font-size: 32px;
  }
  /* line 864, ../scss/_page.scss */
  .about-us .about-us__area .area__title-wrapper h3 span {
    font-size: 14px;
  }
  /* line 869, ../scss/_page.scss */
  .about-us .about-us__area ul {
    padding: 40px 40px 0;
    margin-top: 0;
  }
  /* line 872, ../scss/_page.scss */
  .about-us .about-us__area ul h4 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  /* line 876, ../scss/_page.scss */
  .about-us .about-us__area ul h4::before {
    font-size: 24px;
    margin-right: 6px;
  }
  /* line 880, ../scss/_page.scss */
  .about-us .about-us__area ul h4 span {
    font-size: 15px;
    padding-left: 40px;
  }
  /* line 883, ../scss/_page.scss */
  .about-us .about-us__area ul h4 span::before {
    width: 32px;
  }
  /* line 888, ../scss/_page.scss */
  .about-us .about-us__area ul p {
    font-size: 16px;
    margin: 8px 0 24px;
    padding: 0 20px;
    line-height: 1.618em;
  }
  /* line 895, ../scss/_page.scss */
  .about-us .about-us__area img {
    margin-top: 16px;
    float: right;
    width: 400px;
    height: auto;
  }

  /* line 950, ../scss/_page.scss */
  .contact {
    margin-bottom: 80px;
  }
  /* line 961, ../scss/_page.scss */
  .contact .contact__form {
    background-color: #f8f8f8;
    border: 1px solid #009e4e;
    border-top: none;
    margin: 0 180px 32px;
  }
  /* line 967, ../scss/_page.scss */
  .contact h3 {
    font-size: 24px;
    padding: 12px 32px 10px;
  }
  /* line 980, ../scss/_page.scss */
  .contact .form__list {
    padding: 16px;
  }
  /* line 1007, ../scss/_page.scss */
  .contact .form__list p {
    padding: 8px 0;
  }
  /* line 1010, ../scss/_page.scss */
  .contact .form__list label {
    vertical-align: top;
    display: inline-block;
    width: 30%;
  }
  /* line 1014, ../scss/_page.scss */
  .contact .form__list label span {
    float: right;
    margin-right: 8px;
  }
  /* line 1019, ../scss/_page.scss */
  .contact .form__list .mwform-radio-field label {
    width: auto;
  }
  /* line 1021, ../scss/_page.scss */
  .contact .form__list .mwform-radio-field label span {
    margin: 0;
    float: none;
  }
  /* line 1091, ../scss/_page.scss */
  .contact .contact__submit-btn input, .contact .contact__submit-btn a {
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  }

  /* line 1104, ../scss/_page.scss */
  .not-found {
    margin-bottom: 64px;
  }
  /* line 1124, ../scss/_page.scss */
  .not-found h3 {
    font-size: 40px;
    margin-bottom: 48px;
  }
  /* line 1127, ../scss/_page.scss */
  .not-found h3 span {
    font-size: 28px;
  }
  /* line 1129, ../scss/_page.scss */
  .not-found h3 span::before {
    content: '- ';
  }

  /* line 19, ../scss/_post.scss */
  .case h3 {
    font-size: 24px;
    padding: 14px 0 8px;
    padding-left: 1em;
    margin-bottom: 40px;
  }
  /* line 37, ../scss/_post.scss */
  .case__contents {
    margin: 0 40px;
  }
  /* line 45, ../scss/_post.scss */
  .case .case__img-box {
    font-size: 0;
    margin-bottom: 64px;
  }
  /* line 72, ../scss/_post.scss */
  .case .case__img-box div {
    display: inline-block;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
  }
  /* line 78, ../scss/_post.scss */
  .case .case__img-box .case__img-before {
    padding-left: 0;
  }
  /* line 81, ../scss/_post.scss */
  .case .case__img-box .case__img-after {
    padding-right: 0;
  }
  /* line 84, ../scss/_post.scss */
  .case .case__img-box p {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
  }
  /* line 88, ../scss/_post.scss */
  .case .case__img-box p::before {
    vertical-align: top;
    display: inline-block;
    content: '';
    background-color: #009e4e;
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  /* line 110, ../scss/_post.scss */
  .case .case__item-box {
    margin-bottom: 64px;
  }
  /* line 124, ../scss/_post.scss */
  .case .case__detail {
    display: inline-block;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px 0 20px;
  }
  /* line 174, ../scss/_post.scss */
  .case .case__sub-img {
    display: inline-block;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
  }
  /* line 201, ../scss/_post.scss */
  .case .case__sub-img ul li {
    height: 160px;
  }
  /* line 211, ../scss/_post.scss */
  .case .back-to-case__btn {
    margin-bottom: 100px;
  }
  /* line 233, ../scss/_post.scss */
  .case .back-to-case__btn a::before {
    font-size: 18px;
  }
  /* line 250, ../scss/_post.scss */
  .case .case__voice-box {
    overflow: hidden;
    *zoom: 1;
    margin: 0 40px 64px;
  }
  /* line 266, ../scss/_post.scss */
  .case .case__voice-box .voice-box__title {
    text-align: center;
    margin-bottom: 32px;
  }
  /* line 269, ../scss/_post.scss */
  .case .case__voice-box .voice-box__title h4 {
    display: inline-block;
    font-size: 24px;
    padding: 6px 120px 5px;
    border-bottom: 2px solid #009e4e;
    margin: 0 0 2px;
  }
  /* line 276, ../scss/_post.scss */
  .case .case__voice-box .voice-box__title::after {
    display: block;
    content: '';
    margin: 0 auto;
    width: 210px;
    height: 1px;
    border-bottom: 1px solid rgba(173, 100, 58, 0.5);
  }
  /* line 286, ../scss/_post.scss */
  .case .case__voice-box img {
    float: left;
    width: 300px;
    height: auto;
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    margin-right: 40px;
  }
  /* line 293, ../scss/_post.scss */
  .case .case__voice-box p {
    font-size: 16px;
    padding-top: 16px;
  }

  /* line 322, ../scss/_post.scss */
  .case-list {
    margin-bottom: 100px;
  }
  /* line 395, ../scss/_post.scss */
  .case-list .work__case-box .work__case-item {
    display: inline-block;
    margin-bottom: 40px;
    border-radius: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  /* line 401, ../scss/_post.scss */
  .case-list .work__case-box .work__case-item .item__img-wrapper {
    border-radius: 12px 12px 0 0;
  }
  /* line 404, ../scss/_post.scss */
  .case-list .work__case-box .work__case-item .item__txt-wrapper {
    border-radius: 0 0 12px 12px;
  }

  /* line 413, ../scss/_post.scss */
  .faq {
    margin-bottom: 90px;
  }
  /* line 445, ../scss/_post.scss */
  .faq .nav__faq-contents ul {
    padding: 32px 0 16px;
  }
  /* line 448, ../scss/_post.scss */
  .faq .nav__faq-contents li {
    font-size: 16px;
    padding: 0 8px;
    margin-bottom: 16px;
    width: 33%;
  }
  /* line 454, ../scss/_post.scss */
  .faq .nav__faq-contents p {
    padding: 12px 16px 10px;
  }
  /* line 473, ../scss/_post.scss */
  .faq .faq__title {
    padding: 0 16px;
    margin: 32px 0 32px;
  }
  /* line 484, ../scss/_post.scss */
  .faq .faq__title h3 {
    font-size: 24px;
  }
  /* line 494, ../scss/_post.scss */
  .faq .faq__box {
    margin: 0 32px 32px;
  }
  /* line 527, ../scss/_post.scss */
  .faq .faq__box h4 {
    font-size: 18px;
    padding: 24px 32px 22px 64px;
  }
  /* line 530, ../scss/_post.scss */
  .faq .faq__box h4::before {
    font-size: 54px;
    left: 16px;
  }
  /* line 535, ../scss/_post.scss */
  .faq .faq__box p {
    font-size: 14px;
    padding: 16px 24px 14px;
  }
  /* line 557, ../scss/_post.scss */
  .faq .back-to-top__txt {
    margin: -10px 32px 0;
  }

  /* line 575, ../scss/_post.scss */
  .post {
    margin-bottom: 100px;
  }
  /* line 603, ../scss/_post.scss */
  .post h3, .post p, .post .post-entry {
    margin: 0 100px;
  }
  /* line 606, ../scss/_post.scss */
  .post .post-date {
    font-size: 13px;
    margin-bottom: 12px;
  }
  /* line 610, ../scss/_post.scss */
  .post h3 {
    font-size: 21px;
    padding: 14px 18px 10px;
    margin-bottom: 32px;
  }
  /* line 615, ../scss/_post.scss */
  .post .post-entry {
    padding: 32px;
    border: 10px solid #eee;
  }
  /* line 618, ../scss/_post.scss */
  .post .post-entry p {
    margin: 0;
  }
  /* line 640, ../scss/_post.scss */
  .post .back-to-post__btn {
    margin-top: 48px;
  }
  /* line 662, ../scss/_post.scss */
  .post .back-to-post__btn a::before {
    font-size: 18px;
  }

  /* line 681, ../scss/_post.scss */
  .post-list {
    font-size: 0;
  }
  /* line 716, ../scss/_post.scss */
  .post-list .wp-pagenavi {
    font-size: 14px;
  }
  /* line 719, ../scss/_post.scss */
  .post-list .post__list-wrapper {
    margin: 0 0 100px;
  }
  /* line 722, ../scss/_post.scss */
  .post-list .post-date {
    font-size: 13px;
    margin-bottom: 8px;
  }
  /* line 726, ../scss/_post.scss */
  .post-list h3 {
    font-size: 18px;
    margin-bottom: 16px;
    padding: 12px 20px 9px;
    height: 25px;
  }
  /* line 732, ../scss/_post.scss */
  .post-list .post-image {
    max-height: 220px;
  }
  /* line 756, ../scss/_post.scss */
  .post-list .post__box {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding: 0 16px;
    margin: 32px 0;
  }
}
@media (max-width: 768px) {
  /* line 14, ../scss/_common.scss */
  .contents__inner {
    max-width: 768px;
    min-width: 320px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }

  /* line 29, ../scss/_common.scss */
  .visible-pc {
    display: none;
  }

  /* line 38, ../scss/_common.scss */
  .hidden-pc {
    display: block;
  }

  /* line 5, ../scss/_global.scss */
  .header__front {
    background-color: #fff;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #ccc;
    top: 0;
  }
  /* line 16, ../scss/_global.scss */
  .header__front .contents__inner {
    padding: 0;
  }

  /* line 34, ../scss/_global.scss */
  .nav-button {
    display: inline-block;
    width: 36px;
    height: 32px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 600;
  }
  /* line 44, ../scss/_global.scss */
  .nav-button span {
    display: block;
    border-top: 5px solid #999;
    margin-bottom: 6px;
    border-radius: 2px;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  /* line 50, ../scss/_global.scss */
  .nav-button span:last-child {
    margin: 0;
  }
  /* line 54, ../scss/_global.scss */
  .nav-button p {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1em;
  }
  /* line 66, ../scss/_global.scss */
  .nav-button.menu-active span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  /* line 70, ../scss/_global.scss */
  .nav-button.menu-active span:nth-child(2) {
    opacity: 0;
  }
  /* line 73, ../scss/_global.scss */
  .nav-button.menu-active span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }

  /* line 82, ../scss/_global.scss */
  .header__tel {
    display: none;
  }

  /* line 129, ../scss/_global.scss */
  .header__logo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 4px;
    position: relative;
    z-index: 500;
  }
  /* line 137, ../scss/_global.scss */
  .header__logo img {
    width: 152px;
    height: auto;
  }

  /* line 150, ../scss/_global.scss */
  .hidden__header {
    position: relative;
    z-index: 400;
    height: 50px;
  }

  /* line 177, ../scss/_global.scss */
  .global-nav {
    width: 100%;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    position: absolute;
    top: -500px;
    z-index: 100;
  }
  /* line 187, ../scss/_global.scss */
  .global-nav ul {
    list-style: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  /* line 194, ../scss/_global.scss */
  .global-nav li {
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  /* line 198, ../scss/_global.scss */
  .global-nav a {
    display: block;
    padding: 8px 10px 6px;
  }
  /* line 202, ../scss/_global.scss */
  .global-nav img {
    vertical-align: bottom;
    padding-right: 8px;
  }
  /* line 205, ../scss/_global.scss */
  .global-nav img.hidden-pc {
    display: inline;
  }
  /* line 209, ../scss/_global.scss */
  .global-nav.menu-active {
    -moz-transform: translateY(551px);
    -ms-transform: translateY(551px);
    -webkit-transform: translateY(551px);
    transform: translateY(551px);
  }

  /* line 260, ../scss/_global.scss */
  .footer__about-us {
    padding: 10px 0;
    background-image: url("../images/common/top_bg-img02-sp.jpg");
    background-position: top center;
    background-size: cover;
  }
  /* line 279, ../scss/_global.scss */
  .footer__about-us .footer__catch-box {
    text-align: center;
  }
  /* line 308, ../scss/_global.scss */
  .footer__about-us .footer__catch-box h2 {
    font-size: 20px;
    padding: 16px 10px 4px;
  }
  /* line 312, ../scss/_global.scss */
  .footer__about-us .footer__catch-box p {
    text-align: left;
    padding: 4px 16px 16px;
  }
  /* line 315, ../scss/_global.scss */
  .footer__about-us .footer__catch-box p br {
    display: none;
  }
  /* line 317, ../scss/_global.scss */
  .footer__about-us .footer__catch-box p br.not-hidden {
    display: inline;
  }
  /* line 322, ../scss/_global.scss */
  .footer__about-us .footer__catch-box .footer__about-btn {
    display: block;
    padding: 0 24px 28px;
  }
  /* line 325, ../scss/_global.scss */
  .footer__about-us .footer__catch-box .footer__about-btn a {
    width: 100%;
    padding: 16px 0 15px;
  }

  /* line 355, ../scss/_global.scss */
  .footer-nav {
    display: none;
  }

  /* line 378, ../scss/_global.scss */
  .footer__business {
    display: none;
  }

  /* line 458, ../scss/_global.scss */
  .copywrite {
    padding: 16px 0 15px;
  }

  /* line 507, ../scss/_global.scss */
  .page-head__wrapper .page-head__title-wrapper {
    border-bottom: 1px solid #009e4e;
    text-align: center;
    margin: 16px 2px;
  }
  /* line 511, ../scss/_global.scss */
  .page-head__wrapper .page-head__title-wrapper h2 {
    padding: 4px 0 3px;
    margin: 0 -2px 2px;
    border-bottom: 2px solid #009e4e;
  }
  /* line 515, ../scss/_global.scss */
  .page-head__wrapper .page-head__title-wrapper h2 span {
    display: none;
    font-size: 0.7em;
    margin-left: 0.5em;
  }

  /* line 37, ../scss/_top.scss */
  .home .header__front .header__leaf {
    display: none;
  }
  /* line 48, ../scss/_top.scss */
  .home .global-nav {
    position: fixed;
    top: -549px;
    z-index: 500;
  }
  /* line 94, ../scss/_top.scss */
  .home .global-nav.menu-active {
    -moz-transform: translateY(600px);
    -ms-transform: translateY(600px);
    -webkit-transform: translateY(600px);
    transform: translateY(600px);
  }
  /* line 97, ../scss/_top.scss */
  .home .global-nav .contents__inner {
    padding: 0;
  }
  /* line 109, ../scss/_top.scss */
  .home .main__img .top__mainimg {
    z-index: 100;
  }
  /* line 112, ../scss/_top.scss */
  .home .main__img .catch__mainimg {
    z-index: 150;
  }
  /* line 115, ../scss/_top.scss */
  .home .main__img .sp__tel {
    display: block;
    margin-top: -70px;
    position: relative;
    z-index: 200;
    height: 104px;
    overflow: hidden;
  }
  /* line 122, ../scss/_top.scss */
  .home .main__img .sp__tel a {
    position: absolute;
    right: -30px;
    top: 0;
  }
  /* line 127, ../scss/_top.scss */
  .home .main__img .sp__tel a:hover {
    opacity: 1;
  }
  /* line 130, ../scss/_top.scss */
  .home .main__img .sp__tel img {
    display: block;
    margin: 0 auto;
    width: 214px;
    height: auto;
  }

  /* line 187, ../scss/_top.scss */
  .main__img .catch__mainimg {
    top: 50px;
  }
  /* line 189, ../scss/_top.scss */
  .main__img .catch__mainimg p {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 13px;
    margin-top: 8px;
  }
  /* line 193, ../scss/_top.scss */
  .main__img .catch__mainimg p.sub__catch {
    margin: 0;
  }

  /* line 242, ../scss/_top.scss */
  .top__catch {
    margin-top: 0;
    margin-bottom: 32px;
    background-size: cover;
  }
  /* line 249, ../scss/_top.scss */
  .top__catch img {
    width: 100%;
    height: auto;
  }
  /* line 268, ../scss/_top.scss */
  .top__catch .catch__txt-box {
    background-image: url("../images/top/bg_catch-onlyleaf.png");
    background-repeat: no-repeat;
    background-size: auto 120px;
    background-position: top left;
    margin: 10px -10px 0;
    padding-bottom: 60px;
  }
  /* line 284, ../scss/_top.scss */
  .top__catch .catch__txt-box h2 {
    font-size: 24px;
    background-image: url("../images/top/top_family.png");
    background-repeat: no-repeat;
    background-size: 130px auto;
    background-position: top right 10px;
    padding: 16px 10px 80px;
    margin: 0;
  }
  /* line 292, ../scss/_top.scss */
  .top__catch .catch__txt-box h2 span {
    padding: 4px 0 3px;
    font-weight: normal;
  }
  /* line 297, ../scss/_top.scss */
  .top__catch .catch__txt-box p {
    font-size: 12px;
    color: #fff;
    margin-top: -72px;
    padding: 20px 16px 14px;
    line-height: 1.618em;
    background-image: url("../images/top/bg_catch-blackboard.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  /* line 352, ../scss/_top.scss */
  .top__business {
    margin-top: -60px;
  }
  /* line 358, ../scss/_top.scss */
  .top__business img {
    width: 100%;
    height: auto;
  }
  /* line 368, ../scss/_top.scss */
  .top__business .business__box {
    margin: 0 -5px;
  }
  /* line 377, ../scss/_top.scss */
  .top__business .business__content {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 24px;
  }
  /* line 395, ../scss/_top.scss */
  .top__business .business__inner {
    border-radius: 4px;
    padding: 0 0 10px;
    background-image: url("../images/top/top_bg-box.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 423, ../scss/_top.scss */
  .top__business .business__txt-box {
    margin: 0 5px;
  }
  /* line 438, ../scss/_top.scss */
  .top__business .business__txt-box h2 {
    font-size: 24px;
    padding: 3px;
  }
  /* line 441, ../scss/_top.scss */
  .top__business .business__txt-box h2 .small-txt {
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 11px;
    margin-top: 1px;
    text-align: right;
  }
  /* line 449, ../scss/_top.scss */
  .top__business .business__txt-box p {
    font-size: 12px;
    padding: 0 4px 10px;
    margin: 12px 0;
  }
  /* line 482, ../scss/_top.scss */
  .top__business .business__btn-box {
    display: block;
    text-align: center;
    margin: 0 10px;
  }
  /* line 501, ../scss/_top.scss */
  .top__business .business__btn-box p {
    font-size: 12px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 5px 15px;
  }

  /* line 561, ../scss/_top.scss */
  .top__work {
    padding: 12px 0 32px;
  }
  /* line 603, ../scss/_top.scss */
  .top__work .work__head-box::before, .top__work .work__head-box::after {
    width: 100%;
    height: 60px;
    background-size: cover;
    top: -12px;
  }
  /* line 610, ../scss/_top.scss */
  .top__work .work__head-box::before {
    right: 62%;
    background-image: url("../images/top/bg_case-leaf_sp.png");
  }
  /* line 614, ../scss/_top.scss */
  .top__work .work__head-box::after {
    left: 62%;
  }
  /* line 617, ../scss/_top.scss */
  .top__work .work__head-box h2 {
    display: inline-block;
    font-size: 32px;
    font-weight: normal;
    background-image: url("../images/top/top_bg-work.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 20px 40px 0;
  }
  /* line 626, ../scss/_top.scss */
  .top__work .work__head-box p {
    font-size: 12px;
    margin: 4px 0 12px;
  }
  /* line 661, ../scss/_top.scss */
  .top__work .work__case-box {
    margin: 0 5px;
  }
  /* line 716, ../scss/_top.scss */
  .top__work .work__case-box .work__case-item {
    border-radius: 4px;
  }
  /* line 732, ../scss/_top.scss */
  .top__work .work__more-btn {
    margin-top: 24px;
  }
  /* line 748, ../scss/_top.scss */
  .top__work .work__more-btn a {
    padding: 10px 90px;
  }

  /* line 785, ../scss/_top.scss */
  .top__blog .blog__left-contents {
    text-align: center;
    padding: 24px 0 0;
  }
  /* line 813, ../scss/_top.scss */
  .top__blog .blog__left-contents .blog__head-box {
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 818, ../scss/_top.scss */
  .top__blog .blog__left-contents h2 {
    font-size: 28px;
  }
  /* line 821, ../scss/_top.scss */
  .top__blog .blog__left-contents p {
    font-size: 12px;
  }
  /* line 824, ../scss/_top.scss */
  .top__blog .blog__left-contents a {
    bottom: 0;
    right: 0;
  }
  /* line 855, ../scss/_top.scss */
  .top__blog .blog__post-list {
    display: block;
    padding-bottom: 28px;
  }
  /* line 888, ../scss/_top.scss */
  .top__blog .blog__post-list li {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
  }
  /* line 892, ../scss/_top.scss */
  .top__blog .blog__post-list li:first-child {
    border-top: 1px dotted #ddd;
  }
  /* line 896, ../scss/_top.scss */
  .top__blog .blog__post-list p.date {
    display: block;
    font-size: 10px;
    padding-bottom: 4px;
  }
  /* line 901, ../scss/_top.scss */
  .top__blog .blog__post-list p.entry {
    display: none;
  }
  /* line 904, ../scss/_top.scss */
  .top__blog .blog__post-list h3 {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 20px;
    line-height: 1em;
    height: 1em;
  }
  /* line 910, ../scss/_top.scss */
  .top__blog .blog__post-list h3::after {
    right: 8px;
  }
  /* line 945, ../scss/_top.scss */
  .top__blog .banner__area {
    margin-top: 16px;
  }
  /* line 960, ../scss/_top.scss */
  .top__blog .banner__area ul {
    margin: 0 -10px;
  }
  /* line 962, ../scss/_top.scss */
  .top__blog .banner__area ul li {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  /* line 965, ../scss/_top.scss */
  .top__blog .banner__area ul li.bnr__single {
    width: 50%;
  }
  /* line 968, ../scss/_top.scss */
  .top__blog .banner__area ul li.bnr__double {
    width: 100%;
  }

  /* line 4, ../scss/_page.scss */
  .flow {
    margin-bottom: 32px;
  }
  /* line 13, ../scss/_page.scss */
  .flow .flow__contents-list {
    padding: 0;
    list-style: none;
  }
  /* line 34, ../scss/_page.scss */
  .flow .flow__contents-list li {
    margin-bottom: 16px;
  }
  /* line 77, ../scss/_page.scss */
  .flow .flow__contents-list .flow__title-wrapper h3 {
    font-size: 18px;
    margin: 16px 0 14px 4px;
  }
  /* line 81, ../scss/_page.scss */
  .flow .flow__contents-list .flow__title-wrapper p.flow__sub {
    font-size: 12px;
    bottom: 2px;
  }
  /* line 85, ../scss/_page.scss */
  .flow .flow__contents-list .flow__title-wrapper p.flow__step {
    font-size: 12px;
  }
  /* line 87, ../scss/_page.scss */
  .flow .flow__contents-list .flow__title-wrapper p.flow__step span {
    font-size: 16px;
  }
  /* line 153, ../scss/_page.scss */
  .flow .flow__contents-list .flow__text-wrapper p {
    font-size: 13px;
    padding: 16px;
  }
  /* line 157, ../scss/_page.scss */
  .flow .flow__contents-list .flow__text-wrapper .flow__tel-wrapper {
    padding: 0 12px 14px;
    text-align: center;
    margin-top: -8px;
  }
  /* line 162, ../scss/_page.scss */
  .flow .flow__contents-list .flow__text-wrapper p.flow__tel {
    font-size: 26px;
    background-size: contain;
    padding-left: 48px;
    margin: 0;
  }
  /* line 168, ../scss/_page.scss */
  .flow .flow__contents-list .flow__text-wrapper .btn__flow-contact {
    margin-top: 10px;
    display: block;
  }
  /* line 171, ../scss/_page.scss */
  .flow .flow__contents-list .flow__text-wrapper .btn__flow-contact a {
    margin: 0;
  }

  /* line 181, ../scss/_page.scss */
  .service {
    margin-bottom: 32px;
  }
  /* line 193, ../scss/_page.scss */
  .service .service__nav {
    margin: 16px 0;
  }
  /* line 216, ../scss/_page.scss */
  .service .service__nav ul {
    padding: 5px 5px;
  }
  /* line 218, ../scss/_page.scss */
  .service .service__nav ul li {
    width: 50%;
    padding: 5px;
    padding-right: 3px;
  }
  /* line 222, ../scss/_page.scss */
  .service .service__nav ul li:nth-child(2n) {
    padding-right: 5px;
    padding-left: 3px;
  }
  /* line 261, ../scss/_page.scss */
  .service .service-nav__box .service-nav__text {
    margin-left: 4px;
  }
  /* line 263, ../scss/_page.scss */
  .service .service-nav__box .service-nav__text p {
    font-size: 12px;
    padding: 8px 0 6px;
  }
  /* line 266, ../scss/_page.scss */
  .service .service-nav__box .service-nav__text p span {
    display: none;
  }
  /* line 271, ../scss/_page.scss */
  .service .service-nav__box img {
    display: none;
  }
  /* line 285, ../scss/_page.scss */
  .service .service__content-box {
    margin-bottom: 8px;
  }
  /* line 364, ../scss/_page.scss */
  .service .service__content-box .service__content-text h3 {
    font-size: 18px;
    padding: 12px 0 10px 48px;
    margin-bottom: 4px;
  }
  /* line 369, ../scss/_page.scss */
  .service .service__content-box .service__content-text p {
    padding: 8px 4px;
  }
  /* line 372, ../scss/_page.scss */
  .service .service__content-box .service__content-text .service__detail {
    padding-top: 0;
  }
  /* line 374, ../scss/_page.scss */
  .service .service__content-box .service__content-text .service__detail a {
    font-size: 12px;
    padding-right: 20px;
  }
  /* line 377, ../scss/_page.scss */
  .service .service__content-box .service__content-text .service__detail a::after {
    font-size: 14px;
    margin-top: -0.85em;
  }
  /* line 384, ../scss/_page.scss */
  .service .service__content-box img {
    width: 100%;
    height: auto;
  }
  /* line 390, ../scss/_page.scss */
  .service .work__case-box {
    margin: 0 5px 16px;
  }
  /* line 446, ../scss/_page.scss */
  .service .work__case-box .work__case-item {
    margin-top: 16px;
  }
  /* line 448, ../scss/_page.scss */
  .service .work__case-box .work__case-item .item__img-wrapper {
    border-radius: 4px 4px 0 0;
  }
  /* line 451, ../scss/_page.scss */
  .service .work__case-box .work__case-item .item__txt-wrapper {
    border-radius: 0 0 4px 4px;
  }

  /* line 485, ../scss/_page.scss */
  .about-us .about-us__company {
    margin-bottom: 16px;
  }
  /* line 501, ../scss/_page.scss */
  .about-us .about-us__company img {
    width: 100%;
    height: auto;
  }
  /* line 507, ../scss/_page.scss */
  .about-us .about-us__company-info {
    margin-bottom: 8px;
  }
  /* line 602, ../scss/_page.scss */
  .about-us .about-us__company-info .company-info__title-wrapper h3 {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    padding-left: 16px;
  }
  /* line 606, ../scss/_page.scss */
  .about-us .about-us__company-info .company-info__title-wrapper h3 span {
    font-size: 12px;
    font-weight: normal;
  }
  /* line 612, ../scss/_page.scss */
  .about-us .about-us__company-info li {
    padding: 4px 4px 2px 8px;
    margin: 2px 0;
  }
  /* line 615, ../scss/_page.scss */
  .about-us .about-us__company-info li ul {
    margin: 2px 4px 0;
    font-size: 12px;
  }
  /* line 620, ../scss/_page.scss */
  .about-us .about-us__company-info h4 {
    font-size: 14px;
    width: 25%;
  }
  /* line 624, ../scss/_page.scss */
  .about-us .about-us__company-info p {
    font-size: 14px;
    width: 75%;
  }
  /* line 630, ../scss/_page.scss */
  .about-us .about-us__map {
    margin: 0 0 16px;
  }
  /* line 686, ../scss/_page.scss */
  .about-us .about-us__staff .staff__title-wrapper h3 {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    padding-left: 16px;
  }
  /* line 691, ../scss/_page.scss */
  .about-us .about-us__staff .staff__title-wrapper h3 span {
    font-size: 12px;
    font-weight: normal;
  }
  /* line 699, ../scss/_page.scss */
  .about-us .about-us__staff ul {
    margin-bottom: 32px;
  }
  /* line 788, ../scss/_page.scss */
  .about-us .about-us__staff ul li {
    margin-bottom: 12px;
  }
  /* line 792, ../scss/_page.scss */
  .about-us .about-us__staff ul .staff__contents-box h4 {
    font-size: 18px;
    padding-bottom: 2px;
    padding-left: 20px;
  }
  /* line 796, ../scss/_page.scss */
  .about-us .about-us__staff ul .staff__contents-box h4::before {
    height: 14px;
    width: 14px;
    margin-top: -0.45em;
  }
  /* line 802, ../scss/_page.scss */
  .about-us .about-us__staff ul .staff__contents-box p {
    font-size: 12px;
  }
  /* line 809, ../scss/_page.scss */
  .about-us .about-us__area {
    margin: 16px 0 32px;
  }
  /* line 905, ../scss/_page.scss */
  .about-us .about-us__area .area__title-wrapper h3 {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    padding-left: 16px;
  }
  /* line 909, ../scss/_page.scss */
  .about-us .about-us__area .area__title-wrapper h3 span {
    font-size: 12px;
    font-weight: normal;
  }
  /* line 915, ../scss/_page.scss */
  .about-us .about-us__area ul {
    padding-left: 0;
  }
  /* line 917, ../scss/_page.scss */
  .about-us .about-us__area ul h4 {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 0 10px;
    margin-bottom: 8px;
  }
  /* line 923, ../scss/_page.scss */
  .about-us .about-us__area ul h4::before {
    margin-right: 4px;
  }
  /* line 926, ../scss/_page.scss */
  .about-us .about-us__area ul h4 span {
    font-size: 12px;
    padding-left: 20px;
  }
  /* line 929, ../scss/_page.scss */
  .about-us .about-us__area ul h4 span::before {
    width: 16px;
  }
  /* line 934, ../scss/_page.scss */
  .about-us .about-us__area ul p {
    margin-bottom: 16px;
    padding: 0 5px;
    line-height: 1.4em;
  }
  /* line 940, ../scss/_page.scss */
  .about-us .about-us__area img {
    width: 100%;
    height: auto;
  }

  /* line 950, ../scss/_page.scss */
  .contact {
    margin-bottom: 32px;
  }
  /* line 974, ../scss/_page.scss */
  .contact h3 {
    text-align: center;
    padding: 8px 12px 7px;
    margin-bottom: 8px;
  }
  /* line 1028, ../scss/_page.scss */
  .contact .form__list p {
    padding: 4px 0;
  }
  /* line 1031, ../scss/_page.scss */
  .contact .form__list input, .contact .form__list textarea {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  /* line 1036, ../scss/_page.scss */
  .contact .form__list label {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4px;
    margin-bottom: 4px;
  }
  /* line 1041, ../scss/_page.scss */
  .contact .form__list label span {
    margin-left: 16px;
    padding: 1px 3px 0px 2px;
  }
  /* line 1046, ../scss/_page.scss */
  .contact .form__list .mwform-radio-field {
    display: inline-block;
    margin-top: 4px;
  }
  /* line 1049, ../scss/_page.scss */
  .contact .form__list .mwform-radio-field label {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  /* line 1054, ../scss/_page.scss */
  .contact .form__list .mwform-radio-field span {
    margin: 0;
    padding: 0;
  }
  /* line 1058, ../scss/_page.scss */
  .contact .form__list .mwform-radio-field input {
    text-align: center;
    width: auto;
  }
  /* line 1096, ../scss/_page.scss */
  .contact .contact__submit-btn input, .contact .contact__submit-btn a {
    display: block;
    padding: 12px 0 10px;
  }

  /* line 1104, ../scss/_page.scss */
  .not-found {
    margin-bottom: 32px;
  }
  /* line 1137, ../scss/_page.scss */
  .not-found h3 {
    font-size: 16px;
  }
  /* line 1139, ../scss/_page.scss */
  .not-found h3 span {
    display: block;
    font-size: 13px;
  }

  /* line 27, ../scss/_post.scss */
  .case h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 6px 0 5px;
    padding-left: 0.5em;
    border-left: 3px solid #009e4e;
    border-bottom-width: 1px;
    border-top: none;
  }
  /* line 45, ../scss/_post.scss */
  .case .case__img-box {
    margin-bottom: 16px;
  }
  /* line 101, ../scss/_post.scss */
  .case .case__img-box p {
    margin: 4px 0;
  }
  /* line 103, ../scss/_post.scss */
  .case .case__img-box p::before {
    width: 14px;
    height: 14px;
  }
  /* line 110, ../scss/_post.scss */
  .case .case__item-box {
    margin-bottom: 16px;
  }
  /* line 124, ../scss/_post.scss */
  .case .case__detail {
    margin-bottom: 12px;
  }
  /* line 162, ../scss/_post.scss */
  .case .case__detail ul li > * {
    font-size: 12px;
  }
  /* line 165, ../scss/_post.scss */
  .case .case__detail ul li h4 {
    width: 30%;
  }
  /* line 168, ../scss/_post.scss */
  .case .case__detail ul li p {
    width: 68%;
  }
  /* line 206, ../scss/_post.scss */
  .case .case__sub-img ul li {
    height: 85px;
  }
  /* line 211, ../scss/_post.scss */
  .case .back-to-case__btn {
    margin-bottom: 32px;
  }
  /* line 240, ../scss/_post.scss */
  .case .back-to-case__btn a {
    font-size: 12px;
    padding: 10px 24px 8px 32px;
  }
  /* line 243, ../scss/_post.scss */
  .case .back-to-case__btn a::before {
    margin-top: -0.5em;
    left: 0.5em;
  }
  /* line 250, ../scss/_post.scss */
  .case .case__voice-box {
    margin: 32px 0 32px;
  }
  /* line 301, ../scss/_post.scss */
  .case .case__voice-box .voice-box__title {
    text-align: center;
    margin-bottom: 8px;
  }
  /* line 304, ../scss/_post.scss */
  .case .case__voice-box .voice-box__title h4 {
    font-size: 18px;
    border-bottom: 2px solid #009e4e;
    margin: 0 0 2px;
  }
  /* line 309, ../scss/_post.scss */
  .case .case__voice-box .voice-box__title::after {
    display: block;
    content: '';
    margin: 0 auto;
    width: 210px;
    height: 1px;
    border-bottom: 1px solid rgba(173, 100, 58, 0.5);
  }

  /* line 322, ../scss/_post.scss */
  .case-list {
    margin-bottom: 32px;
  }
  /* line 329, ../scss/_post.scss */
  .case-list .work__case-box {
    margin: 0 5px;
  }
  /* line 384, ../scss/_post.scss */
  .case-list .work__case-box .work__case-item {
    margin-bottom: 16px;
  }
  /* line 386, ../scss/_post.scss */
  .case-list .work__case-box .work__case-item .item__img-wrapper {
    border-radius: 4px 4px 0 0;
  }
  /* line 389, ../scss/_post.scss */
  .case-list .work__case-box .work__case-item .item__txt-wrapper {
    border-radius: 0 0 4px 4px;
  }

  /* line 413, ../scss/_post.scss */
  .faq {
    margin-bottom: 32px;
  }
  /* line 459, ../scss/_post.scss */
  .faq .nav__faq-contents ul {
    padding: 16px 0 6px;
  }
  /* line 462, ../scss/_post.scss */
  .faq .nav__faq-contents li {
    font-size: 14px;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  /* line 468, ../scss/_post.scss */
  .faq .nav__faq-contents p {
    padding: 6px 2px 4px;
  }
  /* line 473, ../scss/_post.scss */
  .faq .faq__title {
    margin: 24px 0 12px;
  }
  /* line 494, ../scss/_post.scss */
  .faq .faq__box {
    margin-bottom: 12px;
  }
  /* line 542, ../scss/_post.scss */
  .faq .faq__box h4 {
    font-size: 14px;
    padding: 8px 8px 6px 40px;
    border-bottom-width: 3px;
  }
  /* line 546, ../scss/_post.scss */
  .faq .faq__box h4::before {
    font-size: 32px;
    left: 8px;
  }
  /* line 551, ../scss/_post.scss */
  .faq .faq__box p {
    font-size: 12px;
    padding: 12px 8px;
  }
  /* line 568, ../scss/_post.scss */
  .faq .back-to-top__txt p {
    font-size: 12px;
  }

  /* line 624, ../scss/_post.scss */
  .post .post-date {
    font-size: 11px;
    margin-bottom: 8px;
  }
  /* line 628, ../scss/_post.scss */
  .post h3 {
    font-size: 16px;
    border-top: none;
    border-left: 5px solid #009e4e;
    padding: 6px 14px 4px;
    margin-bottom: 12px;
  }
  /* line 635, ../scss/_post.scss */
  .post .post-entry {
    font-size: 13px;
    margin-bottom: 16px;
  }
  /* line 640, ../scss/_post.scss */
  .post .back-to-post__btn {
    margin-bottom: 32px;
  }
  /* line 669, ../scss/_post.scss */
  .post .back-to-post__btn a {
    font-size: 12px;
    padding: 10px 24px 8px 32px;
  }
  /* line 672, ../scss/_post.scss */
  .post .back-to-post__btn a::before {
    margin-top: -0.5em;
    left: 0.5em;
  }

  /* line 737, ../scss/_post.scss */
  .post-list .post__list-wrapper {
    margin-bottom: 32px;
  }
  /* line 740, ../scss/_post.scss */
  .post-list .post-date {
    font-size: 11px;
    margin-bottom: 8px;
  }
  /* line 744, ../scss/_post.scss */
  .post-list h3 {
    font-size: 16px;
    border-top: none;
    border-left: 5px solid #009e4e;
    padding: 6px 14px 4px;
    margin-bottom: 12px;
    height: 22px;
  }
  /* line 752, ../scss/_post.scss */
  .post-list .post-image {
    max-height: 210px;
  }
  /* line 756, ../scss/_post.scss */
  .post-list .post__box {
    margin-bottom: 32px;
  }
}

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


/*20180326追加*/
h1 {
  font-size:12px;
  background:#286500;
  color:#fff;
  margin: 0;
  padding: 2px 5px;
  font-weight: normal;
}

.service .work__case-box h4{
  font-size:20px;
  margin: 50px 0 20px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px){
.footer__about-us .footer__catch-box{
  margin: 35px auto 0;
}
}
.faqbox{
  margin-bottom: 100px;
}
.faqbox h3{
  text-align: center;
  font-size:20px;
  margin:50px 0 30px;
}
.faqbox h4{
  font-size:16px;
  margin:0 0 10px;
  color:#555;
}
.faqbox h4:before{
  content: "Q. ";
  font-weight:bold;
  color:#286500;
  font-size:20px;
}

.faqbox p{
  font-size:16px;
  margin-bottom: 30px;
}
.faqbox p:before{
  content: "A. ";
  font-weight:bold;
  color:#08a08c;
  font-size:20px;
}
@media (max-width: 769px){
.faqbox h4,
.faqbox p{
  line-height: 1.5;
  font-size:14px;
}

}


.exterior .inner{
  width:1200px;
  margin:0 auto;
}
.exterior .clearfix:after{
  content: ""; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
}
.exterior .key{
  background:url(../images/page/exterior/key_bg.png) center center no-repeat;
  background-size: cover;
  height: 514px;
}
.exterior .key h2{
  padding-top: 20px;
  text-align: center;
}
.exterior .cont01 h3{
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size:32px;
}
.exterior .cont01 h3:before{
  content: url(../images/page/exterior/icon01.png);
  display: inline-block;
  padding-right: 5px;
  vertical-align: bottom;
}
.exterior .cont01 h3 span{
  font-size:52px;
}

.exterior .cont01 .border{
  border:15px solid #f2f2f2;
  padding:0 20px 30px;
  width:1080px;
}
.exterior .cont01 .clearfix{
  padding: 30px 15px;
  border-bottom:1px solid #d1d1d1;
}
.exterior .cont01 .clearfix .img{
  width:454px;
  float: left;
  margin:0;
}
.exterior .cont01 .clearfix .text_box{
  width:567px;
  float: right;
}
.exterior .cont01 .clearfix .text_box p{
  line-height: 1.6;
}
.exterior .cont01 .clearfix .text_box h4{
  margin:0;
  font-size:30px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding:20px 0 10px 130px;
  background:url(../images/page/exterior/icon02.png) left top no-repeat;
  position: relative;
}
.exterior .cont01 .clearfix:nth-of-type(2) .text_box h4{
  background:url(../images/page/exterior/icon03.png) left top no-repeat;
}
.exterior .cont01 .clearfix:nth-of-type(3) .text_box h4{
  background:url(../images/page/exterior/icon04.png) left top no-repeat;
}
.exterior .cont01 .clearfix .text_box h4:before{
  content: "1.";
  font-style: italic;
  font-size:52px;
  position: absolute;
  top:5px;
  left:70px;
}
.exterior .cont01 .clearfix:nth-of-type(2) .text_box h4:before{
  content: "2.";
}
.exterior .cont01 .clearfix:nth-of-type(3) .text_box h4:before{
  content: "3.";
}

.exterior .cont02 h3{
  font-size:32px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  padding: 50px 0 30px
  margin:0;
}
.exterior .cont02 .img{
  text-align: center;
}
.exterior .cont02 .img img{
  max-width:1700px;
  width:100%;
}
.exterior .cont02 .text{
  padding: 20px 20px 50px;
  line-height: 1.5;
  width:1160px;
}
.exterior .cont02 .bnr{
  text-align: center;
  margin:0 0 40px;
}



.exterior .cont03 h3{
  background:#2b640d;
  padding: 30px 0 0;
  height: 62px;
  line-height: 1;
  font-size:32px;
  text-align: center;
  color:#fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.exterior .cont03 h3:before{
  content: url(../images/page/exterior/icon05.png);
  display: inline-block;
  padding-right: 10px;
}
.exterior .cont03 table{
  width:1020px;
  margin:25px auto;
  border-bottom:1px solid #a3aeae;
}
.exterior .cont03 table tr th{
  border-top:1px solid #a3aeae;
  border-right:1px dashed #a3aeae;
  width:280px;
  padding-right: 30px;
  text-align: right;
}
.exterior .cont03 table tr th span{
  display: inline-block;
  color:#fff;
  font-size:16px;
  background:#ff4b4b;
  padding: 1px 5px;
  margin-left: 5px;
}
.exterior .cont03 table tr td{
  border-top:1px solid #a3aeae;
  padding: 20px 0 20px 30px;
}
.exterior .cont03 table tr td input{
  padding: 10px;
}
.exterior .cont03 table tr td span{
  display: block;
  padding-top: 10px;
}
.exterior .cont03 table tr td span.mwform-tel-field{
  padding-top: 0;
}
.exterior .cont03 table + p{
  text-align: center;
  padding-bottom: 40px;
}
.exterior .cont03 .button{
  width:550px;
  margin:0 auto;
  text-align: center;
}
.exterior .cont03 .button input{
  display: block;
  background:#ee1313 url(../images/page/exterior/icon06.png) 520px center no-repeat;
  color:#fff;
  font-size:20px;
  width:550px;
  padding: 20px 0;
  border:0;
  cursor: pointer;
}
.exterior .cont03 .button input:hover{
  opacity: 0.7;
}

@media (max-width: 1223px){
.exterior .key h2 img{
  width:100%;
}
}
@media (max-width: 1200px){
.exterior .inner{
  width:auto;
}
.exterior .key{
  background:url(../images/page/exterior/key_bg.png) center center no-repeat;
  background-size: cover;
  height: auto;
}
.exterior .key h2{
  padding: 20px;
}
.exterior .cont02 .text{
  width:auto;
}
}

@media (max-width: 770px){
.exterior .cont01 h3{
  font-size:24px;
}
.exterior .cont01 .border{
  width:auto;
  border:10px solid #f2f2f2;
  margin:0 20px;
}
.exterior .cont01 .clearfix .img{
  float: none;
  margin:0 auto;
}
.exterior .cont01 .clearfix .text_box{
  width:auto;
  float: none;
  margin-top: 20px;
}
.exterior .cont01 .clearfix .text_box h4{
  font-size:26px;
}
.exterior .cont02 .bnr{
  padding:0 10px;
}
.exterior .cont02 .bnr img{
  width:100%;
}

.exterior .cont03 table,
.exterior .cont03 tbody,
.exterior .cont03 tr,
.exterior .cont03 th,
.exterior .cont03 td{
  display: block;
}
.exterior .cont03 table{
  width:100%;
}
.exterior .cont03 table tr th{
  width:auto;
  padding:20px 0 20px 20px;
  text-align: left;
  border-right:none;
  border-bottom:1px dashed #a3aeae;
  background:#eee;
}
.exterior .cont03 table tr td{
  border-top: none;
}
}

@media (max-width: 620px){
.exterior .cont01 h3{
  font-size:20px;
}
.exterior .cont01 h3 span {
  font-size: 40px;
}
.exterior .cont01 .border{
  border: 5px solid #f2f2f2;
  margin: 0 10px;
}
.exterior .cont01 .clearfix{
  padding: 20px 10px;
}
.exterior .cont01 .clearfix .text_box h4 {
    font-size: 20px;
}
.exterior .cont01 .clearfix .img{
  width:100%;
  max-width:454px;
}
.exterior .cont01 .clearfix .img img{
  width:100%;
}

.exterior .cont02 h3{
  font-size:26px;
}
.exterior .cont03 h3{
  font-size:26px;
}
.exterior .cont03 table tr td {
  padding: 20px 0 20px 10px;
}
.exterior .cont03 .button {
  width:400px;
}
.exterior .cont03 .button input{
  width:400px;
  background:#ee1313 url(../images/page/exterior/icon06.png) 380px center no-repeat;
}
}

@media (max-width: 520px){
.exterior{
  width:520px;
}
.exterior + footer{
  width:520px;
}

}
@media (min-width: 769px){
.global-nav li.sp{
  display: none;
}
}


/*20200121追加*/
.exterior-list__story {
  margin: 60px 0;
  padding: 0 30px;
}

@media (max-width: 768px){
  .exterior-list__story {
    margin: 30px 0;
    padding: 0;
  }
}

.exterior-list-section:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 768px){
  .exterior-list-section:not(:last-child) {
    margin-bottom: 30px;
  }
}

.exterior-list-section__title {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 25px;
  font-weight: bold;
  padding: 0 0 14px;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 768px){
  .exterior-list-section__title {
    font-size: 20px;
    padding: 0 0 9px;
  }
}

.exterior-list-section__title::after {
  content: '';
  width: 40px;
  height: 3px;
  background: #049E4F;
  position: absolute;
  left: 0;
  bottom: 0;
}

.exterior-list-section__description {
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 768px){
  .exterior-list-section__description {
    font-size: 14px;
  }
}

.exterior-list-section__description p {
  margin: 20px 0;
}

@media (max-width: 768px){
  .exterior-list-section__description p {
    margin: 12px 0;
  }
}

.exterior-list-section__description p img {
  max-width: 100%;
}