* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: YakuHanJP, "游ゴシック体", 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%;
}
img {
  height: auto;
  width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.bold {
  font-weight: bold;
}
.h2-style {
  font-size: 3.8rem;
  letter-spacing: 0.1rem;
}
.h3-style span {
  color: #fff;
  background-color: #EC6C00;
  padding: 0.5rem;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
.btn {
  max-width: 200px;
  margin: 0 auto;
}
.btn a {
  border: 1px solid #000;
  display: block;
  font-size: 1.4rem;
  padding: 1.5rem 0;
  position: relative;
  text-align: center;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn a::after {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 0.5px;
}
.btn a:hover {
  border: 1px solid #ccc;
  background-color: #ccc;
}
/* コンテンツ */
/* header */
header {
  padding: 3rem 5%;
}
.head-logo {
  max-width: 164px;
}
/* nav */
nav {
  position: relative;
  left: auto;
  transform: none;
  bottom: auto;
  width: auto;
}
.nav-btn {
  background-color: #fff;
  position: fixed;
  right: 5%;
  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 {
  padding: 0 5%;
  margin-bottom: 6%;
}
.kv-inner {
  position: relative;
}
.kv-txt-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  z-index: 2;
}
.kv-txt-box .kv-logo {
  margin: 0 auto 1.5rem;
  width: 80%;
}
.kv-txt-box .kv-catch {
  background-color: #fff;
  font-size: 4.2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
.kv-txt-box .kv-sub {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 10%;
}
.kv-pic-box {
  position: relative;
  z-index: 1;
}
.kv-pic-box .kv-front {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#main {
  background-color: #FAF8EC;
  background-image: url(../images/pc-main-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 30%;
}
.features-wrap {
  background-color: #fff;
  margin: 0 auto 4%;
  padding: 3%;
  width: 80%;
}
.features-wrap h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.features-wrap h3 {
  text-align: center;
  margin-bottom: 3rem;
}
.features-wrap .list-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.features-wrap .list-flex li {
  width: 24.5%;
}
.features-wrap .list-flex li h4 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
.features-wrap .list-flex dt {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.features-wrap .list-flex dd {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: -0.08rem;
}
.section-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.section-wrap.odd .cont-box {
  margin: 0 0 0 auto;
  padding-left: 20%;
}
.section-wrap .pic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
.section-wrap .cont-box {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 64%;
}
.section-wrap .cont-box .title-sub {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
}
.section-wrap .cont-box .title-sub::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  width: 20px;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.section-wrap .cont-box h3 {
  margin-bottom: 1.6rem;
}
.section-wrap .cont-box .msg {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.section-wrap .cont-box .btn {
  margin: 0;
}
.section-wrap {
  margin-bottom: 6rem;
}
.brand-wrap.section-wrap {
  margin-bottom: 0;
}
.section-wrap.odd .pic {
  left: 2%;
}
.section-wrap.even .cont-box {
  padding-left: 10%;
}
.brand-wrap .cont-box .h3-style span:first-of-type {
  margin-bottom: 1rem;
}
.section-wrap.even .pic {
  right: 2%;
}
/* 店舗 */
.brand-shop-wrap {
  padding: 5% 0;
}
.brand-shop-wrap .shop-wrap {
  width: 60%;
  margin: 0 auto;
}
.brand-shop-wrap .shop-wrap .flex {
  flex-direction: row;
}
.shop-wrap .pic-pack {
  width: 40%;
}
.shop-wrap .data-pack {
  width: 56%;
}
.shop-wrap .top-cat span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.2rem 1.5rem;
  font-size: 3rem;
}
.shop-wrap .h3-style {
  margin-bottom: 1.5rem;
}
.shop-wrap h3 {
  margin-bottom: 1rem;
  max-width: 90%;
}
.shop-wrap .shop-msg {
  font-size: 1.4rem;
  margin: 1.5rem 0;
}
.shop-wrap .msg {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.shop-wrap .shop-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}
.shop-wrap .shop-icons li {
  width: 8%;
}
.shop-wrap .shop-icons .icon-map {
  width: 6%;
}
.shop-wrap .shop-icons .icon-tel {
  width: 10%;
}
.business-wrap h3 span {
  margin-bottom: 1rem;
}
.bottom-link-wrap li {
  width: calc(100% / 3);
}
/* footer */
footer {
  background-color: #FAF8EC;
  padding-top: 10rem;
}
.foot-logo {
  max-width: 300px;
  width: 30%;
  margin: 0 auto 3rem;
}
.footer-wrap .catch {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 8rem;
}
.end-pack {
  background-color: #EC6C00;
  padding: 2rem 3%;
  align-items: center;
}
.end-logo {
  max-width: 110px;
  width: 10%;
}
.text-link a,.copy {
  color: #fff;
}
.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 ul {
  gap: 4%;
}
.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.4rem;
  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;
}
.second-wrap .recruitment-wrap .sub {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-align: center;
}
.second-wrap .app-wrap .app-flow li {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 6rem;
}
.second-wrap .app-wrap .app-flow li:not(:last-of-type)::after {
  content: "";
  background: url(../images/btn-arrow.png) no-repeat center bottom / 100% auto;
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  bottom: -5rem;
}
.second-wrap .mess-wrap .msg {
  border-radius: 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  line-height: 2;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 0;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.app-wrap,
.mess-wrap {
  margin-bottom: 10rem;
}
/* スマホ */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .nav-btn {
    right: 0;
  }
  nav ul {
    width: 80%;
    right: -80%;
  }
  .kv-txt-box {
    width: 100%;
  }
  .kv-txt-box .kv-logo {
    width: 80%;
    margin: 0;
  }
  .kv-txt-box .kv-catch {
    font-size: 3.2rem;
    text-align: left;
    background-color: transparent; 
    margin-bottom: 0;
  }
  .kv-txt-box .kv-catch span {
    display: inline-block;
    background-color: #fff;
    margin-bottom: 2rem;
  }
  .kv-txt-box .kv-catch span:last-of-type {
    margin-bottom: 0;
  }
  .kv-txt-box .kv-sub {
    font-size: 1.2rem;
    padding-left: 0;
    padding: 1rem;
  }
  #main {
    background-image: url(../images/sp-main-bg.png);
    padding-top: 45%;
  }
  .features-wrap {
    margin-bottom: 10%;
    padding: 8% 2%;
    width: 92%;
  }
  .h3-style span {
    font-size: 1.4rem;
  }
  .features-wrap .list-flex {
    justify-content: space-between;
  }
  .features-wrap .list-flex li {
    margin-bottom: 2rem;
    width: 48%;
  }
  .features-wrap .list-flex li h4 {
    margin-bottom: 1rem;
  }
  .features-wrap .list-flex dt {
    margin-bottom: 0.5rem;
  }
  .features-wrap .list-flex dd {
    font-size: 1.1rem;
  }
  .shop-wrap .shop-icons {
    justify-content: space-around;
  }
  .section-wrap {
    display: block;
  }
  .section-wrap.odd .pic {
    left: auto;
  }
  .section-wrap.even .pic {
    right: auto;
  }
  .section-wrap .pic {
    position: relative;
    top: auto;
    transform: none;
    margin: 0 auto;
    width: 96%;
  }
  .section-wrap.odd .cont-box {
    padding-left: 0;
    margin: 0;
  }
  .section-wrap .cont-box {
    position: relative;
    margin: -6% auto 0 !important;
    padding: 3% 3% 6% !important;
    width: 90%;
    z-index: 1;
  }
  .section-wrap .cont-box .btn {
    margin: 0 auto;
  }
  .brand-shop-wrap .shop-wrap .flex {
    display: block;
  }
  .brand-shop-wrap .shop-wrap {
    width: 80%;
  }
  .shop-wrap .pic-pack,
  .shop-wrap .data-pack {
    width: 100%;
  }
  .shop-wrap .pic-pack {
    margin-bottom: 2rem;
  }
  .shop-wrap .h3-style span {
    font-size: 1.6rem;
  }
  .brand-shop-wrap .shop-wrap {
    margin-bottom: 10%;
  }
  .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;
  }
  .second-wrap .mess-wrap .msg {
    width: 90%;
    max-width: 100%;
    padding: 4%;
  }
}