@import "https://use.typekit.net/jfs1xcu.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese";
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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9c9c9c;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9c9c9c;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9c9c9c;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9c9c9c;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button, input, select, textarea {
  font-family: 'Noto Sans Japanese',sans-serif;
  font-size: 100%;
  font-weight: 300;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
}

input::-ms-clear {
  visibility: hidden;
}

input[type="text"], input[type="email"], input[type="checkbox"], textarea {
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}

.parallax__container .parallax {
  /* can be put in a seperate class for better control */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* --------------------------- */
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  width: 100%;
}

.workslide #loopslider {
  position: relative;
  width: 100%;
  height: 260px;
  margin: 0 auto;
  overflow: hidden;
}
.workslide #loopslider a {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 260px;
  z-index: 7;
}
.workslide #loopslider a .tag {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: din-condensed,sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
  opacity: 0;
  transition: 0.3s;
}
.workslide #loopslider ul {
  display: inline;
  float: left;
  height: 260px;
  overflow: hidden;
  z-index: 6;
}
.workslide #loopslider ul li {
  position: relative;
  display: inline;
  float: left;
  width: 260px;
  height: 260px;
  margin: 0 10px;
  overflow: hidden;
  z-index: 6;
}
.workslide #loopslider ul li img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  width: auto !important;
  height: 100% !important;
  margin: auto;
  z-index: 5;
}
.workslide .efbtn {
  width: 150px;
  margin: auto;
}

.ef2 li {
  opacity: 0;
}
.ef2.on li {
  animation: ef1 1s forwards;
}
.ef2.on li:nth-child(1) {
  animation-delay: 0s;
}
.ef2.on li:nth-child(2) {
  animation-delay: 0.2s;
}
.ef2.on li:nth-child(3) {
  animation-delay: 0.4s;
}
.ef2.on li:nth-child(4) {
  animation-delay: 0.6s;
}
.ef2.on li:nth-child(5) {
  animation-delay: 0.8s;
}
.ef2.on li:nth-child(6) {
  animation-delay: 1.0s;
}
.ef2.on li:nth-child(7) {
  animation-delay: 1.2s;
}
.ef2.on li:nth-child(8) {
  animation-delay: 1.4s;
}
.ef2.on li:nth-child(9) {
  animation-delay: 1.6s;
}

@keyframes hover {
  0%, 100% {
    fill: white;
    color: #fff;
  }
  50% {
    fill: black;
    color: #000;
  }
}
@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes hover-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll-bar {
  0% {
    transform-origin: top left;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top left;
    transform: scaleY(1);
  }
  75% {
    transform-origin: bottom left;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom left;
    transform: scaleY(0);
  }
}
@keyframes mainlogo1 {
  0% {
    stroke-dashoffset: 300;
    stroke: #000;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #000;
  }
}
@keyframes mainlogo2 {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes topheader1 {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ef1 {
  0% {
    opacity: 0;
    transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 640px) {
  body {
    font-family: 'Noto Sans JP',sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    min-height: 100vh;
    -webkit-text-size-adjust: 100%;
  }

  img {
    border: 0;
    vertical-align: bottom;
  }

  main {
    padding-top: 50px;
    *zoom: 1;
    position: relative;
    line-height: 2.2;
    -ms-flex: 1;
        flex: 1;
  }
  main:after {
    content: "";
    display: table;
    clear: both;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  a {
    text-decoration: none;
    color: #000;
  }

  .none, .pc {
    display: none;
  }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    line-height: 1;
    height: 50px;
    background: #fff;
    transition: all .4s;
  }
  header.on {
    background: none;
  }
  header.on .logosvg {
    fill: white;
  }
  header.on .hbtn1 a {
    background: url("/img/hbtn1b.png") no-repeat center center;
    background-size: 35px;
    display: block;
    width: 35px;
    height: 35px;
  }
  header.on .hbtn1 a img {
    display: none;
  }
  header.on .hbtn2 a {
    background: url("/img/hbtn2b.png") no-repeat center center;
    background-size: 35px;
    display: block;
    width: 35px;
    height: 35px;
  }
  header.on .hbtn2 a img {
    display: none;
  }
  header .logo {
    text-align: center;
    padding: 17px 0px;
    z-index: 12;
  }
  header .logo .logosvg {
    height: 16px;
  }
  header .hbtn1 {
    position: absolute;
    top: 8px;
    left: 10px;
  }
  header .hbtn1 img {
    width: 35px;
    height: 35px;
  }
  header .hbtn2 {
    position: absolute;
    top: 8px;
    left: 48px;
  }
  header .hbtn2 img {
    width: 35px;
    height: 35px;
  }
  header .menuBtn {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 30px;
    height: 22px;
  }
  header .menuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  header .menuBtn,
  header .menuBtn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header .menuBtn span:nth-of-type(1) {
    top: 4px;
  }
  header .menuBtn span:nth-of-type(2) {
    bottom: 5px;
  }
  header .menuBtn.on span:nth-of-type(1) {
    transform: translateY(6px) rotate(-315deg);
    background-color: #fff;
  }
  header .menuBtn.on span:nth-of-type(2) {
    transform: translateY(-6px) rotate(315deg);
    background-color: #fff;
  }

  #menu {
    width: 100%;
    min-height: 100%;
    height: 100vh !important;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: #000;
    color: #fff;
    padding-bottom: 10px;
    display: none;
  }
  #menu .in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #menu ul {
    width: 300px;
    margin: 0px auto 20px;
    text-align: center;
    line-height: 1;
  }
  #menu ul li a {
    color: #fff;
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 400;
    font-family: din-condensed,sans-serif;
    letter-spacing: 1px;
  }
  #menu .mochiron {
    text-align: center;
    padding-top: 10px;
  }
  #menu .mochiron a {
    width: 200px;
    height: 40px;
    margin: auto;
    margin-top: 10px;
    display: block;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #fff;
  }
  #menu .mochiron a .mochironsvg {
    fill: white;
    width: 110px;
    margin-top: 10px;
  }

  footer {
    background: #000;
    line-height: 1;
    color: #fff;
    padding: 30px 0;
  }
  footer ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  footer ul a {
    color: #fff;
  }
  footer ul li:nth-child(1) {
    padding-right: 20px;
    margin-bottom: -2px;
  }
  footer ul li:nth-child(1) img {
    width: 42px;
  }
  footer ul li:nth-child(2) {
    padding: 2px 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  footer ul li:nth-child(3) {
    padding: 2px 15px;
    border-right: 1px solid #fff;
  }
  footer ul li:nth-child(4) {
    padding-top: 30px;
    width: 100%;
    text-align: center;
    font-family: din-condensed,sans-serif;
    letter-spacing: 1px;
  }
  footer ul li:nth-child(4) img {
    width: 112px;
    margin-bottom: 10px;
  }

  #pagetop {
    position: fixed;
    right: 0px;
    bottom: 0px;
  }
  #pagetop img {
    width: 40px;
  }

  .mds {
    font-family: din-condensed,sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 35px;
    padding-top: 50px;
    margin-bottom: 50px;
    line-height: 1;
    position: relative;
  }
  .mds small {
    display: block;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 100px);
    width: 200px;
    font-size: 12px;
    opacity: 0;
    transition: 1s 1s;
  }
  .mds i {
    display: inline-block;
    opacity: 0;
  }
  .mds i:nth-of-type(1) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  }
  .mds i:nth-of-type(2) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  }
  .mds i:nth-of-type(3) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  }
  .mds i:nth-of-type(4) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
  }
  .mds i:nth-of-type(5) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  }
  .mds i:nth-of-type(6) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
  }
  .mds i:nth-of-type(7) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
  }
  .mds i:nth-of-type(8) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
  }
  .mds i:nth-of-type(9) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
  }
  .mds i:nth-of-type(10) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.0s, transform 0.5s 1.0s;
  }
  .mds i:nth-of-type(11) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
  }
  .mds i:nth-of-type(12) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
  }
  .mds i:nth-of-type(13) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
  }
  .mds i:nth-of-type(14) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
  }
  .mds i:nth-of-type(15) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.5s, transform 0.5s 1.5s;
  }
  .mds.on small {
    opacity: 1;
  }
  .mds.on i {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .title {
    font-family: din-condensed,sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 35px;
    padding-top: 50px;
    margin-bottom: 65px;
    line-height: 1;
    position: relative;
  }
  .title::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 15px);
    content: '';
    width: 30px;
    height: 4px;
    background: #000;
    opacity: 0;
    transition: 1s 1s;
  }
  .title i {
    display: inline-block;
    opacity: 0;
  }
  .title i:nth-of-type(1) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  }
  .title i:nth-of-type(2) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  }
  .title i:nth-of-type(3) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  }
  .title i:nth-of-type(4) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
  }
  .title i:nth-of-type(5) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  }
  .title i:nth-of-type(6) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
  }
  .title i:nth-of-type(7) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
  }
  .title i:nth-of-type(8) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
  }
  .title i:nth-of-type(9) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
  }
  .title i:nth-of-type(10) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.0s, transform 0.5s 1.0s;
  }
  .title i:nth-of-type(11) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
  }
  .title i:nth-of-type(12) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
  }
  .title i:nth-of-type(13) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
  }
  .title i:nth-of-type(14) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
  }
  .title i:nth-of-type(15) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.5s, transform 0.5s 1.5s;
  }
  .title.on::after {
    opacity: 1;
  }
  .title.on i {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .ef1, .ef3 {
    opacity: 0;
    transition: 1s;
    transform: translate(0px, 30px);
  }
  .ef1.d1, .ef3.d1 {
    transition: 1s 0.3s;
  }
  .ef1.d2, .ef3.d2 {
    transition: 1s 0.6s;
  }
  .ef1.d3, .ef3.d3 {
    transition: 1s 0.9s;
  }
  .ef1.d4, .ef3.d4 {
    transition: 1s 1.2s;
  }
  .ef1.on, .ef3.on {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .efbtn a, .efbtn button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-size: 18px;
    z-index: 2;
  }
  .efbtn a small, .efbtn button small {
    font-weight: 300;
  }
  .efbtn a span, .efbtn button span {
    display: inline-block;
    padding-top: 0px;
  }

  .telbtn a {
    width: 100%;
    height: 40px;
    line-height: 1;
    background: #000;
    text-align: center;
    display: block;
  }
  .telbtn a img {
    height: 18px;
    margin-top: 12px;
  }

  .workslide #loopslider a.hover {
    background: rgba(0, 0, 0, 0.75);
  }
  .workslide #loopslider a.hover .tag {
    opacity: 1;
  }
  .workslide .efbtn {
    padding-top: 40px;
  }

  header.topheader {
    opacity: 0;
    background: none;
    animation: topheader1 1s 5s forwards;
    transition: .5s;
  }
  header.topheader .logo {
    opacity: 0;
    transition: .5s;
  }
  header.topheader.onon {
    background: #fff;
  }
  header.topheader.onon .logo {
    opacity: 1;
  }
  header.topheader.on {
    background: none;
  }

  #top #intro {
    height: calc(100vh - 50px);
    position: relative;
  }
  #top #intro #mainlogo {
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 90px);
    width: 190px;
    height: auto;
    stroke: #000;
    fill: #000;
    fill-opacity: 0;
    stroke-width: 1;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: mainlogo1 3s 1s ease-in-out forwards, mainlogo2 1s 3.5s forwards, mainlogo3 1s 4.5s forwards;
  }
  #top #intro .copy {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-family: din-condensed,sans-serif;
    font-size: 28px;
    opacity: 0;
    animation: mainlogo4 1s 4.5s forwards;
  }
  #top #intro .copy img {
    width: 254px;
  }
  #top #intro .sc {
    opacity: 0;
    animation: scroll 1s 4.7s forwards;
  }
  #top #zone1 {
    padding-bottom: 65px;
    font-size: 14px;
    text-align: center;
  }
  #top #zone2 {
    padding-bottom: 15px;
    text-align: center;
  }
  #top #zone2 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #top #zone2 ul li {
    width: 50%;
    padding-bottom: 50px;
  }
  #top #zone2 ul li:first-child {
    width: 100%;
  }
  #top #zone2 ul li .t1 img {
    width: 150px;
  }
  #top #zone2 ul li .t2 {
    font-family: din-condensed,sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0px;
    padding-bottom: 7px;
  }
  #top #zone2 ul li .t3 {
    font-size: 13px;
    line-height: 1;
    padding-bottom: 33px;
    position: relative;
    letter-spacing: 0px;
  }
  #top #zone2 ul li .t3::after {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 13px);
    content: '';
    width: 26px;
    height: 1px;
    background: #000;
  }
  #top #zone2 ul li .t4 {
    font-size: 11px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  #top #zone2 ul li .efbtn {
    width: 150px;
    margin: auto;
  }
  #top #zone3 {
    padding-bottom: 65px;
  }
  #top #zone4 {
    padding-bottom: 65px;
    text-align: center;
  }
  #top #zone4 .t1 {
    padding-bottom: 30px;
  }
  #top #zone4 .map {
    padding-bottom: 30px;
    overflow: hidden;
  }
  #top #zone4 .map #gmap_sp {
    width: 100%;
    height: 300px;
    filter: grayscale(100%);
  }
  #top #zone4 ul {
    width: calc(100% - 20px);
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #top #zone4 ul li {
    width: calc(50% - 5px);
  }
  #top #zone4 ul li .t2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 10px;
  }
  #top #zone4 ul li .telbtn a {
    font-size: 22px;
  }
  #top #zone4 ul li .telbtn a .telsvg {
    fill: white;
    width: 12px;
    margin-right: 5px;
  }
  #top #zone4 ul li .telbtn a span {
    padding-top: 1px;
  }
  #top #zone4 ul li .efbtn a .mailsvg {
    fill: white;
    width: 20px;
  }
  #top #zone4 ul li .efbtn a span {
    padding-top: 4px;
  }
  #top #zone5 {
    padding-bottom: 45px;
  }
  #top #zone5 dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 20px;
  }
  #top #zone5 dl dt {
    width: 70px;
    padding-bottom: 20px;
  }
  #top #zone5 dl dd {
    width: calc(100% - 70px);
    padding-bottom: 20px;
  }
  #top #zone5 dl dd li {
    padding-left: 1.1em;
    position: relative;
  }
  #top #zone5 dl dd li::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 3px;
  }
  #top #zone5 .bd {
    border-top: 1px solid #000;
    padding-top: 40px;
  }
  #top #zone6 {
    padding-bottom: 115px;
    text-align: center;
  }
  #top #zone6 .t1 {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 30px;
  }
  #top #zone6 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 30px;
  }
  #top #zone6 ul li {
    width: calc(50% - 5px);
    height: 35px;
    border: 1px solid #000;
    margin-bottom: 10px;
    line-height: 1;
    padding-top: 10px;
  }
  #top #zone6 .efbtn {
    width: 150px;
    margin: auto;
  }

  a.scroll {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 70px;
    z-index: 1000;
    width: 40px;
    height: 90px;
    margin-left: -20px;
    max-height: 90px;
  }

  a.scroll span {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
    background-color: #000;
    pointer-events: none;
    transform: scaleY(0);
    transform-origin: top left;
    animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
  }

  @keyframes mainlogo3 {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-30px);
    }
  }
  @keyframes mainlogo4 {
    0% {
      transform: translateY(0);
      opacity: 0;
    }
    100% {
      transform: translateY(-30px);
      opacity: 1;
    }
  }
  #service #zone1 {
    text-align: center;
    padding-bottom: 50px;
  }
  #service #zone1 h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    padding-bottom: 30px;
  }
  #service #zone1 .t1 {
    padding-bottom: 50px;
    text-align: left;
  }
  #service #zone1 .t2 {
    padding-bottom: 30px;
  }
  #service #zone1 .t2 img {
    width: 290px;
  }
  #service #zone1 .t3 {
    font-size: 10px;
    text-align: center;
  }
  #service #zone1 .t3 i {
    display: inline-block;
    text-align: left;
    line-height: 18px;
    text-indent: -1em;
    padding-left: 1em;
  }
  #service .workslide {
    padding-bottom: 115px;
  }
  #service #zone2 {
    text-align: center;
    padding-bottom: 115px;
  }
  #service #zone2 h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    padding-bottom: 27px;
  }
  #service #zone2 .t1 {
    padding-bottom: 50px;
    text-align: left;
  }
  #service #zone2 .t1 i {
    letter-spacing: 0;
  }
  #service #zone2 .t2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
  }
  #service #zone2 ul {
    padding-bottom: 11px;
  }
  #service #zone2 ul li {
    border: 1px solid #000;
    padding-top: 25px;
    height: 123px;
    margin-bottom: 13px;
  }
  #service #zone2 ul li .b1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 13px;
  }
  #service #zone2 ul li .b2 {
    line-height: 25px;
  }
  #service #zone3 {
    text-align: center;
    padding-bottom: 115px;
  }
  #service #zone3 h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.8;
    padding-bottom: 20px;
  }
  #service #zone3 .t1 {
    padding-bottom: 50px;
    text-align: left;
  }
  #service #zone3 .t2 img {
    width: 300px;
  }
  #service #zone4 {
    text-align: center;
    padding-bottom: 115px;
  }
  #service #zone4 h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.8;
    padding-bottom: 30px;
  }
  #service #zone4 h4 {
    font-size: 13px;
    line-height: 1;
    position: relative;
    margin-bottom: 40px;
  }
  #service #zone4 h4 i {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
  }
  #service #zone4 h4::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  #service #zone4 .t1 {
    padding-bottom: 50px;
    text-align: left;
  }
  #service #zone4 ul li {
    padding-bottom: 40px;
  }
  #service #zone4 ul li .b1 {
    font-family: din-condensed,sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.5px;
    padding-bottom: 12px;
    line-height: 1;
  }
  #service #zone4 ul li .b2 {
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 15px;
    line-height: 1;
  }
  #service #zone4 ul li .b3 {
    text-align: left;
  }
  #service #zone4 .t2 {
    font-weight: 500;
  }
  #service #zone4 .t2 a {
    width: 200px;
    height: 40px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #000;
  }
  #service #zone4 .t2 a .mochironsvg {
    width: 110px;
    margin-top: 11px;
  }
  #service #zone5 {
    text-align: center;
    padding-bottom: 115px;
  }
  #service #zone5 h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.8;
    padding-bottom: 40px;
  }
  #service #zone5 h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
  }
  #service #zone5 .t1 {
    padding-bottom: 50px;
    text-align: left;
  }
  #service #zone5 .t2 {
    text-align: left;
  }
  #service .parazone {
    position: relative;
    height: 250px;
    z-index: -100;
    transition: 1s;
    opacity: 0;
  }
  #service .parazone .parallax {
    width: 100%;
    height: 250px;
  }
  #service .parazone .para1 {
    background: url("/img/service/p1_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #service .parazone .para2 {
    background: url("/img/service/p2_sp.jpg") no-repeat center center;
    background-size: 100% auto;
  }
  #service .parazone .para3 {
    background: url("/img/service/p3_sp.jpg") no-repeat center center;
    background-size: 100% auto;
  }
  #service .parazone .para4 {
    background: url("/img/service/p4_sp.jpg") no-repeat center center;
    background-size: 100% auto;
  }
  #service .parazone .para5 {
    background: url("/img/service/p5_sp.jpg") no-repeat right center;
    background-size: 100% auto;
  }
  #service .parazone span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #service .parazone.on {
    opacity: 1;
  }
  #service .parazone.on span {
    animation: hover-out 1s forwards alternate;
  }

  #contact {
    padding-bottom: 115px;
  }
  #contact.finish {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 0;
  }
  #contact.finish .f1 {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 30px;
  }
  #contact.finish .f2 {
    font-size: 12px;
    text-align: center;
    padding-bottom: 30px;
  }
  #contact.finish .efbtn {
    width: 150px;
    margin: auto;
  }
  #contact .mainimg {
    margin-bottom: 20px;
    line-height: 1;
  }
  #contact .mainimg img {
    width: 100%;
  }
  #contact .lead {
    font-weight: 500;
    text-align: center;
    padding-bottom: 60px;
  }
  #contact .lead2 {
    font-weight: 500;
    text-align: center;
    padding: 50px 0;
  }
  #contact .koumoku {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
  }
  #contact .k1 {
    font-size: 16px;
  }
  #contact section {
    padding-bottom: 50px;
  }
  #contact .cl {
    position: relative;
    padding-bottom: 25px;
  }
  #contact .privacy {
    padding-bottom: 30px;
    text-align: center;
  }
  #contact .privacy .pr1 {
    background: #000;
    color: #fff;
    margin-bottom: 60px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 12px;
    padding: 60px 25px 0;
    height: 265px;
    overflow-y: auto;
  }
  #contact .privacy .pr1 h3 {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 30px;
  }
  #contact .privacy .pr1 strong {
    font-weight: 700;
    margin-left: -0.55em;
    display: inline-block;
  }
  #contact .privacy .pr1 p {
    padding-bottom: 80px;
  }
  #contact .privacy .pr2 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
  }
  #contact .privacy a {
    text-decoration: underline;
  }
  #contact .privacy a:hover {
    opacity: 0.6;
  }
  #contact .textarea1 {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    background: #eeeeee;
    font-size: 16px;
  }
  #contact textarea {
    width: 100%;
    padding: 10px;
    background: #eeeeee;
    font-size: 16px;
    font-family: 'Noto Sans JP',sans-serif;
  }
  #contact input:focus,
  #contact textarea:focus {
    background: #eeeeee;
  }
  #contact .submit {
    width: 150px;
    margin: auto;
    padding-top: 20px;
    text-align: center;
  }
  #contact .submit2 {
    width: 150px;
    margin: auto;
    padding-top: 12px;
    text-align: center;
  }
  #contact .efbtn button {
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    font-size: 16px;
  }
  #contact .w.error p,
  #contact .out {
    position: absolute;
    top: -25px;
    left: 0;
    color: #ff0000;
  }
  #contact .w.valid p, #contact .ok {
    display: none;
  }
  #contact label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    box-sizing: border-box;
  }
  #contact label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0;
    border: 1px solid #000;
    z-index: 3;
  }
  #contact label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("/img/contact/check.png") no-repeat;
    background-size: cover;
    z-index: 1;
  }
  #contact label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }
  #contact label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none;
  }
  #contact label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #fff;
    opacity: 0.1;
  }
  #contact label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #fff;
  }
  #contact .selectholder {
    clear: both;
    width: 100%;
    background: #eee;
    height: 50px;
    transition: .1s ease-out;
    cursor: pointer;
    z-index: 999999;
    font-size: 16px;
  }
  #contact .selectholder .desc i {
    color: #9c9c9c;
  }
  #contact .selectholder .desc {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 50px;
    color: #000;
  }
  #contact .selectholder .pulldown {
    float: right;
    vertical-align: middle;
    width: 50px;
    height: 100%;
    background-color: #000;
    background-image: url("/img/contact/select.png");
    background-size: cover;
    transition: .1s ease-out;
  }
  #contact .selectholder:hover,
  #contact .activeselectholder {
    background-color: #eee;
  }
  #contact .selectholder:hover .pulldown,
  #contact .activeselectholder .pulldown {
    background-color: #000;
    background-image: url("/img/contact/select.png");
  }
  #contact .selectholder .selectdropdown {
    position: relative;
    top: 0;
    left: 0;
    background: #666;
    color: #fff;
    display: none;
    clear: both;
    z-index: 99999;
  }
  #contact .selectholder .selectdropdown span {
    display: block;
    border-bottom: solid 1px #fff;
    padding-left: 10px;
    line-height: 50px;
    width: 100%;
    transition: background-color .1s ease-out;
  }
  #contact .selectholder .selectdropdown span:last-child {
    border-bottom: none;
  }
  #contact .selectholder .selectdropdown span.active {
    background-color: #ccc;
  }
  #contact .selectholder .selectdropdown span:hover {
    background-color: #555;
  }
  #contact .formbtn {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    padding: 15px 0;
    width: 150px;
    background: #000;
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: 0.3s;
  }
  #contact .formbtn:hover {
    opacity: 0.6;
  }
  #contact .parazone {
    position: relative;
    height: 250px;
    z-index: -100;
    transition: 1s;
    opacity: 0;
  }
  #contact .parazone .parallax {
    width: 100%;
    height: 250px;
  }
  #contact .parazone .para1 {
    background: url("/img/contact/main_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #contact .parazone span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #contact .parazone.on {
    opacity: 1;
  }
  #contact .parazone.on span {
    animation: hover-out 0.5s forwards alternate;
  }

  #privacy {
    padding-bottom: 115px;
    letter-spacing: 0.5px;
  }
  #privacy section {
    padding-bottom: 80px;
    font-size: 12px;
  }
  #privacy section h3 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 45px;
  }
  #privacy section h4 {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 12px;
  }
  #privacy section h5 {
    font-weight: 700;
  }
  #privacy section .t1 {
    padding-bottom: 20px;
  }
  #privacy section .t2 {
    padding-bottom: 50px;
  }
  #privacy section li {
    padding-left: 1em;
    position: relative;
    background: url("/img/maru.png") no-repeat left 3px top 11px;
    background-size: 5px;
  }
  #privacy #zone2 {
    padding-bottom: 170px;
  }
  #privacy #zone2 h5 {
    margin-left: 2px;
  }
  #privacy #zone3 {
    padding-bottom: 0px;
  }
  #privacy #zone3 h5 {
    margin-left: -0.5em;
  }
  #privacy #zone3 h5 small {
    font-weight: 400;
    font-size: 10px;
    margin-left: 0.5em;
  }
  #privacy #zone3 h5 span {
    margin-left: 0.5em;
  }
  #privacy #zone3 .t3 {
    font-weight: 700;
  }
  #privacy #zone3 strong {
    margin-left: 2px;
    font-weight: 500;
  }
  #privacy #zone3 ul {
    padding-left: 14px;
  }
  #privacy #zone3 i {
    display: inline-block;
    padding-left: 2.07em;
    position: relative;
  }
  #privacy #zone3 i span {
    margin-left: -5px;
  }
  #privacy #zone3 i::before {
    content: '';
    width: 5px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 13px;
    left: 15px;
  }
  #privacy #zone3 a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 641px) and (max-width: 800px) {
  body {
    font-family: 'Noto Sans JP',sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    min-height: 100vh;
  }

  img {
    border: 0;
    vertical-align: bottom;
  }

  main {
    padding-top: 50px;
    *zoom: 1;
    position: relative;
    line-height: 2.2;
    -ms-flex: 1;
        flex: 1;
  }
  main:after {
    content: "";
    display: table;
    clear: both;
  }

  .container {
    width: 700px;
    margin: auto;
  }

  a {
    transition: 0.3s;
    text-decoration: none;
    color: #000;
  }

  a[href^="tel:"] {
    cursor: default;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }

  .none, .nopad, .sp {
    display: none;
  }

  .sp.pad, .nopad .pad {
    display: block;
  }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    line-height: 1;
    height: 50px;
    background: #fff;
    font-family: din-condensed,sans-serif;
    transition: all .4s;
  }
  header.on {
    background: none;
  }
  header.on .logosvg {
    fill: white;
  }
  header.on .hbtn1 a {
    background: url("/img/hbtn1b.png") no-repeat center center;
    background-size: 35px;
    display: block;
    width: 35px;
    height: 35px;
  }
  header.on .hbtn1 a img {
    display: none;
  }
  header.on .hbtn2 a {
    background: url("/img/hbtn2b.png") no-repeat center center;
    background-size: 35px;
    display: block;
    width: 35px;
    height: 35px;
  }
  header.on .hbtn2 a img {
    display: none;
  }
  header .nav {
    width: 550px;
    margin: auto;
    padding-top: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    font-size: 15px;
    font-weight: 400;
  }
  header .nav .space {
    width: 95px;
  }
  header .nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  header .nav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  header .nav a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  header .logo {
    position: absolute;
    top: 16px;
    right: calc(50% - 38px);
  }
  header .logo .logosvg {
    width: 80px;
  }
  header .hbtn1 {
    position: absolute;
    top: 8px;
    left: 10px;
  }
  header .hbtn1 img {
    width: 35px;
    height: 35px;
  }
  header .hbtn2 {
    position: absolute;
    top: 8px;
    left: 48px;
  }
  header .hbtn2 img {
    width: 35px;
    height: 35px;
  }
  header .menuBtn {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 30px;
    height: 22px;
  }
  header .menuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  header .menuBtn,
  header .menuBtn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header .menuBtn span:nth-of-type(1) {
    top: 4px;
  }
  header .menuBtn span:nth-of-type(2) {
    bottom: 5px;
  }
  header .menuBtn.on span:nth-of-type(1) {
    transform: translateY(6px) rotate(-315deg);
    background-color: #fff;
  }
  header .menuBtn.on span:nth-of-type(2) {
    transform: translateY(-6px) rotate(315deg);
    background-color: #fff;
  }

  #menu {
    width: 100%;
    min-height: 100%;
    height: 100vh !important;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: #000;
    color: #fff;
    padding-bottom: 10px;
    display: none;
  }
  #menu .in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #menu ul {
    width: 300px;
    margin: 70px auto 20px;
    text-align: center;
    line-height: 1;
  }
  #menu ul li a {
    color: #fff;
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 400;
    font-family: din-condensed,sans-serif;
    letter-spacing: 1px;
  }
  #menu .mochiron {
    text-align: center;
    padding-top: 10px;
  }
  #menu .mochiron a {
    width: 200px;
    height: 40px;
    margin: auto;
    margin-top: 10px;
    display: block;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #fff;
  }
  #menu .mochiron a .mochironsvg {
    fill: white;
    width: 110px;
    margin-top: 11px;
  }

  footer {
    background: #000;
    line-height: 1;
    color: #fff;
    padding: 100px 0;
  }
  footer ul {
    width: 700px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  footer ul a {
    color: #fff;
    font-size: 12px;
  }
  footer ul a:hover {
    opacity: 0.7;
  }
  footer ul li:nth-child(1) {
    padding-right: 15px;
    margin-bottom: -2px;
  }
  footer ul li:nth-child(1) img {
    width: 42px;
  }
  footer ul li:nth-child(2) {
    padding: 2px 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  footer ul li:nth-child(3) {
    -ms-flex-positive: 3;
        flex-grow: 3;
    text-align: right;
    font-family: din-condensed,sans-serif;
    letter-spacing: 1px;
  }
  footer ul li:nth-child(3) img {
    width: 143px;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  #pagetop {
    position: fixed;
    right: 0px;
    bottom: 0px;
  }
  #pagetop img {
    width: 40px;
    transition: .3s;
  }
  #pagetop img:hover {
    opacity: 0.7;
  }

  .mds {
    font-family: din-condensed,sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    padding-top: 80px;
    margin-bottom: 65px;
    line-height: 1;
    position: relative;
  }
  .mds small {
    display: block;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 100px);
    width: 200px;
    font-size: 12px;
    opacity: 0;
    transition: 1s 1s;
  }
  .mds i {
    display: inline-block;
    opacity: 0;
  }
  .mds i:nth-of-type(1) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  }
  .mds i:nth-of-type(2) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  }
  .mds i:nth-of-type(3) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  }
  .mds i:nth-of-type(4) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
  }
  .mds i:nth-of-type(5) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  }
  .mds i:nth-of-type(6) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
  }
  .mds i:nth-of-type(7) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
  }
  .mds i:nth-of-type(8) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
  }
  .mds i:nth-of-type(9) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
  }
  .mds i:nth-of-type(10) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.0s, transform 0.5s 1.0s;
  }
  .mds i:nth-of-type(11) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
  }
  .mds i:nth-of-type(12) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
  }
  .mds i:nth-of-type(13) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
  }
  .mds i:nth-of-type(14) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
  }
  .mds i:nth-of-type(15) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.5s, transform 0.5s 1.5s;
  }
  .mds.on small {
    opacity: 1;
  }
  .mds.on i {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .title {
    font-family: din-condensed,sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    padding-top: 80px;
    margin-bottom: 65px;
    line-height: 1;
    position: relative;
  }
  .title::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px);
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0;
    transition: 1s 1s;
  }
  .title i {
    display: inline-block;
    opacity: 0;
  }
  .title i:nth-of-type(1) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  }
  .title i:nth-of-type(2) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  }
  .title i:nth-of-type(3) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  }
  .title i:nth-of-type(4) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
  }
  .title i:nth-of-type(5) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  }
  .title i:nth-of-type(6) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
  }
  .title i:nth-of-type(7) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
  }
  .title i:nth-of-type(8) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
  }
  .title i:nth-of-type(9) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
  }
  .title i:nth-of-type(10) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.0s, transform 0.5s 1.0s;
  }
  .title i:nth-of-type(11) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
  }
  .title i:nth-of-type(12) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
  }
  .title i:nth-of-type(13) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
  }
  .title i:nth-of-type(14) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
  }
  .title i:nth-of-type(15) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.5s, transform 0.5s 1.5s;
  }
  .title.on::after {
    opacity: 1;
  }
  .title.on i {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .ef1 {
    opacity: 0;
    transition: 1s;
    transform: translate(0px, 30px);
  }
  .ef1.d1 {
    transition: 1s 0.3s;
  }
  .ef1.d2 {
    transition: 1s 0.6s;
  }
  .ef1.d3 {
    transition: 1s 0.9s;
  }
  .ef1.d4 {
    transition: 1s 1.2s;
  }
  .ef1.on {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .ef3 li {
    opacity: 0;
  }
  .ef3.on li {
    animation: ef1 1s forwards;
  }
  .ef3.on li:nth-child(1) {
    animation-delay: 0s;
  }
  .ef3.on li:nth-child(2) {
    animation-delay: 0.2s;
  }
  .ef3.on li:nth-child(3) {
    animation-delay: 0.4s;
  }
  .ef3.on li:nth-child(4) {
    animation-delay: 0.6s;
  }
  .ef3.on li:nth-child(5) {
    animation-delay: 0.8s;
  }
  .ef3.on li:nth-child(6) {
    animation-delay: 1.0s;
  }
  .ef3.on li:nth-child(7) {
    animation-delay: 1.2s;
  }
  .ef3.on li:nth-child(8) {
    animation-delay: 1.4s;
  }
  .ef3.on li:nth-child(9) {
    animation-delay: 1.6s;
  }

  .efbtn a, .efbtn button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-size: 18px;
    z-index: 2;
  }
  .efbtn a small, .efbtn button small {
    font-weight: 300;
  }
  .efbtn a span, .efbtn button span {
    display: inline-block;
    padding-top: 1px;
  }
  .efbtn button span {
    padding-top: 0px;
  }

  .telbtn a {
    width: 100%;
    height: 40px;
    line-height: 1;
    background: #000;
    text-align: center;
    display: block;
  }
  .telbtn a img {
    height: 22px;
    margin-top: 10px;
  }

  .workslide #loopslider a.hover {
    background: rgba(0, 0, 0, 0.75);
  }
  .workslide #loopslider a.hover .tag {
    opacity: 1;
  }
  .workslide .efbtn {
    padding-top: 50px;
  }

  header.topheader {
    opacity: 0;
    background: none;
    animation: topheader1 1s 5s forwards;
    transition: .5s;
  }
  header.topheader .space {
    margin: 0 -80px;
    transition: .5s;
  }
  header.topheader .logo {
    opacity: 0;
    transition: .5s;
  }
  header.topheader.onon {
    background: #fff;
  }
  header.topheader.onon .space {
    margin: 0;
  }
  header.topheader.onon .logo {
    opacity: 1;
  }
  header.topheader.on {
    background: none;
  }

  #top #intro {
    height: calc(100vh - 50px);
    position: relative;
  }
  #top #intro #mainlogo {
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 140px);
    width: 280px;
    height: auto;
    stroke: #000;
    fill: #000;
    fill-opacity: 0;
    stroke-width: 0.88;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    overflow: visible;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: mainlogo1 3s 1s ease-in-out forwards, mainlogo2 1s 3.5s forwards, mainlogo3 1s 4.5s forwards;
  }
  #top #intro .copy {
    position: absolute;
    top: calc(50% + 0px);
    left: 0;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-family: din-condensed,sans-serif;
    font-size: 60px;
    opacity: 0;
    animation: mainlogo4 1s 4.5s forwards;
  }
  #top #intro .copy img {
    width: 390px;
  }
  #top #intro .sc {
    opacity: 0;
    animation: scroll 1s 4.7s forwards;
  }
  #top #zone1 {
    padding-bottom: 100px;
    font-size: 16px;
    text-align: center;
  }
  #top #zone2 {
    padding-bottom: 30px;
    text-align: center;
  }
  #top #zone2 ul {
    width: 609px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  #top #zone2 ul li {
    width: 203px;
    padding-bottom: 70px;
  }
  #top #zone2 ul li:nth-of-type(4) {
    margin-left: 102px;
  }
  #top #zone2 ul li .t1 img {
    width: 150px;
  }
  #top #zone2 ul li .t2 {
    font-family: din-condensed,sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
    padding-bottom: 7px;
  }
  #top #zone2 ul li .t3 {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 33px;
    position: relative;
    letter-spacing: 0px;
  }
  #top #zone2 ul li .t3::after {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 13px);
    content: '';
    width: 26px;
    height: 1px;
    background: #000;
  }
  #top #zone2 ul li .t4 {
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  #top #zone2 ul li .efbtn {
    width: 150px;
    margin: auto;
  }
  #top #zone3 {
    padding-bottom: 100px;
  }
  #top #zone4 {
    padding-bottom: 100px;
    text-align: center;
  }
  #top #zone4 .t1 {
    padding-bottom: 60px;
  }
  #top #zone4 .map {
    padding-bottom: 60px;
    overflow: hidden;
  }
  #top #zone4 .map #gmap {
    width: 100%;
    height: 440px;
    filter: grayscale(100%);
  }
  #top #zone4 ul {
    width: 700px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #top #zone4 ul li {
    width: 330px;
  }
  #top #zone4 ul li .t2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 10px;
  }
  #top #zone4 ul li .telbtn a {
    font-size: 27px;
  }
  #top #zone4 ul li .telbtn a .telsvg {
    fill: white;
    width: 15px;
    margin-right: 5px;
  }
  #top #zone4 ul li .telbtn a span {
    padding-top: 1px;
  }
  #top #zone4 ul li .efbtn a .mailsvg {
    fill: white;
    width: 20px;
  }
  #top #zone4 ul li .efbtn a span {
    padding-top: 5px;
  }
  #top #zone5 {
    padding-bottom: 80px;
  }
  #top #zone5 dl {
    width: 700px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 20px;
  }
  #top #zone5 dl dt {
    width: 90px;
    padding-bottom: 30px;
  }
  #top #zone5 dl dd {
    width: calc(100% - 90px);
    padding-bottom: 30px;
  }
  #top #zone5 dl dd li {
    padding-left: 1.1em;
    position: relative;
  }
  #top #zone5 dl dd li::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 4px;
  }
  #top #zone5 .bd {
    border-top: 1px solid #000;
    padding-top: 50px;
  }
  #top #zone6 {
    padding-bottom: 180px;
    text-align: center;
  }
  #top #zone6 .t1 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 50px;
  }
  #top #zone6 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 30px;
  }
  #top #zone6 ul li {
    width: 215px;
    height: 40px;
    border: 1px solid #000;
    margin-bottom: 25px;
    line-height: 1;
    padding-top: 11px;
  }
  #top #zone6 .efbtn {
    width: 150px;
    margin: auto;
  }

  a.scroll {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 5;
    width: 40px;
    height: 90px;
    margin-left: -20px;
    max-height: 90px;
  }

  a.scroll span {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
    background-color: #000;
    pointer-events: none;
    transform: scaleY(0);
    transform-origin: top left;
    animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
  }

  @keyframes mainlogo3 {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50px);
    }
  }
  @keyframes mainlogo4 {
    0% {
      transform: translateY(0);
      opacity: 0;
    }
    100% {
      transform: translateY(-50px);
      opacity: 1;
    }
  }
  #service #zone1 {
    background: #fff;
    text-align: center;
    padding-bottom: 50px;
  }
  #service #zone1 h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 50px;
  }
  #service #zone1 .t1 {
    font-size: 13px;
    text-align: left;
    padding-bottom: 70px;
  }
  #service #zone1 .t2 {
    padding-bottom: 50px;
  }
  #service #zone1 .t2 img {
    width: 100%;
  }
  #service #zone1 .t3 {
    font-size: 10px;
  }
  #service .workslide {
    padding-bottom: 200px;
  }
  #service #zone2 {
    background: #fff;
    text-align: center;
    padding-bottom: 200px;
  }
  #service #zone2 h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 40px;
  }
  #service #zone2 .t1 {
    font-size: 13px;
    text-align: left;
    padding-bottom: 70px;
  }
  #service #zone2 .t1 i {
    letter-spacing: 0;
  }
  #service #zone2 .t2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
  }
  #service #zone2 ul {
    width: 672px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 33px;
  }
  #service #zone2 ul li {
    width: 320px;
    height: 188px;
    border: 1px solid #000;
    padding-top: 37px;
  }
  #service #zone2 ul li .b1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 18px;
  }
  #service #zone2 ul li .b2 {
    display: inline-block;
    text-align: left;
    font-size: 13px;
    line-height: 30px;
  }
  #service #zone3 {
    background: #fff;
    text-align: center;
    padding-bottom: 200px;
  }
  #service #zone3 h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 40px;
  }
  #service #zone3 .t1 {
    font-size: 13px;
    text-align: left;
    padding-bottom: 70px;
  }
  #service #zone3 .t2 img {
    width: 420px;
  }
  #service #zone4 {
    background: #fff;
    text-align: center;
    padding-bottom: 200px;
  }
  #service #zone4 h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 50px;
  }
  #service #zone4 h4 {
    font-size: 13px;
    line-height: 1;
    position: relative;
    margin-bottom: 40px;
  }
  #service #zone4 h4 i {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
  }
  #service #zone4 h4::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  #service #zone4 .t1 {
    font-size: 13px;
    text-align: left;
    padding-bottom: 70px;
  }
  #service #zone4 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 80px;
  }
  #service #zone4 ul li {
    width: 205px;
  }
  #service #zone4 ul li .b1 {
    font-family: din-condensed,sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.5px;
    padding-bottom: 12px;
    line-height: 1;
  }
  #service #zone4 ul li .b2 {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 1;
  }
  #service #zone4 ul li .b3 {
    text-align: left;
    font-size: 12px;
  }
  #service #zone4 .t2 {
    font-size: 13px;
    font-weight: 500;
  }
  #service #zone4 .t2 a {
    width: 230px;
    height: 40px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #000;
    transition: .3s;
    overflow: hidden;
  }
  #service #zone4 .t2 a .mochironsvg {
    width: 110px;
    margin-top: 11px;
    transition: .3s;
  }
  #service #zone4 .t2 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #000;
    border-radius: 15px;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: .3s;
  }
  #service #zone4 .t2 a:hover .mochironsvg {
    fill: white;
  }
  #service #zone4 .t2 a:hover::before {
    transform: scale(1, 1);
  }
  #service #zone5 {
    background: #fff;
    text-align: center;
    padding-bottom: 200px;
  }
  #service #zone5 h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 40px;
  }
  #service #zone5 h4 {
    font-weight: 500;
    line-height: 1;
    padding: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
  }
  #service #zone5 .t1 {
    font-size: 13px;
    text-align: left;
    padding-bottom: 70px;
  }
  #service #zone5 .t2 {
    font-size: 12px;
  }
  #service .parazone {
    position: relative;
    height: 370px;
    z-index: -100;
    transition: 1s;
    opacity: 0;
  }
  #service .parazone .parallax {
    width: 100%;
    height: 370px;
  }
  #service .parazone .para1 {
    background: url("/img/service/p1.jpg") no-repeat center center;
    background-size: cover;
  }
  #service .parazone .para2 {
    background: url("/img/service/p2.jpg") no-repeat center center;
    background-size: cover;
  }
  #service .parazone .para3 {
    background: url("/img/service/p3.jpg") no-repeat center center;
    background-size: cover;
  }
  #service .parazone .para4 {
    background: url("/img/service/p4.jpg") no-repeat center center;
    background-size: cover;
  }
  #service .parazone .para5 {
    background: url("/img/service/p5.jpg") no-repeat right center;
    background-size: cover;
  }
  #service .parazone span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #service .parazone.on {
    opacity: 1;
  }
  #service .parazone.on span {
    animation: hover-out 1s forwards alternate;
  }

  #contact {
    padding-bottom: 220px;
  }
  #contact.finish {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 0;
  }
  #contact.finish .f1 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 30px;
  }
  #contact.finish .f2 {
    text-align: center;
    padding-bottom: 70px;
  }
  #contact.finish .efbtn {
    width: 150px;
    margin: auto;
  }
  #contact .container {
    width: 700px;
    margin: auto;
    padding: 0;
  }
  #contact .lead {
    font-weight: 500;
    text-align: center;
    padding-bottom: 60px;
  }
  #contact .lead2 {
    font-weight: 500;
    text-align: center;
    padding: 50px 0;
  }
  #contact .koumoku {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
  }
  #contact .k1 {
    font-size: 16px;
  }
  #contact .cl {
    position: relative;
    padding-bottom: 35px;
  }
  #contact .privacy {
    padding-bottom: 30px;
    text-align: center;
  }
  #contact .privacy .pr1 {
    background: #000;
    color: #fff;
    margin-bottom: 60px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 12px;
    padding: 70px 35px 0;
    height: 230px;
    overflow-y: auto;
  }
  #contact .privacy .pr1 h3 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 30px;
  }
  #contact .privacy .pr1 strong {
    font-weight: 700;
    margin-left: -0.55em;
    display: inline-block;
  }
  #contact .privacy .pr1 p {
    padding-bottom: 80px;
  }
  #contact .privacy .pr2 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
  }
  #contact .privacy a {
    text-decoration: underline;
  }
  #contact .privacy a:hover {
    opacity: 0.6;
  }
  #contact .textarea1 {
    width: 700px;
    height: 50px;
    padding: 0 10px;
    background: #eeeeee;
  }
  #contact textarea {
    width: 700px;
    padding: 10px;
    background: #eeeeee;
    font-size: 14px;
    font-family: 'Noto Sans JP',sans-serif;
  }
  #contact input:focus,
  #contact textarea:focus {
    background: #eeeeee;
  }
  #contact .submit {
    width: 150px;
    margin: auto;
    padding-top: 20px;
    text-align: center;
  }
  #contact .submit2 {
    width: 150px;
    margin: auto;
    padding-top: 12px;
    text-align: center;
  }
  #contact .efbtn button {
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    font-size: 16px;
  }
  #contact .w.error p,
  #contact .out {
    position: absolute;
    top: -25px;
    left: 0;
    color: #ff0000;
  }
  #contact .w.valid p, #contact .ok {
    display: none;
  }
  #contact label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    box-sizing: border-box;
  }
  #contact label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0;
    border: 1px solid #000;
    z-index: 3;
  }
  #contact label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("/img/contact/check.png") no-repeat;
    background-size: cover;
    z-index: 1;
  }
  #contact label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }
  #contact label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none;
  }
  #contact label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #fff;
    opacity: 0.1;
  }
  #contact label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #fff;
  }
  #contact .selectholder {
    clear: both;
    width: 700px;
    background: #eee;
    height: 50px;
    transition: .1s ease-out;
    cursor: pointer;
    z-index: 999999;
  }
  #contact .selectholder .desc i {
    color: #9c9c9c;
  }
  #contact .selectholder .desc {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 50px;
    color: #000;
  }
  #contact .selectholder .pulldown {
    float: right;
    vertical-align: middle;
    width: 50px;
    height: 100%;
    background-color: #000;
    background-image: url("/img/contact/select.png");
    background-size: cover;
    transition: .1s ease-out;
  }
  #contact .selectholder:hover,
  #contact .activeselectholder {
    background-color: #eee;
  }
  #contact .selectholder:hover .pulldown,
  #contact .activeselectholder .pulldown {
    background-color: #000;
    background-image: url("/img/contact/select.png");
  }
  #contact .selectholder .selectdropdown {
    position: relative;
    top: 0;
    left: 0;
    background: #666;
    color: #fff;
    display: none;
    clear: both;
    z-index: 99999;
  }
  #contact .selectholder .selectdropdown span {
    display: block;
    border-bottom: solid 1px #fff;
    padding-left: 10px;
    line-height: 50px;
    width: 700px;
    transition: background-color .1s ease-out;
  }
  #contact .selectholder .selectdropdown span:last-child {
    border-bottom: none;
  }
  #contact .selectholder .selectdropdown span.active {
    background-color: #ccc;
  }
  #contact .selectholder .selectdropdown span:hover {
    background-color: #555;
  }
  #contact .parazone {
    position: relative;
    height: 460px;
    z-index: -100;
    transition: 1s;
    opacity: 0;
  }
  #contact .parazone .parallax {
    width: 100%;
    height: 460px;
  }
  #contact .parazone .para1 {
    background: url("/img/contact/main.jpg") no-repeat center bottom;
    background-size: cover;
  }
  #contact .parazone span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #contact .parazone.on {
    opacity: 1;
  }
  #contact .parazone.on span {
    animation: hover-out .5s forwards alternate;
  }

  #privacy {
    padding-bottom: 180px;
    letter-spacing: 0.5px;
  }
  #privacy section {
    padding-bottom: 100px;
    font-size: 12px;
  }
  #privacy section h3 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 50px;
  }
  #privacy section h4 {
    font-weight: 500;
    font-size: 14px;
  }
  #privacy section h5 {
    font-weight: 700;
  }
  #privacy section .t1 {
    padding-bottom: 35px;
  }
  #privacy section .t2 {
    padding-bottom: 65px;
  }
  #privacy section li {
    padding-left: 1em;
    position: relative;
    background: url("/img/maru.png") no-repeat left 3px top 11px;
    background-size: 5px;
  }
  #privacy #zone2 {
    padding-bottom: 170px;
  }
  #privacy #zone2 h5 {
    margin-left: 2px;
  }
  #privacy #zone3 {
    padding-bottom: 0px;
  }
  #privacy #zone3 h5 {
    margin-left: -0.5em;
  }
  #privacy #zone3 h5 small {
    font-weight: 400;
    font-size: 10px;
  }
  #privacy #zone3 .t3 {
    font-weight: 700;
  }
  #privacy #zone3 strong {
    margin-left: 2px;
    font-weight: 500;
  }
  #privacy #zone3 ul {
    padding-left: 14px;
  }
  #privacy #zone3 i {
    display: inline-block;
    padding-left: 2.07em;
    position: relative;
  }
  #privacy #zone3 i::before {
    content: '';
    width: 5px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 15px;
  }
  #privacy #zone3 a {
    text-decoration: underline;
  }
  #privacy #zone3 a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 801px) {
  body {
    font-family: 'Noto Sans JP',sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    min-height: 100vh;
  }

  img {
    border: 0;
    vertical-align: bottom;
  }

  main {
    padding-top: 60px;
    *zoom: 1;
    position: relative;
    line-height: 2.2;
    -ms-flex: 1;
        flex: 1;
    letter-spacing: 0.5px;
  }
  main:after {
    content: "";
    display: table;
    clear: both;
  }

  .container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }

  a {
    transition: .3s;
    text-decoration: none;
    color: #000;
  }

  a[href^="tel:"] {
    cursor: default;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }

  .none, .sp {
    display: none;
  }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    line-height: 1;
    text-align: center;
    height: 60px;
    background: #fff;
    font-family: din-condensed,sans-serif;
  }
  header .nav {
    width: 614px;
    margin: auto;
    padding-top: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    font-size: 15px;
    font-weight: 400;
  }
  header .nav .space {
    width: 130px;
  }
  header .nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  header .nav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  header .nav a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  header .logo {
    position: absolute;
    top: 20px;
    right: calc(50% - 45px);
  }
  header .logo .logosvg {
    width: 90px;
  }
  header .hbtn1 {
    position: absolute;
    top: 15px;
    right: calc(50% - 370px);
  }
  header .hbtn1 a {
    width: 30px;
    height: 30px;
  }
  header .hbtn1 a .mailsvg {
    fill: white;
    width: 14px;
    margin-top: 8px;
  }
  header .hbtn2 {
    position: absolute;
    top: 15px;
    right: calc(50% - 480px);
  }
  header .hbtn2 a {
    width: 100px;
    height: 30px;
  }
  header .hbtn2 a .mochironsvg {
    fill: white;
    width: 71px;
    margin-top: 10px;
  }
  header .hbtn1 a, header .hbtn2 a {
    background: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    transition: .3s;
    z-index: 2;
  }
  header .hbtn1 a::before, header .hbtn2 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #fff;
    transform: scale(0, 1);
  }
  header .hbtn1 a:hover .mailsvg, header .hbtn2 a:hover .mailsvg {
    animation: hover .6s forwards;
  }
  header .hbtn1 a:hover .mochironsvg, header .hbtn2 a:hover .mochironsvg {
    animation: hover .6s forwards;
  }
  header .hbtn1 a:hover::before, header .hbtn2 a:hover::before {
    animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
  }

  footer {
    background: #000;
    line-height: 1;
    color: #fff;
    padding: 100px 0;
  }
  footer ul {
    max-width: 960px;
    width: 100%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  footer ul a {
    color: #fff;
    font-size: 12px;
  }
  footer ul a:hover {
    opacity: 0.7;
  }
  footer ul li:nth-child(1) {
    width: 80px;
    text-align: center;
    margin-bottom: -2px;
  }
  footer ul li:nth-child(1) img {
    width: 42px;
  }
  footer ul li:nth-child(2) {
    padding: 2px 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  footer ul li:nth-child(3) {
    padding: 2px 15px;
    border-right: 1px solid #fff;
  }
  footer ul li:nth-child(4) {
    -ms-flex-positive: 3;
        flex-grow: 3;
    text-align: right;
    font-family: din-condensed,sans-serif;
    letter-spacing: 1px;
  }
  footer ul li:nth-child(4) img {
    width: 143px;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  #pagetop {
    position: fixed;
    right: 0px;
    bottom: 0px;
  }
  #pagetop img {
    width: 50px;
    transition: .3s;
  }
  #pagetop img:hover {
    opacity: 0.7;
  }

  .mds {
    font-family: din-condensed,sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 42px;
    padding-top: 80px;
    margin-bottom: 65px;
    line-height: 1;
    position: relative;
  }
  .mds small {
    display: block;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 100px);
    width: 200px;
    font-size: 12px;
    opacity: 0;
    transition: 1s 1s;
  }
  .mds i {
    display: inline-block;
    opacity: 0;
    letter-spacing: -0.5px;
  }
  .mds i:nth-of-type(1) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  }
  .mds i:nth-of-type(2) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  }
  .mds i:nth-of-type(3) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  }
  .mds i:nth-of-type(4) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
  }
  .mds i:nth-of-type(5) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  }
  .mds i:nth-of-type(6) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
  }
  .mds i:nth-of-type(7) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
  }
  .mds i:nth-of-type(8) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
  }
  .mds i:nth-of-type(9) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
  }
  .mds i:nth-of-type(10) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.0s, transform 0.5s 1.0s;
  }
  .mds i:nth-of-type(11) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
  }
  .mds i:nth-of-type(12) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
  }
  .mds i:nth-of-type(13) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
  }
  .mds i:nth-of-type(14) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
  }
  .mds i:nth-of-type(15) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.5s, transform 0.5s 1.5s;
  }
  .mds.on small {
    opacity: 1;
  }
  .mds.on i {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .title {
    font-family: din-condensed,sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 42px;
    padding-top: 80px;
    margin-bottom: 65px;
    line-height: 1;
    position: relative;
  }
  .title::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px);
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0;
    transition: 1s 1s;
  }
  .title i {
    display: inline-block;
    opacity: 0;
    letter-spacing: -0.5px;
  }
  .title i:nth-of-type(1) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  }
  .title i:nth-of-type(2) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  }
  .title i:nth-of-type(3) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  }
  .title i:nth-of-type(4) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
  }
  .title i:nth-of-type(5) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  }
  .title i:nth-of-type(6) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
  }
  .title i:nth-of-type(7) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
  }
  .title i:nth-of-type(8) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
  }
  .title i:nth-of-type(9) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
  }
  .title i:nth-of-type(10) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.0s, transform 0.5s 1.0s;
  }
  .title i:nth-of-type(11) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
  }
  .title i:nth-of-type(12) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
  }
  .title i:nth-of-type(13) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
  }
  .title i:nth-of-type(14) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
  }
  .title i:nth-of-type(15) {
    transform: translate(0px, 30px);
    transition: opacity 0.5s 1.5s, transform 0.5s 1.5s;
  }
  .title.on::after {
    opacity: 1;
  }
  .title.on i {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .ef1 {
    opacity: 0;
    transition: 1s;
    transform: translate(0px, 30px);
  }
  .ef1.d1 {
    transition: 1s 0.3s;
  }
  .ef1.d2 {
    transition: 1s 0.6s;
  }
  .ef1.d3 {
    transition: 1s 0.9s;
  }
  .ef1.d4 {
    transition: 1s 1.2s;
  }
  .ef1.on {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .ef3 li {
    opacity: 0;
  }
  .ef3.on li {
    animation: ef1 1s forwards;
  }
  .ef3.on li:nth-child(1) {
    animation-delay: 0s;
  }
  .ef3.on li:nth-child(2) {
    animation-delay: 0.2s;
  }
  .ef3.on li:nth-child(3) {
    animation-delay: 0.4s;
  }
  .ef3.on li:nth-child(4) {
    animation-delay: 0.6s;
  }
  .ef3.on li:nth-child(5) {
    animation-delay: 0.8s;
  }
  .ef3.on li:nth-child(6) {
    animation-delay: 1.0s;
  }
  .ef3.on li:nth-child(7) {
    animation-delay: 1.2s;
  }
  .ef3.on li:nth-child(8) {
    animation-delay: 1.4s;
  }
  .ef3.on li:nth-child(9) {
    animation-delay: 1.6s;
  }

  .efbtn a, .efbtn button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-size: 18px;
    transition: .3s;
    z-index: 2;
    cursor: pointer;
  }
  .efbtn a i, .efbtn button i {
    position: relative;
  }
  .efbtn a i::before, .efbtn button i::before {
    position: absolute;
    top: calc(50% + 2px);
    right: 2px;
    z-index: -1;
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    transition: .3s .3s;
    opacity: 0;
    transform: translateX(-20px);
  }
  .efbtn a i::after, .efbtn button i::after {
    position: absolute;
    top: calc(50% - 1px);
    right: 0px;
    z-index: -1;
    content: '';
    width: 10px;
    height: 1px;
    background: #fff;
    transition: .3s .3s;
    opacity: 0;
    transform: translate(-20px, -20px) rotate(45deg);
  }
  .efbtn a span, .efbtn button span {
    display: inline-block;
    transition: .3s .3s;
  }
  .efbtn a::before, .efbtn button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #fff;
    transform: scale(0, 1);
  }
  .efbtn a:hover .telsvg, .efbtn a:hover .mailsvg, .efbtn button:hover .telsvg, .efbtn button:hover .mailsvg {
    animation: hover .6s forwards;
  }
  .efbtn a:hover::before, .efbtn button:hover::before {
    animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
  }
  .efbtn a:hover i::before, .efbtn button:hover i::before {
    opacity: 1;
    transform: translateX(0px);
  }
  .efbtn a:hover i::after, .efbtn button:hover i::after {
    opacity: 1;
    transform: translate(0px, 0px) rotate(45deg);
  }
  .efbtn a:hover span, .efbtn button:hover span {
    padding-right: 20px;
    margin-left: 18px;
    animation: hover .6s forwards;
    transform: translateX(-10px);
  }
  .efbtn a span {
    padding-top: 1px;
  }

  .efbtn button {
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    font-size: 16px;
  }
  .efbtn button span {
    transform: translateY(-1px);
  }
  .efbtn button:hover span {
    transform: translateX(-10px) translateY(-1px);
  }
  .efbtn.back i {
    position: relative;
  }
  .efbtn.back i::before {
    position: absolute;
    top: calc(50% + 2px);
    left: 2px;
    z-index: -1;
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    transition: .3s .3s;
    opacity: 0;
    transform: translateX(-20px);
  }
  .efbtn.back i::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0px;
    z-index: -1;
    content: '';
    width: 10px;
    height: 1px;
    background: #fff;
    transition: .3s .3s;
    opacity: 0;
    transform: translate(-20px, -20px) rotate(45deg);
  }
  .efbtn.back:hover i::before {
    opacity: 1;
    transform: translateX(0px);
  }
  .efbtn.back:hover i::after {
    opacity: 1;
    transform: translate(0px, 0px) rotate(-45deg);
  }
  .efbtn.back:hover span {
    padding-right: 0px;
    margin-left: 0px;
    padding-left: 18px;
    margin-right: 10px;
    animation: hover .6s forwards;
    transform: translateX(10px) translateY(-1px);
  }

  .telbtn a {
    width: 100%;
    height: 40px;
    line-height: 1;
    background: #000;
    text-align: center;
    display: block;
  }
  .telbtn a img {
    height: 22px;
    margin-top: 10px;
  }

  .workslide #loopslider a:hover {
    background: rgba(0, 0, 0, 0.75);
  }
  .workslide #loopslider a:hover .tag {
    opacity: 1;
  }
  .workslide .efbtn {
    padding-top: 70px;
  }

  header.topheader {
    opacity: 0;
    background: none;
    animation: topheader1 1s 5s forwards;
    transition: .5s;
  }
  header.topheader .space {
    margin: 0 -100px;
    transition: .5s;
  }
  header.topheader .logo {
    opacity: 0;
    transition: .5s;
  }
  header.topheader.onon {
    background: #fff;
  }
  header.topheader.onon .space {
    margin: 0;
  }
  header.topheader.onon .logo {
    opacity: 1;
  }

  #top #intro {
    height: calc(100vh - 60px);
    position: relative;
  }
  #top #intro #mainlogo {
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 170px);
    width: 340px;
    height: auto;
    stroke: #000;
    fill: #000;
    fill-opacity: 0;
    stroke-width: 0.88;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    overflow: visible;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: mainlogo1 3s 1s ease-in-out forwards, mainlogo2 1s 3.5s forwards, mainlogo3 1s 4.5s forwards;
  }
  #top #intro .copy {
    position: absolute;
    top: calc(50% + 40px);
    left: 0;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-family: din-condensed,sans-serif;
    font-size: 60px;
    opacity: 0;
    animation: mainlogo4 1s 4.5s forwards;
  }
  #top #intro .copy img {
    width: 545px;
  }
  #top #intro .sc {
    opacity: 0;
    animation: scroll 1s 4.7s forwards;
  }
  #top #zone1 {
    padding-bottom: 140px;
    font-size: 18px;
    text-align: center;
  }
  #top #zone2 {
    padding-bottom: 140px;
    text-align: center;
  }
  #top #zone2 .container {
    max-width: 1010px;
  }
  #top #zone2 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #top #zone2 ul li {
    width: 202px;
  }
  #top #zone2 ul li .t1 img {
    width: 150px;
  }
  #top #zone2 ul li .t2 {
    font-family: din-condensed,sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
    padding-bottom: 7px;
  }
  #top #zone2 ul li .t3 {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 33px;
    position: relative;
    letter-spacing: 0px;
  }
  #top #zone2 ul li .t3::after {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 13px);
    content: '';
    width: 26px;
    height: 1px;
    background: #000;
  }
  #top #zone2 ul li .t4 {
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  #top #zone2 ul li .efbtn {
    width: 150px;
    margin: auto;
  }
  #top #zone3 {
    padding-bottom: 140px;
  }
  #top #zone4 {
    padding-bottom: 140px;
    text-align: center;
  }
  #top #zone4 .t1 {
    padding-bottom: 60px;
  }
  #top #zone4 .map {
    padding-bottom: 60px;
    overflow: hidden;
  }
  #top #zone4 .map #gmap {
    width: 100%;
    height: 440px;
    filter: grayscale(100%);
  }
  #top #zone4 ul {
    width: 700px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #top #zone4 ul li {
    width: 330px;
  }
  #top #zone4 ul li .t2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 10px;
  }
  #top #zone4 ul li .telbtn a {
    font-size: 27px;
  }
  #top #zone4 ul li .telbtn a .telsvg {
    fill: white;
    width: 15px;
    margin-right: 5px;
  }
  #top #zone4 ul li .efbtn a {
    font-size: 27px;
  }
  #top #zone4 ul li .efbtn a .mailsvg {
    fill: white;
    width: 20px;
  }
  #top #zone5 {
    padding-bottom: 80px;
  }
  #top #zone5 dl {
    width: 700px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 20px;
  }
  #top #zone5 dl dt {
    width: 90px;
    padding-bottom: 30px;
  }
  #top #zone5 dl dd {
    width: calc(100% - 90px);
    padding-bottom: 30px;
  }
  #top #zone5 dl dd li {
    padding-left: 1.1em;
    position: relative;
  }
  #top #zone5 dl dd li::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 4px;
  }
  #top #zone5 .bd {
    border-top: 1px solid #000;
    padding-top: 50px;
  }
  #top #zone6 {
    padding-bottom: 220px;
    text-align: center;
  }
  #top #zone6 .t1 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 50px;
  }
  #top #zone6 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 30px;
  }
  #top #zone6 ul li {
    width: 300px;
    height: 40px;
    border: 1px solid #000;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1;
    padding-top: 10px;
  }
  #top #zone6 .efbtn {
    width: 150px;
    margin: auto;
  }

  a.scroll {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 5;
    width: 40px;
    height: 90px;
    margin-left: -20px;
    max-height: 90px;
  }

  a.scroll span {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
    background-color: #000;
    pointer-events: none;
    transform: scaleY(0);
    transform-origin: top left;
    animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
  }

  @keyframes mainlogo3 {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50px);
    }
  }
  @keyframes mainlogo4 {
    0% {
      transform: translateY(0);
      opacity: 0;
    }
    100% {
      transform: translateY(-50px);
      opacity: 1;
    }
  }
  #service #zone1 {
    background: #fff;
    text-align: center;
    padding-bottom: 100px;
  }
  #service #zone1 h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 50px;
  }
  #service #zone1 .t1 {
    padding-bottom: 70px;
  }
  #service #zone1 .t2 {
    padding-bottom: 50px;
  }
  #service #zone1 .t2 img {
    width: 100%;
  }
  #service #zone1 .t3 {
    font-size: 12px;
  }
  #service .workslide {
    padding-bottom: 200px;
  }
  #service #zone2 {
    background: #fff;
    text-align: center;
    padding-bottom: 200px;
  }
  #service #zone2 h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 40px;
  }
  #service #zone2 .t1 {
    padding-bottom: 70px;
  }
  #service #zone2 .t1 i {
    letter-spacing: 0;
  }
  #service #zone2 .t2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
  }
  #service #zone2 ul {
    width: 700px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 50px;
  }
  #service #zone2 ul li {
    width: 330px;
    height: 220px;
    border: 1px solid #000;
    padding-top: 44px;
  }
  #service #zone2 ul li .b1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 26px;
  }
  #service #zone2 ul li .b2 {
    display: inline-block;
    text-align: left;
    line-height: 32px;
  }
  #service #zone3 {
    background: #fff;
    text-align: center;
    padding-bottom: 200px;
  }
  #service #zone3 h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 40px;
  }
  #service #zone3 .t1 {
    padding-bottom: 70px;
  }
  #service #zone3 .t2 img {
    width: 420px;
  }
  #service #zone4 {
    background: #fff;
    text-align: center;
    padding-bottom: 200px;
  }
  #service #zone4 h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 50px;
  }
  #service #zone4 h4 {
    font-size: 13px;
    line-height: 1;
    position: relative;
    margin-bottom: 40px;
  }
  #service #zone4 h4 i {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
  }
  #service #zone4 h4::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  #service #zone4 .t1 {
    padding-bottom: 70px;
  }
  #service #zone4 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 80px;
  }
  #service #zone4 ul li {
    width: 29%;
  }
  #service #zone4 ul li .b1 {
    font-family: din-condensed,sans-serif;
    font-weight: 500;
    font-size: 42px;
    letter-spacing: -0.5px;
    padding-bottom: 12px;
    line-height: 1;
  }
  #service #zone4 ul li .b2 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 1;
  }
  #service #zone4 ul li .b3 {
    text-align: left;
    font-size: 12px;
  }
  #service #zone4 .t2 {
    font-size: 13px;
    font-weight: 500;
  }
  #service #zone4 .t2 a {
    width: 290px;
    height: 70px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 35px;
    border: 1px solid #000;
    transition: .3s;
    overflow: hidden;
  }
  #service #zone4 .t2 a .mochironsvg {
    width: 160px;
    margin-top: 23px;
    margin-right: 1px;
    transition: .3s;
  }
  #service #zone4 .t2 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #000;
    border-radius: 15px;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: .3s;
  }
  #service #zone4 .t2 a:hover .mochironsvg {
    fill: white;
  }
  #service #zone4 .t2 a:hover::before {
    transform: scale(1, 1);
  }
  #service #zone5 {
    background: #fff;
    text-align: center;
    padding-bottom: 200px;
  }
  #service #zone5 h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 40px;
  }
  #service #zone5 h4 {
    width: 750px;
    margin: auto;
    font-weight: 500;
    line-height: 1;
    padding: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
  }
  #service #zone5 .t1 {
    padding-bottom: 70px;
  }
  #service #zone5 .t2 {
    font-size: 14px;
  }
  #service .parazone {
    position: relative;
    height: 460px;
    z-index: -100;
    transition: 1s;
    opacity: 0;
  }
  #service .parazone .parallax {
    width: 100%;
    height: 460px;
  }
  #service .parazone .para1 {
    background: url("/img/service/p1.jpg") no-repeat center center;
    background-size: cover;
  }
  #service .parazone .para2 {
    background: url("/img/service/p2.jpg") no-repeat center top;
    background-size: cover;
  }
  #service .parazone .para3 {
    background: url("/img/service/p3.jpg") no-repeat center center;
    background-size: cover;
  }
  #service .parazone .para4 {
    background: url("/img/service/p4.jpg") no-repeat center center;
    background-size: cover;
  }
  #service .parazone .para5 {
    background: url("/img/service/p5.jpg") no-repeat right center;
    background-size: cover;
  }
  #service .parazone span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #service .parazone.on {
    opacity: 1;
  }
  #service .parazone.on span {
    animation: hover-out 1s forwards alternate;
  }

  #contact {
    padding-bottom: 220px;
  }
  #contact.finish {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 0;
  }
  #contact.finish .f1 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 30px;
  }
  #contact.finish .f2 {
    text-align: center;
    padding-bottom: 70px;
  }
  #contact.finish .efbtn {
    width: 150px;
    margin: auto;
  }
  #contact .container {
    width: 700px;
    margin: auto;
    padding: 0;
  }
  #contact .lead {
    font-weight: 500;
    text-align: center;
    padding-bottom: 60px;
  }
  #contact .lead2 {
    font-weight: 500;
    text-align: center;
    padding: 50px 0;
  }
  #contact .koumoku {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
  }
  #contact .k1 {
    font-size: 16px;
  }
  #contact .cl {
    position: relative;
    padding-bottom: 35px;
  }
  #contact .privacy {
    padding-bottom: 30px;
    text-align: center;
  }
  #contact .privacy .pr1 {
    background: #000;
    color: #fff;
    margin-bottom: 60px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 12px;
    padding: 70px 35px 0;
    height: 230px;
    overflow-y: auto;
  }
  #contact .privacy .pr1 h3 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 30px;
  }
  #contact .privacy .pr1 strong {
    font-weight: 700;
    margin-left: -0.55em;
    display: inline-block;
  }
  #contact .privacy .pr1 p {
    padding-bottom: 80px;
  }
  #contact .privacy .pr2 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
  }
  #contact .privacy a {
    text-decoration: underline;
  }
  #contact .privacy a:hover {
    opacity: 0.6;
  }
  #contact .textarea1 {
    width: 700px;
    height: 50px;
    padding: 0 10px;
    background: #eeeeee;
  }
  #contact textarea {
    width: 700px;
    padding: 10px;
    background: #eeeeee;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Noto Sans JP',sans-serif;
  }
  #contact input:focus,
  #contact textarea:focus {
    background: #eeeeee;
  }
  #contact .submit {
    width: 150px;
    margin: auto;
    padding-top: 20px;
    text-align: center;
  }
  #contact .submit2 {
    width: 150px;
    margin: auto;
    padding-top: 12px;
    text-align: center;
  }
  #contact .w.error p,
  #contact .out {
    position: absolute;
    top: -25px;
    left: 0;
    color: #ff0000;
  }
  #contact .w.valid p, #contact .ok {
    display: none;
  }
  #contact label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    box-sizing: border-box;
  }
  #contact label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0;
    border: 1px solid #000;
    z-index: 3;
  }
  #contact label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("/img/contact/check.png") no-repeat;
    background-size: cover;
    z-index: 1;
  }
  #contact label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px;
  }
  #contact label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none;
  }
  #contact label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #fff;
    opacity: 0.1;
  }
  #contact label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #fff;
  }
  #contact .selectholder {
    clear: both;
    width: 700px;
    background: #eee;
    height: 50px;
    transition: .1s ease-out;
    cursor: pointer;
    z-index: 999999;
  }
  #contact .selectholder .desc i {
    color: #9c9c9c;
  }
  #contact .selectholder .desc {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 50px;
    color: #000;
  }
  #contact .selectholder .pulldown {
    float: right;
    vertical-align: middle;
    width: 50px;
    height: 100%;
    background-color: #000;
    background-image: url("/img/contact/select.png");
    background-size: cover;
    transition: .1s ease-out;
  }
  #contact .selectholder:hover,
  #contact .activeselectholder {
    background-color: #eee;
  }
  #contact .selectholder:hover .pulldown,
  #contact .activeselectholder .pulldown {
    background-color: #000;
    background-image: url("/img/contact/select.png");
  }
  #contact .selectholder .selectdropdown {
    position: relative;
    top: 0;
    left: 0;
    background: #666;
    color: #fff;
    display: none;
    clear: both;
    z-index: 99999;
  }
  #contact .selectholder .selectdropdown span {
    display: block;
    border-bottom: solid 1px #fff;
    padding-left: 10px;
    line-height: 50px;
    width: 700px;
    transition: background-color .1s ease-out;
  }
  #contact .selectholder .selectdropdown span:last-child {
    border-bottom: none;
  }
  #contact .selectholder .selectdropdown span.active {
    background-color: #ccc;
  }
  #contact .selectholder .selectdropdown span:hover {
    background-color: #555;
  }
  #contact .parazone {
    position: relative;
    height: 460px;
    z-index: -100;
    transition: 1s;
    opacity: 0;
  }
  #contact .parazone .parallax {
    width: 100%;
    height: 460px;
  }
  #contact .parazone .para1 {
    background: url("/img/contact/main.jpg") no-repeat center center;
    background-size: cover;
  }
  #contact .parazone span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #contact .parazone.on {
    opacity: 1;
  }
  #contact .parazone.on span {
    animation: hover-out .5s forwards alternate;
  }

  #privacy {
    padding-bottom: 220px;
  }
  #privacy section {
    padding-bottom: 100px;
    font-size: 12px;
  }
  #privacy section h3 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 50px;
  }
  #privacy section h4 {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
  }
  #privacy section h5 {
    font-weight: 700;
  }
  #privacy section .t1 {
    padding-bottom: 35px;
  }
  #privacy section .t2 {
    padding-bottom: 65px;
  }
  #privacy section li {
    padding-left: 1em;
    position: relative;
    background: url("/img/maru.png") no-repeat left 3px top 11px;
    background-size: 5px;
  }
  #privacy #zone2 {
    padding-bottom: 170px;
  }
  #privacy #zone2 h5 {
    margin-left: 2px;
  }
  #privacy #zone3 {
    padding-bottom: 0px;
  }
  #privacy #zone3 h5 {
    margin-left: -0.5em;
  }
  #privacy #zone3 h5 small {
    font-weight: 400;
    font-size: 10px;
  }
  #privacy #zone3 .t3 {
    font-weight: 700;
  }
  #privacy #zone3 strong {
    margin-left: 2px;
    font-weight: 500;
  }
  #privacy #zone3 ul {
    padding-left: 14px;
  }
  #privacy #zone3 i {
    display: inline-block;
    padding-left: 2.07em;
    position: relative;
  }
  #privacy #zone3 i::before {
    content: '';
    width: 5px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 15px;
  }
  #privacy #zone3 a {
    text-decoration: underline;
  }
  #privacy #zone3 a:hover {
    opacity: 0.6;
  }
}

#privacy table {
  line-height: 170%;
  width: 100%;
  max-width: 600px;
}
#privacy table tr th,
#privacy table tr td{
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
}
#privacy table tr th{
  font-weight:bold;
  text-align: center;
}
#privacy table tr th:nth-child(3){
  min-width: 80px;
}
@media screen and (max-width: 640px){
  #privacy table tr th,
  #privacy table tr td{
    border: 1px solid #e1e1e1;
    padding: 5px 8px;
  }
  #privacy table tr th{
    font-weight:bold;
    text-align: center;
  }
}


/* management_policy */
#management_policy .container{
  width: 100%;
  max-width: 1000px;
  padding: 80px 0 0;
  margin-bottom: 80px;
}
#management_policy .sct_policy{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
  #management_policy .title_l{
    font-size: clamp(26px,5vw,45px);
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
    border-bottom: 1px solid #000000;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  #management_policy .title_m{
    font-size: 30px;
    font-size: clamp(16px,5vw,30px);
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 60px;
  }
  #management_policy .sct_policy p{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 270%;
  }
  #management_policy .sct_policy p + .title_m{
    margin-top: 50px;
  }
  #management_policy .catch{
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    font-size: clamp(24px,4.5vw,40px);
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #management_policy .sct_policy p + .catch{
    margin-top: 50px;
  }
  #management_policy .sct_policy + .sct_policy {
    margin-top: 150px;
  }
  #management_policy ul {
    max-width: 845px;
    margin: 0 auto;
  }
    #management_policy ul li{
      position: relative; 
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.7;
      padding-left: 20px;
    }
      #management_policy ul li::before{
        content: '●';
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 50%;
        color: #b5b5b6;
      }
    #management_policy ul li + li{
      margin-top: 15px;
    }
  #management_policy ul + .title_m{
    margin-top: 50px;
  }
@media screen and (max-width: 640px){
  #management_policy .container{
    padding: 50px 0 0;
    margin-bottom: 65px;
  }
  #management_policy .sct_policy{
    padding: 0 20px;
  }
    #management_policy .title_l{
      margin-bottom: 45px;
      padding-bottom: 50px;
    }
    #management_policy .title_m{
      font-size: clamp(17px,4vw,30px);
      font-weight: 900;
      margin-bottom: 25px;
    }
    #management_policy .sct_policy p{
      font-size: 16px;
      line-height: 220%;
    }
    #management_policy .sct_policy p + .title_m{
      margin-top: 30px;
    }
    #management_policy .catch{
      margin-bottom: 15px;
    }
    #management_policy .sct_policy p + .catch{
      margin-top: 50px;
    }
    #management_policy .sct_policy + .sct_policy {
      margin-top: 100px;
    }
    #management_policy ul {
      max-width: 845px;
      margin: 0 auto;
    }
      #management_policy ul li{
        position: relative; 
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.7;
        padding-left: 16px;
      }
        #management_policy ul li::before{
          top: 8px;
        }
      #management_policy ul li + li{
        margin-top: 12px;
      }
    #management_policy ul + .title_m{
      margin-top: 50px;
    }
}
































