@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HelveticaMedCdObl.woff") format("woff");
  font-display: swap;
}
@-ms-viewport {
  width: device-width;
}
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: url("../img/dummy.png");
  font-size: 16px;
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6,
div, p, ul, ol, li, dl, dt, dd, form, table,
header, footer, article, section, aside, nav {
  background: url("../img/dummy.png");
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

#gototop {
  position: fixed;
  bottom: 25px;
  z-index: 2;
}
#gototop a {
  transition: opacity .3s;
}
#gototop a:hover {
  opacity: 0.7;
}

#header {
  background: url(../img/header-bg.jpg);
}
#header .box01 > li:nth-child(2) img {
  vertical-align: bottom;
}
#header #navToggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
#header #navToggle div {
  position: relative;
}
#header #navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#header #navToggle span:nth-child(1) {
  top: 0;
}
#header #navToggle span:nth-child(2) {
  top: 8px;
}
#header #navToggle span:nth-child(3) {
  top: 16px;
}
#header.openNav #navToggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header.openNav #navToggle span:nth-child(2), #header.openNav #navToggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footer {
  background: url(../img/footer-bg.jpg);
  color: #FFF;
}
#footer a {
  color: #FFF;
}
#footer dl dt img {
  vertical-align: bottom;
}
#footer dl dd .box01 ul:last-child li img {
  vertical-align: bottom;
}

body.index #main .main-visual {
  height: 0;
  position: relative;
}
body.index #main .main-visual .box01 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
body.index #main .main-visual .box01 p {
  background-color: rgba(0, 0, 0, 0.65);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.index #main .main-visual .box01 p img {
  vertical-align: bottom;
}
body.index #main section .button a {
  display: inline-block;
  background-color: #000;
  padding: 2px;
}
body.index #main section .button a p {
  color: #FFF;
  text-align: center;
  border: 1px solid #656565;
}
body.index #main section.selected ul li:first-child {
  background-color: rgba(255, 255, 255, 0.74);
  text-align: center;
}
body.index #main section.selected ul li:first-child img {
  vertical-align: bottom;
}
body.index #main section.service h2 {
  text-align: center;
}
body.index #main section.service h2 + p {
  line-height: 1.75;
  text-align: center;
}
body.index #main section.service .button {
  text-align: center;
}
body.index #main section.works .container, body.index #main section.kaneyoshi-mori .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.index #main section.works ul, body.index #main section.kaneyoshi-mori ul {
  background-color: rgba(255, 255, 255, 0.74);
}
body.index #main section.works ul li:nth-child(3), body.index #main section.kaneyoshi-mori ul li:nth-child(3) {
  text-align: right;
}
body.index #main section.news h2 p, body.index #main section.blog h2 p {
  text-align: center;
}
body.index #main section.news h2 p:last-child, body.index #main section.blog h2 p:last-child {
  line-height: 1.0;
}
body.index #main section.news {
  background: url("../img/index-news-bg.jpg");
  color: #FFF;
}
body.index #main section.news ul li:last-child {
  border-top: 1px solid #a99c60;
}
body.index #main section.news ul li:last-child dl {
  overflow: hidden;
  border-bottom: 1px solid #FFF;
}
body.index #main section.news ul li:last-child dl dt {
  float: left;
}
body.index #main section.news ul li:last-child dl dd {
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}
body.index #main section.blog ul li a {
  color: #000;
}
body.index #main section.blog ul li p:nth-child(1) {
  position: relative;
  height: 0;
  padding-top: 66.66%;
  overflow: hidden;
}
body.index #main section.blog ul li p:nth-child(1) img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.index #main section.blog ul li p:nth-child(2) {
  color: #b94c35;
  font-style: italic;
}
body.index #main section.blog ul li p:nth-child(3) {
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}
body.index #main section.blog .button02 a {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
  color: #000;
}
body.index #main section.blade dl {
  background-color: #000;
}
body.index #main section.blade dl dt img {
  vertical-align: bottom;
}
body.index #main section.blade dl dd h2 {
  font-family: 'HelveticaNeue';
  line-height: 1.0;
}
body.index #main section.blade dl dd .box01 {
  color: #FFF;
}
body.index #main section.blade dl dd .box01 p:nth-child(3) {
  line-height: 1.5;
}
body.index #main section.blade dl dd .box01 p:nth-child(4) {
  text-align: right;
}
body.index #main section.blade dl dd .box01 p:nth-child(4) img {
  vertical-align: bottom;
}
body.index #main section.about h2 {
  text-align: center;
}
body.index #main section.about .container {
  padding: 0;
  max-width: none;
}
body.index #main section.about .container > p {
  text-align: center;
}
body.index #main section.about .container > p:nth-child(2) img {
  vertical-align: bottom;
}
body.index #main section.about .gmap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.index #main section.about .gmap iframe, body.index #main section.about .gmap object, body.index #main section.about .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.sub-page #main .main-visual {
  height: 0;
  position: relative;
}
body.sub-page #main .main-visual .box01 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.sub-page #main .main-visual .box01 h1 {
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}
body.sub-page #main .main-visual .box01 h1 p {
  background-color: rgba(0, 0, 0, 0.65);
}
body.sub-page #main .main-visual .box01 h1 p span {
  display: inline-block;
}
body.sub-page #main .breadcrumb ol li {
  display: inline-block;
  color: #010101;
  font-size: 14px;
  font-size: 1.4rem;
}
body.sub-page #main .breadcrumb ol li a {
  color: #010101;
}

body.about #main section.sec01 p {
  line-height: 1.5;
}
body.about #main section.sec01 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.about #main section.sec02 h2 {
  text-align: center;
}
body.about #main section.sec02 table {
  width: 100%;
}
body.about #main section.sec02 th {
  font-weight: bold;
}
body.about #main section.sec03 h2 {
  text-align: center;
}

body.service #main section h2 {
  position: relative;
}
body.service #main section h2:before {
  content: '';
  background: #7a7a7a;
  background: -moz-linear-gradient(left, #7a7a7a 0%, #7a7a7a 50%, #c6c6c6 50%, #c6c6c6 100%);
  background: -webkit-linear-gradient(left, #7a7a7a 0%, #7a7a7a 50%, #c6c6c6 50%, #c6c6c6 100%);
  background: linear-gradient(to right, #7a7a7a 0%, #7a7a7a 50%, #c6c6c6 50%, #c6c6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#c6c6c6',GradientType=1 );
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
body.service #main section .button {
  color: #fff;
  display: block;
  background: #000;
  box-shadow: 0px 0px 0px 3px #000000;
  border: 1px solid #656565;
  text-align: center;
}
body.service #main section.sec01 p {
  text-align: center;
}
body.service #main section.sec01 ul {
  margin: auto;
}
body.service #main section.sec03 p {
  text-align: center;
}
body.service #main section.sec03 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
body.service #main section.sec03 ul li {
  background: #1eb7d5;
  background: -moz-linear-gradient(top, #1eb7d5 0%, #043f7c 100%);
  background: -webkit-linear-gradient(top, #1eb7d5 0%, #043f7c 100%);
  background: linear-gradient(to bottom, #1eb7d5 0%, #043f7c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eb7d5', endColorstr='#043f7c',GradientType=0 );
  border-radius: 5px;
}
body.service #main section.sec03 ul li p {
  color: #fff;
  text-align: center;
}
body.service #main section.sec03 h3 {
  border-bottom: 2px solid #c6c6c6;
}
body.service #main section.sec03 h4 {
  color: #fff;
  text-align: center;
  background: #595959;
}
body.service #main section.sec03 .box01 {
  border: 1px solid #c6c6c6;
}
body.service #main section.sec04 p {
  text-align: center;
}
body.service #main section.sec04 p:first-child {
  border-bottom: 2px solid #c6c6c6;
}
body.service #main section.sec04 ul li:first-child a {
  color: #000;
}
body.service #main section.sec04 ul li:last-child a {
  position: relative;
}
body.service #main section.sec04 ul li:last-child a:after {
  content: '';
  position: absolute;
  background: url("../img/sub-contact-icon.png") no-repeat center center;
  background-size: contain;
  width: 38px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.service #main section.sec04 .box01 {
  border: 1px solid #c6c6c6;
  box-shadow: 0px 0px 0px 5px #2d2d2d;
  border-radius: 1px 1px 1px 1px;
}

body.contact #main section,
body.privacy #main section {
  padding-top: 50px;
  letter-spacing: 0;
}
body.contact #main section .flex,
body.privacy #main section .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
body.contact #main section h2,
body.privacy #main section h2 {
  line-height: 1.25;
}
body.contact #main section p,
body.contact #main section li,
body.contact #main section dl,
body.contact #main section th,
body.contact #main section td,
body.privacy #main section p,
body.privacy #main section li,
body.privacy #main section dl,
body.privacy #main section th,
body.privacy #main section td {
  line-height: 1.5;
}
body.contact #main section .w,
body.privacy #main section .w {
  display: inline-block;
}
body.contact #main section img,
body.privacy #main section img {
  vertical-align: bottom;
}
body.contact #main section a,
body.privacy #main section a {
  transition: opacity .3s;
}
body.contact #main section a:hover, body.contact #main section a:focus,
body.privacy #main section a:hover,
body.privacy #main section a:focus {
  opacity: .8;
}
body.contact #footer,
body.privacy #footer {
  margin-top: 80px;
}

body.contact #main section .num {
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
}
body.contact #main section h2 + p {
  margin-top: 1em;
}
body.contact #main h2 {
  position: relative;
}
body.contact #main h2:before {
  content: '';
  background: #7a7a7a;
  background: -moz-linear-gradient(left, #7a7a7a 0%, #7a7a7a 50%, #c6c6c6 50%, #c6c6c6 100%);
  background: -webkit-linear-gradient(left, #7a7a7a 0%, #7a7a7a 50%, #c6c6c6 50%, #c6c6c6 100%);
  background: linear-gradient(to right, #7a7a7a 0%, #7a7a7a 50%, #c6c6c6 50%, #c6c6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#c6c6c6',GradientType=1 );
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
body.contact #main .sec01 p + p,
body.contact #main .sec02 p + p {
  margin-top: 1em;
}
body.contact #main .sec01 a,
body.contact #main .sec02 a {
  color: #1b1b1b;
}
body.contact #main .sec01 a:hover, body.contact #main .sec01 a:focus,
body.contact #main .sec02 a:hover,
body.contact #main .sec02 a:focus {
  opacity: 1;
}
body.contact #main .sec02 {
  background: #faf5ee;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.contact #main .sec03 a {
  color: #000;
  text-decoration: underline;
}
body.contact #main .sec03 .contact-form {
  margin: 1em auto 0;
}
body.contact #main .sec03 .form-note {
  color: #ff625f;
  margin: 1em auto 0;
}
body.contact #main .sec03 .form-table {
  width: 100%;
  margin: 1em auto .5em;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.25;
}
body.contact #main .sec03 .form-table th {
  width: 12em;
  font-weight: 700;
  vertical-align: top;
  padding: .4em 1em 0 0;
  text-align: right;
}
body.contact #main .sec03 .form-table td {
  padding: 0 0 1em;
}
body.contact #main .sec03 .form-table th em {
  color: #ff625f;
  font-style: normal;
  font-weight: 700;
}
body.contact #main .sec03 .form-table input[type="text"],
body.contact #main .sec03 .form-table input[type="email"],
body.contact #main .sec03 .form-table input[type="tel"],
body.contact #main .sec03 .form-table input[type="num"],
body.contact #main .sec03 .form-table textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  padding: .5em .1em;
}
body.contact #main .sec03 .form-table input[name="name"],
body.contact #main .sec03 .form-table input[name="tel"] {
  max-width: 16em;
}
body.contact #main .sec03 .form-table input[type="email"] {
  max-width: 32em;
}
body.contact #main .sec03 .form-table input[type="email"],
body.contact #main .sec03 .form-table input[name="tel"] {
  ime-mode: disabled;
}
body.contact #main .sec03 .form-table textarea {
  min-height: 12em;
  padding: .1em;
}
body.contact #main .sec03 .form-submit {
  text-align: center;
}
body.contact #main .sec03 .form-submit button {
  font-weight: 700;
  letter-spacing: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: .75em 0;
  min-width: 250px;
  width: 30%;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all .3s;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
body.contact #main .sec03 .form-submit button:before {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 2px;
  left: 2px;
  border: 1px solid #656565;
}
body.contact #main .sec03 .form-submit button:hover {
  background: #fff;
  color: #000;
}
body.contact #main .sec03 .form-submit button:hover:before {
  border: 1px solid #000;
}
body.contact #main .sec03 .form-error {
  color: #ff625f;
}

body.privacy #main .sec01 .privacy-sign {
  text-align: right;
}
body.privacy #main .sec01 .privacy-sign + p {
  margin-top: 1em;
}
body.privacy #main .sec01 dt {
  margin-top: 1em;
  text-indent: -2em;
  padding-left: 2em;
}
body.privacy #main .sec01 dd {
  margin-bottom: 1em;
}
body.privacy #main .sec01 dd li {
  text-indent: -1em;
  padding-left: 1em;
}
body.privacy #main .sec01 .privacy-contact {
  margin-top: 1em;
}

@media screen and (min-width: 640px) {
  body {
    min-width: 1140px;
  }

  .container {
    padding: 0 15px;
  }

  #gototop {
    right: 25px;
  }

  #header {
    padding-top: 30px;
    padding-bottom: 24px;
  }
  #header .sp {
    display: none;
  }
  #header .box01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  #header .box01 > li:nth-child(2) a {
    transition: opacity .3s;
  }
  #header .box01 > li:nth-child(2) a:hover {
    opacity: 0.7;
  }
  #header .box01 > li:nth-child(3) {
    width: 310px;
  }
  #header .box01 > li:nth-child(3) ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header .box01 > li:nth-child(3) ul li:nth-child(-n+2) {
    width: 49%;
  }
  #header .box01 > li:nth-child(3) ul li:nth-child(-n+2) img {
    vertical-align: bottom;
  }
  #header .box01 > li:nth-child(3) ul li:nth-child(-n+2) a {
    transition: opacity .3s;
  }
  #header .box01 > li:nth-child(3) ul li:nth-child(-n+2) a:hover {
    opacity: 0.7;
  }
  #header .box01 > li:nth-child(3) ul li:nth-child(2) {
    margin-left: 2%;
  }
  #header .box01 > li:nth-child(3) ul li:last-child {
    width: 100%;
    margin-top: 20px;
    text-align: right;
    font-size: 24px;
    font-size: 2.4rem;
  }
  #header .box01 > li:nth-child(3) ul li:last-child span {
    font-size: 30px;
    font-size: 3.0rem;
  }
  #header .box01 > li:nth-child(3) ul li:last-child a {
    color: #000;
  }
  #header nav {
    margin-top: 46px;
  }
  #header nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  #header nav ul li {
    padding-bottom: 15px;
  }
  #header nav ul li a {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    position: relative;
    transition: all .3s;
  }
  #header nav ul li.current a:after, #header nav ul li a:hover:after {
    content: '';
    background-color: #000;
    width: 16px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #footer {
    padding-top: 55px;
    padding-bottom: 65px;
  }
  #footer dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  #footer dl dd {
    position: relative;
  }
  #footer dl dd .box01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  #footer dl dd .box01 ul:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 520px;
    margin-right: 70px;
  }
  #footer dl dd .box01 ul:first-child li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #footer dl dd .box01 ul:first-child li:nth-child(odd) {
    width: 60.38%;
  }
  #footer dl dd .box01 ul:first-child li:nth-child(even) {
    width: 37.06%;
    margin-left: 2.56%;
  }
  #footer dl dd .box01 ul:first-child li:nth-child(n+3) {
    margin-top: 18px;
  }
  #footer dl dd .box01 ul:last-child li + li {
    margin-top: 25px;
  }
  #footer dl dd .box01 ul:last-child li a {
    transition: opacity .3s;
  }
  #footer dl dd .box01 ul:last-child li a:hover {
    opacity: 0.7;
  }
  #footer dl dd .copy {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  body.index #main .main-visual {
    padding-top: 46.87%;
    background: url(../img/index-main-visual.jpg) no-repeat center center;
    background-size: contain;
  }
  body.index #main .main-visual .box01 p {
    width: 282px;
    padding: 29px 0;
  }
  body.index #main section .sp {
    display: none;
  }
  body.index #main section .button a {
    transition: all .3s;
  }
  body.index #main section .button a p {
    width: 296px;
    line-height: 60px;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 1px;
  }
  body.index #main section .button a:hover {
    background-color: #FFF;
  }
  body.index #main section .button a:hover p {
    border: 1px solid #000;
    color: #000;
  }
  body.index #main section.selected {
    margin-top: 130px;
    height: 582px;
    background: url("../img/index-image-05.jpg") no-repeat center center;
    padding-top: 72px;
  }
  body.index #main section.selected ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  body.index #main section.selected ul li:first-child {
    width: 301px;
    padding: 44px 0 48px;
  }
  body.index #main section.service {
    margin-top: 125px;
  }
  body.index #main section.service h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  body.index #main section.service h2 + p {
    margin-top: 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.index #main section.service h2 span {
    position: relative;
  }
  body.index #main section.service h2 span:before, body.index #main section.service h2 span:after {
    content: '';
    background-color: #000;
    width: 87px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body.index #main section.service h2 span:before {
    left: -122px;
  }
  body.index #main section.service h2 span:after {
    right: -122px;
  }
  body.index #main section.service .button {
    margin-top: 38px;
  }
  body.index #main section.works, body.index #main section.kaneyoshi-mori {
    height: 582px;
  }
  body.index #main section.works .container, body.index #main section.kaneyoshi-mori .container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 100%;
  }
  body.index #main section.works ul, body.index #main section.kaneyoshi-mori ul {
    width: 694px;
    height: 380px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 54px 56px;
  }
  body.index #main section.works ul h2, body.index #main section.kaneyoshi-mori ul h2 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  body.index #main section.works ul li:nth-child(2), body.index #main section.kaneyoshi-mori ul li:nth-child(2) {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  body.index #main section.works {
    margin-top: 130px;
    background: url("../img/index-image-06.jpg") no-repeat center center;
  }
  body.index #main section.kaneyoshi-mori {
    background: url("../img/index-image-07.jpg") no-repeat center center;
  }
  body.index #main section.news h2 p:first-child, body.index #main section.blog h2 p:first-child {
    font-size: 28px;
    font-size: 2.8rem;
  }
  body.index #main section.news h2 p:last-child, body.index #main section.blog h2 p:last-child {
    font-size: 12px;
    font-size: 1.2rem;
  }
  body.index #main section.news {
    padding: 130px 0;
  }
  body.index #main section.news ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body.index #main section.news ul li:before {
    content: '';
    background-color: #FFF;
    width: 100%;
    height: 1px;
    margin-top: 6px;
    display: block;
    vertical-align: middle;
  }
  body.index #main section.news ul li:first-child {
    width: 24.29%;
    border-top: 1px solid #b94c35;
  }
  body.index #main section.news ul li:first-child:before {
    margin-bottom: 36px;
  }
  body.index #main section.news ul li:last-child {
    width: 72.80%;
    margin-left: 2.91%;
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.index #main section.news ul li:last-child .box01 {
    height: 184px;
    overflow: auto;
  }
  body.index #main section.news ul li:last-child dl {
    padding: 20px 0 13px;
  }
  body.index #main section.news ul li:last-child dl dt {
    width: 150px;
  }
  body.index #main section.news ul li:last-child dl dd {
    padding-left: 158px;
  }
  body.index #main section.blog {
    padding: 128px 0 132px;
  }
  body.index #main section.blog ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
  }
  body.index #main section.blog ul li {
    width: 30.26%;
  }
  body.index #main section.blog ul li + li {
    margin-left: 4.61%;
  }
  body.index #main section.blog ul li p:nth-child(2) {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 16px;
  }
  body.index #main section.blog ul li p:nth-child(3) {
    margin-top: 10px;
  }
  body.index #main section.blog .button02 {
    margin-top: 50px;
  }
  body.index #main section.blog .button02 a {
    width: 279px;
    line-height: 52px;
    font-size: 20px;
    font-size: 2.0rem;
    transition: all .3s;
  }
  body.index #main section.blog .button02 a:hover {
    background-color: #000;
    color: #FFF;
  }
  body.index #main section.blade {
    padding: 130px 0;
  }
  body.index #main section.blade .container {
    max-width: 1430px;
  }
  body.index #main section.blade dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body.index #main section.blade dl dt {
    width: 60.14%;
  }
  body.index #main section.blade dl dd {
    width: 35.71%;
    margin-left: 4.15%;
  }
  body.index #main section.blade dl dd h2 {
    font-size: 60px;
    font-size: 6.0rem;
    letter-spacing: 4px;
  }
  body.index #main section.blade dl dd .box01 {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  body.index #main section.blade dl dd .box01 p:nth-child(2) {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 20px;
  }
  body.index #main section.blade dl dd .box01 p:nth-child(3) {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 50px;
  }
  body.index #main section.blade dl dd .box01 p:nth-child(4) {
    margin-top: 40px;
    padding-right: 68px;
  }
  body.index #main section.blade dl dd .box01 p:nth-child(4) a {
    transition: opacity .3s;
  }
  body.index #main section.blade dl dd .box01 p:nth-child(4) a:hover {
    opacity: 0.7;
  }
  body.index #main section.about h2 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  body.index #main section.about .container > p:nth-child(2) {
    margin-top: 40px;
  }
  body.index #main section.about .container > p:nth-child(3) {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.0;
    margin-top: 25px;
  }
  body.index #main section.about .gmap {
    height: 450px;
    margin-top: 34px;
  }
  body.index #main section.area {
    padding: 130px 0;
  }
  body.index #main section.area .container {
    max-width: 1300px;
  }
  body.index #main section.area ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body.index #main section.area ul li:first-child {
    width: 45.11%;
  }
  body.index #main section.area ul li:first-child .box01 {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.index #main section.area ul li:first-child .box01 h2 {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 28px;
  }
  body.index #main section.area ul li:first-child .box01 h2 + p {
    margin-bottom: 20px;
  }
  body.index #main section.area ul li:first-child .box01 > p {
    line-height: 1.75;
    font-size: 17px;
    font-size: 1.7rem;
  }
  body.index #main section.area ul li:first-child .box01 .button {
    text-align: right;
    margin-top: 50px;
  }
  body.index #main section.area ul li:last-child {
    width: 50.47%;
    margin-left: 4.42%;
  }
  body.index #main section.area ul li:last-child img {
    vertical-align: bottom;
  }

  body.sub-page #main .main-visual {
    padding-top: calc( ( 600 / 1920 ) * 100% );
  }
  body.sub-page #main .main-visual .box01 h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  body.sub-page #main .main-visual .box01 h1 p {
    padding: 35px 50px;
  }
  body.sub-page #main .breadcrumb {
    padding-top: 15px;
  }

  body.about #main .main-visual {
    background: url(../img/company-visual-pc.jpg) no-repeat center center;
    background-size: contain;
  }
  body.about #main section h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  body.about #main section .sp {
    display: none;
  }
  body.about #main section.sec01 {
    margin-top: 130px;
    margin-bottom: 110px;
  }
  body.about #main section.sec01 .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
  body.about #main section.sec01 .box01 {
    padding-top: 30px;
  }
  body.about #main section.sec01 p {
    margin-top: 30px;
  }
  body.about #main section.sec01 ul {
    margin-top: 40px;
  }
  body.about #main section.sec01 li, body.about #main section.sec01 p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.about #main section.sec01 li + li {
    margin-left: 15px;
  }
  body.about #main section.sec02 {
    margin-bottom: 120px;
  }
  body.about #main section.sec02 h2 {
    margin-bottom: 100px;
  }
  body.about #main section.sec02 tr:first-child th {
    border-top: 4px solid #7a7a7a;
  }
  body.about #main section.sec02 tr:first-child td {
    border-top: 4px solid #c6c6c6;
  }
  body.about #main section.sec02 th, body.about #main section.sec02 td {
    padding: 25px 60px;
    border-bottom: 2px solid #dadada;
  }
  body.about #main section.sec02 th {
    vertical-align: top;
  }
  body.about #main section.sec02 td {
    line-height: 1.75;
  }
  body.about #main section.sec03 {
    margin-bottom: 200px;
  }
  body.about #main section.sec03 h2 {
    margin-bottom: 50px;
  }
  body.about #main section.sec03 h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  body.about #main section.sec03 p {
    margin-left: 50px;
    line-height: 1.75;
  }
  body.about #main section.sec03 ul {
    border-top: 4px solid #c6c6c6;
  }
  body.about #main section.sec03 li {
    padding: 25px 55px;
    border-bottom: 2px solid #dadada;
  }

  body.service #main .main-visual {
    background: url(../img/shrine-visual-pc.jpg) no-repeat center center;
    background-size: contain;
  }
  body.service #main section:nth-child(n+3) {
    margin-top: 80px;
  }
  body.service #main section .sp {
    display: none;
  }
  body.service #main section h2 {
    font-size: 30px;
    font-size: 3rem;
    padding-left: 25px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  body.service #main section .button {
    border-radius: 1px 1px 1px 1px;
    line-height: 2;
  }
  body.service #main section .button:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  body.service #main section.sec01 {
    margin-top: 120px;
    margin-bottom: 150px;
  }
  body.service #main section.sec01 p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 110px;
  }
  body.service #main section.sec01 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 1000px;
  }
  body.service #main section.sec01 ul li {
    width: 30%;
  }
  body.service #main section.sec01 ul li a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  body.service #main section.sec02 figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 25px;
  }
  body.service #main section.sec02 figure figcaption {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.service #main section.sec02 figure p {
    width: 390px;
  }
  body.service #main section.sec03 p.text01 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  body.service #main section.sec03 p.text02 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  body.service #main section.sec03 ul {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  body.service #main section.sec03 ul li {
    width: 23%;
    padding: 40px 0;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.6) inset;
  }
  body.service #main section.sec03 ul li p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.service #main section.sec03 h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 25px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  body.service #main section.sec03 h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
    width: 290px;
    margin: -25px auto 0;
  }
  body.service #main section.sec03 .box01 {
    margin-top: 70px;
  }
  body.service #main section.sec03 .box01 p {
    margin: 30px 0;
  }
  body.service #main section.sec04 {
    margin-bottom: 230px;
  }
  body.service #main section.sec04 p {
    width: 840px;
    margin: auto;
  }
  body.service #main section.sec04 p:first-child {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  body.service #main section.sec04 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 35px;
  }
  body.service #main section.sec04 ul li:first-child {
    font-size: 38px;
    font-size: 3.8rem;
    margin-right: 40px;
  }
  body.service #main section.sec04 ul li:first-child a {
    font-size: 48px;
    font-size: 4.8rem;
  }
  body.service #main section.sec04 ul li:last-child a {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
    width: 250px;
    padding-left: 10px;
  }
  body.service #main section.sec04 ul li:last-child a:after {
    right: 10px;
  }
  body.service #main section.sec04 .box01 {
    margin: 0 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body.contact #main section,
  body.privacy #main section {
    padding-top: 120px;
  }
  body.contact #main section p,
  body.contact #main section li,
  body.contact #main section dl,
  body.contact #main section th,
  body.contact #main section td,
  body.privacy #main section p,
  body.privacy #main section li,
  body.privacy #main section dl,
  body.privacy #main section th,
  body.privacy #main section td {
    line-height: 1.75;
  }
  body.contact #main section .sp,
  body.privacy #main section .sp {
    display: none;
  }
  body.contact #footer,
  body.privacy #footer {
    margin-top: 140px;
  }

  body.contact #main .main-visual {
    background: url(../img/contact-visual-pc.jpg) no-repeat center center;
    background-size: contain;
  }
  body.contact #main .main-visual .box01 h1 {
    letter-spacing: 3px;
  }
  body.contact #main section p {
    margin-left: 25px;
    margin-right: 25px;
  }
  body.contact #main h2 {
    font-size: 30px;
    font-size: 3rem;
    padding-left: 25px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  body.contact #main .sec01 .t1,
  body.contact #main .sec02 .t1 {
    font-size: 20px;
    font-size: 2rem;
  }
  body.contact #main .sec01 .num,
  body.contact #main .sec02 .num {
    font-size: 1.75em;
  }
  body.contact #main .sec03 .contact-form {
    max-width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
  body.contact #main .sec03 .form-submit button {
    font-size: 20px;
    font-size: 2rem;
  }

  body.privacy #main .main-visual {
    background: url(../img/privacy-visual-pc.jpg) no-repeat center center;
    background-size: contain;
  }
  body.privacy #main section {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 640px) {
  body.sub-page #main .main-visual .box01 h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 640px) and (-ms-high-contrast: none) {
  body.index #main section .button a p {
    padding-top: 8px;
  }

  body.sub-page #main .main-visual .box01 h1 p {
    padding-left: 34px;
  }

  body.service #main section .button {
    padding-top: 10px;
  }
  body.service #main section .box01 h4 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 8px;
  }

  #gototop {
    right: 8px;
  }
  #gototop img {
    width: 35px;
  }

  #header {
    position: relative;
  }
  #header .pc {
    display: none;
  }
  #header .container {
    padding: 0;
  }
  #header .box01 {
    padding: 10px 8px 8px;
  }
  #header .box01 > li:nth-child(1) {
    font-size: 11px;
    font-size: 1.1rem;
  }
  #header .box01 > li:nth-child(2) {
    margin-top: 8px;
  }
  #header .box01 > li:nth-child(2) img {
    width: 57%;
  }
  #header .box01 > li:nth-child(3) {
    display: none;
  }
  #header nav {
    position: relative;
  }
  #header nav a {
    color: #000;
  }
  #header nav > ul {
    display: none;
    background: url(../img/header-bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 15px;
  }
  #header nav > ul > li {
    text-align: center;
  }
  #header nav > ul > li + li {
    border-top: 1px solid #000;
  }
  #header nav > ul > li:nth-child(-n+7) a {
    display: block;
    padding: 15px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #header nav > ul > li:nth-child(8) {
    padding: 25px 30px 30px;
  }
  #header nav > ul > li:nth-child(8) ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header nav > ul > li:nth-child(8) ul li img {
    vertical-align: bottom;
  }
  #header nav > ul > li:nth-child(8) ul li:nth-child(-n+2) {
    width: 49%;
  }
  #header nav > ul > li:nth-child(8) ul li:nth-child(2) {
    margin-left: 2%;
  }
  #header nav > ul > li:nth-child(8) ul li:nth-child(3) {
    margin-top: 16px;
    width: 100%;
  }

  #footer {
    padding: 30px 0 26px;
  }
  #footer dl dt {
    text-align: center;
  }
  #footer dl dt img {
    width: 140px;
  }
  #footer dl dd {
    margin-top: 30px;
  }
  #footer dl dd .box01 {
    text-align: center;
  }
  #footer dl dd .box01 ul:first-child {
    display: inline-block;
    text-align: left;
  }
  #footer dl dd .box01 ul:first-child li + li {
    margin-top: 12px;
  }
  #footer dl dd .box01 ul:last-child {
    margin-top: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  #footer dl dd .box01 ul:last-child li {
    width: 49%;
  }
  #footer dl dd .box01 ul:last-child li + li {
    margin-left: 2%;
  }
  #footer .copy {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 25px;
  }

  body.index #main .main-visual {
    padding-top: 110.15%;
    background: url(../img/index-main-visual2-sp.jpg) no-repeat center center;
    background-size: contain;
  }
  body.index #main .main-visual .box01 p {
    width: 141px;
    padding: 15px 10px;
    min-height: 0%;
  }
  body.index #main section .pc {
    display: none;
  }
  body.index #main section.selected {
    margin-top: 50px;
    background: url(../img/index-image-05-sp.jpg) no-repeat center center;
    background-size: contain;
    height: 0;
    padding-top: 90.93%;
    position: relative;
  }
  body.index #main section.selected .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  body.index #main section.selected ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0 17px;
    min-height: 0%;
  }
  body.index #main section.selected ul li:first-child {
    padding: 23px 30px 24px;
    width: 56%;
    max-width: 300px;
  }
  body.index #main section.selected ul li:last-child {
    margin-top: auto;
    margin-bottom: -22px;
  }
  body.index #main section.selected .button a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  body.index #main section.selected .button a p {
    padding: 8px 9px;
  }
  body.index #main section.service .button a p, body.index #main section.works .button a p, body.index #main section.kaneyoshi-mori .button a p, body.index #main section.area .button a p {
    width: 170px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  body.index #main section.service {
    padding: 45px 0 50px;
  }
  body.index #main section.service h2 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  body.index #main section.service h2 + p {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.index #main section.service h2 span:after {
    content: '';
    background-color: #000;
    width: 25px;
    height: 1px;
    display: block;
    margin: 10px auto 0;
  }
  body.index #main section.service .button {
    margin-top: 20px;
  }
  body.index #main section.works, body.index #main section.kaneyoshi-mori {
    height: 0;
    padding-top: 90.93%;
    position: relative;
  }
  body.index #main section.works .container, body.index #main section.kaneyoshi-mori .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  body.index #main section.works ul, body.index #main section.kaneyoshi-mori ul {
    padding: 10px 12px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  body.index #main section.works ul h2, body.index #main section.kaneyoshi-mori ul h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.index #main section.works ul li:nth-child(2), body.index #main section.kaneyoshi-mori ul li:nth-child(2) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 8px;
  }
  body.index #main section.works ul li:nth-child(3), body.index #main section.kaneyoshi-mori ul li:nth-child(3) {
    margin-top: 12px;
  }
  body.index #main section.works {
    background: url("../img/index-image-06-sp.jpg") no-repeat center center;
    background-size: contain;
  }
  body.index #main section.works .container {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  body.index #main section.works ul {
    margin-bottom: 5%;
  }
  body.index #main section.kaneyoshi-mori {
    background: url("../img/index-image-07-sp.jpg") no-repeat center center;
    background-size: contain;
  }
  body.index #main section.kaneyoshi-mori .container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  body.index #main section.news h2 p:first-child, body.index #main section.blog h2 p:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.index #main section.news h2 p:last-child, body.index #main section.blog h2 p:last-child {
    font-size: 12px;
    font-size: 1.2rem;
  }
  body.index #main section.news {
    padding: 35px 0 38px;
  }
  body.index #main section.news ul li:last-child {
    margin-top: 23px;
  }
  body.index #main section.news ul li:last-child:before {
    content: '';
    background-color: #FFF;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    display: block;
    vertical-align: middle;
  }
  body.index #main section.news ul li:last-child dl {
    padding: 7px 0;
  }
  body.index #main section.news ul li:last-child dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    width: 80px;
    line-height: 1.5;
  }
  body.index #main section.news ul li:last-child dl dd {
    padding-left: 80px;
  }
  body.index #main section.blog {
    padding: 50px 0;
  }
  body.index #main section.blog ul {
    max-width: 345px;
    margin: 30px auto 0;
  }
  body.index #main section.blog ul li + li {
    margin-top: 35px;
  }
  body.index #main section.blog ul li p:nth-child(2) {
    margin-top: 15px;
  }
  body.index #main section.blog ul li p:nth-child(3) {
    margin-top: 12px;
  }
  body.index #main section.blog .button02 {
    margin-top: 28px;
  }
  body.index #main section.blog .button02 a {
    width: 140px;
    line-height: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.index #main section.blade {
    padding: 50px 0;
  }
  body.index #main section.blade dl dd {
    padding: 25px 20px;
  }
  body.index #main section.blade dl dd h2 {
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 2px;
  }
  body.index #main section.blade dl dd .box01 p:nth-child(2) {
    margin-top: 12px;
  }
  body.index #main section.blade dl dd .box01 p:nth-child(3) {
    margin-top: 15px;
  }
  body.index #main section.blade dl dd .box01 p:nth-child(4) {
    margin-top: 20px;
  }
  body.index #main section.blade dl dd .box01 p:nth-child(4) img {
    width: 170px;
  }
  body.index #main section.about h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.index #main section.about .container > p:nth-child(2) {
    margin-top: 15px;
  }
  body.index #main section.about .container > p:nth-child(2) img {
    width: 140px;
  }
  body.index #main section.about .container > p:nth-child(3) {
    line-height: 1.75;
    margin-top: 15px;
  }
  body.index #main section.about .gmap {
    height: 225px;
    margin-top: 24px;
  }
  body.index #main section.area {
    padding: 50px 0 90px;
  }
  body.index #main section.area ul li:first-child .box01 h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  body.index #main section.area ul li:first-child .box01 h2 + p {
    margin-bottom: 22px;
  }
  body.index #main section.area ul li:first-child .box01 p img {
    vertical-align: bottom;
  }
  body.index #main section.area ul li:first-child .box01 p:nth-child(4) {
    margin-top: 27px;
    line-height: 1.5;
  }
  body.index #main section.area .button {
    text-align: right;
    margin-top: 27px;
  }
  body.index #main section.area .button a p {
    width: auto;
    padding: 0 8px;
  }

  body.sub-page #main .main-visual {
    padding-top: calc( ( 540 / 640 ) * 100% );
  }
  body.sub-page #main .main-visual .box01 h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.sub-page #main .main-visual .box01 h1 p {
    padding: 20px;
  }
  body.sub-page #main .breadcrumb {
    padding-top: 15px;
  }

  body.about #main .main-visual {
    background: url(../img/company-visual-sp.jpg) no-repeat center center;
    background-size: contain;
  }
  body.about #main section h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.about #main section .pc {
    display: none;
  }
  body.about #main section.sec01 {
    margin-top: 50px;
    margin-bottom: 45px;
  }
  body.about #main section.sec01 .box01 div {
    margin: 35px auto 15px;
    width: 62.5%;
  }
  body.about #main section.sec01 .box01 img {
    display: block;
  }
  body.about #main section.sec01 p {
    margin-top: 20px;
  }
  body.about #main section.sec01 li, body.about #main section.sec01 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.about #main section.sec01 li + li {
    margin-left: 15px;
    width: 18%;
  }
  body.about #main section.sec02 {
    margin-bottom: 55px;
  }
  body.about #main section.sec02 h2 {
    margin-bottom: 25px;
  }
  body.about #main section.sec02 tr:first-child th {
    position: relative;
  }
  body.about #main section.sec02 tr:first-child th:before {
    content: '';
    background: #7a7a7a;
    background: -moz-linear-gradient(left, #7a7a7a 0%, #7a7a7a 30%, #c6c6c6 30%, #c6c6c6 100%);
    background: -webkit-linear-gradient(left, #7a7a7a 0%, #7a7a7a 30%, #c6c6c6 30%, #c6c6c6 100%);
    background: linear-gradient(to right, #7a7a7a 0%, #7a7a7a 30%, #c6c6c6 30%, #c6c6c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#c6c6c6',GradientType=1 );
    width: 100%;
    height: 2px;
    top: 0;
    position: absolute;
  }
  body.about #main section.sec02 th, body.about #main section.sec02 td {
    display: inline-block;
    width: 100%;
  }
  body.about #main section.sec02 th {
    padding-top: 25px;
    margin-bottom: 15px;
  }
  body.about #main section.sec02 td {
    line-height: 1.5;
    border-bottom: 2px solid #dadada;
    padding-bottom: 25px;
  }
  body.about #main section.sec02 td span {
    display: inline-block;
  }
  body.about #main section.sec03 {
    margin-bottom: 100px;
  }
  body.about #main section.sec03 h2 {
    margin-bottom: 25px;
  }
  body.about #main section.sec03 h3 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  body.about #main section.sec03 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.about #main section.sec03 ul {
    border-top: 2px solid #c6c6c6;
  }
  body.about #main section.sec03 li {
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
  }

  body.service #main .main-visual {
    background: url(../img/shrine-visual-sp.jpg) no-repeat center center;
    background-size: contain;
  }
  body.service #main section:nth-child(n+3) {
    margin-top: 50px;
  }
  body.service #main section .pc {
    display: none;
  }
  body.service #main section h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  body.service #main section .button {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 3;
  }
  body.service #main section.sec01 {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  body.service #main section.sec01 p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 110px;
  }
  body.service #main section.sec01 ul {
    width: 80%;
  }
  body.service #main section.sec01 ul li + li {
    margin-top: 35px;
  }
  body.service #main section.sec02 figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  body.service #main section.sec02 figure p {
    width: 100%;
  }
  body.service #main section.sec03 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.service #main section.sec03 ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  body.service #main section.sec03 ul li {
    width: 47%;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6) inset;
  }
  body.service #main section.sec03 ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  body.service #main section.sec03 ul li p {
    padding: 20px 0;
    line-height: 1;
  }
  body.service #main section.sec03 h3 {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  body.service #main section.sec03 h3 + p {
    text-align: left;
  }
  body.service #main section.sec03 h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
    width: 150px;
    margin: -10px auto 0;
  }
  body.service #main section.sec03 .box01 {
    margin-top: 40px;
  }
  body.service #main section.sec03 .box01 p {
    margin: 15px 0;
  }
  body.service #main section.sec03 .box01 p span {
    display: inline-block;
  }
  body.service #main section.sec04 {
    margin-bottom: 95px;
  }
  body.service #main section.sec04 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.service #main section.sec04 p span {
    display: inline-block;
  }
  body.service #main section.sec04 p:first-child {
    padding: 10px 30px;
    margin-bottom: 10px;
  }
  body.service #main section.sec04 p:last-child {
    padding: 0 15px;
  }
  body.service #main section.sec04 ul {
    margin-top: 20px;
  }
  body.service #main section.sec04 ul li {
    text-align: center;
  }
  body.service #main section.sec04 ul li:first-child {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  body.service #main section.sec04 ul li:first-child a {
    font-size: 27px;
    font-size: 2.7rem;
  }
  body.service #main section.sec04 ul li:last-child a {
    text-align: left;
    width: 80%;
    padding-left: 15px;
    margin: auto;
  }
  body.service #main section.sec04 ul li:last-child a:after {
    right: 15px;
  }
  body.service #main section.sec04 .box01 {
    margin: 0 5px;
    padding-bottom: 10px;
  }

  body.contact #main section .pc,
  body.privacy #main section .pc {
    display: none;
  }

  body.contact #main .main-visual {
    background: url(../img/contact-visual-sp.jpg) no-repeat center center;
    background-size: contain;
  }
  body.contact #main h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  body.contact #main .sec03 .form-table {
    display: block;
    margin-bottom: 1.5em;
  }
  body.contact #main .sec03 .form-table thead,
  body.contact #main .sec03 .form-table tbody,
  body.contact #main .sec03 .form-table tr,
  body.contact #main .sec03 .form-table th,
  body.contact #main .sec03 .form-table td {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  body.contact #main .sec03 .form-table td {
    margin-top: .25em;
  }
  body.contact #main .sec03 .form-table tr + tr {
    margin-top: 1em;
  }

  body.privacy #main .main-visual {
    background: url(../img/privacy-visual-sp.jpg) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) and (-ms-high-contrast: none) {
  body.index #main section.selected ul li:last-child a p {
    padding-right: 15px;
  }

  body.service #main section .button {
    padding-top: 10px;
  }
  body.service #main section .box01 h4 {
    padding-top: 5px;
  }
}
