/* all */
* {
  list-style: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #4d4d4d;
}
body {
  overflow-x: hidden;
}
h1 {
  margin: 0;
}
a {
  display: block;
  text-decoration: none;
  /* transition: all 0.4s; */
}
a:hover {
  opacity: 0.6;
}
img {
  height: auto;
  width: 100%;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.bg-pat {
  background: url(../images/bg.jpg) repeat-y left top / 100% auto;
}
/* header */
.head-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.head-top .logo {
  margin: 2% 0 0 4%;
  max-width: 322px;
  width: 17%;
}
/* nav */
nav {
  position: relative;
  left: auto;
  transform: none;
  bottom: auto;
  width: auto;
}
.nav-btn {
  background-color: #000;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 10;
  padding: 2% 0;
  width: 13%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.nav-btn span {
  display: block;
  background-color: #fff;
  height: 2px;
  max-width: 40px;
  width: 30%;
  transition: all 0.4s ease;
  border-radius: 200px;
  margin: 0 0 6px auto;
}
.nav-btn.open span:first-of-type {
  transform: translateY(5px) rotate(45deg);
}
.nav-btn.open span:last-of-type {
  transform: translateY(-3px) rotate(-45deg);
}
.nav-btn .border,
.menu-ttl {
  width: 48%;
}
.nav-btn .border {
  margin-right: 4%;
}
.nav-lists li {
  width: 90%;
  margin-bottom: 10%;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
.nav-lists li a {
  display: block;
  width: 30%;
}
.menu-ttl {
  max-width: 48px;
  width: 20%;
  margin: 0 auto 0 0;
}
nav ul {
  background-color: #ccc;
  display: block;
  padding: 10% 20px;
  position: fixed;
  right: -30%;
  top: 0;
  height: 100vh;
  width: 30%;
  z-index: 8;
  transition: all 0.4s ease;
  border-radius: 0;
}
nav ul li {
  text-align: left;
}
nav ul.open {
  right: 0;
}
.no-scroll {
  overflow-y: hidden;
}
.head-nav {
  display: flex;
  flex-wrap: wrap;
  width: 47%;
  margin: 0 0 50px auto;
  padding-right: 4%;
  justify-content: space-between;
}
.head-nav li:first-of-type {
  max-width: 34px;
}
.head-nav li:nth-of-type(2) {
  max-width: 84px;
}
.head-nav li:nth-of-type(3) {
  max-width: 76px;
}
.head-nav li:nth-of-type(4) {
  max-width: 90px;
}
.head-nav li.contact-link img {
  max-width: 84px;
}
.head-nav li.contact-link {
  position: relative;
  padding: 0 4%;
}
.head-nav li.contact-link::after {
  background: url(../images/menu-contact-arrow.png) no-repeat center bottom / 100% auto;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 13px;
  width: 100%;
}
.nav-btn {
  width: 15%;
}
/* contents */
.kv {
  padding-left: 6%;
}
.concept-wrap {
  padding: 160px 0;
}
.concept-wrap h2 {
  max-width: 217px;
  margin: 0 auto 100px;
  width: 15%;
}
.concept-wrap h3 {
  max-width: 400px;
  margin: 0 auto 66px;
  width: 30%;
}
.concept-wrap .msg {
  line-height: 1.6;
  text-align: center;
}
.works-wrap {
  margin-bottom: 170px;
}
.works-wrap h2 {
  max-width: 373px;
  margin-left: 5%;
  margin-bottom: 90px;
  width: 22%;
}
.works-wrap .pic {
  margin-right: 16%;
}
.works-wrap .flow {
  margin-bottom: 75px;
}
.works-wrap .msg {
  font-size: 0.88rem;
  line-height: 2;
  text-align: center;
}
.service-wrap {
  padding: 0 5%;
  margin-bottom: 20%;
}
.service-wrap h2 {
  max-width: 438px;
  margin-bottom: 80px;
  width: 29%;
}
.service-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-lists li {
  width: 32%;
}
.service-lists .pic {
  margin-bottom: 40px;
}
.service-lists .txt {
  margin: 0 auto;
}
.service-lists li:first-of-type .txt {
  max-width: 422px;
  width: 81%;
}
.service-lists li:nth-of-type(2) .txt {
  max-width: 325px;
  width: 62%;
}
.service-lists li:last-of-type .txt {
  max-width: 422px;
  width: 81%;
}
.staff-wrap {
  margin-bottom: 10%;
}
.staff-wrap h2 {
  max-width: 573px;
  margin-left: 5%;
  margin-bottom: 90px;
  width: 34%;
}
.staff-wrap .staff-pack {
  display: flex;
  flex-wrap: wrap;
}
.staff-wrap .staff-pack p {
  width: 50%;
}
.staff-wrap .staff-pack:first-of-type {
  flex-direction: row-reverse;
}
.staff-wrap .staff-pack .txt {
  padding: 5%;
}
.staff-wrap .staff-pack .txt img {
  max-width: 600px;
}
.staff-wrap .staff-pack:first-of-type .txt {
  padding-right: 10%;
}
.staff-wrap .staff-pack:last-of-type .txt {
  padding-left: 10%;
}
/* footer */
.links {
  display: flex;
}
.links li {
  width: 50%;
}
footer {
  padding: 10% 0;
}
.foot-logo {
  max-width: 322px;
  margin: 0 auto 40px;
  width: 26%;
}
footer .address {
  font-size: 0.88rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
footer .privacy-link {
  text-align: center;
  margin-bottom: 40px;
}
footer small {
  display: block;
  text-align: center;
}
/* 下層 */
.feature-wrap {
  padding: 50px 5% 0%;
  margin-bottom: 10%;
}
.feature-wrap h1 {
  max-width: 498px;
  margin-bottom: 40px;
}
.feature-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature-lists li {
  width: 32%;
}
.feature-lists .pic {
  margin-bottom: 20px;
}
.contact-form {
  margin-bottom: 10%;
}
.contact-form h2 {
  max-width: 257px;
  margin: 0 auto 4%;
  width: 16%;
}
.contact-form-table {
  margin: 0 auto;
  max-width: 680px;
}
.company-wrap {
  margin-bottom: 10%;
  padding: 100px 5% 0;
}
.company-wrap h1 {
  max-width: 452px;
  margin: 0 auto 10%;
  width: 29%;
}
.company-wrap .catch {
  max-width: 998px;
  margin: 0 auto 6%;
  width: 64%;
}
.company-wrap .msg {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 6%;
}
.company-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-lists li {
  width: 32%;
}
.company-lists .pic {
  margin-bottom: 20px;
}
.message-wrap {
  margin-bottom: 10%;
}
.message-wrap h2 {
  max-width: 774px;
  margin: 0 auto 4%;
  width: 45%;
}
.msg-box {
  border: 1px solid #000;
  margin: 0 auto;
  padding: 2% 5%;
  width: 62.5%;
}
.msg-box .msg {
  font-size: 0.93rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 5%;
}
.msg-box .daihyou {
  margin: 0 0 0 auto;
  max-width: 130px;
  width: 16%;
}
.outline-wrap {
  margin-bottom: 10%;
}
.outline-wrap h2 {
  max-width: 388px;
  margin-bottom: 5%;
  margin-left: 5%;
  width: 22%;
}
.outline-wrap .content {
  margin: 0 auto;
  width: 50%;
}
.outline-wrap .content dl {
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 4%;
  padding-top: 2%;
}
.outline-wrap .content dt {
  width: 20%;
}
.outline-wrap .content dd {
  width: 80%;
}

.privacy-policy {
  margin: 0 auto;
  max-width: 800px;
  padding: 100px 0;
}
.privacy-policy h1 {
  margin-bottom: 60px;
  text-align: center;
}
.privacy-policy dl {
  margin-bottom: 40px;
}
.privacy-policy dt {
  border-bottom: 1px solid #4d4d4d;
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.privacy-policy dd {
  line-height: 1.8;
}
.privacy-policy ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.privacy-policy ol ol li {
  list-style-type: lower-roman;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .head-top .logo {
    width: 30%;
  }
  .nav-btn {
    display: block;
  }
  .nav-btn .border {
    width: 100%;
  }
  .nav-btn span {
    margin: 0 auto 6px;
    width: 50%;
  }
  .menu-ttl {
    width: 45%;
    margin: 0 auto;
  }
  nav ul {
    right: -80%;
    padding: 25% 20px 10%;
    width: 80%;
  }
  .kv {
    padding-left: 2%;
  }
  .concept-wrap {
    padding: 8% 0;
  }
  .concept-wrap h2 {
    margin-bottom: 4%;
    width: 35%;
  }
  .concept-wrap .msg {
    font-size: 0.75rem;
    padding: 0 5%;
  }
  .works-wrap {
    overflow-x: hidden;
    margin-bottom: 10%;
  }
  .works-wrap h2 {
    width: 40%;
    margin-bottom: 4%;
  }
  .works-wrap .pic {
    margin-right: 4%;
    position: relative;
    z-index: 1;
  }
  .works-wrap .flow {
    transform: scale(1.5);
    margin-bottom: 5%;
  }
  .works-wrap .msg {
    font-size: 0.75rem;
    padding: 0 15%;
  }
  .service-wrap {
    margin-bottom: 10%;
  }
  .service-wrap h2 {
    margin-bottom: 8%;
    width: 54%;
  }
  .service-lists li {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto 6%;
    width: 80%;
  }
  .service-lists li .txt {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .service-lists li:nth-of-type(2) .txt {
    width: 80% !important;
  }
  .service-lists .pic {
    margin-bottom: 0;
  }
  .staff-wrap h2 {
    margin-bottom: 10%;
    width: 64%;
  }
  .staff-wrap .staff-pack {
    width: 80%;
    margin: 0 auto 6%;
  }
  .staff-wrap .staff-pack .txt,
  .staff-wrap .staff-pack .pic {
    width: 100%;
  }
  .staff-wrap .staff-pack .txt {
    padding: 0 0 6% 0;
  }
  .staff-wrap .staff-pack:first-of-type .txt {
    padding-right: 0;
  }
  .staff-wrap .staff-pack:last-of-type .txt {
    padding-left: 0;
  }
  .links {
    flex-wrap: wrap;
  }
  .links li {
    width: 100%;
    line-height: 0;
  }
  .foot-logo,
  footer .address {
    margin-bottom: 20px;
  }
  .feature-wrap h1 {
    width: 76%;
  }
  .feature-lists li {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
    width: 85%;
  }
  .feature-lists li .pic {
    margin-top: 20px;
  }
  .contact-form h2 {
    width: 60%;
  }
  .contact-form-table {
    width: 80%;
  }
  .company-wrap {
    padding-top: 10%;
  }
  .company-wrap h1 {
    width: 55%;
  }
  .company-wrap .catch {
    width: 94%;
  }
  .company-wrap .msg {
    font-size: 0.75rem;
    margin-bottom: 10%;
  }
  .company-lists li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0 auto;
    width: 90%;
  }
  .company-lists .pic {
    margin-top: 20px;
  }
  .message-wrap {
    margin-bottom: 16%;
  }
  .message-wrap h2 {
    width: 80%;
  }
  .msg-box {
    width: 90%;
  }
  .msg-box .msg {
    font-size: 0.75rem;
  }
  .msg-box .daihyou {
    width: 30%;
  }
  .outline-wrap h2 {
    width: 40%;
  }
  .outline-wrap .content {
    width: 90%;
  }
  .outline-wrap .content dt {
    width: 30%;
  }
  .outline-wrap .content dd {
    width: 70%;
  }
  .outline-wrap .content dl {
    padding-bottom: 10%;
    padding-top: 5%;
  }
  .outline-wrap {
    margin-bottom: 20%;
  }
  .privacy-policy {
    width: 90%;
    margin: 0 auto;
  }
  .privacy-policy dt {
    font-size: 1rem;
  }
  .privacy-policy dd {
    font-size: 0.83rem;
  }
}
