@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #534949;
  background-color: #EEEAE4;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

summary {
  list-style: none;
  -webkit-appearance: none;
}

summary::-webkit-details-marker {
  display: none;
}

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.grecaptcha-badge {
  z-index: 10000 !important;
}

.header {
  position: fixed;
  width: 100%;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 100;
}

.header__inner {
  max-width: 85rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 2.5rem;
  z-index: 102;
}

.header__logo a {
  display: block;
  position: relative;
  z-index: 110;
  aspect-ratio: 230.7/44;
  width: 14.41875rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__logo a img {
  width: 100%;
}

.header__menu {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 110;
}

.footer {
  background-color: #EEEAE4;
  padding-top: 5.375rem;
  padding-bottom: 6.0625rem;
}

.footer__inner {
  max-width: 78.5rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 2rem;
}

.footer__logo {
  width: 19.625rem;
  height: 3.75rem;
}
.footer__logo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 35.8125rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 0.75rem;
  width: 100%;
}

.footer-nav__item a {
  display: block;
  padding-left: 1.0625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.06em;
  color: #534949;
  transition: all 0.3s ease;
  width: 7.4375rem;
  position: relative;
}
.footer-nav__item a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.0625rem;
  background-color: #A18052;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer-nav__item a:hover {
  color: #A18052;
}

.footer-nav__item--last a {
  width: 11.6875rem;
}

.footer__copy {
  margin-top: 6.75rem;
  width: 100%;
  text-align: center;
}

.footer__copyright {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: normal;
  display: block;
  color: #868686;
}

.inner {
  max-width: 1320px;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.hamburger {
  display: none;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-nav__items {
  display: flex;
  align-items: center;
}

.header-nav__item:first-child a {
  padding-left: 0;
}
.header-nav__item:last-child a {
  padding-right: 0;
}

.header-nav__item a {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #534949;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.06em;
  transition: color 0.3s ease;
}
.header-nav__item a:hover {
  color: #A18052;
}

.header__contact {
  margin-left: 3.125rem;
}

.header__contact--btn {
  padding: 0.5625rem 2.6875rem;
  background-color: #A18052;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 4.375rem;
  display: block;
  border: 3px solid #ffffff;
  transition: opacity 0.3s ease;
}
.header__contact--btn span {
  display: inline-block;
  width: 3.375rem;
  height: auto;
}
.header__contact--btn span img {
  width: 100%;
  height: 100%;
}
.header__contact--btn:hover {
  opacity: 0.7;
}

.section-title {
  display: flex;
  gap: 2.0625rem;
  align-items: end;
  position: relative;
}
.section-title--en {
  height: 3.0625rem;
}
.section-title--en picture {
  height: 100%;
}
.section-title--en picture img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-title--ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
  color: #534949;
}
.section-title--white .section-title--ja {
  color: #ffffff;
}

.template-contact {
  padding-top: 8.125rem;
  padding-bottom: 9.4375rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.template-contact__inner {
  margin: 0 auto;
  display: flex;
  gap: 6.0625rem;
}

.template-contact__img {
  margin-left: 1.8125rem;
  aspect-ratio: 575/569;
  width: 39.94vw;
  height: auto;
  max-width: 575px;
}

.template-contact__cont {
  margin-top: 7.875rem;
  width: 26.5625rem;
}

.template-contact__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #534949;
  margin-top: 3.625rem;
}
.template-contact__text:nth-of-type(2) {
  margin-top: 2.1875rem;
}

.template-contact__btn {
  margin-top: 3.25rem;
  text-align: right;
}
.template-contact__btn a {
  padding: 0.5625rem 2.6875rem;
  background-color: #A18052;
  border-radius: 4.375rem;
  transition: opacity 0.3s;
}
.template-contact__btn a span {
  display: inline-block;
  width: 3.375rem;
  height: auto;
  font-family: "Hina Mincho", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.template-contact__btn a span img {
  width: 100%;
  height: 100%;
}
.template-contact__btn a:hover {
  opacity: 0.7;
}

.template-contact__bg {
  position: absolute;
  bottom: 10px;
  right: -1.875rem;
  width: 798px;
  height: 65px;
}

.toc {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  margin-left: 3.1875rem;
  margin-right: 3.125rem;
}

.toc__block {
  margin-top: 2.5rem;
  position: relative;
}
.toc__block:first-child {
  margin-top: 0;
}

.toc__title {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4444444444;
  letter-spacing: 0.015em;
  color: #ffffff;
  padding: 0 4.5rem;
  border-radius: 0.3125rem;
  position: relative;
}
.toc__title::before {
  display: none !important;
}
.toc__title--pink {
  background-color: #AB89A6;
}
.toc__title--green {
  background-color: #788B71;
}
.toc__title--brown {
  background-color: #99947D;
}

.toc__list {
  margin-top: 0.25rem;
  position: relative;
}

.toc__item {
  position: relative;
}
.toc__item a {
  padding: 0.4375rem 2.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #404040;
  transition: all 0.3s ease;
  display: block;
  position: relative;
}
.toc__item a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}

.toc__block--pink .toc__list .toc__item a:hover {
  color: #AB89A6;
}
.toc__block--pink .toc__list .toc__item a:hover::before {
  background-color: #AB89A6;
}
.toc__block--pink .toc__list .toc__item a:after {
  background-color: #AB89A6;
}
.toc__block--pink .toc__list .toc__item.is-active a {
  color: #AB89A6;
}
.toc__block--pink .toc__list .toc__item.is-active a::before {
  background-color: #AB89A6;
}

.toc__block--green .toc__list .toc__item a:hover {
  color: #788B71;
}
.toc__block--green .toc__list .toc__item a:hover::before {
  background-color: #788B71;
}
.toc__block--green .toc__list .toc__item a:after {
  background-color: #788B71;
}
.toc__block--green .toc__list .toc__item.is-active a {
  color: #788B71;
}
.toc__block--green .toc__list .toc__item.is-active a::before {
  background-color: #788B71;
}

.toc__block--brown .toc__list .toc__item a:hover {
  color: #99947D;
}
.toc__block--brown .toc__list .toc__item a:hover::before {
  background-color: #99947D;
}
.toc__block--brown .toc__list .toc__item a:after {
  background-color: #99947D;
}
.toc__block--brown .toc__list .toc__item.is-active a {
  color: #99947D;
}
.toc__block--brown .toc__list .toc__item.is-active a::before {
  background-color: #99947D;
}

.job-type {
  margin-top: 8.25rem;
  background-color: #ffffff;
  padding: 5.59375rem 4.4375rem;
  border-radius: 0.5rem;
  width: 100%;
}
.job-type:first-of-type {
  margin-top: -5.6875rem;
}

.job-type__titleBox {
  display: flex;
  gap: 1.5625rem;
  align-items: center;
  max-width: 45.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.job-type__titleBox--sp {
  display: none;
}
.job-type__titleBox--number {
  width: 7.5rem;
  height: 6.75rem;
  display: block;
}
.job-type__titleBox--number picture {
  width: 2.75rem;
  height: 2.5rem;
}
.job-type__titleBox--number picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.job-type__titleBox--right {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.job-type__titleBox--job {
  height: 2rem;
  display: block;
}
.job-type__titleBox--job picture {
  width: 100%;
  height: 100%;
  display: block;
}
.job-type__titleBox--job picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.job-type__titleBox--copy {
  display: block;
  margin-top: 0.6875rem;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 100%;
  letter-spacing: normal;
  color: #404040;
}

.job-type__cont {
  margin-top: 1.875rem;
}

.job-type__image {
  max-width: 45.4375rem;
  width: 100%;
  aspect-ratio: 727/413;
  margin-left: auto;
  margin-right: auto;
}
.job-type__image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.job-type__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.job-type__Business {
  margin-top: 2.5rem;
  max-width: 45.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.job-type__Business--first {
  margin-top: 3.75rem;
}

.job-type__Business--title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 117%;
  letter-spacing: 0.24em;
  color: #ffffff;
  padding: 0.28125rem 2.15625rem;
  border-radius: 0.3125rem;
  display: inline-block;
}

.job-type__Business--text {
  margin-top: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404040;
  max-width: 41.9375rem;
}

.job-sales__Business--title {
  background-color: #AB89A6;
}

.job-building__Business--title {
  background-color: #788B71;
}

.job-construction__Business--title {
  background-color: #99947D;
}

.job-type__career {
  background-color: #EEEAE4;
  padding: 4.21125rem 4.375rem;
  border-radius: 0.5rem;
  margin-top: 3.75rem;
}

.job-type__career--image {
  width: 100%;
  aspect-ratio: 727/356.25;
  display: block;
}
.job-type__career--image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.job-type__career--image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.job-type__career--text {
  margin-top: 2.875rem;
}
.job-type__career--text h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #404040;
}
.job-type__career--text ul {
  margin-top: 1.875rem;
}
.job-type__career--text ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: normal;
  color: #404040;
  text-indent: -1em;
  padding-left: 1em;
}

.job-type__career--title {
  height: 3.3125rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.125rem;
}
.job-type__career--title picture {
  width: 100%;
}
.job-type__career--title picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.template-mv {
  background-color: #C2A985;
  padding: 3.6875rem 3.75rem 8.625rem;
  margin-top: 6.4375rem;
}

.template-mv__title--img {
  height: 2rem;
  display: block;
}
.template-mv__title--img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.template-mv__title--text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 100%;
  text-align: center;
  display: block;
  margin-top: 1.25rem;
}

.interview-single {
  background-color: #ffffff;
}

.interview-top {
  margin-top: -6rem;
}

.interview-top__inner {
  max-width: 78.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.75rem;
  display: flex;
}
.interview-top__inner--suzuki {
  flex-direction: row-reverse;
}

.interview-top__img {
  aspect-ratio: 899/388;
  width: 86.6vw;
  max-width: 56.1875rem;
}
.interview-top__img--suzuki {
  margin-left: -12.625rem;
}

.interview-top__content {
  margin-top: 8.375rem;
  background-color: #ffffff;
  width: 21.75rem;
  padding: 1.9375rem 2.3125rem;
  margin-left: -12.625rem;
  height: -moz-fit-content;
  height: fit-content;
}
.interview-top__content--suzuki {
  margin-left: 8.75rem;
  position: relative;
  z-index: 10;
}

.interview-top__content--title--year {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: #AB89A6;
  letter-spacing: 0.24em;
  line-height: 133.6%;
  display: block;
}
.interview-top__content--title--year--suzuki {
  color: #99947D;
}
.interview-top__content--title--year--ueda {
  color: #788B71;
}

.interview-top__content--title--job {
  display: flex;
  align-items: end;
  gap: 0.75rem;
  padding-left: 1.5625rem;
}

.interview-top__content--title--job--text {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #AB89A6;
  letter-spacing: 0.24em;
  line-height: 133.6%;
  white-space: nowrap;
}
.interview-top__content--title--job--text--suzuki {
  color: #99947D;
}
.interview-top__content--title--job--text--ueda {
  color: #788B71;
}

.interview-top__content--title--job--tag {
  display: block;
  height: 1rem;
  width: auto;
  margin-bottom: 0.25rem;
}
.interview-top__content--title--job--tag img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.interview-top__qa--inner {
  max-width: 66.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.75rem;
}
.interview-top__qa--inner--suzuki {
  max-width: initial !important;
  margin: 0 auto 5.25rem;
}

.interview-qa--1 {
  margin-top: 8.875rem;
  max-width: 44.375rem;
  width: 100%;
}
.interview-qa--1--suzuki {
  max-width: 59.4375rem;
  margin: 8.875rem auto 0;
}
.interview-qa--1--suzuki:not(:first-of-type) {
  margin-top: 3.25rem;
}
.interview-qa--1--suzuki--2 {
  margin-top: 6.25rem !important;
}
.interview-qa--1--ueda {
  max-width: 71.125rem;
  margin: 8.875rem auto 0;
}
.interview-qa--1--ueda:not(:first-of-type) {
  margin-top: 3.25rem;
}

.interview-qa--2 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-right: 3.75rem;
  margin-top: 7.5rem;
}
.interview-qa--2--suzuki {
  max-width: 1138px;
  width: 100%;
  margin: 6.25rem auto 0;
  padding-right: 0;
}
.interview-qa--2 .interview-qa__a--title {
  max-width: 27.6875rem;
  width: 100%;
}

.interview-qa--3 {
  margin-top: 7.5rem;
  max-width: 44.375rem;
  width: 100%;
}

.interview-qa--4 {
  margin-top: 7.5rem;
  max-width: 39.0625rem;
  width: 100%;
  margin-left: auto;
}

.interview-qa__pickup {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 8.875rem;
  position: relative;
}
.interview-qa__pickup::before {
  content: "";
  width: 83vw;
  height: 89%;
  background-color: #C2A985;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.interview-qa__pickup::after {
  content: "";
  width: 100vw;
  height: calc(100% - 10.5625rem);
  background-color: #EEEAE4;
  position: absolute;
  top: 10.5625rem;
  left: 0;
  z-index: 0;
  display: block;
}
.interview-qa__pickup .interview-qa__inner {
  max-width: 78.625rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 6.375rem;
  padding-left: 9.625rem;
  flex-wrap: wrap;
}
.interview-qa__pickup .interview-qa__q::after {
  background-color: #ffffff;
}
.interview-qa__pickup .interview-qa__q p {
  color: #ffffff;
}
.interview-qa__pickup .interview-qa__a--title {
  color: #ffffff;
  max-width: 30.6875rem;
  width: 100%;
}
.interview-qa__pickup .interview-qa__a--text {
  color: #ffffff;
  max-width: 34rem;
  width: 100%;
}
.interview-qa__pickup .interview-qa__inner--content {
  margin-left: 0;
  margin-right: 0.875rem;
  max-width: 36.875rem;
}
.interview-qa__pickup .interview-qa__inner--img {
  margin-top: 1rem;
  aspect-ratio: 441/482;
  max-width: 27.5625rem;
  width: 100%;
  height: auto;
  margin-left: auto;
}

.interview-qa__q {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.interview-qa__q p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1rem;
  color: #404040;
  letter-spacing: 0.05em;
  line-height: 100%;
}
.interview-qa__q::after {
  content: "";
  width: 15.625rem;
  height: 0.0625rem;
  background-color: #AB89A6;
  display: block;
}
.interview-qa__q--suzuki .interview-qa__q--number {
  display: block;
  width: 1.875rem;
}
.interview-qa__q--suzuki p {
  color: #99947D;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.interview-qa__q--suzuki::after {
  display: none;
}
.interview-qa__q--ueda p {
  color: #788B71;
}

.interview-qa__a {
  margin-top: 0.9375rem;
}

.interview-qa__a--title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5625rem;
  color: #AB89A6;
  letter-spacing: 0.05em;
  line-height: 150%;
}

.interview-qa__a--text {
  margin-top: 2.1875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #534949;
  letter-spacing: 0.05em;
  line-height: 180%;
}
.interview-qa__a--text--suzuki {
  max-width: 48.75rem;
  margin-top: 0.5rem;
}

.interview-qa__inner {
  display: flex;
  max-width: 80.5625rem;
  width: 100%;
}
.interview-qa__inner--suzuki {
  max-width: 71.125rem;
  justify-content: space-between;
  align-items: end;
}

.interview-qa__inner--img {
  aspect-ratio: 668/430;
  width: 51.8vw;
  height: auto;
}
.interview-qa__inner--img--suzuki {
  aspect-ratio: 450/499;
  max-width: 28.125rem;
  width: 100%;
}
.interview-qa__inner--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.interview-qa__inner--content {
  max-width: 33.5625rem;
  width: 100%;
  margin-left: 6.25rem;
}
.interview-qa__inner--content--suzuki {
  max-width: 39rem;
  width: 100%;
  margin-left: 0;
}

.interview-qa__q--suzuki--2 {
  margin-top: 3.125rem;
}

.interview-oneday {
  background-color: #EEEAE4;
  padding-top: 5.875rem;
  padding-bottom: 9.375rem;
}

.interview-oneday__inner {
  max-width: 59.375rem;
  width: 100%;
  margin: 0 auto;
  padding: 6.625rem 2.375rem 5.1875rem 8.625rem;
  background-color: #ffffff;
}
.interview-oneday__inner--suzuki {
  padding: 6.625rem 5.625rem 5.1875rem 8.1875rem;
}

.interview-oneday__content {
  max-width: 59.375rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 5.4375rem;
}

.interview-oneday__title {
  display: flex;
  justify-content: center;
}

.interview-another {
  padding-top: 4.0625rem;
}

.interview-another__inner {
  max-width: 66.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.75rem;
}

.interview-another__title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.05em;
  color: #404040;
}

.interview-another__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.interview-another__item a {
  background-color: #ffffff;
  padding: 1.75rem 1.4375rem 1.75rem 2.125rem;
  width: 29.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.interview-another__item a::before {
  content: "";
  position: absolute;
  top: 8.6875rem;
  left: 25.375rem;
  width: 7.0625rem;
  height: 7.0625rem;
  transform: rotate(46deg);
  background-color: var(--interview-color);
}
.interview-another__item a:hover .interview-another__arrow {
  transform: translateX(0.25rem);
}

.interview-another__content {
  display: flex;
}

.interview-another__img {
  aspect-ratio: 189/128;
  width: 11.8125rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.interview-another__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.interview-another__info {
  margin-left: 1.25rem;
}

.interview-another__year {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 133.6%;
  letter-spacing: 0.24em;
  color: #ffffff;
  padding: 0.15625rem 0.625rem;
  border-radius: 1.25rem;
}

.interview-another__name {
  margin-top: 0.75rem;
}

.interview-another__job {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 133.6%;
  letter-spacing: 0.24em;
  color: #404040;
}

.interview-another__name--text {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 133.6%;
  letter-spacing: 0.24em;
  color: #404040;
  padding-left: 2.875rem;
  margin-top: 0.125rem;
}

.interview-another__arrow {
  position: absolute;
  bottom: 0.8125rem;
  right: 0.8125rem;
  width: 1.3125rem;
  height: 1.3125rem;
  transition: transform 0.3s ease-in-out;
}
.interview-another__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-mv {
  padding: 11.375rem 0 6.375rem;
  overflow: hidden;
  position: relative;
}

.top-mv__title {
  aspect-ratio: 603/65;
  width: 37.6875rem;
  margin: 0 auto;
}

.top-mv__slideBox {
  margin-top: 5.0625rem;
}
.top-mv__slideBox .slick-slide {
  margin: 0 1.1875rem;
}

.top-mv__slide {
  width: 100%;
  aspect-ratio: 409/417;
}
.top-mv__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.top-mv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-mv__bgBox .top-mv__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.top-mv__bgBox .top-mv__bg--home {
  top: 21.8125rem;
  width: 89.2vw;
  z-index: -2;
}
.top-mv__bgBox .top-mv__bg--en {
  top: 18.5625rem;
  width: 97.2vw;
  z-index: -1;
}

.top-about {
  position: relative;
  margin-top: 8.5625rem;
}
.top-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 74.9vw;
  height: 100%;
  background-color: #C2A985;
  z-index: -1;
}

.top-about__inner {
  margin: 0 auto;
  padding-top: 22.5625rem;
  padding-bottom: 6.875rem;
}

.top-about__title {
  aspect-ratio: 638/70;
  width: 39.875rem;
}

.top-about__text {
  margin-top: 1.25rem;
}
.top-about__text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.top-about__imgBox .top-about__img {
  position: absolute;
}
.top-about__imgBox .top-about__img--1 {
  top: -8.5625rem;
  right: 0;
  width: 35.8vw;
}
.top-about__imgBox .top-about__img--2 {
  top: 10.5rem;
  right: 18.25rem;
  width: 20.8vw;
}
.top-about__imgBox .top-about__img--3 {
  top: 27.5rem;
  right: 4.875rem;
  width: 16.5vw;
  max-width: 14.8125rem;
}
.top-about__imgBox .top-about__img--4 {
  top: 3.5rem;
  left: -7.625rem;
  width: 35.75rem;
}

.top-training {
  padding-top: 12.4375rem;
  padding-bottom: 11.4375rem;
}

.top-training__inner {
  margin: 0 auto;
  max-width: 70.25rem;
}

.top-training__cont {
  margin-top: 3.5rem;
}

.top-training__h3 {
  font-family: "Hina Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.53125;
  letter-spacing: normal;
  color: #534949;
}

.top-training__text {
  margin-top: 0.6875rem;
}
.top-training__text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #534949;
}

.top-training__list {
  display: flex;
  gap: 0.4375rem;
  margin-top: 5.6875rem;
}

.top-training__item {
  width: calc((100% - 0.875rem) / 3);
  aspect-ratio: 330/409;
  position: relative;
}
.top-training__item picture {
  width: 100%;
  height: 100%;
}
.top-training__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-training__item h4 {
  position: absolute;
  bottom: 0.875rem;
  right: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.top-interview {
  padding-top: 7.4375rem;
  padding-bottom: 8.6875rem;
  position: relative;
}
.top-interview::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 31.4375rem;
  background-color: #C2A985;
  z-index: -1;
}

.top-interview__inner {
  margin: 0 auto;
  padding-left: 7.9375rem;
}

.top-interview__titleBox {
  display: flex;
  -moz-column-gap: 5.1875rem;
  column-gap: 5.1875rem;
  row-gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

.top-interview__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.top-interview__cont {
  margin-top: 3.625rem;
}

.top-interview__list {
  display: flex;
  gap: 3.4375rem;
  flex-wrap: wrap;
}

.top-interview__item {
  width: calc((100% - 6.875rem) / 3);
  min-width: 18.4375rem;
  aspect-ratio: 347/385;
}
.top-interview__item picture {
  width: 100%;
  height: auto;
}
.top-interview__item picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-interview__item a:hover .top-interview__arrow {
  transform: translateX(4px);
}

.top-interview__textBox {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  margin-top: 0.4375rem;
  justify-content: center;
}
.top-interview__year {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 134%;
  letter-spacing: 0.24em;
}
.top-interview__year--pink {
  color: #ab89a6;
}
.top-interview__year--brown {
  color: #99947d;
}
.top-interview__year--green {
  color: #788b71;
}

.top-interview__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 134%;
  letter-spacing: 0.24em;
  color: #404040;
  margin-top: 0.3125rem;
}
.top-interview__name--job {
  margin-right: 1.125rem;
}
.top-interview__name--san {
  font-size: 1.125rem;
}

.top-interview__arrow {
  background-color: #A18052;
  border-radius: 50%;
  border: 2.3px solid #ffffff;
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.625rem;
  transition: transform 0.3s ease;
  aspect-ratio: 1/1;
}

.top-interview__bg {
  position: absolute;
  top: 14.6875rem;
  right: -0.75rem;
  width: 72.92vw;
  height: auto;
  aspect-ratio: 1050/342;
  z-index: -1;
}
.top-interview__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-job {
  padding-top: 1.25rem;
  position: relative;
  overflow: hidden;
}
.top-job::before {
  content: "";
  position: absolute;
  top: 5.75rem;
  left: 0;
  width: 88.96vw;
  height: calc(100% - 5.75rem);
  background-color: #ffffff;
  z-index: -1;
}

.top-job__copy {
  aspect-ratio: 1069/65;
  max-width: 1069px;
  width: 74.2vw;
  margin-left: auto;
  margin-right: 9.5rem;
}

.top-job__inner {
  margin: 0 auto;
  padding-left: 7.9375rem;
  text-align: center;
}

.top-job__title {
  justify-content: center;
}

.top-job__cont {
  padding-top: 8.1875rem;
  padding-bottom: 11.25rem;
}

.top-job__list {
  display: flex;
  flex-direction: column;
  row-gap: 6.25rem;
  margin-top: 7.8125rem;
  align-items: center;
}

.top-job__item {
  position: relative;
  width: 100%;
  max-width: 70.75rem;
  height: 20.5rem;
}

.top-job__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 3.3125rem;
  padding-bottom: 0.9375rem;
  height: 100%;
}

.top-job__job {
  height: 2.0625rem;
  text-align: left;
}
.top-job__job picture {
  height: 100%;
  display: inline-block;
}
.top-job__job picture img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.top-job__job--pink {
  color: #AB89A6;
}
.top-job__job--green {
  color: #788B71;
}
.top-job__job--brown {
  color: #99947D;
}

.top-job__text--title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404040;
  text-align: left;
  margin-top: 1rem;
}

.top-job__text {
  padding: 0.8125rem 0;
  background-color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #404040;
  text-align: left;
  width: 100%;
  max-width: 30.1875rem;
}

.top-job__btn {
  text-align: left;
  margin-top: 1rem;
}
.top-job__btn a {
  padding: 0.75rem 2.6875rem;
  text-align: center;
  display: inline-block;
  border-radius: 4.375rem;
  transition: opacity 0.3s;
}
.top-job__btn a span {
  display: inline-block;
  width: 6.25rem;
  height: auto;
  font-family: "Hina Mincho", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.top-job__btn a span img {
  width: 100%;
  height: 100%;
}
.top-job__btn a:hover {
  opacity: 0.7;
}
.top-job__btn--pink a {
  background-color: #AB89A6;
}
.top-job__btn--green a {
  background-color: #788B71;
}
.top-job__btn--brown a {
  background-color: #99947D;
}

.top-job__right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  aspect-ratio: 736.32/328;
  width: 51.13vw;
  max-width: 46rem;
  z-index: -1;
}
.top-job__right img {
  width: 100%;
  height: 100%;
}

.top-store {
  position: relative;
}

.top-store__bg {
  aspect-ratio: 1440/503;
  width: 100%;
}
.top-store__bg img {
  width: 100%;
  height: 100%;
}

.top-store__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.top-store__title--en {
  font-family: "Hina Mincho", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}

.top-store__title--ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  margin-top: 1.0625rem;
  display: block;
}

.top-store__btn {
  margin-top: 2.25rem;
}
.top-store__btn a {
  padding: 0.5625rem 2.6875rem;
  border-radius: 4.375rem;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  transition: opacity 0.3s;
}
.top-store__btn a span {
  font-family: "Hina Mincho", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #A18052;
}
.top-store__btn a:hover {
  opacity: 0.7;
}

.page-job {
  display: flex;
  gap: 1.875rem;
  position: relative;
}
.page-job::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 47vw;
  height: 1008px;
  background-color: #C2A985;
  z-index: -1;
}

.job-mv {
  margin-top: 6.25rem;
  height: 16.25rem;
  position: relative;
}
.job-mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 67.15vw;
  height: 260px;
  background-color: #C2A985;
  z-index: -1;
}
.job-mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3.5625rem;
}
.job-mv__title--en {
  height: 2rem;
  display: block;
}
.job-mv__title--en picture {
  display: block;
  width: 100%;
  height: 100%;
}
.job-mv__title--en picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.job-mv__title--ja {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 0.9375rem;
}

.job-article {
  width: 70.21vw;
  max-width: 63.1875rem;
  padding-bottom: 9.8125rem;
}

.stores-map {
  margin-top: -4.5rem;
}

.stores-map__inner {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 5.5rem 12.8125rem 5.1875rem;
  max-width: 75rem;
}

.sotre-map__hokkaido path {
  transition: fill 0.3s ease-in-out;
}
.sotre-map__hokkaido:hover path {
  fill: #AB89A6;
}

.store-map__touhoku path {
  transition: fill 0.3s ease-in-out;
}
.store-map__touhoku:hover path {
  fill: #C2A985;
}

.store-map__kantou path {
  transition: fill 0.3s ease-in-out;
}
.store-map__kantou:hover path {
  fill: #115E39;
}

.store-map__tyubu path {
  transition: fill 0.3s ease-in-out;
}
.store-map__tyubu:hover path {
  fill: #BAD67E;
}

.store-map__kinnki path {
  transition: fill 0.3s ease-in-out;
}
.store-map__kinnki:hover path {
  fill: #D1BA31;
}

.store-map__tyugoku path {
  transition: fill 0.3s ease-in-out;
}
.store-map__tyugoku:hover path {
  fill: #A36325;
}

.store-map__kyuusyu path {
  transition: fill 0.3s ease-in-out;
}
.store-map__kyuusyu:hover path {
  fill: #178391;
}

.store-list {
  margin-top: 3.125rem;
}

.store-list__inner {
  margin: 0 auto;
}

.store-list__empty {
  text-align: center;
  color: #404040;
  font-size: 16px;
}

.store-accordion {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.store-accordion__trigger {
  width: 100%;
  padding: 1rem 1.5rem 1rem 3.75rem;
  background-color: #c2a985;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
.store-accordion__trigger:hover {
  background-color: rgba(194, 169, 133, 0.8);
}
.store-accordion__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4375;
}
.store-accordion__icon {
  width: 17px;
  height: 17px;
  position: relative;
  transition: transform 0.3s ease;
}
.store-accordion__icon::before, .store-accordion__icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
  transition: all 0.3s ease;
}
.store-accordion__icon::before {
  width: 2px;
  height: 12px;
  top: 4px;
  left: 9px;
}
.store-accordion__icon::after {
  width: 12px;
  height: 2px;
  top: 9px;
  left: 4px;
}
.store-accordion__icon.is-open::before {
  transform: rotate(90deg);
}
.store-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
}
.store-accordion__empty {
  padding: 20px;
  text-align: center;
  color: #404040;
  font-size: 14px;
}

.store-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  background: #fff;
}
.store-table thead tr {
  border-bottom: 1px solid #ededed;
}
.store-table th {
  background-color: #f1f1f1;
  padding: 17px 10px;
  text-align: center;
  color: #404040;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}
.store-table__row {
  border-bottom: 1px solid #ededed;
  align-items: center;
}
.store-table td {
  padding: 1.34375rem 0.625rem;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  color: #404040;
  text-align: center;
  height: auto;
}
.store-table__tel {
  display: table-cell;
  align-items: center;
  justify-content: center;
  height: 100%;
  vertical-align: middle;
}
.store-table__tel--icon {
  display: inline-block !important;
  width: 1.0625rem;
  height: 1.0625rem;
}
.store-table__tel--icon svg {
  width: 100%;
  height: 100%;
}
.store-table__tel--text {
  display: inline-block;
  margin-left: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  color: #404040;
  text-align: center;
}
.store-table__company {
  text-align: left !important;
}
.store-table__company--text {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
}
.store-table__url a {
  background-color: #a18052;
  color: #ffffff;
  padding: 0.90625rem 2.09375rem;
  border-radius: 0.4375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.11em;
  transition: all 0.3s ease;
  text-align: center;
  display: block;
  box-shadow: 0 2px 0 #867257;
}
.store-table__url a:hover {
  opacity: 0.8;
  box-shadow: none;
}
.store-table__jobs {
  text-align: left !important;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.125rem;
  column-gap: 0.125rem;
  row-gap: 0.1875rem;
}

.store-table__cate--text {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.125rem;
  column-gap: 0.125rem;
  row-gap: 0.1875rem;
}

.store-job-tag {
  display: inline-block;
  padding: 0.1875rem 0.6875rem;
  border-radius: 0.1875rem;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
}

.store-job-tag.is-coordinator {
  padding: 0.1875rem 0.25rem;
  letter-spacing: -0.15em;
}

.store-accordion__th--store {
  width: 11.0625rem;
}

.store-accordion__th--address {
  width: 14.3125rem;
}

.store-accordion__th--tel {
  width: 9.125rem;
}

.store-accordion__th--company {
  width: 13.3125rem;
}

.store-accordion__th--url {
  width: 14.8125rem;
}

.store-accordion__th--cate {
  width: 12.375rem;
}

.store-table__address {
  text-align: left !important;
}

.contact-form {
  margin-top: -4.375rem;
}

.contact-form__inner {
  max-width: 1141px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 6.625rem 13.75rem 6rem;
}

.contact__cont {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.contact__label {
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
}
.contact__label:first-child {
  margin-top: 0;
}

.contact__label--long {
  width: initial !important;
  flex: 1;
}

.contact__label--ais {
  align-items: start !important;
}
.contact__label--ais p label {
  margin-top: 0.9375rem;
}

.contact__label p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 100%;
  letter-spacing: normal;
}

.contact__label--column p {
  align-items: start !important;
  width: 100%;
}

.confirm-flex p {
  flex-direction: row;
  align-items: start;
}

.contact__required {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.8333333333;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #C2A985;
  padding: 0.1875rem 0.5625rem;
  margin-right: 0.5rem;
}

.contact__any {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.8333333333;
  letter-spacing: normal;
  padding: 0.1875rem 0.5625rem;
  background-color: #777777;
  margin-right: 0.5rem;
}

.contact__block {
  display: block !important;
}
.contact__block .contact__halfwidth--block {
  margin-left: 2.25rem;
  margin-top: 0.9375rem;
}

.contact__halfwidth {
  font-size: 1rem !important;
  line-height: 1.1875 !important;
  letter-spacing: normal !important;
  color: #777777;
  margin-left: 0.75rem;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=date],
.wpcf7 textarea {
  padding: 0.9375rem 1.5rem;
  background-color: #f0f3f5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  transition: border-color 0.3s;
  letter-spacing: normal;
  margin-left: 2.25rem;
  display: block;
}
.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #9F9F9F;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 textarea::placeholder {
  color: #9F9F9F;
}
.wpcf7 textarea {
  min-height: 11.375rem;
  resize: vertical;
  width: 29.8125rem;
}
.wpcf7 label {
  width: 11.875rem;
}

.confirm-textarea,
.confirm-text,
input[type=date],
input[type=text] {
  width: 29.8125rem !important;
}

input[type=email],
input[type=tel] {
  width: 23.125rem;
  min-height: 2.9375rem;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: #404040;
}
input[type=date]::-webkit-datetime-edit {
  color: #404040;
}
input[type=date]::-webkit-datetime-edit-fields-wrapper {
  color: #404040;
}
input[type=date]::-webkit-datetime-edit-text {
  color: #404040;
}
input[type=date]::-webkit-datetime-edit-month-field {
  color: #404040;
}
input[type=date]::-webkit-datetime-edit-day-field {
  color: #404040;
}
input[type=date]::-webkit-datetime-edit-year-field {
  color: #404040;
}
input[type=date]:valid::-webkit-datetime-edit-text, input[type=date]:valid::-webkit-datetime-edit-month-field, input[type=date]:valid::-webkit-datetime-edit-day-field, input[type=date]:valid::-webkit-datetime-edit-year-field {
  color: #404040;
}

.wpcf7-select {
  width: 29.9375rem;
  padding: 0.5rem 1.25rem;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #534949;
  margin-left: 2.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23248CF5' d='M6 8.825L1.175 4 2.05 3.125 6 7.075 9.95 3.125 10.825 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 0.75rem;
  cursor: pointer;
  transition: border-color 0.3s;
}
.wpcf7-select:focus {
  outline: none;
  border: 1px solid #9f9f9f;
}
.wpcf7-select option {
  padding: 0.5rem;
  background-color: #ffffff;
  color: #534949;
}

.wpcf7-file {
  width: 29.8125rem;
  margin-left: 2.25rem;
  position: relative;
  background-color: #f0f3f5;
  padding: 0.6875rem 0.875rem;
  font-size: 0.9375rem;
  color: #404040;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: normal;
}
.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
  width: 0;
  height: 0;
}
.wpcf7-file::before {
  content: "ファイルを選択";
  display: inline-block;
  padding: 0.0625rem 0.875rem;
  background-color: #c2a985;
  border-radius: 0.0625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: normal;
  color: #ffffff;
  box-shadow: 1px 1px 2px 0 #b8b7b4;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  margin-top: -0.625rem;
}
.wpcf7-file:hover::before {
  background-color: #A18052;
  color: #ffffff;
}
.wpcf7-file::after {
  content: attr(data-file-name);
  display: block;
  margin-left: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #534949;
}
.wpcf7-file .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #9f9f9f;
  margin-top: 0.25rem;
}

.contact__privacy {
  margin-top: 3.0625rem;
}

.contact__privacy p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #534949;
  text-align: center;
}

.contact__privacy p span a {
  color: #A18052;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-top: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-acceptance input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.375rem;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: normal;
  color: #404040;
  display: inline-block;
  min-width: 1.25rem;
  min-height: 1.25rem;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  background-color: #ffffff;
  border: 1px solid #777777;
  transition: all 0.3s;
  pointer-events: none;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.4375rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) scale(0);
  width: 0.375rem;
  height: 0.75rem;
  border-right: 2px solid #A18052;
  border-bottom: 2px solid #A18052;
  transition: transform 0.3s;
  pointer-events: none;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}
.wpcf7-acceptance label {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: initial !important;
}

.contact__submitBtn {
  display: flex;
  justify-content: center;
  margin-top: 2.3125rem;
  align-items: center;
  background-color: #A18052;
  color: #ffffff;
  padding: 0.5625rem 2.3125rem;
  border-radius: 4.375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
.contact__submitBtn br {
  display: none;
}
.contact__submitBtn:hover {
  opacity: 0.8;
}

.wpcf7-not-valid-tip {
  margin-left: 2.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.05em !important;
  color: #AB89A6 !important;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  margin: 0;
  background-color: #A18052;
  color: #ffffff;
  padding: 0.8125rem 11.3125rem;
  border-radius: 6.1875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1.8391304348;
  letter-spacing: 0.1em;
  box-shadow: 1px 4px 0 0 #70604a;
  transition: all 0.3s;
}

span.wpcf7-spinner {
  display: none;
}

.confilm__text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  color: #404040;
  font-weight: 500;
}

.confirm-cont {
  margin-top: 6.5625rem;
}

.confilm-contact {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.confirm_yourname,
.confirm_name-kana,
.confirm_tel,
.confirm_your-email,
.confirm_birth,
.confirm_job-check,
.confirm_gender,
.confirm_area-select,
.confirm_store1-select,
.confirm_store2-select,
.confirm_job-history,
.confirm_job-resume,
.confirm_job-careerresume,
.confirm_birth,
.confirm_job-othersfile {
  padding: 0.5rem 1.25rem !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.0625 !important;
  letter-spacing: normal !important;
  margin-left: 2.25rem !important;
  display: flex !important;
  width: 29.6875rem !important;
}

.confirm_textarea-32,
.confirm_textarea-396 {
  background-color: #ffffff !important;
  border-radius: 0.3125rem !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 1rem !important;
  line-height: 180% !important;
  transition: border-color 0.3s !important;
  letter-spacing: 0.05em !important;
  margin-left: 2.75rem !important;
  display: block !important;
  width: 29.9375rem !important;
  min-height: 2.8rem !important;
}

.yourname,
.name-kana,
.tel,
.your-email,
.birth,
.job-check,
.gender,
.area-select,
.store1-select,
.store2-select,
.job-history,
.job-resume,
.job-careerresume,
.job-othersfile {
  display: block !important;
  width: 12rem;
}
.yourname br,
.name-kana br,
.tel br,
.your-email br,
.birth br,
.job-check br,
.gender br,
.area-select br,
.store1-select br,
.store2-select br,
.job-history br,
.job-resume br,
.job-careerresume br,
.job-othersfile br {
  display: none;
}

.contact__submitBtn p {
  display: block !important;
}

.confirm-textarea__start {
  align-items: start;
}

.confirm_textarea-32 {
  min-height: 10.9375rem !important;
}

.button-wrap {
  margin-top: 5.9375rem;
  display: flex;
  justify-content: center;
  margin-bottom: 6.5625rem;
}
.button-wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.button-wrap p br {
  display: none;
}

.back_button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #c0c0c0;
  padding: 0.5625rem 6.9375rem;
  box-shadow: 1px 3px 0 0 #969696;
  transition: all 0.3s;
  margin-top: 3.4375rem;
}
.back_button:hover {
  opacity: 0.8;
  box-shadow: none;
}
input[type=submit]:hover {
  opacity: 0.8;
  box-shadow: none;
}

.contact__label select {
  width: 23.125rem;
  padding: 0.9375rem 1.5rem;
  background-color: #f0f3f5;
  border: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: normal;
  margin-left: 2.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23777777' d='M6 8.825L1.175 4 2.05 3.125 6 7.075 9.95 3.125 10.825 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 0.75rem;
  cursor: pointer;
  transition: all 0.3s;
}
.contact__label select:focus {
  outline: none;
  border: 1px solid #9f9f9f;
}
.contact__label select option {
  padding: 0.5rem;
  background-color: #ffffff;
  color: #534949;
}
.contact__label select::-moz-placeholder {
  color: #9F9F9F;
}
.contact__label select::placeholder {
  color: #9F9F9F;
}

.wpcf7-checkbox {
  margin-left: 2.25rem;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 1.6875rem;
}
.wpcf7-checkbox .first {
  margin-left: 0;
}
.wpcf7-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.375rem;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: normal;
  color: #404040;
  display: inline-block;
  min-width: 0.875rem;
  min-height: 1.25rem;
}
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  background-color: #ffffff;
  border: 1px solid #777777;
  transition: all 0.3s;
  pointer-events: none;
}
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-40%) rotate(45deg) scale(0);
  width: 0.375rem;
  height: 0.75rem;
  border-right: 2px solid #A18052;
  border-bottom: 2px solid #A18052;
  transition: transform 0.3s;
  pointer-events: none;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

.birthday-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 29.8125rem !important;
}

#birth_year {
  width: 7.9375rem !important;
}

.birthday-before {
  margin-left: 0.25rem;
}

#birth_month {
  width: 5.625rem !important;
  margin-left: 1rem !important;
}

#birth_day {
  width: 5.625rem !important;
  margin-left: 1rem !important;
}

.thanks-mv {
  padding-top: 6.125rem;
  padding-bottom: 6.125rem;
}

.thanks {
  background-color: #ffffff;
  padding-top: 8.375rem;
  padding-bottom: 8.375rem;
}

.thanks__inner {
  max-width: 532px;
  width: 100%;
  margin: 0 auto;
}

.thanks__img {
  text-align: center;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0 auto;
}
.thanks__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.thanks__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.thanks__content {
  margin-top: 1.4375rem;
}

.thanks__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: normal;
  color: #404040;
  text-align: center;
}

.thanks__btn {
  margin-top: 3.125rem;
}
.thanks__btn a {
  padding: 1.125rem 3.625rem;
  background-color: #A18052;
  display: block;
  text-align: center;
  border-radius: 4.375rem;
  transition: all 0.3s;
  width: 8.75rem;
  margin: 0 auto;
}
.thanks__btn a:hover {
  opacity: 0.8;
}
.thanks__btn a span {
  display: block;
  width: 1.5625rem;
  height: 1.875rem;
}
.thanks__btn a span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.privacy {
  padding-top: 7.3125rem;
  padding-bottom: 8.875rem;
  background-color: #ffffff;
}

.privacy__inner {
  max-width: 66.875rem;
  margin: 0 auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.privacy__inner h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 0.8666666667;
  letter-spacing: normal;
  color: #404040;
  text-align: left;
  padding-bottom: 4.9375rem;
  border-bottom: 1px solid #EEEAE4;
  position: relative;
}
.privacy__inner h2::before {
  content: "";
  display: block;
  width: 3.5625rem;
  height: 0.0625rem;
  background-color: #A18052;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
}
.privacy__inner p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: normal;
  color: #404040;
  margin-top: 3.875rem;
  text-wrap: wrap;
  white-space: pre-wrap;
}
.privacy__inner p a {
  text-wrap: wrap;
  word-break: break-all;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 1320pxpx) {
  html {
    font-size: 1.2121212121vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .header {
    top: 20px;
  }
  .header__inner {
    padding: 0 1.125rem;
  }
  .header__logo a {
    width: 13.0625rem;
  }
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  .footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .footer__logo {
    width: 13.0625rem;
    height: 2.5rem;
  }
  .footer__nav {
    max-width: initial;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .footer__copy {
    margin-top: 2.5rem;
  }
  .inner {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    width: 1.25rem;
    height: 0.875rem;
  }
  .hamburger span {
    display: block;
    width: 1.25rem;
    height: 0.125rem;
    background-color: #A18052;
    transition: all 0.3s ease-in-out;
  }
  .hamburger.open span:first-child {
    transform: translateY(0.125rem) rotate(45deg);
  }
  .hamburger.open span:nth-child(3) {
    transform: translateY(-0.625rem) rotate(-45deg);
  }
  .header-nav {
    height: 100vh;
    overflow-y: auto;
    background-color: #EEEAE4;
  }
  .header-nav__items {
    flex-direction: column;
    background-color: initial;
    border-radius: 0;
    gap: 0;
    padding-top: 11.5625rem;
    overflow-y: auto;
    align-items: start;
    width: 186px;
    margin: 0 auto;
  }
  .header-nav__item:first-child a {
    padding-left: 1.25rem;
  }
  .header-nav__item:last-child a {
    padding-right: 1.25rem;
  }
  .header-nav__item a {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .header-nav__item a::before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #A18052;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .header__contact {
    margin-left: 0;
    margin-top: 2.375rem;
  }
  .header__contact--btn {
    width: 15.8125rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    border: none;
  }
  .section-title {
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 1rem;
  }
  .template-contact {
    padding-top: 3.625rem;
    padding-bottom: 4.5625rem;
  }
  .template-contact__inner {
    flex-direction: column-reverse;
    gap: 3.6875rem;
  }
  .template-contact__img {
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 24.375rem;
  }
  .template-contact__cont {
    width: 100%;
    margin-top: 0;
  }
  .template-contact__text {
    margin-top: 3.5625rem;
  }
  .template-contact__btn {
    margin-top: 2.0625rem;
    text-align: center;
  }
  .template-contact__btn a {
    padding: 0.75rem 8.0625rem;
  }
  .template-contact__bg {
    width: initial;
    height: 2rem;
    bottom: 0.5625rem;
    right: -0.9375rem;
  }
  .toc {
    position: initial;
    top: initial;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2.5rem;
  }
  .toc__item a {
    padding: 0.625rem 0;
  }
  .toc__item a::before {
    opacity: 0;
  }
  .toc__item a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.1875rem;
    height: 1.1875rem;
    background-image: url("../../assets/images/srcImg/sp-job-arrow.png");
    background-color: #404040;
    background-size: 0.625rem 0.45625rem;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    border-radius: 50%;
  }
  .job-type {
    margin-top: 4.5rem;
    padding: 0;
    background-color: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .job-type:first-of-type {
    margin-top: 2.125rem;
  }
  .job-type__inner {
    background-color: #ffffff;
    padding: 1.625rem 1.25rem;
    border-radius: 0.5rem;
  }
  .job-type__titleBox {
    display: none;
  }
  .job-type__titleBox--sp {
    display: flex;
    max-width: initial;
    gap: 0.375rem;
    margin-left: 0;
    margin-right: 0;
  }
  .job-type__titleBox--number {
    width: initial;
    height: initial;
    display: flex;
    align-items: center;
    gap: 0.9375rem;
  }
  .job-type__titleBox--job {
    height: 1.875rem;
  }
  .job-type__titleBox--copy {
    font-size: 1.125rem;
    line-height: 100%;
    margin-top: 1rem;
  }
  .job-type__cont {
    margin-top: 2rem;
  }
  .job-type__Business {
    margin-top: 2.5rem;
  }
  .job-type__Business--first {
    margin-top: 3rem;
  }
  .job-type__career {
    margin-top: 3rem;
    padding-top: 3.625rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .job-type__career--image {
    width: 100%;
    overflow-x: auto;
    aspect-ratio: initial;
    white-space: nowrap;
    margin-left: 1.25rem;
  }
  .job-type__career--image picture {
    width: 45.4375rem;
    height: auto;
    aspect-ratio: 727/356.25;
    display: inline-block;
    padding-right: 1.25rem;
  }
  .job-type__career--image picture img {
    width: 45.4375rem;
    height: auto;
    object-fit: cover;
  }
  .job-type__career--text {
    margin-top: 2.5rem;
  }
  .job-type__career--text ul {
    margin-top: 2rem;
  }
  .top-mv {
    padding: 8.3125rem 0 0.75rem;
  }
  .top-mv__title {
    width: 100%;
    aspect-ratio: 357/81;
  }
  .top-mv__slideBox {
    margin-top: 4.75rem;
  }
  .top-mv__bgBox .top-mv__bg--home {
    top: 18.9375rem;
    width: 224vw;
  }
  .top-mv__bgBox .top-mv__bg--en {
    top: 15.375rem;
    width: 100%;
  }
  .top-about {
    margin-top: 12.8125rem;
  }
  .top-about::before {
    width: 89.2vw;
  }
  .top-about__inner {
    padding-top: 6.75rem;
    padding-bottom: 5.25rem;
  }
  .top-about__title {
    width: 16.1875rem;
    aspect-ratio: 259/66;
  }
  .top-about__text {
    margin-top: 1.5rem;
    width: 19rem;
  }
  .top-about__text p {
    line-height: 170%;
  }
  .top-about__imgBox .top-about__img--1 {
    top: -9.5rem;
    right: 0;
    width: 18.6875rem;
  }
  .top-about__imgBox .top-about__img--2 {
    top: 24.8125rem;
    right: 1rem;
    width: 12.625rem;
  }
  .top-about__imgBox .top-about__img--3 {
    top: initial;
    bottom: -7.625rem;
    left: 3.625rem;
    width: 8.5625rem;
  }
  .top-about__imgBox .top-about__img--4 {
    top: 13.1875rem;
    left: initial;
    right: 14.25rem;
    width: 13.9375rem;
  }
  .top-training {
    padding-top: 13.75rem;
    padding-bottom: 3.9375rem;
  }
  .top-training__h3 {
    font-size: 1.25rem;
    line-height: 165%;
  }
  .top-training__text {
    margin-top: 1rem;
  }
  .top-training__text p {
    line-height: 170%;
  }
  .top-training__list {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
  .top-training__item {
    width: 100%;
    aspect-ratio: 358/173;
  }
  .top-training__item h4 {
    bottom: 0.875rem;
    right: 1.8125rem;
  }
  .top-interview {
    padding-top: 3.9375rem;
    padding-bottom: 2.6875rem;
    overflow: hidden;
  }
  .top-interview__inner {
    padding-left: 1rem;
  }
  .top-interview__title {
    width: 100%;
    flex-wrap: wrap;
  }
  .top-interview__cont {
    margin-top: 2.5rem;
  }
  .top-interview__list {
    gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top-interview__item {
    width: 84.9vw;
  }
  .top-job {
    padding-top: 0;
  }
  .top-job::before {
    display: none;
  }
  .top-job__copy {
    width: 100%;
  }
  .top-job__inner {
    background-color: #ffffff;
    padding-left: 1rem;
    text-align: left;
  }
  .top-job__title {
    justify-content: flex-start;
  }
  .top-job__cont {
    padding-top: 3.875rem;
    padding-bottom: 1.9375rem;
  }
  .top-job__list {
    row-gap: 3.875rem;
    margin-top: 4rem;
  }
  .top-job__item {
    height: initial;
    display: flex;
    flex-direction: column-reverse;
  }
  .top-job__left {
    padding-top: 2rem;
    padding-bottom: 0;
    justify-content: center;
  }
  .top-job__job {
    height: 1.9375rem;
    margin: 0 auto;
  }
  .top-job__text {
    max-width: initial;
    background-color: transparent;
    padding: 0;
    margin-top: 1.5rem;
  }
  .top-job__btn {
    text-align: center;
  }
  .top-job__right {
    position: initial;
    z-index: initial;
    width: 100%;
    transform: initial;
  }
  .top-store {
    overflow: hidden;
  }
  .top-store__bg {
    width: 200vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-job {
    flex-direction: column;
    gap: 2.125rem;
  }
  .job-mv {
    margin-top: 5rem;
    height: 9.4375rem;
  }
  .job-mv::after {
    width: 100vw;
    height: 9.4375rem;
  }
  .job-mv__title {
    padding-top: 3rem;
  }
  .job-article {
    width: 100%;
    max-width: initial;
    padding-bottom: 3.75rem;
  }
  .stores-map {
    margin-top: -3.4375rem;
  }
  .stores-map__inner {
    width: 91.8vw;
    padding: 1.625rem 0.25rem 1.3125rem;
  }
  .store-list {
    margin-top: 2.8125rem;
  }
  .store-accordion__trigger {
    padding: 1rem 1.5rem;
  }
  .store-accordion__title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
  .store-accordion__content {
    background-color: transparent;
  }
  .store-table {
    display: flex;
    flex-direction: column;
    background-color: transparent;
  }
  .store-table thead tr {
    display: none;
  }
  .store-table__row {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    background-color: #ffffff;
    align-items: flex-start;
    padding: 2rem 2rem 2.5rem;
    margin-top: 0.5rem;
  }
  .store-table__row:first-child {
    margin-top: 0;
  }
  .store-table td {
    padding: 0;
  }
  .store-table__img {
    aspect-ratio: 293/174;
  }
  .store-table__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .store-table__store {
    width: 100%;
    font-size: 1.125rem !important;
    line-height: 1.4444444444 !important;
    font-weight: 700 !important;
    color: #404040 !important;
    text-align: left !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 1px solid #BEBEBE;
    margin-top: 1rem;
  }
  .store-table__title {
    font-size: 1rem;
    line-height: 1.4375;
    font-weight: 500;
    display: block;
    width: 3rem !important;
    text-align: justify;
    text-align-last: justify;
  }
  .store-table__address {
    display: flex !important;
    gap: 1rem;
    width: 100%;
    margin-top: 1rem;
  }
  .store-table__address--pc {
    display: none !important;
  }
  .store-table__span {
    width: 100%;
    font-size: 1rem;
    line-height: 1.4375;
    font-weight: 500;
    color: #404040;
    text-align: left;
    display: block;
    flex: 1;
  }
  .store-table__num {
    font-size: 0.875rem;
    line-height: 1.4444444444;
    font-weight: 500;
    display: block;
  }
  .store-table__tel {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 0.9375rem;
  }
  .store-table__tel--icon {
    display: none !important;
  }
  .store-table__tel--text {
    text-align: left;
    margin-left: 0;
  }
  .store-table__company {
    display: flex;
    width: 100%;
    gap: 1rem;
    margin-top: 0.9375rem;
  }
  .store-table__company--text {
    flex: 1;
  }
  .store-table__url {
    margin: 1.4375rem auto 0;
  }
  .store-table__jobs {
    flex-wrap: nowrap;
    column-gap: 1.25rem;
    width: 100%;
    margin-top: 1.4375rem;
    align-items: center;
  }
  .store-table__cateTitle {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1rem;
    line-height: 1.4375;
    font-weight: 500;
    color: #404040;
    text-align: left;
    display: block;
  }
  .store-table__cate--text {
    width: 148px;
  }
  .contact__label {
    flex-direction: column;
    align-items: start;
    margin-top: 1.5rem;
  }
  .contact__label--ais p label {
    margin-top: 0;
  }
  .contact__label p {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
  }
  .contact__label p br {
    display: none;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
  }
  .contact__block {
    margin-top: 1rem;
  }
  .contact__block .contact__halfwidth--block {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .contact__halfwidth {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=date],
  .wpcf7 textarea {
    margin-left: 0;
    margin-top: 1rem;
  }
  .wpcf7 textarea {
    margin-top: 0.5rem;
    width: 100%;
  }
  .wpcf7 label {
    width: 100%;
  }
  .confirm-textarea,
  .confirm-text,
  input[type=date],
  input[type=text] {
    width: 100% !important;
  }
  input[type=email],
  input[type=tel] {
    width: 100% !important;
    min-height: 2.9375rem;
  }
  .wpcf7-select {
    width: 100%;
    margin-left: 0;
  }
  .wpcf7-file {
    width: 100%;
    margin-left: 0;
  }
  .wpcf7-file::before {
    margin-top: -0.5rem;
    font-size: 0.75rem;
  }
  .wpcf7-file::after {
    font-size: 0.875rem;
    margin-left: 1rem;
  }
  .wpcf7-file .wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
  .contact__privacy {
    margin-top: 1.5rem;
  }
  .contact__privacy p {
    font-size: 0.875rem;
  }
  .wpcf7-acceptance .wpcf7-list-item {
    margin-top: 1rem;
  }
  .wpcf7-not-valid-tip {
    margin-left: 0;
  }
  .confirm_yourname,
  .confirm_name-kana,
  .confirm_tel,
  .confirm_your-email,
  .confirm_birth,
  .confirm_job-check,
  .confirm_gender,
  .confirm_area-select,
  .confirm_store1-select,
  .confirm_store2-select,
  .confirm_job-history,
  .confirm_job-resume,
  .confirm_job-careerresume,
  .confirm_birth,
  .confirm_job-othersfile {
    font-size: 0.875rem !important;
    margin-left: 0 !important;
    margin-top: 0.5rem !important;
    width: 100% !important;
  }
  .confirm_textarea-32,
  .confirm_textarea-396 {
    width: 100% !important;
    min-height: 3.5rem !important;
    margin-left: 0 !important;
  }
  .contact__label select {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .wpcf7-checkbox {
    margin-left: 0;
    margin-top: 1rem;
  }
  .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0.625rem;
  }
  .birthday-wrap {
    width: 100% !important;
  }
  #birth_year {
    width: 6.0625rem !important;
  }
  .birthday-before {
    margin-top: 1rem;
  }
  #birth_month {
    width: 5.0625rem !important;
  }
  #birth_day {
    width: 5.0625rem !important;
  }
  .privacy {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
  .privacy__inner h2 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (min-width: 1560px) {
  .top-about__imgBox .top-about__img--2 {
    right: 22.25rem;
  }
}
/*# sourceMappingURL=style.css.map */
