@charset "UTF-8";
/*====================
common
====================*/
html, body {
  margin: 0;
}

* {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.7s;
}
a p, a span, a img {
  text-decoration: none;
  transition: 0.7s;
}
a:hover {
  opacity: 0.6;
}

.pcOnly {
  display: block !important;
}
@media only screen and (max-width: 960px) {
  .pcOnly {
    display: none !important;
  }
}

.spOnly {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  .spOnly {
    display: block !important;
  }
}

/*---------------------
loading
---------------------*/
#loading {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #FFF;
  box-sizing: border-box;
}
#loading .loader,
#loading .loader::before,
#loading .loader::after {
  box-sizing: border-box;
}
#loading .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #CCC;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/*====================
sass class
====================*/
/* 横幅と縦幅が整数の時の上下中央 */
/*img100%*/
/* フォントサイズ */
/*====================
サイト構築ベース
====================*/
#wrap {
  width: 100%;
  height: 100%;
}

#container {
  margin: 0px auto;
  width: 100%;
  padding: 0;
}
#container .topBtn {
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 5;
  top: 110px;
  right: 0;
  left: 0;
}
#container .topBtn #topBtn {
  display: block;
  position: absolute;
  right: 0px;
  width: 35px;
  top: 0px;
}
#container .topBtn #topBtn img {
  width: 100%;
  height: auto;
}

.header .logo-header {
  display: flex;
  justify-content: flex-end;
}
.header .logo-header .logo-title {
  width: 36px;
  height: auto;
  margin: 30px 20px;
}

.sect-firstView h1 {
  display: flex;
}
.sect-firstView h1 .logo-title {
  width: 290px;
  height: auto;
  margin: 130px auto 0 auto;
}
.sect-firstView .img-scrollDown {
  width: 1px;
  height: 90px;
  background-color: #000;
  margin: 120px auto 130px auto;
}
@media only screen and (max-width: 960px) {
  .sect-firstView .img-scrollDown {
    margin: 160px auto 0 auto;
  }
}

.sect-about h2 {
  display: flex;
}
.sect-about h2 .title-img {
  width: 190px;
  height: auto;
  margin: 130px auto 0 auto;
}
@media only screen and (max-width: 960px) {
  .sect-about h2 .title-img {
    margin: 70px auto 0 auto;
  }
}
.sect-about .text-about {
  width: 84%;
  max-width: 460px;
  margin: 70px auto 50px auto;
}
@media only screen and (max-width: 960px) {
  .sect-about .text-about {
    margin: 80px auto 30px auto;
  }
}
.sect-about .text-about p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sect-about .text-name {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 6px;
}
.sect-about .text-name span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: bold;
}

.sect-works h2 {
  display: flex;
}
.sect-works h2 .title-img {
  width: 190px;
  height: auto;
  margin: 130px auto 0 auto;
}
@media only screen and (max-width: 960px) {
  .sect-works h2 .title-img {
    margin: 130px auto 60px auto;
  }
}
.sect-works .works-list {
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 960px) {
  .sect-works .works-list {
    display: block;
    margin-top: 0px;
  }
}
.sect-works .works-list li {
  width: 32%;
  min-height: 250px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .sect-works .works-list li {
    width: 100%;
    min-height: auto;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 960px) {
  .sect-works .works-list li .listInner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
}
.sect-works .works-list li.tateLine {
  width: 2%;
}
@media only screen and (max-width: 960px) {
  .sect-works .works-list li.tateLine {
    display: none;
  }
}
.sect-works .works-list li.tateLine .line {
  height: 45px;
  width: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.sect-works .works-list li.yokoLine {
  width: 32%;
  min-height: 45px;
}
@media only screen and (max-width: 960px) {
  .sect-works .works-list li.yokoLine {
    display: none;
  }
}
.sect-works .works-list li.yokoLine .line {
  width: 45px;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.sect-works .works-list li.plusLine {
  width: 2%;
  min-height: 45px;
}
@media only screen and (max-width: 960px) {
  .sect-works .works-list li.plusLine {
    display: none;
  }
}
.sect-works .works-list li.plusLine .line {
  width: 40px;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .sect-works .works-list li.yokoLine-sp {
    display: none;
  }
}
.sect-works .works-list li.yokoLine-sp .line {
  width: 45px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .sect-works .works-list li.works-list-line {
    display: none;
  }
}
.sect-works .works-list h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
}
.sect-works .works-list p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  margin-top: 14px;
}

.sect-profile {
  margin-top: 200px;
  max-width: 610px;
  margin: 0 auto;
}
.sect-profile h2 {
  display: flex;
}
.sect-profile h2 .title-img {
  width: 190px;
  height: auto;
  margin: 130px auto 0 auto;
}
.sect-profile .works-wrap {
  margin-top: 80px;
}
.sect-profile .works-wrap::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 960px) {
  .sect-profile .works-wrap {
    margin-top: 50px;
  }
}
.sect-profile .works-wrap .works-text {
  float: left;
  width: 84%;
  max-width: 310px;
}
@media only screen and (max-width: 960px) {
  .sect-profile .works-wrap .works-text {
    float: unset;
    max-width: 100%;
    margin: 22px auto 0 auto;
  }
}
.sect-profile .works-wrap .works-text .businessName {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 3px;
}
.sect-profile .works-wrap .works-text .positionName {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 3px;
}
.sect-profile .works-wrap .works-text .name {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 6px;
}
.sect-profile .works-wrap .works-text .text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sect-profile .works-wrap .works-ph {
  float: right;
  width: 212px;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .sect-profile .works-wrap .works-ph {
    float: unset;
    margin: 0 auto;
    width: 100%;
    max-width: 345px;
  }
}
@media only screen and (max-width: 420px) {
  .sect-profile .works-wrap .works-ph {
    margin: unset;
  }
}
.sect-profile .works-wrap .works-ph img {
  width: 100%;
  height: auto;
}

.sect-contact {
  padding-top: 100px;
  margin-top: 160px;
  background-color: #000;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .sect-contact {
    margin-top: 40px;
    padding-top: 80px;
  }
}
.sect-contact .pageTopBtn {
  position: absolute;
  top: -70px;
  right: 7%;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .sect-contact .pageTopBtn {
    top: -40px;
  }
}
.sect-contact .pageTopBtn img {
  width: 12px;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .sect-contact .pageTopBtn img {
    width: 7px;
    height: auto;
  }
}
.sect-contact h2 {
  display: flex;
}
.sect-contact h2 .title-img {
  width: 190px;
  height: auto;
  margin: 0 auto;
}
.sect-contact .text {
  margin-top: 45px;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 3px;
}
@media only screen and (max-width: 960px) {
  .sect-contact .text {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 960px) {
  .sect-contact .text span {
    display: none;
  }
}
.sect-contact .mailLink {
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}
.sect-contact .mailLink:hover span {
  color: #CCC;
}
.sect-contact .mailLink img {
  width: 38px;
  height: auto;
  margin-bottom: -5px;
}
.sect-contact .mailLink span {
  text-decoration: underline;
  color: #FFF;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  .sect-contact .mailLink span {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.7;
  }
}

.sect-copyright {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .sect-copyright {
    padding-top: 60px;
  }
}
.sect-copyright .textCopyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  font-family: Verdana, “Droid Sans”;
  color: #FFF;
}
@media only screen and (max-width: 960px) {
  .sect-copyright .textCopyright {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 960px) {
  .sect-copyright .textCopyright span {
    display: none;
  }
}
.sect-copyright a {
  color: #FFF;
  text-decoration: underline;
}

.sect-privacyPolicy {
  max-width: 960px;
  margin: 0 auto;
  width: 84%;
}
.sect-privacyPolicy p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.sect-privacyPolicy p span.title {
  font-weight: bold;
  display: inline-block;
  padding-top: 20px;
}
.sect-privacyPolicy p span.midashi {
  font-weight: bold;
  display: inline-block;
  padding-top: 20px;
}/*# sourceMappingURL=main.css.map */