* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  color: #333;
}
body {
  background-color: #fff;
}
a {
  display: block;
  text-decoration: none;
}
html {
  font-size: 62.5%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
.serif {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.inner {
  padding: 0 5%;
}
.second-inner {
  padding: 0 10%;
}
.h2-style {
  margin-bottom: 4rem;
  text-align: center;
}
.h2-style span {
  display: block;
  font-size: 3.4rem;
}
/* header */
.kv {
  background: url("../images/kv-bg.jpg") no-repeat center top / cover;
  padding: 8% 0 4%;
}
.kv-logo {
  max-width: 280px;
  margin: 0 auto 1.5rem;
  transform: translateX(-15%);
}
.catch-copy,
.catch-msg {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #000, 0 0 2px #000, 0 0 30px #000, 0 0 40px #000;
}
.catch-copy {
  font-size: 3.8rem;
  margin-bottom: 1rem;
}
.catch-msg {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 6%;
}
.second-head {
  border-bottom: 1px solid #333;
  padding: 2rem 0;
}
.kv-nav {
  background-color: #333;
  border-radius: 999px;
  margin: 0 auto;
  width: 50%;
}
.kv-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
}
.kv-nav ul a {
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 0;
}
/* main -toppage- */
.top-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5% 0 2%;
}
.top-wrap > div {
  width: 50%;
}
.top-wrap .left {
  text-align: center;
}
.top-wrap .left img {
  width: 24%;
}
.about-wrap {
  padding: 2% 0;
  text-align: center;
}
.about-wrap .msg {
  font-size: 1.6rem;
  line-height: 1.8;
}
.service-wrap {
  padding-top: 2%;
  padding-bottom: 2%;
}
.service-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-pack {
  text-align: center;
  width: 32.4%;
}
.service-pack .pic {
  margin-bottom: 2rem;
}
.service-pack .ttl {
  margin: 0 auto 2rem;
  /* width: 17%; */
  font-size: 2rem;
}
.service-pack .msg {
  font-size: 1.4rem;
  line-height: 1.8;
}
.staff-wrap {
  padding-top: 4%;
  padding-bottom: 2%;
}
.staff-pack {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
}
.staff-pack:first-of-type {
  margin-bottom: 5%;
}
.staff-pack:last-of-type {
  flex-direction: row-reverse;
}
.staff-pack .left,
.staff-pack .right {
  width: 47%;
}
.staff-pack .right dl {
  padding-top: 10%;
  width: 60%;
}
.staff-pack:last-of-type .right dl {
  margin: 0 0 0 auto;
}
.staff-pack .right dt,
.staff-pack .right dd {
  font-size: 1.4rem;
}
.staff-pack .right dt img {
  vertical-align: text-top;
}
.staff-pack .right dt span {
  padding-left: 2rem;
}
.staff-pack .right dt .posi {
  padding-left: 0;
  font-size: 2rem;
}
.staff-pack .right dt {
  margin-bottom: 3rem;
}
.staff-pack .right dd {
  line-height: 1.8;
}
.staff-pack:first-of-type .right dt img {
  width: 20%;
}
.staff-pack:last-of-type .right dt img {
  width: 30%;
}
.btn {
  margin: 0 auto;
  width: 20%;
}
.btn a {
  background-color: #333;
  /* background-image: url(../images/btn-arrow.png); */
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px 40px;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  padding: 1.6rem 0;
  text-align: center;
}
/* feature */
.feature-wrap,
.company-wrap {
  padding-top: 5%;
  padding-bottom: 2%;
}
.feature-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature-pack {
  width: 49%;
}
.feature-pack .pic {
  margin-bottom: 1.6rem;
}
.feature-pack .ttl {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.feature-pack .msg {
  font-size: 1.4rem;
  line-height: 1.8;
}
.recruitment-wrap {
  padding-top: 2%;
  padding-bottom: 2%;
}
.recruit-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-lists li {
  background-color: #888;
  border-radius: 1rem;
  padding: 2%;
  margin-bottom: 4rem;
  width: 23%;
}
.recruit-lists .ttl,
.recruit-lists .msg {
  color: #fff;
  font-size: 1.4rem;
}
.recruit-lists .ttl {
  text-align: center;
  margin-bottom: 2rem;
}
.recruit-lists .icon {
  width: 30%;
  margin: 0 auto 2.5rem;
}
.recruit-lists .msg {
  line-height: 1.8;
}
.job-des-wrap,
.outline-wrap {
  padding: 2% 0;
  width: 60%;
  margin: 0 auto;
}
.job-des-box dl,
.outline-box dl {
  border-bottom: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.job-des-box dl:first-of-type,
.outline-box dl:first-of-type {
  border-top: 1px solid #333;
}
.job-des-box dt,
.job-des-box dd,
.outline-box dt,
.outline-box dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
.job-des-box dt,
.outline-box dt {
  width: 18%;
}
.job-des-box dd,
.outline-box dd {
  width: 82%;
}
.job-des-box dd a {
  text-decoration: underline;
  display: inline;
}
.contact-form {
  padding: 2% 0;
  width: 60%;
  margin: 0 auto;
}
.contact-form-table dt,
.contact-form-table dd {
  font-size: 1.4rem;
}
input[type="text"], 
input[type="url"], 
input[type="tel"], 
input[type="email"],
.form-select select {
  font-size: 1.6rem;
  height: 4rem;
  color: #333;
}
textarea {
  color: #333;
  font-size: 1.6rem;
}
.contact-form-table dt .require {
  background-color: red;
  font-size: 1.3rem;
}
.submit .submit-button {
  font-size: 1.4rem;
  color: #fff;
  background-color: #333;
}
/* company */
.company-wrap {
  margin-bottom: 3%;
}
.company-wrap .top-msg {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.company-wrap .sub-msg {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 3%;
}
.company-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-lists li {
  width: 28%;
}
.company-lists .pic {
  margin-bottom: 2rem;
  min-height: 240px;
}
.company-lists .ttl,
.company-lists .msg {
  font-size: 1.4rem;
  text-align: center;
}
.company-lists .ttl {
  margin-bottom: 2.5rem;
}
.company-lists .msg {
  line-height: 1.8;
}
.message-wrap {
  margin-bottom: 4%;
}
.message-box {
  background-color: #888;
  border-radius: 20px;
  padding: 2% 6%;
}
.message-box p {
  color: #fff;
}
.message-box .msg {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}
.message-box .president {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 0 auto;
  width: 10%;
}
.message-box .president span {
  color: #fff;
  display: block;
  font-size: 1.2rem;
}
.privacy-wrap {
  padding-top: 5%;
  padding-bottom: 5%;
}
.privacy-box {
  width: 70%;
  margin: 0 auto;
}
.privacy-box dt,
.privacy-box dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
.privacy-box dl {
  margin-bottom: 1.5rem;
}
.privacy-box dt {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
/* footer */
footer {
  padding-top: 5%;
}
.footer-top {
  margin-bottom: 8%;
}
.foot-logo {
  margin: 0 auto;
  width: 26%;
}
.footer-end {
  background-color: #333;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.end-logo {
  width: 60px;
  margin-right: 4%;
}
.privacy-link a,
small {
  color: #fff;
  font-size: 1.4rem;
}
small {
  margin: 0 0 0 auto;
  width: 16%;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .kv-logo {
    max-width: 30%;
  }
  .catch-copy {
    font-size: 2rem;
  }
  .catch-msg {
    font-size: 1.4rem;
  }
  /* .top-nav */
  .top-nav {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
    width: auto;
  }
  .nav-btn {
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 10;
    padding: 10px 15px 10px 20px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
  }
  .nav-btn span {
    display: block;
    background-color: #000;
    height: 2px;
    width: 24px;
    transition: all 0.4s ease;
    border-radius: 200px;
  }
  .nav-btn span:first-of-type {
    margin-bottom: 6px;
  }
  .nav-btn span:nth-of-type(2) {
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
  }
  .nav-btn.open span:first-of-type {
    transform: translateY(9px) rotate(45deg);
  }
  .nav-btn.open span:last-of-type {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav-btn.open span:nth-of-type(2) {
    transform: translateY(1px) rotate(45deg);
  }
  .top-nav ul {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    padding: 25% 20px 10%;
    position: fixed;
    right: -80%;
    top: 0;
    height: 100vh;
    width: 80%;
    z-index: 8;
    transition: all 0.4s ease;
    border-radius: 0;
  }
  .top-nav ul li {
    text-align: left;
  }
  .top-nav ul li:first-of-type {
    max-width: 241px;
  }
  .top-nav ul li:nth-of-type(2) {
    max-width: 99px;
  }
  .top-nav ul li:nth-of-type(3) {
    max-width: 111px;
  }
  .top-nav ul li:last-of-type {
    max-width: 111px;
  }
  .top-nav ul li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .top-nav ul li a {
    color: #333;
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  .top-nav ul.open {
    right: 0;
  }
  .no-scroll {
    overflow-y: hidden;
  }
  .sp .nav-btn {
    display: flex;
  }
  .sp .nav-txt {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-right: 6px;
  }
  .second-head {
    border: none;
  }
  /* contents */
  .top-wrap .left,
  .top-wrap .right {
    width: 100%;
  }
  .top-wrap .left {
    padding: 10% 0;
  }
  .inner {
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
  }
  .about-wrap {
    margin-bottom: 10%;
  }
  .service-pack {
    margin: 0 auto 20%;
    width: 90%;
  }
  .service-pack .ttl {
    width: 30%;
  }
  .staff-pack:first-of-type {
    margin-bottom: 10%;
  }
  .staff-pack .left,
  .staff-pack .right {
    margin: 0 auto;
    width: 90%;
  }
  .staff-pack .right dl {
    width: 100%;
  }
  .staff-pack .right dt {
    margin-bottom: 2rem;
  }
  .btn {
    width: 80%;
  }
  .second-inner {
    padding: 0 5%;
  }
  .feature-pack {
    margin-bottom: 10%;
    width: 100%;
  }
  .recruit-lists li {
    width: 48%;
  }
  .job-des-wrap, .outline-wrap, .contact-form {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
  .job-des-box dt,
  .outline-box dt {
    width: 25%;
  }
  .job-des-box dd,
  .outline-box dd {
    width: 75%;
  }
  .company-wrap .sub-msg {
    text-align: left;
    margin-bottom: 3rem;
  }
  .company-lists li {
    margin-bottom: 10%;
    width: 100%;
  }
  .message-wrap .h2-style span {
    font-size: 2.4rem;
  }
  .message-box .president {
    width: 100%;
    margin: 2rem auto;
    text-align: center;
  }
  .privacy-box {
    width: 100%;
  }
  /* footer */
  footer {
    padding-top: 10%;
  }
  .foot-logo {
    width: 50%;
  }
  .footer-end {
    flex-wrap: wrap;
  }
  .end-logo {
    width: 30px;
  }
  small {
    width: 100%;
    font-size: 1rem;
    margin: 4% auto 0;
    text-align: center;
  }
}
/* パララックス */
.parallax-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.parallax {
  filter: blur(4px) brightness(0.7);
}
header {
  background-color: #fff;
  padding-bottom: 4%;
}
.about-wrap,
.service-wrap,
.staff-wrap {
  background-color: rgba(255,255,255,0.8);
  margin: 10% 0 30%;
  padding: 5% 0;
}
.service-wrap,
.staff-wrap {
  padding-left: 5%;
  padding-right: 5%;
}
.staff-wrap {
  margin-bottom: 10%;
}
@media only screen and (max-width: 768px) {
  .parallax {
    min-height: 100vh;
    object-fit: cover;
  }
  header {
    padding-bottom: 0;
  }
  .about-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}