@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500&family=Zen+Old+Mincho:wght@400;500&display=swap");
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  box-shadow: #000 0 0 0;
  max-width: 100%;
  height: auto;
}

a, button, input, textarea {
  outline: none;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1.0rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

.js-fadeup {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.js-fadeup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fadeup-row-child {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.js-fadeup-row.is-visible .js-fadeup-row-child {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body {
  font-size: 2.4rem;
  line-height: 1.66;
  min-width: 320px;
  overflow: hidden;
  color: #3C2A21;
}

.inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  box-sizing: content-box;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.cmn-bg {
  background: #FCFAF3;
}

.cmn-ttl {
  font-size: clamp(3.8rem, 5vw, 4.8rem);
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  position: relative;
  font-weight: 500;
}

.cmn-ttl-wrap {
  position: relative;
  margin-bottom: 70px;
}

.cmn-ttl-wrap::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #624A21;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cmn-ttl::before, .cmn-ttl::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #624A21;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cmn-ttl::after {
  left: auto;
  right: 0;
}

.cmn-ttl span {
  display: inline-block;
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 0 30px;
}

.cmn-bg .cmn-ttl span {
  background: #fcfaf3;
}

.cmn-ttl span::before, .cmn-ttl span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #624A21;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cmn-ttl span::after {
  left: auto;
  right: 0;
}

.cmn-txt-01 {
  font-size: clamp(3.7rem, 4.6vw, 4.8rem);
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.66;
  font-weight: 500;
}

.cmn-txt-02 {
  font-size: clamp(1.8rem, 2.2vw, 3.2rem);
  line-height: 2.5;
}

.cmn-line {
  border-top: solid 5px #624A21;
  position: relative;
}

.cmn-line::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0;
  border-color: #624A21 transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.txt-align-center {
  text-align: center;
}

.video {
  max-width: 100%;
  cursor: pointer;
}

.header {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.header.is-active {
  background: rgba(255, 255, 255, 0.85);
}

.header__inner {
  padding: 0 2%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.header__logo {
  width: 12%;
  max-width: 319px;
}

.header__logo a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header__nav {
  width: 88%;
}

.header__menu li {
  margin-left: 1.3vw;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
}

.header__menu li a .insta {
  width: 30px;
}

.header__menu-btn {
  max-width: 340px;
}

/* ====================
hamburger
======================= */
.hamburger {
  width: 60px;
  height: 58px;
  display: block;
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 201;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger i {
  display: none;
}

.hamburger span {
  width: 28px;
  height: 3px;
  display: block;
  background: #624A21;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 10px;
}

.hamburger span:nth-of-type(1) {
  -webkit-transform: translateY(-10px) scale(1);
          transform: translateY(-10px) scale(1);
}

.hamburger span:nth-of-type(2) {
  background: none;
  position: relative;
}

.hamburger span:nth-of-type(2):before, .hamburger span:nth-of-type(2):after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 28px;
  height: 3px;
  display: block;
  background: #624A21;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  border-radius: 10px;
}

.hamburger span:nth-of-type(3) {
  -webkit-transform: translateY(10px) scale(1);
          transform: translateY(10px) scale(1);
}

.hamburger.is-open span:nth-of-type(1),
.hamburger.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(0px) scale(0);
          transform: translateY(0px) scale(0);
}

.hamburger.is-open span:nth-of-type(2):before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.is-open span:nth-of-type(2):after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mv {
  background: url(../img/recruit/bg_mv.jpg) no-repeat center/cover;
  padding: 170px 0 50px;
  text-align: center;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mv__img {
  max-width: 1000px;
  margin: 0 auto;
}

.mv__img img {
  border-radius: 30px;
}

.mv__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: -110px 0 50px;
  gap: 20px;
}

.mv__list li {
  width: 250px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(50%, white), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, white 50%, rgba(255, 255, 255, 0.7) 100%);
  font-size: 4rem;
  line-height: 1.25;
}

.mv__ttl {
  max-width: 1151px;
  margin: 0 auto;
}

.mv__cta-txt {
  margin-bottom: 25px;
  font-size: 4rem;
}

.mv__cta-txt::before, .mv__cta-txt::after {
  content: '';
  width: 40px;
  height: 42px;
  background: url(../img/recruit/line_01.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.mv__cta-txt::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.mv__cta-btn {
  display: block;
  max-width: 520px;
  margin: 0 auto;
}

.mv .cta-area__txt {
  margin: 0 0 20px;
}

.problem {
  text-align: center;
  padding: 100px 0;
  background: url(../img/recruit/bg_circle.png) no-repeat center top/contain, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#fcfaf3));
  background: url(../img/recruit/bg_circle.png) no-repeat center top/contain, linear-gradient(to bottom, #ffffff 50%, #fcfaf3 100%);
}

.problem__ttl {
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#624A21), to(#624A21));
  background-image: linear-gradient(#624A21, #624A21);
  background-size: 278px 1.6px;
  background-repeat: no-repeat;
  background-position: center bottom 3px;
  font-weight: 500;
}

.problem__ttl::before, .problem__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 6px;
  background-color: #624A21;
  border-radius: 50%;
}

.problem__ttl::before {
  left: 50%;
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
}

.problem__ttl::after {
  left: 50%;
  -webkit-transform: translateX(64px);
          transform: translateX(64px);
}

.problem__txt-01 {
  font-size: clamp(2.4rem, 3.4vw, 3.2rem);
  line-height: 2.7;
  margin-bottom: 90px;
}

.problem__txt-02 {
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  padding: 50px 0;
  z-index: 1;
}

.problem__txt-02::after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 233, 174, 0)), color-stop(50%, rgba(219, 233, 174, 0.9)), to(rgba(219, 233, 174, 0)));
  background: linear-gradient(to bottom, rgba(219, 233, 174, 0) 0%, rgba(219, 233, 174, 0.9) 50%, rgba(219, 233, 174, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.reason {
  padding: 100px 0 40px;
}

.reason__row {
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 80px 0 0;
}

.reason__item {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  background: #fff;
  border-radius: 0 90px 0 90px;
}

.reason__item:last-of-type::after {
  content: '';
}

.reason__item-num {
  max-width: 90px;
  position: absolute;
  top: -30px;
  left: 30px;
}

.reason__item-img img {
  border-radius: 0 90px 0 0;
}

.reason__item-inner {
  padding: 40px;
}

.reason__item-ttl {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(2.7rem, 2.9vw, 4rem);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.reason__item-txt {
  font-size: clamp(2rem, 2vw, 2.8rem);
}

.philosophy-01 {
  background: url(../img/recruit/bg_philosophy-01.jpg) no-repeat center/cover;
  padding: 100px 0 100px;
  text-align: center;
}

.philosophy-01__head {
  position: relative;
  z-index: 0;
}

.philosophy-01__head-img {
  text-align: left;
  position: relative;
}

.philosophy-01__head-img img {
  border-radius: 30px;
}

.philosophy-01__head-img.img02 {
  z-index: -1;
  left: 10%;
}

.philosophy-01__head-txt {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(50%, white), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, white 50%, rgba(255, 255, 255, 0.7) 100%);
  border-radius: 15px;
  max-width: 640px;
  line-height: 2;
  padding: 30px 20px;
  position: relative;
  font-size: clamp(2rem, 6.1vw, 3.3rem);
  margin: -50px 0;
  font-weight: 500;
}

.philosophy-01__block-txt-01 {
  position: relative;
}

.philosophy-02 {
  padding: 100px 0;
  text-align: center;
}

.philosophy-02__row {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.philosophy-02__logo {
  margin-bottom: 100px;
}

.philosophy-02__item {
  width: 100%;
  margin-bottom: 70px;
  padding: 20px 20px;
  position: relative;
}

.philosophy-02__item-num {
  width: 100%;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.philosophy-02__item-num span {
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

.philosophy-02__item-num span::before, .philosophy-02__item-num span::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #624A21;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.philosophy-02__item-num span::after {
  left: auto;
  right: 0;
}

.philosophy-02__item dt {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(2.7rem, 3.5vw, 4rem);
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.philosophy-02__item dd {
  font-size: clamp(2rem, 2vw, 2.8rem);
  line-height: 1.8;
}

.message {
  padding: 100px 0;
}

.message__txt-01 {
  margin-bottom: 40px;
}

.message__txt-01 img {
  display: block;
  margin-bottom: 30px;
}

.message__txt-02 {
  margin-bottom: 90px;
}

.message__txt-02 span {
  display: block;
}

.message__txt-02 .name {
  font-family: "Cormorant Garamond", serif;
}

.message__movie {
  text-align: center;
  position: relative;
  z-index: 0;
}

.message__movie::before {
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 190, 106, 0)), color-stop(50%, #f7be6a), to(rgba(247, 190, 106, 0)));
  background: linear-gradient(to bottom, rgba(247, 190, 106, 0) 0%, #f7be6a 50%, rgba(247, 190, 106, 0) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.ideal {
  padding-bottom: 10px;
}

.ideal__block {
  margin-bottom: 100px;
  position: relative;
  z-index: 0;
}

.ideal__block::before {
  content: '';
  width: 391px;
  aspect-ratio: 1/1;
  background: url(../img/recruit/bg_circle.png) no-repeat center/contain;
  position: absolute;
  top: -120px;
  right: -170px;
  z-index: -1;
}

.ideal__block-img img {
  border-radius: 150px 0 0 0;
  box-shadow: -7.28px 7.28px 14.57px 0 rgba(173, 152, 122, 0.25);
}

.ideal__block-txt.cmn-txt-01 {
  font-size: clamp(3.5rem, 3.5vw, 4.8rem);
}

.ideal__block:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.ideal__block:nth-of-type(odd)::before {
  left: -170px;
}

.ideal__block:nth-of-type(odd) .ideal__block-img img {
  border-radius: 0 150px 0 0;
}

.work-style {
  padding: 100px 0;
  text-align: center;
}

.work-style .cmn-ttl {
  margin-bottom: 60px;
}

.work-style__block {
  margin-bottom: 90px;
  padding: 75px 20px 40px;
  background: #F3FADE;
  position: relative;
}

.work-style__block:nth-of-type(odd) {
  background: #FFF5E6;
}

.work-style__block:nth-of-type(odd) .work-style__block-ttl {
  background: #F7BE6A;
}

.work-style__block:last-of-type {
  margin-bottom: 0;
}

.work-style__block-ttl {
  margin: 0 auto 40px;
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  background-color: #DBE9AE;
  border-radius: 82px 0 82px 0;
  box-shadow: 6.85px 6.85px 13.7px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px 40px;
  width: 544px;
}

.work-style__options {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.work-style__options + .work-style__options {
  margin-top: 24px;
}

.work-style__card {
  background-color: #fff;
  width: 100%;
  min-width: 260px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 12px 20px;
}

.work-style__card-ttl {
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-bottom: 8px;
}

.work-style__card-txt {
  font-size: 2.4rem;
  line-height: 1.6;
}

.work-style__or {
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  white-space: nowrap;
  line-height: 1.5;
}

.voice {
  padding: 100px 0;
}

.voice__carousel {
  border-radius: 15px;
  box-shadow: 5px 5px 10px 0 rgba(173, 152, 122, 0.25);
}

.voice__slide {
  background: #fff;
  border-radius: 15px;
}

.voice__movie .video {
  border-radius: 15px;
}

.voice__profile {
  text-align: center;
}

.voice__profile-ttl {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 500;
}

.voice__profile-lead {
  margin-bottom: 30px;
}

.voice__block {
  margin-bottom: 40px;
}

.voice__block:last-of-type {
  margin-bottom: 0;
}

.voice__block-ttl {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 500;
  display: -webkit-box;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
          align-items: center;
}

.voice__btn {
  background: #DBE9AE;
  color: #3C2A21;
  border-radius: 25px;
  box-shadow: 5px 5px 10px rgba(173, 152, 122, 0.25);
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: none;
  width: 85%;
  max-width: 300px;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.voice__btn:hover {
  opacity: 0.7;
}

.voice .slick-prev,
.voice .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: clamp(200px, 18vw, 230px);
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: 10;
  background: #DBE9AE;
  border-radius: 50%;
}

.voice .slick-prev::before,
.voice .slick-next::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: #3C2A21 2px solid;
  border-left: #3C2A21 2px solid;
  position: absolute;
  top: 36%;
  right: 42%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.voice .slick-prev {
  left: -25px;
}

.voice .slick-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 42%;
}

.voice .slick-next {
  right: -25px;
}

.flow {
  padding: 100px 0;
  background: url(../img/recruit/bg_flow.jpg) no-repeat left top/cover;
}

.flow .cmn-ttl span {
  background: #f8f5ef;
}

.flow__txt {
  margin-bottom: 30px;
}

.flow__block {
  padding-bottom: 10px;
  position: relative;
}

.flow__block::after {
  content: "";
  width: 2px;
  height: 75%;
  background-image: linear-gradient(to bottom, #F7BE6A 2px, transparent 2px);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  background-position: bottom;
  position: absolute;
  bottom: -60px;
  left: 102px;
}

.flow__block:last-of-type::after {
  display: none;
}

.flow__block-ttl {
  font-size: clamp(2.4rem, 3.1vw, 3.2rem);
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 5px;
  font-weight: 500;
}

.flow__block-img img {
  border-radius: 100px 0 0 0;
  box-shadow: 5px 5px 10px rgba(173, 152, 122, 0.25);
}

.step {
  padding: 100px 0;
  text-align: center;
}

.step__txt {
  margin-bottom: 60px;
}

.step__block {
  background: #FFF5E6;
  margin-bottom: 60px;
  box-shadow: 5px 5px 10px 0 rgba(173, 152, 122, 0.25);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  padding: 30px;
}

.step__block:last-of-type {
  margin-bottom: 0;
}

.step__block::after {
  content: "";
  width: 2px;
  height: 104px;
  background-image: linear-gradient(to bottom, #624A21 2px, transparent 2px);
  background-size: 2px 5px;
  background-repeat: repeat-y;
  background-position: bottom;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.step__block:last-of-type::after {
  display: none;
}

.step__block-num {
  position: absolute;
  top: -25px;
  left: 30px;
}

.step__block-unit {
  width: 100%;
}

.step__block-img {
  max-width: 400px;
}

.step__block-ttl {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(2.7rem, 3.4vw, 3.1rem);
  font-weight: 500;
  line-height: 1.5;
}

.step__block-txt {
  margin-top: 10px;
  font-size: clamp(1.7rem, 2.1vw, 2rem);
}

.sns {
  padding: 50px 0;
  text-align: center;
}

.sns__block {
  max-width: 1200px;
  margin-bottom: 20px;
  margin-inline: auto;
}

.sns__btn {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 5px 30px;
  border: 1px solid #3c2a21;
  border-radius: 10px;
  color: #3c2a21;
  font-size: 2.1rem;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

.sns__btn::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1 / 2;
  width: 10px;
  height: auto;
  background-color: #3c2a21;
  -webkit-mask: url(../img/recruit/icon_arrow.svg) no-repeat center/contain;
          mask: url(../img/recruit/icon_arrow.svg) no-repeat center/contain;
  content: "";
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.sns__btn:hover {
  background-color: #3c2a21;
  color: #fff;
  opacity: 1;
}

.sns__btn:hover::after {
  background-color: #fff;
}

.store {
  padding: 0 0 100px;
  position: relative;
}

.store__ttl-wrap {
  position: relative;
  text-align: center;
  padding: 60px 20px 20px;
  background: #DBE9AE;
  margin-bottom: 130px;
  border-radius: 0 0 50% 50%;
}

.store__ttl-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 200px;
  background: #DBE9AE;
  border-radius: 0 0 50% 50%;
  box-shadow: 5px 5px 10px 0 rgba(173, 152, 122, 0.25);
}

.store__ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.8rem;
}

.store__block {
  margin-bottom: 30px;
  box-shadow: 5px 5px 10px 0 rgba(173, 152, 122, 0.25);
}

.store__block:last-of-type {
  margin-bottom: 0;
}

.store__block:nth-of-type(n+2) .store__list-wrap {
  display: none;
}

.store__block-ttl {
  background: #DBE9AE;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4rem;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}

.store__block-ttl::before, .store__block-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 2px;
  background: #3C2A21;
  opacity: 1;
  display: block;
}

.store__block-ttl::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.store__block-ttl.is-active::after {
  opacity: 0;
}

.store__list-wrap {
  background: #fff;
  padding: 20px;
}

.store__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.store__list li::after {
  content: '／';
}

.store__list li:last-of-type::after {
  display: none;
}

.recruit {
  padding: 150px 0 100px;
  background: #F7BE6A;
  position: relative;
  z-index: 0;
}

.recruit::before {
  content: '';
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFAF3), to(#F7BE6A));
  background: linear-gradient(to bottom, #FCFAF3 0%, #F7BE6A 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.recruit .cmn-ttl-wrap::after {
  background: #fff;
}

.recruit .cmn-ttl::before, .recruit .cmn-ttl::after {
  background: #fff;
}

.recruit .cmn-ttl span {
  color: #fff;
  background: #F7BE6A;
}

.recruit .cmn-ttl span::before, .recruit .cmn-ttl span::after {
  background: #fff;
}

.recruit__tab {
  margin-top: 40px;
}

.recruit__tab input[type="radio"] {
  display: none;
}

.recruit__tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.recruit__tab-label label {
  width: 50%;
  padding: 10px 24px;
  border-radius: 30px 30px 0 0;
  background: #fff;
  font-size: 3.2rem;
  line-height: 1.25;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  opacity: 0.3;
  font-weight: 500;
}

.recruit #tab1:checked ~ .recruit__tab-label label[for="tab1"],
.recruit #tab2:checked ~ .recruit__tab-label label[for="tab2"] {
  background: #fff;
  opacity: 1;
}

.recruit__tab-contents {
  margin: 0 auto;
  position: relative;
}

.recruit__tab-box {
  display: none;
}

.recruit #tab1:checked ~ .recruit__tab-contents .recruit__tab-box:nth-child(1),
.recruit #tab2:checked ~ .recruit__tab-contents .recruit__tab-box:nth-child(2) {
  display: block;
}

.recruit__tab-card {
  background: #fff;
  padding: 40px 100px;
  box-shadow: 6.85px 6.85px 13.7px rgba(0, 0, 0, 0.1);
}

.recruit__tab-card p {
  margin-bottom: 1em;
}

.recruit__tab-card p:last-child {
  margin-bottom: 0;
}

.cta-area {
  text-align: center;
}

.cta-area__head {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7be6a), color-stop(66%, rgba(247, 190, 106, 0.15)), to(rgba(247, 190, 106, 0)));
  background: linear-gradient(180deg, #f7be6a 0%, rgba(247, 190, 106, 0.15) 66%, rgba(247, 190, 106, 0) 100%);
  margin-bottom: 50px;
  padding: 30px 0 0;
}

.cta-area__head-ttl {
  margin-bottom: 20px;
}

.cta-area__head-ttl img {
  display: block;
  margin: 0 auto -90px;
}

.cta-area__txt {
  margin: 30px 0;
  font-size: 4rem;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.cta-area__txt::before, .cta-area__txt::after {
  content: '';
  width: 40px;
  height: 42px;
  background: url(../img/recruit/line_01.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.cta-area__txt::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.cta-area__btn {
  display: block;
  max-width: 520px;
  margin: 0 auto;
}

.cta-area__img {
  display: -webkit-box;
  display: flex;
}

.cta-area__img img {
  width: 100%;
}

.footer {
  padding: 30px 0;
  text-align: center;
}

.footer__menu {
  -webkit-box-pack: center;
          justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: .7;
  }
  a[href^=tel]:hover {
    opacity: 1;
  }
  .pc-none {
    display: none !important;
  }
  .problem__ttl::before, .problem__ttl::after {
    width: 8px;
    height: 8px;
  }
  .problem__ttl::before {
    -webkit-transform: translateX(-139px);
            transform: translateX(-139px);
  }
  .problem__ttl::after {
    -webkit-transform: translateX(139px);
            transform: translateX(139px);
  }
  .reason__item {
    width: 48%;
    margin-bottom: 80px;
  }
  .philosophy-01__head-img {
    width: 55%;
  }
  .philosophy-01__head-img.img02 {
    position: absolute;
    top: 100px;
    right: 0;
    left: auto;
  }
  .philosophy-01__head-txt {
    border-radius: 30px;
    font-size: clamp(2.4rem, 3.1vw, 4rem);
    margin: -40px 0px -50px 70px;
    padding: 5% 20px;
    width: 54%;
  }
  .philosophy-02__item {
    border: solid 2px #624A21;
    width: 48%;
    min-height: 310px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .philosophy-02__item-num img {
    position: relative;
    top: -7px;
  }
  .ideal__block-num {
    margin-bottom: 10px;
  }
  .ideal__block:nth-of-type(odd) .ideal__block-num {
    text-align: right;
  }
  .work-style .cmn-ttl {
    margin-bottom: 100px;
  }
  .flow__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .flow__block-unit {
    width: 62%;
  }
  .flow__block-group {
    margin: -50px 0 0 200px;
  }
  .flow__block-txt {
    font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  }
  .flow__block-img {
    width: 35%;
    max-width: 400px;
    margin-top: 60px;
  }
  .step__block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .step__block-unit {
    width: 58%;
  }
  .step__block-img {
    width: 40%;
  }
  .sns {
    padding: 100px 0;
  }
  .sns__block {
    margin-bottom: 87px;
  }
  .sns__btn {
    width: 520px;
    padding: 15px 60px;
    font-size: 3.6rem;
  }
  .sns__btn::after {
    width: 15px;
  }
  .store__block-ttl {
    padding: 10px 30px;
  }
  .store__block-ttl::before, .store__block-ttl::after {
    right: 30px;
  }
  .store__list-wrap {
    padding: 30px;
  }
  .cta-area__img img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
  body {
    font-size: clamp(1.3rem, 3.8vw, 1.7rem);
  }
  .cmn-ttl {
    font-size: clamp(2.1rem, 5.8vw, 3.2rem);
  }
  .cmn-ttl-wrap {
    width: 112%;
    margin: 0 0 50px -6%;
  }
  .cmn-ttl-wrap::after {
    height: 1px;
  }
  .cmn-ttl::before, .cmn-ttl::after {
    display: none;
  }
  .cmn-ttl span {
    padding: 0 20px;
  }
  .cmn-ttl span::before, .cmn-ttl span::after {
    width: 6px;
    height: 6px;
  }
  .cmn-txt-01 {
    font-size: clamp(2.5rem, 6.7vw, 3.2rem);
  }
  .cmn-txt-02 {
    font-size: clamp(1.6rem, 4.2vw, 2rem);
    line-height: 1.5;
  }
  .cmn-line {
    border-top-width: 2px;
  }
  .cmn-line::before {
    border-width: 15px 20px 0;
  }
  .mv {
    padding: 70px 0;
    background: url(../img/recruit/bg_mv_sp.jpg) no-repeat center bottom/cover;
  }
  .mv__img {
    width: 105%;
  }
  .mv__img img {
    border-radius: 30px 0 0 30px;
  }
  .mv__list {
    margin: -60px 0 10px;
    gap: 10px;
  }
  .mv__list li {
    font-size: clamp(1.6rem, 4.3vw, 2.4rem);
    line-height: 1.3;
  }
  .mv__ttl {
    margin-bottom: -20px;
  }
  .problem {
    padding: 50px 0 0;
  }
  .problem__ttl {
    font-size: clamp(2.5rem, 6.7vw, 3.2rem);
    padding-bottom: 30px;
    background-size: 140px 1px;
  }
  .problem__txt-01 {
    font-size: clamp(1.7rem, 4.5vw, 2rem);
    margin-bottom: 30px;
  }
  .problem__txt-02 {
    font-size: clamp(2.5rem, 6.9vw, 3.2rem);
  }
  .problem__txt-02::after {
    width: 110%;
    left: -5%;
  }
  .reason {
    padding: 50px 0 120px;
  }
  .reason__row {
    margin-top: 60px;
  }
  .reason__item {
    max-width: 540px;
    margin: 0 auto 50px;
    border-radius: 0 73px 0 73px;
  }
  .reason__item:last-of-type {
    margin-bottom: 0;
  }
  .reason__item::before {
    content: '';
    width: 2px;
    height: 50px;
    background: #624A21;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .reason__item:last-of-type::after {
    width: 2px;
    height: 50px;
    position: absolute;
    bottom: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: linear-gradient(to bottom, #624A21 2px, transparent 2px);
    background-size: 2px 10px;
    background-repeat: repeat-y;
    background-position: bottom;
  }
  .reason__item-num {
    width: 18%;
    max-width: 77px;
    top: -30px;
    left: 20px;
  }
  .reason__item-img img {
    border-radius: 0 73px 0 0;
  }
  .reason__item-inner {
    padding: 30px;
  }
  .reason__item-ttl {
    font-size: clamp(2.3rem, 6vw, 3.1rem);
  }
  .reason__item-txt {
    font-size: clamp(1.6rem, 4.2vw, 2rem);
  }
  .philosophy-01 {
    padding: 0 0 50px;
    background: url(../img/recruit/bg_philosophy-01_sp.jpg) no-repeat center/cover;
  }
  .philosophy-01__head-img {
    left: -10%;
  }
  .philosophy-01__head-img img {
    border-radius: 15px;
  }
  .philosophy-01__block {
    max-width: 435px;
    margin: 0 auto;
  }
  .philosophy-01__block-txt-02 {
    text-align: left;
    line-height: 2.7;
  }
  .philosophy-02 {
    padding: 50px 0;
  }
  .philosophy-02__logo {
    width: 70%;
    max-width: 308px;
    margin: 0 auto 70px;
  }
  .philosophy-02__item {
    border-top: solid 1px #624A21;
    padding: 30px 10px 50px;
    margin: 0;
  }
  .philosophy-02__item:last-of-type {
    padding-bottom: 0;
  }
  .philosophy-02__item-num::before, .philosophy-02__item-num::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #624A21;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .philosophy-02__item-num::after {
    left: auto;
    right: 0;
  }
  .philosophy-02__item-num span::before, .philosophy-02__item-num span::after {
    width: 5px;
    height: 5px;
    top: 13px;
  }
  .philosophy-02__item-num img {
    height: 26px;
  }
  .philosophy-02__item dt {
    font-size: clamp(2.2rem, 6vw, 2.8rem);
    margin-bottom: 10px;
  }
  .philosophy-02__item dd {
    font-size: clamp(1.6rem, 4.2vw, 2rem);
    line-height: 1.5;
  }
  .message {
    padding: 50px 0;
  }
  .message__txt-01 {
    margin-bottom: 20px;
  }
  .message__txt-01 img {
    margin-bottom: 5px;
    width: 35%;
    max-width: 115px;
  }
  .message__txt-02 {
    margin-bottom: 30px;
  }
  .message__movie::before {
    width: 100vw;
    left: -5vw;
  }
  .ideal__block-num {
    width: 77px;
  }
  .ideal__block-txt.cmn-txt-01 {
    font-size: clamp(1.7rem, 4.5vw, 2.4rem);
  }
  .work-style {
    padding: 50px 0;
  }
  .work-style__card-ttl {
    font-size: clamp(2.4rem, 6.5vw, 2.8rem);
    margin-bottom: 5px;
  }
  .work-style__card-txt {
    font-size: clamp(1.4rem, 3.8vw, 1.6rem);
  }
  .work-style__or {
    font-size: 2.8rem;
    line-height: 1;
  }
  .voice {
    padding: 50px 0;
  }
  .voice__btn {
    font-size: 2rem;
  }
  .flow {
    padding: 50px 0 20%;
    background: url(../img/recruit/bg_flow_sp.jpg) no-repeat center bottom/cover;
  }
  .flow .cmn-ttl-wrap {
    margin-bottom: 20px;
  }
  .flow .cmn-ttl span {
    background: #f9f6f1;
  }
  .flow__block {
    max-width: 450px;
    margin: 0 auto;
  }
  .flow__block::after {
    height: 85%;
    bottom: -20px;
    left: 7%;
  }
  .flow__block-group {
    margin: 0 0 20px 20%;
  }
  .flow__block-ttl {
    margin: -30px 0 10px;
  }
  .flow__block-img {
    margin-left: 40px;
    position: relative;
    left: 5%;
  }
  .flow__block-time {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 0 0 -7.5%;
  }
  .flow__block-time img {
    width: 60%;
  }
  .flow__block-time .flow__block-ttl {
    width: 50%;
    font-size: clamp(1.8rem, 4.8vw, 2.4rem);
    margin-bottom: 0;
  }
  .step {
    padding: 20px 0 80px;
  }
  .step .cmn-ttl-wrap {
    margin-bottom: 20px;
  }
  .step__txt {
    margin-bottom: 40px;
  }
  .step__block {
    padding: 40px 15px 20px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .step__block-num {
    top: -6%;
    left: 3%;
    width: 37%;
  }
  .step__block-unit {
    margin-bottom: 10px;
  }
  .step__block-ttl {
    font-size: clamp(2.1rem, 5.7vw, 3.1rem);
  }
  .step__block-txt {
    font-size: clamp(1.5rem, 4.1vw, 2rem);
    line-height: 1.5;
  }
  .sns .cmn-ttl-wrap {
    margin-bottom: 20px;
  }
  .sns__ttl {
    width: 50%;
    margin-inline: auto;
  }
  .store {
    padding: 0 0 30px;
  }
  .store::before, .store::after {
    content: '';
    width: 2px;
    height: 42px;
    background: #DBE9AE;
    position: absolute;
    top: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .store::after {
    background: #fff;
    top: 0;
  }
  .store__ttl-wrap {
    margin-bottom: 70px;
    padding: 40px 20px 0px;
    padding: 50px 20px 0px;
  }
  .store__ttl-wrap::after {
    width: 110%;
    height: 128px;
  }
  .store__ttl {
    font-size: 3.2rem;
  }
  .store__block-ttl {
    font-size: 2rem;
  }
  .recruit {
    padding: 60px 0 50px;
  }
  .recruit::before {
    height: 60px;
  }
  .recruit__tab-label label {
    font-size: clamp(1.5rem, 3.6vw, 2rem);
    padding: 10px 15px;
  }
  .cta-area__head {
    padding-top: 10px;
  }
  .cta-area__txt {
    font-size: clamp(2.1rem, 5.6vw, 2.4rem);
    margin-top: 25px;
  }
  .cta-area__txt::before, .cta-area__txt::after {
    width: 22px;
    height: 24px;
  }
}

@media screen and (max-width: 999px) {
  .header {
    padding: 12px 0;
  }
  .header__inner {
    padding: 0 20px;
  }
  .header__logo {
    width: 160px;
  }
  .header__nav {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-box-pack: center;
            justify-content: center;
    display: none;
    overflow-y: scroll;
  }
  .header__menu {
    padding: 60px 0 20px;
  }
  .header__menu li {
    text-align: center;
    font-size: 1.8rem;
  }
  .header__menu li a {
    display: block;
    padding: 10px 0;
  }
  .ideal__block {
    max-width: 750px;
    margin: 0 auto 50px;
  }
  .ideal__block-unit {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
  }
  .ideal__block-img {
    position: relative;
    text-align: right;
    right: -6%;
  }
  .ideal__block-img img {
    border-radius: 100px 0 0 0;
  }
  .ideal__block:nth-of-type(odd) .ideal__block-img {
    text-align: left;
    left: -6%;
  }
  .ideal__block:nth-of-type(odd) .ideal__block-unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .work-style__block {
    margin-bottom: 60px;
    padding: 50px 20px 25px;
  }
  .work-style__block-ttl {
    width: 80%;
    padding: 5px 20px;
    font-size: clamp(2.2rem, 6.2vw, 2.8rem);
    border-radius: 60px 0 60px 0;
    top: -20px;
  }
  .work-style__options {
    gap: 12px;
  }
  .voice__carousel {
    width: 86%;
    margin: 0 auto;
  }
  .voice__profile {
    padding-bottom: 30px;
  }
  .voice__profile-ttl {
    font-size: 2.8rem;
    margin: 10px 0;
    line-height: 1.3;
  }
  .voice__profile-lead {
    margin-bottom: 20px;
  }
  .voice__block {
    padding: 0 5%;
  }
  .voice__block-ttl {
    font-size: clamp(2.2rem, 5.8vw, 3.2rem);
    gap: 10px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .voice__block-ttl img {
    width: 13%;
    max-width: 40px;
  }
  .voice__detail {
    padding-bottom: 40px;
  }
  .voice .slick-list {
    border-radius: 15px;
  }
  .voice .slick-prev,
  .voice .slick-next {
    top: 58vw;
    width: 40px;
    height: 40px;
  }
  .voice .slick-prev::before,
  .voice .slick-next::before {
    width: 10px;
    height: 10px;
    top: 33%;
    right: 38%;
  }
  .voice .slick-prev::before {
    left: 38%;
  }
  .recruit__tab-card {
    padding: 20px 20px;
  }
}

@media screen and (min-width: 1000px) {
  .header__nav {
    display: block !important;
  }
  .header__menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .header__menu li {
    font-size: clamp(12px, 1.2vw, 20px);
  }
  .header__menu-btn {
    width: 20%;
  }
  .hamburger {
    display: none !important;
  }
  .ideal__block {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  .ideal__block-unit {
    width: 48%;
  }
  .ideal__block-img {
    width: 48%;
  }
  .work-style__card {
    width: 44%;
    padding: 20px 32px;
  }
  .work-style__card.is-wide {
    width: 90%;
    min-width: 520px;
  }
  .voice__slide {
    padding: 50px;
  }
  .voice__head {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .voice__movie {
    width: 58%;
  }
  .voice__profile {
    width: 40%;
  }
  .voice__block:nth-of-type(1) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .philosophy-02__item-num::before, .philosophy-02__item-num::after {
    width: 5px;
    height: 5px;
    top: 13px;
  }
}
