* {
  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;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
/* header */
header {
  padding: 20px 3%;
}
.head-logo {
  max-width: 64px;
}
/* nav */
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: 15px 15px 15px 20px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}
.nav-btn .nav-txt {
  margin-top: 0.3rem;
}
.nav-btn .nav-line span {
  display: block;
  background-color: #000;
  height: 2px;
  width: 24px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease;
  border-radius: 200px;
}
.nav-btn .nav-line span:first-of-type {
  margin-bottom: 6px;
}
.nav-btn .nav-line span:nth-of-type(2) {
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 16px;
}
.nav-btn.open .nav-line span:first-of-type {
  transform: translateY(9px) rotate(45deg);
}
.nav-btn.open .nav-line span:last-of-type {
  transform: translateY(-7px) rotate(-45deg);
}
.nav-btn.open .nav-line span:nth-of-type(2) {
  transform: translateY(1px) rotate(45deg);
}
nav ul {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  padding: 10% 20px 10%;
  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 li:not(:last-of-type) {
  margin-bottom: 30px;
}
nav ul li a {
  background: url(../images/btn-arrow.png) no-repeat left top / 20px 20px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  padding-left: 3rem;
}
nav ul.open {
  right: 0;
}
.no-scroll {
  overflow-y: hidden;
}
/* kv */
.kv-wrap {
  position: relative;
  padding: 0 5%;
  margin-bottom: 4rem;
}
.kv-left {
  position: absolute;
  left: 5%;
  top: 45%;
  transform: translateY(-50%);
  width: 30%;
}
.kv-logo {
  margin-bottom: 4rem;
  width: 40%;
}
.kv-catch span {
  display: inline-block;
  padding: 0.2rem 1.5rem;
  font-size: 5.4rem;
  letter-spacing: 0.4rem;
  background-color: #000;
  color: #fff;
  margin-bottom: 3rem;
}
.sub-catch {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.2rem 1.5rem;
}
.kv-right {
  width: 76%;
  margin: 0 0 0 auto;
}
/* mind */
.mind-wrap {
  background: url('../images/pc-bg-mind.png') no-repeat left top / cover;
  margin-bottom: 10rem;
}
.mind-wrap .inner {
  padding: 20%;
}
.mind-wrap h2 {
  color: #fff;
  font-size: 6rem;
  letter-spacing: 0.4rem;
  text-align: center;
}
.mind-wrap .sub {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  padding-top: 3rem;
}
.mind-wrap .sub::before {
  content: "";
  display: block;
  width: 1px;
  min-height: 15px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.mind-wrap .catch {  
  text-align: center;
  margin: 3rem 0 6rem;
}
.mind-wrap .catch span {
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0.2rem 1.5rem;
}
.mind-wrap .mind-lists {
  margin-bottom: 5rem;
}
.mind-wrap .mind-lists dt,
.mind-wrap .mind-lists dd {
  color: #fff;
  text-align: center;
}
.mind-wrap .mind-lists dt {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.mind-wrap .mind-lists dd {
  font-size: 1.4rem;
  line-height: 2;
}
.btn-link.wh a {
  border: 1px solid #fff;
  color: #fff;
}
.btn-link.bk a {
  border: 1px solid #000;
  color: #000;
}
.btn-link {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
}
.btn-link a {
  display: block;
  padding: 1.5rem 0;
  font-size: 1.6rem;
}
.two-pack .pic-pack {
  width: 60%;
}
.two-pack .data-pack {
  padding: 0 5% 0 2%;
  width: 40%;
}
.two-pack .data-pack h2 {
  font-size: 6rem;
  margin-bottom: 6rem;
  line-height: 1;
}
.two-pack .data-pack h2 span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin-top: 2rem;
}
.two-pack .data-pack h2 span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #000;
  vertical-align: middle;
  margin-right: 10px;
}
.two-pack .bg-catch {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.two-pack .bg-catch span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.8rem 2rem;
}
.two-pack .msg {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.two-pack .btn-link {
  margin: 0 auto 0 0;
}
.philosophy-wrap,
.brand-wrap {
  margin-bottom: 20rem;
}
.recruit-wrap {
  margin-bottom: 18rem;
}
.recruit-wrap .flex {
  flex-direction: row-reverse;
}
.recruit-wrap .bg-catch span:first-of-type {
  margin-bottom: 1.5rem;
}
.shop-wrap {
  margin: 0 auto 6rem;
  width: 65%;
}
.shop-wrap .pic-pack {
  width: 40%;
}
.shop-wrap .data-pack {
  width: 50%;
}
.shop-wrap .top-cat span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.2rem 1.5rem;
  font-size: 3rem;
}
.shop-wrap h2 {
  margin-bottom: 2rem;
}
.shop-wrap .msg {
  font-size: 1.6rem;
  line-height: 1.8;
}
.bottom-link-wrap {
  margin-bottom: 10rem;
}
.bottom-link-wrap li {
  width: calc(100% / 3);
}
/* footer */
.foot-logo {
  max-width: 150px;
  width: 30%;
  margin: 0 auto 3rem;
}
.footer-wrap .catch {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 8rem;
}
.end-pack {
  background-color: #000;
  padding: 2rem 3%;
  align-items: center;
}
.end-logo {
  max-width: 60px;
  width: 10%;
}
.text-link a,.copy {
  color: #aaa;
}
.text-link a {
  font-size: 1.4rem;
}
.text-link {
  width: 70%;
}
.copy {
  text-align: right;
  width: 15%;
}
/* feature */
.second-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.second-wrap .h2-style {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 4rem;
}
.second-wrap .h2-style span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.second-wrap .feature-wrap {
  margin-bottom: 7rem;
}
.second-wrap .feature-wrap li {
  width: 30%;
}
.second-wrap .feature-wrap .pic {
  margin-bottom: 2rem;
}
.second-wrap .feature-wrap dl {
  text-align: center;
}
.second-wrap .feature-wrap dt {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.second-wrap .feature-wrap dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
.second-wrap .recruitment-wrap li {
  border-radius: 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  width: 22%;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}
.second-wrap .recruitment-wrap h3 {
  max-width: 165px;
  margin: 0 auto 2rem;
  width: 80%;
}
.second-wrap .recruitment-wrap .msg {
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
}
.second-wrap .job-wrap .table {
  max-width: 850px;
  margin: 0 auto 10rem;
}
.second-wrap .job-wrap dl {
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.second-wrap .job-wrap dl:first-of-type {
  border-top: 1px solid #000;
}
.second-wrap .job-wrap dt {
  font-size: 1.6rem;
  font-weight: bold;
  width: 18%;
}
.second-wrap .job-wrap dd {
  font-size: 1.6rem;
  width: 82%;
  line-height: 1.8;
}
.second-wrap .job-wrap dd a {
  display: inline;
  color: #1558d6;
  text-decoration: underline;
}
.contact-wrap {
  max-width: 680px;
  margin: 0 auto 5rem;
  padding: 5% 0;
}
.contact-wrap dt,
.contact-wrap dd {
  font-size: 1.6rem;
}
.contact-wrap .require {
  font-size: 1.3rem;
  padding: 5px;
  text-align: center;
}
.contact-wrap dl {
  margin-bottom: 30px;
}
.contact-wrap dt {
  margin-bottom: 15px;
}
.submit {
  margin-top: 0;
}
.contact-wrap .submit-btn {
  text-align: center;
}
.contact-wrap .submit {
  width: 300px;
  font-size: 1.6rem;
  padding: 10px 0;
}
input[type="text"], input[type="url"], input[type="tel"], input[type="email"] {
  height: 4rem;
}
.second-wrap .company-wrap {
  margin-bottom: 10rem;
}
.second-wrap .company-wrap h2 {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  margin-bottom: 2rem;
}
.second-wrap .company-wrap .msg {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.second-wrap .company-wrap li {
  width: 30%;
}
.second-wrap .company-wrap .pic {
  margin-bottom: 2rem;
}
.second-wrap .company-wrap dl {
  text-align: center;
}
.second-wrap .company-wrap dt {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.second-wrap .company-wrap dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
.second-wrap .message-wrap {
  margin-bottom: 10rem;
}
.second-wrap .message-wrap .message-box {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin: 0 auto;
  width: 90%;
  padding: 4rem 2rem;
}
.second-wrap .message-box .msg {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}
.second-wrap .message-box .name {
  font-size: 2.4rem;
  font-weight: bold;
  width: 120px;
  margin: 0 0 0 auto;
}
.second-wrap .message-box .name span {
  font-size: 1.6rem;
  display: block;
}
.second-wrap .outline-wrap .table {
  max-width: 850px;
  margin: 0 auto 10rem;
}
.second-wrap .outline-wrap dl {
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.second-wrap .outline-wrap dl:first-of-type {
  border-top: 1px solid #000;
}
.second-wrap .outline-wrap dt {
  font-size: 1.6rem;
  font-weight: bold;
  width: 18%;
}
.second-wrap .outline-wrap dd {
  font-size: 1.6rem;
  width: 82%;
  line-height: 1.8;
}
.second-wrap .privacy-wrap {
  margin-bottom: 10rem;
}
.second-wrap .privacy-wrap .privacy-box {
  max-width: 800px;
  margin: 0 auto;
}
.second-wrap .privacy-wrap dl {
  margin-bottom: 3rem;
}
.second-wrap .privacy-wrap dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.second-wrap .privacy-wrap dd {
  font-size: 1.6rem;
  line-height: 1.8;
}
/* スマホ */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  nav ul {
    width: 80%;
    right: -80%;
  }
  .kv-wrap {
    padding: 0;
  }
  .kv-right {
    width: 95%;
  }
  .kv-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 90%;
  }
  .kv-catch span {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
  .kv-logo {
    width: 50%;
    padding-left: 10%;
    margin-bottom: 2rem;
  }
  .mind-wrap {
    background-position: center top;
  }
  .mind-wrap .inner {
    padding: 20vh 3%;
  }
  .mind-wrap h2 {
    font-size: 3rem;
  }
  .mind-lists dl {
    width: 48%;
  }
  .mind-wrap .mind-lists dt {
    font-size: 1.4rem;
  }
  .mind-wrap .mind-lists dd {
    font-size: 1rem;
  }
  .two-pack {
    padding: 0 2%;
  }
  .two-pack .pic-pack {
    width: 100%;
  }
  .two-pack .data-pack {
    background-color: #fff;
    padding: 1rem;
    margin-top: -3rem;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .two-pack .data-pack h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .two-pack .bg-catch {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }
  .two-pack .btn-link {
    margin: 0 auto;
  }
  .philosophy-wrap, .brand-wrap, .recruit-wrap {
    margin-bottom: 6rem;
  }
  .shop-wrap {
    width: 80%;
  }
  .shop-wrap .pic-pack,
  .shop-wrap .data-pack {
    width: 100%;
  }
  .shop-wrap .pic-pack {
    margin-bottom: 3rem;
  }
  .shop-wrap .top-cat span {
    font-size: 1.6rem;
  }
  .shop-wrap .top-cat {
    margin-bottom: 1rem;
  }
  .sp-foot-nav {
    margin: 0 auto 4rem;
    width: 90%;
  }
  .sp-foot-nav li {
    border-bottom: 1px solid #000;
    text-align: center;
  }
  .sp-foot-nav li:first-of-type {
    border-top: 1px solid #000;
  }
  .sp-foot-nav li a {
    display: block;
    font-size: 1.8rem;
    padding: 0.5rem 0;
  }
  .sp-bottom-link {
    text-align: center;
    margin-bottom: 3rem;
  }
  .sp-bottom-link a,
  .sp-bottom-link small {
    color: #333;
    font-size: 1.2rem;
  }
  .sp-bottom-link a {
    margin-bottom: 1rem;
  }
  .end-pack {
    text-align: center;
  }
  .end-logo {
    margin: 0 auto;
    width: 40%;
  }
  .second-wrap .feature-wrap,
  .second-wrap .recruitment-wrap,
  .second-wrap .job-wrap,
  .second-wrap .contact-wrap,
  .second-wrap .company-wrap,
  .second-wrap .outline-wrap,
  .second-wrap .privacy-wrap {
    margin-left: 5%;
    margin-right: 5%;
  }
  .second-wrap .feature-wrap li {
    width: 100%;
  }
  .second-wrap .feature-wrap li:not(:last-of-type) {
    margin-bottom: 5rem;
  }
  .second-wrap .feature-wrap dd {
    text-align: left;
  }
  .second-wrap .recruitment-wrap li {
    width: 100%;
  }
  .second-wrap .job-wrap dt,
  .second-wrap .job-wrap dd {
    width: 100%;
  }
  .second-wrap .job-wrap dt {
    margin-bottom: 1.5rem;
  }
  .second-wrap .company-wrap h1 {
    font-size: 3.5rem;
  }
  .second-wrap .company-wrap h2 {
    font-size: 2rem;
  }
  .second-wrap .company-wrap .msg {
    font-size: 1.4rem;
  }
  .second-wrap .company-wrap li {
    width: 100%;
  }
  .second-wrap .company-wrap li:not(:last-of-type) {
    margin-bottom: 5rem;
  }
  .second-wrap .message-wrap h2 {
    font-size: 2.4rem;
  }
  .second-wrap .message-wrap .msg {
    text-align: left;
    margin-bottom: 2rem;
  }
  .second-wrap .outline-wrap dt,
  .second-wrap .outline-wrap dd {
    width: 100%;
  }
  .second-wrap .outline-wrap dt {
    margin-bottom: 1.5rem;
  }
}
